.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-524d9f7:#FFFFFF;--e-global-color-a143188:#000000;--e-global-color-8465a3e:#FCCC04;--e-global-color-3e78d4f:#FAFAFA;--e-global-color-bd834c8:#3E2093;--e-global-color-a59d10b:#1D1D1F;--e-global-color-7967104:#F6F6EE;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-adfd5ad-font-family:"Inter Tight";--e-global-typography-adfd5ad-font-size:23px;--e-global-typography-adfd5ad-font-weight:700;}.elementor-kit-5 h2{color:var( --e-global-color-a143188 );font-family:var( --e-global-typography-adfd5ad-font-family ), Sans-serif;font-size:var( --e-global-typography-adfd5ad-font-size );font-weight:var( --e-global-typography-adfd5ad-font-weight );line-height:var( --e-global-typography-adfd5ad-line-height );letter-spacing:var( --e-global-typography-adfd5ad-letter-spacing );word-spacing:var( --e-global-typography-adfd5ad-word-spacing );}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{color:var( --e-global-color-a143188 );background-color:#FFFFFF;border-style:solid;border-width:0px 0px 2px 0px;border-color:#5D5D5D26;border-radius:0px 0px 0px 0px;}.elementor-kit-5 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea:focus,.elementor-kit-5 .elementor-field-textual:focus{color:var( --e-global-color-a143188 );background-color:var( --e-global-color-524d9f7 );box-shadow:0px 0px 10px 0px #FFFFFF inset;border-style:solid;border-width:0px 0px 2px 0px;border-color:var( --e-global-color-8465a3e );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:var( --e-global-color-524d9f7 );--lightbox-ui-color:var( --e-global-color-a143188 );--lightbox-ui-color-hover:var( --e-global-color-a143188 );--lightbox-text-color:var( --e-global-color-a143188 );--lightbox-header-icons-size:30px;--lightbox-navigation-icons-size:40px;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-kit-5 h2{font-size:var( --e-global-typography-adfd5ad-font-size );line-height:var( --e-global-typography-adfd5ad-line-height );letter-spacing:var( --e-global-typography-adfd5ad-letter-spacing );word-spacing:var( --e-global-typography-adfd5ad-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5 h2{font-size:var( --e-global-typography-adfd5ad-font-size );line-height:var( --e-global-typography-adfd5ad-line-height );letter-spacing:var( --e-global-typography-adfd5ad-letter-spacing );word-spacing:var( --e-global-typography-adfd5ad-word-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Elementor Form CSS */

.elementor-field-option {
  display: block;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.elementor-field-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.elementor-field-group-mt_checkbox > div label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
	vertical-align: -5px;
	border: 1.5px solid rgba(0,0,0,0.25);
	padding: 0.12em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}


.elementor-field-group-mt_checkbox > div label {
	margin-right: 1em;
	position: relative;
}
.elementor-field-group-mt_checkbox > div label:after {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: "";
	height: 350px;
	left: 4px;
	position: absolute;
	top: 11px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 9px;
	display: none;
}
.elementor-field-group-mt_checkbox > div input:hover + label:before {
	border-color: #4632da;
}
.elementor-field-group-mt_checkbox > div input:checked + label:before {
	border-color: #4632da;
	background: #4632da;
}
.elementor-field-group-mt_checkbox > div input:checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
	display: block;
	width: 6px;
	height: 11px;
	border-color: #fff;
}
@keyframes check {
 0% {
 height: 0;
 width: 0;
}
 25% {
 height: 0;
 width: 6px;
}
 50% {
 height: 11px;
 width: 6px;
}
}

.my-form .elementor-field-type-checkbox .elementor-field-label 
{
    
    color: black;
    font-size: 17px !important;
    font-weight: bold !important;
}

.my-form input[type="text"]:focus
{ color : black !important;
    
}

.my-form input:focus::placeholder {
  color: transparent;
  transition: color .5s;
}

.my-form input[type="email"]:focus
{ color : black !important;
    
}

.my-form input[type="tel"]:focus
{ color : black !important;
    
}

.my-form textarea :placeholder {
  color: red important;
}


:-webkit-input-text {
       color: orange !important;
    }


/* Rotate the text path */

.roundname svg {
    animation: rotate 20s linear infinite !important;
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg) !important;
  }
  100% {
    transform: rotate(360deg) !important;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) !important;
  }
  100% {
    transform: rotate(360deg) ;
}
    
}

/* Rotate the text path *//* End custom CSS */