@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Mulish", sans-serif;
}


a {
    text-decoration: none !important;
}


ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
    gap: 30px;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.navbar-brand img {
    width: 130px;
}


a.nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000000a3;
}

a.nav-link.active {
    color: #284481 !important;
}

.bts button a {
    color: #fff;
    font-weight: 500;
}


.bts button {
    padding: 5px 30px;
    border: none;
    background: #233565;
    border-radius: 5px;
}



section.home {
    background: linear-gradient(45deg, #000000d9, #0000002e), url(../img/home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 34%;
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qul ul li i {
    color: #3362ba;
}


.home .main_title h2 {
    font-size: 28px;
    font-weight: 600;
    color: #fad407;
}


.home .cnt p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}


.home .qul ul li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
}


.home form {
    background: #253a6e9e;
    padding: 38px 25px;
    border-radius: 8px;
}


.home .form-control {
    margin-bottom: 15px;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: none !important;
    background: #fffffff5;
}


input.form-control1 {
    padding: 5px 30px;
    border: none;
    border-radius: 0px;
    background: #fad40773;
    color: #fff;
    font-weight: 500;
}


.home .col-lg-8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

form .title1 h4 {
    font-size: 16px;
    font-weight: 700;
    color: aliceblue;
    margin-bottom: 15px;
}



.about .for_icon i {
    font-size: 34px;
    height: 60px;
    width: 60px;
    background: #253b70;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}


.about .title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
}


.about .cnt1 p {
    font-size: 16px;
    font-weight: 400;
}


.about .main {
    box-shadow: 0px 0px 6px 0px #00000054;
    padding: 30px 24px;
    border-radius: 8px 60px 8px 60px;
}


.about .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #22315e;
    margin-bottom: 30px;
}



.why .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fad407;
    margin-bottom: 25px;
}


section.why {
    background: linear-gradient(45deg, #0000007a, #000000eb), url(../img/why.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.why .cnt p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}


.about .for_icon img {
    width: 105px;
}


.why .main {
    box-shadow: 0px 0px 5px 0px #0000003b;
    padding: 20px 20px;
    border: 2px solid #00000082;
    border-radius: 10px;
    background: white;
}


.why .title h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}


.why .for_icon img {
    width: 100px;
}


.service .main {
    box-shadow: 0px 0px 4px 0px #00000047;
    position: relative;
    padding: 22px 20px;
    border-radius: 6px 50px 6px 50px;
    background: #fff;
    height: 100%;
}


.service .title h4 a {
    font-size: 22px;
    font-weight: 600;
    color: #1e4ab5;
}

.service .cnt p a {
    font-size: 15px;
    font-weight: 400;
    color: #1a1a1c;
}


.service .cnt p {
    margin-bottom: 0px;
}


.service .bts {
    text-align: end;
    color: #1a0dab;
}


.footer .col-lg-2.col-md-6 {
    display: flex;
    justify-content: center;
}


.footer .col-lg-3.col-md-6 {
    display: flex;
    justify-content: center;
}


@media (max-width: 767.98px) {


    .inner_home form {
        padding: 22px 15px !important;
    }


    ul.navbar-nav.ms-auto.mb-2.mb-lg-0 {
        gap: 0px;
        line-height: 18px;
    }

    section.home {
        background-position: 56% 31%;
        height: 100%;
    }


    .home .main_title h2 {
        font-size: 19px;
    }


    .home .qul {
        display: none;
    }

    .home .cnt p {
        font-size: 14px;
    }


    .about .main_title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }


    .about .cnt p {
        font-size: 14px;
    }


    .why .main_title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }


    .why .main {
        margin-bottom: 15px;
    }


    .how .col-lg-3.col-md-6 {
        margin-top: 20px;
    }


    .how .main_title h2 {
        font-size: 30px !important;
    }

    .how .title h4 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }


    .doc .main_title h2 {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }


    .doc .main {
        margin-top: 20px !important;
    }


}



.service .bts a {
    color: #253b70;
}


.service .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #253b70;
    margin-bottom: 30px;
}


.how .for_img img {
    width: 100%;
    border: 4px solid #fad407;
    height: 220px;
}

.how .title1 h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
}


section.how {
    background: #253b70;
}



.how .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}


.how .title h4 {
    font-size: 25px;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 15px;
}



.doc .for_img img {
    width: 120px;
}


.doc .title h4 {
    font-size: 17px;
    margin-top: 10px;
    font-weight: 600;
}


.doc .main {
    box-shadow: 0px 0px 6px 0px #00000038;
    padding: 20px;
    border-radius: 35px 5px 35px 5px;
}


.doc .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #253b70;
}


.contact .for_img img {
    width: 56px;
}



.home h4 {
    color: #fff;
}


.contact .title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #000;
}


.contact .title p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0px;
}


.contact .main {
    box-shadow: 0px 0px 6px 0px #0000004f;
    padding: 23px 10px;
    border-radius: 10px;
    height: 100%;
}



.contact .main_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #253b70;
    margin-bottom: 40px;
}




section.footer {
    background: #253b70;
}


.footer .ftr_logo img {
    width: 155px;
    background: #fff;
    object-fit: cover;
    padding: 5px;
    border-radius: 10px;
}


.footer .ftr_logo {
    padding-bottom: 10px;
}



.footer .main h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fad407;
}


.footer ul li a {
    font-size: 16px;
    line-height: 40px;
    color: #000;
    padding-right: 2px;
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
}






.footer p {
    color: #fff;
}


.footer .ftr_icon a i {
    border-radius: 50%;
    width: 40px;
    color: #263c73;
    height: 40px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fad407;
    transition: all 0.5s;
    background: #fff;
}




.ftr_child {
    display: flex;
    align-items: center;
    margin-top: 15px;
}


.ftr_child .ftr_cnt {
    padding-left: 14px;
}



section.copyright {
    background: #253b70;
    color: #fff;
    border-top: 2px Solid #ffffff59;
}


.footer .ftr_cnt a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}


.footer .link_icon i {
    font-size: 18px;
    color: #fad407;
    font-weight: 600;
}



section.inner_home {
    background: #27407a;
}


.inner_home form {
    background: #ffffff45;
    padding: 30px 25px;
}

.inner_home .main_title h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fad407;
}


.inner_about .title5 h4 {
    font-size: 30px;
    font-weight: 700;
}


.inner_about .cnt5 span {
    font-size: 16px;
    font-weight: 600;
    color: #27407a;
}


.inner_about .cnt5 p {
    line-height: 14px;
}




@media (max-width: 767.98px) {


    .inner_about .cnt5 p {
        line-height: 14px;
        font-size: 14px;
    }

    .inner_home .main_title h2 {
        font-size: 15px;
    }

    .inner_home .cnt p {
        font-size: 13px;
    }

    .inner_about .main_title h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .inner_about .cnt p {
        font-size: 13px;
    }


    .inner_about .title5 h4 {
        font-size: 20px;
    }

    .contact .col-lg-3.col-md-6 {
        margin-bottom: 15px;
    }

    .navbar-brand img {
        width: 95px;
    }


    .wrapper-2 h2 {
        font-size: 40px !important;
    }

    button.navbar-toggler {
        border-radius: 0px !important;
        box-shadow: none !important;
    }


}





.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #fff;
    animation: sticky 2s;
    box-shadow: 0px -1px 4px 0px;
}
 
  @keyframes sticky {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
 
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }





.wrapper-1 {
    height: initial;
    max-width: 620px;
    margin: 0 auto;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}


.wrapper-2 {
    padding: 30px;
    text-align: center;
}


.go-home {
    color: #fff !important;
    background: #fad407;
    border: none;
    padding: 10px 50px;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgba(174, 199, 251, 1);
}

.wrapper-2 h2 {
    font-size: 50px;
    letter-spacing: 3px;
    color: #243668;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.go-home a {
    color: #fff !important;
}

.footer-like {
    text-align: center;
}