.owl-prev {
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
}

.owl-next {
	position: absolute;
	right: -10%;
	top: 50%;
	transform: translateY(-50%);
}

.nav-icons {
	width: 30px;
	height: auto;
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: rgba(179, 169, 169, 0.442);
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.small-banner-image img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.small-banner-image .overlay {
	position: absolute;
	z-index: 1;
	background: rgba(0, 0, 0, 0.532);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.small-banner-image .content {
	position: absolute;
	z-index: 11;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;


}

@media (min-width: 992px) {
	.small-banner-image .content {
		width: 50%;
	}
}

.about-us-img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	border-radius: 60px;
}

.border-bottom-1-gray {
	border-bottom: 1px solid #ccc;
}

.border-top-1-gray {
	border-top: 1px solid #ccc;
}


.companies {
	border-radius: 20px;
	background-color: #f1f1f1;
	padding: 60px;
}

.company-card {
	border: 2px solid #ccc;
	padding: 30px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	background-color: #fff;
}

.company-card:hover {
	background-color: #ff0000e6;
	color: #fff;
	border: 2px solid #ff0000e6;
}

.bg-our-companies {
	padding: 60px 0;
}

.br-30 {
	border-radius: 30px;
	margin: 20px 0;
}

.conatct-img {
	height: 635px;
	border-radius: 30px;
}

.bg-moto {
	background-color: #dddddd0f !important;
}

.gallery a img {
	border-radius: 20px;
	margin-bottom: 30px;
}

.border-tab-content {
	border: 1px solid #ddd;
	border-radius: 20px;
}

.feature {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	margin-bottom: 50px;
}

.infobox_wrapper {
	border: 1px solid #ddd;
	border-radius: 10px;
}

.feature:hover {
	box-shadow: 0 1rem 3rem rgb(249 0 0 / 18%);
}

.award-row .col-lg-3 a {
	text-transform: lowercase;
	font-size: 1rem !important;
}

.award-row .year {
	font-size: 1rem !important;
}

.dropdown-toggle::after {
	content: "";
	top: -12px;
}

.side_menu_style4 .dropdown-toggle::after {
	content: "⌄";
	top: -12px;
}

.contact-card-div {
	border: 1px solid #ddd;
	border-radius: 20px;
	background-color: #fff;
}

.contact-card-div li a:hover {
	color: red
}

.contact-card-div li {
	border-bottom: 1px solid #ddd;
	padding: 20px;
}

.contact-card-div li:last-child {
	border-bottom: 0px solid #ddd;
}

.rounded-image {
	border-radius: 20px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.rounded-20 {
	border-radius: 20px;
}

.contact-section-bg {
	background-color: rgb(254, 247, 239);
}

.blog-page p {
	padding-bottom: 30px;
}

.tc-navbar-style1 .content .navbar-nav .nav-link {
	font-size: 1rem !important;
}

.tc-navbar-style1 .content .navbar-brand {
	max-width: 132px !important;
}

@media (min-width: 992px) {
	.tc-navbar-style1 .content .navbar-brand {
		max-width: 165px !important;
	}
}

@media (max-width: 767.98px) {
	nav.navbar {
		background-color: #000 !important;
	}


}

@media (min-width: 992px) {
	nav.navbar {
		background-color: #00000085 !important;
	}
}

.video-section {
	padding: 4rem 0;
}

/* Responsive YouTube video */
.video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 */
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
}

/* Mobile fix */
@media (max-width: 768px) {
	.video-section {
		padding: 2rem 0;
	}
}

/* Center dots */
.swiper-pagination {
	position: relative;
	margin-top: 20px;
}

/* Normal dot */
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ccc;
	opacity: 1;
}

/* Active dot */
.swiper-pagination-bullet-active {
	background: #000;
}