img.attachment-large.size-large.wp-image-6910 {
    filter: brightness(0) invert(1);
}


::selection {
    background-color: #F47D30;   
    color: white;  
}

.wpr-servicesBoxes .the7-icon-box-grid:hover{
	border-bottom-left-radius: 70px !important;
	border-top-right-radius: 70px !important;
}
.elementor-icon-list-text{
	 border-bottom: 2px solid transparent; /* Default border */
	 position: relative;
    display: inline-block;
}
.elementor-icon-list-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: orange; /* Border color */
    transform: scaleX(0); /* Initially hide the border */
    transform-origin: left; /* Animate from the left side */
    transition: transform 0.3s ease; /* Smooth animation */
}

.elementor-icon-list-text:hover::after {
    transform: scaleX(1); /* Expand the border to full width */
}
.chaty *{
	margin-bottom:30px;
}



/* Home Page Contact Form */


input#wpforms-5193-field_2 {
	
    padding: 30px 30px 30px 30px;
	
}

input#wpforms-5193-field_2:focus {
	
   border: 1px solid #f47d30;
	
}



input#wpforms-5193-field_3 {
	
    padding: 30px 30px 30px 30px;
	
}

input#wpforms-5193-field_3:focus {
	
    border: 1px solid #f47d30;
}

button#wpforms-submit-5193 {

    background-color: #F47D30;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F47D30;
    border-radius: 0px 35px 0px 35px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px 0px rgba(244, 125.00000000000014, 48, 0.55);
	
}

button#wpforms-submit-5193:hover {

    background-color: #F1F3F5;
    color: #F47D30;
}


button#wpforms-submit-5193 {
	
    width: 700px !important;
	
}

/* Contact Page Form */

input#wpforms-5188-field_6 {
	
    padding: 27px 27px 27px 27px;
	
}


input#wpforms-5188-field_6:focus {
	
    
	border: 1px solid #F47D30
		
}


input#wpforms-5188-field_7 {
	
   padding: 27px 27px 27px 27px;

}

input#wpforms-5188-field_7:focus {
	
   border: 1px solid #F47D30

}

textarea#wpforms-5188-field_8:focus {
	
    border: 1px solid #F47D30
	
}



div.wpforms-container-full .wpforms-form .wpforms-field-label {
    display: block;
    font-weight: 300;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
    word-break: break-word;
    word-wrap: break-word;
}


button#wpforms-submit-5188 {
	
    width: 180px;
    background-color: #F47D30;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-el_color_1_2);
    border-radius: 0px 30px 0px 30px;
    box-shadow: 0px 0px 10px 0px rgba(244, 125.00000000000014, 48, 0.55);
	
}


button#wpforms-submit-5188:hover {
	
    
    background-color: #FFFFFF;
    color: #F47D30;
    
}



/* Sidebar Contact Form */


input#wpforms-5198-field_5 {
	
    padding: 28px 28px 28px 28px;

}

input#wpforms-5198-field_5:focus {
	
	border: 1px solid #F47D30;
	
}
	

input#wpforms-5198-field_6 {
	
    padding: 28px 28px 28px 28px;
	  
}

input#wpforms-5198-field_6:focus {
	
	border: 1px solid #F47D30;
	
}


button#wpforms-submit-5198 {
	
    background-color: #F47D30;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var(--e-global-color-el_color_1_2);
    border-radius: 0px 30px 0px 30px;
    box-shadow: 0px 0px 10px 0px rgba(244, 125.00000000000014, 48, 0.55);
	
	width: 320px;
	
}


button#wpforms-submit-5198:hover {
	
    background-color: #FFFFFF;
    color: #F47D30;
}

.awsm-job-single-wrap{
	padding:100px;
}
.awsm-job-form-group #awsm-application-submit-btn{
	padding: 15px 45px 15px 45px;
  border: 2px solid #F47D30;
}
.awsm-job-form-group #awsm-application-submit-btn:hover{
	 color:white;
	box-shadow:background
}
/* Style for Webkit browsers like Chrome, Safari */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the track */
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #ff8800; /* Color of the scroll thumb */
    border-radius: 10px; /* Round edges for the thumb */
    border: 3px solid #f1f1f1; /* Space around the thumb */
}

/* For Firefox browsers */
html {
    scrollbar-width: thin; /* Makes the scrollbar thinner */
    scrollbar-color: #ff8800 #f1f1f1; /* Thumb color and track color */
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
    background-color: #ff5500; /* Darker color on hover */
}
.awsm-job-content{
	font-size:15px;
}


.elementor-2816 .elementor-element.elementor-element-3608556 .elementor-icon svg {
    fill: white !important;
    color: var(--e-global-color-el_color_7);
}

@media (max-width: 778px) {
    .elementor-6047 .elementor-element.elementor-element-b1a124d .elementor-heading-title {
        font-size: 16px !important;
	}
