@font-face {
    font-family: 'Eurostile';
    src: url('fonts/EurostileRegular.woff2') format('woff2'),
        url('fonts/EurostileRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-size: 1rem;
	color: #4d5362;
	overflow-x: hidden;
	line-height: 1.5;
	font-family: 'Eurostile';
	background-color: #e5e5e5;
} 
img {
	max-width: 100%;
	height: auto;
}
h1,h2,h3,h4,h5,h6, p {
	word-break: break-word;
}

.banner-section > img {
	width: 100%;
	height: 100vh;
    object-fit: cover;
}
.main-container {
	max-width: 1440px;
	margin: 0 auto;
}
.banner-section {
	position: relative;
}
.banner-section .logo-text {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	font-family: Eurostile;
	font-style: normal;
	font-weight: normal;
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.banner-section .scroll-bottom {
	position: absolute;
	bottom: -43px;
	right: 0;
	left: 0;
	text-align: center;
}
.banner-section .scroll-bottom .arrow-down {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 50px;
    margin: 0 auto;
}

.footer-section {
	padding: 60px 0 120px;
	background-color: #003057;
	text-align: center;
}
.footer-section .container {
	max-width: 980px;
}
.footer-section .contact-title {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.footer-section .cnt-box:last-of-type .contact-box {
	border-right: 0;
}
.footer-section .cnt-box .contact-box {
	height: 100%;
	border-right: 0.5px dashed #FFFFFF;
}
.footer-section .cnt-box .contact-box .icon-box {
	margin-bottom: 25px;
}
.footer-section .cnt-box .contact-box .phone-text {
	font-family: 'Roboto Slab', serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.footer-section .cnt-box .contact-box .icon-box img {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.footer-section .cnt-box .contact-box:hover .icon-box img {
	-moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer-section .cnt-box .contact-box .phone-text a {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright-section {
	background-color: rgba(0,0,0,0.2);
	padding: 22px 0;
	text-align: center;
	margin-top: -60px;
}
.copyright-section p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
} 

/* About Section */
.about-section  {
	padding: 80px 0 100px;
	background: #fff;
}
.about-section .title-block {
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #003057;
}
.about-section .title-block {
	border-right: 0.5px dashed #C4C4C4;
} 
.about-section .description-block {
	padding-left: 70px;
}
.about-section .description-block p { 
	font-family: Roboto Slab;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;
	color: #63666A;
	margin-bottom: 20px;
}
.about-section .description-block p:last-of-type {
	margin-bottom: 0;
} 

@media (min-width: 992px) {
	.about-section .title-block {
		-ms-flex: 0 0 32.333333%;
		flex: 0 0 32.333333%;
		max-width: 32.333333%;
	}
	.about-section .description-block {
		-ms-flex: 0 0 67.666667%;
		flex: 0 0 67.666667%;
		max-width: 67.666667%;
	}
}
@media (max-width: 991px) { 
	.about-section .title-block {
		border-right: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.about-section .description-block {
		padding-left: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px ){ 
	.footer-section .cnt-box .contact-box .phone-text {
		font-size: 12px;
	}
} 
@media (max-width: 767px) { 
	.footer-section .cnt-box {
		margin-bottom: 10px;
	}
	.footer-section .cnt-box .contact-box {
		border-right: 0;
	}
	.footer-section .cnt-box:last-of-type {
		margin-bottom: 0;
	}
	.banner-section .logo-text {
		top: 60px;
		font-size: 40px;
		line-height: 50px;
	}
	.footer-section {
		padding-bottom: 100px;
	}
	.footer-section .contact-title {
		margin-bottom: 30px;
	}
	.about-section {
		padding: 50px 0 60px;
	}
	.footer-section .cnt-box .contact-box .icon-box {
		margin-bottom: 10px;
	}
}
@media (max-width: 575px) { 
	.banner-section .logo-text {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 479px) { 
	.banner-section .logo-text {
		top: 36px;
		font-size: 24px;
		line-height: 34px;
	}
}
