@font-face {
	font-family: 'Calibri';
	src: url('../../fonts/calibri/Calibri_Light.ttf');
	font-weight:200;
	font-style:normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('../../fonts/calibri/Calibri_Regular.ttf');
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family: 'Calibri';
	src: url('../../fonts/calibri/Calibri_Bold.ttf');
	font-weight:600;
	font-style:normal;
}
*{
	margin: 0;
	padding: 0;
}
a{
	color:#444;
	text-decoration: none;
	transition: all .3s ease;
}
a:hover,a:active, a:focus{
	color:#333232;
	text-decoration: none;
}
body{
	font-family: 'Calibri';
	font-weight: 400;
	overflow-x: hidden;
	position: relative;
	width: 100vw;
	color: #444;
	line-height: 1.2;
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

div#header-section {
    width: 100%;
    position: relative;
    display: flex;
    height: auto;
    flex-direction: column;
}

div#logo-sec {
    position: relative;
    width: 100%;
    display: flex;
    height: 20%;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

div#logo-sec img {
    max-width: 51%;
    height: auto;
    position: relative;
    display: block;
}

div#cover-sec {
    position: relative;
    width: 100%;
    height: 80%;
    background-image: url(../images/cover.jpg);
    background-size: cover;
    background-position: center;
    display: none;
}

.container {
    width: 80%;
    padding: 0 10vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-sec {
    position: relative;
    display: flex;
    /* align-items: flex-start; */
    justify-content: center;
    flex-wrap: wrap;
    margin: 10vh 0 0;
}

.content-inner {
    width: 29%;
    padding: 50px 20px;
    text-align: center;
    color: #6b6b6b;
    position: relative;
    display: inline-block;
    flex-direction: column;
    font-size: 17px;
}

h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 28px;
    color: #333232;
    text-transform: uppercase;
    min-height: 65px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.middle-content {
    width: 65%;
    text-align: center;
    margin: 10vh 0 0;
    font-size: 17px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10vh;
    position: relative;
    border-top: 2px solid #444;
    padding: 40px 20px;
}

.footer-sec {
    display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
    width: 100%;
}
.footer-sec span:nth-child(5){
	display:none;
}
.content-inner:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    right: 0;
    background: #e9e9e9;
}
.content-inner:nth-of-type(3)::before{
	background:transparent;
}

span {
    display: flex;
}
@media only screen and (max-width:1155px){
	.container{
		padding: 0 30px;
		width: calc(100% - 60px);
	}
	.faq-container{
		width:80%;
		margin:auto;
	}
}
@media only screen and (max-width:983px){
	.container{
		padding: 0;
		width: 100%;
	}
	.footer-sec{
		padding: 0 20px;
	}
	.faq-container{
		width:80%;
	}
	video#faq-video{
		width:100% !important;
	}
}
@media only screen and (max-width:922px){
	.content-inner{
		width: 25%;
	}
}
@media only screen and (max-width:760px){
	.footer-sec{
		flex-direction: column;
	}
	.footer-sec span{
		line-height: 1.3;
	}
	.footer-sec span:nth-child(1){
		display: flex;
	}
	.footer-sec span:nth-child(5){
		display:block;
	}
}
@media only screen and (max-width:616px){
	div#logo-sec img{
		max-width: 80%;
	}
	
}
@media only screen and (max-width:545px){
	.content-sec{
		flex-direction: column;
		align-items: center;
	}
	.content-inner{
		width:50%
	}
	.content-inner:before{
		width:100%;
		height: 2px;
		bottom:0;
		top:auto;
	}
}
@media only screen and (max-width:480px){
	.content-inner{
		width:80%
	}
	.middle-content{
		width:85%
	}
	.navigation{
		width: 80% !important;
	}
	h1{
		font-size:1.6em;
		margin-bottom:-10px;
	}
	ol{
		margin: 0 !important;
	}
	ol p{
		font-size:16px;
	}
}


video {
    margin-bottom: 10vh;
    border: 2px solid #888;
}

h3 {
    text-align: center;
}

li {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

ol p {
    color: #515151;
    text-align: justify;
    margin-bottom: 0px;
}

a#faq {
    margin-top: 30px;
    display: block;
}

video#faq-video {
    margin: 10vh auto 10vh;
    width: 70%;
    display: block;
}

.navigation {
    position: relative;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto;
}

.home div#cover-sec {
    display: block;
}

.home div#header-section {
    height: 100vh;
}

.navigation a {
    font-weight: 600;
    text-transform: uppercase;
}

ol {
    font-size: 17px;
}

h1 {
    width: 100%;
}

ol {
    margin: 0 0 0 17px;
}