/*----variables------*/
:root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#0c90fb;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#001F69;
    --secondary:#6c757d;
    --success:#27ae60;
    --info:#0063c9;
    --warning:#0c90fb;
    --danger:#e74c3c;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Light.woff2') format('woff2'), url('../fonts/Aileron-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Regular.woff2') format('woff2'), url('../fonts/Aileron-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-SemiBold.woff2') format('woff2'), url('../fonts/Aileron-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Bold.woff2') format('woff2'), url('../fonts/Aileron-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*-------Common and Bootstrap-------*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #fff;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #54565a;
    margin: 0;
    overflow-x: hidden;
    font-family: Aileron, sans-serif, Aileron, sans-serif;
}

*, ::after, ::before {
    box-sizing: border-box;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.box-shadow-1, .form-subscription .form-control, .form-subscription .form-control:focus, .navbar-sticky--on {
    box-shadow: 0 .1875rem .3125rem 0 rgba(44, 46, 48, .1);
}

a {
    color: #001f69;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    list-style: none;
    padding-left: 0;
}

:focus, button:focus {
    outline: 0;
}

picture, span {
    display: inline-block;
}

button {
    border-radius: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.justify-content-center {
    justify-content: center !important;
}

.text-warning {
    color: #0c90fb !important;
}

.form-group {
    margin-bottom: 1rem;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-100 {
    margin-bottom: 6.25rem;
}

.flex-column {
    flex-direction: column !important;
}

.align-items-center {
    align-items: center !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mt-3 {
    margin-top: .75rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}

.justify-content-around {
    justify-content: space-around !important;
}

.position-relative {
    position: relative !important;
}

.text-center {
    text-align: center !important;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

input, textarea {
    padding: 0;
}

.form-control {
    display: block;
    font-weight: 400;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

button {
    cursor: pointer;
    padding: 0;
    border: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1, h1 {
    font-size: 2.5rem;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #2c2e30;
    font-family: Aileron, sans-serif;
}

.h1-font, h1 {
    font-size: 2.125rem;
    line-height: 1.35;
}

.d-none {
    display: none !important;
}

.h2, h2 {
    font-size: 2rem;
}

.h2-font, h2 {
    font-size: 2.125rem;
    line-height: 1.35;
}

.text-white {
    color: #fff !important;
}

.text-white {
    --tw-text-opacity:1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h5-font, h5 {
    font-size: 1.5rem;
    line-height: 1.6;
}

.uppercase {
    text-transform: uppercase;
}

.h3-font, .hero__title, h3 {
    font-size: 2.125rem;
    line-height: 1.35;
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
}

.btn, .dropdown-menu, .dropdown-menu > li, .form-control, .lang-selector .lang-dropdown, .lang-selector .lang-dropdown__item, .rounded-default {
    border-radius: .3125rem;
}

/*----Header Section-----*/
.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 998;
    transition: .3s;
    background: 0 0;
}

.navbar-sticky {
    transition: none;
}

#menus-hide {
    top: -100px;
}

.navbar-sticky--transitioned {
    transition: .3s;
}

.navbar-sticky--moved-up {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: -100px;
}

.navbar-sticky--on {
    margin-top: 0;
    transition: .3s;
}

.navbar-sticky--moved-up {
    box-shadow: 0 0 10px 1px #8f8f8f4f;
}

#menus-hide.navbar-sticky--on {
    top: 0;
}

.navbar-sticky--on .navbar-brand__regular {
    display: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9);
}

a#hide-btn {
    top: 5px;
    left: 0px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    border-radius: .9216rem;
    position: fixed;
}

.navbar .navbar-brand__sticky {
    display: none;
}

.navbar-sticky--on .navbar-brand__sticky {
    display: inline;
}

#hide-class {
    top: 0;
}

#navbar-nav10 {
    text-align: center;
}

.border, .border-0, li {
    --tw-border-opacity:1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

a.nav-link {
    color: #555 !important;
    font-weight: 600;
    font-size: 16px;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
}

.navbar .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    transition: .3s;
}

.navbar .nav-link i.fa {
    padding-right: .25rem;
}

.search-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 10;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.header-search {
    display: none;
    position: fixed;
    top: 40%;
    width: 50%;
    z-index: inherit;
}

    .header-search form {
        align-items: center;
        flex-wrap: nowrap;
        margin-left: 8px;
        width: 100%;
    }

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-control {
    background: #fff;
    color: #2c2e30;
    padding: 0 1.5625rem;
    font-size: 1.125rem;
    border: none;
    box-shadow: 0 0 0 1px #ddd;
    width: 100%;
    height: 4.6875rem;
    line-height: 4.6875rem;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after, .input-group.has-validation > .custom-select:nth-last-child(n+3), .input-group.has-validation > .form-control:nth-last-child(n+3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-search .home-search-row__close {
    position: absolute;
    right: -35px;
    top: 0;
    font-size: 23px;
    color: #0c90fb;
    cursor: pointer;
}

.navbar-sticky--on .header-search .home-search-row__close {
    color: #000;
}

.btn {
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2.375rem;
    transition: .3s;
    position: relative;
    z-index: 1;
    white-space: normal;
}

[role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn.header-search-open-btn.js-track-click {
    position: fixed;
    color: #0c90fb;
    right: 65px;
    top: 11px;
    padding-right: 1.2rem;
}

.openbtn {
    position: absolute;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    border: none;
}

button.openbtn {
    top: 5px;
    right: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    background-color: #fff;
    border-radius: .9216rem;
    position: fixed;
}

.navbar button.openbtn {
    top: 5px;
    right: 20px;
    color: #0c90fb;
    font-size: 30px;
    font-weight: 600;
    background-color: transparent;
    border-radius: .9216rem;
    position: fixed;
}

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 39px;
    background: #000;
    visibility: hidden;
    color: #fff;
    position: fixed;
    border: 1px solid #fff;
    border-radius: 100%;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
    font-size: 18px;
    transition: opacity .3s ease-in-out;
}

.media {
    display: flex;
    align-items: flex-start;
}

/*-----Sidebar-------*/
.sidepanel a {
    padding: 5px;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: block;
    transition: .3s;
}

    .sidepanel a:hover {
        color: #0c90fb;
    }

.sidepanel .closebtn {
    position: absolute;
    top: 35px;
    right: 225px;
    font-size: 50px;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 20px;
}

    .sidepanel .closebtn1 {
        font-size: 2.5rem;
        display: block;
        background: 0 0;
        transition: background .4s ease-in-out;
    }

        .sidepanel .closebtn1:hover {
            background: rgba(166,166,166,.35);
        }

    .sidepanel .menu-logo {
        padding-right: 20px;
        padding-left: 30px;
        display: block;
        border-right: 1px solid #0000001c;
    }

.openbtn {
    position: absolute;
    right: 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    border: none;
}

    .openbtn::after {
        position: absolute;
        width: 100px;
        right: 0;
        font-size: 20px;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        padding: 10px 15px;
        border: none;
    }

.menu-list {
    position: absolute;
    color: #000;
    padding: 0 30px 30px;
    text-align: left;
}

.separator {
    position: absolute;
    top: 55px;
    right: 260px;
    text-decoration: none;
    color: #000;
}

#image-menu-home {
    height: auto;
    max-width: 90%;
    vertical-align: middle;
}

.gmlmcontact-info {
    padding-left: .5rem;
}

.sidepanel5 {
    width: 415px;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ccf;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}

a.nav-link1 {
    font-size: 20px;
}

.dropdown-menu1 {
    width: 0;
    position: fixed;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    background: grey;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 60px;
}

nav.sub-sidebar ul li {
    line-height: 40px;
}

    nav.sub-sidebar ul li .sidebar-submenu-toggle, nav.sub-sidebar ul li a {
        position: relative;
        color: #000;
        text-decoration: none;
        font-size: 20px;
        display: block;
        width: 100%;
        font-weight: 549;
        border-left: 3px solid transparent;
        padding: 5px;
    }

        nav.sub-sidebar ul li .sidebar-submenu-toggle::after, nav.sub-sidebar ul li a::after {
            width: 0;
            height: 3px;
            background: #7474743d;
            content: '';
            display: block;
            position: absolute;
            bottom: 5px;
            transition: .3s;
        }

        nav.sub-sidebar ul li .sidebar-submenu-toggle:hover, nav.sub-sidebar ul li a:hover {
            color: #0c90fb;
        }

            nav.sub-sidebar ul li .sidebar-submenu-toggle:hover::after, nav.sub-sidebar ul li a:hover::after {
                width: 50px;
                height: 3px;
                background: #7474743d;
                content: '';
                display: block;
                position: absolute;
                bottom: 5px;
            }

        nav.sub-sidebar ul li .sidebar-submenu-toggle span, nav.sub-sidebar ul li a span {
            transform: translateY(-50%);
            font-size: 22px;
            transition: transform .4s;
            vertical-align: bottom;
            margin-left: 10px;
        }

            nav.sub-sidebar ul li .sidebar-submenu-toggle span.rotate, nav.sub-sidebar ul li a span.rotate {
                transform: translateY(-50%) rotate(-180deg);
            }

            nav.sub-sidebar ul li .sidebar-submenu-toggle span.rotate1, nav.sub-sidebar ul li a span.rotate1 {
                transform: translateY(-50%) rotate(-90deg);
            }

    nav.sub-sidebar ul li:hover > ul {
        display: block;
    }

    nav.sub-sidebar ul li a.btn-get {
        position: relative;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        text-align: center;
        padding-left: 10px;
        display: block;
        background: #2f5bea;
        width: 100%;
        font-weight: 500;
        border-left: 3px solid transparent;
        z-index: 1;
        border-radius: .5125rem;
    }

nav.sub-sidebar ul ul {
    position: static;
}

    nav.sub-sidebar ul ul li {
        float: none;
        display: list-item;
        position: relative;
        line-height: 42px;
        border-bottom: none;
    }

        nav.sub-sidebar ul ul li a {
            font-size: 17px;
            color: #000;
        }

nav.sub-sidebar ul .blogs-show.show, nav.sub-sidebar ul .five-show.show5, nav.sub-sidebar ul .four-show.show4, nav.sub-sidebar ul .main-show.show, nav.sub-sidebar ul .second-show.show2, nav.sub-sidebar ul .six-show.show6, nav.sub-sidebar ul .three-show.show3 {
    display: block;
}

.lang-selector ul {
    position: static;
    display: none;
}

.lang-selector .lang-dropdown1 {
    border: 0;
    padding: .625rem;
    margin: 0;
    position: absolute !important;
    top: -10px;
    right: auto;
    bottom: auto;
    left: 120px;
    background: #fff;
    min-width: 12.5rem;
    display: none;
    border-radius: .5125rem;
}

    .lang-selector .lang-dropdown1:before {
        content: '';
        position: absolute !important;
        top: 20px;
        right: auto;
        bottom: 20px;
        left: -16px;
        width: 20px;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
    }

.lang-selector .lang-dropdown__item {
    padding: .75rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    color: #2c2e30;
    transition: .3s;
}

div.lang-selector ul .lang-dropdown1.show7 {
    display: block;
}

#menu-btn {
    position: absolute;
    top: 0;
    right: 45px;
    height: 45px;
    width: 45px;
    background: #1b1b1b;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: .4s ease-in-out;
}

    #menu-btn span {
        color: #fff;
        font-size: 25px;
        line-height: 40px;
    }

    #menu-btn.click {
        left: -260px;
    }

.openbtn.click2 {
    left: 260px;
}

.navbar-inner.click4 {
    left: -260px;
}

h6.separator1 {
    position: absolute;
    top: 50px;
    right: 280px;
    color: #000;
    display: block;
    font-size: 40px;
}

.scroller1 {
    width: 100px;
    height: 100px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.icon-bar ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    border-left: 3px solid transparent;
}

ul.icons {
    position: absolute;
    text-decoration: none;
    display: inline-flex;
    padding-left: 10px;
}

    ul.icons li a:hover {
        color: #0c90fb;
    }

    ul.icons li {
        padding: 20px;
    }

.right-aside {
    padding-right: 200px;
}

h2.menu-title {
    position: relative;
    text-decoration: none;
    color: #dc3545;
    padding-top: 35px;
}

span.menu-sub-title, span.menu-sub-title1 {
    position: relative;
    padding-top: 20px;
    font-size: 20px;
}

.space-bottom1 {
    padding-top: 100px;
}

    .space-bottom1::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        opacity: .85;
    }

ul.lang-dropdown1.mb-0 {
    background: #fff;
    display: block;
    border-radius: .95rem;
}

button.openbtn:hover {
    color: #0c90fb;
}

button.openbtn {
    top: 5px;
    right: 20px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    background-color: #fff;
    border-radius: .9216rem;
    position: fixed;
}

.btn-get {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: .5314rem;
}

.btn-try {
    padding-left: 50px;
}

#hide-class {
    top: 0;
}

#menus-hide {
    top: -100px;
}

#navbar-nav10 {
    text-align: right;
    padding-left:100px;
}

a.btn-get.btn--outline.btn--sm.btn-3d-hover.btn-splash-hover {
    color: #fff;
}

#english-btn {
    padding-left: 11px;
    font-size: 15px;
    transition: .11121212s;
}

a#hide-btn {
    top: 5px;
    left: 0px;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    border-radius: .9216rem;
    position: fixed;
}

#sub-profile {
    padding-top: 50px;
    padding-left: 50px;
    position: absolute;
}

.sub-menus {
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    overflow-x: hidden;
    transition: none;
    display: none;
    padding-top: 0;
}

    .sub-menus.show {
        display: block;
    }

.sub-heading {
    padding-top: 80px;
    padding-bottom: 50px;
}

a#sub-close2 {
    padding-left: 200px;
    font-size: 70px;
    padding-top: 7px;
    position: absolute;
    display: block;
}

#comming_soon {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

#signup_form {
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

#slide-out-panel.open {
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
}

#slide-out-panel {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.button-group.align-items-center.justify-content-center.justify-content-lg-start {
    padding-top: 20px;
}

#showfeatures {
    display: none;
}

h3.center {
    text-align: center;
}

#features-content1 h3 {
    color: #f1a864;
}

#features-content1 p {
    color: #fff;
}

.space-bottom2 {
    padding-top: 90px;
    padding-bottom: 60px;
}

    .space-bottom2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right,#000529 1%,#002055 24%,#005db5 67%,#0074d9 100%);
        opacity: .85;
    }

.sub-menus1 {
    width: 54%;
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    right: 400px;
    background: linear-gradient(to bottom,#fff 0,#f7ecff 35%,#d2ecff 70%,#fff 100%);
    overflow-x: hidden;
    transition: none;
    display: none;
    padding-top: 0;
}

.media-left {
    min-width: 2rem;
}

.media-body p {
    font-size: 20px;
    font-weight: 550;
    padding-left: .5rem;
}

.media-body a {
    padding-left: .5rem;
}

.menu-list-content {
    position: relative !important;
    color: #000 !important;
    text-decoration: none !important;
    font-size: 1.1rem !important;
    display: block !important;
    width: 100% !important;
    font-weight: 500 !important;
}

.sidemenu-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

    .sidemenu-wrapper #mySidepanel {
        width: 100%;
        max-width: 672px;
        transition-property: transform;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transform: translateX(100%);
    }

        .sidemenu-wrapper #mySidepanel .top {
            display: flex;
        }

        .sidemenu-wrapper #mySidepanel #close-button {
            margin-left: 20px;
            border-radius: 50%;
            height: 2.5rem;
            width: 2.5rem;
            align-self: center;
            line-height: 1.1rem;
        }

    .sidemenu-wrapper.open {
        background: rgba(0,0,0,.5);
        visibility: visible;
        opacity: 1;
    }

        .sidemenu-wrapper.open #mySidepanel {
            background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
            --tw-gradient-from:#d0e9fb;
            --tw-gradient-stops:var(--tw-gradient-from), #e6f3fc, var(--tw-gradient-to, rgb(230 243 252 / 0));
            --tw-gradient-to:#d0e9fb;
            display: inline-table;
            transform: translateX(0);
        }

        .sidemenu-wrapper.open::-webkit-scrollbar {
            width: 4px;
            cursor: pointer;
        }

        .sidemenu-wrapper.open::-webkit-scrollbar-track {
            background-color: rgba(229, 231, 235, var(--bg-opacity));
            cursor: pointer;
        }

        .sidemenu-wrapper.open::-webkit-scrollbar-thumb {
            cursor: pointer;
            background-color: #a0aec0;
        }

    .sidemenu-wrapper .sub-sidebar .sub-heading {
        position: relative;
        padding-bottom: 1.25rem;
        overflow: hidden;
        display: block;
    }

        .sidemenu-wrapper .sub-sidebar .sub-heading .menu-sub-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 100;
            --tw-text-opacity:1;
            color: rgb(75 85 99 / var(--tw-text-opacity));
        }

        .sidemenu-wrapper .sub-sidebar .sub-heading::after {
            width: 50px;
            height: 3px;
            background: #0000003d;
            content: '';
            display: block;
            transition: .3s;
            position: absolute;
            bottom: 11px;
        }

    .sidemenu-wrapper .sub-sidebar .sub-menus {
        position: relative;
        width: 100%;
        max-width: 700px;
        padding-left: 25px;
    }

        .sidemenu-wrapper .sub-sidebar .sub-menus .left-menu, .sidemenu-wrapper .sub-sidebar .sub-menus .right-menu {
            float: right;
            display: flex;
            width: 100%;
        }

h2.menu-title {
    color: #001f69;
}

.sidemenu-wrapper #mySidepanel {
    transform: none;
}

.sidemenu-wrapper.open #mySidepanel {
    display: block;
    transform: none;
}

.hide-text {
    display: none;
}

@media (min-width:768px) {
    .sidemenu-wrapper .sub-sidebar .sub-menus .left-menu, .sidemenu-wrapper .sub-sidebar .sub-menus .right-menu {
        width: 50%;
    }
}

@media (min-width:1024px) {
    .sidemenu-wrapper #mySidepanel {
        width: 350px;
    }

    .sidemenu-wrapper.open #mySidepanel {
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from:#fff;
        --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
        --tw-gradient-to:#fff;
    }

    .sidemenu-wrapper .sub-sidebar .sub-heading {
        display: block;
    }

    .sidemenu-wrapper .sub-sidebar .sub-menus {
        position: fixed;
        right: 350px;
        width: 180%;
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from:#d0e9fb;
        --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgb(208 233 251 / 0));
        --tw-gradient-stops:var(--tw-gradient-from), #e6f3fc, var(--tw-gradient-to, rgb(230 243 252 / 0));
        --tw-gradient-to:#d0e9fb;
    }

    .footer-wrapper .footer-fixed.sidemenu-wrapper .sub-sidebar .sub-menus {
        opacity: 1;
        position: fixed;
        overflow: unset;
    }

    .sidemenu-wrapper .sub-sidebar .sub-menus .left-menu, .sidemenu-wrapper .sub-sidebar .sub-menus .right-menu {
        width: 50%;
        padding-left: 0;
    }
}

.sidemenu-wrapper .sub-sidebar .sub-menus::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}

.sidemenu-wrapper .sub-sidebar .sub-menus::-webkit-scrollbar-track {
    background-color: rgba(229, 231, 235, var(--bg-opacity));
    cursor: pointer;
}

.sidemenu-wrapper .sub-sidebar .sub-menus::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #a0aec0;
}


nav.sub-sidebar ul li .sidebar-submenu-toggle, nav.sub-sidebar ul li a {
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    display: block;
    width: 100%;
    font-weight: 549;
    border-left: 3px solid transparent;
    padding: 5px;
}

.sub-menus {
    position: fixed;
    z-index: 999;
    height: 100%;
    top: 0;
    overflow-x: hidden;
    transition: none;
    display: none;
    padding-top: 0;
}

    .sub-menus.show {
        display: block;
    }

.sidemenu-wrapper .sub-sidebar .sub-menus {
    position: relative;
    width: 100%;
    max-width: 700px;
    padding-left: 25px;
}

.sub-heading {
    padding-top: 80px;
    padding-bottom: 50px;
}

.sidemenu-wrapper .sub-sidebar .sub-heading {
    position: relative;
    padding-bottom: 1.25rem;
    overflow: hidden;
    display: block;
}

h2.menu-title {
    position: relative;
    text-decoration: none;
    color: #dc3545;
    padding-top: 35px;
}

h2.menu-title {
    color: #001f69;
}

.sidemenu-wrapper .sub-sidebar .sub-heading .menu-sub-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 100;
    --tw-text-opacity:1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}

.sidemenu-wrapper .sub-sidebar .sub-heading::after {
    width: 50px;
    height: 3px;
    background: #0000003d;
    content: '';
    display: block;
    transition: .3s;
    position: absolute;
    bottom: 11px;
}

.sidemenu-wrapper .sub-sidebar .sub-heading::after {
    width: 50px;
    height: 3px;
    background: #0000003d;
    content: '';
    display: block;
    transition: .3s;
    position: absolute;
    bottom: 11px;
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 1024px) {
    .sidemenu-wrapper .sub-sidebar .sub-menus {
        position: fixed;
        right: 350px;
        width: 180%;
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from:#d0e9fb;
        --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to, rgb(208 233 251 / 0));
        --tw-gradient-stops:var(--tw-gradient-from), #e6f3fc, var(--tw-gradient-to, rgb(230 243 252 / 0));
        --tw-gradient-to:#d0e9fb;
    }

    .sidemenu-wrapper .sub-sidebar .sub-heading {
        display: block;
    }
}

/*-------Hero Section-------*/
section {
    position: relative;
}

.space--lg {
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.hero {
    position: relative;
    padding-top: 5.33333rem;
    z-index: 1;
}

.hero--dark {
    color: #fff;
}

.homepage .bg-color-blue {
    background: linear-gradient(90deg, #372081 0, #3628b9 50%, #372081 100%);
}

.z-index-1 {
    z-index: -1;
}

.background-holder {
    position: absolute !important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homepage .background-holder {
    -webkit-backdrop-filter: saturate(.8) blur(20px);
    backdrop-filter: saturate(.8) blur(20px);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.hero-content {
    max-width: 33.125rem;
}

.hero-content--center {
    max-width: 100%;
}

.hero__title {
    margin-bottom: 1.25rem;
    font-weight: 900;
    line-height: 1.35;
}

.hero--dark .hero__title {
    color: #fff;
}

picture, span {
    display: inline-block;
}

.text-gold {
    color: white;
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

p {
    font-weight: 400;
    margin: 0;
    padding: 0;
    color: #54565a;
}

.body-font, p {
    font-size: 1rem;
    line-height: 1.75;
}

.text-left {
    text-align: left !important;
}

.homepage .hero li, .homepage .hero p {
    font-size: 1.2rem;
}

a {
    color: #001f69;
    background-color: transparent;
    text-decoration: none;
    display: inline-block;
}

.btn {
    display: inline-block;
    color: white;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
}

.btn, .dropdown-menu, .dropdown-menu > li, .form-control, .lang-selector .lang-dropdown, .lang-selector .lang-dropdown__item, .rounded-default {
    border-radius: .3125rem;
}

.rounded-full {
    border-radius: 6.25rem;
}

.btn {
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2.375rem;
    transition: .3s;
    position: relative;
    z-index: 1;
}

.btn-splash-hover {
    position: relative;
    overflow: hidden;
}

.btn {
    white-space: normal;
}

.bg-gold {
    background: #0c90fb;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-splash-hover:before {
    content: "";
    position: absolute !important;
    top: -40px;
    right: auto;
    bottom: auto;
    left: -100px;
    height: 220px;
    width: 50px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .03) 1%, rgba(255, 255, 255, .6) 30%, rgba(255, 255, 255, .85) 50%, rgba(255, 255, 255, .85) 70%, rgba(255, 255, 255, .85) 71%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    opacity: .1;
    transform: skew(-12deg, 0deg);
    transition: .5s;
    visibility: hidden;
}

.hero__shape {
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: -1;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.space-bottom {
    padding-bottom: 8rem;
}

/*-------Ratings Section-------*/
.homepage #reviews {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.h4-font, h4 {
    font-size: 1.75rem;
    line-height: 1.4;
}

.homepage .review-item {
    text-align: center;
    margin-top: 2rem;
}

    .homepage .review-item .star-rating {
        margin-top: 1rem;
    }

    .homepage .review-item i {
        color: #0c90fb;
    }

.review-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.review-carousel-inner {
    display: flex;
    transition: transform .5s ease;
    width: 100%;
    flex-wrap: nowrap;
}

.review-item-award {
    flex: 0 0 25%;
    padding: 0 15px;
    box-sizing: border-box;
    min-width: 25%;
}

    .review-item-award img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

/*------Bootstrap Media Queries----------*/
@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }

    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

/*-------Custom Media Queries--------*/
@media (min-width: 768px) {
    .h1-font, h1 {
        font-size: 3.75rem;
        line-height: 1.2;
    }

    .h2-font, h2 {
        font-size: 3rem;
        line-height: 1.25;
    }

    .hero__title {
        font-size: 3rem;
        line-height: 1.25;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

    .navbar .navbar-nav .nav-link {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }

    .hero {
        padding-top: 12.8rem;
    }

        .hero.space--lg {
            padding-top: 19.2rem;
            padding-bottom: 14.4rem;
        }

    #reviews {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 1024px) {
    .navbar-sticky--transitioned {
        padding-top: 0;
    }

    .homepage .hero__title {
        font-size: 3.4rem;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 87.5%;
    }

    .space-bottom, .space-bottom--lg, .space-bottom--md {
        padding-bottom: 4rem;
    }

    .hero-content {
        text-align: center;
        margin: 0 auto;
    }

    #menus-hide.navbar-sticky--on {
        display: none;
    }

    .navbar-inner {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 20rem;
        padding-top: 2.5rem;
        background-color: #fff;
        box-shadow: 0 .5rem 1.875rem rgba(0, 0, 0, .15);
        border-radius: 0;
        overflow-y: auto;
        z-index: 1050;
    }

    .navbar .navbar-inner {
        right: -100%;
        transition: right .3s .2s;
    }

    .header-search {
        top: 20%;
        width: 75%;
    }

    .btn.header-search-open-btn.js-track-click {
        top: 23px !important;
    }

    .navbar button.openbtn {
        top: 13px !important;
    }

    .review-item-award {
        flex: 0 0 50%;
        min-width: 50%;
        max-width: 50% !important;
        width: 50% !important;
    }
}

@media (max-width: 480px) {
    .homepage .review-item {
        max-width: 50%;
        padding: 0 1rem;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
