
/************************** 
* home page slider styles 
***************************/
#full-screen-carousel {
	position: relative;
	background-image: url(/images/shutterstock_231171514-banner-home-page.jpg);
    background-size: cover;
    background-position: center;
	margin-top: 152px;
}
@media (max-width: 992px) {
	#full-screen-carousel {
		margin-top: 0;
	}
}

.overlay-text {
    height: 32px;
    line-height: 32px;
    background: #0CB4EA;
    color: white;
    text-align: center;
    width: 100%;
}
.owl-nav, .owl-dots {
	display: none;
	opacity: 1;
    -webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.owl-nav button {
	background: none;
    width: 60px;
    overflow: hidden;
    margin-top: -50px;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
	content: "";
	position: absolute;
}
.owl-nav button:after {
    position: absolute;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
    top: 0;
    left: 0;
    background: #6C7373;
    z-index: 100;
    width: 60px;
    height: 60px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    color: #fff;
    border-radius: 50%;
}
.owl-nav button.owl-prev:hover:after,
.owl-nav button.owl-next:hover:after {
    background: #FFF;
    color: #6C7373;
}

.owl-nav button.owl-prev:after {
	content: '\f104';
    font-family: 'Font Awesome 5 Free';
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	font-weight: 900;
}
.owl-nav button.owl-prev {
	left: 10px;
	display: none;
}
.owl-nav button.owl-next {
	right: 10px;
	display: none;
}
.owl-nav button.owl-next:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    /*-webkit-transition: all 300ms ease;
    transition: all 300ms ease;*/
	font-weight: 900;
}
.owl-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: none;
}
.owl-carousel button.owl-dot {
	background: #fff;
    width: 22px;
    height: 4px;
    margin: 0px 8px;
}
.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot.active {
	background: #0068A7;
}
.owl-slide {
    min-height: 90vh;
	background-size: cover;
    background-position: center;
}
.slide-overlay {
	position: absolute;
	top:0;left:0;bottom:0;right:0;
	background-color: rgba(0,0,0,0.5);
}

.owl--text {
    top: 0;
	bottom:0;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 11;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl--inner-text {
    width: 60%;
    color: #fff;
	text-align: left;
}

.owl--inner-text h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.owl--inner-text h2 {
	font-size: 28px;
	font-weight: 500;
}


@media (max-width: 600px) {

	.owl-slide {
		min-height: 70vh;
	}
	.owl--inner-text {
		width: 85%;
		text-align: center;
	}
}

/************************** 
* client feedback slider styles 
***************************/
.clnt-fdbk-slider {
	padding: 100px 0;
}
#customerFeedback {
	padding-bottom: 40px;
	position: relative;
}
#customerFeedback .owl-dots { 
	display: block;
}
#customerFeedback button.owl-dot{
	background: #797F7F;
    width: 10px;
    height: 10px;
    margin: 0px 8px;
    border-radius: 100%;
}
#customerFeedback button.owl-dot:hover, 
#customerFeedback button.owl-dot.active {
	background: #0068A7;
}
.clnt-fdbk-container {
	padding: 5px 15px;
}
.clnt-fdbk-block {
	padding: 40px 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.clnt-fdbk-img {
	display: block;
	float: left;
	height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 1px solid #0068A7;
    box-sizing: content-box;
}
.clnt-fdbk-img img {
	display: block;
	height: 90px;
    width: 90px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.clnt-fdbk-content {
	overflow: hidden;
    padding-left: 20px;
}
.clnt-fdbk-content p {
	color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}
.clnt-fdbk-content .client-info {
	padding-left: 50px;
    position: relative;
}
.clnt-fdbk-content .client-info::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: #383838;
    left: 0;
    top: 4px;
}
.clnt-fdbk-content .client-info h4 {
	font-weight: 600;
    font-size: 16px;
    color: #383838;
    margin-bottom: 2px;
	line-height: 30px;
}
.clnt-fdbk-content .client-info span {
	color: #383838;
    font-size: 14px;
	transition: all 0.3s ease 0s;
}