@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.1/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.8.9/css/mdb.min.css");
@import url("../css/compiled-4.8.9.min.css");
@import url("../fontawesome-pro/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
body {
	font: normal 1.25rem 'Montserrat', Arial, Helvetica, sans-serif;
	color: #000;
}

.font-playfair {
	font-family: 'Roboto', Arial, Helvetica, sans-serif, serif;
}
.navbar {
	background: rgb(0, 24, 68);
	background-color: rgb(16, 50, 112);
}

.navbar .navbar-brand {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: normal;
}



.navbar .navbar-brand span {
	padding: 1.5rem 0;
}

.nav-item .nav-link {
	font: 300 1rem 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

hr {
	width: 6%;
	border: 2px solid #e53935;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif, serif;
}

.top-nav-collapse {
	background: rgb(16, 50, 112);
}

@media only screen and (max-width: 768px) {
	.navbar {
		background: rgb(16, 50, 112);
	}
}

.carousel-control-next, .carousel-control-prev {
	width: 5%;
}

#sidePanel, .addressPanel {
	background: rgb(16, 50, 112);
}

.gal {
	-webkit-column-count: 3;
	column-count: 3;
}

.gal img {
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.gal {
		-webkit-column-count: 1;
		column-count: 1;
	}
}

.gg-box {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (minmax(220px, 1fr))[auto-fit];
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	grid-auto-rows: 200px;
	grid-gap: 8px;
}

.gg-element img {
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}

.gg-element img:hover {
	opacity: 0.9;
}

#gg-screen {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	text-align: center;
}

#gg-screen .gg-image {
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#gg-screen .gg-image img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.gg-bt {
	width: 38px;
	height: 38px;
	background: rgba(255, 255, 255, 0.6);
	color: #222;
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	font-size: 25px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2px;
}

.gg-bt:hover {
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(0, 0, 0, 0.5);
}

.gg-close {
	position: fixed;
	top: 0.5em;
}

.gg-close, .gg-nxt {
	right: 0.5em;
}

.gg-prev {
	left: 0.5em;
}

.gg-prev, .gg-nxt {
	position: fixed;
	bottom: 50%;
}

@media (min-width: 478px) {
	.gg-element:nth-child(3n+0) {
		-ms-grid-row-span: 2;
		grid-row-end: span 2;
	}
}

@media only screen and (max-width: 768px) {
	.gg-box {
		-ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-auto-rows: 150px;
		grid-gap: 6px;
	}
}

@media only screen and (max-width: 450px) {
	.gg-box {
		-ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		grid-auto-rows: 100px;
		grid-gap: 4px;
	}
}

@media only screen and (max-width: 1366px) {
	.navbar .navbar-brand .h3-responsive {
		font-size: 145%;
	}
	.nav-item .nav-link {
		font-size: 1rem;
	}
	.dropdown .dropdown-menu .dropdown-item {
		font-size: 1rem;
	}
}

@media only screen and (max-width: 1280px) {
	.navbar .navbar-brand .h3-responsive {
		font-size: 125%;
		padding: 2rem 0;
	}
}

table.table th, table.table td {
	font-size: 1.15rem !important;
}

@media only screen and (max-width: 768px) {
	.navbar .navbar-brand img {
		width: 60px;
	}
	.navbar .navbar-brand span {
		padding: 0;
	}
	.navbar .navbar-brand li {
		padding: 0;
		margin: 0;
		line-height: 0;
	}
	.navbar .navbar-brand .h3-responsive {
		font-size: 60%;
		padding: 15px 0;
	}
	.navbar .navbar-brand .small {
		font-size: 45%;
	}
	.navbar .navbar-brand img {
		width: 70px;
	}
	.fixed-action-btn {
		top: 200px;
	}
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
}

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

#sideNavigation {
	width: 380px;
}

#main {
	margin-left: 380px;
}

.sidenav {
	height: 35%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 55.75%;
	right: -5px;
	overflow-x: hidden;
	padding-top: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.sidenav a {
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #ea4335;
}

.sidenav .closebtn {
	position: absolute;
	top: 0px;
	right: 15px;
	font-size: 24px;
	margin-left: 25px;
	z-index: 99999;
}

#main {
	-webkit-transition: margin-left .5s;
	transition: margin-left .5s;
	padding: 20px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

.classDivCarousel
{
	margin-top: 100px;
}

@media only screen and (max-width: 993px)
{
	.classDivCarousel
	{
		margin-top: 0px;
	}
}

.fixed-action-btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	top: 360px;
	right: -8px;
	z-index: 99999;
}

.fixed-action-btn ul {
	top: 7vh;
	bottom: 0px;
}

.fixed-action-btn ul li {
	display: block;
}

@media only screen and (max-width: 768px) {
	.fixed-action-btn {
		top: 140px;
	}
	.sidenav {
		height: 40%;
		top: 32%;
	}
}

.paral {
	width: 100%;
	min-height: 80vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 50%;
}

.paralsec {
	background-image: url("../img/parallax-bg.jpg");
}

#sectionCallToAction .paral {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.btn-ascs {
	background: #e53935;
}

.carousel-multi-item .carousel-indicators li {
	background-color: #fff;
}

.carousel-multi-item .carousel-indicators .active {
	background-color: #fff;
}

/*# sourceMappingURL=master.css.map */

p {
	font: normal 1.15rem/1.5 'Gotham Book', Arial, Helvetica, sans-serif, serif;
}

[id^="spnMore"] {
	display: none;
}

[id^="spnReadLess"] {
	display: none;
}

[id^="spnDots"] {
	cursor: pointer;
}

[id^="spnReadLess"] {
	cursor: pointer;
}


.nav-link:hover {
	color: black !important;
}