/*! 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}

header {
  background: #0b253e none repeat scroll 0 0;
}
.left_header > img {
  float: left;
  margin: 12px 10px 12px 0;
}
.left_header > p {
  color: #fff;
  font-size: 16px;
  padding: 16px;
}
.right_header > p {
  background: #d39f3c none repeat scroll 0 0;
  color: #0b253e;
  font-size: 18px;
  font-weight: 700;
  padding: 14px;
  text-align: center;
}
.main_header_area {
  background-image: url("img/bg1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 102%;
}
.logo > img {
  margin-bottom: 15px;
  margin-top: 5px;
}
.header_info::before {
  background-image: url("img/tir.png");
  background-repeat: no-repeat;
  content: "";
  height: 204px;
  left: 59%;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 99;
}
.header_info {
  position: relative;
}
.contacts {
  background-image: url("img/phon.png");
  background-position: 0 29px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 5%;
  padding-left: 14%;
}
.contacts > p {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 30px;
}
.contacts > a {
  color: #000000;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  padding-top: 9px;
  text-decoration: none;
}
.quality {
  position: absolute;
  right: 0;
  top: 5px;
}
.quality > img {
  position: relative;
  width: 90%;
  z-index: 99;
}

.banner_area {
  background-image: url("img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_list.clearfix > h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  padding-bottom: 30px;
  padding-right: 6%;
  padding-top: 100px;
  text-shadow: 0 1px 6px #7e6f35;
  text-transform: uppercase;
}
.banner_list ul li {
  background-image: url("img/li1.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding: 8px 0 8px 8%;
  text-shadow: 0 1px 6px #7e6f35;
  text-transform: uppercase;
}
.best_image {
  margin-bottom: 35px;
  margin-top: 45px;
  position: relative;
}
.image {
  left: 0;
  position: absolute;
  top: -15px;
}
.image > img {
  width: 92%;
}
.call_content {
  background: #d39f3c none repeat scroll 0 0;
  float: right;
  padding-bottom: 18px;
  padding-right: 3%;
  padding-top: 20px;
  text-align: right;
  width: 81%;
}
.call_content > img {
  width: 52%;
}

.banner_form {
  background: rgba(17, 37, 58, 0.8) none repeat scroll 0 0;
  padding: 0 9%;
}
.banner_form > h2 {
  color: #ffffff;
  font-size: 21.5px;
  font-weight: 700;
  line-height: 26px;
  padding: 88px 0 28px;
  text-align: center;
}
.banner_form > ul {
  padding: 0 5%;
}
.banner_form li {
  background-image: url("img/li2.png");
  background-position: 0 4px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 8px;
  padding-left: 9%;
}
.form_area {
  margin-top: 25px;
  padding: 0 5%;
}
.form_area input, .form_area select {
  border: 1px solid #bfc3c8;
  color: #bdb8b5;
  font-size: 11.5px;
  margin-bottom: 10px;
  padding: 6px 11px;
  width: 100%;
}
.form_area textarea{
  border: 1px solid #bfc3c8;
  color: #bdb8b5;
  font-size: 11.5px;
  margin-bottom: 10px;
  padding: 6px 11px;
  width: 100%;
  height: 100px;
}
.form_area input[type="submit"] {
  background: #ffde17 none repeat scroll 0 0;
  border: medium none;
  color: #0b253e;
  font-size: 18px;
  font-weight: 700;
  padding: 8px;
}
.form_area p {
  background-image: url("img/tir1.png");
  background-position: 1px 9px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 15px;
  padding-left: 7%;
}



.perfect_truct{
    background: #fff;
}
.black_list_area {
  background: #000000 none repeat scroll 0 0;
  text-align: center;
}
.black_list li:first-child{
    background-image: none;
}
.black_list li {
  background-image: url("img/li3.png");
  background-position: 0 41px;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 34px 18px;
  text-transform: uppercase;
}

.before_after.clearfix > h2 {
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 20px;
  padding: 20px;
  text-align: center;
}
.single_before {
  border-right: 1px solid #0b253e;
  float: left;
  width: 25%;
}
.single_before > img {
  width: 100%;
}
.before_after.clearfix {
  background: #0b253e none repeat scroll 0 0;
  padding-bottom: 15px;
}
.perfect_truct.clearfix {
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
}
.perfect_truct.clearfix > h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.perfect_truct.clearfix > p {
  color: #000000;
  font-size: 18px;
  padding: 35px 26%;
}
.perfect_truct.clearfix > h2 {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
.perfect_truct.clearfix a {
  color: #000;
  text-decoration: none;
}

.book_online_area.clearfix {
  background: #2f231d none repeat scroll 0 0;
}
.left_text > p {
  color: #fff;
  font-weight: 600;
  padding: 30px;
  text-align: right;
  text-transform: uppercase;
}
.right_text > a {
  background: #b04d4e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
  padding: 8px 8%;
  text-decoration: none;
}
.perfect_truct span {
  display: block;
  margin-bottom: 5px;
}

.reason_to_chose.clearfix {
  background-image: url("img/bg3.jpg");
  background-position: center top;
  background-size: 100% 100%;
  padding: 0 10% 60px;
}
.reason_to_chose.clearfix > h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 60px;
  padding-top: 75px;
  text-align: center;
}
.single_reason {
  float: left;
  margin-bottom: 40px;
  text-align: center;
  width: 33.33%;
}
.service_area.clearfix {
  background-image: url("img/eit.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.service_area.clearfix > h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 45px;
  padding-top: 40px;
  text-align: center;
}
.single_service {
  margin-bottom: 40px;
  padding: 0 5%;
}
.single_service > h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.single_service > p {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
}
.leftsss {
  padding-left: 8%;
}
.before_after_area {
  background-image: url("img/bg2.jpg");
  background-size: cover;
}
.get_in_tuch_area {
  background-image: url("img/bg4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.padding_right {
  padding-right: 0;
}
.border_tuch {
  background: rgba(172, 128, 49, 0.6) none repeat scroll 0 0;
  padding: 50px;
}
.left_tuch {
  background: rgba(205, 164, 88, 0.8) none repeat scroll 0 0;
  min-height: 360px;
  text-align: center;
}
.left_tuch > p {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 24px;
  padding-top: 55px;
  text-decoration: underline;
}
.border_contact {
  background: rgba(18, 34, 52, 0.7) none repeat scroll 0 0;
  padding: 50px;
}
.right_tuch {
  background: rgba(53, 71, 90, 0.8) none repeat scroll 0 0;
  min-height: 360px;
  text-align: center;
}
.right_tuch > p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 85px 16% 0;
}
.right_tuch > a {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  padding: 9px 14%;
  text-decoration: none;
}

footer {
  background: #000000 none repeat scroll 0 0;
}
.footer_text > p {
  color: #fff;
  font-size: 14px;
  padding: 35px 0;
}
.footer_logo {
  text-align: right;
}
.footer_logo img {
  margin: 17px 0;
}













