/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.contactPageForm input[type="text"],
.contactPageForm input[type="email"],
.contactPageForm select, .contactPageForm textarea {
    border: 0;
    border-bottom: 1px solid #000;
    outline: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.contactPageForm textarea {
    height: 100px;
}

.contactPageForm input[type="submit"] {
    margin-top: 20px;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
}

.contactPageForm input[type="text"],
.contactPageForm input[type="email"],
.contactPageForm select {
    height: 50px;
    margin-bottom: 10px;
}

.contactPageForm .wpcf7-form-control-wrap,
.contactPageForm .wpcf7-form-control {
    position: relative;
    display: block;
    width: 100%;
}

.contactPageForm .wpcf7-form-control-wrap .wpcf7-not-valid-tip{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 12px;
}

.contactPageForm .wpcf7-response-output {
    margin: 0 !important;
    font-size: 14px;
    text-align: center;
}

.contactPageForm p {
    margin: 0 !important;
}

.contactPageForm br {
	display: none;
}

.logoSlider figure {
    display: flex;
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid #d7d7d7;
    transition: all 0.3s ease-in-out; 
	height: 150px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.logoSlider figure:hover {
    border: 1px solid var(--e-global-color-primary);
    transition: all 0.3s ease-in-out;
}
.logoSlider figure img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.logoSlider figure:hover img {
    filter: grayscale(0);
    transition: all 0.3s ease-in-out;
}

.userTestimonialsSlider .slick-track
{
    display: flex !important;
}

.userTestimonialsSlider .slick-slide
{
    height: inherit !important;
}

.userTestimonialsSlider .slick-slide > div,
.userTestimonialsSlider .slick-slide .testimonialsWrapper{
    height: 100% !important;
}

.testimonialsWrapperInner {
    background: #fff;
    padding: 20px;
    width: 95%;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--e-global-color-primary);
}

.testimonialsWrapperInner svg {
    width: 70px;
    height: 70px; 
}
.testimonialsWrapperInner svg,
.testimonialsWrapperInner svg *{ 
    fill: var(--e-global-color-primary) !important;
}

.testimonialsWrapperInner .testimonialsSubTitle {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.testimonialsWrapperInner .testimonialsDescription {
    font-size: 16px;
    line-height: 26px;
}

.testimonialsWrapperInner .testimonialsTitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
}

.testimonialsWrapperInner .testimonialsDesignation {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.userTestimonialsSlider .slick-prev,
.userTestimonialsSlider .slick-next {
    font-size: 0;
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    line-height: 0;
    z-index: 1;
    background: #fff !important;
    padding: 0 !important;
}

.userTestimonialsSlider .slick-prev:hover,
.userTestimonialsSlider .slick-next:hover {
    background: var( --e-global-color-secondary ) !important;
}
.userTestimonialsSlider .slick-prev:before,
.userTestimonialsSlider .slick-next:before { 
    font-family: "Font Awesome 5 Free";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
    margin: auto;
    color: var( --e-global-color-secondary ) !important;
}

.userTestimonialsSlider .slick-prev:before{
    content: '\f30a';
}
.userTestimonialsSlider .slick-next:before{
    content: '\f30b';
} 
.userTestimonialsSlider .slick-prev:hover:before,
.userTestimonialsSlider .slick-next:hover:before {
    color: var( --e-global-color-17db665 ) !important;
}

.userTestimonialsSlider .slick-prev {
    left: -25px;
}

form.homeBannerForm input[type="text"],
form.homeBannerForm input[type="email"],
form.homeBannerForm select,
form.homeBannerForm textarea {
    background: transparent;
    color: #fff;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
	font-size: 13px;
}

form.homeBannerForm textarea {
	height: 75px;
}
form.homeBannerForm input[type="text"]::placeholder,
form.homeBannerForm input[type="email"]::placeholder,
form.homeBannerForm textarea::placeholder {
	color: rgb(255 255 255 / 50%);
}

form.homeBannerForm label {
	color: #fff;
	font-size: 12px;
	display: block;
    width: 100%;
}
form.homeBannerForm input[type="submit"],
form.homeBannerForm input[type="submit"]:focus{
    background: #fff;
    display: block;
    width: 100%;
    color: #d4af37;
    text-transform: uppercase;
    font-weight: 700;
}
form.homeBannerForm select option {
	color: #000;
}
form.homeBannerForm input[type="submit"]:hover {
	background: #d4af37;
	color: #fff;
}
form.homeBannerForm .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 2px;
    font-weight: 500;
}
form.homeBannerForm .wpcf7-spinner {
    display: none;
}
form.homeBannerForm.submitting .wpcf7-spinner {
	display: block;
}
form.homeBannerForm .wpcf7-response-output {
    color: #fff;
    font-size: 12px;
    text-align: center;
}
ul.job-openings-carrer {
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
ul.job-openings-carrer li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 10px;
    padding: 20px;
    border-top: 10px;
    margin-bottom: 10px;
    background: #d7d7d7;
    color: #000;
    border-radius: 10px;
}
ul.job-openings-carrer li  span.title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
}

ul.job-openings-carrer li a{
    border-radius: 40px 40px 40px 40px;
    padding: 10px 20px 10px 20px;
    background: var(--e-global-color-primary);
    color: #fff;
	text-align: center;
}
ul.job-openings-carrer li a:hover {
	background: var(--e-global-color-secondary);
}

.job_content_wrapper {
    max-width: 1280px;
    margin: auto;
    padding: 70px 0;
}
form#apply-job input {
    border: 0px;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
	outline: none;
}
.nextPrevWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 100px;
    margin-top: 50px;
}
.personalInfo .nextPrevWrap {
	justify-content: flex-end;
}
.finalSubmit .nextPrevWrap {
	justify-content: flex-start;
}
.nextPrevWrap span {
    background: var(--e-global-color-primary);
    color: #fff;
    padding: 5px 20px;
    border-radius: 40px;
    cursor: pointer;
}
.nextPrevWrap span:hover {
	background: var(--e-global-color-secondary);
}
form#apply-job  input[type="submit"]{
    padding: 10px 20px;
    display: block;
    width: 100%;
    border-radius: 40px;
    background: var(--e-global-color-primary);
    color: #fff;
}

form#apply-job  input[type="submit"]:hover {
	background: var(--e-global-color-secondary);
}
form#apply-job.loading{
	position: relative;
}
form#apply-job.loading:after
 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(255 255 255 / 80%);
    content: '';
}
@media (max-width:1300px){
	.job_content_wrapper {
		max-width: 80%;
		padding: 35px 0;
	}
}
@media(max-width: 991px){
	ul.job-openings-carrer {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.userTestimonialsSlider .slick-prev {
		left: 0;
	}	
		.userTestimonialsSlider .slick-next {
		right: 0;
	}	
}
@media(max-width: 575px){
	.job_content_wrapper {
		max-width: 90%;
	}
}