ight: 0; }
	.theme-contact-block li::after { display: none; }
}
@media (min-width: 768px) {
	.site-header .widget .custom-social-icons { float: right; }
}

/*--------------------------------------------------
=>> Classic Header
--------------------------------------------------*/

.classic-header .site-header {
	background: transparent;
}

/*--------------------------------------------------
=>> Theme Main Slider
--------------------------------------------------*/

.theme-main-slider { 
	position: relative; 
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
    z-index: 1;
 }
 .theme-slider-content .title-large, .theme-slider-content .description {
    color: #fff;
}
.theme-main-slider .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .35);
}
#theme-main-slider { margin: 0px; }
#theme-main-slider .item {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    z-index: 0;
    background-size: cover;
	height: 800px;
}
.theme-slider-content { 
    height: auto;
    margin: 0 auto;
    padding-top: 0;
	padding-bottom: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
	left: 0;
	right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.theme-slider-content .theme-text-left, 
.theme-slider-content .theme-text-right, 
.theme-slider-content .theme-text-center {
	width: 55%;
}
.theme-text-right.align-right { 
	float: right;
}
.theme-text-center.align-center { 
    margin: 0 auto;
}

.theme-slider-content .title-large { font-size: 3.55rem; line-height: 1.2; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); font-weight: 700; margin-bottom: 1.25rem; }
.theme-slider-content .title-small { letter-spacing: 0.313rem; font-size: 1.2rem; font-weight: 600;     margin-bottom: 0.625rem; } 
.theme-slider-content .description { font-size: 1.125rem; padding: 0; }
.theme-slider-content .btn-combo .btn-small { margin-left: 0.313rem; margin-right: 0.313rem; }
@media only screen and (max-width: 768px) { 
	.theme-slider-content .theme-text-left, 
	.theme-slider-content .theme-text-right, 
	.theme-slider-content .theme-text-center {
		width: 100%;
	}
	.theme-slider-content .title-large { font-size: 3.000rem; margin: 0 0 1.000rem; } 
	.theme-slider-content br { display: none; } 
}

/*Slider Content Animation*/
.owl-item.active .theme-slider-content .title-small {
    animation: 1s .3s fadeInDown both;
}
.owl-item.active .theme-slider-content .title-large {
	animation: 1s .4s fadeInDown both;
}
.owl-item.active .theme-slider-content .description {
    animation: 1s .6s fadeInUp both;
}
.owl-item.active .theme-slider-content .mt-5, 
.owl-item.active .theme-slider-content .mt-4 {
    animation: 1s .9s fadeInUp both;
}


/*--------------------------------------------------
=>> Slider Next/Prev Button Styles
--------------------------------------------------*/

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next { 
	display: inline-block;
	opacity: 0;
	background-color: rgba(0,0,0,.1);
    border: 2px solid rgba(255,255,255,.45);
	color: #fff;
    font-size: 1.2rem;
    line-height: 1.9; 
	padding: 0 !important;
	margin: 0px;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
	text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.owl-carousel .