@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {


  font-family: "Poppins", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}


h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.4;
}

p {
  font-size: 14px;
  line-height: 1.6;
  
}

a {
  text-decoration: none;
}
.p-clr{
  color: #939393;
}

.tp{
  background-color: #243c4f;
}
/* navbar */
.navbar {
 background-color: #243c4f;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #8e8e8e;
 

}

.nav-cont {
  background-color: #272727 !important;
}


.navbar-nav a:hover {
 color: #ec5646 !important;
 
 
}
.nav-btn{
  padding: 5px 20px 5px 20px;
  background-color: transparent
;
  color: #00b4fa;
  border: 1px solid #00b4fa;
;
 
  transition: 0.3s ease;
  font-size: 14px;
}
.nav-btn:hover{
  border: 1px solid #00b4fa;

  background-color: #ffffff;
  color: #000;
  
  
}
.navbar-toggler-icon {
  background-image: url(../images/menu.webp) !important;
}
.nav-link{
  color: #fff;
  font-size: 14px;

}

.button2 {
    display: inline-block;
    transition: all 0.2s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #ffff;
   padding: 6px 20px;
    cursor: pointer;
    font-size: 14px;
    background: #ec5646
;

    border: 1px solid #ec5646
;
    
  }
  
  .button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  }
  
  .button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color:#232323;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
  }
  
  .button2:hover {
    color: #ffffff;
    border: 1px solid #232323;
  }
  
  .button2:hover:before {
    top: -35%;
    background-color: #232323;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
  .button2:hover:after {
    top: -45%;
    background-color:#232323;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
  }
  
/* footer */

.footer {
  background-color: #243c4f;
  
  
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  transition: .3s;
  color: #c9c9c9;
}
.btn.btn-link {
  text-decoration: none;
}

.fa-angle-right{
  margin-right: 5px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
 
}
.ft-desc{
  border-left: 1px solid #c5c5c5;
  padding: 20px;
}
.ft-mrg{
  width: 90%;
 
}
.ft-mrg1{
  width: 70%;
 
}

/* banner */
.banner{
  background-image: url(../images/main-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 120px 20px;
   
}
.bg2{
  background-image: url(../images/main-bg2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 120px 20px;
}
.ban-head{
    font-size: 40px;
    color: #243c4f;
    line-height: 1.4;
}


/* abt */
.abt{
    background-color: #ffffff;
    padding-bottom: 100px;
    
}

.abt h5{
  color: #243c4f;
  line-height: 1.4;
}

/* strip */
.strp-abt{
  background-color: #243c4f;
  padding: 20px;
}

  

    .strp-desc {
      padding: 40px;
      color: #fff;
      background-image: url(../images/bg-strp.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
  }
    
/* Services */
.serv{
    background-color: #fafafa;
    position: relative;
    padding: 60px 0px;
}
.serv-img{
  background-color: #243c4f;
    padding: 30px;
}
.img-desc{
  margin-bottom: -70px;
  max-width: 80px;
}
.cont-services{
  
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .1);
  transition: 0.3s ease;
}
.cont-services:hover{
  box-shadow: 0 1px 3px rgba(0, 0, 0, .40), 0 1px 2px rgba(0, 0, 0, .1);
  transform: rotate(2deg);


}
.serv-head{
  padding: 60px 20px;
}
/* botom */
.bottom{
 background-color: #f8f8f8;
  padding: 50px 0px;
}
/* vsn */
.vsn{
  background-color: #ffffff;
  padding: 60px 20px;
  position: relative;
}

/* testimonials */
.review{
  background-color: #fafafa;
  padding: 60px 20px;
}
.rev-cont {
  width: 90%;
  margin: auto;
  background-color: transparent;
  padding: 20px;
  
}

#testimonialCarousel .carousel-inner {
  transition: transform 0.5s ease-in-out;
}

.rev-img{
  border-radius: 0px 10px 0px 0px;
}

.counter{
  font-size: 40px;
  font-weight: bold;
  color: #f0f0f0;
}
/* vsn */
.vsn-shp{
  background-image: url(../images/vsn-shape.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* 1000px */
@media  screen and (max-width:1000px) {
  .ban-head{
    font-size: 40px;
  }
  .vsn-cont {
 
    padding: 10px 0px;
    
  
  }
  .ft-mrg1 {
    width: 100%;
}
.ft-mrg {
  width: 100%;
}
  
}
/* 915px */
@media screen and (max-width:915px) {
  .strp-desc {
    background-color: #fffffff0;
    border-radius: 20px;
    width: 100%;
    margin: auto;
    padding: 20px;
}

.ban-head{
  font-size: 40px;
}
.main-icn-img{
  display: none;
}

.rev-cont {
  width: 100%;
  margin: auto;
  
}
  
}
@media  only screen and (max-width:767px){

  .mid-mb{
    text-align: center;
  }
  .rev-mb{
    flex-direction: column-reverse;

  }
 
.ban-head {
  font-size: 35px;
}


.abt-cont{
  margin-top: 30px;
  margin-bottom: 30px;


}

.mb-hr{
  display: none;
}


.vsn-cont {
  margin: 10px;
}

.mb-serv{
  margin-bottom: 40px;
}

.vsn-img{
  padding-bottom: 20px;
}

.serv {
 
  padding: 50px 0px;
}
.tp{
  display: none;
}

.banner{
  padding-bottom: 30px;
  background-position: left;
}

.abt-mb{
  margin-bottom: 40px;
}
.abt-icon {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.serv-icn {
  margin-bottom: 20px;
}
h2{
  font-size: 25px;
}
.counter {
  font-size: 25px;
  
}
.top-sec {
  
  padding: 20px 0px 80px 0px;
}
.bottom h3{
  margin-bottom: 20px;
}
.footer img{
  margin-bottom: 20px;
}
.abot-img{
  margin-top: 40px;
  margin-bottom: 40px;
}
.strp-abt {
  margin-top: 30px;
 
}
.serv-pd{
  margin-top: 40px;
  
}
}