@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

body {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5 {
    color: #0e2a4e;
    font-weight: 600;
    font-family: 'Rufina', serif;
}



.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.modal-header .close:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.text-red {
    color: #0071bc;
}

.sp-head {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

p {
    margin-bottom: 27px;
}

.large-text2 {
    font-size: 23px;
    font-weight: 500;
    line-height: 34px;
}

.large-text {
    font-size: 21px;
    /*font-weight: 500;*/
    line-height: 32px;
}

.page-menu {
    margin: 0px;
    padding: 0px 0px;
}

    .page-menu .navbar-brand img {
        width: 290px;
        margin-top: 3px;
    }

.navbar-brand p {
    letter-spacing: 1px;
}

.page-menu a {
    padding: 8px 17px !important;
    font-weight: 500;
    color: #222 !important;
    text-transform: uppercase;
    font-size: 17px;
}

.page-menu-list .act {
    color: #0071bc !important;
}

/*.bg-secondary {
    background-color: #46525c!important;
}*/

.fw-light {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.page-menu a:hover {
    color: #203759 !important;
}

.page-menu .current {
    color: #203759 !important;
    font-weight: 700;
    font-size: 24px;
}

.page-menu .ac-link {
    color: #00a3cd !important;
}


.bg-blue {
    background: #203759;
}

.blue {
    color: #0e2a4e !important;
}

.t-h4 {
    font-size: 28px;
}

.small-text {
    font-size: 14px;
}

.p-title {
    font-size: 33px;
    line-height: 41px;
}


.my-list {
    list-style: none;
    padding-left: 0px;
    position: relative;
    margin-top: 30px !important;
}

.my-list-light li {
    color: white;
}

.my-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.my-list img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 23px;
}

.light {
    font-weight: 500 !important;
}

.s-btn {
    padding: 11px;
    font-weight: 500;
}

.price {
    font-weight: 300;
    font-size: 18px;
    color: #3498db;
}

.white-box {
    background: #f8f9fa !important;
    padding: 30px;
}


.social-icon a:hover {
    text-decoration: none;
}

.social-icon i {
    border: 1px solid white;
    /* padding: 9px; */
    font-size: 16px;
    margin-right: 6px;
    text-align: center;
    color: #333;
}

    .social-icon i:hover {
        color: #3498db;
        text-decoration: none;
    }

.page-menu .btn-01 {
    color: white !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .page-menu .btn-01:hover {
        color: white !important;
    }

.form-box {
}

.link-hover:hover {
    text-decoration: none;
}

/**/
.title-1 {
    font-size: 40px;
}

.d-size {
    font-size: 18px !important;
}

.features i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    margin-bottom: 25px;
}

.features {
    transition: transform .2s;
}

    .features:hover {
        transform: scale(1.05);
        box-shadow: 0px 0px 17px 4px #b9b6b6;
    }

    .features h3 {
        font-weight: 500;
        font-size: 21px;
    }

.features {
    background: white;
    border-radius: 13px;
    box-shadow: 0px 0px 11px 1px #d7d7d7;
}

/**/

.head3 {
    font-size: 38px;
}


.h-6 {
    color: white !important;
    font-size: 42px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}

.h-7 {
    font-size: 28px !important;
    line-height: 40px;
    font-weight: 600 !important;
}


.main-cover {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
    width: 100% !important;
}

.header-sub {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.head4 {
    font-size: 30px;
}

.main-cover-content {
    /*background: rgba(0,0,0,0.76);
    height: 100%;
    padding: 200px 0px;*/
    padding: 200px 0px;
}

    .main-cover-content:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        background-image: -ms-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
        background-image: -moz-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
        background-image: -o-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #252727), color-stop(100, rgba(255,255,255,0)));
        background-image: -webkit-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
        background-image: linear-gradient(to right, #252727 0%, rgba(255,255,255,0) 100%);
    }

.bg-section2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-image: -ms-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
    background-image: -moz-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #252727), color-stop(100, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left, #252727 0%, rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to right, #252727 0%, rgba(255,255,255,0) 100%);
}

.main-cover-content-sub {
    padding: 80px 0px;
}

.btn-width {
    width: 150px;
}


.main-cover-sub {
    padding: 100px 0px;
}

.main-cover-content h1 {
    font-size: 54px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #5f5f5f;
}

.main-cover-content h3 {
    font-size: 42px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 600;
}

.main-cover-content p {
    color: white;
    font-size: 19px;
    line-height: 30px;
}

.bg-section2 p {
    font-size: 21px;
    color: white;
    line-height: 30px;
}


.main-cover-content h2 {
    font-size: 30px;
    color: #fff;
    margin-top: 29px;
    margin-bottom: 37px;
    font-weight: 400;
}

.btn-01 {
    background-color: #0071bc;
    border-color: #0071bc;
    font-size: 16px;
    color: #fff;
    padding: 10px 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .btn-01:hover {
        color: #fff;
        opacity: 0.9;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.btn-02 {
    background-color: #203759;
    border-color: #203759;
    font-size: 16px;
    color: #fff;
    padding: 10px 35px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .btn-02:hover {
        color: white;
        opacity: 0.9;
        -webkit-transform: translateY(-3px);
        -moz-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }

.btn-05 {
    background-color: #224085;
    border-color: #224085;
    font-size: 22px;
    color: #fff;
    padding: 13px 35px;
    /*border-radius: 25px;*/
}

    .btn-05:hover {
        color: white !important;
        opacity: 0.9;
    }

.footer-circle i {
    background: #658ba3;
    color: #fff;
    font-size: 68px;
    width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 100%;
    box-shadow: 0px 0px 36px 6px #0000001c;
}

    .footer-circle i:hover {
        background: #2a3e67;
    }

.orange {
    color: #f69f75 !important;
}

.testimonials h4 {
    color: white;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
}

.testimonials h5 {
    color: white;
    font-size: 27px;
    font-weight: 500;
}

.t-box {
    padding: 15px;
    background: #0e0d0da3;
}



/**/
footer {
    background: #203163;
    padding: 60px 0 40px 0;
}

    footer h4 {
        color: #f0f0f0;
        font-size: 17px;
        text-transform: uppercase;
    }

.social-footer a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    color: #222;
    text-align: center;
    line-height: 33px;
}

    .social-footer a:hover {
        background: #0d85ad;
        color: #fff;
    }



.links-footer a:hover {
    color: #b2b6bb;
}

footer ul li {
    margin-bottom: 4px;
}

footer p {
    font-size: 16px;
    color: #eee;
}

footer a {
    color: #eee;
    text-decoration: none;
}

    footer a:hover {
        text-decoration: none;
        color: #dbdbdb;
    }

footer ul {
    font-size: 16px;
    color: #eee;
    list-style: none;
    padding-left: 0;
}

.footer-contact {
    position: relative;
}

    .footer-contact li {
        padding-left: 25px;
        position: relative;
        margin-bottom: 20px;
    }

    .footer-contact i {
        position: absolute;
        left: 0;
        top: 1px;
        font-size: 20px !important;
    }

    .footer-contact .small-icon {
        font-size: 17px !important;
        top: 3px !important;
    }

.f-border {
    border: 1px solid #4683ca;
    width: 55px;
    margin-bottom: 25px;
}

.copyrights {
    background: #37487b;
    padding: 14px 0 10px 0px;
}

    .copyrights p {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .copyrights a {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-decoration: none !important;
    }


/**/

.custom-input {
    color: #94a6b3;
    border-color: rgb(197 202 211);
    border-radius: 7px;
    padding: 20px 24px 20px 14px;
    height: 49px;
}

.custom-input-area {
    color: #94a6b3;
    border-color: rgb(197 202 211);
    border-radius: 7px;
    padding: 20px 14px;
}


.form-brder {
    border: 1px solid #c6c4c4;
}

.cs-box {
    background: #111 !important;
    padding: 35px 30px;
}

    .cs-box h3 {
        font-size: 28px !important;
    }

    .cs-box p {
        font-size: 19px !important;
    }

.line2 {
    background: #224085;
    width: 100px;
    height: 2px;
    margin: auto;
    display: block;
}


/**/
.style-title {
    text-align: center;
    padding-bottom: 30px;
}

    .style-title h2 {
        font-size: 42px;
        font-weight: 600;
        /*text-transform: uppercase;*/
        position: relative;
        color: #222222;
    }

        .style-title h2::before, .style-title h2::after {
            content: '';
            width: 50px;
            height: 2px;
            background: #203759;
            display: inline-block;
        }

        .style-title h2::before {
            margin: 0 15px 10px 0;
        }

        .style-title h2::after {
            margin: 0 0 10px 15px;
        }

/**/

/**/

.why-title {
    position: relative;
}

    .why-title img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 60px;
    }



    .why-title h3 {
        font-size: 22px;
        font-weight: 600;
        padding-left: 70px;
        padding-top: 15px;
    }

.why-choose-us p {
    margin-right: 30px;
    color: white;
}

.why-choose-us h3 {
    color: white;
}


.image-list-light li {
    color: white;
}

.image-list {
    list-style: none;
    padding-left: 0px;
    position: relative;
}

.image-list-light li {
    color: white;
}

.image-list li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.image-list img {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 23px !important;
}

/**/

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.faqs-container .accordion {
}


.faqs-container .btn {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #111;
    padding: 20px;
    font-weight: 600;
}


    .faqs-container .btn:hover {
        text-decoration: none !important;
    }

    .faqs-container .btn:active {
        text-decoration: none !important;
    }

    .faqs-container .btn:focus {
        text-decoration: none !important;
    }

.faqs-container .card-header {
    padding: 0px;
    margin: 0px;
    /*border: none !important;*/
    /*background: none !important;*/
    background: white;
    /*border-radius:10px !important;*/
}

.faqs-container .card {
    border: none !important;
    background: white;
    box-shadow: 0 8px 12px rgb(218 218 218 / 18%);
    /*border-radius:10px;*/
    margin-bottom: 15px;
}


.card-header .btn[aria-expanded=true] {
    /*color: #777 !important;*/
}

.hm-io {
    font-size: 50px;
    color: #203759;
    margin-bottom: 5px;
}

.nav-tabs a {
    color: #333;
}






@media(min-width:992px) and (max-width:1200px) {
    .page-menu a {
        padding: 8px 15px !important;
        font-weight: 500;
        color: #222 !important;
        text-transform: uppercase;
        font-size: 14px;
    }

    .page-menu .current {
        font-size: 16px;
    }
}


@media(min-width:768px) and (max-width:991px) {
    .nav-contanier {
        max-width: 97% !important;
    }

    .d-wh {
        background: white !important;
    }

    .head3 {
        font-size: 28px;
    }

    .home-about h3 {
        font-size: 29px;
        line-height: 39px;
    }

    .navbar-nav {
        padding-bottom: 0px !important;
    }

    .page-menu .navbar-brand img {
        width: 180px;
    }

    .page-menu a {
        font-size: 15px;
        padding: 7px 8px !important;
    }

    .page-menu .current {
        font-size: 15px;
    }
}

@media(min-width:768px) {
    .bg-fixed {
        background-attachment: fixed !important;
    }

    .page-menu .navbar-brand {
        padding-left: 0px !important;
    }

    .main-cover-content-sb h1 {
        font-size: 33px;
        font-weight: 500;
    }
}


@media(max-width:991px) {
    .navbar-nav {
        padding-bottom: 20px;
    }

    .ml-icon {
        word-break: break-all;
    }
}




@media(min-width:992px) {
    .small-container {
        max-width: 800px;
    }

    .my-form {
        max-width: 800px;
        margin: auto;
    }
}
/**/
.div-4 .color-2 {
    display: grid;
    align-items: center;
    padding: 20px 20px;
    background: #f8f8f8;
}

.line-center {
    width: 50px;
    height: 1.4px;
    background: #05aaeb;
    margin-bottom: 15px !important;
    margin: auto;
}

.my-form {
    padding: 45px;
    border: 1px solid #cbcbcb;
}

.home-about {
    background: #203759;
}

    .home-about p {
        color: white;
    }

    .home-about h3 .blue {
        color: #b8dce5 !important;
    }

.bg-8 {
    background: #23408217;
}

.my-team img {
    width: 150px;
    border-radius: 100%;
}


.my-team p {
    font-size: 15px;
    /*padding-top:14px;*/
}

.form-divs .cs-label {
    padding-top: 20px;
    display: inline-block;
    color: #777;
    font-weight: 500;
}

.title5 {
    font-size: 23px;
}

.my-input1 {
    border: 1px solid #a4a7ab;
}

.st-19 {
    font-size: 19px;
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.owl-prev {
    float: left;
    font-size: 55px !important;
    background: #e1e1e1 !important;
    line-height: 54px !important;
    margin-left: 10px !important;
    width: 40px;
}

    .owl-prev:hover {
        background: #fff;
    }

.owl-next:hover {
    background: #fff;
}

.owl-prev:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.owl-next {
    float: right;
    font-size: 55px !important;
    background: #e1e1e1 !important;
    line-height: 54px !important;
    margin-right: 10px !important;
    width: 40px;
}

    .owl-next:focus {
        box-shadow: none !important;
        outline: 0 !important;
    }

/**/
.clients-style .owl-next {
    float: right;
    font-size: 35px !important;
    background: #f5f5f5 !important;
    line-height: 44px !important;
    margin-right: 10px !important;
    width: 30px;
}

.clients-style .owl-prev {
    float: left;
    font-size: 35px !important;
    background: #f5f5f5 !important;
    line-height: 44px !important;
    margin-right: 10px !important;
    width: 30px;
}



/**/
.wt-bx {
    background: white;
    box-shadow: 0px 10px 31px -3px rgb(0 0 0 / 18%);
    padding: 40px 40px 40px 40px;
}

    .wt-bx b {
        font-weight: 600 !important;
    }

    .wt-bx h4 {
        font-size: 1.7rem;
    }

.bg-1 {
    background: #203759;
    padding: 40px 40px 40px 40px;
}

.bg-2 {
    background: #333d4b;
    padding: 40px 40px 40px 40px;
}

.line {
    width: 100px;
    height: 2px;
    background: #0071bc;
}

.bg-blue1 {
    background: #203759;
}

/**/

header {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #E8E8E8 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #E8E8E8 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #E8E8E8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(100, #E8E8E8));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #E8E8E8 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #E8E8E8 100%);
}

.top-div {
    background: #203163;
    padding: 10px 0px;
}

    .top-div p {
        color: white;
        font-size: 15px;
    }

    .top-div a {
        color: #bdc2d3;
    }

        .top-div a:hover {
            color: #E8E8E8;
            text-decoration: none;
        }

.cover-style {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.feature-inner {
    padding: 20px 20px;
    height: 100%;
}

    .feature-inner h2 {
        /*font-weight: bold;*/
        font-size: 26px;
        margin: 0px;
        text-transform: uppercase;
        padding-top: 20px;
    }

    .feature-inner p {
        color: white;
        padding-top: 15px;
    }

.title2 {
    font-size: 38px;
}

.col-bx {
    max-width: 540px;
    float: right;
}

.col-s {
    color: #7fbdbf;
}


.star-cons i {
    color: orange;
}

.testimonial-div {
    background: white;
    border-radius: 13px;
}

.client-img {
    width: 65px !important;
    margin: 0 auto;
    display: block;
}

@media(min-width:1300px) {
    .clients-style .owl-next {
        margin-right: -18px !important;
    }

    .clients-style .owl-prev {
        margin-left: -18px !important;
    }
}

@media(max-width:767px) {

    .clients-style .owl-next {
        margin-right: -7px !important;
    }

    .clients-style .owl-prev {
        margin-left: -7px !important;
    }

    .st-19 {
        font-size: 17px !important;
    }

    .main-cover-ht .main-cover-content-div {
        height: inherit !important;
    }

    .slider-style .owl-next {
        float: right;
        font-size: 25px !important;
        background: #f5f5f5 !important;
        line-height: 44px !important;
        margin-right: 10px !important;
        width: 20px;
    }

    .top-div {
        text-align: center;
    }

        .top-div p {
            font-size: 14px;
        }

    .slider-style .owl-prev {
        float: left;
        font-size: 25px !important;
        background: #f5f5f5 !important;
        line-height: 44px !important;
        margin-right: 10px !important;
        width: 20px;
    }

    .slider-style p {
        padding-left: 15px;
        padding-right: 15px;
    }


    footer h4 {
        padding-top: 30px;
    }

    .title2 {
        font-size: 32px !important;
    }

    .mb-img1 {
        background: url('../images/k1_mob.jpg') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .mb-img2 {
        background: url('../images/k2_mob.jpg') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .mb-img3 {
        background: url('../images/k3_mob.jpg') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .mb-img4 {
        background: url('../images/k4_mob.jpg') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }

    .main-cover-content-div {
        height: 400px;
    }

    .nav-tabs .nav-link {
        padding: 10px 9px !important;
    }

    .nav-tabs h6 {
        font-size: 14px;
    }

    .hm-io {
        font-size: 23px;
    }

    .cs-box {
        background: #1110 !important;
        padding: 35px 30px;
    }

    .head3 {
        font-size: 32px;
    }

    .head4 {
        font-size: 27px;
    }


    .style-title h2::before, .style-title h2::after {
        display: none;
    }

    .style-title h2 {
        font-size: 34px !important;
    }

    .h-6 {
        font-size: 34px !important;
    }

    .main-cover-content p {
        color: white;
        font-size: 17px;
        line-height: 26px;
    }

    .div-4 h4 {
        padding-top: 25px;
    }

    .t-h4 {
        font-size: 20px;
    }

    .page-menu .navbar-brand img {
        width: 230px;
    }

    .page-menu .navbar-brand{
        padding-left:0px !important;
    }


    .main-cover-sub {
        padding: 60px 0px;
    }

    .main-cover-content {
        text-align: center;
    }


        .main-cover-content h1 {
            font-weight: 500;
            font-size: 37px;
        }

    .p-title {
        font-size: 24px;
        margin-bottom: 23px;
        line-height: 29px;
    }


    .main-cover-content {
        padding: 60px 0px;
    }

        .main-cover-content h2 {
            font-size: 21px;
        }

    .title-1 {
        font-size: 34px;
    }
}
