body {
    font-family: "Poppins", sans-serif;
}
.relative{
    position: relative;
}
.uppercase{
    text-transform: uppercase;
}
.text-decoration{
    transition: 0.5s;
    text-decoration: none;
}
.text-gry{
    color: #777;
}
.text-dark{
    color: #000;
}
.font-bold{
    font-weight: bold;
}
.font-14{
    font-size: 14px;
}
.font-light{
    font-weight: 300;
}



.footer{
    background: #04123b;
}
.f-up{
    border-bottom: 1px solid hsla(0,0%,100%,.1);
}
.f-widget p{
    color: #fff;
    font-size: 12px;
    opacity: .7;
    font-weight: 300;
}
.f-widget h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 400;
}
.f-widget a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    opacity: .7;
    font-weight: 300;
}
.f-down{
    border-top: 1px solid hsla(0, 0%, 100%, .1);
}
.f-down a{
    text-decoration: none;
    color: #fff;
    opacity: .4;
    display: inline-block;
    font-size: 10px;
    padding-right: 20px;
    font-weight: 300;
}
.font-400{
    font-weight: 400;
}
.review-box{
    background: #eeefef;
    border-radius: .5em;
    padding: 2em;
}
.review-box p{
    color: #434960;    
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5em;
}
.rating i{
    color: #f8e71c;
}
.profile img{
    width: 55px;
    height: 55px;
    border-radius: 100%;
}
.profile h6{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5em;
    color: #141B38;
}
.profile p{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5em;    
    color: #434960;
}
.faq-section{
    background: #eeefef;
}
.accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius:  0px;
    border-top-right-radius:  0px;
}
.accordion-item {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: #fff;
    box-shadow: none;
}
.accordion-body{
    font-size: 14px;
    font-weight: 300;
}
.content{
    background: #eeefef;        
    padding: 2em;
}
.content p{
    font-size: 14px;
    font-weight: 300;
}
.bg-blu{
    background:#04123b;
}
h1, h2, h3, h4, h5, h6 {
    color: #04123b;
}
.content ul li{
    font-size: 14px;
    font-weight: 300;
}
.text-red{
    color: #ce0000;
}
.c-baner{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0px;
    padding: 30px 20px;
}
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #ce0000;
    opacity: 1;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: #495057;
    opacity: .6;
}
.tab-lists a{
    display: block;
    padding: 5px 0px;
    font-size: 13px;
    color: #ce0000;
    text-decoration: none;
    font-weight: 300;
}
.logos{
    background: #eeefef;
}
.bg-gry{
    background: #eeefef;
}
.client-logo.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.bg-white{
    background: #fff !important;
}
.c-baner2{
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 20px 0px;
    padding: 30px 20px;
}
.icon{
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(50% 60% at 50% 50%, #5870c0 0, #263e90 100%);
    border-radius: 100%;
    height: 5em;
    width: 5em;
    padding: 10px;
    margin-bottom: 20px;
}
.icon img{
    width: 80px;
}
.ser-box h6{
    font-size: 18px;
}
.ser-box p{
    font-size: 13px;
    font-weight: 300;
}
.ser-box{
    width: 19%;
}
/*.banner{
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
.baner-overlay {
    padding: 100px 0px;
    background: linear-gradient(90deg, #eeefef 0, hsla(180, 3%, 94%, .7) 55%, hsla(180, 3%, 94%, 0) 100%);
}
.header-down{
    overflow: hidden;
}
.call-us:after {
    content: '';
    background: #ce0000;
    height: 100%;
    width: 200%;
    position: absolute;
    top: 0;
    right: -200%;
    z-index: -1;
}
.call-us{
    position: relative;
    background: #ce0000;
    padding: 10px;
}
.call-us p{
    color: #fff;
    font-size: 12px;
}
.call-us a{
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}




@media only screen and (min-width: 2000px) {
   
}

@media only screen and (min-width: 1499px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 769px) {
    .ser-big-box.gap-2.d-flex.justify-content-between.align-items-center{
        display: block !important;
    }
    .ser-box {
        width: 100%;
    }
    .listss.d-flex.justify-content-between.align-items-center{
        flex-wrap: wrap;
    }
    .listss p{
        font-weight: 50%;
    }
}       
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 344px){
    
}