/*
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 */
.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

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

/* Dev Christian Castro */

.hero-banner-slider .swiper{
    padding-bottom: 0 !important;
}

.hero-banner-slider .swiper .swiper-slide::before{
    content: '';
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    z-index: 20;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%)
}

.swiper .swiper-slide > .elementor-element{
    z-index: 10;
}

.swiper-pagination-bullet{
    border-radius: 5px !important;
    opacity: 1 !important;
    transition: .3s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px !important;
    background: var(--e-n-carousel-dots-hover-color,#000) !important;
}

.awards-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 24px !important;
}

.meta-title span{
    color: var( --e-global-color-secondary ) !important;
}

.faq-accordion .e-n-accordion-item-title{
    box-shadow: 0px 3px 6px #00000029;
    z-index: 20
}

.faq-accordion .e-n-accordion-item > .elementor-element{
    box-shadow: 0px 3px 6px #00000029;
    margin-top:-20px;
    z-index: 10;
}

.full-width-image {
    width: 100% !important;
    max-width: unset !important;
}

.full-width-image img{
    width: 100% !important;
}

.footer-map{
    height: 100%;
}

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

.menu-section .elementor-flip-box{
    min-height: 300px;
	border-radius: 13px;
    overflow: hidden;
}

.header-sec .ordernow a{
	display:block;
}

.oom-widget-popup-wrapper .oom-widget-chat-button {
    cursor: pointer;
    bottom: 180px !important;
    width: 70px !important;
    height: 70px !important;
    right: 0 !important;
    padding: 15px !important;
	border-radius: 0 !important;
}

.oom-widget-popup{
	z-index: 999999999 !important;
	bottom: 130px !important;
}

.floatingbutton{
    padding: 10px;
    background: #AC172B;
    width: 70px;
    height: 70px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.floatingbutton .elementor-widget-container{
    line-height: 1;
    height: auto !important;
}

footer{
	position: relative;
	z-index: 90;
}
/* 
.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;
} */

/* 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){
	.floatingbutton{
		width: 50px;
    	height: 50px;
	}
	
	.floatingbutton .e-hotspot{
		height: 25px !important;
		width: 25px !important;
	}
	
	.floatingbutton .elementor-widget-container{
		width: auto !important;
	}
	
	.oom-widget-popup-wrapper .oom-widget-chat-button {
		cursor: pointer;
		width: 50px !important;
		height: 50px !important;
		bottom: 150px !important;
	}
	
	.oom-widget-chat-button svg{
		height: 25px !important;
		width: 25px !important;
	}
	
	
	.oom-widget-popup{
		z-index: 999999999 !important;
/* 		bottom: 110px !important; */
	}
}

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