/*--------------------------------------------------------------------- 
                           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 0.3s ease 0s, left 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, left 0.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 0.3s ease 0s, right 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
	transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.owl-carousel .owl-nav i {
	font-size: 24px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding-left: 0px;
	display: inline-block;
	color: var(--white-color);
	background: var(--secondary-color);
	text-align: center;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.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: 0px 3px;
	height: 10px;
	width: 10px;
	border: 1px solid var(--secondary-color);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.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, 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: 0px 20px;
}

.slick-list.draggable {
	border: 1px solid rgba(255, 255, 255, 0.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;
}



 