/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET         ||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||       TABLE OF CONTENT          ||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles 
* 2. miscelnious styles 
* 3. header styles 
* 4. banner styles 
* 5. footer styles 
* 6. inner banner styles 
* 7. contact styles 
* 8. testimonials styles 
* 9. faq styles 
* 10. project styles 
* 11. about styles 
* 12. cta styles 
* 13. features styles 
* 14. video styles 
* 15. brand styles 
* 15. product styles 
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1. imported styles 
***************************/
@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,800,900|Lato:300,300i,400,400i,700,700i,900,900i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i|Rubik:300,300i,400,400i,500,500i,700,700i);
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(animate.min.css);
@import url(hover-min.css);
@import url(jquery.bxslider.min.css);
/*
@import url(../plugins/icofont/css/icofont.css);
@import url(../plugins/bands-icon/style.css);
*/
@import url(../plugins/icon/style.css);
@import url(../plugins/fontawesome-5/css/fontawesome-all.min.css);

/************************** 
* 2. miscelnious styles 
***************************/
body {
  font-family: 'Rubik';
  color: #74787D;
  font-size: 15px;
  line-height: 27px;
  font-weight: 300;
}

a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none !important;
  outline: none !important;
}

.container {
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-pad {
  padding: 70px 0;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.gray-bg {
  background: #f0f0f0;
}

.dark-bg {
  background: #171717;
}

.light-dark-bg {
  background: #212121;
}

.blue-bg {
  background: #201940;
}

.dark-blue-bg {
  background: #1B1537;
}

.thm-btn {
  border: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 170px;
  border-radius: 4px;
  background: #df3039;
  color: #fff !important;
  font-family: 'Heebo';
  font-weight: 500;
  line-height: 43px;
  border: 1px solid #df3039;
  height: 45px;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.thm-btn:hover {
  background: #242C33;
  border-color: #242C33;
  color: #fff;
}

.thm-btn.bordered {
  background-color: transparent;
  border-color: #D9D9D9;
  color: #242C33;
}

.thm-btn.bordered:hover {
  background: #242C33;
  border-color: #242C33;
  color: #fff;
}

.sec-title {
  margin-bottom: 40px;
}

.sec-title h3,
.sec-title p {
  margin: 0;
}

.sec-title h3 {
  color: #242C33;
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 600;
}

.sec-title h3+p {
  margin-top: 20px;
}

.sec-title p {
  font-family: 'Rubik';
  color: #383838;
  font-size: 16px;
  line-height: 27px;
}

.sec-title.light h3,
.sec-title.light p {
  color: #fff;
}

.sticky-footer-button {
  position: fixed;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top {
  background: #242C33;
  bottom: 20px;
  right: 20px;
  font-size: 17px;
}

.scroll-to-top:hover {
  background: #df3039;
  color: #fff;
}

.sticky-whatsapp-button {
  display: block;
  background-color: #25D366;
  bottom: 20px;
  right: 80px;
  font-size: 20px;
}

.sticky-whatsapp-button:hover {
  background: #128C7E;
  color: #fff;
}


/*
****
only add this classto body
if preloader is on
other wise REMOVE IT.
****
*/
body.active-preloader-ovh {
  overflow: hidden;
}

.preloader {
  background-color: #df3039;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #242C33;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

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

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

/************************** 
* 3. header styles 
***************************/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  /* z-index: 999; */
}

.header-navigation .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #242C33;
  padding: 8px 14px;
  border-radius: 5px;
  color: #fff !important;
  white-space: nowrap;
}

.download-btn:hover {
  background: #df3039;
}

.download-btn p {
  margin: 0;
}

/* .header-navigation .container .navbar-header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} */

.header-navigation .container .navbar-brand {
  height: auto;
}

.header-navigation .container .navbar-brand .default-logo {
  display: inline-block;
}

.header-navigation .container .navbar-brand .sticky-logo {
  display: none;
}

.header-navigation .container .main-navigation {
  text-align: right;
  padding: 0;
}

.nav-container::before,
.nav-container::after {
  display: none !important;
}



.header-navigation ul.navigation-box {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box>li {
  position: relative;
  padding: 17.5px 0;
  display: inline-block;
}

.header-navigation ul.navigation-box>li+li {
  margin-left: 8px;
}

.header-navigation ul.navigation-box>li a {
  color: #000 !important;
}

.header-navigation ul.navigation-box>li.active>a,
.header-navigation ul.navigation-box>li.current>a,
.header-navigation ul.navigation-box>li>a:active,
.header-navigation ul.navigation-box>li>a:focus,
.header-navigation ul.navigation-box>li:hover>a {
  color: #000;
}

.header-navigation ul.navigation-box>li:not(:last-child):after {
  content: '|';
  height: 5px;
  top: 0px;
  margin-left: 15px;
  color: #fff;
}

.header-navigation ul.navigation-box>li>a {
  padding: 0;
  font-family: 'Rubik';
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 400;
  display: inline-block;
}

.header-navigation ul.navigation-box>li>ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box>li>ul.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box>li>ul.sub-menu>li>a {
  font-size: 15px;
  color: #717171;
  font-family: 'Rubik';
  font-weight: 400;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu li:hover>a {
  background: #df3039;
  color: #fff;
  position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 100000;
  float: left;
  min-width: 270px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box>li>.sub-menu>li:hover>ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>ul.sub-menu>li>a {
  font-size: 16px;
  color: #717171;
  font-weight: 500;
  padding: 11.5px 0;
  display: block;
  line-height: 26px;
  padding-left: 40px;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box>li>.sub-menu>li>.sub-menu li:hover>a {
  background: #F1F1F1;
  color: #181818;
  position: relative;
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.32);
}

.header-navigation.stricky-fixed .container {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-navigation.stricky-fixed .navbar-brand .default-logo {
  display: none;
}

.header-navigation.stricky-fixed .navbar-brand .sticky-logo {
  display: inline-block;
}

.header-navigation.stricky-fixed ul.navigation-box>li {
  padding-top: 30px;
  padding-bottom: 30px;
}

.header-navigation.stricky-fixed ul.navigation-box>li>a {
  color: #242C33;
}

.header-navigation.stricky-fixed ul.navigation-box>li.active>a,
.header-navigation.stricky-fixed ul.navigation-box>li.current>a,
.header-navigation.stricky-fixed ul.navigation-box>li>a:active,
.header-navigation.stricky-fixed ul.navigation-box>li>a:focus,
.header-navigation.stricky-fixed ul.navigation-box>li:hover>a {
  color: #df3039;
}

.header-top {
  padding-bottom: 30px;
}

.header-top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 15.5px;
  padding-bottom: 15.5px;
}

.header-top .left-contact-info p,
.header-top .right-contact-info p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: 'Rubik';
  font-size: 14px;
  color: #fff;
}

.header-top .left-contact-info p+p,
.header-top .right-contact-info p+p {
  margin-left: 45px;
}

.header-top .left-contact-info p i,
.header-top .right-contact-info p i {
  color: #FFFFFF;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.header-top .select-box {
  display: inline-block;
  vertical-align: middle;
}

.header-top .select-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.header-top .select-box .bootstrap-select>.dropdown-toggle {
  padding: 0;
  background-color: transparent;
  color: #df3039;
  font-size: 14px;
  border-radius: 0;
  border: none;
  padding-right: 10px;
}

.header-top .select-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  right: 0;
}

.header-top .select-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: FontAwesome;
  color: #df3039;
  font-size: 14px;
  line-height: 1em;
}


.header-home-two {
  /* background: #0095DA; */
}

.header-home-two .header-top {
  background: #f6f5f4;
  padding-bottom: 0;
  border-top: 3px solid red;
}

.header-home-two .header-top .container {
  border: none;
  padding: 4px 0px;
}

.header-home-two .header-top .left-contact-info p,
.header-home-two .header-top .right-contact-info p,
.header-home-two .header-top .left-contact-info p i,
.header-home-two .header-top .right-contact-info p i {
  color: #929699;
}

.header-home-two .header-navigation ul.navigation-box>li {
  padding: 24px 0;
}

/************************** 
* 4. banner styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
  z-index: 991;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 59px;
  height: 59px;
  font-size: 48px;
  line-height: 59px;
  color: #fff;
  background: transparent;
  visibility: visible !important;
  opacity: 1;
  font-weight: normal;
  margin-top: -20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}

@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
}

#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
}

/* processing for fadeing effect styles */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* fixing slider height */
#minimal-bootstrap-carousel .custom-navigation {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  margin: 0;
}

#minimal-bootstrap-carousel .custom-navigation,
#minimal-bootstrap-carousel .custom-navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#minimal-bootstrap-carousel .custom-navigation li {
  border: 0;
  border-radius: 0;
  text-indent: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: .3;
  cursor: pointer;
}

#minimal-bootstrap-carousel .custom-navigation li+li {
  margin-left: 10px;
}

#minimal-bootstrap-carousel .custom-navigation li.active {
  opacity: 1;
}

#minimal-bootstrap-carousel.slider-home-two .carousel-inner .item {
  min-height: 780px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #34424F;
}

.slider-home-two {
  position: relative;
}

.slider-home-two .content h2,
.slider-home-two .content h3,
.slider-home-two .content p {
  margin: 0;
}

.slider-home-two .content h2 {
  font-family: 'Poppins';
  color: #FFFFFF;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.025em;
  font-weight: bold;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.slider-home-two .content p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Rubik';
  margin-top: 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.slider-home-two .content a.banner-btn {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 135px;
  height: 45px;
  border-radius: 4px;
  margin-top: 50px;
  line-height: 45px;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.slider-home-two .content a.banner-btn:hover {
  background: #fff;
  color: #df3039;
}


/************************** 
* 5. footer styles 
***************************/
.site-footer {
  background: #242C33 url(../img/backgroud-1-3.jpg) top center no-repeat fixed;
  background-size: cover;
}

.site-footer .footer-top {
  padding: 50px 0;
  background: rgba(15, 21, 26, 0.93);
}

.site-footer .footer-widget .title {
  margin-bottom: 50px;
}

.site-footer .footer-widget .title h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: -.025em;
}

.site-footer .footer-widget.about-widget p {
  margin-bottom: 70px;
  margin-top: 33px;
}

.site-footer .footer-widget.links-widget {
  padding-left: 15px;
}

.site-footer .footer-widget.links-widget .title {
  margin-bottom: 0px;
}

.site-footer .footer-widget.twitter-widget {
  padding-left: 65px;
}

.site-footer .footer-widget.twitter-widget .title {
  margin-bottom: 45px;
}

.site-footer .footer-widget p {
  font-size: 15px;
  line-height: 27px;
  color: #B8BFC8;
  font-family: 'Rubik';
  margin: 0;
}

.site-footer .footer-widget .social a {
  color: #FFFFFF;
  font-size: 18px;
}

.site-footer .footer-widget .social a+a {
  margin-left: 30px;
}

.site-footer .footer-widget ul.links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

.site-footer .footer-widget ul.links-list li a {
  display: block;
  position: relative;
  color: #B8BFC8;
  font-size: 16px;
  padding-left: 17px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer .footer-widget ul.links-list li a i {
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-footer .footer-widget ul.links-list li a:hover {
  color: #df3039;
}

.site-footer .footer-widget ul.links-list li+li {
  margin-top: 12px;
}

.site-footer .footer-widget .single-recent-post+.single-recent-post {
  margin-top: 26px;
}

.site-footer .footer-widget .single-recent-post .img-box,
.site-footer .footer-widget .single-recent-post .text-box {
  display: table-cell;
  vertical-align: top;
}

.site-footer .footer-widget .single-recent-post .img-box {
  width: 69px;
}

.site-footer .footer-widget .single-recent-post .text-box {
  padding-left: 20px;
}

.site-footer .footer-widget .single-recent-post .text-box h4 {
  margin: 0;
  color: #B8BFC8;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer .footer-widget .single-recent-post .text-box h4:hover {
  color: #df3039;
}

.site-footer .footer-widget .single-recent-post .text-box p {
  margin: 0;
  color: #828991;
  font-size: 15px;
  margin-top: 5px;
}

.site-footer .footer-widget .single-tweet+.single-tweet {
  margin-top: 30px;
}

.site-footer .footer-widget .single-tweet p {
  color: #B8BFC8;
  font-size: 15px;
  line-height: 25px;
}

.site-footer .footer-widget .single-tweet .name {
  color: #198CFA;
  font-size: 16px;
  margin-top: 8px;
}

.site-footer .footer-widget .single-tweet .name i {
  font-size: 18px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.site-footer .container {
  position: relative;
  z-index: 0;
}

.site-footer .footer-subscribe {
  border-top: 1px solid rgba(240, 240, 240, 0.2);
  position: relative;
  z-index: 0;
  background: rgba(15, 21, 26, 0.93);
  padding: 12px 0;
}

.site-footer .footer-subscribe h3 {
  margin: 0;
  font-family: 'Heebo';
  font-size: 24px;
  color: #FFFFFF;
  line-height: 45px;
}

.site-footer .footer-subscribe form.footer-subscribe-form {
  position: relative;
  width: 500px;
  max-width: 100%;
  height: 45px;
}

.site-footer .footer-subscribe form.footer-subscribe-form input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px;
  height: 45px;
  border: none;
  outline: none;
  color: #C5C5C5;
  font-size: 15px;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.site-footer .footer-subscribe form.footer-subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C5C5C5;
}

.site-footer .footer-subscribe form.footer-subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #C5C5C5;
}

.site-footer .footer-subscribe form.footer-subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #C5C5C5;
}

.site-footer .footer-subscribe form.footer-subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #C5C5C5;
}

.site-footer .footer-subscribe form.footer-subscribe-form input.error {
  background: rgba(255, 0, 0, 0.4);
}

.site-footer .footer-subscribe form.footer-subscribe-form label.error {
  display: none !important;
}

.site-footer .footer-subscribe form.footer-subscribe-form button {
  background: #df3039;
  color: #FFFFFF;
  font-size: 16px;
  font-family: 'Heebo';
  font-weight: 500;
  text-transform: uppercase;
  width: 131px;
  height: 45px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer .footer-subscribe form.footer-subscribe-form button:hover {
  background: #232C35;
}

.footer-bottom {
  background: #35393D;
  padding: 13px 0;
}

.footer-bottom .copy-text p {
  margin: 0;
  color: #989FA7;
  font-size: 16px;
}

.footer-bottom .right-link a {
  color: #989FA7;
  font-size: 16px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-bottom .right-link a:hover {
  color: #df3039;
}

/************************** 
* 6. inner banner styles 
***************************/
.inner-banner-profile {
  background: #df3039 url(../img/inner-banner-profile.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-banner-profile h3 {
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  font-size: 48px;
  font-family: 'Poppins';
  font-weight: bold;
}

.inner-banner-profile .breadcumb {
  margin-top: 15px;
}

.inner-banner-profile .breadcumb a,
.inner-banner-profile .breadcumb span {
  color: #fff;
  font-size: 16px;
  font-family: 'Rubik';
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.inner-banner-profile .breadcumb a:hover {
  color: #df3039;
}

.inner-banner-profile .breadcumb span.sep {
  margin-left: 10px;
  margin-right: 10px;
}

.inner-banner-product {
  background: #df3039 url(../img/inner-banner-product.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-banner-product h3 {
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  font-size: 48px;
  font-family: 'Poppins';
  font-weight: bold;
}

.inner-banner-product .breadcumb {
  margin-top: 15px;
}

.inner-banner-product .breadcumb a,
.inner-banner-product .breadcumb span {
  color: #fff;
  font-size: 16px;
  font-family: 'Rubik';
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.inner-banner-product .breadcumb a:hover {
  color: #df3039;
}

.inner-banner-product .breadcumb span.sep {
  margin-left: 10px;
  margin-right: 10px;
}

.inner-banner-contact {
  background: #df3039 url(../img/inner-banner-contact.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inner-banner-contact h3 {
  margin: 0;
  color: #FFFFFF;
  letter-spacing: 0.025em;
  font-size: 48px;
  font-family: 'Poppins';
  font-weight: bold;
}

.inner-banner-contact .breadcumb {
  margin-top: 15px;
}

.inner-banner-contact .breadcumb a,
.inner-banner-contact .breadcumb span {
  color: #fff;
  font-size: 16px;
  font-family: 'Rubik';
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.inner-banner-contact .breadcumb a:hover {
  color: #df3039;
}

.inner-banner-contact .breadcumb span.sep {
  margin-left: 10px;
  margin-right: 10px;
}

/************************** 
* 7. contact styles 
***************************/
#contact-google-map {
  width: 100%;
  height: 485px;
}

.contact-page-content .contact-form p {
  font-size: 15px;
  color: #242C33;
  font-family: 'Heebo';
  margin: 0;
}

.contact-page-content .contact-form input,
.contact-page-content .contact-form textarea {
  width: 100%;
  height: 38px;
  margin-bottom: 35px;
  background: #EBEEF0;
  border: none;
  outline: none;
  border-radius: 4px;
  padding-left: 20px;
}

.contact-page-content .contact-form input.error,
.contact-page-content .contact-form textarea.error,
.contact-page-content .contact-form label.error {
  font-size: 14px;
  font-weight: normal;
  margin: 5px 0 0 0;
  margin-bottom: 10px;
  color: #df3039;
}

.contact-page-content .contact-form textarea {
  padding-top: 10px;
  height: 200px;
  margin-bottom: 40px;
}

.contact-page-content .contact-form button[type=submit] {
  width: 100%;
  height: 43px;
  background: #df3039;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Heebo';
  text-align: center;
  line-height: 43px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 4px;
  border: none;
  outline: none;
}

.contact-page-content .contact-form button[type=submit]:hover {
  background: #232C33;
  color: #df3039;
}

.contact-page-content .contact-info h3 {
  margin: 0;
  color: #242C33;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Poppins';
}

.contact-page-content .contact-info p {
  font-size: 16px;
  color: #989FA7;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 40px;
}

.contact-page-content .contact-info .single-contact-info {
  position: relative;
  padding-left: 25px;
}

.contact-page-content .contact-info .single-contact-info+.single-contact-info {
  margin-top: 10px;
}

.contact-page-content .contact-info .single-contact-info p {
  font-size: 16px;
  letter-spacing: .025em;
  margin: 0;
  color: #242C33;
  font-weight: 300;
  font-family: 'Rubik';
}

.contact-page-content .contact-info .single-contact-info i {
  color: #242C33;
  font-size: 16px;
  position: absolute;
  top: 6px;
  left: 0;
}

/************************** 
* 8. testimonials styles 
***************************/

.testimonials-feature-wrapper .single-testimonial-style-one {
  padding-right: 0;
}

/************************** 
* 9. faq styles 
***************************/
.faq-style-one .accrodion-grp .accrodion+.accrodion {
  margin-top: 10px;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title {
  border: 1px solid #DEE0E1;
  background: #FFFFFF;
  padding: 14.5px 25px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  position: relative;
  font-size: 18px;
  color: #222222;
  font-weight: 400;
  font-family: 'Rubik';
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #222222;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content {
  padding-top: 10px;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  border: 1px solid #DEE0E1;
  padding: 20px 30px;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .01em;
  color: #74787D;
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title {
  background: #df3039;
  border-color: #df3039;
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f106';
}


/************************** 
* 10. project styles 
***************************/
.project-style-one .gallery-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}

.project-style-one .gallery-filter ul li {
  display: inline-block;
  vertical-align: middle;
}

.project-style-one .gallery-filter ul li.active span,
.project-style-one .gallery-filter ul li:hover span {
  color: #df3039;
}

.project-style-one .gallery-filter ul li+li {
  margin-left: 40px;
}

.project-style-one .gallery-filter ul li span {
  display: block;
  color: #242C33;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  cursor: pointer;
}

.project-style-one .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  overflow: hidden;
}

.project-style-one .row {
  margin-left: -5px;
  margin-right: -5px;
}

.project-style-one .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.project-style-one .single-project-style-one {
  margin-bottom: 10px;
  overflow: hidden;
}

.project-style-one .single-project-style-one .img-box {
  position: relative;
}

.project-style-one .single-project-style-one .img-box>img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-style-one .single-project-style-one .img-box .overlay {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.project-style-one .single-project-style-one .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.project-style-one .single-project-style-one .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}

.project-style-one .single-project-style-one .img-box .overlay .box .content a.more-btn {
  width: 60px;
  height: 60px;
  background: #df3039;
  display: inline-block;
  border-radius: 5px;
  color: #242C33;
  font-size: 24px;
  line-height: 60px;
}

.project-style-one .single-project-style-one .img-box .overlay .box .content h3 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-top: 40px;
}

.project-style-one .single-project-style-one:hover .img-box>img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.project-style-one .single-project-style-one:hover .img-box .overlay {
  opacity: 1;
}

.project-style-two {
  /* background: #fff url(../img/project-2-bg.jpg) right top no-repeat; */
  background-size: cover;
}

.project-style-two .gallery-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}

.project-style-two .gallery-filter ul li {
  display: inline-block;
  vertical-align: middle;
}

.project-style-two .gallery-filter ul li.active span,
.project-style-two .gallery-filter ul li:hover span {
  color: #df3039;
}

.project-style-two .gallery-filter ul li+li {
  margin-left: 40px;
}

.project-style-two .gallery-filter ul li span {
  display: block;
  color: #242C33;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: 500;
  cursor: pointer;
}

.project-style-two .row {
  margin-left: -3px;
  margin-right: -3px;
}

.project-style-two .row [class*=col-] {
  padding-left: 3px;
  padding-right: 3px;
}

.project-style-two .single-project-style-two {
  margin-bottom: 6px;
  overflow: hidden;
}

.project-style-two .single-project-style-two .img-box {
  position: relative;
}

.project-style-two .single-project-style-two .img-box>img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-filter: blur(0);
  filter: blur(0);
}

.project-style-two .single-project-style-two .img-box .overlay {
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.project-style-two .single-project-style-two .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.project-style-two .single-project-style-two .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: middle;
}

.project-style-two .single-project-style-two .img-box .overlay .box .content a.more-btn {
  width: 60px;
  height: 60px;
  background: #df3039;
  display: inline-block;
  border-radius: 5px;
  color: #242C33;
  font-size: 24px;
  line-height: 60px;
}

.project-style-two .single-project-style-two .img-box .overlay .box .content h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Poppins';
  margin-top: 20px;
}

.project-style-two .single-project-style-two:hover .img-box>img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.project-style-two .single-project-style-two:hover .img-box .overlay {
  opacity: 1;
}

.project-style-two .more-btn-box {
  margin-top: 60px;
}

/************************** 
* 11. about styles 
***************************/
.about-us-style-one .about-content {
  padding-top: 40px;
}

.about-us-style-one span {
  display: block;
  color: #df3039;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.about-us-style-one h3 {
  margin: 0;
  color: #242C33;
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 48px;
  font-size: 36px;
  font-family: 'Poppins';
}

.about-us-style-one h4 {
  margin: 0;
  color: #242C33;
  font-family: 'Rubik';
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin-top: 25px;
  margin-bottom: 20px;
}

.about-us-style-one p {
  color: #74787D;
  font-style: 15px;
  line-height: 27px;
  font-family: 'Rubik';
}

.about-us-style-one a.about-btn {
  margin-top: 40px;
  background: #df3039;
  width: 149px;
  height: 45px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Heebo';
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.about-us-style-one a.about-btn:hover {
  background: #242C33;
}


/************************** 
* 12. cta styles 
***************************/
.cta-style-one {
  background: #df3039 url(../img/backgroud-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
}

.cta-style-one .inner {
  background-color: rgba(223, 48, 57, 0.90);
  padding: 52.5px 0;
}

.cta-style-one h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Poppins';
  line-height: 45px;
}

.cta-style-one a.cta-btn {
  width: 173px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: #242C33;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  font-family: 'Heebo';
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.cta-style-one a.cta-btn:hover {
  background: #fff;
  color: #242C33;
}

.cta-style-two {
  overflow: hidden;
}

.cta-style-two .container-fluid {
  padding: 0;
}

.cta-style-two .row {
  margin-left: -.5px;
  margin-right: -.5px;
}

.cta-style-two .row [class*=col-] {
  padding: 0 .5px;
}

.cta-style-two .cta-style-two-1 {
  background: #252A33 url(../img/cta-two-1-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  padding-left: 100px;
  padding-right: 100px;
}

.cta-style-two .cta-style-two-1 span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Poppins';
  letter-spacing: -.025em;
}

.cta-style-two .cta-style-two-1 h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: -.025em;
  font-family: 'Poppins';
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 30px;
}

@media (max-width: 1250px) {
  .cta-style-two .cta-style-two-1 h3 br {
    display: none;
  }
}

.cta-style-two .cta-style-two-1 a {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  background: #df3039;
  border-radius: 4px;
  padding: 0 33px;
  color: #fff;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  line-height: 45px;
}

.cta-style-two .cta-style-two-1 a:hover {
  background: #242C33;
}

.cta-style-two .cta-style-two-2 {
  padding: 99.5px 0;
  padding-left: 100px;
  padding-right: 100px;
  background: #df3039 url(../img/cta-two-2-bg.jpg) center center no-repeat;
  background-size: cover;
}

@media (max-width: 1360px) {
  .cta-style-two .cta-style-two-2 {
    padding: 86px 100px;
  }
}

@media (max-width: 1110px) {
  .cta-style-two .cta-style-two-2 {
    padding: 86px 79px;
  }
}

.cta-style-two .cta-style-two-2 h3 {
  margin: 0;
  color: #FFFFFF;
  font-family: 'Poppins';
  font-weight: bold;
  letter-spacing: -.025em;
  font-size: 36px;
}

.cta-style-two .cta-style-two-2 p {
  color: #FFFFFF;
  font-size: 15px;
  line-height: 27px;
  font-family: 'Rubik';
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 80%;
}

.cta-style-two .cta-style-two-2 p br {
  display: none;
}

@media (max-width: 1600px) {
  .cta-style-two .cta-style-two-2 p {
    width: 100%;
  }
}

.cta-style-two .cta-style-two-2 a {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  background: #242C33;
  border-radius: 4px;
  padding: 0 33px;
  color: #fff;
  font-family: 'Heebo';
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  line-height: 45px;
}

.cta-style-two .cta-style-two-2 a:hover {
  background: #df3039;
}


/************************** 
* 13. features styles 
***************************/
.feature-style-one {
  padding-left: 95px;
}

.feature-style-one .single-feature-style-one+.single-feature-style-one {
  margin-top: 40px;
}

.feature-style-one .single-feature-style-one .icon-box,
.feature-style-one .single-feature-style-one .text-box {
  display: table-cell;
  vertical-align: top;
}

.feature-style-one .single-feature-style-one .icon-box {
  width: 52px;
}

.feature-style-one .single-feature-style-one .icon-box i {
  font-size: 52px;
  color: #242C33;
}

.feature-style-one .single-feature-style-one .text-box {
  padding-left: 15px;
}

.feature-style-one .single-feature-style-one .text-box h3 {
  margin: 0;
  color: #051829;
  font-size: 18px;
  font-family: 'Poppins';
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-style-one .single-feature-style-one .text-box h3.large-font {
  font-size: 22px;
}

.feature-style-one .single-feature-style-one .text-box p {
  color: #74787D;
  font-family: 'Rubik';
  font-size: 15px;
  line-height: 27px;
  margin: 0;
}


/************************** 
* 14. video styles 
***************************/
.video-box {
  background: #242C33;
  position: relative;
  text-align: center;
}

.video-box>img {
  width: 90%;
  opacity: .36;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-box a.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video-box a.video-popup .inner {
  display: block;
  background: #df3039;
  line-height: 77px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  width: 77px;
  height: 77px;
  background: #df3039;
  border-radius: 50%;
}

.video-box:hover>img {
  opacity: 1;
}

.faq-video-wrapper.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

/************************** 
* 15. brand styles 
***************************/
.brand-carousel-wrapper {
  background: #EAEAEA;
}

.brand-carousel-wrapper .brand-carousel {
  text-align: center;
}

.brand-carousel-wrapper .brand-carousel i {
  color: #636E7A;
  font-size: 150px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: .8;
}

.brand-carousel-wrapper .brand-carousel i:hover {
  opacity: .3;
}

.brand-carousel-wrapper .owl-theme .owl-nav {
  display: none;
}


/**********banner**********/
#wrapper {
  position: relative;
  width: 100%;
  min-height: 40vw;
  overflow: hidden;
}

.layer {
  position: absolute;
  width: 100vw;
  min-height: 40vw;
  overflow: hidden;
}

.layer .content-wrap {
  position: absolute;
  width: 100vw;
  min-height: 55vw;
}

.layer .content-body {
  width: 25%;
  position: absolute;
  top: 40%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
}

.layer img {
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer h1 {
  font-size: 2em;
}

.bottom {
  background: #222;
  z-index: 1;
}

.bottom .content-body {
  right: 5%;
}

.bottom h1 {
  color: #FDAB00;
}

.top {
  background: #eee;
  color: #222;
  z-index: 2;
  width: 50vw;
}

.top .content-body {
  left: 5%;
  color: #222;
}

.handle {
  position: absolute;
  height: 100%;
  display: block;
  background-color: #FDAB00;
  width: 8px;
  top: 0;
  left: 50%;
  z-index: 3;
}

.skewed .handle {
  top: 50%;
  transform: rotate(30deg) translateY(-50%);
  height: 123%;
  transform-origin: top;
}

.skewed .top {
  transform: skew(-30deg);
  margin-left: -1000px;
  width: calc(50vw + 1000px);
}

.skewed .top .content-wrap {
  transform: skew(30deg);
  margin-left: 1000px;
}

/************************** 
  * 15. product styles
  ***************************/

.product-card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 95%;
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-info {
  padding: 12px 16px;
}

.product-category {
  font-size: 14px;
  color: #666;
}

.product-name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 16px;
}

.button {
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.view-details-button {
  background-color: #242C33;
}

.view-details-button:hover {
  background-color: #df3039;
}

.whatsapp-button {
  background-color: #25D366;
}

.whatsapp-button:hover {
  background-color: hsl(142, 70%, 45%);
  color: #ffffff !important;
}

.whatsapp-button i {
  margin-right: 8px;
}


/************************** 
  * 15. processes styles
  ***************************/

.process {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.process.visible {
  opacity: 1;
  transform: translateY(0);
}

.process-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.process-content {
  padding: 20px 0;
}

.process-content h3 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #34495e;
}

.process-description {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #7f8c8d;
}

.process-details {
  font-size: 1em;
  color: #555;
}

@media (min-width: 768px) {
  .process {
    flex-direction: row;
    align-items: center;
  }

  .process:nth-child(even) {
    flex-direction: row-reverse;
  }

  .process-image {
    width: 50%;
  }

  .process-content {
    width: 50%;
    padding: 0 30px;
  }
}

/************************** 
* 15. product popup styles
***************************/


.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

.popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 90%;
  width: 800px;
  max-height: 90vh;
  overflow-y: auto;

}

.close-popup-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: #333;
}

.popup-content .product-container {
  display: flex;
  gap: 20px;
  height: 55vh;
  max-height: 428px;
}

.popup-content .product-image {
  width: 50%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 5px;
}

.popup-content .product-details {
  flex: 1;
  width: 50%;
}

.popup-content .product-title {
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 4px;
  color: #1a1a1a !important;
}

.popup-content .product-price {
  font-size: 20px;
  font-weight: bold;
  color: #4CAF50;
  margin-bottom: 15px;
}

.popup-content .product-category {
  margin-bottom: 12px;
}

.popup-content .product-description {
  margin-bottom: 20px;
}


.popup-content .whatsapp-button {
  margin-top: 48px;
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-content .whatsapp-button p {
  margin-bottom: 0;
  font-weight: 500;
}



/************************** 
* 16. who we are styles
***************************/
.who-we-are-title {
  font-size: 3rem;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 0px;
}

.who-we-are-video {
  width: 100%;
  padding: 24px 0;
  height: 75vh;
}


/************************** 
* 17. certificate  styles
***************************/
.certificate-section {
  padding-bottom: 64px;
}

.certificate-section h1 {
  margin-bottom: 40px;
  font-size: 2.5rem;
  color: #2d3748;
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.certificate-card {
  background-color: #f6f5f4;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  justify-content: center;
}

.certificate-card:hover {
  cursor: pointer;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.certificate-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.certificate-info {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #242C33;
  padding: 8px 12px;
  border-bottom-left-radius: 4px;
  transition: background-color 0.3s ease;
}

.certificate-card:hover .certificate-info {
  background-color: rgba(255, 0, 0, 0.9);
}

.certificate-info h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transition: color 0.3s ease;
}

.certificate-card:hover .certificate-info h2 {
  color: #ffffff;
}

@media (max-width: 768px) {
  .certificate-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2rem;
  }

  .certificate-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer .footer-widget ul.links-list li a.environment-link,
.header-navigation ul.navigation-box>li a.environment-link {
  color: #10b981 !important;
}


/* Modal */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
}

/* Caption text */
#caption {
  margin: auto;
  display: block;
  text-align: center;
  color: #ccc;
  padding: 10px 20px;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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



.clients-section {
  padding: 3rem 1rem;
  background-color: #f8f9fa;
}
.clients-section h2 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 1rem;
}
.clients-section .intro-text {
  line-height: 135%;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 2rem;
  color: #6c757d;
}
.clients-section .client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 300px));
  gap: 1.5rem;
  justify-content: center;
}
.clients-section .client-logo {
  background-color: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
}
.clients-section .client-logo img {
  max-width: 100%;
  height: auto;
}

.error-message {
  padding: 6px 10px;
    color: #F00;
    background: rgba(255, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 12px;
}

.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}
