body{
    font-family: 'Open Sans', sans-serif;
}
.Wrapper{
    float: left; width: 100%;
}
header.main-header{
    float: left; width: 100%; min-height: 727px; background: url(../images/main-banner.jpg) no-repeat center top;
}
header.main-header.inner{
    min-height: 203px; background: url(../images/inner-bg.jpg) no-repeat center top;
}
.top-bar{
    background: rgba(255, 255, 255, 0.6); min-height: 115px; padding-top: 10px; padding-bottom: 10px;
}
.top-bar .top-left img{
    float:  left; margin: 0 15px 0 0; max-width: 80px; height: auto;
}
.top-bar .top-left h1{
    font: 700 34px 'Open Sans', sans-serif; text-transform: uppercase; color: #230d0a; line-height: 38px; margin-top: 23px; font-family: 'Oswald', sans-serif;
}
.top-bar .top-right{
    text-align: right; margin-top: 40px;
}
.top-bar .top-right h1{
    font-size: 22px; color: #230d0a; margin: 0;
}
.top-bar .top-right h1 span{
    font-weight: bold;
}
nav.nav{
    background: rgba(255, 255, 255, 0.6); margin-top: 5px;
}
nav.nav ul{
    margin: 0; padding: 0;
}
nav.nav ul li{
    float: left; margin: 0; list-style: none;
}
nav.nav ul li a{
    padding: 15px 20px; font-size: 15px; list-style: none; float: left; text-decoration: none; font-weight: 600; color: #000; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;
}
nav.nav ul li.active a{
    color: #fff; background: #0693ff;
}
nav.nav ul li a:hover{
    color: #fff; background: #0693ff; transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
}
.main-content{
    float: left; width: 100%; background:#fff; 
}
.main-content .service-slider{
    margin-top: -150px; min-height: 210px; 
}

.main-carousel .carousel-cell{
    margin-right: 25px; min-width: 373px; min-height: 210px;
}
.main-carousel .carousel-cell:last-child{
    margin-right: 0;
}
.main-carousel .carousel-cell .carousalStext{
    position: absolute; left: 0; bottom: 0; background: rgba(6, 147, 255, 0.5); padding: 8px 15px; width: 100%; font-size: 15px; color: #fff; text-transform: uppercase; min-height: 60px; box-sizing: border-box;
}
.contentArea{
    padding-top: 50px; padding-bottom: 50px; font-size: 15px; color: #666;
}
.contentArea h1{
    font: 600 25px 'Open Sans', sans-serif; color: #0693ff;
}
.contentArea ul{
    margin: 0; padding: 0;
}
.contentArea ul li{
    list-style: none; padding-left: 20px; position: relative; margin-bottom: 15px;
}
.contentArea ul li:before{
    position: absolute; left: 0; content:"\f054"; font: normal 13px FontAwesome; color: #0693ff; top: 5px;
}
.blueBar{
    float: left; width: 100%; background: #0693ff; padding: 50px 0; box-sizing: border-box; text-align: justify;
}
.blueBar i.fa{
    font-size: 50px; color: #fff; min-height: 50px;
}
.blueBar h1{
    font: 600 22px 'Open Sans', sans-serif; color: #fff;
}
.blueBar p{
    font: normal 15px 'Open Sans', sans-serif; color: #fff;
}
footer.footer{
    float: left; width: 100%; background: #04111a; padding: 40px 0; font: normal 13px 'Open Sans', sans-serif; color: #666;
}
.contactRight{
    line-height: 30px;
}
.contactLeft input{
    width: 100%; border: solid 1px #ccc; min-height: 40px; box-sizing: border-box; margin-bottom: 10px; font-size: 13px; color: #666; padding: 0 10px; 
}
.contactLeft input:focus{
    border-color: #ccc; outline: none;
}
.contactLeft textarea{
    width: 100%; border: solid 1px #ccc; min-height: 80px; box-sizing: border-box; margin-bottom: 10px; font-size: 13px; color: #666; padding: 10px; 
}
.contactLeft textarea:focus{
    border-color: #ccc; outline: none;
}
.contactLeft label{
    font-size: 14px; font-weight: normal; color: #666;
}
.contactLeft button{
    padding: 20px 40px; background: #0693ff; color: #fff; text-transform: uppercase; font-weight: bold; font-size: 15px; border: none;
}
.flickity-prev-next-button{
    border-radius: 0 !important;
}
.flickity-prev-next-button svg{
    width: 40% !important;
    height: 40% !important; left: 27% !important; top: 30% !important;
}
.flickity-prev-next-button.next{
    right: 0px !important;
}
.flickity-prev-next-button.previous{
    left: 0px !important;
}



