@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body{
	font-family: 'Open Sans', sans-serif;
}
.wrapper-top{
    float: left;
    width: 100%;
}
.innertop {
    background-image: url(../../under-maintenance-images/front/under-maintainance-1.png);
    background-size: cover;
    min-height: 504px;
    background-position: center;
}
.innertop h2 {
    font-size: 60px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.innertop h2 span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.testimonial-main {
    float: left;
    width: 100%;
    padding: 0 30px;
    position: relative;
    z-index: 20;
}
.testimonial-imgbox {
    display: block;
    text-align: center;
    margin-top: -180px;
}
.testimonial-textbox {
    float: left;
    width: 100%;
    text-align: center;
}
.testimonial-textbox h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.testimonial-textbox p {
    font-size: 16px;
    color: #9c9c9c;
}
.wrapper-bottom{
    float: left;
    width: 100%;
    background-image: url(../../under-maintenance-images/front/under-maintainance-2.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    min-height: 350px;
}
.coming-wrap{
    float: left;
    width: 100%;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .innertop {
        background-image: url(../../under-maintenance-images/front/under-maintainance-1-2.png);
        min-height: 370px;
    }
    .testimonial-textbox h3 {
        font-size: 30px;
    }
    .wrapper-bottom{
        float: left;
        width: 100%;
        background-image: url(../../under-maintenance-images/front/under-maintainance-2-2.png);
        min-height: 350px;
    }
    .testimonial-imgbox img{
        max-width: 100%;
    }
    .testimonial-imgbox {
        margin-top: -153px;
    }
    .testimonial-textbox p br{
        display: none;
    }
}