a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.w100per{
	width: 100%;
}
.h100per{
	height: 100%;
}

.m-rel{
	position: relative;
}
/*************************
*******Flex******
**************************/
.m-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.m-flex-1{
    flex: 1;
}
.m-flex-col {
    display: flex;
    flex-direction: column;
}
.m-flex-wrap {
    flex-wrap: wrap;
}

.m-flex-nowrap {
    flex-wrap: nowrap;
}

.m-col-center {
    align-items: center;
}

.m-col-top {
    align-items: flex-start;
}

.m-col-bottom {
    align-items: flex-end;
}

.m-row-center {
    justify-content: center;
}

.m-row-left {
    justify-content: flex-start;
}

.m-row-right {
    justify-content: flex-end;
}

.m-row-between {
    justify-content: space-between;
}

.m-row-around {
    justify-content: space-around;
}

/*************************
*******Header******
**************************/
.header{
    width: 100%;
}
.navbar-inverse {
    border: none;
}
.navbar {
	height: 70px;
    border-radius: 0;
    margin-bottom: 0;
    background: rgba(14,16,35,1);
	box-shadow: -0.1px 2px 1.96px 0.04px rgba(0,0,0,0.76);
}
.navbar-inverse .navbar-collapse{
    border-top: 0;
}
.navbar-nav {
    margin: 0;
	height: 70px;
}
.navbar-nav>li {
    margin-left: 60px;
	height: 100%;
}
.navbar-inverse .navbar-nav>li>a {
	height: 100%;
    font-size: 20px;
    padding: 0;
    color: rgba(255,255,255,.6);
    line-height: 1;
    display: flex;
	align-items: center;
	position: relative;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background: transparent;
    color: rgba(204,153,51,1);
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background: transparent;
    color: rgba(204,153,51,1);
    font-weight: 700;
	text-shadow: 0px 0px 5.7px rgba(255,153,51,0.81); 
}
.navbar-inverse .navbar-nav>.active>a::after,
.navbar-inverse .navbar-nav>.active>a:hover::after,
.navbar-inverse .navbar-nav>.active>a:focus::after,
.navbar-inverse .navbar-nav>.open>a::after,
.navbar-inverse .navbar-nav>.open>a:hover::after,
.navbar-inverse .navbar-nav>.open>a:focus::after {
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 2px;
	background: rgba(204,153,51,1);
}

/*************************
*******Footer******
**************************/
.footer{
    background: rgba(4,7,23,.57);
    padding: 60px 0 40px;
    font-size: 20px;
    line-height: 28px;
	color: #fff;
}
.footer h5{
	font-size: 33px;
	font-weight: 700;
	line-height: 29px;
	margin: 0 0 10px;
}
.footer p{
	margin-bottom: 4px;
}
.footer .footer-mb-1{
    margin-bottom: 15px;
}

@media (min-width: 1200px) and (max-width: 1680px) {
    /*************************
    *******Footer******
    **************************/
	
 
}
@media (min-width: 992px) and (max-width: 1199px) {
    /*************************
    *******Header******
    **************************/


    /*************************
    *******Footer******
    **************************/
   .footer{
       padding: 40px 0 35px;
       font-size: 14px;
       line-height: 18px;
   }
   .footer h5{
   	font-size: 23px;
   	line-height: 29px;
	margin: 0;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
    /*************************
    *******Header******
    **************************/
	.navbar-nav>li {
	    margin-left: 50px;
	}
	.navbar-inverse .navbar-nav>li>a {
	    font-size: 18px;
	}
    /*************************
    *******Footer******
    **************************/
	.footer{
	    padding: 40px 0 35px;
	    font-size: 14px;
	    line-height: 18px;
	}
	.footer h5{
		font-size: 23px;
		line-height: 29px;
		margin: 0;
	}
}
@media (min-width: 768px) {
    .m-show{
        display: none;
    }
}
@media (max-width: 767px) {
    .m-none{
        display: none;
    }
	body{
		min-height: 100vh;
		padding-bottom: 100px;
		background-color: rgba(14,17,35,1);
	}
    /*************************
    *******Header******
    **************************/
    .header{
    }
	
    .navbar{
        padding: 8px 0;
		background: transparent;
		box-shadow: initial;
		height: auto;
    }
	

    .navbar-toggle{
        border: 0;
        padding: 1px 0;
    }
    .navbar-nav{
        margin-top: 12px;
		height: auto;
    }
	.navbar-inverse .navbar-toggle .icon-bar {
	    background-color: #fff;
	}
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
        background-color: transparent;
    }
    .navbar-nav>li{
        display: block;
        margin: 0;
        padding-bottom: 0;
    }
    .navbar-inverse .navbar-nav>li>a{
        line-height: 24px;
        padding: 5px 12px;
        font-size: 14px;
		color: #C0C4CC;
    }
    .navbar-inverse .navbar-nav>li>a{
        display: block;
    }
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
        border: 0;
    }
 
    .navbar .container > .navbar-collapse{
        background: rgba(255, 255, 255, .99);
        position: absolute;
        z-index: 1;
        width: 100%;
    }
	.navbar-inverse .navbar-nav>.active>a::after,
	.navbar-inverse .navbar-nav>.active>a:hover::after,
	.navbar-inverse .navbar-nav>.active>a:focus::after,
	.navbar-inverse .navbar-nav>.open>a::after,
	.navbar-inverse .navbar-nav>.open>a:hover::after,
	.navbar-inverse .navbar-nav>.open>a:focus::after {
	    content: '';
		display: none;
	}

    /*************************
    *******Footer******
    **************************/
    .footer{
		background: rgba(14,17,35,1);
        padding: 20px 0 22px;
        font-size: 10px;
        line-height: 16px;
    }
	.footer h5{
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 10px;
	}
	.footer p{
		margin-bottom: 4px;
	}
	.footer .footer-mb-1{
	    margin-bottom: 15px;
	}
	.download{
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		height: 100px;
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.download button{
		width: 90vw;
		height: 50px;
		background: linear-gradient(271deg,#0169d3 0%, #1584f6 100%, #67c6fc 100%);
		border-radius: 4px;
		border: 0;
		outline: 0;
		font-size: 18px;
		font-weight: 700;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
