.elementor-140812 .elementor-element.elementor-element-68a28300:not(.elementor-motion-effects-element-type-background), .elementor-140812 .elementor-element.elementor-element-68a28300 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-140812 .elementor-element.elementor-element-68a28300 > .elementor-container{max-width:1400px;}.elementor-140812 .elementor-element.elementor-element-68a28300{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 0px 20px 0px;z-index:120;}.elementor-140812 .elementor-element.elementor-element-68a28300 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-140812 .elementor-element.elementor-element-5e32ea33:not(.elementor-motion-effects-element-type-background), .elementor-140812 .elementor-element.elementor-element-5e32ea33 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-140812 .elementor-element.elementor-element-5e32ea33 > .elementor-container{max-width:1400px;}.elementor-140812 .elementor-element.elementor-element-5e32ea33{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-140812 .elementor-element.elementor-element-5e32ea33 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-140812 .elementor-element.elementor-element-5e32ea33{padding:0px 0px 0px 0px;}.elementor-140812 .elementor-element.elementor-element-6cb22737 > .elementor-widget-container{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-140812 .elementor-element.elementor-element-68a28300{z-index:10;}.elementor-140812 .elementor-element.elementor-element-5e32ea33{padding:0px 0px 0px 0px;z-index:10;}}/* Start custom CSS for html, class: .elementor-element-735576b2 */@media(min-width:1025px) {
    
nav {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    z-index: 100;
}   

.main-logo {
    min-width: 140px;
}

#desktop-menu-wrap {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    align-items: flex-end;
    gap: 40px;
    width: 100%;
} 

#desktop-main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 0;
}  

#desktop-main-menu li a {
    font-family: "Red Hat", sans-serif;
    font-weight: 700;
    color:#8d8b97;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
    position: relative;
    transition: color 0.2s ease-out;
}

#desktop-main-menu li:first-of-type a {
  color: #130c34;
}

#desktop-main-menu li:last-of-type:hover a {
    color:#130c34;
}

#desktop-menu {
    padding-left: 0;
    font-family: "Red Hat", sans-serif;
    font-weight: 700;
    color:#130c34;
    display: flex;
    justify-content: end;
    list-style: none;
}

#desktop-menu > a, .header-btns {
    flex-basis: 18%;
}
.header-btns {
    display: flex;
    justify-content: flex-end;
}

#desktop-menu li{
    color: #130c34;
}
#desktop-menu li a {
    text-decoration: none;
    color:#130c34 !important;
    display:block;
}
#desktop-menu > li {
    justify-content: center;
    position: relative;
    font-size:16px;
    margin-right: 20px;
    line-height: 24px;
    user-select: none;
}

#desktop-menu > li::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 2px;
  left: 0;
  background-color: #130c34;
  transform-origin: bottom left;
  transition: transform 0.2s ease-out;
}

#desktop-menu > li:last-of-type{ 
    margin-right: 0;
}
#desktop-menu ul:before {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: -20px;
    width: 100%;
}

#desktop-menu > li:hover::after {
    cursor: default;
    transform: scaleX(1);
}

#desktop-menu li ul{
    list-style: none;
    background:#fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    max-height: 0;
    overflow: hidden;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50px;
    transform: translate(-50%);
    width: 400px;
    transition: all 0.3s ease-out;
}

#desktop-menu li:hover ul{
    /*display: block;*/
    max-height: 700px;
}

.slim{
    max-width:280px;
}

.desktop-submenu-item a {
    font-weight: 700;
    color: #130c34;
}

.desktop-submenu-item a div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#desktop-menu li ul li a i{
    transition: all .25s ease;
    font-size:14px;
    color: #fff;
    padding-right: 40px;
    transform: translateX(-50px);
}


#desktop-menu li ul li:hover a i{
    color:#130c34;
    transform: translateX(0);
}

#desktop-menu li ul li{
   margin:24px 0;
}


.new-text {
   color: #1EE66E;
   font-size: 14px;
   position: absolute;
   top: -11px;
   right: -15px;
}

.submenu-max{
    max-width: max-content;
}
.submenu-item-subtext {
    display: block;
    padding-top:4px;
    font-size:14px;
    font-weight: 700;
    color:#5a5571;
    font-family: 'Overpass', sans-serif;
}

#desktop-menu li ul li:hover a span, nav ul li ul li:hover a {
    color: #130c34;
}

.fade-in { 
    animation: fadeIn .2s; 
}

.header-btns {
    transform: translateY(12px);
}
  
.header-btns a{
    background:#130c34;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-family: red hat, sans-serif;
    font-weight:700;
    border: 2px solid transparent;
    white-space: pre;
    transition:.2s all ease;
  }
  .header-btns a:hover{
      background:#111;
      color: #fff;
  }
  .header-btns a:first-of-type{
    background:#f5f7f9;
    border: 2px solid #f5f7f9;
    color: #130c34;
    margin-right:8px;
  }
  .header-btns a:first-of-type:hover{
    background:#eee;
    border: 2px solid #eee;
    color: #130c34;
    margin-right:8px;
  }
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }

/*@media(max-width:1400px) {*/
/*    #desktop-menu > li {*/
/*        font-size:14px;*/
/*    }*/

/*}*/

@media(max-width:1200px) {
    #desktop-menu > li {
        /*margin-right: 32px;*/
    }
}
  @media(max-width:1024px){
      #dectop-menu-wrap, #desktop-menu, .header-btns{
          display:none;
      }
  }

  @media(max-width:1100px){
      nav {
          gap: 16px;
      }
     #desktop-menu > li {
         margin-right: 20px;
     }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cb22737 */@media(max-width: 1024px) {

#mobile-main-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    z-index: 100;
    position: relative;
    padding: 20px;
}   

.main-logo {
    min-width: 160px;
}

.app-mobile {
    background: #130c34;
    color: #fff !important;
    padding:8px 10px;
    border-radius:25px;
    font-size: 16px;
    font-family: "Red Hat", Sans-serif;
    transition:.2s all ease;
}
.app-mobile:hover {
    background:#111;
    color: #fff;
}


.app-mobile-menu {
    margin-top: 48px;
    padding: 8px 20px;
    font-size: 16px;
    width: fit-content;
}


.menu {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  overflow-x: hidden;
  
}

.menu:hover {
    background-color: transparent;
}

.line {
  fill: none;
  stroke: #130c34;
  stroke-width: 8;
  transition: stroke-dasharray 400ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}


.mobile-menu {
    background: #FFFFFF;
    transform: translateX(100%);
    z-index: 110;
    position: absolute;
    right: 0;
    top: 90px;
    width: 100vw;
    height: calc(100vh - 90px);
    overflow-y: scroll;
    transition: all 0.4s;
    padding: 12px;
}

.menu-visible {
    transform: translateX(0px);
}

#mobile-main-menu {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 12px;
    font-size: 20px; 
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCCCCCDD;
}

#mobile-main-menu a {
    width: 50%;
    height: 100%;
    text-align: center;
}

#mobile-main-menu a:first-of-type {
    color: #130c34;
    width: 100%;
    height: 100%;
    padding: 5px 0; 
}


#mobile-main-menu a:last-of-type {
    color:#8d8b97;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 0; 
}

#mobile-main-menu a:last-of-type:hover {
    color: #130c34;
}

#mobile-menu {
    list-style: none;
    padding-top: 24px;
    padding-bottom: 64px;
}

#mobile-menu li {
  font-size: 20px;
  font-weight: 500;
  padding: 16px 0;
}

#mobile-menu li a {
  width: 100%;
  display: inline-block;
}


.sub-menu-btn, .sub-menu-btn-1 {
   cursor: pointer;
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.sub-menu-icon, .sub-menu-icon-1 {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 40px;
    transition: transform 0.4s;
}

.active-sub-menu {
    transform: rotate(-180deg);
}

.new-text {
   color: #6e1ee6;
}

.sub-menu, .sub-menu-1 {
   list-style: none;
   padding-left: 20px;
   overflow: hidden;
   max-height: 0;
   transition: max-height 0.4s ease-out;
}

.sub-menu li a span, .sub-menu-1 li a span  {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

}


@media(max-width: 768px) {
    .app-mobile-menu {
        display: block;
    }
    
    .app-mobile-header {
        display: none;
    }
    
}

@media(min-width: 769px) {
    .app-mobile-menu {
        display: none;
    }
    
    .app-mobile-header {
        display: block;
    }
    
}/* End custom CSS */