/* ==============================================
   EXACT CSS FROM style.css - HEADER ONLY
   No modifications, just extracted what's used
   ============================================== */
.container-fluid{
    width:100%;
}
img, svg {
    vertical-align: middle;
}
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #e8e8e8;
}

::-webkit-scrollbar-thumb:hover {
    background: #fb5496;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: -o-linear-gradient(45deg, #ffbd84, #ff1f8e);
    background-image: linear-gradient(45deg, #ffbd84, #ff1f8e);
}

/*Default css*/

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}



body {
  
    outline: none;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Yantramanav', sans-serif;
   
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none !important;
}

.animation,
a,
.isotope_item,
input,
button,
.custom-btn,
.circle,
.s-block,
.clients-logo,
.icon-set,
.link-hover,
.sticky,
.navbar,
.dropdown-toggle,
.hover-scale img,
.sub-menu-sec a,
.main-header.sticky,
.main-header,
.circle2,
.hoshd {
    -webkit-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    -o-transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    transition: 1.2s cubic-bezier(.17, .85, .438, .99);
    align-items: center !important;
}

img {
    max-width: 100%;
    height: auto;
}

/**Header section**/

.main-header.sticky {
    height: 70px;
}

.top-header {
    position: relative;
    z-index: 999;
}

.navbar .mobile-menu {
    display: none;
}

.navbar .mobilemenu {
    color: #0a2233;
    top: -4px;
    position: relative;
}

.navbar .mobilemenu i {
    font-size: 25px;
}

.mob-nav {
    display: flex;
}

.mob-nav li {
    position: relative;
}

.ml8 {
    margin-left: 8px;
}

.animate {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
}

.top-header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 3px;
    vertical-align: baseline;
    content: "+";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 100px;
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #ffffff;
    outline: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0a2233;
    text-decoration: none;
    background-color: #ffffff;
    outline: none;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, .15);
}

header .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid rgb(0, 186, 255);
    border-radius: 0px 0px 8px 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    color: #0a2233;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 10px 15px;
}

.navbar-toggler {
    background-color: #fff;
    border: 1px solid #fff;
}

.top-header .sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    height: 70px;
}

.nav-item.dropdown:hover {
    background: #fff;
}

.list-mnu li a {
    white-space: break-spaces;
    line-height: 24px;
    padding: 5px 10px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    color: #0a2233;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0px 15px;
    line-height: 48px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}

.brand-logo a {
    display: block;
}

.top-header .navbar .custom-btn {
    padding: 0px 32px;
    color: #fff;
    font-weight: 400;
}

.top-header .navbar .custom-btn:hover,
.top-header .navbar .custom-btn:focus {
    color: #fff;
}

.modal-backdrop {
    background: linear-gradient(135deg, #0c0004 0%, #000e0c 100%);
}

.modal {
    z-index: 999999;
}

.abt {
    position: absolute;
    right: 15px !important;
    top: 0px !important;
    z-index: 9999999;
}

.popup-modalfull .modal-dialog {
    min-height: 100%;
    margin: 0 0 0 auto;
    background: #fff;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
}

.popup-modalfull .modal-content {
    border: 0;
    height: 100%;
    border-radius: 0;
}

.popup-modalfull .modal-body {
    overflow-y: auto;
}

/**mega menu header **/

.main-header.sticky .nx-dropdown {
    top: 65px;
}

.nav-bg-b .custom-nav .nav-list li a.menu-links {
    color: #fff;
}

.main-header.sticky {
    background: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .08);
}

/* ==============================================
   HEADER FIX - ADD THIS AT THE END OF FILE
   ============================================== */

/* Fix body padding for fixed header */

/* Make header sticky instead of fixed */
.main-header {
    position: sticky !important;
    /* top: 57px !important; */
}

/* When scrolled */
.main-header.sticky {
    top: 0 !important;
}

/* Remove fixed from fixed-top */
.fixed-top {
    /* position: relative !important; */
}

/* Mobile fix */
@media (max-width: 768px) {
    .gbp-top-header-bar {
        display: none !important;
    }
    .main-header {
        top: 0 !important;
    }
}

.main-header {
    padding: 0 20px;
    height: 70px;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fa-ani {
    margin-left: 5px;
    font-size: 12px;
    animation: 2s infinite arrowanim;
    -webkit-animation: 2s infinite arrowanim;
}

.sub-menu-center-block {
    display: flex;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.right-bddr {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0px 10px 0 0px !important;
    margin: 0 20px 0 0;
}

/* .custom-nav .sbmenu>a::before {
    content: "+";
    position: absolute;
    right: 4px;
}

.custom-nav .sbmenu.hover>a::before {
    content: "-";
} */

.main-header.sticky .custom-nav .nav-list li a.menu-links {
    color: #050748;
}

.main-header.sticky .mega-white-logo {
    display: none;
}

.main-header .mega-white-logo {
    display: none;
}

.nav-bg-b.main-header.sticky .mega-white-logo {
    display: none;
}

.nav-bg-b.main-header .mega-white-logo {
    display: inline-block;
}

.nav-bg-b.main-header .mega-darks-logo {
    display: none;
}

.main-header.sticky .mega-darks-logo {
    display: inline-block;
}

.dsk-logo {
    float: left;
    line-height: 85px;
}

.dsk-logo .nav-brand img {
    max-height: 75px;
}

.custom-nav {
    float: right;
}

.custom-nav .menu-dorpdown {
    width: 240px;
    margin: 0 auto;
}

.custom-nav .smfull {
    width: 100%;
}

.custom-nav .nav-list li {
    display: inline-flex;
}

.custom-nav .nav-list li.rpdropdown {
    position: relative;
}

.custom-nav .nav-list li a.menu-links {
    font-size: 14px;
    color: #050748;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0px 15px;
    line-height: 85px;
    position: relative;
    overflow: hidden;
}

.custom-nav .nav-list li a.active {
    color: var(--rs-primary-color);
}

.btn-br {
    line-height: 48px;
    color: #fff;
    border-radius: 100px;
    padding: 0 20px;
}

.btn-br:hover {
    color: #fff;
}

.btn-round- {
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0;
    margin-right: 8px;
    position: relative;
    display: inline-block;
}

.btn-round-.trngl:after {
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #e8e8e8;
    clear: both;
    transform: translateY(-50%);
}

.btshad-b1 {
    -webkit-box-shadow: 0 10px 15px 0px rgba(175, 0, 87, .2);
    box-shadow: 0 10px 15px 0px rgba(175, 0, 87, .2);
}

.btshad-b2 {
    -webkit-box-shadow: 0 10px 15px 0px rgba(56, 0, 189, .2);
    box-shadow: 0 10px 15px 0px rgba(56, 0, 189, .2);
}

.nx-dropdown {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 80px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.custom-nav>ul>li:hover .nx-dropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
}

.submenu-btnset {
    position: relative;
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: normal;
}

.sub-menu-column {
    width: 20%;
    float: left;
    padding: 0 20px;
}

.sub-menu-column .menuheading {
    color: #050748;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .2px;
    margin: 0 0 13px 0;
    padding: 0 0 14px 0;
    border-bottom: 1px solid #dadada;
}

.sub-menu-column ul {
    width: 100%;
    display: inline-block;
    position: relative;
}

.sub-menu-column ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin-right: 0;
    margin-bottom: 9px;
}

.sub-menu-column ul li a {
    width: 100%;
    font-size: 14px;
    color: #050748;
    position: relative;
    line-height: 25px;
}

.sub-menu-section {
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 0.04);
    border-top: 2px solid #f3f3f3;
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    background-color: #ffffff;
    margin-top: 4px;
    padding: 20px 10px;
}

.btn-block a {
    min-width: 230px;
    text-align: center;
    -webkit-box-shadow: 0 10px 15px 0px rgba(47, 0, 16, 0.15);
    box-shadow: 0 10px 15px 0px rgba(47, 0, 16, 0.15);
}

.bgtspnt {
    background: transparent !important;
}

div.custom-nav>ul>li.sbmenu>a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--rs-primary-color);
    left: -100%;
    bottom: 16px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

div.custom-nav>ul>li.sbmenu:hover>a:after {
    left: 0;
    opacity: 1;
}

.contact-show {
    position: relative;
}

.contact-show:hover .contact-inquiry {
    display: block;
}

.contact-inquiry {
    width: 285px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 99;
    display: none;
    transition: all 2s linear;
}

.hrbg {
    background: #e4e8ff;
}

.contact-info- .contct-heading {
    font-size: 19px;
    color: #3c4147;
    font-weight: 700;
    padding: 11px 20px;
    letter-spacing: .2px;
}

.contact-info- .inquiry-card-nn .title-inq-c {
    font-size: 14px;
    font-weight: bold;
}

.contact-info- .inquiry-card-nn ul li a {
    font-size: 16px;
    color: #050748;
    font-weight: 700;
    text-decoration: none;
}

.contact-info- .inquiry-card-nn {
    border-top: 1px solid #e1e1e2;
    position: relative;
    padding: 15px 20px;
    text-align: left;
}

.contact-info- {
    width: 100%;
    display: inline-block;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.contact-info- .inquiry-card-nn ul li {
    list-style: none;
    margin: 14px 0;
    text-align: left;
    display: block;
}

.contact-info- .inquiry-card-nn ul li.mb0 {
    margin-bottom: 0;
}

.contact-info- .inquiry-card-nn ul li i {
    font-size: 20px;
    margin: 0 11px 0 0px;
    color: #8BC34A;
}

.contact-info- .inquiry-card-nn span {
    font-size: 13px;
    color: #828282;
}

.contact-info- .inquiry-card-nn .fa-envelope {
    color: #012169;
}

.contact-info-:after {
    content: '';
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid rgba(255, 255, 255, .95);
    top: -14px;
    right: 22px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

/**circle button effect**/

a.play-video {
    min-width: 60px;
    min-height: 60px;
    display: inline-flex;
    background: #ffffff;
    border-radius: 1000px;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: 10px;
    align-items: center;
}

a.play-video::after {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 6px solid #ffffff;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring-ani 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(12, 108, 211, 0.5);
}

@-webkit-keyframes ring-ani {
    to {
        box-shadow: 0 0 0 18px rgba(12, 108, 211, 0);
    }
}

.triangle-play {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 18px solid #ff2d8d;
    border-bottom: 10px solid transparent;
    text-align: center;
    margin: 0 auto 0;
}

/**Mobile Nav**/

.mobile-menu2 {
    display: none;
}

.mobile-menu2 .navm- {
    margin: 0px 0 0 10px;
}

.mob-nav2 {
    display: flex;
}

.mob-nav2 li {
    position: relative;
}

html.hc-nav-yscroll {
    overflow-y: scroll;
}

body.hc-nav-open {
    overflow: visible;
    position: relative;
    width: 100%;
    min-height: 100%;
}

.hc-offcanvas-nav {
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999999;
}

.hc-offcanvas-nav.is-ios * {
    cursor: pointer !important;
}

.hc-offcanvas-nav .nav-container {
    position: fixed;
    z-index: 9998;
    top: 0;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
    transition: transform .4s ease;
}

.hc-offcanvas-nav .nav-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.hc-offcanvas-nav .nav-content {
    height: 100%;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
}

.hc-offcanvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hc-offcanvas-nav li {
    position: relative;
    display: block;
}

.hc-offcanvas-nav li.level-open>.nav-wrapper {
    visibility: visible;
}

.hc-offcanvas-nav li:not(.custom-content) a {
    position: relative;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    cursor: not-allowed;
}

.hc-offcanvas-nav li:not(.custom-content) a,
.hc-offcanvas-nav li:not(.custom-content) a:hover {
    text-decoration: none;
}

.hc-offcanvas-nav input[type="checkbox"] {
    display: none;
}

.hc-offcanvas-nav label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: pointer;
}

.hc-offcanvas-nav .nav-item {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.hc-offcanvas-nav.disable-body::after,
.hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s, opacity .4s ease;
}

.hc-offcanvas-nav.disable-body.nav-open::after,
.hc-offcanvas-nav .sub-level-open::after {
    visibility: visible;
    opacity: 1;
    transition-delay: .05s;
}

.hc-offcanvas-nav:not(.nav-open)::after {
    pointer-events: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper::after {
    display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0 {
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand .nav-wrapper.nav-wrapper-0>.nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-expand ul .nav-wrapper {
    min-width: 0;
    max-height: 0;
    visibility: hidden;
    overflow: hidden;
    transition: height 0s ease .4s;
}

.hc-offcanvas-nav.nav-levels-expand .level-open>.nav-wrapper {
    max-height: none;
    overflow: visible;
    visibility: visible;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content {
    overflow: scroll;
    overflow-x: visible;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-wrapper {
    max-height: 100vh;
}

.hc-offcanvas-nav.nav-levels-overlap ul .nav-wrapper {
    position: absolute;
    z-index: 9999;
    top: 0;
    height: 100%;
    visibility: hidden;
    transition: visibility 0s ease .4s, transform .4s ease;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.nav-parent {
    position: static;
}

.hc-offcanvas-nav.nav-levels-overlap ul li.level-open>.nav-wrapper {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: transform .4s ease;
}

.hc-offcanvas-nav.nav-position-left {
    left: 0;
}

.hc-offcanvas-nav.nav-position-left .nav-container {
    left: 0;
}

.hc-offcanvas-nav.nav-position-left.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-right {
    right: 0;
}

.hc-offcanvas-nav.nav-position-right .nav-container {
    right: 0;
}

.hc-offcanvas-nav.nav-position-right.nav-levels-overlap li .nav-wrapper {
    right: 0;
    transform: translate3d(100%, 0, 0);
}

.hc-offcanvas-nav.nav-position-top {
    top: 0;
}

.hc-offcanvas-nav.nav-position-top .nav-container {
    top: 0;
    width: 100%;
}

.hc-offcanvas-nav.nav-position-top.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, -100%, 0);
}

.hc-offcanvas-nav.nav-position-bottom {
    top: auto;
    bottom: 0;
}

.hc-offcanvas-nav.nav-position-bottom .nav-container {
    top: auto;
    bottom: 0;
    width: 100%;
}

.hc-offcanvas-nav.nav-position-bottom.nav-levels-overlap li .nav-wrapper {
    left: 0;
    transform: translate3d(0, 100%, 0);
}

.hc-offcanvas-nav.nav-open[class*='hc-nav-'] div.nav-container {
    transform: translate3d(0, 0, 0);
}

.hc-offcanvas-nav.rtl li {
    text-align: right;
}

.hc-offcanvas-nav.rtl .nav-next span,
.hc-offcanvas-nav.rtl .nav-back span,
.hc-offcanvas-nav.rtl .nav-close span {
    left: 0;
    right: unset;
}

.hc-nav-trigger {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
    /*top: 20px;*/
    z-index: 9980;
    width: 25px;
    padding-right: 15px;
    min-height: 38px;
}

.hc-nav-trigger span {
    width: 20px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: 50% 50%;
}

.main-header.sticky .hc-nav-trigger span,
.main-header.sticky .hc-nav-trigger span::before,
.main-header.sticky .hc-nav-trigger span::after {
    background: #050748;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    display: block;
    position: absolute;
    left: 0;
    height: 4px;
    background: #050748;
    transition: all .2s ease;
}

.nav-bg-b .hc-nav-trigger span,
.nav-bg-b .hc-nav-trigger span::before,
.nav-bg-b .hc-nav-trigger span::after {
    background: #fff;
}

.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    content: '';
    width: 100%;
}

.hc-nav-trigger span::before {
    top: -10px;
}

.hc-nav-trigger span::after {
    bottom: -10px;
}

.hc-nav-trigger.toggle-open span {
    background: rgba(0, 0, 0, 0) !important;
    transform: rotate(45deg);
}

.hc-nav-trigger.toggle-open span::before {
    transform: translate3d(0, 9px, 0);
}

.hc-nav-trigger.toggle-open span::after {
    transform: rotate(-90deg) translate3d(10px, 0, 0);
}

.hc-offcanvas-nav::after,
.hc-offcanvas-nav .nav-wrapper::after {
    background: rgba(0, 0, 0, 0.5);
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #101010;
}

.hc-offcanvas-nav h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    padding: 10px 17px;
    color: #101010 !important;
    background: #fff;
}

.hc-offcanvas-nav .nav-item {
    padding: 14px 17px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 0px solid #fff;
}

.hc-offcanvas-nav .nav-item:focus,
.hc-offcanvas-nav .nav-item:focus-within {
    z-index: 10;
}

.hc-offcanvas-nav .nav-item-wrapper {
    position: relative;
}

.hc-offcanvas-nav .nav-highlight {
    background: #2e6296;
}

.hc-offcanvas-nav .nav-close:focus,
.hc-offcanvas-nav .nav-next:focus,
.hc-offcanvas-nav .nav-back:focus {
    z-index: 10;
}

.hc-offcanvas-nav li:not(.custom-content) a {
    padding: 14px 15px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    border-bottom: 0px solid #2c5d8f;
}

.hc-offcanvas-nav li:not(.custom-content) a[disabled] {
    color: rgba(255, 255, 255, 0.5);
}

.hc-offcanvas-nav:not(.touch-device) li:not(.custom-content) a:hover {
    background: #101010;
}

.hc-offcanvas-nav ul:first-of-type:not(:first-child)>li:first-child:not(.nav-back):not(.nav-close)>a {
    border-top: 1px solid #2c5d8f;
    margin-top: -1px;
}

.hc-offcanvas-nav li {
    text-align: left;
}

.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav li.nav-back a {
    background: #ffffff;
    color: #101010;
}

.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav li.nav-back a:hover {
    background: #fff;
}

.hc-offcanvas-nav li.nav-close:not(:first-child) a,
.hc-offcanvas-nav li.nav-back:not(:first-child) a {
    margin-top: -1px;
}

.hc-offcanvas-nav li.nav-parent .nav-item:last-child {
    padding-right: 35px;
}

.hc-offcanvas-nav li.nav-parent .nav-item:not(:last-child) {
    margin-right: 44px;
}

.hc-offcanvas-nav li.nav-close span,
.hc-offcanvas-nav li.nav-parent .nav-next,
.hc-offcanvas-nav li.nav-back span {
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease;
}

.hc-offcanvas-nav li.nav-close span::before,
.hc-offcanvas-nav li.nav-close span::after {
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border-top: 2px solid #101010;
    border-left: 2px solid #101010;
}

.hc-offcanvas-nav li.nav-close span::before {
    margin-left: -11px;
    transform: rotate(135deg);
}

.hc-offcanvas-nav li.nav-close span::after {
    transform: rotate(-45deg);
}

.hc-offcanvas-nav a.nav-next {
    border-left: 1px solid #2c5d8f;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav li.nav-back span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -2px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform-origin: center;
}

.hc-offcanvas-nav .nav-next span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hc-offcanvas-nav .nav-next span::before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav li.nav-back span::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-left.nav-open .nav-wrapper {
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right.nav-open .nav-wrapper {
    box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-right .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.hc-offcanvas-nav.nav-position-right li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(135deg);
}

.hc-offcanvas-nav.nav-position-top.nav-open .nav-wrapper {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-top .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-position-top li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom.nav-open .nav-wrapper {
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
}

.hc-offcanvas-nav.nav-position-bottom .nav-next span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-position-bottom li.nav-back span::before {
    margin-left: 0;
    margin-right: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul .nav-wrapper,
.hc-offcanvas-nav.nav-levels-none .nav-container ul .nav-wrapper {
    box-shadow: none;
    background: transparent;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul h2,
.hc-offcanvas-nav.nav-levels-none .nav-container ul h2 {
    display: none;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container ul ul .nav-item,
.hc-offcanvas-nav.nav-levels-none .nav-container ul ul .nav-item {
    font-size: 14px;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li,
.hc-offcanvas-nav.nav-levels-none .nav-container li {
    transition: background .3s ease;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open {
    background: #101010;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a {
    border-bottom: 0px solid #fff;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a:hover,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a:hover {
    background: #101010;
}

.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-expand .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>.nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container li.level-open>.nav-item-wrapper>a>.nav-next span::before {
    margin-top: 2px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hc-offcanvas-nav.nav-levels-expand .nav-container .nav-next span::before,
.hc-offcanvas-nav.nav-levels-none .nav-container .nav-next span::before {
    margin-top: -2px;
    transform: translate(-50%, -50%) rotate(-135deg);
}

.hc-offcanvas-nav.rtl a.nav-next {
    border-left: none;
    border-right: 0px solid #fff;
}

.hc-offcanvas-nav.rtl li.nav-parent .nav-item {
    padding-right: 17px;
    padding-left: 58px;
}

#main-nav {
    display: none;
}

.hc-offcanvas-nav .nav-wrapper-0>.nav-content {
    padding-bottom: 41px;
}

.hc-offcanvas-nav h2 {
    font-weight: 400;
}

.hc-offcanvas-nav a {
    font-size: 16px;
}

.hc-offcanvas-nav li .custom-message {
    font-size: 12px;
}

.hc-offcanvas-nav li .custom-message a {
    color: #fff;
    font-size: 13px;
}

.hc-offcanvas-nav li .custom-message a:hover {
    text-decoration: none;
}

.hc-offcanvas-nav.nav-position-top ul.bottom-nav,
.hc-offcanvas-nav.nav-position-bottom ul.bottom-nav {
    position: relative;
    border-top: none;
}

.hc-offcanvas-nav.nav-position-top .nav-wrapper-0>.nav-content,
.hc-offcanvas-nav.nav-position-bottom .nav-wrapper-0>.nav-content {
    padding-bottom: 0;
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    border-top: 0px solid #101010;
    background: #101010;
}

.hc-offcanvas-nav ul.bottom-nav li {
    flex: auto;
}

.hc-offcanvas-nav ul.bottom-nav li a {
    padding: 10px;
    text-align: center;
    height: 100%;
    border-bottom: none;
}

.hc-offcanvas-nav ul.bottom-nav li svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
}

.hc-offcanvas-nav ul.bottom-nav li.prb svg {
    width: 18px;
    height: 18px;
}

.hc-offcanvas-nav.close-no-label:not(.rtl) .nav-title {
    padding-right: 60px;
}

.hc-offcanvas-nav.close-no-label .nav-title+ul>.nav-close:first-child a {
    position: absolute;
    width: 45px;
    height: 56px;
    top: 0;
    right: 0;
    transform: translateY(-100%);
}

/**update 1.9**/

.custom-nav .menu-dorpdown {
    width: 240px;
    margin: 0 auto;
    border-radius: 0px 0px 20px 20px;
}

.custom-nav .menu-dorpdown .sub-menu-section {
    border-radius: 0px 0px 20px 20px;
}

/**update 2.0**/

.hc-offcanvas-nav h2 {
    line-height: 36px;
}

a.smllbtnn {
    line-height: 45px;
    color: #fff;
    border-radius: 8px;
    padding: 0 20px;
    border: 0;
}

/**update 2.1**/

.ainosof-btn1 {
    padding: 2px;
    display: inline-block;
    outline: 0;
    color: rgb(255, 255, 255);
    background: -webkit-linear-gradient(left, #ffd523 0%, #ff7f00 16%, #ff271a 32%, #a139ff 48%, #0081ff 64%, #60b5ff 80%, #00e953 100%);
    background: linear-gradient(to right, #ffd523 0%, #ff7f00 16%, #ff271a 32%, #a139ff 48%, #0081ff 64%, #60b5ff 80%, #00e953 100%);
    border-radius: 30px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
}

.ainosof-btn1>span {
    display: block;
    padding: 0px 32px;
    line-height: 56px;
    font-size: 16px;
    background: #ffffff;
    border-radius: 30px;
    color: #050748;
}

.ainosof-btn2 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 0px 24px;
    line-height: 42px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 20px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ainosof-btn2:hover {
    background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ainosof-btn2:focus {
    outline: none;
}

.ainosof-btn2 {
    background-image: linear-gradient(to right, #f80c73, #ff974f, #ff5752, #ffc323);
    box-shadow: 0 10px 15px 0px rgb(175 0 87 / 20%);
}

.ainosof-btn3 {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 0px 32px;
    line-height: 56px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ainosof-btn3:hover {
    background-position: 99% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.ainosof-btn3:focus {
    outline: none;
}

.ainosof-btn3 {
    background-image: linear-gradient(to right, #ffbd84, #f80c73, #00d7ff, #017cfe);
    box-shadow: 0 4px 15px 0 rgb(90 75 194 / 15%);
}

.ainosof-btn3:hover,
.ainosof-btn2:hover {
    color: #fff;
}

.ainosof-btn4 {
    background: #ff0048;
    box-shadow: 0 10px 15px 0px rgb(56 0 189 / 20%);
}

.ainosof-btn5 {
    background: #00aded;
    box-shadow: 0 10px 15px 0px rgb(56 0 189 / 20%);
}

.ainosof-btn6 {
    background: #ff9e4a;
    box-shadow: 0 10px 15px 0px rgb(56 0 189 / 20%);
}

/**update 2.3**/

/*dark mode switch update*/

.custom-nav .nav-list {
    display: flex;
    align-items: center;
}

.mob-nav2 {
    align-items: center;
}

/**End-Update 2.1**/

.main-header {
    display: flex;
    align-items: center;
}

/**End-Update 2.1**/

/*contact form*/

#contactform .error-label .error {
    color: #ff0500;
    display: block;
    margin: 0;
    font-size: 12px;
    bottom: 10px;
    top: inherit;
    background: #fff;
    padding: 0 8px 0 8px;
}

.formicon {
    position: absolute;
    top: 15px;
    left: 20px;
}

.formicon1 {
    position: absolute;
    top: 15px;
    left: 5px;
}

.iconin .form-block input,
.iconin .form-block select,
.iconin .form-block textarea {
    padding: 0px 25px 0px 35px;
    border-radius: 0;
}

.iconin .form-block textarea {
    padding: 15px 35px 15px 35px;
    margin-top: 1px;
    line-height: 25px;
}

.iconin .floating-label label {
    left: 50px;
}

.loader-icon {
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    justify-content: center;
    align-items: center;
    background: #ffbd84;
    background: -moz-linear-gradient(left, #ffbd84 0%, #ff1f8e 100%);
    background: -webkit-linear-gradient(left, #ffbd84 0%, #ff1f8e 100%);
    background: linear-gradient(to right, #ffbd84 0%, #ff1f8e 100%);
}

.loader-icon:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid rgb(255 255 255 / 20%);
    border-top-color: #fff;
    animation: spinner .6s linear infinite;
}


.offcanvas-body .getintouchblock p {
    margin-bottom: 30px;
}

.custom-nav .nav-list li.hidedesktop {
    display: none;
}

.custom-nav .nav-list li.darkmodeswitch {
    display: block;
}

.right-end-btn {
    margin-left: 15px;
}

.custom-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
}

.sidebarform form {
    margin-bottom: 20px;
}

.navm- {
    position: relative;
}

div.custom-nav>ul>li:hover .nx-dropdown {
    opacity: 1;
    height: auto;
    overflow: inherit;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.nx-dropdown {
    -webkit-transform: perspective(600px) rotateX(-15deg);
    transform: perspective(600px) rotateX(-15deg);
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    width: 97vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 0px 0px 20px 20px;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 20px 20px -10px rgb(0 0 0 / 15%);
    box-shadow: 0px 20px 20px -10px rgb(0 0 0 / 15%);
}

input {
    accent-color: #ff1f8e;
}

.desc-home {
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
    color: yellow;
}

/*css code for mobile*/

@media(max-width:768px) {
    .btn-round- {
        height: 35px;
        width: 35px;
        line-height: 33px;
    }
    .btn-round- i {
        font-size: 18px;
    }
    .btn-br {
        padding: 0 10px;
    }
    .dsk-logo .nav-brand img{
        width:90px;
    }
}

.display-none {
    display: none;
}

.ml-10 {
    margin-left: 15px;
}

.br-10 {
    border-radius: 10px;
}

.landing-page-bread {
    width: 100%;
}

.landing-page-bread li {
    display: inline;
}

.landing-page-bread li a {
    color: #000;
}

.landing-page-bread li i {
    color: #fff !important;
}

.formcover {
    position: relative;
    min-height: 400px;
}

.form-loader {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 14px;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 7px solid transparent;
    border-top-color: #04052E;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

  .ain-breadcrumb {
           position: relative;
           overflow: hidden;

           background: var(--primary-color);

           border-top: 1px solid #edf0ff;
           border-bottom: 1px solid #edf0ff;

           padding: 18px 30px;
       }

       /* background decorations */

       .ain-breadcrumb::before {
           content: '';

           position: absolute;

           left: -80px;
           top: -70px;

           width: 220px;
           height: 220px;

           background: rgba(2, 0, 102, .03);

           border-radius: 50%;
       }

       .ain-breadcrumb::after {

           content: '';

           position: absolute;

           right: -50px;
           bottom: -60px;

           width: 180px;
           height: 180px;

           background: rgba(192, 0, 99, .04);

           border-radius: 50%;
       }

       .ain-breadcrumb-inner {

           position: relative;
           z-index: 2;
       }

       .ain-breadcrumb-list {

           display: flex;
           align-items: center;
           gap: 12px;

           margin: 0;
           padding: 0;

           list-style: none;

           flex-wrap: wrap;
       }

       .ain-breadcrumb-list li {

           font-size: 14px;

           color: #666;
       }

       .ain-breadcrumb-list a {

           color: #fff;

           text-decoration: none;

           font-weight: 600;

           transition: .3s;
       }

       .ain-breadcrumb-list a:hover {

           color: var(--secondary-color);
       }

       .ain-breadcrumb-list i {

           font-size: 12px;
           color: #fff;
       }

       .ain-breadcrumb-list i:hover {
           color: var(--secondary-color);
       }

       .ain-breadcrumb-list .active {

           color: #fff;

           font-weight: 600;
       }

       @media(max-width:768px) {

           .ain-breadcrumb {

               padding: 14px 0;

           }

           .ain-breadcrumb-list {

               gap: 8px;

           }

           .ain-breadcrumb-list li {

               font-size: 13px;

           }

       }
       
       .color-white{
           color:#fff;
       }
       
       
       
       /*remove from reposive.css file*/
       /*========================================
RESPONSIVE - MOBILE MENU & HEADER
========================================*/

/* Show mobile menu trigger */
@media only screen and (max-width: 1150px) {
    .mobile-menu2 {
        display: block;
    }
    .custom-nav .nav-list {
        display: none;
    }
    .hidedesktop {
        display: block !important;
    }
    .hidemobile {
        display: none !important;
    }
}

/* =========================================
MAIN HEADER - MOBILE
========================================*/

@media only screen and (max-width: 991px) {
    .main-header.sticky {
        height: 65px;
    }
    .main-header.sticky .dsk-logo {
        line-height: 65px;
    }
    .main-header.sticky .nav-brand img {
        max-height: 55px;
    }
}

/* =========================================
HEADER - SMALL SCREENS
========================================*/

@media only screen and (max-width: 520px) {
    .main-header {
        padding: 0 15px;
        height: 55px;
    }
    .m-pad {
        padding: 0;
    }
}

/* =========================================
HERO SECTION - RESPONSIVE
========================================*/

@media only screen and (max-width: 991px) {
    .hero-section {
        padding-top: 120px;
        padding-bottom: 80px;
        height: auto;
    }
}

/* =========================================
GENERAL - MOBILE
========================================*/

@media only screen and (max-width: 767px) {
    .pad-tb {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mobile-none {
        display: none;
    }
    .showin-mobile {
        display: block;
    }
}

/* =========================================
MOBILE MENU - TOGGLE VISIBILITY
========================================*/

@media only screen and (max-width: 1150px) {
    .navm- {
        display: block !important;
    }
}

/* =========================================
CONTAINER - RESPONSIVE
========================================*/

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

/* =========================================
PRIVACY POLICY PAGES - MOBILE OVERRIDES
========================================*/

@media only screen and (max-width: 991px) {
    .privacy-policy-hero .privacy-row {
        display: flex;
        flex-wrap: wrap;
    }
}

/* =========================================
MOBILE MENU - CUSTOM STYLES
========================================*/

/* Mobile menu trigger */
.mobile-menu2 {
    display: none;
}

.mob-nav2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mob-nav2 li {
    position: relative;
}

/* Toggle button */
.toggle {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.toggle span {
    display: block;
    width: 100%;
    /*height: 100%;*/
}

.toggle span svg {
    width: 100%;
    height: 100%;
    stroke: #050748;
    transition: transform 0.3s ease;
}

.toggle.toggle-open span svg {
    transform: rotate(90deg);
}

/* Mobile menu */
#main-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 85%;
    height: 100%;
    background: #101010;
    z-index: 9999;
    padding: 70px 20px 20px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    box-shadow: -5px 0 20px rgba(0,0,0,0.2);
}

#main-nav.nav-open {
    display: block;
    transform: translateX(0);
}

/* Mobile menu links */
#main-nav .first-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

#main-nav .first-nav > li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

#main-nav .first-nav > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

#main-nav .first-nav > li > a:hover {
    color: #ff1f8e;
}

#main-nav .first-nav > li > a::after {
    content: '+';
    font-size: 18px;
    transition: 0.3s;
}

#main-nav .first-nav > li.active > a::after {
    transform: rotate(45deg);
}

/* Submenus */
#main-nav .first-nav ul {
    display: none;
    padding-left: 15px;
    margin: 0;
    list-style: none;
}

#main-nav .first-nav li.active > ul {
    display: block;
}

#main-nav .first-nav ul li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

#main-nav .first-nav ul li a {
    display: block;
    padding: 10px 0;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}

#main-nav .first-nav ul li a:hover {
    color: #ff1f8e;
    padding-left: 5px;
}

/* Nested submenus (3rd level) */
#main-nav .first-nav ul ul {
    padding-left: 15px;
}

#main-nav .first-nav ul ul li a {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
}

/* Bottom nav */
#main-nav .bottom-nav {
    list-style: none;
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#main-nav .bottom-nav li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

#main-nav .bottom-nav li a:hover {
    background: rgba(255,255,255,0.1);
}

#main-nav .bottom-nav li a svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9998;
    display: none;
}

.menu-overlay.show {
    display: block;
}

/* =========================================
RESPONSIVE
========================================*/

@media only screen and (max-width: 1150px) {
    .mobile-menu2 {
        display: block !important;
    }
    .custom-nav .nav-list {
        display: none !important;
    }
}

@media only screen and (min-width: 1151px) {
    #main-nav {
        display: none !important;
    }
    .mobile-menu2 {
        display: none !important;
    }
}



/* ===== HEADING ===== */
.trust-heading {
    text-align: center;
    padding: 0 20px 20px;
}

.trust-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #eef3ff;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 22px;
    border-radius: 50px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.trust-tag svg {
    width: 16px !important;
    height: 16px !important;
}

.trust-heading h3 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 28px;
    margin-bottom: 0;
}

.trust-heading h3 span {
    color: var(--secondary-color);
}

.trust-line {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--secondary-color), #e0338a);
    border-radius: 50px;
    margin: 7px auto 0;
}
@media (max-width: 767px) {
    .trust-documents {
        padding: 20px 0 20px;
    }

    .trust-heading {
        padding: 0 15px 15px
    }

    .trust-heading h3 {
        font-size: 24px;
    }

    .trust-heading h3 span {
        display: block;
    }

    .trust-tag {
        font-size: 11px;
        padding: 6px 16px;
    }
       .trust-heading h3 {
        font-size: 20px;
    }
}
/* Success Message Styles */
