
/* Navbar */
.head-navig{
  position: fixed;
  width: 100%;
  top:0;
  left:0;
  z-index: 999;
  background-color: #00000045;
  color:rgba(255,255,255,.55);
}
.scrolling{
    background-color:#fff;
}
.scrolling .nav-link{
    color:rgba(0, 74, 154, 0.49) !important ;
}
.nav-collap{
  justify-content: right;
}
.nav-item a{
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1rem;
}
.nav-collap .nav-item {
  margin-left: 20px;
}
.nav-link{
text-decoration: none;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
color: #fff;
}
.nav-collap li a.active{
  background: -webkit-linear-gradient(95.17deg, #32B264 0%, #0CEB9F 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.nav-collap li a:hover{
  background: -webkit-linear-gradient(95.17deg, #32B264 0%, #0CEB9F 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.nav-collap li a.active:after {    
  content: "";
  display: block;
  background: #32AA59;
  height: 7px;
  width: 20px;
  transition: all 0.2s cubic-bezier(.21,.5,.28,1.94);
  border-radius: 14px;
  visibility: visible;
  transform: scaleX(0);
  left: calc(50% - 10px );
  position: absolute;
}
.nav-link{
  position: relative;
}
.nav-collap li a:hover:after{ 
   transform: scaleX(1);
    transition: all 0.2s cubic-bezier(.21,.5,.28,1.94);
}


.nav-collap li a.active:after {
  transform: scaleX(1);
  transition: all 0.2s cubic-bezier(.21,.5,.28,1.94);
  animation: shakeX;
  animation-duration: 2s; 
}
.nav-collap .nav-link{
    padding-right: 0  !important;
  }
/* NAvbar css Ends here */
section .container{
  overflow-x: hidden;
}
/* Hero banner */
.hero-banner{
position: relative;
background-image: url('../images/backhero61.png');
opacity: 1.0;
max-height: 100vh;
width: 100%;
background-size: cover;
background-repeat: no-repeat;
height: 130vh;
background-color: #2f2720;
overflow: hidden;
position: relative;
min-height: 600px;
}
.lap-screen-img {
  width: 60%;
  position: absolute;
  right: -21%;
  bottom: -15%;
}
.lap-screen-img img{
 width: 100%;
}
/* Hero banner Get started button */
  .get-startbtn{
    background-image: linear-gradient(to bottom right, #32AA59, #2FD799);
    border: none !important;
    border-radius: 5px;
    padding: 10px 30px 10px 30px;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF; 
  }
/* Hero banner text */
.banner-text p{
font-family: Lora;
font-size: 36px;
font-weight: 400;
/*color: #fff;*/
color:#FFFFFF;
line-height: 50px;
margin-bottom: 	2.8125rem;
}
.banner-text p span{
  font-family: Lora;
  font-size: 50px;
  font-weight: 700;
}
.banner-text button{
  font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(92.91deg, #32AA59 0.22%, #2FD799 100%);
    backdrop-filter: blur(42px);
    padding: 25px 90px 25px 90px;
    border-radius: 10px;

  }
.banner-text #bookdemo{
    font-family: 'Poppins';
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      background: linear-gradient(92.91deg, #32AA59 0.22%, #2FD799 100%);
      backdrop-filter: blur(42px);
      padding: 10px 30px 10px 30px;
      border-radius: 10px;
  
    }  
.banner-text{
  padding: 150px 0 150px 60px;
}

/* Heading CSS  Starts*/

.heading h2{
  text-align: center;
  font-family: 'Lora', serif;
  font-size: 2.8125rem;
  font-weight: 700;
  margin-top: 100px;
  color: #252F40;
}
.heading p{
text-align: center;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
font-weight: 300;
line-height: 25px;
color: #7D7987;
margin-bottom: 60px;
}
/* Heading CSS Ends */

/* Common Card */

.cards{
  background: linear-gradient(136.53deg, #fff 0%, #fff 101.6%);;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all .3s ease; 
  cursor: pointer;
  position: relative;
  top: 0;
}
/* Common Card ends */

/* Cards text Starts */

.cards h5{
  font-family: 'Lora';
  font-weight: 600;
  font-size: 	1.25rem;

  color: #252F40;
}

.cards p{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1rem;
  line-height: 30px;
  color: #7D7987;
}

/* Card text ends */

/* Discover new features CSS  */

.banner-02{
  background-image: linear-gradient(to bottom right, #32AA59, #2FD799);
  }
  .iconticks{
    width: 20px;
    margin-right: 10px;
}
.featuresbnrtxt{
  font-family: 'Lora';
font-weight: 700;
font-size:2.813rem;
color: #FFFFFF;
margin-bottom: 1.875rem;
}

.featuretext{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}
.featurepoints{
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
}
.features{
  background-image:url('../images/feature-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
 
}
.feature-col-content{
  padding: 50px;
}
/* Discover new features CSS ends  */


/* Testimonials CSS starts */

.testimonials{
background-image: linear-gradient(to bottom right, #ECF0FF, #fff); 
}
.superpratesti{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1rem;
  color: #7D7987;
}

.testi-col-back p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #7D7987;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  margin-top: 20px;
  padding: 0 80px 0 80px;
}
.supertxttesti{
font-family: 'Lora', serif;
color: #252F40;
font-size:2.8125rem;
font-weight: 700;
margin-bottom: 25px;
}
.testi-col-back {
  background-image: url('../images/testibackground.png');
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.quotes{
  width:90px !important;
  margin: 0 auto !important;
  margin-top: 0px !important;
margin-top: 60px !important;

}
.testi-person {
    width: 120px !important;
    margin-left: auto;
    padding-bottom: 90px !important;
    margin-right: 91px;
}

/* Testimonials Ends */

/* Contact-us CSS Starts */

.supertxtcont{
font-family: 'Lora';
font-weight: 700;
font-size: 36px;
}
.supertxtcontpra{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  color: #7D7987;

}
.btn-contact{
  background: linear-gradient(95.17deg, #32B264 0%, #0CEB9F 100%);
  box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.11), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  padding: 10px 30px 10px;
  border: none !important;
}
.contact-card{
  background: #FFFFFF;
  box-shadow: 0px 20px 27px 0px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}
.contact-us-home label{
  font-family: 'Lora';
  font-weight: 600;
  font-size: 	0.75rem;
  text-transform: capitalize;
  color: #252F40;
  margin-bottom: 0.3rem !important;
}
.contact-us-home input ,.contact-us-home textarea{
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  margin-bottom: 	1.875rem;
}
.contact-us-home textarea{
resize: none;
}
.form-control::placeholder,textarea{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .75rem;
  color: #495057;
}
.contact-banner h3{
  font-family: 'Lora';
  font-weight: 700;
  font-size: 2.8125rem;
  color: #FFFFFF;
}
.contact-banner p{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 	1.125rem;
  color: #FFFFFF;
}
.contact-banner{
  background-image: url('../images/Filter.png');
  background-size: cover;
  height: 100%;
  border-radius: 0px 8px 8px 0;
  padding: 140px;
}

/* Contact us ends */


/* Pricing */
.Pricing .feature-col-content {
  padding: 60px 30px;
  text-align: center;
}
.Pricing {
  margin-bottom: 0 !important;
  background: #f5f5f5;
  padding-bottom: 70px;
}
.Pricing .feature-col-content{
  padding: 50px 30px 50px 30px;
}
.Pricing .feature-col-content h5{
    font-family: 'Lora';
    font-weight: 800;
    font-size: 1.1rem;
    background: -webkit-linear-gradient(20deg, #32B264 0%, rgb(37, 126, 240) 100%) !important;
    background-clip: border-box;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.Pricing .feature-col-content p{
    margin-bottom: 20px;
}
.Pricing .feature-col-content h5, .Pricing .feature-col-content p{
  text-align: center;
}
.Pricing .feature-col-content button {
  border: 1px solid #37B878;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 10px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  width: 100%;
  background: #37B878;
  height: 50px;
  max-width: 210px;
  margin: 0 auto;
  text-align: center;
}
.Pricing .feature-col-content h6{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #A0A0A0;
    text-decoration:line-through;
    text-decoration-thickness: 1.5px;
    margin-bottom: 5px;
}
.Pricing .contact-us-feat{
    font-family: 'Lora' !important;
    font-weight: 800 !important;
    font-size: 2rem  !important;
    color: #252F40  !important;
    text-decoration:none !important;
    margin-bottom:5px;
}
.Pricing .feature-col-content h6 span{
    font-family: 'Lora';
    font-weight: 800;
    font-size: 2rem;
    color: #252F40;
    margin-left: 5px;
    display:inline-block;
    text-decoration:none;
}
.Pricing .feature-col-content small{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1rem;
    line-height: 30px;
    color: #7D7987;
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #37B878;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    color: #37B878;
}
.points-feat-list i{
    color:#37B878;
    margin-right:5px;
}
.points-feat-list{
    margin-top:50px;
    margin-bottom:20px;
}
.Pricing .cards:hover{
  transition-duration: 1s !important;
  transition-delay: 0s !important;
  transform: translateY(-45px) !important;
  background: linear-gradient(136.53deg, #32B264 0%, #0CEB9F 101.6%);
}
.Pricing.cards:hover{
  background: linear-gradient(136.53deg, #32B264 0%, #0CEB9F 101.6%);
}
.Pricing .cards{
  background: #F9F8FF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  margin-bottom: 20px;
}

.cards img{
  display: block;
  margin: 0 auto;
}
.note p{
      font-family: poppins;
      font-style: italic;
      color: #32B264;
      text-align: center;
}
}
/* pricing ends */

/* Features */
.features .col-md-4{
  margin-bottom: 25px;
}
.features .cards h5,.features .cards p,.features .cards img{
  margin-bottom: 25px;
}
 .cards *{
   transition: all .3s ease; 
 }
.cards:hover{
  background: linear-gradient(136.53deg, #32B264 0%, #0CEB9F 101.6%);
  transition: all .3s ease; 
  top: -4px;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
}
 .cards:hover h5,.cards:hover p{
  color: #fff;
  transition: all .3s ease; 
}
.cards:hover h5{
    background: #fff !important;
    background-clip: border-box;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
 .cards:hover small{
    border: 1px solid #fff !important;
    color: #fff !important;
}
.cards:hover i{
    color:#fff;
}

.cards:hover b,.cards:hover h6,.cards:hover h6 span{
   color: #fff !important;
  transition: all .3s ease;    
}

 .cards:hover img{
  filter: invert(1);
}
.feat-ban{
  padding: 90px 0 90px 0;
}

/* Clients */

.clients{
  margin: 0px 0 80px 0;
}
.clients .item {
  padding: 30px;
}
/*works-banner*/
.Works-banner{
    margin-bottom:80px;
}
/*works-banner end*/
/* Footer starts */
.logo-foot p{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: .75rem;
  color: #7D7987;
}
.link-con a{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1rem;
  color: #252F40;
  text-decoration: none;
  margin-bottom: 10px;
}
.newsltr p{
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 1rem;
  color: #7D7987;
}
.sub-con input[type=email]{
  padding: 15px 0 15px 10px;
  width: 100%;
  margin-right: 20px;
}
.sub-con input[type=submit]{
  background: linear-gradient(95.17deg, #32B264 0%, #0CEB9F 100%);
  box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.11), 0px 2px 4px -1px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  padding: 15px 10px 15px 10px;
  border: none!important;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.125rem;
  color: #FFFFFF;

}
.footer{
  margin-bottom: 20px !important;
}
.policy-right a{
    text-align:right;
}
.copyright{
  font-family: 'Poppins';
  font-weight: 300;
  font-size: .75rem;
  color: #7D7987;
  margin-bottom: 0;
}
.social-media-icons{
  float: right;
}
.social-media-icons a{
  font-size: 14px;
  color: #32B264 !important;
}
.social-media-icons .fb-ico ,.social-media-icons .instico{
  margin-right: 10px;
}

/* Footer ends */

/*Privacy policy*/
.terms{
    margin-bottom:80px;
}
.terms-banner{
    margin-top:65px;
}
.terms h1{
    line-height: 1.3;
    color: #112738;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 2.8125rem;
    font-weight: 700;
    color: #252F40;
}
.terms p{
    color: #112738;
    line-height: 1.5;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;
}
.terms h4{
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align:left;
    font-family: 'Lora';
    font-weight: 600;
    font-size: 1.25rem;
    color: #252F40;
      
}
.terms li{
    color: #112738;
    line-height: 1.5;
    margin-bottom:2rem;
    text-align:left;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 300;

}
.head-navig-terms{
    background-color:#fff;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 999;
}
.head-navig-terms .nav-link{
     color:rgba(0, 74, 154, 0.49) !important ;
}
.terms-condition-policy-wrapper .footer ,.privacy-policy--wrapper .footer{
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}
.font-weight-bold{
    font-weight:600 !important;
}
.font-italic{
    font-style:italic;
}
/* Responsive screen starts */
@media only screen and (max-width: 1199px) {
  .banner-text p span {
    font-size: 40px;
  }

}

@media only screen and (max-width: 992px) {
  .lap-screen-img {
    bottom: 13%;
  }
  .banner-text p{
    font-size: 25px;
  }
  .banner-text p span {
    font-size: 35px;
  }
    .featurebx {
        
       flex-direction: column;
    }
    .contact-banner{
      padding: 50px
    }
  } 
@media(min-width:1400px){
   .testi-col-back p{
         margin-bottom: 75px;
   }
}
@media (max-width:992px)  {

  .Pricing .feature-col-content{
    padding: 50px;
  }

  .contact-banner{
    background-size: 150%;
    background-position: right;
  }
}
@media(max-width:768px){
  .Pricing .feature-col-content{
    padding: 30px;
  }
  .testimonials .col-sm-6{
    width: 100%;
  }

  .feat-ban .col-md-6{
    width:100%;
    margin-bottom: 20px;
  }
  
  .footer .col-sm-2,.footer .col-sm-4{
    width:100%;
  }
  .sub-con .col-sm-8{
    margin-bottom: 20px;
  } 
  .banner-text {
    padding: 20px;
    text-align: center;
  }
.banner-text p{
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner-text p span{
    font-size: 35px;
  }
  .banner-text button{
    padding: 10px 20px;
    font-size: 18px;
  }
  .lap-screen-img {
  width: 80%;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 auto;
}
.hero-banner {
  min-height: auto;
  height: 80vh;
}

}
 @media(max-width:576px){
  .banner-text p span {
    font-size: 22px;
  }
  .banner-text p{
      margin-top:90px;
  }
  .lap-screen-img img{
      width:70%;
      display:block;
      margin:0 auto;
  }
   .Pricing .col-sm-4{
     width:100%;
     margin-bottom:25px;
   }
   .footer .col-sm-2,.footer .col-sm-4{
     width:100%;
   }
   .sub-con .col-sm-8{
     margin-bottom: 20px;
   }
   .contact-us-home .col-sm-6{
     width: 100%;
   }
   .contact-banner{
     background-image: none !important;
   }
   .contact-us-flex{
     flex-direction: column-reverse;
   }
   .contact-banner h3{
    padding:0;
    color: #252F40;
    margin-bottom: 20px;
    text-align: center;
  }
  .contact-banner p{
    padding:0;
    color: #252F40;
    text-align: center;
    margin-bottom: 20px;
  }
  .s-col{
    padding: 0 !important;
  }
  .contact-title{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right:0 !important;
  }
  .contact-us-home .form-group{
    margin-left: 0 !important;
    margin-right:0 !important;
  }
  .heading h2 {
  font-size: 30px;
}
.featuresbnrtxt {
  font-size: 30px;
}
.scrolling .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 0, 0, 0, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
  .policy-right a{
      text-align:left !important;
  }
 }

 @media(width<576px){
   .s-col{
    padding: 1.5rem !important;
   }
 }
 @media(width<577px){
  .nav-collap li a.active:after {    
    content: "";
    display: block;
    background: #32AA59;
    height: 7px;
    width: 7%;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.2s ease-in;
    border-radius: 14px
  }
  .nav-collap li a:hover:after{ 
    visibility: visible; 
    transform: scaleX(1);
  }
  .nav-collap li a.active:after   {    
    content: "";
    display: block;
    background: #32AA59;
    height: 7px;
    width: 7%;
    transition: all 0.2s ease-in;
    border-radius: 14px;
    visibility: visible; 
    transform: scaleX(1);
  }
    .nav-collap li a:after{
    left:0;
  }
 }
 /* Responsive screen ends */