@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-image: url(../images/bg-blur.webp);

}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
    [class^="hvr-"] {

    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00a27b;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
header nav a.navbar-brand{
    width: 15%;
}
header nav #navbarSupportedContent ul{
    margin: 0 auto;
}
header nav #navbarSupportedContent ul li:last-child{
    margin: 0;
}
header nav #navbarSupportedContent ul li{
    margin: 0 30px 0 0;
}
header nav #navbarSupportedContent ul li a{color: #001510;font-family: "Plus Jakarta Sans";font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;transition: .3s all ease-in-out;}
header nav #navbarSupportedContent ul li a.active{
    opacity: 1;

}
header nav #navbarSupportedContent ul li a:hover{
    opacity: 1;
}
header nav #navbarSupportedContent form a{width: 53px;height: 48px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;background: #00A27B33;border-left: 5px solid #00a27b;margin: 0 20px 0 0;}
header nav #navbarSupportedContent form a img{
    filter:brightness(0);
}
header nav #navbarSupportedContent form a:last-child{
    margin: 0;
}

.sec-home-banner{
    padding: 200px 0 250px;
    position: relative;
    z-index: 1;
}
.sec-home-banner h6{
          color: #FFF;
    font-family: "Plus Jakarta Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;
    text-align: center;
}
.sec-home-banner h3{
    color: #001510;
    font-family: "Bebas Neue";
    font-size: 104px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 0;
    line-height: 100px;
}
.sec-home-banner h3 span{
    color: #00a27b;
}
.sec-home-banner p{
    color: #001510;
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.72px;
    width: 50%;
    margin: 0 auto 30px;
}
.sec-home-banner .buttons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-home-banner .buttons a:last-child i{
    font-weight: 400;
    margin: 0 0 0 4px;

}
.sec-home-banner .buttons a:last-child{
    background:transparent;
    margin: 0 0 0 20px;
    border: none;
    color: #00a27b;

}
.sec-home-banner .buttons a{
   width: 166px;
   height: 48px;
   text-align: center;
   line-height: 48px;
   color: #001510;
   background: #00A27B33;
   border-left: 5px solid #00a27b;
   font-family: "Plus Jakarta Sans";
   font-size: 18px;
   font-style: normal;
   font-weight: 600;
   color: #001510;
   display: block;
}
.about-sec{
    padding: 200px 0;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    background-color:#000;
}
.about-sec h6{
    color:#FFF;
font-family: "Plus Jakarta Sans";
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.92px;
text-transform: uppercase;
}
.about-sec p{
    color:  #FFF;
font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: 0.72px;
}
.about-sec h3 span{
    color: #00a27b;
}
.about-sec h3{
    font-family: "Bebas Neue";
font-size: 75px;
font-style: normal;
font-weight: 400;
color: #fff;
    line-height: 70px;
}
.sec-home-banner .anchor-button{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13%;
    display: flex;
    justify-content: center;
}
.why{
    background-color: #F1F2F5;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.why h3 span{
color: #00a27b;
}
.why h3{
    color: #191C23;
    font-family: "Bebas Neue";
font-size: 76px;
font-style: normal;
font-weight: 400;
margin: 0 0 50px;
text-align: center;
}
.why .why-choose-box img{
    margin: 0 0 30px;
}
.why .why-choose-box h5 span{
    color: #191C23;
}
.why .why-choose-box p{
    color:  #191C23;
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;8px;
    letter-spacing: 0.72px;
    margin: 0;
    height: 145px;
}
.why .why-choose-box h5{
    color: #00a27b;
    font-family: "Bebas Neue";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 20px;

}
.why .row .col-12:nth-child(2) .why-choose-box:before{
             /* content: ''; */
             position: absolute;
             top: 41.2%;
             height: 5px;
             background: #00a27b;
             width: 43%;
             right: 0;
             z-index: -1;
}
.why .row .col-12:nth-child(4) .why-choose-box:before{
    /* content: ''; */
    position: absolute;
    top: 33.2%;
    height: 5px;
    background: #00a27b;
    width: 43%;
    right: 0;
    z-index: -1;
}
.why .row .col-12:nth-child(3) .why-choose-box:before{
    /* content: ''; */
    position: absolute;
    top: 0;
    width: 5px;
    background: #00a27b;
    z-index: -1;
    height: 40%;
    left: 48%;
}
.why .why-choose-box:first-child:before{
         /* content: ''; */
         position: absolute;
         top: 129px;
         height: 4px;
         background: #191C23;
         width: 30%;
         right: 0;
         z-index: -1;
}
.why .why-choose-box{
    background: #FFF;
box-shadow: 10px 20px 100px 0px rgba(29, 155, 246, 0.10);
padding: 30px 25px;
position: relative;
z-index: 9;
}
.cta{
    padding: 100px 0;
}
.cta img{
    /* mix-blend-mode: lighten; */
}
.cta h3{
    color: #001510;
    font-family: "Bebas Neue";
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: 70px;
}
.cta h3 span{
    color: #00a27b;
}
.cta p{
    color: #001510;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.72px;
    margin: 15px 0 30px;
}
.cta a{
        width: 166px;
        height: 48px;
        text-align: center;
        line-height: 48px;
        background: #00A27B33;
        border-left: 5px solid #00a27b;
        font-family: "Plus Jakarta Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        color: #001510;
        
        display: block;
}
.contact{
    padding: 100px 0;
}
.contact .container{
background-image: url(../images/contact-bg.png);
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: cover;
padding: 100px 0 100px 50px;
background-color:#000;
box-shadow: 12px 41px 115px 0px rgba(29, 155, 246, 0.15);
}
.contact h6{
    color:#FFF;
font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: 0.72px;
margin: 0 0 15px;
}
.contact h3 span{
    color: #00a27b;
}
.contact p{
   color: #FFF;

font-family: "Plus Jakarta Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 25px;
letter-spacing: 0.72px;
margin: 0 0 30px;
}
.contact .custom-input input{
font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
letter-spacing: 0.72px;
color: #fff;
background:transparent;
border: none;
border-bottom: 1px solid #fff;
height: 40px;
line-height: 40px; 
margin: 0 0 30px;
width: 100%;
padding: 0 10px;
outline: none;
}
.contact h3{
        color: #FFF;
    font-family: "Bebas Neue";
    font-size: 76px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    margin: 0 0 15px;
}
.contact button{
            width: 100%;
            height: 48px;
            text-align: center;
            line-height: 48px;
            background: #00A27B33;
            border-left: 5px solid #00a27b;
            font-family: "Plus Jakarta Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            color: #fff;
            display: block;
            border-right: none;
            border-bottom: none;
            border-top: none;
}
footer .footer-logo ul{
    text-align: center;
}
footer .footer-contact ul li:nth-child(2):before{
    background-image: url(../images/contact-2.png);
}
footer .footer-contact ul li:nth-child(3):before{
    background-image: url(../images/contact-3.png);
}
footer .footer-contact ul li:nth-child(4):before{
    content: inherit;
}
footer .footer-logo ul li:last-child{
    margin: 0;
}
footer .footer-logo ul li{
    display: inline-block;
    margin: 0 15px 0 0;
}
footer .footer-logo .newsletter button{
height: 55px;
line-height: 55px;
background:#00a27b;
box-shadow: 10px 35px 50px 0px rgba(29, 155, 246, 0.15);
font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
color: #fff;
width: 40%;
border: none;
}
footer .bottom-bar ul li:last-child{
    margin: 0;
}
footer .bottom-bar ul li{
    display: inline-block;
    margin: 0 40px 0 0;
}
footer .bottom-bar .row .col-12:last-child ul{
    text-align: right;
}
footer .bottom-bar .row .col-12:last-child ul li{
    margin: 0 20px 0 0;
}
footer .bottom-bar ul li a{
font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #fff;
}
footer .footer-logo .newsletter input{
font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.3;
color: #fff;
height: 55px;
line-height: 55px;
padding: 0 15px;
background:transparent;
width: 60%;
}
footer .footer-logo .newsletter{
    display: flex;
    border: 1px solid #00a27b;
}
footer .footer-logo h6{
    font-family: "Plus Jakarta Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
color: #fff;
margin: 0 0 15px;
}
footer .footer-logo ul li a.active{
    opacity: 1;
}
footer .footer-logo ul li a:hover{
    opacity: 1;
}
footer .footer-logo ul li a{
    opacity: .4;
    transition: .3s all ease-in-out;
    font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #fff;
}
footer hr{
    opacity: .3;
    background:#fff;
    margin: 40px 0;
}
footer .footer-contact ul li:before{
    content: '';
    background-image: url(../images/contact-1.png);
    position: absolute;
    width: 48px;
    height: 48px;
    top: -5%;
}
footer .footer-contact ul li p{
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.72px;
    opacity: .7;
    color: #fff;
    margin: 0 0 0 60px;
}
footer .footer-contact a img{
    margin: 0 15px 0 0;
}
footer .footer-contact .icon-contact{
    display: flex;

}
footer .footer-contact .icon-contact img{
    margin: 0 15px 0 0;
        width: 48px;
    height: 48px;   
}
footer .footer-contact .icon-contact a{
        font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 0.72px;
    color: #fff;
    display: block;
    margin: 0 0 10px;
}
footer .footer-contact .icon-contact p{
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.72px;
    opacity: .7;
    color: #fff;
}
footer .footer-contact a{
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 0.72px;
    color: #fff;
    display: block;
    margin: 0 0 20px;
}
footer .footer-contact ul li a{
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 0.72px;
    color: #fff;
    margin: 0 0 0 60px;
}
footer .footer-contact ul li{
    width: 23%;
    position: relative;
}
footer .footer-contact ul{
    display: flex;
    justify-content: space-between;
}
footer{
    padding: 60px 0 10px;
    background-image: url(../images/footer-bg.webp);
}
.testi{
    padding: 100px 0;
}
.testi h3 span{
    color: #001510;
}
.testi h3{
    font-family: "Bebas Neue";
font-size: 76px;
color: #00a27b;
font-style: normal;
font-weight: 400;
text-align: center;
margin: 0 0 50px;
}
.testi-slider .testi-box .testi-content h4 span{
    color: #001510;
    display: block;
}
.testi-slider .testi-box .testi-content h4{
    font-family: "Bebas Neue";
font-size: 48px;
font-style: normal;
font-weight: 400;
color: #00a27b;
line-height: 48px;
}
.testi-slider .testi-box .testi-content p{
    font-family: "Plus Jakarta Sans";
    color: #001510;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.18px;
}
.testi-slider .testi-box .testi-img img{
    width: 100%;
}
.testi-slider .testi-box .testi-img{
    /* width: 60%; */
}
.testi-slider .testi-box .star-img{
        margin: 0 30px;
}
.testi-slider .testi-box .testi-content{
    margin: 0 0 0 40px;
    padding: 40px 0;
    width: 75%;
}
.testi-slider .testi-box{
    display: flex !important;
    align-items: center;
    background-image: url(../images/testi-bg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.slick-prev:before{
content: '';
    background-image: url(../images/arrow.png);
    width: 46px;
    height: 46px;
    position: absolute;
    left: -35px;
    transform: scaleX(-1);
}
.slick-next:before{
content: '';
    background-image: url(../images/arrow.png);
    width: 46px;
    height: 46px;
    position: absolute;
}
.service{
    padding: 100px 0; 
}
.service h3 span{
    color: #001510;
}
.service h3{
    font-family: "Bebas Neue";
    color: #00a27b;
font-size: 76px;
text-align: center;
line-height: 70px;
font-style: normal;
font-weight: 400;
margin: 0 0 50px;
}
.service .service-box p{
    font-family: "Plus Jakarta Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: 0.72px;
color: #fff;
margin: 0 0 30px;
display: none;
}
.service .service-box a i{
    margin: 0 0 0 4px;
    font-size: 16px;
}
.service .service-box a{
    width: 189px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: rgba(29, 155, 246, 0.15);
    border-left: 5px solid #00a27b;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    display: none;
}
.service .swiper-slide-active .service-box a{
    display: block;
}
.service .swiper-slide-active .service-box p{
display: block; 
}
.service .service-box h4 span{
    color: #00a27b;
}
.swiper-3d .swiper-slide-shadow{
    background: inherit;
}
.service .service-box h4{
font-family: "Bebas Neue";
font-size: 40px;
font-style: normal;
font-weight: 400;
color: #fff;
margin: 0 0 20px;

}
.service .service-box:before{
    content: '';
    background: linear-gradient(180deg, rgba(22, 34, 62, 0.00) -32.12%, rgba(22, 34, 62, 0.90) 49.77%, #16223E 101.9%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: .8;
    z-index: -1;
}
.service  .service-box.service-2{
    background-image: url(../images/service-2.webp);
}
.service  .service-box.service-3{
    background-image: url(../images/service-3.webp);
}
.service .service-box.service-4{
    background-image: url(../images/service-4.webp);
}
.service .service-box.service-5{
    background-image: url(../images/service-5.webp);
}

.service .service-box{
    background-image: url(../images/service-1.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    width: 415px;
    height: 605px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 0 0 40px 20px;
    transition: .3s all ease-in-out;
}
.privacy{
    padding: 150px 0 100px;
}
.privacy h2 span{
    color: #00a27b;
}
.privacy p{
        font-size: 16px;
        font-weight: 400;
        font-family: "Plus Jakarta Sans";
        color: #001510;
        margin:  0 0 15px;
}
.privacy h4{
        font-size: 20px;
        font-weight: 600;
        font-family: "Plus Jakarta Sans";
        color: #001510;
        margin: 0 0 15px;
}
.privacy h3{
        font-size: 22px;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    color: #001510;
    margin: 0 0 15px;
}
.privacy h2{
        font-size: 36px;
        font-weight: 700;
        font-family: "Plus Jakarta Sans";
        color: #001510;
        margin: 0 0 15px;
        font-style: italic;
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .sec-home-banner h3{
        font-size: 70px;
            line-height: 70px;
    }
    .sec-home-banner p{
        width: 100%;
    }
    .sec-home-banner:before{
        content: inherit;
    }
    .sec-home-banner{
            padding: 100px 0 150px;
    }
    .about-sec{
        padding: 100px 0;
    }
    .about-sec h6,.sec-home-banner h6{
        font-size: 20px;
    }
    .about-sec h3,.service h3,.why h3,.testi h3,.cta h3,.contact h3{
            font-size: 55px;
                line-height: 55px;
    }
footer .footer-logo .newsletter input,footer .footer-logo .newsletter button{
    height: 45px;
    line-height: 45px;
        font-size: 16px;

}
    .cta p,.contact p,footer .footer-contact .icon-contact a,footer .footer-contact a,footer .footer-contact ul li p,footer .footer-logo ul li a{
        font-size: 14px;
    }
    .cta{
        padding: 50px 0;
    }
    .contact .container{
        padding: 50px 0 50px 50px;
    }
    .contact h6{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .about-sec p{
            font-size: 16px;
    }
    .why .why-choose-box h5{
            font-size: 24px;
                line-height: 25px;
    }
    .why .why-choose-box:before{
        content: inherit !important;
    }
    .why .why-choose-box p{
        font-size: 14px;
            height: 155px;
                line-height: 22px;

    }
    .slick-next:before{
        right: 0;

    }
    .slick-prev, .slick-next{
        z-index: 99;
    }
    .slick-prev:before{
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
      header nav .navbar-toggler i{
        color: #fff;
    }
    header nav .navbar-toggler{
    width: 53px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: rgba(29, 155, 246, 0.15);
    border-left: 5px solid #00a27b;
    }
    .sec-home-banner{
        padding: 30px 0;
    }
    .sec-home-banner:before{
        content:inherit ;
    }
    .sec-home-banner h3{
        font-size: 34px;
            line-height: 40px;
    }
    .sec-home-banner p{
        width: 100%;
        font-size: 14px;
        margin: 30px auto 30px;
        line-height: 23px;
    }
    .sec-home-banner .anchor-button{
        display: none;
    }
    .about-sec{
        padding: 30px 0;
    }
    .about-sec h6,.sec-home-banner h6{
        font-size: 18px;
    }
    .about-sec h3{
        font-size: 38px;
        line-height: 45px;
    }
    .about-sec p{
        font-size: 14px;
        line-height: 25px;
    }
    .service{
        padding: 30px 0;
    }
.service h3,.why h3{
    font-size: 44px;
    line-height: 40px;
    margin: 0 0 30px;
}
.why{
    padding: 30px 0;
}
.why .why-choose-box{
    margin: 0 0 20px;
}
.why .why-choose-box img{
    display: block;
    margin: 0 auto 30px;
}
.why .why-choose-box h5 span{
    display: inline-block;
}
.why .why-choose-box h5{
        font-size: 28px;
            line-height: 25px;
            text-align: center;
}
.why .why-choose-box:before{
    content: inherit !important;
}
.why .why-choose-box p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.testi{
    padding: 30px 0;
}
.testi h3{
     font-size: 45px;
     margin: 0 0 30px;
}
.testi-slider .testi-box{
    flex-direction: column;
}
.testi-slider .testi-box .testi-content{
    width: 100%;
        padding: 20px;
    margin: 0;
}
.testi-slider .testi-box .testi-content h4 span{
    display: inline-block;
}
.testi-slider .testi-box .testi-content h4{
        font-size: 34px;
}
.testi-slider .testi-box .testi-content p{
        font-size: 14px;
            line-height: 24px;
}
.testi-slider .testi-box .star-img{
    display: none; 
}
.cta{
    padding: 30px 0;
}
.cta img{
    margin: 0 0 20px;
}
.cta h3{
    font-size: 34px;
    line-height: 40px;
}
.cta p{
        font-size: 14px;
        line-height: 25px;
}
.contact{
    padding: 30px 0 0;
}
.contact .container{
    padding: 30px 15px;
}
.contact h6{
    margin: 0 0 10px;
}
.contact h3{
    font-size: 45px;
        line-height: 50px;
        margin: 0 0 5px;
}
.contact p{
    font-size: 14px;
}
footer .footer-contact ul{
    flex-direction: column;
}
footer .footer-contact ul li{
    width: 100%;
        margin: 0 0 20px;
}
footer .footer-contact .icon-contact a ,footer .footer-contact a,footer .footer-contact .icon-contact p{
        font-size: 14px;
        
}
footer hr{
    margin: 20px 0;
}
footer .footer-logo img{
    display: block;
    margin: 0 auto 20px;
 
}
footer .footer-logo ul{
    margin: 0 0 20px;
}
footer .footer-logo ul li a{
    font-size: 14px;
}
footer .footer-logo .newsletter{
    flex-direction: column;
}
footer .footer-logo h6{
    font-size: 18px;
    text-align: center;
}
footer .footer-logo .newsletter button{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
footer .footer-logo .newsletter input{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
footer .bottom-bar ul li{
    display: inherit;
    margin: 0 20px 0 0;
}
footer .bottom-bar ul li a{
font-size: 14px;
}
footer .bottom-bar ul{
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
.service .service-box h4{
    font-size: 24px;
}
.service .service-box p{
    font-size: 14px;
}
.service .service-box{
    width: 100%;
    
}
.service .service-box p{
    line-height: 24px;
}
}


@media only screen and (min-width: 300px) and (max-width: 767px) {
    header nav a.navbar-brand{
        width: 40%;
    }
    header nav .navbar-toggler i{
        color: #fff;
    }
    header nav .navbar-toggler{
    width: 53px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: rgba(29, 155, 246, 0.15);
    border-left: 5px solid #00a27b;
    }
    .sec-home-banner{
        padding: 30px 0;
    }
    .sec-home-banner:before{
        content:inherit ;
    }
    .sec-home-banner h3{
        font-size: 34px;
            line-height: 40px;
    }
    .sec-home-banner p{
        width: 100%;
        font-size: 14px;
        margin: 30px auto 30px;
        line-height: 23px;
    }
    .sec-home-banner .anchor-button{
        display: none;
    }
    .about-sec{
        padding: 30px 0;
    }
    .about-sec h6,.sec-home-banner h6{
        font-size: 18px;
    }
    .about-sec h3{
        font-size: 38px;
        line-height: 45px;
    }
    .about-sec p{
        font-size: 14px;
        line-height: 25px;
    }
    .service{
        padding: 30px 0;
    }
.service h3,.why h3{
    font-size: 44px;
    line-height: 40px;
    margin: 0 0 30px;
}
.why{
    padding: 30px 0;
}
.why .why-choose-box{
    margin: 0 0 20px;
}
.why .why-choose-box img{
    display: block;
    margin: 0 auto 30px;
}
.why .why-choose-box h5 span{
    display: inline-block;
}
.why .why-choose-box h5{
        font-size: 28px;
            line-height: 25px;
            text-align: center;
}
.why .why-choose-box:before{
    content: inherit !important;
}
.why .why-choose-box p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}
.testi{
    padding: 30px 0;
}
.testi h3{
     font-size: 45px;
     margin: 0 0 30px;
}
.testi-slider .testi-box{
    flex-direction: column;
}
.testi-slider .testi-box .testi-content{
    width: 100%;
        padding: 20px;
    margin: 0;
}
.testi-slider .testi-box .testi-content h4 span{
    display: inline-block;
}
.testi-slider .testi-box .testi-content h4{
        font-size: 34px;
}
.testi-slider .testi-box .testi-content p{
        font-size: 14px;
            line-height: 24px;
}
.testi-slider .testi-box .star-img{
    display: none; 
}
.cta{
    padding: 30px 0;
}
.cta img{
    margin: 0 0 20px;
}
.cta h3{
    font-size: 34px;
    line-height: 40px;
}
.cta p{
        font-size: 14px;
        line-height: 25px;
}
.contact{
    padding: 30px 0 0;
}
.contact .container{
    padding: 30px 15px;
}
.contact h6{
    margin: 0 0 10px;
}
.contact h3{
    font-size: 45px;
        line-height: 50px;
        margin: 0 0 5px;
}
.contact p{
    font-size: 14px;
}
footer .footer-contact ul{
    flex-direction: column;
}
footer .footer-contact ul li{
    width: 100%;
        margin: 0 0 20px;
}
footer .footer-contact .icon-contact a ,footer .footer-contact a,footer .footer-contact .icon-contact p{
        font-size: 14px;
        
}
footer .footer-contact ul li:before{
    top: 0;
}
footer .footer-contact ul li p{
    font-size: 14px;
        line-height: 24px;
}
footer .footer-contact ul li:nth-child(4):before{
        background-image: url(../images/contact-3.png);
        content: '';
}
footer hr{
    margin: 20px 0;
}
footer .footer-logo img{
    display: block;
    margin: 0 auto 20px;
       width:50%;
}
footer .footer-logo ul{
    margin: 0 0 20px;
}
footer .footer-logo ul li a{
    font-size: 14px;
}
footer .footer-logo .newsletter{
    flex-direction: column;
}
footer .footer-logo h6{
    font-size: 18px;
    text-align: center;
}
footer .footer-logo .newsletter button{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
footer .footer-logo .newsletter input{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
footer .bottom-bar ul li{
    display: inherit;
    margin: 0 20px 0 0;
}
footer .bottom-bar ul li a{
font-size: 14px;
}
footer .bottom-bar ul{
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
.service .service-box h4{
    font-size: 24px;
}
.service .service-box p{
    font-size: 14px;
}
.service .service-box{
    width: 100%;
    height: auto;
        padding: 130px 15px 40px;
}
.service .service-box p{
    line-height: 24px;
}
}