﻿ @font-face{
    font-family: 'Poppins';
    src: url(../fonts/Poppins-Medium.woff2) format(woff2);
    src: url(../fonts/Poppins-Medium.woff) format(woff);
    font-weight: 500;
    font-style: normal;
    font-display: swap;
 }
 @font-face{
   font-family: 'Poppins';
   src: url(../fonts/Poppins-Regular.woff2) format(woff2);
   src: url(../fonts/Poppins-Regular.woff) format(woff);
   font-weight: normal;
   font-style: normal;
   font-display: swap;
 }
 @font-face{
   font-family: 'Poppins';
   src: url(../fonts/Poppins-Light.woff2) format(woff2);
   src: url(../fonts/Poppins-Light.woff) format(woff);
   font-weight: 300;
   font-style: normal;
   font-display: swap;
 }
 @font-face {
   font-family: 'fontello';
   src: url('../fonts/fontello.woff2') format('woff2'),
        url('../fonts/fontello.woff2') format('woff');
   font-weight: normal;
   font-style: normal;
 }
 [class^="icon-"]:before, [class*=" icon-"]:before, .slick-prev:before, .slick-next:before , .recognitions-tabs .nav-pills .nav-link::before{
   font-family: "fontello";
   font-style: normal;
   font-weight: normal;
   display: inline-block;
   text-decoration: inherit;
   width: 1em;
   margin-right: .2em;
   text-align: center;
   font-variant: normal;
   text-transform: none;
   line-height: 1em;
   margin-left: .2em;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

 .icon-basket:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-ok:before { content: '\e802'; } /* '' */
.icon-phone:before { content: '\e803'; } /* '' */
.icon-search:before { content: '\e804'; } /* '' */
.icon-pencil:before { content: '\e805'; } /* '' */
.icon-location:before { content: '\e806'; } /* '' */
.icon-up-open:before { content: '\e807'; } /* '' */
.icon-down-open:before { content: '\e808'; } /* '' */
.icon-heart-empty:before { content: '\e809'; } /* '' */
.icon-star:before { content: '\e80a'; } /* '' */
.icon-star-empty:before { content: '\e80b'; } /* '' */
.icon-left-open-mini:before, .slick-prev:before { content: '\e80c'; } /* '' */
.icon-right-open-mini:before, .slick-next:before { content: '\e80d'; } /* '' */
.icon-heart:before { content: '\e80e'; } /* '' */
.icon-calendar:before { content: '\e80f'; } /* '' */
.icon-comment:before { content: '\e810'; } /* '' */
.icon-share:before { content: '\e811'; } /* '' */
.icon-download-alt:before { content: '\e812'; } /* '' */
.icon-clock:before { content: '\e813'; } /* '' */
.icon-eye:before { content: '\e814'; } /* '' */
.icon-eye-off:before { content: '\e815'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-left:before, .main-slide .slick-prev:before { content: '\f177'; } /* '' */
.icon-right:before, .main-slide .slick-next:before { content: '\f178'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-map-o:before { content: '\f278'; } /* '' */
 
:root{
  --primary-font:'Poppins', sans-serif;
   --black:#1E1E1E;
   --blue:#00B3C5;
   --white:#fff;
   --gray-bg:#F4F4F4;

}
body {
    width: 100%;
    height: 100%;
    font-family: var(--primary-font);
    font-weight:normal;
    font-size:16px;
    background-color:var(--white);
    line-height:1.8;
	  color:var(--black);
    font-display: swap;
}
html {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
button:focus {
    outline: 0px dotted;
}

b, strong{
  font-family: var(--primary-font);
	font-weight:600;
	color:var(--black);
  }
p{
	color:var(--black);
	line-height:2;
	font-size: 18px;
  font-weight: 300;
	}

h1{
    font-family: var(--primary-font);
    color:var(--black);
    line-height:1.5;
    font-size:36px;
    font-weight:500;
    margin-top: 0;
    margin-bottom:20px;
}
h2{
  font-family: var(--primary-font);
  color:var(--black);
  line-height:1.4;
  font-size:36px;
  font-weight:300;
  margin-top: 0;
  margin-bottom:20px;
}
h3{
   font-family: var(--primary-font);
   color: var(--black);
   font-size:24px;
   line-height:1.4;
   font-weight:500;
   margin-bottom:20px;
}
h4{
  font-family: var(--primary-font);
  color: var(--black);
  font-size:21px;
  line-height:1.5;
  font-weight:300;
}
.text-justify{
	text-align: justify;
}
.row-box{
	width:100%;
	clear:both;
	display: flex;
	flex-wrap: wrap;
}
section, footer{
	width:100%;
	clear:both;
  display: flex;
	flex-wrap: wrap;
  position: relative;
	}
.gray-bg{
  background-color:var(--gray-bg);
}  
.m-top{
  margin-top:95px;
}	
.padding{
	padding:90px 0;
	}
.img-zoom img{
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.img-zoom:hover img, .img-zoom:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.zoom {
  -webkit-animation: zoomout 10s ease-in infinite;
  animation: zoomout 10s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}
@keyframes zoomout {
    0% {transform: scale(1.2);}
  50% {transform: scale(1);}
  100% {transform: scale(1.2);}
}/*End of Zoom out Keyframes */
.img-box-d {
  overflow: hidden;
  height: 100%;
  border-radius:20px;
}
.img-box-d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*navbar*/
.navbar-toggler{
  border:0;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  width: 25px;
  height:2px;
  background:var(--black);
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 6px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
  width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
  width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  width: 25px;
  -webkit-transform: rotate(45deg) translate(5px,5px);
  -ms-transform: rotate(45deg) translate(5px,5px);
  transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
-webkit-transform:rotate(-45deg) translate(4px,-4px);
-ms-transform:rotate(-45deg) translate(4px,-4px);
transform:rotate(-45deg) translate(4px,-4px);
}
.bg-dark{
background-color:transparent !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
font-size:15px;
padding:24px 25px;
font-family: var(--primary-font);
font-weight: normal;
color: var(--black);
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
color:var(--blue);
}
.navbar-expand-lg .navbar-nav .btn{
padding: 9px 20px;
margin: 10px 0;
background:var(--bg-gradient);
color: var(--white);
}
.navbar-expand-lg .navbar-nav .btn:hover{
background:var(--bg-hover);
color: var(--white);
}
.dropdown-menu{
min-width: 16rem;
margin-top: 0;
border:0;
border-top: 1px solid var(--orange);
box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.185);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-radius: 0;
}
.dropdown-menu .dropdown-item {
  padding:.36rem 1.5rem;
  font-weight: normal;
  font-size:16px;
  border: 0;
  color: #000;
  white-space: normal;
}
.dropdown-menu .dropdown-item:hover{
color:var(--red);
padding-left:1.8rem;
}
.nav-link.dropdown-toggle::after{
content:none;
}
.dropdown-menu li.dropdown::after {
position: absolute;
content: "›";
right: 17px;
top:1px;
font-size: 19px;
color: #333;
border:0;
}
.dropdown-menu li.dropdown:hover::after{color:var(--orange);}
.dropdown-menu li.dropdown .dropdown-toggle::after{
content: none;
}
.navbar  li.dropdown:hover > a{color:var(--red)}
.navbar ul.dropdown-menu > li.dropdown:hover > a{background: #fff; color:var(--orange);}
.dropdown-item:hover{background: #fff; color:var(--orange)}
@media only screen and (min-width:991px) {
.navbar ul li:hover> .dropdown-menu{display:block}
.navbar ul .dropdown-menu{position:absolute;top:100%;left:0;min-width:280px;display:none;margin:0;}
.navbar ul li.mega-menu:hover > ul {
  display: flex;
  min-width:700px;
  flex-wrap: wrap;
  padding: 30px;
}
.navbar ul li.mega-menu:hover > ul > li {
flex: 0 0 auto;
width:100%;
}
.navbar-expand-lg .navbar-nav {
align-items: center;
}

}
.fix-nav .navbar {
  padding: 0;
  background-color:var(--white);
  -webkit-box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
  box-shadow: 0px 2px 6px 0px rgb(54 54 54 / 17%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.fix-nav .navbar-brand img{
  width:150px;
}

.gray-bg{
background-color:#F6F6F6;
}
.btn{
  border-radius:50px;
  padding:11px 25px;
  font-family:var(--primary-font);
  font-size:16px;
  font-weight: 500;
  transition: all 0.5s;
}  
.btn-blue{
  background-color: var(--blue);
  color:var(--white);
  border-color:var(--blue);
}
.btn-blue:hover{
  background-color:var(--white);
  color:var(--blue);
  border-color:var(--blue);
}
.m-top{
  margin-top:90px;
}
.banner{
  display: block;
  background-color:var(--black);
}
.banner img{
  opacity:0.5;
  width:100%;
}
.main-slider .container{
  position: absolute;
    left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  height: 100%;
}
.banner .banner-text{
  max-width:650px;
  flex-direction: column;
   justify-content: center;
   height: 100%;
}
.banner h1{
  color: var(--white);
  margin-bottom:30px;
}
.banner p{
  color:var(--white);
  margin-bottom:0;
  font-size:18px;
}
.f-icons {
  display: flex;
  margin-bottom: 10px;
}
.icon {
  margin-right: 8px;
  text-align: center;
  justify-content: center;
  font-size: 21px;
  display: flex;
  width:22px;
  height:22px;
  color:var(--blue);
}
.icon span{
  color:var(--blue);
}
.icon-mail-alt{
  font-size:15px;
}
.f-icon-text{
  -ms-flex: 1;
  flex: 1;
}
.f-icon-text p{
  margin-bottom:0;
}

footer{
  padding-top:50px;
  padding-bottom:30px;
}
footer h4{
  font-size:16px;
  font-weight: 500;
  margin-bottom: 18px;
}
footer ul{
  list-style-type:none;
  padding-left:0;
}
footer ul li a{
  color: var(--black);
  font-size: 15px;
  padding: 6px 0;
  display: block;
}
footer ul li a:hover{
  color:var(--red);
  padding-left:5px;
}
footer ul li{
  line-height:1.3;
}
footer p{
  font-size:15px;
  line-height:1.6;
}
footer a{
  color:#333333;
}
footer a:hover{
  color:var(--orange);
}
footer .f-icons .icon{
  color: var(--red);
}
 
.footer-bottom-text{
  border-top: 1px solid var(--blue);
  padding-top:30px;
  margin-top:30px;
  display: flex;
  justify-content: space-between;
}
.footer-bottom-text p, .footer-bottom-text p a{
  color:var(--black);
  font-size: 15px;
  margin-bottom:0;
}
.follo-icon {
  display: flex;
  align-items: center;
  justify-content: start;
}
.follo-icon a {
  background-color:var(--blue);
  padding:0px;
  border-radius: 50%;
  display: block;
  width:33px;
  height:33px;
  text-align: center;
  margin: 3px 5px;
  font-size:18px;
  color:var(--white);
  border:1px solid var(--blue);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.follo-icon a:hover{
  background-color:var(--white);
  color:var(--blue);
  border-color:var(--blue);
}
.f-logo{
  text-align: center;
}
.f-logo img{
  margin-bottom:30px;
}
.pl-4{
  padding-left:40px;
}
.slick-prev, .slick-next{
  width:36px;
  height:36px;
}
.slick-prev:before, .slick-next:before{
  font-size:36px;
}
.banner .slick-prev {
  left: 30px;
  z-index: 2;
}
.banner .slick-next {
  right: 30px;
  z-index: 2;
}
.banner .slick-prev:before, .banner .slick-next:before {
  color:var(--white);
}
.banner .slick-slide img {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}
.banner .slick-active img {
  transform: scale(1);
}
.banner .slick-slide .banner-text{
  display: none;
}
.banner .slick-slide.slick-active .banner-text{
   display: flex;
}
.delay-1s{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1-5s{
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.error {
  font-size: 14px;
  color: red;
}
.j-list{
  list-style-type:none;
  padding-left:0;
}
.j-list li{
  font-size:18px;
  color:var(--red);
  position: relative;
  padding-left:30px;
  font-weight: normal;
  padding-bottom:10px;
}
.j-list li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  background-size: 18px;
} 
.solution-sec{
  background-color:#002D31;
}
.wh-text, .wh-text h2, .wh-text h3, .wh-text p{
  color: var(--white);
}
.br-r{
  position: relative;
}
.br-r::after{
    border-right: 1px dashed var(--blue);
    content: '';
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
}
.icon-text-b{
  display: flex;
  align-items: center;
  gap:20px;
  margin:25px 0;
}
.icon-text-b h4{
  margin-bottom:0;
  max-width:80%;
}
.bottom-sec{
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.bottom-sec img{
    opacity: 0.3;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 100 / 30;
}
.bottom-sec-text{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 535px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
input.form-control, select.form-control {
  height: 52px;
}
.modal-body{
  padding:30px;
}
.modal-body h3{
  font-weight:500;
  margin-bottom:30px;
  color:var(--blue);
}
.modal-body .btn-close{
  position: absolute;
  right: 15px;
  top: 15px;
}

@media only screen and (min-width:991px) {
  .page-section{
    overflow:hidden;
  }
  .left-content{
      -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      transform: translateX(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .right-content{
      -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
      transform: translateX(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .bottom-content{
      opacity: 0;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .top-content{
      opacity: 0;
      -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .zoom-content{
    opacity: 0;
    -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
    -webkit-transition: all 2s ease;
      transition: all 2s ease;
  }
  .animate .zoom-content{
    opacity: 1;
    -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1)
  }
  .animate .left-content, .animate .right-content {
    opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
  .animate .bottom-content, .animate .top-content{
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
  }

  }
 

@media (max-width:767px) {
  .head-top {
    flex-direction: column;
  }
  .header-right {
    gap: 8px;
    flex-direction: column;
  }
  .logo img{
    width:150px;
    margin-bottom: 15px;
  }
  .banner h1{
    font-size:26px;
  }
  .banner p {
    font-size: 14px;
  }
  .banner img {
    object-fit: cover;
    aspect-ratio: 100/100;
  }
  .banner-text{
    padding:0 20px;
  }
  .banner .slick-prev {
    left: 10px;
  }
  .banner .slick-next {
    right:10px;
  }
  h2{
    font-size:26px;
  }
  h3{
    font-size:20px;
  }
  h4{
    font-size:18px;
  }
  .padding {
    padding: 40px 0;
  }
  .or1{
    order:1;
  }
  .bottom-sec img {
  aspect-ratio: 100 / 100;
}
.pl-4 {
  padding-left: 15px;
}
  footer h4{
    margin-top:10px;
  }
  .footer-bottom-text{
    flex-direction: column;
  }

}

@media (max-width:991px) {
 .navbar-light{
  background-color:var(--white);
 } 
 .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 16px;
  padding: 13px 25px;
 }
  header .btn{
    transform: rotate(7deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 45%;
    z-index: 99;
    padding:10px;
    margin: 0;
    width: 165px;
    height: 61px;
    border-radius:8px;
    text-align: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size:16px;
    position: fixed;
    left: auto;
    right:-75px;
    line-height: 1;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .m-top {
    margin-top:70px;
 }
}

@media (min-width:575px) and (max-width:767px)  {
 .banner img {
    object-fit: cover;
    aspect-ratio: 100/50;
  }
}
@media (min-width:768px) and (max-width:991px)  {
 .logo img{
  width:160px;
 }
 h2 {
  font-size: 36px;
  margin-bottom: 15px;
}
h3{
  margin-bottom:10px;
}
.padding {
  padding: 40px 0;
}
.sustainability{
  background-size: cover;
}

} 
@media (min-width:992px) and (max-width:1199px)  {
  .navbar-brand img{
    width:170px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
  padding: 24px 16px;
  }
}

@media (min-width:1360px) {
  .container{
    max-width:1220px;
  }
  .max-1150{
    max-width:1150px;
  }
  .connect-form{
    max-width:800px;
    margin:0 auto;
  }
  .slick-next {
    right:-40px;
  }
  .slick-prev {
    left:-40px;
  }

}
@media (min-width:1600px) {
  .container{
    max-width:1260px;
  }
  .container-md {
    max-width: 1140px;
  }
  
}


