@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #797A8C;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Lexend Deca", sans-serif;
}

h1,
h2 {
    font-weight: 800;
    line-height: 1.4;
    font-family: "DM Sans", sans-serif;
}

h3,
h4 {
    font-weight: 700;
    line-height: 1.4;
    color: #2A2B3F;
    font-family: "Lexend Deca", sans-serif;
}



.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 !important;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 30px;
}

.logo img {
    margin: 0px 20px;
    max-width: 130px;
}

.nav-menu {
    display: flex;
    margin: 0px 10px 0px 290px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #2A2B3F;
    line-height: 1.1;
    font-size: 17px;
    font-weight: 500;
}

.nav-link:hover {
    color: #ED0010;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #949494;
    line-height: 1.1;
    font-size: 22px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "Lexend Deca", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 20px 10px;
    width: 270px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #2A2B3F;
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 16px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #797A8C;
    padding-left: 15px;
    background-color: transparent;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}


.top-nav {
    padding: 15px 50px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: rgba(253, 253, 253, .8);
        color: #444
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 60px;
    }

    header+section {
        padding-top: 75px
    }

}

/* .logo img {
    width: 100px;
} */

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: relative;
        background-color: #fff;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: relative;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }

    /* header.sticky {
        position: fixed;
        top: 0;
        background-color: #ffffff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    } */

    header.sticky .nav-link {
        color: #2A2B3F;
    }

    header.sticky .active {
        color: #2A2B3F;
    }

    header.sticky .nav-link:hover {
        color: #797A8C;
    }

    /* header.sticky nav .navbar ul li a {
        color: #fff !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    } */

}

/* .sticky-imgz {
    display: none;
}

.nav-imgz {
    display: block;
}

header.sticky .nav-imgz {
    display: none;
}

header.sticky .sticky-imgz {
    display: block;
} */

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* ----nav--btn---- */
.btn-call {
    padding: 12px 45px;
    background-color: #242A5A;
    color: #fff;
    border: 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 19px;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 7px;
}

.btn-call:hover {
    background-color: #333e91;
    color: #fff;
}

.btn-2 {
    background-color: #7E8446;
    color: #fff;
}

.btn-2:hover {
    background-color: #FFDA6B;
    color: #7E8446;
}

.top-navbtn {
    border: none;
    background-color: #242A5A;
    padding: 12px 30px;
    font-size: 17px;
    color: #fff;
    border-radius: 4px;
}

.top-navbtn:hover {
    opacity: .9;
}

.nav-item .active {
    color: #2A2B3F;
}

/* --------------------Banner------------------- */

.sec001 {
    padding: 90px 0 70px;
}

.ban-section {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100%;
    padding: 200px 0 170px;
    margin-top: -7.5%;
}


.ban-title {
    font-size: 78px;
    font-weight: 900;
    color: #1f2555;
    line-height: 1.1;
    position: relative;
    z-index: 2;
}


.highlight {
    background: #ff8f94;
    padding: 10px 28px;
    border-radius: 60px;
    display: inline-block;
    margin-right: 10px;
}

.ban-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #000;
}

.ban-decorate {
    position: relative;
}

.highlight-1 {
    position: absolute;
    left: 20%;
    top: -25px;
}

.spark-right {
    position: absolute;
    right: 12%;
    top: 20%;
}




@media (max-width: 768px) {
    .ban-title {
        font-size: 3rem;
    }

}








@media screen and (max-width:480px) {
    .ban-title {
        font-size: 48px;
        margin-left: 0;
        padding-right: 10px;
    }

    .bg-blu-gradient {
        padding: 50px 0;
    }


    .ban-section {
        padding: 45px 0;
    }


}


/* --------------3-box-section------------- */


.main-heading {
    font-size: 48px;
    font-weight: 800;
    color: #000;
    line-height: 1.2;
}

.sub-heading {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.spark {
    margin-top: -20px;
}

.feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: 100%;
}

.card-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.btn-learn-more {
    background: transparent;
    border: none;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #242A5A;
    position: relative;
}

.btn-learn-more::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #242A5A;
    margin-top: 6px;
    transition: all 0.3s ease;
}


.btn-learn-more:hover {
    color: #2c3fa3;
}

.btn-learn-more:hover::after {
    background-color: #2c3fa3;
    width: 120%;
}

.btn-learn-more:focus {
    box-shadow: none;
}


/* ------------------green-section------------------- */

.green {
    background-color: #e6f3ee;
    padding: 110px 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.green h2 {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.highlights {
    background-color: #ff8f96;
    padding: 10px 24px;
    border-radius: 40px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 30px;
}

.cta-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 40px;
}

.btn-custom {
    background-color: #1f2758;
    color: #fff;
    padding: 14px 35px;
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
}

.btn-custom:hover {
    background-color: #181f45;
    color: #fff;
}



.line-1 {
    position: absolute;
    top: -35px;
    left: -55px;
}

.line-2 {
    position: absolute;
    bottom: -45px;
    right: -60px;
}


/* --------------footer----------------- */

.footer-area {
    background-color: #f2f2f2;
    padding: 50px 0 35px;
}

.footer-logo img {
    max-height: 80px;
}


.footer-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin: 0 20px;
}

.footer-menu li a:hover {
    color: #ED0010;
}

.foot-heads {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.foot-pargh {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.footer-divider {
    border-top: 1px solid #dcdcdc;
    margin: 20px 0;
    opacity: 1;
}

.footer-text {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 1.8;
    max-width: 720px;
}



@media screen and (max-width:480px) {

    footer {
        padding: 20px 12px;
    }

    .footer-heads,
    .footlinks li a {
        text-align: center;
    }

    .wview {
        display: none;
    }

    .img-box img {
        height: 100%;
        width: 100%;
    }
}


/* ------------abt-pages--------------- */
.abt-ban-section {
    background-image: url('../images/abt-banner.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100%;
    padding: 200px 0 130px;
    margin-top: -8.5%;
}

.abt-ban-title {
    font-size: 60px;
    color: #2A2B3F;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 10px;
}

.abt-red-title {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
    color: #ED0010;
    margin-bottom: 10px;
}

.ban-hr {
    opacity: 1;
    border-bottom: 2px solid #777;
}


/* ------------contact-page-------------- */

.contact-formbgs {
    background-image: url('../images/contact-bgs.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 100%;
    padding: 40px 0 90px;
}

.round{
    border-radius: 10px;
    height: 93%;
}
.form-card {
    padding: 40px;
    background: #f9fbff;
    border-radius: 14px;
    height: 93%;
}

.form-card h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-control {
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid #d9e0ef;
}
.form-label{
    color: #000;
}
.form-control:focus {
    box-shadow: none;
    border-color: #2b2f5c;
}

.btn-custom {
    background-color: #1f2357;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 28px;
    font-weight: 500;
    border: none;
    box-shadow: 0 8px 20px rgba(31, 35, 87, 0.35);
}

.btn-custom:hover {
    background-color: #161a44;
    color: #ffffff;
}
.main-sub-heading{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.sub-pargh{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
@media (max-width: 768px) {
    .form-card {
        padding: 25px;
    }
}


/*-------------faq-section-----------------*/

/* --------------------faqs----------------------- */

.faqbg {
    background-color: #fff;
    padding: 70px 0 60px;
}

.faq-section {
    max-width: 1100px;
    margin: 0 auto;
}

.faq-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.accordion-item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
}

.accordion-button {
    background-color: transparent;
    padding: 22px 10px;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
}

.accordion-button:focus {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: #ddd;
    color: #01162B;
}

.accordion-button:not(.collapsed) {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    background-color: #ddd;
    color: #01162B;
}

/* Remove default arrow */
.accordion-button::after {
    display: none;
}

/* Custom plus icon */
.accordion-button::before {
    content: "+";
    position: absolute;
    right: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/* Change + to âˆ’ when open */
.accordion-button:not(.collapsed)::before {
    content: "-";
}

.accordion-body {
    padding: 10px 20px;
    color: #6b7280;
    font-size: 16px;
}

.feat-card{
    padding: 35px 25px 20px;
    border-radius: 15px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.feat-title{
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.feat-text{
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

