@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:wght@300;400;500;600;700&family=Open+Sans:wght@400;600;700;800&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&family=Raleway:wght@400;500;600;700;800&display=swap"); body {
  scroll-behavior: smooth;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 100%;
  font-size: 15px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-10 {
  width: 83.3333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-7 {
  width: 58.3333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-4 {
  width: 33.3333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-1 {
  width: 8.33333%;
}

@media (min-width: 768px) {
  .col-sm-12 {
      width: 100%;
  }

  .col-sm-11 {
      width: 91.6667%;
  }

  .col-sm-10 {
      width: 83.3333%;
  }

  .col-sm-9 {
      width: 75%;
  }

  .col-sm-8 {
      width: 66.6667%;
  }

  .col-sm-7 {
      width: 58.3333%;
  }

  .col-sm-6 {
      width: 50%;
  }

  .col-sm-5 {
      width: 41.6667%;
  }

  .col-sm-4 {
      width: 33.3333%;
  }

  .col-sm-3 {
      width: 25%;
  }

  .col-sm-2 {
      width: 16.6667%;
  }

  .col-sm-1 {
      width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-md-12 {
      width: 100%;
  }

  .col-md-11 {
      width: 91.6667%;
  }

  .col-md-10 {
      width: 83.3333%;
  }

  .col-md-9 {
      width: 85%;
  }

  .col-md-8 {
      width: 66.6667%;
  }

  .col-md-7 {
      width: 58.3333%;
  }

  .col-md-6 {
      width: 50%;
  }

  .col-md-5 {
      width: 41.6667%;
  }

  .col-md-4 {
      width: 33.3333%;
  }

  .col-md-3 {
      width: 15%;
  }

  .col-md-2 {
      width: 16.6667%;
  }

  .col-md-1 {
      width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
      width: 100%;
  }

  .col-lg-11 {
      width: 91.6667%;
  }

  .col-lg-10 {
      width: 83.3333%;
  }

  .col-lg-9 {
      width: 75%;
  }

  .col-lg-8 {
      width: 66.6667%;
  }

  .col-lg-7 {
      width: 58.3333%;
  }

  .col-lg-6 {
      width: 50%;
  }

  .col-lg-5 {
      width: 41.6667%;
  }

  .col-lg-4 {
      width: 33.3333%;
  }

  .col-lg-3 {
      width: 25%;
  }

  .col-lg-2 {
      width: 16.6667%;
  }

  .col-lg-1 {
      width: 8.33333%;
  }
}

.col-lg-20 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .col-lg-20 {
      width: 20%;
  }
}

.col-md-20 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

@media (min-width: 992px) {
  .col-md-20 {
      width: 20%;
  }
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
      display: none !important;
  }

  .no-padding-xs {
      padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
      display: none !important;
  }

  .no-padding-sm {
      padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
      display: none !important;
  }

  .no-padding-md {
      padding: 0px;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
      display: none !important;
  }

  .no-padding-lg {
      padding: 0px;
  }
}

html, body {
  overflow-x: hidden;
}

.container {
  max-width: 320px;
}

@media only screen and (min-width: 30em) {
  .container {
      max-width: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .container {
      max-width: 730px;
  }
}

@media only screen and (min-width: 992px) {
  [class*="col"] {
      margin-bottom: 0px;
  }

  h1, h2, h3, h4, h5, h6 {
      margin-bottom: 0px;
  }

  .container {
      max-width: 960px;
  }
}

@media only screen and (min-width: 1200px) {
  [class*="col"] {
      margin-bottom: 0px;
  }

  h1, h2, h3, h4, h5, h6 {
      margin-bottom: 0px;
  }

  .container {
      max-width: 1170px;
  }

  .boxed {
      max-width: 1200px;
      margin: auto;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0px;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0px;
  outline: 0px;
  padding: 0px;
  vertical-align: baseline;
}

html {
  overflow: hidden scroll;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

*, ::before, ::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0px;
  margin-bottom: 20px;
}

dl {
  margin-bottom: 20px;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  padding: 10px 0px;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: 0px;
}

a img {
  border: 0px;
}

a {
  text-decoration: none;
}

input:focus, textarea:focus {
  outline: none;
}

img, video {
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

audio, canvas, video {
  display: inline;
  zoom: 1; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}

::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}

a, a:visited {
  cursor: pointer;
}

.clr::before, .clr::after, .recent-posts__item::before, .recent-posts__item::after, .services .wpb_text_column::before, .services .wpb_text_column::after, .header-preset-01 .testimonial-4 .wpb_content_element::before, .header-preset-01 .testimonial-4 .wpb_content_element::after, .pagination::before, .pagination::after, .top-area::before, .top-area::after, .header::before, .header::after, .footer .social::before, .footer .social::after, .post-navigation::before, .post-navigation::after, .single-post .comment-reply-title::before, .single-post .comment-reply-title::after, .single-post .comment > div::before, .single-post .comment > div::after, .page .comment > div::before, .page .comment > div::after, .single-project .projects-single-pagination::before, .single-project .projects-single-pagination::after, .widget_shopping_cart_content ul.cart_list li::before, .widget_shopping_cart_content ul.cart_list li::after, .widget_product_search::before, .widget_product_search::after, .single-post .comment > div::before, .single-post .comment > div::after, .page .comment > div::before, .page .comment > div::after {
  content: " ";
  display: table;
}

.clr::after, .recent-posts__item::after, .services .wpb_text_column::after, .header-preset-01 .testimonial-4 .wpb_content_element::after, .pagination::after, .top-area::after, .header::after, .footer .social::after, .post-navigation::after, .single-post .comment-reply-title::after, .single-post .comment > div::after, .page .comment > div::after, .single-project .projects-single-pagination::after, .widget_shopping_cart_content ul.cart_list li::after, .widget_product_search::after, .single-post .comment > div::after, .page .comment > div::after {
  clear: both;
}

.icf, .social .menu li a::before, .features .wpb_wrapper p:first-child::after, .clients .owl-nav div::before, .recent-posts__thumb::after, .introducing li::before, .breadcrumb .sub::before, .mini-cart .mini-cart__button .mini-cart-icon::before, .footer .menu li::before, .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::before, .eg-thememove-company-news-element-19::before, .eg-thememove-company-news-element-20-a a::before, .intro4 .vc_btn3::after, .intro5 .vc_btn3::after, .eg-thememove-blog-element-3::before, .eg-thememove-blog-element-23-a a::before, .download-btn button::after, .home8_whychooseus .home8_whychooseus_text ul li::before, .header-preset-08 .eg-home-8-news-element-19::before, .header-preset-08 .eg-home-8-news-element-20-a a::before, .header-preset-08 .clients .home8_clients_heading .esg-left i::before, .header-preset-08 .clients .home8_clients_heading .esg-right i::before, .home10 .leading li::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.tran, a, .intro4 .vc_btn3, .features .wpb_wrapper p:first-child img, .features .wpb_wrapper p:first-child::before, .features .wpb_wrapper p:first-child::after, .who .consulting p img, .clients .owl-item div, .clients .owl-nav div::before, .recent-posts__thumb img, .recent-posts__thumb::before, .recent-posts__thumb::after, .header-wrapper, .search-box i, .search-box i::before, .search-box i::after, .search-box input[type="search"], .search-box .search-form, .mini-cart .mini-cart__button, .footer .menu li, .comment-form-comment input[type="submit"], .comment-form-comment input[type="submit"]:focus, .our-partners img, .mfp-fade.mfp-bg, .mfp-fade.mfp-wrap .mfp-content, .single-project .gallery a::after, .single-project .gallery a::before, .header ul.product_list_widget li .product-title, input, select, textarea, button, input[type="button"], input[type="reset"], input[type="submit"], .home-slider-button, .single-project.tm_project_details_layout3 .gallery--layout3 .owl-dots .owl-dot, button, input[type="button"], input[type="reset"], input[type="submit"], .home8_whychooseus .home8_whychooseus_img a img, .header-preset-08 .home8_projects .esg-filterbutton, .header-preset-08 .home8_projects .esg-filterbutton span {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.site {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site {
      padding-bottom: 0px !important;
  }
   
ul#menu-information-mobile {
  display: -ms-grid;
  display: grid;
}

ul#menu-information-mobile li:nth-child(1) {-webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;}

ul#menu-information-mobile li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

ul#menu-information-mobile li:nth-child(5) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

ul#menu-information-mobile li:nth-child(7) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

ul#menu-information-mobile li:nth-child(2) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

ul#menu-information-mobile li:nth-child(4) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

ul#menu-information-mobile li:nth-child(6) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

ul#menu-information-mobile li:nth-child(8) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
} 
}

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

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

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

.content {
  padding: 0px;
}

.home .content {
  padding-bottom: 0px;
}

@media only screen and (min-width: 1200px) {
  .social {
      text-align: right;
  }
}

.social .menu li {
  display: inline-block;
  margin-right: 5px;
  width: auto !important;
}

.social .menu li:hover {
  transform: translate(0px, 0px) !important;
}

.social .menu li::before {
  display: none;
}

.social .menu li a {
  font-size: 0px;
}

.social .menu li a::before {
  font-size: 16px;
  display: inline-block;
}

.social .menu li a[href*="facebook"]::before {
  content: "";
}

.social .menu li a[href*="twitter"]::before {
  content: "";
}

.social .menu li a[href*="instagram"]::before {
  content: "";
}

.social .menu li a[href*="youtube"]::before {
  content: "";
}

.social .menu li a[href*="plus.google.com"]::before {
  content: "";
}

.social .menu li a[href*="flickr"]::before {
  content: "";
}

.social .menu li a[href*="dribbble"]::before {
  content: "";
}

.social .menu li a[href*="foursquare"]::before {
  content: "";
}

.social .menu li a[href*="linkedin"]::before {
  content: "";
}

.social .menu li a[href*="tumblr"]::before {
  content: "";
}

.social .menu li a[href*="feed"]::before {
  content: "";
}

.intro {
  padding: 35px 0px;
}

.intro .vc_row {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.intro .vc_row .col-sm-8 {
  height: 50px;
}

.intro .vc_button-2-wrapper {
  margin-left: 6px;
}

.intro .vc_button-2-wrapper a {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 11px 18px !important;
  font-size: 15px !important;
}

.intro2 {
  padding: 20px;
  max-width: 1140px;
  position: relative;
  z-index: 999;
  margin: 0px auto !important;
}

.intro2 .vc_row {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.intro2 .vc_row .col-sm-9 {
  height: 28px;
}

.intro2 .col-lg-5 {
  text-align: right;
}

.intro3 {
  max-width: 1140px;
  position: relative;
  overflow: hidden;
  margin: auto !important;
}

.intro3 .boxed {
  position: relative;
  z-index: 2;
}

.intro3::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 500%;
  right: -90%;
  top: -100px;
  background-color: rgb(255, 180, 0);
  transform: rotate(-45deg);
}

.intro3 h3 {
  font-weight: bold;
  margin-bottom: 0px !important;
}

.intro3 .vc_general {
  font-weight: bold;
}

.intro3 [class*="col-"] {
  vertical-align: middle;
}

.intro3 button {
  font-size: 14px;
  font-weight: bold;
}

.intro4 {
  position: relative;
  overflow: hidden;
}

.intro4 .vc_btn3 {
  font-weight: bold;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0px 0px 5px !important;
  font-size: 16px !important;
}

.intro4 .vc_btn3:hover {
  opacity: 0.7;
  background: none !important;
  color: rgb(255, 255, 255) !important;
}

.intro4 .col-sm-4 {
  background: url("../images/bg3.png") right center no-repeat;
  padding: 31px 0px;
}

.intro4 .boxed {
  position: relative;
  z-index: 2;
}

.intro4 h3 {
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 0px !important;
}

.intro4 .vc_custom_heading {
  padding-top: 30px;
}

.intro4 [class*="col-"] {
  vertical-align: middle;
}

.intro4 button {
  font-size: 14px;
  font-weight: bold;
}

.looking {
  background-size: auto 300px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.looking .vc_custom_heading {
  margin-top: 140px;
}

.features {
  padding: 70px 0px;
}

.features h3 {
  margin: 30px 0px 20px;
}

.features .vc_button-2-wrapper {
  margin-top: 20px;
}

.features .wpb_column:hover .wpb_wrapper p:first-child img {
  transform: scale(1.5);
}

.features .wpb_column:hover .wpb_wrapper p:first-child::before {
  opacity: 0.75;
  visibility: visible;
}

.features .wpb_column:hover .wpb_wrapper p:first-child::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.features .wpb_wrapper p:first-child {
  position: relative;
  overflow: hidden;
}

.features .wpb_wrapper p:first-child img {
  transform: scale(1);
}

.features .wpb_wrapper p:first-child::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  margin: auto;
  position: absolute;
  inset: 0px;
}

.features .wpb_wrapper p:first-child::after {
  content: "";
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  width: 50px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}

.consulting-2 {
  position: relative;
}

.consulting-2 .info {
  position: absolute;
  top: 100px;
  left: 60px;
  color: rgb(255, 255, 255);
}

.consulting-2 .info h3 {
  color: rgb(255, 255, 255);
  font-size: 36px;
  margin-bottom: 0px;
}

.consulting-2 .info a {
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 5px 20px !important;
  font-size: 12px !important;
}

.consulting-2 .info a:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255) !important;
  color: rgb(17, 17, 17) !important;
}

.who {
  padding: 0px 0px 50px;
  border-bottom: 1px solid transparent;
}

.who h3 {
  margin-bottom: 1.3em;
  font-weight: bold;
}

.who p {
  margin-bottom: 1.2em !important;
}

.who .consulting {
  position: relative;
  margin-bottom: 20px;
}

.who .consulting p {
  margin-bottom: 0px;
  overflow: hidden;
}

.who .consulting:hover img {
  transform: scale(2);
}

.who .consulting .info::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.8;
}

.who .consulting .info div {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: uppercase;
}

.who .consulting .info div h4 {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
}

.who .consulting .info div h5 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
}

.who .consulting .info div a {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1px 0px !important;
  font-size: 12px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

.who .consulting .info div a:hover {
  background-color: transparent;
}

.home-projects {
  padding: 60px 0px 70px;
  position: relative;
  background-position-x: 50% !important;
}

.home-projects::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.95;
}

.home-projects::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.03;
  background-image: url("../images/noise.gif");
}

.home-projects > div {
  position: relative;
  z-index: 99;
}

.projects-7 {
  position: relative;
}

.projects-7::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.95;
}

.projects-7::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.03;
  background-image: url("../images/noise.gif");
}

.projects-7 > div {
  position: relative;
  z-index: 99;
}

.offer {
  padding: 50px 0px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.testimonial {
  padding: 60px 0px;
  position: relative;
  background-position-x: 50% !important;
}

.img-m-center {
  width: 100%;
  display: block;
  max-width: 282px !important;
  margin-bottom: 0px !important;
}

img.img-m-center.contact-office {
  max-width: 322px !important;
}

@media (max-width: 767px) {
  .testimonial {
      background: none !important;
  }

  .img-m-center {
      margin: 0px auto;
  }
}

.testimonial::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.95;
}

.testimonial::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.03;
  background-image: url("../images/noise.gif");
}

.testimonial-4 .testimonials-list .testimonials-text, .testimonial-4 .testimonials-list .author span {
  color: rgb(153, 153, 153);
  font-style: normal;
}

.testimonial-4 .testimonials-list .testimonials-text {
  padding: 15px;
  margin: 0px;
}

.testimonial-5 .testimonials-list .testimonials-text, .testimonial-5 .testimonials-list .author span {
  color: rgb(136, 136, 136);
  font-style: normal;
}

.testimonial-5 .testimonials-list .testimonials-text {
  margin: 0px;
  font-style: italic;
}

.counting {
  font-weight: bold;
  position: relative;
}

.counting [class*="col"] {
  vertical-align: middle;
}

.counting .boxed {
  position: relative;
  z-index: 2;
}

.counting::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.9;
}

.counting h4 {
  font-weight: normal;
}

.counting .heading {
  position: relative;
}

.counting .heading::before {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: -25px;
  left: 0px;
}

.clients {
  padding: 50px 0px 40px;
}

.clients .owl-item div {
  background-color: rgb(238, 238, 238);
  text-align: center;
  border: 1px solid transparent;
}

.clients .owl-item div:hover {
  background-color: rgb(255, 255, 255);
}

.clients .owl-nav {
  position: absolute;
  top: -90px;
  right: 0px;
}

.clients .owl-nav div {
  display: inline-block;
  font-size: 0px;
  margin: 0px 2px;
}

.clients .owl-nav div::before {
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  background-color: rgb(238, 238, 238);
}

.clients .owl-nav .owl-prev::before {
  content: "";
}

.clients .owl-nav .owl-next::before {
  content: "";
}

.widget_woothemes_testimonials {
  font-size: 14px;
}

.recent-posts__item {
  margin-bottom: 15px;
}

.recent-posts__item a {
  font-size: 15px;
  line-height: 1.2;
}

.recent-posts__thumb {
  float: left;
  margin-right: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.recent-posts__thumb:hover img {
  transform: scale(1.3);
}

.recent-posts__thumb:hover::before {
  opacity: 0.75;
  visibility: visible;
}

.recent-posts__thumb:hover::after {
  opacity: 1;
  visibility: visible;
}

.recent-posts__thumb img {
  transform: scale(1);
}

.recent-posts__thumb::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  margin: auto;
  position: absolute;
  inset: 0px;
}

.recent-posts__thumb::after {
  content: "";
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  width: 30px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.services .wpb_text_column {
  margin-bottom: 10px !important;
}

.services-alt .wpb_text_column {
  text-align: left;
}

.services-alt .vc_icon_element {
  float: left;
  margin-right: 20px;
}

.services h3 {
  font-weight: bold;
  font-size: 16px;
}

.services-2 {
  position: relative;
}

.services-2 .boxed {
  position: relative;
  z-index: 2;
}

.services-2::before {
  content: "";
  opacity: 0.8;
  background-color: rgb(255, 255, 255);
  margin: auto;
  position: absolute;
  inset: 0px;
}

.videos .vc_custom_heading {
  max-width: 800px;
  margin: auto;
}

.introducing ul {
  margin: 10px 0px !important;
}

.introducing li {
  list-style: none;
  margin: 0px !important;
}

.introducing li::before {
  content: "";
  margin-right: 5px;
}

.dreams .vc_custom_heading {
  letter-spacing: -6px;
  font-weight: bold;
}

.dreams p {
  font-size: 20px;
  font-style: italic;
  color: rgb(255, 255, 255);
}

.header-preset-01 .testimonial-4 {
  text-align: left;
  position: relative;
}

.header-preset-01 .testimonial-4 .vc_icon_element {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.header-preset-01 .testimonial-4 .wpb_content_element {
  margin-bottom: 20px;
}

.certifications h3 {
  border-bottom: 2px solid rgb(221, 221, 221);
  margin-top: 10px;
  display: inline-block;
  line-height: 2;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.certifications p {
  font-size: 14px !important;
}

.big-quote .boxed, .big-quote-2 .boxed {
  background-color: rgb(244, 244, 244);
  padding-top: 40px;
  margin-left: 15px;
}

.big-quote .col-sm-8, .big-quote-2 .col-sm-8 {
  text-align: right;
  padding-top: 50px;
}

.big-quote .col-sm-8 .wpb_wrapper p:first-child, .big-quote-2 .col-sm-8 .wpb_wrapper p:first-child {
  font-size: 28px;
  font-weight: 300;
}

.big-quote .col-sm-8 .wpb_wrapper p:first-child::before, .big-quote-2 .col-sm-8 .wpb_wrapper p:first-child::before {
  content: url("../images/quote3.png");
  margin-right: 20px;
}

.big-quote .col-sm-8 h3, .big-quote-2 .col-sm-8 h3 {
  font-weight: bold;
  font-size: 16px;
}

.big-quote .col-sm-8 h4, .big-quote-2 .col-sm-8 h4 {
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.about-page .heading-title-3 {
  margin-bottom: 20px !important;
}

.history h3 {
  border-bottom: 2px solid rgb(255, 182, 0);
  display: inline-block;
}

.min-box {
  margin: auto auto 40px !important;
  max-width: 1140px !important;
}

.our-team {
  padding: 60px 0px;
}

.our-team .wpb_text_column {
  background-color: rgb(255, 255, 255);
}

.our-team h4 {
  color: rgb(17, 17, 17);
}

.our-team ul {
  padding: 10px 10px 20px;
  margin: 0px !important;
}

.latest-products {
  padding: 60px 0px 30px;
}

.has-bg {
  margin-bottom: 16px;
  text-align: center;
  padding: 50px 0px;
  text-transform: uppercase;
  position: relative;
}

.has-bg .container {
  position: relative;
  z-index: 3;
}

.has-bg h1 {
  color: rgb(135, 37, 210);
}

.has-bg .breadcrumb {
  margin-bottom: 0px;
  background-color: rgb(255, 255, 255);
  display: inline-block;
  text-transform: none;
  padding: 12px;
  min-width: 200px;
  border: none;
}

.breadcrumb {
  padding: 15px 0px;
  border-bottom: 1px solid rgb(238, 238, 238);
  border-top: 1px solid rgb(238, 238, 238);
  margin-bottom: 30px;
  text-transform: uppercase;
}

.breadcrumb ul {
  margin-bottom: 0px !important;
}

.breadcrumb ul::before {
  margin-right: 10px;
  color: rgb(153, 153, 153);
}

.breadcrumb li {
  list-style: none;
  display: inline-block;
  color: rgb(153, 153, 153);
  margin: 0px !important;
}

.breadcrumb .sub::before {
  content: "";
  padding: 0px 10px 0px 8px;
}

.archive article {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.archive.post-type-archive-product article {
  border-bottom-color: transparent;
  padding: 0px;
  margin: 0px;
}

.pagination {
  margin-bottom: 30px;
}

.pagination a, .pagination span {
  display: inline-block;
  padding: 10px 5px;
  font-size: 16px;
}

.search-results article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

blockquote.testimonials-text {
  border: none;
  padding: 0px;
}

@media only screen and (min-width: 992px) {
  .error404 h2 {
      font-size: 32px;
      margin-top: 100px;
  }

  .intro .col-sm-4 {
      text-align: right;
  }

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

  .social .menu li {
      margin-left: 7px;
  }

  .testimonials-list .testimonials-text {
      padding: 0px 80px;
      font-size: 18px;
      font-style: italic;
      margin-bottom: 20px;
      border: none;
  }

  .testimonials-list .testimonials-text::before {
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAjCAYAAADv0ujUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAUdEVYdENyZWF0aW9uIFRpbWUAMy8yLzE1k7LeuAAAAZNJREFUWIXtlqFSw0AQhr/txICNJTbY2mCx1NbCO+A6aFwfAAfPQG0ttWhsa2OpPESu7VHSy17SQ903E9HJ3u3Xvzt3FTwYYwqgAgqgdF69iciHb20IxpgcGNunAC7sq5WIvDp1iEd0eiTpUovI7Ayil7ZP5SmbiUht6xm1bHIDPHlkAXJbN0S2AJ47ZAEm7odfwlbiXtnzTm13hJV95PDT+6jsyACOsDGmRC8LPVO2Y6CV3bFP2U34IbQ5/VKeEiYLTsoj2I9C7l3STlDKtmnXzJ5iAoeEb3tuAmEpD+lTAXlmv/VVjw1q+2CMKUXkS7Fm3KPPFljv1mfAdeDid5oD/Tukqw0mZOyWwHJ3Bts9yPCfty4bYB4q6qANZmv7rNtejmiuwi5qhsmCfuxOykIjrNloMVAWdMGsfLLA36v5BJ/KOh8a4c4+GuHNGdIF3WXRedJohAfLuv8FfGiC0Y7EUPrcoq1kiprSGPPSUTNXXhxeFH0W/5Xw2UjCsUnCsUnCsUnCsUnCsUnCsUnCsUnCsfkBT6qBtlnL1z0AAAAASUVORK5CYII=");
      position: absolute;
      left: 0px;
      opacity: 0.5;
  }

  .testimonials-list .testimonials-text::after {
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAjCAYAAADv0ujUAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAUdEVYdENyZWF0aW9uIFRpbWUAMy8yLzE1k7LeuAAAAZlJREFUWIXtmKF3wjAYxO/6MMNih0XPbha7WTT/w/Tc7Ozem9ssdljssFhqma0d8iaassIo/RIaVM6Vfi/3yyX5aEtJbzhfLyTzppuSRgAeO/CZZx0MclEl4NhKwLGVgGMrAcdWAo6tBBxbCTi2EnBssa1A0hOA65ayk28cFkmaABi3lJneONpgu9LQUtTJljg3XQ+tTwJLurkEhaQ+gJGlti1hC3AX6VqDyRuBJQ0B3BoGKYxmTT59APdWn6PADnZq9AxO2MFOAQysPr2DAQYoW8sdgCuj78aOuPPpo1y9MWywO5+epOqLzBB2yEoFyVZgt2ITdznwgKxrBZQJm05ng0zbgeTGrV4IKFAGU0hCBmAZOAgALDxq5134ZAA+AwdZWrZDJZJfCOsoBck/YJIF/FPeImyiISnP6hdVW/M1f3UT9VJAynOSq/oPmRuogG32WwDPZz47vBvrPkj+C7Lehxco+2JTa1sCmJH88cI7EMlcUo7m7pQ7n6PnY+95WNID9v8mc5T9bxWyBZp05Iv8N4A1Wg6yJPwCU0N/neZoRocAAAAASUVORK5CYII=");
      position: absolute;
      right: 0px;
      top: 0px;
      opacity: 0.5;
  }

  .testimonials-list .author {
      margin-bottom: 30px;
      display: block;
      font-style: normal;
  }

  .testimonials-list .author span {
      display: block;
  }

  .testimonials-list .author span:first-child {
      font-weight: bold;
      font-style: normal;
      font-size: 17px;
  }

  .testimonial-4 .testimonials-list blockquote + img {
      border-radius: 100%;
      margin: 0px 15px 0px 0px;
  }

  .testimonial-4 .testimonials-list .author {
      display: inline-block;
      margin-top: 20px;
      position: relative;
  }

  .testimonial-4 .testimonials-list .author::after {
      content: "";
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 16px 16px 0px 0px;
      border-color: rgb(248, 248, 248) transparent transparent;
      position: absolute;
      left: -50px;
      top: -40px;
      z-index: 99;
  }

  .testimonial-4 .testimonials-list .author span:first-child {
      color: rgb(17, 17, 17) !important;
  }

  .testimonial-4 .testimonials-list .testimonials-text {
      padding: 30px 25px 30px 90px;
      margin-bottom: 20px;
      font-style: italic;
      display: block;
      background-color: rgb(248, 248, 248);
  }

  .testimonial-4 .testimonials-list .testimonials-text::before {
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAhCAYAAACvBDmYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAVdEVYdENyZWF0aW9uIFRpbWUANS8yNS8xNW84a3EAAAHASURBVFiF7ZfdbcIwFEYPEe+wQZE9QNmg6QSlG2SDwgRNJyDdoN0AJmjYAAa4yGxAJqAPcVDaktROghASR0IJsu93v9z4Lz0cEZHQ3o6BIWDsb6213rvqeOgDrIG1Usr0awJHQARMgPuaHI9A2tBcZHM81HR7A+I/RkVkCMTAS5PkLojIBEiAO9eYH0ZFZAx8UF/BVohIDLz6xh2N2kou8HhKX0RkSgOTAEHp/twmQ2DeNL5fEqkb0L/ZkQ+RPfnMdCHx0M/IC2fs9fjqpx4iM621T9KiEK7jfgOExZJ3OBwACOzYfHIUWfmatESO/TJKJssE5AusK01MQr4Wu7Co2jwCIPRIaDz6AseNY9BWP6hqOIXW2nXilBl59DVVDb4VPTemqsGropfkaoxWnp5OISJp6W8KfGitTYd+EhEpZr0h31RSgJ5N7rMrlSnWvcpJZhf7r4b6ADOlVNL21Q/Ij4TnZL7dboddjFHXXa0N46uZTDejXXMz2jU3o11zM9o1V2XUXNqECwHu3+VVbP5pNy31AUxAfubLWojEdY32vLpsob9USpnAfp6GwMpTYAc8a60XDn0j4BO/gmTAu43lGxkghYvMYgt3AAAAAElFTkSuQmCC");
      position: absolute;
      left: 25px;
      opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .has-bg {
      padding: 70px 0px;
  }

  .has-bg .entry-title {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 10px;
  }

  .has-bg .container {
      position: relative;
      z-index: 2;
  }
}

.boxed .site {
  background-color: rgb(255, 255, 255);
}

.content-wrapper {
  background-color: rgb(255, 255, 255);
}

.intro h3 {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.features h3 {
  color: rgb(17, 17, 17);
}

.features .wpb_wrapper p:first-child::before {
  background-color: rgb(255, 255, 255);
}

.who {
  border-bottom-color: rgb(238, 238, 238);
}

.wpb_accordion_wrapper .ui-state-active .ui-icon::before {
  color: rgb(255, 255, 255);
}

.home-projects .heading-title-2, .testimonial .heading-title-2, .our-team .heading-title-2 {
  color: rgb(255, 255, 255);
}

.home-projects .heading-title-2::before, .testimonial .heading-title-2::before, .our-team .heading-title-2::before {
  background-color: rgba(255, 255, 255, 0.15);
}

.testimonial__content {
  color: rgb(255, 255, 255);
}

.breadcrumb {
  border-color: rgb(238, 238, 238);
}

.recent-posts__thumb::before {
  background-color: rgb(255, 255, 255);
}

.testimonials-list {
  color: rgb(255, 255, 255);
}

.testimonials-list .quote {
  position: relative;
}

.has-bg .heading-title-2::before {
  background-color: rgb(255, 255, 255);
}

a.eg-grant-element-2, a.eg-grant-element-1 {
  color: rgb(255, 255, 255);
}

.scheme a.read-more {
  padding: 8px 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  color: rgb(170, 170, 170);
  border: 2px solid rgb(221, 221, 221);
}

.scheme a.read-more:hover {
  color: rgb(255, 255, 255);
}

.site-branding {
  padding: 8px 0px;
}

.top-area {
  padding: 10px 0px;
}

.top-area [class*="col-"] {
  vertical-align: middle;
}

.top-area .textwidget i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.header {
  width: 100%;
  position: relative;
}

.header [class*="col-"] {
  vertical-align: middle;
}

.header .container {
  position: relative;
}

.header-right {
  font-weight: bold;
}

.header-right [class*="col"] {
  font-size: 18px;
  line-height: 1.2;
}

.header-right [class*="col"] span {
  font-size: 13px;
}

.header-right span {
  color: rgb(136, 136, 136);
  font-weight: normal;
}

.header-right i {
  float: left;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 2px solid transparent;
  margin: 0px 10px 0px 0px;
}

.search-box {
  display: table-cell;
  vertical-align: middle;
  z-index: 9999;
}

.search-box i {
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 20px;
  transition-duration: 0.1s;
}

.search-box i::before, .search-box i::after {
  position: absolute;
}

.search-box i::before {
  top: 0px;
  left: 0px;
}

.search-box i::after {
  content: "";
  top: 100%;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}

.search-box label span, .search-box input[type="submit"] {
  display: none;
}

.search-box input[type="search"] {
  position: absolute;
  width: 100%;
  z-index: 99;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  border-top: 3px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
}

.search-box .search-form {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 100%;
  right: 0px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}

.search-box .search-form::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
}

.search-box .search-form.open {
  opacity: 1;
  visibility: visible;
}

.search-box .search-form.open + i::before {
  top: -100%;
  opacity: 0;
  visibility: hidden;
}

.search-box .search-form.open + i::after {
  top: 0px;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1199px) {
  .search-box {
      width: 100%;
  }
}

.mini-cart {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 15px;
}

.mini-cart .mini-cart__button {
  cursor: pointer;
}

.mini-cart .mini-cart__button .mini-cart-icon {
  position: relative;
}

.mini-cart .mini-cart__button .mini-cart-icon::before {
  content: "";
  font-size: 16px;
  float: none;
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  margin: 0px;
}

.mini-cart .mini-cart__button .mini-cart-icon::after {
  font-family: inherit;
  content: attr(data-count);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: -16px;
  right: -12px;
  min-width: 20px;
  line-height: 20px;
  border-radius: 100%;
}

.mini-cart .widget_shopping_cart_content {
  position: absolute;
  right: 0px;
  top: 140%;
  width: 300px;
  max-height: 700px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  padding-top: 15px;
  z-index: 99999;
  border-top: 3px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 12px 0px;
  background-color: rgb(255, 255, 255);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.mini-cart .widget_shopping_cart_content ul.cart_list li {
  padding: 0px 15px 7px;
}

.mini-cart .widget_shopping_cart_content .total {
  padding: 5px 15px;
  margin-bottom: 0px;
}

.mini-cart.open .widget_shopping_cart_content {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media only screen and (min-width: 992px) {
  .headroom--not-top {
      top: 0px;
      position: fixed !important;
      z-index: 999999 !important;
  }

  .admin-bar .headroom--not-top {
      top: 30px;
  }

  .headroom--not-top.header {
      box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
  }

  .headroom--not-top .navigation .menu > li > a {
      padding: 20px 10px;
      position: relative;
      display: inline-block;
  }

  .headroom--not-top .navigation .menu > li > a::after {
      bottom: 20px;
      left: 0px;
  }

  .headroom--not-top .navigation .menu > li > a::before {
      display: none;
  }

  .headroom--not-top .search-box .search-form {
      top: 100%;
  }

  .header-preset-01 .headroom--not-top .navigation > div > ul > li > a {
      padding: 20px 3px;
  }

  .header-preset-01 .navigation > div > ul > li > a {
      margin: 0px 5px;
      padding: 40px 3px;
  }

  .header-preset-01 .navigation > div > ul > li > a::after {
      content: "";
      position: absolute;
      bottom: 40px;
      left: 0px;
      height: 2px;
      width: 0px;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }

  .header-preset-02 .header-wrapper {
      background-color: rgb(255, 255, 255);
  }

  .header-preset-02 .has-bg {
      padding-top: 100px;
  }

  .header-preset-02 .nav {
      position: absolute;
      left: 0px;
      right: 0px;
      z-index: 999;
  }

  .header-preset-02 .navigation {
      padding: 0px;
      text-align: left;
      position: relative;
  }

  .header-preset-02 .navigation > div > ul > li > a {
      padding: 20px 30px 15px;
      border-right: 1px solid transparent;
      border-bottom: 5px solid transparent;
  }

  .header-preset-03 .header-wrapper {
      background-color: rgb(255, 255, 255);
  }

  .header-preset-03 .nav {
      position: absolute;
      left: 0px;
      right: 0px;
      z-index: 999;
  }

  .header-preset-03 .navigation {
      padding: 0px;
      text-align: left;
      position: relative;
  }

  .header-preset-03 .navigation > div > ul > li > a {
      padding: 15px 30px 20px;
      border-right: 1px solid transparent;
      border-top: 5px solid transparent;
  }

  .header-preset-05 .nav {
      width: 100%;
  }

  .header-preset-05 .navigation {
      padding: 0px;
      text-align: left;
      position: relative;
  }

  .header-preset-05 .navigation > div > ul > li.current-menu-item > a, .header-preset-05 .navigation > div > ul > li:hover > a {
      border-top: 5px solid transparent;
  }

  .header-preset-05 .navigation > div > ul > li > a {
      padding: 18px 27px;
      border-right: 1px solid transparent;
      border-top: 5px solid transparent;
  }

  .header-preset-05 .navigation > div > ul > li:first-child > a {
      border-left: 1px solid transparent;
  }

  .header-preset-02 .navigation a::before, .header-preset-02 .navigation a::after {
      display: none;
  }

  .header-preset-02 .headroom--not-top .navigation .menu > li > a, .header-preset-03 .headroom--not-top .navigation .menu > li > a {
      padding: 15px 30px;
  }

  .header-preset-05 .headroom--not-top .navigation .menu > li > a {
      padding: 15px 20px;
  }

  .header-preset-04.home .navigation > div > ul > li > a {
      color: rgb(255, 255, 255);
  }

  .header-preset-04.home .top-area {
      color: rgb(255, 255, 255);
  }

  .header-preset-04.home .top-area a {
      color: rgb(255, 255, 255);
  }

  .header-preset-04.home .header {
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding: 0px;
  }

  .header-preset-04.home .header-wrapper {
      position: absolute;
      background-color: transparent;
      width: 100%;
      top: 0px;
      z-index: 999;
  }

  .header-preset-04.home.admin-bar .header-wrapper {
      top: 32px;
  }

  .header-preset-04.home .header, .header-preset-04.home .top-area, .header-preset-04.home .navigation {
      background: none;
  }

  .header-preset-08 .headroom--not-top .navigation > div > ul > li > a {
      padding: 20px 0px;
  }

  .header-preset-08 .navigation > div > ul > li > a {
      margin: 0px 10px;
      padding: 40px 0px;
  }

  .header-preset-08 .navigation > div > ul > li > a::after {
      content: "";
      position: absolute;
      bottom: 40px;
      left: 0px;
      height: 2px;
      width: 0px;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      background-color: rgb(221, 221, 221);
  }

  .header-preset-08 .navigation > div > ul > li:hover > a {
      color: rgb(17, 17, 17);
  }

  .header-preset-08 .navigation > div > ul > li:hover > a::after {
      background-color: rgb(221, 221, 221);
  }

  .header-preset-08 .navigation > div > ul > li > a::before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      transform: rotate(-45deg);
      position: absolute;
      top: 32px;
      left: -10px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      color: rgb(221, 221, 221);
  }
}

@media (max-width: 991px) {
  .sub-menu-toggle.fa {
      display: none;
      position: absolute;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer;
      left: 0px;
  }

  .menu-item-has-children > .sub-menu-toggle.fa {
      display: block;
  }

  .menu-link {
      cursor: pointer;
      display: inline-block;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      font-size: 16px;
  }

  .menu-link.active {
      transform: rotate(90deg);
  }

  .header-wrapper {
      position: relative;
  }

  .header-preset-02 .nav, .header-preset-03 .nav, .header-preset-05 .nav {
      position: absolute;
      right: 30px;
      top: 75px;
      z-index: 99999;
      text-align: right;
      background: none !important;
  }

  .navigation {
      position: absolute;
      right: 0px;
      top: 120%;
      z-index: 999;
      width: 250px;
      visibility: hidden;
      opacity: 0;
      box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 2px;
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      background-color: rgb(255, 255, 255) !important;
  }

  .navigation.active {
      visibility: visible;
      opacity: 1;
      top: 100%;
  }

  .navigation .menu > li.mega {
      display: none;
  }

  .navigation .menu > li > a {
      text-transform: uppercase;
      padding: 10px 0px;
      display: block;
      color: rgb(17, 17, 17) !important;
  }

  .navigation .sub-menu {
      display: none;
  }

  .navigation .sub-menu li {
      padding-right: 15px;
  }

  .navigation .sub-menu li:last-child {
      border: none;
  }

  .navigation li {
      padding: 0px 15px;
      border-bottom: 1px solid rgb(238, 238, 238);
  }

  .navigation li.menu-item-has-children.is-open > a {
      border-bottom-color: rgb(238, 238, 238);
  }

  .navigation li.menu-item-has-children {
      padding: 0px;
  }

  .navigation li.menu-item-has-children > a {
      border-bottom: 1px solid transparent;
      display: block;
      padding: 5px 15px;
      text-transform: uppercase;
  }

  .navigation li.menu-item-has-children li {
      padding: 5px 15px !important;
  }

  .navigation li.menu-item-has-children li a {
      color: rgb(170, 170, 170);
      display: block;
      padding: 5px 0px;
  }

  .navigation li.menu-item-has-children li a:hover {
      background: none !important;
  }

  .header__right {
      text-align: right;
      position: relative;
  }
}

@media only screen and (min-width: 992px) {
  .nav {
      width: 100%;
  }

  .navigation > div > ul > li.mega-menu {
      position: static;
  }

  .navigation > div > ul > li.mega-menu .sub-menu {
      background-color: rgb(255, 255, 255);
      width: 100%;
      border-top: 3px solid transparent;
      padding: 20px;
      font-size: 0px;
  }

  .navigation > div > ul > li.mega-menu .sub-menu li {
      font-size: 13px;
      border: none;
      width: 100%;
      display: inline-block;
      vertical-align: top;
  }

  .navigation > div > ul > li.mega-menu .sub-menu li a i {
      display: inline-block;
      margin-right: 10px;
      width: 16px;
  }

  .sub-menu-toggle.fa {
      display: none;
  }

  .navigation > div > ul {
      font-size: 0px;
      align-items: center;
      display: flex;
      justify-content: end;
  }

  .navigation > div > ul li {
      font-size: 14px;
  }

  .navigation > div > ul li a {
      font-size: 14px;
  }

  .navigation > div > ul > li {
      display: inline-block;
      position: relative;
  }

  .navigation > div > ul > li:hover > .sub-menu, .navigation > div > ul > li:hover > .children {
      visibility: visible;
      opacity: 1;
      z-index: 999;
      transform: translate(0px, 0px);
  }

  .navigation > div > ul > li:hover > .sub-menu li, .navigation > div > ul > li:hover > .children li {
      transform: translate(0px, 0px);
  }

  .navigation > div > ul > li.current-menu-item > a::after {
      width: 100%;
  }

  .navigation > div > ul > li.current-menu-item > a::before {
      visibility: visible;
      opacity: 1;
      top: 27px;
      left: -15px;
      color: rgb(135, 37, 210);
  }

  .navigation > div > ul > li > a {
      display: inline-block;
      padding: 10px 5px;
      position: relative;
  }

  .navigation > div > ul > li > a:hover::after {
      width: 100%;
  }

  .navigation > div > ul > li > a:hover::before {
      visibility: visible;
      opacity: 1;
      top: 27px;
      left: -15px;
      color: rgb(135, 37, 210);
  }

  .navigation {
      text-transform: uppercase;
      text-align: right;
  }

  .navigation .sub-menu, .navigation .children {
      background-color: rgb(255, 255, 255);
      text-align: left;
      position: absolute;
      width: 270px;
      left: 0px;
      top: 100%;
      z-index: -1;
      visibility: hidden;
      opacity: 0;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px;
      margin: 0px;
      transform: translate(0px, 20px);
      transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }

  .navigation .sub-menu li.menu-item-has-children > a::after, .navigation .children li.menu-item-has-children > a::after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      position: absolute;
      right: 15px;
      top: 15px;
  }

  .navigation .sub-menu li:hover, .navigation .children li:hover {
      z-index: 2;
  }

  .navigation .sub-menu li:hover > .sub-menu, .navigation .children li:hover > .sub-menu {
      left: 98%;
      opacity: 1;
      visibility: visible;
      z-index: 3;
  }

  .navigation .sub-menu .sub-menu, .navigation .children .sub-menu {
      left: 110%;
      top: -20px;
  }

  .navigation .sub-menu a, .navigation .children a {
      color: rgb(136, 136, 136);
      padding: 10px 20px;
      display: block;
  }

  .navigation .sub-menu a:hover, .navigation .children a:hover {
      color: rgb(255, 255, 255);
  }

  .navigation .sub-menu a:hover::after, .navigation .children a:hover::after {
      color: rgb(255, 255, 255);
  }

  .navigation .sub-menu li, .navigation .children li {
      display: block;
      text-transform: none;
      width: 100%;
      background-color: rgb(255, 255, 255);
      position: relative;
  }

  .navigation .sub-menu li:first-child, .navigation .children li:first-child {
      border-top: 3px solid transparent;
  }

  .navigation .sub-menu li.page_item_has_children > a::before, .navigation .children li.page_item_has_children > a::before, .navigation .sub-menu li.page_item_has_children > a::after, .navigation .children li.page_item_has_children > a::after {
      content: " ";
      display: table;
  }

  .navigation .sub-menu li.page_item_has_children > a::after, .navigation .children li.page_item_has_children > a::after {
      clear: both;
  }

  .navigation .sub-menu li.page_item_has_children > a::after, .navigation .children li.page_item_has_children > a::after {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      content: "";
      float: right;
      margin-top: 5px;
  }

  .navigation .sub-menu li.page_item_has_children:hover .children, .navigation .children li.page_item_has_children:hover .children {
      visibility: visible;
      opacity: 1;
      left: 100%;
  }

  .navigation .sub-menu .children, .navigation .children .children {
      position: absolute;
      left: 110%;
      visibility: hidden;
      opacity: 0;
      top: -50%;
  }

  .menu-link {
      display: none;
  }
}

.menu-item-object-tm_mega_menu .menu a {
  display: block !important;
  padding: 15px 20px !important;
}

.menu-item-object-tm_mega_menu .menu a:hover {
  color: rgb(255, 255, 255) !important;
}

@media only screen and (min-width: 1200px) {
  .navigation > div > ul > li > a {
      padding: 40px 10px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.5px;
  }
}

.bottom-wrapper {
  width: 100%;
}

.footer {
  padding: 60px 0px 40px;
  position: relative;
}

.footer .social .menu li {
  margin-left: 0px;
  margin-right: 15px;
}

.footer .social .menu li a::before {
  font-size: 16px;
}

.footer [class*="col-"] {
  margin-bottom: 20px;
}

.footer .widget-title {
  color: rgb(17, 17, 17);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .footer .widget-title {
      margin-bottom: 20px;
      padding-bottom: 13px;
  }
}

.footer .widget-title::after {
  content: "";
  width: 100%;
  height: 2px;
  left: 0px;
  bottom: 10px;
  position: absolute;
  background-color: #c4994c !important;
}

.footer .menu {
  font-size: 0px;
}

.footer .menu li {
  vertical-align: top;
  margin-bottom: 10px;
  list-style-type: none;
}

.footer .menu li:hover {
  transform: translate(10px, 0px);
}

.footer .menu li::before {
  content: "";
  margin-right: 10px;
  color: #c7994d;
}

.footer .textwidget img {
  margin-bottom: 0px;
}

.footer .textwidget i {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
}

@media only screen and (min-width: 992px) {
  .footer .textwidget i {
      margin-right: 10px;
  }
}

.footer .textwidget p {
  margin-bottom: 0.7em;
  color: #fff;
}

.footer .social {
  margin-top: 15px;
}

.footer .social .menu {
  text-align: left;
}

.copyright {
  padding: 25px 0px;
  text-align: center;
  font-size: 14px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .footer .menu {
      font-size: 0px;
  }

  .footer .menu li {
      display: inline-block;
      width: 50%;
  }
}

.contact-info p::before, .contact-info p::after {
  content: " ";
  display: table;
}

.contact-info p::after {
  clear: both;
}

.contact-info i {
  margin-right: 18px;
  display: inline-block;
  font-size: 20px;
  float: left;
  width: 20px;
  margin-bottom: 10px;
}

.widget_meta li {
  border-bottom: 1px solid rgb(238, 238, 238) !important;
}

.sidebar .widget, .wpb_widgetised_column .widget {
  margin-bottom: 30px;
}

.sidebar .widget .menu, .wpb_widgetised_column .widget .menu {
  margin: 0px;
}

.sidebar .widget .menu li, .wpb_widgetised_column .widget .menu li {
  margin: 0px;
  padding: 0px;
  border-bottom-color: rgb(255, 255, 255);
}

.sidebar .widget .menu li.current-menu-item a, .wpb_widgetised_column .widget .menu li.current-menu-item a {
  color: rgb(255, 255, 255);
}

.sidebar .widget .menu li a, .wpb_widgetised_column .widget .menu li a {
  padding: 10px 20px;
  display: block;
  background-color: rgb(244, 244, 244);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: rgb(133, 133, 133);
}

.sidebar .widget .menu li a:hover, .wpb_widgetised_column .widget .menu li a:hover {
  color: rgb(255, 255, 255);
}

.sidebar .widget-title, .wpb_widgetised_column .widget-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  line-height: 1.8;
  display: inline-block;
  font-weight: bold;
}

.sidebar ul li, .wpb_widgetised_column ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgb(255, 255, 255);
  list-style: none;
}

.textwidget .recent-posts__item {
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 15px;
}

.textwidget .recent-posts__item a {
  font-size: 14px;
  line-height: 1;
}

.textwidget .recent-posts__thumb img {
  max-width: 80px;
  margin-top: 5px;
}

.single-post .entry-footer {
  background-color: rgb(245, 245, 245);
  padding: 30px;
  margin-bottom: 30px;
}

.entry-content ol, .entry-content ul {
  margin-bottom: 20px;
}

.entry-content ol li, .entry-content ul li {
  margin-left: 20px;
}

.page .entry-content ol, .page .entry-content ul {
  margin-top: 4px;
  margin-bottom: 5px;
}

.page .entry-content ol li, .page .entry-content ul li {
  margin-left: 20px;
}

.post-thumb {
  margin-bottom: 30px;
}

.entry-meta {
  margin-bottom: 20px;
}

.entry-meta span {
  margin-right: 20px;
}

.entry-meta i {
  margin-right: 5px;
}

.entry-meta time.published {
  display: none;
}

.entry-meta time.published.updated {
  display: inline-block;
}

.entry-meta .byline {
  margin-left: 10px;
}

.post-navigation {
  margin-bottom: 30px;
  text-align: left;
}

.post-navigation .nav-next {
  text-align: right;
}

.single-post .comment-reply-title, .page .comment-reply-title, .single-post .comments-title, .page .comments-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.single-post .comment-reply-title::before, .page .comment-reply-title::before, .single-post .comments-title::before, .page .comments-title::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.single-post .comment-reply-title small {
  float: right;
}

.single-post .comment, .page .comment {
  margin-bottom: 20px;
}

.single-post .comment > div, .page .comment > div {
  background-color: rgb(245, 245, 245);
  padding: 20px;
  margin-bottom: 20px;
}

.single-post .comment .comment-author, .page .comment .comment-author {
  float: left;
  margin-right: 20px;
}

@media only screen and (min-width: 992px) {
  .single-post .comment .children, .page .comment .children {
      margin-left: 50px;
  }
}

.single-post .comment .fn, .page .comment .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.single-post .comment-form, .page .comment-form {
  margin: 0px -15px;
  font-size: 0px;
}

.single-post .comment-form .logged-in-as, .page .comment-form .logged-in-as, .single-post .comment-form .form-submit, .page .comment-form .form-submit {
  padding: 0px 15px;
  font-size: 13px;
}

.single-post .comment-form .logged-in-as a, .page .comment-form .logged-in-as a, .single-post .comment-form .form-submit a, .page .comment-form .form-submit a {
  color: rgb(153, 153, 153);
}

.single-post .comment-form .logged-in-as a:hover, .page .comment-form .logged-in-as a:hover, .single-post .comment-form .form-submit a:hover, .page .comment-form .form-submit a:hover {
  color: rgb(0, 0, 0);
}

.comment-list {
  list-style: none;
}

.comment-list .children {
  list-style: none;
  margin: 0px;
}

.comment-form-comment textarea {
  height: 250px;
}

.comment-form-comment input[type="submit"], .comment-form-comment input[type="submit"]:focus {
  display: inline-block;
  text-align: center;
  background: transparent;
  box-shadow: none;
  border: 2px solid rgb(0, 0, 0);
  padding: 11px 30px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}

.comment-form-comment input[type="submit"]:hover {
  border: 2px solid transparent;
}

.post-navigation {
  background: none;
}

.post-navigation a {
  color: rgb(17, 17, 17) !important;
}

.post-thumb {
  position: relative;
}

.dates {
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 30px;
  left: 30px;
}

.dates .month {
  padding-top: 10px;
}

.dates .year {
  padding-bottom: 10px;
}

.dates span {
  display: block;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 11px;
  text-transform: uppercase;
  padding: 0px 20px;
  line-height: 1;
}

.dates .date {
  font-size: 32px;
  line-height: 1;
}

.dates .comments-counts {
  padding: 10px 12px;
  color: rgb(17, 17, 17);
}

.dates .comments-counts span {
  color: rgb(17, 17, 17);
  font-size: 32px;
  line-height: 1;
  padding: 0px;
}

.share {
  text-align: right;
  padding-top: 15px;
  font-size: 14px;
}

.share span {
  padding: 5px;
}

.entry-bottom {
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
  padding: 10px 0px;
  margin-bottom: 20px;
}

.entry-bottom [class*="col-"] {
  vertical-align: middle;
}

.entry-bottom .share {
  padding: 0px;
}

.tagcloud a {
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid rgb(238, 238, 238);
  font-size: 13px !important;
}

.tagcloud a:hover {
  color: rgb(17, 17, 17) !important;
}

.single_job_listing li {
  margin-left: 20px;
}

.single_job_listing ul {
  margin-bottom: 20px;
}

.single_job_info {
  background-color: rgb(248, 248, 248);
  padding: 30px;
}

.single_job_info li {
  list-style: none;
  margin-bottom: 20px;
  color: rgb(136, 136, 136);
}

.single_job_info h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-job_listing .content-wrapper {
  padding-bottom: 30px;
}

.single_job_listing .application .application_button {
  font-size: 13px;
  font-weight: bold;
  background-color: transparent;
  color: rgb(170, 170, 170);
  border: 2px solid rgb(221, 221, 221);
  margin: 0px 0px 10px;
}

.single_job_listing .application .application_button:hover {
  color: rgb(255, 255, 255);
}

.page.full-width .entry-content {
  max-width: 1170px;
  margin: auto;
  padding: 0px 15px;
}

.page.full-width.wpb-js-composer .entry-content {
  max-width: 5000px;
  padding: 0px;
}

.archive .hentry {
  max-width: 1170px;
  margin: 0px auto 30px;
}

.archive .hentry::before, .archive .hentry::after {
  content: " ";
  display: table;
}

.archive .hentry::after {
  clear: both;
}

.paging-navigation {
  max-width: 1170px;
  margin: 0px auto;
}

.paging-navigation .nav-next {
  text-align: right;
}

.page-template-template-contact .wpb_column i {
  font-size: 25px;
  margin-right: 10px;
}

.leaders .wpb_content_element img {
  border: 1px solid rgb(238, 238, 238);
  padding: 0px 40px;
}

.services-page .content {
  padding-bottom: 0px;
}

.services-page .features {
  padding: 0px;
}

.about-page .content {
  padding-bottom: 0px;
}

.about-page .heading-title {
  margin-bottom: 22px;
  padding-bottom: 8px;
}

.work-with-us {
  padding: 70px 0px;
  position: relative;
}

.work-with-us .row {
  position: relative;
  z-index: 2;
}

.work-with-us .vc_custom_heading div {
  max-width: 900px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px !important;
}

.work-with-us::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.8;
}

.work-with-us::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.03;
  background-image: url("../images/noise.gif");
}

.page-template-template-blog article {
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.page-template-template-underconstruction .under {
  position: relative;
  padding: 200px 0px;
}

.page-template-template-underconstruction .under::before {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0.8;
}

.page-template-template-underconstruction .under > div {
  position: relative;
  z-index: 2;
}

.page-template-template-underconstruction.uncover .site {
  padding-bottom: 75px !important;
}

.page-template-template-underconstruction.header-sticky .header-wrapper + .content-wrapper {
  padding-top: 0px !important;
}

.page-template-template-underconstruction .notification {
  padding: 50px 0px;
}

.our-partners .wpb_wrapper h4 {
  border-bottom: 2px solid rgb(221, 221, 221);
  line-height: 1.7;
  display: inline-block;
}

.our-partners img {
  background: rgb(248, 248, 248);
  border: 1px solid transparent;
}

.our-partners img:hover {
  background-color: rgb(255, 255, 255);
}

.price-table .vc_column-inner > .wpb_wrapper {
  border: 1px solid rgb(221, 221, 221);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.price-table .price {
  background-color: rgb(170, 170, 170);
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(255, 255, 255);
}

.price-table .price h3 {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.price-table .price h4 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: bold;
}

.price-table .price-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.price-table .price-content p {
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.price-table-2 .vc_column-inner > .wpb_wrapper {
  background-color: rgb(238, 238, 238);
  border-color: rgb(238, 238, 238);
}

.price-table-2 .price-content p {
  border-color: rgb(221, 221, 221);
}

.history h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
}

.history h3 em {
  color: rgb(255, 182, 0);
  font-style: normal;
}

.people .wpb_wrapper h4 {
  border-bottom: 2px solid rgb(221, 221, 221);
  line-height: 1.7;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
}

.people em {
  margin-bottom: 10px;
  display: inline-block;
}

.people .social .menu li a {
  color: rgb(153, 153, 153);
}

.certifications-block .wpb_wrapper h4 {
  border-bottom: 2px solid rgb(221, 221, 221);
  line-height: 1.7;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: bold;
}

.core-values .wpb_wrapper h4 {
  border-bottom: 2px solid rgb(221, 221, 221);
  line-height: 1.7;
  display: inline-block;
  font-weight: bold;
  color: rgb(51, 51, 51);
  letter-spacing: 1px;
}

.core-values .wpb_wrapper img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

.owl-height {
  transition: height 500ms ease-in-out 0s;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
}

.owl-carousel .owl-stage::after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0px;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease 0s;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: rgb(0, 0, 0);
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  transition: scale 100ms ease 0s;
}

.owl-carousel .owl-video-play-icon:hover {
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease 0s;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

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

.owl-controls .owl-dot {
  position: relative;
  z-index: 99;
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgb(221, 221, 221);
  margin: 2px;
  border-radius: 100%;
}

.owl-controls .owl-dot.active {
  background-color: rgb(0, 0, 0);
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: rgb(255, 182, 0);
  position: fixed;
  z-index: 1031;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: rgb(255, 182, 0) 0px 0px 10px, rgb(255, 182, 0) 0px 0px 5px;
  opacity: 1;
  transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-width: 4px;
  border-style: solid;
  border-color: rgb(255, 182, 0) transparent transparent rgb(255, 182, 0);
  border-image: initial;
  border-radius: 50%;
  animation: 400ms linear 0s infinite normal none running nprogress-spinner;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.animsition-loading {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22%23ccc%22%3E%0A%20%20%3Cpath%20opacity%3D%22.25%22%20d%3D%22M16%200%20A16%2016%200%200%200%2016%2032%20A16%2016%200%200%200%2016%200%20M16%204%20A12%2012%200%200%201%2016%2028%20A12%2012%200%200%201%2016%204%22/%3E%0A%20%20%3Cpath%20d%3D%22M16%200%20A16%2016%200%200%201%2032%2016%20L28%2016%20A12%2012%200%200%200%2016%204z%22%3E%0A%20%20%20%20%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20from%3D%220%2016%2016%22%20to%3D%22360%2016%2016%22%20dur%3D%220.8s%22%20repeatCount%3D%22indefinite%22%20/%3E%0A%20%20%3C/path%3E%0A%3C/svg%3E%0A%0A") center center no-repeat;
  animation-fill-mode: both;
}

.animsition-loading::after {
  position: fixed;
  top: 50%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  color: rgb(153, 153, 153);
  text-align: center;
  content: "Loading";
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgb(221, 221, 221);
}

@-webkit-keyframes fade-in {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@keyframes fade-out {
  0% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

.fade-out {
  animation-name: fade-out;
}

.mfp-bg {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgb(11, 11, 11);
  opacity: 0.8;
}

.mfp-wrap {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  backface-visibility: hidden;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  padding: 0px 8px;
  box-sizing: border-box;
}

.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: rgb(204, 204, 204);
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: rgb(204, 204, 204);
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0px;
  appearance: none;
  display: block;
  outline: none;
  padding: 0px;
  z-index: 1046;
  box-shadow: none;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0px 0px 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: rgb(51, 51, 51);
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0px;
  right: 0px;
  color: rgb(204, 204, 204);
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: -55px 0px 0px;
  top: 50%;
  padding: 0px;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow::after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow::before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0px;
}

.mfp-arrow-left::after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid rgb(63, 63, 63);
}

.mfp-arrow-right {
  right: 0px;
}

.mfp-arrow-right::after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid rgb(63, 63, 63);
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0px;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
  background: black;
}

img.mfp-img {
  width: auto;
  max-width: 800px;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0px;
  margin: 0px auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure::after {
  content: "";
  position: absolute;
  inset: 40px 0px;
  display: block;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 8px;
  background: rgb(68, 68, 68);
}

.mfp-figure small {
  color: rgb(189, 189, 189);
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: rgb(243, 243, 243);
  overflow-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
      padding-left: 0px;
      padding-right: 0px;
  }

  .mfp-img-mobile img.mfp-img {
      padding: 0px;
  }

  .mfp-img-mobile .mfp-figure::after {
      top: 0px;
      bottom: 0px;
  }

  .mfp-img-mobile .mfp-figure small {
      display: inline;
      margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
      background: rgba(0, 0, 0, 0.6);
      bottom: 0px;
      margin: 0px;
      top: auto;
      padding: 3px 5px;
      position: fixed;
      box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0px;
  }

  .mfp-img-mobile .mfp-counter {
      right: 5px;
      top: 3px;
  }

  .mfp-img-mobile .mfp-close {
      top: 0px;
      right: 0px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      background: rgba(0, 0, 0, 0.6);
      position: fixed;
      text-align: center;
      padding: 0px;
  }
}

@media (max-width: 900px) {
  .mfp-arrow {
      transform: scale(0.75);
  }

  .mfp-arrow-left {
      transform-origin: 0px center;
  }

  .mfp-arrow-right {
      transform-origin: 100% center;
  }

  .mfp-container {
      padding-left: 6px;
      padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0px;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0px;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0px;
  right: 0px;
  padding-top: 0px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.wpcf7 input[type="text"], .wpcf7 select, .wpcf7 input[type="email"] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.wpcf7-textarea, .light-on-dark .wpcf7-textarea {
  width: 100%;
  max-width: 100%;
  height: 200px;
}

div.wpcf7-response-output {
  margin: 0px;
}

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
  position: relative;
  padding: 13px 15px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: rgb(192, 152, 83);
  text-shadow: none;
  background-color: rgb(252, 248, 227);
  border: 0px;
  border-radius: 0px;
}

div.wpcf7-mail-sent-ok {
  color: rgb(255, 255, 255);
  background-color: rgb(70, 136, 71);
  width: 100%;
  text-align: center;
}

div.wpcf7-mail-sent-ng {
  color: rgb(255, 255, 255);
  background-color: rgb(58, 135, 173);
}

div.wpcf7-spam-blocked {
  color: rgb(255, 255, 255);
  background-color: rgb(58, 135, 173);
}

div.wpcf7-validation-errors {
  color: rgb(255, 255, 255);
  background-color: rgb(235, 88, 88);
  border-color: rgb(235, 88, 88);
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  margin-top: -10px;
}

span.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 2px solid rgb(235, 88, 88) !important;
}

span.wpcf7-not-valid-tip {
  color: rgb(235, 88, 88);
  margin-bottom: 20px;
  margin-top: -20px !important;
}

.footer span.wpcf7-not-valid-tip {
  position: absolute;
  top: -3px;
}

span.wpcf7-not-valid-tip-no-ajax {
  color: rgb(255, 0, 0);
  font-size: 10pt;
  display: block;
}

.formbtnstyle {
  clear: both;
  margin-top: 20px;
}

.wpcf7-form .ajax-loader {
  display: block;
  width: 26px;
  margin-left: 0px;
  margin-top: 10px;
  background: rgb(238, 238, 238);
  padding: 5px;
  border-radius: 0px;
  font-size: 30px;
}

div.wpcf7 img.ajax-loader {
  margin-left: 0px !important;
}

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

.wpcf7-submit {
  margin-top: 10px !important;
}

.post-type-archive-project ul.projects, .tax-project-category ul.projects {
  font-size: 0px;
  margin: 0px -15px;
}

.post-type-archive-project ul.projects li, .tax-project-category ul.projects li {
  font-size: 13px;
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
  vertical-align: top;
  list-style: none !important;
}

@media only screen and (min-width: 768px) {
  .post-type-archive-project ul.projects li, .tax-project-category ul.projects li {
      width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .post-type-archive-project ul.projects li, .tax-project-category ul.projects li {
      width: 25%;
  }
}

.post-type-archive-project ul.projects li .project-thumbnail, .tax-project-category ul.projects li .project-thumbnail {
  margin-bottom: 20px;
}

.single-project .entry-title {
  text-transform: none;
}

.single-project .gallery {
  margin: 20px 0px 65px;
}

.single-project .gallery a {
  position: relative;
  display: block;
}

.single-project .gallery a:hover::before {
  visibility: visible;
  opacity: 1;
}

.single-project .gallery a:hover::after {
  visibility: visible;
  opacity: 0.75;
}

.single-project .gallery a::after, .single-project .gallery a::before {
  visibility: hidden;
  opacity: 0;
}

.single-project .gallery a::after {
  content: "";
  margin: auto;
  position: absolute;
  inset: 0px;
  opacity: 0;
}

.single-project .gallery a::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "";
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.single-project .meta-title {
  font-weight: bold;
  color: rgb(17, 17, 17);
  margin-right: 10px;
}

.single-project .project-meta .categories ul {
  display: inline-block;
}

.single-project .project-meta .categories li {
  display: inline-block;
}

.single-project .project-meta .categories li a {
  color: rgb(170, 170, 170);
}

.single-project .projects-single-pagination {
  padding: 20px 0px 100px;
}

.single-project .projects-single-pagination .next {
  float: right;
}

.single-project .projects-single-pagination .previous {
  float: left;
}

.single-project .type-project .summary {
  margin: 0px -15px;
}

.single-project .wpb_image_grid_ul {
  height: auto !important;
}

.projects-pagination {
  overflow: hidden;
  text-align: center;
  margin-bottom: 60px;
}

.projects-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.projects-pagination li a {
  border: 1px solid rgb(255, 182, 0);
  display: inline-block;
  padding: 4px 12px;
  text-align: center;
  transition: all 0.3s ease 0s;
}

.projects-pagination li a:hover {
  background: rgb(255, 182, 0);
  color: rgb(255, 255, 255);
}

.projects-pagination li span.current {
  background: rgb(255, 182, 0);
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid rgb(255, 182, 0);
  color: rgb(255, 255, 255);
}

.project-default-template {
  padding-bottom: 70px;
}

.project-default-template .gallery {
  margin-top: 0px;
  margin-bottom: 30px;
}

.project-default-template .gallery .owl-controls {
  margin-top: 15px;
}

.project-default-template .project-default-template-pagination {
  margin-top: 30px;
}

.project-default-template .project-default-template-pagination .right {
  text-align: right;
}

.project-default-template .project-default-template-pagination .left {
  text-align: left;
}

.project-default-template .project-default-template-pagination .center {
  text-align: center;
}

.tm_project_gallery .owl-controls {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .project-default-template .project-default-template-content .single-project-detail {
      margin-top: 30px;
  }

  .project-default-template .project-default-template-pagination .right, .project-default-template .project-default-template-pagination .left, .project-default-template .project-default-template-pagination .center {
      text-align: center;
      padding: 10px 0px;
  }

  .tm_project_nav .tm_project_nav_left, .tm_project_nav .tm_project_nav_center, .tm_project_nav .tm_project_nav_right {
      padding: 10px 0px;
      text-align: center !important;
  }
}

.widget_shopping_cart_content ul.cart_list li {
  text-align: start;
  display: block;
}

.widget_shopping_cart_content ul.cart_list li a {
  padding: 0px;
}

.widget_shopping_cart_content ul.cart_list li a.remove {
  font-size: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  float: right;
  position: relative;
  top: auto;
  left: auto;
  border-radius: 100%;
}

.widget_shopping_cart_content .buttons {
  text-align: center;
  padding: 10px 0px 20px;
  margin: 0px;
}

.widget_shopping_cart_content .buttons a.button {
  vertical-align: top;
  padding: 8px 15px;
  text-transform: uppercase;
  border: none !important;
}

.header ul.product_list_widget li {
  border-bottom: 1px solid rgb(238, 238, 238);
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.header ul.product_list_widget li.empty {
  border: none;
}

.header ul.product_list_widget li a {
  display: block;
}

.header ul.product_list_widget li img {
  float: left;
  width: 40px;
  margin-right: 10px;
}

.header ul.product_list_widget li del .amount {
  font-size: 12px;
  font-weight: 300;
  margin-right: 5px;
}

.header ul.product_list_widget li ins, .header ul.product_list_widget li .amount {
  font-weight: 600;
}

.woocommerce form .form-row select {
  appearance: none;
  border-radius: 0px;
  padding: 10px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  border-radius: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: rgb(170, 170, 170) !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: rgb(255, 255, 255) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce table.shop_table, .woocommerce-checkout #payment {
  border-radius: 0px;
}

.select2-container .select2-choice {
  padding: 10px 15px;
  border-color: rgb(238, 238, 238);
  border-radius: 0px;
}

.select2-drop-active {
  border-color: rgb(238, 238, 238);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
}

.woocommerce .quantity .qty {
  width: 80px;
  height: 40px;
  padding: 0px 10px;
}

.woocommerce a.button {
  background-color: transparent;
  border: 2px solid rgb(238, 238, 238);
}

.woocommerce a.button:hover {
  color: rgb(255, 255, 255);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 12px 15px;
  width: 150px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border: none;
  display: inline-block;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .woocommerce .related ul li.product, .woocommerce .related ul.products li.product {
      width: 22% !important;
  }
}

.woocommerce ul.products li.product .price {
  font-size: 18px;
}

.woocommerce ul.products li.product h3 {
  font-size: 15px;
  font-weight: bold;
}

.woocommerce-page .entry-content {
  margin: auto;
  max-width: 1170px !important;
  padding: 0px 15px !important;
}

.post-type-archive-product .entry-content, .archive.woocommerce-page .entry-content {
  max-width: 5000px;
  padding: 0px;
}

.widget_product_search .screen-reader-text {
  display: none;
}

.widget_product_search .search-field {
  float: left;
  width: 70%;
}

.widget_product_search input[type="submit"] {
  float: left;
  width: 30%;
  height: 47px;
  line-height: 47px;
  padding: 0px;
  border: none;
  color: rgb(255, 255, 255);
  text-align: center;
}

.woocommerce-tabs h2 {
  display: none;
}

.related.products {
  position: relative;
}

.related.products h2 {
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: left;
}

.related.products h2::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.single_add_to_cart_button {
  height: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 8px 20px;
  background-color: transparent;
  text-transform: uppercase;
}

.product_meta span {
  display: block;
  margin-bottom: 10px;
}

.woocommerce ul.products {
  margin: 0px 0px 1em !important;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  width: 70px;
}

.woocommerce ul.product_list_widget li {
  padding: 0px 0px 15px;
  margin-bottom: 15px;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 12px 16px;
}

@media only screen and (min-width: 992px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      width: 30.8%;
      clear: none;
  }

  .columns-4.woocommerce ul.products li.product {
      width: 22.05% !important;
  }
}

@media (max-width: 768px) {
  .tm-structure.woocommerce ul.products li.product, .tm-structure.woocommerce-page ul.products li.product {
      clear: none;
      width: 48% !important;
  }
}

@media (max-width: 426px) {
  .tm-structure.woocommerce ul.products li.product, .tm-structure.woocommerce-page ul.products li.product {
      clear: none;
      width: 100% !important;
  }
}

ul.product_list_widget li {
  border-bottom-color: rgb(238, 238, 238);
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-top: 10px;
  padding-right: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-right: -10px;
}

select, textarea, 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"] {
  display: inline-block;
  padding: 11px 15px;
  margin-bottom: 10px;
  color: rgb(102, 102, 102);
  border: 1px solid rgb(238, 238, 238);
  vertical-align: top;
  font-size: 13px;
  width: 100%;
  max-width: 100%;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgb(102, 102, 102) !important;
}

input, select, textarea {
  box-shadow: none;
  color: rgb(34, 34, 34);
  padding: 10px;
  width: 100%;
}

input:focus, textarea:focus {
  outline: none;
  background-color: rgb(245, 245, 245);
}

input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  background-color: rgb(51, 51, 51);
  border: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  padding: 10px 24px;
  width: auto;
  font-size: 13px;
  text-transform: uppercase;
}

button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
  background-color: rgb(27, 39, 61);
  color: rgb(255, 255, 255);
}

.wpb_row {
  margin: 0px -15px;
}

.home [data-stellar-background-ratio] {
  background-attachment: fixed;
  position: relative;
}

.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
  margin-bottom: 0px !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background-color-orange.vc_icon_element-background {
  background-color: rgb(255, 181, 0) !important;
}

.tm-infinity .woocommerce a.add_to_cart_button {
  border: 2px solid rgb(238, 238, 238);
  margin-top: 10px !important;
}

.vc_btn.ghost {
  background: none;
  border: 2px solid rgb(238, 238, 238);
}

.vc_btn.ghost:hover {
  border: 2px solid transparent;
}

.vc_btn_md {
  padding: 9px 16px !important;
  font-size: 13px !important;
}

.vc_progress_bar .vc_single_bar {
  height: 15px;
  margin-top: 50px !important;
  border-radius: 0px !important;
}

.vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0px !important;
}

.vc_progress_bar .vc_label {
  position: absolute;
  top: -27px;
  left: -10px;
  text-transform: uppercase;
  color: rgb(153, 153, 153) !important;
}

.wpb_accordion_section {
  margin-bottom: 10px;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  padding-left: 50px;
  border: 1px solid rgb(238, 238, 238);
  background: none !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  line-height: 50px;
  height: 50px;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  right: auto;
  left: 0px;
  text-align: center;
  line-height: 50px;
  top: 0px !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0px !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon::before {
  transform: rotate(90deg);
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon {
  right: auto;
  left: 0px;
  text-align: center;
  line-height: 50px;
  top: 0px !important;
  width: 50px !important;
  height: 50px !important;
  padding: 0px !important;
  background: none !important;
}

.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon::before {
  content: "";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active {
  background: rgb(27, 39, 61) !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a {
  color: rgb(255, 255, 255) !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a:hover {
  color: rgb(255, 255, 255) !important;
}

.wpb_accordion .wpb_accordion_content {
  border-right: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
  border-left: 1px solid rgb(238, 238, 238);
  border-image: initial;
  border-top: none;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
  color: rgb(170, 170, 170) !important;
  border-color: rgb(204, 204, 204) !important;
}

.who .vc_btn3.vc_btn3-size-md, .eg-thememove-feature-4-element-15 {
  font-size: 13px !important;
  font-weight: bold !important;
  letter-spacing: 0.1em !important;
}

.eg-thememove-features-1-content .vc_button-2-wrapper a {
  padding: 9px 18px !important;
  text-transform: uppercase !important;
}

.esg-filter-wrapper {
  margin-bottom: 35px;
}

.esg-filters.esg-navbutton-solo-right {
  position: absolute;
  right: 0px;
  z-index: 800;
  bottom: 93px !important;
  top: auto !important;
}

.esg-filters.esg-navbutton-solo-left {
  position: absolute;
  left: -20px;
  z-index: 800;
  bottom: 93px !important;
  top: auto !important;
}

.esg-grid .mainul, .esg-grid .mainul > li {
  margin: 0px !important;
}

.eg-thememove-blog-element-0 {
  font-weight: normal !important;
}

.eg-thememove-features-2-element-15, .eg-thememove-feature-4-element-15 {
  padding: 5px 15px !important;
}

.eg-thememove-company-news-element-19::before {
  content: "";
  margin-right: 5px;
}

.eg-thememove-company-news-element-20-a a::before {
  content: "";
  margin-right: 5px;
}

.structure .esg-filter-wrapper .esg-filterbutton {
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0px 15px;
}

.eg-thememove-features-2-element-15-a {
  padding: 0px 20px;
  background-color: rgb(255, 255, 255);
}

.eg-thememove-features-2-element-15, .eg-thememove-features-4-element-15 {
  letter-spacing: 1px;
  font-size: 13px !important;
  font-weight: bold !important;
}

.eg-thememove-features-3-element-15 {
  letter-spacing: 0.5px;
}

.eg-thememove-features-3-element-18 {
  letter-spacing: 1px;
}

.eg-thememove-company-news-element-18 {
  letter-spacing: 1px;
}

.view-all .vc_btn3.vc_btn3-size-md {
  border-bottom: 2px solid rgb(170, 170, 170);
  line-height: 2;
  padding: 0px 20px 0px 0px !important;
}

.view-all .vc_btn3.vc_btn3-size-md i {
  right: 0px !important;
}

.view-all .vc_btn3.vc_btn3-size-md:hover, .view-all .vc_btn3.vc_btn3-size-md:focus {
  border-bottom: 2px solid rgb(170, 170, 170);
  background: none !important;
  color: rgb(0, 0, 0) !important;
}

.tp-caption {
  font-weight: bold;
}

.struct:hover {
  background-color: rgb(255, 182, 0) !important;
  color: rgb(255, 255, 255) !important;
}

.download {
  display: block;
  margin-bottom: 10px;
  border: 1px solid rgb(238, 238, 238);
  padding: 15px 20px;
}

.download i {
  margin-right: 10px;
}

.listing li {
  margin: 0px !important;
}

.listing li i {
  margin-right: 10px;
}

#map-canvas {
  height: 350px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

@media only screen and (min-width: 992px) {
  #map-canvas {
      height: 500px;
  }
}

.home-slider-button:hover a {
  color: rgb(255, 255, 255) !important;
}

.home-slider-button a {
  color: rgb(136, 136, 136) !important;
}

::-webkit-input-placeholder {
  color: rgb(34, 34, 34);
  font-weight: 300;
}

.esg-grid {
  font-family: inherit !important;
}

.tp-video-play-button {
  display: none !important;
}

.scrollup {
  display: none;
}

.extra-info {
  padding: 30px 0px;
}

.header-preset-02 .extra-info {
  color: rgb(255, 255, 255);
}

.header-preset-02 .extra-info span {
  color: rgb(136, 136, 136);
}

.header-preset-03 .extra-info {
  color: rgb(17, 17, 17);
}

.header-preset-03 .extra-info span {
  color: rgb(153, 153, 153);
}

.listing {
  margin: 0px !important;
}

.listing li {
  list-style: none;
  margin-bottom: 10px;
}

.vc_images_carousel .vc_carousel-indicators li {
  margin: 0px !important;
}

.top-area .col-md-2 {
  z-index: 9999;
  position: relative;
}

.widget_icl_lang_sel_widget #lang_sel {
  width: 100%;
  height: auto !important;
  font-family: inherit !important;
}

.widget_icl_lang_sel_widget #lang_sel li {
  float: none !important;
}

.widget_icl_lang_sel_widget #lang_sel img.iclflag {
  vertical-align: middle;
}

.widget_icl_lang_sel_widget #lang_sel_list a, .widget_icl_lang_sel_widget #lang_sel_list a:visited {
  background: none !important;
}

.widget_icl_lang_sel_widget #lang_sel_list {
  height: auto !important;
}

.textwidget article {
  margin-bottom: 0px !important;
  border: none !important;
}

.home-black .projects-7::before, .home-black .counting::before {
  background-color: rgb(0, 0, 0) !important;
  opacity: 0.8 !important;
}

.home-white .projects-7 .structure .esg-filter-wrapper .esg-filterbutton.selected {
  border-color: rgb(179, 179, 179) !important;
  color: rgb(0, 0, 0) !important;
}

.home-white .projects-7::before, .home-white .counting::before {
  background-color: rgb(238, 238, 238) !important;
  opacity: 0.95 !important;
}

.home-white .heading-title-3::before {
  background-color: rgb(221, 221, 221) !important;
}

.home-white .counting .heading::before {
  background-color: rgb(187, 187, 187) !important;
}

.home-white .eg-thememove-features-3-container, .home-white .eg-thememove-company-news-container, .home-white .eg-thememove-project-container, .home-white .eg-thememove-features-2-container {
  background-color: rgb(51, 51, 51) !important;
  opacity: 0.5 !important;
}

.home-white .certifications img, .home-white .counting img {
  filter: grayscale(100%);
}

.wpb_content_element .social .menu li {
  margin-left: 7px !important;
}

.download-btn .vc_btn3 {
  letter-spacing: 0px !important;
}

.tp-caption span.white {
  color: rgb(255, 255, 255) !important;
}

.home-slider-button a {
  letter-spacing: 0.1em !important;
}

.post-meta span {
  padding-right: 10px;
}

@media only screen and (min-width: 992px) {
  .scrollup {
      display: block;
      color: rgb(255, 255, 255);
      cursor: pointer;
      z-index: 2;
      position: fixed;
      right: 30px;
      bottom: -50px;
      padding: 0px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
  }

  .scrollup i {
      font-size: 16px;
  }

  .scrollup.show {
      bottom: 75px;
  }

  .scrollup:hover {
      color: rgb(255, 255, 255) !important;
      background-color: #c9c746 !important;
  }

  .boxed .header, .boxed .nav, .boxed .bottom-wrapper {
      width: 1200px;
      position: relative;
      margin: auto;
  }

  .uncover .bottom-wrapper {
      position: static;
      bottom: 0px;
      z-index: 0;
  }

  .uncover .content-wrapper {
      position: relative;
      z-index: 1;
      background: rgb(255, 255, 255);
  }

  .uncover .header-wrapper {
      position: relative;
      z-index: 99;
  }

  .top-area .col-md-2 {
      float: right;
      width: auto;
  }

  .top-area .social {
      float: right;
  }
}

@media only screen and (min-width: 1200px) {
  .vc_btn3-container {
      margin-bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .vc_column_container .vc_btn, .vc_column_container .wpb_button {
      padding: 8px 12px !important;
  }

  .intro {
      padding: 25px 20px;
  }

  .intro h3 {
      line-height: 1.3;
      font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .vc_column_container .vc_btn, .vc_column_container .wpb_button {
      font-size: 11px !important;
  }

  .home-projects {
      padding: 40px 0px;
  }

  .who {
      padding: 40px 0px 0px;
  }

  .who [class*="col-"] {
      margin-bottom: 20px;
  }

  .offer {
      padding: 40px 0px 10px;
  }

  .offer [class*="col-"] {
      margin-bottom: 20px;
  }

  .testimonial {
      padding: 40px 0px;
  }

  .clients {
      padding: 30px 0px;
  }

  .clients .owl-nav {
      top: -63px;
  }

  .footer {
      padding: 30px 0px;
  }

  .features {
      padding: 40px 0px 10px;
  }

  .features [class*="col-"] {
      margin-bottom: 20px;
  }

  header.entry-header.has-bg .heading-title-2 {
      margin-bottom: 15px;
  }

  .structure .esg-filterbutton {
      line-height: 1 !important;
      padding: 0px 5px 5px !important;
  }
}

.home-black .footer .widget-title::after, .home-white .footer .widget-title::after {
  background-color: rgb(51, 51, 51) !important;
}

.widget_product_search input[type="submit"] {
  height: 49px !important;
  line-height: 49px !important;
}

.tm-btn1 a, .tm-btn1 button {
  border-width: 1px !important;
}

.tm_project_nav .tm_project_nav_left {
  text-align: left;
}

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

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

.new {
  position: relative;
}

.new a::before {
  position: absolute;
  right: 26px;
  top: 20px;
  content: url("data:image/gif;base64,R0lGODlhHgAQAMQdAPLf3/Ti4vv29vv19dyjouGsq+nIyPfq6u3Ozfjs7OW4t+Cwr+W8vOnDwvDY2NWGhdmUku7U1M53ddOGhclmZNF4ds1pZ8RTUd2gn9eVlP///7ojH8VGQ////wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTA4Njc2NTQxMDRDMTFFNjhEODNDRjQzQUNENDIzQUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTA4Njc2NTUxMDRDMTFFNjhEODNDRjQzQUNENDIzQUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MDg2NzY1MjEwNEMxMUU2OEQ4M0NGNDNBQ0Q0MjNBQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MDg2NzY1MzEwNEMxMUU2OEQ4M0NGNDNBQ0Q0MjNBQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAUUAB0ALAAAAAAeABAAAAVeICeOZGmeaKqubOu+cCwKAafUHKLtFZc0HEGhonmkBMKbCIETNRwPTQMjUNESytwOV0gUAt7mSZgI4JgkiMZRWAOPivZZbNEIHgmhVeE77zQQM1U6gTKGh4iJiosnIQAh+QQFFAAdACwAAAAAHgAQAAAFXuAmjmRpnmiqrmzrvnAsDsC21JvR7dR2MJsBgdKRpAbCm8iAEzEikg4jM1DRDsrcDkc4EADe5kl4AOCYpEknQlgDj4v2WXzpDCQHoXXhO+86EzNVOoEyhoeIiYqLJyEAOw==");
}

.home-slider-button, .home-slider-button a {
  transition: all 0.5s ease 0s !important;
}

body, button, input, select, textarea {
  line-height: 1.8;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0px 1.5em 0px 0px;
  border-left: 5px solid rgb(68, 68, 68);
  padding-left: 20px;
}

address {
  margin: 0px 0px 1.5em;
}

pre {
  background: rgb(238, 238, 238);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted rgb(102, 102, 102);
  cursor: help;
}

mark, ins {
  background: rgb(255, 249, 192);
  text-decoration: none;
}

sup, sub {
  font-size: 75%;
  height: 0px;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

p {
  margin-bottom: 1em;
}

.heading-title-3, .heading-title-2, .heading-title {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.heading-title-3::before, .heading-title-2::before, .heading-title::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #c4994c !important;
}

.big-quote .col-sm-8 p:first-child, .big-quote-2 .col-sm-8 p:first-child, .big-quote-2 .col-sm-12 p:first-child {
  line-height: 1.5;
  letter-spacing: 0.025em;
  color: rgb(102, 102, 102);
  margin-bottom: 15px !important;
}

.big-quote .col-sm-8 h3, .big-quote-2 .col-sm-8 h3 {
  margin-bottom: 0px;
}

.big-quote .col-sm-8 h3 + p, .big-quote-2 .col-sm-8 h3 + p {
  font-size: 14px;
}

.big-quote .col-sm-8 h3 + p::before, .big-quote-2 .col-sm-8 h3 + p::before {
  display: none;
}

.big-quote .col-sm-4 .wpb_text_column .wpb_wrapper p, .big-quote-2 .col-sm-4 .wpb_text_column .wpb_wrapper p {
  margin-bottom: 0px !important;
}

.big-quote-2 .boxed {
  padding: 40px 25px;
  margin-right: 15px;
}

.big-quote-2 .col-sm-12 .wpb_text_column .wpb_wrapper::before {
  content: url("../images/quote3.png");
  margin-right: 40px;
  display: inline-block;
  width: 5%;
}

.big-quote-2 .col-sm-12 p {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-style: italic;
  width: 90%;
  color: rgb(102, 102, 102);
}

.big-quote-2 .col-sm-12 p::before {
  display: none;
}

.about-page .heading-title-3 {
  margin-bottom: 30px !important;
}

.about-page .wpb_text_column .wpb_wrapper p:first-child {
  margin-bottom: 25px;
}

.intro4 .vc_btn3::after {
  content: "";
  margin-left: 15px;
}

@media (max-width: 767px) {
  .intro4 .col-sm-8 {
      padding-top: 0px;
      padding-bottom: 20px;
  }
}

.intro5 .row {
  display: table;
}

.intro5 [class*="col"] {
  display: table-cell;
  vertical-align: middle;
}

.intro5 .col-sm-3 {
  padding: 40px 20px;
}

.intro5 .vc_custom_heading {
  padding: 30px;
}

.intro5 .vc_custom_heading h2 {
  margin: 0px;
}

.intro5 .vc_btn3 {
  background: none !important;
  padding: 0px !important;
  border: none !important;
}

.intro5 .vc_btn3::before {
  position: absolute;
  bottom: -5px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  margin-top: 5px;
}

.intro5 .vc_btn3::after {
  content: "";
  font-size: 16px;
  margin-left: 10px;
}

@media only screen and (min-width: 1200px) {
  .intro5 .col-lg-9 {
      position: relative;
      overflow: hidden;
  }

  .intro5 .col-lg-9::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 50px;
      background-color: rgb(247, 178, 0);
      top: 0px;
      right: 0px;
      transform: skew(-20deg, 0deg) translate(20px, 0px);
  }
}

.scheme a.read-more {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 6px 18px;
}

.testimonials-list .author {
  margin-bottom: 30px;
  display: block;
  font-style: normal;
}

.testimonials-list .author span {
  display: block;
}

.testimonials-list .author span:first-child {
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
}

.testimonial-4 .testimonials-list {
  margin-bottom: 50px;
}

.testimonial-4 .testimonials-list blockquote + img {
  border-radius: 100%;
  margin: 0px 15px 0px 0px;
}

@media (max-width: 991px) {
  .testimonial-4 .testimonials-list .testimonials-text {
      padding: 30px;
      margin-bottom: 20px;
      font-style: italic;
      display: block;
      background-color: rgb(248, 248, 248);
  }

  .testimonial-4 .testimonials-list .testimonials-text::before {
      position: absolute;
      left: 25px;
      opacity: 1;
  }
}

.testimonial-4 .testimonials-list .author {
  display: inline-block;
  margin-top: 20px;
  position: relative;
}

.testimonial-4 .testimonials-list .author::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 16px 0px 0px;
  border-color: rgb(248, 248, 248) transparent transparent;
  position: absolute;
  left: -50px;
  top: -40px;
  z-index: 99;
}

.testimonial-4 .testimonials-list .author span:first-child {
  color: rgb(17, 17, 17) !important;
}

@media (max-width: 767px) {
  .counting .col-sm-6:first-child {
      margin-bottom: 50px;
  }

  .counting .col-sm-6:last-child .col-sm-4 {
      margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .big-quote .col-sm-8, .big-quote-2 .col-sm-8 {
      padding-left: 40px;
      padding-right: 0px;
  }

  .big-quote .col-sm-4, .big-quote-2 .col-sm-4 {
      padding-left: 0px;
  }
}

.contact-info i {
  vertical-align: middle;
  float: none;
  font-size: 18px;
  width: 18px;
  padding-right: 20px;
  margin-bottom: 0px;
}

.contact-info span {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

.sidebar .widget, .wpb_widgetised_column .widget {
  margin-bottom: 35px;
}

.sidebar .widget-title, .wpb_widgetised_column .widget-title {
  font-size: 20px;
  letter-spacing: 0.1em;
  border-bottom-width: 3px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .sidebar, .wpb_widgetised_column {
      margin-bottom: 50px !important;
  }
}

.single-post .entry-footer {
  background-color: rgb(247, 247, 247);
}

.dates span {
  font-size: 14px;
}

.dates span.month, .dates span.year {
  text-transform: none;
  font-style: italic;
}

.dates .date {
  font-weight: 600;
}

.dates .comments-counts {
  background-color: rgb(255, 255, 255);
  color: rgb(153, 153, 153);
  font-size: 14px;
  text-transform: none;
  font-style: italic;
}

.dates .comments-counts span {
  font-style: normal;
  font-weight: 600;
  color: rgb(153, 153, 153);
}

article.post .entry-header .entry-title {
  font-size: 28px;
  letter-spacing: 0.025em;
}

.entry-bottom .col-sm-8 {
  font-style: italic;
}

.entry-bottom a {
  color: rgb(153, 153, 153);
}

.author-info h3 {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid rgb(221, 221, 221);
}

.share a {
  color: rgb(153, 153, 153);
}

.share a i {
  font-size: 14px;
}

.entry-meta .categories-links a {
  font-weight: 600;
}

.single-post .comment-reply-title small, .page .comment-reply-title small {
  float: right;
  font-size: 12px;
  line-height: 2;
  letter-spacing: normal;
  font-weight: normal;
}

.single-post .comment-reply-title small a, .page .comment-reply-title small a {
  color: rgb(153, 153, 153);
}

.single-post .comment-reply-title small a:hover, .page .comment-reply-title small a:hover {
  color: rgb(0, 0, 0);
}

.single-post .comment-reply-title, .page .comment-reply-title, .single-post .comments-title, .page .comments-title {
  font-size: 20px;
  display: block;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.single-post .comment-reply-title::before, .page .comment-reply-title::before, .single-post .comments-title::before, .page .comments-title::before {
  display: none;
}

.single-post .comment-reply-title::after, .page .comment-reply-title::after, .single-post .comments-title::after, .page .comments-title::after {
  width: 100%;
}

.single-post .comment, .page .comment {
  position: relative;
  margin-bottom: 20px;
}

.single-post .comment > div, .page .comment > div {
  background-color: transparent;
  border-bottom: 1px solid rgb(238, 238, 238);
}

.single-post .comment .comment-author, .page .comment .comment-author {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 15%;
  padding-right: 20px;
  margin-right: 0px;
}

.single-post .comment .comment-content, .page .comment .comment-content {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.single-post .comment .comment-content cite.fn a, .page .comment .comment-content cite.fn a {
  text-transform: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.single-post .comment .comment-content .metadata > a, .page .comment .comment-content .metadata > a {
  font-size: 13px;
  font-style: italic;
  color: rgb(153, 153, 153);
}

.single-post .comment .comment-reply-link, .page .comment .comment-reply-link {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgb(153, 153, 153);
  background-color: rgb(238, 238, 238);
  padding: 5px 10px;
}

.single-post .comment .comment-reply-link:hover, .page .comment .comment-reply-link:hover {
  background-color: rgb(0, 0, 0);
}

@media only screen and (min-width: 992px) {
  .single-post .comment .children, .page .comment .children {
      margin-left: 50px;
  }
}

.single-post .comment .fn, .page .comment .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.history h3 {
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.history-page .wpb_text_column .wpb_wrapper p:first-child {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .history-page .wpb_text_column .wpb_wrapper p:first-child {
      margin-bottom: 25px;
  }
}

.people .wpb_wrapper p:first-child {
  margin-bottom: 15px !important;
}

.people .wpb_wrapper h4 {
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.people .social .menu li a {
  color: rgb(194, 194, 194);
}

.people .social .menu li a::before {
  font-size: 18px;
}

.certifications-block .wpb_wrapper h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.certifications-block .wpb_wrapper p:first-child {
  margin-bottom: 15px !important;
}

.certifications-block .col-sm-4 {
  margin-bottom: 30px;
}

.core-values .wpb_wrapper h4 {
  letter-spacing: 0.1em;
}

.core-values .wpb_wrapper img {
  float: left;
  margin: 0px 20px 0px 0px;
}

.our-partners .wpb_wrapper h4 {
  letter-spacing: 0.1em;
}

.faq-classic .vc_custom_heading::before {
  content: "Q";
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-right: 20px;
}

.faq-classic h4 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: rgb(51, 51, 51);
  letter-spacing: 0.1em;
  width: calc(100% - 60px);
  border-bottom: 2px solid rgb(221, 221, 221);
  padding-bottom: 5px;
}

.faq-classic .wpb_text_column p {
  margin-bottom: 0px !important;
}

.faq-classic .wpb_text_column::before {
  content: "A";
  font-size: 18px;
  font-weight: 600;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-top: 0.5em;
  margin-right: 20px;
  display: inline-block !important;
}

.faq-classic .wpb_text_column .wpb_wrapper {
  width: calc(100% - 60px);
  float: left;
  display: inline-block;
  vertical-align: top;
}

.price-table .vc_btn3 {
  letter-spacing: 0.1em;
  font-size: 13px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.contact-page .agency {
  background: center center no-repeat;
}

.contact-page .agency .contact-info strong {
  font-size: 16px;
  color: rgb(17, 17, 17);
}

.contact-page .call-us h4 {
  letter-spacing: 0.1em;
  color: rgb(255, 255, 255);
  padding: 9px 0px;
  margin-bottom: 0px;
}

.contact-page .call-us .wpb_text_column:last-child p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  padding: 15px;
  letter-spacing: 0.1em;
}

.contact-page .call-us .wpb_text_column:last-child p i {
  font-size: 24px;
  margin-right: 5px;
}

.single-project .meta-title {
  font-weight: normal;
  color: rgb(135, 135, 135);
  margin-right: 10px;
}

.single-project .meta-title + span {
  font-weight: 600;
  font-style: italic;
  color: rgb(17, 17, 17);
}

.single-project .project-meta__content {
  background-color: rgb(248, 248, 248);
  padding: 35px 30px;
}

.single-project .project-meta__content div {
  margin-bottom: 10px;
}

.single-project.tm_project_details_layout2 .row {
  margin-top: 30px;
  margin-bottom: 60px;
}

.single-project.tm_project_details_layout3 .summary + .col-md-3 {
  width: 100%;
}

.single-project.tm_project_details_layout3 .summary + .col-md-3 ul {
  margin: 0px;
}

.single-project.tm_project_details_layout3 .summary + .col-md-3 ul li {
  margin: 0px 0px 10px;
}

.single-project.tm_project_details_layout3 .single-featured, .single-project.tm_project_details_layout3 .single-project-description {
  margin-bottom: 60px;
}

.single-project.tm_project_details_layout3 .gallery--layout3 .owl-dots {
  display: inline-block;
  width: auto;
  position: absolute;
  transform: translate(-50%, 0px);
  margin: 0px;
  padding: 3px 17px;
  bottom: -15px;
}

.single-project.tm_project_details_layout3 .gallery--layout3 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  opacity: 0.5;
  border: 2px solid rgb(255, 255, 255);
}

.single-project.tm_project_details_layout3 .gallery--layout3 .owl-dots .owl-dot.active {
  background-color: rgb(255, 255, 255);
  opacity: 1;
}

select, textarea, 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"] {
  color: rgb(153, 153, 153);
  font-size: 15px;
  font-style: italic;
  border: none;
  background-color: rgb(247, 247, 247);
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgb(153, 153, 153) !important;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.eg-thememove-blog-element-3::before {
  content: "";
  margin-right: 5px;
}

.eg-thememove-blog-element-23-a a::before {
  content: "";
  margin-right: 5px;
}

.download-btn {
  margin: 20px 0px !important;
}

.download-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  text-transform: none;
  font-weight: 600;
  border: none;
  color: rgb(153, 153, 153);
  background-color: rgb(244, 244, 244);
  padding-left: 20px !important;
}

.download-btn button::after {
  content: "";
  font-size: 20px;
  margin-left: 15px;
  color: rgb(204, 204, 204);
}

.download-btn i {
  color: rgb(170, 170, 170);
  margin-right: 10px;
  vertical-align: middle !important;
  position: relative !important;
  display: inline-block !important;
  left: auto !important;
  top: auto !important;
  transform: translate(0px, 0px) !important;
}

.download2 {
  display: block;
  font-weight: 600;
  position: relative;
  background-color: rgb(244, 244, 244);
  padding: 10px 20px;
  margin-bottom: 2px;
  border: none;
  color: rgb(153, 153, 153) !important;
}

.download2 i {
  margin-right: 10px;
  color: rgb(170, 170, 170);
}

.download2 .fa-download {
  font-size: 20px;
  right: 15px;
  position: absolute;
  top: 50%;
  color: rgb(204, 204, 204);
  margin: 0px;
  transform: translate(0px, -50%);
}

.download2:hover {
  color: rgb(255, 255, 255) !important;
}

.download2:hover i {
  color: rgb(255, 255, 255);
}

.listing {
  margin: 0px !important;
}

.listing li {
  list-style: none;
  margin-right: 0px;
  margin-left: 0px !important;
  margin-bottom: 10px !important;
}

.listing li i {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
}

.listing li span {
  display: inline-block;
  vertical-align: top;
  width: 92%;
}

.vc_images_carousel .vc_carousel-indicators li {
  margin: 0px !important;
}

.images-carousel-2 .vc_images_carousel .vc_carousel-indicators {
  width: auto;
  transform: translate(-50%, 0px);
  margin: 0px;
  padding: 3px 17px;
  bottom: 15px;
}

.images-carousel-2 .vc_images_carousel .vc_carousel-indicators li {
  width: 12px;
  height: 12px;
  border-width: 2px;
  vertical-align: middle;
  opacity: 0.5;
}

.images-carousel-2 .vc_images_carousel .vc_carousel-indicators li.vc_active {
  opacity: 1;
}

.single-project .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

.tm_project_details .single-project-categories {
  list-style-type: none;
}

.tm_project_details .single-project-categories li {
  display: inline-block;
  margin-right: 5px;
}

.tm_project_details__warning {
  color: rgb(241, 80, 90);
}

.tm_project_details table {
  background-color: rgb(248, 248, 248);
  padding: 20px 30px;
}

.tm_project_details table td.meta-title {
  width: 40%;
}

.tm_project_details table td.meta-title + td {
  font-weight: 700;
  font-style: italic;
  color: rgb(17, 17, 17);
}

.tm_project_details--layout1 {
  padding: 40px 30px;
  margin-bottom: 0px;
}

.tm_project_details--layout1 td {
  padding: 0px 0px 5px;
}

.tm_project_details--layout2 {
  padding: 30px;
}

.tm_project_details--layout2 td {
  display: block;
  padding: 0px;
}

.tm_project_details--layout2 td + td {
  padding-bottom: 15px;
}

.thememove-gmaps img {
  max-width: none;
}

.vc_col-sm-12 .vc_slide .vc_item .vc_inner {
  max-width: 290px;
}

@media only screen and (min-width: 768px) {
  .vc_col-sm-12 .vc_slide .vc_item .vc_inner {
      max-width: 610px;
  }
}

@media only screen and (min-width: 992px) {
  .vc_col-sm-12 .vc_slide .vc_item .vc_inner {
      max-width: 690px;
  }
}

@media only screen and (min-width: 1200px) {
  .vc_col-sm-12 .vc_slide .vc_item .vc_inner {
      max-width: 845px;
  }
}

.vc_col-sm-6 .vc_slide .vc_item .vc_inner {
  max-width: 290px;
}

@media only screen and (min-width: 768px) {
  .vc_col-sm-6 .vc_slide .vc_item .vc_inner {
      max-width: 305px;
  }
}

@media only screen and (min-width: 992px) {
  .vc_col-sm-6 .vc_slide .vc_item .vc_inner {
      max-width: 330px;
  }
}

@media only screen and (min-width: 1200px) {
  .vc_col-sm-6 .vc_slide .vc_item .vc_inner {
      max-width: 430px;
  }
}

.vc_images_carousel .vc_carousel-indicators {
  left: 16% !important;
}

@media only screen and (min-width: 768px) {
  .vc_images_carousel .vc_carousel-indicators {
      left: 36% !important;
  }
}

@media only screen and (min-width: 992px) {
  .vc_images_carousel .vc_carousel-indicators {
      left: 40% !important;
  }
}

@media only screen and (min-width: 1200px) {
  .vc_images_carousel .vc_carousel-indicators {
      left: 50% !important;
  }
}

@media (max-width: 960px) {
  .mega-menu-content .vc_column_container {
      display: block !important;
      width: 100% !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.wpcf7 input[type="text"], .wpcf7 select, .wpcf7 input[type="email"] {
  margin-bottom: 15px;
}

.wpcf7 input[type="submit"] {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 8px 18px;
}

.woocommerce-pagination {
  padding-bottom: 70px;
}

.woocommerce ul.products li.product h3 {
  padding: 0px;
}

.woocommerce ul.products li.product .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  margin: 0px;
}

.woocommerce ul.products li.product .onsale {
  height: 40px;
  width: 40px;
  line-height: 36px;
  text-align: center;
}

.woocommerce a.button {
  font-size: 13px;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  color: rgb(170, 170, 170);
  border-color: rgb(204, 204, 204);
}

.woocommerce a.button.add_to_cart_button {
  margin-top: 10px !important;
}

.woocommerce ul.products li.product .row:first-child {
  margin-top: 25px;
  margin-bottom: 20px;
}

.woocommerce .products .star-rating {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0px;
}

.tm-infinity.woocommerce-cart table.cart input {
  height: 44px !important;
  line-height: 44px !important;
  padding: 0px 20px !important;
}

.tm-infinity .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  color: rgb(255, 255, 255);
  font-size: 100% !important;
}

.single-product button.single_add_to_cart_button, .woocommerce a.checkout-button {
  color: rgb(255, 255, 255) !important;
}

.page-template-template-blog-2 article {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(238, 238, 238);
}

#home8_worldmap {
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

#home8_worldmap .home8_worldmap_heading p {
  color: rgb(17, 17, 17);
  text-align: center;
  font-size: 70px;
  font-family: Montserrat !important;
  font-weight: 800 !important;
  line-height: 80px !important;
}

#home8_worldmap .home8_worldmap_heading p .yellow {
  color: rgb(253, 197, 0);
}

.home8_parallax1 {
  background-size: cover;
}

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

.home8_parallax1 .home8_parallax1_title div {
  padding: 0px 2px 4px;
  border-bottom: 2px solid rgb(253, 197, 2);
  display: inline-block;
  font-weight: 600;
  letter-spacing: 2px;
}

.home8_testimonials.testimonial::before {
  display: none !important;
}

.home8_testimonials.testimonial blockquote::after {
  display: none !important;
}

.home8_testimonials.testimonial blockquote::before {
  top: 8px;
}

.home8_leading .home8_leading_button {
  margin: 36px 0px;
}

.home8_leading .home8_leading_button a, .home8_leading .home8_leading_button button {
  font-family: Montserrat !important;
  margin-top: 5px !important;
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  background: none !important;
  border-radius: 0px !important;
  letter-spacing: 1px !important;
  color: rgb(253, 197, 2) !important;
  border: 2px solid rgb(253, 197, 2) !important;
  padding: 10px 14px !important;
  text-transform: uppercase !important;
}

.home8_leading .home8_leading_button a:hover, .home8_leading .home8_leading_button button:hover {
  color: rgb(221, 221, 221) !important;
  border: 2px solid rgb(221, 221, 221) !important;
}

.home8_leading .home8_leading_text p {
  position: relative;
  vertical-align: middle;
  line-height: 42px;
  font-size: 36px;
  color: rgb(17, 17, 17);
  font-weight: 800;
  margin-top: 140px;
  font-family: Montserrat !important;
}

.home8_leading .home8_leading_text p .yellow {
  color: rgb(253, 197, 1);
}

.home8_leading .home8_leading_text p::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: rgb(253, 197, 1);
  position: absolute;
  left: 0px;
  bottom: -16px;
}

.home8_whychooseus .home8_whychooseus_img a {
  display: block;
  background: rgb(253, 197, 2);
}

.home8_whychooseus .home8_whychooseus_img a:hover img {
  opacity: 0.7;
}

.home8_whychooseus .home8_whychooseus_text {
  padding: 35px;
  position: relative;
}

.home8_whychooseus .home8_whychooseus_text::before {
  content: url("../../../../../structure.thememove.com/files/uploads/2015/08/whychooseus_conner1.png");
  position: absolute;
  top: 0px;
  left: 0px;
}

.home8_whychooseus .home8_whychooseus_text::after {
  content: url("../../../../../structure.thememove.com/files/uploads/2015/08/whychooseus_conner2.png");
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.home8_whychooseus .home8_whychooseus_text h2 {
  font-size: 32px;
  font-weight: bold;
  color: rgb(51, 51, 51);
}

.home8_whychooseus .home8_whychooseus_text ul {
  margin: 15px 0px;
}

.home8_whychooseus .home8_whychooseus_text ul li {
  list-style: none;
  margin: 0px;
}

.home8_whychooseus .home8_whychooseus_text ul li::before {
  content: "";
  color: rgb(253, 197, 2);
  margin-right: 10px;
}

.home8_whychooseus .home8_whychooseus_text a.readmore {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: rgb(253, 197, 2);
  border: 2px solid rgb(253, 197, 2);
  padding: 6px 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Montserrat !important;
}

.home8_whychooseus .home8_whychooseus_text a.readmore:hover {
  color: rgb(221, 221, 221);
  border: 2px solid rgb(221, 221, 221);
}

.header-preset-08 .eg-home-8-news-element-19::before {
  content: "";
  margin-right: 5px;
}

.header-preset-08 .eg-home-8-news-element-20-a a::before {
  content: "";
  margin-right: 5px;
}

.header-preset-08 .clients {
  position: relative;
}

.header-preset-08 .clients .home8_clients_heading {
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 30px !important;
}

.header-preset-08 .clients .home8_clients_heading h2 {
  color: rgb(17, 17, 17);
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  padding: 4px 0px;
  border-bottom: 2px solid rgb(255, 182, 0);
  text-transform: uppercase;
}

.header-preset-08 .clients .home8_clients_heading .esg-left, .header-preset-08 .clients .home8_clients_heading .esg-right {
  position: absolute;
  width: 32px;
  height: 32px;
  background: rgb(238, 238, 238);
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}

.header-preset-08 .clients .home8_clients_heading .esg-left:hover, .header-preset-08 .clients .home8_clients_heading .esg-right:hover {
  background: rgb(255, 181, 0);
  color: rgb(255, 255, 255);
}

.header-preset-08 .clients .home8_clients_heading .esg-left {
  left: 0px;
  top: 0px;
}

.header-preset-08 .clients .home8_clients_heading .esg-left i::before {
  content: "";
}

.header-preset-08 .clients .home8_clients_heading .esg-right {
  right: 0px;
  top: 0px;
}

.header-preset-08 .clients .home8_clients_heading .esg-right i::before {
  content: "";
}

.header-preset-08 .home8_projects .esg-filterbutton span {
  color: rgb(170, 170, 170);
}

.header-preset-08 .home8_projects .esg-filterbutton.selected, .header-preset-08 .home8_projects .esg-filterbutton:hover {
  border-color: rgb(221, 221, 221) !important;
}

.header-preset-08 .home8_projects .esg-filterbutton.selected span, .header-preset-08 .home8_projects .esg-filterbutton:hover span {
  color: rgb(17, 17, 17);
}

.header-preset-08 .footer {
  background-color: rgb(255, 255, 255) !important;
}

.header-preset-08 .footer .widget-title {
  color: rgb(34, 34, 34) !important;
}

.header-preset-08 .footer a {
  color: rgb(136, 136, 136) !important;
}

.header-preset-08 .footer a:hover {
  color: rgb(34, 34, 34) !important;
}

.header-preset-08 .footer .menu li::before {
  color: rgb(136, 136, 136) !important;
}

.header-preset-08 .copyright {
  background-color: rgb(34, 34, 34) !important;
  color: rgb(136, 136, 136) !important;
}

.header-preset-08 .copyright a {
  color: rgb(136, 136, 136) !important;
}

.header-preset-08 .copyright a:hover {
  color: rgb(255, 255, 255) !important;
}

@media screen and (max-width: 1199px) {
  .home8_leading .home8_leading_text p {
      margin-top: 30px;
      font-size: 26px;
      line-height: 32px;
  }

  .home8_whychooseus .home8_whychooseus_text h2 {
      font-size: 26px;
  }

  #home8_worldmap {
      background-size: contain !important;
      padding: 50px 0px !important;
  }

  #home8_parallax1 {
      padding: 50px 0px 20px !important;
  }

  #home8_whychooseus {
      padding: 50px 0px 35px !important;
  }

  #home8_projects {
      padding: 50px 0px 0px !important;
  }

  #home8_news {
      padding: 50px 0px !important;
  }
}

.home09.scheme .contact-info i {
  color: rgb(81, 81, 81);
}

.home09 .counting::before {
  display: none !important;
}

.home09 .counting .heading {
  margin-bottom: 100px;
}

.home09 .counting .heading::before {
  left: 50%;
  margin-left: -50px;
  background-color: rgb(187, 187, 187) !important;
}

.three-blocks h2 {
  font-size: 16px;
}

.three-blocks img {
  margin-bottom: 20px;
}

.three-blocks .vc_btn3-container {
  margin-top: 15px;
}

.three-blocks .vc_row > div:nth-child(1) {
  background: linear-gradient(45deg, rgb(23, 61, 108) 0%, rgb(34, 34, 34) 100%);
  padding: 3%;
  margin-top: -30px;
  margin-bottom: -30px;
}

.three-blocks .vc_row > div:nth-child(2) {
  padding: 25px;
  background-color: rgb(253, 197, 2);
}

.three-blocks .vc_row > div:nth-child(2) > div {
  border: 2px solid rgb(255, 255, 255);
  padding: 25px;
}

.three-blocks .vc_row > div:nth-child(3) {
  padding: 3%;
}

.home10 .team .vc_col-lg-3 .wpb_wrapper {
  background-color: rgb(255, 255, 255);
}

.home10 .structure .esg-filterbutton, .home10.scheme .structure .esg-filter-wrapper .esg-filterbutton.selected {
  color: rgb(255, 255, 255);
}

.home10.scheme .structure .esg-filter-wrapper .esg-filterbutton:hover {
  color: rgb(34, 34, 34);
}

.home10 .structure .esg-filter-wrapper .esg-filterbutton.selected {
  border-color: rgb(255, 255, 255);
}

.home10 .esg-filters {
  background-color: rgb(254, 197, 0);
  padding-top: 40px;
  margin-left: -50%;
  padding-left: 50%;
  margin-right: -50%;
  padding-right: 50%;
  margin-bottom: 30px !important;
}

.home10 .leading ul {
  margin: 0px;
  padding: 0px;
}

.home10 .leading li {
  list-style: none;
}

.home10 .leading li::before {
  content: "";
  color: rgb(253, 197, 2);
  margin-right: 10px;
}

.special h2 em:nth-child(1) {
  color: rgb(254, 197, 0);
  font-style: normal;
}

.special h2 em:nth-child(2) {
  font-style: italic;
  font-family: "Playfair Display", serif;
}

body.home_11 .agency .heading-title-3 {
  margin-bottom: 10px;
}

body.home_11 .agency .heading-title-3::before {
  display: none;
}

body.home_11 .agency h2 {
  text-transform: capitalize;
  letter-spacing: normal;
}

body.home_11 .wpb_accordion .wpb_accordion_content {
  background-color: rgb(255, 255, 255) !important;
  border: none !important;
}

body.home_11 .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: rgb(255, 255, 255) !important;
  border: none !important;
}

body.home_11 .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active {
  background: rgb(27, 39, 61) !important;
}

body.home_11 .leading ul {
  margin: 0px;
  padding: 0px;
}

body.home_11 .leading li {
  list-style: none;
  padding: 0px;
  margin: 0px !important;
}

body.home_11 .leading li::before {
  content: "";
  color: rgb(253, 197, 2);
  margin-right: 10px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

body.home_11 .footer .widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: none !important;
}

body.home_11 .footer .widget-title::after {
  display: none !important;
}

body.home_11 .footer, body.home_11 .footer a {
  color: rgb(149, 158, 177);
}

body.home_11 .footer .row .col-md-4:first-child .widget-title {
  display: none;
}

body.home_11 .footer .social {
  padding-top: 40px;
}

body.home_11 .vc_icon_element-inner {
  border-radius: 100%;
}

body.home_11 .recent-posts {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

body.home_11 .recent-posts a {
  font-size: 14px;
  font-weight: 700;
}

body.home_11 .recent-posts__item {
  width: 50%;
  margin-bottom: 30px;
}

body.home_11 .navigation, body.home_11 .header-preset-05 .nav {
  background-color: rgb(254, 197, 0);
}

.fw400 h4 {
  font-weight: 400;
}

.mw600 {
  max-width: 600px;
  margin: auto;
}

body.home_12 .great_ideas .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, body.home_12 .great_ideas .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
  padding: 15px 40px !important;
}

body.home_12 .great_ideas .wpcf107-submit {
  background-color: transparent;
  border: 2px solid rgb(255, 194, 0);
  padding: 15px 30px;
  font-size: 14px;
  color: rgb(255, 194, 0);
  line-height: 1;
  margin-top: 10px;
}

body.home_12 .navigation, body.home_12 .header-preset-05 .nav {
  background-color: transparent;
}

body.home_12 .navigation > div > ul > li > a {
  color: rgb(17, 17, 17);
}

body.home_12 .introduction .vc_row {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

body.home_12 .top-area .fa {
  color: rgb(255, 194, 0);
}

body.home_12 .pro-services .vc_icon_element {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: -30px;
}

body.home_12 .pro-services .vc_icon_element-inner {
  background-color: rgb(255, 194, 0);
}

body.home_12 .pro-services .vc_custom_heading {
  transition: all 0.5s ease 0s;
}

body.home_12 .pro-services .vc_custom_heading:hover {
  background-color: rgb(18, 30, 50) !important;
}

body.home_12 .pro-services .vc_custom_heading:hover h4 {
  color: rgb(255, 255, 255) !important;
}

.special2 h2 em {
  font-family: "Playfair Display", Georgia, "Times New Roman", Times, serif;
}

body.landing .landing-testimonials {
  margin: 0px !important;
}

body.landing .landing-testimonials .owl-controls {
  margin-top: 30px;
}

body.landing .landing-testimonials__item {
  list-style: none;
  text-align: left;
  border: 2px solid rgb(238, 238, 238);
  border-radius: 5px;
  padding: 30px;
  margin: 0px !important;
}

body.landing .landing-testimonials__type {
  font-weight: 900;
  font-family: Montserrat, sans-serif;
}

body.landing .landing-testimonials__rating {
  color: rgb(255, 194, 0);
}

body.landing .landing-testimonials__rating i {
  padding-right: 2px;
}

body.landing .landing-testimonials__author {
  font-weight: 900;
  font-family: Montserrat, sans-serif;
}

body.landing .landing-testimonials__author::before {
  content: "-";
  margin-right: 5px;
}

body.landing .pre_plugins h2 {
  display: inline-block;
  position: relative;
}

body.landing .pre_plugins h2::before {
  content: url("../images/landing_17.png");
  position: absolute;
  right: -90px;
  margin-top: -40px;
}

body.landing .entry-header, body.landing .header, body.landing .footer {
  display: none;
}

body.landing .copyright {
  background-color: rgb(18, 30, 50);
}

body.landing .demos .vc_column-inner > div:hover img {
  transform: translateY(-10px);
}

body.landing .demos .vc_column-inner > div:hover .wpb_text_column {
  opacity: 1;
  visibility: visible;
}

body.landing .demos .vc_single_image-wrapper {
  overflow: hidden;
  padding: 0px 10px 10px;
}

body.landing .demos .wpb_wrapper {
  position: relative;
}

body.landing .demos .wpb_wrapper img {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  transition: all 0.5s ease 0s;
}

body.landing .demos .wpb_text_column {
  text-align: center;
  position: absolute;
  background-color: rgb(27, 39, 61);
  left: 10px;
  right: 10px;
  bottom: 20px;
  padding: 50px 20px;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

body.landing .demos .wpb_text_column h3 {
  color: rgb(255, 255, 255);
}

body.landing .demos .wpb_text_column h4 a {
  font-size: 12px;
  color: rgb(255, 194, 0);
  border-bottom: 2px solid;
}

body.landing .demos .wpb_single_image.new {
  position: relative;
}

body.landing .demos .wpb_single_image.new::before {
  content: url("../images/new.png");
  position: absolute;
  z-index: 2;
  right: 10px;
}

body.landing .vc_custom_heading h3 {
  margin-top: 30px;
}

body.landing .vc_btn3-center a {
  padding: 15px 30px !important;
}

body.landing .vc_btn3-center a:hover {
  background: rgb(18, 30, 50) !important;
  color: rgb(255, 255, 255) !important;
}

body, input, select, textarea, p {
  font-family: Lato;
}

body, [class*="col-"], .footer .menu li {
  font-size: 16px;
}

h1 {
  font-family: Montserrat;
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

body.scheme {
  color: rgb(147, 147, 147);
}

.scheme .header {
  background-color: rgb(255, 255, 255);
  color: rgb(153, 153, 153);
}

.scheme .top-area {
  background-color: rgb(238, 238, 238);
  color: rgb(136, 136, 136);
}

.scheme .top-area a {
  color: rgb(136, 136, 136);
}

.scheme .top-area a:hover {
  color: rgb(255, 182, 0);
}

.search-box i {
  color: rgb(153, 153, 153);
}

.mini-cart .mini-cart__button .mini-cart-icon {
  color: rgb(153, 153, 153);
}

.mini-cart .mini-cart__button .mini-cart-icon::after {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 182, 0);
}

.navigation, .header-preset-05 .nav {
  background-color: rgb(255, 255, 255);
}

.scheme .footer {
  background-color: rgb(27, 39, 61);
  color: rgb(136, 136, 136);
}

.scheme .footer .widget-title {
  color: rgb(255, 255, 255);
}

.scheme .footer a {
  color: rgb(186, 191, 197);
}

.scheme .footer a:hover {
  color: rgb(255, 182, 0);
}

.scheme .copyright {
  background-color: rgb(255, 182, 0);
  color: rgb(255, 255, 255);
}

.scheme .copyright a {
  color: rgb(255, 255, 255);
}

.scheme .copyright a:hover {
  color: rgb(17, 17, 17);
}

.esg-center.eg-thememove-project-element-0.esg-transition {
  color: rgb(255, 255, 255);
}

a.eg-thememove-project-element-6 i {
  font-size: 25px;
  color: rgb(255, 255, 255);
}

a.eg-thememove-project-element-6 i:hover {
  color: rgb(255, 255, 255) !important;
}

.vc_custom_1432632676284 {
  background-color: #fc4f1a !important;
}

.vc_custom_1432545112363 {
  padding-top: 60px !important;
  padding-bottom: 0px !important;
}

.vc_custom_1429696909808 {
  padding-top: 70px !important;
  padding-bottom: 40px !important;
}

.vc_custom_1433329374786 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.vc_custom_1432544733427 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  background-color: rgb(248, 248, 248) !important;
}

.vc_custom_1535403354338 {
  padding-bottom: 15px !important;
}

.vc_custom_1535403337628 {
  padding-bottom: 15px !important;
}

.vc_custom_1535403343975 {
  padding-bottom: 15px !important;
}

.vc_custom_1535403350101 {
  padding-bottom: 15px !important;
}

.people .social .menu li a:hover, .listing li i, .error404 h2, .woocommerce .star-rating span::before, .woocommerce ul.products li.product h3:hover, .scheme .header-right i, .pagination span, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .scheme .testimonial__author, .scheme .navigation a::before, .scheme .navigation a::after, .scheme .structure .esg-filter-wrapper .esg-filterbutton.selected, .scheme .structure .esg-filter-wrapper .esg-filterbutton:hover, .scheme .has-bg span, .scheme .footer .menu li:hover::before, .scheme .testimonials-list .author span:first-child, .scheme .introducing li::before, .scheme .contact-info i, .scheme .consulting-2 .info h3 + h3, .scheme .listing li i {
  color: #c9c746;
}

.contact-page .call-us .wpb_text_column:last-child, .wpcf7 input[type="submit"], .faq-classic .vc_custom_heading::before, .faq-classic .wpb_text_column::before, .scheme .download2:hover, .single-project.tm_project_details_layout3 .gallery--layout3 .owl-dots, .images-carousel-2 .vc_images_carousel .vc_carousel-indicators, .scheme .scrollup, .scheme.single-project .gallery a::after, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce span.onsale, .woocommerce button.button.alt, .scheme .intro, .scheme .wpb_accordion_wrapper .ui-state-active .ui-icon::before, .scheme .clients .owl-nav div:hover::before, .scheme .owl-controls .owl-dot.active, .scheme .eg-howardtaft-container, .scheme .structure .esg-navigationbutton, .scheme .heading-title-2::before, .scheme .heading-title::before, .scheme .comments-title::after, .scheme .comment-reply-title::after, .scheme .widget-title::after, .scheme input[type="submit"]:hover, .navigation .sub-menu li a:hover, .navigation .children li a:hover, .scheme .sidebar .widget .menu li:hover, .scheme .wpb_widgetised_column .widget .menu li:hover a, .scheme .sidebar .widget .menu li.current-menu-item, .scheme .wpb_widgetised_column .widget .menu li.current-menu-item a, .scheme .features .wpb_wrapper p:first-child::after, .scheme .recent-posts__thumb::after, .woocommerce a.button.alt, .scheme .sidebar .widget .menu li a:hover, .scheme .sidebar .widget .menu li.current-menu-item a, .woocommerce a.button:hover, .scheme .widget_product_search input[type="submit"], .scheme .related.products h2::after, .scheme a.read-more:hover, .scheme .tagcloud a:hover, .scheme .widget_shopping_cart_content .buttons a.button, .scheme .heading-title-3::before, .scheme .counting .heading::before, .scheme .price-active, .dates, .tp-caption.home-slider-button, .home-slider-button a:hover, .single_job_listing .application .application_button:hover, .scheme .counting .heading::before {
  background-color: #27589a;
}

.scheme .clients .owl-item div:hover, .scheme .header-right i, .scheme .owl-controls .owl-dot.active, .scheme .download:hover, .woocommerce a.button:hover, .scheme a.read-more:hover, .scheme .search-box input[type="search"], .scheme .sidebar .widget-title, .scheme .wpb_widgetised_column .widget-title, .structure .esg-filter-wrapper .esg-filterbutton.selected, .single_job_listing .application .application_button:hover, .scheme .our-partners img:hover {
  border-color: rgb(255, 182, 0);
}

.who .consulting .info div a {
  color: rgb(255, 182, 0) !important;
  border-color: rgb(255, 182, 0) !important;
}

.price-table .vc_btn3.vc_general {
  border-color: rgb(255, 182, 0) !important;
  color: rgb(255, 182, 0) !important;
}

.scheme .price-table .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
  background-color: rgb(255, 182, 0) !important;
  border-color: rgb(255, 182, 0) !important;
  color: rgb(255, 255, 255) !important;
}

.price-table-2 .vc_btn3.vc_general {
  background-color: rgb(255, 182, 0) !important;
  border-color: rgb(255, 182, 0) !important;
  color: rgb(255, 255, 255) !important;
}

.scheme .price-table-2 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
  color: rgb(170, 170, 170) !important;
}

.navigation > div > ul > li > a {
  color: rgb(255, 255, 255);
}

.navigation .menu > li > a:hover {
  color: #26589b;
}

.navigation .sub-menu li:first-child, .navigation .children li:first-child, .navigation > div > ul > li:hover .sub-menu, .navigation > div > ul > li:hover .children, .mini-cart.open .widget_shopping_cart_content {
  border-top-color: #c4994c;
}

.contact-page .call-us h4, .page-template-template-underconstruction .under::before, .scheme .work-with-us::before, .scheme .who .consulting .info::before, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .scheme .home-projects, .scheme .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header, .scheme .testimonial::before, .scheme .home-projects::before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active, .widget_shopping_cart_content .buttons a.button:hover, .projects-7::before, .counting::before {
  background-color: rgb(37 86 151 / 90%);
}

.scheme .clients .owl-nav div:hover::before, .scheme input[type="submit"]:hover, .woocommerce a.button {
  color: rgb(27, 39, 61);
}

h1, h2, h3, h4, h5, h6 {
  color: #21031d;
}

a, a:visited {
  color: #27589a;
}

.scheme a:hover {
  color: #c4994c;
}

body.scheme {
  background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #939393;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(252 79 26);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(33, 33, 33, 0.3);
}

.breadcrumb ul::before {
  content: "You are here:";
}

.tp-caption.home01-slider01-02, .home01-slider01-02 {
  color: rgb(255, 182, 0);
}

.home-slider-button:hover {
  background-color: rgb(255, 182, 0) !important;
  border-color: rgb(255, 182, 0) !important;
}

.home-slider-button:hover a {
  color: rgb(255, 255, 255) !important;
}

.home01-slider02-03 {
  color: rgb(255, 182, 0) !important;
}

.tp-caption span.yellow {
  color: rgb(255, 182, 0) !important;
}

.eg-adams-container, .eg-jefferson-container {
  background-color: rgb(255, 182, 0) !important;
}

.vc_row::before {
  display: block !important;
}

.vc_images_carousel .vc_carousel-indicators li {
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
  background-color: rgb(255, 182, 0) !important;
  border-color: rgb(255, 182, 0) !important;
}

.vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
}

.images-carousel-2 .vc_images_carousel .vc_carousel-indicators li {
  box-shadow: none;
  border-color: rgb(255, 255, 255) !important;
}

.images-carousel-2 .vc_images_carousel .vc_carousel-indicators .vc_active {
  background-color: rgb(255, 255, 255) !important;
  border-color: rgb(255, 255, 255) !important;
}

.has-bg {
  background-image: url("files/images//background06.jpg");
}

a.eg-thememove-company-news-element-18 {
  color: rgb(153, 153, 153);
}

h1, h2, h3, h4, h5, .eg-thememove-features-1-element-0, .eg-thememove-features-2-element-0, .eg-thememove-company-news-element-0, .eg-thememove-features-3-element-0, .eg-thememove-features-2-element-15, .eg-thememove-features-4-element-15, .eg-thememove-features-3-element-18, .eg-thememove-company-news-element-18, .eg-thememove-blog-element-0, .eg-thememove-blog-element-3, .scheme a.read-more, .navigation, .intro, .vc_progress_bar, .wpb_accordion, .testimonial__content, .testimonial__author, .header-right, .structure .esg-filterbutton, .add_to_cart_button, .vc_btn, .vc_btn3, .tp-caption, .recent-posts__item a, .columns-4.woocommerce ul.products li.product, .sidebar .widget .menu li a, .wpb_widgetised_column .widget .menu li a, .dates, .share, .eg-thememove-feature-4-element-0, .eg-thememove-feature-4-element-15, .testimonials-list .author span:first-child, .faq-classic .vc_custom_heading::before, .faq-classic .wpb_text_column::before, .wpcf7 input[type="submit"], .single_job_listing .application .application_button, .contact-page .call-us .wpb_text_column:last-child p, .woocommerce ul.products li.product .add_to_cart_button {
  font-family: Montserrat, sans-serif;
}

.navigation .sub-menu a, .download-btn .vc_btn3 {
  font-family: Lato, sans-serif;
}

@media (max-width: 1199px) {
  .menu-link {
      color: rgb(170, 173, 176);
      font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
      font-size: 28.8px;
  }

  h2 {
      font-size: 21.6px;
  }

  h3 {
      font-size: 16.2px;
  }

  h4 {
      font-size: 14.4px;
  }

  h5 {
      font-size: 13.5px;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
      font-size: 25.6px;
  }

  h2 {
      font-size: 19.2px;
  }

  h3 {
      font-size: 14.4px;
  }

  h4 {
      font-size: 12.8px;
  }

  h5 {
      font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  .header-preset-02 .navigation > div > ul > li > a, .header-preset-03 .navigation > div > ul > li > a, .header-preset-05 .navigation > div > ul > li > a {
      border-right-color: rgb(255, 255, 255);
  }

  .navigation > div > ul > li.current-menu-item > a::after, .navigation > div > ul > li:hover > a::after {
      background-color: #c4994c;
  }

  .header-preset-05 .navigation > div > ul > li > a:first-child {
      border-left-color: rgb(255, 255, 255);
  }

  .header-preset-02 .navigation > div > ul > li.current-menu-item > a, .header-preset-02 .navigation > div > ul > li:hover > a {
  }

  .header-preset-03 .navigation > div > ul > li.current-menu-item > a, .header-preset-03 .navigation > div > ul > li:hover > a, .header-preset-05 .navigation > div > ul > li:hover > a, .header-preset-05 .navigation > div > ul > li.current-menu-item > a {
  }

  .header-preset-04.home .headroom--not-top.header {
      background-color: rgb(27, 39, 61);
  }
}

.scheme .top-area {
  background-color: rgb(27, 39, 61);
  color: rgb(163, 168, 178);
}

.homepagetop-area {
  background-color: rgb(238, 238, 238) !important;
  color: rgb(136, 136, 136) !important;
}

.breadcrumb li {
  text-transform: capitalize;
  font-size: 14px;
}

.breadcrumb li a {
  font-size: 14px;
}

.footer .menu li {
  text-transform: capitalize;
}

.none-big {
  display: none;
}

li.isotope-item img {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .reverse-sm {
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse;
  }

  .pt-sm-32 {
      padding-top: 32px;
  }

  .none-big {
      display: block;
  }

  .none-sm {
      display: none !important;
  }
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  hyphens: none;
}

pre {
  background: rgb(245, 245, 245);
  color: rgb(102, 102, 102);
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0px;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

small {
  font-size: smaller;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin: 0px 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0px 0px 20px;
}

ul {
  list-style-type: square;
}

nav ul, nav ol {
  list-style: none none;
}

svg:not(:root) {
  overflow: hidden;
}

form {
  margin: 0px;
}

fieldset {
  border: 1px solid rgb(192, 192, 192);
  margin: 0px 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0px;
  padding: 0px;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0px;
  max-width: 100%;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0px;
}

input[type="search"] {
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type="search"]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-bottom: 1px solid rgb(237, 237, 237);
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 14px;
  line-height: 2;
  margin: 0px 0px 20px;
  width: 100%;
}

caption {
  font-size: 16px;
  margin: 20px 0px;
}

th {
  font-weight: bold;
  text-transform: uppercase;
}

td {
  border-top: 1px solid rgb(237, 237, 237);
  padding: 6px 10px 6px 0px;
}

del {
  color: rgb(51, 51, 51);
}

ins {
  background: rgb(255, 249, 192);
  text-decoration: none;
}

.genericon::before, .menu-toggle::after, .featured-post::before, .date a::before, .entry-meta .author a::before, .format-audio .entry-content::before, .comments-link a::before, .tags-links a:first-child::before, .categories-links a:first-child::before, .edit-link a::before, .attachment .entry-title::before, .attachment-meta::before, .attachment-meta a::before, .comment-awaiting-moderation::before, .comment-reply-link::before, .comment-reply-login::before, .comment-reply-title small a::before, .bypostauthor > .comment-body .fn::before, .error404 .page-title::before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: 16px / 1 Genericons;
  vertical-align: text-bottom;
}

.clear::after, .attachment .entry-header::after, .site-footer .widget-area::after, .entry-content::after, .page-content::after, .navigation::after, .nav-links::after, .gallery::after, .comment-form-author::after, .comment-form-email::after, .comment-form-url::after, .comment-body::after {
  clear: both;
}

.clear::before, .clear::after, .attachment .entry-header::before, .attachment .entry-header::after, .site-footer .widget-area::before, .site-footer .widget-area::after, .entry-content::before, .entry-content::after, .page-content::before, .page-content::after, .navigation::before, .navigation::after, .nav-links::before, .nav-links::after, .gallery::before, .gallery::after, .comment-form-author::before, .comment-form-author::after, .comment-form-email::before, .comment-form-email::after, .comment-form-url::before, .comment-form-url::after, .comment-body::before, .comment-body::after {
  content: "";
  display: table;
}

.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%;
}

.entry-content img, .entry-summary img, .comment-content img[height], img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}

img.size-full, img.size-large, img.wp-post-image, .wpb_single_image img, .vc_inner img {
  height: auto;
  max-width: 100%;
  width: auto;
}

embed, iframe, object, video {
  max-width: 100%;
}

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

figure.wp-caption.alignleft, img.alignleft {
  margin: 5px 20px 5px 0px;
}

.wp-caption.alignleft {
  margin: 5px 10px 5px 0px;
}

figure.wp-caption.alignright, img.alignright {
  margin: 5px 0px 5px 20px;
}

.wp-caption.alignright {
  margin: 5px 0px 5px 10px;
}

img.aligncenter {
  margin: 5px auto;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: rgb(34, 14, 16);
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin: 0px 0px 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}

div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}

img.wp-smiley, .rsswidget img {
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside;
}

.sticky.format-standard .entry-meta .date, .sticky.format-audio .entry-meta .date, .sticky.format-chat .entry-meta .date, .sticky.format-image .entry-meta .date, .sticky.format-gallery .entry-meta .date {
  display: none;
}

.page-links {
  clear: both;
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 2.2;
  margin: 20px 0px;
  text-transform: uppercase;
}

.page-links a, .page-links > span {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  padding: 5px 10px;
  text-decoration: none;
}

.format-status .entry-content .page-links a, .format-gallery .entry-content .page-links a, .format-chat .entry-content .page-links a, .format-quote .entry-content .page-links a, .page-links a {
  background: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

.format-gallery .entry-content .page-links a:hover, .format-audio .entry-content .page-links a:hover, .format-status .entry-content .page-links a:hover, .format-video .entry-content .page-links a:hover, .format-chat .entry-content .page-links a:hover, .format-quote .entry-content .page-links a:hover, .page-links a:hover {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

.format-status .entry-content .page-links > span, .format-quote .entry-content .page-links > span {
  background: none;
}

.page-links .page-links-title {
  background: transparent;
  border: none;
  margin-right: 20px;
  padding: 0px;
}

.hentry .mejs-mediaelement, .hentry .mejs-container .mejs-controls {
  background: rgb(34, 14, 16);
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: rgb(255, 255, 255);
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: rgb(234, 150, 41);
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgb(89, 89, 89);
}

.hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0px;
}

.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

.gallery-item {
  float: left;
  margin: 0px 4px 4px 0px;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1.gallery-size-medium, .gallery-columns-1.gallery-size-thumbnail, .gallery-columns-2.gallery-size-thumbnail, .gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0px auto 20px;
}

.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
  text-align: center;
}

.gallery-columns-4 .gallery-item {
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0px;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.3;
  margin: 0px;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  transition: opacity 400ms ease 0s;
  width: 100%;
}

.gallery-caption::before {
  box-shadow: rgb(0, 0, 0) 0px -10px 15px inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

.attachment .hentry {
  background-color: rgb(232, 229, 206);
  margin: 0px;
  padding: 0px;
}

.attachment .entry-header {
  margin-bottom: 0px;
  max-width: 1040px;
  padding: 30px 0px;
}

.attachment .entry-title {
  display: inline-block;
  float: left;
  font: italic 300 30px "Source Sans Pro", Helvetica, sans-serif;
  margin: 0px;
}

.attachment .entry-title::before {
  content: "";
  font-size: 32px;
  margin-right: 10px;
}

.attachment .entry-meta {
  clear: none;
  color: inherit;
  float: right;
  max-width: 604px;
  padding: 9px 0px 0px;
  text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
  max-width: 104px;
}

.attachment footer.entry-meta {
  display: none;
}

.attachment-meta::before {
  content: "";
}

.full-size-link a::before {
  content: "";
}

.full-size-link::before {
  content: none;
}

.attachment .entry-meta a, .attachment .entry-meta .edit-link::before, .attachment .full-size-link::before {
  color: rgb(202, 60, 8);
}

.attachment .entry-content {
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  padding: 40px 0px;
}

.image-navigation {
  margin: 0px auto;
  max-width: 1040px;
  position: relative;
}

.image-navigation a:hover {
  text-decoration: none;
}

.image-navigation .nav-previous, .image-navigation .nav-next {
  position: absolute;
  top: 50px;
}

.image-navigation .nav-previous {
  left: 0px;
}

.image-navigation .nav-next {
  right: 0px;
}

.image-navigation .meta-nav {
  font-size: 32px;
  font-weight: 300;
  vertical-align: -4px;
}

.attachment .entry-attachment, .attachment .type-attachment p {
  margin: 0px auto;
  max-width: 724px;
  text-align: center;
}

.attachment .entry-attachment .attachment {
  display: inline-block;
}

.attachment .entry-caption {
  text-align: left;
}

.attachment .entry-description {
  margin: 20px auto 0px;
  max-width: 604px;
}

.attachment .entry-caption p:last-child, .attachment .entry-description p:last-child {
  margin: 0px;
}

.attachment .site-main .sidebar-container {
  display: none;
}

.attachment .entry-content .mejs-audio {
  max-width: 400px;
  margin: 0px auto;
}

.attachment .entry-content .wp-video {
  margin: 0px auto;
}

.attachment .entry-content .mejs-container {
  margin-bottom: 24px;
}

.search-form .search-submit {
  display: none;
}

.widget_rss .rss-date {
  display: block;
}

.widget_rss .rss-date, .widget_rss li > cite {
  color: rgb(162, 162, 162);
}

.widget_calendar table, .widget_calendar td {
  border: 0px;
  border-collapse: separate;
  border-spacing: 1px;
}

.widget_calendar caption {
  font-size: 14px;
  margin: 0px;
}

.widget_calendar th, .widget_calendar td {
  padding: 0px;
  text-align: center;
}

.widget_calendar a {
  display: block;
}

.widget_calendar a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
  background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
  background-color: transparent;
}

@media (min-width: 1200px) {
  blockquote, q {
      hyphens: none;
      quotes: none;
  }

  blockquote::before, blockquote::after, q::before, q::after {
      content: none;
  }

  blockquote {
      font-size: 18px;
      margin: 24px 40px;
  }

  blockquote blockquote {
      margin-right: 0px;
  }

  blockquote cite, blockquote small {
      font-weight: normal;
      display: block;
      font-size: 11px;
      color: rgb(0, 0, 0);
      margin-top: 20px;
  }

  blockquote em, blockquote i {
      font-style: normal;
      font-weight: 300;
  }

  blockquote strong, blockquote b {
      font-weight: 400;
  }
}

.page .entry-content .alignfull {
  margin-left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
}

.page .entry-content .alignwide {
  margin-left: -100px;
  margin-right: -100px;
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
  margin: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 0;
  box-sizing: border-box;
}

.mm-btn, .mm-menu {
  box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-listview .mm-next::before, .mm-listview > li:not(.mm-divider)::after, .mm-next::after, .mm-prev::before {
  content: "";
  bottom: 0px;
}

.mm-hidden {
  display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  padding: 0px;
  position: absolute;
  bottom: 0px;
}

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute;
  bottom: 0px;
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transform: translate3d(100%, 0px, 0px);
}

.mm-panel.mm-opened {
  transform: translate3d(0px, 0px, 0px);
}

.mm-panel.mm-subopened {
  transform: translate3d(-30%, 0px, 0px);
}

.mm-panels > .mm-panel {
  overflow: hidden auto;
  padding: 0px 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-panels > .mm-panel::after, .mm-panels > .mm-panel::before {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0px 10px 10px;
}

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child::after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child::after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-listview > li.mm-vertical > .mm-next::after, .mm-vertical .mm-listview > li > .mm-next::after {
  top: 16px;
  bottom: auto;
}

.mm-listview > li.mm-vertical.mm-opened > .mm-next::after, .mm-vertical .mm-listview > li.mm-opened > .mm-next::after {
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
}

.mm-clear::after, .mm-clear::before, .mm-close::after, .mm-close::before {
  content: "";
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  transform: rotate(-45deg);
}

.mm-clear::before, .mm-close::before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-clear::after, .mm-close::after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-next::after, .mm-prev::before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0px;
}

.mm-prev::before {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next::after {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0px 40px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0px;
}

.mm-navbar .mm-btn:first-child {
  left: 0px;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0px;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

.mm-listview {
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after {
  border-color: inherit;
}

.mm-listview > li > a, .mm-listview > li > span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0px;
}

.mm-listview > li:not(.mm-divider)::after {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0px;
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
}

.mm-listview .mm-next::before {
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen::before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0px;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0px 10px 15px 40px;
  margin: 0px;
}

.mm-listview .mm-inset > li {
  padding: 5px 0px;
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-menu {
  background: rgb(243, 243, 243);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next::after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05);
}

.mm-page {
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  z-index: 1;
}

html.mm-opened {
  overflow-x: hidden;
  position: relative;
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
}

html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-menu.mm-offcanvas.mm-current {
  display: block;
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
  z-index: 10;
}

html.mm-opening .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 550px) {
  html.mm-opening .mm-slideout {
      transform: translate3d(440px, 0px, 0px);
  }
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom, .mm-menu.mm-offcanvas.mm-autoheight.mm-top {
  max-height: 80%;
}

.mm-menu.mm-offcanvas.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-offcanvas.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-offcanvas.mm-measureheight .mm-panel {
  display: block !important;
}

.mm-menu.mm-offcanvas.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

.mm-menu.mm-columns {
  transition-property: transform, width, max-width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel {
  width: 100%;
  right: auto;
  display: none;
  transition-property: transform, width, -webkit-transform;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened {
  border-right-width: 1px;
  border-right-style: solid;
  border-color: inherit;
  display: block;
  transform: translate3d(0px, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-subopened {
  transform: translate3d(-100%, 0px, 0px);
  z-index: 2;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-0 {
  transform: translate3d(0px, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  transform: translate3d(100%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0px;
}

html.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
      transform: translate3d(0px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 0px) {
  html.mm-right.mm-opening.mm-columns-0 .mm-slideout {
      transform: translate3d(0px, 0px, 0px);
  }
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-1 {
  transform: translate3d(100%, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  transform: translate3d(200%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
      transform: translate3d(440px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 550px) {
  html.mm-right.mm-opening.mm-columns-1 .mm-slideout {
      transform: translate3d(-440px, 0px, 0px);
  }
}

.mm-menu.mm-columns-1 .mm-panels > .mm-panel {
  width: 100%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-2 {
  transform: translate3d(200%, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  transform: translate3d(300%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px;
}

html.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
      transform: translate3d(880px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 1100px) {
  html.mm-right.mm-opening.mm-columns-2 .mm-slideout {
      transform: translate3d(-880px, 0px, 0px);
  }
}

.mm-menu.mm-columns-2 .mm-panels > .mm-panel {
  width: 50%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-3 {
  transform: translate3d(300%, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  transform: translate3d(400%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px;
}

html.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
      transform: translate3d(1320px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 1650px) {
  html.mm-right.mm-opening.mm-columns-3 .mm-slideout {
      transform: translate3d(-1320px, 0px, 0px);
  }
}

.mm-menu.mm-columns-3 .mm-panels > .mm-panel {
  width: 33.34%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-4 {
  transform: translate3d(400%, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  transform: translate3d(500%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px;
}

html.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
      transform: translate3d(1760px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 2200px) {
  html.mm-right.mm-opening.mm-columns-4 .mm-slideout {
      transform: translate3d(-1760px, 0px, 0px);
  }
}

.mm-menu.mm-columns-4 .mm-panels > .mm-panel {
  width: 25%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-5 {
  transform: translate3d(500%, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  transform: translate3d(600%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px;
}

html.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
      transform: translate3d(2200px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 2750px) {
  html.mm-right.mm-opening.mm-columns-5 .mm-slideout {
      transform: translate3d(-2200px, 0px, 0px);
  }
}

.mm-menu.mm-columns-5 .mm-panels > .mm-panel {
  width: 20%;
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-columns-6 {
  transform: translate3d(600%, 0px, 0px);
}

.mm-menu.mm-columns .mm-panels > .mm-panel.mm-opened:not([class*="mm-columns-"]) ~ .mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  transform: translate3d(700%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px;
}

html.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate3d(80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
      transform: translate3d(2640px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 3300px) {
  html.mm-right.mm-opening.mm-columns-6 .mm-slideout {
      transform: translate3d(-2640px, 0px, 0px);
  }
}

.mm-menu.mm-columns-6 .mm-panels > .mm-panel {
  width: 16.67%;
}

em.mm-counter {
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0px;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0px;
}

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span, em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0px;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0px;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next::after {
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  transform: translate3d(0px, 0px, 0px);
}

.mm-fixeddivider::after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s;
}

.mm-menu.mm-dropdown {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px;
  height: 80%;
}

html.mm-dropdown .mm-slideout {
  z-index: 0;
  transform: none !important;
}

html.mm-dropdown #mm-blocker {
  z-index: 1;
  transition-delay: 0s !important;
}

html.mm-dropdown .mm-menu {
  z-index: 2;
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none;
}

.mm-menu.mm-tip::before {
  content: "";
  background: inherit;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  transform: rotate(45deg);
}

.mm-menu.mm-tipleft::before {
  left: 22px;
}

.mm-menu.mm-tipright::before {
  right: 22px;
}

.mm-menu.mm-tiptop::before {
  top: -8px;
}

.mm-menu.mm-tipbottom::before {
  bottom: -8px;
}

.mm-iconpanel .mm-panel {
  transition-property: transform, left, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left-width: 1px;
  border-left-style: solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  transform: translate3d(0px, 0px, 0px);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  transition: opacity 0.4s ease 0s;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  inset: 0px 0px -100000px;
  z-index: 3;
}

.mm-keyboardfocus a:focus {
  outline: 0px;
}

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5);
}

.mm-navbar-bottom, .mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0px;
  z-index: 3;
  transform: translate3d(0px, 0px, 0px);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0px;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0px 40px;
}

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: auto hidden;
  text-align: left;
  padding: 0px 0px 0px 17px;
}

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0px;
  padding-left: 0px;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

.mm-menu.mm-rtl {
  direction: rtl;
}

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto;
}

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  transform: translate3d(-100%, 0px, 0px);
}

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  transform: translate3d(30%, 0px, 0px);
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0px;
}

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0px;
}

.mm-menu.mm-rtl .mm-navbar .mm-next::after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-navbar .mm-prev::before {
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0px;
  right: 20px;
}

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0px !important;
}

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0px;
}

.mm-menu.mm-rtl .mm-listview .mm-next::before {
  left: auto;
  right: 0px;
}

.mm-menu.mm-rtl .mm-listview .mm-next::after {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px;
}

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important;
}

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px;
}

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px;
}

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px;
}

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px;
}

.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"] {
  left: 0px;
}

.mm-menu.mm-rtl .mm-panel[class*="mm-iconpanel-"].mm-subopened {
  transform: translate3d(0px, 0px, 0px);
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: transform, right, -webkit-transform;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px;
}

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left-width: initial;
  border-left-style: none;
  border-right-width: 1px;
  border-right-style: solid;
  border-color: inherit;
}

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
}

.mm-search, .mm-search input {
  box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0px;
  position: relative;
}

.mm-search input {
  border-radius: 4px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  font-stretch: inherit;
  font-family: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0px;
  padding: 0px 10px;
  border: none !important;
  outline: 0px !important;
  box-shadow: none !important;
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0px;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0px;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-panels > .mm-resultspanel:not(.mm-opened) {
  transform: translate3d(0px, 0px, 0px);
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -100px;
  z-index: 3;
  transition: right 0.4s ease 0s;
  transform: translate3d(0px, 0px, 0px);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0px;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background 0.4s ease 0s;
}

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5);
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px;
}

label.mm-check, label.mm-toggle {
  margin: 0px;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px;
}

label.mm-check::before, label.mm-toggle::before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle::before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle::before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check::before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0px 0px 20%;
  opacity: 0.1;
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check::before {
  opacity: 1;
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0px;
  top: 5px;
}

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a, label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle::before {
  background: rgb(243, 243, 243);
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: rgb(75, 217, 99);
}

.mm-menu label.mm-check::before {
  border-color: rgba(0, 0, 0, 0.75);
}

.mm-listview.mm-border-none > li::after, .mm-menu.mm-border-none .mm-listview > li::after {
  content: none;
}

.mm-listview.mm-border-full > li::after, .mm-menu.mm-border-full .mm-listview > li::after {
  left: 0px !important;
}

.mm-listview.mm-border-offset > li::after, .mm-menu.mm-border-offset .mm-listview > li::after {
  right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(-30%, 0px, 0px);
  transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0px, 0px, 0px);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  transform: scale(0.7, 0.7) translate3d(30%, 0px, 0px);
  transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  transform: scale(1, 1) translate3d(0px, 0px, 0px);
}

.mm-menu.mm-effect-menu-slide {
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate3d(-30%, 0px, 0px);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate3d(0px, 0px, 0px);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  transform: translate3d(30%, 0px, 0px);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  transform: translate3d(0px, 0px, 0px);
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  transition: opacity 0.4s ease 0s;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  transform: scale(1.5, 1.5) translate3d(100%, 0px, 0px);
  transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  transform: scale(1, 1) translate3d(0px, 0px, 0px);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  transform: scale(0.7, 0.7) translate3d(-30%, 0px, 0px);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  transform: translate3d(0px, 0px, 0px);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  transform: translate3d(-100%, 0px, 0px);
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  transition: none 0.4s ease 0s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  transition-delay: 0.1s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  transition-delay: 0.2s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  transition-delay: 0.3s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  transition-delay: 0.4s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  transition-delay: 0.5s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  transition-delay: 0.6s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  transition-delay: 0.7s;
}

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  transition-property: transform, opacity, -webkit-transform;
  transform: translate3d(50%, 0px, 0px);
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0px;
}

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate3d(100%, 0px, 0px);
}

@media (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
      transform: translate3d(140px, 0px, 0px);
  }
}

@media (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
      transform: translate3d(10000px, 0px, 0px);
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  transform: translate3d(-100%, 0px, 0px);
}

@media (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
      transform: translate3d(-10000px, 0px, 0px);
  }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview::after, .mm-menu .mm-panels > .mm-panel.mm-justified-listview::before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel::after, .mm-menu.mm-justified-listview .mm-panels > .mm-panel::before {
  content: none;
  display: none;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  -webkit-box-flex: 1;
  flex: 1 1 0px;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span {
  box-sizing: border-box;
  height: 100%;
}

.mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > a:not(.mm-next)::before, .mm-menu .mm-panels > .mm-panel.mm-justified-listview > .mm-listview > li:not(.mm-divider) > span::before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > a:not(.mm-next)::before, .mm-menu.mm-justified-listview .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) > span::before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0px;
}

.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a, .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal;
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0;
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s;
}

html.mm-pagedim #mm-blocker {
  background: inherit;
}

html.mm-pagedim-white #mm-blocker {
  background: rgb(255, 255, 255);
}

html.mm-pagedim-black #mm-blocker {
  background: rgb(0, 0, 0);
}

.mm-menu.mm-popup {
  transition: opacity 0.4s ease 0s;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 10px;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  inset: 50% auto auto 50%;
  transform: translate3d(-50%, -50%, 0px);
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1;
}

html.mm-popup .mm-slideout {
  z-index: 0;
  transform: none !important;
}

html.mm-popup #mm-blocker {
  z-index: 1;
  transition-delay: 0s !important;
}

html.mm-popup .mm-menu {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-right {
  left: auto;
}

html.mm-right.mm-opening .mm-slideout {
  transform: translate3d(-80%, 0px, 0px);
}

@media (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
      transform: translate3d(-140px, 0px, 0px);
  }
}

@media (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
      transform: translate3d(-440px, 0px, 0px);
  }
}

html.mm-front .mm-slideout {
  z-index: 0;
  transform: none !important;
}

html.mm-front #mm-blocker {
  z-index: 1;
}

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2;
}

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  transform: translate3d(-100%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  transform: translate3d(100%, 0px, 0px);
}

.mm-menu.mm-offcanvas.mm-top {
  transform: translate3d(0px, -100%, 0px);
}

.mm-menu.mm-offcanvas.mm-bottom {
  transform: translate3d(0px, 100%, 0px);
  top: auto;
}

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  transform: translate3d(0px, 0px, 0px);
}

.mm-menu.mm-shadow-page::after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-shadow-page.mm-right::after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-shadow-page.mm-front::after, .mm-menu.mm-shadow-page.mm-next::after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-page::after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

.mm-menu.mm-theme-dark {
  background: rgb(51, 51, 51);
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-btn::after, .mm-menu.mm-theme-dark .mm-btn::before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next::after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check::before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-shadow-page.mm-theme-dark::after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px;
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle::before {
  background: rgb(51, 51, 51);
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: rgb(75, 217, 99);
}

.mm-menu.mm-theme-white {
  background: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > *, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-btn::after, .mm-menu.mm-theme-white .mm-btn::before {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next::after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check::before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-shadow-page.mm-theme-white::after, .mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle::before {
  background: rgb(255, 255, 255);
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: rgb(75, 217, 99);
}

.mm-menu.mm-theme-black {
  background: rgb(0, 0, 0);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > *, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-btn::after, .mm-menu.mm-theme-black .mm-btn::before {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next::after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check::before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover, .mm-menu.mm-keyboardfocus a:focus, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-shadow-page.mm-theme-black::after {
  content: none;
  display: none;
}

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle::before {
  background: rgb(0, 0, 0);
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: rgb(75, 217, 99);
}

.mm-menu .mm-tileview.mm-listview::after, .mm-menu.mm-tileview .mm-listview::after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next::after, .mm-menu .mm-tileview.mm-listview > li > .mm-next::before, .mm-menu.mm-tileview .mm-listview > li > .mm-next::after, .mm-menu.mm-tileview .mm-listview > li > .mm-next::before, .mm-menu.mm-tileview .mm-panel::after {
  content: none;
  display: none;
}

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0px;
  padding: 50% 0px 0px;
  float: left;
  position: relative;
}

.mm-menu .mm-tileview.mm-listview > li::after, .mm-menu.mm-tileview .mm-listview > li::after {
  left: 0px;
  top: 0px;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0px;
  margin: 0px;
  position: absolute;
  inset: 0px 1px 1px 0px;
}

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0px;
  padding-right: 0px;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0px;
}

.top-area .col-md-9 {
  width: 100%;
}

.top-area .social {
  display: none;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
}

body.custom-background {
  background-image: url("../../../../files/images/notebook.png");
  background-position: left top;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.vc_custom_1433564288626 {
  margin-top: 32px !important;
  margin-bottom: 50px !important;
}

.vc_custom_1433564297721 {
  margin-bottom: 0px !important;
  background-color: #fc4f1a !important;
}

.vc_custom_1433820805792 {
  margin-bottom: 50px !important;
}

.vc_custom_1433820842890 {
  margin-bottom: 50px !important;
}

.vc_custom_1433820859851 {
  margin-bottom: 50px !important;
}

.wpb_animate_when_almost_visible {
  opacity: 1;
}

.eg-thememove-project-element-0 {
  font-size: 20px !important;
  line-height: 22px !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 900 !important;
  font-style: italic !important;
  display: inline-block !important;
  float: none !important;
  clear: both !important;
  margin: 0px !important;
  padding: 0px 15px !important;
  border-radius: 0px !important;
  background: rgb(255, 255, 255) !important;
  position: relative !important;
  z-index: 2 !important;
}

.eg-thememove-project-element-2 {
  font-size: 6px !important;
  line-height: 7px !important;
  color: transparent !important;
  font-weight: 300 !important;
  display: inline-block !important;
  float: none !important;
  clear: both !important;
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
  background: rgb(255, 255, 255) !important;
  position: relative !important;
  z-index: 2 !important;
  text-transform: uppercase !important;
  border-width: 2px 0px 0px !important;
  border-color: rgb(255, 255, 255) !important;
  border-style: solid !important;
}

.eg-thememove-project-element-6 {
  display: block;
  font-size: 32px !important;
  line-height: 32px !important;
  color: rgb(255, 255, 255) !important;
  font-weight: 200 !important;
  padding: 0px !important;
  border-radius: 0px !important;
  background: rgb(255, 255, 255) !important;
  z-index: 2 !important;
  border-width: 0px !important;
  border-color: rgb(255, 255, 255) !important;
  border-style: solid !important;
}

.esg-center.eg-thememove-project-element-2.esg-transition {
  width: 60px;
  height: 3px;
  font-size: 0px !important;
  background: rgb(255, 255, 255) !important;
}

.wpb_animate_when_almost_visible {
  opacity: 1;
}

body, input, select, textarea, p {
  font-family: Lato;
}

.wpb_animate_when_almost_visible {
  opacity: 1 !important;
}

body, [class*="col-"], .footer .menu li {
  font-size: 14px;
}

.footer .menu li a {
  font-size: 14px;
}

h1 {
  font-family: Montserrat;
  font-size: 24px;
  color: #21031d;
  text-transform: uppercase;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

body.scheme {
  color: #939393;
}

.scheme .header {
  background-color: #000;
  color: rgb(153, 153, 153);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
}

.scheme .top-area {
  background-color: rgb(27, 39, 61);
  color: rgb(163, 168, 178);
}

.scheme .top-area a {
  color: rgb(163, 168, 178);
}

.scheme .top-area a:hover {
  color: rgb(255, 182, 0);
}

.search-box i {
  color: rgb(153, 153, 153);
}

.mini-cart .mini-cart__button .mini-cart-icon {
  color: rgb(153, 153, 153);
}

.mini-cart .mini-cart__button .mini-cart-icon::after {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 182, 0);
}

.navigation, .header-preset-05 .nav {
  background-color: transparent;
}

.scheme .footer {
  background-color: black;
  color: rgb(136, 136, 136);
}

.scheme .footer .widget-title {
  color: rgb(255, 255, 255);
}

.scheme .footer a {
  color: #fff;
}

.scheme .footer a:hover {
  color: #c9c746;
}

.scheme .copyright {
  background-color: #c4994c;
  color: rgb(255, 255, 255);
}

.scheme .copyright a {
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.scheme .copyright a:hover {
  color: rgb(135, 37, 210);
}

div.eg-thememove-project-element-0 {
  background: transparent !important;
}

div.eg-thememove-project-element-2 {
  background: transparent !important;
}

a.eg-thememove-project-element-6 {
  background: transparent !important;
}

div.eg-thememove-project-container {
  background-color: rgb(201 199 70 / 80%);
}

.address-adjust {
  padding-left: 34px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0px;
  margin-bottom: 25px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

ul.services-links-citypage {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: start;
  justify-content: start;
  gap: 3px 40px;
}

.custom-footer-logos {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 360px;
  margin: 15px auto 0px;
}

.custom-single-logo.double-logos a img {
  width: 100%;
  max-width: 110px;
  opacity: 0.9;
}

.custom-single-logo.single-last-logo img {
  width: 100%;
  max-width: 70px;
}

.custom-single-logo.double-logos {
  margin: 0px 18px;
}

.custom-single-logo.double-logos a:last-child img {
  margin-top: 16px;
}

.custom-single-logo.single-logo a img {
  width: 100%;
  max-width: 400px;
}

.custom-footer-logos img {
  display: block;
  width: 100%;
  margin-bottom: 0px !important;
}

.custom-single-logo.single-logo a img {
  max-width: 110px;
}

@media (min-width: 1200px) {
  header.header .container .row .col-md-3 {
      width: 15%;
  }

  header.header .container .row .col-md-9 {
      width: 85%;
  }
}

@media (max-width: 991px) {
  #better-menu-widget-4 {
      display: none;
  }

  .footer .menu li {
      width: 100%;
  }
}

@media (max-width: 480px) {
  .header .container .row .col-xs-6:first-child {
      width: 75%;
  }

  .header .container .row .col-xs-6:nth-child(2) {
      width: 25%;
  }
}

.vc_custom_1433566012010 {
  margin-top: 70px !important;
  margin-bottom: 0px !important;
  background-color: rgb(253, 197, 2) !important;
}

.has-bg {
  background-image: url("../../../../files/images//background06.jpg");
}

.row.justify-content-center {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

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

div#page {
  padding: 0px !important;
}

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0px 1px 1px 0px;
  max-width: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  float: none !important;
}

ul.link-ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px !important;
}

ul.link-ul li {
  width: 30%;
}

iframe {
  width: 100% !important;
  margin-top: -14px !important;
}

.single-review p {
  margin: 0px !important;
}

p.review-author {
  font-weight: 600;
  font-style: italic;
  padding-top: 8px;
}

.single-review {
  border-bottom: 1px solid rgb(153, 153, 153);
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.single-review:last-child {
  padding-bottom: 16px;
  margin-bottom: 0px;
}

.site-branding a img {
  width: 100%;
  max-width: 160px;
  transition: all 0.8s ease 0s;
  transform: scale(1.3);
  margin-left: 18px;
}

img.logo.shrink {
  max-width: 160px;
  transform: scale(1.2);
}

img.footer-logo {
  max-width: 180px;
}

.image-padding {
  padding-left: 16px;
  padding-bottom: 16px;
}

.boxed p, li, a {
  font-size: 16px;
}

.boxed a {
  font-weight: 600;
}

.page-breadcrumbs {
  list-style: none;
  display: flex;
  padding: 8px 16px;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 4px;
  margin-bottom: 16px !important;
}

.page-breadcrumbs li {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #a1a1a1;
  margin-left: 4px !important;
}

.page-breadcrumbs li:first-child {
  margin-left: 0px !important;
}

.page-breadcrumbs li a {
  color: #a1a1a1;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.page-breadcrumbs li a:hover {
  transition: all 50ms ease 0s;
  color: rgb(135, 37, 210);
}

img.float-right.d-md-block.mx-auto {
  max-width: 320px;
  padding-left: 16px;
  display: block;
  box-sizing: content-box;
}

.page-breadcrumbs li + li::before {
  padding: 0px 4px;
  color: #c4994c;
  content: "/ ";
}

ul.link-ul.homepage-servicer li {
  width: 23.2%;
  text-align: left;
}

ul.link-ul.homepage-servicer {
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
  width: 100%;
  max-width: 1115px;
}

.counter-icon {
  max-height: 60px;
  width: 100% !important;
  max-width: 60px !important;
}

.vc_custom_heading h3 {
  margin: 0px;
}

h3.widget-title {
  margin-top: 0px;
}

img.big-footer-logo.national-logo {
  max-width: 120px;
}

.contact-page-image img {
  width: 100%;
  max-width: 1172px;
  margin: 0px auto;
  display: block;
  padding: 0px 16px;
}

.contact-page-image {
  padding-bottom: 48px;
}

img.float-right.d-md-block.mx-auto.about-group-photo {
  max-width: 250px;
  width: 100%;
}

img.pdf-icons {
  display: block;
  margin: 0px auto;
  width: 100%;
  max-width: 275px;
  padding-bottom: 24px;
}

.resources-row {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px -15px;
}

.single-resources {
  margin: 0px 15px 24px;
  border-radius: 4px;
  width: 100%;
  max-width: 46%;
  display: flex;
  padding: 24px 12px;
  -webkit-box-align: start;
  align-items: flex-start;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
}

.resources-icon img {
  width: 100%;
  max-width: 64px;
  max-height: 90px;
  object-fit: contain;
}

.resources-icon {
  margin-right: 16px;
  display: flex;
}

.resources-des p {
  margin: 0px 0px 10px;
}

.resources-des h5 {
  margin: 0px;
}

.resources-title {
  text-align: center;
  padding-top: 24px;
  padding-bottom: 32px;
}

.resources-title h2 {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 22px;
}

a.agents-link:hover {
  cursor: default !important;
  /* color: rgb(255, 255, 255) !important; */
}

.service-areas-links ul {
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: left;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 2px 40px;
}

.service-areas-links.home-page-areas {
  max-width: 900px;
  margin: 0px auto;
  padding-bottom: 16px;
}

.service-areas-links ul li {
  position: relative;
  padding-left: 8px;
}

.service-areas-links ul li::after {
  position: absolute;
  left: -4px;
  top: 12px;
  content: "";
  width: 4px;
  height: 4px;
  background: rgb(147, 147, 147);
}

.service-areas-links.city-page-links ul {
  -webkit-box-pack: start;
  justify-content: start;
}

.service-areas-links.city-page-links ul li {
  margin-left: 8px;
}

.footer-social-logo a {
  display: block;
  margin: 0px 8px;
}

.footer-social-logo {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px -8px;
}

.py-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.new-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 8px auto 8px auto 8px auto 8px auto;
  grid-template-columns: auto auto auto auto auto;
  gap: 8px;
}

.new-gallery a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid gainsboro;
}

.new-gallery a:hover {
  opacity: 0.8;
}

.new-gallery a img {
  width: 100%;
}

ul.services-links-citypage.service-link-no-anchor {
  list-style: none;
  padding-bottom: 12px;
}

ul.services-links-citypage.service-link-no-anchor li {
  margin-left: 0px;
}

ul.services-links-citypage.grid-columns-tree {
  list-style: none;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 650px;
}

ul.services-links-citypage.grid-columns-tree li {
  margin-left: 0px;
}

.service-areas-links.city-page-links ul {
  gap: 8px 21px !important;
}

.before-after {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 16px 0px;
}

.before-after img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.before-img {
  position: relative;
}

.before-img::before {
  position: absolute;
  content: "Before";
  font-size: 18px;
  color: rgb(255, 255, 255);
  left: 0px;
  background: rgb(167, 15, 12);
  padding: 0px 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.after-img {
  position: relative;
  margin-left: 4px;
}

.after-img::after {
  position: absolute;
  content: "After";
  font-size: 18px;
  color: rgb(255, 255, 255);
  right: 0px;
  background: rgb(95, 184, 141);
  padding: 0px 24px;
  letter-spacing: 0.5px;
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-preset-01 .headroom--not-top .navigation > div > ul > li > a {
      padding: 20px 0px;
  }

  ul.link-ul.homepage-servicer {
      max-width: 100%;
  }

  ul.link-ul.homepage-servicer li {
      width: 22%;
      font-size: 15px;
  }

  ul.link-ul.homepage-servicer li a {
      font-size: 15px;
  }

  .header-preset-01 .navigation > div > ul > li > a {
      padding: 40px 0px;
      font-size: 13px;
  }

  .single-resources {
      max-width: 45%;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  ul.link-ul.homepage-servicer {
      -webkit-box-pack: start;
      justify-content: start;
      max-width: 100%;
  }

  .custom-footer-logos {
      margin-left: 0px;
  }

  ul.link-ul.homepage-servicer li {
      width: 30.2%;
  }

  ul.link-ul.homepage-servicer li a {
      font-size: 15px;
  }

  h2.counter-heading {
      font-size: 20px !important;
  }

  .vc_custom_heading.counter h2 {
      font-size: 22px !important;
  }

  h4.counter-small-text {
      font-size: 14px !important;
  }

  .single-resources {
      max-width: 75%;
  }

  .service-areas-links.city-page-links ul {
      gap: 2px 4px;
      grid-template-columns: auto auto;
  }

  .service-areas-links.city-page-links ul li a {
      font-size: 15px;
  }

  .resources-row {
      -webkit-box-pack: center;
      justify-content: center;
  }
}

@media (max-width: 991px) {
  ul.link-ul li {
      width: 45%;
  }

  .intro4 .col-sm-4 {
      background: url("../images/bg3.png") center center no-repeat;
  }
}

.contact-us-form {
}

.contact-us-form iframe {
  max-width: 559px !important;
  margin-top: 0px !important;
}
a.book-btn {
  display: inline-block !important;
  background: #fc4f1a;
  padding: 6px 16px !important;
  color: #fff !important;
  text-transform: none;
}
a.book-btn:after {
    display: none;
}
a.book-btn:hover {
  color: #fff !important;
  background: #c4994c;
}
.vc_custom_heading.heading-title-3.ourservices-title:before {
  background: #21031da8!important;
}
@media (max-width: 767px) {
  li.menu-item a.book-btn {
    margin: 8px 20px;
}
  .contact-us-form {
      margin-left: 0px !important;
  }

  .single-resources {
      max-width: 85%;
  }

  .before-after img {
      width: 100%;
      height: 232px;
      object-fit: cover;
  }

  .service-areas-links.city-page-links {
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
  }

  .home-request-form {
      padding: 0px 15px;
  }

  .service-areas-links ul {
      grid-template-columns: auto;
      gap: 3px 25px;
  }

  .resources-row {
      -webkit-box-pack: center;
      justify-content: center;
  }

  .resources-title h2 {
      font-size: 20px;
  }

  ul.link-ul.homepage-servicer li {
      width: 43.2%;
  }

  ul.link-ul li {
      width: 43.2% !important;
  }

  ul.link-ul.homepage-servicer li a {
      font-size: 15px;
  }

  ul.link-ul li a {
      font-size: 15px;
  }

  img.float-right.d-md-block.mx-auto {
      padding-left: 0px;
  }

  h2.counter-heading {
      text-align: center !important;
  }

  .vc_custom_heading.heading.counter-heading-top::before {
      transform: translateX(-50%);
      left: 50%;
  }

  ul.link-ul.homepage-servicer {
      max-width: 530px;
  }

  .wpb_image_grid .wpb_image_grid_ul .isotope-item {
      left: 0% !important;
      width: 100% !important;
      transform: translateX(0%) !important;
  }

  .page-breadcrumbs li a {
      font-size: 13px;
  }

  .page-breadcrumbs li {
      font-size: 13px;
  }

  .image-padding {
      padding-left: 0px;
  }

  .site-branding a img {
      width: 100%;
      max-width: 132px;
      transform: none;
      margin: 0;
  }

  img.logo.shrink {
      max-width: 132px;
      transform: none;
  }

  .intro4 .col-sm-4 {
      background: url("../images/bg3.png") right center no-repeat;
      max-width: 320px;
      margin-bottom: 32px;
      padding: 24px 0px;
  }

  .container {
      max-width: 100%;
  }

  .vc_column_container {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  .d-md-block {
      display: block;
      float: none !important;
  }

  .mb-md-8 {
      margin-bottom: 8px;
  }

  .mt-md-8 {
      margin-top: 8px;
  }

  ul.link-ul li {
      width: 44%;
  }

  footer.footer {
      text-align: center;
  }

  .social-buttons {
      -webkit-box-pack: center;
      justify-content: center;
      display: flex;
  }

  p.footer-logo-text {
      text-align: justify;
  }

  .icon-wrap {
      padding-top: 32px;
  }

  ul.page-breadcrumbs {
      margin-bottom: 32px !important;
  }

  .vc_custom_heading.contact-us-heading {
      padding-top: 10px;
  }

  .row.contact-info-row {
      text-align: center;
      margin-bottom: 16px !important;
  }

  .sm-text-center {
      text-align: center !important;
  }

  .d-sm-none {
      display: none;
  }

  .footer {
      padding-top: 64px;
  }

  .footer-social-logo {
      -webkit-box-pack: center;
      justify-content: center;
  }

  .row-md-reverse {
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      flex-direction: column-reverse;
  }

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

  .new-gallery {
      grid-template-columns: 1fr 1fr 1fr;
  }

  ul.services-links-citypage.grid-columns-tree {
      grid-template-columns: 1fr 1fr;
      max-width: 400px;
  }

  .service-areas-links ul li::before {
      content: "";
      width: 4px;
      height: 4px;
      display: inline-block;
      margin-bottom: 4px;
      margin-right: 6px;
      background: rgb(147, 147, 147);
      position: static !important;
  }

  .service-areas-links ul li::after {
      display: none;
  }

  .service-areas-links ul li {
      text-align: center;
  }
}

@media (max-width: 450px) {
  ul.link-ul.homepage-servicer li a {
      font-size: 13px;
  }

  ul.link-ul li a {
      font-size: 13px;
  }

  .service-areas-links.city-page-links ul li {
      margin-left: 0px;
  }

  .service-areas-links ul {
      grid-template-columns: auto;
      gap: 8px 16px;
  }

  ul.services-links-citypage.service-link-no-anchor {
      grid-template-columns: auto;
  }
}

.social-buttons {
  margin-top: 20px;
}

.social-buttons ul {
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  align-items: center;
}

.social-buttons ul li a {
  margin-right: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.social-buttons ul li img {
  width: 100%;
  max-width: 32px;
  min-width: 32px;
}

.social-buttons ul li a img:hover {
  opacity: 0.7;
}

.social-buttons ul li a i {
  display: inline-block;
  transition: all 0.5s ease 0s;
  font-size: 24px !important;
  width: auto !important;
  margin: 0px !important;
}

.social-buttons ul li:nth-child(1) i {
  color: rgb(13, 140, 241);
}

.social-buttons ul li:nth-child(1) a:hover i {
  color: rgba(13, 140, 241, 0.75) !important;
}

.social-buttons ul li:nth-child(2) i {
  border-radius: 4px;
  background: linear-gradient(45deg, rgb(240, 148, 51) 0%, rgb(230, 104, 60) 25%, rgb(220, 39, 67) 50%, rgb(204, 35, 102) 75%, rgb(188, 24, 136) 100%);
  line-height: 23px;
  font-size: 26px !important;
}

.h1 span {
  font-family: Montserrat;
  font-size: 24px;
  color: rgb(135, 37, 210);
  text-transform: uppercase;
}

ul.privacy-policy {
  display: inline-flex;
  list-style: none;
}

ul.privacy-policy li {
  margin-right: 4px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.d-flex {
  display: flex;
}

h2 span {
  color: rgb(135, 37, 210);
  margin-top: 24px;
  display: block;
  line-height: 1.5;
}

h2 span {
  color: rgb(135, 37, 210);
  line-height: 1.4;
  font-size: 18px;
}

h3 {
  color: #21031d;
  margin-top: 18px;
  display: block;
  line-height: 1.5;
  margin-bottom: 4px;
  font-size: 18px;
}

h3 a {
  color: rgb(135, 37, 210);
  margin-top: 18px;
  display: block;
  line-height: 1.5;
  margin-bottom: 4px;
  font-size: 18px;
}

.justify-content-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.mx-auto {
  margin: 0px auto !important;
}

.navigation .sub-menu a:hover {
  background: #26589b!important;
}

.vc_custom_heading.heading-title-3.home-contact-form {
  margin-bottom: 20px;
  /* margin-top: 36px; */
}

p.home-form-contact {
  padding: 0px 25px;
}

.vc_row.wpb_row.certifications.align-center.vc_custom_1432544733427.mb-0 {
  padding-bottom: 0px !important;
}

.sellers-guide a img {
  width: 100%;
  max-width: 350px;
}

.sellers-guide {
  padding-top: 44px;
  padding-bottom: 25px;
  text-align: center;
}

.rc-anchor-light.rc-anchor-normal {
  width: 99% !important;
}

ul.ul-facility {
  list-style: none;
  padding: 0px 0px 8px;
  margin: 0px;
}

ul.ul-facility li {
  padding-bottom: 6px;
  margin: 0px !important;
}

nav.navigation ul .menu-item:last-child a:hover::after {
  width: 0px;
  height: 0px;
}

.wpcf7 {
  margin-left: -9px;
  margin-right: -9px;
  padding-top: 22px;
}
 