/** Global Start **/
.position-static {
    position: static !important;
}
/** Global end **/

/** Home About Section start **/

#about-section {
    position: relative;
}

.elementor-element.e-con-full.abs-img-container.e-flex.e-con.e-child {
    max-height: 700px;
}

.elementor-element.e-con-full.abs-img-container.e-flex.e-con.e-child img {
    mix-blend-mode: normal;
}

@media (max-width: 992px) {
    .abs-img-container {
        position: relative !important;
    }
}

/** Home About Section end **/

/** Header start **/

.main-header .elementor-nav-menu--main li > a[href="javascript:;"] {
    cursor: default;
}

.main-header .header-btn a {
    background-color: #073244;
    color: #FFFFFF !important;
    font-weight: 500;
    font-size: 16px;
    margin: 0px;
    border-radius: 999px !important;
    display: inline-block;
    padding: 10px 24px !important;
    position: relative;
    background-image:linear-gradient(#8EC54F, #8EC54F);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: 300ms ease-out;
}

.main-header .elementor-nav-menu .sub-arrow {
    display: none;
    }
    
.main-header .header-btn {
    padding-left: 0px !important;
}

.main-header .menu-item .menu-link a span {
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 300ms ease-out;
}

.main-header .menu-item .menu-link a span:hover {
    background-size: 100% 1px;
}

/* Active page */
.main-header .menu-item.current-menu-item > a .menu-text {
    background-size: 100% 1px;
}

/* Active parent / ancestor (About) */
.main-header .menu-item.current-menu-parent > a .menu-text,
.main-header .menu-item.current-menu-ancestor > a .menu-text {
    background-size: 100% 1px;
}


.main-header .sub-menu-item .menu-link a{
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 300ms ease-out;
}

.main-header .sub-menu-item .menu-link a:hover {
    background-size: 100% 1px;
}

.main-header .header-btn a:hover {
    background-size: 100% 100%;
    color: #042736 !important;
}

.main-header .sub-menu-item {
    width: 250px;
}

.main-header .sub-menu .elementor-nav-menu--dropdown .sm-nowrap {
    left: -20px;
}

.main-header.elementor-sticky {
    transition: all 0.3s ease;
}

.main-header.elementor-sticky--effects {
    padding: 8px 0px !important;
    box-shadow: 0 6px 10px rgba(0, 0,
            0, .04) !important;
}

.main-header .sub-menu.elementor-nav-menu--dropdown {
    margin-left:
        -21px !important;
}

@media screen and (max-width: 992px) {
    
    /* Dropdown background default */
.main-header .elementor-nav-menu--dropdown {
    background-color: #F6F6F6 !important;
}

/* Dropdown item hover */
.main-header .elementor-nav-menu--dropdown li > a:hover,
.main-header .elementor-nav-menu--dropdown li > a:focus {
    background-color: #F6F6F6 !important;
}

/* Dropdown active / current item */
.main-header .elementor-nav-menu--dropdown li.current-menu-item > a,
.main-header .elementor-nav-menu--dropdown li.current_page_item > a,
.main-header .elementor-nav-menu--dropdown li.current-menu-ancestor > a,
.main-header .elementor-nav-menu--dropdown li > a.elementor-item-active {
    background-color: #F6F6F6 !important;
}

    .elementor-sticky--effects {
        padding: 12px 0px;
        box-shadow: 0 6px 10px rgba(0,
                0, 0, .04);
    }
    
    .main-header span.elementor-menu-toggle__icon--close:before {
    content: "Close";
    color: #042736;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.4;
    position: absolute;
    left: -50px;
    font-family: "Libre Franklin";
}
    
    .main-header span.elementor-menu-toggle__icon--close {
    border-radius: 100px;
    width: 40px;
    border: 1px solid rgba(6, 41, 55, .1215686275);
    margin-left: 8px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .main-header span.elementor-menu-toggle__icon--close svg {
    width: 16px;
}
    
    .main-header .menu-item .menu-link a span:hover {
    background-size: 0%;
}
    .main-header .elementor-nav-menu .sub-arrow {
    display: block;
    }
    
    .main-header .elementor-item.elementor-item-anchor.has-submenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .main-header .header-btn {
        padding: 32px 16px !important;
    }

    .main-header .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        min-height:
            calc(100vh - 66px);
            left: 0 !important;
        position: fixed;
        top: 66px !important;
    }

    .main-header .sub-menu-item {
        background: #dfe6e8;
        border-top: 1px solid rgba(6, 41, 55, .1215686275);
        width: 100%;
        padding: 0px 24px !important;
    }

    .main-header a.elementor-sub-item {
        background: #dfe6e8 !important;
    }
    
}

@media screen and (max-width: 576px) {
    .main-header .header-btn a {
        display: block;
    }

    .main-header .header-btn a span {
        text-align: center;
        display: block;
    }
}

.main-header .elementor-item.has-submenu .sub-arrow svg {
    transition: transform 0.3s ease;
}

.main-header .elementor-item.has-submenu[aria-expanded="true"] .sub-arrow svg {
    transform: rotate(180deg);
}

.main-header .elementor-menu-toggle{
    padding: 5px 0 5px 5px;
}

.main-header .elementor-nav-menu--main .elementor-nav-menu .sub-menu-item a{
    line-height : 22.4px;
}

/** Header end **/


/** Footer Start **/

.footer .menu-item .menu-link  a span{
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 300ms 
ease-out;
}

.footer .menu-item .menu-link  a:hover span{
    background-size: 100% 1px;
}

.footer .footer-link a{
    position: relative;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 300ms 
ease-out;
}

.footer .footer-link a:hover{
    background-size: 100% 1px;
}

@media screen and (max-width: 992px) {
.footer .menu-item .menu-link {
    width: 50%;
    padding-right: 20px;
    margin-bottom : 12px;
}

.footer .elementor-element.elementor-element-61b012c.menu-item.elementor-nav-menu--dropdown-none.elementor-widget.elementor-widget-nav-menu {
    width: 100%;
}

    .footer .elementor-nav-menu--layout-horizontal {
        display: inline-grid;
        align-content: space-between;
    }
}

/** Footer End **/

/** Footer CTA start **/
.footer-cta .footer-cta-img img {
    object-position: 60% 100% !important;
}

.footer-cta .elementor-heading-title{
    filter: blur(15px);
    transition: filter .7s ease;
    animation-name: fadeInUp;
    animation-name: unset;
    animation-duration: unset;
    opacity: 1 !important;
}

.footer-cta .elementor-widget-heading.animated .elementor-heading-title{
    filter: blur(0) !important;
}

.footer-cta .footer-btn a{
    background-image: linear-gradient(#50CDEF, #50CDEF);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 300ms ease-out;
    font-weight: 500 !important;
}
.footer-cta .footer-btn a:hover {
    background-size: 100% 100%;
}

.footer-cta .call-btn a{
    background-image: linear-gradient(#ffffff4d,#ffffff4d);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 300ms ease-out;
}

.footer-cta .call-btn a:hover {
    background-size: 100% 100%;
}

/** Footer CTA end **/

/** COOKIE **/
#cookie-notice {
  background: transparent !important;
  font-size: 14px;
  line-height: 20px;
  z-index: 1050;
}

@media (max-width: 575.98px) {
  #cookie-notice {
    font-size: 13px;
  }
}

#cookie-notice.cn-position-bottom {
  bottom: 16px;
}

#cookie-notice .cookie-notice-container {
  background-color: #073244;
  box-shadow: none;
  border-radius: 0;
  font-family: "Libre Franklin";
  margin: 0 auto;
  max-width: 424px;
  padding: 24px 48px 24px 24px;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  margin-left: auto;
  margin-right: 16px;
  color: #DFE6E8;
}

@media (max-width: 575.98px) {
  #cookie-notice .cookie-notice-container {
    max-width: 95%;
    padding: 20px 40px 20px 20px;
    margin: auto;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-text,
#cookie-notice .cookie-notice-container #cn-notice-buttons {
  display: inline-block !important;
  text-align: left;
}

@media (max-width: 575.98px) {
  #cookie-notice .cookie-notice-container #cn-notice-text,
  #cookie-notice .cookie-notice-container #cn-notice-buttons {
    width: 100%;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}

@media (max-width: 575.98px) {
  #cookie-notice .cookie-notice-container #cn-notice-buttons {
    width: 40px;
    height: 40px;
  }
}

#cookie-notice .cookie-notice-container #cn-notice-buttons .cn-button {
  font-size: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../images/icon-close-white.svg") no-repeat center center !important;
  background-size: 16px;
}

#cookie-notice .cookie-notice-container .cn-text-container {
  margin-bottom: 0;
}

#cookie-notice .cookie-notice-container .cn-text-container a {
    color: #dfe6e8;
    --underline-width: 100%;
    padding: 0;
    background: linear-gradient(currentColor 0 0) bottom left / var(--underline-width, 100%) 1px no-repeat;
    display: inline;
    outline: 0;
    text-decoration: none;
    transition: background-size 150ms;
    word-wrap: break-word;
}

#cookie-notice .cookie-notice-container .cn-text-container a:hover {
  --underline-width: 0;
}

#cookie-notice .cookie-notice-container .cn-button {
  margin: 0 0 0 15px;
}

@media (max-width: 575.98px) {
  #cookie-notice .cookie-notice-container .cn-button {
    margin: 0;
  }
}

#cookie-notice .cookie-notice-container .cn-button.btn-primary {
  font-size: 14px;
  font-weight: 500;
  min-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

#cookie-notice .cookie-notice-container .cn-button.btn-primary:before {
  content: normal;
}

#cookie-notice .cookie-notice-container .cn-button.btn-primary:hover {
  background-color: #50cdef;
}

#cookie-notice #cn-close-notice {
  display: none;
}

@keyframes scale-up {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


.testimonial .elementor-element.belvedere-slider .swiper-slide .swiper-slide-inner{
      opacity: 0;
      transform: translateX(0px) scale(1);
      transition:
        opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) !important;
      will-change: transform, opacity;
}
.testimonial .elementor-element.belvedere-slider .swiper-slide.swiper-slide-active .swiper-slide-inner,
.testimonial .elementor-element.belvedere-slider .swiper-slide.is-entering.swiper-slide-active .swiper-slide-inner{
 opacity: 1;
        transform: translateX(0) scale(1);
        z-index: 2;
 }

.testimonial .elementor-element.belvedere-slider .swiper-slide.is-exiting .swiper-slide-inner{
 opacity: 0;
        transform: translateX(20px);
 }

.testimonial .elementor-element.belvedere-slider .swiper-slide.is-entering .swiper-slide-inner{
        opacity: 0;
        transform: translateX(-20px) scale(1);
        z-index: 1;
}

.elementor-slides .swiper-slide-bg {
    display: none !important;
}

.testimonial .elementor-element.belvedere-slider .swiper-slide-contents {
    max-width: 100% !important;
    display: flex !important;
    flex-flow: column !important;
    justify-content: space-between !important;
}


.testimonial element.style {
    bottom: -50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -40px !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.testimonial .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{
    margin : 0;
}

.testimonial .elementor-element.elementor-pagination-position-outside .swiper{
    padding : 0 !important;
}

@media(max-width:992px){
    .testimonial .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
        display : none !important;
    }
}
