:root {
	--main-color: #014f99;
	--second-color: #013F82;
}
body {
    color: #000;
    padding: 0;
    margin: 0;
    font: normal  14px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    background: #f7f7f7;
    word-spacing: normal;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover{
	text-decoration: none;
}
img {
    max-width: 100%;
}
ul {
    list-style: none;
    padding: 0;
}

header{
	background: #fff;
	min-height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
a.logo{
	padding: 10px 5px 10px 0px;
	display: block;
}
.banner{
	margin-top: 90px;
}
.banner img{
	height: 590px;
	width: 100%;
	object-fit: cover;
}
section{
	padding: 70px 0;
}
.btn-theme{
	background: var(--main-color) !important;
	font-weight: 700;
	color: #fff !important;
	border: none;
	font-size: 18px;
	border-radius: unset;
	line-height: 1.4em;
	padding: 25px 0;
	outline: 0;
	text-align: center;
	transition: all .3s;
	text-transform: uppercase;
	position: relative;
}
.btn-theme:hover{
	background: var(--second-color) !important;
	color: #fff;
}
.btn-block{
	width: 100%;
	display: block;
}
h2.first{
	margin-top: 70px;
}
h2{
	font: normal 700 26px / 40px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 35px;
}
p{
	font-size: 16px;
	font-weight: 500;
}
h4{
	font: normal 700 16px / 25px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
.box img{
	margin-bottom: 35px;
}
.box p{
	font: normal  14px / 22px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}
table{
	border-bottom: 1px solid transparent;
	width: 100%;
	margin: 0 0 10px;
	border-collapse: collapse;
	border-spacing: 0;
	border-color: rgba(51,51,51,0.12);
}
table td{
	padding: 5px 10px 5px 5px;
	border-top: 1px solid transparent;
	border-color: rgba(51,51,51,0.12);
}
.text-right{
	text-align: right;
}
.gallery .row{
	margin: 0;
}
.gallery .col-3{
	padding: 1px;
}
.gallery img{
	height: 300px;
	object-fit: cover;
}
.p14 p{
	font-size: 14px;
}

footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer{
	background: #1a1c20;
	padding: 0;
	font-size: 13px;
	line-height: 23px;
	color: #fff;
	min-height: 60px;
	padding: 10px 0 10px 0;
	display: flex;
	align-items: center;
}
footer p{
	font-size: 12px;
	line-height: 23px;
	margin: 0;
}
footer img{
	vertical-align: unset;
}

.scroll-top{
	right: 10px;
    z-index: 109;
    position: fixed;
    display: none;
    text-align: center;
    line-height: 45px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    transition: opacity .4s ease;
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 22px;
}
.scroll-top:hover {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

iframe{
	max-width: 100%;

}

@media(max-width:768px){
	header{
		min-height: 70px;
	}
	.banner{
		margin-top: 70px;
	}
	.banner img{
		height: 245px;
	}
	.btn-block{
		margin-bottom: 20px;
	}
	h2.first{
		margin-top: 0;
	}
	h2{
		font-size: 19px;
	}
	p{
		font-size: 15px;
	}
	.box{
		margin-bottom: 40px;
	}
	.box:last-child{
		margin-bottom: 0;
	}
	.video iframe{
		height: auto;
	}
	footer .container{
		flex-direction:column;
	}
	.p14 p{
		font-size: 13px;
	}
	.gallery img{
		height: 100px;
	}
}

.locations{
	position: relative;
}
.hover-location{
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}
.hover-location img{
	width: 60px;
}
.hover-location span{
	position: absolute;
	background: #fff;
	width: max-content;
	padding: 0 10px;
	top: -25px;
	left: 0;
	transform: translateX(-20%);
	display: none;
	z-index: 2;
}
.hover-location:hover span{
	display: block;
}
@media(max-width:1400px){
	.hover-location img{
		width: 45px;
	}
}
@media(max-width:768px){
	.hover-location img{
		width: 35px;
	}
}
