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

.hover-top.animated{
	transition: transform 200ms ease;   /* animates both in & out */
  	will-change: transform;
}

.hover-top.animated:hover{
	transform: translateY(-1rem);
}

.es-portal-root .es-window-container .es-quick-reply-button, .es-portal-root .es-window-container .es-circle-button-button{
	padding: 12px !important;
    font-size: 16px !important;
    max-width: 100% !important;
}

.testimonials-carousel .swiper-slide .elementor-element .e-con-inner, .testimonials-carousel .swiper-slide .elementor-element .e-con-inner .elementor-element{
	height: 100%;
}

.testimonials-carousel .swiper-slide .elementor-element .e-con-inner .e-con-inner, .testimonials-carousel .swiper-slide .elementor-element .e-con-inner .elementor-element .elementor-element{
	height: auto;
}

.testimonials-carousel .swiper{
	padding-left: 2px;
}

.custom-carousel-table .elementor-swiper-button.elementor-swiper-button-prev svg{
	margin-right: 4px;
}

.custom-carousel-table .elementor-swiper-button.elementor-swiper-button-next svg{
	margin-left: 4px;
}


.header-menu .elementor-nav-menu li.btn a{
	padding: 16px 32px!important;
	border: 1px solid #F96805;
	border-radius: 42px;
	background: #F96805;
	color: #fff!important;
	margin-right: 0;
}

.elementor-widget-text-editor ul{
	margin-bottom: 1rem;
}

body textarea{
	border-radius: 24px!important;
}

.carousel-images .deensimc-img-wrapper .deensimc-img img{
	object-fit: contain!important;
}

.header-menu .elementor-nav-menu li.btn.btn-white a{
	background: #fff;
	color: #F96805!important;
}

.header-menu .elementor-nav-menu li.btn a:hover, .header-menu .elementor-nav-menu li.btn a:focus{
	background: #fff!important;
	color: #F96805!important;
	border: 1px solid #fff!important;
}

.header-menu .elementor-nav-menu li.btn.btn-white a:hover, .header-menu .elementor-nav-menu li.btn.btn-white a:focus{
	background: #F96805!important;
	color: #fff!important;
}

.elementor-widget-heading .elementor-heading-title span.green{
	color: #22B473;
}

.height-100, .height-100 a, .height-100 img{
	height: 100%!important;
}

.height-100 img{
	object-fit: cover;
}

.height-100 a{
	display: block!important;
}

.custom-table table{
	border: 0!important;
}

.custom-table table .wptb-row td{
	padding: 15px!important;
	background-color: transparent;
    border: 0;
    border-color: transparent !important;
}

.custom-table table .wptb-row td{
	border: 1px solid #fff!important;
	vertical-align: top!important;
}

.custom-table table .wptb-row td:first-child{
	border-left: 0!important;
	vertical-align: middle!important;
}

.custom-table table .wptb-row td:last-child{
	border-right: 0!important;
}

.custom-table table .wptb-row:last-child td{
	border-bottom: 0!important;
}

.custom-table table .wptb-row td img{
	width: 60px!important;
	height: 60px!important;
	object-fit: contain!important;
	display: block;
    margin: 0 auto;
}

.custom-table table .wptb-row .wptb-ph-element{
	font-family: var(--e-global-typography-text-font-family), Sans-serif!important;
    font-weight: var(--e-global-typography-text-font-weight)!important;
	color: #fff!important;
}

.custom-table table .wptb-row:not(:first-child){
	background-color: transparent!important;
}

.custom-table table .wptb-row:first-child td .wptb-ph-element{
	border: 0!important;
	font-family: var(--e-global-typography-primary-font-family), Sans-serif!important;
	font-weight: 700!important;
	color: var(--e-global-color-primary)!important;
	font-size: 20px!important;
}

.wptb-table-container{
	margin: 0!important;
}

.border-radius-image img{
	border-radius: 8px;
}
.hover-zoom-card:hover img {
    transform: scale(1.15);
    transition: 1s ease-in;
}
.hover-zoom-card .elementor-widget-image{
	overflow:hidden;
	border-radius:10px;
}
.zoom-image{
	overflow: hidden!important;
}

.zoom-image a{
	display: block!important;
}

.zoom-image img{
	transition: all 0.5s ease-in-out;
	transform: scale(1);
}

.zoom-image:hover img{
	transform: scale(1.1);
}

.border-radius-10{
	border-radius: 10px;
}

.border-radius-10:hover img{
	border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1899px){
	.testimonials-carousel{
		padding: 0 4rem!important;
	}
	
	.testimonials-carousel .elementor-swiper-button-prev{
		left: 0!important;
	}
	
	.testimonials-carousel .elementor-swiper-button-next{
		right: 0!important;
	}
	
	.custom-table table{
		padding: 0 30px;
	}
}

@media (max-width: 1025px){
	.header-menu .elementor-nav-menu li.btn a{
		margin: 5px 15px 15px;
	}
}

@media (min-width: 992px){
	.testimonials-carousel .swiper-slide .elementor-element{
		height: 100%!important;
	}
}

@media (max-width: 991px){
	.border-radius-mobile-bottom{
		border-bottom-left-radius: 16px!important;
    	border-bottom-right-radius: 16px!important;
	}
}

@media (min-width: 320px) and (max-width: 650px){
	.fullwidth-btn a{
		display: block;
		width: 100%;
	}
	
	body .elementor-g-recaptcha{
		transform: scale(0.9);
		margin-left: -0.3rem;
	}
}

@media (min-width: 320px) and (max-width: 390px){
	
	body .elementor-g-recaptcha {
        transform: scale(0.7)!important;
        margin-left: -1.5rem;
    }
}