/*-------------------------------- 
          OWL Carousel
-----------------------------------------*/
.owl-carousel .owl-nav.disabled {
	display: none;
}

.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	text-indent: inherit;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	left: 0;
	width: 100%;
	cursor: pointer;
	z-index: 999;
}

.owl-carousel .owl-nav .owl-prev {
	outline: none;
	background: none;
	border: none;
	display: block;
	position: absolute;
	text-align: center;
	text-indent: inherit;
	top: -25px;
	left: -8%;
	width: auto;
	cursor: pointer;
	-webkit-transition: opacity .3s ease 0s, left .3s ease 0s;
	-moz-transition: opacity .3s ease 0s, left .3s ease 0s;
	-ms-transition: opacity .3s ease 0s, left .3s ease 0s;
	-o-transition: opacity .3s ease 0s, left .3s ease 0s;
	transition: opacity .3s ease 0s, left .3s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
	outline: none;
	background: none;
	border: none;
	display: block;
	position: absolute;
	text-align: center;
	text-indent: inherit;
	top: -25px;
	right: -8%;
	width: auto;
	cursor: pointer;
	-webkit-transition: opacity .3s ease 0s, right .3s ease 0s;
	-moz-transition: opacity .3s ease 0s, right .3s ease 0s;
	-ms-transition: opacity .3s ease 0s, right .3s ease 0s;
	-o-transition: opacity .3s ease 0s, right .3s ease 0s;
	transition: opacity .3s ease 0s, right .3s ease 0s;
}

.owl-carousel .owl-nav i {
	font-size: 24px;
	border: 1px solid rgba(0, 0, 0, .05);
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding-left: 0;
	display: inline-block;
	color: var(--white-color);
	background: var(--secondary-color);
	text-align: center;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
	border-radius: 90px;
}

.owl-carousel .owl-nav i:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

/* Dots */
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-dots {
	margin-top: 15px;
	position: relative;
	width: 100%;
	display: inline-block;
	text-indent: inherit;
	text-align: center;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
	box-shadow: none;
	outline: none;
	background: var(--secondary-color);
	display: inline-block;
	border-radius: 90px;
	padding: 0;
	margin: 0 3px;
	height: 10px;
	width: 10px;
	border: 1px solid var(--secondary-color);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
	display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-dots .owl-dot.active:nth-child(n+3) {
	background: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.single-image-shadow .owl-carousel .video-img {
	box-shadow: 1px 12px 15px -5px rgba(0, 0, 0, .1);
	margin: 30px 15px;
}

.owl-carousel .owl-item img.client-img {
	width: auto;
	margin: 0 auto;
}

.consult-video a {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 90px;
	background: var(--white-color);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.blue .consult-video a {
	background: var(--primary-color);
	color: var(--white-color);
}

.blue .video-btn .btn-waves .waves {
	border-color: var(--primary-color);
}

@media (max-width: 480px) {
	.owl-carousel .owl-dots {
		margin-top: 0;
		margin-bottom: 30px;
	}
}


/*-------------------------
  Slick slider
----------------------------------*/
.slider {
	width: 50%;
	margin: 107px auto;
}

.slick-slide {
	margin: 0 20px;
}

.slick-list.draggable {
	border: 1px solid rgba(255, 255, 255, .16);
	overflow: hidden;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

/* swiper */

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


/*==================
load more button
========================*/
.loadmore-block-hide {
	display: none;
}

.loadmore-block-show {
	display: block;
}

/*==================
sidebar close button
========================*/
.iqonic-custom-layouts .btn-close {
	transition: all .2s ease;
	will-change: transform;
}

.iqonic-custom-layouts .btn-close:hover {
	background-color: var(--secondary-color);
	transform: rotate(90deg);
}

.iqonic-custom-layouts {
	box-shadow: 0 0 20px 0 rgb(44 101 144 / 10%);
}

@media(max-width:767px) {
	.iq-tabs .nav.nav-pills {
		max-width: 767px;
		overflow-x: auto;
	}
}

.iq-tabs .nav.nav-pills::-webkit-scrollbar {
	display: block;
}


.widget-list-nav-menu.list-nav-style-one {
	display: flex;
	align-content: center;
}

.wpcf7 form .wpcf7-response-output {
	display: block;
}

.wpcf7 .contact-form.contact-style .xamin-button,
.wpcf7 .contact-form.contact-style .xamin-btn-container .xamin-button-swipe.has-icon {
	background: var(--secondary-color);
	border-radius: 90px;
	color: var(--white-color);
}

.wpcf7 .contact-form.contact-style .xamin-btn-container .xamin-button-swipe.has-icon {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 3px;
}
.wpcf7 .contact-form.contact-style .xamin-btn-container{
	background: transparent;
	border: none;
}

.contact-form.contact-style .cfield textarea {
	border: 1px solid var(--border-color);
}

.contact-form.contact-style .cfield textarea:focus {
	border: 1px solid var(--primary-color);
}

.contact-form.contact-style-4 .cfield textarea,
.contact-form.contact-style-4 .cfield input {
	border: 1px solid transparent;
	background: var(--white-color);
}

.contact-form.contact-style-4 .cfield textarea:focus,
.contact-form.contact-style-4 .cfield input:focus {
	border: 1px solid var(--primary-color);
}

.contact-form.contact-style-4 .cfield p,
.contact-form.contact-style-4 p{
	display: inline-block;
	width: 100%;
	margin: 0;
}

.contact-form.contact-style-4 p{
	margin: 0;
}

.contact-form.contact-style-4 .xamin-button-swipe{
	margin-top: 30px;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
	top: -.3em;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle,
.woof .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--primary-color);
}

.cursor-drag .owl-carousel .owl-item{cursor: grab;}

/*=========================
elementor light-box
=============================*/
.dialog-lightbox-widget {
	height: 100vh !important;
    z-index: 99999 !important;
}

/* woocommerce */
@media (max-width: 1024px) {
	.additional-info-wrapper .xamin-button {
		padding: 8px 12px;
	}
}