/* 
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 */

.w100,
.w100 img,
.w100 a {
	width: 100%;
}

.yellowHeading .elementor-heading-title span {
    color: var(--e-global-color-primary);
}

.html5lightbox a{
	position: relative;
}
.html5lightbox a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgb(5 22 46 / 30%);
    border: 2px solid #fff;
    font-size: 70px;
    font-family: "Font Awesome 5 Free";
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    transition: all 0.3s ease-in-out;
    content: "\f144";
}

.html5lightbox a:hover:after{
	color: var(--e-global-color-primary);
	transition: all 0.3s ease-in-out;
	border: 2px solid var(--e-global-color-primary);
}

.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: 100px;
}

.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;
}

.elementor-widget-heading .elementor-heading-title {
	font-weight: 700 !important;
}

.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: var( --e-global-color-17db665 ) !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;
}

.contactPageForm { 
}

.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;
}

.tableTextWhite {
	color: var( --e-global-color-17db665 );
}

.pageAccordion summary {
    border-bottom: 1px solid #000 !important;
}

.pageAccordion.white summary {
    border-bottom: 1px solid #fff !important;
}

.pageAccordion summary[aria-expanded="true"]{
	border-bottom: 0 !important;
}

/* .pageAccordion.white details:hover summary[aria-expanded='false'] {
    border-bottom: 1px solid var( --e-global-color-primary )!important;
} */

.pageAccordion.yellow details:hover summary[aria-expanded='false'] {
    border-bottom: 1px solid var( --e-global-color-primary )!important;
}

@media(max-width: 575px){
	.testimonialsWrapperInner { 
	    width: 90%;
	}
	.userTestimonialsSlider .slick-prev {
	    left: -10px;
	}
	.userTestimonialsSlider .slick-next {
	    right: -10px;
	}
}