/*
Name: 			agilemas-custom.css
Written by: 	Shay Rahman
Theme Version:	1.1
*/


.bg-banner01 {
	background: url(../img/bg/bg-01.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 90vh;
}

.bg-banner03 {
	background: url(../img/bg/bg-03.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 90vh;
}

.bg-banner04 {
	background: url(../img/bg/bg-04.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 90vh;
}

.bg-banner-privacy {
	background: url(../img/bg/bg_privacy_banner.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 40vh;
}

.bg-banner {
	background: url(../img/bg/bg_banner.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 40vh;
}

.bg-lms {
	background: url(../img/lms/bg-lms.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 90vh;
}

.bg-lms2 {
	background: url(../img/lms/lms_subscribe_bg2.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 90vh;
}

.bg-lms-subs {
	background: url(../img/lms/lms_subscribe_banner.jpg) center bottom !important;
	background-size: cover !important; background-position: center !important;
	height: 36vh; width: 100%;
}

.bg-banner404 {
	background: url(../img/bg/bg-404.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 80vh;
}

@media only screen and (max-width: 550px){

	.bg-banner01 { background: url(../img/bg/bg-01-mobile.jpg) center top no-repeat !important;}
	.bg-banner03 { background: url(../img/bg/bg-03-mobile.jpg) center top no-repeat !important;}
	.bg-lms { background: url(../img/lms/bg-lms-mobile.jpg) center top no-repeat !important;}

	.bg-lms2 { background: url(../img/lms/bg-lms-mobile2.jpg) center top no-repeat !important;}

	/* .bg-lms2 { background: url(../img/lms/lms_main_banner.jpg) center top no-repeat !important;} */
	.bg-lms-subs { background: url(../img/lms/lms_subscribe_banner-mobile.jpg) center top !important;}
	.bg-banner-privacy { background: url(../img/bg/bg-privacy-mobile.jpg) center top no-repeat !important;}
	.dropdown-fix-mob { color: var(--tertiary) !important; background-size: cover !important;}

}

@media screen and (min-width: 820px) {

	.dropdown-fix-mob { color: var(--tertiary) !important;}
	.bg-banner01 {
		background: url(../img/bg/bg-01-ipad.jpg) center top no-repeat !important;
		background-size: cover !important;}

}

@media screen and (min-width: 1240px) {

	.bg-banner01 { background: url(../img/bg/bg-01.jpg) center top no-repeat !important; background-size: cover !important;}

}

@media (min-width: 576px) {
		.custom-container-style-3 { min-width: 540px; }
		.menu-nav-hide-mobile { display: none !important;}

}

@media (min-width: 768px) {
		.custom-container-style-3 {
				min-width: 720px;
		}
}

@media (min-width: 992px) {
		.custom-container-style-3 {
				min-width: 960px;
		}
}

@media (min-width: 1200px) {
		.custom-container-style-3 {
				min-width: 1140px;
		}
}

.custom-container-position-1 {
		position: relative;
		transform: translate3d(-50%, 0, 0);
		left: 50%;
}

/*
* Buttons
*/
@keyframes toBottomFromTop {
		49% {
				transform: translate3d(0, 100%, 0) scale(1);
		}
		50% {
				opacity: 0;
				transform: translate3d(0, -100%, 0) scale(1);
		}
		51% {
				opacity: 1;
		}
}

.custom-btn-effect-1:hover > .animated-icon,
.custom-btn-effect-1:hover > img,
.custom-btn-effect-1:hover > i,
.custom-link-effect-1:hover > .animated-icon,
.custom-link-effect-1:hover > img,
.custom-link-effect-1:hover > i {
		animation: toBottomFromTop 0.3s forwards;
}


.custom-list-style-1 { list-style:circle; padding-left: 20px; }


/*
* Main
*/
.main { margin-top: -78px; }
.main-sub { margin-top: 0;}

/*
* Header
*/
#header {
		position: relative;
		width: 100%;
		top: calc(100vh - 78px);
		left: 0;
		height: 78px;
}

#header .header-btn-collapse-nav {
		/* margin-top: 4px; */
		padding: 5px 10px;
		/* padding: 12px; */
}

#header .container {
		width: 100%;
}

#header .header-body {
		/* background: transparent; */
		background: #181818;
		border-top: 0;
		border-bottom: 0;
		min-height: 0;
}

#header .header-container { min-height: 78px; }
#header .header-nav { padding: 0;}
#header .header-nav-main:before { content: none;}

#header .header-nav-main nav > ul > li > a {
		position: relative;
		background: transparent !important;
		font-size: 13.6px;
		font-size: 0.85rem;
		font-weight: 600;
		letter-spacing: 0;
		color: #FFF !important;
		transition: ease color 300ms;
}

@media (min-width: 992px) and (max-width: 1060px) {
		#header .header-nav-main nav > ul > li > a {
			padding: 27px 7px;
		}
}

@media (min-width: 1061px) and (max-width: 1199px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 10px;
		}
}

@media (min-width: 1200px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 27px 16px;
		}
}

#header .header-nav-main nav > ul > li > a.active:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		border-bottom: 3px solid var(--primary);
		width: 100%;
}

@media (max-width: 991px) {
		#header .header-nav-main nav > ul > li > a.active:before {
				bottom: 0;
				border-width: 2px;
		}
}

#header .header-nav-main nav > ul li { border-bottom: 0; }

html.sticky-header-active #header .header-body {
		top: 0;
		/*background: #333940;*/
        background: #181818b1;
}

@media (max-width: 991px) {
		html:not(.sticky-header-active) #header .header-body {
        background: #181818;
        border-bottom-color: #403333;
		}
}

@media (min-width: 992px) {
		#header .header-nav-main nav > ul > li > a {
				height: 100%;
		}
		#header .header-nav-main nav > ul > li > a.active {
				color: #CCC !important;
		}
		#header .header-nav-main nav > ul > li:hover > a, #header .header-nav-main nav > ul > li.open > a {
				color: #CCC !important;
		}
}

/*
* Owl Carousel
*/
.custom-dots-style-1 .owl-dots {
		bottom: 55px !important;
}

.custom-dots-style-1 .owl-dots .owl-dot {
		transition: ease transform 300ms;
}

.custom-dots-style-1 .owl-dots .owl-dot.active, .custom-dots-style-1 .owl-dots .owl-dot:hover {
		transform: scale(1.3);
}

.custom-dots-style-1 .owl-dots .owl-dot + .owl-dot {
		margin-left: 4px;
}

/*
* Testimonials
*/
.custom-testimonial-style-1 blockquote > p {
		font-family: "Lora", sans-serif !important;
}

.custom-testimonial-style-1.testimonial-with-quotes blockquote:before, .custom-testimonial-style-1.testimonial-with-quotes blockquote:after {
		font-family: "Lora", sans-serif;
		font-weight: bold;
		color: #212121;
}

/*
* Sort
*/
.sort-destination-loader.sort-destination-loader-showing {
		max-height: none;
}

@media (max-width: 575px) {
    .logo-text-landing {
        display: none;
    }
}

.bg-06 {
	background: url(../img/bg/bg-06.jpg) center top !important;
	background-size: cover !important; background-position: center !important;
	height: 90vh;
}
