body{
	font-family: 'Roboto', sans-serif;
}

.flexbox {
	 display:flex;
	 justify-content:center;
	 flex-flow: column;
}

.hidden-list{
transition: top 1s ease-out 0.5s;
}

header  .top-menu{
	background-color: #f1f1f1;
	max-height: 50px;
}

header  .top-menu .navbar{
	background: none;
	border: none;
}
header  .top-menu .container-fluid{
	padding: 0;
}

header  .top-menu .navbar-collapse{
	padding: 0;
}

header .logo-box{
	margin: 5px auto;
}

header .logo-box  .row div:first-child img{
	display: block;
	padding-left: 15px;
	max-width: 200px;
}

header .logo-box  .row div:nth-child(2) img{
	max-width: 250px;
	display: block;
	margin: auto;
}

header .logo-box  .row div:nth-child(3) p{
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

header .logo-box .row div:nth-child(3) p:before {
    margin: 0 10px -4px 0;
    content: url(../img/mail.png);
    vertical-align: bottom;
    display: inline-block;
}

header .logo-box  .row div{
	min-height: 105px;
}

header .bottom-menu{
	background: #1D58D1;
}

header .bottom-menu .navbar{
	background: none;
	border: none;
	height: 80px;
	margin: 0 auto
}

header  .bottom-menu .navbar-collapse{
	padding: 0;
}


header  .bottom-menu .nav{
	width: 100%
}

header  .bottom-menu .nav li{
	padding: 0 30px;
}

header  .bottom-menu .nav li a{
	width: 100%;
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
}

.main-content{
	margin: 60px auto;
}

.main-content .header{
	margin: 0px auto 100px;
}

.main-content .header h1, .main-content .benefits-header h1{
	color: #2659cc;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.main-content .header h2{
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}


.main-content .box-info{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	padding-bottom: 20px;
}

.main-content .row div:nth-child(2) .box-info div{
    max-width: 160px;
    color: #2659cc;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url('../img/bg-most.png');
    position: absolute;
    left: 125px;
    padding: 10px;
    top: -50px;
    background-repeat: no-repeat;
    background-position: center top; 
    min-height: 60px;
}

.main-content .row div:nth-child(2) .box-info h1{
    padding: 50px 40px 20px;
    margin-top: -30px;
}

.main-content .box-info h1{
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #2659cc;
	margin: 0;
	padding: 20px 40px;
	text-align: center;
}

.main-content .box-info p{
	color: #212121;
	font-size: 18px;
	font-weight: 400;
	border-top: 2px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	text-align: center;
	padding: 20px 0;
	margin: auto;
	max-width: 270px;
}

.main-content .box-info span{
	color: #212121;
	font-size: 24px;
	font-weight: 400;
	display: block;
	text-align: center;
}

.main-content .box-info h2{
	color: #285ed7;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 5px 40px;
}

.main-content .box-info h2 span{
	font-size: 28px;
	display: inline-block;
	color: #285ed7;
}


.main-content .box-info ul{
	list-style: none;
	padding: 0;
	margin: 0; 
}

.main-content .box-info li{
	text-align: center;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f8f8f8;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	padding: 15px 40px;
}

.main-content .box-info li span{
	color: #2659CC;
	font-weight: 600;
	display: inline;
}

.main-content .box-info h3{
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #2659cc;
	text-align: center;
	margin: 0;
	padding: 10px 40px;
}

.main-content .box-info h3 span{
	font-weight: 400;
	text-decoration: underline;
	background: none;
	color: #ffffff;
	text-transform: none;
	margin: 0 auto;
	cursor: pointer;
}


.main-content .box-info a{
	border-radius: 5px;
    background-color: #fac32f;
    padding: 12px 20px;
    color: #2659cc;
	font-size: 24px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    margin: 20px auto 0;
    max-width: 220px;
    text-align: center;
    text-transform: uppercase;
}

.main-content .box-info a i{
	margin-right: 10px;
}


.main-content .benefits-header{
	margin: 60px auto 40px;
}
.main-content .benefits-box{
	border: 2px solid #e6e6e6;
	background-color: #ffffff;
	margin: 10px;
	padding: 20px;
	text-align: center;
	min-height: 400px;
}

.main-content .benefits-box img{
	margin: 20px auto 5px;
}


.main-content .benefits-box h2{
	color: #2659cc;
	font-size: 30px;
	font-weight: 700;
}

.main-content .benefits-box p{
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}



footer{
	background: #1D58D1;
}

footer .top-section{
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ECC040;
}

footer .top-section h6{
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}

footer .top-section ul{
	padding-left: 0;
	list-style: none;
}


footer .top-section ul a{
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
}

footer .middle-section{
	margin-top: 20px;
}

footer .middle-section p{
	color: #fefefe;
	font-size: 15px;
	font-weight: 300;
}

footer .middle-section p i{
	margin-right: 10px;
	color: #F9C631;
}

footer .middle-section p span{
	color: #F9C631;
}

footer .middle-section div:nth-child(2) p{
	text-align: center;
}

footer .middle-section div:last-child p{
	float: right;
}

.bottom-section h6{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
}

.bottom-section h6 span{
	color: #ecc040;
}

.bottom-section a{
	display: block;
	float: right;
	max-width: 220px;
	color: #2659cc;
	font-size: 18px;
	border-radius: 5px;
	background-color: #fac32f;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

.bottom-section a i{
	margin-right: 10px;
}


.bottom-section{
	padding: 15px 0 10px; 
	background: #1C49AB;
	box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
}



@media (max-width: 1200px){
	header  .bottom-menu .nav li{
		padding: 10px;
	}

	.main-content .box-info h1{
		font-size: 20px;
	}

	.main-content .box-info a{
		padding: 10px;
	}

	.bottom-section h6{
		font-size: 20px;
	}

	.main-content .row div:nth-child(2) .box-info div{
		left: 90px;
	}

	.main-content .box-info li{
	 	padding: 15px 10px;
	 }

	.main-content .benefits-box{
		min-height: 450px;
	}
}

@media (max-width: 991px){
	header  .bottom-menu .nav li a{
		font-size: 15px;
	}

	header .logo-box  .row div:nth-child(3) p{
		font-size: 14px;
	}

	.main-content .box-info p{
		font-size: 16px;
	}

	 footer .top-section img{
	 	max-width: 50px;
	 	height: auto;
	 }

	.main-content .box-info li{
		font-size: 14px;
	}

	.main-content .benefits-box {
    min-height: 550px;
	}

	.main-content .row div:nth-child(2) .box-info div {
	    left: 55px;
	}

}


@media (max-width: 767px){
	header .bottom-menu .navbar{
		width: 100%;
		height: 100%;
	}

	header  .bottom-menu .nav li a{
		margin-left: 20px;
	}

	header .logo-box  .row div:first-child img{
		padding-left: 0;
		margin: auto;
	}


	.main-content .box-info{
		margin: 20px auto;
	}


	.main-content .header {
    	margin: 0px auto 60px;
	}

	.main-content .box-info{
		margin: 40px auto
	}

	.main-content .row div:nth-child(2) .box-info div {
		display: none;
	}

	.main-content .benefits-box {
	    min-height: initial;
	}

	footer .top-section .col-xs-6{
		width: 49%;
	    display: inline-block;
	    float: initial;
	    vertical-align: top;
	}

	footer .top-section .col-xs-12{
		text-align: center;
	}

	footer .top-section img {
	    max-width: 150px;
	}

	footer .middle-section p, .bottom-section h6{
		text-align: center;
	}

	footer .middle-section div:last-child p, .bottom-section a{
		float: none;
		margin: auto;
	}
}

