@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    padding:0;
    margin:0;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(../images/bk-home-v2.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
p{
    font-size:18px;
    line-height:27px;
    font-weight: 200;
}

header .flex_item img{
    width: 250px;
    margin-right: 20px;
}
header h1{
    font-size: 51px;
    font-weight: 700;
    color: #2A3E59;
    margin-right:30px;
    margin-bottom: 0;
}

.secondary-header {
    /*background-color: #3174B4;
    color: #fff;
    padding: 8px 15px;*/
    border-top: 1px solid #e7e7f1;
    box-shadow: 0 0 10px -4px rgb(0 0 0 / .5);
}
.secondary-header .inner-left .info{
    font-size: 16px;
    line-height: 27px;
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.secondary-header .inner-left .info i{
/*    font-size: 20px;*/
    color: #0877BE;
}
.secondary-header .inner-left .info a{
    color: #000;
    text-decoration: none;
}
.secondary-header .social-menus ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.secondary-header .social-menus ul li a{
    color: #fff;
}
.secondary-header .social-menus ul li{
    display: inline-block;
}
.secondary-header .inner-right{
/*    float: right;*/
}

header .header-menus ul li a{
    color:#3174B4;
}

header .tagline {
    font-size: 20px;
    color: #D93631;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 90px;
}
header .right-part{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}
header .header-menus{
    display: flex;
}
header .header-menus ul{
    list-style: none;
    margin-bottom: 0;
}
header .header-menus ul li{
    display: inline-block;
}
header .header-menus ul li a{
    text-decoration: none;
    padding: 0 5px;
    font-size: 18px;
    line-height: 36px;
}
header .tagline:before {
    content: '';
    background-color: #D93631;
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
}
header .pages-menus ul li a{
    position: relative;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
}
header .pages-menus ul li a:after{
    content: '';
    background-color: #fff;
    height: 37px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
}
header .pages-menus ul li:last-child a:after{
    display:none;
}
header .pages-menus ul li a.active{
    color: #D93631;
    font-weight: 500;
}
header .pages-menus ul li a.login-btn{
    border: 1px solid #3174B4;
    text-align: center;
    padding: 0 20px;
    border-radius: 10px;
    font-weight: 500;
}
header .pages-menus ul li a.login-btn:hover{
    background-color: #3174B4;
    color: #fff;
}

.banner-section{
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}
.banner-section h1{
    font-size: 48px;
    line-height: 53px;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-section .banner-content {
    padding-top: 25px;
    position: relative;
}
.banner-section .banner-content .inner-cont{
    font-size: 23px;
    max-width: 600px;
    margin: auto;
    line-height: 28px;
    font-weight: 200;
}
.banner-section:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.banner-section .banner-btn{
    background-color: #D93631;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    padding: 6px 35px;
    margin-top: 15px;
    color: #fff;
}
.about-section{
    margin-top: -245px;
}
.about-section .container{
    position: relative;
    background-color: #fff;
    max-width: 940px;
    padding: 50px 30px;
    box-shadow: 0.00px 3.00px 20px 5px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
}
.about-section .ryt-cont{
    color: #252e39;
    font-weight: 100;
    font-size: 18px;
    line-height: 27px;
}
.about-section .lft-img{
    box-shadow: 0px 10px 10px 2px #c7c7c7;
    border-radius: 20px;
    overflow: hidden;
}
.about-section .read-more a,
.level-section a,
.services-section .read-more a{
    background-color: #D93631;
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    padding: 6px 35px;
    margin-top: 30px;
    color: #fff;
}
.services-section .container-fluid{
    max-width: 1700px;
}
.services-section .inner-section img{
    width:40px;
}
.services-section .info h3{
    font-size: 23px;
    padding: 25px 0;
}
.services-section .inner-section {
    max-width: 300px;
    margin: auto;
}
.services-section .col-md-4{
    border-right: 1px solid;
}
.services-section .col-md-4:nth-child(3),
.services-section .col-md-4:nth-child(6){
    border-right:none
}
.services-section h1{
    font-size: 35px;
    font-weight: 700;
}
.hover-btn-blue:hover{
    background-color:#2A3E59 !important;
    color:#fff !important;
}
.intro-section {
    background-color: #3473B8;
    color: #fff;
}
.intro-section h2{
    font-size:35px;
    line-height:55px;
}
/*.level-section{
    background-color:#EAEFF9;
}*/
.level-section img{
    width: 350px;
    height: 140px;
}
.level-section h2{
    margin: 40px 0;
}
.level-section a{
    margin-top:0;
}
footer{
    /*background-color: rgba(217, 54, 49, 0.5);
    color: #fff;*/
    border-top: 1px solid #e7e7f1;
}
footer p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}
.social-menus ul li .fa-facebook{
    background-color: #3b5998;
    padding: 11px 16px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}
.social-menus ul li .fa-linkedin{
    background-color: #0077b5;
    padding: 11px 13px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}
.social-menus ul li .fa-youtube-play{
    background-color: #cd201f;
    padding: 11px 11px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}
.social-menus ul li .fa-instagram{
    background-color: #262626;
    padding: 11px 13px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
}
.social-menus ul li a.twitter{
    background-color: #000;
    padding: 8px 12px;
    border-radius: 50%;
    color: #fff;
}
.social-menus ul li a:hover{
    opacity: 0.8;
}


/* Styles for Mobile Hamburger Menu */
@media (max-width: 479px) {
    .about-section{
        margin-top: -100px;
    }
}
@media (min-width: 767px) {
    .mobile-menu,
    .hamburger{
        display:none;
    }
}
@media (max-width: 767px) {
    .level-section img{
        width:300px;
    }
    /*.secondary-header .inner-right{
        float: none;
        text-align: center;
    }*/
    /*.secondary-header .inner-left {
        text-align: center;
    }*/
    .about-section{
        margin-top: 0;
    }
    .banner-section{
        min-height: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .social-menus ul li .fa-facebook{
        padding: 9px 14px;
    }
    .social-menus ul li .fa-linkedin,
    .social-menus ul li .fa-instagram{
        padding: 9px 11px;
    }
    .social-menus ul li .fa-youtube-play{
        padding: 9px;
    }
    .social-menus ul li a.twitter{
        padding: 6px 10px;
    }
    .secondary-header .items ul li a{
        margin-right: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .container{
        max-width: 700px;
    }
    .mobile-menu{
        top: 150px !important;
    }
    .secondary-header .inner-left .info{
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .social-menus ul li{
        display: inline-block;
        margin-bottom:0 !important;
        margin-right:10px;
    }

    /* Hide all menu items except logo */
    header .header-menus,
    header .tagline {
        display: none;
    }

    /* Hamburger Icon */
    .hamburger {
        display: block;
        font-size: 30px;
        cursor: pointer;
        color: #2A3E59;
    }

    /* Mobile Menu */
    .mobile-menu {
        display: none;
        background-color: #fff;
        position: absolute;
        top: 180px;
        right: 0;
        left: 0;
        z-index: 9999;
        padding: 20px;
    }
    .mobile-menu ul {
        list-style: none;
        padding-left: 0;
    }
    .mobile-menu ul li {
        margin-bottom: 15px;
    }
    .mobile-menu ul li a {
        color: #3273B5;
        font-size: 18px;
        text-decoration: none;
    }

    .mobile-menu .social-menus ul li a {
        color: #3273B5;
    }
    header .mobile-menu .address{
        color: #3273B5;
    }
}
header{
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(30 10 58 / .04);
}
/*.secondary-header .items{
    width: 25%;
}*/
.secondary-header .box1 img.logo1{
    max-width: 230px;
}
.secondary-header .items h4{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
.secondary-header .items ul li a:hover{
    color: #ed1b24;
}
.secondary-header .items h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #ed1b24;
}
.secondary-header .items ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.secondary-header .items ul li a{
    text-decoration: none;
    color: #000;
    margin-right: 3px;
}
.secondary-header .items ul li{
    margin-bottom: 12px;
}

.dashboard-main-inner.onboarding-page{
    border: 1px solid #e7e7f1;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 6px 12px rgb(30 10 58 / .04);
    padding: 20px;
    margin: 30px 0;
}
.flex_between{
    display: flex;
    justify-content: space-between;
}
input[type="text"]:placeholder-shown,
input[type="date"]:placeholder-shown,
input[type="number"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="password"]:placeholder-shown,
textarea:placeholder-shown {
    background-color: rgb(8 119 190 / .05);
}
form label {
    display: inline-block;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    line-height: 18px;
    font-size: 14px;
    width: 100%;
}
.form-control {
    border-radius: 0 !important;
    border: unset !important;
    border-bottom: 1px solid #ced4da !important;
    font-size: 14px;
    padding: .5rem 1rem;
}
.multi-form .form-inner p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #86b7fe !important;
}
label.error,
span.error{
    font-size: 12px;
    color: red;
    margin-bottom: 0;
}
.multi-form strong{
    font-weight: 600;
}
.multi-form .w4-header p{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
}
.multi-form .w4-header{
    margin-bottom: 20px;
}
table th{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.multi-form .single_or_married{
    margin-right: 5px;
}
.multi-form input[name="multi_jobs"]{
    margin-right: 5px;
}