/* 
Theme Name: Q2i 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: q2i-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;
}

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

.counter-circle .absolute-center{
	transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
}

.overflow-hidden{
	overflow: hidden!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;
}

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

body .custom-accordion .e-n-accordion-item-title{
	border: 0;
    background: var(--e-global-color-da7dbfc);
    width: 248px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem!important;
    padding: 16px 16px 16px 16px;
    color: #fff!important;
	border-radius: 50px;
	border: 1px solid var(--e-global-color-da7dbfc)!important;
}

body .custom-accordion .e-n-accordion-item-title-icon svg{
	fill: #fff!important;
}

body .custom-accordion .e-n-accordion-item-title:hover,  body .custom-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title{
	background: #fff!important;
	color: var(--e-global-color-da7dbfc)!important;
}

body .custom-accordion div[role=region]{
	border: 0!important;
    padding: 0!important;
    margin-top: 1rem!important;
}

body .custom-accordion div[role=region] div[role=region]{
	padding: 24px!important;
	margin-top: 0!important;
}

body .custom-accordion div[role=region] div[role=region] div[role=region] div[role=region]{
	padding: 0!important;
}

body .custom-form .elementor-field-type-recaptcha{
	width: 50%!important;
}

body .custom-form .elementor-field-group .elementor-field{
	border-radius: 12.75px!important;
	border: 1px solid #E5E5E5!important;
	background: rgba(255, 255, 255, 0.10)!important;
	box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10)!important;
	color: #fff!important;
}

body .custom-form .elementor-field-type-recaptcha .elementor-field{
	border: 0!important;
	background: transparent!important;
	box-shadow: 0 0!important;
}

body .custom-form .elementor-field-group .elementor-field::placeholder{
	color: #fff!important;
	opacity: 0.2;
}

.overflow-none{
	overflow: hidden!important;
}

body .custom-accordion .e-n-accordion-item-title:hover .e-n-accordion-item-title-icon svg, body .custom-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title svg{
	fill: var(--e-global-color-da7dbfc)!important;
}

.custom-table.table2 table .wptb-row td .wptb-ph-element{
	color: #162121!important;
}

.custom-table.table2 table .wptb-row:first-child td .wptb-ph-element{
	color: #fff!important;
}

.custom-table.table2 table .wptb-row td{
	padding: 14px 24px !important;
	border: 1px solid #162121!important;
	vertical-align: middle !important;
}

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

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

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

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

.custom-table.table2 table .wptb-row td img{
	width: 100px !important;
    height: auto!important;
}

.custom-table.table2 table .wptb-row td .wptb-image-container{
	width: auto;
    float: none;
    margin: 0 5px;
    display: inline-block;
}

@media (min-width: 1200px) and (max-width: 1899px){
	.testimonials-carousel{
		padding: 0 4rem!important;
	}
	
	.custom-table table{
		padding: 0 30px;
	}
	
	.testimonials-carousel .elementor-swiper-button-prev{
		left: 0!important;
	}
	
	.hero-banner{
		--min-height: 760px!important;
	}
	
	.hero-banner .heading1{
		padding-left: 30px!important;
		--width: 43%!important;
	}
	
	.testimonials-carousel .elementor-swiper-button-next{
		right: 0!important;
	}
	
	.parca-icons{
		--gap: 40px 40px!important;
    --row-gap: 40px!important;
    --column-gap: 40px!important;
	}
}

@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: 651px) and (max-width: 1025px){
	.hero-banner .headings{
		width: 75%;
    margin-left: 2rem;
    margin-top: 2rem;
	}
	
	.hero-banner .heading1{
		--width: 68%!important;
	}
}

@media (min-width: 655px) and (max-width: 991px){
	.hero-banner .rotates{
		top: -57px!important;
	}
	
	    .hero-banner .headings {
        width: 89%;
	}
}

@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;
	}
	
	.hero-banner .rotates{
		--e-con-transform-skewX: -60deg!important;
		top: -3rem!important;
		width: 150%!important;
	}
	
	.hero-banner .headings{
		margin-top: 3rem;
	}
	
	body .custom-form .elementor-field-type-recaptcha, body .custom-form .elementor-field-type-submit, body .custom-form .elementor-field-type-submit .elementor-button{
		width: 100% !important;
	}
}

@media (min-width: 451px) and (max-width: 650px){
	.hero-banner .rotates{
		right: 1rem!important;
	}
}

@media (min-width: 413px) and (max-width: 450px){
	.hero-banner .rotates{
		right: -2rem!important;
	}
}

@media (min-width: 391px) and (max-width: 412px){
	.hero-banner .rotates{
		right: 4rem!important; 
	}
}

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