@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: "blueberry";
  src: local("../fonts/blueberry.ttf") format("truetype");
}

.body {
  font-family: 'Jost', sans-serif;
  background: #ffffff;
}
.primary-bg {
  background-color: #05bd93;
}

.img-responsive {
  width: 100%; 
}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
p {
  font-size: 18px;
  line-height: 1.5;
}
section {
    padding: 60px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
}

.title {
    margin: 0 0 50px;
}
.title::after {
    content: "";
    height: 4px;
    background: #05bd93;
    display: block;
    margin: 30px auto 0;
    width: 100px;
}

button:focus {
  outline: none !important; }

.btn {
  padding: 10px 40px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #29b9b4;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.btn::after {
  content: "";
  position: absolute;
  left: -50%;
  bottom: -50%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.1;
  z-index: -1;
  transition: all 0.6s ease-in-out 0s;
  border-radius: 50%;
  transform: scale(0); 
}
.btn:hover::after, .btn:focus::after {
  transform: scale(3); 
}

.btn-primary {
  background: #05bd93;
  border: 1px solid #05bd93;
  color: #ffffff; 
}
.btn-primary:hover, .btn-primary:focus {
  background: #05bd93;
  border-color: #05bd93;
  color: #ffffff; 
}

.btn-outline-wh {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff; 
}
.btn-outline-wh:hover, .btn-outline-wh:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #29b9b4; 
} 

.btn-white {
    background: #fff;
}
.btn-white:hover, .btn-white:focus {
  background: #fff;
  border-color: #ffffff;
  color: #05bd93; 
}

.line-animation {
  position: relative;
  padding-bottom: 5px;
  text-decoration: none; 
}
.line-animation:hover {
  color: #29b9b4; 
}
.line-animation:focus {
  text-decoration: none;
  border: none; 
}
.line-animation::after, .line-animation::before {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #29b9b4;
  transition: all 0.3s ease-in-out; 
}
.line-animation::after {
  left: 0;
  right: auto; 
}
.line-animation::before {
  left: auto;
  right: 0;
  width: 0; 
}
.line-animation:hover::after {
  right: 0;
  left: auto;
  width: 0; 
}
.line-animation:hover::before {
  width: 100%;
  left: 0;
  right: auto; 
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*Header*/
.header2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    background: transparent;
    box-shadow: none;
}
.nav-menus li {
  display: inline-block;
  vertical-align: middle;
}
.header2 .btn {
    padding: 10px 15px;
    margin-left: 10px;
    font-weight: 500;
}
/*Header*/


.banner-sec .slick-item {
    position: relative;
}

.banner-sec .slick-slide img {
    display: block;
    /*height: 100vh;
    width: 100%;*/
    height: 740px;
    /*margin-top: 5%;*/
    width: 1440px;
    overflow: hidden;
}
@media only screen and (min-width: 1440px) {
   .banner-sec .slick-slide img {
      height: 986px;
      width: 1920px;
    }
}
@media only screen and (max-width: 768px) {
    .banner-sec h1 {
        /*margin: 0 0 20px;*/
        font-size: 48px;
        /*margin-left: -50px;*/
    }    
}
.banner-sec .banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-sec h1 {
    /*margin: 0 0 20px;*/
    margin-top: -200px;
    /*margin-left: -50px;*/
}
.banner-sec p {
    /*margin: 0 0 30px;*/
    /*margin-left: -50px;*/
    /*margin-right: 10%;*/
    background-color: rgba(228,237,210, 0.8);
    border-radius: 20px;
    text-align: center;
    text-indent: 10px;
}

.banner-sec .wrap-text {
    position: absolute;
    right: 0;
    bottom: 90px;
}
.wrap-text h4 {
  background: rgba(0, 0, 0, 0.50);
  margin: 20px 0;
  padding: 17px;
  font-size: 30px;
  color: #fff;
  font-family: "blueberry";
  letter-spacing: 2px;
}

.service-sec {
  background: #fdfdfd;
}
.service-sec h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}
.service-sec  img {
    margin: 0 0 15px;
    height: 90px;
    object-fit: contain;
}
.service-sec .col-md-6 p {
    max-width: 80%;
    margin: auto;
}


.counter_sec .counters {
    width: 25%;
    text-align: center;
    padding: 0 15px;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
}

.counter_sec .counters img {
    display: block;
    margin: 0 auto 15px;
}
.counter_sec .counter {
    font-size: 50px;
    margin: 0 0 20px;
    display: block;
}
.counter_sec  h5 {
    font-size: 20px;
    font-weight: 300;
    padding: 0 40px;
}

.benifits-sec {
  background-color: #eff7f5;
}

.benifits-sec .title::after {
    margin-left: 0;
}
.benifits-sec .icon {
    max-width: 80px;
    height: 80px;
    background: #e0f4ef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.benifits-sec .icon img {
    max-width: 45px;
}
.benifits-sec .des {
    margin: 0 0 45px;
}
.benifits-sec .des h3 {
    font-size: 25px;
    margin: 0 0 12px;
}
.benifits-sec .des p {
    font-size: 16px;
}


.how-it-work-sec {
    background: #fff;
}
.how-it-work-sec .process-box {
    position: relative;
}
.how-it-work-sec .process-box .arrows {
    position: absolute;
    right: -10px;
    top: 30px;
}
.how-it-work-sec .process-box figure {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #e0f4ef;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.how-it-work-sec .process-box figure img {
    max-width: 40px;
}
.how-it-work-sec .process-box p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
}


.testimonial-box {
  max-width: 520px;
  height: 520px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  padding: 50px;
}
.testimonial-box h2 {
  font-size: 30px;
  font-weight: 400;
  padding: 0 40px;
  margin: 10px 0 20px;
}
.testimonial-box .slick-arrow {
    display: none !important;
}
.testimonial-box ul.slick-dots {
    position: static;
}
.testimonial-box ul.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0;
}
.testimonial-box ul.slick-dots li button {
    padding: 0;
    border: transparent;
    width: auto;
    height: auto;
    display: block;
}
.testimonial-box ul.slick-dots li button::before {
    background: #05bd93;
}
.testimonial-box p {
    font-size: 20px;
    padding: 0 30px;
    color: #212121;
    margin: 0 0 20px;
}
.testimonial-box h4 {
    font-size: 22px;
    margin: 0 0 10px;
}
.testimonial-box h5 {
    font-size: 18px;
    letter-spacing: 6px;
    color: #a8a8a8;
    font-weight: 400;
}

.price-sec {
    background: #fff;
}

.price-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    padding: 0 0 30px;
}
.price-box li {
    list-style: none;
    color: #939393;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid #ebebeb;
    padding: 15px 0;
}
.price-box ul {
    padding: 0;
    max-width: 330px;
    margin: 20px auto 30px;
}

.price-box .top-sec {
    background: #ddd;
    padding: 35px 0 30px;
    border-radius: 0 0 60% 60%;
    margin: 0 0 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.price-box .basic {
    background: #cdf2e9;
}
.price-box .expert {
    background: #fff3ce;
}
.price-area span.price {
    font-size: 40px;
    display: block;
    font-weight: 500;
}
.price-area small {
    font-size: 20px;
    color: #939393;
    font-weight: 300;
}


.faq-sec {
    background: #eff7f5;
}
.faq-sec .faq-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding-top: 15px;
    list-style-type: none;
    counter-reset: css-counters 0;
}
.faq-sec .faq-accordion-title {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
}
.faq-sec .faq-accordion-title h4 {
    margin: 0;
    flex: 1 0 0%;
    padding-right: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7em;
}
.faq-sec .faq-accordion-title i {
    margin-left: auto;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center center;
    background: #05bd93;
    color: #fff;
    border-radius: 50%;
}
.faq-sec .faq-accordion-title.active i::before {
    content: "\f068";
}
.faq-sec .faq-accordion-content {
    display: none;
    padding: 10px 0 0;
}
.faq-sec .faq-accordion-content p {
    font-size: 16px;
    color: #555;
}


.contact-sec {
    color: #fff;
}
.contact-sec h2 {
    font-weight: 400;
    margin: 0 0 10px;
}
.contact-sec p {
    padding: 0 30px;
    margin: 0 0 25px;
}



@media only screen and (max-width: 991px) {
h1 {
  font-size: 32px;
}
.btn-primary{
  font-size: 16px !important;
}
.wrap-text h4 {
  margin: 14px 0;
  padding: 13px;
  font-size: 20px;
}
h2 {
  font-size: 28px;
}
.h4, h4 {
  font-size: calc(1.0rem + .3vw);
}
.title::after {
  height: 3px;
  margin: 23px auto 0;
  width: 70px;
}
.service-sec h3 {
  font-size: 18px;
  margin: 0 0 15px;
}
p {
  font-size: 16px;
}
.counter_sec .counter {
  font-size: 35px;
  margin: 0 0 14px;
}
.counter_sec h5 {
  font-size: 18px;
  padding: 0;
}
.benifits-sec .des h3 {
  font-size: 18px;
  margin: 0 0 6px;
}
.benifits-sec .des p {
  font-size: 15px;
}
.testimonial-box h2 {
  font-size: 20px;
  padding: 0 35px;
  margin: 10px 0 15px;
}
.testimonial-box p {
  font-size: 16px;
  padding: 0 23px;
}
.testimonial-box h4 {
  font-size: 18px;
}
.testimonial-box h5 {
  font-size: 13px;
  letter-spacing: 4px;
}
.testimonial-box {
  max-width: 465px;
  height: 420px;
  padding: 30px;
}
.h3, h3 {
  font-size: calc(1.0rem + .6vw);
}
.price-box .top-sec {
  padding: 20px 0 20px;
}
.price-area span.price {
  font-size: 25px;
}
.price-area small {
  font-size: 16px;
}
.price-box li {
  font-size: 16px;
  padding: 9px 0;
}
.faq-sec .faq-accordion {
  grid-template-columns: repeat(1, 1fr);
}
.faq-sec .faq-accordion-title h4 {
  font-size: 17px;
}
.faq-sec .title::after {
  margin: 15px 0 0 0;
}
.btn{
  font-size: 16px;
}
.footer-section .col-lg-4 .img-responsive{
  max-width: 200px;
}
.footer-section h3 {
  font-size: 18px;
}
.footer-inner ul li a, .copyright {
  font-size: 16px !important;
}
.footer-inner ul li {
  margin-bottom: 6px;
}
.newsletter .btn {
  border-radius: 0px;
}


}
/*991*/

@media only screen and (max-width: 767px) {
h1 {
  font-size: 26px;
}
.btn {
  font-size: 15px !important;
}
.wrap-text h4 {
  padding: 10px;
  font-size: 17px;
}
section {
  padding: 30px 0;
}
h2 {
  font-size: 22px;
}
.title::after {
  height: 2px;
  margin: 17px auto 0;
  width: 60px;
}
.service-sec img {
  margin: 25px 0 10px 0;
  height: 65px;
}
.counter_sec .counters img {
  margin: 0 auto 10px;
  max-width: 38px;
}
.counter_sec .counter {
  font-size: 26px;
  margin: 0 0 10px;
}
.counter_sec h5 {
  font-size: 16px;
}
.counter_sec .counters {
  width: 50%;
  margin-bottom: 40px;
}
.counter_sec{
  padding-bottom: 0px !important;
}
.benifits-sec .icon {
  max-width: 65px;
  height: 65px;
  margin-bottom: 15px;
}
.benifits-sec .icon img {
  max-width: 38px;
}
.how-it-work-sec .process-box figure {
  width: 65px;
  height: 65px;
  margin: 0 auto 8px;
}
.how-it-work-sec .process-box {
  margin-bottom: 30px;
}
.how-it-work-sec .process-box .arrows {
  display: none;
}
.price-box {
  margin-bottom: 25px;
}
.social {
  text-align: center !important;
  margin-bottom: 15px !important;
}
.copyright{
  padding: 0px !important;
  margin: 0px !important;
}







}
/*767*/










