/* achievments*/


#ft-funfact-2{
    background:#f8fafc;
    padding:90px 0;
}

.counter-box{
    background:#fff;
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.counter-box:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#18335a,#18335a);
}

.counter-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.counter-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    background:linear-gradient(135deg,#18335a,#18335a);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.counter-icon i{
    color:#fff;
    font-size:38px;
}

.counter-box h3{
    font-size:42px;
    font-weight:700;
    color:#0b1b35;
    margin-bottom:10px;
}

.counter-box p{
    margin:0;
    font-size:16px;
    color:#666;
    font-weight:600;
    text-align: center;
}

.ft-section-title-3 h2{
    font-size:42px;
    font-weight:700;
    color:#0b1b35;
}

.ft-section-title-3 p{
    color:#666;
    margin-top:10px;
}

@media(max-width:767px){
    .counter-box{
        margin-bottom:20px;
    }

    .ft-section-title-3 h2{
        font-size:30px;
    }
}



/*clients*/

.our-clients-section{
    background:#f8f9fa;
}

.section-title span{
    color:#ff5e14;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:40px;
    font-weight:700;
    margin:10px 0;
}

.section-title p{
    max-width:650px;
    margin:0 auto;
    color:#666;
}

.client-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:10px;
    padding:25px;
    height:130px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.client-box:hover{
/*
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
*/
}

.client-box img{
    max-width:100%;
    max-height:70px;
/*    filter:grayscale(100%);*/
    opacity:.8;
    transition:.3s;
}

.client-box:hover img{
/*
    filter:grayscale(0%);
    opacity:1;
*/
}

@media(max-width:767px){
    .section-title h2{
        font-size:30px;
    }

    .client-box{
        height:100px;
        padding:15px;
    }

    .client-box img{
        max-height:50px;
    }
}









/*why choose us*/

.why-choose-modern{
    padding:100px 0;
    background:#f8f9fb;
}

.section-tag{
    display:inline-block;
    background:#18335a;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.why-choose-modern h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.why-choose-modern p{
    color:#666;
}

.why-card{
    background:#fff;
    padding:35px 25px;
    border-radius:15px;
    text-align:center;
    transition:.4s;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
}

.why-card:hover{
    transform:translateY(-8px);
}

.why-card .icon{
    width:75px;
    height:75px;
    background:#18335a;
    color:#fff;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.why-card .icon i{
    font-size:34px;
}

.why-card h4{
    margin-bottom:15px;
    font-size:22px;
    font-weight:600;
}

.why-content{
    background:#0b1b35;
    color:#fff;
    padding:45px;
    border-radius:20px;
    height:100%;
}

.why-content h3{
    color:#fff;
    margin-bottom:20px;
    font-size:32px;
}

.why-content p{
    color:#d8d8d8;
}

.why-content ul{
    list-style:none;
    padding:0;
    margin:30px 0;
}

.why-content ul li{
    margin-bottom:15px;
    font-size:16px;
}

.why-content ul li i{
    color:#fff;
    margin-right:10px;
}

.theme-btn{
    display:inline-block;
    padding:14px 35px;
    background:#868a8e;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.theme-btn:hover{
    background:#fff;
    color:#000;
    
}


/*quality*/

.quality-policy-section{
    padding:100px 0;
    background:#f8f9fc;
}

.section-tag{
    display:inline-block;
    background:#18335a;
    color:#fff;
    padding:8px 22px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:20px;
}

.quality-content h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.quality-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:20px;
}

.quality-highlight{
    background:#fff7f0;
    border-left:5px solid #18335a;
    padding:18px 25px;
    margin:30px 0;
    border-radius:8px;
    font-size:18px;
    font-weight:600;
    color:#222;
}

.quality-highlight i{
    color:#18335a;
    margin-right:10px;
}

.quality-img{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.quality-img img{
    width:100%;
    transition:.5s;
}

.quality-img:hover img{
    transform:scale(1.05);
}

.quality-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    margin-bottom:25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.quality-card:hover{
    transform:translateY(-8px);
}

.quality-card i{
    font-size:40px;
    color:#18335a;
    margin-bottom:15px;
}

.quality-card h5{
    font-size:20px;
    margin-bottom:10px;
    font-weight:600;
}

.quality-card p{
    margin:0;
    font-size:15px;
}

.quality-btn{
    display:inline-block;
    background:#18335a;
    color:#fff;
    padding:14px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
    text-decoration:none;
}

.quality-btn:hover{
    background:#222;
    color:#fff;
}

@media(max-width:991px){

    .quality-content{
        margin-top:40px;
    }

    .quality-content h2{
        font-size:34px;
    }

}

@media(max-width:767px){

    .quality-policy-section{
        padding:70px 0;
    }

    .quality-content h2{
        font-size:28px;
    }

    .quality-highlight{
        font-size:16px;
    }

}



.vm{
    padding: 40px;
}





/*
.submit-btn {
    width: 150px;
    height: 60px;
    background: #fff !important;
    border: 2px solid #1f3f6d;
    border-radius: 4px;
    color: #000 !important;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    
    
        z-index: 1;
    width: 150px;
    cursor: pointer;
    height: 60px;
    font-weight: 600;
    border-radius: 5px;
    color: #625e5d;
    position: relative;
    border: 2px solid #18335a;
}
*/

/*
.submit-btn:hover {
    background: #1f3f6d;
    color: #fff;
}*/




/*

@media(max-width:320px){
    .pr-mark-brand-logo{
        display: none
    }
    
    
}
*/

/*
@media (max-width:320px){

    .tp-caption,
    .rs-layer{
        white-space:normal !important;
    }

    .rev-btn{
        font-size:12px !important;
        line-height:36px !important;
    }

}*/


/*
@media only screen and (max-width:320px){

    .pr-mark-brand-logo{
        display:none !important;
    }

}






@media only screen and (max-width:320px){

    rs-module,
    rs-module-wrap,
    rs-slides,
    rs-slide{
        height:300px !important;
        max-height:300px !important;
    }

    .rev-slidebg{
        object-fit:cover !important;
        object-position:center;
    }

    #slider-29-slide-76-layer-1,
    #slider-29-slide-77-layer-1{
        font-size:22px !important;
        line-height:28px !important;
        left:15px !important;
        top:55px !important;
        width:290px !important;
    }

    #slider-29-slide-76-layer-2,
    #slider-29-slide-77-layer-2{
        font-size:11px !important;
        line-height:18px !important;
        left:15px !important;
        top:125px !important;
        width:290px !important;
    }

    #slider-29-slide-76-layer-2 br,
    #slider-29-slide-77-layer-2 br{
        display:none;
    }

    #slider-29-slide-76-layer-3,
    #slider-29-slide-77-layer-3{
        left:15px !important;
        top:215px !important;
        width:145px !important;
        height:38px !important;
        line-height:38px !important;
        font-size:12px !important;
        padding:0 15px !important;
    }

    .logo-header,
    .site-logo,
    .navbar-brand img,
    .main-logo img{
        display:none !important;
    }

}*/



@media only screen and (max-width:320px){
    
    #slider-29-slide-76-layer-2{
        display: none;
    }
    
    
    #slider-29-slide-77-layer-2{
        display: none;
    }
    
    
    
    .rs_splitted_lines{
        
            margin-bottom: 0px;
    margin-top: 20px;
        
    }
/*
    

.pr-mark-main-navigation-wrapper {
    display: none;
        background-color: transparent !important;
    
    
}
*/
}
