/*----------------------------------------------------------------------------------------
* Author : Awaiken
* Template Name : Jivux - Real Estate HTML Template
* File : CSS File
* Version : 1.0
*---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Property Type css
06. Featured Property css
07. About us css
08. How It Works css
09. Why Choose us css
10. Infobar css
11. Property By City css
12. Latest Posts css
13. Footer css
14. About us Page css
15. Listing Page css
16. Property Single Page css
17. Blog Archive Page css
18. Post Single css
19. Contact us page css
20. FAQ page css
21. Page Not Found Page css
22. Agents page css
23. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/****    01. Global Variables    ****/
/************************************/

:root {
	--primary-color: #2F3D7E;
	--secondary-color: #F6F8FF;
	--text-color: #646262;
	--white-color: #ffffff;
	--dark-color: #333333;
	--accent-color: #ED7D3A;
	--divider-color: #DDE4FF;
	--gray-divider: #DDDBDB;
	--overlay-color: #2F3D7E80;
	--dark-overlay-color: #2F3D7Eaa;
	--error-color: rgb(230, 87, 87);
	--accent-font: 'Sora', sans-serif;
	--default-font: 'Inter', sans-serif;
}

/************************************/
/**** 	   02. General css		 ****/
/************************************/

body {
	font-size: 16px;
	font-weight: 400;
	font-family: var(--default-font);
	color: var(--text-color);
	line-height: 1.6em;
}

p {
	line-height: 30px;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--accent-font);
	margin-top: 0;
	font-weight: 700;
	color: var(--primary-color);
}

figure {
	display: block;
	margin: 0;
	width: 100%;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

::-webkit-scrollbar-track {
	background-color: #f1f1f1;
	border-left: 1px solid #ededed;
}

::-webkit-scrollbar {
	width: 7px;
	background-color: #9b262e;
}

::-webkit-scrollbar-thumb {
	background: #9b262e;
}

.container {
	max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
	position: relative;
	z-index: 1;
}

.row>* {
	padding-right: 15px;
	padding-left: 15px;
}

.form-control {
	width: 100%;
	box-shadow: none;
	outline: 0;
	background: var(--secondary-color);
	border: 1px solid var(--divider-color);
	font-family: var(--default-font);
	font-size: 14px;
	color: var(--primary-color);
	padding: 14px 20px;
}

.form-control:focus {
	box-shadow: none;
	outline: 0;
	border-color: var(--divider-color);
}

select.form-control {
	background-image: url(../images/icon-dropdown.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.help-block.with-errors ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.help-block.with-errors ul li {
	font-size: 14px;
	color: var(--error-color);
	line-height: 1.2em;
	margin-top: 2px;
}

.btn-default {
	display: inline-block;
	background: #9b262e;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: none;
	outline: 0;
	box-shadow: none;
	transition: 0.2s transform;
}

.btn-default:before {
	content: '';
	position: absolute;
	width: 0;
	height: 104%;
	top: 50%;
	left: 50%;
	background: var(--primary-color);
	opacity: 0;
	z-index: -1;
	transform: translateX(-51%) translateY(-51%);
	transition: all 0.4s;
	border-radius: 5px;
}

.btn-default:hover::before {
	width: 106%;
	opacity: 1;
}

.btn-default.btn-border {
	background: none;
	color: #9b262e;
	padding: 12px 30px;
	border: 2px solid #9b262e;
}

.btn-default.btn-border:before {
	background: #9b262e;
}

.btn-default.btn-border:hover {
	color: var(--white-color);
}

#magic-cursor {
	position: absolute;
	width: 10px !important;
	height: 10px !important;
	pointer-events: none;
	z-index: 1000000;
}

#ball {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	width: 10px !important;
	height: 10px !important;
	background: #9b262e;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1 !important;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: var(--primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.section-title {
	text-align: center;
	margin-bottom: 60px;
}

.section-title h3 {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	color: var(--dark-color);
	position: relative;
	padding: 2px 0 2px 0px;
	margin-bottom: 15px;
	z-index: 2;
}

.section-title h3:before {
	content: '';
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon-heading.svg) no-repeat left center;
	z-index: -1;
}

.section-title h1,
.section-title h2 {
	font-size: 50px;
	color: var(--primary-color);
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 0;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
	position: relative;
	background: var(--white-color);
	border-radius: 30px;
	border-bottom: 1px solid transparent;
	z-index: 100;
}

header.main-header .header-sticky {
	padding: 25px 0;
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide {
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	padding: 15px 0;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
}

header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
	border-bottom: 1px solid #16330010;
	transform: translateY(0);
	background: var(--white-color);
}

.navbar {
	padding: 0;
}

.navbar-brand {
	padding: 0;
}

.main-menu {
	font-family: var(--default-font);
	justify-content: flex-end;
}

.main-menu ul {
	align-items: center;
}

.main-menu ul li {
	margin-left: 30px;
	position: relative;
}

.main-menu ul li.submenu>a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
}

.main-menu ul li a {
	font-size: 16px;
	font-weight: 500;
	font-family: var(--accent-font);
	padding: 12px 6px !important;
	color: var(--primary-color);
}

.main-menu ul li.highlighted-menu a {
	display: block;
	background: #9b262e;
	color: var(--white-color);
	padding: 14px 30px !important;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	transition: 0.2s transform ease-in-out;
}

.main-menu ul li.highlighted-menu a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 104%;
	top: 50%;
	left: 50%;
	background: var(--primary-color);
	opacity: 0;
	z-index: -1;
	transform: translateX(-51%) translateY(-51%);
	transition: all 0.4s;
}

.main-menu ul li.highlighted-menu a:hover::before {
	width: 106%;
	opacity: 1;
}

.main-menu ul li.highlighted-menu a:hover::after {
	transform: translate(0, 0);
}

.main-menu ul li.highlighted-menu a:hover {
	color: var(--white-color);
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
	color: #9b262e;
}

.main-menu ul ul {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	width: 220px;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 100%;
	overflow: hidden;
	background-color: #9b262e;
	transition: all .3s ease-in-out;
}

.main-menu ul ul ul {
	left: 100%;
	top: 0;
}

.main-menu ul ul li {
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a {
	color: var(--white-color);
	padding: 8px 20px !important;
}

.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
}

.main-menu ul ul li a:hover {
	color: var(--white-color);
	background: #ffffff20;
}

.responsive-menu,
.navbar-toggle {
	display: none;
}

.responsive-menu {
	top: 15px;
	position: relative;
}

.slicknav_btn {
	background: #9b262e;
	padding: 6px 0 0;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 5px;
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	margin: 4px auto !important;
}

.slicknav_menu {
	padding: 0;
	background: #9b262e;
	border-radius: 5px;
}

.slicknav_nav {
	padding-top: 5px;
	padding-bottom: 5px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
	font-size: 16px;
	font-weight: 400;
	padding: 4px 15px;
	font-family: var(--accent-font);
	color: var(--white-color);
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_arrow {
	font-size: 0 !important;
}

.slicknav_arrow:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
}

/************************************/
/**** 	    04. Hero css		 ****/
/************************************/

.hero {
	position: relative;
}

.hero .hero-section {
	/* margin: 0 40px; */
	overflow: hidden;
	/* border-radius: 20px; */
	background: url(../images/hero.jpg) no-repeat center center;
	background-size: cover;
	padding: 30px 0 30px;
	position: relative;
}

.hero .hero-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
	z-index: 1;
}

.hero-content {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

.hero-content .section-title {
	margin-bottom: 30px;
}

.hero-content .section-title h3 {
	color: #9b262e;
}

.hero-content .section-title h3:before {
	background-image: url(../images/icon-heading-light.svg);
}

.hero-content .section-title h1 {
	color: var(--white-color);
	font-size: 70px;
}

.hero-content-body p {
	color: var(--white-color);
}

.hero-content-footer {
	margin-top: 40px;
}

.hero-content-footer .btn-default {
	margin: 0 10px;
}

.hero-content-footer .btn-default.btn-border {
	border-color: var(--white-color);
	color: var(--white-color);
}

.hero-content-footer .btn-default.btn-border:hover {
	border-color: #9b262e;
}

.hero.hero-video .hero-section {
	background: none;
}

.hero-video .hero-section .hero-bg-video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero-video .hero-section .hero-bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-video .hero-section .hero-bg-video iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .hero-section {
	padding: 0;
}

.hero-slider .hero-section {
	background: none;
}

.hero-slider .hero-section:before {
	display: none;
}

.hero-slider .hero-section .hero-slide {
	padding: 100px 0 312px;
	position: relative;
}

.hero-slider .hero-section .hero-slide .hero-slide-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-slider .hero-section .hero-slide .hero-slide-image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
	z-index: 1;
}

.hero-slider .hero-section .hero-slide .hero-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-slider .hero-section .hero-slide .hero-content {
	z-index: 4;
	position: relative;
}

.hero-slider .hero-carousel .hero-button-prev,
.hero-slider .hero-carousel .hero-button-next {
	width: 50px;
	height: 50px;
	background: #9b262e url(../images/arrow-right.svg) no-repeat center center;
	background-size: 50% auto;
	position: absolute;
	top: 50%;
	z-index: 2;
	border-radius: 5px;
	margin-top: -25px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.hero-slider:hover .hero-carousel .hero-button-prev,
.hero-slider:hover .hero-carousel .hero-button-next {
	opacity: 1;
}

.hero-slider .hero-carousel .hero-button-prev:hover,
.hero-slider .hero-carousel .hero-button-next:hover {
	background-color: var(--primary-color);
}

.hero-slider .hero-carousel .hero-button-prev {
	left: 30px;
	transform: rotate(180deg);
}

.hero-slider .hero-carousel .hero-button-next {
	right: 30px;
}

.hero .hero-search-form-section {
	position: absolute;
	z-index: 10;
	bottom: 100px;
	width: 100%;
	padding: 0 15px;
}

.hero-video .hero-search-form {
	margin: 0;
}

.hero-search-form {
	background-color: var(--white-color);
	padding: 30px;
	border-radius: 20px;
	backdrop-filter: blur(10px);
}

.search-heading {
	display: none;
}

.search-heading h4 {
	margin-bottom: 0;
	position: relative;
	font-size: 18px;
	text-align: center;
}

.hero-search-form .form-control {
	width: 100%;
	box-shadow: none;
	outline: 0;
	background: var(--secondary-color);
	border: 1px solid var(--divider-color);
	font-family: var(--default-font);
	font-size: 14px;
	color: var(--primary-color);
	padding: 14px 20px;
}

.hero-search-form select.form-control {
	background-image: url(../images/icon-dropdown.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.hero-search-form .btn-default {
	width: 100%;
	padding: 13px 20px;
}

/******************************************/
/****   	 05. Property Type css 	   ****/
/******************************************/

.property-types {
	padding: 100px 0;
}

.property-type-item {
	background: var(--secondary-color);
	padding: 30px;
	border-radius: 20px;
}

.property-type-item .icon-box {
	width: 70px;
	height: 70px;
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all 0.3s ease-out;
}

.property-type-item:hover .icon-box {
	background: #9b262e;
}

.property-type-item h3 {
	font-size: 22px;
	font-weight: 600;
	color: var(--dark-color);
	margin-bottom: 6px;
}

.property-type-item p {
	margin: 0;
}

.property-type-slider .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.property-type-slider .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: var(--primary-color);
	transition: all 0.3s;
}

/******************************************/
/****   06. Featured Property css      ****/
/******************************************/

.featured-property {
	background: var(--secondary-color);
	padding: 100px 0;
}

.property-item {
	background: var(--secondary-color);
	border-radius: 20px;
	overflow: hidden;
}

.featured-property .property-item {
	background-color: var(--white-color);
}

.property-item .property-header {
	position: relative;
	overflow: hidden;
}

.property-item .property-header figure img {
	width: 100%;
	transition: all 0.5s ease-out;
}

.property-item:hover .property-header figure img {
	transform: scale(1.2);
}

.property-item:hover .property-header figure:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.property-item:hover .property-header figure:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.property-item .property-header .property-label {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--primary-color);
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 500;
	padding: 4px 14px;
	border-radius: 5px;
}

.property-item .property-body {
	padding: 30px 30px 25px 30px;
}

.property-item .property-body h3 {
	font-size: 22px;
	font-weight: 600;
	color: var(--dark-color);
}

.property-item .property-body p {
	margin-bottom: 0;
}

.property-item .property-meta {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--gray-divider);
}

.property-item .property-meta .property-amenity-item {
	width: 48%;
	margin-right: 4%;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.property-item .property-meta .property-amenity-item:nth-of-type(2n + 2) {
	margin-right: 0;
}

.property-item .property-meta .property-amenity-item .icon-box {
	width: 22px;
	margin-right: 10px;
}

.property-item .property-footer {
	padding: 0 30px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.property-item .property-footer .property-price {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 18px;
	color: var(--dark-color);
}

.property-item .property-footer .btn-default {
	font-size: 14px;
	padding: 10px 20px;
}

.property-slider .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 50px;
}

.property-slider .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: var(--primary-color);
	transition: all 0.3s;
}

/******************************************/
/****   	 07. About us css   	   ****/
/******************************************/

.about-us {
	padding: 10px 0;
}

.about-images {
	position: relative;
	padding-left: 84px;
	padding-top: 32px;
	background: url(../images/icon-about-dot.svg) no-repeat top left;
}

.about-image img {
	width: 100%;
	border-radius: 20px;
}

.about-video {
	width: 45%;
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 1;
	border-radius: 20px;
	overflow: hidden;
}

.about-video figure img {
	width: 100%;
	border: 4px solid var(--white-color);
	border-radius: 20px;
}

.video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-play-button a {
	display: inline-block;
	position: relative;
	font-size: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
}

.video-play-button a img {
	width: 50px;
}

.video-play-button a:before {
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
}

.video-play-button a:after {
	content: '';
	position: absolute;
	top: -30%;
	left: -30%;
	width: 160%;
	height: 160%;
	border: 2px solid var(--secondary-color);
	border-radius: 50%;
	transform: scale(0.6);
	z-index: -1;
	animation: border-zooming 1s infinite linear;
	animation-delay: .3s;
}

@keyframes border-zooming {
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.about-content {
	padding-top: 32px;
	padding-left: 10px;
}

.about-us .section-title {
	text-align: left;
	margin-bottom: 20px;
}

.about-content-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.about-content-body ul li {
	font-size: 18px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 25px;
}

.about-content-body ul li:nth-child(2n + 2) {
	margin-right: 0;
}

.about-content-body ul li .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: var(--secondary-color);
	border-radius: 50%;
	margin-right: 15px;
}

.about-content-body ul li span {
	display: block;
	width: calc(100% - 75px);
}

/******************************************/
/****   	 08. How It Works css  	   ****/
/******************************************/

.how-it-works {
	padding: 100px 0;
	background: var(--secondary-color);
}

.how-it-work-item {
	text-align: center;
	background: var(--white-color);
	padding: 30px;
	border-radius: 20px;
}

.how-it-work-item .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: var(--primary-color);
	border-radius: 50%;
	margin: 0 auto 25px;
	transition: all 0.3s ease-out;
}

.how-it-work-item:hover .icon-box {
	background: #9b262e;
}

.how-it-work-item h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: var(--dark-color);
	font-weight: 600;
}

.how-it-work-item p {
	margin-bottom: 0;
}

/******************************************/
/****     09. Why Choose us css   	   ****/
/******************************************/

.why-choose-us {
	padding: 100px 0 50px;
}

.why-choose-us .section-title {
	text-align: left;
	margin-bottom: 20px;
}

.why-choose-us-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.why-choose-us-body ul li {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	padding-left: 34px;
	margin-bottom: 15px;
}

.why-choose-us-body ul li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: var(--secondary-color) url(../images/icon-checkmark.svg) no-repeat center center;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 2px;
}

.why-choose-us-body .btn-default {
	margin-top: 20px;
}

.why-choose-us-images {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 30px;
}

.why-choose-us-image1,
.why-choose-us-image2 {
	width: 48%;
}

.why-choose-us-image2 {
	margin-bottom: 30px;
}

.why-choose-us-image1 img,
.why-choose-us-image2 img {
	width: 100%;
	border-radius: 20px;
}

.exclusive-agents {
	background: var(--secondary-color);
	padding: 30px;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	text-align: center;
	min-width: 248px;
	animation: moveobject 2s infinite linear alternate;
}

.exclusive-agents h5 {
	font-size: 18px;
	font-weight: 600;
}

@keyframes moveobject {
	50% {
		left: 45%;
	}
}

/******************************************/
/****    	  10. Infobar css   	   ****/
/******************************************/

.infobar-cta {
	padding: 50px 0 100px;
}

.infobar-box {
	background-color: var(--secondary-color);
	padding: 40px 50px;
	border-radius: 20px;
}

.cta-content h2 {
	font-size: 40px;
	font-weight: 700;
}

.cta-content p {
	margin-bottom: 0;
}

.cta-button {
	text-align: right;
}

.cta-button .btn-default {
	margin-left: 10px;
}

.cta-button .btn-default i {
	margin-right: 10px;
}

/******************************************/
/****   11. Property By City css 	   ****/
/******************************************/

.property-by-city {
	padding: 100px 0;
	background: var(--secondary-color);
}

.location-item {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.location-item .location-image img {
	width: 100%;
	transition: all 0.5s ease-out;
}

.location-item .location-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	background: var(--overlay-color);
}

.location-item .location-content .location-header h3 {
	font-size: 22px;
	font-weight: 500;
	color: var(--white-color);
}

.location-item .location-content .location-header p {
	color: var(--white-color);
	font-size: 16px;
}

.location-item .location-content .location-footer {
	position: absolute;
	left: 30px;
	bottom: 10px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.location-item:hover .location-content .location-footer {
	bottom: 25px;
	opacity: 1;
}

.location-item:hover .location-image img {
	transform: scale(1.2);
}

/******************************************/
/****   	12. Latest Posts css   	   ****/
/******************************************/

.latest-posts {
	padding: 100px 0;
}

.post-item .post-featured-image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.post-item .post-featured-image figure img {
	width: 100%;
	transition: all 0.4s ease-out;
}

.post-item .post-featured-image .post-read-more {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--overlay-color);
	opacity: 0;
	transition: all 0.3s ease-out;
}

.post-item .post-featured-image .post-read-more .btn-default {
	top: 20px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.post-item:hover .post-featured-image .post-read-more {
	opacity: 1;
}

.post-item:hover .post-featured-image .post-read-more .btn-default {
	top: 0;
	opacity: 1;
}

.post-item:hover .post-featured-image figure img {
	transform: scale(1.2);
}

.post-item .post-body .post-category ul {
	padding: 0;
	margin: 0 0 4px;
	list-style: none;
}

.post-item .post-body .post-category ul li a {
	color: var(--text-color);
}

.post-item .post-body h3 {
	margin-bottom: 0;
}

.post-item .post-body h3 a {
	font-size: 22px;
	font-weight: 600;
	color: var(--dark-color);
}

/******************************************/
/****   	 	13. Footer css   	   ****/
/******************************************/

footer.footer {
	background: var(--primary-color);
	margin: 70px 40px 0;
	padding: 40px 2px 40px;
	border-radius: 20px;
}

.newsletter-box {
	background: var(--secondary-color);
	padding: 30px 50px;
	border-radius: 20px;
	margin-top: -70px;
	margin-bottom: 80px;
}

.newsletter-title h2 {
	font-size: 40px;
}

.newsletter-title p {
	margin-bottom: 0;
}

.newsletter-form .row>* {
	padding-left: 0;
	padding-right: 0;
}

.newsletter-form .form-control {
	background-color: var(--white-color);
	font-family: var(--default-font);
	padding: 0;
	border: none;
	height: 56px;
	padding: 0 20px;
	border-radius: 5px 0 0 5px;
	box-shadow: none;
	outline: 0;
}

.newsletter-form .btn-default {
	outline: 0;
	width: 100%;
	border-radius: 0 5px 5px 0;
	height: 56px;
}

.footer-about {
	padding-right: 80px;
}

.footer-about .footer-logo {
	margin-bottom: 30px;
}

.footer-about-content p {
	color: var(--white-color);
}

.footer-social-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-social-links ul li {
	display: inline-block;
	margin-right: 8px;
}

.footer-social-links ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 18px;
	border-radius: 5px;
	background: #9b262e;
	color: var(--white-color);
	transition: all 0.3s ease-out;
}

.footer-social-links ul li a:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}

.footer-contact-info h3,
.footer-quick-links h3,
.footer-appointment h3 {
	font-size: 22px;
	color: #ffdc00;
	margin-bottom: 30px;
}

.footer-info-box {
	position: relative;
	padding-left: 30px;
	margin-bottom: 25px;
}

.footer-info-box .icon-box {
	position: absolute;
	top: 0;
	left: 0;
}

.footer-info-box p {
	color: var(--white-color);
	margin-bottom: 0;
}

.footer-quick-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-quick-links ul li {
	margin-bottom: 8px;
}

.footer-quick-links ul li a {
	color: var(--white-color);
	position: relative;
	padding-left: 20px;
	transition: all 0.3s ease-out;
}

.footer-quick-links ul li a:hover {
	color: #9b262e;
}

.footer-quick-links ul li a:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	background: url(../images/icon-menu-item.svg) no-repeat left center;
}

.footer-appointment .footer-appointment-content p {
	color: var(--white-color);
}

.footer-appointment .footer-appointment-content .btn-default:before {
	background: var(--secondary-color);
}

.footer-appointment .footer-appointment-content .btn-default:hover {
	color: var(--primary-color);
}

.footer-copyright-links {
	padding: 20px 0;
}

.footer-copyright p {
	margin: 0;
}

.footer-policy-links {
	text-align: right;
}

.footer-policy-links ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-policy-links ul li {
	display: inline-block;
	margin-left: 16px;
	position: relative;
	padding-left: 20px;
}

.footer-policy-links ul li:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: var(--text-color);
	position: absolute;
	top: 5px;
	left: 0;
}

.footer-policy-links ul li:first-child {
	padding-left: 0;
}

.footer-policy-links ul li:first-child:before {
	display: none;
}

.footer-policy-links ul li a {
	color: var(--text-color);
	transition: all 0.4s ease-out;
}

.footer-policy-links ul li a:hover {
	color: #9b262e;
}

/******************************************/
/****     14. About us Page css 	   ****/
/******************************************/

.page-header {
	padding: 150px 0;
	background: url(../images/hero.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	margin: 0 40px;
	border-radius: 20px;
	overflow: hidden;
}

.page-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--overlay-color);
}

.page-header-box {
	text-align: center;
}

.page-header-box h1 {
	font-size: 70px;
	font-weight: 600;
	color: var(--white-color);
}

.page-header-box .breadcrumb {
	justify-content: center;
	margin-bottom: 0;
}

.page-header-box ol li.breadcrumb-item {
	color: var(--white-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
	color: inherit;
}

.photo-gallery {
	padding: 100px 0 20px;
}

.gallery-item {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.gallery-item figure img {
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
	transition: all 0.5s ease-out;
}

.gallery-item:hover figure img {
	transform: scale(1.2);
}

.testimonials {
	padding: 100px 0;
	background: var(--secondary-color);
}

.testimonial-slide {
	background: var(--white-color);
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	margin-bottom: 80px;
	transition: all 0.4s ease-in-out;
}

.testimonial-slide .testimonial-rating {
	margin-bottom: 20px;
}

.testimonial-slide .testimonial-author-info h3 {
	font-size: 16px;
	font-family: var(--default-font);
	font-weight: 600;
	color: var(--text-color);
	margin-bottom: 15px;
}

.testimonial-slide .testimonial-author-info figure {
	max-width: 100px;
	margin: 0 auto -80px;
	overflow: hidden;
	border-radius: 50%;
	background-color: var(--secondary-color);
}

.testimonial-slide .testimonial-author-info figure img {
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid var(--secondary-color);
}

.testimonial-slider .swiper-slide-active .testimonial-slide {
	background: var(--primary-color);
}

.testimonial-slider .swiper-slide-active .testimonial-slide .testimonial-content,
.testimonial-slider .swiper-slide-active .testimonial-slide .testimonial-author-info h3 {
	color: var(--white-color);
}

.testimonial-slider .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 30px;
}

.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: var(--primary-color);
	transition: all 0.3s;
}

.stat-counter {
	padding: 100px 0;
}

.counter-item {
	background: var(--secondary-color);
	text-align: center;
	padding: 30px;
	border-radius: 20px;
}

.counter-item .icon-box {
	margin: 0 auto 25px;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.counter-item:hover .icon-box {
	background-color: #9b262e;
}

.counter-item .icon-box img {
	max-width: 50%;
}

.counter-item h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--dark-color);
	margin-bottom: 5px;
}

.counter-item p {
	margin-bottom: 0;
}

.our-partners {
	background: var(--secondary-color);
	padding: 100px 0;
}

.client-logo {
	background: var(--white-color);
	border-radius: 20px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	padding: 40px 30px;
}

.our-agents {
	padding: 100px 0;
}

.agent-item .agent-header {
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.agent-item .agent-header .agent-image img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.agent-item .agent-header .agent-social-links {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	opacity: 0;
	transition: all 0.4s ease-out;
	z-index: 2;
}

.agent-item:hover .agent-header .agent-image img {
	transform: scale(1.1);
}

.agent-item:hover .agent-header .agent-image figure:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.agent-item:hover .agent-header .agent-social-links {
	bottom: 0;
	opacity: 1;
}

.agent-item .agent-header .agent-social-links ul {
	padding: 0 20px 30px;
	margin: 0;
	list-style: none;
	text-align: center;
}

.agent-item .agent-header .agent-social-links ul li {
	display: inline-block;
	margin: 0 2px;
}

.agent-item .agent-header .agent-social-links ul li a {
	width: 38px;
	height: 38px;
	font-size: 18px;
	border-radius: 5px;
	background: #9b262e;
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-out;
}

.agent-item .agent-header .agent-social-links ul li a:hover {
	background-color: var(--primary-color);
}

.agent-item .agent-body {
	text-align: center;
}

.agent-item .agent-body h3 {
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
}

.agent-item .agent-body p {
	margin-bottom: 0;
}

/******************************************/
/****   	 15. Listing Page css  	   ****/
/******************************************/

.page-property-listing {
	padding: 100px 0;
}

.page-property-listing .property-item {
	margin-bottom: 30px;
}

.post-pagination {
	margin-top: 30px;
	text-align: center;
}

.post-pagination ul {
	justify-content: center;
	padding: 0;
	margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: var(--secondary-color);
	margin: 0 4px;
	border-radius: 5px;
	font-family: var(--accent-font);
	font-weight: 700;
	color: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
	background: #9b262e;
	color: var(--white-color);
}

.property-sidebar {
	padding-left: 30px;
}

.property-category-box {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.property-category-box h3 {
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 15px;
}

.property-category-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.property-category-box ul li {
	border-bottom: 1px solid var(--divider-color);
	padding: 10px 0;
}

.property-category-box ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.property-category-box ul li a {
	display: block;
	font-weight: 600;
	color: var(--text-color);
	position: relative;
	padding-left: 20px;
	transition: all 0.3s ease-in-out;
}

.property-category-box ul li a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-list.svg) no-repeat left center;
	position: absolute;
	left: 0;
	top: 2px;
}

.property-category-box ul li a:hover {
	color: #9b262e;
}

.need-help-box {
	position: relative;
	text-align: center;
	border-radius: 20px;
	overflow: hidden;
}

.need-help-box:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--dark-overlay-color);
}

.need-help-box .need-help-img img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.need-help-box:hover .need-help-img img {
	transform: scale(1.2);
}

.need-help-box .need-help-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	z-index: 2;
}

.need-help-box .need-help-content h3 {
	color: var(--white-color);
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 30px;
	width: 100%;
}

/******************************************/
/****   16. Property Single Page css   ****/
/******************************************/

.page-property-single {
	padding: 100px 0;
}

.porperty-single-sidebar {
	padding-left: 30px;
	height: 100%;
}

.property-info-box {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.property-info-box h3 {
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 20px;
}

.property-info-item {
	position: relative;
	padding: 14px 0 14px 32px;
	border-bottom: 1px solid var(--gray-divider);
}

.property-info-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.property-info-item .icon-box {
	position: absolute;
	top: 14px;
	left: 0;
}

.property-info-item .icon-box img {
	max-height: 20px;
}

.property-info-item p {
	margin: 0;
}

.property-inquiry-box {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	position: sticky;
	top: 100px;
}

.property-inquiry-box h3 {
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 20px;
}

.property-inquiry-form .form-control {
	background: var(--white-color);
}

.property-inquiry-form .btn-default {
	width: 100%;
}

.property-photos-slider {
	border-radius: 20px;
	overflow: hidden;
}

.property-photo-item {
	border-radius: 20px;
	overflow: hidden;
}

.property-photos-slider .swiper-arrow-prev,
.property-photos-slider .swiper-arrow-next {
	width: 50px;
	height: 50px;
	background: #9b262e;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	color: var(--white-color);
	position: absolute;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.property-photos-slider .swiper-arrow-prev {
	left: 20px;
}

.property-photos-slider .swiper-arrow-next {
	right: 20px;
}

.property-photos-slider .swiper-arrow-prev:hover,
.property-photos-slider .swiper-arrow-next:hover {
	background-color: var(--primary-color);
}

.property-single-subtitle {
	margin-bottom: 30px;
}

.property-single-subtitle h3 {
	font-size: 36px;
	color: var(--primary-color);
	margin: 0;
}

.property-overview {
	margin-top: 50px;
	background: var(--secondary-color);
	padding: 40px 40px 10px 40px;
	border-radius: 20px;
}

.property-overview-box {
	display: flex;
	flex-wrap: wrap;
}

.property-overview-box .property-overview-item {
	width: calc(33.33% - 20px);
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.property-overview-box .property-overview-item:nth-of-type(3n + 3) {
	margin-right: 0;
}

.property-overview-box .property-overview-item .icon-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: var(--primary-color);
	border-radius: 5px;
	margin-right: 15px;
}

.property-overview-box .property-overview-item .property-overview-content {
	width: calc(100% - 75px);
}

.property-overview-box .property-overview-item .property-overview-content h3 {
	font-size: 20px;
	font-weight: 600;
	color: var(--dark-color);
	margin-bottom: 6px;
}

.property-overview-box .property-overview-item .property-overview-content p {
	margin: 0;
}

.about-property {
	background-color: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-top: 50px;
}

.about-property-cta .btn-border {
	margin-right: 15px;
	border-color: var(--primary-color);
	color: var(--primary-color);
}

.about-property-cta .btn-border.btn-default:before {
	background-color: var(--primary-color);
}

.property-amenities {
	background: var(--secondary-color);
	padding: 40px 40px 20px 40px;
	border-radius: 20px;
	margin-top: 50px;
}

.property-amenities-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.property-amenities-box ul li {
	width: calc(33.33% - 20px);
	font-size: 18px;
	font-weight: 500;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.property-amenities-box ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../images/icon-checkbox.svg) no-repeat left center;
}

.property-map-location {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-top: 50px;
}

.property-map-iframe iframe {
	width: 100%;
	height: 300px;
	border-radius: 20px;
}

/******************************************/
/****  	  17. Blog Archive Page css    ****/
/******************************************/

.blog-archive-page {
	padding: 100px 0;
}

.blog-archive-page .post-item {
	margin-bottom: 40px;
}

/******************************************/
/****   	 18. Post Single css  	   ****/
/******************************************/

.post-meta ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.post-meta ul li {
	display: inline-block;
	color: var(--white-color);
}

.post-meta ul li:after {
	content: '/';
	margin-left: 10px;
	margin-right: 6px;
}

.post-meta ul li:last-child::after {
	display: none;
}

.post-meta ul li a {
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.post-meta ul li a:hover {
	color: #9b262e;
}

.blog-single-page {
	padding: 100px 0 50px;
}

.post-sidebar {
	padding-left: 20px;
}

.search-box-widget {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.search-form .form-control {
	background: var(--white-color);
	border-right: none;
}

.search-form .btn-default {
	border-radius: 0 5px 5px 0;
	padding: 14px 20px;
}

.category-box-widget {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.category-box-widget h3 {
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 15px;
}

.category-box-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.category-box-widget ul li {
	border-bottom: 1px solid var(--divider-color);
	padding: 10px 0;
}

.category-box-widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.category-box-widget ul li a {
	display: block;
	font-weight: 600;
	color: var(--text-color);
	position: relative;
	padding-left: 20px;
	transition: all 0.3s ease-in-out;
}

.category-box-widget ul li a:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-list.svg) no-repeat left center;
	position: absolute;
	left: 0;
	top: 2px;
}

.category-box-widget ul li a:hover {
	color: #9b262e;
}

.recent-posts-widget {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 40px;
}

.recent-posts-widget h3 {
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 25px;
}

.recent-post-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.recent-post-item:last-child {
	margin-bottom: 0;
}

.recent-post-item .post-image {
	width: 36%;
}

.recent-post-item .post-image img {
	aspect-ratio: 1/0.8;
	object-fit: cover;
	border-radius: 6px;
}

.recent-post-item .post-info {
	width: 60%;
}

.recent-post-item .post-info p.meta {
	margin: 0 0 8px;
	color: var(--text-color);
}

.recent-post-item .post-info p.meta a {
	color: inherit;
}

.recent-post-item .post-info h4 {
	font-size: 18px;
	font-weight: 600;
	color: var(--dark-color);
	margin: 0;
}

.recent-post-item .post-info h4 a {
	color: inherit;
}

.popular-tags-widget {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
}

.popular-tags-widget h3 {
	font-size: 22px;
	color: var(--dark-color);
	font-weight: 600;
	margin-bottom: 25px;
}

.tag-clouds ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tag-clouds ul li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 10px;
}

.tag-clouds ul li a {
	display: block;
	background: var(--white-color);
	padding: 10px 16px;
	color: var(--text-color);
	border-radius: 5px;
	border: 1px solid var(--divider-color);
	transition: all 0.3s ease-in-out;
}

.tag-clouds ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.post-featured-image {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.post-entry {
	background: var(--secondary-color);
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.post-entry a {
	color: var(--primary-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
	margin: 1em 0 0.6em;
}

.post-entry h1 {
	font-size: 36px;
}

.post-entry h2 {
	font-size: 30px;
}

.post-entry h3 {
	font-size: 26px;
}

.post-entry h4 {
	font-size: 22px;
}

.post-entry h5 {
	font-size: 18px;
}

.post-entry h6 {
	font-size: 16px;
}

.post-entry blockquote {
	border-left: 4px solid #9b262e;
	padding-left: 20px;
	margin-left: 20px;
}

.post-entry blockquote p {
	font-size: 18px;
	font-weight: 600;
}

.post-entry ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.7em;
}

.post-entry ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 12px;
}

.post-entry ul li:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/icon-checkbox.svg) no-repeat center center;
	position: absolute;
	left: 0;
	top: 2px;
}

.post-content .post-tags {
	font-size: 20px;
	color: var(--primary-color);
	font-weight: 700;
	font-family: var(--accent-font);
}

.post-content .post-tags a {
	display: inline-block;
	color: var(--white-color);
	font-family: var(--accent-font);
	font-size: 14px;
	font-weight: 500;
	background: #9b262e;
	padding: 8px 20px;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.post-content .post-tags a:hover {
	background: var(--primary-color);
}

.post-social-sharing ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

.post-social-sharing ul li {
	display: inline-block;
	margin-left: 5px;
}

.post-social-sharing ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #9b262e;
	color: var(--white-color);
	width: 40px;
	height: 40px;
	font-size: 16px;
	border-radius: 5px;
	transition: all 0.3s ease-out;
}

.post-social-sharing ul li a:hover {
	background: var(--primary-color);
	color: var(--white-color);
}

.realted-posts {
	padding: 50px 0 100px;
}

/******************************************/
/**** 	 19. Contact us page css	   ****/
/******************************************/

.contact-details {
	padding: 100px 0;
}

.contact-detail-item {
	background: var(--secondary-color);
	padding: 40px 60px 50px;
	border-radius: 20px;
	text-align: center;
}

.contact-detail-item .icon-box {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	background: var(--primary-color);
	border-radius: 50px;
}

.contact-detail-item h3 {
	font-size: 22px;
	font-weight: 600;
	color: var(--dark-color);
}

.contact-detail-item p {
	margin: 0;
}

.contact-inquiry-box {
	background: var(--secondary-color);
	padding: 100px 0;
}

.contact-form .form-control {
	background: var(--white-color);
}

.google-location-map {
	padding: 100px 0;
}

.google-map-box iframe {
	border-radius: 20px;
	width: 100%;
	height: 450px;
}

/******************************************/
/**** 	 		20. FAQ page css	   ****/
/******************************************/

.faqs-page {
	padding: 100px 0;
}

.faq-accordion .accordion-item {
	background: var(--secondary-color);
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
	overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-header .accordion-button {
	box-shadow: none;
	outline: 0;
	border: none;
	background: none;
	font-size: 18px;
	font-weight: 500;
	padding: 18px 20px;
	color: var(--dark-color);
}

.faq-accordion .accordion-item .accordion-button::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/icon-faq.svg) no-repeat center center;
}

.faq-accordion .accordion-body {
	padding-top: 10px;
	color: var(--text-color);
}

.faq-accordion .accordion-body p:last-child {
	margin-bottom: 0;
}

/******************************************/
/**** 	21. Page Not Found Page css	   ****/
/******************************************/

.not-found-page {
	padding: 100px 0;
}

.page-not-found-box {
	text-align: center;
}

.page-not-found-box h2 {
	font-size: 36px;
	margin-top: 40px;
	margin-bottom: 30px;
}

/******************************************/
/**** 	 	22. Agents page css	       ****/
/******************************************/

.agents-page {
	padding: 100px 0 60px;
}

.agents-page .agent-item {
	margin-bottom: 40px;
}

/******************************************/
/****   	 23. Responsive css   	   ****/
/******************************************/

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

	/* .hero .hero-section,
	.page-header {
		margin: 0 15px;
	} */

	footer.footer {
		margin: 70px 15px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.main-menu ul li {
		margin-left: 18px;
	}
}

@media only screen and (max-width: 991px) {
	#magic-cursor {
		display: none !important;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 36px;
	}

	.main-menu ul li {
		margin: 0 10px;
	}

	header.main-header {
		border-radius: 20px;
	}

	header.main-header .header-sticky {
		padding: 20px 0;
	}

	header.main-header .header-sticky.active .slicknav_menu {
		border-radius: 0;
	}

	.hero .hero-section {
		padding: 60px 0;
	}

	.hero.hero-slider .hero-section {
		padding: 0;
	}

	.hero-slider .hero-section .hero-slide {
		padding: 60px 20px;
	}

	.hero-slider .hero-carousel .hero-button-prev,
	.hero-slider .hero-carousel .hero-button-next {
		opacity: 1;
		width: 36px;
		height: 36px;
	}

	.hero-slider .hero-carousel .hero-button-prev {
		left: 10px;
	}

	.hero-slider .hero-carousel .hero-button-next {
		right: 10px;
	}

	.hero .hero-search-form-section {
		position: relative;
		bottom: 0;
		border: 1px solid var(--divider-color);
		border-radius: 20px;
		margin-top: 40px;
		padding: 30px 15px 15px 15px;
		background: var(--secondary-color);
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}

	.search-heading {
		display: block;
		margin-bottom: 20px;
	}

	.hero-search-form {
		padding: 0;
		background: transparent;
	}

	.hero-search-form .form-control {
		margin-bottom: 15px;
		background: var(--white-color);
	}

	.section-title h1 {
		font-size: 36px;
	}

	.hero-content .section-title h1 {
		font-size: 56px;
	}

	.property-types {
		padding: 60px 0;
	}

	.featured-property {
		padding: 60px 0;
	}

	.property-slider .swiper-pagination {
		margin-top: 30px;
	}

	.about-us {
		padding: 60px 0;
	}

	.about-images {
		margin-bottom: 30px;
	}

	.about-content {
		padding: 0;
	}

	.how-it-works {
		padding: 60px 0 30px;
	}

	.how-it-work-item {
		margin-bottom: 30px;
	}

	.why-choose-us {
		padding: 60px 0 30px;
	}

	.why-choose-us-images {
		margin-bottom: 30px;
	}

	.infobar-cta {
		padding: 30px 0 60px;
	}

	.cta-content {
		text-align: center;
		margin-bottom: 30px;
	}

	.cta-button {
		text-align: center;
	}

	.cta-button .btn-default {
		margin: 0 4px;
	}

	.property-by-city {
		padding: 60px 0 30px;
	}

	.location-item {
		margin-bottom: 30px;
	}

	.latest-posts {
		padding: 60px 0 30px;
	}

	.post-item {
		margin-bottom: 30px;
	}

	.newsletter-box {
		padding: 30px 40px;
		margin-bottom: 50px;
	}

	.newsletter-title {
		text-align: center;
		margin-bottom: 30px;
	}

	.mega-footer {
		padding: 0 10px;
	}

	.footer-about {
		padding: 0;
		margin-bottom: 40px;
	}

	.footer-contact-info h3,
	.footer-quick-links h3,
	.footer-appointment h3 {
		margin-bottom: 20px;
	}

	.footer-info-box {
		margin-bottom: 20px;
	}

	.footer-contact-info {
		margin-bottom: 40px;
		padding-right: 50px;
	}

	.footer-quick-links {
		margin-bottom: 40px;
	}

	footer.footer {
		padding-bottom: 50px;
	}

	.page-header {
		padding: 60px 0;
	}

	.page-header-box h1 {
		font-size: 36px;
	}

	.photo-gallery {
		padding: 60px 0 0;
	}

	.testimonial-slider {
		margin-left: -15px;
		margin-right: -15px;
	}

	.testimonials {
		padding: 60px 0;
	}

	.stat-counter {
		padding: 60px 0 30px;
	}

	.counter-item {
		margin-bottom: 30px;
	}

	.our-partners {
		padding: 60px 0 30px;
	}

	.client-logo {
		margin-bottom: 30px;
	}

	.our-agents {
		padding: 60px 0 30px;
	}

	.agent-item {
		margin-bottom: 30px;
	}

	.page-property-listing {
		padding: 60px 0;
	}

	.property-sidebar {
		padding: 0;
		margin-top: 40px;
	}

	.post-pagination {
		margin-top: 10px;
	}

	.page-property-single {
		padding: 60px 0;
	}

	.property-overview,
	.about-property,
	.property-amenities,
	.property-map-location {
		margin-top: 30px;
	}

	.porperty-single-sidebar {
		padding: 0;
		margin-top: 50px;
	}

	.property-inquiry-box {
		position: initial;
	}

	.blog-archive-page {
		padding: 60px 0;
	}

	.blog-single-page {
		padding: 60px 0 30px;
	}

	.post-sidebar {
		padding: 0;
		margin-top: 40px;
	}

	.post-social-sharing ul {
		text-align: left;
	}

	.search-box-widget,
	.category-box-widget,
	.recent-posts-widget {
		margin-bottom: 30px;
	}

	.realted-posts {
		padding: 30px 0 60px;
	}

	.contact-details {
		padding: 60px 0;
	}

	.contact-detail-item {
		padding: 30px 20px;
	}

	.contact-detail-item .icon-box {
		width: 70px;
		height: 70px;
		margin: 0 auto 20px;
	}

	.contact-detail-item .icon-box img {
		max-width: 40%;
	}

	.contact-inquiry-box {
		padding: 60px 0;
	}

	.google-location-map {
		padding: 60px 0;
	}

	.faqs-page {
		padding: 60px 0;
	}

	.not-found-page {
		padding: 60px 0;
	}

	.agents-page {
		padding: 60px 0 20px;
	}
}

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

	.btn-default {
		padding: 10px 20px;
	}

	.btn-default.btn-border {
		padding: 8px 20px;
	}

	.section-title h1,
	.section-title h2 {
		font-size: 26px;
	}

	header.main-header .header-sticky {
		padding: 20px 0;
	}

	header.main-header .header-sticky.active {
		padding: 10px 0;
	}

	.navbar-brand img {
		max-height: 40px;
	}

	.hero .hero-section {
		padding: 40px 0;
	}

	.hero-slider .hero-section .hero-slide {
		padding: 40px 20px 80px;
	}

	.hero-slider .hero-carousel .hero-button-prev,
	.hero-slider .hero-carousel .hero-button-next {
		top: auto;
		bottom: 20px;
	}

	.hero-slider .hero-carousel .hero-button-prev {
		left: 38%;
	}

	.hero-slider .hero-carousel .hero-button-next {
		right: 38%;
	}

	.hero .hero-search-form-section {
		padding: 20px 5px;
	}

	.search-heading {
		display: block;
	}

	.section-title h1 {
		font-size: 28px;
	}

	.hero-content .section-title h1 {
		font-size: 28px;
	}

	.hero-content-footer {
		margin-top: 20px;
	}

	.btn-default {
		font-size: 14px;
	}

	.hero-content-footer .btn-default {
		margin: 0 4px;
	}

	.property-types {
		padding: 50px 0;
	}

	.property-type-item {
		text-align: center;
	}

	.property-type-item .icon-box {
		margin-left: auto;
		margin-right: auto;
	}

	.property-type-item h3 {
		font-size: 20px;
	}

	.property-type-slider .swiper-pagination {
		margin-top: 20px;
	}

	.property-type-slider .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.featured-property {
		padding: 50px 0;
	}

	.property-item .property-header .property-label {
		font-size: 14px;
	}

	.property-item .property-body h3 {
		font-size: 20px;
	}

	.property-item .property-body {
		padding: 20px;
	}

	.property-item .property-footer {
		padding: 0 20px 20px;
	}

	.property-item .property-footer .property-price {
		font-size: 16px;
	}

	.about-us {
		padding: 50px 0;
	}

	.about-images {
		padding-top: 20px;
		padding-left: 40px;
		background-size: 100px auto;
	}

	.about-content {
		padding-top: 0;
	}

	.about-content-body ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.about-content-body ul li .icon-box {
		width: 36px;
		height: 36px;
	}

	.about-content-body ul li .icon-box img {
		max-width: 50%;
	}

	.about-content-body ul li span {
		font-size: 16px;
	}

	.about-content-body .btn-default {
		margin-top: 10px;
	}

	.how-it-works {
		padding: 50px 0 20px;
	}

	.how-it-work-item .icon-box {
		width: 60px;
		height: 60px;
	}

	.how-it-work-item .icon-box img {
		max-width: 50%;
	}

	.how-it-work-item h3 {
		font-size: 20px;
	}

	.why-choose-us {
		padding: 50px 0 30px;
	}

	.why-choose-us-body ul li {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.exclusive-agents {
		padding: 20px;
	}

	.exclusive-agents h5 {
		font-size: 16px;
	}

	.infobar-cta {
		padding: 30px 0 50px;
	}

	.infobar-box {
		padding: 30px 20px;
	}

	.cta-content h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.property-by-city {
		padding: 50px 0 20px;
	}

	.location-item .location-content .location-header h3 {
		font-size: 20px;
	}

	.latest-posts {
		padding: 50px 0 20px;
	}

	.post-item .post-body h3 a {
		font-size: 20px;
	}

	.newsletter-title {
		margin-bottom: 20px;
	}

	.newsletter-title h2 {
		font-size: 26px;
	}

	.newsletter-box {
		padding: 20px 30px;
	}

	.newsletter-form .form-control {
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.newsletter-form .btn-default {
		border-radius: 5px;
	}

	.footer-contact-info h3,
	.footer-quick-links h3,
	.footer-appointment h3 {
		font-size: 20px;
	}

	.footer-contact-info {
		padding: 0;
	}

	.footer-copyright {
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-policy-links {
		text-align: center;
	}

	.footer-policy-links ul li {
		margin-left: 10px;
		margin-right: 10px;
	}

	.page-header-box h1 {
		font-size: 26px;
	}

	.photo-gallery {
		padding: 50px 0 0;
	}

	.testimonials {
		padding: 50px 0;
	}

	.testimonial-slider {
		margin-left: 0;
		margin-right: 0;
	}

	.testimonial-slider .swiper-pagination {
		margin-top: 0px;
	}

	.stat-counter {
		padding: 50px 0 20px;
	}

	.our-partners {
		padding: 50px 0 20px;
	}

	.client-logo {
		padding: 30px 20px;
	}

	.our-agents {
		padding: 50px 0 20px;
	}

	.agent-item .agent-header {
		margin-bottom: 20px;
	}

	.agent-item .agent-body h3 {
		font-size: 20px;
	}

	.page-property-listing {
		padding: 50px 0;
	}

	.property-category-box {
		padding: 30px;
	}

	.property-category-box h3 {
		font-size: 20px;
	}

	.need-help-box .need-help-content h3 {
		font-size: 22px;
	}

	.page-property-single {
		padding: 50px 0;
	}

	.property-photos-slider .swiper-arrow-prev,
	.property-photos-slider .swiper-arrow-next {
		width: 40px;
		height: 40px;
	}

	.property-overview,
	.about-property,
	.property-amenities,
	.property-map-location {
		padding: 20px;
	}

	.property-single-subtitle {
		margin-bottom: 20px;
	}

	.property-single-subtitle h3 {
		font-size: 26px;
	}

	.property-overview-box .property-overview-item {
		width: calc(50% - 15px);
	}

	.property-overview-box .property-overview-item:nth-of-type(3n + 3) {
		margin-right: 30px;
	}

	.property-overview-box .property-overview-item:nth-of-type(2n + 2) {
		margin-right: 0;
	}

	.property-overview-box .property-overview-item .icon-box {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.property-overview-box .property-overview-item .icon-box img {
		max-width: 50%;
	}

	.property-overview-box .property-overview-item .property-overview-content {
		width: calc(100% - 50px);
	}

	.property-overview-box .property-overview-item .property-overview-content h3 {
		font-size: 16px;
		margin-bottom: 2px;
	}

	.property-overview-box .property-overview-item .property-overview-content p {
		font-size: 14px;
	}

	.property-amenities-box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.property-info-box {
		padding: 30px;
	}

	.property-inquiry-box {
		padding: 30px;
	}

	.blog-archive-page {
		padding: 50px 0;
	}

	.blog-archive-page .post-item {
		margin-bottom: 30px;
	}

	.blog-single-page {
		padding: 50px 0 30px;
	}

	.post-entry {
		padding: 20px;
	}

	.post-entry blockquote {
		margin-left: 0;
	}

	.post-entry blockquote p {
		font-size: 16px;
	}

	.post-entry h1 {
		font-size: 26px;
	}

	.post-entry h2 {
		font-size: 24px;
	}

	.post-entry h3 {
		font-size: 22px;
	}

	.post-entry h4 {
		font-size: 20px;
	}

	.post-entry h5 {
		font-size: 16px;
	}

	.post-entry h6 {
		font-size: 14px;
	}

	.post-content .post-tags a {
		padding: 8px 10px;
	}

	.search-box-widget,
	.category-box-widget,
	.recent-posts-widget,
	.popular-tags-widget {
		padding: 30px;
	}

	.tag-clouds ul li a {
		padding: 8px 10px;
	}

	.realted-posts {
		padding: 30px 0 20px;
	}

	.contact-details {
		padding: 50px 0 20px;
	}

	.contact-detail-item {
		margin-bottom: 30px;
	}

	.contact-detail-item h3 {
		font-size: 20px;
	}

	.contact-inquiry-box,
	.google-location-map {
		padding: 50px 0;
	}

	.faqs-page {
		padding: 50px 0;
	}

	.faq-accordion .accordion-item .accordion-header .accordion-button {
		font-size: 16px;
	}

	.not-found-page {
		padding: 50px 0;
	}

	.page-not-found-box h2 {
		font-size: 22px;
	}

	.agents-page {
		padding: 50px 0 10px;
	}
}

:root {
	--ihr-navy: #0b1d4d;
	--ihr-navy-dk: #081436;
	--ihr-blue: #4a90d9;
	--ihr-blue-light: #8fc4e8;
	--ihr-accent: #6fc3ff;
	--ihr-white: #ffffff;
	--ihr-text-dark: #1a1a2e;
	--ihr-ease: 0.27s cubic-bezier(0.4, 0, 0.2, 1);
}


/* ── RESET (scoped to ihr- elements only) ────────────────── */
.ihr-topline,
.ihr-topbar,
.ihr-topbar *,
.ihr-brand,
.ihr-brand *,
.ihr-nav-wrap,
.ihr-nav-wrap * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

/* ============================================================
   THIN TOP ACCENT LINE (matches logo banner style)
   ============================================================ */
.ihr-topline {
	height: 4px;
	background: var(--ihr-navy-dk);
}

/* ============================================================
   TOP BAR
   ============================================================ */
.ihr-topbar {
	background: var(--ihr-navy);
	color: var(--ihr-white);
	font-size: 13px;
	padding: 7px 24px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ihr-topbar a {
	color: #ffffff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	transition: color var(--ihr-ease);
}

.ihr-topbar a:hover {
	color: var(--ihr-accent);
}

.ihr-topbar svg {
	width: 14px;
	height: 14px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	flex-shrink: 0;
}

/* ============================================================
   BRAND HEADER — logo (left) + certifications/JSRS block (right)
   ============================================================ */
.ihr-brand {
	background: var(--ihr-white);
	padding: 16px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	flex-wrap: wrap;
	/* border-bottom: 3px solid var(--ihr-navy); */
}

/* Left — company logo + name image */
.ihr-logo-img {
	display: block;
	height: auto;
	max-width: 810px;
	width: 100%;
	object-fit: contain;
}

/* Below this, logo + certs no longer fit on one line comfortably —
           stack them and center everything so nothing sticks to the left edge */
@media (max-width: 1200px) {
	.ihr-brand {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 18px;
		text-align: center;
	}

	.ihr-cert-group {
		width: 100%;
		justify-content: center;
	}
}

/* Tablet */
@media (max-width: 991px) {
	.ihr-brand {
		padding: 14px 18px;
	}

	.ihr-logo-img {
		max-width: 750px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.ihr-brand {
		gap: 16px;
		padding: 16px 12px;
	}

	.ihr-logo-img {
		max-width: 700px;
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.ihr-logo-img {
		max-width: 520px;
		margin: 0 auto;
	}
}

/* ============================================================
   NAVIGATION WRAPPER
   ============================================================ */
.ihr-nav-wrap {
	background: linear-gradient(135deg, #9b2730 0%, #ad0101 100%);
	position: sticky;
	top: 0;
	z-index: 9999;
}

/* ============================================================
   DESKTOP MENU
   ============================================================ */
.ihr-menu {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}

.ihr-menu>li {
	position: relative;
}

.ihr-menu>li>.ihr-link {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 6px 9px;
	color: var(--ihr-white);
	text-decoration: none;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	border-bottom: 3px solid transparent;
	transition: background var(--ihr-ease), color var(--ihr-ease), border-color var(--ihr-ease);
	user-select: none;
}

/* .ihr-menu>li>.ihr-link:hover {
	background: rgba(255, 255, 255, 0.14);
	border-bottom-color: var(--ihr-accent);
	color: var(--ihr-accent);
} */

/* =========================================
   DESKTOP MENU - HOVER BORDER ANIMATION
   ========================================= */

.ihr-menu>li>.ihr-link {
	position: relative;
	border: none;
	border-bottom: 3px solid transparent;
	background: transparent;
	color: #ffffff;
	overflow: hidden;
}

/* Hover border */
.ihr-menu>li>.ihr-link::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 3px solid transparent;
	pointer-events: none;
}

/* Only on hover - white border appears */
.ihr-menu>li>.ihr-link:hover::before {
	border-color: #ffffff;
	clip-path: polygon(0 0,
			0 0,
			0 0,
			0 0);
	animation: ihrBorderDraw 0.6s linear forwards;
}

.ihr-menu>li>.ihr-link:hover {
	background: transparent;
	color: #ffffff;
	border-bottom-color: transparent;
}


/* Corner → Full Box Animation */
@keyframes ihrBorderDraw {
	0% {
		clip-path: polygon(0 0,
				0 0,
				0 0,
				0 0);
	}

	25% {
		clip-path: polygon(0 0,
				100% 0,
				0 0,
				0 0);
	}

	50% {
		clip-path: polygon(0 0,
				100% 0,
				100% 100%,
				0 0);
	}

	75% {
		clip-path: polygon(0 0,
				100% 0,
				100% 100%,
				0 100%);
	}

	100% {
		clip-path: polygon(0 0,
				100% 0,
				100% 100%,
				0 100%);
	}
}

/* Caret Arrow */
.ihr-caret {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform var(--ihr-ease);
}

.ihr-menu>li:hover .ihr-caret {
	transform: rotate(-135deg) translateY(-2px);
}

/* ============================================================
   DROPDOWN SUBMENU
   ============================================================ */
.ihr-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 215px;
	list-style: none;
	background: var(--ihr-white);
	border-top: 3px solid var(--ihr-accent);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
	z-index: 10000;
	animation: ihr-fadeDown 0.18s ease;
}

@keyframes ihr-fadeDown {
	from {
		opacity: 0;
		transform: translateY(-6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.ihr-menu>li:hover .ihr-dropdown {
	display: block;
}

.ihr-dropdown li a {
	display: block;
	padding: 11px 20px;
	color: var(--ihr-text-dark);
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 600;
	border-bottom: 1px solid #f0f0f5;
	transition: background var(--ihr-ease), color var(--ihr-ease), padding-left var(--ihr-ease);
}

.ihr-dropdown li:last-child a {
	border-bottom: none;
}

.ihr-dropdown li a:hover {
	background: var(--ihr-navy);
	color: var(--ihr-white);
	padding-left: 28px;
}

/* ============================================================
   HAMBURGER BUTTON (Mobile)
   ============================================================ */
.ihr-burger {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 5px;
	width: 46px;
	height: 46px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 8px;
	margin-left: auto;
	margin-right: 10px;
}

.ihr-burger span {
	display: block;
	width: 26px;
	height: 2.5px;
	background: var(--ihr-white);
	border-radius: 2px;
	transition: all 0.28s ease;
	transform-origin: center;
}

/* Hamburger → X animation */
.ihr-burger.ihr-open span:nth-child(1) {
	transform: translateY(7.5px) rotate(45deg);
}

.ihr-burger.ihr-open span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.ihr-burger.ihr-open span:nth-child(3) {
	transform: translateY(-7.5px) rotate(-45deg);
}

/* ============================================================
   MOBILE OVERLAY
   ============================================================ */
.ihr-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(5, 5, 20, 0.5);
	z-index: 9998;
	backdrop-filter: blur(2px);
}

.ihr-overlay.ihr-show {
	display: block;
}

/* ============================================================
   MOBILE SLIDE-IN PANEL
   ============================================================ */
.ihr-panel {
	position: fixed;
	top: 0;
	right: -100%;
	width: 285px;
	height: 100dvh;
	background: #9b2730;
	z-index: 9999;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.ihr-panel.ihr-show {
	right: 0;
}

/* Panel Header */
.ihr-panel-head {
	background: var(--ihr-navy-dk);
	padding: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
}

.ihr-panel-head span {
	color: var(--ihr-white);
	font-family: 'Cinzel', 'Georgia', serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

.ihr-panel-close {
	background: none;
	border: none;
	color: var(--ihr-white);
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 4px;
	transition: background var(--ihr-ease);
}

.ihr-panel-close:hover {
	background: rgba(255, 255, 255, 0.15);
}

/* ============================================================
   MOBILE MENU LIST
   ============================================================ */
.ihr-mob-menu {
	list-style: none;
	flex: 1;
	padding: 8px 0;
}

.ihr-mob-menu>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.ihr-mob-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	cursor: pointer;
	transition: background var(--ihr-ease), color var(--ihr-ease);
	user-select: none;
}

.ihr-mob-link:hover,
.ihr-mob-menu>li.ihr-mob-active>.ihr-mob-link {
	background: rgba(74, 144, 217, 0.28);
	color: var(--ihr-accent);
}

/* Mobile Caret */
.ihr-mob-caret {
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	flex-shrink: 0;
	transition: transform var(--ihr-ease);
}

.ihr-mob-menu>li.ihr-mob-active>.ihr-mob-link .ihr-mob-caret {
	transform: rotate(-135deg);
}

/* ── Mobile Submenu ── */
.ihr-mob-sub {
	display: none;
	list-style: none;
	background: rgba(0, 0, 0, 0.22);
}

.ihr-mob-menu>li.ihr-mob-active>.ihr-mob-sub {
	display: block;
}

.ihr-mob-sub li a {
	display: block;
	padding: 11px 32px;
	color: #9bb3d6;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	transition: color var(--ihr-ease), background var(--ihr-ease);
}

.ihr-mob-sub li:last-child a {
	border-bottom: none;
}

.ihr-mob-sub li a:hover {
	color: var(--ihr-accent);
	background: rgba(74, 144, 217, 0.18);
}

/* ============================================================
   RESPONSIVE BREAKPOINTS
   ============================================================ */

/* Tablet & Mobile — hide desktop menu, show hamburger */
@media (max-width: 991px) {
	.ihr-menu {
		display: none;
	}

	.ihr-burger {
		display: flex;
	}

	.ihr-nav-wrap {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 52px;
	}
}

/* Small Mobile */
@media (max-width: 575px) {
	.ihr-topbar {
		font-size: 11px;
		gap: 12px;
		padding: 6px 12px;
	}
}

/* ============================================================
   CERTIFICATION GROUP (badges + JSRS) — right side of brand
   ============================================================ */
.ihr-cert-group {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-wrap: wrap;
	justify-content: center;
}

.ihr-cert-trigger {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: block;
	line-height: 0;
	border-radius: 6px;
	transition: transform var(--ihr-ease), box-shadow var(--ihr-ease);
}

.ihr-cert-trigger:hover,
.ihr-cert-trigger:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(11, 29, 77, 0.22);
	outline: none;
}

.ihr-cert-img {
	display: block;
	height: auto;
	max-width: 150px;
	width: 100%;
	object-fit: contain;
}

.ihr-jsrs-img {
	display: block;
	height: auto;
	max-width: 240px;
	width: 100%;
	object-fit: contain;
}

@media (max-width: 991px) {
	.ihr-cert-img {
		max-width: 125px;
	}

	.ihr-jsrs-img {
		max-width: 200px;
	}
}

@media (max-width: 575px) {
	.ihr-cert-group {
		gap: 18px;
	}

	.ihr-cert-img {
		max-width: 100px;
	}

	.ihr-jsrs-img {
		max-width: 170px;
	}
}

/* ============================================================
   CERTIFICATE POPUP / LIGHTBOX
   ============================================================ */
.ihr-cert-overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(5, 10, 30, 0.72);
	z-index: 99998;
	backdrop-filter: blur(3px);
}

.ihr-cert-overlay.ihr-show {
	display: block;
}

.ihr-cert-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.ihr-cert-modal.ihr-show {
	display: flex;
}

.ihr-cert-box {
	position: relative;
	background: var(--ihr-white);
	border-radius: 12px;
	padding: 20px;
	max-width: 640px;
	width: 100%;
	max-height: 88vh;
	overflow: auto;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
	animation: ihr-certPop 0.2s ease;
}

@keyframes ihr-certPop {
	from {
		opacity: 0;
		transform: scale(0.94);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.ihr-cert-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--ihr-navy);
	color: var(--ihr-white);
	border: none;
	font-size: 18px;
	cursor: pointer;
	line-height: 1;
	transition: background var(--ihr-ease);
	z-index: 2;
}

.ihr-cert-close:hover {
	background: var(--ihr-navy-dk);
}

.ihr-cert-full {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.ihr-cert-caption {
	margin-top: 14px;
	font-size: 13px;
	color: var(--ihr-text-dark);
	text-align: center;
	font-weight: 600;
}

@media (max-width: 575px) {
	.ihr-cert-box {
		padding: 16px;
		max-height: 82vh;
	}

	.ihr-cert-modal {
		padding: 14px;
	}
}

:root {
	--sr-accent: #4fd6ff;
	--sr-accent-2: #0395dd;
	--sr-dark: #0a1740;
}

* {
	box-sizing: border-box;
}

.mt-slider {
	margin-top: 91px;
}

/* ============ SLIDER SHELL ============ */
/* Height is set in JS to match each image's own aspect ratio exactly,
           so the picture is always fully visible with zero cropping and zero
           empty letterbox space. */
.sr-slider-container {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: #05070f;
}

.sr-slider-container.sr-anim-height {
	transition: height .6s cubic-bezier(.45, 0, .2, 1);
}

.sr-slider {
	position: relative;
	width: 100%;
	height: 100%;
}

/* ============ SLIDES (crossfade + Ken Burns) ============ */
.sr-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1.1s cubic-bezier(.45, 0, .2, 1);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 20px 52px;
}

.sr-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.sr-slide-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #05070f;
	transform: scale(1.08);
	transition: transform 7s ease-out;
	will-change: transform;
	z-index: 1;
}

.sr-slide.is-active .sr-slide-bg {
	transform: scale(1);
}

/* gradient tint on top of every slide */
.sr-slide::before {
	content: '';
	position: absolute;
	inset: 0;
	/* background: linear-gradient(180deg, rgba(10, 23, 64, 0.55) 0%, rgba(3, 149, 221, 0.35) 55%, rgba(3, 20, 40, 0.65) 100%); */
	background: linear-gradient(180deg, rgba(10, 23, 64, 0.12) 0%, rgba(3, 148, 221, 0.13) 55%, rgba(3, 20, 40, 0.158) 100%);
	z-index: 2;
	pointer-events: none;
}

/* ============ OVERLAY TEXT ============ */
.sr-overlay-text {
	position: relative;
	z-index: 5;
	width: 90%;
	max-width: 900px;
	text-align: center;
	pointer-events: none;
}

.sr-overlay-text .sr-sub {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	color: #ffdc00;
	font-weight: 600;
	letter-spacing: 10px;
	font-size: clamp(11px, 1.6vw, 20px);
	margin-bottom: 14px;
	text-transform: uppercase;
	font-family: "Nunito Sans", sans-serif;
	opacity: 0;
	transform: translateY(-16px);
}

.sr-overlay-text .sr-sub::before,
.sr-overlay-text .sr-sub::after {
	content: '';
	width: 28px;
	height: 1px;
	background: var(--sr-accent);
	opacity: .7;
}

.sr-overlay-text h2 {
	margin: 0;
	font-weight: 800;
	color: #fff;
	font-size: 35px;
	line-height: 1.15;
	text-shadow: 0 3px 14px rgba(0, 0, 0, 0.55), 0 0 30px rgba(255, 255, 255, 0.12);
	font-family: "Nunito Sans", sans-serif;
	opacity: 0;
	transform: translateY(22px);
}

.sr-overlay-text .sr-cta {
	display: inline-block;
	margin-top: 26px;
	padding: 12px 30px;
	border: 1.5px solid rgba(255, 255, 255, .65);
	border-radius: 999px;
	color: #fff;
	font-family: "Nunito Sans", sans-serif;
	font-weight: 600;
	font-size: clamp(12px, 1.1vw, 15px);
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	pointer-events: auto;
	backdrop-filter: blur(2px);
	opacity: 0;
	transform: translateY(18px);
	transition: background .3s ease, border-color .3s ease, transform .3s ease;
}

.sr-overlay-text .sr-cta:hover {
	background: rgba(255, 255, 255, .12);
	border-color: #fff;
}

/* text choreography, only on the active slide */
.sr-slide.is-active .sr-sub {
	animation: srFadeDown .8s cubic-bezier(.2, .8, .2, 1) forwards;
	animation-delay: .35s;
}

.sr-slide.is-active h2 {
	animation: srFadeUp .9s cubic-bezier(.2, .8, .2, 1) forwards;
	animation-delay: .55s;
}

.sr-slide.is-active .sr-cta {
	animation: srFadeUp .8s cubic-bezier(.2, .8, .2, 1) forwards;
	animation-delay: .85s;
}

@keyframes srFadeDown {
	from {
		opacity: 0;
		transform: translateY(-16px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes srFadeUp {
	from {
		opacity: 0;
		transform: translateY(22px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ============ ARROWS ============ */
.sr-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	z-index: 10;
	transition: background .25s ease, transform .25s ease, border-color .25s ease;
}

.sr-arrow:hover {
	background: rgba(255, 255, 255, 0.28);
	border-color: rgba(255, 255, 255, 0.6);
	transform: translateY(-50%) scale(1.08);
}

.sr-arrow-left {
	left: 18px;
}

.sr-arrow-right {
	right: 18px;
}

/* ============ DOTS ============ */
.sr-dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
	z-index: 10;
}

.sr-dot {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.6);
	transition: background .25s ease, transform .25s ease;
	padding: 0;
}

.sr-dot.is-active {
	background: var(--sr-accent);
	border-color: var(--sr-accent);
	transform: scale(1.25);
}

/* ============ AUTOPLAY PROGRESS BAR ============ */
.sr-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 0%;
	background: linear-gradient(90deg, var(--sr-accent), var(--sr-accent-2));
	z-index: 10;
}

.sr-progress.is-running {
	transition: width 5s linear;
	width: 100%;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 992px) {
	.sr-overlay-text .sr-sub {
		letter-spacing: 6px;
	}

	.sr-arrow {
		width: 38px;
		height: 38px;
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.sr-slide {
		padding: 16px 16px 42px;
	}

	.sr-overlay-text .sr-sub {
		letter-spacing: 4px;
		margin-bottom: 6px;
	}

	.sr-overlay-text h2 {
		font-size: clamp(18px, 6vw, 30px);
	}

	.sr-overlay-text .sr-cta {
		margin-top: 12px;
		padding: 8px 18px;
		font-size: 11px;
		letter-spacing: 1.5px;
	}

	.sr-arrow {
		display: none;
	}

	.sr-dots {
		bottom: 10px;
		gap: 7px;
	}

	.sr-dot {
		width: 7px;
		height: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.sr-slide,
	.sr-slide img,
	.sr-sub,
	h2,
	.sr-cta {
		transition: none !important;
		animation: none !important;
	}
}

/* ===== SECTION ===== */
.vm-section {
	/* padding: 60px 20px; */
	font-family: Arial, sans-serif;
}

/* ===== CONTAINER ===== */
.vm-container {
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

/* ===== CARD ===== */
.vm-card {
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	transition: 0.3s ease;
	display: flex;
	flex-direction: column;
}

.vm-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

/* ===== IMAGE ===== */
.vm-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.vm-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s ease;
}

.vm-card:hover .vm-image img {
	transform: scale(1.05);
}

/* ===== CONTENT ===== */
.vm-content {
	padding: 25px;
}

/* ===== TITLE ===== */
.vm-title {
	color: #9b262e;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 15px;
}

/* ===== TEXT ===== */
.vm-text {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* ===== LINK ===== */
.vm-link {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: 0.3s;
}

.vm-link:hover {
	color: #9b262e;
}

.vm-arrow {
	transition: 0.3s;
}

.vm-link:hover .vm-arrow {
	transform: translateX(6px);
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
	.vm-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Mobile */
@media (max-width: 600px) {
	.vm-container {
		grid-template-columns: 1fr;
	}

	.vm-image {
		height: 180px;
	}

	.vm-content {
		padding: 20px;
	}
}

.srv-section {
	padding: 20px 20px;
	background: #f5f8fc;
}

.srv-container {
	max-width: 1300px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

/* .srv-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-align:center;
    position:relative;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    border:1px solid #ececec;
} */
.srv-card {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: .4s;

	/* Gradient Border */
	border: 3px solid transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		linear-gradient(90deg, #004aad, #e30613) border-box;

	box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

/* .srv-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #004aad, #e30613);
} */

.srv-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 25px 45px rgba(0, 0, 0, .18);
}

.srv-img {
	height: 220px;
	overflow: hidden;
}

.srv-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .6s;
}

.srv-card:hover .srv-img img {
	transform: scale(1.1);
}

.srv-icon {
	width: 75px;
	height: 75px;
	margin: -38px auto 20px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #004aad;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

.srv-card h3 {
	font-size: 20px;
	color: #c7212d;
	margin-bottom: 20px;
	font-weight: 600;
}

.srv-card ul {
	list-style: none;
	padding: 0 30px;
	margin: 0;
}

.srv-card ul li {
	padding: 8px 0;
	font-size: 16px;
	color: #555;
	border-bottom: 1px dashed #ddd;
}

.srv-card ul li:last-child {
	border: none;
}

.srv-card a {
	display: inline-block;
	margin: 13px 0;
	padding: 10px 25px;
	border-radius: 40px;
	background: #0b1d4d;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: .3s;
}

.srv-card a:hover {
	background: #d30000;
}

@media(max-width:1199px) {

	.srv-container {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media(max-width:767px) {

	.srv-section {
		padding: 25px 15px;
	}

	.srv-container {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.srv-img {
		height: 220px;
	}

	.srv-card h3 {
		font-size: 22px;
	}

}

/*Start Vision*/
.sri-section {
	padding: 20px 20px;
	background: #fbfaf3;
}

.sri-container {
	max-width: 1280px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.sri-card {

	position: relative;
	overflow: hidden;
	border-radius: 28px;

	background: #fff;

	box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

	transition: .45s;
}

.sri-card:hover {

	transform: translateY(-12px);

	box-shadow: 0 35px 60px rgba(0, 0, 0, .18);

}

.sri-image {

	height: 240px;

	overflow: hidden;

	clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);

}

.sri-image img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .8s;

}

.sri-card:hover img {

	transform: scale(1.15) rotate(2deg);

}

.sri-content {

	position: relative;

	padding: 35px;

}

.sri-content:before {

	content: "";

	position: absolute;

	top: 0;
	left: 35px;

	width: 80px;
	height: 5px;

	background: linear-gradient(90deg, #0059b3, #cf0a2c);

	border-radius: 30px;

}

.sri-number {
	position: absolute;
	right: 30px;
	top: -28px;
	width: 65px;
	height: 65px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: 700;
	color: #0059b3;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

.sri-content h3 {
	margin-top: 20px;
	font-size: 27px;
	color: #b01217;
	margin-bottom: 18px;
	font-weight: 600;
}

.sri-content p {

	line-height: 1.9;

	color: #555;

	font-size: 16px;

	margin-bottom: 30px;

	text-align: justify;

}

.sri-content a {

	display: inline-flex;

	align-items: center;

	gap: 10px;

	text-decoration: none;

	color: #0059b3;

	font-weight: 700;

	transition: .35s;

}

.sri-content a:after {

	content: "➜";

	transition: .35s;

}

.sri-content a:hover {

	color: #cf0a2c;

}

.sri-content a:hover:after {

	transform: translateX(8px);

}

@media(max-width:1199px) {

	.sri-container {

		grid-template-columns: repeat(2, 1fr);

	}

}

@media(max-width:768px) {

	.sri-section {

		padding: 60px 15px;

	}

	.sri-container {

		grid-template-columns: 1fr;

		gap: 25px;

	}

	.sri-image {

		height: 220px;

	}

	.sri-content {

		padding: 28px;

	}

	.sri-content h3 {

		font-size: 24px;

	}

	.sri-content p {

		font-size: 15px;

		line-height: 1.7;

	}

	.sri-number {

		width: 58px;
		height: 58px;
		font-size: 20px;

	}

}

/*End Vision*/

/*Start Notice Board*/
.srp-section {
	padding: 20px 20px;
	background: #f4f7fb;
}

.srp-wrapper {
	max-width: 1320px;
	margin: auto;
	display: grid;
	grid-template-columns: 340px 1fr;
	gap: 35px;
}

/* NOTICE BOARD */

.srp-notice {
	background: #fff;
	border-radius: 11px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.srp-title {
	background: linear-gradient(135deg, #004b91, #d6001c);
	color: #fff;
	padding: 18px;
	text-align: center;
}

.srp-title h3 {
	margin: 0;
	font-size: 20px;
	letter-spacing: 1px;
	color: white;
	font-weight: 600;
}

.srp-scroll {
	height: 520px;
	overflow: hidden;
	position: relative;
}

.srp-scroll ul {
	margin: 0;
	padding: 0;
	list-style: none;
	animation: srpRun 20s linear infinite;
}

.srp-scroll:hover ul {
	animation-play-state: paused;
}

.srp-scroll li {
	padding: 18px 20px;
	border-bottom: 1px solid #eee;
}

.srp-scroll li a {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: 500;
	transition: .3s;
}

.srp-scroll li a:hover {
	color: #d6001c;
	padding-left: 10px;
}

@keyframes srpRun {

	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-50%);
	}

}

/* SERVICES */

.srp-services {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.srp-card {
	height: 250px;
	border-radius: 18px;
	overflow: hidden;
	position: relative;
	display: block;
}

.srp-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .7s;
}

.srp-card:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, .15));
	z-index: 1;
}

.srp-card span {
	position: absolute;
	left: 25px;
	bottom: 25px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	z-index: 2;
	transition: .4s;
}

.srp-card:hover img {
	transform: scale(1.12);
}

.srp-card:hover span {
	bottom: 40px;
}

/* Laptop */

@media(max-width:1199px) {

	.srp-wrapper {
		grid-template-columns: 300px 1fr;
	}

	.srp-card {
		height: 220px;
	}

	.srp-card span {
		font-size: 24px;
	}

}

/* Tablet */

@media(max-width:991px) {

	.srp-wrapper {
		grid-template-columns: 1fr;
	}

	.srp-notice {
		order: 2;
	}

	.srp-services {
		order: 1;
	}

	.srp-scroll {
		height: 300px;
	}

}

/* Mobile */

@media(max-width:767px) {

	.srp-section {
		padding: 60px 15px;
	}

	.srp-services {
		grid-template-columns: 1fr;
	}

	.srp-card {
		height: 240px;
	}

	.srp-card span {
		font-size: 22px;
		left: 20px;
		bottom: 20px;
	}

	.srp-scroll {
		height: 250px;
	}

}

/*End Notice Board*/

/*Online Admission Start*/
.srg-section {
	padding: 20px 20px;
	background: #f4fcf5;
}

.srg-container {
	max-width: 1300px;
	margin: auto;
}

.srg-card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
	box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
	transition: .4s;
}

.srg-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, .15);
}

.srg-reverse .srg-image {
	order: 2;
}

.srg-reverse .srg-content {
	order: 1;
}

.srg-image {
	height: 430px;
	overflow: hidden;
	position: relative;
}

.srg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .8s;
}

.srg-card:hover img {
	transform: scale(1.08);
}

.srg-content {
	padding: 60px;
	position: relative;
}

.srg-content:before {
	content: "";
	width: 70px;
	height: 5px;
	background: linear-gradient(90deg, #0056b3, #c00018);
	display: block;
	margin-bottom: 25px;
	border-radius: 20px;
}

.srg-tag {
	display: inline-block;
	background: #eaf3ff;
	color: #0056b3;
	padding: 8px 18px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.srg-content h2 {
	margin: 20px 0;
	font-size: 30px;
	color: #b40018;
	line-height: 1.2;
	font-weight: 600;
}

.srg-content p {
	color: #555;
	font-size: 17px;
	line-height: 1.9;
	margin-bottom: 35px;
}

.srg-btn {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 50px;
	background: linear-gradient(135deg, #0056b3, #b40018);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: .4s;
}

.srg-btn:hover {
	transform: translateY(-4px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
}

/* Laptop */

@media(max-width:1199px) {

	.srg-content {
		padding: 45px;
	}

	.srg-content h2 {
		font-size: 34px;
	}

}

/* Tablet */

@media(max-width:991px) {

	.srg-card {
		grid-template-columns: 1fr;
	}

	.srg-image,
	.srg-reverse .srg-image {
		order: 1;
	}

	.srg-content,
	.srg-reverse .srg-content {
		order: 2;
	}

	.srg-image {
		height: 320px;
	}

}

/* Mobile */

@media(max-width:767px) {

	.srg-section {
		padding: 60px 15px;
	}

	.srg-content {
		padding: 30px 25px;
		text-align: center;
	}

	.srg-content:before {
		margin: 0 auto 20px;
	}

	.srg-content h2 {
		font-size: 28px;
	}

	.srg-content p {
		font-size: 15px;
	}

	.srg-btn {
		width: 100%;
		text-align: center;
	}

	.srg-image {
		height: 250px;
	}

}

/*Online Admission End*/


/*Start Footer*/
/*============================

      SRM FOOTER

=============================*/

.srm-section {

	position: relative;

	background: url(../images/footer-bg.png) center center;

	background-size: cover;

	background-attachment: fixed;

	overflow: hidden;

}

.srm-overlay {

	position: absolute;

	inset: 0;

	background: linear-gradient(135deg,
			rgba(8, 17, 35, .95),
			rgba(150, 0, 0, .88));

}

.srm-container {

	position: relative;

	z-index: 2;

	max-width: 1320px;

	margin: auto;

	padding: 30px 20px 20px;

	display: grid;

	grid-template-columns: repeat(4, 1fr);

	gap: 30px;

}

.srm-box {

	background: rgba(255, 255, 255, .08);

	backdrop-filter: blur(10px);

	border: 1px solid rgba(255, 255, 255, .15);

	border-radius: 20px;

	padding: 30px;

	transition: .4s;

}

.srm-box:hover {

	transform: translateY(-10px);

	background: rgba(255, 255, 255, .12);

}

.srm-box h3 {

	color: #ffd64d;

	margin-bottom: 25px;

	font-size: 20px;

	position: relative;
	font-weight: 600;

}

.srm-box h3:after {

	content: "";

	width: 60px;

	height: 3px;

	background: #fff;

	display: block;

	margin-top: 10px;

}

.srm-box h4 {

	font-size: 19px;
	color: #ffd64d;

	margin-top: 25px;

}

.srm-box p {

	color: #ddd;

	line-height: 1.9;

}

.srm-box ul {

	margin: 0;

	padding: 0;

	list-style: none;

}

.srm-box ul li {

	margin-bottom: 14px;

}

.srm-box ul li a {

	color: #fff;

	text-decoration: none;

	transition: .35s;

	display: flex;

	align-items: center;

}

.srm-box ul li a:before {

	content: "➜";

	margin-right: 10px;

	color: #ffd64d;

}

.srm-box ul li a:hover {

	color: #ffd64d;

	padding-left: 10px;

}

.srm-box iframe {

	width: 100%;

	height: 240px;

	border: none;

	border-radius: 15px;

}

.srm-bottom {

	position: relative;

	z-index: 2;

	border-top: 1px solid rgba(255, 255, 255, .15);

	display: flex;

	justify-content: space-between;

	align-items: center;

	padding: 10px;

	color: #fff;

	font-size: 15px;

	flex-wrap: wrap;

}

.srm-bottom p {

	margin: 5px 0;

}

/*=====================

Laptop

======================*/

@media(max-width:1199px) {

	.srm-container {

		grid-template-columns: repeat(2, 1fr);

	}

}

/*=====================

Tablet

======================*/

@media(max-width:991px) {

	.srm-container {

		grid-template-columns: 1fr;

	}

}

/*=====================

Mobile

======================*/

@media(max-width:767px) {

	.srm-section {

		background-attachment: scroll;

	}

	.srm-container {

		padding: 60px 15px 40px;

	}

	.srm-box {

		padding: 25px;

	}

	.srm-box h3 {

		font-size: 22px;

	}

	.srm-bottom {

		flex-direction: column;

		text-align: center;

	}

}

/*End Footer*/

/* =========================
   GALLERY START
========================= */

.ag-gallery-container {
	width: 100%;
	max-width: 1250px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
	padding: 30px 20px;
	box-sizing: border-box;
}

.ag-gallery-item {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.ag-gallery-img {
	width: 100%;
	display: block;
	transition: 0.4s ease;
}

.ag-gallery-item:hover .ag-gallery-img {
	transform: scale(1.03);
}

/* =========================
 POPUP START
========================= */

.ag-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.92);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	padding: 20px;
	box-sizing: border-box;
}

/* ACTIVE POPUP */

.ag-popup.ag-show {
	display: flex;
}

/* POPUP IMAGE */

.ag-popup-img {
	max-width: 90%;
	max-height: 90vh;
	object-fit: contain;
	border-radius: 6px;
}

/* CLOSE BUTTON */

.ag-close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
}

/* ARROWS */

.ag-prev,
.ag-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	padding: 10px;
}

.ag-prev {
	left: 25px;
}

.ag-next {
	right: 25px;
}

/* =========================
 RESPONSIVE
========================= */

@media (max-width: 992px) {
	.ag-gallery-container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.ag-gallery-container {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.ag-popup-img {
		max-width: 95%;
	}

	.ag-prev,
	.ag-next {
		font-size: 45px;
	}

	.ag-close {
		font-size: 38px;
		right: 20px;
	}
}

@media (max-width: 480px) {
	.ag-prev {
		left: 10px;
	}

	.ag-next {
		right: 10px;
	}

	.ag-prev,
	.ag-next {
		font-size: 35px;
	}

	.ag-close {
		top: 15px;
		right: 15px;
		font-size: 32px;
	}
}

.don-btn {
	display: inline-block;
	padding: 10px 35px;
	background: #0a1740;
	color: #fff;
	text-decoration: none;
	border-radius: 50px;
	font-weight: 600;
	transition: .4s;
}

.don-btn:hover {
	background: #084298;
	transform: translateY(-4px);
}

.co-heading {
	text-align: center;
	margin-bottom: 60px;
}

.co-heading h2 {
	font-size: 1.75rem;
	font-weight: 600;
	color: #0b1d4d;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/*Gallery End*/

/*Who we are Start*/
.srb-section {
	padding: 20px 20px;
	background: #fbf9f5;
}

.srb-container {
	max-width: 1320px;
	margin: auto;
	display: grid;
	grid-template-columns: 1.4fr .9fr;
	gap: 60px;
	align-items: center;
}

.srb-left {
	background: #fff;
	padding: 30px;
	border-radius: 25px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
	position: relative;
	overflow: hidden;
}

.srb-left::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: linear-gradient(#0058b0, #c0001b);
}

.srb-subtitle {
	display: inline-block;
	padding: 8px 20px;
	background: #eaf3ff;
	color: #0058b0;
	border-radius: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.srb-left h2 {
	font-size: 27px;
	line-height: 1.3;
	color: #b10017;
	margin-bottom: 20px;
}

.srb-line {
	width: 80px;
	height: 5px;
	background: #0058b0;
	border-radius: 20px;
	margin-bottom: 30px;
}

.srb-left p {
	color: #555;
	font-size: 17px;
	line-height: 2;
	margin-bottom: 20px;
	text-align: justify;
}

.srb-right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.srb-box {
	background: #fff;
	border-radius: 20px;
	padding: 35px 20px;
	text-align: center;
	box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
	transition: .4s;
	border-top: 5px solid #0058b0;
}

.srb-box:nth-child(even) {
	border-top: 5px solid #c0001b;
}

.srb-box:hover {
	transform: translateY(-10px);
	background: linear-gradient(135deg, #0058b0, #c0001b);
}

.srb-box h4 {
	margin: 0;
	color: #333;
	font-size: 20px;
	transition: .3s;
}

.srb-box:hover h4 {
	color: #fff;
}

/* Laptop */

@media(max-width:1199px) {

	.srb-container {
		grid-template-columns: 1fr;
	}

}

/* Tablet */

@media(max-width:991px) {

	.srb-right {
		grid-template-columns: repeat(2, 1fr);
	}

	.srb-left {
		padding: 45px;
	}

	.srb-left h2 {
		font-size: 34px;
	}

}

/* Mobile */

@media(max-width:767px) {

	.srb-section {
		padding: 60px 15px;
	}

	.srb-left {
		padding: 30px;
	}

	.srb-left h2 {
		font-size: 28px;
	}

	.srb-left p {
		font-size: 15px;
		line-height: 1.8;
	}

	.srb-right {
		grid-template-columns: 1fr;
	}

	.srb-box {
		padding: 25px;
	}

}

/*Who we are end*/

/*Start Certificate*/
/*==============================
        SRC CERTIFICATION
==============================*/

.src-section {
	padding: 20px 20px;
	background: linear-gradient(135deg, #f8f9fb, #eef3f9);
}

.src-container {
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 35px;
}

.src-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
	min-height: 220px;
	background: #fff;
	border-radius: 22px;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid rgba(0, 0, 0, .06);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
	transition: all .55s cubic-bezier(.22, 1, .36, 1);
}

.src-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #0056b3, #b30018);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: .5s;
	z-index: 0;
}

.src-card::after {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	top: -90px;
	right: -90px;
	transition: .5s;
}

.src-card img {
	position: relative;
	z-index: 2;
	max-width: 100%;
	max-height: 200px;
	object-fit: contain;
	transition: all .55s cubic-bezier(.22, 1, .36, 1);
}

.src-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, .18);
}

.src-card:hover::before {
	transform: scaleY(1);
}

.src-card:hover::after {
	transform: scale(1.4);
}

.src-card:hover img {
	transform: scale(1.12) rotate(3deg);
	filter: brightness(1.05);
}

/* Laptop */

@media (max-width:1199px) {

	.src-container {
		gap: 25px;
	}

}

/* Tablet */

@media (max-width:991px) {

	.src-container {
		grid-template-columns: repeat(2, 1fr);
	}

}

/* Mobile */

@media (max-width:767px) {

	.src-section {
		padding: 60px 15px;
	}

	.src-container {
		grid-template-columns: 1fr;
	}

	.src-card {
		min-height: 180px;
		padding: 25px;
	}

	.src-card img {
		max-height: 90px;
	}

}

/*End Certificate*/

/*Start Gallery*/

/* =========================================
           MAIN SECTION
        ========================================= */

.smng-section {
	width: 100%;
	overflow: hidden;
	padding: 25px 0 40px;
	background: #ffffff;
}


/* =========================================
           HEADING
        ========================================= */

.smng-heading {
	text-align: center;
	margin-bottom: 32px;
}


.smng-heading h2 {
	color: #bd0000;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.smng-line {
	width: 188px;
	height: 3px;
	background: #0754a0;
	margin: 0 auto;
}


/* =========================================
           GALLERY WRAPPER
        ========================================= */

.smng-gallery-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}


/* =========================================
           GALLERY
        ========================================= */

.smng-gallery {
	width: 100%;
	height: 455px;

	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;
}


/* =========================================
           IMAGE ITEM
        ========================================= */

.smng-item {
	width: 560px;
	height: 455px;

	position: absolute;

	overflow: hidden;

	cursor: pointer;

	transition:
		left 0.3s ease,
		transform 0.3s ease,
		opacity 0.7s ease,
		filter 0.5s ease;

	will-change: left, transform, opacity;
}


.smng-item img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;
}


/* =========================================
           LEFT IMAGE
        ========================================= */

.smng-item.position-left {

	left: calc(50% - 850px);

	transform:
		perspective(1000px) rotateY(7deg) scale(0.98);

	opacity: 1;

	z-index: 2;
}


/* =========================================
           CENTER IMAGE
        ========================================= */

.smng-item.position-center {

	left: calc(50% - 280px);

	transform: scale(1);

	opacity: 1;

	z-index: 5;
}


/* =========================================
           RIGHT IMAGE
        ========================================= */

.smng-item.position-right {

	left: calc(50% + 290px);

	transform:
		perspective(1000px) rotateY(-7deg) scale(0.98);

	opacity: 1;

	z-index: 2;
}


/* =========================================
           HIDDEN IMAGES
        ========================================= */

.smng-item.position-hidden {

	left: 50%;

	opacity: 0;

	transform: scale(0.7);

	z-index: 1;

	pointer-events: none;
}


/* =========================================
           DARK SIDE OVERLAY
        ========================================= */

.smng-item.position-left::after,
.smng-item.position-right::after {

	content: "";

	position: absolute;

	inset: 0;

	background:
		rgba(20, 25, 30, 0.45);

	pointer-events: none;

	transition: opacity 0.4s ease;
}


/* =========================================
           HOVER CONTENT
        ========================================= */

.smng-overlay {

	position: absolute;

	inset: 0;

	z-index: 10;

	display: flex;

	flex-direction: column;

	justify-content: flex-end;

	align-items: center;

	text-align: center;

	padding: 35px;

	background:
		linear-gradient(to top,
			rgba(0, 0, 0, 0.85),
			rgba(0, 0, 0, 0.05) 65%);

	opacity: 0;

	transform: translateY(15px);

	transition:
		opacity 0.4s ease,
		transform 0.4s ease;
}


/* =========================================
           SHOW TEXT ON HOVER
        ========================================= */

.smng-item:hover .smng-overlay {

	opacity: 1;

	transform: translateY(0);
}


.smng-overlay h3 {

	color: #ffffff;

	font-size: 25px;

	font-weight: 700;

	margin-bottom: 10px;
}


.smng-overlay p {

	color: #ffffff;

	font-size: 15px;

	line-height: 1.6;

	max-width: 420px;
}


.smng-overlay .smng-btn {

	display: inline-block;

	margin-top: 18px;

	padding: 11px 24px;

	background: #c90000;

	color: #ffffff;

	text-decoration: none;

	font-size: 14px;

	font-weight: 700;

	text-transform: uppercase;

	transition: 0.3s ease;
}


.smng-overlay .smng-btn:hover {

	background: #8f0000;
}


/* =========================================
           ARROWS
        ========================================= */

.smng-controls {

	display: flex;

	align-items: center;

	justify-content: center;

	gap: 12px;

	margin-top: 28px;
}


.smng-arrow {

	width: 46px;

	height: 46px;

	border: 0;

	outline: none;

	background: #c90000;

	color: #ffffff;

	display: flex;

	align-items: center;

	justify-content: center;

	cursor: pointer;

	font-size: 24px;

	line-height: 1;

	transition:
		background 0.3s ease,
		transform 0.3s ease;
}


.smng-arrow:hover {

	background: #8f0000;

	transform: translateY(-2px);
}


.smng-arrow:active {

	transform: scale(0.92);
}


/* =========================================
           EXPLORE MORE
        ========================================= */

.smng-more {

	display: flex;

	justify-content: center;

	margin-top: 20px;
}


.smng-more a {

	min-width: 188px;

	height: 48px;

	display: flex;

	align-items: center;

	justify-content: center;

	background: #c90000;

	color: #ffffff;

	text-decoration: none;
	border-radius: 6px;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 700;

	transition: 0.3s ease;
}


.smng-more a:hover {

	background: #8f0000;

	transform: translateY(-2px);
}


/* =========================================
           TABLET
        ========================================= */

@media (max-width: 1200px) {

	.smng-item {

		width: 440px;

		height: 380px;
	}


	.smng-gallery {

		height: 380px;
	}


	.smng-item.position-left {

		left: calc(50% - 650px);
	}


	.smng-item.position-center {

		left: calc(50% - 220px);
	}


	.smng-item.position-right {

		left: calc(50% + 230px);
	}

}


/* =========================================
           MOBILE
        ========================================= */

@media (max-width: 767px) {

	.smng-section {

		padding: 25px 0 30px;
	}


	.smng-heading {

		margin-bottom: 25px;
	}


	.smng-heading h2 {

		font-size: 25px;

		margin-bottom: 5px;
	}


	.smng-line {

		width: 130px;

		height: 3px;
	}


	.smng-gallery {

		height: 330px;
	}


	.smng-item {

		width: calc(100% - 36px);

		height: 330px;
	}


	/*
             * Mobile:
             * Only center image visible
             */

	.smng-item.position-left,
	.smng-item.position-right {

		opacity: 0;

		pointer-events: none;

		left: 100%;

		transform: scale(0.8);
	}


	.smng-item.position-center {

		left: 18px;

		transform: scale(1);

		opacity: 1;
	}


	/*
             * Mobile text always visible
             */

	.smng-overlay {

		opacity: 1;

		transform: none;

		padding: 25px;
	}


	.smng-overlay h3 {

		font-size: 21px;
	}


	.smng-overlay p {

		font-size: 14px;
	}


	.smng-controls {

		margin-top: 20px;
	}


	.smng-arrow {

		width: 42px;

		height: 42px;

		font-size: 21px;
	}


	.smng-more {

		margin-top: 18px;
	}

}

/*End Gallery*/

/*Start Events*/
/* =================================================
           MAIN SECTION
        ================================================= */

.prvs-section {
	width: 100%;
	overflow: hidden;

	padding: 25px 0 40px;

	background: #ffffff;
}


/* =================================================
           HEADING
        ================================================= */

.prvs-heading {
	width: 100%;

	text-align: center;

	margin-bottom: 32px;
}


.prvs-heading h2 {
	margin: 0 0 5px;

	color: #bd0000;

	font-size: 32px;
	line-height: 1.2;

	font-weight: 800;

	text-transform: uppercase;
}


.prvs-line {
	width: 188px;
	height: 3px;

	margin: 0 auto;

	background: #0754a0;
}


/* =================================================
           GALLERY WRAPPER

           IMPORTANT:
           Mouse hover is detected on this area.
        ================================================= */

.prvs-gallery-wrapper {
	width: 100%;

	position: relative;

	overflow: hidden;
}


/* =================================================
           GALLERY
        ================================================= */

.prvs-gallery {
	width: 100%;
	height: 455px;

	position: relative;

	display: flex;

	align-items: center;
	justify-content: center;
}


/* =================================================
           GALLERY ITEM
        ================================================= */

.prvs-item {
	width: 560px;
	height: 455px;

	position: absolute;

	overflow: hidden;

	cursor: pointer;

	transition:
		left 0.3s ease,
		transform 0.3s ease,
		opacity 0.7s ease;

	will-change:
		left,
		transform,
		opacity;
}


/* =================================================
           IMAGE
        ================================================= */

.prvs-item img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;

	user-select: none;

	-webkit-user-drag: none;
}


/* =================================================
           LEFT IMAGE
        ================================================= */

.prvs-item.prvs-position-left {

	left: calc(50% - 850px);

	transform:
		perspective(1000px) rotateY(7deg) scale(0.98);

	opacity: 1;

	z-index: 2;
}


/* =================================================
           CENTER IMAGE
        ================================================= */

.prvs-item.prvs-position-center {

	left: calc(50% - 280px);

	transform: scale(1);

	opacity: 1;

	z-index: 5;
}


/* =================================================
           RIGHT IMAGE
        ================================================= */

.prvs-item.prvs-position-right {

	left: calc(50% + 290px);

	transform:
		perspective(1000px) rotateY(-7deg) scale(0.98);

	opacity: 1;

	z-index: 2;
}


/* =================================================
           HIDDEN IMAGES
        ================================================= */

.prvs-item.prvs-position-hidden {

	left: 50%;

	transform: scale(0.7);

	opacity: 0;

	z-index: 1;

	pointer-events: none;
}


/* =================================================
           SIDE IMAGE DARK EFFECT
        ================================================= */

.prvs-item.prvs-position-left::after,
.prvs-item.prvs-position-right::after {

	content: "";

	position: absolute;

	inset: 0;

	background:
		rgba(20, 25, 30, 0.42);

	pointer-events: none;

	transition:
		opacity 0.4s ease;
}


/* =================================================
           ARROWS
        ================================================= */

.prvs-controls {

	width: 100%;

	display: flex;

	align-items: center;
	justify-content: center;

	gap: 12px;

	margin-top: 28px;
}


.prvs-arrow {

	width: 46px;
	height: 46px;

	padding: 0;

	border: 0;
	outline: none;

	display: flex;

	align-items: center;
	justify-content: center;

	background: #c90000;

	color: #ffffff;

	font-size: 24px;

	line-height: 1;

	cursor: pointer;

	transition:
		background 0.3s ease,
		transform 0.3s ease;
}


.prvs-arrow:hover {

	background: #8f0000;

	transform: translateY(-2px);
}


.prvs-arrow:active {

	transform: scale(0.92);
}


/* =================================================
           VIEW MORE
        ================================================= */

.prvs-more {

	width: 100%;

	display: flex;

	align-items: center;
	justify-content: center;

	margin-top: 20px;
}


.prvs-more a {

	min-width: 188px;
	height: 48px;

	padding: 0 25px;

	display: flex;

	align-items: center;
	justify-content: center;

	background: #c90000;

	color: #ffffff;

	text-decoration: none;
	border-radius: 6px;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 700;

	transition:
		background 0.3s ease,
		transform 0.3s ease;
}


.prvs-more a:hover {

	background: #8f0000;

	transform: translateY(-2px);
}


/* =================================================
           TABLET
        ================================================= */

@media (max-width: 1200px) {

	.prvs-item {

		width: 440px;

		height: 380px;
	}


	.prvs-gallery {

		height: 380px;
	}


	.prvs-item.prvs-position-left {

		left: calc(50% - 650px);
	}


	.prvs-item.prvs-position-center {

		left: calc(50% - 220px);
	}


	.prvs-item.prvs-position-right {

		left: calc(50% + 230px);
	}

}


/* =================================================
           MOBILE
        ================================================= */

@media (max-width: 767px) {

	.prvs-section {

		padding: 25px 0 30px;
	}


	.prvs-heading {

		margin-bottom: 25px;
	}


	.prvs-heading h2 {

		font-size: 25px;

		margin-bottom: 5px;
	}


	.prvs-line {

		width: 130px;

		height: 3px;
	}


	.prvs-gallery {

		height: 330px;
	}


	.prvs-item {

		width:
			calc(100% - 36px);

		height: 330px;
	}


	/*
             * Mobile:
             * Only center image is visible.
             */

	.prvs-item.prvs-position-left,
	.prvs-item.prvs-position-right {

		left: 100%;

		opacity: 0;

		transform: scale(0.8);

		pointer-events: none;
	}


	.prvs-item.prvs-position-center {

		left: 18px;

		transform: scale(1);

		opacity: 1;

		z-index: 5;
	}


	.prvs-controls {

		margin-top: 20px;
	}


	.prvs-arrow {

		width: 42px;
		height: 42px;

		font-size: 21px;
	}


	.prvs-more {

		margin-top: 18px;
	}

}


/* =================================================
           SMALL MOBILE
        ================================================= */

@media (max-width: 480px) {

	.prvs-heading h2 {

		font-size: 22px;
	}


	.prvs-gallery {

		height: 280px;
	}


	.prvs-item {

		height: 280px;

		width:
			calc(100% - 30px);
	}


	.prvs-item.prvs-position-center {

		left: 15px;
	}


	.prvs-arrow {

		width: 40px;
		height: 40px;

		font-size: 19px;
	}

}


/*Registration Start*/
/* =====================================================
   REGISTRATION SECTION
===================================================== */

.reg-section {
	width: 100%;
	padding: 60px 20px;

	background: #f7f9fc;

	font-family:
		Arial,
		Helvetica,
		sans-serif;
}


/* =====================================================
   CONTAINER
===================================================== */

.reg-container {
	width: 100%;
	max-width: 1250px;

	margin: 0 auto;

	display: grid;

	grid-template-columns:
		repeat(4, 1fr);

	gap: 22px;
}


/* =====================================================
   CARD
===================================================== */

.reg-card {
	min-height: 270px;

	position: relative;

	display: flex;

	flex-direction: column;

	justify-content: space-between;

	padding: 30px 26px;

	overflow: hidden;

	text-decoration: none;

	border-radius: 18px;

	background: #ffffff;

	border: 1px solid rgba(0, 0, 0, 0.06);

	box-shadow:
		0 12px 35px rgba(0, 0, 0, 0.07);

	transition:
		transform 0.4s ease,
		box-shadow 0.4s ease;
}


/* =====================================================
   HOVER
===================================================== */

.reg-card:hover {

	transform:
		translateY(-10px);

	box-shadow:
		0 22px 45px rgba(0, 0, 0, 0.14);
}


/* =====================================================
   TOP NUMBER
===================================================== */

.reg-icon {

	width: 58px;
	height: 58px;

	display: flex;

	align-items: center;
	justify-content: center;

	border-radius: 50%;

	color: #ffffff;

	font-size: 15px;

	font-weight: 800;

	transition:
		transform 0.4s ease;
}


.reg-card:hover .reg-icon {

	transform:
		rotate(8deg) scale(1.08);
}


.reg-icon span {
	position: relative;
	z-index: 2;
}


/* =====================================================
   CONTENT
===================================================== */

.reg-content {
	position: relative;

	z-index: 2;
}


.reg-content h3 {

	margin: 0 0 12px;

	color: #172033;

	font-size: 21px;

	line-height: 1.3;

	font-weight: 800;
}


.reg-content p {

	margin: 0;

	color: #687386;

	font-size: 14px;

	line-height: 1.7;
}


/* =====================================================
   ARROW
===================================================== */

.reg-arrow {

	width: 43px;
	height: 43px;

	display: flex;

	align-items: center;
	justify-content: center;

	border-radius: 50%;

	color: #ffffff;

	font-size: 23px;

	font-weight: 400;

	position: relative;

	z-index: 2;

	transition:
		transform 0.4s ease;
}


.reg-card:hover .reg-arrow {

	transform:
		translateX(7px);
}


/* =====================================================
   UNIQUE CARD 1
===================================================== */

.reg-card-one {

	border-top:
		5px solid #c90000;
}


.reg-card-one .reg-icon {

	background:
		linear-gradient(135deg,
			#e40000,
			#9e0000);
}


.reg-card-one .reg-arrow {

	background: #c90000;
}


.reg-card-one::before {

	content: "";

	width: 180px;
	height: 180px;

	position: absolute;

	top: -90px;
	right: -90px;

	border-radius: 50%;

	background:
		rgba(201, 0, 0, 0.08);

	transition:
		transform 0.5s ease;
}


.reg-card-one:hover::before {

	transform: scale(1.5);
}


/* =====================================================
   UNIQUE CARD 2
===================================================== */

.reg-card-two {

	border-top:
		5px solid #0754a0;

	background:
		linear-gradient(145deg,
			#ffffff,
			#f1f7ff);
}


.reg-card-two .reg-icon {

	background:
		linear-gradient(135deg,
			#0874d1,
			#043d78);
}


.reg-card-two .reg-arrow {

	background: #0754a0;
}


.reg-card-two::before {

	content: "";

	width: 150px;
	height: 150px;

	position: absolute;

	bottom: -80px;
	right: -60px;

	border-radius: 50%;

	background:
		rgba(7, 84, 160, 0.09);

	transition:
		transform 0.5s ease;
}


.reg-card-two:hover::before {

	transform: scale(1.6);
}


/* =====================================================
   UNIQUE CARD 3
===================================================== */

.reg-card-three {

	border-top:
		5px solid #008b72;

	background:
		#f8fffd;
}


.reg-card-three .reg-icon {

	background:
		linear-gradient(135deg,
			#00a98f,
			#006b58);
}


.reg-card-three .reg-arrow {

	background: #008b72;
}


.reg-card-three::before {

	content: "";

	position: absolute;

	width: 130px;
	height: 130px;

	top: 20px;
	right: -65px;

	border-radius: 50%;

	border:
		25px solid rgba(0, 139, 114, 0.08);

	transition:
		transform 0.5s ease;
}


.reg-card-three:hover::before {

	transform:
		rotate(90deg) scale(1.2);
}


/* =====================================================
   UNIQUE CARD 4
===================================================== */

.reg-card-four {

	border-top:
		5px solid #7038b8;

	background:
		linear-gradient(145deg,
			#ffffff,
			#faf6ff);
}


.reg-card-four .reg-icon {

	background:
		linear-gradient(135deg,
			#8d4bd0,
			#51228d);
}


.reg-card-four .reg-arrow {

	background: #7038b8;
}


.reg-card-four::before {

	content: "";

	position: absolute;

	width: 180px;
	height: 180px;

	bottom: -100px;
	left: -80px;

	border-radius: 50%;

	background:
		rgba(112, 56, 184, 0.08);

	transition:
		transform 0.5s ease;
}


.reg-card-four:hover::before {

	transform:
		scale(1.5);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

	.reg-container {

		grid-template-columns:
			repeat(2, 1fr);

		max-width: 800px;
	}

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

	.reg-section {

		padding: 20px 15px;
	}


	.reg-container {

		grid-template-columns:
			1fr;

		gap: 18px;
	}


	.reg-card {

		min-height: 220px;

		padding: 25px 22px;

		border-radius: 15px;
	}


	.reg-content h3 {

		font-size: 19px;
	}


	.reg-content p {

		font-size: 13px;
	}


	.reg-icon {

		width: 52px;
		height: 52px;
	}


	.reg-arrow {

		width: 40px;
		height: 40px;

		font-size: 21px;
	}

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

	.reg-card {

		min-height: 205px;

		padding: 22px 18px;
	}


	.reg-content h3 {

		font-size: 18px;
	}

}

/*START VIDEO*/
/* =====================================================
   MAIN VIDEO SECTION
===================================================== */

.vid-section {

	width: 100%;

	min-height: 100vh;

	position: relative;

	overflow: hidden;

	background: #000000;
}


/* =====================================================
   FULL BACKGROUND VIDEO
===================================================== */

.vid-section__video {

	position: absolute;

	top: 50%;
	left: 50%;

	width: 100%;
	height: 100%;

	min-width: 100%;
	min-height: 100%;

	transform:
		translate(-50%, -50%);

	object-fit: cover;

	object-position: center center;

	display: block;

	z-index: 1;
}


/* =====================================================
   VIDEO OVERLAY
===================================================== */

.vid-section__overlay {

	position: absolute;

	inset: 0;

	width: 100%;
	height: 100%;

	background:
		rgba(0, 0, 0, 0.38);

	z-index: 2;
}


/* =====================================================
   MAIN CONTENT
===================================================== */

.vid-section__content {

	width: 100%;

	min-height: 100vh;

	position: relative;

	z-index: 3;

	display: grid;

	grid-template-columns:
		1fr 1fr;
}


/* =====================================================
   LEFT SIDE
===================================================== */

.vid-section__left {

	width: 100%;

	min-height: 100vh;

	display: flex;

	align-items: flex-start;

	justify-content: flex-start;

	padding:
		60px 55px;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.vid-section__left-content {

	width: 100%;

	max-width: 650px;
}


/* =====================================================
   LEFT HEADING
===================================================== */

.vid-section__left h1 {

	margin: 0 0 25px;

	color: #ffdc43;

	font-size: 48px;

	line-height: 1.15;

	font-weight: 800;

	text-transform: uppercase;

	letter-spacing: 0.5px;

	text-shadow:
		0 4px 15px rgba(0, 0, 0, 0.55);
}


/* =====================================================
   LEFT PARAGRAPH
===================================================== */

.vid-section__left p {

	margin: 0 0 28px;

	color: #ffffff;

	font-size: 18px;

	line-height: 1.6;

	font-weight: 500;

	text-shadow:
		0 2px 8px rgba(0, 0, 0, 0.8);
}


/* =====================================================
   CENTER DIVIDER
===================================================== */

.vid-section__divider {

	width: 2px;

	height: 100%;

	position: absolute;

	top: 0;

	left: 50%;

	transform:
		translateX(-50%);

	background:
		rgba(255, 220, 67, 0.9);

	box-shadow:
		0 0 8px rgba(255, 220, 67, 0.45);

	z-index: 5;
}


/* =====================================================
   RIGHT SIDE
===================================================== */

.vid-section__right {

	width: 100%;

	min-height: 100vh;

	display: flex;

	align-items: flex-start;

	justify-content: flex-start;

	padding:
		60px 60px;
}


/* =====================================================
   RIGHT CONTENT
===================================================== */

.vid-section__right-content {

	width: 100%;

	max-width: 850px;
}


/* =====================================================
   RIGHT HEADING
===================================================== */

.vid-section__right h2 {

	margin: 0 0 28px;

	color: #ffdc43;

	font-size: 46px;

	line-height: 1.15;

	font-weight: 800;

	text-transform: uppercase;

	letter-spacing: 0.5px;

	text-shadow:
		0 4px 15px rgba(0, 0, 0, 0.55);
}


/* =====================================================
   RIGHT TEXT WRAPPER
===================================================== */

.vid-section__text {

	width: 100%;
}


/* =====================================================
   RIGHT PARAGRAPHS
===================================================== */

.vid-section__text p {

	margin: 0 0 25px;

	color: #ffffff;

	font-size: 18px;

	line-height: 1.55;

	font-weight: 500;

	text-shadow:
		0 2px 8px rgba(0, 0, 0, 0.8);
}


/* =====================================================
   READ MORE BUTTON
===================================================== */

.vid-section__btn {

	display: inline-flex;

	align-items: center;

	justify-content: center;

	min-width: 145px;

	height: 46px;

	padding:
		0 24px;

	margin-top: 3px;

	background: #ffdc43;

	color: #111111;

	text-decoration: none;

	font-size: 13px;

	line-height: 1;

	font-weight: 800;

	letter-spacing: 0.5px;

	text-transform: uppercase;

	border: 1px solid #ffdc43;

	transition:
		background 0.3s ease,
		color 0.3s ease,
		transform 0.3s ease,
		box-shadow 0.3s ease;
}


.vid-section__btn:hover {

	background: #ffffff;

	color: #111111;

	border-color: #ffffff;

	transform:
		translateY(-3px);

	box-shadow:
		0 8px 20px rgba(0, 0, 0, 0.25);
}


/* =====================================================
   LARGE DESKTOP
===================================================== */

@media (min-width: 1600px) {

	.vid-section__left {

		padding:
			75px 70px;
	}


	.vid-section__right {

		padding:
			75px 75px;
	}


	.vid-section__left h1 {

		font-size: 30px;
	}


	.vid-section__right h2 {

		font-size: 30px;
	}


	.vid-section__left p,
	.vid-section__text p {

		font-size: 20px;

		line-height: 1.6;
	}

}


/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1300px) {

	.vid-section__left {

		padding:
			55px 45px;
	}


	.vid-section__right {

		padding:
			55px 45px;
	}


	.vid-section__left h1 {

		font-size: 30px;
	}


	.vid-section__right h2 {

		font-size: 30px;
	}


	.vid-section__left p,
	.vid-section__text p {

		font-size: 16px;

		line-height: 1.55;
	}

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

	.vid-section {

		min-height: 700px;
	}


	.vid-section__content {

		min-height: 700px;
	}


	.vid-section__left,
	.vid-section__right {

		min-height: 700px;
	}


	.vid-section__left {

		padding:
			45px 30px;
	}


	.vid-section__right {

		padding:
			45px 30px;
	}


	.vid-section__left h1 {

		font-size: 34px;

		margin-bottom: 20px;
	}


	.vid-section__right h2 {

		font-size: 31px;

		margin-bottom: 23px;
	}


	.vid-section__left p,
	.vid-section__text p {

		font-size: 15px;

		line-height: 1.55;
	}


	.vid-section__text p {

		margin-bottom: 20px;
	}

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

	.vid-section {

		width: 100%;

		min-height: auto;

		overflow: hidden;
	}


	/* ================================================
       VIDEO
    ================================================ */

	.vid-section__video {

		width: 100%;
		height: 100%;

		min-width: 100%;
		min-height: 100%;

		object-fit: cover;

		object-position: center center;
	}


	/* ================================================
       OVERLAY
    ================================================ */

	.vid-section__overlay {

		background:
			rgba(0, 0, 0, 0.48);
	}


	/* ================================================
       CONTENT
    ================================================ */

	.vid-section__content {

		width: 100%;

		min-height: auto;

		display: block;
	}


	/* ================================================
       LEFT
    ================================================ */

	.vid-section__left {

		width: 100%;

		min-height: auto;

		padding:
			45px 22px 35px;

		display: block;
	}


	.vid-section__left-content {

		max-width: 100%;
	}


	.vid-section__left h1 {

		font-size: 30px;

		line-height: 1.2;

		margin-bottom: 20px;
	}


	.vid-section__left p {

		font-size: 14px;

		line-height: 1.65;

		margin-bottom: 22px;
	}


	/* ================================================
       DIVIDER
    ================================================ */

	.vid-section__divider {

		position: relative;

		top: auto;
		left: auto;

		width:
			calc(100% - 44px);

		height: 2px;

		margin:
			0 22px;

		transform: none;

		background:
			rgba(255, 220, 67, 0.9);

		box-shadow:
			0 0 8px rgba(255, 220, 67, 0.45);
	}


	/* ================================================
       RIGHT
    ================================================ */

	.vid-section__right {

		width: 100%;

		min-height: auto;

		padding:
			40px 22px 50px;

		display: block;
	}


	.vid-section__right-content {

		max-width: 100%;
	}


	.vid-section__right h2 {

		font-size: 29px;

		line-height: 1.2;

		margin-bottom: 23px;
	}


	.vid-section__text p {

		font-size: 14px;

		line-height: 1.65;

		margin-bottom: 20px;
	}


	.vid-section__btn {

		min-width: 135px;

		height: 44px;

		padding:
			0 20px;

		font-size: 12px;
	}

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

	.vid-section__left {

		padding:
			35px 18px 30px;
	}


	.vid-section__left h1 {

		font-size: 27px;

		margin-bottom: 18px;
	}


	.vid-section__left p {

		font-size: 13px;

		line-height: 1.65;

		margin-bottom: 20px;
	}


	.vid-section__divider {

		width:
			calc(100% - 36px);

		margin:
			0 18px;
	}


	.vid-section__right {

		padding:
			35px 18px 40px;
	}


	.vid-section__right h2 {

		font-size: 25px;

		margin-bottom: 20px;
	}


	.vid-section__text p {

		font-size: 13px;

		line-height: 1.65;

		margin-bottom: 19px;
	}


	.vid-section__btn {

		min-width: 130px;

		height: 42px;

		font-size: 11px;
	}

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 360px) {

	.vid-section__left h1 {

		font-size: 24px;
	}


	.vid-section__right h2 {

		font-size: 22px;
	}


	.vid-section__left p,
	.vid-section__text p {

		font-size: 12px;
	}

}

/* =========================================
   RVS SECTION
========================================= */

.rvs-section {
	width: 100%;
	padding: 70px 5%;
	background: #f8f7f1;
}

.rvs-section *,
.rvs-section *::before,
.rvs-section *::after {
	box-sizing: border-box;
}


/* =========================================
   CONTAINER
========================================= */

.rvs-container {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;

	display: flex;
	flex-direction: column;
	gap: 28px;
}


/* =========================================
   CARD
========================================= */

.rvs-card {
	width: 100%;
	min-height: 280px;

	display: grid;
	grid-template-columns: 38% 62%;

	background: #ffffff;
	border-radius: 25px;

	overflow: hidden;

	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);

	transition: all 0.4s ease;
}

.rvs-card:hover {
	transform: translateY(-5px);

	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.12);
}


/* =========================================
   LEFT IMAGE
========================================= */

.rvs-card-image {
	width: 100%;
	height: 100%;
	min-height: 280px;

	overflow: hidden;
}

.rvs-card-image img {
	width: 100%;
	height: 100%;

	display: block;

	object-fit: cover;

	/* transition: transform 0.6s ease; */
}

/* .rvs-card:hover .rvs-card-image img {
    transform: scale(1.06);
} */


/* =========================================
   RIGHT CONTENT
========================================= */

.rvs-card-content {
	position: relative;

	padding: 35px 45px;

	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* =========================================
   NUMBER
========================================= */

.rvs-number {
	position: absolute;

	top: 25px;
	right: 35px;

	width: 65px;
	height: 65px;

	border-radius: 50%;

	display: flex;
	align-items: center;
	justify-content: center;

	background: #ffffff;

	color: #0066b3;

	font-size: 19px;
	font-weight: 700;
	font-family: Arial, sans-serif;

	box-shadow:
		0 8px 25px rgba(0, 0, 0, 0.12);
}


/* =========================================
   LINE
========================================= */

.rvs-line {
	width: 88px;
	height: 5px;

	margin-bottom: 18px;

	border-radius: 10px;

	background: linear-gradient(to right,
			#0066b3 0%,
			#0066b3 50%,
			#b7192b 50%,
			#b7192b 100%);
}


/* =========================================
   TITLE
========================================= */

.rvs-card-content h3 {
	margin: 0 90px 12px 0;

	color: #b7192b;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 27px;
	font-weight: 700;

	line-height: 1.3;
}


/* =========================================
   DESCRIPTION
========================================= */

.rvs-card-content p {
	max-width: 90%;

	margin: 0;

	color: #555555;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;
	line-height: 1.8;
}


/* =========================================
   LEARN MORE
========================================= */

.rvs-learn {
	display: inline-flex;
	align-items: center;
	gap: 8px;

	width: fit-content;

	margin-top: 18px;

	color: #0066b3;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 15px;
	font-weight: 700;

	text-decoration: none;

	transition: all 0.3s ease;
}

.rvs-learn span {
	font-size: 20px;

	transition: transform 0.3s ease;
}

.rvs-learn:hover {
	color: #b7192b;
}

.rvs-learn:hover span {
	transform: translateX(6px);
}


/* =========================================
   LARGE LAPTOP
========================================= */

@media (max-width: 1399px) {

	.rvs-section {
		padding: 60px 4%;
	}

	.rvs-card-content {
		padding: 30px 35px;
	}

	.rvs-card-content h3 {
		font-size: 24px;
	}

	.rvs-card-content p {
		font-size: 14px;
	}
}


/* =========================================
   LAPTOP
========================================= */

@media (max-width: 1199px) {

	.rvs-section {
		padding: 50px 3%;
	}

	.rvs-card {
		grid-template-columns: 35% 65%;
		min-height: 260px;
	}

	.rvs-card-image {
		min-height: 260px;
	}

	.rvs-card-content {
		padding: 28px 30px;
	}

	.rvs-number {
		width: 58px;
		height: 58px;

		top: 20px;
		right: 25px;

		font-size: 17px;
	}

	.rvs-card-content h3 {
		font-size: 22px;
		margin-right: 75px;
	}

	.rvs-card-content p {
		max-width: 95%;

		font-size: 13.5px;
		line-height: 1.7;
	}
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

	.rvs-section {
		padding: 45px 25px;
	}

	.rvs-card {
		grid-template-columns: 40% 60%;
		min-height: 250px;
	}

	.rvs-card-image {
		min-height: 250px;
	}

	.rvs-card-content {
		padding: 25px;
	}

	.rvs-line {
		width: 75px;
		height: 4px;
		margin-bottom: 14px;
	}

	.rvs-card-content h3 {
		font-size: 20px;
	}

	.rvs-card-content p {
		font-size: 13px;
		line-height: 1.65;
	}

	.rvs-learn {
		margin-top: 12px;
		font-size: 13px;
	}
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

	.rvs-section {
		padding: 40px 18px;
	}

	.rvs-container {
		gap: 20px;
	}

	.rvs-card {
		grid-template-columns: 1fr;

		min-height: auto;

		border-radius: 18px;
	}

	.rvs-card-image {
		width: 100%;
		height: 240px;
		min-height: 240px;
	}

	.rvs-card-content {
		padding: 28px 22px;
	}

	.rvs-number {
		width: 52px;
		height: 52px;

		top: 20px;
		right: 20px;

		font-size: 16px;
	}

	.rvs-card-content h3 {
		font-size: 20px;

		margin-right: 65px;
	}

	.rvs-card-content p {
		max-width: 100%;

		font-size: 14px;
		line-height: 1.7;
	}
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

	.rvs-section {
		padding: 30px 12px;
	}

	.rvs-card-image {
		height: 210px;
		min-height: 210px;
	}

	.rvs-card-content {
		padding: 24px 18px;
	}

	.rvs-number {
		width: 48px;
		height: 48px;

		top: 16px;
		right: 16px;

		font-size: 14px;
	}

	.rvs-card-content h3 {
		font-size: 18px;
		margin-right: 55px;
	}

	.rvs-card-content p {
		font-size: 13px;
	}

	.rvs-learn {
		font-size: 13px;
	}
}



/*Start Social Media*/
.left-social-bar {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

/* Common Style */
.social-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	transition: width .4s ease;
	margin-left: auto;
	font-family: Arial, sans-serif;
}

.social-item i {
	width: 60px;
	min-width: 60px;
	text-align: center;
	font-size: 22px;
}

.social-item span {
	white-space: nowrap;
	opacity: 0;
	transition: opacity .3s ease;
	font-size: 15px;
	font-weight: 500;
	padding-right: 15px;
}

/* Hover Effect */
.social-item:hover {
	width: 190px;
}

.social-item:hover span {
	opacity: 1;
	color: #fff;
}

/* Colors */
.facebook {
	background: #3b5998;
}

.youtube {
	background: #ff0000;
}

.instagram {
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.twitter {
	background: #000;
}

.whatsapp {
	background: #25D366;
}

.gallery {
	background: #d89a28;
}

.event {
	background: #14a148;
}

/* Mobile Responsive */
@media(max-width:768px) {

	.social-item {
		width: 50px;
		height: 50px;
	}

	.social-item i {
		width: 50px;
		min-width: 50px;
		font-size: 18px;
	}

	.social-item:hover {
		width: 150px;
	}

	.social-item span {
		font-size: 13px;
	}
}

/*End Social Media*/
/*FLASH NEWS START*/
.aw-flashnews {
	width: 100%;
	background: linear-gradient(90deg, #1f2962, #222e72);
	padding: 0px 0;
	font-family: 'Segoe UI', sans-serif;
	overflow: hidden;
}

.aw-flashnews-container {
	display: flex;
	align-items: center;
}

.aw-flashnews-label {
	background: linear-gradient(45deg, #ffcc00, #ff9900);
	color: #000;
	font-weight: bold;
	padding: 8px 18px;
	border-radius: 0 20px 20px 0;
	margin-right: 15px;
	box-shadow: 0 0 10px rgba(255, 204, 0, 0.6);
}

.aw-flashnews-ticker {
	overflow: hidden;
	flex: 1;
	position: relative;
}

.aw-flashnews-track {
	display: flex;
	gap: 60px;
	white-space: nowrap;
	animation: aw-scroll 25s linear infinite;
}

.aw-flashnews-item {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	position: relative;
	cursor: pointer;
}

.aw-flashnews-item:hover {
	color: #ffcc00;
}

.aw-flashnews-badge {
	background: red;
	color: #fff;
	font-size: 10px;
	padding: 10px 15px;
	margin-left: 6px;
	border-radius: 4px;
	animation: aw-blink 1s infinite;
}

/* scroll animation */
@keyframes aw-scroll {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(-100%);
	}
}

/* blink effect */
@keyframes aw-blink {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

/* pause on hover */
.aw-flashnews-ticker:hover .aw-flashnews-track {
	animation-play-state: paused;
}

/* mobile */
@media(max-width:768px) {
	.aw-flashnews-item {
		font-size: 13px;
	}
}

/*FLASH NEWS END*/