.header_main {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.3s;
    background: transparent;
}
.sticky_logo{
    display: none;
}
.header_main.sticky-header .sticky_logo{
    display: block;
}
.header_main.sticky-header .logo{
    display: none;
}
.header_main.sticky-header .elementor-nav-menu--main .elementor-item{
    color: #1E2910 !important;
}
.header_main.sticky-header{
    background: #FFF;
}
.header_main a {
   text-align: left;
}
.header_main.sticky-header a img {
    max-width: 202px;
    transition: 0.5s all ease-in-out;
}
.header_main .elementor-nav-menu li:first-of-type {
    display: none;
}
.header_main .elementor-menu-toggle:after {
    position: absolute;
    top: 0px;
    content: "Menu";
    left: -50px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}
.header_main.sticky-header .elementor-menu-toggle:after {
    color: #1E2910;
}
.header_main .elementor-menu-toggle .elementor-menu-toggle__icon--open svg{
    width: 100%;
    max-width: 20px;
}



@media (max-width:768px) {
    .header_main nav.elementor-nav-menu--dropdown .elementor-nav-menu {
        padding: 153px 0 25px 0;
    }
    
    .header_main .elementor-menu-toggle {
        padding: 0;
        z-index: 9999;
    }
    .header_main nav.elementor-nav-menu--dropdown {
        position: fixed !important;
        height: calc(100% + 39px) !important;
        width: 100% !important;
        left: 0 !important;
        top: -39px !important;
        backdrop-filter: blur(10px);
        background: #1E2910 !important;
    }
    .header_main.sticky-header .sticky_logo, .header_main .logo{
        z-index: 1;
    }
    .header_main nav.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-item {
        line-height: 52px !important;
        background: transparent;
        display: inline-block;
        margin: 0 45px;
        transition: all 0.3s;
    }
    .header_main.sticky-header .elementor-menu-toggle .elementor-menu-toggle__icon--open svg path {
        fill: #1E2910 !important;
        stroke: #1E2910 !important;
    }
    .header_main.sticky-header .elementor-menu-toggle.elementor-active svg {
        fill: #FFF !important;
        stroke: #1E2910 !important;
    }
    .header_main .elementor-nav-menu li:first-of-type{
        display: block  ;
    }
    /* .header_main .e-con-inner{
        align-items: end !important;
    } */
    .header_main.sticky-header .e-con-inner{
        flex-direction: row;
        align-items: center !important;
        padding: 20px 0;
    }
    .toggleOpenMenu .header_main .e-con-inner{
        flex-direction: row;
        align-items: center !important;
    }
    .toggleOpenMenu .header_main .logo img{
        max-width: 202px !important;
    }
    .toggleOpenMenu .header_main .elementor-nav-menu--toggle {
        align-self: center;
    }
    .header_main.sticky-header .elementor-nav-menu--toggle {
        align-self: center;
    }
    .toggleOpenMenu .header_main.sticky-header a img {
        filter: invert(1) brightness(4);
        max-width: 202px !important;
    }
    .toggleOpenMenu .header_main.sticky-header .elementor-menu-toggle:after,
    .toggleOpenMenu .header_main .elementor-menu-toggle:after {
        color: #FFF;
        content: "Close";
        top: -2px;
    }
    body.toggleOpenMenu {
        overflow: hidden;
    }
    .header_main nav.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-item.elementor-item-active:after,
    .header_main nav.elementor-nav-menu--dropdown .elementor-nav-menu a.elementor-item:hover:after {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #BC6C26;
        content: '';
    }
}

@media (max-width:500px) {
    .header_main a img {
        width: 100%;
        max-width: 385px !important;
    }
}











/* home css */

.banner_wrapper{
    position: relative;
}
.inner_content {
    position: absolute;
    right: 0;
    bottom: 65px;
    z-index: 1;
    max-width: 600px;
}


.solution_slider{
    margin-bottom: 70px !important;
}
.solution_slider .slick-track{
    display: flex;
}
.solution_slider .slick-slide {
    margin-right: 42px;
    height: inherit;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
}

.solution_slider .slick-list {
    padding-right: 23%  !important;
}
.solution_block{
    position: relative;
    overflow: hidden;
}
.solution_block:hover {
    background: #FFF;
    border: 1px solid #f9f6ed !important;
}

.solution_block:after {
    position: absolute;
    content: '';
    border-radius: 281.494px;
    opacity: 0;
    background: #606C37;
    filter: blur(95.96385192871094px);
    bottom: -30px;
    right: -100px;
    z-index: 0;
    width: 280px;
    height: 260px;
    transition: all 0.3s;
}
.solution_block:hover:after{
    opacity: 0.3;
}
.btn-wrap {
    display: flex;
    align-items: center;
    gap: 11px;
}
.solution_section .prev-btn,
 .solution_section .next-btn {
    background: transparent;
    border-radius: 50px;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    right: 0;
    transform: none;
    bottom: -27px;
    left: auto;
    transition: all 0.3s;
    bottom: auto;
    top: -111px;
    border-radius: 46px;
    border: 1px solid rgba(30, 41, 16, 0.30);
    transition: all 0.3s;
    opacity: 1;
    font-size: 0;
    line-height: 0;
    outline: 0;
}
.solution_section .prev-btn:hover, .solution_section .next-btn:hover{
    border: 1px solid #1e2910;
}
button.next-btn:disabled ,
button.prev-btn:disabled{
    opacity: 0.3;
    pointer-events: none;
}
 
.solution_slider .slick-slide:hover img {
    opacity: 1;
}
.solution_slider .slick-slide img {
    opacity: 0.3;
    transition: all 0.3s;
}
/* .solution_section .prev-btn{
    margin-right: 90px;
} */

.solution_section .prev-btn:before {
    background: url(/wp-content/uploads/2024/03/balck_arrow.svg);
    content: "" !important;
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 14px;
    transform: rotate(180deg);
}
.solution_section .next-btn:before {
    background: url(/wp-content/uploads/2024/03/balck_arrow.svg);
    content: "" !important;
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 14px;
}
button.slick-next, button.slick-prev {
    display: none !important;
    left: 0;
    right: 0;
}

.progress-bar {
    width: 100%;
    height: 1px;
    background: rgba(30, 41, 16, 0.30   );
    position: relative;
  }
  .progress-bar__inner {
    background: #BC6C26;
    position: absolute;
    height: 3px;
    top: -1px;
    left: 0;
    width: 0;
    transition: width 0.3s ease;
  }
  
@media (max-width:1024px) {
    .solution_slider .slick-list {
        padding-right: 13%  !important;
    }
}
  @media (max-width:768px) {
    .solution_slider .slick-slide {
        margin-right: 21px;
    }
  }

  @media (max-width:430px) {
    .solution_slider .slick-list {
        padding-right: 15%  !important;
    }
    .solution_slider{
        margin-bottom: 40px !important;
    }
  }



  	


.institutions-group-section .institutions-group-right .heading-text span sup {
    font-weight: 500;
    top: -25px;
}
@media (max-width: 380px){
    .institutions-group-section .institutions-group-right .heading-text span {
        display: block;
        font-size: 90px !important;
        line-height: 80px !important;
    }
}

