/* ----------------------------------------------------------------
	Summiters Specific CSS
-----------------------------------------------------------------*/


:root {
	--font-body:			'Nunito', sans-serif;
	--font-primary:			'Poppins', sans-serif;
	--themecolor:  			#00acee;
	--themecolorrgba:       0, 172, 238;
	--dark: 				#222;
	--fulldark: 			#111;
	--light: 				#EEE;
	--section-about-bg: 	url('dots-1.png');
	--section-features-bg: 	url('bg-3.svg');
	--section-about2-bg: 	url('bg-4.svg');
}

/* Swiper Slider
---------------------------------------------------------------------------- */

.swiper_wrapper .swiper-container { background: transparent; }

.slider-element .heading-block h2 {
	font-size: 2.2rem;
	line-height: 1.4;
}

.slider-arrow-left,
.slider-arrow-right {
	border-radius: 50%;
	left: 20px;
	transition: all .3s ease;
	background-color: #222;
	background-color: var(--dark, #222);
}

.slider-arrow-right {
	left: auto;
	right: 20px;
}

.slider-arrow-left:hover,
.slider-arrow-right:hover {
	transform: translateY(-50%) scale(1.15);
	background-color: #0C1CCC !important;
	background-color: var(--themecolor, #0C1CCC) !important;
}

.swiper-button-disabled {
	opacity: 0;
	z-index: -99;
}

.slider-arrow-left i,
.slider-arrow-right i {
	color: #FFF;
	font-size: 26px;
}

.animated.faster {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.device-md .slider-element .article-info { max-width: 98% }
.slider-element .article-info { max-width: 85% }

.button-dark { background-color: #222; background-color: var(--dark, #222); }

.article-info h5 {
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
	font-family: var(--font-body);
	color: #AAA;
	margin-bottom: 0;
}

.article-info h5 a { font-family: 'Poppins', sans-serif; font-family: var(--font-primary); }

.rating-stars {
	position: relative;
	top: 2px;
}

.article-price del { color: #BBB }
body:not(.dark) .article-price { color:#0C1CCC; color: var(--themecolor, #0C1CCC) }


/* elements
---------------------------------------------------------------------------- */
.badge {
	position: relative;
	padding: 0.25em 0.4em;
	font-weight: 500;
	border-radius: 2px;
	top: -1px;
}

.before-heading {
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
}

.heading-block h2 { font-size: 240%; }

.heading-block::after {
	opacity: .8;
	border-width: 2px;
	border-style: solid;
	border-color: #0C1CCC;
	border-color: var(--themecolor, #0C1CCC);
}

.section-features .btn-link { font-size: 14px; }

.section-features .card {
	border: 0;
	overflow: hidden;
	background: #FFF;
  	background-clip: padding-box;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
}

.section-features .card::before {
	content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    height: 3px;
    width: 100%;
}
.section-features .card.border-color-blue::before { background: linear-gradient(to right, blue, lightblue); }
.section-features .card.border-color-pink::before { background: linear-gradient(to right, red, pink); }
.section-features .card.border-color-yellow::before { background: linear-gradient(to right, teal, cyan); }
.section-features .card.border-color-info::before { background: linear-gradient(to right, #111, #DDD); }

body:not(.dark) .section-scroller {
	background-image: linear-gradient(to top, rgba(241,244,248,.5), rgba(241,244,248,.5) 30%, #FFF 30%);
	background-repeat: no-repeat;
}

body:not(.dark) .section-features {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('bg-3.svg');
	background-image: var(--section-features-bg);
	background-size: auto 100%;
}
.section-scroller .swiper-container,
.section-scroller .swiper-container .swiper-slide { overflow: visible; }

.device-xl .section-scroller .swiper-container .swiper-slide { width: 38%; }
.device-lg .section-scroller .swiper-container .swiper-slide { width: 42%; }
.device-md .section-scroller .swiper-container .swiper-slide { width: 58%; }
.device-sm .section-scroller .swiper-container .swiper-slide { width: 42%; }
.device-xs .section-scroller .swiper-container .swiper-slide { width: 65%; }

.section-scroller .card {
	border: 1px solid #EEE;
	border: 1px solid var(--light, #EEE);
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0 0 10px rgba(140, 152, 164, 0.15);
	margin-top: -20px;
}

body:not(.dark) .section-scroller .card h4 a { color: #111; color: var(--fulldark, #111); }

.section-scroller .card p {
	font-size: 13px;
	color: #888;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.section-scroller { overflow: visible; }

.swiper-container-horizontal>.swiper-scrollbar {
	width: 80%;
	max-width: 1140px;
	left: 50%;
	bottom: -60px;
	height: 8px;
	z-index: 1;
	background-color: rgba(0,0,0,0.045);
	transform: translateX(-50%);
}

body:not(.dark) .swiper-scrollbar-drag { opacity: .2; }

.circle-border {
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
	border: 2px solid rgba(12, 28, 204, .05);
	border-radius: 50%;
	height: 250px;
	width: 250px;
}

.feature-content {
	position: absolute;
	top: -25px;
	left: -25px;
	width: 300px;
	height: 300px;
}

.circle-inner {
	border-radius: 50%;
	min-width: 80px;
	min-height: 80px;
	padding: 4px;
	background: #FFF;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	text-align: center;
	line-height: 1;
	box-sizing: content-box;
	white-space: nowrap;
}

.circle-inner::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	padding-top: 100%;
	height: 0;
}

.circle-inner > div {
	display: inline-block;
	vertical-align: middle;
}

.counter { font-size: 20px; }
.counter + h5 { font-size: 12px; }

.button { box-shadow:0 8px 16px rgba(32,41,50,0.12); }


/* Border Form Design
---------------------------------------------------------------------------- */
.border-form-control {
	padding: 8px 4px;
	background-color: transparent !important;
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom-width: 2px;
	border-bottom-color: #EEE;
	border-bottom-color: var(--light, #EEE);
	border-radius: 0 !important;
}

/* Mode Switcher
---------------------------------------------------------------------------- */
.mode-switcher {
	position: fixed;
	right: 36px;
	bottom: 80px;
	z-index: 299;
}

.mode-switcher .pts-text,
.mode-switcher .pts-switcher {
	display: block;
	overflow: hidden;
}

.mode-switcher .pts-text {
	font-size: 14px;
	margin-bottom: 4px; 
	text-transform: uppercase;
	font-weight: 600;
}

.mode-switcher .pts-text span.tlight,
.mode-switcher.pts-switch-active .pts-text span.tdark { display: none; }

.mode-switcher .pts-text span.tdark,
.mode-switcher.pts-switch-active .pts-text span.tlight { display: inline-block; }

body:not(.dark) #footer { background-color: #FFF; }

.dark .owl-carousel .owl-dots .owl-dot,
body:not(.dark) #copyrights { background-color: #EEE; background-color: var(--light, #EEE); }

@media (min-width: 992px) {

	.slider-element .heading-block h2 {
		font-size: 3.4rem;
		line-height: 1.2;
	}

	.slider-element .article-info { max-width: 80% }

	.services-info {
		 position: absolute;
		 top: 0;
		 left: 30px;
		 z-index: 9;
		 text-align: left !important;
	}

	.fbox-desc h3 {
		font-size: 20px;
		font-weight: 400;
		color: #000;
	}

	.fbox-desc span { font-size: 14px; }

	.section-scroller .card {
		border-left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
		margin-top: 0;
		margin-bottom: 14px;
	}

	.section-scroller .card h4 { font-size: 150%; }

	.section-scroller img {
		position: relative;
		z-index: 1;
	}

	.sale-flash {
		position: absolute;
		left: auto;
		top: -10px;
		right: -10px;
	}

	.section-scroller:not(:hover) .slider-arrow-left-1,
	.section-scroller:not(:hover) .slider-arrow-right-1 { opacity: 0; }

	.circle-border {
		height: 400px;
		width: 400px;
	}

	.feature-content {
		top: -50px;
		left: -50px;
		width: 500px;
		height: 500px;
	}

	.circle-inner {
		min-width: 100px;
		min-height: 100px;
		padding: 10px;
	}

	.counter { font-size: 28px; }
	.counter + h5 { font-size: 13px; }

	.section-about::before {
	    content: '';
	    position: absolute;
	    bottom: 0;
	    left: 0;
		background-color: transparent;
	    background-image: url('dots-1.png');
		background-repeat: no-repeat;
		background-position: top right;
	    transform:  rotate(-180deg);
	    background-size: 40%;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	}

	.dark .section-about::before {
		opacity: 1;
		background: #222;
		background: var(--dark, #222);
	}

}

.dark a { color: #EEE; color: var(--light, #EEE); }
.dark svg { fill: #EEE; fill:var(--light, #EEE); }

.dark .section-features .card {
	background-color: #111;
	background-color: var(--fulldark, #111);
	box-shadow: 0 0 20px rgba(255,255,255,0.02);
}

.dark .section-scroller .card {
	background-color: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255,255,255,0.03);;
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0;
	margin-top: -20px;
}
.dark .swiper-container-horizontal>.swiper-scrollbar { background-color: rgba(255,255,255,0.1); }

.dark .circle-inner {
	background: #EEE;
	background: var(--light, #EEE);
	box-shadow: none;
}

.dark .circle-border { border-color: rgba(255, 255, 255, 0.1); }

/* header phone
---------------------------------------------------------------------------- */
#top-account { right: 10px; }

#top-account a {
	background-color: #267DF4;
	background-color: var(--themecolor);;
	color:#FFF ;
	padding: 10px 14px;
	border-radius: 3px;
}

#top-account a i {
	position: relative;
	top: 2px;
}

#top-account a span {
	font-weight: 400;
	margin-left: 4px;
}

.button:hover,
#top-account:hover a,
#image-carousel .carousel-grid-item:hover a.item {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	opacity: .95;
}

#top-account a,
.masonry-thumbs a img,
.button { transition: all .2s ease-out; }

/* Responsive Device less than 768px (.device-sm <)--*/

@media (max-width: 767.98px) {
	#top-account { margin: 29px 0; }
	#top-account a { display: block; }
	#top-account a span {
		display: none;
	}
}

/* Responsive Device more than 992px (.device-md >)--*/

@media (min-width: 992px) {

	#top-account { right: 0; }
}

/* ---------------------------------------------------------------------------
	Slider Height
---------------------------------------------------------------------------- */
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
	height: auto !important;
	height: var(--slider-height-lg) !important;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: auto !important;
		height: var(--slider-height-md) !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: auto !important;
		height: var(--slider-height-sm) !important;
	}
}

@media (max-width: 575.98px) {
	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: auto !important;
		height: var(--slider-height-xs) !important;
	}
}


.dark a { color: #EEE; color: var(--light); }
.dark svg { fill: #EEE; fill:var(--light); }

.dark .section-features .card {
	background-color: #111;
	background-color: var(--fulldark);
	box-shadow: 0 0 20px rgba(255,255,255,0.02);
}

.dark .section-scroller .card {
	background-color: rgba(0, 0, 0, .3);
	border: 1px solid rgba(255,255,255,0.03);;
	border-left-width: 1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: 0;
	margin-top: -20px;
}
.dark .swiper-container-horizontal>.swiper-scrollbar { background-color: rgba(255,255,255,0.1); }

.dark .circle-inner {
	background: #EEE;
	background: var(--light);
	box-shadow: none;
}

.dark .circle-border { border-color: rgba(255, 255, 255, 0.1); }

/* Course Categories
---------------------------------------------------------------------------- */

	.slider-caption h2 { font-size: 76px; }

	.menu-carousel .heading-block h3 { font-size: 48px; }

.course-categories .card a span i {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

.course-categories .card a span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.course-categories .card a span i {
	display: block;
	margin-bottom: 5px;
	font-size: 20px;
}

.hover-effect {
	-webkit-transition:  transform .25s ease, box-shadow .3s ease;
	-o-transition:  transform .25s ease, box-shadow .3s ease;
	transition:  transform .25s ease, box-shadow .3s ease;
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	border: 0;
}

.hover-effect:hover {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.course-card .card-footer { border-top-color: #EEE; }

.rating-stars i { color: #f4c150; }

.course-card .card-title a { color: #333; }

.course-card .card-title a:hover { color: var(--themecolor); }

.course-card  .card-title-sub { font-size: 11px; }

/* Map section
---------------------------------------------------------------------------- */
.hotspot-img { position: relative; }

.hotspot-img .hot-spot {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 5px;
	left: 5px;
	text-align: center;
	background-color: rgba(0,123,255,1);
	border: 1px solid #FFF;
	border-radius: 100%;
	cursor: pointer;
	transition: transform .3s ease;
}

.hotspot-img .hot-spot .circle {
	display: block;
	position: absolute;
	top: 47%;
	left: 47%;
	width: 2em;
	height: 2em;
	margin: -1em auto auto -1em;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	border-radius: 50%;
	background: #007bff;
	opacity: 0;
	z-index: -1;
	-webkit-animation: pulsate 3.5s ease-out infinite;
	animation: pulsate 3.5s ease-out infinite;
}

.hotspot-img .hot-spot:nth-child(2) .circle { animation-delay: 2s; }
.hotspot-img .hot-spot:nth-child(3) .circle { animation-delay: 3.5s; }
.hotspot-img .hot-spot:nth-child(4) .circle { animation-delay: 5.2s; }
.hotspot-img .hot-spot:nth-child(5) .circle { animation-delay: 6.4s; }
.hotspot-img .hot-spot:nth-child(6) .circle { animation-delay: 8s; }
.hotspot-img .hot-spot:nth-child(7) .circle { animation-delay: 9.2s; }
.hotspot-img .hot-spot:nth-child(8) .circle { animation-delay: 11s; }
.hotspot-img .hot-spot:nth-child(9) .circle { animation-delay: 13s; }
.hotspot-img .hot-spot:nth-child(10) .circle { animation-delay: 15s; }

.hotspot-img .hot-spot .tooltip {
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	opacity: 0;
	display: none;
	left: 0;
	padding: 8px 10px;
	position: absolute;
	top: 20px;
	width: auto;
	z-index: 999;
	box-shadow: 0 10px 80px rgba(0,0,0,0.1), 0 10px 50px rgba(0,0,0,0.1);
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.hotspot-img .hot-spot.hotspot-tooltip-open .tooltip {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.hotspot-img .hot-spot .tooltip.ontop {
	top: auto;
	bottom: 35px;
}

.hotspot-img .hot-spot .tooltip  p {
	font-size: 13px;
	line-height: 1.3rem !important;
	margin-bottom: 0;
	white-space: nowrap;
	color: #666 !important;
	text-transform: capitalize;
}

@-webkit-keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
	 45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}
@keyframes
	pulsate {  0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.8;
	}
		45% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 0;
	}
}

.iconlist li:not(:first-child) { margin-top: 8px; }
.iconlist li img {
	position: relative;
	margin-top: -2px;
	width: 16px;
	margin-right: 5px;
}

.iconlist a {
	font-size: 15px;
	color: #444;
}

.iconlist a:hover { text-decoration: underline !important; }
.text-muted { opacity: 0.5; }

/* testimonials
---------------------------------------------------------------------------- */
.testimonials .container:before,
.testimonials .container:after {
	content: "\e7ad";
	font-family: 'font-icons';
	position: absolute;
	top: -38px;
	left: 20px;
	font-size: 80px;
	color: rgba(38, 125, 244, 0.2);
	color: rgba(var(--themecolorrgba));
}

.testimonials .container:after {
	content: "\e7ae";
	top: auto;
	left: auto;
	right: 20px;
	bottom: -45px;
}

.testimonials .testi-content p {
	font-style: normal;
	color: #000;
}

/* about section
---------------------------------------------------------------------------- */

.section-about2 .btn-link { font-size: 14px; }

.section-about2 .card {
	border: 0;
	overflow: hidden;
	background: #FFF;
  	background-clip: padding-box;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
}

.section-about2 .card::before {
	content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    height: 3px;
    width: 100%;
}
.section-about2 .card.border-color-blue::before { background: linear-gradient(to right, blue, lightblue); }
.section-about2 .card.border-color-pink::before { background: linear-gradient(to right, red, pink); }
.section-about2 .card.border-color-yellow::before { background: linear-gradient(to right, teal, cyan); }
.section-about2 .card.border-color-info::before { background: linear-gradient(to right, #111, #DDD); }

body:not(.dark) .section-scroller {
	background-image: linear-gradient(to top, rgba(241,244,248,.5), rgba(241,244,248,.5) 30%, #FFF 30%);
	background-repeat: no-repeat;
}

body:not(.dark) .section-about2 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url('bg-4.svg');
	background-image: var(--section-about2-bg);
	background-size: auto 100%;
}

/* Gallery
---------------------------------------------------------------------------- */

.owl-carousel .owl-dots .owl-dot {
	width: 20px;
    height: 5px;
    border-radius: 4px;
    transition: all .3s ease-out;
    opacity: .3;
}

.owl-carousel .owl-dots .owl-dot.active { width: 45px; }

#price-carousel .owl-item {
	opacity: 0;
	transform: translateY(20px);
	transition: all .4s .1s ease-out;
}

#price-carousel .owl-item.active {
	opacity: 1;
	transform: translateY(0);
}

#image-carousel { overflow: visible; }

#image-carousel .carousel-column {
	display: flex;
	flex-direction: column;
	flex: 1 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#image-carousel .column-1 { padding-right: 12px; }
#image-carousel .column-2 { padding-left: 12px; }

#image-carousel .carousel-column-container {
	display: flex;
	flex-direction: row;
}

#image-carousel .carousel-grid-item {
	display: flex;
	flex: 1;
	margin: 0;
	padding: 0;
}

#image-carousel .carousel-grid-item .item {
	flex: 1;
	position: relative;
	width: 100%;
	min-height: 150px;
	margin-bottom: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	transition: all .2s ease-out;
}

.button:hover,
.top-phone:hover,
#image-carousel .carousel-grid-item:hover a.item {
	box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-3px);
	opacity: .95;
	color: #FFF;
}

#image-carousel .carousel-grid-item .item blockquote { z-index: 1; }

.img-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: rgba(38, 125, 244, 0.8);
	background-color: rgba(var(--themecolorrgba), 0.8);
}

#locations-carousel .owl-stage-outer { padding-bottom: 40px  }

#locations-carousel .owl-item.active .card {
	opacity: 1;
	transform: translateY(0px);
}

#locations-carousel.owl-carousel .owl-nav [class*=owl-] {
	opacity: 1;
	background-color: #FFF;
	color: #267DF4;
	color: var(--themecolor);
}

#locations-carousel.owl-carousel .owl-dots {
	position: relative;
    background: #FFF;
    width: 150px;
    padding: 10px;
	margin: 0 auto;
	bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#locations-carousel.owl-carousel .owl-dots .owl-dot { margin: 0 4px; }

@media (min-width: 992px) {

	
	#locations-carousel.owl-carousel .owl-dots {
		position: absolute;
		top: auto;
		left: 50%;
		bottom: 45px;
		margin-left: -75px;
	}

}

.card { border-radius: 8px; }
.card-img-top {
	border-top-left-radius: calc(8px - 1px);
    border-top-right-radius: calc(8px - 1px);
}

.price-list .card-body { padding: 20px 30px !important; }

.card-img-overlay * { position: relative; }

.card-img-overlay::before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4,4,4,.45);
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
#locations-carousel .owl-item.active .card {
	opacity: 1;
	transform: translateY(0px);
}
#locations-carousel .card {
	position: relative;
	right: auto;
	margin: 0 auto;
	bottom: 0;
	margin-top: -30px;
	padding: 20px;
}

@media (min-width: 992px) {


	#locations-carousel .card {
		opacity: 0;
		position: absolute;
		right: 40px;
		bottom: -30px;
		padding: 20px 30px;
		width: 100%;
		max-width: 320px;
		border: 0;
		border-radius: 4px;
		transform: translateY(20px);
		transition: all .4s .1s ease-out;
	}

}

/* Trip Pages Slider Gradient
---------------------------------------------------------------------------- */

.hero-diagonal::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(126, 150, 128, 0.8) 30%, rgba(126, 150, 128, 0.2) 100%);
	background-image: linear-gradient(to right, rgba(var(--themecolorrgba, 126, 150, 128), 0.8) 30%, rgba(var(--themecolorrgba, 126, 150, 128), 0.2) 100%);
	-webkit-clip-path: none;
	clip-path: none;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}

@media (min-width: 992px) {

	.hero-diagonal::before {
		width: 60%;
		-webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	}
	
/* Trip Pages Faqs
---------------------------------------------------------------------------- */
.toggle {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #EEE;
}

.toggle-header {
	align-items: center;
}

.toggle-header .toggle-open {
	display: block !important;
	font-size: 20px;
	line-height: 1;
	height: 20px;
	transform: rotate(45deg);
	transition: transform .3s ease;
}

.toggle-closed { display: none !important; }

.toggle-active .toggle-open {
	display: block !important;
	transform: rotate(90deg);
	color: var(--themecolor, #0F66DD);
}

@media (max-width: 991.98px) {
	.toggle-header,
	.toggle-active .toggle-header,
	.toggle-content { padding-left: 0; }

	.toggle-title i.toggle-open { right: 0; }

	#header-wrap .header-buttons {
		margin-left: 0.75rem;
		padding-right: 1.2rem;
	}
}


/* ----------------------------------------------------------------
	Trip insider page 
-----------------------------------------------------------------*/

#side-panel { background-color: #FFF; }

body.side-panel-open #side-panel {
	-webkit-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
	box-shadow: -5px 0px 20px -6px rgba(0,0,0,0.15);
}

@media (min-width: 992px) {

	#side-panel {
		right: -400px;
		width: 400px;
	}

	#side-panel .side-panel-wrap { width: 430px; }

	#side-panel .widget { width: 320px; }

	body.side-push-panel.side-panel-open.stretched #wrapper,
	body.side-push-panel.side-panel-open.stretched #header.sticky-header .container { right: 400px; }

	body.side-push-panel.side-panel-open.stretched .slider-inner { left: -400px; }

}

/* ----------------------------------------------------------------
	Careers image shadow 
-----------------------------------------------------------------*/

.box-img {
	position: relative;
	box-shadow: 14px -14px 0 0 rgba(var(--themecolorrgba,253,92,99), 0.15);
}

.box-img.shadow-left {
	box-shadow: -14px -14px 0 0 rgba(var(--themecolorrgba,253,92,99), 0.15);
}