@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", sans-serif;
    
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.5;
}
ul {
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
}
header.ss-header-mn-sec {
    background: #001431;
    width: 100%;
    z-index: 11;
}

.navbar.main_navbar{    
    background: #001431;
    width: 100%;
}

.sticky {
    position: sticky;
    top: -60px;
    left: 0;
    animation: goDown 0.5s ease-in-out forwards;
    z-index: 2;
}

.sticky .header__row img {
    max-height: 40px;
}

@keyframes goDown {
    0% {
        top: -60px;
    }

    100% {
        transform: translateY(60px);
    }
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
}

.ss-header-mn-sec .navbar-brand img {
    width: 120px;
}

header.ss-header-mn-sec .nav-item a {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    padding-right: 18px !important;
    padding-left: 18px !important;
    
}
.contact_nav_link{
    padding: 10px 20px;
    background-color: #FFFFFF;
    border-radius: 7px;
    border: 0px;
    color: #001431;
    font-size: 16px;
    font-weight: 500;
}

.navbar-nav .nav-link{
    position: relative;
    &.active, 
    &.show{
        color: #00d9ff;
        /* &::after{
            content: '';
            position: absolute;
            width: calc(100% - 30px);
            height: 1px;
            background-color: #00d9ff;
            left: 50%;
            transform: translateX(-50%);
            bottom: 0;
        } */
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: unset;
        display: block;
    }
    .navbar-toggler-icon {
        color: #fff;
    }
    ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
        margin-top: 10px;
    }

    .ss-header-mn-sec .navbar-brand img {
        width: 100px;
    }
    .contact_nav_link{
        padding: 5px 10px;
        background-color: #FFFFFF;
        border-radius: 7px;
        border: 0px;
        color: #001431;
        font-size: 12px;
        font-weight: 500;
    }
}

    .error {
        color: red !important;
    }
    .has-error {
        border-color: red !important;
    }



.text_sky{
    color: #00D9FF !important;
}
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
}
.btn-primary{
    background-color: #00458E;
    color: #fff;
    border: 1px solid #00458E;
    text-transform: capitalize;
}
.btn-light{
    background-color: #FFFFFF;
    color: #00458E;
    border: 1px solid #FFFFFF;
    text-transform: capitalize;
}
.home_banner{
    background-image: url('../images/home_banner.webp');
    background-size: cover;
    width: 100%;
    /* padding: 50px 0px; */
    padding: 15px 0px;
    .home_banner_cantent{
        display: grid;
        gap: 20px;
    }
    h1{
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-transform: capitalize;
    }
    h5{
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.8;
    }
}

.hero_bnr_img_staff{
    background-image: url('../images/shield.webp');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 125px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    img{
        width: 100px;
    }
    .all_satff{
        color: #fff;
    }
}


.home_banner_img{
    position: relative;
    .hero_bnr_img_staff{
        position: absolute;
        /* right: 25px;
        top: 125px; */
        right: 100px;
        top: 100px;
    }
}
.section_paddings{
    /* padding: 50px 0px; */
    padding: 25px 0px;
}
.hdng{
    display: grid;
    /* gap: 20px; */
    margin-bottom: 20px;
    h1,h1{
        font-size: 36px;
        font-weight: 600;
    }
    h6{
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    p{
        font-size: 18px;
        font-weight: 400;
    }
    &.text_dark{
        h2{
            color: #191623;
            span{
                color: #00458E;
            }
        }
        h6{
            color: #00458E;
        }
    }
    &.text-white,
    &.text_white{
        h2{
            color: #ffffff;
            span{
                color: #00CAED;
            }
        }
        h6{
            color: #00CAED;
        }
        p{
            color: #ffffff;
        }
    }
}

.linear_gradient_bg{
    background: linear-gradient(96.19deg, #04204E 40.03%, #005ABF 106.53%);
}
#about_us{
    padding: 70px 0px 0px 0px;
}
.about_content{
    margin-bottom: 50px;
    p{
        line-height: 2;
    }
    h4{
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;

    }
    ul{
        padding-left: 30px;
        li{
            margin-top: 10px;
            color: #ffffff;
            font-size: 18px;
            font-weight: 500;
        }
    }
}
.about_img_col{
    position: relative;
    /* &:nth-child(odd){
        top: 50px;
    } */
    &:nth-child(2){
        top: -100px;
    }
    .about_img_card{
        margin-top: 30px;
    }
}

.solution_card{
    box-shadow: 0px 0px 22px 0px #E0E0E0;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    display: grid;
    gap: 10px;
    min-height: 200px;
    height: 100%;
    h4{
        font-size: 18px;
        font-weight: 500;
        margin: 0px;
    }
    h5{
        font-size: 14px;
        font-weight: 500;
        margin: 0px;
    }
}
.vision_img_card{
    position: relative;
    .logo{
        position: absolute;
        left: 20px;
        top: 20px;
        img{
            height: 50px;
            border-radius: 10px;
        }
    }
}
.how_it_works_container{
    background-image: url('../images/how_work_line.webp');
    background-size: 50% 75%;
    background-position: center;
    background-repeat: no-repeat;
}
.how_it_works_content{
    position: relative;
    margin-top: 50px;
    padding-left: 75px;
    h4{
        font-size: 24px;
        font-weight: 700;
        color: #000000;
    }
    h5{
        font-weight: 400;
        font-size: 18px;

    }
    .how_works_content_icon{
        left: 0px;
        top: 0px;
        width: 50px;
        height: 50px; 
        background: #4970B04A;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }
}

#why_choose_us{
    background-image: url('../images/banner_bg_2.webp');
    background-size: cover;
    width: 100%;
    padding: 30px 0px;
}
.why_choose_list{
    ul{
        list-style: none;
        display: grid;
        gap: 25px;
        li{
            position: relative;
            color: #ffffff;
            padding-left: 75px;
            h4{
                font-size: 18px;
                font-weight: 500;
            }
            h5{
                font-size: 14px;
                font-weight: 500;
            }
            .why_choose_list_icon{
                position: absolute;
                left: 10px;
                top: 0px;
                height: 50px;
                width: 50px;
                background-color: #ffffff;
                border-radius: 50%;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                img{
                    width: 30px;
                    height: 30px;
                }
            }
        }
    }
}

.clients_details{
    text-align: center;
    .clients_img{
        width: 250px;
        height: 250px;
        margin: 0 auto 20px;
        img{
            width: 250px;
            height: 250px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center;
        }
    }
    h3,h5{
        color: #00458E;
        margin: 0px;
    }
}
.clients_content_container{
    background: #DFEBFF6E;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    margin: 25px 0;
    &::before{
        content: '';
        position: absolute;
        width: 50px;
        height: 50px;
        left: 30px;
        top: -30px;
        background-image: url('../images/icons/quote_up.png');
        background-size: contain;
        background-position: center;
    }
    p{
        font-size: 18px;
        font-weight: 500;
        line-height: 1.7;
    }
}
.owl-carousel.dash_dots{
    .owl-dots .owl-dot{
        span{
            width: 25px;
            height: 5px;
            background: rgba(0, 69, 142, .26);
        }
        &.active{
            span{

            background: rgba(0, 69, 142, 1);
            }
        }
    }
}

.our_leader{
    background-image: url('../images/banner_bg_3.webp');
    background-size: cover;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    .our_leader_card{
        display: grid;
        gap: 20px;
        h4{
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            margin: 0px;
        }
        h5{
            font-size: 17px;
            font-weight: 400;
            color: #fff;
            margin: 0px;
        }
    }
}

#contact_us{
    background :linear-gradient(to right,rgba(235, 235, 235, 0.8),rgba(255, 255, 255, 0.8)),url('../images/contact_bg.webp') no-repeat center center/cover;
    /* background-image: url('../images/contact_bg.webp'); */
    background-size: cover;
    width: 100%;
    padding: 50px 0px;
    position: relative;
}
.contact_form_card{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px 30px;
    input.form-control,
    select.form-select{
        height: 45px;
    }
    .form-select,
    .form-control{
        border-radius: 10px;
    }
}
.staffinc_dash_img{
    position: relative;
    .staffinc_dash_img_shield{
        .hero_bnr_img_staff{
            right: 100px;
            position: relative;
            top: 10px;
            margin-left: auto;
        }
    }
}

.footer{
    position: relative;
    padding-top: 50px;
    background: linear-gradient(96.19deg, #07347d , #03264e ,  #010c1d);
    &::after{
        content: '';
        position: absolute;
        top: 0;
        r: 0;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        background-image: url('../images/ftr_nurv.webp');
        background-size: contain;
        background-position: right;
    }
    .container{
        position: relative;
        z-index: +9;
    }
    .footer_link{
        h4{
            font-size: 20px;
            font-weight: 500;
            color: #fff;
            text-transform: uppercase;
        }
        ul{
            list-style: none;
            display: grid;
            gap: 15px;
            li{
                a{
                    color: #ffffff;
                    text-decoration: none;
                    font-size: 14px;
                    font-weight: 400;
                }
            }
        }
    }
    hr{
        border-color: #fff;
    }
    .social_link{
        gap: 15px;
        display: flex;
        margin-top: 15px;
        a{
            display: inline-flex;
            width: 40px;
            height: 40px;
            align-items: center;
            justify-content: center;
            background-color: #ffffff;
            border-radius: 5px;
            font-size: 20px;
        }
    }
}

@media only screen and (max-width: 991px) {
    .how_it_works_container{
        background-image: none;
    }
}


@media only screen and (max-width: 767px) {
    .home_banner {
        h1 {
            font-size: 30px;
        }
    }
    .btn {
        font-size: 14px;
        font-weight: 400;
    }
    .hdng {
        h6{
            font-size: 20px;
        }
        h1,h2 {
            font-size: 32px;
        }
    }
    .how_it_works_content{
        margin-top: 0px;
        margin-bottom: 100px;
        h4{
            font-size: 18px;
        }
        h5{
            font-size: 14px;
        }
    }
    .clients_content_container {
        p {
            font-size: 20px;
        }
    }
    .contact_form_card{
        padding: 15px;
    }
    #contact_us,
    #why_choose_us,
    .our_leader{
        padding: 30px 0px;
    }
}
@media only screen and (max-width: 400px) {
    .home_banner {
        h1 {
            font-size: 25px;
        }
    }
    .hdng {
        h6{
            font-size: 16px;
        }
        h1,h2 {
            font-size: 25px;
        }
    }
    .clients_content_container {
        p{
            font-size: 14px;
        }
    }
}

.navbar-toggler{
    background-color: transparent;
    border: 0px !important;
    box-shadow: none !important;
    margin-left: 10px;
    .bi{
        color: #fff;
    }

    .bi-list-nested{
        display: none;
    }
    .bi-x-lg{
        display: block;
    }
    &.collapsed{
        .bi-list-nested{
            display: block;
        }
        .bi-x-lg{
            display: none;
        }
    }
}
.privacy-content{
    h3{
        font-size: 24px;
    }
    p{
        font-size: 16px;
    }
}
.staffinc_modal{
    .contact_form_card{
        background: linear-gradient(96.19deg, #04204E 40.03%, #005ABF 106.53%);
    }
    .modal-content{
        background-color: transparent;
    }
    .modal_bg{
        position: relative;
        .btn-close{
            position: absolute;
            right: 0px;
            top: 0px;
            width: 30px;
            height: 30px;
            background-color: #ffffff;
        }
    }
}





/* blog style here */

.ss-blog-txt-img-dv{
    display: grid;
    gap: 10px;
    margin-top: 30px;
    h4{
        font-size: 18px;
        margin-top: 10px;
        line-height: 25px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    p{
        color: #000;
        line-height: 25px;
        font-size: 14px;
        padding-bottom: 10px;
    }
    a{
        color: #00458E;
        font-weight: 600;
        text-decoration: none;
    }
}
.latest_blogs_container{
    max-width: 400px;
    width: 100%;
    padding: 0px 20px 20px 20px;
}
.social_links_share_card{
    box-shadow: 0px 0px 12.22px 0px #0000001A;
    padding: 10px;
    border-radius: 12px;
    .social_links{
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      a{
        display: inline-flex;
        width: 40px;
        align-items: center;
        justify-content: center;
        color: #01458E;
      }
    }
}
.side_latest_blog_card{
    margin-bottom: 20px;
    img{
      height: 100px;
      object-fit: cover;
      object-position: center;
    }
    a{
      text-decoration: none;
      color: #01458E;
    }
}




.blog_details_img_card{
    position: relative;
    /* padding: 25px; */
    z-index: +1;
    img{
      position: relative;
    } 
}
.blog_details_table_content_side_bar{
    position: sticky;
    top: 100px;
    ul{
      list-style: none;
      border-left: 4px solid #FC4C02;
      max-height: 450px;
      overflow: auto;
      li{
      }
      a{
        margin: 15px 0px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        display: block;
        line-height: 1.7;
        &.active{
          color: #FC4C02;;
        }
      }
    }
}
.blog_details_content{
    .webo_logo{
      width: 70px;
      height: 70px;
      background: #00458E;;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      border-radius: 50%;
      img{
        max-width: 50px;
      }
    }
    .badge{
      background: #F2F2F2;
      color: #292929;
      padding: 8px 10px;
      border-radius: 15px;
    }
}
.table_of_content_section{
    /* padding-top: 100px; */
    /* min-height: 100vh; */
    /* display: flex; */
    width: 100%;
}
  
.blog_details_content{
    a{
        color: #00458E;
        font-weight: 600;
        /* text-decoration: none; */
    }
    h3{
      margin-top: 25px;
      font-size: 20px;
    }
    p{
      font-size: 16px;
      font-weight: 400;
      color: #282938;
      margin-bottom: 0px;
      margin-top: 20px;
      line-height: 2;
      a{
        color: #01458E;
      }
      strong{
        font-weight: 600;
      }
    }
    h2 {
      /* padding-top: 70px; */
      padding-top: 30px;
      text-transform: capitalize;
      /* font-size: 40px; */
      font-size: 26px;
      strong{
        font-weight: 600;
      }
    }
    h4{
      font-size: 20px;
      margin-top: 30px;
      strong{
        font-weight: 600;
      }
    }
    ul li,
    ol li{
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px;
      line-height: 1.8;
    }
}


.likes_cmnt_card{
    box-shadow: 0px 0px 12.22px 0px #0000001A;
    max-width: 203px;
    min-width: 100px;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  
/* blog style End here */