@font-face {
    font-family: 'NeuzeitS-Book';
    src: url('../font/NeuzeitS-Book.woff2') format('woff2'),
        url('../font/NeuzeitS-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeuzeitGroteskW01';
    src: url('../font/NeuzeitGroteskW01-Regular.woff2') format('woff2'),
        url('../font/NeuzeitGroteskW01-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN 30640 Std';
    src: url('../font/DINNeuzeitGroteskStd-Light.woff2') format('woff2'),
        url('../font/DINNeuzeitGroteskStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NeuzeitGroteskCondW01';
    src: url('../font/NeuzeitGroteskCondW01-Black.woff2') format('woff2'),
        url('../font/NeuzeitGroteskCondW01-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Chap';
    src: url('../font/Chap-Bold.woff2') format('woff2'),
        url('../font/Chap-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}



/* @font-face {
    font-family: 'NeuzeitOfficeW01';  
    src: url('../font/NeuzeitOfficeW01-Regular.woff2') format('woff2'),
        url('../font/NeuzeitOfficeW01-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

/* @font-face {
    font-family: 'Chap';
    src: url('../font/Chap-Regular.woff2') format('woff2'),
        url('../font/Chap-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.headerContainer {
    padding: 33px 0;
    background: url(../images/top-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    /*height: 660px;*/
}
.headerNav {
    justify-content: space-between;
    align-items: center;
}
.logo a {
    display: block;
}
.logo a img {
}
.actionBtn {
    border-radius: 5px;
    display: inline-block;
    font-family: 'Chap';
    font-weight: 600;
}
.actionBtn:hover{
    text-decoration: none;
}
.buttonBg {
	background: #16d0ac;
	color: #fff;
	border: 1px solid #16d0ac;
	padding: 0px 39px 0px 39px;
	font-size: 14.32px;
	height: 51px;
	line-height: 50px
}
.navAnchor .buttonBg{
	float: right;
}
.buttonBg:hover{
    background: transparent;
    color: #16d0ac;
}
.buttonOutline{
	border: 1px solid #16d0ac;
	color: #16d0ac;
	background: transparent;
	padding: 0px 22px 0px 22px;
	font-size: 17.66px;
	float: right;
	height: 51px;
	line-height: 50px;
}
.buttonOutline:hover{
    background: #16d0ac;
    color: #fff;
}
.navAnchor a:last-child {
    margin-right: 21px;
}
.topCont{
	padding-bottom:100px;
	 padding-top: 170px;
}

.topCont h2 {
    font-size: 70px;
    color: #fff;
    margin: 0 0 5px;
    line-height: 80px;
    font-family: 'Chap';
    font-weight: 600;
}
.topCont p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 20px;
    /* font-family: 'NeuzeitOfficeW01'; */
    font-family: 'NeuzeitS-Book';
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.learnContainer {
    padding: 71px 0 0;
    background: url('../images/middle-bg.jpg');       
    background-size: cover;
    background-position: center;
	clear:both;
	float:left;

}
/* .learnContainer .learnContItem{
    padding-left: 6%;
    box-sizing: border-box;
    overflow: hidden;
} */
.learnContItem .learnCont{
    width: 57%;
	float:left;
}
.learnContainer .learnImg {
    width: 40%;
    padding: 126px 0px 0px 0px;
	float:right;
}
.learnContainer h6 {
    color: #16d0ac;
    font-size: 20px;
    /* font-family: 'NeuzeitOfficeW01'; */
    font-family: 'NeuzeitS-Book';
    margin: 0 0 6px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}
.learnContainer h3 {
    font-size: 52px;
    color: #fff;
    line-height: 60px;
    margin: 0 0 2px;
    font-family: 'Chap';
    font-weight: 600;
    letter-spacing: 0.5px;
}
.learnContainer p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    /* font-family: 'NeuzeitOfficeW01'; */
    font-family: 'NeuzeitS-Book';
    font-weight: 600;
    margin: 0 0 12px;
}
.learnContainer h4 {
    font-size: 30px;
    color: #fff;
    font-family: 'Chap';
    font-weight: 600;
    line-height: 35px;
    margin: 0 0 15px;
}
.learnContainer ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 20px;
}
.learnContainer ul li {
    background-image: url('../images/check-icon.png');
    background-size: 16px;
    background-repeat: no-repeat;
    padding: 0 0 0 24px;
    vertical-align: middle;
    background-position: left top 6px;
    color: #fff;
    width: 48%;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 12px;
    /* font-family: 'NeuzeitOfficeW01'; */
    font-family: 'NeuzeitS-Book';
    font-weight: 600;
}
.learnContainer ul li:last-child{
    width: 100%;
}
.learnCont .actionBtn{
    padding: 0 38px;
    position: relative;
}
.learnImg img{
    max-width: 100%;
	display:block;
}
.footer {
    background: #001433;
    padding: 84px 0px;
    color: #fff;
	clear:both;
}
.quickLink, 
.statement {
padding: 0 0 60px;
margin: 0 0 37px;

}
.footer .quickLink .col-md-4 {
    padding-left: 5px;
}
.footer .whiteLine {
    border-color: #fff;
    color: #fff;
	float:left;
}
.footer .whiteLine:hover {
    background: #fff;
    color: #16d0ac;
}
.col-md-3.quickNav {

    padding-left: 24px;

}
.footer ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.footer ul li {
    line-height: 22px;
    margin: 0 0 25px;
}
.quickNav ul li{
	display:inline-block;
	min-width:160px;
}
.borderBotm {
    border-bottom: 2px solid #05275c;
}
.copyMain {
    text-align: center;
}
.copyMain p {
    margin: 0;
    font-family: 'Chap';
    font-weight: 600;
    font-size: 18px;
}
.footer h5 {
    font-size: 25px;
    line-height: 24px;
    font-family: 'Chap';
    font-weight: 600;
    margin: 0 0 25px;
}
.col-md-3.quickCont {
    padding-left: 24px;
}
.footer ul li a {
    color: #fff;
    font-size: 14px;
    /* font-family: 'NeuzeitOfficeW01'; */
    font-family: 'NeuzeitS-Book';
    font-weight: 600; 
    word-wrap: break-word;   
}
.quickCont li{    
    background-size: 13px;
    background-repeat: no-repeat;
    padding: 0 0 0 24px;
    vertical-align: middle;
    background-position: left top 8px;  
}
.quickCont li:first-child{
    background-image: url('../images/phone-icon.png');
}
.quickCont li:last-child{
    background-image: url('../images/mail-icon.png');
}
.socialLink {
    display: flex;
    justify-content: flex-end;
    padding-right: 0px;
}
.socialLink a img {
}
.socialLink a {
    margin-left: 20px;
}
.statement .col-md-12 {
    padding: 0;
}
.statement h5 {
    font-family: 'Chap';
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 6px;
}
.statement p {
    /* font-family: 'NeuzeitOfficeW01'; */
    font-family: 'NeuzeitS-Book';
    font-weight: 600;
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}
.headerContainer .container, .footer .container{
	padding-left: 5%;
	padding-right: 5%;
}
.learnContainer .container{
	padding-left: 5%;
	padding-right: 0;
}
.mobile-learnimg{
	display:none;
	width:100%;
	height:auto;
}
.container {
        max-width: 100%;
    }
@media (min-width: 1000px){
    
}
@media (max-width: 1260px){
 .learnContItem .learnCont {
       padding-bottom:50px;
    }
}
@media (max-width: 1000px){
 .learnContItem .learnCont {
       padding-bottom:50px;
}
.learnContainer .container{
	padding-right:5%;
}
.learnContItem .learnCont{
	width:100%;
}
.learnContItem .learnImg{
	display:none;
}
.mobile-learnimg{
	display:block;
	margin-bottom:20px;
}
.learnContainer ul li br{
	display:none;
}
.visitDialy{
flex: 0 0 100%;
max-width: 100%;
text-align:center;
margin-bottom:30px;
}
.footer .visitDialy .whiteLine{
	float:none;
}
.quickNav{
flex: 0 0 50%;
max-width: 50%;
margin-bottom:30px;
}
.quickCont{
flex: 0 0 50%;
max-width: 50%;
margin-bottom:30px;
}
.socialLink{
flex: 0 0 100%;
max-width: 100%;
text-align:center;
justify-content: center;
}
}
@media (max-width: 800px){
.quickNav ul li{
		display: block;
min-width: auto;
}
.logo{
	text-align: center;
margin: 0px 0px 30px 0px;
}
.navAnchor{
	text-align: center !important;
	flex-direction: row-reverse;
	display: flex;
	justify-content: center;
}
.navAnchor a{
	float:none !important;
}
}
@media (max-width: 500px){
.buttonOutline, .navAnchor .buttonBg{
	font-size: 12px;
	padding-left:20px;
	padding-right:20px;
}
.learnContainer ul li{
	width:100%;
}
.quickNav, .quickCont, .socialLink{
	flex: 0 0 100%;
max-width: 100%;
padding-left:0 !important;
}
.visitDialy{
	text-align:left;
}
.socialLink{
	justify-content: left;
}
.socialLink a:first-child{
	margin-left:0;
}
}

