.elementor-kit-2599{--e-global-color-primary:#1CAA26;--e-global-color-secondary:#0F4B2A;--e-global-color-text:#6D6E70;--e-global-color-accent:#1CAA26;--e-global-color-beb7205:#000000;--e-global-color-58a3c0c:#3F3F3F;--e-global-color-69b7fdc:#FFFFFF;--e-global-color-72f3e70:#07331B;--e-global-color-df50430:#FFFFFF;--e-global-color-e80e39d:#F0F7F4;--e-global-color-968822c:#1CAA26;--e-global-color-7184065:#0F4B2A;--e-global-color-50f08a98:#6EC1E4;--e-global-color-dbaf5e4:#54595F;--e-global-color-55e03377:#4054B2;--e-global-color-7e351f20:#000;--e-global-color-5542dc09:#FFF;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lexend";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lexend";--e-global-typography-accent-font-weight:500;font-family:"Lexend", Sans-serif;}.elementor-kit-2599 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*Heading Text*/

.spacial-heading {
    display: inline;
    color: #2E74FF; 
    font-style: italic;
    font-weight: 400;
}

.heading {
    color: #fff;
    font-weight: 600;
}

.sub-heading {
 display: flex;

 align-items: center;
font-size: 17px!important;
color: #036024;
height: 50px;
letter-spacing: 5px;
text-transform: uppercase;

}

.sub-heading:after {
      content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid ;
  top: 40px;
  width: 120px;
}
.text-light {
    color: #fff;
}

@media only screen and (max-width: 667px) {
    .sub-heading {

margin-bottom:0px;

}
}
.primary-color {
    color: #2E74FF!important;
}

.center {
    text-align: center;
    margin: auto;
}


.shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.shadow:hover {
    box-shadow: none;
}



/*.dark-gradient {*/
/*    background: linear-gradient(109.6deg, rgb(36, 45, 57) 11.2%, rgb(16, 37, 60) 51.2%, rgb(0, 0, 0) 98.6%);*/
/*}*/

.blur {
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.button-icon {
    fill: #2E74FF;
    font-size: 20px;


}
/*Animation*/


.animation-slideup {
  text-align: center;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
  letter-spacing: 1px;
  color: #333;
}
.animation-slideup span {
  display: inline-block;
  animation: slideLeft 1s forwards;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.082, 0.0165, 0.3);
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateY(200px);
  } 
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}


.framed img {
  box-shadow:
    -50px -50px 0 -40px #F6B64B,
    50px 50px 0 -40px #F6B64B;
}


/*Logo Light*/

.logo-light img {
    filter: brightness(0) invert(1)!important;
}


/*Button*/

.primary-button .elementor-button-icon svg {
 fill: #2E74FF!important;  
 background: #fff;
 padding: 3px;
 font-size: 25px;
 border-radius: 50%;
 margin-top: -2px;
}

.primary-button .elementor-button  {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 55px;
 
} 

.secondary-button .elementor-button-icon svg {
 fill: #fff!important;  
 background: #2E74FF;
 padding: 3px;
 font-size: 25px;
 border-radius: 50%;
 margin-top: -2px;
}

.secondary-button .elementor-button  {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 55px;
    padding-top: 17px;
} 

.elementor-button svg {
    fill: #fff!important;
}

.elementor-button:hover svg {
    fill: #000!important;
}

.icon-dark svg {
    fill: ##2E74FF!important;
}

.icon-white svg {
        fill: #ffff!important;
}


.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {

    color: white!important;
 
}


.primarybutton {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  font-size: 2rem;
  letter-spacing: 1px;
  overflow: hidden;
 
}

.primarybutton::before {
  position: absolute;
  content: "";
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #1C4641;
  border-radius: 50%;
  transition: 0.5s;
}

.primarybutton:hover::before {
  width: 500px;
  height: 500px;
  
}

.primarybutton span {
  position: relative;
  z-index: 1;
}


.primarybutton span:hover {
  color: #fff;
}



.video-icon svg {
    background: #ffffff3b!important;
    padding: 12px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}


.certificate img {
    filter: brightness(0) invert(1);
}

.swiper-wrapper {
    transition-timing-function: linear!important;
}

.blend-vertical {
  -webkit-mask-image: linear-gradient(to top, transparent 0%, black 10%, black 90%, transparent 100%);
}

.blend-x {
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.elementor-popup-modal .dialog-close-button svg {

    z-index: 9999999;
}



        /* --- Logo Styling --- */
        .logo img {
            height: 40px; /* Adjust to your logo's height */
            width: auto;
            /* Add a smooth transition for the color change */
            transition: filter 0.4s ease-in-out;
        }

        /* This class makes the logo white */
        .logo-light img {
            /* Inverts the color of a dark logo to make it white */
            filter: brightness(0) invert(1);
        }
        
        
        
.full-width-button .bbw-modern-button  {
    min-width: 100%!important;
}/* End custom CSS */