@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "poppinsLight";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-size: 300;
  font-style: normal;
}
button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

a, a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  font-family: "poppinsLight";
}

img {
  max-width: 100%;
}

.theme-btn {
  color: #191919;
  font-size: 16px;
  padding: 17px 42px 16px;
  display: inline-block;
  border-radius: 60px;
  cursor: pointer;
  font-family: "poppinsregular";
  background-color: #cee002;
}
.theme-btn:hover {
  color: #191919;
}
.theme-btn.light-btn {
  color: #fff;
  padding: 8px 42px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #fff;
}

.sin-sub-title {
  font-size: 18px;
  margin: 0 0 15px;
  text-decoration: underline;
}

.breadcrum {
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrum li {
  display: inline-block;
}
.breadcrum li a, .breadcrum li span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.breadcrum li:after {
  content: "";
  width: 1px;
  height: 15px;
  display: inline-block;
  margin: 0 8px -3px 8px;
  background: #fff;
  transform: rotate(20deg);
}
.breadcrum li:nth-last-child(1):after {
  display: none;
}

/* PRELOADING */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: #fff;
}

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

.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 999;
  border: 4px solid #cee002;
  top: 50%;
  animation: loader 2s infinite ease;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #cee002;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
/* Section title */
.section-title-wrap {
  font-family: "poppinssemibold";
}
.section-title-wrap .section-title {
  color: #cee002;
  font-size: 20px;
  text-transform: uppercase;
}
.section-title-wrap .title-description {
  font-size: 45px;
  margin: 10px 0 15px;
}

/* Inner page title */
#heroBanner.inner-page-banner {
  margin-bottom: 55px;
}
#heroBanner.inner-page-banner .slick-list .banner-item {
  height: 350px !important;
  position: relative;
}
#heroBanner.inner-page-banner .slick-list .banner-item .banner-overlay {
  background: rgba(0, 0, 0, 0.3490196078);
}
#heroBanner.inner-page-banner .slick-list .banner-item .banner-caption {
  width: 100%;
  margin: 0px;
  padding: 0px;
  bottom: 12%;
  position: absolute;
}
#heroBanner.inner-page-banner .slick-list .banner-item .banner-caption .caption-title {
  font-size: 35px;
}

/* Product thumb */
.item-block {
  color: #212529;
  display: inline-block;
  margin: 10px;
  padding: 10px 15px 5px;
  border-radius: 10px;
  box-shadow: 5px 5px 16px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.item-block .product-img {
  height: 210px;
  margin: 10px 0 40px;
  background-size: cover !important;
}
.item-block .product-name {
  font-size: 18px;
  font-family: "poppinssemibold";
  margin: 0;
}
.item-block:hover p {
  color: #cee002;
}

#siteHeader .navbar {
  padding: 33px 0;
}
#siteHeader .navbar .custom-logo-link img {
  width: 242px;
  height: auto;
}
#siteHeader .navbar .nav-item a {
  color: #fff;
  font-size: 14px;
  padding: 11px 5px;
  margin-left: 15px;
  font-family: "poppinsbold";
  text-transform: uppercase;
}
#siteHeader .navbar .header-contact {
  color: #fff;
  font-size: 14px;
  font-family: "poppinsbold";
  margin-top: 2px;
  padding: 10px 0px 10px 28px;
  border-left: 1px solid #fff;
}
#siteHeader .navbar .header-contact a {
  color: #fff;
  font-size: 14px;
  font-family: "poppinsbold";
}

@media (min-width: 992px) {
  #navbarSupportedContent {
    display: inline-block !important;
  }
  #navbarSupportedContent .navbar-nav {
    float: right;
    margin-right: 24px !important;
  }
  .header-contact {
    float: right;
  }
}
#siteFooter {
  color: #fff;
  padding-top: 45px;
  margin: 35px 0 0;
  position: relative;
  background-size: cover !important;
}
#siteFooter .footer-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  position: absolute;
  background: rgba(0, 0, 0, 0.8196078431);
}
#siteFooter .container {
  z-index: 9;
  padding-top: 35px;
  position: relative;
}
#siteFooter .container .email-wrap {
  margin-bottom: 50px;
}
#siteFooter .container .email-wrap .email {
  color: #fff;
  font-size: 35px;
  display: block;
  text-decoration: underline;
}
#siteFooter .container .email-wrap .mobile {
  color: #959393;
  font-size: 24px;
  margin: 10px 0 0;
  display: inline-block;
  font-family: "poppinsregular";
}
#siteFooter .container .email-wrap span {
  width: 2px;
  height: 24px;
  display: inline-block;
  margin: 0 8px -5px 10px;
  background: #959393;
  transform: rotate(10deg);
}
#siteFooter .container .footer-title {
  color: #cee002;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 12px;
}
#siteFooter .container p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
#siteFooter .container .social-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
#siteFooter .container .social-link li {
  display: inline-block;
}
#siteFooter .container .social-link li a {
  color: #fff;
  font-size: 26px;
  margin: 2px 15px 0 0;
  display: block;
}
#siteFooter .container #mc_embed_signup_scroll {
  margin: 8px 0 0;
}
#siteFooter .container #mc_embed_signup_scroll .email {
  color: #fff;
  width: 300px;
  float: left;
  height: auto;
  padding: 12px 12px;
  background: transparent;
  border: 2px solid #fff;
}
#siteFooter .container #mc_embed_signup_scroll ::-moz-placeholder {
  color: #cee002;
}
#siteFooter .container #mc_embed_signup_scroll ::placeholder {
  color: #cee002;
}
#siteFooter .container #mc_embed_signup_scroll .theme-btn {
  float: left;
  padding: 15px 35px 11px;
  margin-left: -25px;
  border: 0px;
  border-radius: 0 5px 5px 0;
}
#siteFooter .container .copyright-note {
  color: #6b6b6a;
  font-size: 13px;
  margin: 70px 0 32px;
}
#siteFooter .container .copyright-note a {
  color: #cee002;
}
#siteFooter #toTop .fas {
  color: #cee002;
  font-size: 35px;
  cursor: pointer;
  bottom: 20px;
  right: 18px;
  position: absolute;
}
#siteFooter #toTop span {
  color: #959393;
  font-size: 14px;
  cursor: pointer;
  right: 0;
  bottom: 135px;
  position: absolute;
  transform: rotate(-90deg);
}
#siteFooter #toTop span:before {
  content: "";
  width: 35px;
  height: 1px;
  bottom: 9px;
  right: 77px;
  position: absolute;
  display: inline-block;
  background: #fff;
}

#heroBanner {
  padding: 0px;
  position: relative;
}
#heroBanner .slick-slide {
  border: 0px;
}
#heroBanner .slick-slide .banner-item {
  height: 626px !important;
  background-size: cover !important;
  background-position: center !important;
}
#heroBanner .slick-slide .banner-item .banner-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  background: rgba(0, 0, 0, 0.0588235294);
}
#heroBanner .slick-slide .banner-item .banner-caption {
  color: #fff;
  margin: 23% 0 0;
  padding-left: 87px;
  z-index: 5;
  position: relative;
}
#heroBanner .slick-slide .banner-item .banner-caption .caption-title {
  font-size: 50px;
  line-height: 53PX;
  font-family: "poppinssemibold";
  margin-bottom: 0px;
}
#heroBanner .slick-slide .banner-item .banner-caption .caption-sm-text {
  font-size: 22px;
  margin: 17px 0 0;
  display: inline-block;
  font-family: "poppinsLight";
}
#heroBanner .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0 32px 45px 0;
  bottom: 35%;
  right: 7%;
  z-index: 5;
  position: absolute;
}
#heroBanner .slick-dots li {
  padding: 4px;
  line-height: 0;
  margin: 0 0 12px;
  border-radius: 100%;
  border: 1px solid transparent;
}
#heroBanner .slick-dots li button {
  color: transparent;
  width: 10px;
  height: 10px;
  padding: 0px;
  line-height: 0px;
  border-radius: 100%;
  border: 0;
}
#heroBanner .slick-dots li.slick-active {
  border-color: #cee002;
}
#heroBanner .slick-dots li.slick-active button {
  background: #cee002;
}
#heroBanner .overlay-content {
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
}
#heroBanner .overlay-content .social-links ul {
  list-style: none;
  padding-left: 0px;
  position: relative;
  margin: 0 0 35px 5px;
}
#heroBanner .overlay-content .social-links ul:before {
  content: "";
  width: 40px;
  height: 1px;
  bottom: -30px;
  left: -10px;
  position: absolute;
  display: inline-block;
  background: #cee002;
  transform: rotate(90deg);
}
#heroBanner .overlay-content .social-links ul:after {
  width: 125px;
  height: 25px;
  content: "Follow us";
  color: #cee002;
  font-size: 14px;
  left: -52px;
  bottom: -70px;
  position: absolute;
  display: inline-block;
  transform: rotate(-90deg);
}
#heroBanner .overlay-content .social-links ul li a {
  color: #fff;
}
#heroBanner .overlay-content .experiance-wrap {
  float: right;
  margin: 0 20px 35px 0px;
}
#heroBanner .overlay-content .experiance-wrap .experiance-box {
  position: relative;
  padding: 22px 15px 25px 15px;
  border: 5px solid #cee002;
}
#heroBanner .overlay-content .experiance-wrap .experiance-box p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0px;
}
#heroBanner .overlay-content .experiance-wrap .experiance-box p span {
  font-size: 86px;
  margin-top: 33px;
  left: -72px;
  letter-spacing: 4px;
  position: absolute;
  font-family: "poppinssemibold";
}

/* Home page 
=================================== */
#siteHeader {
  z-index: 5;
  position: absolute;
}

#aboutRow {
  padding: 72px 15px;
}
#aboutRow .info-wrap p {
  color: #666666;
  font-size: 20px;
  margin: 28px 0 0;
  font-family: "poppinsregular";
}
#aboutRow .info-wrap .theme-btn {
  margin-top: 40px;
}
#aboutRow .video-wrap {
  padding-right: 28px;
}
#aboutRow .video-wrap img {
  float: right;
  max-width: 500px;
  padding-left: 27px;
  margin-top: -50px;
}
#aboutRow .video-wrap .theme-btn {
  color: #191919;
  float: right;
  color: #191919;
  padding: 10px 30px;
  border: 2px solid #191919;
  margin: 20px 0 0;
}

#feaProducts {
  padding: 72px 15px;
}
#feaProducts .fea-product-wrap {
  margin-top: 25px;
}
#feaProducts .fea-product-wrap .slick-track {
  padding: 15px 0px;
}
#feaProducts .slider-nav-wrap {
  width: 100%;
  text-align: center;
}
#feaProducts .slider-nav-wrap .slick-arrow {
  width: 40px;
  height: 40px;
  margin: 27px 4px 0;
  border: 0px;
  background-color: #cee002;
  background-image: url(../images/left_arrow.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 45% 7px;
}
#feaProducts .slider-nav-wrap .slick-arrow.fea-pro-next {
  display: inline-block;
  transform: rotate(180deg);
}

#futureProject {
  color: #fff;
  padding: 75px 15px 135px;
  position: relative;
  background: url(../images/future-pro-bg.jpg) no-repeat center;
  background-size: cover;
}
#futureProject .section-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.7803921569);
}
#futureProject .title-description {
  color: #fff;
}
#futureProject .left {
  margin: 18px 0 0;
}
#futureProject .left p {
  font-size: 18px;
  font-family: "poppinsregular";
}
#futureProject .left .theme-btn {
  margin: 25px 15px 0 0;
}
#futureProject .right ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0 0;
}
#futureProject .right ul li {
  font-size: 16px;
  line-height: 22px;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  margin: 2px 0px 22px 0px;
}
#futureProject .right ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  left: -12px;
  top: 5px;
  position: absolute;
  display: inline-block;
  background: url(../images/list-point.png) no-repeat center;
  background-size: contain;
}

#countryMap {
  margin: -80px 0 35px;
}
#countryMap .map-wrap {
  padding-bottom: 32px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 5px 5px 16px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#countryMap .map-wrap img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0 10px;
  display: block;
}
#countryMap .map-wrap .section-title-wrap {
  padding-left: 100px;
}
#countryMap .map-wrap .section-title-wrap .title-description {
  font-size: 28px;
  margin: 0;
  font-family: "poppinsregular";
}

#shopFeatured {
  padding: 38px 15px 75px;
}
#shopFeatured .section-title-wrap {
  text-align: center;
}
#shopFeatured .section-title-wrap .title-description {
  font-size: 35px;
  margin: 0 0 4px;
}
#shopFeatured .section-title-wrap p {
  font-size: 18px;
  font-family: "poppinsLight";
}
#shopFeatured .shop-item {
  text-align: center;
  margin: 10px 0 5px;
}
#shopFeatured .shop-item a.item-block {
  padding: 0 25px;
}
#shopFeatured .shop-item a.item-block .product-img {
  height: 200px;
  background-size: 85% !important;
}
#shopFeatured .shop-item a.item-block .product-name {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0 2px;
  font-family: "poppinssemibold";
}
#shopFeatured .shop-item a.item-block p {
  line-height: 22px;
}
#shopFeatured .shop-item a.item-block .pro-price {
  font-size: 18px;
  font-family: "poppinssemibold";
}
#shopFeatured .shop-item a.item-block:hover {
  color: #cee002;
}
#shopFeatured .theme-btn {
  padding: 15px 45px 12px;
  margin: 30px auto 0;
}

/* Our products list */
.post-type-archive-our_products .product-item-wrap {
  padding: 0px;
  margin-bottom: 30px;
}

/* Our products single */
.images-wrap {
  padding: 0 30px;
}
.images-wrap .img-frame {
  height: 80px;
  padding: 2px 2px;
}
.images-wrap .img-frame img {
  width: 100%;
  height: 100%;
}
.images-wrap .img-frame:nth-child(1) {
  height: auto;
  width: 100%;
}

.summery-wrap .btn-row {
  width: 100%;
  float: left;
  margin: 0 0 25px;
}
.summery-wrap .btn-row .theme-btn {
  font-size: 16px;
  width: 48%;
  float: left;
  text-align: center;
  border-radius: 8px;
  padding: 8px 35px;
}
.summery-wrap .btn-row .theme-btn.light-btn {
  color: #191919;
  font-size: 14px;
  padding: 10px 0px 7px;
  background: transparent;
  border: 1px solid #191919;
}
.summery-wrap .btn-row .theme-btn.inquiry-btn {
  color: #fff;
  font-size: 14px;
  float: right;
  padding: 10px 0px 7px;
  background: #39b54a;
  border-color: #39b54a;
}
.summery-wrap .specifications {
  list-style: none;
  padding-left: 0;
}
.summery-wrap .specifications li {
  display: block;
  margin: 0 0 10px;
}
.summery-wrap .specifications li span {
  display: inline-block;
  float: right;
}

.extend-information {
  margin: 32px 0 0;
}
.extend-information .extend-left-wrap {
  padding-right: 25px;
}
.extend-information .extend-right-wrap {
  border-left: 2px solid #b6b6b6;
}
.extend-information .extend-right-wrap ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 50px;
}
.extend-information .extend-right-wrap ul li {
  margin: 0 0 3px;
}
.extend-information .extend-right-wrap ul li a {
  color: #191919;
  font-size: 14px;
}
.extend-information .extend-right-wrap ul li a:hover {
  color: #cee002;
}

.product-video-wrap {
  margin: 35px 0 0;
}
.product-video-wrap video {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.product-video-wrap .video-preview {
  padding-right: 5px;
}
.product-video-wrap .video-preview img {
  width: 100%;
}
.product-video-wrap .video-list {
  padding-left: 0;
}
.product-video-wrap .video-list .nav-link {
  width: 100%;
  height: 72px;
  color: transparent;
  padding: 0px;
  opacity: 0.5;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.product-video-wrap .video-list .nav-link.active {
  opacity: 1;
  background-color: transparent;
}
.product-video-wrap .video-list .nav-link.active:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../images/video-play-icon.png) no-repeat center;
  background-size: 45px;
}

.contact-form-wrap {
  padding: 45px 0 0;
}
.contact-form-wrap .form-group label {
  font-size: 16px;
  margin: 0 0 0px;
}
.contact-form-wrap .form-group input, .contact-form-wrap .form-group textarea {
  width: 100%;
  padding: 7px 5px;
  border-radius: 4px;
  border: 1px solid #b6b6b6;
}
.contact-form-wrap .form-group .theme-btn {
  width: auto;
  float: right;
  padding: 8px 65px;
  border: 0;
}

.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.page-template-page-about .page-body {
  font-size: 20px;
  text-align: center;
  padding: 0 15px;
}
.page-template-page-about .page-body .highlight-text-box {
  background: #ededed;
  padding: 140px 15px 20px 70px;
}
.page-template-page-about .page-body .highlight-text-box .highlight-text {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 5px;
}
.page-template-page-about .page-body .main-content {
  width: 100%;
  padding: 0px 100px 0px 100px;
}
.page-template-page-about .page-body .main-content p {
  font-size: 18px;
}
.page-template-page-about .page-body .intro-image {
  width: 100%;
  margin: 100px 0 0 -125px;
}
.page-template-page-about .page-body .intro-image img {
  width: 100%;
}
.page-template-page-about .mission-section {
  text-align: center;
  padding: 35px 15px 25px;
}
.page-template-page-about .mission-section .mission-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.page-template-page-about .mission-section .mission-text {
  color: #b1b1b1;
  font-size: 34px;
  line-height: 1.35;
}
.page-template-page-about .mission-section .icon {
  width: 100px;
  height: 50px;
  display: block;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}
.page-template-page-about .value-box {
  padding: 5px 15px 80px;
}
.page-template-page-about .value-box .value-icon {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto 5px;
  border-radius: 8px;
  background: #cee002;
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-about .value-box .value-title {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0;
}
.page-template-page-about .value-box .value-text {
  font-size: 15px;
}

@media (max-width: 1199.98px) {
  .page-template-page-about .page-body .highlight-text-box {
    padding: 100px 110px 20px 70px;
  }
  .page-template-page-about .mission-section .mission-text {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-about .page-body .highlight-text-box {
    padding: 100px 40px 20px 70px;
  }
  .page-template-page-about .page-body .main-content {
    padding: 35px 70px 0px 70px;
  }
  .page-template-page-about .page-body .intro-image {
    margin: 50px 0 0 0px;
  }
  .page-template-page-about .page-body .intro-image img {
    max-width: 555px;
    display: block;
    margin: 0 auto;
  }
  .page-template-page-about .mission-section .col-lg-4:nth-child(3) {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .page-template-page-about .page-body .main-content {
    padding: 35px 15px 0px 15px;
  }
  .page-template-page-about .page-body .highlight-text-box {
    padding: 100px 15px 20px 15px;
  }
  .page-template-page-about .value-box {
    padding: 5px 15px 30px;
  }
}
@media (max-width: 480.98px) {
  .page-template-page-about .mission-section .mission-text {
    font-size: 20px;
  }
  .page-template-page-about .page-body {
    padding: 50px 15px 30px;
  }
}
.page-template-page-contact .info-col {
  padding: 0px 15px 0px 15px;
}
.page-template-page-contact .info-col .page-title {
  font-size: 48px;
  display: block;
  margin: 0 0 20px;
}
.page-template-page-contact .info-col p {
  font-size: 18px;
}
.page-template-page-contact .info-col form.contact-form {
  display: block;
}
.page-template-page-contact .info-col form.contact-form .form-label {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
}
.page-template-page-contact .info-col form.contact-form .form-control {
  padding: 12px 10px;
  margin-bottom: 15px;
}
.page-template-page-contact .info-col form.contact-form .form-check {
  margin: 25px 0 35px;
}
.page-template-page-contact .info-col form.contact-form .theme-btn {
  width: 100%;
}
.page-template-page-contact .map-col iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.page-template-page-contact .address-section {
  padding: 100px 15px 85px;
  background: #f9fafb;
}
.page-template-page-contact .address-section .title {
  font-size: 36px;
  margin: 28px 0 0;
}
.page-template-page-contact .address-section .text-col {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-contact .address-section .text-col strong {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
.page-template-page-contact .contact .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-contact .contact .section-header h5 {
  color: #cee002;
  font-size: 14px;
  background: rgba(255, 105, 0, 0.0588235294);
  padding: 5px 12px;
  border-radius: 50px;
  display: inline-block;
}
.page-template-page-contact .contact-box-section {
  padding: 100px 15px;
}
.page-template-page-contact .contact-box-section .contact-box {
  height: 100%;
  padding: 25px 30px;
  border-radius: 8px;
  background: rgba(255, 105, 0, 0.0588235294);
}
.page-template-page-contact .contact-box-section .contact-box i {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 50px;
  border-radius: 10px;
  background: #cee002;
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-page-contact .contact-box-section .contact-box i.chat-icon {
  background-image: url(public/images/address.png);
}
.page-template-page-contact .contact-box-section .contact-box i.map-icon {
  background-image: url(../../images/address-66.png);
}
.page-template-page-contact .contact-box-section .contact-box i.phone-icon {
  background-image: url(../../images/phone-call.png);
}
.page-template-page-contact .contact-box-section .contact-box a {
  color: #000;
  display: block;
  text-decoration: none;
}
.page-template-page-contact .contact-form-section {
  padding-bottom: 120px;
}
.page-template-page-contact .contact-form-section .form-control {
  font-size: 14px;
  padding: 12px 12px;
}
.page-template-page-contact .contact-form-section .form-label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.page-template-page-contact .contact-form-section .wpcf7-submit.theme-btn {
  color: #cee002;
  width: 150px;
  font-size: 13px;
  letter-spacing: 2px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #cee002;
}
.page-template-page-contact .contact-form-section .wpcf7-submit.theme-btn:hover {
  color: #fff;
  background-color: #cee002;
}

@media (max-width: 1199.98px) {
  .contact-page .info-col {
    padding: 85px 40px 80px 15px;
  }
  .contact-page .info-col .page-title {
    font-size: 35px;
  }
}
@media (max-width: 991.98px) {
  .contact-page .info-col {
    padding: 48px 15px 80px 15px;
  }
  .page-template-page-contact .info-col {
    padding: 0px 10px 0px 15px;
  }
  .page-template-page-contact .contact-box-section {
    padding: 70px 15px 50px;
  }
  .page-template-page-contact .contact-box-section .box-box {
    margin-bottom: 20px;
  }
  .page-template-page-contact .contact-box-section .box-box i {
    float: left;
    margin: 0 15px 50px 0;
  }
  .page-template-page-contact .contact-box-section .box-box .title {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .contact-page .contact-box-section {
    padding: 70px 15px 50px;
  }
  .contact-page .contact-box-section .contact-box i {
    margin: 0 0 32px;
  }
  .contact-page .contact-box-section .box-box {
    margin-bottom: 25px;
  }
  .contact-page .address-section .title {
    font-size: 28px;
  }
}/*# sourceMappingURL=styles.css.map */