@font-face { font-family: Kalpurush; src: url('fonts/PlayfairDisplay-Regular.ttf'); }
@font-face { font-family: Leto; src: url('fonts/Lato-Regular.ttf'); }
body{

}
@media only screen and (min-width:1200px){
    .nav-item > .nav-link{
        padding: 5px 20px !important;
        display: block !important;
    }
}
@media only screen and (max-width:992px){
    .header-inner{
        background-color: white!important;
    }
    .nav-item > .nav-link{
        color: black!important
    }
    .logo{
        height: 50px;width: 83px;
    }
    .content-banner .first-title{
        font-size: 30px !important;
    }
}

.content-banner{
    min-height:400px;
    height:100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    padding-top: 225px;
}

.content-banner .first-title{
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    margin:0px 0px 12px;
    font-family: Kalpurush;
}
.content-banner .first-des{
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    margin:0px 0px 12px;
    color: #24A8F4;
    font-family: Kalpurush;
}
.content-banner .banner-des{
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
    font-weight: 400;
    margin-top: 0;
}
.btn_1{
    padding:0 34px;
    line-height: 50px;
    height:50px;
    font-size: 16px;
    background-color: rgb(36, 168, 244);
    display: inline-block;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    text-align: center;
}
.btn_1:hover{
    text-decoration: none;
    color:rgb(255, 255, 255);
    background-color:rgb(103, 235, 179);
}


.btn_2{
    padding:0 34px;
    line-height: 50px;
    height:50px;
    font-size: 16px;
    background-color: transparent;
    display: inline-block;
    color: rgb(82, 84, 147);
    transition: 0.3s;
    text-align: center;
    border: 1px solid rgb(149, 150, 198);
}
.btn_2:hover{
    text-decoration: none;
    color:rgb(255, 255, 255);
    background-color:#9596C6;
}

.btn_3{
    padding:0 34px;
    line-height: 50px;
    height:50px;
    font-size: 16px;
    background-color:rgb(103, 235, 179);
    display: inline-block;
    color: #ffff;
    transition: 0.3s;
    text-align: center;
    font-family: Leto;
    margin-top: 40px;
}
.btn_3:hover{
    text-decoration: none;
    color:rgb(255, 255, 255);
    background-color: rgb(36, 168, 244);
}

.header{
    position: relative;
    width: 100%;
}
.header-inner{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    z-index: 99;
    background-color: transparent;
}
.logo{
    height:97px;width:161px;
}
.nav-item .nav-link{
    display: block;
    line-height: 36px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: rgb(39, 66, 120);
    transition: 0.15s;
}
.nav-item .nav-link:hover{
    color: #3C8590;
}
.header-btn{
    color:#ffffff;
    border-radius: 30px;
    background-color:gray;
    border:none;
    font-weight: 500;
    outline: none;
    font-size: 15px;
    padding:7px 22px;
    transition: 0.5s;
}
.header-btn:hover{
    background-color: #FE4066;
    cursor: pointer;
}
.navbar-scroll{
    background-color: #ffffff;
    padding: 0;
    position: fixed;
    top:0;
    z-index: 99;
    box-shadow:0px 1px 10px rgba(0,0,0,0.4);
    transition-duration: 0.6s;
}
.navbar-scroll .nav-item .nav-link{
    color: black;
}
.navbar-scroll .header-btn{
    color: #ffffff;
    background-color: #fe4066;
}
.navbar-scroll .logo{
    height:50px;width:83px;
}
.first-title{
    text-transform: capitalize;
}
section{
    background-color: white;
    padding: 4rem 0rem 4rem;
}

.fmMwak {
    max-width: 100%;
    padding: 20px 55px 42px;
    box-sizing: border-box;
    border-radius: 18px;
    width: 100%;
    position: relative;
    z-index: 2;
}

 .fmMwak::before {
     content: " ";
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     position: absolute;
     background-image: url(https://static.rfstat.com/renderforest/images/website_maker_images/components/component-images/notebook-light-2.png);
     background-repeat: no-repeat;
     background-size: 100%;
     filter: brightness(0.17);
 }

.img_2{
    left: -37px;
    top: -12px;
    transform: rotate(0deg);
    height: auto;
    position: relative;
    inset: 0px;
    object-fit: cover;
    z-index: 1;
}

.sec_2{
    background: linear-gradient(rgba(39, 66, 120, 0), rgba(39, 66, 120, 0)),
    url('img/bg_2.jpg') ;
}

.margin_btm{
    margin-bottom: 50px;
}

.new_font{
    font-family: Kalpurush;
}

.leto{
    font-family: Leto;
}

.c_w{
    color: white;
}

.sec_heading{
    padding-left: 4px;
    padding-right:  4px;
    font-size: 35px;
}

h1{
    font-size: 35.6px !important;
}

.f_list li{
    background: #F6F6FF;
    border: none;
    font-family: Leto;
    padding-left: 0px;
}

.f_list li i{
    color: #24A8F4;
    padding-right: 10px;
}

.image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
}
.image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}

.image-box:hover img {
    transform: scale(1.1);
}

.sec_list i{
    color: #24A8F4;
    margin-right: 10px;
}

.sec_list{
    font-family: Leto;
}

.mb_20{
    margin-bottom: 30px;
}

.subs{
    background: no-repeat rgb(255, 255, 255);
    color: rgb(39, 66, 120);
    border: 1px solid black;
    height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0px 45px 0px 30px;
    appearance: none;
    margin-top: 30px;
    font-family: Leto;
}

.nav_2{
    color: white;
    padding-right: 12px;
}

.nav_2:hover{
    color: rgb(28, 97, 120);
    text-decoration: none;
}

.link_social{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
}

.social_icon{
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    fill: rgb(255, 255, 255);
    border-radius: 0px;
    color: rgb(255, 255, 255);
    background: rgb(103, 235, 179);
    border: 1px solid transparent;
}

.social_icon:hover{
    background: #24A8F4;
    color: white;
    text-decoration: none;
}

.link_foo{
    margin-top: 10px;
}

.link_foo a {
    color: white;
    padding-right: 16px;
    text-decoration: none;
}

.box{
    height: 55px;
    width: 55px;
    background: #24A8F4;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box i{
    font-size: 20px;
}

.mb_40{
    margin-bottom: 40px;
}

.you_vdo{
    width: 100%;height: 500px
}

.iframe{
    border: none;
}

.c_first .flex_d{
    margin-bottom: 40px;margin-top: -30px;
}
.c_first h1{
    font-size: 60px !important;width: 500px;
}

.social_link p{
    margin: 0;
    margin-top: 2px;
}
.social_link a{
    text-decoration: none;
    color: rgb(36, 168, 244);
    font-family: Leto;
}
.social_link a:hover{
    text-decoration: none;
    color: rgb(103, 235, 179);
}

.map{
    width: 100%;
    height: 350px;
}

.you_vdo_up{
    height: 400px;
}

.service_card{
    background: #67EBB3;
    transition: 0.6s;
}


.service_card:hover{
    background: rgb(39, 66, 120);
    color: white;
}

.service_card i{
    font-size: 50px;
    line-height: 56px;
}

.service_card .text-capitalize{
    font-size: 24px;
    font-weight: bold;
    font-family: Leto;
}

.my_slider{
    height: 100px;
    margin: auto;
    position: relative;
    width: 100%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.slider-track{
    display: flex;
    width: calc(250px*18);
    animation: scroll 60s linear infinite;
}

.slider-track_2{
    display: flex;
    width: calc(250px*18);
    animation: scroll2 20s linear infinite;
}

.testimonial_content p{
    font-size: 20px;
    margin-bottom: 40px;
}

.testimonial_content img{
    width: 80px;
}

.testimonial_content h3{
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

@keyframes scroll2 {
    0%{
        transform: translateX(-900px);
    }
    100%{
        transform: translateX(0);
    }
}

@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-250px*9));
    }
}

.slides{
    height: 100px;
    width: auto;
    display: flex;
    align-items: center;
    padding: 15px;
}

.my_slider img{
    height: 100px !important;
}

#carouselExampleControls button{
    border: none;
    background: none;
}

.ic_btn{
    cursor: pointer;
    color: #7a6d6d !important;
}

.my_slider::before, .my_slider:after{
    /*background: linear-gradient(to right, rgba(255,255,255,1)0%, rgba(255,255,255,0)100%);*/
    content: '';
    height: 100%;
    position: absolute;
    width: 15%;
    z-index: 2;
}
.my_slider::before{
    left: 0;
    top: 0;
}
.my_slider:after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

@media (max-width: 992px) {
    .btns{
        text-align: center;
    }
    .my_btn{
        margin-left:  0px !important;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .my_btn{
        margin-left:  10px !important;
        margin-top: 0px;
    }
}


@media (max-width: 575px) {
    .my_btn{
        margin-left:  0px !important;
        margin-top: 20px;
    }
    .fmMwak{
        padding: 20px 54px 40px;
    }
    .sec_heading{
        padding-left: 0px;
        padding-right:  0px;
        font-size: 23px !important;
    }
    h1{
        font-size: 23.44px !important;
    }
    .list_sec{
        padding-top: 20px;
    }
    .btn_res{
        margin-top: 10px;
    }
    .f_left{
        margin-top: 0px !important;
    }
    .img_cen{
        text-align: center;
    }

    .sub_btn{
        text-align: center;
        margin-top: 15px;
    }

    .subs{
        width: 100% !important;
    }

    span.leto {
        display: block;
        margin-top: 20px;
    }

    .link_social{
        justify-content: center;
        margin-top: 20px;
    }

    .center_data{
        text-align: center;
    }

    .des{
        margin-top: 30px;
    }

    .you_vdo{
        height: 250px;
    }

    .you_vdo_up{
        margin-top: 30px;
        height: 250px;
    }

    .c_first h1{
        width: 100% !important;
        font-size: 34px !important;
    }

    .map{
        width: 100%;
        height: 200px;
        margin-top: 20px;
    }

    .service_card{
        padding:35px !important;
        text-align: center;
    }

    .service_card h3{
        font-size: 24px !important;
        font-weight: bold;
    }

}
@media (max-width: 426px) {
    .my_btn{
        margin-left:  0px !important;
        margin-top: 20px;
    }
    .fmMwak{
        padding: 20px 44px 31px;
    }

}


