.elementor-kit-9{--e-global-color-primary:#335CFF;--e-global-color-secondary:#FF2236;--e-global-color-text:#070F2B;--e-global-color-accent:#FF2236;--e-global-color-54da091:#A6000F;--e-global-color-442d8f1:#5D4F40;--e-global-color-ce3b069:#FFFFFF;--e-global-color-563857f:#303040;--e-global-color-e7a3b8a:#FFFFFF;--e-global-color-80ff2bd:#335CFF;--e-global-color-434291c:#F5F5F5;--e-global-color-05ec9b8:#F6EDE8;--e-global-typography-primary-font-family:"RedHatDisplay";--e-global-typography-secondary-font-family:"RedHatDisplay";--e-global-typography-text-font-family:"RedHatDisplay";--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-family:"RedHatDisplay";--e-global-typography-f9c5d59-font-family:"DancingScript";font-family:"Poppins", Sans-serif;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-primary );font-family:"RedHatDisplay", Sans-serif;}.elementor-kit-9 h1{font-family:"RedHatDisplay", Sans-serif;font-size:60px;}.elementor-kit-9 h2{font-family:"RedHatDisplay", Sans-serif;font-size:50px;}.elementor-kit-9 h3{font-family:"RedHatDisplay", Sans-serif;font-size:45px;}.elementor-kit-9 h4{font-family:"RedHatDisplay", Sans-serif;font-size:40px;}.elementor-kit-9 h5{font-family:"RedHatDisplay", Sans-serif;font-size:30px;}.elementor-kit-9 h6{font-family:"RedHatDisplay", Sans-serif;font-size:25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1366px){.elementor-kit-9 h1{font-size:50px;}.elementor-kit-9 h2{font-size:40px;}.elementor-kit-9 h3{font-size:35px;}.elementor-kit-9 h4{font-size:32px;}.elementor-kit-9 h5{font-size:30px;}.elementor-kit-9 h6{font-size:28px;}}@media(max-width:1024px){.elementor-kit-9 h1{font-size:50px;}.elementor-kit-9 h2{font-size:45px;}.elementor-kit-9 h3{font-size:40px;}.elementor-kit-9 h4{font-size:35px;}.elementor-kit-9 h5{font-size:30px;}.elementor-kit-9 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9 h1{font-size:40px;}.elementor-kit-9 h2{font-size:35px;}.elementor-kit-9 h3{font-size:30px;}.elementor-kit-9 h4{font-size:25px;}.elementor-kit-9 h5{font-size:20px;}.elementor-kit-9 h6{font-size:18px;}.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;
 font-family: "DancingScript" , "RedHatDisplay"!important;
 align-items: center;
font-size: 17px!important;
font-weight: 600;
color: #A6010F;
width: 100%;
height: 50px;
letter-spacing: 5px;
margin-bottom: -5px;
}
.text-light {
    color: #fff;
}

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

margin-bottom:0px;

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

.center {
    display: flex;

    justify-content: 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(15px);
    -webkit-backdrop-filter: blur(15px);
}

.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;
 
}



/*Custo Button*/

.elementor-button-wrapper {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.custom-button .elementor-button.custom-button {
  color: #ffffff !important;
  padding: 5px 5px 5px 35px !important;
  border-radius: 40px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #0078ff;
  transition: background-color 0.3s ease !important;
  z-index: 0;
}

.custom-button .elementor-button.custom-button::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transform: scale(0);
  pointer-events: none;
  transition: transform 0.5s ease, opacity 0.6s;
  opacity: 0;
}

.custom-button .elementor-button.custom-button:hover::after {
  opacity: 1;
}

.custom-button .elementor-button-content-wrapper {
  display: flex !important;
  align-items: center !important;
}

.custom-button .elementor-button-icon {
  width: 40px !important;
  height: 40px !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-left: 12px !important;
}



.custom-button .elementor-button-icon svg {
  width: 30px !important;
  height: 30px !important;
  fill: unset!important;
  color: unset!important;
}

.custom-button .elementor-button:hover svg {
    scale: 1.3;
  fill: unset!important;
  transition: 0.2s ease;
  color: unset!important;
}



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

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

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



.primary-gradient {
        fill: var(--e-global-color-ce3b069);
    color: var(--e-global-color-ce3b069);
    background-color: transparent;
    background-image: linear-gradient(108deg, var(--e-global-color-80ff2bd) 0%, var(--e-global-color-secondary) 100%);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'RedHatDisplay';
	font-display: auto;
	src: url('https://bnc.aidigitalexperts.com/wp-content/uploads/2025/02/RedHatDisplay-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'DancingScript';
	font-display: auto;
	src: url('https://bnc.aidigitalexperts.com/wp-content/uploads/2025/02/DancingScript-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */