@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--font-family: "Instrument Sans", sans-serif;
	--second-family: "Inter", sans-serif;
	--third-family: "Albert Sans", sans-serif;
}

*:focus {
	box-shadow: none !important;
}

body {
    font-family: "Instrument Sans", sans-serif;
    --font-family: "Instrument Sans", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

body, html {
    height: 100%;
    scroll-behavior: smooth;
}


@media (min-width: 576px) {
	.container {
		max-width: 540px !important;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px !important;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px !important;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px !important;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px !important;
	}
}
p {
    color: #000000;
}
.header {
	padding: 10px 0;
	/* overflow: hidden; */
	/* background: #ffffff; */
}

.header-left {
    /* float: left; */
    /* width: 50%; */
    width: 160px;
}

.header-right {
	/* float: right; */
	/* width: 50%; */
	/* text-align: right; */
	justify-content: space-between;
	margin: 25px 0;
}

.header-bottom {
    padding: 0px 0px;
}

a.header-contact-button {
	text-decoration: none;
	padding: 15px 15px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.9rem;
	letter-spacing: 0.14em;
	color: #fff;
	border-radius: 2.06rem;
	background: #303030;
	white-space: nowrap;
}

header {
	margin: 0px 0px;
	position: -webkit-sticky;
	z-index: 999;
	/* background-color: rgb(255 255 255 / 92%); */
	width: 100%;
	position: absolute;
	width: 100%;
}

.h-t-para {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.88rem;
	line-height: 136%;
	color: #19422a;
}

.logo-mobile {
	display: none;
}

@media (min-width: 780px) {
	/*.stickyHeader { position: fixed; }*/
}

/* header:after {
	display: block;
	clear: both;
	content: '';
} */

header .container {
	/* position: relative; */
	/* min-height: 103px; */
}

.logo {
	width: 100%;
	z-index: -9;
	text-align: center;
	/* float: left; */
}

.logo img {
	max-width: 100%;
	float: left;
}


/* .logo:before{
	width: 112px;
	content: '';
	display: block;
	margin: auto;
	margin-bottom: 9px;
} */



/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/




.main-menu {
	width: 100%;
	display: inline-block;
}


.menu-section {
	width: 100%;

}

.w-menu {
	width: 100%;
	float: none;
}

.w-menu .container {
	position: relative;
	min-height: inherit;
}

.w-menu ul li a:hover {
	/* border-bottom: 3px solid #2A6117; */
}

.w-menu ul li a.active {
	/* border-bottom: 3px solid #2A6117; */
}

.w-menu .ul.sub-menu li a {
	color: #035d0c;
}

.w-menu ul li:last-child {
	margin-right: 0 !important;
}

@media (max-width:1200px) {
	.w-menu ul li a {
		font-size: 13px;
		padding: 0px 10px;
	}
}

@media (min-width:1201px) {

	.w-menu {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		position: relative;
		z-index: 99;
		text-align: center;
	}

	.w-menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}


	.w-menu ul li {
		display: inline-block;
		position: relative;
		font-size: 13px;
		font-weight: 600;
		margin: 0px 20px;

	}

	.w-menu ul li:first-child {
		margin-left: 0;
	}

	.w-menu ul li:last-child {
		margin-right: 0;
	}

	.w-menu ul li a {
		padding: 0 0;
		margin: 0px 0px;
		text-decoration: none;
		text-transform: uppercase;
		cursor: pointer;
		text-align: left;
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 0.9rem;
		line-height: 100%;
		color: #f4f4f4;
		letter-spacing: 0.04rem;
	}

	.w-menu ul li.contact-menu {
		background-color: #ffc300;
		padding: 0px 20px;
	}

	.w-menu ul li.contact-menu:hover a {
		color: #571845;
	}

	.w-menu ul li ul {
		text-align: left;
		background-color: #053564;
	}

	.w-menu ul li ul li a {
		line-height: 22px;
		padding: 12px 20px 12px 10px;
		color: #fff;
		border-bottom: 1px solid #03213e;
		margin: 0px 0px;
		text-decoration: none;
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		width: 100%;
		display: block;
	}

	.w-menu ul li ul li a:hover {
		border-bottom: 1px solid #03213e;
	}

	/* .w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#035D0C;
    transition: width .3s;
	}
.w-menu ul li:hover::after {
    width: 100%;
} */
	.w-menu ul li ul li::after {
		content: '';
		display: block;
		width: 0;
		height: 0px;
		background: #035D0C;
		transition: width .3s;
	}

	.w-menu ul li ul li:hover {
		background: var(--main-color-one-hover);
	}

	/*ZOOM IN EFFECTS START*/


	/*.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}*/
	/*ZOOM IN EFFECTS END*/

	/*SLIDE DOWN EFFECTS START*/
	.have-sub-menu {
		position: relative;
	}

	ul.sub-menu {
		visibility: hidden;
		/* hides sub-menu */
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		transform: translateY(-2em);
		z-index: -1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	}

	.have-sub-menu:focus>.sub-menu,
	.have-sub-menu:focus-within>.sub-menu,
	.have-sub-menu:hover>.sub-menu {
		visibility: visible;
		/* shows sub-menu */
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
		/* this removes the transition delay so the menu will be visible while the other styles transition */
	}

	/*SLIDE DOWN EFFECTS END*/


	/*FLIP EFFECTS START*/
	/*
.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{  
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}
*/

	/*FLIP EFFECTS END*/

	/* sub navigation */
	.w-menu li ul {
		position: absolute;
		left: 0;
		top: 63px;
		width: 200px;
	}

	.w-menu li ul.right {
		right: 0px;
		left: auto;
	}

	.w-menu li li {
		position: relative;
		margin: 0;
		display: block;
	}

	.w-menu li li ul {
		position: absolute;
		top: 0;
		left: 200px;
		/* make this equal to the width of the sub nav above */
		margin: 0;
	}

	.w-menu li li ul.right,
	.w-menu li li ul.right li ul {
		right: 180px;
		/* make this equal to the width of the sub nav above */
		left: auto;
	}

	.w-menu ul li span {
		padding-left: 2px;
	}

	.w-menu ul li span.arrow-plus {
		position: relative;
		display: inline-block;
		z-index: 99;
		right: 0;
		top: 0px;
		cursor: pointer;
		text-align: center;
		height: auto;
	}

	.w-menu ul li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f107";
		color: var(--main-color-one);
		font-size: 14px;
		color: #fff;
	}

	.w-menu ul li li span.arrow-plus {
		position: absolute;
		top: 8px;
		right: 10px;
	}

	.w-menu ul li li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f105";
		color: #FFF;
		font-size: 14px;
	}

	/*OTHER MENU STYLE START*/
	.w-menu ul li.other-menus>ul {
		/*max-height:200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	}

	.w-menu ul li.other-menus:hover {
		background-color: transparent;
	}

	.w-menu ul li.other-menus:before {
		font-family: FontAwesome;
		content: "\f0c9";
		color: #FFF;
		position: absolute;
		top: 50%;
		margin-top: -11px;
		margin-left: -7px;
	}

	.w-menu ul li.other-menus>a {
		display: block;
		width: 50px;
		padding: 0px;
		margin: 0px;
		text-indent: -99999px;
	}

	.w-menu ul li.other-menus ul li a {
		padding-left: 20px;
	}

	.w-menu ul li.other-menus li:after {
		height: 0px;
		display: none !important;
	}

	.w-menu ul li.other-menus>.arrow-plus {
		display: none;
	}

	.w-menu ul li.other-menus ul {
		left: -160px;
	}

	.w-menu ul li.other-menus ul li ul,
	.w-menu ul li.other-menus ul li ul li ul,
	.w-menu ul li.other-menus ul li ul li ul li ul {
		position: absolute;
		top: 0;
		left: -200px;
		margin: 0;
	}

	.w-menu ul li.other-menus span.arrow-plus {
		position: absolute;
		top: 9px;
		left: 3px;
		right: auto;
	}

	.w-menu ul li.other-menus span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f104";
	}

	.w-menu ul li.other-menus>ul::-webkit-scrollbar {
		width: 3px;
	}

	.w-menu ul li.other-menus>ul::-webkit-scrollbar-thumb {
		background: var(--main-color-two);
	}

	.w-menu ul li.other-menus {
		cursor: pointer;
		position: relative;
	}

	/*OTHER MENU STYLE END*/
	/*MEGA MENU STYLE START*/
	.w-menu ul li.mega-menus {
		cursor: pointer;
		position: static;

	}

	.w-menu ul li.mega-menus>ul {
		position: absolute;
		width: 1170px;
		left: 0%;
		right: 0%;
		padding: 20px;
	}

	.w-menu ul li.mega-menus>ul>li {
		width: 20%;
		float: left;
		line-height: 10px;
		padding: 0px 10px;
	}

	.w-menu ul li.mega-menus ul li:hover {
		background-color: transparent;
	}

	.w-menu ul li.mega-menus>ul li a:hover {
		color: #000;
	}

	.w-menu ul li.mega-menus ul.sub-menu ul.sub-menu {
		display: block;
		left: 0px;
		width: 100%;
		position: static;
	}

	.mega-menus ul span.arrow-plus {
		display: none !important;
	}

	.w-menu ul li.megamenu-li>a,
	.w-menu ul li.megamenu-with-out-sub>a {
		font-size: 13px !important;
		text-transform: uppercase !important;
		font-weight: bold !important;
		/*margin-bottom:5px !important;
	padding-bottom:10px !important;
	border-bottom:solid 1px #1b69a9 !important;*/
		display: block !important;
		line-height: 16px !important;
		color: #FFFFFF !important;

	}

	/*.megamenu-with-out-sub > a{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	}*/
	.megamenu-li>a:hover {
		color: #FFF !important;
		cursor: default;
	}

	.megamenu-li ul {
		margin-bottom: 20px !important;
		display: inline-block !important;
	}

	.w-menu li.mega-menus:hover ul {
		display: block;
		-moz-animation: zoomIn .3s ease-in;
		-webkit-animation: zoomIn .3s ease-in;
		animation: none !important;

	}

	.w-menu ul li.mega-menus ul li {
		/*display:inline-block;
	vertical-align:top;
	float:left;*/
	}

	.w-menu ul li.mega-menus ul li a {
		line-height: 20px;
		padding: 5px 0px;
		font-size: 14px;
		color: #98d0ff;
	}

	.w-menu ul li.mega-menus ul li ul li a {
		line-height: 20px;
		padding: 1px 0px;
		font-size: 13px;
	}

	/*MEGA MENU STYLE END*/

	/*VERTICAL MENU STYLE START*/
	.w-menu.vertical-menu ul li {
		float: none;
		display: block;
		width: 100%;
		text-align: left;
	}

	.w-menu.vertical-menu ul li ul.sub-menu {
		right: -200px;
		left: auto;
		top: 0px;
	}

	.w-menu.vertical-menu .container {
		padding-left: 0px;
		padding-right: 0px;
	}

	/*VERTICAL MENU STYLE END*/
}

@media (max-width:1200px) and (min-width:991px) {
	.w-menu ul li.mega-menus>ul {
		width: 960px;
		margin-left: -480px;
	}
}

@media (max-width:1200px) {

	.top-h-right {
		width: 100%;
	}

    .mobile-menu-icon {
        position: fixed;
        width: 40px;
        height: 40px;
        background-color: #dbb77b;
        display: block;
        right: 0px;
        cursor: pointer;
        top: 0px;
        z-index: 999999;
        text-align: center;
        transition: 0.3s;
        padding-top: 10px;
    }

	.mobile-menu-icon:after {
		font-family: FontAwesome;
		content: "\f0c9";
		line-height: 20px;
		font-size: 24px;
		font-weight: 400;
		color: #FFF;
	}

	.mobile-menu-icon.icon-open {
		transition: 0.3s;
		right: 300px;
	}

	.mobile-menu-icon.icon-open:after {
		content: "\f00d";
	}

    .mobile-menu {
        position: fixed;
        z-index: 999999;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        background: #01204a;
        transition: 0.3s;
    }

	.mobile-menu.menu-open {
		right: 0px;
		transition: 0.3s;
		padding-top: 45px;
	}

	.w-menu ul {
		padding: 0px;
		margin: 0px;
	}

	.w-menu ul li {
		float: none;
		list-style: none;
		position: relative;
	}

	.w-menu ul li a {
		color: #fefefe;
		font-size: 14px;
		display: block;
		padding: 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.045);
		border-bottom: 1px solid rgba(0, 0, 0, 0.045);
	}

	.w-menu ul li a:hover,
	.w-menu ul li a:focus {
		text-decoration: none;
	}

	.w-menu ul li.active {
		background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	}

	.w-menu ul li ul {
		display: none;
	}

	.w-menu ul li span.arrow-plus {
		position: absolute;
		width: 40px;
		height: 40px;
		/* border:solid 1px #FFF; */
		display: block;
		z-index: 99;
		right: 2px;
		top: 0px;
		cursor: pointer;
		text-align: center;
		padding-top: 8px;
	}

	.w-menu ul li span.arrow-plus:after {
		font-family: FontAwesome;
		content: "\f067";
		color: #FFF;
		font-size: 14px;
	}

	.w-menu ul li span.arrow-minimize:after {
		font-family: FontAwesome;
		content: "\f068";
		font-size: 14px;
	}

	.w-submenu {
		display: block !important;
		background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	}

}

@media (max-width:479px) {
	.mobile-menu {
		width: 280px;
		padding-top: 45px;
	}

	.mobile-menu-icon.icon-open {
		right: 280px;
	}
}

/* ==================================================*/
/*MENU STYLE END*/
/* ==================================================*/

/* ==================================================*/
/*BANNER STYLE START*/
/* ==================================================*/
.banner-section,
.bs-slider .carousel-item {
	padding-top: 36.76923076923077%;
	/*Image Size 550px / 1360px = ‭40.44117647058824‬%*/
}

.banner-section {
	position: relative;
}

.bs-slider .carousel-item {
	overflow: hidden;
	background: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.weberge-slider {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;

}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay,
.weberge-slider .weberge-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
}

.bs-slider>.carousel-inner>.carousel-item>img,
.bs-slider>.carousel-inner>.carousel-item>a>img {
	margin: auto;
	width: 100% !important;
}

.weberge-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.weberge-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.weberge-slider>.carousel-inner>.carousel-item>img,
.weberge-slider>.carousel-inner>.carousel-item>a>img {
	margin: auto;
	width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}*/


.carousel-fade {
	opacity: 1;
}

.carousel-fade .carousel-item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	min-height: 706px;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.carousel-fade .carousel-item:first-child {
	top: auto;
	position: relative;
}

.carousel-fade .carousel-item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 50%;
	opacity: 0;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 42px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.control-round:hover .carousel-control {
	opacity: 1;
	background-color: var(--main-color-one);
}

.control-round .carousel-control.left {
	left: 1%;
	text-align: center;
}

.control-round .carousel-control.right {
	right: 1%;
	text-align: center;

}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}


/*---------- SLIDE CAPTION ----------*/


.slide-text {
	padding: 10px;
	position: absolute;
	padding: 10px 0px;
	width: 1170px;
	/*same width like container*/
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -585px;
}

.slide_style_left {
	text-align: left;
}

.slide_style_right {
	text-align: right;
}

.slide_style_center {
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center {
	margin: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left {
	text-align: left;
}

.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right {
	text-align: right;
}

.slide-text.text_style_top_center,
.slide-text.text_style_top_left,
.slide-text.text_style_top_right {
	top: 0px;
}

.slide-text.text_style_bottom_center .slide-text-inner,
.slide-text.text_style_bottom_left .slide-text-inner,
.slide-text.text_style_bottom_right .slide-text-inner {
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.slide_style_middle,
.slide_style_middle_left,
.slide_style_middle_right {
	height: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0px;
	right: 0px;
}

.slide_style_middle:before,
.slide_style_middle_left:before,
.slide_style_middle_right:before {
	content: '';
	margin-bottom: auto;
}

.slide_style_middle:after,
.slide_style_middle_left:after,
.slide_style_middle_right:after {
	content: '';
	margin-top: auto;
}

.slide-text h1 {
	color: #ffffff;
	font-size: 3rem;
	font-weight: 600;
	line-height: 3.8rem;
	letter-spacing: -0.03em;
	text-align: left;
	margin-bottom: 50px;

}

.slide-text h1 span {
	color: var(--main-color-one);
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
}

.slide-text p {
	padding: 0;
	color: #ffffff;
	font-size: 55px;
	line-height: 62px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	display: inline-block;
	width: 100%;
	/* text-shadow: 1px 1px #000; */
}

.slide-text h3 {
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
}

.slide-text a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}

.slide-text a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 0px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text a:hover,
.slide-text a:active {
	color: #ffffff;
	background: #012D5E;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text-inner .read-more {
	display: inline-block;
	background-color: #c70039;
	padding: 14px 50px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing: 2px;
	border: 2px solid #fff;
}

.slide-text-inner .read-more:hover {
	background-color: #900c3e;
	text-decoration: none;
}

.slide-text-inner .learn-more {
	background: #FFFFFF;
	color: #000000;
	text-transform: capitalize;
	padding: 14px 24px;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
}

.slide-text-inner {
	/* padding-left: 5%; */
}




/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:992px) {
	.slide-text {
		width: 970px;
		/*same width like container*/
		/* margin-left:-485px;
	padding-left:15px; */
		padding-right: 15px;
	}
}

@media (max-width: 991px) {

	.banner-section,
	.bs-slider .item,
	.bs-slider .carousel-item {
		padding-top: 0%;
		height: 400px;
	}

	.carousel-inner,
	.carousel-item {
		height: 100%;
	}

	.slide-text {
		width: 98%;
		/*same width like container*/
		margin-left: 0px;
		left: 0px;
		right: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.slide_style_left,
	.slide_style_right,
	.slide_style_center,
	.slide-text.text_style_top_center,
	.slide-text.slide_style_middle,
	.slide-text.text_style_bottom_center,
	.slide-text.text_style_top_left,
	.slide-text.slide_style_middle_left,
	.slide-text.text_style_bottom_left,
	.slide-text.text_style_top_right,
	.slide-text.slide_style_middle_right,
	.slide-text.text_style_bottom_right {
		text-align: center;
	}

}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
	.slide-text h1 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 10px;
	}

	.slide-text>p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.control-round .carousel-control {
		display: none;
	}
}

@media (max-width: 480px) {
	.slide-text {
		padding: 10px 30px;
	}

	.slide-text h1 {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 10px;
	}

	.slide-text p {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 18px;
	}

	.slide-text>a.btn-default,
	.slide-text>a.btn-primary {
		font-size: 10px;
		line-height: 10px;
		margin-right: 10px;
		text-align: center;
		padding: 10px 15px;
	}

	.indicators-line>.carousel-indicators {
		display: none;
	}

	.bs-slider>.carousel-inner>.item>img,
	.bs-slider>.carousel-inner>.item>a>img {
		margin: auto;
		width: auto !important;
	}

	.middle-two .middle-one-image {
		border: 10px solid #fff;
	}

	.slide-text-inner .read-more {
		padding: 8px 30px;
	}
}

/* ==================================================*/
/*BANNER STYLE END*/
/* ==================================================*/

.jom-slider .tns-controls [aria-controls] {
	/* top: -50px; */
}

.jom-slider {
	/* padding: 0px 10px; */
	position: relative;
}

.jom-slider .tns-nav {
	display: none;
}

.jom-slider .tns-controls [aria-controls] {

	z-index: 9999;
}

.jom-slider [data-controls="prev"] {
	position: absolute;
	left: 50%;
	margin-left: -45px;
}

.jom-slider [data-controls="next"] {
	position: absolute;
	right: 50%;
	margin-right: -45px;
}




/* swuiper slider  */


.swiper-container {
	width: 100vw;
	height: 100vh;
	/* width: 39.69rem;
	height: 39.69rem;
	border-radius: 0.69rem; */
}

.swiper-slide {
	background-color: #fcfcfc;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fcfcfc;
}

.swiper-slide>.swiper-slide-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent no-repeat 50% 50% /cover;
}

.swiper {
	/* border-radius: 0.69rem; */

}

.swiper-scale-effect .swiper-slide-cover {
	transition-timing-function: linear;
	transition-duration: 20s;
	transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
	transform: scale(1.3);
}

:root {
	--swiper-pagination-bottom: 40px;
	--swiper-theme-color: rgba(252, 252, 252, 0.85) !important;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #FCFCFC;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #262626;
}

.swiper-button-prev,
.swiper-button-next {
	background: transparent;
	opacity: 0.55;
	--swiper-navigation-color: rgba(252, 252, 252, 0.85);
	transition: opacity 0.3s ease, color 0.3s ease;
}

/* .swiper-button-prev:hover,
.swiper-button-next:hover {
	background: transparent;
	opacity: 0.85;
	--swiper-navigation-color: #fcfcfc;
} */

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
	box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
	background: var(--swiper-pagination-bullet-inactive-color, rgba(252, 252, 252, 0.85)) !important;
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.55) !important;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}

.swiper-pagination-bullet-active {
	box-shadow: inset 1px 1px 1px rgba(38, 38, 38, 0.85);
	background: var(--swiper-pagination-bullet-active-color, rgba(252, 252, 252, 0.85)) !important;
	opacity: var(--swiper-pagination-bullet-active-opacity, 0.85) !important;
	--swiper-pagination-bullet-horizontal-gap: 10px;
}

.swiper-slide-content {
    /* position: absolute; */
    /* top: 50%; */
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

@media (max-width: 1200px) {
	.swiper-slide-content {
		top: 40%;
	}
}

@media (max-width: 991px) {
	.swiper-slide-content {
		top: 35%;
	}
}

.banner-head {
    margin: 0 0 10px;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 34px;
    line-height: 115%;
    color: #fff;
}

@media(max-width:1200px) {
	.banner-head {
		font-size: 2.5rem;
	}
}

@media(max-width:991px) {
	.banner-head {
		font-size: 2.25rem;
	}
}

@media(max-width:767px) {
	.banner-head {
		font-size: 2rem;
	}
}

@media(max-width:575px) {
	.banner-head {
		font-size: 1.75rem;
	}
}

.banner-subhead {
    margin: 0 0 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
}

@media screen and (max-width: 1200px) {
	.banner-subhead {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 991px) {
	.banner-subhead {
		font-size: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.banner-subhead {
		font-size: 0.9rem;
	}
}



/* test  */

/* .swiper-button-prev {
	left: auto !important;
	right: 0 !important;
	bottom: 0 !important;
} */

.swiper-button-next {
	left: auto !important;
	right: 0 !important;
	bottom: 0 !important;
}

/* .swiper-button-prev {
	margin: 0 !important;
	height: auto !important;
	top: inherit !important;
	bottom: 60px !important;
	right: 10px !important;
} */

.swiper-button-next {
	margin: 0 !important;
	height: auto !important;
	top: inherit !important;
	bottom: 10px !important;
	right: 10px !important;
}

/* .swiper-button-prev:after {
	content: 'prev';
	font-size: 1rem !important;
} */

.swiper-button-next:after {
	content: 'next';
	font-size: 1rem !important;
}

/* .swiper-button-prev, */
.swiper-button-next {
	border-radius: 50%;
	padding: 25px 33px;
	opacity: 1;
	border: 1;
}

.swiper-arrows .swiper-button-next {
	position: inherit !important;
	border: 1px solid #fff !important;
}

.swiper-arrows {
	position: absolute;
	right: -100px;
}



/* SECTIONS START  */

a.banner-readmore {
	display: flex;
	gap: 15px;
	padding: 12px 25px;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 0.9rem;
	color: #000;
	background: #fff;
	width: fit-content;
	border-radius: 1.62rem;
	line-height: 100%;
	text-decoration: none;
	transition: 0.5s;
}

a.banner-readmore:hover {
	gap: 35px;
}

a.banner-readmore:hover svg {
	transition: 0.5s;
	transform: rotate(405deg);
}

/* ABOUT US  */

.about-us {
	background: url(../images/about-us-bg.png) no-repeat center center;
	background-size: cover;
	padding: 100px 0;
}

a.about-button {
	background: #01265a;
	color: #fff;
}

.about-head {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 2rem;
	line-height: 122%;
	text-align: center;
	color: rgb(0, 0, 0);
	margin: 55px 0px 30px;
}

@media screen and (max-width: 1200px) {
	.about-head {
		font-size: 1.75rem;
		margin: 45px 0px 25px;
	}
}

@media screen and (max-width: 991px) {
	.about-head {
		font-size: 1.5rem;
		margin: 35px 0px 20px;
	}
}

.about-caption {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1.40rem;
	line-height: 167%;
	text-align: center;
	color: #5b5b5b;
	margin: 0 0 55px;
}

@media screen and (max-width: 1200px) {
	.about-caption {
		font-size: 1.25rem;
		margin: 0 0 35px;
	}
}

@media screen and (max-width: 991px) {
	.about-caption {
		font-size: 1.1rem;
		margin: 0 0 25px;
	}
}

img.about-main {
    border-radius: 1.31rem;
    height: 468px;
    object-fit: cover;
}

.about-grid-3 {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 80px auto 0;
}

@media screen and (max-width: 1200px) {
	.about-grid-3 {
		margin: 60px auto 0;
	}
}

.about-grid-item {
	flex: 1 1 300px;
	max-width: 100%;
	justify-content: center;
}

@media screen and (max-width: 1200px) {
	.about-grid-item {
		flex: 1 1 250px;
	}
}

@media screen and (max-width: 991px) {
	.about-grid-item {
		justify-content: left;
	}
}


@media screen and (max-width: 991px) {
	.about-grid-3 {
		margin: 50px auto 0;
	}
}


.about-grid-icon img {
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: 1.25rem;
	transition: 0.7s;
}

.about-grid-icon img:hover {
	transform: scale(1.1);
	box-shadow: 0 1px 8px 5px rgba(160, 123, 209, 0.2);
}


.about-grid-content {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 132%;
	color: #000;
}

@media screen and (max-width: 1200px) {
	.about-grid-content {
		font-size: 1rem;
	}
}

@media screen and (max-width: 991px) {
	.about-grid-content {
		font-size: 0.9rem;
	}
}


/* management  */

.management {
    padding: 100px 0;
}

.management-name {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 132%;
	color: #000;
}

.management-desination {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 161%;
	color: #444;
}

.management-item {
	position: relative;
	overflow: hidden;
	border-radius: 2.31rem;
	transition: 0.5s;
}

.management-slider .jom-slider .tns-controls [aria-controls] {
	display: none;
}

.management-item img {
	width: 100%;
	border-radius: 2.31rem;
	transition: 1s;
}

.management-item:hover img {
	transform: scale(1.1);
}

.name-design {
	position: absolute;
	top: 25px;
	left: 30px;
}

.icon-management {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.icon-management svg {
	transition: 0.7s;
}

.management-item:hover .icon-management svg {
	transition: 0.5s;
	transform: rotate(405deg);
}


/* PHOTOGALLEY MEETING ROOMS */






.splide__optional-button-container {
	/* margin-bottom: 1rem; */
	/* margin-top: 1rem; */
	text-align: center;
}

.splide__progress__bar {
	width: 0;
	height: 4px !important;
	background: #01265A !important;
}

.splide__slide img {
    height: 726px;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1200px) {
	.splide__slide img {
		height: 500px;
	}
}

@media screen and (max-width: 991px) {
	.splide__slide img {
		height: 400px;
	}
}

.photogallery-head {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 3.5rem;
	line-height: 104%;
	color: #fff;
	margin: 0px 0 13px;
}

@media screen and (max-width: 1200px) {
	.photogallery-head {
		font-size: 2.5rem;
	}
}

@media screen and (max-width: 991px) {
	.photogallery-head {
		font-size: 2.25rem;
	}
}

@media screen and (max-width: 767px) {
	.photogallery-head {
		font-size: 2rem;
	}
}

.photogallery-para {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1.44rem;
	line-height: 130%;
	color: #fff;
	margin: 0px 0 50px;
}

@media screen and (max-width: 1200px) {
	.photogallery-para {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 991px) {
	.photogallery-para {
		font-size: 1.1rem;
	}
}

.slide-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.splide__optional-button-container button {
	outline: none;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50px;
	z-index: 999;
}

.splide__arrow {
	position: static !important;
	transition: 0.5s !important;
	transform: none !important;
}

.arrow-group {
	position: absolute;
	z-index: 99;
	right: 15px;
	bottom: 50px;
	display: flex;
	align-items: center;
	gap: 13px;
}

.splide__arrow--prev:hover {
	transform: rotate(360deg) !important;
}

.splide__arrow--next:hover {
	transform: rotate(360deg) !important;
}

/* MARQUEE  */

.failities-htrc {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 1.69rem;
	line-height: 122%;
	text-transform: uppercase;
	color: #000;
	background: #DBB77B;
	padding: 15px 0 8px;
}

span.outlined-text {
	color: #DBB77B;
	text-shadow: -1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

/* HOST EVENT  */

.host-event-inner {
	margin: 100px 0;
	padding: 70px 30px;
	background: #01265a;
	border-radius: 0.88rem;
}

@media screen and (max-width: 1200px) {
	.host-event-inner {
		margin: 80px 0;
		padding: 60px 20px;
	}
}

@media screen and (max-width: 991px) {
	.host-event-inner {
		margin: 70px 0;
		padding: 50px 15px;
	}
}

@media screen and (max-width: 767px) {
	.host-event-inner {
		margin: 60px 0;
		padding: 40px 10px;
	}
}

.host-head {
	color: #fff;
	margin: 0;
}


.row input,
.row select {
	font-size: 0.9rem;
	padding: .6rem .9rem;
	height: 100%;
	line-height: 100%;
}

.row label {
	font-size: 0.8rem;
	margin: 0;
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
}

.host-event-inner label {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 100%;
	color: #dbb77b;
}

.host-event-inner input {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 100%;
	color: #000;
}

.host-event-inner select {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 100%;
	color: #000;
}

.host-event-inner input::placeholder {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 0.9rem;
	line-height: 100%;
	color: #000;
}

/* date custm  */


.date-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.calendar-icon {
	position: absolute;
	right: 12px;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

/* Optional: Custom date format styles */
.cust-date::-webkit-calendar-picker-indicator {
	opacity: 0;
	/* Hide the default calendar icon */
}


/* date custm  */


.input-box-available {
	display: flex;
	align-items: center;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 125%;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0.19rem;
	justify-content: space-between;
	gap: 10px;
	padding: .38rem .9rem;
	height: 100%;
	line-height: 114%;
}

.grid-4-outer {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 10px;
}

@media screen and (max-width: 991px) {
	.grid-4-outer {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 575px) {
	.grid-4-outer {
		grid-template-columns: repeat(1, 1fr);
	}
}

.grid-2-outer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 10px;
}

@media screen and (max-width: 575px) {
	.grid-2-outer {
		grid-template-columns: repeat(1, 1fr);
	}
}


button.banner-readmore {
	display: flex;
	gap: 15px;
	padding: 12px 25px;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 0.9rem;
	color: #000;
	background: #fff;
	width: fit-content;
	border-radius: 1.62rem;
	line-height: 100%;
	text-decoration: none;
	transition: 0.5s;
}

button.banner-readmore:hover {
	gap: 35px;
}

button.banner-readmore:hover svg {
	transition: 0.5s;
	transform: rotate(405deg);
}

button.host-book {
	background: #dbb77b;
	padding: 15px 35px;
}


/* UPCOMING EVENTS  */

.date-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.date-buttons {
    overflow-x: auto;
    justify-content: center;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.date-buttons {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

@media (max-width: 768px) {
	.date-buttons {
		justify-content: center;
		scroll-snap-type: x mandatory;
		overflow-x: auto;
	}
}

/* Centering on scroll */
.date-buttons::-webkit-scrollbar {
    display: none;
}

button.event-button {
	font-size: 0.88rem;
	color: #444;
	background: #f0f0f0;
	border: none;
	outline: none;
	flex-shrink: 0; /* Prevent buttons from shrinking */
    scroll-snap-align: center; /* Snap to center */
}

button.event-button.active {
	background: #dbb77b;
	color: #fff;
}

button.event-button.active path {
	fill: #fff;
}

.event-listing {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 50px 0 0;
}

.event-list-block {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	border: 1px solid #d9d9d9;
	border-radius: 0.6rem;
	padding: 35px 15px 20px 15px;
}
@media screen and (max-width: 1200px) {
	.event-list-block {
		flex-direction: column;
	}
}

.event-time {
	flex: 0.2;
}

.event-topic {
	flex: 0.5;
}

.event-organizer {
	flex: 0.15;
}

.event-details {
	flex: 0.15;
}

.event-label {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.85rem;
	line-height: 94%;
	color: #5b5b5b;
	margin: 0 0 5px;
}

.event-text {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1rem;
	line-height: 128%;
	color: #000;
}

/* FACILITIES  */

.facilities {
	padding: 100px 0;
	background: #01265a;
	margin: 100px 0 0;
}

@media screen and (max-width: 1200px) {
	.facilities {
		margin: 80px 0 0;
	}
}

@media screen and (max-width: 991px) {
	.facilities {
		margin: 70px 0 0;
	}
}

a.facilities-but {
	background: #dbb77b;
	color: #fff;
}

a.facilities-but path {
	fill: #fff;
}

a.facilities-link {
	background: rgba(0, 0, 0, 0.74);
}

.facilities-block img {
	border-radius: 0.88rem;
}

.facilities-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media screen and (max-width: 1200px) {
	.facilities-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (max-width: 991px) {
	.facilities-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 575px) {
	.facilities-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* test  */

.facilities-block {
	position: relative;
	overflow: hidden;
	border-radius: 0.88rem;
}

.facilities-block img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}

/* Hide hover content initially */
.facilities-hover-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
	white-space: nowrap;
}

/* On hover, show the content */
.facilities-block:hover .facilities-hover-content {
	opacity: 1;
	visibility: visible;
}

/* Optional: Add a zoom effect to the image on hover */
.facilities-block:hover img {
	transform: scale(1.1);
}

/* Button Styling */
.facilities-link {
	display: inline-flex;
	align-items: center;
	color: white;
	font-size: 16px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.6);
	/* Slight background for visibility */
	padding: 8px 16px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.facilities-link:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.facilities-link svg {
	margin-left: 8px;
}


/* LATEST EVENTS  */

.latest-events {
	padding: 100px 0;
}

img.news-main-img {
    width: 100%;
    border-radius: 1.31rem 1.31rem 0 0;
    overflow: hidden;
    transition: 0.5s;
    height: 294px;
    object-fit: cover;
}

img.news-main-img:hover {
	transform: scale(1.1);
}

.news-date {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 0.95rem;
	line-height: 147%;
	color: #5b5b5b;
}

.news-head {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 132%;
    color: #000;
    margin: 0px 0 11px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-image {
	position: relative;
}

a.news-read-more {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.news-item {
	overflow: hidden;
	border-radius: 1.31rem
}

.news-item svg {
	transition: 0.7s;
}

.news-item:hover .news-read-more svg {
	transition: 0.5s;
	transform: rotate(405deg);
}

.news-block {
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-radius: 0 0 1.31rem 1.31rem;
	margin: 0 0 3px;
	padding: 20px 15px 30px;
}

.news-slider .jom-slider .tns-controls [aria-controls] {
	display: none;
}


/* TESTIMONIALS  */

.user-reviews {
	padding: 0 0 100px;
}

.testimonials-block {
	background: #f0f0f0;
	padding: 50px 25px;
	border-radius: 1.31rem;
}

.testimonial-line {
	width: 100%;
	height: 5px;
	background-color: #d9d9d9;
	/* Grey background */
	border-radius: 3px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.testimonial-line-progress {
	width: 30%;
	/* Yellow fill width */
	height: 100%;
	background-color: #dbb77b;
	/* Yellow color */
	position: absolute;
	top: 0;
	left: 0;
}

.testimonials-captions {
	font-family: var(--third-family);
	font-weight: 600;
	font-size: 1.15rem;
	line-height: 100%;
	color: #000;
	margin: 0 0 25px;
}

.testimonials-content {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 156%;
	color: #000;
	margin: 0 0 30px;
}

.test-name {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 156%;
	color: #000;
}

.test-location {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: 0.81rem;
	line-height: 192%;
	color: #4a6c9b;
}

.testimonials-slider .jom-slider .tns-controls [aria-controls] {
	display: none;
}


/* FOOTER  */
footer {
	background: #01265a;
	padding: 100px 0;
}

.footer-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media screen and (max-width: 991px) {
	.footer-inner {
		grid-template-columns: repeat(1, 1fr);
		gap: 35px;
	}
}

.footer-left {
	display: flex;
	gap: 15px;
}
@media screen and (max-width: 991px) {
	.footer-left {
		flex-direction: column;
	}
}

.footer-addrsss {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 160%;
	color: #fff;
}

.quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
@media screen and (max-width: 575px) {
	.quick-links {
		grid-template-columns: repeat(1, 1fr);
	}
	
}

.quick-link-head {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 116%;
	color: #fff;
	margin: 0 0 10px;
}

.quick-links a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 180%;
	color: #4a6c9b;
}


label.error {
    color: #ff7235;
}



/*SUBPAGES */



.inner-banner {
    height: 275px;
    background: rgba(10, 33, 69, 1);
    padding: 50px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    background: url(../images/inner-banner-bg.png) no-repeat center center;
    background-size: cover;
}

.inner-banner h1 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 58px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
    margin: 20px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.inner-banner h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
}

.inner-banner-o {
    height: 500px;
    background: rgba(10, 33, 69, 1);
    padding: 200px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.inner-banner-o .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 29, 101, 0), rgba(0, 0, 0, 0.8));
}

.inner-banner-o h1 {
    font-size: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 58px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
    font-family: var(--font-family);
}

.inner-banner-o h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
    text-shadow: 1px 1px #000;
}

.cont-relative {
    position: relative;
    max-height: 100%;
}

.subpagebanner {
    position: relative;
    top: -80px;
    clear: both;
}

.subpagebanner img {
    max-width: 100%;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .inner-banner {
        height: 250px;
        padding: 40px 0px 0px 0px;
    }

    .inner-banner h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .inner-banner h4 {
        font-size: 18px;
    }

    .inner-banner-o {
        height: 300px;
        padding: 100px 0px 0px 0px;
    }

    .inner-banner-o h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .inner-banner-o h4 {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .inner-banner {
        height: 250px;
    }

    .inner-banner h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .pathway li {
        font-size: 12px;
    }

    .inner-banner-o {
        height: 300px;
    }

    .inner-banner-o h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .pathway-o li {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .inner-banner h1 {
        font-size: 34px;
        line-height: 34px;
    }

    .inner-banner {
        height: 180px;
        padding: 37px 0px 0px 0px;
    }

    .inner-banner-o h1 {
        font-size: 36px;
    }

    .inner-banner-o {
        height: 280px;
    }

    .subpagebanner {
        position: relative;
        top: -30px;
        clear: both;
    }
}

.under-sub-banner {
    margin: 0px 0px 70px;
    font-family: var(--font-family);
}

.under-sub-banner-o {
    margin: 70px 0px 70px;
    overflow: hidden;
}

.vertical-tab {
    margin: 0px 0px 70px;
}

.under-sub-banner:after {
    display: block;
    clear: both;
    content: '';
}

.pathway {
    text-align: left;
}

.pathway ul {
    margin: 0px;
    padding: 0px 0px 0px;
    position: relative;
    z-index: 9;
}

.pathway li {
    /* float: none; */
    /* display: inline-block; */
    /* list-style: none; */
    /* padding: 0px 0px; */
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* line-height: 20px; */
    /* color: rgba(255, 255, 255, .7); */
    /* text-transform: uppercase; */
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
    /* text-transform: uppercase; */
    font-family: var(--font-family);
}

.pathway li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, .7);
    margin-left: 10px;
    margin-right: 10px;
}

.pathway li a {
    color: rgba(255, 255, 255, .7);
}

.pathway li:nth-child(1):before {
    content: '';
    display: none;
}

.pathway li a:hover {
    color: #0BA5DE;
    text-decoration: none;
}

@media (max-width:768px) {
    .pathway li {
        font-size: 12px;
    }
}

.pathway-o ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.pathway-o li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 20px;
    color: rgba(255, 255, 255, .7);
    /* text-transform: uppercase; */
    font-family: var(--font-family);
}

.pathway-o li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, .7);
    margin-left: 10px;
    margin-right: 10px;
}

.pathway-o li a {
    color: rgba(255, 255, 255, .7);
    transition: 0.3s;
}

.pathway-o li:nth-child(1):before {
    content: '';
    display: none;
}

.pathway-o li a:hover {
    color: #1874D2;
    text-decoration: none;
}

@media (max-width:768px) {
    .pathway-o li {
        font-size: 12px;
    }
}

.right-sub-section {
    width: 100%;
    float: left;
    background-color: #fff;

}

.welcome-sub-content {
    position: relative;
    height: 100%;
    padding: 0px 20px 0px 0px;
}

.welcome-sub-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 0px;
}

.welcome-sub-content p img {
    max-width: 100%;
    border-radius: 6px;
}

.right-sub-section .welcome-sub-content h1 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    color: #181860;
    padding: 0px 0px 16px;

}

.right-sub-section .welcome-sub-content h1 span {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    color: #0BA5DE;

}

.right-sub-section .welcome-sub-content h3 {
    font-size: 26px;
    font-weight: 800;
    line-height: 38px;
    display: inline-block;
    width: 100%;
    padding: 0px 0 4px 0;
    color: #0BA5DE;
}

.right-sub-section .welcome-sub-content h4 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 150%;
    display: inline-block;
    width: 100%;
    margin: 15px 0 15px;
    color: #007CDD;
}

.right-sub-section .welcome-sub-content h4.strong {
    font-weight: 600;
    color: #fff;
    background-color: #383838;
}

.right-sub-section .welcome-sub-content p {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
    letter-spacing: normal;
}

.right-sub-section .welcome-sub-content p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.right-sub-section .welcome-sub-content th {
    font-weight: 600;
    color: #fff;
    background-color: #007CDD;
    font-size: 18px;
    border-bottom: 2px solid #007CDD;
}

.right-sub-section .welcome-sub-content td {
    font-weight: 400;
    color: #000;
    font-size: 1rem;
}

.right-sub-section .welcome-sub-content td.left {
    font-weight: 600;
    color: #fff;
    background-color: #383838;
}

.alumni-table th {
    font-weight: 600;
    color: #fff;
    background-color: #0BA5DE !important;
    font-size: 18px;
}

.alumni-table td {
    font-weight: 600;
    color: #282828;
}

.right-sub-section .welcome-sub-content p span {
    font-weight: 600;
}

.right-sub-section .welcome-sub-content li {
    padding-bottom: 30px;
}

.right-sub-section .welcome-sub-content li {
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    padding: 0px 0px 6px;
    list-style-type: disclosure-closed;
    list-style-position: inside;
}

.right-sub-section .welcome-sub-content .lear-more {
    background-color: #b92035;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
}

.right-sub-section .welcome-sub-content .lear-more:hover {
    background-color: #383838;
    text-decoration: none;
}

.right-sub-section .welcome-sub-content .read-more {
    background-color: #383838;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
}

.right-sub-section .welcome-sub-content .read-more:hover {
    background-color: #b92035;
    text-decoration: none;
}

.right-sub-section .welcome-sub-content .vision-mission p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
    color: #585858;
    padding: 0px 0px 20px;
    text-align: left;
}

.right-sub-section .welcome-sub-content .vision-mission p strong {
    font-weight: 600;
    font-style: normal;
}

.right-sub-section .welcome-sub-content .vision-mission img {
    float: none;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

@media (max-width:991px) {
    .right-sub-section {
        width: 100%;
        float: none;
        padding-bottom: 50px;
    }
}

@media (max-width:768px) {
    .welcome-sub-content {
        padding-right: 0px;
        padding-left: 0px;
    }

    .right-sub-section .welcome-sub-content .read-more,
    .right-sub-section .welcome-sub-content .lear-more {
        font-size: 14px;
        padding: 15px 10px;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media (max-width:1200px) {

    .right-section .welcome-sub-content .read-more,
    .right-section .welcome-sub-content .lear-more {
        font-size: 14px;
        padding: 15px 10px;
    }
}

.left-sub-menu-section {
    width: 25%;
    float: left;
    background-color: #733d90;
    border-radius: 6px;
}

.left-sub-menu-section .left-menu-one-dr {
    padding: 0px;
}

.left-sub-menu-section .left-menu-one-dr img {
    max-width: 100%;
}

.left-sub-menu-section .left-menu-one {
    padding: 20px;
    padding-bottom: 30px;
    height: 50%;
}

.left-sub-menu-section .left-menu-one h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    color: #fff;
}

.left-sub-menu-section .left-menu-one h3 a {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
    color: #fff;
    text-decoration: none;
}

.left-sub-menu-section .left-menu-one h3 a:hover {
    color: #fc0
}

.left-sub-menu-section .left-menu-one ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.left-sub-menu-section .left-menu-one ul li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
}

.left-sub-menu-section .left-menu-one ul li ul li {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
}

.left-sub-menu-section .left-menu-one ul li a {
    padding: 12px 0px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    width: 100%;
    display: inline-block;
}

.left-sub-menu-section .left-menu-one ul li a:hover {
    text-decoration: none;
    color: #fcee4f;
}

.left-sub-menu-section .left-menu-one .read-more:after {
    content: "\f178";
    font-family: FontAwesome;
    color: #fff;
    float: right;
    display: block;
    top: 10px;
    position: relative;
}

@media (max-width:991px) {
    .left-sub-menu-section {
        width: 100%;
        float: none;
    }
}

.right-sub-section .welcome-sub-content ol {
    list-style: auto;
    list-style-position: inside;
}


.subheading {
    color: #0BA5DE;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 1rem;
}


.subpage-section {
    text-align: center;
    padding: 0px 0px 60px;
    font-family: var(--font-family);
}

.subpage-section h3 {
    font-size: 25px;
    font-weight: 800;
    color: #000;
    margin-bottom: 0px;
    line-height: 38px;
}

.subpage-section span {
    font-size: 20px;
    font-weight: 600;
    color: #0BA5DE;
    display: inline-block;
    width: 100%;
    /*padding-left: 20px;*/
}

.subpage-section h4 {
    font-size: 35px;
    font-weight: 800;
    color: #01204a;
    margin-bottom: 10px;
}

.subpage-section .content {
    font-weight: 400;
    text-align: left;
    overflow: hidden;
}

.subpage-section .content p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.subpage-section .content .vismis {
    background: #e8eef4;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: justify;
    color: #012d5c;
    border-radius: 6px;
}

.subpage-section .content .principal-name {
    font-size: 18px;
    color: #012d5c;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 10px;
    font-weight: 800;
}

.subpage-section .content .all-news-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.subpage-section .content .news-img {
    margin-right: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: 253px;
    object-fit: cover;
}

.subpage-section .content .row-b-padding {
    padding-bottom: 30px;
}

.subpage-section .content .news-page-title {
    padding-top: 0;
    padding-bottom: 25px;
    line-height: 24px;
}

.subpage-section .content .news-page-title a {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    /* margin-top: 20px; */
    text-decoration: none;
    transition: 0.3s;
}

.subpage-section .content .news-page-title a:hover {
    color: #0141cf94;
}

.subpage-section .content .news-page-title .date {
    font-size: 16px;
    font-weight: 400;
    color: #818181;
    line-height: 16px;
    padding-top: 8px;
}

.subpage-section .content th {
    background: #f4f7fa;
    text-transform: uppercase;
}

.subpage-section .content td {
    vertical-align: middle;
}

.subpage-section .content .downloads-select {
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    font-weight: 600;
    color: #000;
    border-radius: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat 98.5% !important;
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") white no-repeat calc(100% - 10px) !important;
    outline: none;
    font-weight: 400;
}

.subpage-section .content .downloads-button {
    display: inline-block;
    background-color: #007cdd;
    color: #fff;
    font-weight: 800;
    padding: 7px 15px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.4s;
}

.subpage-section .content .downloads-button:hover {
    background: #1874d2cc;
}

.subpage-section .tc-search {
    margin-bottom: 20px;
}

.subpage-section .tc-search p {
    color: #f00;
}

.subpage-section .tc-input {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    font-weight: 800;
}

.subpage-section .tc-button {
    padding: 12px 18px;
    border: 1px solid #007CDD;
    background: #007CDD;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

.subpage-section .tc-button:hover {
    background: #065fa6;
    border: 1px solid #065fa6;
}

.subpage-section .tc-search-result .tc-number {
    font-size: 18px;
    font-weight: 400;
    color: #007cdd;
}

.subpage-section .tc-search-result .tc-number strong {
    color: #007cdd;
}

.subpage-section .tc-search-result .not-found {
    color: #f00;
}

.subpage-section .tc-search-result img {
    max-width: 100%;
}


.subpage-section .photo-album-name p {
    padding: 16px 0 0 0;
    margin: 0;
    line-height: 24px;
}

.subpage-section .photo-album-name a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.subpage-section .photo-album-name a:hover {
    color: #0BA5DE;
}

.modal-body {
    color: #fff;
}

.modal-body strong {
    color: #fecd05;
}

.modal-body a {
    color: #fecd05;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 14px;
}

.subpage-section .content a.circle-bg {
    text-align: center;
    background-color: #fcee4f;
    border: 4px dotted #fff;
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 0px;
    line-height: 135px;
    font-size: 36px;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
    font-weight: 800;
}

.subpage-section .content a.circle-bg:hover {
    background: #0BA5DE;
    border: 4px dotted #fff;
    color: #fff;
}

@media (max-width: 480px) {
    .subpage-section {
        padding: 40px 0px;
    }

    .subpage-section h3 {
        line-height: 46px;
    }

    .subpage-section h3 span {
        line-height: 32px;
    }

    .subpage-section .content .downloads-button strong {
        display: none;
    }
}

.media-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin: 50px 0px;
}

.media-img-video {
    margin: 10px 0px 50px 0px !important;
}

.media-img img {
    width: 100%;
    height: auto;
    transition: transform .2s;
    cursor: pointer;
    border-radius: 6px;
    height: 267px;
    object-fit: cover;
}

.media-img img:hover {
    transform: scale(1.08);
}

.subpage-section .photo-album-name p {
    padding: 16px 0 0 0;
    margin: 0;
    line-height: 24px;
}

.subpage-section .photo-album-name a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.subpage-section .photo-album-name a:hover {
    color: #0BA5DE;
}

@media (max-width: 991px) {
    .media-img {
        display: block;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin: 50px 0px;
    }

    .media-img div {
        margin-bottom: 30px;
    }
}

.subpage-section-con {
    padding: 60px 0px 60px 0;
}


.mr-0 {
    margin-right: 0 !important;
}

.bg-gray {
    background: #f2f2f2;
}


.mr-0 {
    margin-right: 0 !important;
}

.bg-gray {
    background: #f2f2f2;
}


.subpage-section .content .waiting-message {
    color: #f00;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: center;
}

.subpage-section .content .alumni-img {
    max-width: 240px;
    height: auto;
}

.subpage-section .alumni-input {
    padding: 16px;
    border: 1px dashed #ccc;
    border-radius: 8px;
    width: 100%;
    outline: none;
    font-weight: 500;
    font-family: var(--font-family);
}

.subpage-section .alumni-input:read-only {
    background: #f0f0f0;
}

.subpage-section .alumni-input::placeholder {
    color: #999;
    font-weight: 400;
}

.subpage-section .alumni-button {
    font-size: 1.1rem;
    padding: 13px 18px;
    border: 1px solid #01204a;
    background: #01204a;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    width: 100%;
    font-family: var(--font-family);
    transition: 0.4s;
    outline: none;
}

.subpage-section .alumni-button:hover {
    background: #2a4467;
    border: 1px solid #2a4467;
}

.subpage-section .photo-upload-title {
    font-weight: 800;
}

.subpage-section .content label.error {
    color: #f00;
    display: block;
    font-family: var(--font-family);
    font-size: 0.8rem;
}

.alumni-input {
    padding: 16px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    width: 100%;
    outline: none;
    font-weight: 800;
}

.alumni-input:read-only {
    background: #f0f0f0;
}

.alumni-input::placeholder {
    color: #999;
    font-weight: 800;
    font-size: 0.9rem;
}

.form-group,
.textleft {
    text-align: left !important;
}

.subpage-contact-us {
    text-align: left;
    padding: 60px 25px;
    background: linear-gradient(128deg, #0A2145 54.83%, #263E8C 117.18%);
    border-radius: 3%;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.subpage-contact-us h3 {
    font-size: 2rem;
    font-weight: 800;
    color: #01204a;
    margin-bottom: 10px;
    line-height: 130%;
}

.subpage-contact-us span {
    font-size: 18px;
    font-weight: 300;
    color: #0BA5DE;
    display: inline-block;
    width: 100%;
    letter-spacing: 2px;
    /*padding-left: 20px;*/
}

.subpage-contact-us-o {
    text-align: center;
    padding: 30px 0px 30px;
    background: linear-gradient(128deg, #0A2145 54.83%, #263E8C 117.18%);
}

.subpage-contact-us-o h3 {
    font-size: 24px;
    font-weight: 800;
    color: #0BA5DE;
    margin-bottom: 10px;
    line-height: 28px;
}

.subpage-contact-us-o span {
    font-size: 18px;
    font-weight: 300;
    color: #0BA5DE;
    display: inline-block;
    width: 100%;
    letter-spacing: 2px;
    /*padding-left: 20px;*/
}

.subpage-contact-us-o .contact-address {
    font-weight: 400;
    color: #484848;
    line-height: 28px;
}

.subpage-contact-us-o .contact-address p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}





.subpage-contact-us h4 {
    font-size: 20px;
    font-weight: 400;
    color: #007CDD;
    margin-bottom: 16px;
}

.subpage-contact-us .contact-address {
    font-weight: 400;
    color: #484848;
    line-height: 28px;
}

.subpage-contact-us .contact-address p {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.subpage-contact-us .contact-address p.address:before {
    content: "\f041";
    font-size: 30px;
    font-family: FontAwesome;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    color: #0F80C4;
}

.subpage-contact-us .contact-address a {
    color: #000;
}

.subpage-contact-us .contact-address a:hover {
    color: #181860;
}

.subpage-contact-us .contact-mg {
    margin-top: 20px;
}

.subpage-contact-us .contact-mg h4 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
}

.subpage-contact-us .contact-mg .contact-box {
    padding: 14px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    border: 1px dashed #ccc;
}

.contact-mg-learn {
    margin-top: 40px;
}

.contact-mg-learn a.lear-more {
    background-color: #0BA5DE;
    font-size: 18px;
    font-weight: 800;
    color: #fff !important;
    text-align: center;
    padding: 15px 30px;
    text-decoration: none;
}

.contact-mg-learn a.lear-more:hover {
    background: #2ea636;
}

.contact-mg-units {
    margin-top: 20px;
}

.contact-mg-units h4 {
    font-size: 18px !important;
    margin-bottom: 8px;
    padding: 0 !important
}

.contact-mg-units .contact-box {
    background: #f0f0f0;
    height: 100%;
    padding: 14px;
    margin-bottom: 15px;
}

.contact-box p {
    font-size: 15px !important;
    line-height: 24px !important;
    margin: 0 !important;
    /* padding: 0 0 6px 0!important; */
}

.subpage-section h2.contact {
    /* color: #0141cf; */
    /* font-weight: 800; */
    /* font-size: 28px; */
    /* margin-bottom: 16px; */
    font-size: 2rem;
    font-weight: 800;
    color: #01204a;
    margin-bottom: 10px;
    line-height: 130%;
}

.subpage-section p.contactcnt {
    color: #e0c18e;
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 34px;
    line-height: 26px;
}
.contact-map {
    /*background: #0A2145;*/
}





/* subpages-new contact us style -start */

.contact-us-grid>.container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    background: #ffffff52;
    padding: 55px 50px;
    border-radius: 20px;
}

@media(max-width:991px) {
    .contact-us-grid>.container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 40px;
        border-radius: 25px;
    }

    .subpage-contact-us {
        text-align: left;
        padding: 40px 10px;
        /* background: #e9e9e9; */
        border-radius: 18px;
    }

    .subpage-section-con {
        padding: 40px 0;
    }
}

@media(max-width:768px) {
    .contact-us-grid>.container {
        padding: 15px;
    }
}

.contact-page-address strong {
    color: #000;
    font-weight: 400;
}

.contact-box p>strong {
    color: #DBB77B;
    font-weight: 600;
}

.subpage-section input::placeholder {
    font-weight: 400;
}

.contact-us-grid {
    padding: 80px 15px;
    background: radial-gradient(34.01% 53.37% at 47.58% 42.45%, #689868 21.83%, #C0DCC0 48.95%, #E9F6E9 78.76%, #DFF0DF 99.69%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
        , #E9F6E9;
    background: url(../images/activites-bg.png) no-repeat center center;
    background-size: cover;
}

@media(max-width:480px) {
    .contact-us-grid {
        padding: 80px 7px;
    }
}

/* subpages-new contact us style - end */


/*subpages-styles-end */





.subpage-header {
    background: #01204A;
    padding: 20px 0;
}

.subpage-header .header-bottom {
	position: relative;
	justify-content: end;
	padding: 25px 0;
}

.subpage-header .header-left {
    position: absolute;
    top: -20px;
    left: 0;
    background: #01265A;
    padding: 20px 15px;
    border-radius: 0 0 0.44rem 0.44rem;
    width: 160px;
}



.subpage-section {
    padding: 200px 0 100px;
    text-align: left;
}

@media screen and (max-width: 1200px) {
	.subpage-section {
		padding: 180px 0 100px;
	}

}

.subpage-heading {
	font-family: var(--font3);
	font-weight: 700;
	font-size: 4rem;
	line-height: 114%;
	letter-spacing: -0.02em;
	text-transform: capitalize;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 1200px) {
	.subpage-heading {
		font-size: 3rem;
	}
}

@media screen and (max-width: 991px) {
	.subpage-heading {
		font-size: 2.5rem;
	}
}

.subpage-head-cap {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 137%;
	letter-spacing: -0.02em;
	text-align: center;
	color: #000;
	margin: 15px 0 25px;
}

@media screen and (max-width: 1200px) {
	.subpage-head-cap {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 991px) {
	.subpage-head-cap {
		font-size: 1rem;
	}
}
.subpage-img {
    border-radius: 21px;
}
.contact-map iframe {
    border-radius: 31px;
}
.news-head-mainpage {
    color: #007CDD;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 20px;
    letter-spacing: -0.06rem;
}

.subpage-section .content5 {
    font-weight: 400;
    text-align: left;
    overflow: hidden;
}

.swiper-content-outer {
    background-color: #01265aeb;
    padding: 35px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}
