.elementor-kit-631{--e-global-color-primary:#9CE16B;--e-global-color-secondary:#C3D5BF;--e-global-color-text:#070F2B;--e-global-color-accent:#9CE16B;--e-global-color-54da091:#1C4641;--e-global-color-442d8f1:#535353;--e-global-color-ce3b069:#FFFFFF;--e-global-color-563857f:#303040;--e-global-color-e7a3b8a:#FFFFFF;--e-global-color-80ff2bd:#1C4641;--e-global-color-42a9040:#278246;--e-global-color-c059c6c:#038F4B;--e-global-color-9728384:#146338;--e-global-typography-primary-font-family:"Ranade";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Ranade";--e-global-typography-accent-font-weight:normal;font-family:"Poppins", Sans-serif;}.elementor-kit-631 button,.elementor-kit-631 input[type="button"],.elementor-kit-631 input[type="submit"],.elementor-kit-631 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );}.elementor-kit-631 e-page-transition{background-color:#FFBC7D;}.elementor-kit-631 a{color:var( --e-global-color-c059c6c );font-family:"Montserrat", Sans-serif;font-weight:600;}.elementor-kit-631 h1{font-family:"Clash Display", Sans-serif;font-size:60px;}.elementor-kit-631 h2{font-family:"Clash Display", Sans-serif;font-size:50px;}.elementor-kit-631 h3{font-family:"Clash Display", Sans-serif;font-size:35px;}.elementor-kit-631 h4{font-family:"Clash Display", Sans-serif;font-size:40px;}.elementor-kit-631 h5{font-size:30px;}.elementor-kit-631 h6{font-family:"Clash Display", 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){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);}.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-631 h1{font-size:50px;}.elementor-kit-631 h2{font-size:40px;}.elementor-kit-631 h3{font-size:35px;}.elementor-kit-631 h4{font-size:32px;}.elementor-kit-631 h5{font-size:30px;}.elementor-kit-631 h6{font-size:20px;}}@media(max-width:1024px){.elementor-kit-631 h1{font-size:50px;}.elementor-kit-631 h2{font-size:45px;}.elementor-kit-631 h3{font-size:40px;}.elementor-kit-631 h4{font-size:35px;}.elementor-kit-631 h5{font-size:30px;}.elementor-kit-631 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-631 h1{font-size:40px;}.elementor-kit-631 h2{font-size:35px;}.elementor-kit-631 h3{font-size:30px;}.elementor-kit-631 h4{font-size:25px;}.elementor-kit-631 h5{font-size:20px;}.elementor-kit-631 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(10px);
    -webkit-backdrop-filter: blur(10px);
}

.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);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Ranade';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://geicobuilders.com/wp-content/uploads/2024/07/Ranade-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Ranade';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://geicobuilders.com/wp-content/uploads/2024/07/Ranade-Thin.woff2') format('woff2');
}
@font-face {
	font-family: 'Ranade';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://geicobuilders.com/wp-content/uploads/2024/07/Ranade-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Ranade';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://geicobuilders.com/wp-content/uploads/2024/07/Ranade-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Ranade';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://geicobuilders.com/wp-content/uploads/2024/07/Ranade-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Ranade';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://geicobuilders.com/wp-content/uploads/2024/07/Ranade-Variable.woff2') format('woff2');
}
/* End Custom Fonts CSS */