.main-header{ position: relative; background: var(--body);}
.main-header::after{
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    height: 100px;
    width: 100%;
    background: url(../img/brush-down.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 999;
}
.mega-menu-wrapper{position: relative; z-index: 100001; }

.sticky::after{
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    height: 100px;
    width: 100%;
    background: url(../img/brush-down.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 999;
}
.menu-main-row{
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-items: center;
}
.menu-main-row .col-lg-8{ padding-left: 20px;}
.sub-img{ border-radius: 0px 0px 140px 0px; width: 100%;}
.header-menu h2 a{ border: 1px solid var( --theme2) !important; 
    padding: 5px 20px !important; 
    color: var(--theme) !important; width: auto !important; 
    display: block !important; 
    min-width: 160px; text-align: center !important; 
    font-size: 22px !important; font-weight: 800 !important; border-radius: 0px 20px 0px 20px !important; margin-bottom: 40px; }
.header-menu h2 a i{ margin-left: 20px !important; font-size: 24px !important; font-weight: 800 !important;}
.has-homemenu .menu-main-row .header-menu h2 a:hover{ background: var(--theme2) !important; color:#fff !important;}
.menu-sub-items li { position: relative;}
.menu-sub-items li a{ padding-left: 40px; font-size: 18px !important; font-weight: 700 !important;}
.menu-sub-items li a::after{font-family: "Font Awesome 5 Pro"; content: "\f054";
    position: absolute;left: 10px;
    font-size: 16px;
}
.fusion-column-inner-bg-image{     filter: brightness(60%);     width: 100%;
    height: 100%;     display: block;
    position: absolute; left: 0px; right: 0px; top: 0px; 
    background-size: cover !important; 
   background-position: top right !important;  border-radius:  0px 0px 0px 0px;  transition-property: color, background-color, border-color;
   transition-duration: .2s;
   transition-timing-function: linear; background-repeat: no-repeat;}
    .service-wrapper .service-icon-area .icon-items  a:hover .fusion-column-inner-bg-image{ filter: brightness(90%); transform: scale(1.2);
        transition: all 0.3s ease-in-out; } 
        .counter-section-2{ position: relative;}

        .counter-section-2 .pattern-shape {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
          }
          .counter-section-2 .pattern-shape img {
            width: 100%;
            height: 100%;
          }
          .sponsors-section{ padding-top: 250px;}
          .sponsor-image img{ width: 100%; margin-bottom: 3px;}

          .team-section .section-title h2{ font-size: 32px; font-weight: 800;}

@media (max-width: 1199px) {

    .main-header::after {
        bottom: -3px;
    }
    .sticky::after {
        bottom: -4px;
    }

    .service-wrapper .service-icon-area .icon-items {
        margin-bottom: 5px;
    }
    .section-title.style-2 h2 {
        font-size: 28px;
    }

    .counter-wrapper-2 {
        justify-content: center;
    }
    .work-cases-wrapper .work-case-content .nav .nav-link.active .title::before {
       
        width: 13px;
       
    }
    .work-cases-wrapper .work-case-content .nav .nav-link.active .title {
        padding-left: 17px;
    }

    .work-cases-wrapper .work-case-content .nav .nav-link .title {
    
        font-size: 14px;
       
    }
    .social-icon-items .social-icon {
    
        padding: 13px 13px;
    }

    .social-icon-items .social-icon h6 {
        font-size: 13px;
    }
    .header-1 .header-right {
  visibility: visible;
  display: flex !important;
}
.header-1 .header-main { justify-content: space-between;}
  .menu-thumb {
    display: none !important;
  }

}