.elementor-kit-6{--e-global-color-primary:#5E3895;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#F8981C;--e-global-color-37275c2:#F2EFF7;--e-global-color-793753c:#31363C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-be55462-font-family:"Inter";--e-global-typography-be55462-font-size:14px;--e-global-typography-be55462-font-weight:500;--e-global-typography-d29d35c-font-family:"Inter";--e-global-typography-d29d35c-font-size:76px;--e-global-typography-d29d35c-font-weight:500;--e-global-typography-e6369a4-font-family:"Inter";--e-global-typography-e6369a4-font-size:23px;--e-global-typography-e6369a4-font-weight:600;font-family:"Inter", "Inter";font-size:18px;line-height:28px;}.elementor-kit-6 a{font-size:18px;}.elementor-kit-6 h1{font-family:"Inter", "Inter";font-size:76px;font-weight:500;}.elementor-kit-6 h2{font-size:66px;}.elementor-kit-6 h3{font-size:67px;}.elementor-kit-6 h4{font-size:66px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;font-weight:600;color:var( --e-global-color-secondary );background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-primary ) 100%);border-radius:10px 10px 10px 10px;padding:18px 35px 18px 35px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-accent ) 100%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */textarea {
    padding: 25px !important;
}

.d-dot i {
    font-style: normal !important;
    position: relative;
}
.d-dot i:before {
  content: ".";
    color: var(--e-global-color-accent);
    position: absolute;
    top: -1px;
    height: auto;
    left: -1px;
    right: 0;
    display: block;
    line-height: 0;
    width: 100%;
}



/* Select input and set the color for placeholder */
input::placeholder {
color: rgba(49, 54, 60, 0.50) !important;
}

/* Support for Chrome, Safari, Opera */
input::-webkit-input-placeholder {
    color: rgba(49, 54, 60, 0.50) !important;
}

/* Support for Firefox */
input::-moz-placeholder {
   
color: rgba(49, 54, 60, 0.50) !important;
    opacity: 1; /* This property needs to be added for Firefox to understand */
}

/* Support for Internet Explorer 10+ */
input:-ms-input-placeholder {
   color: rgba(49, 54, 60, 0.50) !important;
}


/* For textarea */
textarea::placeholder {
   color: rgba(49, 54, 60, 0.50) !important;
}
select::-ms-expand {
    display: none;
}


/* For select */
select   {
    color: rgba(49, 54, 60, 0.50) !important;
 
  
}

.select-caret-down-wrapper svg {
    display: none !important;
}

.select-caret-down-wrapper:before {
  content: url('https://strive-high.amtechnology.dev/wp-content/uploads/2024/05/arrow_back_ios.svg');
}/* End custom CSS */