:root {
    --theme-color: #0E5AF2;
    --title-color: #1A1A1A;
    --body-color: #878D97;
    --smoke-color: #EFF1F5;
    --secondary-color: #EEF2FB;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #E0E0E0;
    --title-font: "Exo", sans-serif;
    --body-font: "Fira Sans", sans-serif;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1220px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s
}

* {
    user-select: text !important;
}




html,
body {
    scroll-behavior: auto !important
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 400;
    color: var(--body-color);
    line-height: 26px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased
}

@media(max-width: 767px) {
    body {
        font-size: 14px;
        line-height: 24px
    }
}

iframe {
    border: none;
    width: 100%
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none
}


img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto
}

ul {
    list-style-type: disc
}



table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--border-color)
}

th {
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color)
}

td,
th {
    border: 1px solid var(--border-color);
    padding: 9px 12px
}

a {
    color: var(--theme-color);
    text-decoration: none;
    outline: 0;
    transition: all ease .4s
}


a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0
}

button {
    transition: all ease .4s
}

img {
    border: none;
    max-width: 100%
}



span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 18px 0;
    color: #000000;
    line-height: 1.63;
    font-family: 'Poppins', sans-serif;
}

@media(max-width: 767px) {
    p {
        line-height: 1.73
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    /*font-family: var(--title-font);*/
    font-family: 'Poppins', sans-serif;
    color: var(--title-color);
    text-transform: none;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 4px 0;
}

.h1,
h1 {
    font-size: 48px
}

.h2,
h2 {
    font-size: 40px
}

.h3,
h3 {
    font-size: 36px
}

.h4,
h4 {
    font-size: 30px
}

.h5,
h5 {
    font-size: 24px
}

.h6,
h6 {
    font-size: 20px
}

@media(max-width: 1199px) {
    h1 {
        font-size: 40px
    }

    .h2,
    h2 {
        font-size: 36px
    }

    .h3,
    h3 {
        font-size: 30px
    }

    .h4,
    h4 {
        font-size: 24px
    }

    .h5,
    h5 {
        font-size: 20px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}

@media(max-width: 767px) {

    .h1,
    h1 {
        font-size: 36px
    }

    .h2,
    h2 {
        font-size: 30px
    }

    .h3,
    h3 {
        font-size: 26px
    }

    .h4,
    h4 {
        font-size: 22px
    }

    .h5,
    h5 {
        font-size: 18px
    }

    .h6,
    h6 {
        font-size: 16px
    }
}



@media(min-width: 767px) {
    .row:not([class*=gx-]) {
        --bs-gutter-x: 30px;
        /*margin-left: -70px;*/
    }
}


select,
.form-control,
.form-select,
textarea,
input {
    height: 50px;
    padding: 0 15px 0 15px;
    padding-right: 45px;
    border: 1px solid #e0e0e0;
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 9999px;
    border-radius: 0;
    font-size: 14px;
    width: 100%
}


select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
    color: var(--body-color)
}


.form-select,
select {
    display: block;
    width: 100%;
    line-height: 1.5;
    vertical-align: middle;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-position: right 26px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}


textarea.form-control,
textarea {
    min-height: 101px;
    padding-top: 16px;
    padding-bottom: 17px;
    border-radius: 0
}



label {
    margin-bottom: .5em;
    margin-top: -0.3em;
    display: block;
    color: var(--title-color);
    font-family: var(--body-font);
    font-size: 16px
}

.form-group {
    /*margin-bottom: var(--bs-gutter-x);
    position: relative*/
    margin-bottom: 8px;
    position: relative;
}

.form-group>i {
    position: absolute;
    right: calc(var(--bs-gutter-x)/2 + 30px);
    top: 18px;
    font-size: 14px;
    color: #a0abb4
}


.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: rgba(28, 185, 200, .1)
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    border-radius: 50%
}


.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}



.vs-mean-expand {
    font-size: 18px !important;
    border: none;
    display: inline-block !important;
    background-color: #3f51b5 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    padding: 0px 1px 2px 2px !important;
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    display: inline-block;
    background-color: #3f51b5;
    color: #ffffff;
    border-radius: 5px;
}



.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 15.5px;
    border-radius: 5px;
    z-index: 1;
    overflow: hidden
}

.vs-btn::after,
.vs-btn::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--title-color);
    transition: all ease .5s;
    z-index: -1;
    border-radius: inherit
}

.vs-btn:before {
    transform: rotateX(90deg)
}

.vs-btn:after {
    transform: rotateY(90deg)
}

.vs-btn.style2 {
    background-color: var(--white-color);
    color: var(--theme-color)
}


.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0
}


.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease .4s
}

.play-btn:after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}


.scroll-btn {
    position: fixed;
    bottom: 300px;
    right: 30px;
    z-index: 94;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    border-radius: 50%
}

.scroll-btn i {
    display: inline-block;
    background-color: #0C895F;
    color: var(--white-color);
    text-align: center;
    font-size: 16px;
    width: var(--btn-size, 50px);
    height: var(--btn-size, 50px);
    line-height: var(--btn-size, 50px);
    z-index: 2;
    border-radius: inherit;
    position: relative;
    transition: all ease .8s
}

.scroll-btn:before {
    content: "";
    position: absolute;
    left: var(--extra-shape, -6px);
    top: var(--extra-shape, -6px);
    right: var(--extra-shape, -6px);
    bottom: var(--extra-shape, -6px);
    background-color: rgba(0, 0, 0, 0);
    border-radius: inherit;
    z-index: 1;
    border: 3px dashed #ff0000;
    -webkit-animation: spin 13s infinite linear;
    animation: spin 13s infinite linear
}


@media(max-width: 767px) {
    .scroll-btn {
        --btn-size: 40px;
        --extra-shape: -4px;
        right: 15px;
        bottom: 50px
    }

    .scroll-btn.show {
        bottom: 15px
    }
}

.scrollToTop {
    position: fixed;
    right: 60px;
    bottom: 500px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
    z-index: 96
}


@media(max-width: 767px) {
    .play-btn {
        --icon-size: 60px
    }

    .scrollToTop {
        right: 20px
    }

    .scrollToTop.show {
        bottom: 80px;
    }
}

.media-body {
    flex: 1
}

.fw-bold {
    font-weight: 700
}


.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.text-yellow {
    color: var(--yellow-color) !important
}


.ripple-animation,
.play-btn:after,
.play-btn:before {
    -webkit-animation-duration: var(--ripple-ani-duration);
    animation-duration: var(--ripple-ani-duration);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: ripple;
    animation-name: ripple
}

.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}


.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    color: var(--body-color);
    margin: 0 0 18px 0;
    padding: 0 0 17px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border-bottom: 1px solid #dadfec
}



.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
    display: block;
    position: relative
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
    border-bottom: none
}


.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
    padding-right: 20px
}



@media(max-width: 767px) {

    .widget_nav_menu a,
    .widget_meta a,
    .widget_pages a,
    .widget_archive a,
    .widget_categories a {
        font-size: 14px
    }
}

.widget {
    padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
    background-color: var(--smoke-color);
    position: relative;
    margin-bottom: 40px;
    border: 6px
}

.widget select,
.widget input {
    height: 55px;
    border: none;
    background-color: #fff;
    padding-left: 20px;
    font-weight: 400
}

.widget_title {
    position: relative;
    font-size: 19px;
    border-bottom: 5px solid #198754;
    font-weight: 100;
    line-height: 40px;
    margin: -0.07em 0 35px 0;
    font-family: revert;
}




@media(max-width: 1199px) {
    .widget {
        --widget-padding-y: 30px;
        --widget-padding-x: 30px
    }

    .widget_title {
        font-size: 20px;
        margin-bottom: 25px
    }
}



.footer-widget {
    margin-bottom: 40px
}

.footer-widget,
.footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

.footer-widget .widget_title {
    margin: 0 0 17px 0;
}

.footer-widget.widget_meta,
.footer-widget.widget_pages,
.footer-widget.widget_archive,
.footer-widget.widget_categories,
.footer-widget.widget_nav_menu {
    margin-bottom: 40px
}

.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
    width: max-content;
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 2px 0px 2px 0px;
}



.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
    margin-bottom: 0
}

.footer-widget .footer-links>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.footer-widget .footer-links a {
    margin-bottom: 21px
}


.footer-text {
    margin: -0.3em 0 25px 0;
    max-width: 285px
}

.footer-info {
    display: flex
}

.footer-info_group {
    display: flex;
    justify-content: center;
    border-right: 1px solid #152b54;
    padding: 60px 0 30px 0
}

.footer-info_group:last-child {
    border-right: none
}


.footer-info_icon {
    width: 52px;
    height: 53px;
    line-height: 56px;
    text-align: center;
    background-color: #E84341;
    color: var(--white-color);
    font-size: 30px;
    margin: 0 25px 0 0;
    display: inline-block;
    border-radius: 5px;
}

.footer-info_label {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--title-font);
    text-transform: uppercase;
    display: block;
    margin: 0 0 5px 0
}

.footer-info_link {
    max-width: 190px;
    color: #8a99b4;
    margin: 0 0 -0.15em 0
}

.footer-info_link a {
    color: inherit
}



.footer-number {
    border-top: 1px solid #14284f;
    padding: 43px 0 0 0;
    margin: 34px 0 0 0;
    position: relative
}

.footer-number:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -60px;
    width: 9999px;
    height: 1px;
    border: inherit
}

.footer-number .info {
    color: var(--body-color);
    margin: 0;
    line-height: 1;
    display: inline-block
}


.footer-number .title {
    margin: 0 0 7px 0
}

.footer-map {
    max-width: 400px;
    width: 100%
}


.footer-newsletter {
    display: flex
}

.footer-newsletter input {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px 0 0 5px;
    border: 1px solid white;
    height: 55px;
    color: var(--white-color);
    flex: 1
}


.footer-newsletter input::placeholder {
    color: var(--white-color);

}

.footer-newsletter .vs-btn {
    border-radius: 0 5px 5px 0
}


.footer-newsletter .vs-btn:after,
.footer-newsletter .vs-btn::before {
    display: none
}

.footer-schedule table {
    border: none;
    margin: -0.3em 0 0 0
}

.footer-schedule th,
.footer-schedule td {
    padding: 0 0 10px 0;
    color: var(--body-color);
    border: none;
    font-weight: 400
}

@media(max-width: 1399px) {
    .menu-all-pages-container.footer-links {
        width: 330px;
        max-width: 100%
    }

    .footer-number:before {
        display: none
    }
}

@media(max-width: 1199px) {
    .footer-widget {
        margin-bottom: 40px
    }

    .footer-widget .widget_title {
        font-size: 26px
    }

    .footer-number {
        padding: 27px 0 0 0;
        margin: 17px 0 0 0
    }

    .footer-info {
        display: block;
        text-align: center
    }

    .footer-info_icon {
        margin: 0 0 20px 0
    }

    .footer-info_group {
        padding: 0;
        border: none
    }
}


@media(max-width: 991px) {
    .footer-widget .widget_title {
        font-size: 22px
    }

    .footer-layout1 .footer-widget.widget_meta a,
    .footer-layout1 .footer-widget.widget_pages a,
    .footer-layout1 .footer-widget.widget_archive a,
    .footer-layout1 .footer-widget.widget_categories a,
    .footer-layout1 .footer-widget.widget_nav_menu a {
        margin-left: auto;
        margin-right: auto
    }
}

@media(max-width: 767px) {

    .footer-widget.widget_meta a,
    .footer-widget.widget_pages a,
    .footer-widget.widget_archive a,
    .footer-widget.widget_categories a,
    .footer-widget.widget_nav_menu a {
        font-size: 14px
    }

    .footer-newsletter {
        display: block
    }

    .footer-newsletter input {
        border-radius: 5px;
        margin-bottom: -6px
    }

    .footer-newsletter .vs-btn {
        border-radius: 5px
    }
}

.vs-header {
    position: relative;
    z-index: 41
}



.header-info {
    display: flex;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: 29px;
    padding-left: 29px;
    border-left: 1px solid #e7ebf3;
}

.header-info:nth-child(2) {
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.header-info_icon {
    color: var(--theme-color);
    font-size: 24px;
    margin-right: 20px
}

.header-info_label {
    font-size: 14px;
    color: var(--body-color);
    display: block;
    margin-bottom: 2px
}

.header-info_link {
    color: var(--title-color);
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}

.header-info_link a {
    color: inherit
}


.header-layout3 .header-top,
.header-layout1 .header-top {
    background-color: #234da0;
    /*padding: 9.5px 0;*/
    padding: 6px;
}

.header-layout1 .menu-top {
    border-bottom: 1px solid #e7ebf3
}

/* .header-logo {
    padding: 15px 0
} */

.header-layout1 .vs-menu-toggle {
    margin: 10px 0
}



.widget-area {
    padding-top: 25px;
    padding-bottom: 10px
}

.copyright-wrap {
    text-align: center;
    padding: 9px 0;
    background-color: #E84341;
}

.copyright-text {
    margin: 0;
    font-size: 14px
}

.footer-layout3,
.footer-layout2,
.footer-layout1 {
    --body-color: #8A99B4;
    --title-color: #fff
}

.footer-layout1 {
    background-color: #071a3e
}

.footer-layout1 .footer-top {
    border-bottom: 1px solid #152b54
}




@media(max-width: 1199px) {

    .footer-layout3 .footer-top,
    .footer-layout1 .footer-top {
        /* padding: 50px 0 */
    }

    .footer-layout3 .footer-top .row,
    .footer-layout1 .footer-top .row {
        --bs-gutter-y: 40px
    }
}



@media(max-width: 991px) {
    .footer-layout1 {
        text-align: center
    }

    .footer-layout1 .footer-text {
        margin-left: auto;
        margin-right: auto
    }
}


@media(max-width: 767px) {
    .feature-style1 {
        padding: 40px 20px
    }

    .noti__css {
        margin-top: 1px;
        width: 121px;
    }
}

.side-form input,
select {
    height: 45px;
}


.fixedd a {
    background: linear-gradient(45deg, #E91E63, #6934c6);
    color: white;
    padding: 5px 23px;
    z-index: 999;
}

.fixedd {
    position: fixed;
    bottom: 200px;
    right: -55px;

    z-index: 9999;
    transform: rotate(270deg);
}

.contact-box {
    background-color: var(--smoke-color);
    padding: 60px;
    height: 100%
}

.contact-box__title {
    margin: -0.4em 0 10px 0
}

.contact-box__text {
    margin: 0 0 37px 0
}


.contact-box__form .form-group {
    line-height: 1
}

.contact-box__form textarea,
.contact-box__form select,
.contact-box__form input {
    height: 55px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background-position: right 21px center
}

.contact-box__form22 textarea,
.contact-box__form22 select,
.contact-box__form22 input {
    border: 1px solid #00000024 !important;
    border-radius: 10px !important;
    margin-bottom: 3px !important;
}

.contact-box__form i {
    top: 19px;
    right: calc(var(--bs-gutter-x)/2 + 24px);
    font-size: 16px
}

@media(max-width: 1399px) {
    .contact-box {
        padding: 40px
    }

    .contact-box__title {
        margin: -0.3em 0 10px 0
    }

    .contact-box__form textarea,
    .contact-box__form select,
    .contact-box__form input {
        font-size: 14px
    }
}


.py-5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.pt-5 {
    padding-top: 5px
}

.mt-5 {
    margin-top: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.footer-margin-in {
    margin-left: -55px;
}







.menu-style1>ul>li>a {
    padding: 16.5px 0
}

.main-menu a {
    display: block;
    position: relative;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--title-color);
}

.main-menu a:hover {
    color: var(--theme-color)
}





.vs-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    transition: all ease .8s;
    opacity: 0;
    visibility: hidden
}

.vs-menu-wrapper .mobile-logo {
    padding-bottom: 30px;
    padding-top: 40px;
    display: block;
    text-align: center;
    background-color: rgba(28, 185, 200, .1)
}

.vs-menu-wrapper .mobile-logo svg {
    max-width: 185px
}

.vs-menu-wrapper .vs-menu-toggle {
    border: none;
    font-size: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 0;
    line-height: 1;
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    z-index: 1;
    border-radius: 50%
}

.vs-menu-wrapper .vs-menu-toggle:hover {
    background-color: var(--title-color);
    color: var(--white-color)
}

.vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 310px;
    background-color: #fff;
    border-right: 3px solid var(--theme-color);
    height: 100%;
    position: relative;
    left: -110%;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    z-index: 1
}

.vs-menu-wrapper.vs-body-visible {
    opacity: 1;
    visibility: visible
}

.vs-menu-wrapper.vs-body-visible .vs-menu-area {
    left: 0;
    opacity: 1;
    visibility: visible
}


@media(max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px
    }

}



@media(max-width: 991px) {
    .header-layout1 .vs-menu-toggle {
        margin: 10px 0
    }
}


.header-layout2 .header-top {
    padding: 27px 0
}


@media(min-width: 1199px) {

    .header-layout3 .header-box-wrap,
    .header-layout3 .header-top,
    .header-layout3 .sticky-wrapper:not(.will-sticky) {
        --box-width: 290px;
        --main-container: 1680px
    }

    .header-layout3 .header-box-wrap .container,
    .header-layout3 .header-top .container,
    .header-layout3 .sticky-wrapper:not(.will-sticky) .container {
        padding-right: var(--box-width)
    }
}

.header-layout5 .header-top {
    padding: 12.5px 0;
    position: relative;
    z-index: 2
}


@media(max-width: 575px) {
    .header-layout2 .header-top {
        padding: 13px 0
    }
}









.main-menu ul {
    margin: 0;
    padding: 0
}

.main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
    content: "";
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 15px;
    font-size: .8rem
}

.main-menu ul li:last-child {
    margin-right: 0
}

.main-menu ul li:first-child {
    margin-left: 0
}

.main-menu ul li:hover>ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 9
}

.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    visibility: hidden;
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 7px;
    left: -14px;
    margin-top: 50px;
    opacity: 0;
    z-index: -1;
    border-bottom: 3px solid var(--theme-color);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .09), 0px 3px 0px 0px rgba(231, 13, 60, .004);
    transform-origin: top center;
    transition: margin-top .4s ease-in-out 0s, visibility .4s ease-in-out 0s, opacity .4s ease-in-out 0s, z-index 0s
}

.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
    font-size: 16px;
    line-height: 30px
}

.main-menu ul.sub-menu {
    padding: 18px 20px;
    left: -27px
}

.main-menu ul.sub-menu:before {
    content: "";
    position: absolute;
    left: 34.5px;
    top: 30px;
    width: 1px;
    background-color: #ededed;
    height: calc(100% - 60px)
}

.main-menu ul.sub-menu li {
    display: block;
    margin: 0 0;
    padding: 3px 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
    content: "ï„…";
    float: right;
    top: 3px
}

.main-menu ul.sub-menu li a {
    position: relative;
    padding-left: 21px
}

.main-menu ul.sub-menu li a:before {
    content: "ï„‘";
    position: absolute;
    top: 2.5em;
    left: 0;
    font-family: var(--icon-font);
    width: 11px;
    height: 11px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: .2em;
    line-height: 11.5px;
    color: var(--theme-color);
    font-weight: 700;
    background-color: var(--white-color);
    box-shadow: inset 0px 2px 4px 0px rgba(173, 136, 88, .4)
}

.main-menu ul.sub-menu li ul.sub-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0 0;
    margin-left: 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
    left: 100%;
    right: auto
}

.main-menu .mega-menu-wrap {
    position: static
}

.main-menu ul.mega-menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
    width: 100%;
    max-width: var(--main-container);
    padding: 20px 15px 23px 15px;
    left: 50%;
    transform: translateX(-50%)
}

.main-menu ul.mega-menu .main-menu ul.mega-menu>li>ul>li>a {
    position: relative
}

.main-menu ul.mega-menu li {
    display: block;
    width: 100%;
    padding: 0 15px
}

.main-menu ul.mega-menu li li {
    padding: 4px 0
}

.main-menu ul.mega-menu li a {
    display: inline-block
}

.main-menu ul.mega-menu>li>a {
    display: block;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--title-color);
    border-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after,
.main-menu ul.mega-menu>li>a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: var(--theme-color)
}

.main-menu ul.mega-menu>li>a::after {
    width: calc(100% - 20px);
    left: 20px
}

.main-menu ul.mega-menu>li>a:hover {
    padding-left: 0
}

.main-menu ul.mega-menu>li>ul>li>a:before {
    content: "ï„…";
    font-family: var(--icon-font);
    font-weight: 400;
    margin: 0 10px 0 0
}



.vs-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left
}

.vs-mobile-menu .new-label {
    margin-left: 5px;
    text-transform: capitalize;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.vs-mobile-menu ul {
    margin: 0;
    padding: 0 0
}

.vs-mobile-menu ul li {
    border-bottom: 1px solid #fdedf1;
    list-style-type: none
}

.vs-mobile-menu ul li li:first-child {
    border-top: 1px solid #fdedf1
}

.vs-mobile-menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
    line-height: 1;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color)
}

.details-heading {
    font-size: 23px;
    color: blue !important;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.fulldetails-atw table th {
    color: white;
}

.fulldetails-atw table .blue {
    color: blue;
}


.vs-mobile-menu ul li.vs-active>a {
    color: var(--theme-color)
}

.vs-mobile-menu ul li.vs-active>a:before {
    transform: rotate(90deg)
}

.vs-mobile-menu ul li ul li {
    padding-left: 10px
}

.vs-mobile-menu ul li ul li:last-child {
    border-bottom: none
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand {
    position: absolute;
    right: 0;
    top: 50%;
    font-weight: 400;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    display: inline-block;
    text-align: center;
    background-color: var(--smoke-color);
    color: var(--title-color);
    box-shadow: 0 0 20px -8px rgba(173, 136, 88, .5);
    border-radius: 50%
}

.vs-mobile-menu ul .vs-item-has-children>a .vs-mean-expand:before {
    content: ">";
    font-family: var(--icon-font)
}

.vs-mobile-menu ul .vs-item-has-children.vs-active>a .vs-mean-expand:before {
    content: ">"
}

.vs-mobile-menu>ul {
    padding: 0 40px
}

.vs-mobile-menu>ul>li:last-child {
    border-bottom: none
}

.vs-mean-expand {
    font-size: 18px !important;
    border: none;
    display: inline-block !important;
    background-color: #3f51b5 !important;
    color: #ffffff !important;
    font-weight: 900 !important;
    padding: 0px 1px 2px 2px !important;
}

.vs-menu-toggle {
    width: 50px;
    height: 50px;
    padding: 0;
    font-size: 24px;
    border: none;
    display: inline-block;
    background-color: #3f51b5;
    color: #ffffff;
    border-radius: 5px;
}

.vs-menu-toggle.style2 {
    background-color: var(--theme-color);
    border-radius: 50%;
    color: var(--white-color);
    width: 55px;
    height: 55px
}

@media(max-width: 400px) {
    .vs-menu-wrapper .vs-menu-area {
        width: 100%;
        max-width: 270px
    }

    .vs-mobile-menu>ul {
        padding: 0 20px
    }
}


.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .vs-btn {
    top: 32px
}

@media(max-width: 782px) {

    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 46px
    }
}

@media(max-width: 600px) {

    .logged-in .will-sticky .sticky-active.active,
    .logged-in .preloader .vs-btn {
        top: 0
    }
}

.will-sticky .sticky-active {
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    transition: all ease .8s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
}

.will-sticky .sticky-active.active {
    top: 0
}

.header-layout2 .will-sticky .sticky-active {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0)
}



/* footer hover only */

/* Hover par bhi blue */
.footer-wrapper a:hover {
  color: #0056b3 !important;
}



/* Icon hover */
.footer-wrapper a:hover i {
  color: #0056b3 !important;
}


