/*! 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!important;
}
.padding_right{
    padding-right:0px!important;
}
body{
    font-family: 'Exo 2', sans-serif;
}
.babas{
    font-family: 'bebas';
}
.column {width:1000px}
.{
    font-family: 'Open Sans', sans-serif;
}

header {
  background-image: url("img/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
  padding: 35px 0;
  text-align: center;
}
.clieck_btton {
  padding: 53px 45px;
  text-align: right;
}
.lock_content {
  position: relative;
}
.main_lock {
  position: relative;
}
.main_lock > h2 {
  background-image: url("img/lock.png");
  background-position: 0 11px;
  background-repeat: no-repeat;
  color: #F7B71D;
  font-size: 51px;
  font-weight: 800;
  line-height: 1.1;
  padding-left: 100px;
  text-transform: uppercase;
}
.main_lock span {
  color: #FFFFFF;
  display: block;
}

.main_lock > p {
  color: #FFFFFF;
  font-family: 'Open Sans',sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
}
.right_image {
  bottom: -20px;
  position: absolute;
  right: 0;
  z-index: 99999;
}
.main_affort {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.left_affort {
  background-image: url("img/text1.png");
  float: left;
  height: 185px;
  padding: 46px 20px;
  text-align: center;
  width: 50%;
}
.left_affort > h2 {
  color: #FFFFFF;
  font-size: 49px;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  padding-right: 5%;
}
.left_affort span {
  color: #FF3900;
}
.left_affort > p {
  color: #707070;
  font-size: 35px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.2;
  padding-right: 6%;
  text-transform: uppercase;
}
.right_effort:before {
  background-image: url("img/phon.png");
  background-repeat: no-repeat;
  content: "";
  height: 91px;
  left: -45px;
  position: absolute;
  top: 48px;
  width: 91px;
}
.right_effort {
  background: none repeat scroll 0 0 #FF3900;
  float: left;
  height: 185px;
  padding: 39px 17px 35px 30px;
  position: relative;
  text-align: center;
  width: 50%;
}
.right_effort > p {
  color: #FFFFFF;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}
.right_effort > a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 78px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.main_icon_effect {
  margin-top: 35px;
  overflow: hidden;
}
 
.single_icon {
  float: left;
  position: relative;
  text-align: center;
  width: 33.33%;
}
.left_icon {
  float: left;
  overflow: hidden;
  width: 50%;
}
.single_icon:before {
  background: none repeat scroll 0 0 #F23701;
  content: "";
  height: 1px;
  position: absolute;
  right: -37px;
  top: 62px;
  width: 75px;
}
.tiotal_area > div {
  text-align:center;
}
.single_icon > p, .tiotal_area > div > p {
  color: #FF3900;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  padding-top: 15px;
  text-transform: uppercase;
}
.tiotal_area > div > p > span {
  color:rgb(255,255,255);
}
.single_icon p span {
  color: #FFFFFF;
  display: block;
}
.right_icon {
  float: left;
  padding-bottom: 380px;
  position: relative;
  text-align: right;
  width: 50%;
}
.right_icon:before {
  background: none repeat scroll 0 0 #F23701;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 62px;
  width: 50px;
}
.right_icon:after {
  background-image: url("img/line.png");
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 62px;
  width: 1px;
}

.house_apartment_area {
  background-color: #FF3900;
  background-image: url("img/banner1.jpg");
  background-repeat: no-repeat;
  background-size: 50% 100%;
  font-family: 'Open Sans',sans-serif;
}
.house_appartment {
  position: relative;
}
.key_icon {
  position: absolute;
  text-align: center;
  top: -52px;
  width: 100%;
}
.left_apartment {
  padding-bottom: 35px;
  padding-right: 30px;
  padding-top: 30px;
}
.left_apartment > h2 {
  color: #FFFFFF;
  font-family: 'Exo 2',sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 25px;
  padding: 25px 0;
  position: relative;
}
.left_apartment > h2:before {
  background: none repeat scroll 0 0 #FF3900;
  bottom: -4px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 45px;
}
.left_apartment span {
  color: #FF3900;
}
.left_apartment > p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 12px;
}
.right_house {
  padding-top: 90px;
}
.single_house {
  margin-bottom: 55px;
  overflow: hidden;
}
.house_icon:before {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 33px;
  width: 64px;
}
.house_icon {
  float: left;
  padding-left: 11%;
  position: relative;
  width: 30%;
}
.house_text {
  float: left;
  width: 70%;
}
.house_text > p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.4;
}
.house_text > h3 {
    color: rgb(255,255,255);
    font-weight: bold;
}
.single_image {
  float: left;
  position: relative;
  width: 25%;
}
.single_image > img, .single_image_four > a > img {
  width: 100%;
  filter: brightness(80%);
}
.single_image > h2 {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  left: 38%;
  position: absolute;
  top: 40%;
}
.overley_text {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.overley_text > a >p {
  background-image: url("img/call1.png");
  background-position: 27px 1px;
  background-repeat: no-repeat;
  background-size: 50px auto;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 75px;
  padding-left: 20%;
}

.testimonial {
  overflow: hidden;
}
.testimonial h1 {
  color: #FFFFFF;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 85px;
  padding-top: 70px;
  text-align: center;
}
.testimonial span {
  color: #F7B71D;
}
.testimonial_area {
  background-image: url("img/banner2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}
.fullwidth_image_area {
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: rgb(255,57,0);
}
.testimonial {
  overflow: hidden;
}
.testimonial h1 {
  color: #FFFFFF;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 85px;
  padding-top: 70px;
  text-align: center;
}
.testimonial span {
  color: #F7B71D;
}
.single_testi_area:before {
  background-image: url("img/quote.png");
  background-repeat: no-repeat;
  content: "";
  height: 45px;
  left: calc(50% - 31px);
  position: absolute;
  top: -20px;
  width: 62px;
}
.single_testi_area {
  background: none repeat scroll 0 0 rgba(0,0,0,0.4);
  margin-bottom: 80px;
  padding: 70px 5% 60px;
  position: relative;
  text-align: center;
}
.single_testi.item {
  font-family: 'Open Sans',sans-serif;
}
.single_testi.item > h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.single_testi h3 {
  color: #F7B71D;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 0 40px;
}
.single_testi.item > p {
  color: #959595;
  font-size: 18px;
  font-style: italic;
  padding: 0 5% 15px;
}
.client_area {
  padding: 16px 0;
  text-align: center;
}
.client li {
  float: left;
  text-align: center;
  width: 20%;
}
.red_bg_area {
  background: none repeat scroll 0 0 #FF3900;
  padding-bottom: 140px;
  padding-top: 120px;
}
.left_text_red {
  float: left;
  padding-left: 5%;
  width: 55%;
}
.left_text_red > h2 {
  color: #FFFFFF;
  font-size: 31px;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}
.right_text_regbg {
  float: left;
  position: relative;
  text-align: center;
  width: 45%;
}
.right_text_regbg:before {
  background: none repeat scroll 0 0 #FFFFFF;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 22px;
  width: 143px;
}
.right_text_regbg > a {
  background: none repeat scroll 0 0 #252525;
  border-radius: 100px;
  color: #F7B71D;
  display: inline-block;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 25px;
  text-decoration: none;
}




.top_footer_area {
  background: none repeat scroll 0 0 #111111;
  padding: 26px 0;
}
.left_logos {
  float: right;
}
.left_logos > p {
  color: #FF3900;
  float: left;
  font-size: 16px;
  font-weight: 600;
  padding-right: 23px;
  padding-top: 55px;
  text-transform: uppercase;
}

footer {
  background: none repeat scroll 0 0 #363636;
  font-family: 'Open Sans',sans-serif;
}

.left_footer_text > p {
  color: #FFFFFF;
  font-size: 16px;
  padding: 30px 0;
}
.left_footer_text span {
  color: #FF3900;
}
.footer_logo {
  padding: 12px 0;
}
.footer_menu {
  text-align: right;
}
.footer_menu li {
  display: inline;
}
.footer_menu a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  padding: 30px 11px;
  text-decoration: none;
}
.testimonial { 
  position: relative;
}
.owl-prev {
  position: absolute;
  right: 10px;
  top: 190px;
}
.owl-next {
  position: absolute;
  left: 10px;
  top: 190px;
}

.call_now:hover, .call_now_bottom:hover {
  text-decoration:none;
}

.call_now_bottom {
  font-style: italic;
}
.footer_menu > ul > li > span {
    width: 1px;
    height: 20px;
    background-color: rgb(185,49,10);
    position: absolute;
    top: 40%;
}
.single_image_four {
    float: left;
    position: relative;
    width: 25%;
}
.single_image_four > a > img {
    width: 100%;
    filter: brightness(100%);
}

.left_apartment ul li {
    color: white;
    list-style-type: disc;
}

.left_apartment ul {
    margin: 0px 0px 20px 15px;
}