@font-face{
	src: url(../fonts/BebasNeueRegular.ttf);
	font-family: 'BebasNeue';
	font-weight: normal;
}
@font-face{
	src: url(../fonts/BebasNeueThin.otf);
	font-family: 'BebasNeue';
	font-weight: 300;
}
@font-face{
	src: url(../fonts/BebasNeueLight.ttf);
	font-family: 'BebasNeue';
	font-weight: 200;
}
@font-face{
	src: url(../fonts/BebasNeueBook.otf);
	font-family: 'BebasNeue';
	font-weight: 500;
}
@font-face{
	src: url(../fonts/BebasNeueBold.otf);
	font-family: 'BebasNeue';
	font-weight: 600;
}
@font-face{
	src: url(../fonts/manrope-regular.otf);
	font-family: 'manrope';
	font-weight: normal;
}
@font-face{
	src: url(../fonts/manrope-bold.otf);
	font-family: 'manrope';
	font-weight: bold;
}
body, html{
	margin:0;
	font-size: 16px;
	font-family: 'BebasNeue';
}
ul, ol{
	list-style: none;
	padding:0;
	margin:0;
}
input:focus, button:focus, textarea:focus{
	outline: none;
}
a:hover,a:focus{
	text-decoration: none;
}
img{
	max-width: 100%;
}
body{
    background-image: url(../images/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-y: hidden;
}
.nav_section{
    background: #1a242ded;
    position: relative;
    padding: 2rem 0;
    border-bottom: 1px solid #ffffff4a;
}
.nav_section img{
    width: 12rem;
}
.nav_section ul{
    margin-top: 1rem;
    text-align: right;
}
.nav_section ul li a{
    color: white;
    font-family: 'manrope';
    padding-left: .75rem;
    position: relative;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.nav_section ul li a i{
    margin-right: .5rem;
}
.nav_section ul li a:hover,.nav_section ul li a:focus{
    color: #0DFDEF;
}
.header{
    background: #1a242de3;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 7.8rem);
}
.header h1{
    color: white;
    font-size: 8.5rem;
    font-weight: 600;
    line-height: .95;
}
.header p{
    color: white;
    font-size: 1.35rem;
    font-family: 'manrope';
    margin-bottom: 4rem;
}
.header .icon_box{
    display: inline-block;
    width: 100%;
    position: relative;
}
.img-main-col:after{
    content: '';
    background-image: url(../images/line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 10rem;
    height: 2px;
    position: absolute;
    right: -7.5rem;
    top: 5.5rem;
}
.img-main-col2:after{
	display: none;
}
.header .icon_box .imgbox{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 11rem;
    margin-bottom: 1rem;
}
.header .icon_box h3{
    color: white;
    font-size: 4rem;
    font-weight: 600;
    margin-top: 2rem;
}
.header a.link{
    color: white;
    font-family: 'manrope';
    padding-left: .75rem;
    position: relative;
    display: flex;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    justify-content: center;
    align-items: center;
    transition: all ease .4s;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
}
.header a.link i{
    margin-right: .5rem;
}
.header a.link:hover,.header a.link:focus{
    color: #0DFDEF;
}
.header .btn_grad{
    position: relative;
    border: 0;
    background: 0;
    display: inline-block;
    margin-bottom: 3rem;
}
.header .btn_grad:after{
    content: '';
    position: absolute;
    background: linear-gradient(to right, #F8E640, #77F3A5, #02FEF7);
    left: .3rem;
    top: -.01rem;
    bottom: -.01rem;
    right: .3rem;
}
.header .btn_grad span{
    background: #1B252E;
    color: white;
    font-size: 1.25rem;
    letter-spacing: .45rem;
    padding: .75rem 4rem;
    position: relative;
    z-index: 2;
    display: inline-block;
}
.header .icon_box .imgbox img{
	height: 8rem;
}
.header .icon_box .imgbox.imgbox1 img{
	height: 7rem;
}