@charset "utf-8";
/*
Theme Name: Car Dealer html5  Bootstrap Template.
Author: codezionsoftwares
Author URL: https://www.templatemonster.com/authors/codezion/
Version: 1.0.0

%%%%%%% Table of CSS %%%%%%%

1.General code
    1.1 Typography
    1.2 Space margins and padding
    1.3 forms
    1.4 Buttons
    1.5 Section-Colors-&-Backgrounds
    1.6 Modal & popups
    1.7 Accordion
2.Homepages
    2.1 Navigation
    2.2 Slider
    2.3 Search
    2.4 About Us
    2.5 Our Work
    2.6 Our Services
    2.7 Best Car
    2.8 Our Team
    2.9 Our Blog
    2.10 Trending Cars
    2.11 Footer
    2.12 Copyright
3.Blog
4.Blog Details
5.Listing
6.Listing Detail
7.Booking
8.About Us
9.404
10.Coming Soon
11.Contact Us
12.FAQs
13.Gallery
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*--------animation---------*/
@keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes shadow {
	0% {
		transform: scale(1) translateY(0px);
	}

	100% {
		transform: scale(0.8) translateY(75px);
	}
}

@keyframes ghost {
	0% {
		transform: scale(1) translateY(0px)
	}

	100% {
		transform: scale(1) translateY(-40px)
	}
}
/*======================
1.General Code
========================*/
html {
	overflow-x: hidden;
}

button:focus, *:focus {
	outline: none;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 1.8;
	color: #000;
	background: #ffffff;
	border-color: #dfdfdf;
	transition: transform ease-in .4s;
	overflow: hidden;
}

button {
	background: transparent;
	border: none;
	padding: 0;
}

label {
	line-height: normal;
}

hr {
	margin: 20px 0;
}

.p-relative {
	position: relative;
}

.before-none:after, .after-none:after, .none {
	display: none;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.overlay-bg-black {
	background: #000;
	opacity: 0.1;
}

.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.image-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
}

.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #f3f3f3;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before {
	font-size: inherit;
	margin: 0;
}

.animate-img {
	position: relative;
	overflow: hidden;
}

	.animate-img:hover img {
		transform: scale(1.1);
		transition: 0.5s;
	}

.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}

.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}
/*section header*/
.section-header {
	padding-bottom: 10px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

	.section-header .section-heading {
		/* max-width: 540px; */
		margin: auto;
	}

		.section-header .section-heading h3 {
			font-size: 35px;
			font-weight: 500;
		}

.our-work-sec .section-header .section-heading h3::before {
	background: #8e826f none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 129px;
	text-align: center;
	width: 80px;
	top: -20px;
}

.our-work-sec .section-header .section-heading h3::after {
	background: #8e826f none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: -135px;
	text-align: center;
	width: 81px;
	top: -20px;
}

.our-work-sec .section-header span::after {
	background: url(../images/icon/edu-icon.png);
	bottom: -8px;
	color: #1bb4b9;
	content: "";
	font-size: 14px;
	height: 20px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 40px;
	z-index: 9;
	bottom: 86px;
}

.section-header .section-description {
	margin-bottom: 20px;
	position: relative;
}

.section-header.style-left {
	text-align: left;
}

	.section-header.style-left .section-heading {
		/* margin: 0 auto 0 0; */
	}

		.section-header.style-left .section-heading h3:after {
			margin: 20px auto 0 0;
		}

.section-header.style-right {
	text-align: right;
}

	.section-header.style-right .section-heading {
		margin: 0 0 0 auto;
	}

		.section-header.style-right .section-heading h3:after {
			margin: 20px 0 0 auto;
		}
/*Slick Arrow*/
.arrow-layout-2 .slick-arrow, .arrow-layout-1 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: 0.3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1;
}

	.arrow-layout-1 .slick-arrow:after {
		width: 50px;
		height: 50px;
		border: 1px solid #fff0;
		background: #ffffff9e;
		position: relative;
		overflow: hidden;
		color: #090909;
		font-size: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: "Font Awesome 7 Free";
		font-weight: 900; /* Solid icons */
		content: "\f054"; /* example: right arrow */
	}

	.arrow-layout-1 .slick-arrow:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 0%;
		background: #192f59;
		z-index: -1;
		height: 100%;
		transition: 0.5s all;
	}

	.arrow-layout-1 .slick-arrow:hover:before {
		width: 100%;
	}

.arrow-layout-1 .slick-prev {
	left: -100px;
}

.arrow-layout-1 .slick-next {
	right: -100px;
}

.arrow-layout-1 .slick-prev:after {
	content: "\f060";
}

.arrow-layout-1 .slick-next:after {
	content: "\f061";
}

.arrow-layout-1.slick-slider:hover .slick-prev {
	left: 15px;
}

.arrow-layout-1.slick-slider:hover .slick-next {
	right: 15px;
}

.arrow-layout-2 .slick-arrow {
	font-size: 0px;
	right: 15px;
	top: 106%;
}

	.arrow-layout-2 .slick-arrow:after {
		background: #111111;
		border-color: #111111;
		color: #fff;
		font-family: flaticon;
		padding: 15px;
		font-size: 20px;
		border-radius: 50%;
	}

.arrow-layout-2 .slick-prev {
	right: 48.8%;
	padding: 20px;
	margin: 0px 5px;
}

.arrow-layout-2 .slick-next {
	right: 44.8%;
	padding: 20px;
}

.arrow-layout-2 .slick-prev:after {
	content: "\f060";
}

.arrow-layout-2 .slick-next:after {
	content: "\f061";
}

.arrow-layout-2 .slick-arrow:hover:after {
	color: #fff;
	background: #192f59;
}

.arrow-layout-2.sidebar-arrow .slick-arrow {
	transform: translate(0px, 0%);
	top: auto;
	bottom: 0;
}

	.arrow-layout-2.sidebar-arrow .slick-arrow.slick-prev {
		left: 0;
	}

	.arrow-layout-2.sidebar-arrow .slick-arrow.slick-next {
		right: 0;
	}
/*slick bullets*/
.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-top: 20px;
}

	.slick-dots li {
		padding: 0;
		line-height: 0;
	}

		.slick-dots li button {
			font-size: 0;
			width: 12px;
			height: 6px;
			border-radius: 10px;
			background: #2d3e52;
			margin: 0 5px;
			transition: 0.6s all;
			border: 2px solid #2d3e52;
		}

		.slick-dots li.slick-active button {
			width: 24px;
			height: 6px;
			border-radius: 50px;
			background: #192f59;
			border: 2px solid #192f59;
		}
/*pagination*/
.page-item:first-child .page-link {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.page-link:focus {
	box-shadow: none;
	z-index: 1;
}

.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #eee;
	color: #020202;
	border-radius: 0;
}

.page-item:hover .page-link, .page-item.active .page-link {
	background-color: #192f59;
	border-color: #192f59;
	color: #fff;
}
/*======================
1.1 Typography
========================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-family: 'Roboto', sans-serif;
	color: #000;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
	}

h1 {
	font-size: 45px;
	line-height: normal;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 16px;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #DC143C;
	text-decoration: none;
	transition: 0.5s;
}

	a:focus, a:hover {
		color: #111111;
		text-decoration: none;
		transition: 0.5s;
	}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}

	ul li, ol li {
		margin: 0px;
		position: relative;
		list-style: none;
	}

	ul.custom {
		list-style: none;
		padding: 0;
	}

	ul.custom-flex {
		list-style: none;
		padding: 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

blockquote {
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px;
	padding-left: 70px;
	border-left: 2px solid #192f59;
}

	blockquote span {
		width: 50px;
		height: 50px;
		background: #192f59;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 15px;
		font-size: 16px;
		margin-right: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	blockquote p {
		font-size: 16px;
		font-style: italic;
		margin: 0;
		word-break: break-word;
		margin-bottom: 0;
	}

	blockquote h6 {
		color: #000;
		text-transform: uppercase;
		font-size: 16px;
	}

iframe {
	border: none;
	width: 100%;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: 0.5s;
}

table th, table td {
	border: 1px solid #dfdfdf;
	padding: 15px;
}

table {
	border: 1px solid #dfdfdf;
	padding: 15px;
	width: 100%;
}

.fs-12 {
	font-size: 14px;
}

.fs-14 {
	font-size: 16px;
}

.fs-16 {
	font-size: 18px;
}

.fs-18 {
	font-size: 20px;
}

.fs-20 {
	font-size: 22px;
}

/*======================
1.2 Space margins and padding
========================*/
.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.section-padding {
	padding: 80px 0;
}

.section-padding-top {
	padding-top: 80px;
}

.section-padding-bottom {
	padding-bottom: 80px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.mb-xl-20 {
	margin-bottom: 20px;
}

.mb-xl-30 {
	margin-bottom: 30px;
}

.mb-xl-40 {
	margin-bottom: 40px;
}

.mb-xl-50 {
	margin-bottom: 50px;
}

.mb-xl-80 {
	margin-bottom: 80px;
}

.pb-xl-20 {
	padding-bottom: 20px;
}
/*==================
1.3. Forms
====================*/
.form-control-custom::placeholder {
	font-size: 14px;
}

.banner-tabs .form-control-custom:focus {
	border: 2px solid #ffffff;
	border-bottom: 2px solid #192f59;
	box-shadow: none;
}

.banner-tabs .form-control-custom,
.newsletter .form-control-custom {
	border: 2px solid #192f59;
}

.form-control-custom {
	height: 45px;
	padding: 0 15px;
	border-radius: 0;
	border: 1px solid #eee;
	width: 100%;
	background: #192f5912;
	font-size: 16px;
}

	.form-control-custom:focus {
		border: 2px solid #c1c1c1;
		border-bottom: 2px solid #c1c1c1;
		box-shadow: none;
	}

.form-control:disabled, .form-control[readonly] {
	background-color: #ffffff;
	opacity: 1;
}

.btn-height, button.btn-height {
	height: 40px;
	line-height: 1;
	padding: 0;
}

label.submit {
	height: 15px;
	width: 100%;
	clear: both;
}

.custom-select {
	background-image: none;
}

	.custom-select:focus {
		box-shadow: none;
	}

.group-form .form-control-custom, .group-form .form-control-custom:not(:last-child) {
	padding: 0 40px 0 15px;
}

	.group-form .form-control-custom:focus {
		z-index: 0;
	}

	.group-form .form-control-custom.custom-select:focus {
		z-index: 10;
	}

.group-form .input-group-append {
	position: absolute;
	height: 40px;
	width: 40px;
	/*	background: #000000;*/
	color: #000;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	z-index: 0;
	pointer-events: none;
}

.group-form .custom-select {
	padding: 0 30px 0 10px;
}

	.group-form .custom-select:after {
		border-bottom-color: #000;
		border-right-color: #000;
		right: 15px;
	}

.banner-tabs .group-form .input-group-append {
	background: #192f59;
}

.banner-tabs .group-form .custom-select:before {
	content: '';
	background: #192f59;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	margin-top: 0;
}

.group-form .custom-select:before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	margin-top: 0;
}

textarea.form-control {
	height: auto;
	padding: 20px 15px 0;
}

label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

label.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: normal;
	font-size: 14px;
}

	label.custom-checkbox:last-child {
		margin-bottom: 10px;
	}
	/* Create a custom checkbox */
	label.custom-checkbox .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		border: 1px solid #d4d4db;
		width: 20px;
		height: 20px;
		background-color: #fff;
		border-radius: 0px;
	}
	/* On mouse-over, add a grey background color */
	label.custom-checkbox:hover input ~ .checkmark {
		background-color: #fff;
		border: 1px solid #192f59;
	}
	/* When the checkbox is checked, add a blue background */
	label.custom-checkbox input:checked ~ .checkmark {
		background-color: #192f59;
		border: 1px solid #192f59;
	}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
label.custom-checkbox input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
/*==================
1.4. Buttons
====================*/
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	z-index: -1;
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	transition: all 0.75s ease 0s;
}

a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #fff;
}

	a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
		height: 450%;
	}

a.animated-button:link, a.animated-button:visited {
	position: relative;
	padding: 15px 60px;
	color: #000;
	font-size: 14px;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	letter-spacing: .08em;
	transition: all 1s ease;
}

a.animated-button.victoria-one {
	border: 2px solid #82755e;
	z-index: 1;
}

	a.animated-button.victoria-one:after {
		background: #84765d;
		transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	}
/*==================
1.5. Section-Colors-&-Backgrounds
====================*/
.bg-light-white {
	background-color: #f5f5f5;
}

.bg-custom-white {
	background-color: #ffffff;
}

.bg-custom-blue {
	background: #192f59;
}

.bg-light-black {
	background: #2d3e52;
}
/*Colors*/
.text-custom-black {
	color: #000000;
}

.text-custom-white {
	color: #ffffff;
}

.text-custom {
	color: #8d8270;
}

.text-light-dark {
	color: #838383;
	;
}

.text-light-black {
	color: #2d3e52;
}

.text-yellow {
	color: #fdb714;
}
/*======================
1.6 Modal & Popups
========================*/
/*======================
1.7 Accordion
========================*/
.custom-accordion .card {
	background: #ffffff;
	border-color: #fff;
	border-radius: 0;
}

	.custom-accordion .card .card-header {
		padding: 0;
		background: #ededed;
		border-color: #ededed;
		border-radius: 0;
	}

		.custom-accordion .card .card-header .collapsebtn {
			font-size: 16px;
			font-weight: 500;
			display: flex;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			align-items: center;
			padding: 10px 15px;
			width: 100%;
			background: #192f59;
			color: #fff;
			cursor: pointer;
		}

			.custom-accordion .card .card-header .collapsebtn.collapsed {
				background: #ededed;
				border-color: #ededed;
				color: #000;
			}

			.custom-accordion .card .card-header .collapsebtn:before {
				content: '\f068';
				background: #fff;
				color: #192f59;
				width: 20px;
				height: 20px;
				border-radius: 50%;
				margin-right: 15px;
				font-size: 14px;
				display: flex;
				align-items: center;
				justify-content: center;
				font-family: 'Font Awesome 5 Free';
			}

			.custom-accordion .card .card-header .collapsebtn.collapsed:before {
				content: '\f067';
				background: #2d3e52;
				color: #ededed;
			}

	.custom-accordion .card .card-body {
		padding: 15px 0;
	}
/*======================
2. Homepages
========================*/

.top-short-menu a {
	color: #fff;
	padding: 0px 0px;
	font-weight: 600
}

.header .topbar {
	background: #4b3a2b;
}

	.header .topbar .leftside ul > li > a {
		margin: 6px 10px 6px 0px;
		line-height: 32px;
		/* border: 1px solid #fff; */
		width: 30px;
		height: 30px;
		text-align: center;
		display: block;
		border-radius: 50%;
		background: #fff;
		color: #000000;
	}

	.header .topbar .leftside ul > li:hover > a {
		background-color: #111111;
		border-color: #111111;
		color: #fff;
	}

	.header .topbar .rightside ul {
		justify-content: end;
	}

		.header .topbar .rightside ul > li.login {
			background-color: #45afce;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 14px;
			height: 100%;
			padding: 0 30px;
		}

		.header .topbar .rightside ul > li.book-appointment > a {
			background: #111111;
			display: flex;
			height: 100%;
			align-items: center;
			justify-content: center;
			font-size: 14px;
			padding: 16px 30px;
			font-weight: 600;
			color: #fff;
		}

		.header .topbar .rightside ul > li > a > i {
			margin-right: 10px;
		}
/*Navigation*/
.header .navigation-wrapper {
	background-color: #ffffff;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	width: 100%;
	height: 95px;
}

	.header .navigation-wrapper.sticky {
		animation-name: fadeHeaderInDown;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 22;
		background: #ffffff;
		animation-duration: 1s;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
		animation-fill-mode: both;
	}

	.header .navigation-wrapper nav > .main-navigation .logo {
		width: 100px;
		height: 40px;
		position: absolute;
		top: 6px;
	}
	/*
.header .navigation-wrapper nav>.main-navigation .logo img {
	background: #ffffffbf;
}
*/
	.header .navigation-wrapper nav > .main-navigation .main-menu > ul {
		justify-content: flex-end;
	}

		.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item {
			/* margin: 10px 0px; */
			padding: 30px 0;
		}

			.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item:last-child {
				margin-right: 0;
			}

			.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a {
				color: #000000;
				font-size: 16px;
				position: relative;
				padding: 5px 16px;
			}

				.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a:after {
					/* content: ''; */
					display: block;
					height: 2px;
					background: #192f59;
					position: absolute;
					bottom: -15px;
					left: 0;
					right: 0;
					width: 100%;
					opacity: 0;
					transition: 0.3s all;
				}

			.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item:hover > a:before, .header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item.active > a:before {
				top: -2px;
				opacity: 1;
			}

			.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item:hover > a:after, .header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item.active > a:after {
				bottom: -2px;
				opacity: 1;
			}

		.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .search {
			display: flex;
			align-items: center;
			margin-right: 0;
		}

			.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .search > a {
				padding: 5px 20px;
				padding-right: 0;
				font-size: 14px;
			}

.menu-item-has-children {
	position: relative;
}

	.menu-item-has-children > a > .arrow:after, .menu-item-has-megamenu > a > .arrow:after {
		display: inline-block;
		margin-left: .55em;
		content: "\f107";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	.menu-item-has-children .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		width: 200px;
		transform: translateY(10px);
		transition: 0.3s all;
		border-top: 2px solid #443b30;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
	}

	.menu-item-has-children:hover > .submenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.menu-item-has-children .submenu > .menu-item > a {
		padding: 6px;
		font-size: 14px;
		text-transform: capitalize;
		display: block;
		color: #000;
	}

	.menu-item-has-children .submenu > .menu-item:hover > a {
		background-color: #443b30;
		color: #fff;
	}

	.menu-item-has-children .submenu .menu-item-has-children > a > .arrow:after {
		position: absolute;
		right: 10px;
		transform: rotate(-90deg);
	}

	.menu-item-has-children .submenu .menu-item-has-children > .submenu {
		left: 100%;
		top: 0;
	}

.header .navigation-wrapper nav > .main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
	padding: 38px 0;
	justify-content: flex-end;
}

	.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn span {
		background: #000000;
		height: 2px;
		width: 25px;
		margin-bottom: 5px;
		display: block;
		transition: 0.3s;
	}

		.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn span:last-child {
			margin-bottom: 0;
		}

	.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active {
		position: relative;
		top: -4px;
		transition: 0.3s;
	}

		.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active span:first-child {
			transform: rotate(45deg);
			transition: 0.3s;
			position: relative;
			top: 7.4px;
		}

		.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
			display: none;
		}

		.header .navigation-wrapper nav > .main-navigation .hamburger-menu .menu-btn.active span:last-child {
			transform: rotate(-45deg);
			transition: 0.3s;
		}
/*Main Slider*/
.main-banner .slide-item {
	height: 700px;
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
	left: 0px;
}

	.main-banner .slide-item:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 100%;
		width: 100%;
		background-color: #000;
		opacity: 0.5;
	}

.slider-content h1 {
	font-size: 60px;
}

.slider-content {
	text-align: left;
}

.slider .slider-content p {
	font-size: 24px;
	margin: auto;
	color: #fff;
	padding-bottom: 20px;
}

.slider .slider-content h1 span {
	background: #857763;
	margin: 10px 0px;
}

.main-banner .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
/*Banner tabs*/
.banner-tabs .tab-pane [class^="col-"], .banner-tabs .tab-pane [class*=" col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.banner-tabs {
	margin-top: -110px;
	background-color: #857760;
	position: relative;
}

	.banner-tabs .tabs .nav-tabs .nav-item .nav-link {
		background: #ffffff8c;
		color: #000;
		font-weight: 500;
		letter-spacing: 1px;
	}

.tabs .nav-tabs {
	border: none;
}

	.tabs .nav-tabs .nav-item {
		text-align: center;
		margin-right: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}

		.tabs .nav-tabs .nav-item .nav-link:hover, .tabs .nav-tabs .nav-item .nav-link.active {
			background: #192f59;
			color: #ffffff;
			border: none;
			border-bottom: 2px solid #192f59;
		}

			.tabs .nav-tabs .nav-item .nav-link.active:before {
				content: "";
				bottom: -8px;
				left: calc(50% - 6px);
				position: absolute;
				display: block;
				width: 0;
				height: 0;
				border-left: 6px solid transparent;
				border-right: 6px solid transparent;
				border-top: 6px solid #192f59;
			}

		.tabs .nav-tabs .nav-item .nav-link {
			background: #fff;
			border-radius: 0;
			border: none;
			border-bottom: 2px solid #192f59;
			color: #000;
			padding: 12px 40px;
			display: block;
			z-index: 10;
			position: relative;
		}

			.tabs .nav-tabs .nav-item .nav-link:after {
				content: '';
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				height: 100%;
				background-color: #111111;
				width: 0%;
				transition: 0.5s all;
				z-index: -1;
			}

			.tabs .nav-tabs .nav-item .nav-link:hover:after {
				width: 100%;
			}
/*About us*/
.about-left-side h3, .about-left-side p {
	color: #fff;
}


.about-us .about-left-side .section-header {
	padding-bottom: 0;
}

.car-price strong {
	font-size: 48px;
	line-height: 48px;
}

.car-price span {
	font-size: 26px;
	font-weight: 500;
	vertical-align: top;
	color: #999;
	display: inline-block;
	margin-top: 5px;
}

.carinfo {
	width: 50%;
	background: #192f59;
	padding: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.about-us .about-left-side ul li {
	font-size: 14px;
	margin-bottom: 0px;
}

.carinfo ul {
	margin: 0px;
	padding: 0px
}

	.carinfo ul li {
		font-size: 14px;
		color: #fff;
		list-style: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding: 10px 0;
	}

		.carinfo ul li strong {
			float: right;
		}

.about-us .about-right-side .about-img {
	width: 100%;
	position: relative;
}

.about-us .section-heading h2 span {
	background: #192f59;
	color: #fff;
}

/*Counter*/
.counter-sec {
	background-color: #2457aa;
	color: var(--thm-color-four);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin: 0;
}

.counter-container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex-wrap: wrap;
	text-align: center;
	z-index: 2;
	margin: 0px 20px;
}

.counter {
	font-size: 30px;
	color: #fff;
}

.counter-container i {
	font-size: 50px;
	color: #fff;
}

.counter-container p {
	color: #fff;
	font-size: 20px;
	text-transform: capitalize.;
}

.counter-container span {
	font-weight: 700;
}

.counter-container img {
	width: 50px;
	height: auto;
}

.counter-container {
	display: flex;
	justify-content: center;
	align-items: center;
}


.counter-card {
	margin-bottom: 30px
}

	.counter-card h1 {
		font-size: 60px;
		margin-bottom: 5px;
		line-height: 1
	}

		.counter-card h1 .target {
			color: #DC143C;
			position: relative;
			top: 4px
		}

			.counter-card h1 .target.heading-color {
				color: #192f59;
				font-size: 60px;
				margin-left: -4px
			}

.banner-tabs {
	padding: 20px 20px;
}

/*Course*/
.single-courses-card {
	margin-bottom: 30px;
}

	.single-courses-card .courses-content {
		background-color: #fff;
		padding: 15px 20px;
	}

		.single-courses-card .courses-content .admin-profile {
			position: relative;
			padding-left: 0px;
			padding-bottom: 10px;
			margin-bottom: 20px;
		}

			.single-courses-card .courses-content .admin-profile::before {
				position: absolute;
				content: '';
				height: 1px;
				width: 100%;
				right: -30px;
				bottom: 10px;
			}

			.single-courses-card .courses-content .admin-profile img {
				position: absolute;
				/* left: 0PX; */
				bottom: 60px;
				width: auto;
			}

			.single-courses-card .courses-content .admin-profile p a {
				color: #DC143C;
				font-weight: 500;
			}

		.single-courses-card .courses-content h3 {
			font-size: 24px;
			line-height: 1.3;
			margin-bottom: 20px;
			transition: all ease .5s;
		}

		.single-courses-card .courses-content .bottom-content ul {
			padding-left: 0;
			margin-bottom: 0;
		}

			.single-courses-card .courses-content .bottom-content ul li {
				list-style-type: none;
				font-weight: 500;
			}

		.single-courses-card .courses-content .bottom-content ul {
			padding-left: 0;
			margin-bottom: 0;
		}

			.single-courses-card .courses-content .bottom-content ul li ul li {
				display: inline-block;
				margin-right: 20px;
				position: relative;
				padding-left: 22px;
			}

				.single-courses-card .courses-content .bottom-content ul li ul li i {
					position: absolute;
					left: 0;
					top: 4px;
					color: #DC143C;
				}

/*Campus*/
.single-campus-card {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
}

	.single-campus-card .campus-content {
		padding: 10px 20px;
		padding-bottom: 26px;
	}

		.single-campus-card .campus-content span {
			color: #DC143C;
			margin-bottom: 5px;
			display: inline-block;
			font-weight: 500;
		}

		.single-campus-card .campus-content h3 {
			font-size: 24px;
			margin-bottom: 0;
			line-height: 1.3;
			transition: all ease .5s;
		}

/*Find Course*/
.campus-experience-area {
	background-image: url(../../assets/images/campus-experience-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.find-courses-from-bg {
	background-color: #192f59;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
	padding-left: 50px;
}


	.find-courses-from-bg .form-group {
		margin-bottom: 25px;
		position: relative;
	}

	.find-courses-from-bg .default-btn {
		width: 100%;
		background-color: green;
		color: red;
	}

		.find-courses-from-bg .default-btn:hover {
			color: red;
		}


	.find-courses-from-bg.find-courses-from-bg-three::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: orangered;
		opacity: 0.9;
		z-index: -1;
	}

	.find-courses-from-bg.find-courses-from-bg-three h2 {
		text-align: center;
		color: deeppink;
		border-color: #384a57;
	}

	.find-courses-from-bg h2 {
		font-size: 35px;
		margin-bottom: 30px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		margin-top: -8px;
		color: #6c757d;
	}

.single-check {
	display: block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-size: 14px;
	user-select: none;
	margin-bottom: 25px;
	font-weight: 600;
	color: #6c757d;
	text-transform: uppercase;
}

.find-courses-from-bg .form-control {
	/*	background-color: transparent;*/
	/*    border: 1px solid rgba(234,35,68,0.5) !important;*/
	color: #6c757d;
	height: 50px;
}


/*Event Section*/
.events-area.events-area-style-two .events-timer {
	background-color: var(--main-color);
}

	.events-area.events-area-style-two .events-timer .default-btn {
		background-color: var(--white-color);
		color: var(--heading-color);
		display: block;
	}

		.events-area.events-area-style-two .events-timer .default-btn:hover {
			color: var(--white-color);
		}

.events-area.events-area-style-two .pagination-area {
	text-align: left;
}

.events-content span {
	font-size: 15px;
	font-weight: 600;
	color: var(--main-color);
	display: block;
	margin-bottom: 10px;
}

.events-content h2 {
	font-size: 45px;
	margin-bottom: 50px;
}

.events-content .events-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	.events-content .events-list li {
		position: relative;
		padding-left: 140px;
		margin-bottom: 40px;
	}

		.events-content .events-list li:last-child {
			margin-bottom: 0;
		}

		.events-content .events-list li .events-date {
			background-color: #192f59;
			padding: 30px;
			display: inline-block;
			text-align: center;
			position: absolute;
			top: 0;
			left: 0;
			transition: 0.9s all;
			color: #fff;
		}

			.events-content .events-list li .events-date span {
				color: var(--white-color);
				margin-bottom: 0;
				font-size: 16px;
			}

		.events-content .events-list li span {
			margin-bottom: 12px;
			display: block;
			font-size: 14px;
		}

		.events-content .events-list li h3 {
			font-size: 24px;
			margin-bottom: 15px;
		}

		.events-content .events-list li:hover .events-date {
			background-color: #DC143C;
		}

	.events-content .events-list.events-list-style-three li {
		background-color: #f3f3f4;
		padding: 30px;
		padding-left: 150px;
	}

		.events-content .events-list.events-list-style-three li .events-date {
			padding: 20px;
			top: 31px;
			left: 31px;
		}

		.events-content .events-list.events-list-style-three li h3 {
			font-size: 23px;
		}

/*Why Choos Section*/
.whys-box {
	background-image: url(../../assets/images/campus-experience-bg1.jpg);
	background: #2d2018;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.why-choose-sec {
	display: flex;
	align-items: end;
}

.why-box-itme-img img {
	width: 60px;
	height: 60px;
	filter: sepia(1);
}

.why-box {
	padding: 30px 10px 10px;
	border-radius: 8px;
	background-color: #fff;
	margin: 5px 0px;
	box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.1);
}

.why-heado {
	max-width: 75%;
	padding-bottom: 40px;
	margin: 0 auto;
	text-align: center;
	font-weight: 400;
}

.why-box-text h4 {
	margin-top: 15px;
	color: var(--thm-white);
	font-size: 17px;
}

.why-newsletter-area h3 {
	color: #fff;
}

.why-newsletter-area p {
	color: #fff;
}

.why-newsletter-area {
	box-shadow: 0 21px 21px 0 rgba(0, 0, 0, 0.1);
	background-color: #192f59;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 30px 30px 88px;
	border-radius: 8px;
	text-align: center;
}

11
/* position: relative; */
display: flex;
justify-content: space-around;
width: 100%;
}

.newsletter-form .form-group {
	margin-bottom: 1rem;
	width: 54%;
}

.newsletter-form .newsletter-input {
	11 background-color:transparent;
	border: 1px solid rgba(234,35,68,0.5) !important;
	height: 50px;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	color: #ffffff;
	border: 0;
	background-color: transparent;
}

.sub-heading {
	color: #fff;
}

.newsletter-btn {
	background-color: #ffffff;
	border: 1px solid transparent;
	padding: 10px 20px;
	border-radius: 5px;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}
/*our-work-sec*/
.wrapper {
	text-align: center;
	margin: 0 auto;
}

figure {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

	figure a {
		display: block;
	}

	figure:hover:before {
		/* content: ''; */
		background: rgba(255,0,0,0.25);
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

figcaption {
	display: none;
	/* position: absolute; */
	height: 50px;
	width: 100%;
	line-height: 50px;
	/* background: #192f59; */
	/* bottom: -50px; */
	/* transition: bottom 0.5s ease; */
	color: #fff;
	font-size: 18px;
}

figure:hover figcaption {
	bottom: 0;
}
/*Our Services*/
.single-service {
	margin-bottom: 60px;
}

.section-padding {
	padding: 80px 0;
}

.single-service h3 {
	font-size: 20px;
}

.single-service p {
	color: #333;
	font-size: 18px;
}

.style-1 .single-service {
	text-align: center;
	padding: 30px 30px;
	box-shadow: 0 5px 30px -5px #ccc;
	padding-bottom: 20px;
	background: #fff;
}

	.style-1 .single-service i.fa {
		color: #0bbbc1;
		font-size: 40px;
		margin: 20px 0;
	}

	.style-1 .single-service i {
		font-size: 70px;
		margin-bottom: 10px;
		color: #192f59;
	}

/*our-team*/
.our-team {
	background-color: #192f59;
}

	.our-team .team-row {
		margin-left: -40px;
		margin-right: -40px;
	}

	.our-team .team-wrap {
		padding: 0 40px;
	}

	.our-team .container-fluid {
		padding: 0 50px;
	}

.team-img img {
	transition: all .2s ease-in-out;
	overflow: hidden;
	width: 100%;
	border: 1px solid #DC143C;
}

.team-member,
.team-img {
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.team-title {
	margin: 30px 0 7px;
	color: #fff;
	font-size: 25px;
}

.our-team .team-details span {
	color: #DC143C;
	font-size: 20px;
	margin-bottom: 10px;
}

.overlay {
	background-color: rgb(220 20 60 / 57%);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	;
	transition: all .2s ease-in-out;
}

.team-details {
	opacity: 0;
	position: absolute;
	top: 20%;
	left: 0;
	padding: 5%;
	overflow: hidden;
	width: 100%;
	z-index: 2;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

	.team-details p {
		color: #fff;
	}

.team-img:hover .team-details {
	opacity: 1;
}

.team-img:hover .overlay {
	opacity: 1;
}

.team-details .socials {
	margin-top: 25px;
}

.socials a {
	display: inline-block;
	width: 37px;
	height: 37px;
	background-color: transparent;
}

.socials i {
	line-height: 37px;
	color: #616161;
	font-size: 14px;
	width: 37px;
	height: 37px;
	text-align: center;
	transition: all 0.2s linear;
}

.team-details .socials i {
	color: #fff;
}

.socials a i {
	background-color: #192f59;
}

.socials a:hover i {
	color: #fff;
	background-color: #DC143C;
	border: 1px double #DC143C;
}

/*our articles*/
.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date, .our_articles .post .post-wrapper .post-img .post-date {
	text-align: center;
	width: 70px;
	margin-top: 0px;
	z-index: 1;
	position: absolute;
	left: 280px;
	top: 0px;
	text-transform: capitalize;
}

	.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date .year, .our_articles .post .post-wrapper .post-img .post-date .year {
		background-color: #DC143C;
	}

.blog-meta span i {
	color: #192f59;
}

.our_articles .post .post-wrapper .blog-meta .post-meta {
	display: flex;
	justify-content: space-between;
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date .date, .our_articles .post .post-wrapper .post-img .post-date .date {
	font-size: 30px;
	line-height: 1.1;
	padding: 7px 0;
}

.our_articles .post .post-wrapper .blog-meta .post-heading h2 {
	margin-top: -10px;
	line-height: 28px;
}

.our_articles .post .post-wrapper .post-footer {
	padding: 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #f5f5f5;
	background: #fff;
}

	.our_articles .post .post-wrapper .post-footer .post-author a {
		color: #000;
	}

	.our_articles .post .post-wrapper .post-footer > a {
		text-transform: uppercase;
		padding: 6px 20px;
	}
/*footer*/
.footer-area {
	background-color: #18110b;
	position: relative;
	z-index: 1
}

	.footer-area .shape {
		position: absolute;
		top: 50px;
		margin: auto;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		left: 0;
		right: 0;
		z-index: -1
	}

.footer-logo-area {
	margin-bottom: 30px
}

	.footer-logo-area img {
		margin-bottom: 20px;
		width: 135px;
		/* height: 55px; */
	}

	.footer-logo-area p {
		margin-bottom: 25px;
		color: #fff
	}

	.footer-logo-area .contact-list ul {
		padding-left: 0;
		margin-bottom: 0
	}

		.footer-logo-area .contact-list ul li {
			list-style-type: none;
			margin-bottom: 10px
		}

			.footer-logo-area .contact-list ul li:last-child {
				margin-bottom: 0
			}

			.footer-logo-area .contact-list ul li a {
				color: #fff
			}

.footer-widjet {
	margin-bottom: 30px
}

	.footer-widjet h3 {
		font-size: 22px;
		color: #fff;
		margin-bottom: 15px;
	}

	.footer-widjet .list ul {
		padding-left: 0;
		margin-bottom: 0
	}

		.footer-widjet .list ul li {
			list-style-type: none;
			margin-bottom: 10px
		}

			.footer-widjet .list ul li:last-child {
				margin-bottom: 0
			}

			.footer-widjet .list ul li a {
				color: #fff;
				-webkit-transition: all ease .5s;
				transition: all ease .5s
			}

				.footer-widjet .list ul li a:hover {
					color: #847763;
				}

.copyright-area {
	background-color: #5f5548;
	border-top: 1px solid #ffffff78;
}

.copyright {
	padding: 15px 0px 1px 0px;
}

	.copyright .copy {
		/* text-align:right; */
	}

		.copyright .copy p {
			color: #cacaca
		}

			.copyright .copy p a {
				color: #ffffff;
			}

	.copyright .social-content ul {
		padding-left: 0;
		margin-bottom: 0
	}

		.copyright .social-content ul li {
			display: inline-block;
			margin-right: 10px
		}

			.copyright .social-content ul li:last-child {
				margin-right: 0
			}

			.copyright .social-content ul li span {
				color: #fff
			}

			.copyright .social-content ul li a {
				color: #cacaca;
				-webkit-transition: all ease .5s;
				transition: all ease .5s
			}

				.copyright .social-content ul li a:hover {
					color: #DC143C
				}
/*back to top*/
#back-top {
	text-align: center;
	display: none;
}

	#back-top a {
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 0px;
		text-align: center;
		line-height: 45px;
		border: #463626 solid 1px;
		color: #ffffff;
		/* border-radius: 50%; */
		background: #463626;
		transition-duration: 0.3s;
		font-size: 22px;
		box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px;
		position: fixed;
		z-index: 100;
		bottom: 60px;
		right: 20px;
	}
/*======================
3. Blog
========================*/
/*sub header*/

.subheader {
	background-image: url(../images/banner.jpg);
	text-align: center;
	height: 400px;
	padding-top: 200px;
}

	.subheader:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #171e27;
		opacity: 0.5;
	}

.page-banner-content {
	position: relative;
}

	.page-banner-content h1 {
		font-size: 45px;
		margin-bottom: 8px;
		color: #fff;
		font-weight: 900;
	}

	.page-banner-content ul {
		padding-left: 0;
		margin-bottom: 0;
	}

		.page-banner-content ul li {
			display: inline-block;
			position: relative;
			padding-right: 8px;
			font-size: 16px;
			font-weight: 500;
			color: #fff;
		}

			.page-banner-content ul li::before {
				position: absolute;
				/* content: '/'; */
				right: 2px;
				top: 0;
			}

			.page-banner-content ul li a {
				text-decoration: none;
				color: #fff;
			}

			.page-banner-content ul li:last-child {
				color: #ffffff;
				padding-right: 0;
			}

.subheader {
	background-image: url(../images/banner.jpg);
	text-align: center;
	height: 335px;
	padding-top: 170px;
	background-size: cover;
}
/*sidebar*/
.group-form .src-btn {
	position: absolute;
	right: 10px;
	top: 13px;
	font-size: 20px;
	background-color: transparent;
	border: none;
}











.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	border: #eee solid 1px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

	.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
		margin: -20px -20px 20px;
		padding: 20px;
	}

	.sidebar_wrap .sidebar .sidebar_widgets .categories li {
		position: relative;
		margin-bottom: 10px;
	}

		.sidebar_wrap .sidebar .sidebar_widgets .categories li:last-child {
			margin-bottom: 0px;
		}

		.sidebar_wrap .sidebar .sidebar_widgets .categories li a {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

	.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper {
		width: 100%;
		display: flex;
		align-items: center;
	}

		.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_img {
			flex: 0 0 80px;
			max-width: 80px;
			height: 80px;
		}

		.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title {
			flex: 0 0 calc(100% - 80px);
			max-width: calc(100% - 80px);
			padding: 5px 15px;
			width: 100%;
		}

			.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title h6 {
				margin-bottom: 10px;
			}

	.blog-details .post-details-tags-social .tags a, .sidebar_wrap .sidebar .sidebar_widgets .tags a {
		display: inline-block;
		padding: 5px 15px;
		border: #eee solid 1px;
		margin: 0 5px 10px 0;
		background: #ffffff;
		border-radius: 50px;
		color: #838383;
	}

		.blog-details .post-details-tags-social .tags a:hover, .sidebar_wrap .sidebar .sidebar_widgets .tags a:hover {
			border-color: #192f59;
			color: #192f59;
		}

.under-text ul li span {
	color: #192f59;
}

.under-text ul li {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 3px 0px;
	display: flex;
	justify-content: space-between;
}

.car-detail-heading h4 {
	margin: 0px;
	justify-content: space-between;
	display: flex;
}

	.car-detail-heading h4 span {
		font-size: 15px;
	}

.car-detail-heading p {
	font-size: 18px;
	color: #827a7a;
	line-height: 25px;
	padding: 10px 0px;
}

.nav-detail ul li {
	display: inline-block;
	border: 1px solid #192f59;
	margin: 0px 20px 0px 0px;
	text-align: center;
	font-size: 15px;
	transition: 1s;
}

	.nav-detail ul li a {
		padding: 10px 10px;
	}

	.nav-detail ul li:before {
		display: inline-block;
		margin-left: .55em;
		content: "\f5e4";
		font-family: 'Font Awesome 5 Free';
		padding: 10px 0px;
	}

div#exampleModal {
	padding-right: 0px !important;
}

body.modal-open {
	padding-right: 0px !important;
}

.nav-detail ul li:hover {
	background: #192f59;
	transition: 1s;
}

.nav-detail ul li a {
	color: #000;
}

	.nav-detail ul li a:hover {
		color: #fff;
	}
/*======================
4. Blog Details
========================*/
.blog-details .post .post-wrapper .post-img, .blog-details .post .post-wrapper .blog-meta .blog-video iframe {
	height: 450px;
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta {
		display: flex;
	}

		.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
			position: absolute;
			right: 0;
			height: 75px;
			margin-top: 0;
			left: 20px;
			top: 20px;
		}

.blog-details .post .post-wrapper .blog-meta .post-heading h2 {
	font-size: 30px;
}

	.blog-details .post .post-wrapper .blog-meta .post-heading h2:after {
		content: '';
		display: block;
		width: 80px;
		height: 2px;
		background: #192f59;
		margin-top: 20px;
	}

.blog-details .post .post-wrapper .blog-meta .post-author {
	display: flex;
	align-items: center;
	margin-right: 15px;
	flex-wrap: wrap;
	width: auto;
	border: none;
}

	.blog-details .post .post-wrapper .blog-meta .post-author .author-img {
		margin-right: 15px;
		flex: 0 0 40px;
		max-width: 40px;
		height: 40px;
		border-radius: 50%;
	}

.blog-details .post-details-tags-social .tags-box {
	display: flex;
	align-items: flex-start;
}

.blog-details .post-details-tags-social .tags {
	margin-left: 15px;
}

.blog-details .post-details-tags-social .social-media-box ul {
	justify-content: flex-end;
}

	.blog-details .post-details-tags-social .social-media-box ul li {
		display: flex;
		align-items: center;
		margin-left: 10px;
	}

		.blog-details .post-details-tags-social .social-media-box ul li a {
			width: 35px;
			height: 35px;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
			z-index: 1;
		}

.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	border: #ccc solid 1px;
}

	.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
		margin: 0px 0px 0px;
		padding: 0 0 20px 0;
		position: relative;
		text-align: left;
	}

		.sidebar_wrap .sidebar .sidebar_widgets .widget_title:after {
			content: '';
			display: block;
			width: 80px;
			height: 2px;
			background: #192f59;
			margin: 20px 0 auto;
		}

		.sidebar_wrap .sidebar .sidebar_widgets .widget_title h5 {
			font-size: 20px;
			line-height: 1;
			text-transform: uppercase;
			color: #000000;
		}

.blog-details .post-details-tags-social .social-media-box ul li .social-number {
	padding: 2px 10px;
	border-radius: 0px 15px 15px 0;
	margin-left: -8px;
	z-index: 0;
	font-size: 14px;
}

.fb {
	background-color: #3b5998;
}

.tw {
	background-color: #1da1f2;
}

.yt {
	background-color: #192f59;
}

.ldin {
	background-color: #0077b5;
}

.blog-details .post-author {
	display: flex;
	align-items: center;
	width: 100%;
}

	.blog-details .post-author .author-img {
		flex: 0 0 150px;
		max-width: 150px;
		height: 150px;
		margin-right: 15px;
		border-radius: 0%;
	}

	.blog-details .post-author .author-caption {
		flex: 0 0 calc(100% - 165px);
		max-width: calc(100% - 165px);
		width: 100%;
		position: relative;
	}

		.blog-details .post-author .author-caption h5 {
			margin-bottom: 10px;
		}

		.blog-details .post-author .author-caption .authorpost {
			top: 0;
			position: absolute;
			right: 0;
		}

.pagination-btn nav ul {
	justify-content: space-between;
}

.comment-box .children, .comment-box .comments {
	margin-bottom: 35px;
}

.comment-box .children {
	padding-left: 95px;
}

.comment-box .comments li.comment {
	list-style: outside none none;
	padding-left: 0;
	margin-bottom: 20px;
}

.comment-box .comments li article {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

	.comment-box .comments li article .comment-avatar {
		margin-right: 20px;
		float: left;
		overflow: hidden;
		height: 80px;
		border-radius: 50px;
	}

	.comment-box .comments li article .comment-content {
		float: right;
		width: calc(100% - 50px);
	}

		.comment-box .comments li article .comment-content .comment-meta {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-bottom: 15px;
			flex-wrap: wrap;
		}

			.comment-box .comments li article .comment-content .comment-meta .comment-meta-reply .comment-reply-link {
				font-size: 20px;
				padding: 0 15px;
			}

			.comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .date {
				display: inline-block;
				padding: 8px 15px;
				position: relative;
				line-height: 10px;
				font-size: 14px;
				position: relative;
				color: #fff;
			}
/*======================
5. Listing
========================*/
.listing-top-heading {
	border-bottom: 2px solid #192f59;
	background: #fff;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

	.listing-top-heading h6 {
		padding: 20px 0;
	}

	.listing-top-heading .sort-by {
		display: flex;
		align-items: center;
	}

		.listing-top-heading .sort-by span {
			white-space: nowrap;
			margin-right: 15px;
		}

		.listing-top-heading .sort-by .custom-select {
			margin-bottom: 0;
			background: #fff;
		}

.checkbox-group .form-group {
	margin-bottom: 1px;
	background: #eee;
	padding: 15px;
}

	.checkbox-group .form-group label {
		margin-bottom: 0;
		line-height: 1.5;
	}

.checkbox-group button {
	margin-top: 20px;
}

.widget_range .irs--round .irs-from, .widget_range .irs--round .irs-to, .widget_range .irs--round .irs-single {
	background-color: transparent;
	color: #ffffff;
	font-size: 12px;
}

.widget_range .irs--round .irs-from, .widget_range .irs--round .irs-to, .widget_range .irs--round .irs-single {
	background: #192f59;
}

	.widget_range .irs--round .irs-from:before, .widget_range .irs--round .irs-to:before, .widget_range .irs--round .irs-single:before {
		border-top-color: #192f59;
	}

.widget_range .irs--round .irs-handle {
	border: none;
	width: 15px;
	height: 15px;
	top: 30px;
	background-color: #192f59;
	cursor: pointer;
}

.widget_range .irs--round .irs-bar {
	background-color: #192f59;
}
/*======================
6. Listing Detail
========================*/
.listing-details-inner .detail-slider-for .slide-item {
	height: 450px;
	position: relative;
	margin: 0;
}

.listing-details-inner h4 {
	font-size: 30px;
	color: #192f59;
}

.listing-details-inner .detail-slider-for .slide-item:hover .popup:after, .listing-details-inner .detail-slider-for .slide-item:hover .popup:before {
	opacity: 1;
}

.listing-details-inner .listing-meta-sec .hotel-type ul li {
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

	.listing-details-inner .listing-meta-sec .hotel-type ul li:last-child {
		margin-bottom: 0;
	}

.listing-details-inner .listing-meta-sec .listing-testimonial .tesimonial-item .testimonial-author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px;
}

.listing-details-inner .listing-meta-sec .amenities .icon-box {
	background-color: #f5f5f5;
	height: 42px;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 1px;
}

	.listing-details-inner .listing-meta-sec .amenities .icon-box i {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 42px;
		float: left;
		background: #192f59;
		color: #fff;
		height: 42px;
		font-size: 2em;
		margin-right: 15px;
	}

.listing-details-inner .need-help ul li {
	position: relative;
}

.listing-details-inner .listing-meta-sec .travel-info > .row > div {
	border-right: 1px solid #fff;
}

.listing-details-inner .listing-meta-sec .travel-info .head {
	border-bottom: 1px solid #fff;
}

.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper {
	display: flex;
	align-items: center;
}

	.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .icon {
		margin-right: 10px;
		position: relative;
		top: -3px;
		width: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .text p {
		line-height: 0.5;
	}
/*======================
7. Booking
========================*/
/*======================
8. About Us
========================*/
.about-counter {
	background-image: url(../images/counter-bg.jpg);
}

	.about-counter .counter-box .counter-box-inner {
		width: 100%;
		position: relative;
		background: #fff;
		padding: 40px 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.08);
	}

		.about-counter .counter-box .counter-box-inner .counter .icon {
			font-size: 48px;
			height: 48px;
			line-height: 48px;
			margin-bottom: 10px;
			color: #ccc;
		}

		.about-counter .counter-box .counter-box-inner .counter .count {
			font-size: 32px;
			line-height: 1;
		}
/*======================
9. 404
========================*/
.page-404 {
	background-image: url(../images/404.jpg);
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}

	.page-404 .page-404-text {
		width: 100%;
		text-align: center;
		border: 10px solid #fff;
		margin: 0 auto;
		border-radius: 8px;
	}

		.page-404 .page-404-text .text-wrapper h1 {
			font-size: 12vw;
			line-height: 1;
			text-transform: uppercase;
			letter-spacing: 10px;
		}

		.page-404 .page-404-text .text-wrapper h6 {
			font-size: 18px;
			line-height: 22px;
			letter-spacing: 1.5px;
			text-transform: uppercase;
		}
/*======================
10. Coming Soon
========================*/
.coming-soon {
	background-image: url(../images/404.jpg);
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}

	.coming-soon .coming-soon-img {
		min-height: 450px;
	}

	.coming-soon .coming-soon-text {
		padding: 80px 40px;
		text-align: center;
		border: 5px double #dc143c;
		background-color: rgba(0,0,0,0.5);
	}

.newsletter-form .form-control {
	background-color: transparent;
}

.coming-soon .coming-soon-text h1 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10.5px;
	color: #dc143c;
}

.coming-soon .coming-soon-text .counter {
	display: flex;
	justify-content: center;
	margin: 0px 0px 30px;
}

	.coming-soon .coming-soon-text .counter .counter-box {
		text-align: center;
		width: 25%;
		padding: 0 15px;
		margin: 0 15px;
		position: relative;
		background-color: #ff5d01;
	}

		.coming-soon .coming-soon-text .counter .counter-box .inner-box {
			display: flex;
			justify-content: center;
			align-items: center;
			color: #fff;
			border-radius: 0px;
			margin-bottom: 10px;
			font-size: 50px;
			line-height: 1;
			margin-top: 20px;
			font-weight: 600;
		}

.coming-soon-contact label {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
}

.coming-soon-contact a {
	color: #dc143c;
	font-weight: 700;
	font-size: 15px;
}

.coming-soon .newsletter-form .group-form .input-group-append {
	pointer-events: all;
	width: 80px;
	color: #fff;
	background-color: #dc143c;
}

.coming-soon .coming-soon-contact ul li {
	text-align: center;
	width: 33.33%;
	margin-bottom: 20px;
}

.coming-soon .social-media ul {
	justify-content: center;
}

	.coming-soon .social-media ul li {
		margin: 0 10px;
		font-size: 22px;
	}

/*======================
11. Contact Us
========================*/
.contact-info-box:hover {
	background: #fff;
}

.contact-info-box {
	background: #fff;
	padding: 20px 0;
	text-align: center;
	/* max-width: 310px; */
	/* margin: 0 auto; */
	height: 174px;
}

	.contact-info-box i {
		height: 65px;
		width: 65px;
		color: #fff;
		background: #3c2e20;
		border-radius: 50%;
		line-height: 65px;
		font-size: 24px;
		margin-bottom: 15px;
		display: inline-block;
	}

	.contact-info-box h6 {
		line-height: 26px;
	}
/*======================
12. Faqs
========================*/
.faqs .custom-accordion .card .card-body {
	padding: 15px;
}
/*======================
13. Gallery
========================*/

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
	height: 100%;
	padding-bottom: 22px;
}
/*
.tz-gallery .lightbox:before {
	 position: absolute;
    top: 50%;
    left: 43%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
display: inline-block;
    margin-left: .55em;
    content: "\f00e";
    font-family: 'Font Awesome 5 Free';
  pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    }
*/
.tz-gallery .row {
	padding: 2px;
}

.tz-gallery .col-lg-4 {
	/* padding: 0px 0px; */
}

.tz-gallery .col-lg-8 {
	padding: 0px 2px 0px 0px;
}

.tz-gallery .col-lg-12 {
	padding: 0px 15px;
}

.tz-gallery .lightbox:after {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	/* background-color: rgb(220 20 60 / 57%); */
	/* content: ''; */
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

/* Fixes */
.about-left-side {
	background: #2d2018;
	padding: 32px 30px;
}

.banner-tabs .tab-content {
	padding: 50px 50px;
}

.quick-quote h5::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #192f59;
	margin: 20px 0 auto;
}

/*===========Gallery=============*/
.gallery .tabs .nav-tabs {
	justify-content: center;
}

.gallery .gallery-item {
	height: 240px;
	position: relative;
	overflow: hidden;
}

	.gallery .gallery-item img {
		width: 100%;
		display: block;
		filter: grayscale(100%);
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

		.gallery .gallery-item img:hover {
			filter: grayscale(0%);
			cursor: pointer;
			-moz-transform: scale(1.5);
			-webkit-transform: scale(1.5);
			-o-transform: scale(1.5);
			-ms-transform: scale(1.5);
			transform: scale(1.5);
		}

.filter-gallery ul {
	justify-content: center;
}

/*=========gallery=======end=====*/
.detail-meta li {
	list-style-type: none;
	display: inline-block;
	margin-right: 30px;
}


/*Course Detail*/

.nav-tabs {
	border: 0;
	padding: 15px 0.7rem;
}

.overview-box {
	padding-left: 30px;
	margin-bottom: 30px;
}

	.overview-box h4 {
		font-size: 18px;
		position: relative;
		color: #192f59;
	}

.course-tab {
	color: #192f59;
}

.curriculum-list {
	padding: 30px;
	background-color: #f4f6f9;
}

	.curriculum-list ul {
		padding-left: 0;
		margin-bottom: 0;
	}

		.curriculum-list ul li {
			list-style-type: none;
			padding-bottom: 15px;
			margin-bottom: 15px;
			border-bottom: 1px solid #d5d0d0;
			position: relative;
		}

			.curriculum-list ul li span {
				position: absolute;
				right: 0;
				top: -5px;
				background-color: #DC143C;
				color: #fff;
				padding: 5px 10px;
			}

.instructor {
	padding: 0px 15px;
	margin-bottom: 30px;
}

	.instructor .instructor-content .name {
		margin-bottom: 25px;
	}

		.instructor .instructor-content .name h3 {
			font-size: 24px;
			margin-bottom: 10px;
		}

	.instructor .instructor-content .quick-contact {
		margin-bottom: 20px;
	}

		.instructor .instructor-content .quick-contact h4 {
			font-size: 20px;
			margin-bottom: 20px;
		}

		.instructor .instructor-content .quick-contact ul {
			padding-left: 0;
			margin-bottom: 0;
		}

			.instructor .instructor-content .quick-contact ul li {
				list-style-type: none;
			}

				.instructor .instructor-content .quick-contact ul li i {
					color: #DC143C;
					position: relative;
					top: 2px;
					margin-right: 7px;
				}

				.instructor .instructor-content .quick-contact ul li a {
					color: #DC143C;
				}

	.instructor .instructor-content .social ul {
		padding-left: 0;
		margin-bottom: 0;
	}

		.instructor .instructor-content .social ul li {
			display: inline-block;
			list-style-type: none;
			margin-right: 10px;
		}

			.instructor .instructor-content .social ul li a {
				height: 35px;
				width: 35px;
				line-height: 35px;
				border-radius: 7px;
				text-align: center;
				font-size: 15px;
				background-color: #DC143C;
				color: #fff;
				display: inline-block;
				transition: all ease .5s;
			}

.instructor-content .name h3 {
	color: #DC143C;
}

.overview-box h4::before {
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	border-radius: 100%;
	background-color: #DC143C;
	left: -30px;
	top: 5px;
}

.single-reviews-card {
	position: relative;
	padding: 30px;
	padding-left: 140px;
	background-color: #f4f6f9;
	margin-bottom: 30px;
}

	.single-reviews-card img {
		position: absolute;
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}

	.single-reviews-card h2 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.single-reviews-card .date {
		margin-bottom: 20px;
	}

	.single-reviews-card .icon {
		position: absolute;
		right: 30px;
		top: 60px;
		color: #ffc107;
	}

	.single-reviews-card h2 {
		color: #DC143C;
	}

.card .nav-tabs {
	border-top-right-radius: 0.1875rem;
	border-top-left-radius: 0.1875rem;
}

.nav-tabs > .nav-item > .nav-link {
	color: #888888;
	margin: 0;
	margin-right: 5px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 30px;
	font-size: 20px;
	padding: 11px 0px;
	font-weight: 700;
}

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
	color: #FFFFFF;
}

	.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
		color: #DC143C;
	}

.card {
	border: 0;
	border-radius: 0.1875rem;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-top: 10px;
	padding: 14px;
}

	.card .card-header {
		background-color: transparent;
		border-bottom: 0;
		background-color: transparent;
		border-radius: 0;
		padding: 0;
	}

.card-header .nav-tabs {
	display: flex;
	justify-content: space-around;
	background-color: #192f59;
}

.car-grid-wrapper .list {
	background: #f4f6f9;
}

.list p {
	list-style-type: none;
	text-align: right;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e1e1;
}

	.list p span {
		position: absolute;
		left: 0;
		color: #192f59;
		font-weight: 600;
	}

.course-enroll-btn a {
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	background-color: #DC143C;
	text-align: center;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
}

.need-help ul li {
	margin-bottom: 10px;
	list-style-type: none;
	background-color: #fff;
	padding: 14px;
	padding-left: 15px;
	position: relative;
}

.need-help {
	padding: 10px 20px;
	background: #f4f6f9;
}

	.need-help ul li a {
		color: #555;
	}

	.need-help ul li i {
		position: absolute;
		left: 0;
		background-color: #DC143C;
		height: 100%;
		top: 0;
		left: 0;
		font-size: 24px;
		color: #fff;
		padding: 16px;
	}

.need-help {
	text-align: center;
}

@media screen and (max-width: 768px) {
	.nav-tabs {
		display: inline-block;
		width: 100%;
		padding-left: 100px;
		padding-right: 100px;
		text-align: center;
	}

		.nav-tabs .nav-item > .nav-link {
			margin-bottom: 5px;
		}
}


/* Banner Section Start */
.banner-section {
	position: relative;
	min-height: 80vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	z-index: 1;
}

	/* Blurred Background */
	.banner-section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../images/banner-img1.jpg') no-repeat center center/cover;
		filter: blur(8px);
		z-index: -2;
	}

	/* White Overlay with Opacity */
	.banner-section::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.6);
		z-index: -1;
	}

.banner-content {
	color: #000;
	position: relative;
	z-index: 1;
}

	.banner-content h1 {
		font-size: 52px;
	}

	.banner-content p {
		font-size: 16px;
	}

.info-box-section {
	padding: 60px 0;
	margin-top: -60px;
	z-index: 1;
	position: relative;
}

.info-box {
	padding: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	height: 100%;
	position: relative;
}

.info-box1 {
	background-color: rgb(241, 154, 154);
	color: white;
	padding: 30px;
}

	.info-box1 h5 {
		font-size: 22px;
		color: white;
	}

	.info-box1 p {
		font-size: 14px;
	}

.info-box2 {
	background-color: #eb4163;
	color: white;
	padding: 30px;
}

	.info-box2 h5 {
		font-size: 22px;
		color: white;
	}

	.info-box2 p {
		font-size: 14px;
	}

.info-box3 {
	background-color: #192f59;
	color: white;
	padding: 30px;
}

	.info-box3 h5 {
		font-size: 22px;
		color: white;
	}

	.info-box3 p {
		font-size: 14px;
	}

.info-box::before {
	content: "";
	position: absolute;
	height: 40px;
	width: 4px;
	background-color: white;
	margin-left: 0;
	left: 20px;
	top: 20px;
}

.right-banner-img {
	max-height: 80vh;
	object-fit: contain;
	width: 100%;
}

/* ---------- RESPONSIVE ENHANCEMENTS ---------- */

/* Medium to Tablet */
@media (max-width: 1400px) {
	.banner-content h1 {
		font-size: 44px;
	}

	.info-box1 h5 {
		font-size: 20px;
	}

	.info-box2 h5 {
		font-size: 20px;
	}

	.info-box3 h5 {
		font-size: 20px;
	}

	.banner-section {
		flex-direction: column;
		text-align: center;
		/* padding-top: 80px;
    padding-bottom: 60px; */
	}

	.banner-content p {
		font-size: 15px;
	}

	.banner-content {
		text-align: start;
	}

	.info-box {
		margin-bottom: 20px;
	}


		.info-box h5,
		.info-box p {
			margin-left: 0;
			text-align: start;
		}

	.right-banner-img {
		max-height: 100vh;
		margin-top: 20px;
	}
}

/* Tablet Devices */
@media (max-width: 991px) {
	.banner-section {
		flex-direction: column;
		text-align: center;
		padding-top: 80px;
	}

	.banner-content h1 {
		font-size: 32px;
	}

	.banner-content p {
		font-size: 15px;
	}

	.banner-content {
		text-align: start;
	}

	.info-box {
		margin-bottom: 20px;
	}

		.info-box::before {
			left: 20%;
			transform: translateX(-50%);
		}

		.info-box h5,
		.info-box p {
			margin-left: 0;
			text-align: center;
		}

	.right-banner-img {
		max-height: 100vh;
		margin-top: 20px;
	}
}

/* Mobile Devices */
@media (max-width: 767px) {
	.banner-section {
		flex-direction: column;
		text-align: center;
		padding-top: 80px;
	}

	.banner-content h1 {
		font-size: 32px;
	}

	.banner-content p {
		font-size: 15px;
	}

	.banner-content {
		text-align: center;
	}

	.info-box {
		margin-bottom: 20px;
	}

		.info-box::before {
			left: 20%;
			transform: translateX(-50%);
		}

		.info-box h5,
		.info-box p {
			margin-left: 0;
			text-align: center;
		}

	.right-banner-img {
		max-height: 100vh;
		margin-top: 20px;
	}
}

/* Extra Small Devices */
@media (max-width: 575px) {
	.right-banner-img {
		max-height: 100vh;
		margin-top: 20px;
	}

	.info-box::before {
		left: 6%;
		transform: translateX(-50%);
	}

	.banner-content h1 {
		font-size: 26px;
	}

	.banner-content p {
		font-size: 14px;
	}

	.info-box {
		padding: 20px;
	}

	.info-box1 h5,
	.info-box2 h5,
	.info-box3 h5 {
		font-size: 20px;
	}
}

.top-short-menu i {
	color: #fff;
	margin-right: 5px;
}

.top-short-menu {
	padding-left: 10px;
}

.counter-container p {
	margin-bottom: 10px;
}

.mob_btn {
	padding-top: 5px;
}

.mobbtn {
	padding: 10px 15px;
	background: #192f59;
	color: #fff;
}

.mob_top-services a {
	display: grid;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .12);
	margin-top: 10px;
}

.mob_top-services img {
	filter: brightness(0.5);
	width: 70px;
	height: 70px;
}

.mob_top-services .text {
	font-size: 18px;
	font-weight: 600;
}

.mobcontact li a::before {
	display: none
}

.mobicon {
	display: flex;
}

	.mobicon a {
		padding-left: 0px !important;
	}

.bg-light-b {
	background-color: rgb(234, 255, 255) !important;
}

.bg-light-blue {
	background-color: rgb(237, 234, 255) !important;
}

.bg-light-y {
	background-color: rgb(255, 247, 226) !important;
}

.bg-light-z {
	background-color: rgb(255, 230, 223) !important;
}

.item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.owl-carousel .item {
	padding: 10px;
	border: 1px solid #eee;
	text-align: center;
}

.mob_contact li {
	padding: 5px 0px;
}

	.mob_contact li a {
		color: #fff;
	}

.social-content li a {
	color: #fff;
	font-size: 16px;
}

.social-content li {
	display: inline;
	padding: 0px 6px;
}

.mob_contact, .social-icon {
	padding-left: 0px;
}

.social-icon {
	padding-top: 10px;
}

.pl100 {
	padding-left: 100px;
}

.pl22 {
	padding-left: 22px;
}

.whatsapp {
	display: inline-block;
	position: fixed;
	right: 17px;
	bottom: 150px;
	background: limegreen;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff !important;
	text-align: center;
	line-height: 63px;
	z-index: 2;
	animation: ripple-out 1.5s ease-in-out infinite;
}

	.whatsapp i {
		font-size: 2rem;
	}

@keyframes ripple-out {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}

	100% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.sidebar-area {
	position: relative;
	z-index: 1;
	padding: 20px 0px;
	/* border: 1px solid #000; */
}

.single-news-area {
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.single-widget-area .widget-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
}

.tab-content {
	padding: 10px 10px;
	min-height: 310px;
}

.w_h3 {
	color: #FFF;
	font-size: 19px;
	text-transform: uppercase;
	/* font-family: Arial, Helvetica, sans-serif; */
	padding: 8px 0;
	text-align: center;
	background: #FF0000;
	background: #990505;
	background: -moz-linear-gradient(top, #990505 0%, #cf0404 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #302319), color-stop(100%, #7d6f5c));
	background: linear-gradient(top, #990505 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990505', endColorstr='#cf0404',GradientType=0 );
	background-color: #990505;
	border-color: #CC0000;
	margin-bottom: 0px;
	border-radius: 5px 5px 0 0;
}

.credit-tabs-content {
	position: relative;
	z-index: 1;
	background: #faebd72e;
}

.news-content a {
	color: #000;
}

.form-group {
	margin-bottom: 15px;
}

#rum_sst_tab {
	/* font-family: Tahoma, sans-serif; */
	bottom: 20%;
	color: #fff;
	background: linear-gradient(to bottom, #80725f 0%, #4b3a2b 100%);
	border-style: solid;
	z-index: 99999999;
	border-width: 0;
}

.rum_sst_left {
	left: -2px;
	cursor: pointer;
	-webkit-transform-origin: 0 0;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.rum_sst_contents {
	position: fixed;
	margin: 0;
	padding: 6px 13px 8px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	border-style: solid;
	display: block;
	z-index: 100000;
}

#Institutions .courses-content {
	height: 170px;
}

.mob_btn {
	background: #847664;
	color: #fff;
	padding: 7px 10px;
}

#Facilities .why-box-text h4 {
	margin-top: 15px;
	color: var(--thm-white);
	font-size: 20px;
}

#Courses .section-header .section-heading h3 {
	font-size: 25px;
	font-weight: 500;
}

#Courses .section-header .section-heading {
	/* max-width: 540px; */
	margin: inherit;
}

.submitbtn {
	padding: 10px 38px !important;
	background: #857663 !important;
	color: #ffffff !important;
	font-size: 14px;
}

.owl-nav {
	display: none;
}

.owl-dots {
	margin-top: 25px;
}

@media(max-width:1199px) {
	.header .navigation-wrapper nav > .main-navigation .main-menu > ul > .menu-item > a {
		padding: 5px 8px;
	}

	.slider-content h1 {
		font-size: 50px;
	}

	.why-box {
		height: 260px;
	}

	#Facilities .why-box {
		height: auto;
	}
}

@media(max-width:991px) {
	.why-box {
		height: auto;
	}

	.why-box-text h4 {
		font-size: 16px;
	}
}

@media(max-width:767px) {
	.pl100 {
		padding-left: 10px;
	}

	.contact-info-box, #Institutions .courses-content {
		height: auto;
	}

	.subheader {
		height: 280px;
		padding-top: 126px;
	}

	.page-banner-content h1 {
		font-size: 35px;
	}
}

@media(max-width:575px) {

	.why-box-text h4 {
		font-size: 20px;
	}

	.mob_top-services .text {
		font-size: 15px;
	}

	.slider-content h1 {
		font-size: 30px;
	}

	.slider .slider-content p {
		font-size: 20px;
	}

	.main-banner .slide-item {
		height: 560px;
	}

	.section-header .section-heading h3 {
		font-size: 33px;
	}
}
