/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.no_margin{
    margin: 0px;
}
.no_padding{
    padding: 0;
}
.padding_left{
    padding-left:0px;
}
.padding_right{
    padding-right:0px;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}

.heder_area {
  background-image: url("img/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Exo 2',sans-serif;
}
.heder_top {
  overflow: hidden;
  padding-top: 20px;
}
.logo { 
  text-align: center;
}
.logo_contact {
  background-image: url("img/hc.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding-left: 18%;
  width: 80%;
}
.logo_contact > p {
  color: #FFFFFF;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  padding: 11px;
}
.logo_contact a {
  color: #262627;
  display: inline-block;
  text-decoration: none;
}
.head_title {
  padding-top: 5px;
}
.head_title > h2 {
  color: #FBD232;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.head_title > p {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.head_pic {
  text-align: right;
}
.head_pic > img {
  bottom: -101px;
  position: relative;
  right: 0;
  z-index: 88;
}
.cont_title {
  background-image: url("img/shadaw.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 190px;
  padding: 50px 10px;
  text-align: center;
}
.cont_title > h2 {
  color: #FFFFFF;
  font-size: 46px;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.cont_title h2 span {
  color: #1254A2;
}
.cont_title > p {
  color: #FBD232;
  font-size: 22px;
  font-style: italic;
  font-weight: 600;
  padding-top: 10px;
  text-transform: uppercase;
}
.right_titless {
  background: none repeat scroll 0 0 #1254A2;
  height: 190px;
  padding: 43px 0 50px 15%;
  position: relative;
}
.cont_info > p {
  color: #FFFFFF;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
}
.cont_info > a {
  color: #FFFFFF;
  //font-size: 70px;
  font-size: 60px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.right_titless:before {
  background-image: url("img/phne.png");
  background-repeat: no-repeat;
  content: "";
  height: 91px;
  left: -42px;
  position: absolute;
  top: 26%;
  width: 91px;
}

.icon_text_area.mobile_text {
  display: none;
}
.diff_picture {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 35px;
  position: relative;
}
.diff_picture:after {
  background: none repeat scroll 0 0 #FED350;
  content: "";
  height: 83%;
  left: 49.5%;
  position: absolute;
  top: 95px;
  width: 4px;
}
.diff_picture:before {
  background: none repeat scroll 0 0 #FBCE32;
  content: "";
  height: 4px;
  left: 45.7%;
  position: absolute;
  top: 94px;
  width: 97px;
}
.rightserss {
  float: left;
  width: 50%;
}
.imagess {
  text-align: center;
}
.icon_text_area {
  overflow: hidden;
}
.single_icon_text {
  float: left;
  text-align: center;
  width: 33.33%;
}
.single_icon_text > p {
  color: #FBD232;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 17px;
}
.single_icon_text span {
  color: #FFFFFF;
  display: block;
}
.right_item_text {
  float: left;
  width: 50%;
}
.realable_title > h2 {
  background-image: url("img/rbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 700;
  height: 122px;
  margin-left: 8%;
  padding: 37px;
  text-align: center;
  text-transform: uppercase;
  width: 92%;
}
.right_item_text > p {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  padding-top: 17px;
  text-align: right;
  text-transform: uppercase;
}
.right_item_text span {
  color: #FBD232;
}
.contact_form_area {
  background: none repeat scroll 0 0 #FBCE32;
  font-family: 'Exo 2',sans-serif;
  padding-bottom: 65px;
  padding-top: 40px;
}
.book_title {
  float: left;
  margin-right: 1%;
  text-align: left;
  width: 31%;
}
.book_title > h2 {
  color: #FFC12D;
  font-family: 'Exo 2',sans-serif;
  font-size: 56px;
  font-weight: 800;
  padding-top: 10px;
  text-transform: uppercase;
}
.book_title span {
  color: #FFFFFF;
  text-shadow: 1px 4px 3px #067E8A;
}
.book_title > p {
  color: #091F40;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 8px;
  text-align: center;
  text-transform: uppercase;
}
.single_form_area {
  float: left;
  overflow: hidden;
  width: 68%;
} 
.single_form {
  float: left;
  width: 33.33%;
} 
.testimonial_area{
    position: relative;
}
.owl-next {
  position: absolute;
  right: -30px;
  top: 48%;
}
.owl-prev {
  position: absolute;
  left: -30px;
  top: 48%;
}
.single_form input,.single_form select {
  border: medium none;
  border-radius: 2px;
  color: #959595;
  font-size: 14px;
  margin-bottom: 15px;
  padding: 13px;
  width: 96%;
}
.single_form select {
  background: none repeat scroll 0 0 #3F3F41;
  color: #FFFFFF;
  text-align: center;
}
.single_form input[type="submit"] {
  background: none repeat scroll 0 0 #FFC12D;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 11px;
}
.moving_out_area {
  background-color: #1355A3;
  background-image: url("img/glass.jpg");
  background-repeat: no-repeat;
  background-size: 50% 100%;
  padding-bottom: 26px;
  padding-top: 100px;
  position: relative;
}
.moving_iconss {
  left: calc(50% - 49px);
  margin-top: -55px;
  position: absolute;
  top: 0;
}

.moving_text span {
  color: #FFFFFF; 
}
.moving_text > h2 {
  color: #FBD232;
  font-family: 'Exo 2',sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
  padding-bottom: 24px;
  position: relative;
}
.moving_text > h2:before {
  background: none repeat scroll 0 0 #FBD232;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 40px;
}
.moving_text > p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 25px;
  padding-right: 10%;
  text-align: justify;
}
.moving_item_single {
  margin-bottom: 30px;
  overflow: hidden;
}
.moving_icon:before {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 1px;
  left: -56px;
  position: absolute;
  top: 56%;
  width: 66px;
}
.moving_icon {
  float: left;
  margin-left: 10%;
  margin-right: 2%;
  position: relative;
  width: 14%;
}
.moving_icon > img {
  margin-top: 12px;
}
.moving_textss {
  float: left;
  width: 74%;
}
.moving_textss > h2 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2;
}
.moving_textss span {
  color: #FFFFFF;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}

.room_area {
  padding-bottom: 15px;
  padding-top: 60px;
}
.single_room > img {
  margin-bottom: 20px;
  width: 100%;
}
.single_room:last-child {
  text-align: center;
}
.single_room:last-child img {
  width: 50%;
}
.room.mobile {
  display: none;
}
.our_client_area {
  background-image: url("img/bg1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 70px;
  width: 100%;
}
.our_client {
  text-align: center;
}
.our_client > h2 {
  color: #FFFFFF;
  font-family: 'Exo 2',sans-serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
}
.our_client span {
  color: #FBD232;
}
.testimonial_area:before {
  background-image: url("img/quote.png");
  content: "";
  height: 45px;
  left: calc(50% - 31px);
  position: absolute;
  top: -22px;
  width: 62px;
}

.testimonial_area {
  background-image: url("img/fairdinkum.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
  padding: 70px 7% 86px;
  position: relative;
  text-align: center;
}
.single_testi_item > h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.single_testi_item h3 {
  color: #FBD232;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 40px;
  padding-top: 27px;
}
.single_testi_item > p:last-child{
  margin-bottom: 0;
}
.single_testi_item > p {
  color: #FFFFFF;
  font-size: 18px;
  font-style: italic;
  line-height: 1.54;
  margin-bottom: 15px;
}
.call_to_action_area {
  background: none repeat scroll 0 0 #FBD232;
  font-family: 'Exo 2',sans-serif;
  padding: 70px 0;
}
.call_to_action .col-md-8.col-sm-8.col-xs-12 {
  padding: 0;
}
.call_to_left_righ > h2 {
  color: #1355A3;
  font-size: 31px;
  font-style: italic;
  font-weight: 700;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
}
.call_to_left:before {
  background: none repeat scroll 0 0 #1355A3;
  content: "";
  height: 1px;
  left: -106px;
  position: absolute;
  top: 54%;
  width: 118px;
}
.call_to_left {
  position: relative;
  text-align: right;
}
.call_to_left > a {
  border-radius: 100px;
  color: #262626;
  display: inline-block;
  font-weight: 700;
  margin-top: 0;
  padding: 0;
  text-decoration: none;
}

footer {
  background: none repeat scroll 0 0 #262626;
  padding: 19px 0;
}
.left_footer > p {
  color: #FFFFFF;
  font-size: 16px;
  padding: 17px 0;
}
.left_footer span {
  color: #0AD1E6;
}
.middle_footer {
  text-align: center;
}
.right_footer {
  text-align: right;
}

.right_footer li {
  display: inline;
}
.right_footer a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 15px 9px;
  text-decoration: none;
}

 .contact_form {
  overflow: hidden;
}
.contact_form h1 {
  color: #1254A2;
  float: left;
  font-size: 56px;
  font-weight: 800;
  width: 35%;
}
.contact_form h1 span {
  color: #FFFFFF;
  text-shadow: 0 4px 4px #AA945C;
}
.contact_form > h2 {
  color: #091F40;
  float: left;
  font-family: 'Open Sans',sans-serif;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 12px 0;
  text-transform: uppercase;
  width: 35%;
}
 .contact_form > a.contact_form_tel {
  background: none repeat scroll 0 0 #1355A3;
  box-shadow: 0 2px 5px #977C1E;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-left: 10%;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 20%;
}
.call_to_left img {
  width: 90%;
}
 .single_maintance, .maintance-text > h2,.hover_text{
  transition: all 0.5s;
 }
 .single_maintance:hover{
  background: #252525;
 }
 .single_maintance:hover .maintance-text > h2{
  margin-top: 14%;
 }
 .single_maintance:hover .hover_text {
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
}
 .maintance-text > h2{ 
 }
.single_maintance {
  float: left;
  overflow: hidden;
  position: relative;
  width: 25%;
}

.single_maintance:hover.single_maintance > img{
  opacity: 0;
}
.single_maintance > img {
  width: 101%;
  transition: all .5s;
}

.main_overlay {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.maintance_tion {
  float: left;
  padding-left: 5%;
  padding-top: 21%;
  text-align: left;
  width: 39%;
}

.maintance-text {
  float: left;
  width: 58%;
}
.maintance-text > h2 {
  color: #FBD232;
  font-family: 'Exo 2',sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-top: calc(50% - 13px);
  text-align: left;
}

.hover_text {
  margin-top: 105px;
  opacity: 0;
  padding-left: 0;
}
.hover_text li {
  background-image: url("img/let.png");
  background-position: 0 14px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 7px;
  padding-top: 2px;
}

.contact_form input, .contact_form select {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    border: 0;
}

@media screen and (min-width: 1000px) {
  .contact_form input:not(:last-child), .contact_form select:not(:last-child) {
    margin-bottom: 20px;
}
}

.contact_form select,
 .contact_form input[type="submit"]:hover {
    background: #3f3f41;
    color: white;
}

.contact_form input[type="submit"] {
    background: #1957a0;
    display: block;
    padding: 10px 0px;
    border: aliceblue;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    transition: background 0.35s ease;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

.contact_form h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
    color: white;
    margin-bottom: 10px;
}

.contact_form h2 > span {
    color: #1957a0;
    text-shadow: none;
}

.contact_form input:not([type="submit"]) {
    box-shadow: inset 2px 2px 1px rgba(30, 22, 30, 0.3);
}

.contact_form h3 {
    color: #091f40;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
}

.header_email{
    color: #FFFFFF;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .contact_form input, .contact_form select {
    margin-bottom: 10px;
}
.contact_form h3 {
    margin-bottom: 20px;
}
.contact_form h2, .contact_form h3 {
    text-align: center;
}
.contact_form_area {
padding: 20px;
}
}