@import url("https://use.typekit.net/skf1whu.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,800&display=swap");
body {
  text-rendering: optimizeLegibility;
  font-style: normal;
  font-weight: 400;
  color: #444;
  font-family: "Open Sans", "Arial", sans-serif; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.alignright {
  float: right;
  margin: 0 0 0 15px; }

.alignleft {
  float: left;
  margin: 0 15px 0 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "handel-gothic", "Arial", sans-serif;
  font-weight: bold;
  font-style: normal; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

h1 {
  font-size: 60px; }

h2 {
  font-size: 40px;
  margin-bottom: 20px; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 30px; }

h5 {
  font-size: 25px; }

h6 {
  font-size: 20px; }

ul, ol {
  margin: 0; }

p, li {
  font-size: 20px;
  color: #444;
  line-height: 35px;
  font-family: "Open Sans", "Arial", sans-serif; }

p {
  margin-bottom: 0; }

a {
  color: inherit; }

a:hover,
a:focus {
  color: #86b937; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic; }


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

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 45px; }
  h3 {
    font-size: 30px; }
  h4 {
    font-size: 25px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  p,
  li {
    font-size: 18px;
    line-height: 30px; } }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 35px;
    margin-bottom: 5px; } }

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 21px; }
  h5 {
    font-size: 19px; }
  h6 {
    font-size: 17px; }
  p,
  li {
    font-size: 15px !important;
    line-height: 25px; } }
@media screen and (max-width: 575px) {
	p,
	li {
		font-size: 14px!important;
	}
}
.topslide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible; }

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
    transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

@media (min-width: 1500px) {
  .custom-container {
    max-width: 1700px; } }

.navslide {
  animation-name: nav-slide;
  -webkit-animation-name: nav-slide;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  z-index: 99999; }

@keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes nav-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.animated-icon1 span {
  background: #e65100; }

.animated-icon2 span {
  background: #000; }

.animated-icon3 span {
  background: #f3e5f5; }

.animated-icon1 span:nth-child(1) {
  top: 0px; }

.animated-icon1 span:nth-child(2) {
  top: 10px; }

.animated-icon1 span:nth-child(3) {
  top: 20px; }

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px; }

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px; }

.animated-icon2 span:nth-child(4) {
  top: 20px; }

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px; }

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px; }

nav.navbar.navbar-light {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.22), 0 2px 10px 0 rgba(0,0,0,.2);
  height: 112px; }
  .navbar-light .navbar-brand {
    height: 72px;
  }
  nav.navbar.navbar-light ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: 400;
    color: #444;
    padding: 0 15px; }
  nav.navbar.navbar-light ul.navbar-nav li.nav-item a.nav-link.active {
    color: #86b937; }
  nav.navbar.navbar-light ul.navbar-nav li.nav-item:last-of-type a.nav-link {
    padding-right: 0; }

.dropdown-menu.services {
  padding-top: 38px;
  padding-bottom: 0;
  border: none;
  border-radius: 0; }
  .dropdown-menu.services .services-box {
    border: 1px solid #ddd;
    border-top: 0; }
  .dropdown-menu.services a {
    padding: 1.5rem 2rem;
    display: block;
    color: #444;
    font-size: 16px; }
  .dropdown-menu.services .dropdown-item:active {
    background-color: #86b937;
    color: #fff !important; }
  .dropdown-menu.services .dropdown-item:focus, .dropdown-menu.services .dropdown-item:hover {
    background-color: #eeeeee; }

@media screen and (min-width: 1200px) {
  nav.navbar .navbar-nav .dropdown:hover .dropdown-menu {
    display: block; } }

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link:hover {
  color: #86b937; }

.navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-light .navbar-nav .nav-item.active > .nav-link {
  background-color: transparent;
  color: #86b937;
  font-weight: bold; }

.navbar.navbar-light .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #86b937; }

.dropdown-menu.services a.dropdown-item.active {
  background-color: #fff;
  color: #86b937; }

.top-bar-cta {
  background-color: #86b937;
  padding: 8px 0; }
  .top-bar-cta .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .top-bar-cta .boxes i {
      font-size: 16px !important;
      vertical-align: middle;
      color: #fff; }
    .top-bar-cta .boxes i.fab {
      font-size: 20px !important; }
    .top-bar-cta .boxes a {
      color: #fff;
      font-size: 12px;
      font-family: "Open Sans", "Arial", sans-serif;
      font-weight: 400; }
    .top-bar-cta .boxes .box1 a {
      opacity: 0.7; }
    .top-bar-cta .boxes .box1 a:not([href]):not([tabindex]), .top-bar-cta .boxes .box1 a:not([href]):not([tabindex]):focus, .top-bar-cta .boxes .box1 a:not([href]):not([tabindex]):hover {
      color: #fff; }
    .top-bar-cta .boxes .box1 .for-lg {
      display: inline-block; }
    .top-bar-cta .boxes .box1 span {
      margin-right: 20px; }
      .top-bar-cta .boxes .box1 span i {
        margin-right: 5px; }
    .top-bar-cta .boxes .box1 .clock {
      display: inline-block; }
      .top-bar-cta .boxes .box1 .clock span {
        margin-right: 0; }
        .top-bar-cta .boxes .box1 .clock span a {
          cursor: default; }
    .top-bar-cta .boxes .box2 a {
      margin-right: 10px; }
    .top-bar-cta .boxes .box2 a:last-of-type {
      margin-right: 0; }
    .top-bar-cta .boxes .box2 .for-md {
      display: none; }

@media screen and (max-width: 1199px) {
  nav.navbar.navbar-light {
  height: 109px; }
  .navbar-light .navbar-brand {
    height: 69px;
  }
  nav.navbar.navbar-light ul.navbar-nav li.nav-item a.nav-link {
    padding: 8px 17px; }
  .navbar-nav {
    text-align: center; }
  .navbar .dropdown-menu {
    position: relative !important; }
  .dropdown-menu.services {
    padding-top: 0;
    text-align: center; }
  .dropdown-menu.services a {
    padding: 10px 2rem;
    display: block; } }

@media screen and (max-width: 991px) {
  nav.navbar.navbar-light {
  height: 90px; }
  .top-bar-cta {
    padding: 10px 0; }
    .top-bar-cta .boxes i {
      font-size: 25px !important; }
    .top-bar-cta .boxes i.fab {
      font-size: 30px !important; }
    .top-bar-cta .boxes .box1 span {
      margin-right: 8px; }
    .top-bar-cta .boxes .box1 .for-lg {
      display: none; }
    .top-bar-cta .boxes .box2 .for-md {
      display: inline-block; }
    .top-bar-cta .boxes .box2 a {
      margin-right: 15px; }
    .top-bar-cta .boxes .box2 a:last-of-type {
      margin-right: 15px; } }

@media screen and (max-width: 575px) {
  nav.navbar.navbar-light {
  height: 83px; }
  .navbar-light .navbar-brand {
    height: 70px;
  }
  .navbar-nav {
    padding: 1rem 0; }
  .dropdown-menu.services a {
    font-size: 15px; }
  nav.navbar.navbar-light ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px; }
  nav.navbar.navbar-light {
    padding: 5px 10px; }
  .top-bar-cta .boxes {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .top-bar-cta .boxes .box2 {
      display: none; } }

@media screen and (max-width: 375px) {
  nav.navbar.navbar-light {
  height: 76px; }
  .navbar-light .navbar-brand {
    height: 64px;
  }
}
#sidebar {
  display: none; }

@media screen and (max-width: 1199px) {
  /* SIDEBAR MENU  */
  #sidebar {
    display: block;
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    height: 100vh;
    background: #fff;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 999999; }
  #sidebar.active {
    right: 0; }
  #sidebar #dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  #sidebar #dismiss i {
    font-size: 2rem; }
  .overlay-body {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 999998; }
  .overlay-body.active {
    display: block;
    opacity: 1; }
  #sidebar .sidebar-header {
    padding: 20px;
    padding-bottom: 0;
    text-align: center; }
  #sidebar ul.main-sidebar {
    padding: 15px 0;
    padding-top: 50px; }
  #sidebar ul.main-sidebar li {
    padding: 3px;
    border-bottom: 1px solid rgba(134, 185, 55, 0.63);
    position: relative; }
  #sidebar #why-seo li:last-of-type {
    border: none; }
  #sidebar #services li:last-of-type {
    border: none; }
  #sidebar ul.main-sidebar .cta-custom-btn {
    background-color: #21a2bb33; }
    #sidebar ul.main-sidebar .cta-custom-btn img {
      margin-left: 1rem; }
  #sidebar ul.main-sidebar li .brands-icon {
    position: absolute;
    right: 1rem;
    top: 22px;
    margin: 0; }
  #sidebar ul.main-sidebar li a {
    padding: 10px 20px;
    font-size: 15px;
    display: block;
    color: #444; }
  #sidebar ul.main-sidebar li a:active {
    color: #444; }
  #sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  #sidebar .main-sidebar ul li a {
    padding-left: 30px !important;
    font-size: 14px !important; }
  #sidebar .main-sidebar li.parent-dropdown li.child-dropdown .brands-icon {
    right: 2rem; }
  #sidebar .main-sidebar li.parent-dropdown li.child-dropdown ul li a {
    padding-left: 40px !important; }
  #main-content {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute; }
  body.active {
    overflow-y: hidden; } }

footer {
  position: relative;
  background-color: #222222;
  padding: 4rem 0; }
  footer h6 {
    font-family: "Open Sans", "Arial", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #86b937;
    margin-bottom: 20px; }
  footer .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer .box1 a,
  footer .box2 a {
    display: block;
    line-height: 30px;
    color: #fff;
    font-size: 14px; }
    footer .box1 a:hover,
    footer .box2 a:hover {
      color: #86b937; }
  footer .box1 {
    width: 18%; }
  footer .box2 {
    width: 23%; }
  footer .box3 {
    width: 35%;
    }
    footer .box3 p {
      line-height: 30px;
      font-size: 14px;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      footer .box3 p i {
        color: #86b937;
        font-size: 16px;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%; }
      footer .box3 p i.fab {
        font-size: 20px; }
    footer .box3 a {
      color: #fff; }
      footer .box3 a:hover {
        color: #86b937; }
    footer .box3 a,
    footer .box3 span {
      -ms-flex-preferred-size: 90%;
      flex-basis: 90%; }
  footer .box4 {
    width: 24%;
    text-align: left;
    padding-left: 4rem;
    }
    footer .box4 a {
      color: #fff;
      line-height: 30px;
      font-size: 14px; }
      footer .box4 a:hover {
        color: #86b937; }
    footer .box4 div {
      margin-bottom: 10px; }
      footer .box4 div a i {
        font-size: 35px;
        color: #86b937;
        margin-right: 15px; }
      footer .box4 div a:last-of-type i {
        margin-right: 0; }
    footer .box4 p {
      line-height: 20px;
      font-size: 14px;
      color: #86b937; }
    footer .box4 .copyright {
      padding-right: 2rem; }
      footer .box4 .copyright p {
        margin-top: 10px;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        opacity: 0.4; }

@media screen and (max-width: 1199px) {
  footer .box4 {
    padding-left: 1rem; }
    footer .box3 p {
      font-size: 14px !important; }
      footer .box3 p i {
        margin-right: 0; } }

@media screen and (max-width: 991px) {
  footer .box1,
  footer .box2,
  footer .box3,
  footer .box4 {
    width: 50%;
    padding: 0 15px; }
  footer .box1,
  footer .box2 {
    margin-bottom: 30px; }
  footer .box3 p {
    font-size: 14px !important; }
    footer .box3 p i {
      -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
      margin-right: 0; }
    footer .box3 p a,
    footer .box3 p span {
      -ms-flex-preferred-size: 90%;
      flex-basis: 90%; }
  footer .box4 .copyright {
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  footer .col-12 {
    padding: 0; }
  footer .box4 .copyright {
    padding-right: 3rem; } }

@media screen and (max-width: 575px) {
  footer {
    padding: 2rem 0;
    margin-bottom: 3rem; }
    footer h6 {
      margin-bottom: 5px; }
    footer .box1,
    footer .box2 {
      margin-bottom: 20px; }
    footer .box3,
    footer .box4 {
      width: 100%; }
    footer .box3 {
      margin-bottom: 20px; }
    footer .box4 {
      text-align: center; }
      footer .box4 p {
        font-size: 14px !important; }
      footer .box4 .copyright {
        padding-right: 0; }
        footer .box3 p {
          justify-content: center;
        }
        footer .box3 p a, 
        footer .box3 p span,
        footer .box3 p i {
          flex-basis: unset;
          }
          footer .box3 p i {
            margin-right: 10px;
            } }

@media screen and (max-width: 359px) {
  footer .box1,
  footer .box2 {
    width: 100%; } }

.sticky-cta {
  display: none; }

@media screen and (max-width: 575px) {
  .sticky-cta {
    display: block;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999998;
    background-color: #86b937;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.5); }
    .sticky-cta ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .sticky-cta ul li {
        float: left;
        width: 50%;
        padding: 10px 0; }
        .sticky-cta ul li:first-of-type {
            border-right: 1px solid #222222;
        }
        
        .sticky-cta ul li a {
          display: inline-block;
          width: 100%;
          text-align: center;
          padding: 0 10px;
          color: #fff;
          font-size: 40px; }
          .sticky-cta ul li a i {
            vertical-align: middle;
            font-size: 30px; }
          .sticky-cta ul li a i.fab {
            font-size: 35px; } }

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

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.5); }

.sections {
  padding: 7rem 0; }
  .sections .title-green {
    margin-bottom: 30px; }
    .sections .title-green h2 {
      color: #86b937;
      margin-bottom: 10px; }
  .sections .title-black {
    margin-bottom: 30px; }
    .sections .title-black h2 {
      color: #444;
      margin-bottom: 10px; }
  .sections .title-white {
    margin-bottom: 30px; }
    .sections .title-white h2 {
      color: #fff;
      margin-bottom: 10px; }

.icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px; }
  .icon-box .icon-circle {
    border-radius: 50%;
    background-color: #86b937;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .icon-box .text {
    margin-left: 2rem; }
    .icon-box .text h5 {
      color: #444; }

.carousel-section .box .image-box {
  margin-bottom: 15px; }

.carousel-section .box .text h5 a {
  color: inherit; }
  .carousel-section .box .text h5 a:hover {
    color: #86b937; }

.carousel-section .container-fluid {
  padding-left: 0;
  padding-right: 0; }
  .carousel-section .container-fluid .row {
    margin-left: 0;
    margin-right: 0; }
    .carousel-section .container-fluid .row .col-12 {
      padding-left: 0;
      padding-right: 0; }
    .carousel-section .container-fluid .row .center {
      text-align: center; }
    .carousel-section .container-fluid .row .not-center {
      padding-left: 395px;
      padding-right: 395px; }
/*
.carousel-section .owl-theme .owl-nav {
  text-align: left;
  padding-left: 395px;
  margin-top: 3rem; }
*/

/* NOVEMBER 22, 2022 */
  .logo-nav.owl-nav {
    text-align: center !important;
    margin-top: 3rem; 
    margin-left: auto !important;
    margin-right: auto !important;
  }

.carousel-image {
  overflow: hidden; }
  .carousel-image .container-fluid {
    padding-left: 0;
    padding-right: 0; }
    .carousel-image .container-fluid .row {
      margin-left: 0;
      margin-right: 0; }
      .carousel-image .container-fluid .row .col-12 {
        padding-left: 0;
        padding-right: 0; }
      .carousel-image .container-fluid .row .center {
        text-align: center; }
      .carousel-image .container-fluid .row .not-center {
        padding-left: 395px;
        padding-right: 395px; }
  .carousel-image .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .carousel-image .owl-carousel .item img {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
  .carousel-image .owl-theme .owl-nav {
    text-align: left;
    padding-left: 395px;
    margin-top: 3rem; }

.owl-theme .owl-nav [class*=owl-] {
  font-size: 25px;
  padding: 16px 24px;
  background-color: #86b937;
  color: #fff;
  border-radius: 50px; }
  .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ddd;
    color: #86b937; }

.owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
  margin-left: 0; }

.owl-theme .owl-nav .owl-next {
  margin-left: 10px; }

.banner-carousel .carousel-item {
  height: 922px;
}
header {
  margin-top: 152.78px;
  position: relative; }
  header button {
    background-color: #86b937; }
    header button:hover {
      background-color: #222;
      color: #86b937; }
  header .for-sm {
    display: none; }
  header .carousel-caption {
    top: 20%;
    bottom: unset; }
    header .carousel-caption .carousel-box {
      padding: 0 7rem; }
      header .carousel-caption .carousel-box h1 {
        margin-bottom: 20px; }
      header .carousel-caption .carousel-box button {
        margin-top: 50px; }
  header .carousel-indicators {
    top: 60%; }
  header .carousel-indicators li {
    margin-left: 9px;
    margin-right: 9px; }
  header .carousel-box p {
    color: #fff;
    font-size: 25px;
    line-height: 35px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff; }

.owl-theme .owl-dots .owl-dot {
  -webkit-box-shadow: none;
  box-shadow: none; }

.client-box {
  z-index: 999;
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .client-box .owl-theme .owl-nav.disabled + .owl-dots {
    display: none; }
  .client-box .owl-carousel .owl-item img {
    width: auto; }
  .client-box .owl-carousel .logo-box {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .client-box .box1 {
    width: 5%; }
    .client-box .box1 h5 {
      color: #fff;
      margin-bottom: 0; }
  .client-box .box3 {
    width: 42%; }
  .client-box .box2 {
    width: 5%;
    text-align: center; }
    .client-box .box2 span {
      font-size: 81px;
      color: #8b8986;
      font-weight: lighter; }

.cce {
  background: url(../images/bg1.jpg);
  padding: 8rem 0; }
  .cce .overlay {
    display: none; }
  .cce h2 {
    color: #86b937; }
  .cce .box {
    width: 65%; }
    .cce .box .icon-boxes {
      padding-right: 9rem; }

.testimonials {
  background: url(../images/bg2.jpg); }
  .testimonials .testimonial-box {
    padding: 3rem;
    background-color: #86b937; }
    .testimonials .testimonial-box p,
    .testimonials .testimonial-box h4 {
      color: #fff; }
    .testimonials .testimonial-box .testimonial-text {
      margin-bottom: 40px; }
      .testimonials .testimonial-box .testimonial-text p {
        font-size: 25px;
        line-height: 40px;
        font-weight: 300; }
    .testimonials .testimonial-box .testimonial-name p {
      opacity: 0.9;
      font-weight: 300;
      font-size: 18px; }
  .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px; }
  .testimonials .owl-theme .owl-dots .owl-dot span {
    background-color: #a1a1a1; }
  .testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #444; }

#enquire .check-boxes {
  padding: 2rem; }
  #enquire .check-boxes p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px; }
  #enquire .check-boxes .custom-control {
    margin-top: 15px; }
  #enquire .check-boxes .custom-checkbox .custom-control-label {
    padding-left: 10px; }
  #enquire .check-boxes .custom-checkbox .custom-control-label::before {
    border-radius: 0; }

#enquire .form-group:last-of-type {
  margin-bottom: 0; }

#enquire {
  position: relative;
  z-index: 1;
}
.enquire-form {
  background: url(../images/bg3.jpg); }
  .enquire-form .check-boxes {
    border: 1px solid #fff; }
    .enquire-form .check-boxes p {
      color: #fff; }
    .enquire-form .check-boxes label {
      color: #fff; }

.gray-bg {
  background-color: #eee; }
  .gray-bg .check-boxes {
    border: 1px solid #ddd; }
    .gray-bg .check-boxes p {
      color: #444; }
    .gray-bg .check-boxes label {
      color: #444; }

.cce,
.testimonials,
.enquire-form {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

input[type="text"],
input[type="email"],
.custom-select {
  height: 60px;
  border-radius: 0;
  padding-left: 2rem; }

textarea {
  border-radius: 0 !important;
  padding-left: 2rem !important;
  padding-top: 2rem !important; }

.form-group {
  margin-bottom: 2rem; }

button {
  font-weight: bold;
  font-size: 20px;
  padding: 23px 55px;
  border-radius: 50px;
  border: none;
  background-color: #222;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  button:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #86b937;
    color: #222; }

.custom-select-form select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected:after {
  content: url(../images/caret.png);
  position: absolute;
  top: 17px;
  right: 40px;
  width: 0;
  height: 0; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: url(../images/caret.png); }

/*style the items (options), including the selected item:*/
.select-selected {
  color: #6c757d;
  padding: 17px 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 60px;
  padding-left: 2rem; }

.select-items div {
  padding: 15px 16px;
  padding-left: 2rem;
  border-bottom: 1px solid #eee; }

.select-selected {
  border: 1px solid #ddd; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 5px;
  right: 5px;
  z-index: 99; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #6c757d;
  color: #fff; }

.select-arrow-active {
  border: 1px solid #6c757d;
  border-bottom: transparent;
  background-color: #eee; }

.select-arrow-active + .select-items {
  border: 1px solid #6c757d;
  border-top: transparent; }

button,
button.btn,
button:focus
button.btn:focus {
  outline: 0 !important; }

.input-group-text {
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  right: 0;
  padding: 1.26rem 1rem 1.26rem 20.5rem; }

.inner-banner {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 31rem; }
  .inner-banner .container-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .inner-banner .container-fluid .inner-banner-box {
      width: 63%;
      margin: 0 auto; }
      .inner-banner .container-fluid .inner-banner-box h1,
      .inner-banner .container-fluid .inner-banner-box p {
        color: #fff; }
      .inner-banner .container-fluid .inner-banner-box p {
        font-size: 25px; }

.about-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/about-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/about-bg.jpg); }

.contact-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/contact-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/contact-bg.jpg); }

.uc-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/uc-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/uc-bg.jpg); }

.cr-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/cr-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/cr-bg.jpg); }

.fs1-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/fs1-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/fs1-bg.jpg); }

.fs2-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/fs2-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/fs2-bg.jpg); }

.fs3-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/fs3-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/fs3-bg.jpg); }

.fs4-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/fs4-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/fs4-bg.jpg); }

.fs5-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/fs5-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/fs5-bg.jpg); }

.fs6-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/fs6-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/fs6-bg.jpg); }

.ce-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/ce-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/ce-bg.jpg); }

.le-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/le-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/le-bg.jpg); }

.me-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/me-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/me-bg.jpg); }

.re-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/re-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/re-bg.jpg); }

.se-banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/se-bg.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/se-bg.jpg); }

.faq .panel-group .panel-default {
  background-color: #eee;
  margin-bottom: 30px;
  overflow: hidden; }

.faq .panel-group .panel-default:last-of-type {
  margin-bottom: 0; }

.faq .panel-group .panel-heading {
  padding: 2rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .faq .panel-group .panel-heading h6 {
    margin-bottom: 0; }
    .faq .panel-group .panel-heading h6 a:hover, .faq .panel-group .panel-heading h6 a:focus {
      color: inherit; }
  .faq .panel-group .panel-heading a:before {
    font-family: "Font Awesome 6 Free";
    content: "\f067";
    float: right;
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: -10px;
    color: #86b937;
    font-weight: 900;
      
  }

.faq .panel-group .panel-heading.active {
  padding-bottom: 1.5rem; }
  .faq .panel-group .panel-heading.active a:before {
    background-color: #86b937;
    color: #fff;
    content: "\f068";
  
      
  }

.faq .panel-group .panel-body {
  padding: 0 2rem 2rem 2rem; }
  .faq .panel-group .panel-body p {
    font-size: 16px; }

.step-box .image-box {
  margin-bottom: 20px; }

.step-box .text span {
  display: block;
  color: #86b937;
  font-size: 20px;
  font-family: "handel-gothic", "Arial", sans-serif;
  margin-bottom: 0px; }

.step-box .text p {
  font-size: 16px;
  line-height: 30px; }

.card-boxes .title-green {
  margin-bottom: 0
}
.card-boxes .card-box {
  margin-top: 30px;
}
.card-box img {
  margin-bottom: 25px; }

.card-box p {
  font-size: 16px;
  line-height: 30px; }

.cta-box-right {
  background: url(../images/fs1-img10.jpg);
  padding-top: 10px; }
  .cta-box-right .box h2,
  .cta-box-right .box li {
    color: #fff; }

.cta-box-left {
  background: url(../images/fs1-img14.jpg);
  padding-top: 10px; }
  .cta-box-left .box h2 {
    color: #86b937; }
  .cta-box-left .box span {
    font-size: 40px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px; }

.exclusive-promotion-box.discount1.long {
  background: url(../images/fs6-img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .exclusive-promotion-box.discount1.long .box2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .exclusive-promotion-box.discount1.long .box2 p {
      margin-bottom: 0; }
    .exclusive-promotion-box.discount1.long .box2 span {
      margin-left: 50px; }

.exclusive-promotion-box.discount1 {
  background: url(../images/fs1-img12.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .exclusive-promotion-box.discount1 .box2 {
    width: 60%; }

.exclusive-promotion-box.discount2 {
  background: url(../images/fs1-img13.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .exclusive-promotion-box.discount2 .box2 {
    width: 65%; }

.exclusive-promotion-box {
  position: relative;
  border-radius: 20px;
  padding: 5rem 4rem; }
  .exclusive-promotion-box .box1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
    background-attachment: fixed;
    background-color: #313696;
    mix-blend-mode: multiply; }
  .exclusive-promotion-box .box2 {
    position: relative; }
    .exclusive-promotion-box .box2 p,
    .exclusive-promotion-box .box2 span {
      color: #fff; }
    .exclusive-promotion-box .box2 p {
      font-size: 80px;
      font-weight: 800;
      margin-bottom: 25px;
      line-height: 70px; }
    .exclusive-promotion-box .box2 span {
      display: block;
      font-size: 30px;
      font-weight: bold;
      line-height: 35px; }

.cta-box-right,
.cta-box-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .cta-box-right .box h2,
  .cta-box-left .box h2 {
    margin-bottom: 10px; }
  .cta-box-right .box button,
  .cta-box-left .box button {
    padding: 15px 40px;
    margin-top: 25px; }

.icon-small-boxes {
  padding-left: 0;
  padding-right: 0; }
  .icon-small-boxes .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .icon-small-boxes .box .icon-small {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
      width: 16.6666666667%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .icon-small-boxes .box .icon-small .icon-circle {
        background-color: #fff;
        padding: 2rem;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .icon-small-boxes .box .icon-small .icon-circle div {
          background-color: #86b937;
          border-radius: 50%;
          width: 100px;
          height: 100px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }

.contact-cta-box .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .contact-cta-box .boxes .box1 {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    margin-right: 30px; }
    .contact-cta-box .boxes .box1 h5 {
      color: #86b937;
      margin-bottom: 0; }
  .contact-cta-box .boxes .box2 {
    margin-right: 25px; }
  .contact-cta-box .boxes .box2 a,
  .contact-cta-box .boxes .box3 a {
    display: inline-block;
    padding: 1rem 2rem;
    border: 1px solid #ddd;
    color: #86b937;
    font-size: 20px; }
    .contact-cta-box .boxes .box2 a i,
    .contact-cta-box .boxes .box2 a span,
    .contact-cta-box .boxes .box3 a i,
    .contact-cta-box .boxes .box3 a span {
      vertical-align: middle; }
    .contact-cta-box .boxes .box2 a span,
    .contact-cta-box .boxes .box3 a span {
      color: #444;
      margin-left: 15px; }
  .contact-cta-box .boxes .box3 i {
    font-size: 25px; }

.alignright-img {
  float: right;
  margin: 0 0 30px 50px; }

.alignleft-img {
  float: left;
  margin: 0 50px 30px 0; }

.float-box .moto-box {
  margin-top: 6rem; }

.float-box ul,
.float-box ol {
  padding-left: 20px; }

.owl-carousel {
  margin-top: 15px; }
  .owl-carousel .owl-item img {
    width: auto; }

.owl-theme .owl-nav {
  text-align: left; }

.client-carousel .for-sm {
  display: none; }

.client-carousel .for-lg .client-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .client-carousel .for-lg .client-boxes .clients {
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px; }
    .client-carousel .for-lg .client-boxes .clients div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #ddd;
      padding: 2rem;
      height: 100%;
      width: 100%; }

.lightbox {
  position: fixed;
  -webkit-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  top: 50% !important;
  margin: 0 auto;
  z-index: 999999; }

.lightboxOverlay {
  z-index: 999998; }

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1; }

.main-blog,
.single-blog {
  margin-top: 153px;
  padding: 4rem 0; }
  .main-blog p,
  .main-blog li,
  .single-blog p,
  .single-blog li {
    font-size: 16px;
    line-height: 30px; }
a:hover {
  text-decoration: none;
}
.main-blog .pagination-custom ul {
  list-style: none;
  padding-left: 0; }
  .main-blog .pagination-custom ul li {
    display: inline-block;
    padding: 0 15px; }
    .main-blog .pagination-custom ul li a {
      font-weight: bold;
      font-size: 20px; }
  .main-blog .pagination-custom ul li.arrow {
    background-color: #86b937;
    border-radius: 50px;
    color: #fff;
    font-size: 17px;
    padding: 8px 15px; }
    .main-blog .pagination-custom ul li.arrow:hover, .main-blog .pagination-custom ul li.arrow:focus {
      background-color: #ddd;
      color: #86b937; }

.main-blog .top {
  margin-bottom: 60px; }
  .main-blog .top img {
    margin-bottom: 30px; }
  .main-blog .top span {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px; }

.main-blog .blog-box a {
  display: contents; }

.main-blog .blog-box .text span {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.main-blog .blog-box .text h4 a {
  display: inherit; }

.latest h5 {
  margin-bottom: 35px; }

.latest .latest-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px; }
  .latest .latest-box .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 75px;
    height: 75px; }
    .latest .latest-box .image a {
      display: contents; }
    .latest .latest-box .image img {
      position: absolute;
      max-width: none;
      width: auto;
      height: 100%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .latest .latest-box .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
    padding-left: 20px; }
    .latest .latest-box .text h6 {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 0; }
      .latest .latest-box .text h6 a {
        display: inherit; }

.single-blog .latest h5 {
  color: #86b937; }

.single-blog .breadcrumb-custom {
  margin-bottom: 3rem; }
  .single-blog .breadcrumb-custom a {
    font-size: 14px; }
  .single-blog .breadcrumb-custom span {
    font-size: 14px; }
    .single-blog .breadcrumb-custom span img {
      margin: 0 20px; }

.single-blog .top {
  margin-bottom: 60px; }
  .single-blog .top span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px; }
  .single-blog .top h2 {
    color: #86b937; }
  .single-blog .top img {
    margin-top: 30px; }

.single-blog .content {
  padding-right: 30px; }

.related-blog {
  margin-top: 50px;
  margin-bottom: 20px; }
  .related-blog h5 {
    color: #86b937; }

.related-blog-box .text span {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px; }

.related-blog-box .text h4 a {
  color: inherit; }

section#thankyou-main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/thankyou-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/thankyou-bg.jpg); }

section#page404-main {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.502)), to(rgba(0, 0, 0, 0.502))), url(../images/404-bg.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.502)), url(../images/404-bg.jpg); }

section#thankyou-main,
section#page404-main {
  margin-top: 149px;
  padding: 10rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  section#thankyou-main .page404-box img,
  section#thankyou-main .thankyou-box img,
  section#page404-main .page404-box img,
  section#page404-main .thankyou-box img {
    margin-bottom: 4rem; }
  section#thankyou-main .page404-box h1,
  section#thankyou-main .page404-box p,
  section#thankyou-main .thankyou-box h1,
  section#thankyou-main .thankyou-box p,
  section#page404-main .page404-box h1,
  section#page404-main .page404-box p,
  section#page404-main .thankyou-box h1,
  section#page404-main .thankyou-box p {
    color: #fff; }
  section#thankyou-main .page404-box p,
  section#thankyou-main .thankyou-box p,
  section#page404-main .page404-box p,
  section#page404-main .thankyou-box p {
    font-size: 25px; }
  section#thankyou-main .page404-box button,
  section#thankyou-main .thankyou-box button,
  section#page404-main .page404-box button,
  section#page404-main .thankyou-box button {
    background-color: #86b937;
    color: #fff;
    margin-top: 2rem; }

.sitemap-banner {
  background: url(../images/fs1-img10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 20rem; }

.sitemap {
  padding: 3rem 0; }
  .sitemap ul li {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold; }

@media screen and (max-width: 1600px) {
  .cce {
    /*background-position-x: -46rem!important; */
    background-position-x: unset; 
  }
  .banner-carousel .carousel-item {
    height: 767px;
  }
  header .carousel-caption {
    top: 16%; }
    header .carousel-caption .carousel-box {
      padding: 0; }
      header .carousel-caption .carousel-box h1 {
        margin-bottom: 10px; }
      header .carousel-caption .carousel-box button {
        margin-top: 30px; }
  .client-box .box1 {
    width: 7%; }
  .client-box .box3 {
    width: 43%; }
  .inner-banner .container-fluid .inner-banner-box {
    width: 70%; }
  .carousel-section .container-fluid .row .not-center {
    padding-left: 235px;
    padding-right: 235px; }
  /*.carousel-section .owl-theme .owl-nav {
    padding-left: 235px; }*/
  .carousel-image .container-fluid .row .not-center {
    padding-left: 235px;
    padding-right: 235px; }
  .carousel-image .owl-theme .owl-nav {
    padding-left: 235px; } }

@media screen and (max-width: 1440px) {
  .cce {
    /*background-position-x: -55rem!important; */
    background-position-x: unset; 
  }
  .banner-carousel .carousel-item {
    height: 690px;
  }
  header .carousel-caption {
    top: 10%; }
  .inner-banner .container-fluid .inner-banner-box {
    width: 80%; }
  .carousel-section .container-fluid .row .not-center {
    padding-left: 155px;
    padding-right: 155px; }
  /*.carousel-section .owl-theme .owl-nav {
    padding-left: 155px; }*/
  .carousel-image .container-fluid .row .not-center {
    padding-left: 155px;
    padding-right: 155px; }
  .carousel-image .owl-theme .owl-nav {
    padding-left: 155px; } }

@media screen and (max-width: 1399px) {
  .banner-carousel .carousel-item {
    height: 655px;
  }
  .carousel-section .container-fluid .row .not-center {
    padding-left: 118px;
    padding-right: 118px; }
  /*.carousel-section .owl-theme .owl-nav {
    padding-left: 118px; }*/
  .carousel-image .container-fluid .row .not-center {
    padding-left: 118px;
    padding-right: 118px; }
  .carousel-image .owl-theme .owl-nav {
    padding-left: 118px; } }

@media screen and (max-width: 1280px) {
  .cce {
    /*background-position-x: -62rem!important; */
    background-position-x: unset; 
  }
  .banner-carousel .carousel-item {
    height: 612px;
  }
  header .carousel-indicators {
    top: 65%; }
  .inner-banner {
    height: 21rem; }
    .inner-banner .container-fluid .inner-banner-box {
      width: 100%; }
  .carousel-section .container-fluid .row .not-center {
    padding-left: 75px;
    padding-right: 75px; }
  .carousel-section .owl-theme .owl-nav {
    padding-left: 75px; }
  .carousel-image .container-fluid .row .not-center {
    padding-left: 75px;
    padding-right: 75px; }
  .carousel-image .owl-theme .owl-nav {
    padding-left: 75px; } }

@media screen and (min-width: 1200px) {
  .main-blog .blog-box .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%; }
  .main-blog .blog-box .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 69%;
    flex: 0 0 69%;
    max-width: 69%; } }

@media screen and (max-width: 1199px) {
  .cce {
    /*background-position-x: -50rem!important; */
    background-position-x: unset; 
  }
  header {
    margin-top: 149px;
  }
  .banner-carousel .carousel-item {
    height: 496px;
  }
  .client-carousel .for-lg .client-boxes .clients div {
    padding: 1rem;
  }
  button {
    font-size: 18px;
    padding: 15px 40px; }
  .sections {
    padding: 5rem 0; }
    .sections .title-green,
    .sections .title-white,
    .sections .title-black {
      margin-bottom: 15px; }
  .icon-box {
    margin-top: 30px; }
  header .carousel-indicators {
    top: unset;
    bottom: 20px; }
  header .carousel-caption {
    top: 15%; }
  header .carousel-box p {
    font-size: 20px;
    line-height: 30px; }
  .client-box {
    position: unset;
    display: block;
    background-color: #86b937;
    padding: 1rem 4rem; }
    .client-box .box1 {
      width: 100%;
      text-align: center; }
    .client-box .box2 {
      display: none; }
    .client-box .box3 {
      width: 100%; }
    .client-box .owl-theme .owl-nav.disabled + .owl-dots {
      display: block; }
  .cce {
    /*background-position-x: -28rem;*/
    background-position-x: unset;
    }
  .testimonials .testimonial-box {
    padding: 3rem; }
    .testimonials .testimonial-box .testimonial-text {
      margin-bottom: 30px; }
      .testimonials .testimonial-box .testimonial-text p {
        font-size: 20px;
        line-height: 30px; }
  .testimonials .owl-carousel {
    margin-top: 20px; }
  .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px; }
  .carousel-section .container-fluid,
  .carousel-image .container-fluid {
    padding-left: 15px;
    padding-right: 15px; }
    .carousel-section .container-fluid .row,
    .carousel-image .container-fluid .row {
      margin-left: -15px;
      margin-right: -15px; }
      .carousel-section .container-fluid .row .col-12,
      .carousel-image .container-fluid .row .col-12 {
        padding-left: 15px;
        padding-right: 15px; }
      .carousel-section .container-fluid .row .not-center,
      .carousel-image .container-fluid .row .not-center {
        text-align: center; }
  .carousel-section .owl-theme .owl-nav,
  .carousel-image .owl-theme .owl-nav {
    padding-left: 0;
    text-align: center; }
  .inner-banner .container-fluid .inner-banner-box p {
    font-size: 20px; }
  .contact-cta-box .boxes .box1 {
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    margin-right: 20px; }
  .float-box .moto-box {
    margin-top: 3rem; }
  .alignright-img {
    float: right;
    margin: 0 0 30px 40px;
    max-width: 44%; }
  .alignleft-img {
    float: left;
    margin: 0 40px 30px 0;
    max-width: 44%; }
  .owl-carousel {
    margin-top: 10px; }
  .owl-theme .owl-nav {
    text-align: center; }
  .sections.main-blog,
  .sections.single-blog {
    padding-top: 2.5rem;
    padding-bottom: 4rem; }
  .main-blog .top {
    margin-bottom: 40px; }
    .main-blog .top img {
      margin-bottom: 20px; }
    .main-blog .top span {
      font-size: 12px;
      margin-bottom: 10px; }
  .latest h5 {
    margin-bottom: 20px; }
  .latest .latest-box {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .latest .latest-box .image {
      height: 65px; }
    .latest .latest-box .text {
      padding-left: 10px; }
      .latest .latest-box .text h6 {
        line-height: 20px; }
  .card-box img {
    margin-bottom: 15px; }
  .cta-box-left .box span {
    font-size: 30px;
    margin-bottom: 10px; }
  .exclusive-promotion-box.discount2 .box2 {
    width: 75%; }
  .exclusive-promotion-box .box2 p {
    font-size: 60px;
    margin-bottom: 15px;
    line-height: 50px; }
  .exclusive-promotion-box .box2 span {
    font-size: 25px; }
  .icon-small-boxes .box .icon-small .icon-circle {
    padding: 10px;
    margin-bottom: 20px; }
  section#thankyou-main,
  section#page404-main {
    padding: 8rem 0; }
    section#thankyou-main .page404-box img,
    section#thankyou-main .thankyou-box img,
    section#page404-main .page404-box img,
    section#page404-main .thankyou-box img {
      margin-bottom: 2rem; }
    section#thankyou-main .page404-box p,
    section#thankyou-main .thankyou-box p,
    section#page404-main .page404-box p,
    section#page404-main .thankyou-box p {
      font-size: 22px; }
  .sitemap-banner {
    height: 15rem; } }

@media screen and (min-width: 992px) {
  .related-blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .related-blog-box .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
      flex: 0 0 46%;
      max-width: 46%;
      width: 100%;
      overflow: hidden;
      position: relative;
      max-height: 250px;
      height: 250px; }
      .related-blog-box .image a {
        display: contents; }
      .related-blog-box .image img {
        position: absolute;
        max-width: none;
        width: auto;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .related-blog-box .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 54%;
      flex: 0 0 54%;
      max-width: 54%;
      width: 100%;
      padding-left: 40px; } }

@media screen and (max-width: 991px) {
  .cce {
    background-position-x: 0!important; 
  }
  .banner-carousel .carousel-item {
    height: 372px;
  }
  .card-boxes {
    justify-content: center;
  }
  .card-boxes .title-green {
    margin-bottom: 0;
  }

  button {
    font-size: 16px;
    padding: 12px 35px; }
  input[type="text"],
  input[type="email"],
  .custom-select {
    height: 50px;
    padding-left: 1.5rem; }
  textarea {
    border-radius: 0 !important;
    padding-left: 1.5rem !important;
    padding-top: 2rem !important; }
  .form-group {
    margin-bottom: 1.5rem; }
  .select-selected {
    height: 50px;
    padding: 12px 16px;
    padding-left: 1.5rem; }
  .select-selected:after {
    top: 12px; }
  .cce {
    position: relative; }
    .cce .overlay {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      background-attachment: fixed;
      background-color: rgba(248, 249, 250, 0.6); }
    .cce .box {
      width: 100%; }
      .cce .box .icon-boxes {
        padding-right: 0; }
  header .carousel-caption {
    top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%; }
    header .carousel-caption .carousel-box p {
      font-size: 17px; }
    header .carousel-caption .carousel-box button {
      margin-top: 15px; }
  .owl-theme .owl-nav {
    padding-left: 0;
    text-align: center; }
  .inner-banner .container-fluid .inner-banner-box p {
    font-size: 18px; }
  .contact-cta-box .boxes .box1 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
  .contact-cta-box .boxes .box2 a,
  .contact-cta-box .boxes .box3 a {
    padding: .8rem 1.14rem;
    font-size: 16px; }
    .contact-cta-box .boxes .box2 a span,
    .contact-cta-box .boxes .box3 a span {
      margin-left: 10px; }
  .contact-cta-box .boxes .box3 i {
    font-size: 22px; }
  .alignright-img {
    float: right;
    margin: 0 0 0 30px; }
  .alignleft-img {
    float: left;
    margin: 0 30px 0 0; }
  .main-blog .pagination-custom {
    text-align: center;
    margin-bottom: 30px; }
    .main-blog .pagination-custom ul li a {
      font-size: 18px; }
  .main-blog .top img {
    margin-bottom: 15px; }
  .main-blog .top span {
    margin-bottom: 5px; }
  .main-blog .blog-box {
    margin-bottom: 30px; }
  .latest .latest-box .image {
    height: 75px; }
  .latest .latest-box .text {
    padding-left: 20px; }
  .single-blog .breadcrumb-custom {
    margin-bottom: 2rem; }
  .single-blog .top {
    margin-bottom: 40px; }
    .single-blog .top span {
      font-size: 12px;
      margin-bottom: 10px; }
    .single-blog .top img {
      margin-top: 20px; }
  .single-blog .content {
    padding-right: 0px;
    margin-bottom: 30px; }
  .related-blog {
    margin-top: 30px; }
  .related-blog-box .text span {
    margin-top: 10px; }
  header,
  .main-blog,
  .single-blog,
  section#thankyou-main,
  section#page404-main {
    margin-top: 139px; }
  .cta-box-left .box span {
    font-size: 22px; }
  .exclusive-promotion-box.discount1 .box2 {
    width: 60%; }
  .exclusive-promotion-box {
    padding: 3rem 2rem; }
    .exclusive-promotion-box .box2 p {
      font-size: 50px;
      line-height: 40px; }
    .exclusive-promotion-box .box2 span {
      display: block;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px; }
  .cta-box-right .box h2,
  .cta-box-left .box h2 {
    margin-bottom: 5px; }
  .cta-box-right .box button,
  .cta-box-left .box button {
    padding: 12px 35px;
    margin-top: 15px; }
  .icon-small-boxes .box .icon-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
    text-align: center; }
    .icon-small-boxes .box .icon-small .icon-circle {
      margin-bottom: 10px; }
  .icon-small-boxes .box .icon-small:first-of-type {
    margin-bottom: 30px; }
  section#thankyou-main .page404-box img,
  section#thankyou-main .thankyou-box img,
  section#page404-main .page404-box img,
  section#page404-main .thankyou-box img {
    max-width: 25%; }
  .sitemap {
    padding: 2rem 0; }
    .sitemap ul li {
      font-size: 20px;
      line-height: 40px; } }

@media screen and (min-width: 768px) {
  .main-blog .blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .main-blog .blog-box .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      width: 100%;
      overflow: hidden;
      position: relative;
      max-height: 300px;
      height: 300px; }
      .main-blog .blog-box .image img {
        position: absolute;
        max-width: none;
        width: auto;
        height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .main-blog .blog-box .text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
      width: 100%;
      padding-left: 30px;
      padding-right: 15px; } }

@media screen and (max-width: 767px) {
  .select-selected {
        white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-right: 4rem;
  }
  .banner-carousel .carousel-item {
    height: 291px;
  }
  button {
    font-size: 15px; }
  header .carousel-indicators {
    bottom: 4px; }
  header .carousel-caption {
    padding: 12px 0; }
    header .carousel-caption .carousel-box h1 {
      line-height: 34px;
      margin-bottom: 8px; }
    header .carousel-caption .carousel-box p {
      line-height: 25px; }
  .carousel-section .owl-theme .owl-nav {
    margin-top: 1.5rem; }
  .contact-cta-box .boxes .box1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .contact-cta-box .boxes .box2,
  .contact-cta-box .boxes .box3 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 0;
    text-align: center; }
  .float-box .moto-box {
    margin-top: 2rem; }
  .alignright-img,
  .alignleft-img {
    float: none;
    margin: 0 auto 20px auto;
    display: block;
    max-width: 100%; }
  .main-blog .pagination-custom ul li a {
    font-size: 16px; }
  .main-blog .pagination-custom ul li.arrow {
    font-size: 15px;
    padding: 5px 12px; }
  .main-blog .top {
    margin-bottom: 30px; }
  .main-blog .blog-box .image {
    margin-bottom: 15px; }
  .related-blog {
    margin-bottom: 0; }
    .related-blog h5 {
      margin-bottom: 0; }
  .related-blog-box {
    margin-top: 30px; }
  .card-boxes .card-box {
    text-align: center; }
    .card-boxes .card-box img {
      margin-bottom: 10px; }
    .card-boxes .card-box h5 {
      margin-bottom: 5px; }
  .card-boxes .col-md-4:last-of-type .card-box {
    margin-bottom: 0; }
  .cta-box-right .container {
    padding-left: 0;
    padding-right: 0; }
  .cta-box-right .box li {
    line-height: 27px; }
  .cta-box-left .box span {
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .cta-box-right .box h2,
  .cta-box-left .box h2 {
    margin-bottom: 0; }
  .cta-box-right .box button,
  .cta-box-left .box button {
    margin-top: 10px; }
  .exclusive-promotion-box.discount1 .box2 {
    width: 75%; }
  .exclusive-promotion-box.discount2 .box2 {
    width: 85%; }
  .exclusive-promotion-box {
    padding: 2rem 1.5rem; }
    .exclusive-promotion-box .box2 p {
      font-size: 45px !important;
      line-height: 35px; }
    .exclusive-promotion-box .box2 span {
      font-size: 18px;
      line-height: 25px; }
  .faq .panel-group .panel-default {
    margin-bottom: 20px; }
  .faq .panel-group .panel-heading {
    padding: 1rem; }
    .faq .panel-group .panel-heading a:before {
      width: 30px;
      height: 30px;
      top: -5px;
      font-size: 14px; }
  .faq .panel-group .panel-heading.active {
    padding-bottom: 1rem; }
  .faq .panel-group .panel-body {
    padding: 0 1rem 1rem 1rem; }
  .sitemap ul li {
    line-height: 30px; } 
  .client-carousel .for-lg {
    display: none; }
  .client-carousel .for-sm {
    display: block; }
  .client-carousel .for-sm .clients {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border: 1px solid #ddd;
      padding: 2rem 1rem; } }

@media screen and (max-width: 575px) {
  .banner-carousel .carousel-item {
    height: 504px;
  }
  .sections {
    padding: 3rem 0; }
    .sections .title {
      margin-bottom: 15px; }
  .icon-box {
    display: block;
    text-align: center; }
    .icon-box .icon-circle {
      margin: 0 auto; }
    .icon-box .text {
      margin-left: 0;
      margin-top: 10px; }
      .icon-box .text h5 {
        margin-bottom: 3px; }
  .client-box {
    padding: 1rem 2rem; }
  .owl-theme .owl-nav {
    margin-top: 1rem; }
    .owl-theme .owl-nav .owl-prev {
      margin-right: 5px; }
    .owl-theme .owl-nav .owl-next {
      margin-left: 5px; }
  .owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    padding: 5px 12px; }
  header .for-lg {
    display: none; }
  header .for-sm {
    display: block; }
  header .carousel-caption .carousel-box {
    padding: 0 15px; }
  .cce .overlay {
    display: none; }
  .testimonials .testimonial-box {
    padding: 1.5rem; }
    .testimonials .testimonial-box .testimonial-text p {
      font-size: 17px; }
  .testimonials .owl-carousel {
    margin-top: 15px; }
  .testimonials .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px; }
  .carousel-section .owl-theme .owl-nav,
  .carousel-image .owl-theme .owl-nav {
    margin-top: 1.5rem; }
  header,
  .main-blog,
  .single-blog,
  section#thankyou-main,
  section#page404-main {
    margin-top: 125px; }
  .cta-box-right {
    padding-bottom: 20px; }
    .cta-box-right .container {
      padding-left: 15px;
      padding-right: 15px; }
    .cta-box-right img {
      max-width: 50%; }
    .cta-box-right .box {
      background-color: #fff;
      text-align: center;
      padding: 10px;
      border-radius: 10px; }
      .cta-box-right .box h2 {
        color: #86b937; }
      .cta-box-right .box li {
        color: #444; }
  .cta-box-left {
    padding-bottom: 20px; }
    .cta-box-left img {
      max-width: 50%; }
    .cta-box-left .box {
      background-color: #86b937;
      border-radius: 10px;
      text-align: center;
      padding: 10px; }
      .cta-box-left .box h2,
      .cta-box-left .box p,
      .cta-box-left .box span {
        color: #fff; }
  .exclusive-promotion-box.discount1 {
    margin-bottom: 30px; }
  .icon-small-boxes .box .icon-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 20px !important; }
    .icon-small-boxes .box .icon-small .icon-circle {
      margin-bottom: 10px; }
  .icon-small-boxes .box .icon-small:nth-child(5),
  .icon-small-boxes .box .icon-small:nth-child(6) {
    margin-bottom: 0 !important; }
  section#thankyou-main,
  section#page404-main {
    padding: 5rem 0; }
    section#thankyou-main .page404-box img,
    section#thankyou-main .thankyou-box img,
    section#page404-main .page404-box img,
    section#page404-main .thankyou-box img {
      margin-bottom: 1.5rem; }
    section#thankyou-main .page404-box p,
    section#thankyou-main .thankyou-box p,
    section#page404-main .page404-box p,
    section#page404-main .thankyou-box p {
      font-size: 18px; }
    section#thankyou-main .page404-box button,
    section#thankyou-main .thankyou-box button,
    section#page404-main .page404-box button,
    section#page404-main .thankyou-box button {
      margin-top: 1.5rem; }
  .sitemap-banner {
    height: 11rem; }
    #enquire .check-boxes {
      padding: 1.5rem;
      }
    .input-group-text {
        padding: 1rem 1rem 1rem 18.5rem;
      } }

@media screen and (max-width: 400px) {
  .contact-cta-box .boxes .box1 {
    text-align: center; }
  .contact-cta-box .boxes .box2 {
    margin-bottom: 15px; }
  .contact-cta-box .boxes .box2,
  .contact-cta-box .boxes .box3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

@media screen and (max-width: 375px) {
  .banner-carousel .carousel-item {
    height: 457px;
  }
  header,
  .main-blog,
  .single-blog,
  section#thankyou-main,
  section#page404-main {
    margin-top: 122px; }
}

@media screen and (max-width: 360px) {
  .banner-carousel .carousel-item {
    height: 438px;
  }
}
form.invalid button {
  margin-top: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  text-align: center;
  border: 2px solid #222;
  color: #ff0000;
}

.custom-select-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -92px;
    width: 200px;
}

.wpcf7-form-control-wrap.date,
.wpcf7-form-control-wrap.time {
  width: 100%;
}
.navbar-light .navbar-toggler {
  border: none;
}
@media screen and (max-width: 991px) {
  form.invalid .check-boxes {
    margin-top: 25px;
  }
  .custom-select-form .wpcf7-not-valid-tip {
    bottom: -75px;
  }
}

#google_map .map-box {
  position: relative;
  overflow: hidden;
  height: 410px;
}

#google_map .map-box iframe {
  left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 1199px) {
  #google_map .map-box {
    height: 320px;
  }
}

@media screen and (max-width: 575px) {
  #google_map .map-box {
    height: 290px;
  }
}


/* 8/14/2020 */

.single-blog .table-content ol li:before {
    content: counters(item,".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
    color: #444;
}

.single-blog .table-content ol li {
	display: block;
    position: relative;

}

.single-blog .table-content {
   border: 1px solid #ddd;
    padding: 2rem;
}

 


.single-blog .table-content ol {
	counter-reset: item;
}

.single-blog .table-content > ol > li {
	font-size: 20px;
	font-weight: bold;
}


.single-blog .table-content > ol li ol li {
	font-weight: 400;
}


.single-blog .table-content li {
    line-height: 38px;
}


@media screen and (max-width: 600px) {
    
        
    .single-blog .table-content {
        padding: 15px 15px;
    }
    
    .single-blog .table-content ol {
        padding-left: 27px;
    }
    
    .single-blog .table-content li {
        line-height: 31px;
    }


    
}



/* 10/21/2020 */

.col-12 .exclusive-promotion-box .box-2 {
  height: 305px;
}


.exclusive-promotion-box.discount1.long .box2 span {
  margin-left: 0;
}

.row.justify-content-center h2 {
  text-align: center;
}


.exclusive-promotion-box.discount1.long .box2 {
  height: 305px;
}


.exclusive-promotion-box.discount1.long .box2 {
  display: block;

}

.exclusive-promotion-box.discount1.long .box2 p {
  margin-bottom: 20px;
}

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

  .exclusive-promotion-box .box2 p {

    padding-bottom: 14px;
  }

}


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

  .exclusive-promotion-box.discount1.long .box2 {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    height: 183px;
}

.exclusive-promotion-box.discount1.long .box2 p {
  margin-bottom: 0;
}

}

/* 11/12/2020 */
.video-section-home .title-green {
	margin-top: -10px;
}

.video-section-home .col-12.title-green {
	margin-bottom: 15px;
}
.video-section-home .col-12.title-green h3 {
	color: #13ac52;
    text-align: center;
    text-transform: uppercase;
}

.video-section-home .col-lg-6 {
  margin: 2rem 0;
}


@media screen and (min-width: 576px) {
	.video-section-home .title-green h2 br {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.video-section-home .title-green {
		margin-top: -20px;
	}

}

/* 9/27 */

@media screen and (max-width: 575px) {
	
	footer .box3 p {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.page-id-36 .cta-box-right{
	    background-position: 67%;
	}

	.page-id-36 .cta-box-right:before{
	    /*content: "";*/
	    background: rgba(255,255,255,0.4);
	    width: 100%;
	    height: 100%;
	    position: absolute;
        top: 0;
        left: 0;
	}
	.page-id-36 .cta-box-right .flex-column-reverse{
	    height: 100%;
	}
	.page-id-36 .cta-box-right .box{
	    background: none;
	    z-index: 9;
	}
	
}

/* NOVEMBER 22, 2022 */
.page-id-2069 .benefits h2{
    text-align: center;
}
.owl-stage-outer.owl-height {
  height: 350px !important;
}
/* New Page 12th September 2023 */
.page-id-2034 .faq h2, .page-id-2034 .faq h6, .benefits h3, .benefits .center-button, .page-id-2034 .as-seen .title-green h2,
.page-id-2069 .faq h2, .page-id-2069 .faq h6, .page-id-2069 .as-seen .title-green h2, .page-id-2069 .inner-banner h1, .benefits .title-green h2, .dry-clean .title-green h2, .dry-clean .testimonial-text h5, .related .title-green h2, .related .title-green h3,
.page-id-2095 .inner-banner h1, .page-id-2095 .as-seen .title-green h2, .page-id-2095 .faq h6, .page-id-2095 .faq h2, .dry-clean-process .title-green h2, .benefits h2, .curtain-cleaning .col-md-3 p{
font-family: 'arial';
font-weight: 400;
}
.page-id-2034 header > div > div > div > div > p:nth-child(2){
    width: 90%;
    margin:0 auto;
}
.page-id-2069 section:nth-child(4) > div > div:nth-child(1) > div > h2{
    width: 65%;
    margin: 0 auto;
}
.page-id-2034 header > div > div > div > div > p:nth-child(4){
    width: 86%;
    margin:0 auto;
}
.page-id-2034 .benefits .row h3{
width: 95%;
}
.curtain-cleaning .col-md-3 p{
    width: 95%;
    margin:0 auto;
}
.page-id-2095  section.sections.gray-bg > div > div.row > div > h2{
    width: 85%;
    margin: 0 auto;
}
.dry-clean-process h4{
    font-family: 'Open Sans';
    font-weight: 700;
}
.dry-clean-process .title-green h2{
    display: none;
}
.page-id-2034 .faq .panel-group .panel-default, .page-id-2069 .faq .panel-group .panel-default, .page-id-2095 .faq .panel-group .panel-default {
    background-color: #fff;
}
.page-id-2095 .benefits .center-button{
    display:none;
}
.sections.faq{
    background-color: #f5f5f5;
}
.page-id-2095 .as-seen{
    padding-top: 0;
}
.dry-clean-process h2{
    text-align:center;
}
#owl-5 > div.owl-stage-outer.owl-height > div > div:nth-child(4){
    margin-right: 19px!important;
    margin-left: 1px;
}
.dry-clean-process{
    padding-bottom:0;
}
.dry-clean-process .owl-stage-outer.owl-height {
    height: initial !important;
}
.testimonials.dry-clean .owl-theme .owl-dots .owl-dot span, .testimonials.dry-clean-process .owl-theme .owl-dots .owl-dot span{
    background-color: #f5f5f5!important;
}
.testimonials.dry-clean .owl-theme .owl-dots .owl-dot.active span, .testimonials.dry-clean-process .owl-theme .owl-dots .owl-dot.active span, .testimonials.dry-clean .owl-theme .owl-dots .owl-dot:hover span, .testimonials.dry-clean-process .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #86b937!important;
}

.testimonials.dry-clean .owl-theme .owl-dots .owl-dot.active span, .testimonials.dry-clean-process .owl-theme .owl-dots .owl-dot.active span{
width: 15px;
height: 15px;
}
.testimonials.dry-clean-process .owl-theme .owl-item .description{
    text-wrap: nowrap;
}
.testimonials.dry-clean .owl-theme .owl-dots, .testimonials.dry-clean-process .owl-theme .owl-dots{
        display: flex;
    align-items: stretch;
    justify-content: center;
}
.page-id-2034 .inner-banner .container-fluid .inner-banner-box p{
    font-size: 20px;
}
.benefits .row .col-md-6{
    margin: 20px 0;
}
.benefits .row:not(:first-child){
    align-items: center;
}
.benefits .row h3{
    color: #86b937;
}
.center-button{
    text-align: center;
    margin-top: 50px;
}
.center-text{
    text-align: center;
}
.as-seen .row{
    align-items: center;
    justify-content: center;
}
.as-seen .col-md-3{
text-align: center;
}
.as-seen .col-md-3 img{
    margin: 10px;
}
.icon-process .owl-item{
    text-align: center;
}
.icon-process .owl-item .icon-box{
    margin: 0;
}
.icon-process .testimonial-box {
    background-color: #f5f5f5;
}
.icon-process .testimonial-box .testimonial-text p{
    font-size: 18px;
    line-height: 23px;
    color: #444;
}
.icon-process .testimonial-box .testimonial-text h5{
    font-size:20px;
}
.icon-process .owl-item .icon-box i{
    font-style: normal;
    font-size: 90px;
    margin: 0 auto;
    font-family: 'laundry';
}
.dry-clean h2{
    text-align: center;
}
.dry-clean{
    padding-top:0;
    padding-bottom:0;
}
.icon-process .owl-item:nth-child(1) .icon-box i:before{
    
    content: '\e917';
}
.icon-process .owl-item:nth-child(2) .icon-box i:before{
    content: '\e904';
}
.icon-process .owl-item:nth-child(3) .icon-box i:before{
    content: '\e919';
}
.icon-process .owl-item:nth-child(4) .icon-box i:before{
    content: '\e90b';
}
.icon-process .owl-item:nth-child(5) .icon-box i:before{
    content: '\f3eb';
    font-family: 'Font Awesome 5 Brands';
}
.icon-process .owl-item:nth-child(6) .icon-box i:before{
    content: '\e911';
}
.icon-process .owl-item:nth-child(7) .icon-box i:before{
    content: '\f46c';
    font-family: 'Font Awesome 5 Free';
    font-weight:900;
}
.icon-process .owl-item:nth-child(8) .icon-box i:before{
    content: '\e91a';
}
.related h2{
    text-align: center;
}
.related h3{
    color: #86b937;
}
.curtain-cleaning .col-md-3{
    text-align: center;
    font-weight: 700;
}
.curtain-cleaning .col-md-3 img{
    margin-bottom: 10px;
}
.services-box-info .img {
    margin-top: -76px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 227px;
    height: 227px;
    overflow: hidden;
    z-index: 1;
}
.services-box-info .title {
    margin-top: 47px;
    padding-bottom: 25px;
    line-height: 25px;
    text-transform: uppercase;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    font-size: 22px;
    margin-bottom: 0px;
}
.services-box-info:hover {
    border: 1px solid #DFBD69!important;
}
.services-box-info {
    border: 1px solid #e8e8e8;
    text-align: center;
    margin-top: 80px;
    padding: 0 30px 30px;
    display: block;
    transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.services-box-info .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.services-box-info .img img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

@media(max-width:767px){
.as-seen .col-md-3 img {
    margin: 10px 0;
}
.as-seen .col-md-3 {
    text-align: center;
    margin: 20px 0;
}
.benefits .row:nth-child(3), .benefits .row:nth-child(5){
    flex-direction: column-reverse;
}
.curtain-cleaning .col-md-3 {
    font-weight: 700;
    margin-bottom: 30px;
}
}
@media(max-width:575px){
.as-seen .col-md-3 img {
    width: 30%;
}
.page-id-2034 h2, .page-id-2034 h3, .page-id-2069 h2, .page-id-2069 h3 , .page-id-2095 h2, .page-id-2095 h3{
    text-align: center;
}
.check-boxes > p, form .form-row div:nth-child(10){
    text-align: center;
}
footer .box1, footer .box2{
    width: 100%;
    text-align: center;
}
}
@media(max-width:540px){
    .page-id-2034 .inner-banner h1{
        font-size: 25px;
    }
    .inner-banner .container-fluid .inner-banner-box p{
        font-size: 13px!important;
    }
    .inner-banner {
    height: 30rem;
}
    
}
/* Sep 12, 2023 END */