@charset "utf-8";
/* CSS Document */
body{
	font-family:maax;
}
@font-face {
    font-family: 'maax-medium';
    src: url(../fonts/maax-webfont.woff2) format('woff2'),
         url(../fonts/maax-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

.navbar-default .navbar-collapse{
	background:#fff;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
	padding:15px 0px;
}
.navbar-brand {
    height: 68px;
}
.navbar-brand {
    padding: 10px 15px;
}
.navbar{
	margin-bottom:0px !important;
}
.navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
	font-weight:500;
}
.carousel-control{
	top:40%;
	background-image: none !important;
    background-color: transparent !important;
}
.carousel-control:hover{
	background-image: none !important;
    background-color: transparent !important;
}
.carousel-caption{
	 top: 35%;
    left: 15%;
	text-align:left;
}
.carousel-caption h2{
    font-size: 60px;
    font-weight: 800;
    color: #fff;
	text-shadow:none;
	font-family:maax-medium;
}
.carousel-caption p{
	margin:25px 0px;
	color:#fff;
	text-shadow:none !important;
	font-family:maax;
}
.home-button{
	background-color:#fff;
	color: #F57F17;
	min-width:200px;
	text-align:center;
	border-radius:5px;
	padding:10px 0px;
	text-shadow:none;
	font-weight:600;
}
.home-button-two{
	min-width:180px;
	text-align:center;
	padding:10px 0px;
	color:#fff;
	font-size:18px;
	font-weight:600;
	margin:30px 0px;
	border:2px solid #fff;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
	text-shadow:none;
	background:transparent;
	font-family:maax-medium;

}
.home-button-two:hover{
	color:#f80000;
	background:#fff;
	text-decoration:none;
	background:#fff;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    
}
.home-button:hover{
	background-color:#fff;
	color: #F57F17;
	text-decoration:none;
}
.about-sec{
	padding:80px 0px;
}
.about-sec h2{
	font-size:40px;
	font-weight: 800;
    color: #000;
	font-family:maax-medium;
}
.under{
	display:block;
	height:5px;
	width:100px;
	background:#f80000;
}
.about-sec p{
	padding:30px 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
 .carousel-caption h2 {
    font-size: 12px;
} 
.carousel-caption {
    top: 16%;
}
 .home-button-two {
    min-width: 100px;
    padding: 5px 0px;
    color: #fff;
    font-size: 7px;
    font-weight: 600;
    margin: 13px 0px;
}
 .carousel-caption p {
	 display:none;
} 

}
@media (min-width: 768px) and (max-width: 991px) {
 .carousel-caption h2 {
    font-size: 27px;
} 
.carousel-caption {
    top: 18%;
	left:12%;
}
 .home-button-two {
    min-width: 100px;
    padding: 5px 0px;
    color: #fff;
    font-size: 7px;
    font-weight: 600;
    margin: 13px 0px;
}
 .carousel-caption p {
	margin:6px 0px;
} 
 .home-button-two {
    min-width: 140px;
    padding: 10px 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin: 13px 0px;
}

}