html,body{
    font-family: 'Muli';
    font-size: 25px;
}
b{
	font-weight:bold;
}
.entry-content ul{
	padding-left:30px;
	margin-bottom:30px;
}
.entry-content ul li{
	list-style:disc;
}
img{
    max-width: 100%;
}
.header{
    background:#000;
    color:#fff;
    padding: 8px 0;
}
a.logo{
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    color:#fff;
    text-decoration: none;
    font-family: 'Muli';
}
a.logo img{
    margin-right: 24px;
}
.intro_heading{
    margin: 120px 0 250px;
    font-size: 80px;
    font-weight: 300;
    text-align: center;
    color:#fff;
}
form#request{
    background: #fff;
    padding: 15px 30px;
    margin-bottom: 60px;
}
.form_heading{
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
}
form#request label{
    font-size: 20px;
    display: block;
    margin-bottom: 3px;
}
form#request .inputs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
form#request .input_group{
    margin-bottom: 15px;
}
form#request input[type="date"],
form#request input[type="number"]{
    max-width: 137px;
}
form#request input[type="email"]{
    max-width: 340px;
}
form#request input[type="date"],
form#request input[type="number"],
form#request input[type="email"]{
    border: 1px solid #707070;
    font-size: 20px;
    color:#707070;
    padding: 10px 15px;
}
form#request input[type="submit"]{
    font-weight: bold;
    font-size: 20px;
    color:#fff;
    padding: 13px 15px;
    border: 0;
    background: #0796D6;
    transition: all .3s ease;
    cursor: pointer;
}
form#request input[type="submit"]:hover{
    transform: scale(1.05);
}
#content .heading{
    font-size: 40px;
    font-weight: bold;
    color:#fff;
    padding: 15px 0;
    background: #8E7B68;
    margin-bottom: 60px;
}
.minigal .col-6{
    margin-bottom: 30px;
    display: none;
}
.minigal .col-6:nth-child(1),
.minigal .col-6:nth-child(2),
.minigal .col-6:nth-child(3),
.minigal .col-6:nth-child(4){
    display: block;
}
a.bluebtn{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#fff!important;
    background: #0796D6;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease;
    cursor: pointer;
}
a.bluebtn:hover{
    transform: scale(1.05);
}
#content .btns{
    margin-bottom: 45px;
}
.defpage{
    padding: 60px 0 100px;
}
#content{
    line-height: 32px;
    overflow: hidden;
}
h1{
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 30px;
}
#content p{
    margin-bottom: 30px;
    color:#464545;
}
bold,
strong{
    font-weight: 900;
}
h4{
    font-weight: 900;
    font-size: 27px;
    margin-bottom: 10px;
}
#revs{
    background: #8E7B68;
    padding: 60px 0 100px;
}
#revs .heading{
    text-align: center;
    color:#fff;
    font-size: 50px;
    margin-bottom: 45px;
}
.revs .owl-stage{
    display: flex;
}
.revs .item{
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 15px 30px;
    color:#707070;
}
.rev_heading{
    font-size: 35px;
    font-weight: 900;
    color:#0796D6;
    margin-bottom: 25px;
}
.revs .desc{
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height:32px;
}
.revs .name{
    font-weight: 900;
}
.revs .city{
    font-weight: 300;
}
.foot_sep{
    height: 240px;
}
.footer .container-fluid{
    background: #000;
    color:#fff;
    padding: 60px 15px 100px;
    font-size: 30px;
    font-weight: bold;
}
.footer .bluetext{
    font-size: 30px;
    font-weight: 900;
    color:#0796D6;
    margin-bottom: 100px;
}
.footer a{
    color:#fff;
}
.footmenu ul li{
    margin-bottom: 15px;
}
.overall{
    position: fixed;
    left:0;
    top: 0;
    background: rgba(0,0,0,.4);
    z-index: 98;
    width: 100%;
    height: 100%;
    display: none;
}
.thanks{
    display: none;
    z-index: 99;
    max-width: 90%;
    max-height: 90%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 30px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
a.closeme{
    position: absolute;
    font-size: 25px;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.owl-dots .owl-dot{
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background: #0796D6!important;
    margin: 0 10px;
}
.owl-dots .owl-dot.active{
    border: 2px solid #fff;
}

@media (max-width: 992px) {
    .intro_heading{
        font-size: 45px;
        line-height: 55px;
        margin: 60px 0 100px;
    }
    a.logo{
        font-size: 22px;
    }
    .submitgroup,
    .mailgroup{
        width:100%;
    }
    .submitgroup input,
    .mailgroup input{
        width: 100%!important;
    }
    #revs .heading,
    .rev_heading,
    #content .heading{
        font-size: 26px;
    }
    .btns .row>div{
        margin-bottom: 15px;
    }
    .footer .container-fluid,
    .revs .desc,
    .revs .item,
    body{
        font-size: 18px!important;
        line-height: 24px!important;
    }
    .footer{
        text-align: center;
    }
    .footmenu.text-right{
        text-align: center!important;
        margin-bottom: 30px;
    }
    .footer .bluetext{
        margin-bottom: 30px;
    }
    .footer .col-lg-10 .row{
        flex-direction: column;
    }
}


