*,
.mon-regular {
    font-family: Montserrat-Regular
}

input:focus,
textarea:focus {
    outline: 0
}

.contact-text,
.contact-title {
    text-align: center;
    font-style: normal
}

*,
.footer-section ul {
    padding: 0
}

.loader-wrapper,
.menuSec {
    position: fixed;
    left: 0;
    top: 0
}

.loader-wrapper {
    width: 100%;
    height: 100%;
    background-color: #f4f6f8;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.book_btn,
.heroBtn {
    background-color: #7c4ee4
}

.globe-loader {
    width: 80px;
    height: 80px;
    border: 8px solid #e5dfff;
    border-top: 8px solid #7c4ee4;
    border-radius: 50%;
    animation: 1.2s linear infinite spin;
    margin-bottom: 16px
}

.loader-text {
    font-size: 16px;
    color: #333;
    font-weight: 500
}

.book_btn,
.contact-title span {
    font-weight: 700
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.mon-extrabold {
    font-family: Montserrat-ExtraBold
}

.mon-medium {
    font-family: Montserrat-Medium
}

.heading,
.main,
.mon-bold {
    font-family: Montserrat-Bold
}

.heroBtn,
.semiBold {
    font-family: Montserrat-SemiBold
}

.bc{
        color: #101e46 !important;
}

* {
    margin: 0
}

a {
    color: inherit
}

body {
    background: #f7f9fd
}

.heading {
    color: #101e46;
    font-size: 42px;
    line-height: 52px
}

.main {
    color: #fff;
    line-height: 66px;
    font-size: 55px
}

.heroSub {
    font-size: 16px;
    color: #fff;
    line-height: 25px
}

.heroBtn {
    font-size: 14px;
    border: 2px solid #7c4ee4;
    color: #fff;
    padding: 12px 35px;
    border-radius: 25px
}

.navbar-nav .nav-item a:hover,
.subTitle,
.top_col_lft i {
    color: #7c4ee4
}

.heroBtn:hover {
    background: 0 0
}

.book_btn:hover,
.newsletter input,
button {
    background-color: transparent
}

.caption {
    font-size: 17px;
    line-height: 27px
}

.subTitle {
    font-size: 24px;
    font-family: Montserrat-Medium;
    line-height: 34px
}

.subContent {
    color: #727272;
    font-size: 15px;
    line-height: 25px
}

.center {
    display: flex;
    justify-content: center;
    align-items: center
}

:root {
    --purple: #7C4EE4
}

a,
li,
ul {
    text-decoration: none;
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important
}

button {
    border: none;
    transition: background .3s ease-in-out
}

.header {
    border-bottom: .8px solid rgba(255, 254, 254, .15);
    color: #fff
}

.logo_col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 17px;
    border-right: .8px solid rgba(255, 254, 254, .15)
}

.down_col_lft,
.down_subdiv {
    align-items: center;
    display: flex
}

.logo_col a {
    width: 73%
}

.down_subdiv {
    gap: 5px
}

.down_row {
    border-top: .8px solid rgba(255, 254, 254, .15)
}

.top_row {
    padding: 10px 0 10px 5px
}

.top_col_lft {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.top_col_lft span {
    font-size: 14px;
    margin-right: 20px
}

.footer-section ul li i,
.top_col_lft i {
    margin-right: 5px
}

.top_col_rgt a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    margin-right: 10px
}

.down_col_lft {
    padding: 12px 15px;
    justify-content: flex-start
}

.down_col_rgt {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: flex-end
}

.top_col_rgt {
    display: flex;
    justify-content: end;
    gap: 10px
}

.navbar-nav .nav-item {
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
    transition: .3s
}

.navbar-nav .nav-item.active a {
    color: #7c4ee4 !important;
    font-family: Montserrat-Bold !important;
    font-weight: 700 !important
}

.top_col_rgt i:hover {
    color: var(--purple);
    transition: color .8s ease-in-out
}

.down_subdiv h6 {
    font-size: 14px
}

.book_btn {
    color: #fff;
    border: none;
    padding: 9px 18px;
    width: 150px;
    border-radius: 20px;
    font-size: 12px;
    transition: .3s;
    border: 2px solid var(--purple)
}

.headerTwo .down_subdiv h6,
.headerTwo .navbar-expand-lg .navbar-nav .nav-item,
.headerTwo .top_col_lft span {
    color: #000 !important
}

.headerTwo .top_col_lft span,
.navbar-nav a {
    font-family: Montserrat-Medium !important
}

.headerTwo .header {
    border-bottom: .8px solid #dcdcdcd5 !important
}

.headerTwo .logo_col {
    border-right: .8px solid #dcdcdcd5
}

.headerTwo .down_row {
    border-top: .8px solid #dcdcdcd5 !important
}

.headerTwo .book_btn:hover {
    color: #000
}

.contact-section {
    background: linear-gradient(90deg, #7c4ee4 0, #784cb2 100%);
    padding: 50px 20px;
    text-align: center;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.contact-title {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize
}

.contact-text {
    color: #d9e3e6;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    width: 80%
}

.contact-button {
    background: #fff;
    color: #000;
    font-family: Montserrat-SemiBold;
    padding: 12px 25px;
    font-size: 16px;
    border: 1.333px solid #d9e3e6;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s
}

.contact-button:hover {
    background: #f0f0f0
}

.social-icons i {
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
    transition: color .3s
}

.social-icons i:hover {
    color: #8a3ab9
}

.footer-section h5 {
    font-size: 18px;
    font-family: Montserrat-Bold
}

.footer-section ul li {
    margin-bottom: 13px
}

.footer-section p,
.footer-section ul li {
    font-size: 14px;
    color: #333;
    font-family: Montserrat-SemiBold
}

.copyright {
    background: linear-gradient(90deg, #7c4ee4 0, #784cb2 100%);
    color: #fff
}

.newsletter {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    border-radius: 999px;
    width: 90%;
    padding-left: 20px
}

.newsletter input {
    border: none;
    color: #fff;
    width: 60%
}

.newsletter input::placeholder {
    font-size: 14px;
    color: #fff
}

.send-btn {
    width: 50px;
    height: 50px;
    background: #5e35b1;
    border-radius: 50%
}

.send-btn i {
    font-size: 13px
}

.footer-section {
    padding: 80px 0;
    background-image: url(../images/footglobe.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f9f4ff;
    background-position: 50% 5%
}

.menuSec {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    display: none
}

.menuNavBar li {
    padding: 21px 15px 0;
    cursor: pointer;
    transition: .8s;
    font-size: 18px
}

.menuNavBar li.active a {
    color: var(--purple);
    font-family: Montserrat-SemiBold
}

.menuNavBar {
    list-style: none;
    margin: 0;
    text-align: left
}

.navbarIcon span {
    background-color: #fff !important
}

.nav-icon1 {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 20px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 100
}

.nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #010101;
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.menusec .nav-icon1 span {
    background: #000
}

.nav-icon1 span:first-child {
    top: 0
}

.nav-icon1 span:nth-child(2) {
    top: 12px
}

.nav-icon1 span:nth-child(3) {
    top: 24px
}

.nav-icon1.open span:first-child {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

.nav-icon1.open span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.menuNavBar .sign {
    background: #307fe2;
    padding: 5px 30px;
    border-radius: 10px;
    color: #fff
}

.intHead{
    width: 60px;
}

@media only screen and (min-width :1400px) {
    .down_col_rgt {
        gap: 20px
    }

    .down_subdiv h6 {
        font-size: 13px
    }
}

@media only screen and (max-width:1400px) and (min-width :1200px) {

    .navbar-expand-lg .navbar-nav .nav-item,
    .top_col_lft span {
        font-size: 13px
    }

    .down_col_lft {
        padding: 10px
    }

    .down_col_rgt {
        gap: 10px
    }

    .navbar-nav .nav-item {
        margin-right: 18px
    }

    .down_subdiv h6 {
        font-size: 11px
    }
}

@media only screen and (max-width:1200px) and (min-width :992px) {
    .subContent {
        font-size: 14px !important;
        line-height: 24px !important
    }

    .subTitle {
        font-size: 15px !important;
        line-height: 25px !important
    }

    .heading {
        font-size: 30px !important;
        line-height: 40px !important
    }

    .top_col_lft span {
        font-size: 12px
    }

    .down_subdiv h6 {
        font-size: 11px
    }

    .down_col_lft {
        padding: 5px 10px
    }

    .down_col_rgt {
        gap: 14px
    }

    .navbar-nav .nav-item {
        margin-right: 14px;
        font-size: 12px
    }

    .contact-title {
        font-size: 35px
    }

    .contact-section p {
        font-size: 16px
    }
}

@media only screen and (max-width:992px) and (min-width :768px) {

    .caption,
    .contact-title,
    .heroSub,
    .main {
        text-align: center
    }

    .subContent {
        font-size: 14px;
        line-height: 24px
    }

    .subTitle {
        font-size: 15px !important;
        line-height: 25px !important
    }

    .heading {
        font-size: 25px !important;
        line-height: 35px !important
    }

    .main {
        font-size: 38px;
        line-height: 46px
    }

    .caption {
        font-size: 16px;
        line-height: 26px
    }

    .heroSub {
        font-size: 15px;
        line-height: 25px
    }

    .logo_col {
        border: none !important;
        padding-bottom: 0 !important;
        justify-content: flex-start !important;
        align-items: center
    }

    .contact-section {
        padding: 30px 20px
    }

    .contact-text {
        font-size: 16px
    }

    .contact-title {
        color: #fff;
        font-style: normal;
        font-weight: 800;
        line-height: 130%;
        text-transform: capitalize;
        font-size: 35px
    }

    .contact-title span {
        font-size: 28px
    }

    .footer-section {
        padding: 70px 0
    }

    .footer h5 {
        font-size: 15px
    }

    .footer-section p,
    .footer-section ul li {
        font-size: 12px
    }

    .footer-section ul li {
        margin-bottom: 10px
    }

    .send-btn {
        width: 40px;
        height: 40px
    }

    .logo {
        width: 72% !important
    }
}

@media only screen and (max-width:767px) {

    .heroSub,
    .main {
        text-align: center
    }

    .logo_col {
        border: none !important;
        padding-bottom: 0 !important;
        justify-content: flex-start !important;
        align-items: center
    }

    .main {
        font-size: 35px;
        line-height: 42px
    }

    .heroSub {
        font-size: 14px !important;
        line-height: 24px
    }

    .subContent {
        font-size: 14px;
        line-height: 24px
    }

    .subTitle {
        font-size: 15px !important;
        line-height: 25px !important
    }

    .heading {
        font-size: 25px !important;
        line-height: 35px !important
    }

    .caption {
        font-size: 15px;
        line-height: 25px
    }

    .contact-section {
        padding: 20px
    }

    .contact-section h2 {
        font-size: 25px
    }

    .contact-section h2 span {
        font-size: 20px
    }

    .contact-text {
        width: 100% !important;
        font-size: 16px
    }

    .contact-button {
        font-size: 15px
    }

    .footer-section {
        padding: 70px 0
    }

    .footer img {
        width: 180px
    }

    .send-btn {
        width: 40px;
        height: 40px
    }

    .newsletter {
        width: 100%
    }
}

@media only screen and (max-width:576px) {

    .caption,
    .heading,
    .subTitle {
        text-align: center
    }

    .subContent {
        font-size: 14px !important;
        line-height: 24px !important
    }

    .subTitle {
        font-size: 15px !important;
        line-height: 25px !important
    }

    .heading {
        font-size: 25px !important;
        line-height: 35px !important
    }

    .main {
        font-size: 30px;
        line-height: 40px
    }

    .caption {
        font-size: 14px;
        line-height: 24px
    }

    .logo {
        width: 150px !important
    }

    .logo_col {
        display: flex;
        align-items: center
    }

    .footer-section {
        padding: 50px 10px
    }
}