.elementor-107262 .elementor-element.elementor-element-1624603:not(.elementor-motion-effects-element-type-background), .elementor-107262 .elementor-element.elementor-element-1624603 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-107262 .elementor-element.elementor-element-1624603 > .elementor-container{max-width:1400px;}.elementor-107262 .elementor-element.elementor-element-1624603{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:20px 0px 20px 0px;z-index:120;}.elementor-107262 .elementor-element.elementor-element-1624603 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-107262 .elementor-element.elementor-element-78a99888:not(.elementor-motion-effects-element-type-background), .elementor-107262 .elementor-element.elementor-element-78a99888 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-107262 .elementor-element.elementor-element-78a99888 > .elementor-container{max-width:1400px;}.elementor-107262 .elementor-element.elementor-element-78a99888{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-107262 .elementor-element.elementor-element-78a99888 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-107262 .elementor-element.elementor-element-53fe7e1 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-107262 .elementor-element.elementor-element-53fe7e1 > .elementor-element-populated{padding:0px 0px 0px 0px;}}@media(max-width:767px){.elementor-107262 .elementor-element.elementor-element-1624603{z-index:10;}.elementor-107262 .elementor-element.elementor-element-78a99888{z-index:10;}.elementor-107262 .elementor-element.elementor-element-53fe7e1{width:100%;}.elementor-107262 .elementor-element.elementor-element-53fe7e1 > .elementor-element-populated{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-6a79f03e */@media(min-width: 1024px) {
    #caas-mobile-main-nav {
     display: none;
    }
}

@media(min-width:1024px){
    
nav {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 32px;
    position: relative;
    z-index: 100;
    background: #FFF;
}   

.main-logo-wrap {
    position: relative;
     z-index: 100;
}

.main-logo {
    min-width: 160px;
}

.main-logo-underline {
    position: absolute;
    bottom: -10px;
    left: 47%;
    transform: translateX(-50%);
    width: 55%;
}

#caas-desktop-menu-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
}    
#caas-desktop-main-menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 24px;
    padding-left: 0;
    margin-bottom: 0;
}  

#caas-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;
}

#caas-desktop-main-menu li:last-of-type a {
  color: #130c34;
}

#caas-desktop-main-menu li:first-of-type:hover a {
    color:#130c34;
}

#caas-desktop-menu {
    list-style: none;
    padding-left: 0;
    font-family: "Red Hat", sans-serif;
    font-weight: 700;
    color:#130c34;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 0;
}

#caas-desktop-menu > a, .caas-header-btns{
    flex-basis: 18%;
}
.caas-header-btns{
    /*display: flex;*/
    /*justify-content: flex-end;*/
}

#caas-desktop-menu li{
    color: #130c34;
}
#caas-desktop-menu li a {
    text-decoration: none;
    color:#130c34 !important;
    display:block;
}
#caas-desktop-menu > li {
    justify-content: center;
    position: relative;
    font-size: 16px;
    margin-right: 40px;
    line-height: 24px;
    user-select: none;
}

#caas-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;
}

#caas-desktop-menu > li:last-of-type{
    margin-right: 0;
}

#caas-desktop-menu ul:before {
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: -20px;
    width: 100%;
}

#caas-desktop-menu > li:hover::after {
    cursor: default;
    transform: scaleX(1);
}
#caas-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: 30px;
    transform: translate(-50%);
    width: 400px;
    transition: all 0.3s ease-out;
}

#caas-desktop-menu li:hover ul{
    /*display: block;*/
    max-height: 500px;
}

.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;
}

#caas-desktop-menu li ul li a i{
    transition: all .25s ease;
    font-size:14px;
    color: #fff;
    padding-right: 40px;
    transform: translateX(-50px);
}

#caas-desktop-menu li ul li:hover a i{
    color:#130c34;
    transform: translateX(0);
}
#caas-desktop-menu li ul li{
    margin:24px 0;
}

.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;
}
#caas-desktop-menu li ul li:hover .submenu-item-subtext, nav ul li ul li:hover a{
    color: #130c34;
}
.fade-in { 
    animation: fadeIn .2s; 
}

.caas-header-btns {
    transform: translateY(12px);
}
  
.caas-header-btns button {
    width: 100%;
    background: #130c34 !important;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    height: 48px;
    border-radius: 25px;
    font-family: red hat, sans-serif;
    font-weight:700;
    border: 2px solid transparent;
    white-space: pre;
    transition:.2s all ease;
  }
  .caas-header-btns button:hover {
      background:#111 !important;
  }
}

  @keyframes fadeIn {
    0% {
        opacity: 0; 
    }
    100% { 
        opacity: 1; 
    }
  }

@media(max-width:1200px) {
    #caas-desktop-menu > li {
        margin-right: 32px;
    }
}
  @media(max-width:1024px) {
      #caas-dectop-menu-wrap, #caas-desktop-menu, .caas-header-btns{
          display:none;
      }
  }

  @media(max-width:1160px) {
      nav {
          gap: 16px;
      }
     #caas-desktop-menu > li {
         margin-right: 20px;
     }
  }  
  
  @media(max-width:1024px){
      #caas-desctop-nav, #caas-dectop-menu-wrap, #caas-desktop-main-menu, #caas-desktop-menu, .caas-header-btns{
          display: none;
      }
  }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1624603 */.elementor-107262 .elementor-element.elementor-element-1624603 {
    display: none;
}

@media(min-width: 1024px) {
    .elementor-107262 .elementor-element.elementor-element-1624603 {
        display: block;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b5b230f */@media(min-width: 1025px) {
    #caas-mobile-main-nav {
     display: none;
    }
}



@media(max-width: 1024px) {
#caas-mobile-main-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    z-index: 100;
    position: relative;
    padding: 20px 30px;
}   

.main-logo-wrap {
    position: relative;
}

.main-logo {
    width: 160px;
}

.main-logo-underline {
    position: absolute;
    bottom: -11px;
    left: 47%;
    transform: translateX(-50%);
    width: 55%;
}

.contact-mobile {
    background:#130c34;
    color:#fff;
    padding:8px 10px;
    border: none;
    border-radius:25px;
    font-size: 14px;
    font-family: "Red Hat", Sans-serif;
    font-weight: 700;
    transition:.2s all ease;
}
.contact-mobile:hover {
    background:#111;
    color: #fff;
}

.contact-mobile:active,
.contact-mobile:focus {
     background:#111;
     color: #fff;
     font-family: "Red Hat", Sans-serif;
     font-weight: 700;
}

.contact-mobile-menu {
    margin-top: 48px;
    padding: 8px 20px;
    font-size: 16px;
}

.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: #FFF;
    transform: translateX(110%);
    z-index: 110;
    position: absolute;
    right: 0;
    top: 90px;
    width: 100%;
    height: calc(100vh - 90px);
    transition: all 0.4s;
    padding: 12px 30px;
    overflow-y: scroll;
}

.menu-visible {
    transform: translateX(0%);
}

#caas-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;
    width: 100%;
}

#caas-mobile-main-menu a {
    width: 50%;
    height: 100%;
}


#caas-mobile-main-menu a:last-of-type {
    color: #130c34;
    width: 100%;
    height: 100%;
    padding: 5px 0px 5px 0; 
    text-align: right;
}

#caas-mobile-main-menu a:first-of-type {
    color:#8d8b97;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 5px 0 5px 0px;
    transition: color 0.25s ease-out;
}

#caas-mobile-main-menu a:first-of-type:hover {
    color: #130c34;
}

#caas-mobile-menu {
    list-style: none;
    padding-top: 24px;
    padding-bottom: 64px;
    padding-left: 0;
    width: 100%;
}

#caas-mobile-menu li {
  font-size: 20px;
  font-weight: 500;
  padding: 16px 0;
}

#caas-mobile-menu > li > a {
    display: inline-block;
    width: 100%;
}

.sub-menu-btn {
   cursor: pointer;
   width: 100%;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.sub-menu-btn div {
      width: 100%;
       display: flex;
       justify-content: space-between;
       align-items: center;
}


.sub-menu-icon {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 40px;
    transition: transform 0.4s;
}

.active-sub-menu {
    transform: rotate(-180deg);
}

.sub-menu {
   list-style: none;
   padding-left: 20px;
   overflow: hidden;
   max-height: 0;
   transition: max-height 0.4s ease-out;
}

.sub-menu li a {
    display: block;
    width: 100%;
    height: 100%;
}

.sub-menu li a span {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

}

@media(max-width: 768px) {
    .contact-mobile-menu {
        display: block;
    }
    
    .contact-mobile-header {
        display: none;
    }
    
}

@media(min-width: 769px) {
    .contact-mobile-menu {
        display: none;
    }
    
    .contact-mobile-header {
        display: block;
    }
    
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-78a99888 */@media(min-width: 1025px) {
.elementor-107262 .elementor-element.elementor-element-78a99888 {
     display: none;
    }
}/* End custom CSS */