/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1664941033
Updated: 2022-10-05 11:37:13

*/

/* Oom Dev - C jae */


/* TESTIMONIAL 1  */
.testimonial1-carousel .swiper-slide-next .testimonial1-slide {
    transform: scale(1.3) !important;
    padding: 30px;
}
.testimonial1-carousel .swiper-slide .testimonial1-slide {
    transform: scale(0.9);
}
.testimonial1-carousel .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 105% !important;
}
/* TESTIMONIAL 1 END */


/* FOR HIDE AND SHOW SECTION */
.btn-active{
    background-color: #666 !important;
    color: #fff !important;
}

.elementor-button{
    cursor: pointer;
}
/* END FOR HIDE AND SHOW SECTION */
.toggle-btn-close,
.custom-menu-nav {
    display: none;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/**slick slider**/
.cstm-slider .slick-arrow {
    background: transparent !important;
    padding: 0;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        border: 0 !important;
    font-size: 40px;
    box-shadow: none;
    z-index: 8 !important;
}

.cstm-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    text-align: center;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
}

.cstm-slider .slick-slide {
    margin: 20px;
}

.cstm-slider .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.cstm-slider .slick-dots button {
    font-size: 0;
    padding: 0;
    background: #e2e2e2 !important;
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 50px;
}

.cstm-slider .slick-dots .slick-active button {
    background: #000 !important;
}

.cstm-slider .slick-arrow.slick-prev {
    left: -35px;
}

.cstm-slider .slick-arrow.slick-next {
    right: -35px;
}

.cstm-slider .slick-arrow.slick-prev:hover,
.cstm-slider .slick-arrow.slick-prev:focus,
.cstm-slider .slick-arrow.slick-next:hover,
.cstm-slider .slick-arrow.slick-next:focus {
    box-shadow: none !important;
    outline: none !important;
    color: #000 ;
}

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

.wrap-sec .elementor-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/**toggle**/
.cstm-toggle .elementor-accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.cstm-toggle .elementor-tab-content {
    padding-bottom: 0 !important;
}

/**testimonial**/
.cstm-testimonial .elementor-testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
}

.cstm-testimonial .elementor-testimonial-meta {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.cstm-testimonial .elementor-testimonial-content {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.cstm-testimonial .elementor-widget-container {
    height: 100%;
    min-height: 300px;
}

.cstm-testimonial .elementor-testimonial-wrapper:before {
    content: url('/wp-content/uploads/2022/12/quote.png');
    position: absolute;
    top: -40px;
    right: 15px;
}

.testimonials-slider .slick-track {
    padding-top: 50px !important;
}

/**contact form**/
.invalid .contact-form .iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.invalid .iti__flag-container {
    top: -40px;
}
.screen-reader-response {
    display: none;
}

.contact-form input.wpcf7-not-valid:not([type="submit"]),
.contact-form textarea.wpcf7-not-valid {
    margin-bottom: 0px;
    margin-top: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border: 1px solid #E3E3E3;
    background: transparent;
    padding: 10px 15px;
    outline: none;
    border-radius: 10px;
}

.contact-form textarea {
    max-height: 150px;
}

.contact-form input[type="file"] {
    background: #91D0D2;
    border: 1px solid #91D0D2;
    color: #fff;
}

.contact-form input[type="submit"]:focus {
    border: 1px solid;
}

.contact-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
}

.contact-form .form-col {
    padding: 10px;
}

.contact-form .full-col {
    width: 100%;
}

.contact-form .half-col {
    width: 50%;
}

.wpcf7-spinner {
    display: none;
}

.contact-form .iti {
    display: unset !important;
}

.contact-form .iti--separate-dial-code .iti__selected-flag {
    background: #fff !important;
}

.contact-form .btn-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-form .recaptcha-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.date-field {
    position: relative;
}

.date-field:before {
    content: '\f073' !important;
    font-family: "Font Awesome 5 Free" !important;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0px;
    font-size: 20px;
    padding: 20px;
}

.site-footer {
    display: none !important;
}

/* Christian */

.header-widget-shortheader .hide-on-scroll{
	background-color: rgba(255,255,255.5) !important;

}

.header-widget-shortheader .hide-on-scroll .e-con-inner{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}


.header-widget-shortheader .header-logo{
	width: 180px !important;
}

.add-middle-line{
	position: relative;
}

.add-middle-line::before{
    content: '' !important;
    display: block !important;
    width: 100% !important;
    height: 1px !important;
    background: #000000;
    position: absolute !important;
    top: 35% !important;
    transform: translatey(-50%);
    z-index: -1;
    margin: 0 !important;
    opacity: 1 !important;
}

.add-middle-line.left::before{
	left: 0 !important;
	left: -25% !important;
}


.add-middle-line.right::before{
	right: 0 !important;
	left: unset !important;
	right: -25% !important;
}

.alternate-bg-left::before{
	width: 1000% !important;
	left: unset !important;
	right: 0 !important;
}

.alternate-bg-right::before{
	width: 1000% !important;
	right: unset !important;
	left: 0 !important;
}

.meta-countdown.small-suffix .elementor-counter-number-suffix{
	font-size: 30px;
	margin-top: auto;
	line-height: 1;
    margin-bottom: 10px;
    margin-left: 10px;
}

.meta-countdown .elementor-counter .elementor-counter-number-prefix, .meta-countdown .elementor-counter .elementor-counter-number-suffix{
	flex-grow: unset !important;
}

.meta-countdown .elementor-counter-title{
	text-align:left !important;
}

/* Testimonial */

#testimonial-carousel .elementor-testimonial-wrapper{
	display: flex;
    flex-wrap: wrap;
}

#testimonial-carousel .elementor-testimonial-wrapper > .elementor-testimonial-content{
	order:2;
	margin-bottom: 0px;
}

#testimonial-carousel .elementor-testimonial-wrapper > .elementor-testimonial-image-position-top{
	order:1;
	margin-bottom: 20px;
/* 	margin-top: -100px; */
}

#testimonial-carousel .meta-testimonial-content{
	overflow: visible !important;
}


#testimonial-carousel .swiper-slide{
	transform: translatey(0px)!important;
	transition: .3s ease;
}


#testimonial-carousel .swiper-slide.swiper-slide-next{
	transform: translatey(-50px)!important;
}

/* FAQ */

.faq-accordion .e-n-accordion-item[open] .e-n-accordion-item-title{
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

/* Footer */

.footer-form .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper):not(.elementor-field-type-recaptcha_v3){
	padding: 20px 26px !important;
}

.footer-form .elementor-field-group > #form-field-field_9609c81.elementor-field{
	padding: 0 !important;
}

.footer-map .elementor-custom-embed{
	height: 100%;
}

.footer-form .elementor-field-group .elementor-select-wrapper .elementor-field-textual {
    padding: 20px 26px !important;
}

/* Checkout */

.e-checkout__order_review{
	display: none;
}

.e-checkout__column-inner{
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.e-checkout__column-inner .e-checkout__order_review{
	order: 2;
    width: 100%;
}

.e-checkout__column-inner .e-checkout__order_review-2{
	order: 1;
	width: 100%;
}

.e-checkout__column-inner .e-checkout__order_review-2 .wc_payment_methods.payment_methods.methods{
	margin-bottom: 20px !important; 
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead{
	display:none;
}

.e-checkout__column.e-checkout__column-start{
	padding-right: 60px;
}

.form-row.place-order .woocommerce-terms-and-conditions-wrapper{
	display: none;
}

.woocommerce-privacy-policy-text p{
	margin-top: 0 !important;
}

.woocommerce-privacy-policy-text a.woocommerce-privacy-policy-link{
	font-size: inherit;
    color: #F0151D;
	opacity: .8;
    font-weight: inherit;
    font-family: inherit;
}

.woocommerce-billing-fields h3{
	margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.oom-widget-popup{
	z-index: 99999;
}

.oom-widget-popup .oom-widget-chat-header button{
	border: 0 !important;
}

.hitpay-payment-gateway-form{
	display: flex;
}

.oom-widget-popup-wrapper .oom-widget-chat-button{
	bottom: 100px !important;
}

.oom-widget-popup-wrapper .oom-widget-chat-button:hover{
	bottom: 100px !important;
}


.grecaptcha-badge{
	z-index: 99999 !important;
}

footer{
    z-index: 10;
    position: relative;
}

.elementor-field-type-recaptcha_v3 .elementor-field{
	padding: 0 !important;
}

/* 
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table{
	display: flex;
	flex-wrap: wrap;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody{
	order:2;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot{
	order:1;
}
 */
@media (max-width: 1024px){
	.marquee-effect{
/* 		animation: cssmarquee 15s ease-in-out infinite; */
		height: 20px;
        overflow: hidden;
        position: relative;
	}
	
	.marquee-effect p{
		position: absolute;
        width: 850px;
		top: 25%;
        height: 100%;
       	margin: 0;
        line-height: 20px !important;
        text-align: center;
        -moz-transform: translateX(100%);
       	-webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-left 40s linear infinite;
        -webkit-animation: scroll-left 40s linear infinite;
        animation: scroll-left 40s linear infinite;
	}
	@-moz-keyframes scroll-left {
		0% {
        	-moz-transform: translateX(-100%);
        }
        50% {
            -moz-transform: translateX(100%);
        }
        100% {
           -moz-transform: translateX(-100%);
        }
	}
            
   @-webkit-keyframes scroll-left {
				0% {
                    -webkit-transform: translateX(-100%);
                }
                50% {
                    -webkit-transform: translateX(100%);
                }
                100% {
                    -webkit-transform: translateX(-100%);
                }
            }
            
            @keyframes scroll-left {
				0% {
                    -moz-transform: translateX(-100%);
					-webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
                }
                50% {
                    -moz-transform: translateX(100%);
                    -webkit-transform: translateX(100%);
                    transform: translateX(100%);
                }
                100% {
                    -moz-transform: translateX(-100%);
                    -webkit-transform: translateX(-100%);
                    transform: translateX(-100%);
                }
            }
	
	.add-middle-line.left::before{
		left: 0 !important;
		left: -10% !important;
	}


	.add-middle-line.right::before{
		right: 0 !important;
		left: unset !important;
		right: -10% !important;
	}
	
	.meta-countdown.small-suffix .elementor-counter-number-suffix{
		font-size: 20px;
	}
	
	#testimonial-carousel .swiper-slide.swiper-slide-next{
		transform: translatey(-30px)!important;
	}
	
	.e-checkout__column.e-checkout__column-start {
		padding-right: 0px;
		margin-bottom: 30px;
	}
	
	.e-checkout__column.e-checkout__column-end {
		padding-right: 0px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	.meta-countdown.small-suffix .elementor-counter-number-suffix {
		font-size: 14px;
		margin-bottom: 3px;
		margin-left: 5px;
	}
}



.marquee-effect .elementor-heading-title {
	overflow: visible;
    text-wrap: nowrap;
}

.marqueeheading {overflow: hidden;}
@keyframes cssmarquee {
0% {
transform: translateX(-100%);
}
50% {
transform: translateX(0);
}
100% {
transform: translateX(100%);
}
}

/* MEDIA QUERIES */

@media screen and (min-width:1025px) {
    .contact-form .wpcf7-recaptcha > div {
         transform:scale(0.8) !important;
        -webkit-transform:scale(0.8) !important;
        transform-origin:0px 0px !important;
        -webkit-transform-origin:0px 35px !important;
    }
}

@media screen and (max-width:1024px) {
    .contact-form .half-col {
        width: 100% !important;
    }
    
    .contact-form .thirds-col {
        width: 100% !important;
    }
 
    .contact-form .wpcf7-recaptcha > div {
         margin: 0 auto !important;
    }

    .contact-form .recaptcha-col,
    .contact-form .btn-col {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    
    .cstm-slider .slick-arrow.slick-prev {
        left: -20px !important;
    }
    
    .cstm-slider .slick-arrow.slick-next {
        right: -20px !important;
    }
}

@media (max-width: 767px){
	.logo-slider img{
		height: 120px !important;
		width: 80% !important;
		object-fit: contain;
	}
}

@media screen and (max-width:350px) {
    .contact-form  .elementor-field-type-recaptcha > div {
         transform:scale(0.8) !important;
        -webkit-transform:scale(0.8) !important;
        transform-origin:150px 0 !important;
        -webkit-transform-origin:150px 0 !important;
    }
}