/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Deedbox - Owl Carousel CSS File
 */
.owl-carousel .owl-item img{
	max-width:max-content;
}
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-carousel .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size:0px;
    background: #bfc5e8;
    cursor: pointer;
}
.owl-carousel .owl-nav [class*='owl-']:hover {
      background: #7158f8;
      color: #FFF;
      text-decoration: none; 
}
.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}

/*--- owl-dots ---*/
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; 
}
.owl-carousel .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #bfc5e8;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #4e60c4; 
}

/*--- owl-nav ---*/
.owl-carousel .owl-nav button{
	background:#bfc5e8;
	position:absolute;
	content:'';
	bottom:50%;
	z-index:9999;
	width:40px;
    height:40px;
	border-radius:20px;
}
.owl-carousel .owl-nav button:hover{
	background:none;
	color:#4e60c4;
}
.owl-carousel .owl-nav .owl-prev{
	left:40px;
}
.owl-carousel .owl-nav .owl-next{
	right:70px; 
}

.owl-carousel .owl-nav button span{
	font-size:0px;
	position:absolute;
    border: solid #b4bae3;
	width:15px;
	height:15px;
	border-width: 0 4px 4px 0;
}
.owl-carousel .owl-nav .owl-prev span{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.owl-carousel .owl-nav .owl-next span{
	transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}
.owl-carousel time{
	font-weight:400;
	letter-spacing:0;
}
.owl-carousel .owl-nav button:hover span{
    border-color:#4e60c4;
}


/*.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{ display:block; }*/
.owl-carousel.hide-dots .owl-dots, .owl-carousel.hide-nav .owl-nav{ display:none !important; }

.owl-carousel.show-dots .owl-dots, .owl-carousel.show-nav .owl-nav, .owl-carousel:hover .owl-nav,
.owl-carousel.slidernav-one .owl-nav, .owl-carousel.slidernav-two .owl-nav, 
.owl-carousel.slidernav-three .owl-nav{ display:block !important; }

/*--------------------------------------------------------------
1) Slider Navigation Styles
--------------------------------------------------------------*/
.slidernav-one.owl-carousel .owl-nav button{
	top: -75px;
    bottom: inherit;
}
.slidernav-one.owl-carousel .owl-nav .owl-prev{
    left:inherit;
	right:50px;
}
.slidernav-one.owl-carousel .owl-nav .owl-next{
    right:15px;
}
.slidernav-one.owl-carousel .owl-nav .owl-prev::before{
	position:absolute;
	width:1px;
	height:24px;
	left:25px;
	bottom:0;
	content:'';
	background:#dcd9fa;
}

.slidernav-two.owl-carousel{
	padding-bottom:50px;
}
.slidernav-two.owl-carousel .owl-nav button{
	bottom:-10px;
    top: inherit;
}
.slidernav-two.owl-carousel .owl-nav .owl-prev{
    right:inherit;
	left:0px;
}
.slidernav-two.owl-carousel .owl-nav .owl-next{
    left:20px;
}

.slidernav-three.owl-carousel .owl-nav .owl-prev{
    left:inherit;
	right:70px;
}
.slidernav-three.owl-carousel .owl-nav .owl-next{
    right:15px;
}

/* add rounds */
.slidernav-round.owl-carousel .owl-nav button,
.slidernav-three.owl-carousel .owl-nav button{
    border-radius: 50%;
	background:#e3eaff;
}
.slidernav-round.owl-carousel .owl-nav button span,
.slidernav-three.owl-carousel .owl-nav button span{
	border-color:#7158f8;
}
.slidernav-round.owl-carousel .owl-nav button:hover span,
.slidernav-three.owl-carousel .owl-nav button:hover span{
	border-color:#ffffff;
	background:#7158f8;
}


.slidernav-round.owl-carousel .owl-nav button{
	padding:30px !important;
}
.slidernav-round.owl-carousel .owl-nav button.owl-prev span{
	right:15px;
}
.slidernav-round.owl-carousel .owl-nav button.owl-next span{
	right:20px;
}
.slidernav-round.owl-carousel .owl-nav button span{
	bottom:20px;
}

.slidernav-three.owl-carousel{
	padding-bottom:40px;
}
.slidernav-three.owl-carousel .owl-nav button{
	padding:18px 20px !important;
    bottom:0px;
}
.slidernav-three.owl-carousel .owl-nav button.owl-prev span{
	right:10px;
}
.slidernav-three.owl-carousel .owl-nav button.owl-next span{
	right:14px;
}
.slidernav-three.owl-carousel .owl-nav button span{
	bottom:12px;
}






.theme-scrolling .owl-carousel .owl-nav button span{
	border-color:#494e74;
}
.theme-scrolling .owl-carousel .owl-nav button:hover span{
	border-color:#4e60c4;
}

/*--------------------------------------------------------------
2) Banner Slider
--------------------------------------------------------------*/

.banner-slider .owl-carousel .owl-nav, .banner-slider .owl-carousel .owl-dots{ 
	display:none; 
}
.banner-slider .owl-carousel .owl-nav button span{
	width:20px;
    height:20px;
    border-width: 0 5px 5px 0;
}

.banner-slider .owl-carousel:hover .owl-nav,
.show-slider-dots.owl-carousel .owl-dots{ 
	display:block; 
}
.banner-slider{
	font-weight:500;
}
.banner-slider .item{
	align-items:center;
}
.slide-title{
	font-weight:600;
	font-size:64px;
	padding:30px 0px;
	margin:0;
	text-transform:uppercase;
	color#4d4d4f;	
	cursor:pointer;
}
.slide-title span{
	font-weight:300;
	display:block;
}
.slide-detail{
	font-size:20px;
}
.banner-slider .slide-detail{
	font-size:15px;
}

.banner-slider a.more-link{
	letter-spacing:2px;
}

.banner-three .slide-title, .banner-three .slide-detail{
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
}
.banner-three .slide-title{
	font-weight:700;
	padding:60px 0 10px 0;
	font-size:70px;
}
.banner-three .slide-detail{
	font-size:22px;
}
.banner-three .slide-detail,
.banner-three .slide-image{
	margin:0 auto;
}


.banner-two{
	font-size:12px;
}
.banner-two .slide-title{
	text-transform:capitalize;
	font-size:34px;
}
.banner-two p{
	text-transform:capitalize;
}

.banner-four .slide-title{
	color:#3f50ac;
}
.banner-five .slide-title{
	text-transform:inherit;
	padding-top:15px;
}
.banner-five .slide-title span{
	color:#fe4d94;
	font-weight:600;
	display: inline-block;
}
.banner-five a.btn{
	padding:10px 20px;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
}
.banner-five a:hover.btn {
	background:#fe4d94;
	color:#fff;	
}




.slider-two .slide-title, .slider-three .slide-title{
	color:#3c31b8;
	font-size:36px;
}

.slider-two p, .slider-three p{
	font-size:24px;
	line-height:1.5;
}

.slider-two .slide-title{
	padding:0;
	font-weight:500;
}

.slider-three{  
	margin-top:90px; 
}
.slider-three .owl-carousel{
	top:-40px;
	background:#e3eaff;
	padding-bottom:0;
}
.slider-three .owl-carousel .owl-nav button{
	background:#ffffff;
	color:#4e60c4;
}
.slider-three .slide-image img{
	margin:2% auto;
}
.slider-three .slide-detail{
	padding:40px 30px 40px 0px;
}
.slider-three .slide-title{
	text-transform:none;
	line-height:1.2;
	padding:18px 0 35px 0;
}
.slider-three .time{
	color:#aaaaaa;
	font-size:26px;
}
.slider-three .owl-carousel .owl-nav button{
	bottom:10px;
}
.slider-three .owl-carousel .owl-nav .owl-next{
	right:20px;
}
.slider-three .owl-carousel .owl-nav .owl-prev{
	right:75px;
}
.banner-one .slide-image img{
	width:110%;
	position:relative;
	right:3%;
}
.banner-four .slide-title{
	color:#0553dd;
	text-transform:capitalize;
	font-size:60px;
	padding-top:0px;
	padding-bottom:30px;
}
.banner-four .slide-detail{
	color:#15289e;
	font-size:22px;
	font-weight:400;
}

.team .slide-detail{
	font-size:14px;
}


.owl-carousel{
	padding-bottom:15px;
}
.slide-detail, .slide-image, .client-logo{
	margin-bottom:15px;
}

.bg-dark .owl-dots .owl-dot span,
.bg-primary .owl-dots .owl-dot span,
.bg-secondary .owl-dots .owl-dot span,
.bg-orangelight .owl-dots .owl-dot span,
.bg-violetlight .owl-dots .owl-dot span{ background:#ffffff; }

.bg-dark .owl-dots .owl-dot:hover span,
.bg-dark .owl-dots .owl-dot.active span{ background:#f0f3ff; }

.bg-primary .owl-dots .owl-dot:hover span,
.bg-primary .owl-dots .owl-dot.active span{ background:#fe4d94; }

.bg-secondary .owl-dots .owl-dot:hover span,
.bg-secondary .owl-dots .owl-dot.active span{ background:#7257f9; }

.bg-orangelight .owl-dots .owl-dot:hover span,
.bg-orangelight .owl-dots .owl-dot.active span{ background:#4e41e2; }

.bg-violetlight .owl-dots .owl-dot:hover span,
.bg-violetlight .owl-dots .owl-dot.active span{ background:#f76d59; }


.squire-round-block .owl-nav.disabled + .owl-dots{ margin-top:40px; }


@media only screen and (max-width: 1679px)  {
	.slide-title{
		font-size:52px;
	}
	.banner-slider .slide-detail{
		font-size:14px;
	}
	.banner-three .slide-title{
		font-size:65px;
	}
	.banner-four .slide-title{
		font-size:56px;
	}
	.banner-four .slide-detail{
		font-size:20px;
	}
}
@media only screen and (max-width: 1439px)  {
	.slide-title{
		font-size:48px;
	}
	.banner-slider .slide-detail{
		font-size:13px;
	}
	.banner-three .slide-title{
		font-size:60px;
	}
	.banner-four .slide-title{
		font-size:50px;
	}
	.banner-three .slide-detail,
	.banner-four .slide-detail{
		font-size:16px;
	}

	.slider-two .slide-title, .slider-three .slide-title{
		font-size:34px;
	}
	.slider-two p, .slider-three p{
		font-size:22px;
	}
	.slider-three .time{
		font-size:24px;
	}
	.slider-three .slide-title{
		padding:15px 0 20px 0;
	}

}

@media only screen and (max-width: 1279px) {
	.slide-title{
		font-size:44px;
	}
	.banner-slider .slide-detail{
		font-size:12px;
	}
	.banner-three .slide-title{
		font-size:50px;
	}
	.banner-four .slide-title{
		font-size:46px;
	}
	.banner-four .slide-detail{
		font-size:14px;
	}

	.slider-two .slide-title, .slider-three .slide-title{
		font-size:32px;
	}
	.slider-two p, .slider-three p{
		font-size:20px;
	}
	.slider-three .time{
		font-size:22px;
	}

}

@media only screen and (max-width: 1080px)  {
	.slide-title{
		font-size:40px;
	}
	.banner-four .slide-title{
		font-size:40px; 
	}
	.blog-list .one-item-slider .entry-content {
		padding:7% 4%;
	}
	.slider-two .slide-title, .slider-three .slide-title{
		font-size:30px;
	}
	.slider-two p, .slider-three p{
		font-size:18px;
	}
	.slider-three .time{
		font-size:20px;
	}
}

@media only screen and (max-width: 991px)  {
	.slide-title{ 
		padding:20px 0; 
	}
	.slide-title,
	.banner-four .slide-title{
		font-size:36px; 
	}
	.banner-three .slide-title{
		padding-top:50px;
		font-size:46px;
	}
	.banner-three .slide-detail{
		font-size:18px;
	}
	.slider-two .slide-title, .slider-three .slide-title{
		font-size:28px;
	}
	.slider-two p, .slider-three p{
		font-size:16px;
	}
	.slider-three .time{
		font-size:18px;
	}
}
@media only screen and (max-width: 767px)  {
	.slide-title{ 
		padding:10px 0; 
	}
	a.more-link, a.more-info, a.request-link{
		margin-right:10px;
	}
	.slide-title,
	.banner-four .slide-title{ 
		font-size:28px; 
	}
	.banner-three .slide-title{
		padding-top:40px;
		font-size:42px;
	}
	.banner-three .slide-detail{
		font-size:16px;
	}
	.slider-two .slide-title, .slider-three .slide-title{
		font-size:26px;
	}
	.slider-two p, .slider-three p{
		font-size:14px;
	}
	.slider-three .time{
		font-size:16px;
	}
	.banner-four .slide-detail{
		font-size:12px;
	}
	.blog-list .one-item-slider .entry-content {
		padding:15px;
	}
}
@media only screen and (max-width: 575px)  {
	.owl-carousel .slide-image img{ 
		max-width:80%; 
		margin:0 auto; 
	}
	.banner-slider .item{
		flex-direction: column-reverse;
	}
	.banner-three .slide-title{
		padding-top:30px;
	}
	.banner-three .slide-title{
		font-size:38px;
	}
	.banner-three .slide-detail{
		font-size:15px;
	}
	.slider-three .slide-detail{
		padding:15px 15px 40px 15px;
	}
}
@media only screen and (max-width: 479px)  {
	.banner-three .slide-title{
		padding-top:20px;
	}
	.banner-three .slide-title{
		font-size:34px;
	}
	.banner-three .slide-detail{
		font-size:14px;
	}
}
@media only screen and (max-width: 420px)  {
	.banner-three .slide-title{
		padding-top:10px;
	}
	.banner-three .slide-title{
		font-size:28px;
	}
}
@media only screen and (max-width: 380px)  {
	.banner-three .slide-title{
		font-size:26px;
	}
}
@media only screen and (max-width: 340px)  {
	.banner-three .slide-title{
		font-size:24px;
	}
}