.elementor-kit-6{--e-global-color-primary:#E0E0E0;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF5500;--e-global-color-75c9465:#601E1F;--e-global-color-2f4870d:#858585;--e-global-color-7f99a18:#F7F7F7;--e-global-color-1373d1b:#E6E6E6;--e-global-color-681ca9c:#BFBFBF;--e-global-color-f2967cb:#FF5500;--e-global-typography-primary-font-family:"Albert Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Hind Madurai";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Albert Sans";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-6 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);}.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: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 *//* Error */
.elementor-invisible {
    visibility: visible;
}
 /* Title 3D */
.tresd .elementor-heading-title {
    text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
}

/* Title Animations */
.strech .elementor-heading-title {
    -webkit-transition: letter-spacing .6s ease;
    -o-transition: letter-spacing .6s ease;
    transition: letter-spacing .6s ease;
}
.strech .elementor-heading-title:hover {
    letter-spacing: 15px;
}

.flipX {
  animation: 5s anim-flipX ease infinite;
}
@keyframes anim-flipX {
  0% {
    opacity: 0;
    transform: rotateX(90deg);
  }
  50% {
    opacity: 1;
    transform: rotateX(720deg);
  }
  100% {
    /* animate nothing to pause animation at the end */
    opacity: 1;
    transform: rotateX(720deg);
  }
}

.flipY {
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 6s;
}
@keyframes spin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(-360deg);
  }
}


.lineUp {
  animation: 2s anim-lineUp ease-out infinite;
}
@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.correcolor h4 {
		background: linear-gradient(to right,#e0e0e0 10%, #1f1f1f 50%, #ff0000 60%);
		background-size: auto auto;
		background-clip: border-box;
		background-size: 200% auto;
		background-clip: text;
		text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		animation: textclip 2.5s linear infinite;
		display: inline-block;
}

@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

/* Form 8dfc1dc */
@media only screen and (max-width: 767px) {
  .form-one .label-name {
    width: 100%;
    }
    .form-one .label-form {
    width: 100%;
    }
.form-one .label-textarea {
    width: 100%;
    }
}
@media only screen and (min-width: 768px) {
   .form-one {
      display: flex;
      flex-wrap: wrap;
      align-items: strech;
      justify-content: flex-start;
    }
    .form-one .label-name {
    width: 15%;
    padding-left: 10px;
    }
    .form-one .label-form {
        width: 35%;
        color: #e6e6e6;
        margin-bottom: 50px;
    }
    .form-one .label-textarea {
        width: 84%;
         margin-bottom: 50px;
    }
}

.form-one input::placeholder, textarea::placeholder {
    font-size: 24px !important;
}

.button-form {
    display: flex;
    width: 100%;
    justify-content: center;
}
.button-form p{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wpcf7-spinner {
    align-self: center;
}

.button-form:hover input[type="submit"], .button-form:focus input[type="submit"] {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
/* Style the form fields */
.wpcf7-form .form-one input[type="text"],
.wpcf7-form .form-one input[type="email"],
.wpcf7 .form-one input[type="tel"],
.wpcf7-form .form-one textarea {
  width: 100%;
  padding: 20px 10px 20px 10px;
  margin: 0;
  color: #e6e6e6;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-radius: 0;
  border-color: #e6e6e6;
  background-color: transparent;
  /*box-sizing: border-box;*/
}

/* Style the form submit button */
.wpcf7-form input[type="submit"] {
  background-color: transparent;
  background-image: url(/wp-content/uploads/2024/01/btn_bgg.png);
   background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  color: #e6e6e6;
  font-size: 24px;
  text-transform: uppercase;
  /*padding: 10px 20px;*/
  border: none;
  cursor: pointer;
  width:238px;
  height: 155px;
}/* End custom CSS */