@charset "UTF-8";
/* CSS Document */

/* -------------------------------- 

Primary style

-------------------------------- */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
	width: auto!important;
	initial-scale: 1;
}


body.overflow-hidden {
  overflow: hidden;
}

a {
  color: white;
  text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
html, body {
  height: 100%;
}

header {
/*  display: flex;
  align-items: center;*/
  position: fixed;
  width: 100%;
  height: 60px;
  background: transparent;
  z-index: 10;
  transition: background-color 0.2s;
}
.head .logo{
	position: absolute;
	top:5px ;
	left: 20px;
	width: 130px;
	z-index: 5;
}
.head .logo img{
	width: 100%;
	height: auto;
}

.head .combtn{
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 1.3rem;
	line-height: 1.5rem;
	max-width: 200px;
	margin: 10px;
}
.head .combtn a{
	display: block;
	text-align: center;
	padding: 10px 20px;
	background: #1c4e95;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

@media (max-width: 767px) {
.head .logo {
    width: 120px;
	top:5px ;
	left: 15px;
  }
	
.head .combtn{
	top: 5px;
	right: 10px;
	font-size: 1.2rem;
}
}


/*FOOTER*/

footer{
  background: -moz-linear-gradient(top, #546276, #313132);
  background: -webkit-linear-gradient(top, #546276, #313132);
  background: linear-gradient(to bottom, #546276, #313132);
}

.footer-inner{
	max-width: 1080px;
	padding: 50px 20px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	font-size: 1.5rem;
	line-height: 1.8em;
}
.footer-inner .footer-logo{
	width: 20%;
	padding: 0 20px;
}
.footer-inner .footer-logo h1{
	margin-bottom: 20px;
}
.footer-inner .footer-menu .combtn,
.footer-inner .footer-menu .recbtn{
	font-size: 1.5rem;
	line-height: 1.8rem;
	max-width: 200px;
	margin: 10px;
}
.footer-inner .footer-menu .combtn a{
	display: block;
	text-align: center;
	padding: 10px 20px;
	background: #1c4e95;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.footer-inner .footer-menu .recbtn a{
	display: block;
	text-align: center;
	padding: 10px 20px;
	background: #dcb02f;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.footer-inner .footer-menu{
	width: 80%;
	padding: 0 30px;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}


.footer-add{
	background: #1c4e95;
}
.footer-add .footer-inner {
	background: #1c4e95;
	justify-content: space-between;
	padding: 10px 20px;
}

.footer-add .footer-inner .flink,
.footer-add .footer-inner .copyright{
	font-size: 1.4rem;
	color: #fff;
}
.footer-add .footer-inner .flink a{
	color: #fff;
	text-decoration: none;
}



@media screen and (max-width: 960px) {

.footer-inner{
	padding: 40px 20px;
	font-size: 1.5rem;
	line-height: 1.8em;
}
.footer-inner .footer-logo{
	width: 25%;
	padding: 0 10px;
	max-width: 200px;
}
	
.footer-inner .footer-menu .combtn,
.footer-inner .footer-menu .recbtn{
	font-size: 1.5rem;
	max-width: 220px;
}

.footer-inner .footer-menu{
	width: 75%;
	padding: 0 20px;
}
.footer-add{
	background: #1c4e95;
}
.footer-add .footer-inner {
	background: #1c4e95;
	justify-content: space-between;
	padding: 10px 20px;
}

.footer-add .footer-inner .flink,
.footer-add .footer-inner .copyright{
	font-size: 1.4rem;
	color: #fff;
}
.footer-add .footer-inner .flink a{
	color: #fff;
}
}



@media screen and (max-width: 768px) {
	
.footer-inner .footer-logo{
	width: 100%;
	padding: 0 10px 10px;
}
	
.footer-inner .footer-menu{
	width: 100%;
	padding: 0 ;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.footer-inner .footer-menu .combtn,
.footer-inner .footer-logo .recbtn{
	font-size: 1.4rem;
}
.footer-add .footer-inner .flink,
.footer-add .footer-inner .copyright{
	font-size: 1.3rem;
	color: #fff;
	width: 100%;
		text-align: center;
	margin: auto auto 10px;
	}
	.footer-add .footer-inner .copyright{
		text-align: center;
	}
	
}


@media screen and (max-width: 480px) {
	
.footer-inner .footer-logo{
	width: 100%;
	padding: 0 10px;
}
	
	
	
}

