.elementor-kit-27{--e-global-color-primary:#2667FF;--e-global-color-secondary:#EAF2FF;--e-global-color-text:#070F2B;--e-global-color-accent:#004CFF;--e-global-color-59195af:#2667FF;--e-global-color-54da091:#000000;--e-global-color-442d8f1:#777777;--e-global-color-ce3b069:#FFFFFF;--e-global-color-563857f:#070F2B;--e-global-color-e7a3b8a:#FFFFFF;--e-global-color-80ff2bd:#1C4641;--e-global-color-ef908c9:#F9F9F9;--e-global-typography-primary-font-family:"Kontora";--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:normal;font-family:"Poppins", Sans-serif;}.elementor-kit-27 button,.elementor-kit-27 input[type="button"],.elementor-kit-27 input[type="submit"],.elementor-kit-27 .elementor-button{background-color:var( --e-global-color-59195af );color:var( --e-global-color-ce3b069 );}.elementor-kit-27 e-page-transition{background-color:#FFBC7D;}.elementor-kit-27 a{font-family:"Kontora", Sans-serif;}.elementor-kit-27 h1{font-family:"Kontora", Sans-serif;font-size:60px;}.elementor-kit-27 h2{font-size:50px;}.elementor-kit-27 h3{font-size:45px;}.elementor-kit-27 h4{font-size:40px;}.elementor-kit-27 h5{font-size:30px;}.elementor-kit-27 h6{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-27 h1{font-size:50px;}.elementor-kit-27 h2{font-size:40px;}.elementor-kit-27 h3{font-size:35px;}.elementor-kit-27 h4{font-size:32px;}.elementor-kit-27 h5{font-size:30px;}.elementor-kit-27 h6{font-size:20px;}}@media(max-width:1024px){.elementor-kit-27 h1{font-size:50px;}.elementor-kit-27 h2{font-size:45px;}.elementor-kit-27 h3{font-size:40px;}.elementor-kit-27 h4{font-size:35px;}.elementor-kit-27 h5{font-size:30px;}.elementor-kit-27 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-27 h1{font-size:40px;}.elementor-kit-27 h2{font-size:35px;}.elementor-kit-27 h3{font-size:30px;}.elementor-kit-27 h4{font-size:25px;}.elementor-kit-27 h5{font-size:20px;}.elementor-kit-27 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;

 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;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Kontora';
	font-display: auto;
	src: url('http://doubleaservicegroup.com/wp-content/uploads/2024/12/Archivo-Variable.ttf') format('truetype');
}
/* End Custom Fonts CSS */