@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,700,900');

body{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
	font-family: 'Roboto', sans-serif;
}
img{
	max-width:100%
}

.about {
    background: #2c3e50 none repeat scroll 0 0;
    color: #ffffff;
    padding: 80px 0;
}
.section_title > h1 {
    font-weight: 300;
}
.section_title > p {
    font-weight: 300;
    padding-bottom: 35px;
}
.single_about > img {
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 3px;
    width: 100%;
}
.single_about h3 {
    background: #0478d7 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
}

.bottom {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 80px 0;
}
.bottom_img > img {
    border: 1px solid #dddddd;
    border-radius: 3px;
    float: right;
    margin-top: 65px;
    max-width: 100%;
    padding: 10px;
}
.botto_box h2 {
    border-bottom: 1px solid #dddddd;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
.bottom .section_title h1 {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 45px;
    padding-bottom: 25px;
    text-align: center;
}

.sec_slide {
    background: rgba(0, 0, 0, 0) url("../img/slide.jpg") repeat scroll 0 0 / cover ;
}
.slider h1 {
    background: #0066b9 none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 300;
    padding: 20px 10px;
    text-transform: capitalize;
}
.slider a {
    background: #0066b9 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    margin-top: 10px;
    padding: 14px 25px;
}
.slider {
    padding: 250px 0;
}
header {
    background: #0478d7 none repeat scroll 0 0;
    color: #ffffff;
    padding: 20px;
}
ul.mainmenu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.mainmenu li {
    display: inline-block;
}
.mainmenu a {
    color: #ffffff;
    display: block;
    padding: 20px;
}
.mainmenu a:hover {
    background: #ffbb00 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}

