/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* ==========================================================================
    Style Button
========================================================================== */
/*------------------------------------------------------------------
[All Style Shortcode]

  1. Blog Standard
  2. Single Details
  3. Single Portfolio

-------------------------------------------------------------------*/
/* 
   [Start] 1. Blog Standard
   +-----------------------------------+
*/
/*------------------------------------------------------------------
[All Style Shortcode]
  1. Custom Heading
  3. Tabs & Accordion
  5. Carousel 
  6. Progressbar
  7. Dropcap
  8. Testimonial
  9. Team
  10. Heading
  11. Fancybox
  12. Service
  13. Client
  14. Blog Carousel
  15. Blog Grid
  19. Image Gallery
  23. CMS Process
  24. CMS Portfolio
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] All Style Footer Top & Footer Bottom
========================================================================== */
/* ==========================================================================
   [Start] All Style Form
========================================================================== */
/* ==========================================================================
   [Start] All style header
   /* 1. Header Main
========================================================================== */
/* 1. Header Main */
/*------------------------------------------------------------------
[Main of contents]

1. Page Title
2. Primary
3. Extra css
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Page Title
========================================================================== */
/*------------------------------------------------------------------
[All Style RTL]
-------------------------------------------------------------------*/
/* ==========================================================================
    Style Main Menu
========================================================================== */
/*
-----> Minimum width of 992 pixels.
*/
/* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== */
/*------------------------------------------------------------------
[All Style Widgets]

  1. Newletter
  2. Search
  3. Tags
  4. Categories

-------------------------------------------------------------------*/
/* ==========================================================================
  [Start] Large devices (desktops, 992px and up)
========================================================================== */
/* 
     [Start] Header
     +-----------------------------------+
  */
/*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*/
body #cms-page-title:before {
  background-color: rgba(0, 0, 0, 0.55); }

@media screen and (min-width: 992px) {
  #cshero-header-inner #cshero-header-logo img {
    max-height: px; } }

@media screen and (min-width: 992px) {
  #cshero-header-inner #cshero-header-holder .header-fixed #cshero-header-logo img {
    max-height: px !important; } }

.custom-font1 {
  font-family: 'PT Sans', sans-serif; }

.custom-font2 {
  font-family: 'Playfair Display', serif; }

.custom-font3 {
  font-family: 'Raleway'; }

.custom-font4 {
  font-family: 'Montserrat', sans-serif; }

.custom-font5 {
  font-family: 'Poppins', sans-serif; }

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.7; }

  50% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(0.95);
    opacity: 0.7; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }

  50% {
    -webkit-transform: scale(1);
    opacity: 1; }

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }

@-webkit-keyframes pulse-2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 183, 2, 0.4); }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(250, 183, 2, 0); }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 183, 2, 0); } }

@keyframes pulse-2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 183, 2, 0.4);
    box-shadow: 0 0 0 0 rgba(250, 183, 2, 0.4); }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(250, 183, 2, 0);
    box-shadow: 0 0 0 10px rgba(250, 183, 2, 0); }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 183, 2, 0);
    box-shadow: 0 0 0 0 rgba(250, 183, 2, 0); } }

#wl-wrapper.woocommerce .button, .btn, button, .button, input[type="submit"] {
  font-size: 13px;
  font-weight: 700;
  border: none;
  color: #161502;
  text-transform: uppercase;
  padding: 16px 45px 16px;
  line-height: 1;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */
  position: relative; }

#wl-wrapper.woocommerce .button:hover, .btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  outline: medium none;
  text-decoration: none;
  background-color: #fab702;
  border-color: #faab02;
  color: #ffffff; }

.btn-icon {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 30px;
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 63px;
  position: relative;
  -webkit-transition: all 300ms linear 0ms !important;
  -moz-transition: all 300ms linear 0ms !important;
  -ms-transition: all 300ms linear 0ms !important;
  transition: all 300ms linear 0ms !important;
  /* Button Styles */ }
  .btn-icon:hover {
    color: #fab702; }
  .btn-icon i {
    font-size: 48px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.btn {
  /* Button Size */ }
  .btn i {
    padding-right: 9px; }
  .btn span {
    display: inline-block; }
    .btn span + i {
      padding-right: 0;
      padding-left: 9px; }
  .btn.btn-radius {
    -webkit-border-radius: 55px;
    -khtml-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
    /* BACKGROUND GRADIENT */ }
  .btn.btn-primary {
    background-color: #fab702;
    border-color: #fab702; }
    .btn.btn-primary-alt, .btn.btn-primary-alt-radius {
      background-color: #911212;
      color: #fab702;
      border-color: #fab702; }
    .btn.btn-primary-alt:hover, .btn.btn-primary-alt-radius:hover {
      color: #fff; }
  .btn.btn-default-alt, .btn.btn-default-alt-radius {
    background-color: #fff;
    color: #333; }
    .btn.btn-default-alt:hover, .btn.btn-default-alt-radius:hover {
      background-color: #fab702;
      border-color: #fab702;
      color: #fff; }
  .btn.btn-primary-radius {
    background-color: #fab702;
    border-color: #fab702; }
    .btn.btn-default-radius, .btn.btn-default-alt-radius, .btn.btn-primary-radius, .btn.btn-primary-alt-radius {
      -webkit-border-radius: 50px;
      -khtml-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      /* BACKGROUND GRADIENT */ }
  .btn.btn-primary-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .btn.btn-primary-white:hover {
      background-color: #fab702;
      color: #fff;
      border-color: #fab702; }
  .btn.btn-primary-white-alt {
    background-color: #fff;
    color: #222;
    border-color: #fff; }
    .btn.btn-primary-white-alt:hover {
      color: #fff;
      background-color: #fab702;
      border-color: #fab702; }
  .btn.btn-default-white {
    background-color: transparent;
    color: #fff;
    border-color: #fff; }
    .btn.btn-default-white:hover {
      color: #fff; }

.btn.btn-lg {
  padding-left: 60px;
  padding-right: 60px; }
  .btn.btn-sm {
    padding-left: 23px;
    padding-right: 23px; }
  .btn.btn-tiny {
    padding-left: 17px;
    padding-right: 17px; }

@-webkit-keyframes btn-whole1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes btn-whole1 {
  60% {
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }

  85% {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes btn-whole2 {
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes btn-whole2 {
  /* Button slider */
  to {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rev_slider_wrapper .btn {
  -webkit-transition: all 300ms linear 0ms !important;
  -moz-transition: all 300ms linear 0ms !important;
  -ms-transition: all 300ms linear 0ms !important;
  transition: all 300ms linear 0ms !important; }
  .rev_slider_wrapper .btn.btn-md {
    padding: 11px 34px !important; }

@media (min-width: 768px) and (max-width: 1280px) {
  /* ==========================================================================
    End Style Button
========================================================================== */
    .rev_slider_wrapper .btn {
      padding: 13px 30px !important;
      line-height: 1 !important;
      font-size: 11px !important; } }

#cms-page-title {
  background-image: url(../images/bg-page-title.webp);
  background-size: cover;
  padding: 76px 0 77px;
  background-position: center center;
  background-attachment: fixed;
  position: relative; }
  #cms-page-title:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55); }
  @media (max-width: 991px) {
  #cms-page-title {
    background-attachment: scroll; } }
  @media (max-width: 767px) {
  #cms-page-title {
    padding: 50px 0; } }
  @media (max-width: 767px) {
      #cms-page-title .cms-page-breadcrumd .cms-breadcrumb {
        height: auto; } }
    #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs {
      padding: 8px 0; }
      @media (max-width: 991px) {
    #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs {
      border-top: none; } }
      @media (max-width: 767px) {
    #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs {
      text-align: center;
      line-height: normal;
      min-height: auto; } }
      #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li {
        display: inline-block;
        font-size: 14px;
        color: #666;
        position: relative;
        text-transform: capitalize;
        font-family: 'Montserrat', sans-serif;
        padding: 12px 27px; }
        @media (max-width: 767px) {
    #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li {
      padding: 12px 16px; }
      #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li:after {
        top: 14px !important; } }
        #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li:first-child {
          padding-left: 1px; }
          #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li:first-child a {
            color: #fab702 !important;
            font-weight: bold; }
        #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li:last-child {
          padding-right: 0; }
        #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li a {
          color: #666; }
          #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li a:hover {
            color: #fab702 !important; }
        #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li:after {
          font-family: FontAwesome;
          content: "\f105";
          font-size: 14px;
          position: absolute;
          right: -4px;
          top: 12px; }
        #cms-page-title .cms-page-breadcrumd .cms-breadcrumb .breadcrumbs li:last-child:after {
          display: none; }
  #cms-page-title .cms-page-title h1 {
    position: relative;
    text-transform: uppercase;
    color: #f9f9f9;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 70px;
    letter-spacing: 0.05em; }
    @media (max-width: 1199px) {
    #cms-page-title .cms-page-title h1 {
      font-size: 50px; } }
    @media (max-width: 991px) {
    #cms-page-title .cms-page-title h1 {
      font-size: 40px; } }
    @media (max-width: 767px) {
    #cms-page-title .cms-page-title h1 {
      font-size: 25px;
      text-align: center; } }
  #cms-page-title.page-title-404 {
    padding: 130px 0; }
  .is-left-sidebar #content {
    float: right; }

.page-template-blog-standard .content-full-width, .archive.category .content-full-width, .single-post .content-full-width {
  max-width: 855px;
  margin: auto;
  float: none; }

.entry-blog-items .entry-content {
  color: #666; }

.entry-blog .entry-header .post-thumbnail {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 47px; }
  .entry-blog .entry-header .post-thumbnail img {
    width: inherit;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .entry-blog .entry-header .post-thumbnail img:hover {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .entry-blog .entry-body .entry-title {
    margin-bottom: 25px;
    margin-top: 0px;
    line-height: 30px;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Poppins', sans-serif; }
  .entry-blog .entry-body .entry-title a {
    color: #333; }
    .entry-blog .entry-body .entry-title a:hover {
      color: #fab702; }
  .entry-blog .entry-body .entry-meta {
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 18px; }
  .entry-blog .entry-body .btn-readmore-post {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fab702;
    font-size: 14px;
    line-height: 12px;
    margin-top: 30px;
    font-weight: bold; }
  .entry-blog .entry-body .btn-readmore-post:hover {
    color: rgba(51, 51, 51, 0.5); }
  .entry-blog .entry-footer {
    line-height: 1; }
  .entry-blog .read-more {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    line-height: 1; }
  .entry-blog .read-more:hover {
    color: #fab702; }
  .entry-blog .read-more:hover:before {
    width: 100%; }
  .entry-blog.hidden-feature-image {
    padding-top: 35px; }
  .entry-blog.hidden-feature-image .entry-header {
    display: none; }

.site-main article.post {
  margin-bottom: 63px; }
  .site-main article.post:last-child {
    margin-bottom: 0; }
  .site-main article.page {
    margin-bottom: 63px; }
  .site-main article.page:last-child {
    margin-bottom: 0; }

.single .entry-blog .entry-header .entry-title {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 24px; }
  .single .entry-blog .entry-body {
    padding-left: 0;
    padding-right: 0;
    border: none;
    padding-bottom: 28px; }
  .single .entry-blog .entry-body:hover {
    box-shadow: none;
    border-left: none; }
  .single .entry-blog .entry-body .entry-meta .post-details-bottom {
    margin-bottom: 37px; }
    .single .entry-blog .entry-body .entry-meta .post-details-bottom li {
      font-size: 13px;
      color: rgba(51, 51, 51, 0.5);
      font-weight: normal; }
      .single .entry-blog .entry-body .entry-meta .post-details-bottom li a {
        color: #abc;
        font-weight: normal;
        font-family: 'PT Sans', sans-serif; }
        .single .entry-blog .entry-body .entry-meta .post-details-bottom li a:hover {
          color: #fab702; }
      @media (max-width: 767px) {
        .single .entry-blog .entry-body .entry-meta .post-details-bottom li {
          height: 45px;
          line-height: 45px; } }
      @media (max-width: 360px) {
        .single .entry-blog .entry-body .entry-meta .post-details-bottom li {
          text-align: center; } }
  .single .entry-blog .entry-body .entry-content .wp-caption {
    margin-top: 33px; }
    .single .entry-blog .entry-body .entry-content .wp-caption .wp-caption-text {
      color: rgba(51, 51, 51, 0.5);
      font-size: 14px;
      margin-top: 26px; }
  .single .entry-blog .wp-social-post {
    margin-top: 52px; }
  .single .entry-blog .wp-social-post ul li {
    margin-right: 11px; }
    .single .entry-blog .wp-social-post ul li a {
      display: block;
      width: 25px;
      height: 25px;
      line-height: 23px;
      text-align: center;
      color: #333;
      font-size: 13px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */
      border: 1px solid; }
      .single .entry-blog .wp-social-post ul li a:hover {
        color: #fff;
        background-color: #fab702;
        border-color: #fab702; }
      .single .comments-area {
        margin-top: -17px; }
  .single .comments-area .comment-list-wrap .wg-title {
    padding-left: 20px; }
  .single .portfolio .single-portfolio-main #slider {
    margin-bottom: 30px; }
  .single .portfolio #slider .flex-direction-nav {
    display: none; }
  .single .portfolio #carousel .flex-viewport .slides li {
    margin-right: 30px; }
  .single .portfolio #carousel .flex-direction-nav li a {
    height: 100%;
    width: 50px; }
    .single .portfolio .single-portfolio-holder {
      margin-top: 70px;
      padding-top: 65px;
      position: relative; }
  @media (max-width: 767px) {
        .single .portfolio .single-portfolio-holder .col-sidebar {
          margin-bottom: 50px; } }
  .single .portfolio .single-portfolio-holder:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    display: block;
    height: 1px;
    background-color: #ebebeb; }
  .single .portfolio .single-portfolio-holder .title-portfolio-info {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #333;
    margin-bottom: 36px;
    letter-spacing: 0.05em; }
  .single .portfolio .single-portfolio-holder .portfolio-info li {
    line-height: 30px; }
    .single .portfolio .single-portfolio-holder .portfolio-info li span {
      display: inline-block;
      font-size: 14px;
      color: #333;
      font-family: 'Montserrat', sans-serif; }
    .single .portfolio .single-portfolio-holder .portfolio-info li .label-port-info {
      font-weight: bold; }
  .single .portfolio .single-portfolio-holder .single-portfolio-content {
    line-height: 30px; }

.entry-meta li {
  display: inline-block;
  font-size: 13px;
  color: #616161;
  padding: 0 8px; }
  .entry-meta li:first-child {
    padding-left: 0; }
  .entry-meta li:last-child:before {
    display: none; }
  .entry-meta li a {
    color: #fab702; }
  .entry-meta li a:hover {
    color: #616161; }

.pagination {
  margin: -5px 0 0 -7px;
  width: 100%;
  /* 
   [Start] 2. Single Details
   +-----------------------------------+
*/ }
  @media (max-width: 767px) {
  .pagination {
    text-align: center; } }
  .pagination .page-numbers {
    background-color: #fff;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #666;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 7px;
    padding-right: 7px; }
  .pagination .page-numbers:hover, .pagination .page-numbers.current {
    color: #fab702; }
  .pagination .page-numbers.next {
    margin-left: 28px; }

.single .post .entry-body {
  border-bottom: 1px solid #ebebeb; }
  @media screen and (min-width: 992px) {
    .single.single-service .is-right-sidebar #sidebar .widget-area {
      padding-left: 30px;
      padding-right: 0; }

    .single.single-service .is-left-sidebar .gallery-service-single {
      float: right; }

    .single.single-service .sidebar-mobile {
      display: none; } }
  @media screen and (max-width: 991px) {
    .single.single-service #sidebar {
      display: none; }

    .single.single-service .sidebar-mobile {
      display: block; } }
  .single.single-service .wp-sidebar-and-carousel {
    overflow: hidden;
    margin-bottom: 130px; }
  @media screen and (max-width: 991px) {
      .single.single-service .wp-sidebar-and-carousel {
        margin-bottom: 80px; } }
  .single.single-service .single-services-image, .single.single-service .flex-viewport {
    margin-bottom: 68px; }
  .single.single-service .title-excerpt {
    font-weight: bold;
    font-size: 25px;
    color: #555;
    margin-bottom: 23px; }
  @media (max-width: 767px) {
      .single.single-service .title-excerpt {
        font-size: 20px; } }
  .single.single-service .excerpt-single {
    font-size: 14px;
    line-height: 30px; }
  @media screen and (min-width: 992px) {
      .single.single-service .is-no-sidebar {
        padding-left: 120px;
        padding-right: 120px; } }
  .single-post #cms-page-title .cms-page-title-inner h1 {
    text-align: left !important; }
    @media (max-width: 767px) {
      .single-post #cms-page-title .cms-page-title-inner h1 {
        text-align: center !important;
        font-size: 30px;
        line-height: 40px; } }

blockquote {
  padding: 26px 30px;
  background: transparent;
  margin: 20px 0;
  border: ;
  border-left: 3px solid #fab702;
  font-size: 15px;
  line-height: 28px;
  color: #9b9b9b; }
  blockquote cite {
    color: #222;
    display: block;
    font-weight: 600;
    font-size: 13px;
    font-style: normal;
    margin-top: 8px; }
  blockquote.st1 {
    border: none;
    position: relative; }
  blockquote.st1:before, blockquote.st1:after {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 16px;
    color: #222;
    position: absolute;
    top: 0;
    left: 0; }
  blockquote.st1:after {
    content: "\f10e";
    top: inherit;
    bottom: 0;
    left: inherit;
    right: 0; }
  blockquote.st2 {
    border: none;
    background-color: #f4f4f4;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* BACKGROUND GRADIENT */
    color: #fab702; }
  blockquote.st3 {
    border: none;
    background-color: #2f2f2f;
    color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /* BACKGROUND GRADIENT */ }
  blockquote.st3 cite {
    color: #fff; }

.entry-author {
  padding: 34px 40px 35px; }
  .entry-author .admin-avt {
    max-width: 90px;
    float: left;
    margin-top: 5px; }
  .entry-author .admin-avt img {
    max-width: 90px;
    width: 100%; }
  .entry-author .admin-info {
    padding-left: 120px; }
  .entry-author .user-social {
    padding-top: 10px; }
  .entry-author .user-social li {
    display: inline-block;
    padding-right: 21px; }
  .entry-author .user-social li a {
    font-size: 15px;
    color: #5d5d5d; }
    .entry-author .user-social li a:hover {
      color: #fab702; }

. .related-post .feature-image {
  display: block; }
  . .related-post .feature-image span {
    display: block;
    min-height: 178px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */ }
  . .related-post .no-feature-img .feature-image {
    display: none; }
  . .related-post .title {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
    margin-top: 16px; }
  . .related-post .title a {
    color: #222; }
  . .related-post .title a:hover {
    color: #fab702; }
  . .related-post .detail-date {
    font-size: 13px;
    color: #616161;
    text-transform: uppercase; }
  . .related-post .row {
    margin: 0 -11px; }
  . .related-post .row .item {
    padding: 0 11px; }

.single-portfolio #sidebar .widget_nav_menu {
  margin-top: -5px; }

.single-portfolio #sidebar .widget_nav_menu, .single-service #sidebar .widget_nav_menu {
  margin-top: 0px; }

@media screen and (max-width: 767px) {
 }

@media screen and (max-width: 360px) {
  #cms-page-title {
    text-align: center; } }

#page-portfolio-categories .col-portfolio-item {
  margin-bottom: 30px; }
  #page-portfolio-categories .cms-portfolio-image {
    position: relative;
    overflow: hidden; }
  #page-portfolio-categories .cms-portfolio-image .mask, #page-portfolio-categories .cms-portfolio-image .cms-portfolio-overlay {
    position: absolute; }
  #page-portfolio-categories .cms-portfolio-image .mask {
    background-color: #000;
    width: 100%;
    height: 100%; }
  #page-portfolio-categories .cms-portfolio-image .cms-portfolio-overlay {
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    text-align: center;
    display: block;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    transform: translate(-50%, -50%); }
  #page-portfolio-categories .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif; }
    #page-portfolio-categories .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title a {
      color: #fff; }
  #page-portfolio-categories .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-readmore a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fab702; }
  #page-portfolio-categories .cms-portfolio-image:hover .mask {
    opacity: 0.6; }
  #page-portfolio-categories .cms-portfolio-image:hover .cms-portfolio-overlay {
    opacity: 1; }

#page-service-categories .cms-service-item {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /* BACKGROUND GRADIENT */ }
  #page-service-categories .cms-service-item .entry-body {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -100%;
    width: 100%;
    left: 0;
    opacity: 0;
    padding: 15px;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms; }
  #page-service-categories .cms-service-item .entry-body .entry-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase; }
    #page-service-categories .cms-service-item .entry-body .entry-title a {
      color: #fff; }
  #page-service-categories .cms-service-item .entry-body .cms-service-readmore a {
    color: #fab702; }
  #page-service-categories .cms-service-item:hover .entry-body {
    bottom: 0;
    opacity: 1; }

#page-service-categories .cms-paging-navigation, #page-portfolio-categories .cms-paging-navigation {
  text-align: center; }
  #page-service-categories .cms-paging-navigation .pagination, #page-portfolio-categories .cms-paging-navigation .pagination {
    margin: 0; }
  #page-service-categories .cms-paging-navigation .page-numbers.next, #page-portfolio-categories .cms-paging-navigation .page-numbers.next {
    margin-left: 4px; }

#comments .comment-reply-title, #comments .wg-title {
  font-size: 25px;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  color: #333; }
  #comments .comment-reply-title a {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background: #f8f8f8;
    position: relative;
    top: -4px;
    margin-left: 10px;
    padding: 3px 15px;
    color: red; }
  #comments #respond {
    background-color: #fff;
    margin-top: 50px; }
  #comments .comment-list-wrap .wg-title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0; }
  #comments .comment-list-wrap .wg-title span {
    position: absolute;
    top: 0;
    left: 0; }
  #comments .comment-list-wrap .comment-list {
    list-style: none;
    padding: 0; }
  #comments .comment-list-wrap .comment-list .comment-body {
    padding-top: 35px;
    margin-top: 40px; }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment {
      position: relative; }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-holder {
      max-width: 70px;
      float: left; }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta {
      padding-left: 100px; }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner {
      padding: 35px 20px 25px;
      background-color: #f3f3f3;
      position: relative; }
      @media (max-width: 360px) {
          #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner {
            padding-top: 50px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            /* BACKGROUND GRADIENT */ } }
      #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner p {
        font-family: 'PT Sans', sans-serif;
        font-size: 15px;
        color: #999; }
      #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner:before {
        content: "";
        position: absolute;
        top: 30px;
        left: -20px;
        width: 20px;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid #f3f3f3; }
      #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner .author-date {
        display: table;
        width: 100%;
        margin-bottom: 10px; }
        #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner .author-date .fn {
          float: left;
          font-style: normal;
          font-weight: bold;
          font-family: 'Montserrat', sans-serif;
          font-size: 15px;
          color: #fab702; }
        #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner .author-date .comment-date {
          float: right;
          margin-top: -15px;
          color: #ccc; }
          #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner .author-date .comment-date:hover {
            color: black; }
        @media (max-width: 767px) {
          #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner .author-date .fn, #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner .author-date .comment-date {
            float: none !important;
            display: block; }

          #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner .author-date .comment-date {
            float: right;
            margin-top: 0px; } }
    @media (max-width: 500px) {
        #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-holder {
          position: absolute;
          top: 0px;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 88;
          float: none !important; }
        #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta {
          padding-left: 0 !important; }
          #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .commetn-meta .commetn-meta-inner:before {
            left: 0px; } }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-author .avatar {
      max-width: 70px;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */
      width: 100%;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
      @media (max-width: 360px) {
          #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-author .avatar {
            background-color: #fff; } }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-author cite {
      font-size: 14px;
      text-transform: uppercase;
      color: #222;
      font-style: normal;
      font-weight: 600; }
      #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-author cite a {
        color: #222; }
        #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-author cite a:hover {
          color: #fab702; }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-author .says {
      display: none; }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-meta {
      line-height: 1;
      font-size: 13px;
      margin-top: 9px;
      margin-bottom: 18px; }
    #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-meta a {
      color: #616161; }
      #comments .comment-list-wrap .comment-list .comment-body .bg-reply-comment .comment-meta a:hover {
        color: #fab702; }
    #comments .comment-list-wrap .comment-list .comment-body .reply a {
      font-size: 13px;
      color: #fab702;
      text-transform: uppercase;
      font-weight: 700; }
    #comments .comment-list-wrap .comment-list .comment-body .reply a:hover {
      color: #222; }
  #comments .comment-list-wrap .comment-list > li:first-child > .comment-body {
    border: none;
    padding-top: 0;
    margin-top: 40px; }
    #comments .comment-list-wrap .comment-list > li:first-child > .comment-body .avatar {
      top: 0 !important; }
  #comments .comment-list-wrap .comment-list .children {
    list-style: none;
    padding: 0 0 0 90px;
    overflow: hidden; }
    @media (max-width: 500px) {
      #comments .comment-list-wrap .comment-list .children {
        padding-left: 0; } }
  #comments .comment-list-wrap .comment-list .pingback > .comment-body {
    padding-left: 0; }
    #comments .comment-list-wrap .comment-list .pingback > .comment-body a.url {
      color: #222; }
    #comments .comment-list-wrap .comment-list .pingback > .comment-body a.url:hover {
      color: #fab702; }
  #comments .comment-respond .comment-reply-title {
    margin-bottom: 35px; }
  #comments .comment-respond .form-submit {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 0px;
    overflow: hidden;
    width: 100%;
    float: left; }
  #comments .comment-respond .form-submit #submit {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    border: none;
    background-color: #fab702;
    color: #fff; }
    #comments .comment-respond .form-submit #submit:hover {
      background: #222;
      color: #fff; }
  #comments .comment-respond .comment-form-comment {
    margin-bottom: 21px;
    margin-top: 21px; }
  #comments .comment-respond .comment-form-comment textarea:focus {
    border: 1px solid #fab702 !important; }
    @meida (max-width: 575px) {
      border: 1px solid #ccc; }
  #comments .comment-respond .comment-form-comment textarea {
    min-height: 200px;
    padding: 17px 19px;
    border: 1px solid #ebebeb; }
  #comments .comment-respond .col-inputs-comment input {
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #ebebeb; }
    #comments .comment-respond .col-inputs-comment input:focus {
      border: 1px solid #fab702 !important; }
  #comments .comment-respond .row-input-comment-form {
    margin-top: 21px;
    margin-bottom: 21px; }
  @media (max-width: 767px) {
      #comments .comment-respond .row-input-comment-form input {
        margin-bottom: 21px;
        width: 100%;
        max-width: 100%; } }
  #comments .comment-respond .otification-comment {
    margin-top: 23px;
    font-size: 14px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif; }
  #comments .comment-respond .otification-comment span {
    position: relative;
    display: inline-block;
    color: #fab702; }
    #comments .comment-respond .otification-comment span:after {
      height: 1px;
      display: block;
      color: #fab702;
      background-color: #fab702;
      content: " ";
      bottom: -1px;
      width: 100%;
      position: absolute; }

@media (max-width: 360px) {
  #comments #commentform .form-submit #submit {
    margin: 0 auto; } }

.mfp-wrap img.mfp-img {
  padding: 0; }

.cms-heading-content .ft-mtr {
  font-family: 'Montserrat', sans-serif !important; }

.icon-check {
  font-size: 15px;
  font-weight: bold;
  color: #fab702;
  margin-right: 10px; }

.media.box-icon {
  font-size: 13px;
  color: #757575;
  line-height: 1; }
  .media.box-icon .media-left {
    padding-right: 32px; }
  .media.box-icon h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'loraitalic';
    margin-bottom: 10px;
    margin-top: 3px; }

.wpb_column.col-fixed-right {
  position: absolute;
  top: 0;
  right: 0; }

.arrow-right {
  overflow: hidden; }
  .arrow-right .wpb_wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset; }
  .arrow-right:before {
    background-color: #fff;
    content: "";
    height: 40px;
    position: absolute;
    right: -20px;
    bottom: 155px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    width: 40px;
    z-index: 99; }

.bg-image-default {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.cms-load-posts i {
  padding: 0;
  display: none; }
  .cms-load-posts span {
    display: inline-block;
    padding: 0 6px; }
  .cms-load-posts a.run-loading i {
    display: inline-block; }

.link-about {
  display: inline-block;
  text-align: left;
  /* Slick Carousel */ }
  .link-about li {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    line-height: 23px;
    padding-right: 22px;
    margin-bottom: 18px;
    position: relative; }
  .link-about li a {
    color: rgba(255, 255, 255, 0.67); }
  .link-about li a span {
    text-transform: none;
    color: #333;
    display: block; }
  .link-about li a i {
    position: absolute;
    right: 0;
    top: 3px; }
  .link-about li a:hover {
    color: #fff; }

.slick-prev:before, .slick-next:before {
  color: #fab702;
  /* OWL Carousel */ }

body .owl-carousel .owl-item img {
  transform-style: inherit; }

.flexslider {
  position: relative; }
  .flexslider .flex-direction-nav a {
    display: block;
    position: absolute;
    top: 50% !important;
    transform: translate(0%, -50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 0px;
    background-color: #000;
    opacity: 0.5;
    font-family: FontAwesome; }
  .flexslider .flex-direction-nav a.flex-prev {
    left: 0; }
    .flexslider .flex-direction-nav a.flex-prev:before {
      content: "\f104";
      font-size: 33px;
      color: #fff;
      top: 50% !important;
      transform: translate(-50%, -50%);
      position: absolute; }
  .flexslider .flex-direction-nav a.flex-next {
    right: 0; }
    .flexslider .flex-direction-nav a.flex-next:before {
      color: #fff;
      content: "\f105";
      font-size: 33px;
      position: absolute;
      top: 50% !important;
      transform: translate(-50%, -50%); }

.owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50% !important;
  transform: translate(0%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 33px;
  background-color: #a6a6a6;
  z-index: 22; }
  @media (max-width: 767px) {
      .owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px; } }
  .owl-controls .owl-nav .owl-prev:after, .owl-controls .owl-nav .owl-next:after {
    font-size: 33px;
    color: #fff;
    font-family: 'FontAwesome';
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33; }
    @media (max-width: 767px) {
      .owl-controls .owl-nav .owl-prev:after, .owl-controls .owl-nav .owl-next:after {
        font-size: 25px; } }
  .owl-controls .owl-nav .owl-prev:hover:after, .owl-controls .owl-nav .owl-next:hover:after {
    color: #fab702; }
  .owl-controls .owl-nav .owl-prev i, .owl-controls .owl-nav .owl-next i {
    font-size: 0;
    position: absolute;
    left: -900000px; }
  .owl-controls .owl-nav .owl-prev {
    left: 0px; }
  @media (min-width: 1599px) {
      .owl-controls .owl-nav .owl-prev {
        left: -215px; } }
  .owl-controls .owl-nav .owl-prev:after {
    content: "\f104"; }
  .owl-controls .owl-nav .owl-next {
    right: 0px; }
  @media (min-width: 1599px) {
      .owl-controls .owl-nav .owl-next {
        right: -215px; } }
  .owl-controls .owl-nav .owl-next:after {
    content: "\f105"; }
  @media (max-width: 1199px) {
    .owl-controls .owl-nav {
      position: absolute;
      bottom: -100px;
      width: 100%;
      text-align: center;
      display: block; }
      .owl-controls .owl-nav .owl-prev, .owl-controls .owl-nav .owl-next {
        position: static;
        transform: translate(0%, 0%);
        display: inline-block; }
      .owl-controls .owl-nav .owl-prev {
        margin-right: 1px; } }
  .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center; }
  .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px; }
  .owl-controls .owl-dots .owl-dot span {
    display: block;
    background-color: #abc;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    position: relative; }
    .owl-controls .owl-dots .owl-dot span:before {
      content: "";
      height: 13px;
      width: 13px;
      display: block;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */ }
  .owl-controls .owl-dots .owl-dot.active span {
    background-color: #fab702 !important; }
    .owl-controls .owl-dots .owl-dot.active span:before {
      border-color: transparent;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none; }
    .owl-controls .owl-dots .owl-dot.active span:after {
      border-color: #fab702 !important;
      background-color: #fab702 !important; }
  @media (max-width: 1199px) {
    .owl-controls .owl-dots {
      display: none !important; } }

.dot-style-white .owl-controls .owl-dots .owl-dot span {
  background-color: #fff; }
  .dot-style-white .owl-controls .owl-dots .owl-dot span:after {
    border: 3px solid #fff;
    background-color: #fff; }
  .dot-style-white .owl-controls .owl-dots .owl-dot span:before {
    border: 3px solid #fff;
    background-color: #fff; }

.dot-style-gray .owl-controls .owl-dots .owl-dot span {
  background-color: #686868; }
  .dot-style-gray .owl-controls .owl-dots .owl-dot span:after {
    border: 3px solid #686868;
    background-color: #686868; }
  .dot-style-gray .owl-controls .owl-dots .owl-dot span:before {
    border: 3px solid #686868;
    background-color: #686868; }

.dot-style-dark .owl-controls .owl-dots .owl-dot span {
  background-color: #000; }
  .dot-style-dark .owl-controls .owl-dots .owl-dot span:after {
    border: 3px solid #000;
    background-color: #000; }
  .dot-style-dark .owl-controls .owl-dots .owl-dot span:before {
    border: 3px solid #000;
    background-color: #000; }

.dot-style-color-999 .owl-controls .owl-dots .owl-dot span {
  background-color: #999; }
  .dot-style-color-999 .owl-controls .owl-dots .owl-dot span:after {
    border: 3px solid #999;
    background-color: #999; }
  .dot-style-color-999 .owl-controls .owl-dots .owl-dot span:before {
    border: 3px solid #999;
    background-color: #999; }

.cms-carousel .owl-controls .owl-dots .owl-dot.active span {
  background-color: #fab702 !important; }
  .cms-carousel .owl-controls .owl-dots .owl-dot.active span:after {
    border-color: #fab702 !important;
    background-color: #fab702 !important; }
  .cms-carousel .owl-controls .owl-dots .owl-dot.active span:before {
    border-color: #fab702 !important;
    background-color: #fab702 !important; }
  .cms-carousel.nav-style-dark .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-dark .owl-controls .owl-nav .owl-next {
    background-color: #000; }
  .cms-carousel.nav-style-white .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-white .owl-controls .owl-nav .owl-next {
    background-color: #fff; }
  .cms-carousel.nav-style-white .owl-controls .owl-nav .owl-prev:after, .cms-carousel.nav-style-white .owl-controls .owl-nav .owl-next:after {
    color: #333; }
  .cms-carousel.nav-style-gray .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-gray .owl-controls .owl-nav .owl-next {
    background-color: transparent; }
  .cms-carousel.nav-style-gray .owl-controls .owl-nav .owl-prev:before, .cms-carousel.nav-style-gray .owl-controls .owl-nav .owl-next:before {
    background: rgba(0, 0, 0, 0.35) !important;
    content: " ";
    display: block;
    height: inherit;
    width: inherit; }
  .cms-carousel.nav-style-color-575 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-575 .owl-controls .owl-nav .owl-next {
    background-color: #575757; }
  .cms-carousel.nav-style-color-686 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-686 .owl-controls .owl-nav .owl-next {
    background-color: #686868; }
  .cms-carousel.nav-style-color-0d0 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-0d0 .owl-controls .owl-nav .owl-next {
    background-color: #0d0d0d; }
  .cms-carousel.nav-style-color-151 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-151 .owl-controls .owl-nav .owl-next {
    background-color: #151515; }
  .cms-carousel.nav-style-color-171 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-171 .owl-controls .owl-nav .owl-next {
    background-color: #171717; }
  .cms-carousel.nav-style-color-191 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-191 .owl-controls .owl-nav .owl-next {
    background-color: #191919; }
  .cms-carousel.nav-style-color-212 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-212 .owl-controls .owl-nav .owl-next {
    background-color: #212121; }
  .cms-carousel.nav-style-color-222 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-222 .owl-controls .owl-nav .owl-next {
    background-color: #222; }
  .cms-carousel.nav-style-color-333 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-333 .owl-controls .owl-nav .owl-next {
    background-color: #333; }
  .cms-carousel.nav-style-color-404 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-404 .owl-controls .owl-nav .owl-next {
    background-color: #404040; }
  .cms-carousel.nav-style-color-444 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-444 .owl-controls .owl-nav .owl-next {
    background-color: #444; }
  .cms-carousel.nav-style-color-666 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-666 .owl-controls .owl-nav .owl-next {
    background-color: rgba(51, 51, 51, 0.5); }
  .cms-carousel.nav-style-color-8b8 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-8b8 .owl-controls .owl-nav .owl-next {
    background-color: #8b8b8b; }
  .cms-carousel.nav-style-color-999 .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-999 .owl-controls .owl-nav .owl-next {
    background-color: #999; }
  .cms-carousel.nav-style-color-999 .owl-controls .owl-nav .owl-prev:after, .cms-carousel.nav-style-color-999 .owl-controls .owl-nav .owl-next:after {
    color: #333; }
  .cms-carousel.nav-style-color-f5f .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-f5f .owl-controls .owl-nav .owl-next {
    background-color: #f5f5f5; }
  .cms-carousel.nav-style-color-f5f .owl-controls .owl-nav .owl-prev:after, .cms-carousel.nav-style-color-f5f .owl-controls .owl-nav .owl-next:after {
    color: #333; }
  .cms-carousel.nav-style-color-f8f .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-f8f .owl-controls .owl-nav .owl-next {
    background-color: #f8f8f8; }
  .cms-carousel.nav-style-color-f8f .owl-controls .owl-nav .owl-prev:after, .cms-carousel.nav-style-color-f8f .owl-controls .owl-nav .owl-next:after {
    color: #333; }
  .cms-carousel.nav-style-color-f9f .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-f9f .owl-controls .owl-nav .owl-next {
    background-color: #f9f9f9; }
  .cms-carousel.nav-style-color-f9f .owl-controls .owl-nav .owl-prev:after, .cms-carousel.nav-style-color-f9f .owl-controls .owl-nav .owl-next:after {
    color: #333; }
  .cms-carousel.nav-style-color-ebe .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-ebe .owl-controls .owl-nav .owl-next {
    background-color: #ebebeb; }
  .cms-carousel.nav-style-color-ebe .owl-controls .owl-nav .owl-prev:after, .cms-carousel.nav-style-color-ebe .owl-controls .owl-nav .owl-next:after {
    color: #333; }
  .cms-carousel.nav-style-color-e0e .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-e0e .owl-controls .owl-nav .owl-next {
    background-color: #e0e0e0; }
  .cms-carousel.nav-style-color-e0e .owl-controls .owl-nav .owl-prev i:after, .cms-carousel.nav-style-color-e0e .owl-controls .owl-nav .owl-next i:after {
    color: #333; }
  .cms-carousel.nav-style-color-ovelay .owl-controls .owl-nav .owl-prev, .cms-carousel.nav-style-color-ovelay .owl-controls .owl-nav .owl-next {
    background-color: transparent; }
  .cms-carousel.margin-top-20 .owl-controls .owl-dots {
    bottom: -40px; }
  .cms-carousel.margin-top-25 .owl-controls .owl-dots {
    bottom: -44px; }
  .cms-carousel.margin-top-30 .owl-controls .owl-dots {
    bottom: -50px; }
  .cms-carousel.margin-top-35 .owl-controls .owl-dots {
    bottom: -55px; }
  .cms-carousel.margin-top-40 .owl-controls .owl-dots {
    bottom: -60px; }
  .cms-carousel.margin-top-42 .owl-controls .owl-dots {
    bottom: -62px; }
  .cms-carousel.margin-top-45 .owl-controls .owl-dots {
    bottom: -65px; }
  .cms-carousel.margin-top-50 .owl-controls .owl-dots {
    bottom: -70px; }
  .cms-carousel.margin-top-55 .owl-controls .owl-dots {
    bottom: -75px; }
  .cms-carousel.margin-top-60 .owl-controls .owl-dots {
    bottom: -80px; }
  .cms-carousel.margin-top-65 .owl-controls .owl-dots {
    bottom: -85px; }
  .cms-carousel.margin-top-70 .owl-controls .owl-dots {
    bottom: -90px; }

.social-page {
  text-align: center;
  /* 
   [Start] 1. Custom Heading
   +-----------------------------------+
*/ }
  .social-page li {
    display: inline-block;
    margin: 0 23px; }
  .social-page li a {
    color: rgba(0, 0, 0, 0.45);
    font-size: 20px; }
  .social-page li a:hover {
    color: #333; }

.vc_custom_heading {
  /* 
   [Start] 6. Progressbar
   +-----------------------------------+
*/ }
  .vc_custom_heading cite {
    font-style: normal;
    color: #fab702;
    text-decoration: underline; }
  .vc_custom_heading.text-shadow span {
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.cms-progress-wraper {
  position: relative;
  overflow: hidden; }
  .cms-progress-wraper .cms-progress-title {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }
  .cms-progress-wraper .cms-progress-icon i {
    font-size: 45px;
    color: #fab702; }

.cms-progress-layout1 {
  margin-bottom: 13px;
  padding-top: 10px;
  /* 
   [Start] 7. Dropcap
   +-----------------------------------+
*/ }
  .cms-progress-layout1 .cms-progress-title {
    margin-bottom: 9px;
    color: #333;
    font-weight: 14px;
    font-weight: bold; }
  .cms-progress-layout1 .cms-progress {
    height: 15px;
    width: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */
    border-bottom: 1px solid #fab702;
    overflow: visible;
    margin-bottom: 14px; }
  .cms-progress-layout1 .cms-progress .progress-bar {
    background-image: none;
    background-color: #fab702;
    overflow: visible;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .cms-progress-layout1 .cms-progress .progress-couter {
    color: #9b9b9b;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 27px;
    font-weight: 600; }

.cms-dropcap .cms-dropcap-content {
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px; }

.cms-cta-wrapper {
  padding-top: 15px;
  padding-bottom: 15px; }
  .cms-cta-wrapper .cta-right {
    float: right; }
  .cms-cta-wrapper .cta-left {
    float: left; }
  .cms-cta-wrapper.cms-style-default .cms-cta-content .title {
    font-size: 25px;
    margin: 10px 0 12px;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif; }
  @media (max-width: 991px) {
        .cms-cta-wrapper.cms-style-default .cms-cta-content .title {
          text-align: center; } }
  @media (max-width: 991px) {
      .cms-cta-wrapper.cms-style-default .cms-cta-button {
        text-align: center;
        margin-top: 30px; } }
  .cms-cta-wrapper.cms-style-default .cms-cta-button .btn-call {
    letter-spacing: 0.05em;
    font-size: 14px;
    background-color: #fab702;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 13px 35px;
    text-transform: uppercase; }
  @media (min-width: 992px) and (max-width: 1199px) {
        .cms-cta-wrapper.cms-style-default .cms-cta-button .btn-call {
          padding-left: 15px;
          padding-right: 15px; } }
  .cms-cta-wrapper.cms-style-default .cms-cta-button .btn-call:hover {
    color: #fff;
    background-color: #333; }

.cms-style-layout2 {
  text-align: center;
  /* 
   [Start] 8. Testimonial
   +-----------------------------------+
*/ }
  .cms-style-layout2 .cta-inner {
    display: inline-block; }
  .cms-style-layout2 .sub-title {
    font-size: 30px;
    color: #666;
    font-weight: bold;
    margin-bottom: 40px; }
  .cms-style-layout2 .title {
    font-size: 55px;
    margin: 10px 0 60px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #222;
    font-family: 'Poppins', sans-serif; }
  @media (max-width: 991px) {
    .cms-style-layout2 .title {
      margin-bottom: 30px;
      font-size: 35px; } }
  .cms-style-layout2 .title cite {
    color: #fab702;
    font-style: normal; }
  @media (max-width: 991px) {
    .cms-style-layout2 .cms-cta-button {
      margin-top: 30px; } }
  .cms-style-layout2 .cms-cta-button .btn-call {
    letter-spacing: 0.05em;
    font-size: 14px;
    background-color: #fab702;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    padding: 13px 35px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #fab702;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    cursor: pointer;
    box-shadow: 0 0 0 rgba(250, 183, 2, 0.7);
    animation: pulse-2 2s infinite; }
  .cms-style-layout2 .cms-cta-button .btn-call span {
    position: relative; }
  .cms-style-layout2 .cms-cta-button .btn-call:before {
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    opacity: 0;
    position: absolute;
    content: "";
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms; }
  @media (min-width: 992px) and (max-width: 1199px) {
      .cms-style-layout2 .cms-cta-button .btn-call {
        padding-left: 15px;
        padding-right: 15px; } }
  .cms-style-layout2 .cms-cta-button .btn-call:hover {
    color: #fff; }
  .cms-style-layout2 .cms-cta-button .btn-call:hover:before {
    background-color: #333;
    top: 0;
    opacity: 1; }

.cms-testimonial {
  /* 
   [Start] 9. Team
   +-----------------------------------+
*/ }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper {
    min-height: 295px;
    padding: 70px 30px 65px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    border: 3px solid transparent;
    position: relative; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content {
    padding-left: 170px;
    margin-top: -10px; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .entry-content {
    margin-bottom: 21px;
    line-height: 30px; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title {
    margin-top: 10px;
    margin-bottom: 21px;
    font-weight: normal;
    text-transform: capitalize; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-item {
    position: relative;
    background-color: #5e5e5e;
    -webkit-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-item:before {
    content: " ";
    display: block;
    position: absolute;
    opacity: 0;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: transparent;
    border: 3px solid #fff;
    -webkit-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-item:hover {
    background-color: #333;
    background-image: -webkit-gradient(linear, left top, right top, from(#333), to(rgba(51, 51, 51, 0.2)));
    background-image: -webkit-linear-gradient(left, #333, rgba(51, 51, 51, 0.2));
    background-image: -moz-linear-gradient(left, #333, rgba(51, 51, 51, 0.2));
    background-image: -ms-linear-gradient(left, #333, rgba(51, 51, 51, 0.2));
    background-image: -o-linear-gradient(left, #333, rgba(51, 51, 51, 0.2));
    background-image: linear-gradient(left, #333, rgba(51, 51, 51, 0.2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333', endColorStr='rgba(51, 51, 51, 0.2)', gradientType='1');
    /* BACKGROUND HORIZONTAL Left */ }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-item:hover:before {
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    opacity: 1; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-item:hover .cms-testimonial-image {
    border: 3px solid #fff; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-item:hover .cms-testimonial-image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper {
    min-height: 250px;
    padding: 60px 30px 53px;
    background-color: #333; }
  @media (min-width: 992px) {
      .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper {
        position: relative;
        background-color: transparent; }
        .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .mask {
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          display: block;
          background-color: #333;
          opacity: 0.75;
          width: 100%;
          height: 100%;
          content: ""; }
        .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content {
          position: absolute; } }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-image {
    width: 130px;
    height: 130px;
    overflow: hidden; }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content {
    padding-left: 150px;
    margin-top: -10px;
    padding-right: 20px; }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .entry-content {
    margin-bottom: 27px;
    font-style: italic;
    line-height: 32px;
    font-family: 'PT Sans', sans-serif; }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold; }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title .cms-testimonial-position {
    font-weight: normal;
    text-transform: capitalize; }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper:hover .mask {
    opacity: 0.9; }
  .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper:hover .cms-testimonial-image img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  @media (min-width: 768px) and (max-width: 991px) {
      .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper {
        min-height: auto;
        padding: 70px 130px !important; } }
  @media (min-width: 500px) and (max-width: 767px) {
      .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper {
        padding-left: 100px;
        padding-right: 100px; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-image {
    float: left; }
  @media (max-width: 767px) {
        .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-image {
          float: none;
          margin: 0 auto 50px; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content {
    margin-bottom: 0; }
  @media (max-width: 767px) {
        .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content {
          padding-left: 0 !important; } }
  @media (max-width: 767px) {
          .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .entry-content, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .entry-content, .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta {
            text-align: center; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .entry-content, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .entry-content {
    color: #ebebeb; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title {
    color: #fab702; }
  @media (max-width: 767px) {
            .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title {
              font-size: 20px;
              font-weight: bold; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title .cms-testimonial-position, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-title .cms-testimonial-position {
    color: #ebebeb; }
  @media (min-width: 500px) and (max-width: 767px) {
      .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper {
        padding-left: 100px;
        padding-right: 100px; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-image {
    margin-right: 20px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
  @media (max-width: 767px) {
        .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-image {
          float: none;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 40px; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title {
    font-size: 14px; }
  @media (max-width: 360px) {
          .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title, .cms-testimonial.cms-testimonial-layout2 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title {
            line-height: 32px; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-image, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-image {
    width: 150px;
    height: 150px; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star {
    display: block;
    position: relative; }
  @media (max-width: 767px) {
        .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star {
          display: inline-block; } }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star:before, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star:before, .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    letter-spacing: 3px; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star:before, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star:before {
    content: "\f005 \f005 \f005 \f005 \f005 ";
    color: #b5b5b5; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star:after {
    position: absolute;
    top: 0;
    left: 0; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star.no-star:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star.no-star:after {
    content: "";
    color: #ebebeb; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star.star1:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star.star1:after {
    content: "\f005 ";
    color: #fab702; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star.star2:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star.star2:after {
    content: "\f005 \f005 ";
    color: #fab702; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star.star3:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star.star3:after {
    content: "\f005 \f005 \f005 ";
    color: #fab702; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star.star4:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star.star4:after {
    content: "\f005 \f005 \f005 \f005 ";
    color: #fab702; }
  .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-wrapper .cms-testimonial-star.star5:after, .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-star.star5:after {
    content: "\f005 \f005 \f005 \f005 \f005 ";
    color: #fab702; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper {
    padding: 70px 30px 65px;
    background-color: rgba(51, 51, 51, 0.18); }
  @media (min-width: 768px) and (max-width: 991px) {
      .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper {
        padding: 70px 30px !important; } }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-image {
    margin: 0 auto 43px;
    overflow: hidden; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .entry-content {
    color: rgba(51, 51, 51, 0.5);
    font-style: italic;
    line-height: 30px;
    font-size: 14px; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title {
    text-align: center; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title span.title {
    font-size: 25px;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-bottom: 25px; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-title .cms-testimonial-position {
    display: block;
    color: #444;
    font-size: 14px;
    font-style: italic;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta {
    text-align: center;
    margin-top: 35px; }
  .cms-testimonial.cms-testimonial-layout3 .cms-testimonial-wrapper .cms-testimonial-content .cms-testimonial-meta .cms-testimonial-star {
    display: inline-block; }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-content, .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-position {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5); }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-content {
    font-style: italic;
    line-height: 30px;
    margin-bottom: 50px; }
  @media (max-width: 767px) {
      .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-content {
        padding-left: 30px;
        padding-right: 30px; } }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-sig {
    text-align: center; }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-sig img {
    max-width: 253px;
    max-height: 94px;
    margin: 0 auto; }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-title {
    text-transform: capitalize;
    margin-top: 17px;
    margin-bottom: 0; }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-title span {
    font-family: 'Poppins', sans-serif;
    display: inline-block; }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-title span.title {
    font-size: 25px;
    font-weight: bold; }
  .cms-testimonial.cms-testimonial-layout4 .cms-testimonial-title span.cms-testimonial-position {
    color: rgba(51, 51, 51, 0.5); }

.cms-layout-team {
  /* 
   [Start] 10. Heading
   +-----------------------------------+
*/ }
  .cms-layout-team .cms-grid-item:nth-child(2n+1) {
    padding-right: 50px; }
  .cms-layout-team .cms-grid-item:nth-child(2n) {
    padding-left: 50px; }
  .cms-layout-team .cms-grid-item {
    margin-bottom: 65px; }
  @media (max-width: 767px) {
    .cms-layout-team .cms-grid-item {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .cms-layout-team .cms-team-wrapper {
    position: relative;
    padding-bottom: 65px; }
  .cms-layout-team .cms-team-wrapper .cms-team-header {
    overflow: hidden;
    width: 120px;
    height: 120px;
    float: left;
    margin-top: 4px; }
  .cms-layout-team .cms-team-wrapper .cms-team-header .has-thumbnail {
    display: block;
    position: relative;
    overflow: hidden; }
  .cms-layout-team .cms-team-wrapper .cms-team-header .has-thumbnail:before {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s; }
  .cms-layout-team .cms-team-wrapper .cms-team-header .has-thumbnail:before {
    right: 0;
    opacity: 1;
    top: 0; }
  .cms-layout-team .cms-team-wrapper .cms-team-header .has-thumbnail:hover:before {
    height: 100%;
    opacity: 0;
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
      .cms-layout-team .cms-team-wrapper .cms-team-header {
        margin-right: 30px; } }
  @media (max-width: 360px) {
      .cms-layout-team .cms-team-wrapper .cms-team-header {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 50px; }
        .cms-layout-team .cms-team-wrapper .cms-team-header img {
          width: 100%; } }
  .cms-layout-team .cms-team-wrapper .cms-team-body {
    padding-left: 175px; }
  @media (min-width: 768px) and (max-width: 991px) {
      .cms-layout-team .cms-team-wrapper .cms-team-body {
        padding-left: 0; } }
  @media (max-width: 360px) {
      .cms-layout-team .cms-team-wrapper .cms-team-body {
        padding-left: 0;
        text-align: center; } }
  .cms-layout-team .cms-team-wrapper .cms-team-body .cms-team-title {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 20px; }
  .cms-layout-team .cms-team-wrapper .cms-team-body .cms-team-position {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-style: italic; }
  .cms-layout-team .cms-team-wrapper .cms-team-body .cms-team-content {
    padding-top: 18px;
    margin-bottom: 22px; }
  .cms-layout-team .cms-team-wrapper .cms-team-body .cms-team-content p {
    line-height: 30px; }
  .cms-layout-team .cms-team-wrapper .cms-team-body .social-team-bottom li {
    display: inline-block;
    margin-right: 5px; }
  .cms-layout-team .cms-team-wrapper .cms-team-body .social-team-bottom li a {
    color: rgba(51, 51, 51, 0.5);
    font-size: 20px;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    -webkit-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms; }
  .cms-layout-team .cms-team-wrapper .cms-team-body .social-team-bottom li a i {
    -webkit-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms; }
  .cms-layout-team .cms-team-wrapper .cms-team-body .social-team-bottom li a:hover {
    -webkit-transform: translate(0, -5px);
    -khtml-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    background-color: #fab702; }
    .cms-layout-team .cms-team-wrapper .cms-team-body .social-team-bottom li a:hover i {
      color: #fff;
      transform: rotateY(360deg); }
  .cms-layout-team .cms-team-wrapper:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ebebeb; }
  .cms-layout-team .cms-grid-item:nth-last-child(2) .cms-team-wrapper:before, .cms-layout-team .cms-grid-item:nth-last-child(1) .cms-team-wrapper:before {
    opacity: 0; }

.cms-heading-wrapper cite {
  font-style: normal;
  color: #fab702; }
  .cms-heading-wrapper .cms-heading-content {
    padding: 10px 0; }
  @media (max-width: 767px) {
    .cms-heading-wrapper .cms-heading-content .title {
      letter-spacing: 0em !important;
      font-size: 30px !important; } }
  .cms-heading-wrapper.cms-heading-default .cms-heading-content .title {
    color: #222; }
  .cms-heading-wrapper .title {
    font-size: 40px;
    font-weight: 700;
    color: #222; }
  .cms-heading-wrapper .sub-title {
    font-size: 20px; }
  .cms-heading-wrapper.cms-heading-layout2 {
    text-align: center; }
  .cms-heading-wrapper.cms-heading-layout2 .title {
    text-transform: uppercase; }
  .cms-heading-wrapper.cms-heading-layout2 .line-title {
    display: table;
    width: 100%;
    height: 16px;
    position: relative;
    margin-top: 17px;
    color: inherit; }
  .cms-heading-wrapper.cms-heading-layout2 .line-title .h-line-left, .cms-heading-wrapper.cms-heading-layout2 .line-title .h-line-right {
    position: absolute;
    width: 48.7%;
    content: "";
    bottom: 7px;
    height: 1px;
    color: inherit;
    content: " ";
    border-top: 1px solid; }
  .cms-heading-wrapper.cms-heading-layout2 .line-title .h-line-left {
    right: 0; }
  .cms-heading-wrapper.cms-heading-layout2 .line-title .h-line-right {
    left: 0; }
  .cms-heading-wrapper.cms-heading-layout2 .line-title span.h-line-center {
    position: absolute;
    width: 30px;
    height: 16px;
    display: block;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0%); }
  .cms-heading-wrapper.cms-heading-layout2 .line-title span.h-line-center:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 10px;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fab702; }
  .cms-heading-wrapper.cms-heading-layout2 .line-title span.h-line-center:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 10px;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fab702; }
  .cms-heading-wrapper.cms-heading-layout4 .cms-heading-content .title {
    letter-spacing: 0.1em;
    margin-bottom: 23px;
    font-size: 55px;
    text-transform: lowercase; }
  .cms-heading-wrapper.cms-heading-layout4 .cms-heading-content .supb-title {
    letter-spacing: 0.2em;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 300; }
  @media (max-width: 767px) {
        .cms-heading-wrapper.cms-heading-layout4 .cms-heading-content .supb-title {
          letter-spacing: 0em;
          line-height: 30px;
          font-size: 20px !important; } }

.vc_custom_heading {
  /* 
   [Start] 11. Fancybox
   +-----------------------------------+
*/ }
  @media (max-width: 767px) {
  .vc_custom_heading {
    font-size: 30px; }
    .vc_custom_heading span {
      letter-spacing: 0.1em !important; } }
  @media (max-width: 360px) {
  .vc_custom_heading {
    font-size: 25px; }
    .vc_custom_heading span {
      letter-spacing: 0 !important; } }

.box-shadaw-fancybox {
  z-index: 22; }
  @media (min-width: 992px) {
    .box-shadaw-fancybox .vc_inner {
      box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15); } }

.cms-fancybox-wraper {
  margin-bottom: 16px; }
  .cms-fancybox-wraper .cms-fancybox-title {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: 'Poppins', sans-serif;
    color: #333; }
  .cms-fancybox-wraper .cms-fancybox-icon i {
    display: inline-block; }
  .cms-fancybox-wraper.cms-fancybox-default {
    text-align: center; }
  @media (max-width: 360px) {
      .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item {
        margin-bottom: 30px; } }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon {
    max-width: 100px;
    max-height: 100px;
    margin-top: 6px;
    float: left;
    -webkit-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms; }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon img {
    width: 100px;
    height: 100px;
    border: 2px solid #fab702;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon i {
    width: 100px;
    height: 100px;
    line-height: 98px;
    text-align: center;
    font-size: 40px;
    border: 2px solid #fab702;
    color: #fab702;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
  @media (min-width: 768px) and (max-width: 991px) {
        .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon {
          max-width: 100%;
          max-height: 100%;
          float: none;
          width: 100%;
          text-align: center;
          margin-bottom: 50px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
        .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon {
          max-width: 80px;
          max-height: 80px;
          margin-right: 20px; }
          .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon img {
            width: 80px;
            height: 80px; }
          .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon i {
            width: 80px;
            height: 80px;
            line-height: 78px; } }
  @media (max-width: 360px) {
        .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-icon {
          max-width: 100%;
          text-align: center;
          float: none;
          margin-top: 0;
          margin-bottom: 20px; } }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content {
    padding-left: 130px; }
  @media (min-width: 768px) and (max-width: 991px) {
        .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content {
          padding-left: 0; }
          .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-title {
            text-align: center;
            min-height: 50px; } }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-title {
    margin-bottom: 8px;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-size: 25px; }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-title a {
    color: #fab702; }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-title a:hover {
    color: #fab702 !important; }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-description {
    color: rgba(51, 51, 51, 0.5); }
  @media (min-width: 992px) and (max-width: 1199px) {
        .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content {
          padding-left: 0; } }
  @media (max-width: 360px) {
        .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content {
          padding-left: 0; }
          .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-title {
            text-align: center; } }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item:hover .cms-fancybox-title a {
    color: #fab702 !important; }
  .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-item:hover i {
    -webkit-transform: translate(0, -10px);
    -khtml-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    border: 2px solid #fab702;
    color: #fab702; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-icon {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-bottom: 55px;
    text-align: center; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-icon img {
    max-width: 55px;
    max-height: 60px; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-icon span {
    display: block;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    color: #333;
    position: relative; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-icon span:before {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 52px;
    height: 52px;
    position: absolute;
    border: 2px solid #333;
    content: "";
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-icon i {
    height: 52px;
    line-height: 52px;
    width: 52px;
    color: #333;
    font-size: 30px;
    display: inline-block;
    border-radius: 50%;
    text-align: center; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.05em; }
  @media (max-width: 1199px) {
          .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-title {
            font-size: 20px; } }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-description {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-description p {
    line-height: 30px; }
  @media screen and (max-width: 575px) {
          .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-description {
            text-align: center; } }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item:hover {
    -webkit-transform: translate(0, -16px);
    -khtml-transform: translate(0, -16px);
    -moz-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    -o-transform: translate(0, -16px);
    transform: translate(0, -16px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item:hover .cms-fancybox-title a {
    color: #fab702; }
  .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-item:hover .cms-fancybox-icon {
    transform: rotateY(180deg); }
  @media (max-width: 360px) {
    .cms-fancybox-wraper.cms-fancybox-layout2 {
      margin-bottom: 50px; } }
  .cms-fancybox-wraper.cms-fancybox-layout3 {
    margin-bottom: 0;
    background-color: #fff; }
  @media (max-width: 991px) {
    .cms-fancybox-wraper.cms-fancybox-layout3 {
      box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15); } }
  @media (max-width: 991px) {
    .cms-fancybox-wraper.cms-fancybox-layout3 {
      margin: 15px 0; } }
  .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item {
    padding: 35px 30px; }
  @media (min-width: 1200px) {
      .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item {
        min-height: 200px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
      .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item {
        min-height: 250px; } }
  @media (max-width: 767px) {
      .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item {
        box-shadow: none;
        border: 1px solid #ebebeb; } }
  .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item .cms-fancybox-icon {
    text-align: center;
    width: 100%;
    margin-bottom: 27px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item .cms-fancybox-icon i {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #333;
    font-size: 50px; }
  .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item .cms-fancybox-title {
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 30px; }
  @media (max-width: 767px) {
        .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-item .cms-fancybox-title {
          letter-spacing: 0em; } }
  .cms-fancybox-wraper.cms-fancybox-layout3.bg-fcb-color-active {
    background-color: #000; }
  .cms-fancybox-wraper.cms-fancybox-layout3.bg-fcb-color-active i, .cms-fancybox-wraper.cms-fancybox-layout3.bg-fcb-color-active .cms-fancybox-title a {
    color: #fff; }
  .cms-fancybox-wraper.cms-fancybox-layout3.bg-fcb-color-active .cms-fancybox-title a:hover {
    color: #fab702 !important; }
  .cms-fancybox-wraper.cms-fancybox-layout3.bg-fcb-color-active .cms-fancybox-icon i {
    color: #fff; }
  .cms-fancybox-wraper.cms-fancybox-layout3:hover .cms-fancybox-title a {
    color: #fab702; }
  .cms-fancybox-wraper.cms-fancybox-layout3:hover .cms-fancybox-icon {
    -webkit-transform: translate(0, -6px);
    -khtml-transform: translate(0, -6px);
    -moz-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    -o-transform: translate(0, -6px);
    transform: translate(0, -6px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-fancybox-wraper.cms-fancybox-layout4 {
    margin-top: 0; }
  .cms-fancybox-wraper.cms-fancybox-layout4 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-description {
    font-family: 'Montserrat', sans-serif; }
  .cms-fancybox-wraper.cms-fancybox-layout4 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-description p {
    margin-bottom: 0px;
    line-height: 30px;
    font-size: 14px; }
  .cms-fancybox-wraper.cms-fancybox-layout4 .cms-fancybox-item .cms-fancybox-content .cms-fancybox-description p:first-child:first-letter {
    color: #fab702;
    font-weight: bold; }
  @media (max-width: 991px) {
    .cms-fancybox-wraper.cms-fancybox-layout1, .cms-fancybox-wraper.cms-fancybox-layout2 {
      margin: 30px 0; } }
  .cms-fancybox-wraper.cms-fancybox-contactinfo {
    margin-top: 0;
    margin-bottom: 12px; }
  @media (max-width: 767px) {
    .cms-fancybox-wraper.cms-fancybox-contactinfo {
      border-bottom: 1px dotted #abc;
      padding-bottom: 20px; }
      .cms-fancybox-wraper.cms-fancybox-contactinfo:last-child {
        margin-bottom: 50px; } }
  .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item {
    padding-left: 47px;
    position: relative; }
  .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item i {
    position: absolute;
    top: 2px;
    font-size: 20px;
    left: 0; }
  .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item .content-item {
    font-family: 'Montserrat', sans-serif; }
  .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item .content-item span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif; }
  .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item .content-item .cms-fancybox-title {
    font-weight: normal; }
  .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item .content-item .cms-fancybox-description {
    display: inline-block;
    font-weight: bold;
    margin-left: 20px; }
  .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item .content-item .cms-fancybox-description p {
    margin-bottom: 0; }
  @media (max-width: 991px) {
          .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item .content-item .cms-fancybox-description {
            float: none;
            margin-left: 10px;
            display: inline-block; } }
  @media (max-width: 360px) {
          .cms-fancybox-wraper.cms-fancybox-contactinfo .cms-fancybox-item .content-item .cms-fancybox-description {
            margin-left: 0; } }

.cms-button-wrapper {
  /* 
   [Start] 14. Blog Grid
   +-----------------------------------+
*/
  /* Grid Blog */ }
  .cms-button-wrapper a {
    padding: 13px 35px;
    display: inline-block;
    text-transform: capitalize;
    background-color: #fab702;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    /* BACKGROUND GRADIENT */
    color: #fff;
    font-weight: bold; }
  .cms-button-wrapper a:hover {
    background-color: #333; }
  .cms-button-wrapper a .btn-text {
    color: #fff; }
  .cms-button-wrapper.button-center {
    text-align: center; }
  .cms-button-wrapper.button-left {
    text-align: left; }
  .cms-button-wrapper.button-right {
    text-align: right; }

.cms-carousel-blog-layout {
  position: relative; }
  @media (max: 1199px) {
    .cms-carousel-blog-layout .owl-item {
      margin-right: 30px !important; } }
  .cms-carousel-blog-layout .entry-blog {
    margin-bottom: 15px;
    background-color: transparent;
    box-shadow: none; }
  .cms-carousel-blog-layout .entry-blog .entry-header {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px; }
  .cms-carousel-blog-layout .entry-blog .entry-header img {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  @media (max-width: 360px) {
      .cms-carousel-blog-layout .entry-blog .entry-header {
        margin-bottom: 20px; } }
  .cms-carousel-blog-layout .entry-blog .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0; }
  .cms-carousel-blog-layout .entry-blog .entry-meta ul {
    display: table;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.65); }
  .cms-carousel-blog-layout .entry-blog .entry-meta ul li {
    font-size: 14px;
    color: #f1f1f1;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: normal;
    float: left; }
  .cms-carousel-blog-layout .entry-blog .entry-meta ul li a {
    color: #f1f1f1; }
  .cms-carousel-blog-layout .entry-blog .entry-meta ul li a:hover {
    color: #fab702; }
  .cms-carousel-blog-layout .entry-blog .entry-meta ul li i {
    margin-right: 5px; }
  .cms-carousel-blog-layout .entry-blog .entry-meta ul li.detail-date {
    text-transform: capitalize; }
  .cms-carousel-blog-layout .entry-blog .entry-meta ul li.detail-comment {
    text-transform: lowercase; }
  .cms-carousel-blog-layout .entry-blog .entry-body {
    border-top: 1px solid rgba(51, 51, 51, 0.12);
    padding: 32px 0 0;
    margin-bottom: 8px; }
  @media (max-width: 360px) {
      .cms-carousel-blog-layout .entry-blog .entry-body {
        margin-top: 10px; } }
  .cms-carousel-blog-layout .entry-blog .entry-body .entry-title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal; }
  .cms-carousel-blog-layout .entry-blog .entry-body .entry-title a {
    color: #333; }
  .cms-carousel-blog-layout .entry-blog .entry-body .entry-title a:hover {
    font-weight: bold; }
  .cms-carousel-blog-layout .entry-blog:hover .entry-header img {
    transform: scale(1.2); }
  .cms-carousel-blog-layout .cms-carousel-item:hover .post-details li, .cms-carousel-blog-layout .cms-carousel-item:hover .post-details li i, .cms-carousel-blog-layout .cms-carousel-item:hover .post-details li a, .cms-carousel-blog-layout .cms-carousel-item:hover .entry-title a {
    color: #fab702 !important; }
  .cms-carousel-blog-layout .owl-controls .owl-nav .owl-prev, .cms-carousel-blog-layout .owl-controls .owl-nav .owl-next {
    top: 126px !important; }

.box-style-dark .entry-blog {
  background-color: #1d1d1d; }
  .box-style-dark .entry-blog .entry-title a {
    color: #fff; }
  .box-style-dark .entry-blog .entry-title a:hover {
    color: #fab702; }

.cms-grid-blog {
  /* 
   [Start] 19. Image Grid Gallery
   +-----------------------------------+
*/ }
  .cms-grid-blog .entry-blog {
    margin-bottom: 35px;
    background-color: transparent;
    box-shadow: none; }
  .cms-grid-blog .entry-blog .entry-header {
    position: relative;
    margin-bottom: 50px; }
  @media (max-width: 360px) {
      .cms-grid-blog .entry-blog .entry-header {
        margin-bottom: 20px; } }
  .cms-grid-blog .entry-blog .entry-header .entry-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0; }
  .cms-grid-blog .entry-blog .entry-header .entry-meta ul {
    display: table;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.65); }
  .cms-grid-blog .entry-blog .entry-header .entry-meta ul li {
    font-size: 14px;
    color: #f1f1f1;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: normal;
    float: left; }
  .cms-grid-blog .entry-blog .entry-header .entry-meta ul li a {
    color: #f1f1f1; }
    .cms-grid-blog .entry-blog .entry-header .entry-meta ul li a:hover {
      color: #fab702; }
  .cms-grid-blog .entry-blog .entry-header .entry-meta ul li i {
    margin-right: 5px; }
  .cms-grid-blog .entry-blog .entry-header .entry-meta ul li.detail-date {
    text-transform: capitalize; }
  .cms-grid-blog .entry-blog .entry-header .entry-meta ul li.detail-comment {
    text-transform: lowercase; }
  .cms-grid-blog .entry-blog .entry-header:before {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    width: 100%;
    content: " ";
    height: 1px;
    background-color: #ddd; }
  @media (max-width: 360px) {
        .cms-grid-blog .entry-blog .entry-header:before {
          bottom: 0;
          left: -100000px; } }
  .cms-grid-blog .entry-blog .entry-body {
    padding: 32px 0 0;
    margin-bottom: 8px;
    border: none; }
  @media (max-width: 360px) {
      .cms-grid-blog .entry-blog .entry-body {
        margin-top: 10px; } }
  .cms-grid-blog .entry-blog .entry-body .entry-title {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 33px;
    font-weight: normal; }
  .cms-grid-blog .entry-blog .entry-body .entry-title a {
    color: #333; }
  .cms-grid-blog .entry-blog .entry-body .entry-title a:hover {
    font-weight: bold; }
  .cms-grid-blog .entry-blog .entry-body:hover {
    box-shadow: none; }

.wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul {
  margin: 0 -15px; }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    width: 25%;
    padding: 0;
    margin: 0; }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a {
    display: block;
    position: relative;
    background-color: #222;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */ }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a img {
    opacity: 0.75;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .wpb_gallery_slides.wpb_image_grid .wpb_image_grid_ul .isotope-item a:hover img {
    opacity: 1; }

.wpb_images_carousel .vc_images_carousel {
  /* ==========================================================================
   [Start] 23. CMS Process
========================================================================== */ }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-indicators li {
    border-color: #fff;
    background-color: #fff; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-indicators li.vc_active {
    background-color: transparent; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control {
    background-color: #fff;
    color: #222;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;
    width: 50px;
    opacity: 1;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next, .wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev {
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin: 0;
    font-size: 25px;
    position: static; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next:before, .wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    top: 0;
    display: inline-block;
    vertical-align: middle; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: "\f105"; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left {
    left: 30px; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right {
    right: 30px; }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control:hover {
    background-color: #fab702;
    color: #fff; }

.cms-process-layout {
  /* 
   [Start] 24. CMS Portfolio
   +-----------------------------------+
*/ }
  .cms-process-layout .cms-process-list {
    margin: 0;
    position: relative; }
  .cms-process-layout .cms-process-item {
    cursor: pointer;
    width: 25%;
    float: left;
    padding: 0 35px;
    margin-bottom: 64px; }
  @media (max-width: 767px) {
    .cms-process-layout .cms-process-item {
      padding: 0;
      border: 1px solid #ebebeb;
      border-right: none; }
      .cms-process-layout .cms-process-item:last-child {
        border-right: 1px solid #ebebeb; } }
  @media (max-width: 450px) {
    .cms-process-layout .cms-process-item {
      width: 100%;
      float: none;
      padding: 0 0px;
      margin-bottom: 15px;
      border-right: 1px solid #ebebeb; } }
  .cms-process-layout .cms-process-item .cms-process-icon {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    display: block;
    height: 200px;
    width: 200px;
    font-size: 25px;
    text-align: center;
    border: 2px solid #333;
    position: relative;
    letter-spacing: 0.05em;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  @media (min-width: 992px) and (max-width: 1199px) {
      .cms-process-layout .cms-process-item .cms-process-icon {
        height: 150px;
        width: 150px;
        font-size: 15px; } }
  @media (min-width: 768px) and (max-width: 991px) {
      .cms-process-layout .cms-process-item .cms-process-icon {
        height: 150px;
        width: 150px;
        font-size: 15px; } }
  @media (max-width: 767px) {
      .cms-process-layout .cms-process-item .cms-process-icon {
        width: 100%;
        min-height: 100px;
        height: auto;
        font-size: 15px;
        border-width: 0px;
        -webkit-border-radius: 0%;
        -khtml-border-radius: 0%;
        -moz-border-radius: 0%;
        -ms-border-radius: 0%;
        -o-border-radius: 0%;
        border-radius: 0%;
        /* BACKGROUND GRADIENT */ } }
  @media (max-width: 450px) {
      .cms-process-layout .cms-process-item .cms-process-icon {
        min-height: 50px; } }
  .cms-process-layout .cms-process-item .cms-process-icon:before {
    content: "";
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    position: absolute;
    top: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: block; }
  @media (max-width: 767px) {
        .cms-process-layout .cms-process-item .cms-process-icon:before {
          -webkit-border-radius: 0%;
          -khtml-border-radius: 0%;
          -moz-border-radius: 0%;
          -ms-border-radius: 0%;
          -o-border-radius: 0%;
          border-radius: 0%;
          /* BACKGROUND GRADIENT */
          top: 1px;
          left: 1px;
          right: 1px;
          bottom: 1px; } }
  .cms-process-layout .cms-process-item .cms-process-icon:after {
    content: "";
    top: 100%;
    position: absolute;
    width: 1px;
    left: 50%;
    height: 70px;
    opacity: 0;
    background-color: #fab702; }
  @media (max-width: 450px) {
        .cms-process-layout .cms-process-item .cms-process-icon:after {
          background-color: transparent; } }
  .cms-process-layout .cms-process-item .cms-process-icon .cms-process-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Poppins', sans-serif; }
  .cms-process-layout .cms-process-item .cms-process-content {
    position: absolute;
    top: 100%;
    z-index: 99;
    width: 100%;
    left: 0;
    opacity: 0; }
  .cms-process-layout .cms-process-item .cms-process-content .cms-process-desc {
    padding-top: 30px; }
  .cms-process-layout .cms-process-item .cms-process-content .cms-process-desc p {
    line-height: 30px; }
  .cms-process-layout .cms-process-item .cms-process-content:before {
    border-top: 1px solid #fab702;
    display: block;
    content: "";
    margin-top: 4px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    top: 100%;
    left: 0;
    right: 0; }
  .cms-process-layout .cms-process-item.cms-item-active {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-process-layout .cms-process-item.cms-item-active .cms-process-icon {
    border: 2px solid #fab702; }
  .cms-process-layout .cms-process-item.cms-item-active .cms-process-icon:before {
    background-color: #fab702; }
  .cms-process-layout .cms-process-item.cms-item-active .cms-process-icon:after {
    opacity: 1; }
  .cms-process-layout .cms-process-item.cms-item-active .cms-process-content {
    opacity: 1; }

.cms-grid-portfolio .cms-portfolio-category {
  line-height: normal; }
  .cms-grid-portfolio .cms-portfolio-category a:after {
    content: ", "; }
  .cms-grid-portfolio .cms-portfolio-category a:hover {
    color: #fab702; }
  .cms-grid-portfolio .cms-portfolio-category a:last-child:after {
    content: ""; }
  .cms-grid-portfolio .cms-load-posts {
    padding-top: 20px; }
  .cms-grid-portfolio.cms-portfolio-standard .cms-portfolio-image {
    position: relative; }
  .cms-grid-portfolio.cms-portfolio-standard .cms-portfolio-image a {
    color: #333; }
  .cms-grid-portfolio.cms-portfolio-standard .cms-portfolio-image a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%) scale(0);
    -khtml-transform: translate(0, -50%) scale(0);
    -moz-transform: translate(0, -50%) scale(0);
    -ms-transform: translate(0, -50%) scale(0);
    -o-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    text-align: center;
    font-size: 36px;
    -webkit-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms; }
  .cms-grid-portfolio.cms-portfolio-standard .cms-portfolio-image:hover a {
    opacity: 1;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px; }
  .cms-grid-portfolio.cms-portfolio-standard .cms-portfolio-image:hover a span {
    -webkit-transform: translate(0, -50%) scale(1);
    -khtml-transform: translate(0, -50%) scale(1);
    -moz-transform: translate(0, -50%) scale(1);
    -ms-transform: translate(0, -50%) scale(1);
    -o-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .cms-grid-portfolio.cms-portfolio-standard .cms-portfolio-holder {
    text-align: center;
    padding: 24px 20px 58px 20px; }
  .cms-grid-portfolio.cms-portfolio-standard .pagination {
    margin: 0; }
  .cms-grid-portfolio.cms-portfolio-standard .outline .btn-primary {
    background-color: #fff;
    border-color: #222;
    color: #222; }
  .cms-grid-portfolio.cms-portfolio-standard .outline .btn-primary:hover {
    background-color: #fab702;
    border-color: #fab702;
    color: #fff; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image {
    position: relative; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image .cms-portfolio-overlay {
    position: absolute; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image .mask {
    background-color: #000;
    width: 100%;
    height: 100%; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image .cms-portfolio-overlay {
    width: 100%;
    top: 50%;
    opacity: 1;
    text-align: center;
    left: 0;
    display: block;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    transform: translate(0px, -50%); }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title a {
    color: #fff; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-readmore a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fab702; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image:hover .mask {
    opacity: 0.6; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-portfolio-image:hover .cms-portfolio-overlay {
    opacity: 1; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-load-posts {
    padding-top: 50px; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-paging-navigation {
    margin-top: 25px; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-grid-filter ul li {
    display: inline-block;
    font-weight: bold;
    font-size: 14px; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-grid-filter ul li:last-child {
    border-right: none; }
  @media (min-width: 768px) {
              .cms-grid-portfolio.cms-grid-portfolio .cms-grid-filter ul li:last-child a {
                padding-right: 0; } }
  .cms-grid-portfolio.cms-grid-portfolio .cms-grid-filter ul li:first-child a {
    padding-left: 0; }
    @media (min-width: 768px) {
            .cms-grid-portfolio.cms-grid-portfolio .cms-grid-filter ul li:first-child a {
              padding-left: 0; } }
  .cms-grid-portfolio.cms-grid-portfolio .cms-grid-filter ul li a {
    font-weight: bold;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
  .cms-grid-portfolio.cms-grid-portfolio .cms-grid-filter ul.list-inline {
    margin-left: auto; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image {
    position: relative; }
  @media (max-width: 767px) {
        .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image img, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image img, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image img, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image img {
          width: 100%; } }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image .cms-portfolio-overlay {
    position: absolute; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image .mask, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image .mask {
    background-color: #000;
    width: 100%;
    height: 100%; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image .cms-portfolio-overlay {
    width: 100%;
    top: 70%;
    opacity: 0;
    text-align: center;
    left: 0;
    display: block;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    transform: translate(0px, -50%); }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title a, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title a, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title a, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-title a {
    color: #fff; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-readmore a, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-readmore a, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-readmore a, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image .cms-portfolio-overlay .cms-portfolio-readmore a {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fab702; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image:hover .mask, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image:hover .mask, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image:hover .mask, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image:hover .mask {
    opacity: 0.6; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image:hover .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image:hover .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image:hover .cms-portfolio-overlay, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image:hover .cms-portfolio-overlay {
    top: 50%;
    opacity: 1; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image:hover .icon-zoom, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-image:hover .icon-zoom, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-image:hover .icon-zoom, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-image:hover .icon-zoom {
    opacity: 1 !important; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-category li a, .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-category li a, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-category li a, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-category li a {
    font-weight: 700;
    color: ; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-category li a:hover, .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-category li a:hover, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-category li a:hover, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-category li a:hover {
    color: #fab702; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-category li .active, .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-category li .active, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-category li .active, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-category li .active {
    color: #fab702; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-holder, .cms-grid-portfolio.cms-grid-portfolio2 .cms-portfolio-holder, .cms-grid-portfolio.cms-grid-portfolio3 .cms-portfolio-holder, .cms-grid-portfolio.cms-grid-portfolio4 .cms-portfolio-holder {
    text-align: center;
    padding: 0 15px; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-item:hover .cms-portfolio-overlay .cms-portfolio-title a, .cms-grid-portfolio.cms-grid-portfolio2 .cms-grid-item:hover .cms-portfolio-overlay .cms-portfolio-title a, .cms-grid-portfolio.cms-grid-portfolio3 .cms-grid-item:hover .cms-portfolio-overlay .cms-portfolio-title a, .cms-grid-portfolio.cms-grid-portfolio4 .cms-grid-item:hover .cms-portfolio-overlay .cms-portfolio-title a {
    color: #fff; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-style1 {
    max-width: 1140px;
    margin: 0 auto;
    border-top: 1px solid #ebebeb;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 28px; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-style1 li {
    padding: 0 20px; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-style1 li a {
    font-size: 13px;
    color: #333; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-style1 li a.active, .cms-grid-portfolio.cms-grid-portfolio1 .cms-filter-style1 li a:hover {
    color: #fab702; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter {
    margin: 0 auto;
    border-top: none;
    border-bottom: 1px solid #ebebeb;
    padding: 0; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter ul li {
    display: inline-block;
    font-weight: normal; }
  @media (min-width: 768px) {
          .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter ul li {
            border-right: 1px solid #ebebeb; } }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter ul li:last-child {
    border-right: none; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter ul li:last-child a {
    padding-right: 0; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter ul li:first-child a {
    padding-left: 0; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    font-weight: normal; }
  @media (min-width: 1199px) {
            .cms-grid-portfolio.cms-grid-portfolio1 .cms-grid-filter ul li a {
              padding: 13px 40px; } }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-overlay {
    text-align: left; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image {
    overflow: hidden; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0); }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image:hover {
    background-color: #000; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image:hover .cms-portfolio-overlay .cms-portfolio-title a {
    color: #fab702; }
  .cms-grid-portfolio.cms-grid-portfolio1 .cms-portfolio-image:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.5; }
  .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-style2, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-style2, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-style2 {
    text-align: center;
    display: table;
    width: 100%;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 55px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb; }
  .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-style2 li, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-style2 li, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-style2 li {
    color: #444; }
  .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-style2 li a, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-style2 li a, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-style2 li a {
    color: #444; }
  .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-style2 li a.active, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-style2 li a.active, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-style2 li a.active, .cms-grid-portfolio.cms-grid-portfolio2 .cms-filter-style2 li a:hover, .cms-grid-portfolio.cms-grid-portfolio3 .cms-filter-style2 li a:hover, .cms-grid-portfolio.cms-grid-portfolio4 .cms-filter-style2 li a:hover {
    color: #fab702; }
  .cms-grid-portfolio.cms-grid-portfolio2 .cms-grid-filter, .cms-grid-portfolio.cms-grid-portfolio3 .cms-grid-filter, .cms-grid-portfolio.cms-grid-portfolio4 .cms-grid-filter {
    margin: 0 auto;
    border-top: none;
    padding: 0; }
  .cms-grid-portfolio.cms-grid-portfolio2 .cms-grid-filter ul li, .cms-grid-portfolio.cms-grid-portfolio3 .cms-grid-filter ul li, .cms-grid-portfolio.cms-grid-portfolio4 .cms-grid-filter ul li {
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px; }
  .cms-grid-portfolio.cms-grid-portfolio2 .cms-grid-filter ul li a, .cms-grid-portfolio.cms-grid-portfolio3 .cms-grid-filter ul li a, .cms-grid-portfolio.cms-grid-portfolio4 .cms-grid-filter ul li a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif; }
  .cms-grid-portfolio.cms-grid-portfolio4 .icon-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    z-index: 2;
    font-size: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms; }
  .cms-grid-portfolio.cms-portfolio-parallax .cms-portfolio-image {
    position: relative;
    display: block;
    width: 100%;
    height: 700px;
    overflow: hidden; }
  .cms-grid-portfolio.cms-portfolio-parallax .cms-portfolio-image .cms-portfolio-cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .cms-grid-portfolio.cms-portfolio-parallax .cms-portfolio-image .cms-portfolio-cover img {
    position: absolute;
    display: block;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  @media (max-width: 767px) {
          .cms-grid-portfolio.cms-portfolio-parallax .cms-portfolio-image .cms-portfolio-cover img {
            width: 100%; } }
  .cms-grid-portfolio.cms-portfolio-parallax .cms-portfolio-holder {
    padding-top: 150px;
    padding-bottom: 150px; }
  .cms-grid-portfolio.cms-portfolio-parallax .cms-portfolio-holder .cms-portfolio-title {
    font-size: 30px;
    line-height: 1;
    margin-top: 22px;
    margin-bottom: 18px; }
  .cms-grid-portfolio.cms-portfolio-parallax .cms-portfolio-holder .cms-portfolio-readmore {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600; }

.mask {
  max-width: 100%;
  max-height: 100%;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease 0ms;
  -moz-transition: all 500ms ease 0ms;
  -ms-transition: all 500ms ease 0ms;
  transition: all 500ms ease 0ms; }

.move-top {
  margin-top: -110px !important; }
  @media (max-width: 767px) {
  .move-top {
    margin-top: 0 !important; } }

.tax-services_categories article.type-service {
  margin-bottom: 50px; }

.cms-grid-service .cms-grid-item {
  margin-top: 21px;
  margin-bottom: 21px; }
  .cms-grid-service .cms-grid-item .entry-service .entry-header {
    margin-bottom: 45px; }
  .cms-grid-service .cms-grid-item .entry-service .entry-header a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden; }
  .cms-grid-service .cms-grid-item .entry-service .entry-header a:before, .cms-grid-service .cms-grid-item .entry-service .entry-header a:after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s; }
  .cms-grid-service .cms-grid-item .entry-service .entry-header a:before {
    right: 0;
    opacity: 1;
    top: 0; }
  .cms-grid-service .cms-grid-item .entry-service .entry-header a:after {
    bottom: 0;
    opacity: 0.7;
    left: 0; }
  .cms-grid-service .cms-grid-item .entry-service .entry-header a:hover:before, .cms-grid-service .cms-grid-item .entry-service .entry-header a:hover:after {
    height: 100%;
    opacity: 0;
    width: 100%; }
  @media (max-width: 767px) {
          .cms-grid-service .cms-grid-item .entry-service .entry-header img {
            width: 100%; } }
  .cms-grid-service .cms-grid-item .entry-service .entry-body .entry-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .cms-grid-service .cms-grid-item .entry-service .entry-body .entry-title a {
    color: #333; }
  .cms-grid-service .cms-grid-item .entry-service .entry-body .entry-title a:hover {
    color: #fab702; }
  .cms-grid-service .cms-grid-item .entry-service .entry-body .entry-content-excerpt {
    line-height: 28px; }
  .cms-grid-service .cms-grid-item .entry-service .entry-body .cms-btn {
    margin-top: 30px;
    display: block; }
  .cms-grid-service .cms-grid-item .entry-service .entry-body .cms-btn .read-more {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fab702;
    position: relative; }
  .cms-grid-service .cms-grid-item .entry-service .entry-body .cms-btn .read-more:hover:before {
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    position: absolute;
    display: block;
    width: 100%;
    border-bottom: 2px solid #fde1b0;
    left: 0;
    right: 0;
    bottom: 0px;
    content: " "; }

.cms-grid-demo {
  text-align: center;
  /* ==========================================================================
   [Start] Typopraphy
========================================================================== */ }
  .cms-grid-demo .cms-filter-category {
    margin-bottom: 12px; }
  .cms-grid-demo .cms-grid-feature {
    -webkit-transition: all 260ms ease 0ms;
    -moz-transition: all 260ms ease 0ms;
    -ms-transition: all 260ms ease 0ms;
    transition: all 260ms ease 0ms;
    display: block; }
  .cms-grid-demo .cms-grid-feature img {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1); }
  .cms-grid-demo .cms-grid-title {
    font-size: 16px;
    line-height: 1;
    margin-top: 25px;
    margin-bottom: 25px; }
  .cms-grid-demo .cms-grid-title a {
    color: #222; }
  .cms-grid-demo .cms-grid-title a:hover {
    color: #fab702; }
  .cms-grid-demo .cms-grid-item {
    padding-top: 20px; }
  .cms-grid-demo .cms-grid-item:hover .cms-grid-feature {
    -webkit-transform: translateY(-8px);
    -khtml-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

.cms-carousel-portfolio1 .cms-carousel-item .entry-blog-crs-portfolio {
  position: relative; }
  .cms-carousel-portfolio1 .cms-carousel-item .entry-blog-crs-portfolio .entry-title {
    opacity: 0;
    position: absolute;
    top: 80%;
    transform: translate(0%, -50%);
    margin-bottom: 0;
    width: 100%;
    padding: 0 15px;
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px; }
  .cms-carousel-portfolio1 .cms-carousel-item .entry-blog-crs-portfolio .entry-title a {
    color: #fab702; }
  .cms-carousel-portfolio1 .cms-carousel-item .entry-blog-crs-portfolio .mask {
    -webkit-transition: all 200ms ease 0ms;
    -moz-transition: all 200ms ease 0ms;
    -ms-transition: all 200ms ease 0ms;
    transition: all 200ms ease 0ms;
    background-color: #fab702 10%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fab702 10%), to(#333));
    background-image: -webkit-linear-gradient(top, #fab702 10%, #333);
    background-image: -moz-linear-gradient(top, #fab702 10%, #333);
    background-image: -ms-linear-gradient(top, #fab702 10%, #333);
    background-image: -o-linear-gradient(top, #fab702 10%, #333);
    background-image: linear-gradient(top, #fab702 10%, #333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fab702 10%', endColorStr='#333');
    /* BACKGROUND HORIZONTAL Right */
    top: 80%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0; }
  .cms-carousel-portfolio1 .cms-carousel-item .entry-blog-crs-portfolio:hover .mask {
    opacity: 0.5;
    top: 0; }
  .cms-carousel-portfolio1 .cms-carousel-item .entry-blog-crs-portfolio:hover .entry-title {
    top: 50%;
    opacity: 1; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio {
    position: relative; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio:hover .mask {
    opacity: 0.3; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio:hover .entry-meta {
    opacity: 1; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio .mask {
    background-color: #000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio .entry-meta {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio .entry-meta .entry-title {
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    margin-bottom: 9px;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 0.05em;
    font-weight: bold; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio .entry-meta .entry-title a {
    color: #fff; }
  .cms-carousel-portfolio2 .cms-carousel-item .entry-blog-crs-portfolio .entry-meta .read-more {
    font-size: 14px;
    font-weight: bold;
    color: #fab702;
    font-family: 'Montserrat', sans-serif; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service .entry-header {
    position: relative;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service .entry-header .mask {
    background-color: rgba(0, 0, 0, 0.55);
    top: 110px;
    left: 110px;
    right: 110px;
    bottom: 110px;
    display: block;
    content: " ";
    position: absolute; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service .entry-header .mask i {
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 30px;
    color: #fab702;
    z-index: 88;
    transform: translate(-50%, -50%); }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service .entry-header:hover .mask {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 1; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service .entry-header:hover .mask i {
    top: 50%; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service .entry-title {
    font-weight: bold;
    text-align: center;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms;
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service .entry-title a {
    color: #fff; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service:hover a, .cms-carousel-service .cms-carousel-item .entry-blog-crs-service:hover i {
    color: #fab702; }
  .cms-carousel-service .cms-carousel-item .entry-blog-crs-service:hover i {
    display: block; }
  .cms-carousel-service .owl-controls .owl-nav .owl-prev, .cms-carousel-service .owl-controls .owl-nav .owl-next {
    top: 125px !important; }
  @media (max-width: 1199px) {
      .cms-carousel-service .owl-controls .owl-nav {
        display: none !important; } }
  .cms-carousel-client .cs-carousel-item-wrap .cms-carousel-item {
    overflow: hidden;
    border: 2px solid rgba(51, 51, 51, 0.2);
    padding: 1px;
    text-align: center;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms; }
  @media (min-width: 991px) {
      .cms-carousel-client .cs-carousel-item-wrap .cms-carousel-item {
        min-height: 125px;
        padding: 10px 0; } }
  .cms-carousel-client .cs-carousel-item-wrap .cms-carousel-item:hover {
    border-color: #333; }
  .cms-carousel-client .cs-carousel-item-wrap .cms-carousel-item img {
    margin: 0 auto;
    width: auto !important; }
  @media (max-width: 767px) {
        .cms-carousel-client .cs-carousel-item-wrap .cms-carousel-item img {
          width: auto !important; } }
  .cms-carousel-client .cs-carousel-item-wrap .cms-carousel-item:first-child {
    margin-bottom: 30px; }
  .cms-carousel-client.layout2 .cms-carousel-item {
    overflow: hidden;
    border: 2px solid rgba(51, 51, 51, 0.2);
    padding: 1px;
    text-align: center;
    -webkit-transition: all 500ms ease 0ms;
    -moz-transition: all 500ms ease 0ms;
    -ms-transition: all 500ms ease 0ms;
    transition: all 500ms ease 0ms; }
  @media (min-width: 991px) {
      .cms-carousel-client.layout2 .cms-carousel-item {
        min-height: 125px;
        padding: 10px 0; } }
  .cms-carousel-client.layout2 .cms-carousel-item:hover {
    border-color: #fab702; }
  .cms-carousel-client.layout2 .cms-carousel-item img {
    margin: 0 auto;
    width: auto !important; }
  @media (max-width: 767px) {
        .cms-carousel-client.layout2 .cms-carousel-item img {
          width: auto !important; } }
  .cms-carousel-client.layout2 .cms-carousel-item:first-child {
    margin-bottom: 30px; }

.cms-carousel-wrap .cms-carousel-gallery .owl-stage-outer i {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 0;
  z-index: 11;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }
  .cms-carousel-wrap .cms-carousel-gallery .owl-stage-outer i:before {
    color: #fff;
    font-size: 25px; }
  .cms-carousel-wrap .cms-carousel-gallery .owl-stage-outer i:hover:before {
    color: ; }
  .cms-carousel-wrap .dotsCont {
    margin: 25px -15px 0; }
  .cms-carousel-wrap .dotsCont .item-dot {
    width: 33.3%;
    float: left;
    padding: 0 15px; }
  .cms-carousel-wrap .dotsCont .item-dot div {
    min-height: 165px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: block; }
  @media (min-width: 500px) and (max-width: 991px) {
        .cms-carousel-wrap .dotsCont .item-dot div {
          min-height: 120px; } }
  @media (max-width: 499px) {
        .cms-carousel-wrap .dotsCont .item-dot div {
          min-height: 100px; } }
  .cms-carousel-wrap .btn-filter-wrap .btn-filter {
    background-color: transparent;
    border: 1px solid transparent;
    margin-bottom: 26px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    padding-right: 19px;
    padding-left: 19px; }
  .cms-carousel-wrap .btn-filter-wrap .btn-filter.btn-active, .cms-carousel-wrap .btn-filter-wrap .btn-filter:hover {
    color: #fab702; }
  .cms-carousel-wrap .btn-filter-wrap .btn-filter:first-child {
    padding-left: 0; }
  @media screen and (max-width: 767px) {
        .cms-carousel-wrap .btn-filter-wrap .btn-filter:first-child {
          padding-left: 19px; } }
  @media screen and (max-width: 359px) {
      .cms-carousel-wrap .btn-filter-wrap .btn-filter {
        display: block;
        width: 100%;
        margin-bottom: 2px !important;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 13px; }
        .cms-carousel-wrap .btn-filter-wrap .btn-filter.btn-active, .cms-carousel-wrap .btn-filter-wrap .btn-filter:hover {
          background-color: #222; } }
  .cms-carousel-wrap.cms-carousel-wrap-4 .btn-filter-wrap {
    float: right; }
  @media (max-width: 1024px) {
      .cms-carousel-wrap.cms-carousel-wrap-4 .btn-filter-wrap .btn-filter {
        font-size: 12px; } }
  @media (max-width: 767px) {
      .cms-carousel-wrap.cms-carousel-wrap-4 .btn-filter-wrap {
        float: none; } }
  .cms-carousel-wrap.cms-carousel-wrap-4 .btn-filter-wrap .btn-filter:last-child {
    padding-right: 0; }
  .cms-carousel-wrap.cms-carousel-wrap-4 .btn-filter-wrap .btn-filter {
    margin-bottom: 8px;
    margin-top: 12px;
    font-family: 'Montserrat', sans-serif; }
  .cms-carousel-wrap.cms-carousel-wrap-4 .col-crs-title h3 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em;
    margin-bottom: 20px; }
  .cms-carousel-wrap.cms-carousel-wrap-4 .line-crs {
    border-bottom: 1px solid #777;
    position: relative;
    margin-bottom: 65px; }
  .cms-carousel-wrap.cms-carousel-wrap-4 .line-crs span {
    position: absolute;
    background-color: #fab702;
    width: 40px;
    display: block;
    height: 4px;
    z-index: 3px;
    top: -4px;
    left: 0; }

.vc_message_box {
  border: none !important;
  margin-bottom: 10px !important;
  padding: 5px; }
  .vc_message_box p {
    margin-bottom: 10px; }
  .vc_message_box .vc_message_box-icon i {
    color: #fab702; }
  .vc_message_box a {
    color: #abc; }

body .wpb_single_image .vc_box_outline_circle {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50% !imporant;
  -khtml-border-radius: 50% !imporant;
  -moz-border-radius: 50% !imporant;
  -ms-border-radius: 50% !imporant;
  -o-border-radius: 50% !imporant;
  border-radius: 50% !imporant;
  /* BACKGROUND GRADIENT */ }
  body .wpb_single_image .vc_box_outline_circle:before {
    border: 1px solid white;
    position: absolute;
    top: 9%;
    left: 8.5%;
    z-index: 22;
    content: "";
    width: 83%;
    height: 83%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
  #cms-footer-section, .cms-footer-section2 {
    color: #ebebeb; }
  #cms-footer-section ul li, .cms-footer-section2 ul li, #cms-footer-section ul li a, .cms-footer-section2 ul li a {
    color: #ebebeb; }

.cms-footer-section3, .cms-footer-section3 a {
  color: #abc; }

.cms-footer-section3 a:hover {
  color: #fab702; }

#colophon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 13px;
  line-height: 22px;
  position: relative;
  font-family: 'Montserrat', sans-serif; }
  #colophon:before {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ""; }
  #colophon .col-lg-12.borderbottom {
    background-color: #666; }
  #colophon .cms-footer-section1 .cms-section-footer-top {
    position: relative; }
  #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media {
    max-width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #fab702;
    position: absolute;
    top: -15px;
    left: 0; }
  @media (max-width: 767px) {
        #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media {
          width: 100%;
          height: auto; } }
  #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer {
    position: relative;
    padding: 0 24px;
    display: flex;
    align-items: center; }
  @media (max-width: 360px) {
          #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer {
            width: 100%; }
            #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer .title-box {
              display: none;
              float: none; }
            #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer .social-medias {
              float: none !important;
              text-align: center; } }
  #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -20px;
    width: 20px;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 10px solid #777; }
  @media (max-width: 767px) {
            #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer:before {
              border-left: 0px solid #777; } }
  #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer .title-box {
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    margin-right: 18px; }
  #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom {
    display: flex;
    align-items: center; }
  #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li {
    margin-left: 12px; }
    #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a {
      width: 25px;
      height: 25px;
      line-height: 23px;
      font-size: 13px;
      display: block;
      text-align: center;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      /* BACKGROUND GRADIENT */
      border: 1px solid #333;
      position: relative;
      cursor: pointer; }
      #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a i {
        color: #333;
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        position: absolute;
        top: 5px;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
        #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a i:nth-child(1) {
          left: 50%; }
        #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a i:nth-child(2) {
          opacity: 0;
          left: 0; }
      #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a:hover {
        border: 1px solid #fff; }
        #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a:hover i {
          color: #fff; }
          #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a:hover i:nth-child(1) {
            left: 100%;
            opacity: 0; }
          #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li a:hover i:nth-child(2) {
            opacity: 1;
            left: 50%; }
    @media (max-width: 767px) {
            #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li {
              display: none; }
              #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li:nth-child(1), #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li:nth-child(2), #colophon .cms-footer-section1 .cms-section-footer-top .cms-social-media .inner-box-contact-footer ul.social-footer-bottom li:nth-child(3) {
                display: inline-block; } }
  #colophon .cms-footer-section2 {
    font-size: 14px;
    padding-bottom: 83px;
    padding-top: 161px; }
  @media screen and (max-width: 767px) {
      #colophon .cms-footer-section2 .cms-footer-top-item {
        position: relative; }
        #colophon .cms-footer-section2 .cms-footer-top-item:after {
          content: "";
          display: block;
          height: 1px;
          background: #abc;
          width: 95%;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          position: absolute; }
        #colophon .cms-footer-section2 .cms-footer-top-item:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
          #colophon .cms-footer-section2 .cms-footer-top-item:last-child:after {
            background-color: transparent; } }
  @media (max-width: 991px) {
    #colophon .cms-footer-section2 {
      padding-bottom: 100px;
      padding-top: 100px; } }
  @media (max-width: 991px) and (max-width: 767px) {
        #colophon .cms-footer-section2 {
          padding-bottom: 70px; } }
  #colophon .cms-footer-section2 .widget_nav_menu .wg-title {
    display: none; }
  #colophon .cms-footer-section2 .widget_nav_menu .menu {
    display: table;
    width: 100%; }
  #colophon .cms-footer-section2 .cms-footer-top-item {
    margin-bottom: 50px; }
  @media (max-width: 767px) {
      #colophon .cms-footer-section2 .cms-footer-top-item {
        padding-bottom: 50px; }
        #colophon .cms-footer-section2 .cms-footer-top-item:last-child .widget {
          margin-bottom: 0;
          padding-bottom: 0px;
          border-bottom: none; } }
  @media (max-width: 991px) {
      #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info .cms-item-oclock {
        float: none;
        margin-left: 50px; } }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_media_image {
    margin-bottom: 34px; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_text .wg-title, #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info .wg-title {
    color: #f8f8f8;
    font-size: 25px; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu li, #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li {
    padding-bottom: 33px; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu li:last-child, #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li:last-child {
    padding-bottom: 0; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_text p {
    line-height: 30px; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu ul li {
    padding-left: 15px;
    padding-right: 0px;
    position: relative;
    float: left;
    width: 50%;
    line-height: 22px;
    padding-bottom: 22px; }
  @media (max-width: 480px) {
            #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu ul li {
              width: 100%; } }
  @media (max-width: 767px) {
              #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu ul li:last-child {
                padding-bottom: 0; } }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu ul li:before {
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #fab702;
    color: #fab702;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */ }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu ul li a {
    display: block;
    font-weight: bold;
    text-transform: capitalize; }
    #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu ul li a:hover {
      color: #fab702; }
      #colophon .cms-footer-section2 .cms-footer-top-item .widget_nav_menu ul li a:hover:after {
        background-color: transparent !important; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li {
    padding-left: 30px;
    font-size: 14px;
    padding-bottom: 24px;
    position: relative; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li a:hover {
    color: #fab702; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li i {
    font-size: 20px;
    position: absolute;
    top: 5px;
    left: 0; }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li span.cms-item-oclock {
    float: right; }
  @media (max-width: 767px) {
            #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li span.cms-item-oclock {
              float: none;
              margin-left: 50px; } }
  #colophon .cms-footer-section2 .cms-footer-top-item .widget_footer_info li:hover i {
    color: #fab702; }
  #colophon .cms-footer-section3 {
    position: relative; }
  #colophon .cms-footer-section3 .cms-footer-bottom-copyright {
    overflow: hidden;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 29px;
    font-size: 14px; }
  @media (max-width: 767px) {
      #colophon .cms-footer-section3 .cms-footer-bottom-copyright {
        border-top: 1px solid #abc; } }
  #back_to_top span {
    bottom: 26px;
    right: 15px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 13px;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0%;
    -khtml-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    /* BACKGROUND GRADIENT */ }
  #back_to_top span:hover {
    color: #fab702;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms; }
  @media (min-width: 992px) {
    #back_to_top span {
      right: 0;
      bottom: 0; } }
  @media (max-width: 767px) {
    #back_to_top span {
      right: 20px; } }
  #back_to_top.on span {
    opacity: 1;
    visibility: visible; }

input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
  background-color: #fff;
  color: #9b9b9b;
  font-size: 13px;
  padding: 4px 18px;
  line-height: 22px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
  height: 40px;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

textarea {
  height: 125px;
  max-width: 100%;
  padding: 12px 18px; }

input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #fab702; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1; }

input::-webkit-input-placeholder, textarea::-webkit-placeholder {
  color: #9b9b9b;
  opacity: 1; }

input::-o-placeholder, textarea::-o-placeholder {
  color: #9b9b9b;
  opacity: 1; }

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #9b9b9b;
  opacity: 1; }

.wpb_revslider_element .wpcf7-response-output {
  display: none !important; }

div.wpcf7-mail-sent-ok {
  border: 2px solid green; }

.wpb_widgetised_column .tnp-field-email input::-moz-placeholder, .wpb_widgetised_column .tnp-field-email textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.wpb_widgetised_column .tnp-field-email input::-webkit-input-placeholder, .wpb_widgetised_column .tnp-field-email textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.placeholder-dark input::-o-placeholder, .wpb_widgetised_column .tnp-field-email textarea::-o-placeholder {
  color: #fff;
  opacity: 1; }

.wpb_widgetised_column .tnp-field-email input::-ms-placeholder, .wpb_widgetised_column .tnp-field-email textarea::-ms-placeholder {
  color: #fff;
  opacity: 1; }

.wpb_widgetised_column .tnp-field-email input {
  color: #fff; }

.wpcf7-form .ajax-loader {
  display: none; }

body span.wpcf7-not-valid-tip {
  color: #fab702;
  display: block;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 10px;
  text-align: center !important; }

body .wpcf7-mail-sent-ng {
  text-align: center;
  color: red; }

body div.wpcf7-validation-errors, body div.wpcf7-mail-sent-ng {
  border: medium none;
  display: block;
  margin: 10px 0 30px;
  text-align: center;
  color: red;
  padding: 0;
  font-size: 14px; }

.get-contact-page {
  /*Contact Us*/ }
  .get-contact-page h3 {
    font-size: 16px;
    margin-bottom: 20px; }
  .get-contact-page a {
    font-size: 13px;
    font-weight: 600;
    color: #fab702;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 6px; }
  .get-contact-page a:before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #fab702;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .get-contact-page a:hover:before {
    width: 100%; }
  .get-contact-page p {
    margin-bottom: 7px; }

.wp-contact-us-form .wpcf7-form-control {
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-form-control::-webkit-input-placeholder {
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-form-control::-moz-placeholder {
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-form-control::-ms-input-placeholder {
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-form-control::-moz-placeholder {
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-text, .wp-contact-us-form .wpcf7-number {
    height: 50px;
    line-height: 48px;
    padding-bottom: 0;
    padding-top: 0; }
  .wp-contact-us-form .wpcf7-textarea {
    margin-bottom: 20px;
    min-height: 166px;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-textarea:focus {
    border-color: #fab702; }
  .wp-contact-us-form .wpcf7-textarea::-webkit-input-placeholder {
    color: #abc;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-textarea::-moz-placeholder {
    font-style: normal;
    color: #abc;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-textarea::-ms-input-placeholder {
    font-style: normal;
    color: #abc;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .wpcf7-textarea::-moz-placeholder {
    font-style: normal;
    color: #abc;
    font-family: 'Montserrat', sans-serif; }
  .wp-contact-us-form .cms-contact-submit {
    position: relative; }
  @media screen and (max-width: 767px) {
    .wp-contact-us-form .cms-contact-submit {
      text-align: center; } }
  .wp-contact-us-form .cms-contact-submit .wpcf7-submit {
    background-color: #fab702;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: 0.05em !important;
    font-family: 'Montserrat', sans-serif;
    width: 180px;
    height: 50px;
    line-height: 48px;
    box-shadow: 0 0 0 rgba(250, 183, 2, 0.7);
    animation: pulse-2 2s infinite; }
  .wp-contact-us-form .cms-contact-submit .wpcf7-submit:hover {
    background: #222;
    border-color: #fab702; }
  .wp-contact-us-form .cms-contact-submit .ajax-loader {
    position: absolute;
    right: 0;
    bottom: -30px; }

.wp-form-slide {
  width: 180px;
  margin-left: auto !important;
  margin-right: auto !important; }
  .wp-form-slide .wpcf7-form-control {
    width: 180px;
    display: block;
    font-size: 12px;
    margin: 0 auto;
    color: #fff; }
  .wp-form-slide .wpcf7-form-control.wpcf7-text, .wp-form-slide .wpcf7-form-control.wpcf7-number {
    text-align: center !important;
    height: 30px;
    line-height: 28px;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: -4px; }
  .wp-form-slide .wpcf7-form-control.wpcf7-submit {
    background-color: #fab702;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 50px;
    text-align: center !important;
    padding: 0 10px;
    letter-spacing: 0.05em !important;
    line-height: 48px;
    margin-top: 22px;
    border: 2px solid #fab702;
    box-shadow: 0 0 0 rgba(250, 183, 2, 0.7);
    animation: pulse-2 2s infinite; }
  .wp-form-slide .wpcf7-form-control::-webkit-input-placeholder {
    color: #ebebeb;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }
  .wp-form-slide .wpcf7-form-control::-moz-placeholder {
    color: #ebebeb;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }
  .wp-form-slide .wpcf7-form-control::-ms-input-placeholder {
    color: #ebebeb;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }
  .wp-form-slide .wpcf7-form-control::-moz-placeholder {
    color: #ebebeb;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase; }

@media screen and (max-width: 360px) {
  /* ==========================================================================
   [End] All Style Form
========================================================================== */
    .cms-cshero-contact-us .cms-input-contact-us .wpcf7-textarea {
      min-height: auto; }
      .cms-cshero-contact-us .cms-contact-submit {
        text-align: center; } }

@media (max-width: 767px) {
      #cshero-header-inner #cshero-header-top {
        display: none; } }
  #cshero-header-inner #cshero-header-holder .header-fixed {
    background-color: #fff; }
  #cshero-header-inner #cshero-header-holder .header-fixed #cshero-header-logo img {
    max-height: 48px; }
  #cshero-header-inner #cshero-header-holder .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
    color: #333; }
  #cshero-header-inner .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a, #cshero-header-inner .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a, #cshero-header-inner .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-inner .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
    color: #fab702 !important; }

.admin-bar #cshero-header-inner {
  top: 32px !important; }
  .admin-bar #cshero-header-inner .header-fixed {
    top: 32px !important; }

.social-top li a i {
  -webkit-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms; }
  .social-top li a:hover i {
    -webkit-transform: translate(0, -3px);
    -khtml-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

@media (min-width: 992px) {
  #cshero-header-logo img {
    max-height: 60px; }

  #cshero-header-inner #cshero-header {
    position: relative; }
    #cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0;
      padding: 0 15px; }
    #cshero-header-inner #cshero-header .cshero-navigation-right {
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      float: right;
      position: relative;
      padding-left: 62px; }
      #cshero-header-inner #cshero-header .cshero-navigation-right .widget-search-header {
        display: none; }
      #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon {
        display: inline-block; }
        #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon + .h-icon {
          padding-left: 18px;
          padding-right: 8px; }
        #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon i {
          font-size: 20px;
          position: relative;
          top: 1px;
          cursor: pointer;
          color: rgba(51, 51, 51, 0.8);
          -webkit-transition: all 300ms linear 0ms;
          -moz-transition: all 300ms linear 0ms;
          -ms-transition: all 300ms linear 0ms;
          transition: all 300ms linear 0ms; }
          #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon i:hover {
            color: #fab702; }
        #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu {
          height: 12px;
          width: 16px;
          display: block;
          position: relative;
          cursor: pointer; }
          #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide span, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu span {
            display: inline-block;
            height: 2px;
            width: 16px;
            background-color: #333;
            position: absolute;
            top: 5px;
            left: 0;
            right: 0;
            -webkit-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms; }
          #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide:before, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide:after, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after {
            content: "";
            height: 2px;
            width: 16px;
            background-color: #333;
            position: absolute;
            left: 0;
            right: 0;
            -webkit-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms; }
          #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide:before, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before {
            top: 0; }
          #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide:after, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after {
            bottom: 0; }
          #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide:hover span, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide:hover:before, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-hide:hover:after, #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after {
            background-color: #fab702; }
        #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .icon-cart {
          position: relative;
          line-height: normal;
          cursor: pointer; }
          #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .icon-cart .couter_items {
            -webkit-border-radius: 100%;
            -khtml-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            /* BACKGROUND GRADIENT */
            background-color: #fab702;
            color: #fff;
            font-size: 10px;
            height: 16px;
            line-height: 18px;
            position: absolute;
            right: -7px;
            text-align: center;
            top: -7px;
            width: 16px; }
    #cshero-header-inner #cshero-header.header-fixed {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      left: 0;
      right: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001; }
      #cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a.main-logo {
        opacity: 0; }
        #cshero-header-inner #cshero-header.header-fixed #cshero-header-logo a.sticky-logo {
          opacity: 1; }
      #cshero-header-inner #cshero-header.header-fixed #cshero-header-navigation .menu-main-menu > li > a, #cshero-header-inner #cshero-header.header-fixed .cshero-navigation-right {
        line-height: 80px; }
    #cshero-header-inner.header-trans #cshero-header {
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms;
      left: 0;
      right: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1001; }
    #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
      color: #fff; }
      #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title:before {
        background-color: #fff; }
      #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon i {
        color: #fff; }
      #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon i:hover {
        color: #fab702; }
      #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-hide span, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-menu span, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-hide:before, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-menu:before, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-hide:after, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-menu:after {
        background-color: #fff; }
      #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-hide:hover span, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-menu:hover span, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-hide:hover:before, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-hide:hover:after, #cshero-header-inner.header-nav-white #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon .h-button-menu:hover:after {
        background-color: #fab702; }
    #cshero-header-inner.header-nav-white-sticky #cshero-header.header-fixed {
      background-color: #333; }
      #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
        color: #fff; }
      #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title:before {
        background-color: #fff; }
      #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon i {
        color: #fff; }
      #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon i:hover {
        color: #fab702; }
      #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-hide span, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-menu span, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-hide:before, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-hide:after, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after {
        background-color: #fff; }
      #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-hide:hover span, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-hide:hover:before, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-hide:hover:after, #cshero-header-inner.header-nav-white-sticky #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after {
        background-color: #fab702; }
    #cshero-header-inner.header-full-width #cshero-header > .container {
      width: 100%;
      padding: 0 50px; }
    #cshero-header-inner.header-3, #cshero-header-inner.header-4 {
      position: absolute;
      z-index: 3;
      left: 0;
      right: 0;
      width: 100%; }
    #cshero-header-inner.header-3 .cshero-main-header .bode-menu, #cshero-header-inner.header-4 .cshero-main-header .bode-menu {
      border-bottom: 1px solid #c7c7c7;
      border-top: 1px solid #c7c7c7; }
    #cshero-header-inner.header-3 .cshero-main-header.header-fixed .bode-menu, #cshero-header-inner.header-4 .cshero-main-header.header-fixed .bode-menu {
      border: none; }
    #cshero-header-inner.header-3 #cshero-header-top .h-top-box .social-top li:first-child, #cshero-header-inner.header-4 #cshero-header-top .h-top-box .social-top li:first-child {
      margin-left: 0; }
      #cshero-header-inner.header-3 #cshero-header-top .h-top-box .social-top li a i, #cshero-header-inner.header-4 #cshero-header-top .h-top-box .social-top li a i {
        color: #ebebeb;
        -webkit-transition: all 400ms linear 0ms;
        -moz-transition: all 400ms linear 0ms;
        -ms-transition: all 400ms linear 0ms;
        transition: all 400ms linear 0ms; }
        #cshero-header-inner.header-3 #cshero-header-top .h-top-box .social-top li a i:hover, #cshero-header-inner.header-4 #cshero-header-top .h-top-box .social-top li a i:hover {
          color: #fab702; }
      #cshero-header-inner.header-3 #cshero-header-top .h-top-box.h-top-box-phone span, #cshero-header-inner.header-4 #cshero-header-top .h-top-box.h-top-box-phone span {
        color: #ebebeb; }
      #cshero-header-inner.header-3 #cshero-header-top .h-top-box.h-top-box-phone span a, #cshero-header-inner.header-4 #cshero-header-top .h-top-box.h-top-box-phone span a {
        color: #ebebeb; }
        #cshero-header-inner.header-3 #cshero-header-top .h-top-box.h-top-box-phone span a:hover, #cshero-header-inner.header-4 #cshero-header-top .h-top-box.h-top-box-phone span a:hover {
          color: #fab702; }
      #cshero-header-inner.header-3 #cshero-header-top .h-top-box.h-top-box-phone .label-phone, #cshero-header-inner.header-4 #cshero-header-top .h-top-box.h-top-box-phone .label-phone {
        margin-right: 12px; }
      #cshero-header-inner.header-3 #cshero-header-top .h-top-box.h-top-box-phone .label-phone:hover, #cshero-header-inner.header-4 #cshero-header-top .h-top-box.h-top-box-phone .label-phone:hover {
        color: #fab702; }
    #cshero-header-inner.header-3 #cshero-header-holder .header-fixed, #cshero-header-inner.header-4 #cshero-header-holder .header-fixed {
      background-color: #fff; }
    #cshero-header-inner.header-1 .cshero-topbar {
      color: #666; }
      #cshero-header-inner.header-1 .cshero-topbar .top-slogan {
        font-size: 14px; }
      #cshero-header-inner.header-1 .cshero-topbar .top-slogan:hover {
        color: #fab702; }
      #cshero-header-inner.header-1 .cshero-topbar .inner-text-right {
        float: right; }
      #cshero-header-inner.header-1 .cshero-topbar .inner-text-right .social-medias, #cshero-header-inner.header-1 .cshero-topbar .inner-text-right .top-box-phone {
        display: inline-block; }
      #cshero-header-inner.header-1 .cshero-topbar .social-medias {
        margin-right: 40px; }
      #cshero-header-inner.header-1 .cshero-topbar .social-medias li {
        margin-left: 10px;
        margin-right: 10px; }
      #cshero-header-inner.header-1 .cshero-topbar .social-medias a {
        color: rgba(255, 255, 255, 0.5); }
      #cshero-header-inner.header-1 .cshero-topbar .social-medias a:hover {
        color: #fab702; }
      #cshero-header-inner.header-1 .cshero-topbar .top-box-phone .label-phone {
        margin-right: 10px; }
      #cshero-header-inner.header-1 .cshero-topbar .top-box-phone .label-phone:hover {
        color: #fab702; }
      #cshero-header-inner.header-1 .cshero-topbar .top-box-phone a {
        color: #666; }
      #cshero-header-inner.header-1 .cshero-topbar .top-box-phone a:hover {
        color: #fab702; }
      #cshero-header-inner.header-1 .cshero-topbar .top-slogan, #cshero-header-inner.header-1 .cshero-topbar .social-medias li, #cshero-header-inner.header-1 .cshero-topbar .top-box-phone {
        padding: 12px 0; }
    #cshero-header-inner.header-1 .header-fixed #cshero-header-logo a {
      line-height: 55px; }
    #cshero-header-inner.header-1 .cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-inner.header-1 .cshero-navigation-right {
      line-height: 110px; }
    #cshero-header-inner.header-1 #cshero-header-logo a {
      display: block;
      line-height: 110px; }
    #cshero-header-inner.header-1 div#cshero-header-wrapper .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a {
      color: #fab702; }
      #cshero-header-inner.header-1 div#cshero-header-wrapper .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a, #cshero-header-inner.header-1 div#cshero-header-wrapper .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
        position: relative; }
      #cshero-header-inner.header-1 div#cshero-header-wrapper .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a > span:after, #cshero-header-inner.header-1 div#cshero-header-wrapper .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover > span:after {
        height: 2px;
        display: block;
        color: #fab702;
        background-color: #fab702;
        content: " ";
        bottom: -7px;
        width: 100%;
        position: absolute; }
      #cshero-header-inner.header-1 div#cshero-header-wrapper .header-fixed {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        left: 0;
        right: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999; }
      #cshero-header-inner.header-1 div#cshero-header-wrapper .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a, #cshero-header-inner.header-1 div#cshero-header-wrapper .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
        line-height: 60px; }
      #cshero-header-inner.header-1 div#cshero-header-wrapper .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a > span, #cshero-header-inner.header-1 div#cshero-header-wrapper .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover > span {
        position: relative; }
      #cshero-header-inner.header-1 div#cshero-header-wrapper .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-parent > a > span:after, #cshero-header-inner.header-1 div#cshero-header-wrapper .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover > span:after {
        height: 2px;
        display: block;
        color: #fab702;
        background-color: #fab702;
        content: " ";
        bottom: -7px;
        width: 100%;
        position: absolute; }
    #cshero-header-inner.header-2 {
      position: absolute;
      z-index: 3;
      width: 100%;
      left: 0;
      right: 0; }
    #cshero-header-inner.header-2 .site-content {
      padding-top: 32px; }
    #cshero-header-inner.header-2 .cshero-topbar {
      color: #666; }
      #cshero-header-inner.header-2 .cshero-topbar .top-slogan {
        font-size: 14px;
        -webkit-transition: all 250ms linear 0ms;
        -moz-transition: all 250ms linear 0ms;
        -ms-transition: all 250ms linear 0ms;
        transition: all 250ms linear 0ms; }
      #cshero-header-inner.header-2 .cshero-topbar .top-slogan:hover {
        color: #fab702; }
      #cshero-header-inner.header-2 .cshero-topbar .inner-text-right {
        float: right; }
      #cshero-header-inner.header-2 .cshero-topbar .inner-text-right .social-medias, #cshero-header-inner.header-2 .cshero-topbar .inner-text-right .top-box-phone {
        display: inline-block; }
      #cshero-header-inner.header-2 .cshero-topbar .social-medias {
        margin-right: 40px; }
      #cshero-header-inner.header-2 .cshero-topbar .social-medias li {
        margin-left: 10px;
        margin-right: 10px; }
      #cshero-header-inner.header-2 .cshero-topbar .social-medias a {
        color: #666; }
      #cshero-header-inner.header-2 .cshero-topbar .social-medias a:hover {
        color: #fab702; }
      #cshero-header-inner.header-2 .cshero-topbar .top-box-phone .label-phone {
        margin-right: 10px; }
      #cshero-header-inner.header-2 .cshero-topbar .top-box-phone a {
        color: #666; }
      #cshero-header-inner.header-2 .cshero-topbar .top-box-phone a:hover {
        color: #fab702; }
      #cshero-header-inner.header-2 .cshero-topbar .top-slogan, #cshero-header-inner.header-2 .cshero-topbar .social-medias li, #cshero-header-inner.header-2 .cshero-topbar .top-box-phone {
        padding: 12px 0; }
    #cshero-header-inner.header-2 .cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-inner.header-2 .cshero-navigation-right {
      line-height: 100px;
      color: #fff; }
    #cshero-header-inner.header-2 .cshero-navigation-right .h-icon i {
      color: #fff !important; }
    #cshero-header-inner.header-2 .header-fixed #cshero-header-logo a, #cshero-header-inner.header-2 .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-inner.header-2 .header-fixed .cshero-navigation-right {
      color: #333; }
      #cshero-header-inner.header-2 .header-fixed .cshero-navigation-right .h-icon i {
        color: #333; }
    #cshero-header-inner.header-3 .cshero-topbar {
      color: #fff; }
      #cshero-header-inner.header-3 .cshero-topbar .top-mediasocial li {
        padding: 12px 0;
        margin-right: 35px; }
      #cshero-header-inner.header-3 .cshero-topbar .top-mediasocial li a {
        color: #fff; }
      #cshero-header-inner.header-3 .cshero-topbar .top-mediasocial li a:hover {
        color: #fab702; }
      #cshero-header-inner.header-3 .cshero-topbar .top-mediasocial li:last-child {
        margin-right: 0; }
      #cshero-header-inner.header-3 .cshero-topbar .inner-text-right {
        font-family: 'Montserrat', sans-serif;
        text-align: right;
        padding: 12px 0;
        font-weight: 300; }
      #cshero-header-inner.header-3 .cshero-topbar .inner-text-right a {
        color: #fff; }
      #cshero-header-inner.header-3 .cshero-topbar .inner-text-right a:hover {
        color: #fab702; }
    #cshero-header-inner.header-3 .cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-inner.header-3 .cshero-navigation-right {
      line-height: 100px;
      color: #fff; }
    #cshero-header-inner.header-3 .sticky-desktop .cshero-navigation-right .h-icon i {
      color: white !important; }
      #cshero-header-inner.header-3 .sticky-desktop .cshero-navigation-right .h-icon i:hover {
        color: #fab702 !important; }
    #cshero-header-inner.header-3 .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
      color: ; }
    #cshero-header-inner.header-3 .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover {
      color: #fab702; }
    #cshero-header-inner.header-4 {
      position: absolute;
      z-index: 3;
      left: 0;
      right: 0;
      width: 100%; }
    #cshero-header-inner.header-4 .cshero-topbar {
      color: #fff; }
      #cshero-header-inner.header-4 .cshero-topbar .top-mediasocial li {
        padding: 12px 0;
        margin-right: 35px; }
      #cshero-header-inner.header-4 .cshero-topbar .top-mediasocial li a {
        color: #fff; }
      #cshero-header-inner.header-4 .cshero-topbar .top-mediasocial li a:hover {
        color: #fab702; }
      #cshero-header-inner.header-4 .cshero-topbar .top-mediasocial li:last-child {
        margin-right: 0; }
      #cshero-header-inner.header-4 .cshero-topbar .inner-text-right {
        font-family: 'Montserrat', sans-serif;
        text-align: right;
        padding: 12px 0;
        font-weight: 300; }
      #cshero-header-inner.header-4 .cshero-topbar .inner-text-right a {
        color: #fff; }
      #cshero-header-inner.header-4 .cshero-topbar .inner-text-right a:hover {
        color: #fab702; }
    #cshero-header-inner.header-4 .cshero-header-navigation .main-navigation .menu-main-menu > li {
      position: relative; }
      #cshero-header-inner.header-4 .cshero-header-navigation .main-navigation .menu-main-menu > li:before {
        position: absolute;
        top: 6px;
        right: 0;
        bottom: 6px;
        width: 1px;
        background-color: #c7c7c7;
        z-index: 22;
        content: " "; }
      #cshero-header-inner.header-4 .cshero-header-navigation .main-navigation .menu-main-menu > li:last-child {
        padding-right: 22px; }
      #cshero-header-inner.header-4 .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li:before {
        background-color: transparent; }
    #cshero-header-inner.header-4 .cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-inner.header-4 .cshero-navigation-right {
      line-height: 110px; }
    #cshero-header-inner.header-4 #cshero-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > li > a, #cshero-header-inner.header-4 #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon i {
      color: white; }
      #cshero-header-inner.header-4 #cshero-header:not(.header-fixed) .cshero-header-navigation .main-navigation .menu-main-menu > li > a:hover, #cshero-header-inner.header-4 #cshero-header:not(.header-fixed) .cshero-navigation-right .h-icon i:hover {
        color: #fab702; }
    #cshero-header-inner.header-4 .bodebr-botton-tobar {
      border-top: 1px solid #5b5f62; }
    #cshero-header-inner.header-4 .h-top-contact {
      text-align: right;
      float: none; }
      #cshero-header-inner.header-4 .h-top-contact ul li {
        padding-right: 0;
        padding-left: 60px;
        font-family: 'Montserrat', sans-serif; }
      #cshero-header-inner.header-4 .h-top-contact ul li a {
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px; }
      #cshero-header-inner.header-4 .h-top-contact ul li a:hover {
        color: #fab702; }

  .header-1 .cshero-topbar {
    background-color: #000; }
    .header-1 .cms-logo-nav {
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; }
    .header-1 .cms-logo-nav .col-logo {
      position: relative;
      flex-grow: 0; }
    .header-1 .cms-logo-nav .col-nav {
      flex-grow: 1; }

  .header-2 .cshero-topbar {
    background-color: #000; }
    .header-2 .cms-logo-nav {
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center; }
    .header-2 .cms-logo-nav .col-logo {
      position: relative;
      flex-grow: 0; }
    .header-2 .cms-logo-nav .col-nav {
      flex-grow: 1; }

  .header-3 .cms-logo-nav, .header-4 .cms-logo-nav {
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
    .header-3 .cms-logo-nav .col-logo, .header-4 .cms-logo-nav .col-logo {
      position: relative;
      flex-grow: 0; }
    .header-3 .cms-logo-nav .col-nav, .header-4 .cms-logo-nav .col-nav {
      flex-grow: 1; }

  .admin-bar #cshero-header-inner {
    top: 32px !important; }
    .admin-bar #cshero-header-inner .header-fixed {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09); }
      .admin-bar #cshero-header-inner .header-fixed .cshero-header-navigation .main-navigation .menu-main-menu > li > a, .admin-bar #cshero-header-inner .header-fixed .cshero-navigation-right {
        line-height: 100px;
        color: #333; }
      .admin-bar #cshero-header-inner .header-fixed .cshero-navigation-right .h-icon i {
        color: #333 !important; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1360px) {
        #cshero-header-inner #cshero-header .cshero-navigation-right {
          padding-left: 40px; } }

@media (max-width: 991px) {
  .site-header .cms-logo-nav {
    padding: 10px 0;
    position: relative; }
    .site-header .cms-logo-nav #cshero-menu-mobile {
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translate(0px, -50%); }

  #cshero-header #cshero-header-navigation {
    max-width: 100% !important; }

  #cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo {
    display: none; }

  .cshero-header-navigation .main-navigation .menu-main-menu > li {
    padding-left: 0;
    padding-right: 0; }

  .header-1 .cshero-topbar, .header-2 .cshero-topbar, .header-3 .cshero-topbar, .header-4 .cshero-topbar {
    display: none; }

  .header-3 .cshero-topbar, .header-4 .cshero-topbar {
    border-bottom: 1px solid #eee;
    color: #333; }
    .header-3 .cshero-topbar .top-mediasocial li, .header-4 .cshero-topbar .top-mediasocial li {
      padding: 12px 0;
      margin-right: 35px; }
      .header-3 .cshero-topbar .top-mediasocial li a, .header-4 .cshero-topbar .top-mediasocial li a {
        color: #333; }
        .header-3 .cshero-topbar .top-mediasocial li a:hover, .header-4 .cshero-topbar .top-mediasocial li a:hover {
          color: #fab702; }
      .header-3 .cshero-topbar .top-mediasocial li:last-child, .header-4 .cshero-topbar .top-mediasocial li:last-child {
        margin-right: 0; }
    .header-3 .cshero-topbar .inner-text-right, .header-4 .cshero-topbar .inner-text-right {
      font-family: 'Montserrat', sans-serif;
      text-align: right;
      padding: 12px 0;
      font-weight: 300; }
      .header-3 .cshero-topbar .inner-text-right a, .header-4 .cshero-topbar .inner-text-right a {
        color: #333; }
      .header-3 .cshero-topbar .inner-text-right a:hover, .header-4 .cshero-topbar .inner-text-right a:hover {
        color: #fab702; } }

@media (max-width: 991px) {
  #cshero-header-inner.header-4 #cshero-header-top .h-top-contact ul li a {
    color: #222 !important; } }

@media (min-width: 992px) and (max-width: 1200px) {
  #cshero-header-inner.header-3 .cshero-box-header-contact i {
    font-size: 22px; }
    #cshero-header-inner.header-3 .cshero-box-header-contact .cshero-box-title {
      font-weight: normal; }
    #cshero-header-inner.header-3 .cshero-box-header-contact:first-child {
      margin-left: 50px; } }

@media (max-width: 640px) {
  /* ==========================================================================
   [End] 1. Header Main
========================================================================== */
    body#cms-theme #cshero-menu-mobile i {
      display: inline-block; }
      body#cms-theme #cshero-header-logo a img {
        height: auto;
        max-height: 35px;
        max-width: 150px; }
    body.header-1 #cshero-menu-mobile {
      right: 10px;
      top: 10px; }
      body.header-1 #cshero-menu-mobile i {
        display: block; }
      body.header-1 #cshero-header-left {
        padding: 10px 30px 30px; }
      body.header-1 #cshero-header-left #cshero-header #cshero-header-left-navigation {
        padding: 20px 30px 40px; }
      body.header-1 #primary .vc_row:not(.vc_inner) > .wpb_column > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important; }
        body.header-1 #primary .vc_row.vc_row-no-padding > .wpb_column > .vc_column-inner {
          padding-left: 0px !important;
          padding-right: 0px !important; }
      body.header-1 #cms-footer-top > .container, body.header-1 #cms-footer-bottom > .container {
        padding-left: 15px;
        padding-right: 15px; }
    .header-3 .main-navigation .nav-menu > li > a {
      line-height: normal; } }

@font-face {
  font-family: 'Poppins Regular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'), url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-pr {
  font-family: 'Poppins Regular' !important; }

.cms-heading-wrapper .ft-pr {
  font-family: 'Poppins Regular' !important; }

@font-face {
  font-family: 'Poppins Light';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'), url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-pl {
  font-family: 'Poppins Light'; }

.cms-heading-wrapper .ft-pl {
  font-family: 'Poppins Light' !important; }

@font-face {
  font-family: 'Poppins Medium';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-pm {
  font-family: 'Poppins Medium'; }

.cms-heading-wrapper .ft-pm {
  font-family: 'Poppins Medium' !important; }

@font-face {
  font-family: 'Poppins Semibold';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'), url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-psb {
  font-family: 'Poppins Semibold'; }

.cms-heading-wrapper .ft-psb {
  font-family: 'Poppins Semibold' !important; }

@font-face {
  font-family: 'Poppins Bold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-pb {
  font-family: 'Poppins Bold' !important; }

.cms-heading-wrapper .ft-pb {
  font-family: 'Poppins Bold' !important; }

@font-face {
  font-family: 'Droidserif';
  src: url('../fonts/droidserif-webfont.woff2') format('woff2'), url('../fonts/droidserif-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-ds {
  font-family: 'Droidserif'; }

.cms-heading-wrapper .ft-ds {
  font-family: 'Droidserif' !important; }

@font-face {
  font-family: 'Droidserif Italic';
  src: url('../fonts/droidserif-italic-webfont.woff2') format('woff2'), url('../fonts/droidserif-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-dsi {
  font-family: 'Droidserif Italic'; }

.cms-heading-wrapper .ft-dsi {
  font-family: 'Droidserif Italic' !important; }

@font-face {
  font-family: 'Droidserif Bold';
  src: url('../fonts/droidserif-bold-webfont.woff2') format('woff2'), url('../fonts/droidserif-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal; }

.ft-dsb {
  font-family: 'Droidserif Bold'; }

.cms-heading-wrapper .ft-dsb {
  font-family: 'Droidserif Bold' !important; }

@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
    width: 100%; } }

.entry-meta .edit-link {
  display: none; }

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important; }

.fb_iframe_widget iframe {
  max-width: 100% !important; }

.wpb_revslider_element .cms_rvl_color_title1 {
  color: #fab702 !important; }
  .wpb_revslider_element .color_primary {
    color: #fab702 !important;
    font-size: inherit; }

.rev_slider_wrapper .color_primary {
  color: #fab702 !important; }

.search-no-results .searchform {
  margin-top: 30px; }

.search-results #cms-page-title:before {
  background-color: transparent; }
  .search-results .site-main .status-publish {
    padding: 30px;
    background: #f8f8f8;
    margin-bottom: 63px; }
  @media screen and (max-width: 767px) {
      .search-results .site-main .status-publish {
        padding: 30px 15px; } }

body.header-1 #cms-page-title {
  padding-top: 0;
  padding-bottom: 0; }
  body.header-1 #cms-page-title .cms-page-breadcrumd {
    position: relative;
    background-color: #fff; }
  body.header-1 #cms-page-title .cms-page-breadcrumd .breadcrumbs {
    color: #666; }
  @media (min-width: 992px) {
        body.header-1 #cms-page-title .cms-page-breadcrumd .breadcrumbs {
          border-top: 1px solid #ddd; } }
  body.header-1 #cms-page-title .cms-page-title {
    padding: 120px 0;
    position: relative; }
  body.header-1 #cms-page-title .cms-page-title:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55); }

.header-2 #cms-page-title, .header-3 #cms-page-title, .header-4 #cms-page-title {
  padding: 160px 0; }
  @media (min-width: 992px) {
    .header-2 #cms-page-title, .header-3 #cms-page-title, .header-4 #cms-page-title {
      padding-top: 280px; } }
  .header-2 #cms-page-title .cms-page-breadcrumd .breadcrumbs, .header-3 #cms-page-title .cms-page-breadcrumd .breadcrumbs, .header-4 #cms-page-title .cms-page-breadcrumd .breadcrumbs {
    color: #fff; }
  .header-2 #cms-page-title .cms-page-breadcrumd .breadcrumbs a, .header-3 #cms-page-title .cms-page-breadcrumd .breadcrumbs a, .header-4 #cms-page-title .cms-page-breadcrumd .breadcrumbs a {
    color: #fab702; }

.social-medias, .entry-social-shared {
  /* ==========================================================================
   [End] 1. Page Title
========================================================================== */
  /* ==========================================================================
   [Start] 2. Primary
========================================================================== */ }
  .social-medias li, .entry-social-shared li {
    display: inline-block; }
  #cms-content {
    padding: 130px 0 145px; }
  @media screen and (max-width: 991px) {
  #cms-content {
    padding: 80px 0; } }
  @media (max-width: 767px) {
  #cms-content {
    padding: 50px 0; } }
  #cms-content.noPadding {
    padding: 0 !important; }

.tax-product_cat #cms-content {
  padding-bottom: 12px; }

.row-has-boxshadow:before, .row-has-boxshadow:after {
  height: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  content: "";
  z-index: 99;
  opacity: 0.3; }
  .row-has-boxshadow:before {
    top: 0;
    background-image: url(../images/box-shadow-top.webp);
    background-repeat: repeat-x; }
  .row-has-boxshadow:after {
    bottom: 0;
    background-image: url(../images/box-shadow-bottom.webp);
    background-repeat: repeat-x; }

.row-has-boxshadow-top:before {
  height: 12px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../images/box-shadow-top.webp);
  background-repeat: repeat-x;
  z-index: 99;
  opacity: 0.3; }

.row-has-boxshadow-bottom:before {
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-image: url(../images/box-shadow-top.webp);
  background-repeat: repeat-x;
  z-index: 99;
  opacity: 0.3; }

.cms-video-popup-wrapper {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  /* 
   [Start] 404 Page
   +-----------------------------------+
*/ }
  .cms-video-popup-wrapper .cms-button-video {
    display: inline-block;
    height: 68px;
    width: 68px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/video-button1.webp);
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */ }
  .cms-video-popup-wrapper.button-style1 .cms-button-video {
    background-color: #222; }
  .cms-video-popup-wrapper.button-style1 .cms-button-video:hover {
    background-color: #fab702; }
  .cms-video-popup-wrapper.button-style2 .cms-button-video, .cms-video-popup-wrapper.button-style3 .cms-button-video {
    height: 32px;
    width: 32px;
    background-image: url(../images/video-button2.webp); }
  .cms-video-popup-wrapper.button-style2 .cms-button-video:before, .cms-video-popup-wrapper.button-style3 .cms-button-video:before {
    border: 2px solid #f9f9f9;
    border-radius: 100%;
    content: "";
    display: block;
    height: 68px;
    left: -18px;
    position: absolute;
    top: -18px;
    width: 68px;
    z-index: 1;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-video-popup-wrapper.button-style2 .cms-button-video:hover, .cms-video-popup-wrapper.button-style3 .cms-button-video:hover {
    background-color: #fab702; }
  .cms-video-popup-wrapper.button-style2 .cms-button-video:hover:before, .cms-video-popup-wrapper.button-style3 .cms-button-video:hover:before {
    border-color: #fab702; }
  .cms-video-popup-wrapper.button-style3 .cms-button-video:before {
    border: 2px solid #fab702; }
  .cms-video-popup-wrapper.intro-active {
    height: 360px;
    position: relative; }
  .cms-video-popup-wrapper.intro-active .cms-button-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    z-index: 2; }
  .cms-video-popup-wrapper.intro-active span {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1; }

.error404 {
  background: #fff;
  background: -webkit-radial-gradient(circle, #fff, #d3d4d6);
  background: -o-radial-gradient(circle, #fff, #d3d4d6);
  background: -moz-radial-gradient(circle, #fff, #d3d4d6);
  background: radial-gradient(circle, #fff, #d3d4d6); }
  .error404 #cshero-header-holder {
    background-color: transparent !important; }
  .error404 .site-main {
    position: relative; }
  .error404 .site-main:before {
    position: absolute;
    left: 0;
    top: -130px;
    width: 100%;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    display: block;
    content: " "; }
  .error404 #main .error-404 {
    margin: auto; }
  .error404 #main .error-404 .logo-404 img {
    max-width: 242px;
    margin-bottom: 25px; }
  .error404 #main .error-404 .title404-sub {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size: 55px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .error404 #main .error-404 .page-content {
    margin-bottom: 25px; }
  .error404 #main .error-404 .title404-sub {
    margin-bottom: 21px; }
  @media (max-width: 767px) {
      .error404 #main .error-404 .title404-sub {
        font-size: 30px;
        margin-bottom: 30px; } }
  .error404 #main .error-404 .btn-primary {
    margin-top: 37px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */
    max-width: 250px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
    line-height: 48px; }
  .error404 #main .error-404 .btn-primary:hover {
    background-color: #333;
    color: #fff;
    border-color: #333; }
  .error404 .site-footer .cms-footer-section1, .error404 .site-footer .cms-footer-section2 {
    display: none; }
  .error404 .site-footer #cms-footer-section {
    background-color: #000; }

@media screen and (max-width: 360px) {
  /* 
   [Start] Slider
   +-----------------------------------+
*/
    #cms-page-title.page-title-404 {
      padding: 60px 0; }
    .error404 #main .error-404 {
      padding: 50px 0; }
      .error404 #main .error-404 .title404 {
        font-size: 50px; } }

.rev_slider_wrapper .text-center {
  text-align: center !important; }
  .rev_slider_wrapper .btn {
    line-height: 1 !important;
    padding-top: 16px;
    padding-bottom: 16px; }
  .rev_slider_wrapper .btn-space {
    margin: 0 15px; }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet, .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet {
    display: block;
    height: 5px;
    width: 5px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */ }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet:before, .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:before {
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    top: -2px;
    left: -2px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: 0 0 10px #fff inset;
    -moz-box-shadow: 0 0 10px #fff inset;
    -ms-box-shadow: 0 0 10px #fff inset;
    box-shadow: 0 0 10px #fff inset; }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet:after, .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:after {
    content: "";
    height: 13px;
    width: 13px;
    border: 2px solid transparent;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */ }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected, .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet.selected {
    background-color: #fff; }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected:before, .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet.selected:before {
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .rev_slider_wrapper .tp-bullets.custom .tp-bullet.selected:after, .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet.selected:after {
    border-color: #fff; }
  .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet {
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none; }
  .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet:before {
    border-color: #222;
    -webkit-box-shadow: 0 0 10px #222 inset;
    -moz-box-shadow: 0 0 10px #222 inset;
    -ms-box-shadow: 0 0 10px #222 inset;
    box-shadow: 0 0 10px #222 inset; }
  .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet.selected {
    border: 2px solid #fab702; }
  .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet.selected:before {
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  .rev_slider_wrapper .tp-bullets.hephaistos .tp-bullet.selected:after {
    border-color: #222; }
  .rev_slider_wrapper .tparrows.custom, .rev_slider_wrapper .tparrows.hephaistos {
    background-color: transparent !important;
    height: 100px;
    overflow: hidden;
    width: 50px; }
  .rev_slider_wrapper .tparrows.custom:before, .rev_slider_wrapper .tparrows.hephaistos:before, .rev_slider_wrapper .tparrows.custom:after, .rev_slider_wrapper .tparrows.hephaistos:after {
    content: "" !important;
    position: absolute;
    background-color: #fff;
    height: 55px;
    width: 1px;
    left: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .rev_slider_wrapper .tparrows.custom:before, .rev_slider_wrapper .tparrows.hephaistos:before {
    -webkit-transform: rotate(36deg) translateY(0px);
    -khtml-transform: rotate(36deg) translateY(0px);
    -moz-transform: rotate(36deg) translateY(0px);
    -ms-transform: rotate(36deg) translateY(0px);
    -o-transform: rotate(36deg) translateY(0px);
    transform: rotate(36deg) translateY(0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    top: 20px; }
  .rev_slider_wrapper .tparrows.custom:after, .rev_slider_wrapper .tparrows.hephaistos:after {
    -webkit-transform: rotate(-36deg) translateY(0px);
    -khtml-transform: rotate(-36deg) translateY(0px);
    -moz-transform: rotate(-36deg) translateY(0px);
    -ms-transform: rotate(-36deg) translateY(0px);
    -o-transform: rotate(-36deg) translateY(0px);
    transform: rotate(-36deg) translateY(0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    top: 22px; }
  .rev_slider_wrapper .tparrows.custom.tp-rightarrow:before, .rev_slider_wrapper .tparrows.hephaistos.tp-rightarrow:before, .rev_slider_wrapper .tparrows.custom.tp-rightarrow:after, .rev_slider_wrapper .tparrows.hephaistos.tp-rightarrow:after {
    left: inherit;
    right: 0; }
  .rev_slider_wrapper .tparrows.custom:hover:before, .rev_slider_wrapper .tparrows.hephaistos:hover:before {
    -webkit-transform: rotate(36deg) translateY(10px);
    -khtml-transform: rotate(36deg) translateY(10px);
    -moz-transform: rotate(36deg) translateY(10px);
    -ms-transform: rotate(36deg) translateY(10px);
    -o-transform: rotate(36deg) translateY(10px);
    transform: rotate(36deg) translateY(10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .rev_slider_wrapper .tparrows.custom:hover:after, .rev_slider_wrapper .tparrows.hephaistos:hover:after {
    -webkit-transform: rotate(-36deg) translateY(-10px);
    -khtml-transform: rotate(-36deg) translateY(-10px);
    -moz-transform: rotate(-36deg) translateY(-10px);
    -ms-transform: rotate(-36deg) translateY(-10px);
    -o-transform: rotate(-36deg) translateY(-10px);
    transform: rotate(-36deg) translateY(-10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .rev_slider_wrapper .tparrows.custom.tp-leftarrow:hover:before, .rev_slider_wrapper .tparrows.hephaistos.tp-leftarrow:hover:before {
    -webkit-transform: rotate(36deg) translateY(-10px);
    -khtml-transform: rotate(36deg) translateY(-10px);
    -moz-transform: rotate(36deg) translateY(-10px);
    -ms-transform: rotate(36deg) translateY(-10px);
    -o-transform: rotate(36deg) translateY(-10px);
    transform: rotate(36deg) translateY(-10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .rev_slider_wrapper .tparrows.custom.tp-leftarrow:hover:after, .rev_slider_wrapper .tparrows.hephaistos.tp-leftarrow:hover:after {
    -webkit-transform: rotate(-36deg) translateY(10px);
    -khtml-transform: rotate(-36deg) translateY(10px);
    -moz-transform: rotate(-36deg) translateY(10px);
    -ms-transform: rotate(-36deg) translateY(10px);
    -o-transform: rotate(-36deg) translateY(10px);
    transform: rotate(-36deg) translateY(10px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .rev_slider_wrapper .tparrows.hephaistos:before, .rev_slider_wrapper .tparrows.hephaistos:after {
    background-color: #333; }
  .rev_slider_wrapper .tparrows.hephaistos.tp-leftarrow:before {
    top: 23px; }

.site-content .rev_slider_wrapper .tparrows {
  width: 60px;
  height: 60px; }
  .site-content .rev_slider_wrapper .tparrows.gyges {
    background-color: rgba(255, 255, 255, 0.35); }
  .site-content .rev_slider_wrapper .tparrows.gyges:before {
    line-height: 60px;
    font-size: 20px; }
  .site-content .rev_slider_wrapper .tparrows.gyges:hover {
    background-color: rgba(0, 0, 0, 0.35); }
  .site-content .rev_slider_wrapper .tp-leftarrow.tparrows.persephone {
    margin-left: 30px; }
  .site-content .rev_slider_wrapper .tp-rightarrow.tparrows.persephone {
    margin-right: 30px; }
  .site-content .rev_slider_wrapper .tp-bullets.ares {
    top: 89% !important; }
  .site-content .rev_slider_wrapper .tp-bullets.ares .tp-bullet {
    background-color: transparent !important;
    border: ;
    width: 14px;
    height: 14px; }
  .site-content .rev_slider_wrapper .tp-bullets.ares .tp-bullet.selected {
    top: -2px !important;
    border: 3px solid ;
    background-color:  !important; }

.fixed-bottom {
  bottom: 0;
  left: 0;
  margin: 0 !important;
  position: absolute;
  right: 0;
  width: 100%; }
  .fixed-bottom > .vc_column_container {
    margin: auto;
    max-width: 1140px; }

#bg-position-bottom {
  background-position: center bottom !important; }

ul.tp-revslider-mainul .slotholder::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.55;
  display: block;
  z-index: 33; }

.header-4 ul.tp-revslider-mainul .slotholder::before {
  opacity: 0.35; }

@media screen and (max-width: 991px) {
  .site-content .rev_slider_wrapper .tparrows {
    width: 50px;
    height: 50px; }
    .site-content .rev_slider_wrapper .tparrows:before {
      line-height: 50px !important;
      font-size: 15px; }
    .site-content .rev_slider_wrapper .tparrows.gyges {
      background-color: transparent !important;
      border: 1px solid #abc; }
    .site-content .rev_slider_wrapper .tp-leftarrow.tparrows.persephone {
      margin-left: 10px; }
    .site-content .rev_slider_wrapper .tp-rightarrow.tparrows.persephone {
      margin-right: 10px; } }

@media screen and (max-width: 767px) {
  /* Hidden Sidebar */
    .site-content .rev_slider_wrapper .tparrows {
      width: 40px;
      height: 40px; }
      .site-content .rev_slider_wrapper .tparrows:before {
        line-height: 40px !important;
        font-size: 15px; }
      .site-content .rev_slider_wrapper .tparrows.metis {
        width: 40px !important;
        height: 40px !important; }
        .site-content .rev_slider_wrapper .tparrows.metis:before {
          line-height: 22px !important; }
        .site-content .rev_slider_wrapper .tparrows.metis.tp-leftarrow {
          left: 10px; }
        .site-content .rev_slider_wrapper .tparrows.metis.tp-rightarrow {
          right: 10px; }
    .cms-cta-wrapper {
      margin-top: 0 !important;
      margin-bottom: 30px !important; } }

.cms-modal-close, .hidden-sidebar-close {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 35px;
  top: 45px;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }
  .cms-modal-close:hover, .hidden-sidebar-close:hover {
    color: #fab702; }

.cms-hidden-sidebar-wrap {
  padding: 40px 50px;
  width: 100%;
  max-width: 370px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */
  visibility: hidden;
  -webkit-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
  height: 100%;
  bottom: 0; }
  .cms-hidden-sidebar-wrap .hidden-sidebar-close {
    color: #222;
    font-size: 18px; }
  .cms-hidden-sidebar-wrap .hidden-sidebar-close:hover {
    color: #fab702; }
  .cms-hidden-sidebar-wrap .cms-hidden-sidebar-inner {
    width: 100% !important; }
  .cms-hidden-sidebar-wrap .cms-hidden-sidebar-inner > aside {
    margin-bottom: 40px; }
  .cms-hidden-sidebar-wrap.open {
    visibility: visible;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 1; }

.admin-bar .cms-hidden-sidebar-wrap {
  top: 32px; }

.cms-search-wrap, .cms-menu-popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1003;
  background-color: rgba(34, 34, 34, 0.98);
  -webkit-transition: all 260ms linear 0ms;
  -moz-transition: all 260ms linear 0ms;
  -ms-transition: all 260ms linear 0ms;
  transition: all 260ms linear 0ms;
  opacity: 0;
  visibility: hidden; }

.cms-search-wrap {
  /* Menu Popup */ }
  .cms-search-wrap .cshero-search-inner {
    left: 0;
    margin: auto;
    max-width: 570px;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translate(0px, -50%);
    width: 100%;
    border-bottom: 2px solid #9e9e9e;
    -webkit-transition: all 320ms linear 0ms;
    -moz-transition: all 320ms linear 0ms;
    -ms-transition: all 320ms linear 0ms;
    transition: all 320ms linear 0ms;
    opacity: 0; }
  .cms-search-wrap .cshero-search-inner .search-form input[type="text"] {
    background-color: transparent;
    border: medium none;
    padding: 0 40px 0 0;
    font-size: 35px;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
    color: #9e9e9e;
    font-weight: 300;
    height: 80px; }
  .cms-search-wrap .cshero-search-inner .search-form > div::before {
    color: #9e9e9e;
    font-size: 28px;
    right: 0; }
  .cms-search-wrap .cshero-search-inner .search-form .search-submit {
    top: 0;
    color: #9e9e9e;
    right: 0;
    font-size: 28px;
    height: 80px;
    width: 40px;
    position: absolute;
    background-color: transparent;
    opacity: 1;
    z-index: 2;
    border: none;
    padding: 0; }
  .cms-search-wrap.open {
    opacity: 1;
    visibility: visible; }
  .cms-search-wrap.open .cshero-search-inner {
    top: 50%;
    opacity: 1; }

.cms-menu-popup-wrap {
  padding-bottom: 90px; }
  .cms-menu-popup-wrap .cms-menu-popup-inner {
    left: 0;
    margin: auto;
    max-width: 370px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    -webkit-transition: all 320ms linear 0ms;
    -moz-transition: all 320ms linear 0ms;
    -ms-transition: all 320ms linear 0ms;
    transition: all 320ms linear 0ms;
    text-align: center;
    width: 100% !important; }
  .cms-menu-popup-wrap .cms-menu-popup-inner .menu-main-menu > li {
    -webkit-transform: translateX(-30px);
    -khtml-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    -webkit-transition: all 260ms linear 0ms;
    -moz-transition: all 260ms linear 0ms;
    -ms-transition: all 260ms linear 0ms;
    transition: all 260ms linear 0ms;
    opacity: 0; }
  .cms-menu-popup-wrap .cms-menu-popup-inner .menu-main-menu > li.open {
    -webkit-transform: translateX(0px);
    -khtml-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    opacity: 1; }
  .cms-menu-popup-wrap.open {
    opacity: 1;
    visibility: visible; }

.cms-hidden-overlay {
  background-color: rgba(34, 34, 34, 0.6);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  /* Full Height Page */ }
  .cms-hidden-overlay.open {
    opacity: 1;
    visibility: visible; }

.fp-tableCell .wpb_column.col-h100 {
  height: 100vh; }
  .fp-tableCell .wpb_column.col-h100 .vc_column-inner {
    height: 100%; }

#fp-nav.right {
  right: 30px; }
  #fp-nav ul li {
    margin: 5px 0; }
  #fp-nav ul li a span {
    display: block;
    height: 5px !important;
    width: 5px !important;
    background-color: #222;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    position: relative;
    margin: 0 !important; }
  #fp-nav ul li a span:before {
    content: "";
    height: 9px;
    width: 9px;
    position: absolute;
    top: -2px;
    left: -2px;
    border: 2px solid #222;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    -webkit-box-shadow: 0 0 10px #222 inset;
    -moz-box-shadow: 0 0 10px #222 inset;
    -ms-box-shadow: 0 0 10px #222 inset;
    box-shadow: 0 0 10px #222 inset; }
  #fp-nav ul li a span:after {
    content: "";
    height: 13px;
    width: 13px;
    border: 2px solid transparent;
    position: absolute;
    top: -4px;
    left: -4px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */ }
  #fp-nav ul li a.active span {
    background-color: #222; }
  #fp-nav ul li a.active span:before {
    border-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none; }
  #fp-nav ul li a.active span:after {
    border-color: #222; }

#cms-theme .mfp-image-holder .mfp-close, #cms-theme .mfp-iframe-holder .mfp-close {
  line-height: 40px;
  padding: 0;
  right: 0;
  text-align: center;
  top: -44px;
  width: 40px;
  -webkit-border-radius: 2px 2px 0 0;
  -khtml-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  /* BACKGROUND GRADIENT */ }
  #cms-theme.fp-viewing-section0 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cms-theme.fp-viewing-section2 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cms-theme.fp-viewing-section4 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cms-theme.fp-viewing-section6 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cms-theme.fp-viewing-section8 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cms-theme.fp-viewing-section10 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:before, #cms-theme.fp-viewing-section0 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after, #cms-theme.fp-viewing-section2 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after, #cms-theme.fp-viewing-section4 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after, #cms-theme.fp-viewing-section6 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after, #cms-theme.fp-viewing-section8 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after, #cms-theme.fp-viewing-section10 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:after, #cms-theme.fp-viewing-section0 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu span, #cms-theme.fp-viewing-section2 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu span, #cms-theme.fp-viewing-section4 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu span, #cms-theme.fp-viewing-section6 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu span, #cms-theme.fp-viewing-section8 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu span, #cms-theme.fp-viewing-section10 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu span {
    background-color: #222; }
  #cms-theme.fp-viewing-section0 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cms-theme.fp-viewing-section2 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cms-theme.fp-viewing-section4 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cms-theme.fp-viewing-section6 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cms-theme.fp-viewing-section8 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cms-theme.fp-viewing-section10 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:before, #cms-theme.fp-viewing-section0 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after, #cms-theme.fp-viewing-section2 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after, #cms-theme.fp-viewing-section4 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after, #cms-theme.fp-viewing-section6 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after, #cms-theme.fp-viewing-section8 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after, #cms-theme.fp-viewing-section10 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover:after, #cms-theme.fp-viewing-section0 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span, #cms-theme.fp-viewing-section2 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span, #cms-theme.fp-viewing-section4 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span, #cms-theme.fp-viewing-section6 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span, #cms-theme.fp-viewing-section8 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span, #cms-theme.fp-viewing-section10 #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon .h-button-menu:hover span {
    background-color: #fab702; }
  #cms-theme.fp-viewing-section1 #cshero-header-inner #cshero-header #cshero-header-logo a.main-logo, #cms-theme.fp-viewing-section3 #cshero-header-inner #cshero-header #cshero-header-logo a.main-logo, #cms-theme.fp-viewing-section5 #cshero-header-inner #cshero-header #cshero-header-logo a.main-logo, #cms-theme.fp-viewing-section7 #cshero-header-inner #cshero-header #cshero-header-logo a.main-logo, #cms-theme.fp-viewing-section9 #cshero-header-inner #cshero-header #cshero-header-logo a.main-logo {
    opacity: 0; }
  #cms-theme.fp-viewing-section1 #cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo, #cms-theme.fp-viewing-section3 #cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo, #cms-theme.fp-viewing-section5 #cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo, #cms-theme.fp-viewing-section7 #cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo, #cms-theme.fp-viewing-section9 #cshero-header-inner #cshero-header #cshero-header-logo a.sticky-logo {
    opacity: 1; }
  #cms-theme.fp-viewing-section1 #fp-nav ul li a span, #cms-theme.fp-viewing-section3 #fp-nav ul li a span, #cms-theme.fp-viewing-section5 #fp-nav ul li a span, #cms-theme.fp-viewing-section7 #fp-nav ul li a span, #cms-theme.fp-viewing-section9 #fp-nav ul li a span {
    background-color: #fff; }
  #cms-theme.fp-viewing-section1 #fp-nav ul li a span:before, #cms-theme.fp-viewing-section3 #fp-nav ul li a span:before, #cms-theme.fp-viewing-section5 #fp-nav ul li a span:before, #cms-theme.fp-viewing-section7 #fp-nav ul li a span:before, #cms-theme.fp-viewing-section9 #fp-nav ul li a span:before {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 10px #fff inset;
    -moz-box-shadow: 0 0 10px #fff inset;
    -ms-box-shadow: 0 0 10px #fff inset;
    box-shadow: 0 0 10px #fff inset; }
  #cms-theme.fp-viewing-section1 #fp-nav ul li a.active span, #cms-theme.fp-viewing-section3 #fp-nav ul li a.active span, #cms-theme.fp-viewing-section5 #fp-nav ul li a.active span, #cms-theme.fp-viewing-section7 #fp-nav ul li a.active span, #cms-theme.fp-viewing-section9 #fp-nav ul li a.active span {
    background-color: #fff; }
  #cms-theme.fp-viewing-section1 #fp-nav ul li a.active span:before, #cms-theme.fp-viewing-section3 #fp-nav ul li a.active span:before, #cms-theme.fp-viewing-section5 #fp-nav ul li a.active span:before, #cms-theme.fp-viewing-section7 #fp-nav ul li a.active span:before, #cms-theme.fp-viewing-section9 #fp-nav ul li a.active span:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: transparent; }
  #cms-theme.fp-viewing-section1 #fp-nav ul li a.active span:after, #cms-theme.fp-viewing-section3 #fp-nav ul li a.active span:after, #cms-theme.fp-viewing-section5 #fp-nav ul li a.active span:after, #cms-theme.fp-viewing-section7 #fp-nav ul li a.active span:after, #cms-theme.fp-viewing-section9 #fp-nav ul li a.active span:after {
    border-color: #fff; }

.fp-tableCell .vc_col-sm-6 {
  /* Page Loading */ }
  .fp-tableCell .vc_col-sm-6 .cms-testimonial-layout1 {
    max-width: 730px; }
  .fp-tableCell .vc_col-sm-6 .cms-testimonial-layout1 .cms-testimonial-wrapper {
    padding: 0 40px; }

#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  #cms-loadding .cms-loader {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    margin: auto;
    animation: cms-loader 1s ease infinite;
    -moz-animation: cms-loader 1s ease infinite;
    -webkit-animation: cms-loader 1s ease infinite;
    -ms-animation: cms-loader 1s ease infinite;
    -o-animation: cms-loader 1s ease infinite; }

@keyframes cms-loader {
  /* Sign In & Sign Up */
  0%, 100% {
    box-shadow: -6px 20px 0 #fab702, 13px 20px 0 rgba(250, 183, 2, 0.2), 13px 39px 0 rgba(250, 183, 2, 0.2), -6px 39px 0 rgba(250, 183, 2, 0.2); }

  25% {
    box-shadow: -6px 20px 0 rgba(250, 183, 2, 0.2), 13px 20px 0 #fab702, 13px 39px 0 rgba(250, 183, 2, 0.2), -6px 39px 0 rgba(250, 183, 2, 0.2); }

  50% {
    box-shadow: -6px 20px 0 rgba(250, 183, 2, 0.2), 13px 20px 0 rgba(250, 183, 2, 0.2), 13px 39px 0 #fab702, -6px 39px 0 rgba(250, 183, 2, 0.2); }

  75% {
    box-shadow: -6px 20px 0 rgba(250, 183, 2, 0.2), 13px 20px 0 rgba(250, 183, 2, 0.2), 13px 39px 0 rgba(250, 183, 2, 0.2), -6px 39px 0 #fab702; } }

.cms-popup {
  background-color: rgba(34, 34, 34, 0.99);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 320ms linear 0ms;
  -moz-transition: all 320ms linear 0ms;
  -ms-transition: all 320ms linear 0ms;
  transition: all 320ms linear 0ms;
  /* ==========================================================================
   [End] 3. Primary
========================================================================== */
  /* 
   [Start] Extra css
   +-----------------------------------+
*/ }
  .cms-popup.open {
    opacity: 1;
    visibility: visible; }
  .cms-popup .cms-modal-close {
    background-color: #fab702;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 18px;
    z-index: 1;
    -webkit-transition: all 320ms linear 0ms;
    -moz-transition: all 320ms linear 0ms;
    -ms-transition: all 320ms linear 0ms;
    transition: all 320ms linear 0ms;
    opacity: 0; }
  .cms-popup .cms-modal-dialog {
    max-width: 370px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    left: 0;
    right: 0;
    margin: auto; }
  .cms-popup .cms-modal-content {
    background-color: #fff;
    padding: 37px 40px 40px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */ }
  .cms-popup .cms-modal-content .cms-heading-wrapper {
    padding-bottom: 23px; }
  .cms-popup .cms-modal-content .cms-heading-wrapper .cms-heading-title {
    font-size: 20px; }
  .cms-popup .cms-modal-content .cms-heading-wrapper .cms-heading-line:before, .cms-popup .cms-modal-content .cms-heading-wrapper .cms-heading-line:after {
    background-color: #fab702;
    margin-left: 0; }
  .cms-popup .cms-modal-content .cms-modal-body {
    padding: 0; }
  .cms-popup .cms-modal-content .field-group {
    margin-bottom: 21px; }
  .cms-popup .cms-modal-content .field-group label, .cms-popup .cms-modal-content .field-group .forget {
    color: #9b9b9b;
    font-size: 13px;
    font-style: italic;
    font-weight: normal; }
  .cms-popup .cms-modal-content .field-group .forget {
    color: #fab702; }
  .cms-popup .cms-modal-content .field-group .forget:hover {
    color: #222; }
  .cms-popup .cms-modal-content:hover .cms-modal-close {
    opacity: 1; }
  .cms-popup .cms-modal-footer {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-top: 24px; }
  .cms-popup .cms-modal-footer a {
    color: #fff;
    border-bottom: 2px solid #fff; }
  .cms-popup .cms-modal-footer a:hover {
    color: #fab702;
    border-color: #fab702; }
  .cms-popup .fields-footer .field-group {
    margin-bottom: 0; }

@media (max-width: 991px) {
      .padding-contact .vc_column-inner {
        padding-right: 15px !important; } }

.vc_parallax-inner {
  background-size: cover !important;
  background-position: center center !important; }

.vc_column-inner {
  padding-top: 0 !important; }

.row-overlay {
  position: relative; }
  .row-overlay:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    display: block !important;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible !important; }
  .row-overlay .vc_column-inner {
    position: relative;
    z-index: 1; }

.col-overlay .vc_column-inner {
  position: relative; }
  .col-overlay .vc_column-inner:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    display: block !important;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible !important; }
  .col-overlay .vc_column-inner .wpb_wrapper {
    position: relative;
    z-index: 1; }

.section-offset-right .vc_row .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important; }

@media (max-width: 991px) {
    .section-offset-right, .section-offset-left {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.vc_row-no-padding .section-offset-right .vc_row {
  padding-right: 15px; }

.vc_row-no-padding .section-offset-left .vc_row {
  padding-left: 15px; }

@media (max-width: 991px) {
    .vc_row-no-padding .section-offset-left .vc_column-inner, .vc_row-no-padding .section-offset-right .vc_column-inner {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.wpb_text_column.wpb_content_element .wpb_wrapper {
  line-height: 30px; }

@media (max-width: 991px) {
  /* 
   [Start] End Extra css
   +-----------------------------------+
*/
    body .vc_row-fluid {
      margin-top: 0 !important; }
    body .wpb_content_element {
      margin-bottom: 100px; } }

.cms-rtl .rev_slider_wrapper {
  direction: ltr; }
  .cms-rtl [class*="vc_col-"], .cms-rtl [class^="vc_col-"], .cms-rtl [class*="col-md-"], .cms-rtl [class^="col-md-"] {
    float: right; }
  .cms-rtl .alignleft {
    float: right; }
  .cms-rtl .alignright {
    float: left; }
  .cms-rtl .text-right {
    text-align: left; }
  .cms-rtl .text-left {
    text-align: right; }
  .cms-rtl .cms-search-wrap .cshero-search-inner #searchform {
    /* Content */ }
  .cms-rtl .cms-search-wrap .cshero-search-inner #searchform input[type="text"] {
    padding-right: 0;
    padding-left: 40px; }
  .cms-rtl .cms-carousel {
    direction: ltr; }
  .cms-rtl .cms-carousel .cms-carousel-item {
    direction: rtl; }
  .cms-rtl .wg-title .line1, .cms-rtl #reply-title .line1, .cms-rtl .comments-title .line1, .cms-rtl .h-line .line1 {
    left: inherit;
    right: 1px; }
  .cms-rtl .wg-title .line1:before, .cms-rtl #reply-title .line1:before, .cms-rtl .comments-title .line1:before, .cms-rtl .h-line .line1:before {
    right: 10px;
    left: inherit; }
  .cms-rtl .wg-title .line1:after, .cms-rtl #reply-title .line1:after, .cms-rtl .comments-title .line1:after, .cms-rtl .h-line .line1:after {
    right: 20px;
    left: inherit; }
  .cms-rtl .wg-title .line2, .cms-rtl #reply-title .line2, .cms-rtl .comments-title .line2, .cms-rtl .h-line .line2 {
    right: 0px;
    left: inherit; }
  .cms-rtl .wg-title .line2:before, .cms-rtl #reply-title .line2:before, .cms-rtl .comments-title .line2:before, .cms-rtl .h-line .line2:before {
    left: inherit;
    right: 10px; }
  .cms-rtl .wg-title .line2:after, .cms-rtl #reply-title .line2:after, .cms-rtl .comments-title .line2:after, .cms-rtl .h-line .line2:after {
    left: inherit;
    right: 20px; }
  .cms-rtl .wg-title .line3, .cms-rtl #reply-title .line3, .cms-rtl .comments-title .line3, .cms-rtl .h-line .line3 {
    left: inherit;
    right: 31px; }
  .cms-rtl .wg-title .line3:before, .cms-rtl #reply-title .line3:before, .cms-rtl .comments-title .line3:before, .cms-rtl .h-line .line3:before {
    left: inherit;
    right: -1px; }
  .cms-rtl .wg-title .line4, .cms-rtl #reply-title .line4, .cms-rtl .comments-title .line4, .cms-rtl .h-line .line4 {
    left: inherit;
    right: 41px; }
  .cms-rtl .wg-title .line4:before, .cms-rtl #reply-title .line4:before, .cms-rtl .comments-title .line4:before, .cms-rtl .h-line .line4:before {
    left: inherit;
    right: -1px; }
  .cms-rtl .wg-title .line5, .cms-rtl #reply-title .line5, .cms-rtl .comments-title .line5, .cms-rtl .h-line .line5 {
    left: inherit;
    right: 51px; }
  .cms-rtl .wg-title .line5:before, .cms-rtl #reply-title .line5:before, .cms-rtl .comments-title .line5:before, .cms-rtl .h-line .line5:before {
    left: inherit;
    right: -1px; }
  .cms-rtl .wg-title .line6, .cms-rtl #reply-title .line6, .cms-rtl .comments-title .line6, .cms-rtl .h-line .line6 {
    left: inherit;
    right: 61px; }
  .cms-rtl .wg-title .line6:before, .cms-rtl #reply-title .line6:before, .cms-rtl .comments-title .line6:before, .cms-rtl .h-line .line6:before {
    left: inherit;
    right: -1px; }
  .cms-rtl #searchform > div::before {
    right: inherit !important;
    left: 18px; }
  .cms-rtl #searchform #searchsubmit {
    right: inherit;
    left: 0; }
  .cms-rtl blockquote {
    text-align: right; }
  .cms-rtl.single-post .post-previous-next .nav-link-prev {
    text-align: left; }
  .cms-rtl.single-post .post-previous-next .nav-link-next {
    text-align: right; }
  .cms-rtl.single-post .entry-author .admin-avt {
    float: right; }
  .cms-rtl.single-post .entry-author .admin-info {
    padding-left: 0;
    padding-right: 120px; }
  .cms-rtl.single-post #comments .comment-list .comment-body {
    padding-left: 0px;
    padding-right: 90px; }
  .cms-rtl.single-post #comments .comment-list .comment-body .comment-author .avatar {
    right: 0;
    left: inherit; }
  .cms-rtl.single-post #comments .comment-list > li:first-child > .comment-body {
    padding-left: 0;
    padding-right: 90px; }
  .cms-rtl .entry-meta li:last-child::before {
    display: block; }
  .cms-rtl .entry-meta li:first-child {
    padding-left: 8px; }
  .cms-rtl .entry-meta li:first-child:before {
    display: none; }
  .cms-rtl .is-right-sidebar #content {
    float: left; }
  .cms-rtl .cms-recent-post .cms-recent-media {
    float: right; }
  .cms-rtl .cms-recent-post .cms-recent-details {
    padding-right: 65px;
    padding-left: 0; }
  .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-icon {
    float: right; }
  .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout1 .cms-fancybox-content {
    padding-left: 0;
    padding-right: 70px; }
  .cms-rtl .cms-modal-close, .cms-rtl .hidden-sidebar-close {
    right: initial;
    left: 45px;
    z-index: 100; }
  .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout4 .cms-button-wrapper {
    direction: ltr;
    text-align: right; }
  .cms-rtl .cms-progress-layout1 .cms-progress .progress-couter {
    right: inherit;
    left: 0;
    /* Footer */ }
  .cms-rtl .site-footer .widget_newsletterwidget form .tnp-field-button {
    right: inherit;
    left: 0; }
  .cms-rtl #cms-footer-bottom .cms-footer-bottom-item.text-center {
    direction: ltr; }
  .cms-rtl #cms-footer-bottom .cms-footer-bottom-item1 {
    direction: ltr;
    text-align: right; }
  .cms-rtl #cms-footer-bottom .widget_nav_menu ul.menu > li:before {
    right: -2px; }
  .cms-rtl #cms-footer-bottom .widget_nav_menu ul.menu > li:first-child {
    padding-right: 0;
    padding-left: 10px; }
  .cms-rtl #cms-footer-bottom .widget_nav_menu ul.menu > li:last-child {
    padding-left: 0;
    padding-right: 10px; }
  .cms-rtl .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-footer .cms-testimonial-image {
    float: right; }
  .cms-rtl .cms-testimonial.cms-testimonial-layout1 .cms-testimonial-footer .cms-testimonial-meta {
    padding-left: 0;
    padding-right: 70px;
    text-align: right; }
  .cms-rtl .cms-heading-wrapper.cms-heading-layout1 {
    text-align: right; }
  .cms-rtl .get-contact-page {
    direction: ltr;
    text-align: right; }
  .cms-rtl input[type="text"], .cms-rtl input[type="password"], .cms-rtl input[type="datetime"], .cms-rtl input[type="datetime-local"], .cms-rtl input[type="date"], .cms-rtl input[type="month"], .cms-rtl input[type="time"], .cms-rtl input[type="week"], .cms-rtl input[type="number"], .cms-rtl input[type="email"], .cms-rtl input[type="url"], .cms-rtl input[type="search"], .cms-rtl input[type="tel"], .cms-rtl input[type="color"], .cms-rtl textarea, .cms-rtl select {
    text-align: right; }
  .cms-rtl .vc_slide.vc_images_carousel {
    direction: ltr; }
  .cms-rtl a.pp_next, .cms-rtl a.pp_previous, .cms-rtl div.pp_default .pp_expand, .cms-rtl div.pp_default .pp_nav .pp_pause, .cms-rtl div.pp_default .pp_nav .pp_play, .cms-rtl .pp_close, .cms-rtl .pp_arrow_next, .cms-rtl .pp_arrow_previous {
    text-indent: 99999px; }
  .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout2 .cms-fancybox-title span {
    padding-right: 0;
    padding-left: 6px; }
  .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout3 .cms-button-wrapper, .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout4 .cms-button-wrapper {
    direction: ltr;
    text-align: right; }
  .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout3 .cms-fancybox-header .cms-fancybox-number, .cms-rtl .cms-fancybox-wraper.cms-fancybox-layout4 .cms-fancybox-header .cms-fancybox-number {
    left: initial;
    right: 0; }
  .cms-rtl .cms-lists .list-style li {
    padding-left: 0;
    padding-right: 28px; }
  .cms-rtl .cms-lists .list-style li:before {
    left: initial;
    right: 0; }
  .cms-rtl .cms-lists .list-style.list-style8 {
    padding-right: 0; }
  .cms-rtl .cms-lists .list-style.list-style8 li {
    padding-right: 0; }
  .cms-rtl .cms-process .cms-process-title span {
    padding-left: 5px;
    padding-right: 0; }
  .cms-rtl .cms-process .cms-process-content .h-line {
    right: inherit;
    left: -20px; }
  .cms-rtl .cms-dropcap-content .first-letter {
    float: right;
    margin: 5px 0 0 20px; }
  .cms-rtl .cms-alert-wrapper .close {
    float: left; }
  .cms-rtl .cmsrt .cmsrt-meta .cmsrt-price {
    right: inherit;
    left: 0; }
  .cms-rtl#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li {
    padding: 0 0 15px 20px; }
  .cms-rtl#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a img {
    float: right;
    margin-right: 0;
    margin-left: 20px; }
  .cms-rtl#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
    display: none; }
  .cms-rtl#cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.total .amount {
    float: left; }
  .cms-rtl #cshero-header-inner #cshero-header .cshero-navigation-right {
    padding-left: 0;
    padding-right: 14px; }
  .cms-rtl #cshero-header-inner.custom-header-14 #cshero-header .cshero-navigation-right {
    margin-left: 0;
    padding-left: 0;
    margin-right: 14px;
    padding-right: 28px; }
  .cms-rtl #cshero-header-inner.custom-header-14 #cshero-header .cshero-navigation-right:before {
    left: inherit;
    right: 0; }
  .cms-rtl .tagcloud a {
    margin-right: 0;
    margin-left: 15px; }
  .cms-rtl .pagination .page-numbers {
    margin-left: 0; }
  .cms-rtl .pagination .page-numbers + .page-numbers {
    margin-right: 12px; }

@media screen and (min-width: 992px) {
  .cms-rtl #cshero-header-inner #cshero-header .cshero-navigation-right {
    float: left; }
    .cms-rtl #cshero-header-inner #cshero-header .cshero-navigation-right .h-icon + .h-icon {
      padding-left: 0;
      padding-right: 18px; }
    .cms-rtl #cshero-header-inner #cshero-header .cshero-header-navigation .main-navigation {
      text-align: left; }
    .cms-rtl #cshero-header-inner #cshero-header .cshero-header-navigation .main-navigation li ul li a {
      text-align: right; }
      .cms-rtl #cshero-header-inner #cshero-header .cshero-header-navigation .main-navigation li ul li a i {
        padding-right: 0px;
        padding-left: 6px; }
    .cms-rtl #cshero-header-inner #cshero-header .cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a::after {
      right: inherit;
      left: 0;
      content: "\f104"; }
    .cms-rtl #cshero-header-inner #cshero-header .cshero-header-navigation .main-navigation ul.multicolumn > li {
      border-left: none;
      padding-left: 0;
      border-right: 1px solid #f2f2f2;
      padding-right: 10px; }
      .cms-rtl #cshero-header-inner #cshero-header .cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu {
        width: 100% !important; }
    .cms-rtl #cshero-header-inner #cshero-header .cshero-header-navigation .main-navigation li ul.standar-dropdown ul.sub-menu {
      left: inherit;
      right: 100%; } }

@media screen and (max-width: 991px) {
  .cms-rtl #cshero-menu-mobile {
    right: inherit;
    left: 15px; }
    .cms-rtl #cshero-menu-mobile a {
      display: inline-block;
      position: relative; }
    .cms-rtl .cs-menu-toggle {
      right: inherit;
      left: 0; }
    .cms-rtl #cshero-header #cshero-header-navigation {
      left: 0;
      right: inherit; }
    .cms-rtl #cshero-header #cshero-header-navigation .menu-main-menu li {
      text-align: right; }
    .cms-rtl #cshero-header #cshero-header-navigation .menu-main-menu li a:before, .cms-rtl #cshero-header #cshero-header-navigation .menu-main-menu li:after {
      display: none; } }

@media screen and (min-width: 992px) {
  /*
-----> Minimum width of 992 pixels.
*/
    .new-item-menu a {
      line-height: 110px;
      color: #222;
      padding: 0 15px; }
      .new-item-menu a:hover {
        color: #fab702; }
    .header-fixed .new-item-menu a {
      line-height: 80px;
      color: #222; }
      .header-fixed .new-item-menu a:hover {
        color: #fab702; }
    #cshero-menu-mobile {
      display: none; }
    #cshero-header-navigation {
      position: static; }
    .cshero-header-navigation .main-navigation {
      text-align: right; }
      .cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .cshero-header-navigation .main-navigation .menu-main-menu > li {
        vertical-align: top;
        padding: 0 18px;
        display: inline-block;
        position: relative; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li:last-child, .cshero-header-navigation .main-navigation .menu-main-menu > li:last-child {
          padding-right: 0; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, .cshero-header-navigation .main-navigation .menu-main-menu > li > a {
          font-size: 14px;
          display: block;
          text-transform: uppercase;
          -webkit-transition: all 300ms linear 0ms !important;
          -moz-transition: all 300ms linear 0ms !important;
          -ms-transition: all 300ms linear 0ms !important;
          transition: all 300ms linear 0ms !important;
          font-weight: 700;
          visibility: inherit !important; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i, .cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
            display: block;
            width: 100%;
            line-height: 0;
            margin-bottom: 6px;
            -webkit-transition: all 300ms linear 0ms;
            -moz-transition: all 300ms linear 0ms;
            -ms-transition: all 300ms linear 0ms;
            transition: all 300ms linear 0ms; }
            .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i + .menu-title, .cshero-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title {
              -webkit-transform: translateY(25px);
              -khtml-transform: translateY(25px);
              -moz-transform: translateY(25px);
              -ms-transform: translateY(25px);
              -o-transform: translateY(25px);
              transform: translateY(25px);
              /* BACKGROUND GRADIENT */
              /* TRANSFORM STYLE */
              display: block; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a .menu-title, .cshero-header-navigation .main-navigation .menu-main-menu > li > a .menu-title {
            position: relative; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > li > a.current-menu-ancestor > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.current-page-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > li > a.current-page-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.current-menu-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > li > a.current-menu-parent > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.current-menu-item > a, .cshero-header-navigation .main-navigation .menu-main-menu > li > a.current-menu-item > a, .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a > a:hover, .cshero-header-navigation .main-navigation .menu-main-menu > li > a > a:hover {
            color: #fab702; }
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.onepage.current, .cshero-header-navigation .main-navigation .menu-main-menu > li > a.onepage.current {
            color: #fab702; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li > ul.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > li > ul.sub-menu {
          opacity: 0;
          -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li:hover > ul.sub-menu, .cshero-header-navigation .main-navigation .menu-main-menu > li:hover > ul.sub-menu {
          opacity: 1; }
        .cshero-header-navigation .main-navigation .menu-main-menu > ul > li .cs-menu-toggle, .cshero-header-navigation .main-navigation .menu-main-menu > li .cs-menu-toggle {
          display: none; }
    .cshero-header-navigation .main-navigation {
      /* Menu Stick Wall */ }
      .cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) {
        background-color: #fff;
        margin: 0;
        padding: 11px 0;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1001;
        height: 0px;
        min-width: 210px;
        width: inherit !important;
        overflow: hidden;
        visibility: hidden;
        -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-transform: scaleY(0);
        -khtml-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */
        transform-origin: 0 0 0;
        -webkit-transform-origin: 0 0 0;
        -ms-transform-origin: 0 0 0;
        -o-transform-origin: 0 0 0; }
        .cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a {
          position: relative; }
          .cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a:after {
            content: "\f105";
            font-family: FontAwesome;
            font-size: inherit;
            position: absolute;
            right: 0;
            color: #7f7f7f;
            font-weight: normal; }
      .cshero-header-navigation .main-navigation li:hover > ul.sub-menu {
        height: inherit;
        overflow: visible;
        visibility: visible;
        opacity: 1;
        clip: inherit;
        -webkit-transform: scaleY(1);
        -khtml-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
    .cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item) {
      top: -11px;
      left: 100%;
      /* End Menu Stick Wall */ }
      .cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back {
        right: 100%;
        left: auto; }
        .cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul:not(.back) {
          right: 100%;
          left: auto; }
        .cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back {
          left: 100%;
          right: auto; }
        .cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul:not(.back) {
          left: 100%;
          right: auto; }
        .cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul.back {
          right: 100%;
          left: auto; }
    .cshero-header-navigation .main-navigation {
      /* End Menu Sub Level */
      /* Start Mega Menu */ }
      .cshero-header-navigation .main-navigation ul li:hover > ul, .cshero-header-navigation .main-navigation ul li:focus > ul, .cshero-header-navigation .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        height: inherit;
        overflow: visible;
        visibility: visible; }
      .cshero-header-navigation .main-navigation li ul li {
        padding: 0 25px;
        white-space: nowrap; }
        .cshero-header-navigation .main-navigation li ul li a {
          display: block;
          font-size: 14px;
          padding: 8px 0;
          font-family: 'Montserrat', sans-serif;
          text-align: left;
          color: #7f7f7f;
          border-bottom: 1px solid #f2f2f2;
          -webkit-transition: all 300ms linear 0ms !important;
          -moz-transition: all 300ms linear 0ms !important;
          -ms-transition: all 300ms linear 0ms !important;
          transition: all 300ms linear 0ms !important; }
        .cshero-header-navigation .main-navigation li ul li a i {
          padding-right: 6px; }
        .cshero-header-navigation .main-navigation li ul li a:hover {
          color: #fab702;
          padding-left: 12px; }
        .cshero-header-navigation .main-navigation li ul li.current-menu-parent > a, .cshero-header-navigation .main-navigation li ul li.current-menu-item > a {
          color: #fab702; }
        .cshero-header-navigation .main-navigation li ul li.current-menu-parent > a:after, .cshero-header-navigation .main-navigation li ul li.current-menu-item > a:after {
          color: #fab702 !important; }
      .cshero-header-navigation .main-navigation li ul.sub-menu li:last-child > a {
        border: none; }
      .cshero-header-navigation .main-navigation ul.sub-menu li {
        position: relative;
        text-transform: capitalize; }
    .cshero-header-navigation .main-navigation {
      /* End Start Mega Menu */
      /* Header Fixed */ }
      .cshero-header-navigation .main-navigation .columns2 > li:nth-of-type(2n+1), .cshero-header-navigation .main-navigation .columns3 > li:nth-child(3n+1), .cshero-header-navigation .main-navigation .columns4 > li:nth-child(4n+1), .cshero-header-navigation .main-navigation .columns5 > li:nth-child(5n+1) {
        clear: left;
        border-right: 0px solid transparent; }
      .cshero-header-navigation .main-navigation .columns5 > li {
        width: 20% !important; }
      .cshero-header-navigation .main-navigation .columns4 > li {
        width: 25% !important; }
      .cshero-header-navigation .main-navigation .columns3 > li {
        width: 33.3344% !important; }
      .cshero-header-navigation .main-navigation .columns2 > li {
        width: 50% !important; }
      .cshero-header-navigation .main-navigation [class*="columns"] {
        padding-top: 30px !important;
        padding-bottom: 30px !important; }
        .cshero-header-navigation .main-navigation [class*="columns"] > li {
          float: left;
          padding: 0; }
        .cshero-header-navigation .main-navigation [class*="columns"] > li ul li {
          padding: 0 25px; }
          .cshero-header-navigation .main-navigation [class*="columns"] > li ul li ul.sub-menu li {
            padding: 0 30px; }
        .cshero-header-navigation .main-navigation [class*="columns"] > li > a {
          width: 100%;
          border-bottom: none; }
          .cshero-header-navigation .main-navigation [class*="columns"] > li > a:after {
            content: "" !important; }
      .cshero-header-navigation .main-navigation .menu-main-menu li.has_full_width {
        position: inherit; }
      .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu {
        left: 0;
        margin: auto;
        right: 0;
        width: 100% !important; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu li a {
          display: block;
          font-size: 13px;
          padding: 6px 0;
          text-align: left;
          color: #7f7f7f; }
          .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu li a:hover {
            color: #fab702;
            padding-left: 10px; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu li:before {
          display: none; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu li.current-menu-item > a {
          color: #fab702; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a {
          padding: 0 25px;
          margin-bottom: 8px;
          margin-top: 6px; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a, .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span {
          color: #222;
          font-weight: 600; }
          .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a:hover, .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > a span:hover {
            background-color: transparent; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_full_width.sub-menu > li > ul.sub-menu {
          background-color: transparent;
          border-top: none !important; }
      .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu {
        left: auto;
        right: 90px;
        margin: auto; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu .sub-menu {
          background-color: transparent; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a {
          display: block;
          font-size: 13px;
          padding: 6px 0;
          text-align: left;
          color: #7f7f7f; }
        .cshero-header-navigation .main-navigation .menu-main-menu li:not(.group) > ul.drop_to_right.sub-menu > li > a:hover {
          color: #fab702; }
      .cshero-header-navigation .main-navigation li.group > ul.sub-menu {
        display: block;
        float: left;
        left: 0;
        position: relative;
        width: 100%;
        height: inherit; }
      .cshero-header-navigation .main-navigation ul.multicolumn > li {
        border-left: 1px solid #f2f2f2;
        padding-left: 10px; }
        .cshero-header-navigation .main-navigation ul.multicolumn > li.hidden-menu-item > a {
          display: none !important; }
        .cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu ul.sub-menu {
          background-color: #fff !important;
          opacity: 0;
          -webkit-transition: all 0.4s ease 0s;
          -moz-transition: all 0.4s ease 0s;
          -ms-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s; }
        .cshero-header-navigation .main-navigation ul.multicolumn > li ul.sub-menu > li:hover > ul.sub-menu {
          opacity: 1; }
        .cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu {
          height: inherit;
          opacity: 1;
          overflow: visible;
          padding-bottom: 0;
          visibility: visible;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          box-shadow: none;
          -webkit-transform: scaleY(1);
          -khtml-transform: scaleY(1);
          -moz-transform: scaleY(1);
          -ms-transform: scaleY(1);
          -o-transform: scaleY(1);
          transform: scaleY(1);
          /* BACKGROUND GRADIENT */
          /* TRANSFORM STYLE */ }
        .cshero-header-navigation .main-navigation ul.multicolumn > li > ul.sub-menu > li > a {
          border-bottom: none; }
        .cshero-header-navigation .main-navigation ul.multicolumn > li:hover {
          position: relative;
          z-index: 10; }
        .cshero-header-navigation .main-navigation ul.multicolumn > li.hidden-menu-item > a {
          display: none; }
      .cshero-header-navigation .main-navigation ul.standar-dropdown li ul.sub-menu {
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s; }
        .cshero-header-navigation .main-navigation ul.standar-dropdown li:hover ul.sub-menu {
          opacity: 1; }
    .header-fixed .effect-line .menu-main-menu > li > a .menu-title:before {
      bottom: -9px; } }
  @media screen and (min-width: 992px) and (min-width: 992px) and (max-width: 1360px) {
          .cshero-header-navigation .main-navigation .menu-main-menu > ul > li, .cshero-header-navigation .main-navigation .menu-main-menu > li {
            padding-left: 18px;
            padding-right: 18px; } }

.cs-menu-toggle {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 30px; }
  .cs-menu-toggle:before {
    content: "\f278";
    font-family: Material-Design-Iconic-Font;
    font-size: 14px;
    color: #222;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cs-menu-toggle:hover:before {
    color: #fab702; }

.menu-accordion {
  /*
-----> Max width of 992 pixels.
*/ }
  .menu-accordion li {
    position: relative; }
  .menu-accordion li a {
    color: #fff;
    font-weight: 600;
    font-size: 20px; }
  .menu-accordion > li {
    padding: 12px 0; }
  .menu-accordion > li > a {
    font-size: 30px;
    line-height: normal; }
  .menu-accordion > li.current-menu-ancestor > a, .menu-accordion > li.current-page-parent > a, .menu-accordion > li.current-menu-parent > a, .menu-accordion > li.current-menu-item > a, .menu-accordion > li > a:hover {
    color: #fab702; }
  .menu-accordion .cs-menu-toggle {
    top: 12px; }
  .menu-accordion .cs-menu-toggle:before {
    color: #fff;
    font-size: 22px; }
  .menu-accordion .cs-menu-toggle:hover:before {
    color: #fab702; }
  .menu-accordion .sub-menu {
    width: 100% !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .menu-accordion .sub-menu li {
    padding: 8px 0; }
  .menu-accordion .sub-menu li a:hover {
    color: #fab702; }
  .menu-accordion .sub-menu.submenu-open {
    padding-top: 15px;
    max-height: 1000px;
    opacity: 1;
    overflow: visible; }
  .menu-accordion .sub-menu.submenu-open + .cs-menu-toggle:before {
    content: "\f273"; }

@media screen and (max-width: 991px) {
  /*
-----> End Max width of 992 pixels.
*/
    .menu-accordion li a {
      font-size: 16px; }
      .menu-accordion > li {
        padding: 10px 0; }
        .menu-accordion > li > a {
          font-size: 22px; }
    #cshero-header {
      border-bottom: 1px solid #e7e4ef;
      background-color: #fff; }
      #cshero-header > .container {
        position: relative;
        z-index: 1001; }
      #cshero-header #cshero-header-logo a {
        display: inline-block; }
        #cshero-header #cshero-header-logo a img {
          max-height: 80px; }
      #cshero-header #cshero-header-navigation {
        background-color: #fff;
        max-width: 330px;
        position: absolute;
        right: 0;
        top: 121px;
        z-index: 1001;
        padding: 18px 30px;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        width: 100% !important; }
        #cshero-header #cshero-header-navigation.navigation-open {
          opacity: 1;
          visibility: visible;
          top: 100%; }
        #cshero-header #cshero-header-navigation .menu-main-menu li {
          border-bottom: 1px solid rgba(0, 0, 0, 0.07);
          position: relative;
          height: inherit !important; }
          #cshero-header #cshero-header-navigation .menu-main-menu li a {
            display: block;
            padding: 9px 0;
            color: #222;
            visibility: inherit !important; }
          #cshero-header #cshero-header-navigation .menu-main-menu li:last-child {
            border-bottom: none; }
          #cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-ancestor > a, #cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-parent > a, #cshero-header #cshero-header-navigation .menu-main-menu li.current-menu-item > a, #cshero-header #cshero-header-navigation .menu-main-menu li:hover > a {
            color: #fab702; }
        #cshero-header #cshero-header-navigation .menu-main-menu.nav-menu-left li:last-child {
          border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
        #cshero-header #cshero-header-navigation .menu-main-menu .sub-menu {
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          width: 100% !important;
          padding-left: 0 !important;
          padding-right: 0 !important;
          -webkit-transition: all 0.25s ease;
          -moz-transition: all 0.25s ease;
          -ms-transition: all 0.25s ease;
          transition: all 0.25s ease; }
          #cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li a {
            padding-left: 10px;
            padding-right: 10px; }
            #cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li:first-child {
              border-top: 1px solid rgba(0, 0, 0, 0.07); }
            #cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li:last-child {
              border-bottom: none; }
            #cshero-header #cshero-header-navigation .menu-main-menu .sub-menu li .sub-menu li a {
              padding-left: 15px; }
          #cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open {
            max-height: 1000px;
            opacity: 1;
            overflow: visible; }
            #cshero-header #cshero-header-navigation .menu-main-menu .sub-menu.submenu-open + .cs-menu-toggle:before {
              content: "\f273"; }
    #cshero-menu-mobile {
      display: block;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0px, -50%); }
      #cshero-menu-mobile i {
        background-color: #222;
        -webkit-border-radius: 2px;
        -khtml-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        /* BACKGROUND GRADIENT */
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
        -webkit-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        width: 46px;
        display: inline-block;
        margin-left: 5px; }
        #cshero-menu-mobile i:hover {
          background-color: #fab702; }
      #cshero-menu-mobile cite {
        background-color: #fab702;
        border-radius: 100%;
        font-size: 12px;
        font-style: normal;
        height: 18px;
        line-height: 18px;
        position: absolute;
        right: 0;
        top: -6px;
        width: 18px; } }
  @media screen and (max-width: 991px) and (max-width: 676px) {
        #cshero-menu-mobile i {
          width: 40px; } }

@media screen and (max-width: 360px) {
  /* ==========================================================================
  End Style Main Menu
========================================================================== */
    #cshero-menu-mobile i {
      font-size: 15px;
      height: 30px;
      line-height: 30px;
      margin-right: 3px;
      width: 35px; }
    #cshero-header-navigation {
      max-width: 100%; } }

@media (max-width: 767px) {
    #sidebar, .sidebar-mobile {
      margin-top: 60px; } }
  #sidebar .cms-recent-post, .sidebar-mobile .cms-recent-post {
    overflow: visible !important; }
  #sidebar .widget, .sidebar-mobile .widget {
    overflow: hidden;
    margin-bottom: 70px; }
  @media (max-width: 991px) {
    #sidebar .widget, .sidebar-mobile .widget {
      margin-bottom: 50px; } }
  #sidebar .widget:first-child, .sidebar-mobile .widget:first-child {
    margin-top: 0; }
  #sidebar .widget:last-child, .sidebar-mobile .widget:last-child {
    padding-bottom: 0px; }
  @media (max-width: 767px) {
      #sidebar .widget:last-child, .sidebar-mobile .widget:last-child {
        padding-bottom: 0px; } }
  #sidebar .widget .wg-title, .sidebar-mobile .widget .wg-title {
    font-family: 'Poppins', sans-serif;
    color: #333;
    font-size: 30px;
    margin-bottom: 40px; }
  @media (max-width: 991px) {
      #sidebar .widget .wg-title, .sidebar-mobile .widget .wg-title {
        font-size: 25px; } }
  #sidebar .widget.widget_nav_menu .menu li, .sidebar-mobile .widget.widget_nav_menu .menu li {
    padding-bottom: 33px;
    line-height: 14px; }
  #sidebar .widget.widget_nav_menu .menu li:last-child, .sidebar-mobile .widget.widget_nav_menu .menu li:last-child {
    padding-bottom: 0;
    line-height: 14px; }
  #sidebar .widget.widget_nav_menu .menu li:last-child a, .sidebar-mobile .widget.widget_nav_menu .menu li:last-child a {
    line-height: 14px; }
  #sidebar .widget.widget_nav_menu .menu li a, .sidebar-mobile .widget.widget_nav_menu .menu li a {
    position: relative;
    font-size: 14px;
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  #sidebar .widget.widget_nav_menu .menu li a:hover, .sidebar-mobile .widget.widget_nav_menu .menu li a:hover {
    color: #fab702;
    font-weight: bold; }
    #sidebar .widget.widget_nav_menu .menu li a:hover:after, .sidebar-mobile .widget.widget_nav_menu .menu li a:hover:after {
      height: 1px;
      display: block;
      color: #fab702;
      background-color: #fab702;
      content: " ";
      bottom: -3px;
      width: 100%;
      position: absolute; }
  #sidebar .widget .widget_text, .sidebar-mobile .widget .widget_text {
    overflow: hidden; }
  #sidebar .widget .cms-recent-post, .sidebar-mobile .widget .cms-recent-post {
    width: 100% !important; }
  #sidebar .widget .cms-recent-post .wg-menu-item .item, .sidebar-mobile .widget .cms-recent-post .wg-menu-item .item {
    margin-bottom: 26px; }
  #sidebar .widget .cms-recent-post .wg-menu-item .item:last-child, .sidebar-mobile .widget .cms-recent-post .wg-menu-item .item:last-child {
    margin-bottom: 0; }
  #sidebar .widget .cms-recent-post .wg-menu-item .item .title, .sidebar-mobile .widget .cms-recent-post .wg-menu-item .item .title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif; }
  #sidebar .widget .cms-recent-post .wg-menu-item .item .title a, .sidebar-mobile .widget .cms-recent-post .wg-menu-item .item .title a {
    position: relative;
    color: #333; }
    #sidebar .widget .cms-recent-post .wg-menu-item .item .title a:hover, .sidebar-mobile .widget .cms-recent-post .wg-menu-item .item .title a:hover {
      color: #fab702; }
      #sidebar .widget .cms-recent-post .wg-menu-item .date-post-time, .sidebar-mobile .widget .cms-recent-post .wg-menu-item .date-post-time {
        font-size: 14px; }
  #sidebar .widget_media_image, .sidebar-mobile .widget_media_image {
    margin-bottom: 25px !important;
    padding-bottom: 0; }
  #sidebar .widget_text, .sidebar-mobile .widget_text {
    margin-top: 20px; }
  #sidebar .widget_text p, .sidebar-mobile .widget_text p {
    line-height: 32px;
    font-family: 'Montserrat', sans-serif; }
  #sidebar .widget_archive ul li, .sidebar-mobile .widget_archive ul li {
    padding-bottom: 33px;
    line-height: 14px; }
  #sidebar .widget_archive ul li:last-child, .sidebar-mobile .widget_archive ul li:last-child {
    padding-bottom: 0; }
  #sidebar .widget_archive ul li a, .sidebar-mobile .widget_archive ul li a {
    position: relative;
    font-size: 14px;
    color: #666;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }
  #sidebar .widget_archive ul li a:hover, .sidebar-mobile .widget_archive ul li a:hover {
    color: #fab702; }
  #sidebar .custom-html-widget ul.wp-contat-serivces-info li, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li {
    font-size: 14px;
    position: relative;
    padding-left: 47px;
    margin-bottom: 16px;
    clear: fixed;
    color: #666; }
  #sidebar .custom-html-widget ul.wp-contat-serivces-info li:last-child, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li:last-child {
    margin-bottom: 0; }
  #sidebar .custom-html-widget ul.wp-contat-serivces-info li i, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li i {
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    top: 3px;
    left: 1px;
    font-size: 20px;
    color: #666; }
  #sidebar .custom-html-widget ul.wp-contat-serivces-info li a, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li a {
    color: #666; }
  #sidebar .custom-html-widget ul.wp-contat-serivces-info li a:hover, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li a:hover {
    color: #fab702; }
  #sidebar .custom-html-widget ul.wp-contat-serivces-info li cite, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li cite {
    float: right;
    font-style: normal;
    font-weight: bold;
    margin-right: 25px; }
  @media (max-width: 767px) {
          #sidebar .custom-html-widget ul.wp-contat-serivces-info li cite, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li cite {
            float: none;
            margin-left: 50px; } }
  #sidebar .custom-html-widget ul.wp-contat-serivces-info li:hover i, .sidebar-mobile .custom-html-widget ul.wp-contat-serivces-info li:hover i {
    color: #fab702; }

@media (max-width: 767px) {
    .sidebar-mobile {
      margin-top: 60px;
      padding-top: 80px;
      border-top: 1px solid #fab702; } }

@media (min-width: 768px) {
    .single-service .gallery-service-single, .single-service #sidebar, .single-service .sidebar-mobile {
      position: relative; }
      .single-service #sidebar .widget-area, .single-service .sidebar-mobile .widget-area {
        padding-right: 30px; }
      .single-service #sidebar:before, .single-service .sidebar-mobile:before {
        right: 15px; }
      .single-service #sidebar .widget_text, .single-service .sidebar-mobile .widget_text {
        margin-top: 46px; } }
  .single-service #sidebar .widget_nav_menu ul li, .single-service .sidebar-mobile .widget_nav_menu ul li {
    position: relative;
    padding: 15px 0 16px !important;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .single-service #sidebar .widget_nav_menu ul li:first-child, .single-service .sidebar-mobile .widget_nav_menu ul li:first-child {
    padding-top: 0 !important; }
  .single-service #sidebar .widget_nav_menu ul li:before, .single-service .sidebar-mobile .widget_nav_menu ul li:before {
    position: absolute;
    content: "\f105";
    top: 50%;
    transform: translate(0px, -50%);
    font-family: FontAwesome;
    right: 0;
    font-size: 20px;
    color: #fab702;
    opacity: 0;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .single-service #sidebar .widget_nav_menu ul li:hover, .single-service .sidebar-mobile .widget_nav_menu ul li:hover {
    padding: 24px 0 !important;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb; }
  .single-service #sidebar .widget_nav_menu ul li:hover:first-child, .single-service .sidebar-mobile .widget_nav_menu ul li:hover:first-child {
    padding-top: 24px; }
  .single-service #sidebar .widget_nav_menu ul li:hover:before, .single-service .sidebar-mobile .widget_nav_menu ul li:hover:before {
    opacity: 1; }
  .single-service #sidebar .widget_nav_menu ul li:hover a:after, .single-service .sidebar-mobile .widget_nav_menu ul li:hover a:after {
    left: -9999999px; }
    .single-service #sidebar .widget_nav_menu ul li:hover a:hover .single-service #sidebar .widget_nav_menu ul li:hover a:after, .single-service .sidebar-mobile .widget_nav_menu ul li:hover a:hover .single-service .sidebar-mobile .widget_nav_menu ul li:hover a:after {
      background-color: transparent !important; }
  .single-service #sidebar .widget_nav_menu ul li a:after, .single-service .sidebar-mobile .widget_nav_menu ul li a:after {
    left: -9999999px; }
  .single-service #sidebar .widget_nav_menu ul li a:hover .single-service #sidebar .widget_nav_menu ul li a:after, .single-service .sidebar-mobile .widget_nav_menu ul li a:hover .single-service .sidebar-mobile .widget_nav_menu ul li a:after {
    background-color: transparent !important; }
  .single-service #sidebar .widget_nav_menu .cms-recent-post ul li a, .single-service .sidebar-mobile .widget_nav_menu .cms-recent-post ul li a {
    display: block; }
  .single-service #sidebar .widget_nav_menu .cms-recent-post ul li a:hover, .single-service .sidebar-mobile .widget_nav_menu .cms-recent-post ul li a:hover {
    color: #fab702; }
  @media screen and (max-width: 767px) {
    .single-service .sidebar-mobile {
      margin-bottom: 50px; } }

body {
  overflow-x: hidden;
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  color: #666;
  font-size: 14px;
  line-height: 30px; }

img {
  max-width: 100%; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  margin: 5px auto; }

.sticky {
  opacity: 1; }

.alignleft {
  float: left; }

img.alignleft {
  margin: 5px 30px 15px 0; }

.alignright {
  float: right; }

img.alignright {
  margin-left: 15px;
  margin-bottom: 20px; }

.wp-caption {
  opacity: 1; }
  .wp-caption.alignnone {
    width: 100% !important; }

.bg-primary {
  background-color: #fab702; }

.row-box-shadow {
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 99;
  bottom: -50px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.media-left img {
  max-width: inherit; }

.wp-caption-text {
  opacity: 1; }

.gallery-caption {
  opacity: 1; }

.left {
  float: left; }

.right {
  float: right; }

.text-upper {
  text-transform: uppercase; }

.text-shadow-dark {
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -ms-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }

.fs-i {
  font-style: italic; }

.block {
  display: block; }

a {
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  color: #222; }
  a:hover, a:focus {
    color: #fab702; }

a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

.title-link a {
  text-decoration: underline !important; }

.color-white {
  color: #fff; }

.text-italic {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.1;
  color: ;
  font-weight: 600;
  visibility: inherit !important; }

h1 {
  font-size: 52px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 38px; }

h4 {
  font-size: 32px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 20px; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px; }

  h2 {
    font-size: 38px; }

  h3 {
    font-size: 32px; }

  h4 {
    font-size: 28px; }

  h5 {
    font-size: 20px; }

  h6 {
    font-size: 15px; } }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 25px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 18px; } }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

p {
  margin: 0 0 15px; }

img {
  height: auto;
  max-width: 100%; }

.hide-image img {
  display: none; }

.w40 {
  float: left;
  width: 40%; }

.w50 {
  float: left;
  width: 50%; }

.w60 {
  float: left;
  width: 60%; }

.size_big {
  font-size: 64px; }

.size_small {
  font-size: 26px; }

body .wpb_content_element, body .wpb_button {
  margin-bottom: 0; }

.entry-content > .vc_row-fluid {
  position: relative; }

.entry-content > .wpb_row .wpb_row {
  margin-left: -15px;
  margin-right: -15px; }

.entry-content > .wpb_row .padding-30 .wpb_row {
  margin-left: 0;
  margin-right: 0; }

.vc_row-fluid .container .container, .vc_row-fluid .vc_row-fluid .container {
  width: 100%; }

.media-body {
  width: inherit; }

.thin {
  font-weight: 300; }

.well {
  border: medium none;
  border-radius: 0;
  box-shadow: none; }

.dark {
  color: #222; }

.dark2 {
  color: #222 2; }

.color-primary {
  color: #fab702; }

.color-secondary {
  color: #333 !important; }

.br-2px {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /* BACKGROUND GRADIENT */ }

.br-3px {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  /* BACKGROUND GRADIENT */ }

.br-4px {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /* BACKGROUND GRADIENT */ }

.br-5px {
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  /* BACKGROUND GRADIENT */ }

.z-index-1 {
  z-index: 1; }

.zmdi {
  vertical-align: middle; }

.lt0 {
  letter-spacing: 0 !important; }

.lt-20 {
  letter-spacing: -0.02em !important; }

.lt20 {
  letter-spacing: 0.02em !important; }

.lt35 {
  letter-spacing: 0.035em !important; }

.abs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#bg-position-bottom {
  background-position: center bottom; }

.box-shadow.wpb_column > .vc_column-inner {
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  /* BACKGROUND GRADIENT */
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  /*
================> Unit Test
*/ }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */ }
  table th {
    color: #222; }

caption, td {
  font-weight: normal;
  text-align: left; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px; }

th {
  font-weight: 700; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/ }

dl {
  margin: 0 0 0 25px; }

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222; }

dl dd {
  line-height: normal;
  margin-bottom: 20px; }
  dl dd a {
    color: #fab702; }
  dl dd a:hover {
    color: ; }

code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #fab702; }

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word; }

#maps {
  overflow: visible !important; }

.woocommerce ins {
  background-color: transparent; }

.entry-content-inner ul {
  padding: 0 0 0 35px;
  list-style-type: square; }
  .entry-content-inner ul.list-style-check {
    list-style: none;
    padding: 0; }

dl + h2 + ul {
  list-style: none;
  padding: 0 0 0 35px;
  /* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */ }
  dl + h2 + ul li {
    position: relative;
    padding-left: 15px; }
  dl + h2 + ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 7px;
    left: 0;
    position: absolute;
    color: #fab702; }
  dl + h2 + ul li ul {
    padding-left: 35px; }

.wg-title, #reply-title, .comments-title {
  font-size: 25px;
  line-height: 30px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 5px;
  font-weight: 700; }

.widget_categories .title {
  font-size: 20px; }
  .widget_categories .wp-title {
    font-size: 20px; }

.woocommerce-widget .widget_top_rated_products .wg-title {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li {
    margin-bottom: 10px;
    padding: 23px 18px 23px 95px;
    border: 1px solid #e4e4e4;
    position: relative; }
  @media (min-width: 768px) and (max-width: 880px) {
        .woocommerce-widget .widget_top_rated_products .product_list_widget li {
          padding: 10px;
          position: static; } }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li:last-child {
    margin-bottom: 0; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li:hover {
    box-shadow: 2px 0 0 0 #fab702 inset; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li a {
    color: #abc; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li a img {
    margin-right: 10px;
    width: 65px;
    background-color: #f9f9f9;
    margin-left: 0;
    box-shadow: none;
    position: absolute;
    top: 23px;
    left: 18px; }
  @media (min-width: 768px) and (max-width: 880px) {
            .woocommerce-widget .widget_top_rated_products .product_list_widget li a img {
              max-width: 100%;
              width: 100%;
              position: static;
              float: none;
              margin-bottom: 15px; } }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li .star-rating {
    float: none;
    margin-left: 0; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li .product-title {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li .amount, .woocommerce-widget .widget_top_rated_products .product_list_widget li ins .amount {
    font-size: 14px;
    color: #fab702; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li ins {
    font-weight: 700; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li del .amount {
    color: #fab702;
    font-size: 14px;
    font-weight: normal; }

.widget_product_search .woocommerce-product-search {
  position: relative;
  /* 
   [Start] 1. Newletter
   +-----------------------------------+
*/ }
  .widget_product_search .woocommerce-product-search .screen-reader-text {
    display: none; }
  .widget_product_search .woocommerce-product-search .search-field {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #222;
    border: 1px solid #efefef;
    height: 50px;
    padding-right: 42px; }
  .widget_product_search .woocommerce-product-search input[type="submit"] {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    max-width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    z-index: 3; }
  .widget_product_search .woocommerce-product-search input[type="submit"]:hover {
    background-color: transparent !important; }
  .widget_product_search .woocommerce-product-search:before {
    color: #fab702;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 21px;
    top: 13px;
    z-index: 2; }

.wpb_widgetised_column .widget_newsletterwidget {
  text-align: center;
  /* 
   [Start] 2. Search
   +-----------------------------------+
*/ }
  .wpb_widgetised_column .widget_newsletterwidget .newsletter-subscription {
    margin: 0; }
  .wpb_widgetised_column .widget_newsletterwidget form {
    position: relative; }
  .wpb_widgetised_column .widget_newsletterwidget form .tnp-field-email {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    max-width: 370px;
    width: 100%;
    margin: 20px 13px 0 13px; }
  .wpb_widgetised_column .widget_newsletterwidget form .tnp-field-email label {
    display: none; }
  .wpb_widgetised_column .widget_newsletterwidget form .tnp-field-email .tnp-email {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 2px solid #eee !important;
    background-color: transparent !important;
    height: 40px !important;
    font-size: 12px !important;
    color: #fff;
    padding-left: 18px; }
  .wpb_widgetised_column .widget_newsletterwidget form .tnp-field-button {
    position: static;
    right: 0;
    top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 13px 0 13px; }
  .wpb_widgetised_column .widget_newsletterwidget form .tnp-field-button .tnp-submit {
    height: 50px !important;
    padding: 0 50px;
    background-color: #fab702 !important;
    border: none !important;
    color: #fff;
    position: static !important; }
  .wpb_widgetised_column .widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
    background-color: #bd8b02 !important; }

#searchform {
  position: relative; }
  #searchform .screen-reader-text {
    display: none; }
  #searchform > div:before {
    color: #333;
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    z-index: 1; }
  #searchform input[type="text"] {
    background-color: #fff; }
  #searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    z-index: 2;
    padding: 0;
    height: 35px;
    width: 45px; }

#sidebar, .sidebar-mobile {
  /* 
   [Start] 3. Tags
   +-----------------------------------+
*/ }
  #sidebar #searchform, .sidebar-mobile #searchform {
    position: relative; }
  #sidebar #searchform .screen-reader-text, .sidebar-mobile #searchform .screen-reader-text {
    display: none; }
  #sidebar #searchform > div:before, .sidebar-mobile #searchform > div:before {
    color: #777;
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    right: 18px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    z-index: 1; }
  #sidebar #searchform #s, .sidebar-mobile #searchform #s {
    max-width: 100%;
    padding: 0px 45px 0px 18px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-bottom: 1px solid #ebebeb; }
  #sidebar #searchform #s:focus, .sidebar-mobile #searchform #s:focus {
    border-color: #fab702; }
  #sidebar #searchform #s::-webkit-input-placeholder, .sidebar-mobile #searchform #s::-webkit-input-placeholder {
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  #sidebar #searchform #s::-moz-placeholder, .sidebar-mobile #searchform #s::-moz-placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif; }
  #sidebar #searchform #s::-ms-input-placeholder, .sidebar-mobile #searchform #s::-ms-input-placeholder {
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  #sidebar #searchform #s::-moz-placeholder, .sidebar-mobile #searchform #s::-moz-placeholder {
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  @media (max-width: 767px) {
      #sidebar #searchform #s, .sidebar-mobile #searchform #s {
        background-color: #f1f1f1; } }
  #sidebar #searchform #searchsubmit, .sidebar-mobile #searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    z-index: 99;
    font-size: 0;
    padding: 0;
    background-color: transparent; }

@media (min-width: 1200px) {
    .tagcloud {
      margin-bottom: -15px;
      margin-right: -8px;
      margin-left: -8px; } }
  .tagcloud a {
    font-size: 14px !important;
    color: #666;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 15px 10px;
    background-color: #fff;
    border: 1px solid #ebebeb !important;
    float: left;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 15px; }
  @media (min-width: 767px) and (max-width: 1199px) {
    .tagcloud a {
      display: block;
      text-align: center; } }
  @media (max-width: 450px) {
    .tagcloud a {
      display: block;
      float: none;
      text-align: center; } }
  .tagcloud a:hover {
    background-color: #fab702;
    color: #fff; }

.widget_price_filter .wg-title {
  margin-bottom: 32px; }

.widget_cs_social_widget li {
  display: inline-block; }
  .widget_cs_social_widget li a {
    color: #222;
    font-size: 14px;
    padding: 0 9px; }
  .widget_cs_social_widget li a:hover {
    color: #fab702; }
  .widget_cs_social_widget li:first-child {
    padding-left: 0; }

.widget_recent_entries li, .widget_recent_comments li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 5px 0; }
  .widget_recent_entries li:last-child, .widget_recent_comments li:last-child {
    border-bottom: none; }

.widget_archive .screen-reader-text, .widget_categories .screen-reader-text, .widget_meta .screen-reader-text, .widget_nav_menu .screen-reader-text {
  display: none; }

.widget_nav_menu .widgettitle, .widget_tag_cloud .widgettitle, .widget_product_categories .widgettitle {
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase; }

#cms-recent-post .cms-recent-post ul li a {
  position: relative;
  display: inline-block; }
  #cms-recent-post .cms-recent-post ul li a:hover:after {
    height: 1px;
    display: block;
    color: #fab702;
    background-color: #fab702;
    content: " ";
    bottom: -3px;
    width: 100%;
    position: absolute; }

.widget_nav_menu .menu li, .widget_product_categories .menu li, .widget_nav_menu .product-categories li, .widget_product_categories .product-categories li {
  padding-bottom: 33px;
  line-height: 14px; }
  .widget_nav_menu .menu li:last-child, .widget_product_categories .menu li:last-child, .widget_nav_menu .product-categories li:last-child, .widget_product_categories .product-categories li:last-child {
    padding-bottom: 0; }
  .widget_nav_menu .menu li a, .widget_product_categories .menu li a, .widget_nav_menu .product-categories li a, .widget_product_categories .product-categories li a {
    position: relative;
    font-size: 14px;
    color: #666;
    font-family: 'Montserrat', sans-serif; }
  .widget_nav_menu .menu li a:hover, .widget_product_categories .menu li a:hover, .widget_nav_menu .product-categories li a:hover, .widget_product_categories .product-categories li a:hover {
    color: #fab702; }
  .widget_rss li {
    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .widget_rss li .rsswidget {
    font-size: 16px;
    display: block;
    margin-bottom: 8px; }
  .widget_rss li .rss-date {
    margin-bottom: 3px;
    display: block;
    font-style: italic; }

.widget_product_search .woocommerce-product-search {
  position: relative; }
  .widget_product_search .woocommerce-product-search .screen-reader-text {
    display: none; }
  .widget_product_search .woocommerce-product-search .search-field {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #222;
    border: 1px solid #efefef;
    height: 50px;
    padding-right: 42px; }
  .widget_product_search .woocommerce-product-search input[type="submit"] {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    max-width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    z-index: 3; }
  .widget_product_search .woocommerce-product-search input[type="submit"]:hover {
    background-color: transparent !important; }
  .widget_product_search .woocommerce-product-search:before {
    color: #fab702;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 21px;
    top: 13px;
    z-index: 2; }

@media (min-width: 768px) and (max-width: 991px) {
  .cms-recent-post .item .cms-recent-media, .cms-recent-post .item .cms-recent-details {
    width: 100%;
    float: none; } }

@media screen and (max-width: 991px) {
  .cms-recent-post .item .cms-recent-media a {
    width: 100%;
    height: auto;
    display: block;
    text-align: center; }
    .cms-recent-post .item .cms-recent-details .title {
      margin-top: 15px;
      line-height: normal;
      font-family: 'Montserrat', sans-serif; } }

@media (max-width: 360px) {
  .cms-recent-post .item .cms-recent-media, .cms-recent-post .item .cms-recent-details {
    width: 100%;
    float: none; }
    #searchform > div::before {
      right: 15px !important; }
    #searchform #s {
      padding: 0 15px;
      font-size: 20px; }
    #searchform #s:focus {
      border-bottom: 1px solid #fab702; }
    #searchform #searchsubmit {
      width: 15.2%; } }

.woocommerce-widget .widget_top_rated_products .wg-title {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li {
    margin-bottom: 10px;
    padding: 23px 18px 23px 95px;
    border: 1px solid #e4e4e4;
    position: relative; }
  @media (min-width: 768px) and (max-width: 880px) {
        .woocommerce-widget .widget_top_rated_products .product_list_widget li {
          padding: 10px;
          position: static; } }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li:last-child {
    margin-bottom: 0; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li:hover {
    box-shadow: 2px 0 0 0 #fab702 inset; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li a {
    color: #abc; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li a img {
    margin-right: 10px;
    width: 65px;
    background-color: #f9f9f9;
    margin-left: 0;
    box-shadow: none;
    position: absolute;
    top: 23px;
    left: 18px; }
  @media (min-width: 768px) and (max-width: 880px) {
            .woocommerce-widget .widget_top_rated_products .product_list_widget li a img {
              max-width: 100%;
              width: 100%;
              position: static;
              float: none;
              margin-bottom: 15px; } }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li .star-rating {
    float: none;
    margin-left: 0; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li .product-title {
    font-size: 15px;
    color: #222;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li .amount, .woocommerce-widget .widget_top_rated_products .product_list_widget li ins .amount {
    font-size: 14px;
    color: #fab702; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li ins {
    font-weight: 700; }
  .woocommerce-widget .widget_top_rated_products .product_list_widget li del .amount {
    color: #fab702;
    font-size: 14px;
    font-weight: normal; }

.woocommerce .widget-area ins {
  color: #fab702;
  font-weight: bold; }
  .woocommerce .widget-area ins:hover {
    color: rgba(250, 183, 2, 0.7); }

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 70px;
  padding: 10px;
  border: 1px solid #ddd;
  margin-left: 10px; }

.woocommerce ul.product_list_widget li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ddd; }
  .woocommerce ul.product_list_widget li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

@media screen and (min-width: 1200px) {
  /* ==========================================================================
  [Start] Medium devices (desktops, 992px and up)
========================================================================== */ }

@media screen and (min-width: 992px) {
  /* ==========================================================================
   [Start] Small devices (tablets, 768px and up)
========================================================================== */
    #cshero-menu-mobile {
      display: none !important;
      /* 
     [Start] Main
     +-----------------------------------+
  */ }
    .vc_row.vc_row-o-content-middle .fp-scroller > .vc_column_container, .vc_row.vc_row-o-content-middle .fp-tableCell > .vc_column_container {
      align-items: center; }
    .vc_row.vc_row-flex .fp-scroller, .vc_row.vc_row-flex .fp-scroller > .vc_column_container, .vc_row.vc_row-flex .fp-tableCell, .vc_row.vc_row-flex .fp-tableCell > .vc_column_container {
      display: flex; }
    .vc_row.vc_row-flex .fp-scroller > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex .fp-tableCell > .vc_column_container > .vc_column-inner {
      flex-grow: 1;
      display: flex;
      /* 
     [Start] Footer
     +-----------------------------------+
  */ } }

@media screen and (max-width: 991px) {
  .container {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  /* ==========================================================================
   [Start] Extra small devices 
========================================================================== */ }

.woocommerce-ResetPassword {
  margin-bottom: 100px; }

.post-type-archive-product .site-content {
  padding-top: 78px !important; }

.woocommerce-cart-form .coupon {
  float: left; }
  .woocommerce-cart-form .actions {
    overflow: hidden; }
  .woocommerce-cart-form .actions > .button {
    float: rith; }
  .woocommerce-cart-form .actions label {
    display: none; }
  .woocommerce-cart-form .actions .input-text {
    display: inline-block;
    width: 100% !important;
    height: 37px;
    line-height: 37px;
    max-width: 120px !important; }
  .woocommerce-cart-form .actions .button {
    display: inline-block; }
  .woocommerce-cart-form thead tr th {
    border-right: 1px solid rgba(0, 0, 0, .1); }
  .woocommerce-cart-form thead tr th:last-child {
    border-right: none; }
  .woocommerce-cart-form tbody tr td {
    border-right: 1px solid rgba(0, 0, 0, .1); }
  .woocommerce-cart-form tbody tr td:last-child {
    border-right: none; }

.products {
  padding-top: 30px !important; }
  .products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
    color: #777;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif; }
  .products li.product .star-rating {
    display: none; }
  .products li.product .price {
    margin-bottom: 13px;
    color: transparent !important; }
  .products li.product .price del, .products li.product .price ins {
    display: inline-block !important; }
  .products li.product .price del .amount, .products li.product .price ins .amount {
    font-weight: 700;
    font-size: 15px;
    color: #fcd68d;
    margin-right: 25px; }
  .products li.product .price ins .amount {
    font-size: 35px; }
  .products li.product .add_to_cart_button, .products li.product .added_to_cart {
    height: 40px;
    background-color: transparent !important;
    line-height: 40px !important;
    padding: 0 20px;
    color: #777 !important; }
  .products li.product .add_to_cart_button:hover, .products li.product .added_to_cart:hover {
    background-color: #fab702 !important;
    border-color: #fab702 !important;
    color: #fff !important; }
  .products li.product .woocommerce-LoopProduct-link {
    display: inline-block; }
  .products li.product .added {
    display: none; }
  .products li.product .added_to_cart.wc-forward {
    border: 1px solid #efefef;
    background-color: #fff;
    border-color: #222;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    color: #777;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    margin: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 2px;
    padding: 0 20px;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: capitalize; }

#cms-theme.woocommerce .products, #cms-theme.woocommerce-page .products {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.single-product .product {
  position: relative; }
  .single-product .product .onsale {
    position: absolute;
    left: 0 !important; }
  .single-product .related > h2 {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #565656;
    text-transform: uppercase;
    font-weight: 600; }
  .single-product .woocommerce-product-gallery__image {
    border: 1px solid transparent !important; }
  .single-product .flex-viewport {
    border: 1px solid #eee; }
  .single-product .flex-control-nav {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-top: none; }
  .single-product .flex-control-nav li {
    border-right: 1px solid #eee;
    padding: 15px 10px; }
  .single-product .flex-control-nav li:last-child {
    border-right: none; }
  .single-product .woocommerce-tabs .wc-tab > h2 {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #565656;
    font-weight: bold;
    text-transform: uppercase; }
  .single-product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #565656;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .single-product .woocommerce-tabs #review_form_wrapper .comment-respond .comment-reply-title {
    font-size: 20px;
    color: #565656;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    margin-top: 30px; }
  .single-product .woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    padding-left: 0 !important;
    margin-bottom: -1px !important;
    overflow: hidden; }
  .single-product .woocommerce-tabs .tabs:before {
    border-bottom: none !important; }
  .single-product .woocommerce-tabs .tabs li {
    padding: 0;
    border: none;
    margin: 0;
    float: left;
    background-color: #fff !important;
    border: 1px solid #ececec !important;
    color: #323232;
    margin-right: 0px !important;
    margin-left: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    /* BACKGROUND GRADIENT */ }
  .single-product .woocommerce-tabs .tabs li.active, .single-product .woocommerce-tabs .tabs li:hover {
    background-color: #fab702 !important;
    color: #fff;
    border-bottom: 1px solid #fab702 !important; }
  .single-product .woocommerce-tabs .tabs li a {
    background-color: transparent;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    padding: 15px !important; }

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1; }

.woocommerce-checkout .checkbox {
  display: table;
  width: 100%;
  position: relative;
  padding-left: 30px; }
  .woocommerce-checkout .checkbox .input-checkbox {
    position: absolute;
    top: 6px;
    left: 0; }
  .button.loading::after {
    position: absolute;
    top: 0px !important;
    right: 3px !important; }

#cms-theme .site-header .widget_shopping_cart {
  background-color: #fff;
  position: absolute;
  right: 0px;
  border-top: 3px solid #fab702;
  top: 110px;
  visibility: hidden;
  width: 370px;
  max-width: 400px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -ms-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  z-index: 99;
  line-height: normal;
  margin-top: 30px; }
  #cms-theme .site-header .widget_shopping_cart.open {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1);
    margin-top: 0; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content {
    padding: 20px; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
    width: 100%; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list {
    max-height: 500px !important;
    overflow: auto !important;
    height: auto; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li {
    margin-bottom: 15px;
    position: relative;
    padding: 0 20px 15px 0;
    border-bottom: 1px solid #f4f4f4;
    overflow: hidden; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li.empty {
    margin: 0;
    text-align: left; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li .amount {
    color: #fab702; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a {
    color: #222;
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 24px; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover {
      color: #fab702; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a img {
      float: left;
      max-width: 70px;
      width: 100%;
      margin-right: 15px;
      -webkit-border-radius: 1px;
      -khtml-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      /* BACKGROUND GRADIENT */ }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
    font-size: 0;
    left: inherit;
    position: absolute;
    right: 20px;
    top: 33px;
    z-index: 9; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before {
      background-color: #333;
      color: #fff;
      content: "x";
      display: inline-block;
      font-size: 9px;
      height: 19px;
      line-height: 19px;
      text-align: center;
      width: 19px;
      font-weight: 300;
      -webkit-border-radius: 1px;
      -khtml-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      /* BACKGROUND GRADIENT */ }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:hover:before {
      background-color: #fab702; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
    color: #a9a9a9;
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    display: inline-block;
    width: 50%;
    max-width: 190px;
    text-align: left; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.total {
    border-top: 2px solid #f4f4f4;
    border-bottom: 2px solid #f4f4f4;
    color: #9b9b9b;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.total strong {
    font-weight: 600; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.total .amount {
    color: #fab702;
    float: right; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.buttons {
    margin: 0; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.buttons .button {
    width: 48%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0.5%;
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    border-color: #fab702;
    color: #000;
    background-color: #fab702;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    padding: 0 15px;
    display: inline-block; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:hover {
    color: #fff; }
  #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.checkout {
    border: 1px solid #fab702;
    color: #222;
    margin-top: 10px; }
    #cms-theme .site-header .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.checkout:hover {
      background-color: #fab702;
      color: #fff; }
  #cms-theme .site-header .header-3 .widget_shopping_cart {
    top: 77px; }
  #cms-theme #cshero-header.header-fixed .widget_shopping_cart {
    top: 80px; }
  #cms-theme.woocommerce #cshero-header-top-woo, #cms-theme.woocommerce-page #cshero-header-top-woo {
    display: block; }
  #cms-theme.woocommerce #page-wrapper.cs-wide, #cms-theme.woocommerce-page #page-wrapper.cs-wide {
    background-color: #fff;
    /* [Start] 1. Navigation */ }
  #cms-theme.woocommerce .woocommerce-pagination, #cms-theme.woocommerce-page .woocommerce-pagination, #cms-theme.woocommerce .woo-nav-links, #cms-theme.woocommerce-page .woo-nav-links {
    margin-top: 30px;
    padding-top: 0px;
    width: 100%;
    text-align: center;
    font-weight: normal; }
  @media (max-width: 767px) {
      #cms-theme.woocommerce .woocommerce-pagination, #cms-theme.woocommerce-page .woocommerce-pagination, #cms-theme.woocommerce .woo-nav-links, #cms-theme.woocommerce-page .woo-nav-links {
        margin-top: 0; } }
  #cms-theme.woocommerce .woocommerce-pagination ul, #cms-theme.woocommerce-page .woocommerce-pagination ul, #cms-theme.woocommerce .woo-nav-links ul, #cms-theme.woocommerce-page .woo-nav-links ul {
    border: none; }
  #cms-theme.woocommerce .woocommerce-pagination ul li, #cms-theme.woocommerce-page .woocommerce-pagination ul li, #cms-theme.woocommerce .woo-nav-links ul li, #cms-theme.woocommerce-page .woo-nav-links ul li {
    margin: 0 5px;
    font-family: 'Montserrat';
    border: none; }
  #cms-theme.woocommerce .woocommerce-pagination ul li:first-child, #cms-theme.woocommerce-page .woocommerce-pagination ul li:first-child, #cms-theme.woocommerce .woo-nav-links ul li:first-child, #cms-theme.woocommerce-page .woo-nav-links ul li:first-child {
    margin-left: 0; }
  #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers {
    border: none;
    border-radius: 0px;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
    font-weight: 700;
    color: #646464;
    font-size: 20px;
    background-color: #fff;
    padding: 0;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */ }
  #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers:hover, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers:hover, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers:hover, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers:hover, #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.current, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.current, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.current, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.current {
    background-color: #fab702;
    color: #fff;
    border-color: #fab702; }
  #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers + .page-numbers, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers + .page-numbers, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers + .page-numbers, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers + .page-numbers {
    margin-left: 10px; }
  #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next, #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev {
    font-size: 0; }
    #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next:before, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next:before, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next:before, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next:before, #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.prev:before, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev:before, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.prev:before, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.prev:before {
      content: '\f177';
      font-family: FontAwesome;
      font-size: 20px; }
  #cms-theme.woocommerce .woocommerce-pagination ul li .page-numbers.next:before, #cms-theme.woocommerce-page .woocommerce-pagination ul li .page-numbers.next:before, #cms-theme.woocommerce .woo-nav-links ul li .page-numbers.next:before, #cms-theme.woocommerce-page .woo-nav-links ul li .page-numbers.next:before {
    content: '\f178'; }
  #cms-theme.woocommerce .woo-nav-links, #cms-theme.woocommerce-page .woo-nav-links {
    padding-top: 24px;
    /* [End] 1. Navigation */
    /* [Start] 2. Button */ }
  #cms-theme.woocommerce .woo-nav-links li, #cms-theme.woocommerce-page .woo-nav-links li {
    display: inline-block; }
  #cms-theme.woocommerce input#submit, #cms-theme.woocommerce-page input#submit, #cms-theme.woocommerce .button, #cms-theme.woocommerce-page .button, #cms-theme.woocommerce button input[type="submit"], #cms-theme.woocommerce-page button input[type="submit"], #cms-theme.woocommerce .added_to_cart, #cms-theme.woocommerce-page .added_to_cart {
    border: 2px solid #fab702;
    background-color: #fab702;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: capitalize; }
  #cms-theme.woocommerce input#submit i, #cms-theme.woocommerce-page input#submit i, #cms-theme.woocommerce .button i, #cms-theme.woocommerce-page .button i, #cms-theme.woocommerce button input[type="submit"] i, #cms-theme.woocommerce-page button input[type="submit"] i, #cms-theme.woocommerce .added_to_cart i, #cms-theme.woocommerce-page .added_to_cart i {
    padding-right: 8px;
    position: relative;
    top: 1px; }
  #cms-theme.woocommerce .added_to_cart:hover, #cms-theme.woocommerce-page .added_to_cart:hover, #cms-theme.woocommerce .added_to_cart:focus, #cms-theme.woocommerce-page .added_to_cart:focus, #cms-theme.woocommerce button:hover, #cms-theme.woocommerce-page button:hover, #cms-theme.woocommerce .button:hover, #cms-theme.woocommerce-page .button:hover, #cms-theme.woocommerce input[type="submit"]:hover, #cms-theme.woocommerce-page input[type="submit"]:hover, #cms-theme.woocommerce button:focus, #cms-theme.woocommerce-page button:focus, #cms-theme.woocommerce .button:focus, #cms-theme.woocommerce-page .button:focus, #cms-theme.woocommerce input[type="submit"]:focus, #cms-theme.woocommerce-page input[type="submit"]:focus {
    outline: medium none;
    text-decoration: none;
    color: #fff; }
  #cms-theme.woocommerce input#submit, #cms-theme.woocommerce-page input#submit {
    background-color: #323232;
    color: #fff;
    border-color: #323232; }
  #cms-theme.woocommerce input#submit:hover, #cms-theme.woocommerce-page input#submit:hover, #cms-theme.woocommerce input#submit:focus, #cms-theme.woocommerce-page input#submit:focus {
    background-color: #fab702;
    border-color: #fab702;
    color: #fff !important; }
  #cms-theme.woocommerce select, #cms-theme.woocommerce-page select {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    border: 1px solid #eee;
    color: #b8b8b8;
    height: 47px;
    line-height: 47px;
    outline: medium none;
    padding: 0 10px; }
  #cms-theme.woocommerce .select2-container--default, #cms-theme.woocommerce-page .select2-container--default {
    /* [End] 2. Button */
    /* [Start] 3. Sidebar */ }
  #cms-theme.woocommerce .select2-container--default .select2-selection--single, #cms-theme.woocommerce-page .select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    border: 1px solid #eee;
    color: #b8b8b8;
    height: 47px; }
  #cms-theme.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered, #cms-theme.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    height: 47px;
    line-height: 47px; }
  #cms-theme.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow, #cms-theme.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    right: 12px; }
  #cms-theme.woocommerce .select2-container--default .select2-dropdown, #cms-theme.woocommerce-page .select2-container--default .select2-dropdown, #cms-theme.woocommerce .select2-container--default .select2-search--dropdown .select2-search__field, #cms-theme.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #eee; }
  #cms-theme.woocommerce .widget_price_filter, #cms-theme.woocommerce-page .widget_price_filter {
    /* [End] 3. Sidebar */
    /* [Start] 4. Archive Product */ }
  #cms-theme.woocommerce .widget_price_filter .ui-slider, #cms-theme.woocommerce-page .widget_price_filter .ui-slider {
    background-color: #efefef;
    margin-bottom: 32px; }
  #cms-theme.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, #cms-theme.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #323232;
    top: -2px;
    height: 8px;
    width: 8px;
    margin: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  #cms-theme.woocommerce .widget_price_filter .price_slider_amount .price_label, #cms-theme.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
    color: #323232;
    font-size-adjust: inherit;
    padding: 8px 0; }
  #cms-theme.woocommerce .woocommerce-result-count, #cms-theme.woocommerce-page .woocommerce-result-count {
    color: #222 2;
    font-size: 15px;
    line-height: 34px;
    margin: 0;
    font-weight: 700; }
  #cms-theme.woocommerce .form-effect, #cms-theme.woocommerce-page .form-effect {
    position: relative;
    display: inline-block; }
  #cms-theme.woocommerce .form-effect form, #cms-theme.woocommerce-page .form-effect form {
    margin: 0; }
  #cms-theme.woocommerce .form-effect form select, #cms-theme.woocommerce-page .form-effect form select {
    background-color: transparent;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  #cms-theme.woocommerce .form-effect form select option, #cms-theme.woocommerce-page .form-effect form select option {
    padding: 5px 10px; }
  #cms-theme.woocommerce .form-effect form select option:hover, #cms-theme.woocommerce-page .form-effect form select option:hover {
    background-color: #e5e5e5; }
  #cms-theme.woocommerce .form-effect .arrow-down, #cms-theme.woocommerce-page .form-effect .arrow-down {
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    width: 34px;
    z-index: -1;
    font-size: 18px; }
  #cms-theme.woocommerce .form-effect .woocommerce-ordering, #cms-theme.woocommerce-page .form-effect .woocommerce-ordering {
    float: left; }
  #cms-theme.woocommerce .cms-product-meta, #cms-theme.woocommerce-page .cms-product-meta {
    display: none; }
  #cms-theme.woocommerce .products, #cms-theme.woocommerce-page .products {
    margin-left: -15px;
    margin-right: -15px; }
  #cms-theme.woocommerce .products li, #cms-theme.woocommerce-page .products li, #cms-theme.woocommerce .products .owl-item, #cms-theme.woocommerce-page .products .owl-item {
    margin-right: 0;
    margin-bottom: 65px !important;
    padding: 0 15px;
    clear: initial;
    text-align: center; }
  @media (max-width: 767px) {
        #cms-theme.woocommerce .products li, #cms-theme.woocommerce-page .products li, #cms-theme.woocommerce .products .owl-item, #cms-theme.woocommerce-page .products .owl-item {
          margin-bottom: 50px; } }
  #cms-theme.woocommerce .products li.last, #cms-theme.woocommerce-page .products li.last, #cms-theme.woocommerce .products .owl-item.last, #cms-theme.woocommerce-page .products .owl-item.last {
    margin-right: 0; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image {
    position: relative;
    border: 1px solid #f9f9f9;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */ }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image img, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image img, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-image img, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-image img {
    margin-bottom: 0;
    padding: 30px; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta {
    text-align: left;
    padding: 22px 0 10px; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title {
    margin-top: -5px;
    font-size: 20px; }
    #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title a, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title a, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title a, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title a {
      color: #abc;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-price {
    margin-bottom: 13px;
    display: block; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart {
    text-align: left; }
    #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a {
      border: ;
      background-color: #fff;
      border-color: #222;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */
      color: #abc;
      font-size: 15px;
      font-family: 'Montserrat', sans-serif;
      line-height: 1;
      margin: 0;
      width: 132px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin-left: 2px;
      padding: 0 15px;
      position: relative;
      font-weight: 700;
      letter-spacing: 0.02em;
      text-transform: capitalize; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a:hover, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a:hover, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a:hover, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a:hover {
        background-color: #fab702;
        color: ;
        border: 1px solid #fab702; }
    #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added {
      display: none; }
    #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added_to_cart, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added_to_cart, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added_to_cart, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added_to_cart {
      width: 135px; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .star-rating, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .star-rating {
    display: none; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in {
    font-family: Lora; }
    #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a {
      color: #b8b8b8; }
      #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .posted_in a:hover {
        color: #fab702; }
  #cms-theme.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-theme.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-theme.woocommerce .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-theme.woocommerce-page .products .owl-item .cshere-woo-item-wrap .cshero-woo-meta .content {
    display: none; }
  #cms-theme.woocommerce .product .onsale, #cms-theme.woocommerce-page .product .onsale {
    -webkit-border-radius: 0%;
    -khtml-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    /* BACKGROUND GRADIENT */
    font-weight: 700;
    right: 0px;
    top: 0px;
    left: inherit;
    line-height: 45px;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background-color: #fab702;
    font-size: 11px;
    width: 45px;
    height: 45px;
    z-index: 1; }
  @media (max-width: 767px) {
        #cms-theme.woocommerce .product .onsale, #cms-theme.woocommerce-page .product .onsale {
          top: 0;
          right: 0;
          -webkit-border-radius: 0%;
          -khtml-border-radius: 0%;
          -moz-border-radius: 0%;
          -ms-border-radius: 0%;
          -o-border-radius: 0%;
          border-radius: 0%;
          /* BACKGROUND GRADIENT */ } }
  #cms-theme.woocommerce .product .amount, #cms-theme.woocommerce-page .product .amount {
    font-weight: normal;
    font-size: 15px;
    color: #fab702;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif; }
  #cms-theme.woocommerce .product del .amount, #cms-theme.woocommerce-page .product del .amount {
    font-weight: 700;
    font-size: 15px;
    color: #ddd;
    margin-right: 25px; }
  #cms-theme.woocommerce .star-rating, #cms-theme.woocommerce-page .star-rating {
    margin: 6px 26px 6px 0;
    height: 16px; }
  #cms-theme.woocommerce .star-rating:before, #cms-theme.woocommerce-page .star-rating:before {
    color: #fab702; }
  #cms-theme.woocommerce .star-rating span::before, #cms-theme.woocommerce-page .star-rating span::before {
    color: #fab702; }
  #cms-theme.woocommerce .cms-product-layout, #cms-theme.woocommerce-page .cms-product-layout {
    float: right;
    text-align: right;
    width: 50%; }
  #cms-theme.woocommerce .cms-product-layout span, #cms-theme.woocommerce-page .cms-product-layout span {
    background-color: #fab702;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 46px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #cms-theme.woocommerce .cms-product-layout span:hover, #cms-theme.woocommerce-page .cms-product-layout span:hover, #cms-theme.woocommerce .cms-product-layout span.active, #cms-theme.woocommerce-page .cms-product-layout span.active {
    background-color: #323232; }
  #cms-theme.woocommerce .cms-product-layout span.cms-product-list, #cms-theme.woocommerce-page .cms-product-layout span.cms-product-list {
    margin-left: 3px; }
  #cms-theme.woocommerce .pr-full-width, #cms-theme.woocommerce-page .pr-full-width {
    float: none;
    margin: auto;
    width: 100%; }
  #cms-theme.woocommerce .pr-full-width .products li.product, #cms-theme.woocommerce-page .pr-full-width .products li.product {
    width: 25%;
    clear: none; }
  #cms-theme.woocommerce .pr-full-width .products li.product:nth-child(4n+1), #cms-theme.woocommerce-page .pr-full-width .products li.product:nth-child(4n+1) {
    clear: left; }
  #cms-theme.woocommerce del, #cms-theme.woocommerce-page del {
    opacity: 1;
    filter: alpha(opacity=1);
    color: ; }
  #cms-theme.woocommerce .woocommerce-message, #cms-theme.woocommerce-page .woocommerce-message {
    border-top: 3px solid #fab702;
    /* [End] 4. Archive Product */ }
  #cms-theme.woocommerce .woocommerce-message:before, #cms-theme.woocommerce-page .woocommerce-message:before {
    color: #fab702; }
  #cms-theme.woocommerce .quantity, #cms-theme.woocommerce-page .quantity {
    position: relative;
    margin-right: 12px;
    width: 76px; }
  @media (max-width: 767px) {
 }
  #cms-theme.woocommerce .quantity .qty, #cms-theme.woocommerce-page .quantity .qty {
    border: 1px solid #eee;
    border-radius: 0;
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #595959;
    height: 38px;
    width: 80px;
    padding: 12px 10px 12px 0;
    text-indent: 10px; }
  #cms-theme.woocommerce .quantity .minus, #cms-theme.woocommerce-page .quantity .minus, #cms-theme.woocommerce .quantity .plus, #cms-theme.woocommerce-page .quantity .plus {
    display: block;
    height: 20px;
    width: 25px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: -7px;
    z-index: 9;
    text-align: center;
    background-color: #f2f2f2; }
  #cms-theme.woocommerce .quantity .minus:hover, #cms-theme.woocommerce-page .quantity .minus:hover, #cms-theme.woocommerce .quantity .plus:hover, #cms-theme.woocommerce-page .quantity .plus:hover {
    color: #fab702; }
  #cms-theme.woocommerce .quantity .minus i, #cms-theme.woocommerce-page .quantity .minus i, #cms-theme.woocommerce .quantity .plus i, #cms-theme.woocommerce-page .quantity .plus i {
    position: absolute; }
  #cms-theme.woocommerce .quantity .plus, #cms-theme.woocommerce-page .quantity .plus {
    top: -1px; }
  #cms-theme.woocommerce .quantity .plus i, #cms-theme.woocommerce-page .quantity .plus i {
    top: 3px;
    right: 5px; }
  #cms-theme.woocommerce .quantity .minus, #cms-theme.woocommerce-page .quantity .minus {
    bottom: -1px; }
  #cms-theme.woocommerce .quantity .minus i, #cms-theme.woocommerce-page .quantity .minus i {
    bottom: 3px;
    right: 5px; }
  #cms-theme table.shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  #cms-theme table.shop_table th {
    color: ; }
  #cms-theme .woo-image-categries {
    margin-bottom: 40px;
    /* [Start] 5. Single Product */ }
  #cms-theme.single-product {
    /* [End] 5. Single Product */
    /* [Start] 6. Cart */ }
  #cms-theme.single-product .pr-single-product .cs-product-wrap {
    position: relative;
    margin-bottom: 20px; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .onsale {
    -webkit-border-radius: 0%;
    -khtml-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    /* BACKGROUND GRADIENT */
    font-weight: 700;
    left: 15px;
    top: 0px;
    line-height: 50px;
    margin: 0;
    min-height: 0;
    padding: 0;
    text-transform: uppercase;
    background-color: #fab702;
    font-size: 12px;
    width: 50px;
    height: 50px;
    z-index: 1; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery, #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary {
    width: 100%;
    float: none; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price {
    float: none;
    width: 100%; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woo-price .price .amount {
      font-size: 25px !important;
      font-weight: 700; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woocommerce-product-rating {
    float: none;
    width: 100%; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .entry-summary .pr-price-rating .woocommerce-product-rating .star-rating {
      margin-left: 0; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .content {
    margin-bottom: 15px;
    padding-bottom: 24px;
    margin-top: 28px;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart {
    margin-bottom: 20px;
    padding-bottom: 30px; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .add-whish-list {
    margin-left: 20px; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap form.cart .button {
    width: 132px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 15px;
    margin-left: 7px;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */ }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 40px; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    border-color: #fab702; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    background-color: #fab702; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .cshero-product-images-wrap {
    text-align: center; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .cshero-product-images-wrap img {
    display: inline-block;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */ }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .cshero-product-images-wrap .woocommerce-main-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .cshero-product-thumbnails {
    padding-top: 20px;
    margin: 0 -10px; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .woocommerce-product-gallery .cshero-product-thumbnails a {
    margin: 0 0 20px;
    padding: 0 10px;
    width: 25%;
    float: left;
    clear: none; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta .share-label {
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 13px; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a {
    display: inline-block; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a + a {
    margin-left: 10px; }
  #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i {
    background-color: #fab702;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    /* BACKGROUND GRADIENT */
    color: #fff;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px; }
    #cms-theme.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i:hover {
      background-color: #333; }
  #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    margin-bottom: 5px; }
  #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:before, #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs:after {
    border: none;
    display: none; }
  #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li {
    padding: 0;
    border: none;
    margin: 0;
    float: left;
    background-color: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  @media (max-width: 460px) {
            #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li {
              width: 50%; } }
  #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li a {
    background-color: transparent;
    color: #323232;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin-right: 1px;
    padding: 12px 30px;
    border: ; }
  #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li.active a, #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:hover a {
    background-color: #fab702;
    color: #fff; }
  #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:before, #cms-theme.single-product .pr-single-product .woocommerce-tabs .tabs li:after {
    border: none;
    display: none; }
  #cms-theme.single-product .pr-single-product .cms-related-products-wrapper .onsale {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    right: 0;
    top: 0;
    line-height: 45px;
    text-transform: uppercase;
    background-color: #fab702;
    font-size: 12px;
    width: 45px;
    height: 45px;
    z-index: 1; }
  #cms-theme.single-product .pr-single-product .cms-related-products-wrapper .products .cshere-woo-item-wrap .cshero-woo-meta {
    padding-top: 17px; }
  #cms-theme.single-product .pr-single-product .panel {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    display: block;
    box-shadow: 0 0 0 0;
    border-bottom: none;
    padding: 15px 0 25px; }
  #cms-theme.single-product .pr-single-product .panel .list-style-1 ul {
    margin-bottom: 20px; }
  #cms-theme.single-product .pr-single-product .panel ul a {
    color: #fab702; }
  #cms-theme.single-product .pr-single-product .panel ul a:hover {
    color: ; }
  #cms-theme.single-product .pr-single-product .panel .woocommerce-Reviews .woocommerce-Reviews-title {
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase; }
  #cms-theme.single-product .pr-single-product #tab-reviews #comments .woocommerce-Reviews-title {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold; }
  #cms-theme.single-product .pr-single-product #tab-reviews #comments ul, #cms-theme.single-product .pr-single-product #tab-reviews #comments ol {
    padding: 0;
    margin: 0; }
  #cms-theme.single-product .pr-single-product #tab-reviews .comment-text {
    margin: 0;
    border: 1px dashed #dedede !important; }
  #cms-theme.single-product .pr-single-product #tab-reviews .commentlist {
    padding-left: 0;
    margin-bottom: 0; }
  #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author, #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time {
    color: #333;
    font-weight: normal; }
    #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author:before, #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before {
      content: "\f007";
      font-family: FontAwesome;
      font-size: 14px;
      padding-right: 10px;
      color: #333; }
  #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author {
    margin-right: 14px; }
  #cms-theme.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before {
    content: "\f073"; }
  #cms-theme.single-product .pr-single-product #tab-reviews #reply-title, #cms-theme.single-product .pr-single-product #tab-reviews .title-rating {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px;
    font-weight: 600; }
  #cms-theme.single-product .pr-single-product #tab-reviews .title-rating {
    margin-top: 25px; }
  #cms-theme.single-product .pr-single-product #tab-reviews textarea {
    height: 210px;
    margin-top: 10px; }
  #cms-theme.single-product .pr-single-product #tab-reviews .stars a:after {
    color: #fab702; }
  #cms-theme.woocommerce-cart {
    /* [End] 6. Cart */ }
  #cms-theme.woocommerce-cart .cms-checkout-page {
    margin-bottom: 0px;
    max-width: 960px;
    margin: auto;
    float: none; }
  @media (max-width: 767px) {
        #cms-theme.woocommerce-cart .cms-checkout-page form {
          overflow: scroll; } }
  #cms-theme.woocommerce-cart .quantity {
    width: 105px;
    background-color: transparent; }
  #cms-theme.woocommerce-cart .quantity .minus, #cms-theme.woocommerce-cart .quantity .plus {
    position: absolute;
    height: inherit;
    width: 25px;
    height: 25px;
    top: 6px; }
  #cms-theme.woocommerce-cart .quantity .minus i, #cms-theme.woocommerce-cart .quantity .plus i {
    top: -2px;
    right: 8px; }
  #cms-theme.woocommerce-cart .quantity .minus i:before, #cms-theme.woocommerce-cart .quantity .plus i:before {
    font-family: FontAwesome;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    color: #222; }
  #cms-theme.woocommerce-cart .quantity .minus {
    left: 5px; }
  #cms-theme.woocommerce-cart .quantity .minus i {
    right: 8px; }
  #cms-theme.woocommerce-cart .quantity .minus i:before {
    content: "\f068"; }
  #cms-theme.woocommerce-cart .quantity .plus {
    right: 5px; }
  #cms-theme.woocommerce-cart .quantity .plus i {
    right: 8px; }
  #cms-theme.woocommerce-cart .quantity .plus i:before {
    content: "\f067"; }
  #cms-theme.woocommerce-cart .quantity .qty {
    padding-left: 12px;
    text-align: center;
    border: none;
    width: 105px; }
  #cms-theme.woocommerce-cart .shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  #cms-theme.woocommerce-cart .shop_table th {
    color: #222; }
  #cms-theme.woocommerce-cart .shop_table td.coupon {
    border-right: 1px solid #e5e5e5; }
  #cms-theme.woocommerce-cart .shop_table td.coupon label {
    color: #222; }
  #cms-theme.woocommerce-cart .shop_table td.coupon input {
    margin-bottom: 10px; }
  #cms-theme.woocommerce-cart .shop_table td.product-name a {
    color: #222;
    font-weight: 600;
    font-size: 15px; }
  #cms-theme.woocommerce-cart .shop_table td.product-name a:hover {
    color: #fab702; }
  #cms-theme.woocommerce-cart .shop_table td.product-name .woocommerce-product-rating {
    display: none; }
  #cms-theme.woocommerce-cart .shop_table td.actions .wc-proceed-to-checkout {
    padding: 0 0 10px; }
  #cms-theme.woocommerce-cart .shop_table .product-remove {
    padding-left: 30px !important; }
  @media (max-width: 767px) {
        #cms-theme.woocommerce-cart .shop_table .product-remove {
          padding-left: 10px !important; } }
  #cms-theme.woocommerce-cart .shop_table .product-remove a {
    text-align: center;
    border: 0 none;
    border-radius: 100%;
    color: red;
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    height: 18px;
    line-height: 13px;
    text-decoration: none;
    width: 18px;
    text-align: center; }
  #cms-theme.woocommerce-cart .shop_table .product-remove a i:before {
    content: "\f00d";
    font-size: 11px;
    color: red;
    font-family: FontAwesome;
    font-style: normal; }
  #cms-theme.woocommerce-cart .shop_table .product-remove a i:hover {
    color: ; }
  #cms-theme.woocommerce-cart .shop_table .product-remove a:hover {
    background-color: transparent; }
  #cms-theme.woocommerce-cart .shop_table.cart {
    margin-bottom: 60px; }
  #cms-theme.woocommerce-cart .cart-collaterals {
    margin-bottom: 0px; }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%; }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table th {
    color: #323232;
    padding: 10px; }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 0;
    border-bottom: 0;
    line-height: 45px;
    height: 45px; }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td {
    border-top: none;
    vertical-align: middle; }
  #cms-theme.woocommerce-cart .cart-collaterals .cart_totals table .amount {
    color: #333; }
  #cms-theme.woocommerce-checkout {
    /* Woo Widget */ }
  #cms-theme.woocommerce-checkout #customer_details {
    margin-bottom: 32px; }
  #cms-theme.woocommerce-checkout .woocommerce-info {
    border-color: #fab702; }
  #cms-theme.woocommerce-checkout .woocommerce-info:before {
    color: #fab702; }
  #cms-theme.woocommerce-checkout .amount {
    color: #333; }
  #cms-theme.woocommerce-checkout .payment_methods, #cms-theme.woocommerce-checkout .place-order {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    background-color: #f5f5f5;
    border: none; }
  #cms-theme.woocommerce-checkout #primary #content {
    max-width: 960px;
    margin: auto;
    float: none; }
  #cms-theme.woocommerce-checkout #primary label {
    color: #323232;
    font-weight: normal; }
  #cms-theme.woocommerce-checkout form.woocommerce-checkout h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700; }
  #cms-theme .widget_price_filter .ui-slider-horizontal {
    height: 4px; }
  #cms-theme .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #fab702;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  #cms-theme .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    /* BACKGROUND GRADIENT */ }
  #cms-theme .widget_price_filter .price_slider_wrapper .price_slider_amount button {
    background-color: transparent;
    border-color: #333;
    color: #333; }
  #cms-theme .widget_price_filter .price_slider_wrapper .price_slider_amount button:hover {
    background-color: #fab702;
    border-color: #fab702;
    color: #fff; }
  #cms-theme #sidebar {
    /* Apply All Style */ }
  #cms-theme #sidebar.woocommerce-widget .wg-title {
    font-size: 20px;
    color: #333;
    font-family: 'Montserrat'; }
  #cms-theme .cshero-product-category {
    font-size: 13px;
    color: #333;
    font-family: 'Droidserif Italic'; }
  #cms-theme .cshero-product-category a {
    color: #333; }
  #cms-theme .cshero-product-category a:hover {
    color: #fab702; }
  #cms-theme .cshero-product-title h3, #cms-theme h3.product_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    padding: 4px 0; }
  #cms-theme .cshero-product-title h3 a, #cms-theme h3.product_title a {
    font-family: 'Montserrat', sans-serif;
    color: #222; }
  #cms-theme .cshero-product-title h3 a:hover, #cms-theme h3.product_title a:hover, #cms-theme .cshero-product-title h3 a:focus, #cms-theme h3.product_title a:focus {
    color: #fab702; }
  #cms-theme h3.product_title {
    font-size: 18px; }
  #cms-theme.single-product .woo-nav-links {
    margin-bottom: 65px !important;
    /* Relate Item Product */ }
  #cms-theme .cms-related-heading {
    margin-bottom: 32px !important; }
  #cms-theme .cms-related-heading + .products {
    margin: 0 !important; }
  #cms-theme .cms-related-heading .wg-title {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #333;
    text-transform: capitalize;
    font-weight: normal; }
  #cms-theme #related-product-carousel .owl-item {
    padding: 0 !important;
    margin-bottom: 0;
    clear: inherit; }
  #cms-theme #related-product-carousel .owl-item:nth-child(3n+1) {
    clear: inherit; }
  #cms-theme #related-product-carousel .cshero-product-title h3 {
    margin-bottom: 0; }
  #cms-theme #related-product-carousel .cshero-product-title h3 a:hover {
    color: #fab702; }

#cms-theme.woocommerce-page .product .entry-summary .price ins .amount {
  font-size: 35px; }

.woocommerce ul.products {
  margin: 0 -15px; }
  .woocommerce ul.products li.product {
    margin: 0 15px 30px 15px !important;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .woocommerce ul.cms-shop-carousel {
    margin: 0 !important; }
  .woocommerce ul.cms-shop-carousel li.product {
    margin: 0 !important; }
  .woocommerce ul.products {
    margin: 0 -15px; }
  .woocommerce ul.products li.product {
    margin: 0 15px 30px 15px; }
  .woocommerce ul.products.columns-2 li.product {
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px); }
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: -ms-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px); }
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: -ms-calc(25% - 30px);
    width: -moz-calc(25% - 30px); }
  .woocommerce ul.products.columns-5 li.product {
    width: calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: -ms-calc(20% - 30px);
    width: -moz-calc(20% - 30px); }
  @media (max-width: 1199px) {
  .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px; }
    .woocommerce ul.products.columns-2 li.product:nth-child(2n+1), .woocommerce ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce ul.products.columns-4 li.product:nth-child(2n+1), .woocommerce ul.products.columns-5 li.product:nth-child(2n+1) {
      clear: none;
      float: left; }

    .woocommerce ul.products.columns-2 li.product:nth-child(2n), .woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce ul.products.columns-5 li.product:nth-child(2n) {
      clear: none;
      float: left; } }
  @media (max-width: 991px) {
  .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px; }
    .woocommerce ul.products.columns-2 li.product:nth-child(2n+1), .woocommerce ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce ul.products.columns-4 li.product:nth-child(2n+1), .woocommerce ul.products.columns-5 li.product:nth-child(2n+1) {
      clear: none;
      float: left; }

    .woocommerce ul.products.columns-2 li.product:nth-child(2n), .woocommerce ul.products.columns-3 li.product:nth-child(2n), .woocommerce ul.products.columns-4 li.product:nth-child(2n), .woocommerce ul.products.columns-5 li.product:nth-child(2n) {
      clear: none;
      float: left; } }
  @media (max-width: 767px) {
  .woocommerce ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -ms-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    float: none; } }

.single-product .woocommerce-tabs .panel {
  border-radius: 0px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 30px !important;
  border: 1px solid #ececec; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: none;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  content: ' ';
  box-sizing: border-box; }

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: 0;
  border-bottom-left-radius: 0;
  border-width: 0;
  box-shadow: none; }

.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0; }

.single-product.woocommerce #content #reviews .commentlist .avatar {
  border: medium none;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* BACKGROUND GRADIENT */
  max-width: 60px;
  width: 100%; }

.single-product.woocommerce #content #reviews .commentlist .comment-text {
  padding: 30px;
  margin-left: 80px;
  border: 1px solid #efefef; }

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  padding-top: 30px; }

.wp-block-table {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4; }
  .wp-block-table td {
    border-left: 1px solid #e4e4e4;
    padding: 6px 10px; }
  .wp-block-table td:first-child {
    border-left: none; }

.wp-block-separator {
  max-width: 120px; }

.wp-block-pullquote.alignleft {
  padding-left: 70px; }
  .wp-block-pullquote.alignright {
    padding-left: 70px; }
  @media screen and (max-width: 575px) {
    .wp-block-pullquote.alignright {
      margin-left: 0; } }
  .wp-block-pullquote.aligncenter {
    position: relative;
    padding-top: 45px; }
  .wp-block-pullquote.aligncenter:before {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }

@media screen and (min-width: 576px) {
      .wp-block-button.alignleft {
        margin-right: 20px; } }
  @media screen and (min-width: 576px) {
    .wp-block-button.alignright {
      margin-left: 20px; } }
  @media screen and (max-width: 575px) {
    .wp-block-button.alignright {
      margin-left: 0;
      display: block;
      margin-bottom: 18px; } }
  .wp-block-button.aligncenter {
    margin-bottom: 20px; }

@media screen and (min-width: 576px) {
      .wp-block-image.alignleft {
        margin-right: 25px; } }
  @media screen and (min-width: 576px) {
    .wp-block-image.alignright {
      margin-left: 25px; } }

.wp-block-cover-image.has-background-dim.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 25px; }
  .wp-block-cover-image.has-background-dim.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 25px; }
  .wp-block-cover-image.has-background-dim .wp-block-cover-image-text {
    color: #fff; }
