@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
  color: #294884;
  font-family: 'Poppins', sans-serif;
}
/* body {
  font-family: "Poppins", sans-serif;
} */

/* ========== */

.hero-banner{
		position: absolute;
		height: 100%;
	}
 	.navbar-expand-lg .navbar-nav .nav-link{
 		color: #FFF;
	    font-size: 17px;
	    font-weight: 400;
	    padding: 0 0 0 36px;
 	}
 	.sign-btn{
 		color: #294884;
 		padding: 10px;
 		background: #FFF;
 		font-weight: 600;
 		line-height: normal;
 		border-radius: 10px;
 		margin-left: 36px;
 	}
 	.hero-title{
 		font-size: 50px;
 		line-height: 75px;
 		font-weight: 600;
 	}
 	.hero-depiction{
 		font-size: 30px;
 		line-height: 45px;
 		font-weight: 400;
 		margin: 20px 0 80px; 
 		opacity: 0.8;
 	}
 	.hero-text{
 		font-size: 40px;
 		line-height: 60px;
 		font-weight: 400;
 		margin-bottom: 71px;
 		opacity: 0.8;
 	}
 	.hero{
 		padding: 125px 0 67px 0;
 	}
 	.navbar-expand-lg .navbar-nav .nav-link.active{
 		font-weight: bold;
 	}
   


   @media screen and (max-width: 1200px){
    .navbar-expand-lg .navbar-nav .nav-link{
      font-size: 14px;
      padding: 0 0 0 16px;
    }
    .logo-main,
    .about-section{
      padding: 80px 0;
    }
 }
 
 @media screen and (max-width: 992px){
   .testimonial .hero-depiction{
     line-height: 50px;
     margin-bottom: 17px;
   }
   .learn-btn{
     font-size: 14px;
   }
   .about-title {
       font-size: 20px;
       line-height: 30px;
   }
   .logo-main,
   .testimonial {
       padding: 60px 0;
   }
   .navbar-toggler i{
     font-size: 17px;
     color: #FFF;
   }
   .navbar-toggler-icon{
     height: auto;
     width: auto;
   }
   .header .navbar-toggler{
     border: 1px solid #FFF;
   }
   .navbar-collapse {
       position: absolute;
       top: 100%;
       left: 0;
       right: 0;
       background: #FFF;
       padding: 15px;
       z-index: 99;
   }
   .navbar-expand-lg .navbar-nav .nav-link{
     color: #294884;
     padding: 10px 0;
     border-bottom: 1px solid #294884;
   }
   .sign-btn{
     margin: 10px 0 0 0;
     color: #FFF;
     width: 100px;
     text-align: center;
     background: #294884;
   }
   .hero-title{
     font-size: 30px;
     line-height: 55px;
   }
   .hero-depiction{
     font-size: 20px;
     line-height: 25px;
     font-weight: 400;
     margin: 20px 0 40px;
   }
   .hero-text{
     font-size: 20px;
     line-height: 30px;
     font-weight: 400;
     margin-bottom: 30px;
   }
   .hero {
       padding: 65px 0 65px 0;
   }
 }
 
 @media screen and (max-width: 767px){
    .logo-main {
        padding: 40px 0;
    }
    .testimonial-main{
      padding: 0 40px;
    }
    .information-left-section h1{
      font-size: 34px;
     }
     .social-media-section{
       text-align: center !important;
     }
     
 }
 
 @media screen and (max-width: 575px){
   .testimonial .hero-depiction{
     font-size: 16px;
     line-height: 36px;
   }
   .testimonial-main{
     padding: 0 15px;
   }
   .footer-right{
     text-align: center !important;
   }
   .footer-left p{
    margin-top: 20px !important;
  }
  .multi-carousel .multi-carousel-inner{
    margin-top: 5px !important;
  }
  .why-choose-us h1{
    line-height: normal !important;
  }

  .slider-container .item{
    width: 65%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .slider-container h2{
    line-height: 62px !important;
  }
  .owl-theme .owl-controls{
    margin-top: 0px !important;
  }
  .owl-theme .owl-controls .owl-page span {
    width: 9px !important;
    height: 9px !important;
  }

  /* .control{
    padding-top: 1.5rem !important;
  } */

  .why-choose-us .multi-carousel-inner{
    height: 500px !important;
  }

  .blog-media-desc{
    margin-bottom: 2rem !important;
  }

  .carousel-control-prev{
    margin-left: 2rem !important;

  }

  .carousel-control-next{
    margin-right: 2rem !important;
  }


 }
 
 @media screen and (max-width: 480px){
   .testimonial-main{
     padding: 0;
   }
   .hero-banner{
     display: none;
   }
   .header {
     background: #294884;
   }
   .why-choose-us-border{
     width: 100%;
   }

   .slider-content{
    width: 65% !important;
  }

  .slider-content p{
    font-size: 13px !important;
  }
  .slider-icon img{
    width: 32% !important;
  }

  .why-choose-us h5{
    font-size: 16px !important;
    line-height: 25px !important;
  }
  .why-choose-us h2{
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .why-choose-us h1{
    font-size: 46px !important;
  }
 }
/* ========== */

.multi-carousel .multi-carousel-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
}

.multi-carousel .multi-carousel-inner .multi-carousel-item {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  padding: 0 15px;
}

/* .multi-carousel-item {
  width: 33.60%!important;
} */

.multi-carousel {
  position: relative;
}

.mt-6 {
  margin-top: 6rem!important;
}

.mt-10 {
  margin-top: 10rem !important;
}

/* Custom Animate.css */

/* .animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

.circle{
	width: 18%;
    position: absolute;
    top: 35%;
}
.circle2{
	width: 8%;
    position: absolute;
    top: 30%;
    left: 80%;
}
.circle3{
	width: 10%;
    position: absolute;
    top: 80%;
    left: 70%;
}
.mt-375px{
	margin-left: 375px;
}

@media screen and (min-width: 375px) and (max-width: 767px)
{
	.p-160px {
	    padding: 0;
	    margin-top: 25px;
	}
	.clippath-circle{
		clip-path: ellipse(90% 87% at 50% 13% );	

	}
	.mt-375px {
	    margin-left: 0;
	}
	.mmb-35px{
		    margin-bottom: 35px;
	}
} */

/* css */
#owl-demo .item{
  /* background: #42bdc2; */
  padding: 22px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  
}

#owl-demo2 .item{
  /* background: #42bdc2; */
  padding: 22px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}

.owl-buttons{
  display: none !important;
}

.slider-container{
  margin-top: 5rem;
}

.slider-container h2{
  color: #294884;
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  margin: 30px 0px 0px 0px;
}

.information-section{
  margin-top: 150px;
  margin-bottom: 150px;
}

.information-left-section h1{
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;

  color: #294884;
}

.information-left-section button{
  width: 150px;
  height: 50px;
  left: 0px;
  top: 210px;

  background: #294884;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height */

  text-align: center;

  color: #FFFFFF;

}

.how-site-work-section{
  background-image: url("../img/Group 89.jpg");
  /* height: 38rem; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hsw-content h1{
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  /* identical to box height */

  text-align: center;

  color: #FFFFFF;
}

.slider-content{
  width: 53%;
  margin-bottom: 61px;
}
.slider-content p{
  font-weight: 400;
  font-size: 25px;
  line-height: 210.5%;
  /* or 63px */
  margin-bottom: 0px !important;

  color: #FFFFFF;
}
.slider-content h2{
  font-weight: 600;
  font-size: 30px;
  line-height: 210.5%;
  /* or 63px */


  color: #FFFFFF;
}
.active{
  border-bottom: none !important;
}


.why-choose-us{
  width: 80%;
}

.carousel-control-next, .carousel-control-prev{
  width: 8% !important;
}

@media only screen and (max-width: 1850px) {
  .why-choose-us{
    width: 100%;
  }
  .carousel-control-prev img{
    width: 50px !important;

  }

  .carousel-control-next img{
    width: 50px !important;
  }
}


@media only screen and (max-width: 450px) {
  .information-left-section h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    color: #294884;
  }

  .slider-content h2{
    font-size: 15px;
  }

  /* .carousel-control-prev img{
    width: 30px !important;

  }

  .carousel-control-next img{
    width: 30px !important;
  } */
  .carousel-control-next, .carousel-control-prev{
    width: 6% !important;
    /* display: none; */
  }
  .slider-content h2{
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .slider-content p {
    font-weight: 400;
    font-size: 26px;
  }
  .slider-icon img{
    width: 50%;
  }
  .slider-icon{
    margin-top: 3rem !important;
  }
  /* .carousel-control-prev img{
    width: 50px !important;

  }

  .carousel-control-next img{
    width: 50px !important;
  } */
}

@media only screen and (max-width: 1200px) {
  .slider-content p {
    font-size: 20px;
  }
  /* .how-site-work-section {
    height: 30rem;
  } */
  .hsw-content h1{
    font-size: 44px;
    padding-top: 25px !important;
  }

  .slider-content{
    margin-bottom: 15px;
  }
  .carousel-control-prev img{
    width: 50px !important;

  }

  .carousel-control-next img{
    width: 50px !important;
  }
}

@media only screen and (max-width: 990px) {
  .slider-content p {
    font-size: 15px;
    margin-top: 5px !important;
  }
  .hsw-content h1{
    font-size: 44px;
    padding-top: 15px !important;
  }

  .slider-content h2{
    font-size: 20px;
    line-height: 137%;
  }
  .slider-content img{
    width: 12%;
  }
  .slider-container h2{
    font-size: 41px;
  }
  .slider-icon img{
    width: 35%;
  }
}


/* hg css */
.arrow-container {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}
.arrow-1 {
  width: 100px;
  height: 100px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2 {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

.arrow-2:before {
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.arrow-2 i.fa {
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #000;
}

/* Custom Animate.css */

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.4, 0.4, 0.4);
    transform: scale3d(0.4, 0.4, 0.4);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.circle {
  width: 18%;
  position: absolute;
  top: 35%;
}
.circle2 {
  width: 8%;
  position: absolute;
  top: 30%;
  left: 80%;
}
.circle3 {
  width: 10%;
  position: absolute;
  top: 80%;
  left: 70%;
}
.mt-375px {
  margin-left: 375px;
}

.why-choose-us h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 75px;
  /* identical to box height */

  text-align: center;
}

.why-choose-us h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  white-space: pre-line;
}

.why-choose-us h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
/* identical to box height */
}

/* .why-choose-us-desc {
  padding-left: 10px;
} */

.why-choose-us-border {
  border: 4px solid #294884;
  border-radius: 10px;
  /* height: 560px; */
}

.blog-media h1 {
  font-weight: 600;
  font-size: 50px;
  color: #294884;
  line-height: 220% !important;
}

.blog-media h1 {
  font-weight: 600;
  font-size: 50px;
  color: #294884;
}

.blog-media h2 {
  font-weight: 600;
  font-size: 24px;
  color: #294884;
}

.blog-media p {
  /* font-weight: 400; */
  font-size: 18px;
  color: #435985;
}

.blog-img {
  width: -webkit-fill-available;
  /* height: 350px; */
}

.blog-media-desc {
  padding-left: 10px;
}

.contact-us {
  position: relative;
  top: 80px;
}

.contact-us .container {
  background-color: #cfdff2;
  border-radius: 10px;
}

.contact-us h1 {
  font-weight: 600;
  font-size: 50px;
  color: #294884;
}

.contact-us p {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
}

.contact-us-img {
  width: -webkit-fill-available;
}

.footer {
  background-color: #294884;
}

.footer h1 {
  font-weight: 700;
  font-size: 40px;
  font-weight: bold;
}

.footer p {
  font-weight: 400;
  font-size: 16px;
}

.footer span {
  font-weight: 700;
  font-size: 22px;
}

.contact-us input{
  border-radius: 10px;
}

.contact-us textarea{
  border-radius: 10px;
}

/* .social-media {
  float: right;
} */

.social-media img {
  padding-left: 10px;
}

.footer-left p{
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  color: #FFFFFF !important;
}

.footer-right p{
  font-weight: 400;
  font-size: 17.4545px;
  line-height: 26px;

  color: #FFFFFF;
}

@media screen and (min-width: 280px) and (max-width: 359px) {
  .logo {
    width: 40%;
  }

  .blog-img {
    height: auto;
  }

  .blog-media h1 {
    font-size: 30px;
  }

  .blog-media h2 {
    font-size: 20px;
  }

  .blog-media p {
    font-size: 15px;
  }
  .footer {
    text-align: center;
  }

  .footer span {
    font-size: 13px;
  }

  .footer h1 {
    font-size: 25px;
  }

  .contact-us h1 {
    font-size: 25px;
  }

  .contact-us p {
    font-size: 15px;
  }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
  .logo {
    width: 40%;
  }

  .p-160px {
    padding: 0;
    margin-top: 25px;
  }
  .clippath-circle {
    clip-path: ellipse(90% 87% at 50% 13%);
  }
  .mt-375px {
    margin-left: 0;
  }
  .mmb-35px {
    margin-bottom: 35px;
  }
  .footer {
    text-align: center;
  }

  .blog-media h1 {
    font-size: 50px;
  }

  .blog-media h2 {
    font-size: 20px;
  }

  .blog-media p {
    font-size: 15px;
  }

  .blog-img {
    height: auto;
  }

  .contact-us h1 {
    font-size: 35px;
  }

  .footer h1 {
    font-size: 30px;
  }
  /* .carousel-control-prev img{
    width: 50px !important;

  }

  .carousel-control-next img{
    width: 50px !important;
  } */
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .logo {
    width: 50%;
  }

  .footer span {
    font-weight: 700;
    font-size: 15px;
  }

  .blog-img {
    height: auto;
  }

  .contact-us h1 {
    font-size: 40px;
  }

  .contact-us p {
    font-size: 20px;
  }
}
