::before,
::after,
ul,
li,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

:root {
    --theme: #06449C;
    --theme2: #8DC73D;
}

/* font face font family */
@font-face {
    font-family: ff100;
    src: url(../fonts/Gilroy-Thin.ttf);
}

@font-face {
    font-family: ff300;
    src: url(../fonts/Gilroy-Light.ttf);
}

@font-face {
    font-family: ff400;
    src: url(../fonts/Gilroy-Regular.ttf);
}

@font-face {
    font-family: ff500;
    src: url(../fonts/Gilroy-Medium.ttf);
}

@font-face {
    font-family: ff600;
    src: url(../fonts/Gilroy-SemiBold.ttf);
}

@font-face {
    font-family: ff700;
    src: url(../fonts/Gilroy-Bold.ttf);
}

@font-face {
    font-family: ff800;
    src: url(../fonts/Gilroy-Black.ttf);
}

/* \ font face font family */


.fw-semibold {
    font-family: ff700 !important;
    font-weight: 700 !important;
}

strong {
    font-family: ff600;
    font-weight: 500;
}

body {
    font-family: ff400;
    color: #000;
}


.banner h2 {
    color: #fff;
    font-size: 70px;
    line-height: 74px;
    font-family: ff700;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.heading {
    font-size: 54px;
    font-family: ff700;
    line-height: 60px;
}

.sub_heading {
    font-size: 35px;
    font-family: ff700;
}

.bg_light {
    background: #f5f5f5;
}

.fa-solid.fa-bars.text-white {
    font-size: 29px;
    color: #fff !important;
}

.para {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-family: ff500;
    margin: 0;
}

.theme_btn {
    min-width: 148px;
    border: 3px solid white;
    box-shadow: -5px 2px 23.76px 0.24px rgba(0, 0, 0, 0.47);
    height: 50px;
    font-size: 16px;
    background-color: var(--theme);
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.text_theme {
    color: var(--theme) !important;
}

.main_heading h1 {
    font-size: 35px;
    font-family: ff700;
}

.main_heading p,
.main_heading h4 {
    font-size: 16px;
    font-family: ff600;
}

header {
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 82%;
    position: relative;
    z-index: 0;
    min-height: 100vh;
}

header.about_header {
    background: var(--theme);
    min-height: auto;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abut_pages {
    background: #f5f5f5 !important;
}

.navbar .nav-link {
    font-size: 16px;
    font-family: ff600;
    margin: 10px 20px !important;
    padding: 0 !important;
    line-height: 29px;
    color: white;
}

.navbar .nav-link.active {
    color: var(--theme2)
}

.navbar-brand img {
    width: 100px;
}

.nav_btn {
    min-width: 140px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid white;
    border-radius: 30px;
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.nav_drop img {
    width: 44px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
}

.nav_drop .nav-link {
    display: flex;
    justify-content: start;
    align-items: center;

}

.nav_drop strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.nav_drop small {
    font-size: 12px;
    font-weight: 400;
    color: var(--theme);

}

.nav_drop p {
    margin-bottom: 0;
    line-height: 14px;
    margin-left: 10px;
}

/* \ navbar */


/* Modal =============================== */

.modal_side_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.modal_form {
    height: fit-content;
    width: 100%;
}

.modal_form h2 {
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin-bottom: 25px;
}

.socal_modal_icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socal_modal_icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #edf2f7;
    text-decoration: none;
    border-radius: 10px;
    margin: 0 8px;
    width: 45px;
    height: 40px;
}

.socal_modal_icons a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.via_line {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 20px 0px 10px;
}

.via_line strong {
    font-size: 14px;
    font-weight: 500;
    background: white;
    z-index: 0;
    padding: 0 15px;
}

.via_line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
    left: 0;
    bottom: 10px;
    z-index: 0;
}


.modal_form label {
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
}

.modal_form label a {
    font-size: 15px;
}

.modal_form .form-control {
    border-radius: 30px;
    border: none;
    height: 51px;
    padding: 0px 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    margin: 10px 0px 20px;
}

.modal_form .form-control:focus,
.modal_form .form-control:focus-visible {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175) !important;
}

.modal-xl {
    max-width: 1060px;
}

.modal_form .form-control {
    border-radius: 10px;
    height: 51px;
    padding: 0px 11px;
    margin: 5px 0px 10px;
    font-size: 16px;
}

.modal_form .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 20px;
}

.modal_form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.modal_form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: gainsboro;
    -webkit-transition: .4s;
    transition: .4s;
}

.modal_form .slider::before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.modal_form input:checked+.slider {
    background-color: var(--theme);
}

.modal_form input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.modal_form input:checked+.slider::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.form-check-input {
    max-width: 16px;
    width: 100%;
    margin-right: 6px;
    border-color: #000;
}

.form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme);

}

.modal_form .slider.round {
    border-radius: 34px;
}

.modal_form .slider.round:before {
    border-radius: 50%;
}

.modal_form .submit_modal {
    width: 100%;
    height: 51px;
    font-size: 18px;
    font-weight: bold;
    background-color: var(--theme);
    color: black;
    border: none;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
    margin: 30px 0px;
}

.xsm {
    width: 75%;
    margin: 0 auto;
}

/* .modal_form .submit_modal:focus , .modal_form .submit_modal:focus-visible{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.175) !important;
} */
.modal_form .submit_modal {
    width: 100%;
    height: 41px;
    font-size: 18px;
    border-radius: 10px;
    margin: 20px auto;
    font-weight: 400;
}

.modal-header {
    position: relative;
}

.modal .btn-close {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ff0000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    opacity: 1;
    font-size: 22px;
    padding: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 10;
    padding-right: 0.5px;
}

.modal .form-group {
    position: relative;
}

.modal .form-group i {
    position: absolute;
    top: 62px;
    right: 15px;
    color: rgba(0, 0, 0, 0.175);
}

.modal_form .nav-pills .nav-link {
    background-color: #d5d5d5;
    color: #000;
    box-shadow: -6px 3px 17.82px 0.18px rgba(0, 0, 0, 0.17);
    margin: 0 10px;
    width: 154px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.modal_form .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #000;
}

.input_group {
    display: flex;
    justify-content: start;
    align-items: center;
}

.input_group .input_inner {
    width: 50px;
    height: 100%;
    position: relative;
}

.input_group .input_inner select {
    background-color: transparent;
    height: 100%;
    width: 100%;
    border: none;
    appearance: none;
}

.input_group .input_inner i {
    top: 12px;
    font-size: 19px;
    right: 5px;
}

.logout_img {
    width: 80px;
    padding-bottom: 24px;
}

/* \ modal */

/* banner */
.banner h1 {
    font-size: 50px;
    line-height: 58px;
    font-family: ff500;
    color: white;
    margin: 0px;
}

.banner p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
}

.appstores {
    display: flex;
    align-items: center;
    justify-content: start;
}

.appstores a img {
    max-width: 159px;
    width: 100%;
    margin-right: 10px;
    height: 49px;
    padding-right: 10px;
}

.join_us {
    font-size: 16px;
    color: var(--theme) !important;
    background-color: #fff;
    border-radius: 30px;
    height: 44px;
    min-width: 200px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.black_btn {
    font-size: 16px;
    color: #fff;
    background-color: var(--theme);
    border-radius: 30px;
    height: 44px;
    min-width: 151px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.black_btn:hover {
    color: #ddd;
}

/* \banner */


/* about us */
.ab_card {
    border-radius: 20px;
    /*! box-shadow: 0px 3px 6px #00000029; */
    border: none;
    /* transform: translate(-25%); */
}

.ab_card .card-body {
    padding: 48px;
}

.mini_heading {
    font-size: 25px;
    color: var(--theme);
    font-family: ff700;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mini_heading::before {
    content: "";
    width: 38px;
    height: 3px;
    border-radius: 0;
    background-color: var(--theme);
    position: absolute;
    bottom: -5px;
    left: 0px;
    /* transform: translate(-50%); */
}

.float_img {
	float: left;
	width: 100%;
	max-width: 400px;
	margin-right: 50px;
	margin-bottom: 20px;
}

/* about us */

/*company_forum */



.white_line {
    color: white;
    text-align: center;
}

.white_line::before {
    left: 50%;
    transform: translate(-50%);
    background-color: white;
    bottom: -10px;
}

.company_forum {
    background: url(../images/v3.png) no-repeat center/cover;
}

.card_forum {
    padding: 22px;
    border-radius: 29px;
    background-color: white;
}

.card_forum ul {
    list-style-type: none;
}

.cf_user {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(112, 112, 112, 0.2);
}

.cf_user:last-child {
    border: none;
    padding-bottom: 0;
}

.cf_user img {
    max-width: 88px;
    width: 100%;
    height: 88px;
    border-radius: 50%;
}

.content_box p {
    text-align: left;
    font-size: 18px;
    color: black;
    line-height: 35px;
    font-weight: 400;
}

.cf_user textarea {
    box-shadow: 0px 1px 6px #00000029;
    border-radius: 15px;
    border: none;
    width: 100%;
    padding: 15px;
    height: 150px;
    resize: none;
}

/*  \company_forum */


/* contact us  */
.rounded_ico img {
    width: 50%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.contact_card {
    box-shadow: 0px 1px 34.65px 0.35px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    width: 100%;
    height: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: white;
}

.contact_card h5 {
    font-size: 22px;
    font-weight: bold;
}

.contact_card p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact_card::before {
    content: '';
    background-color: var(--theme);
    position: absolute;
    bottom: -4px;
    width: 65%;
    height: 8px;
    border-radius: 4px;
}

.form-group textarea.form-control {
    height: 150px;
    padding: 10px;
    resize: none;
}

.contact_info h6 {

    /*color: #fff; */
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.contact_info h6::before {
    content: '';
    position: absolute;
    top: 41%;
    left: 0;
    width: 36px;
    background-color: var(--theme);
    height: 3px;
}

.contact_info h2 {
    font-size: 30px;
    font-weight: 600;
    /*! color: white; */
}

.contact_info li {
    margin: 40px 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.contact_info li h4 {
    font-size: 16px;
    font-family: ff600;
    color: var(--theme);
}

.contact_info li p {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: ff500;
    color: #000;
}

span.rounded_ico {
    max-width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: var(--theme);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    width: 100%;
}


/* \ contact us  */


.bottom_bg {
    background: url(../images/footer.png) no-repeat center/cover;
    background-position: top;
}

footer {
    text-align: center;
    border-top: 2px solid #97b2d6;
}

footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_logo {
    width: 150px;
    margin-bottom: 25px;
}

.footer_link {
    color: #000;
    font-size: 18px;
    line-height: 29px;
    padding: 10px 15px;
    text-decoration: none;
    font-family: ff500;
}

footer .inner {
    padding: 130px 0px 50px;
}

footer p {
    font-size: 16px;
    font-family: ff500;
    line-height: 26px;
    margin-bottom: 0;
    color: #000;
}

footer p .footer_link {
    font-size: 16px;
    line-height: 26px;
    margin: 0 5px;
    font-family: ff500;
}

.footer_end {
    border-color: #ffffff54 !important;
}

.team_section h3 {
    font-size: 24px;
    font-weight: bold;
}

.v2 {
    width: 100% !important;
    filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.31));
}

.team_section a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border-radius: 50%;
    margin: 0px 8px;
    box-shadow: 0px 0px 4px #ddd;
    font-family: ff500;
}

.slider_bg {
    background: url(../images/slide_bg.png) no-repeat center left/cover;
}

.slider_btns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1.25rem;
}

.slider_btns i {
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-size: 25px;
}

.slider_btns i.swiper_next {
    background-color: var(--theme2);
    color: #fff;
}

#mobile_slide img {
    width: 100%;
}

.event {
    overflow: hidden;
    border: 1px solid #DBDBDB;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: stretch;
    flex-direction: column;
}

.event .fs12 {
    color: #A7A7A7;
    font-size: 16px;
    font-family: ff600;
}


.fs20 {
    font-size: 1.25rem;
    font-family: ff700;
}

.fs14 {
    font-size: .875rem;
}

.btn_blue {
    background-color: #06449c;
    top: 20px;
    left: 30px;
    font-size: 16px;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    font-family: ff600;
}

.icos {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 12px;
    font-family: ff600;
}

.icos i {
    font-size: 20px;
}

.icos img {
    width: 20px;
}


/* cms */

.cms h2 {
    font-size: 48px;
}

.cms h3 {
    font-size: 35px;
    font-family: ff600;
}

.cms h4 {
    font-size: 20px;
    font-family: ff500;
    margin-top: 35px;
}

.cms h5 {
    font-size: 18px;
    font-family: ff400;
}

.cms h6 {
    font-size: 16px;
}

.cms p {
    font-size: 16px;
    color: #000;
}


.cms strong {
    font-family: ff600;
    font-weight: 500;
}

.cms small {
    font-size: 14px;
}

.cms a {
    color: var(--theme);
    text-decoration: underline;
}

.cms ul {
    /* list-style-type: disc; */
    padding-left: 20px;
    margin-bottom: 30px;
}

.cms li {
    padding: 5px 0;
    font-size: 16px;
}

/* \ cms */

@media (max-width: 1399.98px) {

    .modal_form .form-control {
        border-radius: 10px;
        height: 45px;
        padding: 0px 8px;
        margin: 4px 0px 0px;
        font-size: 13px;
    }

    .contact_card p {
        font-size: 14px;
    }

    .banner h2 {
        font-size: 45px;
    }

    .para {
        font-size: 14px;
        line-height: 27px;
    }

}

@media (max-width: 1199.98px) {
    header {
        background-size: cover;
    }
}

@media (max-width: 991.98px) {
    .slider_btns {
        margin-bottom: 20px;
    }

    .slider_btns i {
        max-width: 50px;
        height: 50px;
        border-radius: 17px;
        font-size: 21px;
    }

    .mini_heading {
        font-size: 18px;
        margin-top: 10px;
    }

    .sub_heading {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {


    header.about_header {
        height: auto;
        padding: 0px 0px 0px;
    }


    .modal .btn-close {
        top: 12px;
        right: 12px;
    }

    .xsm {
        width: 100%;
    }

    .logout_img {
        width: 50px;
        padding-bottom: 14px;
    }

    .navbar-brand img {
        width: 50px;
    }

    .join_us {
        /* min-width: 121px; */
    }

    .navbar .nav-link {
        font-size: 14px;
        padding: -4px 0px !important;
    }

    .nav_btn {
        border: 2px solid white;
        font-size: 14px;
    }

    header {
        background-size: cover;
        padding: 0px 0px 40px;
    }

    .banner {
        padding-bottom: 110px;
    }

    .para {
        font-size: 14px;
        line-height: 26px;
    }

    .heading {
        font-size: 25px;
    }

    .heading::before {
        width: 94px;
        height: 5px;
    }

    footer .inner {
        padding: 20px 0px;
    }

    .banner h1 {
        font-size: 30px;
        margin-top: 0px;
        line-height: normal;
    }

    .appstores a img {
        max-width: 140px;
        height: auto;
    }

    .banner h2 {
        font-size: 25px;
        line-height: 44px;
    }

    .ab_card {
        transform: translate(0);
        margin-top: 0px;
    }

    .banner h2 {
        font-size: 51px;
        line-height: 25px;
        letter-spacing: -1px;
        margin: 15px 0px;
    }

    .banner p {
        font-size: 15px;
        line-height: 29px;
    }

    .ab_card .card-body {
        padding: 28px 15px;
    }

    .heading {
        font-size: 30px;
        line-height: 35px;
    }

    .cf_user {
        display: block;
        text-align: left;
    }

    .cf_user img {
        max-width: 78px;
        height: 78px;
        margin-bottom: 10px;
    }

    .content_box p {
        font-size: 16px;
    }

    .footer_link {
        font-size: 14px;
        padding: 10px 8px;
    }

    footer p {
        font-size: 12px;
    }

    footer p .footer_link {
        font-size: 12px;
        margin: 0;
    }

    .footer_logo {
        width: 130px;
        margin-bottom: 5px;
    }

    .footer_img {
        position: initial;
    }

    footer {
        padding: 30px 0px 0px;
    }

    .contact_card h5 {
        font-size: 20px;
    }

    .contact_card p {
        font-size: 15px;
    }

    .contact_info h6 {
        font-size: 18px;
    }

    .contact_info h6::before {
        top: 44%;
    }

    .contact_info h2 {
        font-size: 30px;
    }

    span.rounded_ico {
        max-width: 52px;
        height: 52px;
        margin-right: 20px;
    }

    .rounded_ico img {
        width: 50%;
    }

    .contact_info li h4 {
        font-size: 20px;
    }

    .contact_info li p {
        font-size: 16px;
    }

    .contact_info li {
        margin: 20px 0;
    }
}


@media (max-width: 575.98px) {
    .modal_form label {
        font-weight: 400;
        font-size: 13px;
    }

    .owl-carousel .owl-item img {
        width: 80%;
        margin: auto;
        padding: 0px 0px;
    }
}