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

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

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;
}

.carousel-caption{
	top: 2%;
	text-align: left;
}

.carousel-caption .text-section{
	width: 60%;
	display: inline-block;
	float: left;
}

.carousel-caption .image-section{
	width: 40%;
	display: inline-block;
}

.carousel-caption .image-section img{
	max-height: 350px;
	margin: auto;
}

.carousel-caption h1{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 3vw;
}

.carousel-caption h1 span{
	color: #fac32f;
}

.carousel-caption p{
	font-size: 1.2vw;
	margin-top: 2.5vw;
}

.carousel-caption p span{
	font-size: 1.6vw;
	color: #fac32f;
	font-weight: 600;
}

.carousel-caption .text-section a{
	border-radius: 5px;
    background-color: #fac32f;
    padding: 0.5vw 1vw;
    color: #2659cc;
    font-size: 1.2vw;
    text-decoration: none;
    display: block;
    margin: 2.5vw 0;
    max-width: 12vw;
    text-align: center;
}

.carousel-caption .text-section a i{
	margin-right: 10px;
}

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

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

.main-content .box-info img{
	display: block;
	margin: auto;
}

.main-content .box-info h1{
	color: #285ed7;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	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 10px;
}

.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;
}

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

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

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

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


.main-content .main-info-box img,.main-content .main-info-box section{
	padding: 0 20px;
}


.main-content .main-info-box h3{
	color: #285ed7;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 2px solid #f1f1f1;
	width: 180px;
}


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

.main-content .main-info-box h4{
	color: #285ed7;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 2px solid #f1f1f1;
	padding-bottom: 15px;
}

.main-content .main-info-box ul{
	padding-left: 0;
}

.main-content .main-info-box ul li{
	list-style-type: none;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.main-content .main-info-box ul li:before{
	content: url("../img/ok.png");
	margin-right: 35px
}


.main-content .main-info-box h5, .main-content .testimonial-slider h5{
	color: #285ed7;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}


.main-content .main-info-box .customer-box{
	border: 2px solid #d3def5;
	padding: 15px;
	max-width: 260px;
	margin: 40px auto;
}

.main-content .main-info-box .customer-box img{
	display: block;
	margin: 20px auto;
}

.main-content .main-info-box .customer-box p{
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}


.main-content .testimonial-slider .thumbnails{
	list-style: none;
}

.main-content .testimonial-slider .thumbnails .caption-box{
	border-radius: 5px;
	border: 2px solid #d3def5;
	background-color: #ffffff;
	width: 75%;
	margin: 40px 0;
	padding: 20px;
	text-align: left;
	min-height: 160px;
}

.main-content .testimonial-slider .thumbnails .caption-box:after{
	content: url("../img/cloud.png");
	position: absolute;
	bottom: 14px;
}


.main-content .testimonial-slider .thumbnails li:first-child .caption-box{
	float: left;
}

.main-content .testimonial-slider .thumbnails li:first-child:after{
    height: 160px;
    display: block;
    width: 2px;
	background-color: #d3def5;
    border-right: 1px white;
    content: '';
    position: absolute;
    right: 20px;
    margin-top: 40px;
}

.main-content .testimonial-slider .thumbnails li:last-child .caption-box{
	float: right;
	margin-right: 40px;
}

.main-content .testimonial-slider .carousel-control{
	display: block;
	top: 25%;
	background-image: none;
	color: #FAD056;
	text-shadow: none;
    font-size: 80px;
    font-weight: 100;
}

.main-content .testimonial-slider .left{
	text-align: left;
}

.main-content .testimonial-slider .right{
	text-align: right;
}

.main-content .testimonial-slider h6{
	font-size: 18px;
	color: #285ed7;
	font-weight: 700;
}

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

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;
	}

	.carousel.slide .image-section img{
		max-height: 200px;
		margin: auto;
	}

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

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

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

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

@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 h2 {
		font-size: 32px;
	}

	.carousel.slide .image-section img{
		max-height: 150px;
		margin: auto;
	}

	.main-content .main-info-box ul li:before{
		margin-right: 10px;
	}

	.main-content .main-info-box .customer-box{
		min-height: 250px;
	}

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

@media (max-width: 767px){


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

	header .bottom-menu .navbar{
		width: 100%;
		height: 100%;
	}

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

	.carousel.slide .image-section img{
		max-height: 100px;
	}

	.carousel-indicators{
		bottom: -10px;
	}

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

	}

	.main-content .main-info-box .customer-box{
		max-width: 100%;
		margin: 10px auto;
	}

	.main-content .testimonial-slider .thumbnails .caption-box{
		width: 80%;
		margin: auto;
		float: none;
	}
	.main-content .testimonial-slider .thumbnails .caption-box:after{
		display: none;
	}

	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;
	}

	main .carousel-caption{
		top: 0;
		padding: 5px;
	}

	.carousel.slide .image-section img{
		margin-top: 10px;
	}

	.carousel-caption .text-section a{
		padding: 0.8vw 0.8vw;
	}

}


@media (max-width: 500px){
	#carousel-example{
		display: none;
	}

	.main-content .testimonial-slider p{
		font-size: 12px;
	}

	.main-content .testimonial-slider .thumbnails li:first-child:after{
		display: none;
	}

	.main-content .testimonial-slider .thumbnails .caption-box{
		padding: 2px;
	}
}