﻿@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Header Content
	3.3 Logo
4. Menu
5. Home
6. Boxes
7. About
8. Departments
9. Services
10. CTA
11. Footer



******************************/

/***********
1. Fonts
***********/

@font-face {
    font-family: 'VarelaRound-Regular';
    src: url('../fonts/VarelaRound-Regular.ttf') format('truetype');
}
/*********************************
2. Body and some general stuff
*********************************/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
    font-family: 'VarelaRound-Regular';
    font-size: 15px;
    font-weight: 500;
    background: #FFFFFF;
    color: #696969;
    direction: rtl;
    text-align: right;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
    direction: rtl;
}

p {
    font-family: 'VarelaRound-Regular';
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    p:last-of-type {
        margin-bottom: 0;
    }

a {
    color: #fdf619;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    a, a:hover, a:visited, a:active, a:link {
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
        text-shadow: rgba(0,0,0,.01) 0 0 1px;
    }

        a:hover {
            color: #d0c900 !important;
        }

::selection {
    color: #302718;
}

p::selection {
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'VarelaRound-Regular';
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(0deg,#fffbf1,#ffffff);
}

.sitemap_super_container {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(0deg,#362d1b,#ab9963);
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.nopadding {
    padding: 0px !important;
}

.button {
    display: inline-block;
}

    .button::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: #302718;
        content: '';
        z-index: 0;
        /*-webkit-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
        -moz-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
        -ms-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
        -o-transition: all 400ms cubic-bezier(.33,.68,.59,.99);
        transition: all 400ms cubic-bezier(.33,.68,.59,.99);*/
    }

    .button a {
        display: block;
        position: relative;
        line-height: 51px;
        font-size: 14px;
        font-weight: 900;
        color: #FFFFFF;
        padding-left: 39px;
        padding-right: 45px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        z-index: 10;
    }

    .button:hover::after {
        height: 0%;
    }

    .button:hover a {
        color: #FFFFFF !important;
    }

.section_title {
    padding-top: 17px;
}

    .section_title h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 45px;
        color: #232323;
    }

.section_title_services::before {
    display: block;
    position: absolute;
    right: 1px;
    bottom: -5px;
    width: 35px;
    height: 5px;
    background: #302718;
    content: '';
}

.section_title_services::before {
    display: block;
    position: absolute;
    right: 1px;
    bottom: -5px;
    width: 35px;
    height: 5px;
    background: #302718;
    content: '';
}

.section_title_about::before {
    display: block;
    position: absolute;
    right: 1px;
    bottom: -5px;
    width: 35px;
    height: 5px;
    background: #302718;
    content: '';
}

.section_title_about h2 span {
    color: #00B3FD;
}

.section_title_light h2 {
    color: #FFFFFF;
}


/*********************************
3. Header
*********************************/

.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 100;
}

    .header.scrolled {
        /*top: -48px;*/
    }

.mobile-phone-small {
    display: none;
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar {
    width: 100%;
    background: #283290;
}

.top_bar_content {
    width: 100%;
    height: 48px;
    padding-left: 214px;
}

.top_bar_item {
    margin-left: 33px;
}

    .top_bar_item a {
        font-size: 14px;
        color: #FFFFFF;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .top_bar_item:first-child {
        margin-left: 37px;
    }

.emergencies {
    height: 100%;
    background: #ff0030;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding-left: 38px;
    padding-right: 38px;
}

/*********************************
3.2 Header Content
*********************************/

.header_container {
    width: 100%;
    background: linear-gradient(-154deg,#302718,#C7AB59);
}

.header_content {
    width: 100%;
    height: 100px;
}

.header.scrolled .header_content {
    height: 80px;
}

.main_nav ul li {
    display: inline-block;
    direction: rtl;
    margin-right: 32px;
}
    /*.main_nav ul li:not(:first-child)
{
	margin-right: 32px;
}*/
    .main_nav ul li a {
        font-size: 28px;
        font-weight: 500;
        color: #fff
    }

.hamburger {
    display: none;
    cursor: pointer;
}

    .hamburger i {
        font-size: 24px;
        color: #fff;
    }

/*********************************
3.3 Logo
*********************************/

.logo_container_outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.logo_container {
    direction: rtl;
    position: absolute;
    top: 0;
    left: 100px;
    width: 240px;
    height: 177px;
    background: #FFFFFF;
    box-shadow: 0px 31px 29px rgba(0,0,0,0.09);
    z-index: 10;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled .logo_container {
    height: 260px;
}

.logo_container a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.logo_content {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 20px;
}

.logo_line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #347512;
}

.logo {
    margin-top: 27px;
}

    .logo span {
        color: #347512;
        font-size: 33px;
    }

.logo_container a .logo:hover {
    color: #283290;
}

.logo_text {
    font-size: 30px;
    font-weight: 500;
    color: #c7ab59;
    line-height: 0.75;
}

.logo_box {
    display: inline-block;
    width: 23px;
    height: 23px;
    background: #302718;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 23px;
    text-align: center;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-left: 1px;
}

.logo_sub {
    font-size: 14px;
    font-weight: 400;
    color: #8f8e8e;
    padding-left: 3px;
    margin-top: 2px;
}

/*********************************
4. Menu
*********************************/

.menu_container {
    position: fixed;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100vh;
    background: #FFFFFF;
    z-index: 101;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
}

    .menu_container.active {
        visibility: visible;
        opacity: 1;
        right: 0;
    }

.menu {
    position: absolute;
    top: 150px;
    right: 20px;
    padding-right: 15%;
}

.menu_inner {
    width: 100%;
    height: 100%;
}

.menu_list {
    -webkit-transform: translateY(1.5rem);
    -moz-transform: translateY(1.5rem);
    -ms-transform: translateY(1.5rem);
    -o-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    -webkit-transition: all 1000ms 400ms ease;
    -moz-transition: all 1000ms 400ms ease;
    -ms-transition: all 1000ms 400ms ease;
    -o-transition: all 1000ms 400ms ease;
    transition: all 1000ms 400ms ease;
    opacity: 0;
    text-align: right;
}

.menu_container.active .menu_list {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.menu_item {
    margin-bottom: 5px;
}

    .menu_item a {
        font-family: 'VarelaRound-Regular';
        font-size: 36px;
        font-weight: 700;
        color: #272727;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .menu_item a:hover {
            color: #ffb606;
        }

.menu_close_container {
    position: absolute;
    top: 86px;
    right: 79px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_close {
    top: 9px;
    width: 21px;
    height: 3px;
    background: #3a3a3a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .menu_close::after {
        display: block;
        position: absolute;
        top: -9px;
        left: 9px;
        content: '';
        width: 3px;
        height: 21px;
        background: #3a3a3a;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
    background: #302718;
}

.menu_extra {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 15%;
    padding-bottom: 25px;
}

.menu_appointment a {
    font-size: 13px;
    color: #283290;
}

.menu_emergencies {
    font-size: 13px;
    color: #272727;
}

/*********************************
5. Home
*********************************/

.home {
    width: 100%;
    height: 80vh;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}

.home_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/background-tools.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider_progress {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #c7ab59;
    z-index: 1;
}

.home_content {
    position: absolute;
    top: 39.8%;
    right: 0;
    width: 100%;
    direction: rtl;
}

.home_content_inner {
    direction: rtl;
    text-align: right;
    width: 550px;
}

.home_title h1 {
    font-weight: 500;
    color: #fff;
    line-height: 0.75;
    font-weight: 700;
}

    .home_title h1 span {
        font-weight: 500;
        color: #fdf619;
        line-height: 0.75;
        font-weight: 700;
    }

.home_text {
    padding-left: 15px;
    margin-top: 30px;
    padding-right: 3px;
}

    .home_text p {
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        line-height: 1.25;
    }

.home_button {
    margin-top: 34px;
    margin-left: 3px;
}

/*********************************
6. Boxes
*********************************/

.boxes {
    width: 100%;
    background: linear-gradient(0deg,#fbfafa,#ffffff);
    z-index: 10;
    padding-bottom: 35px;
}

.box_col {
    margin-top: -59px;
}

.box {
    width: 100%;
    height: 250px;
    background: linear-gradient(-154deg,#b39152,#543d1b);
    padding: 20px 20px 20px 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .box::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #302718;
        content: '';
    }

    .box:hover {
        box-shadow: 0px 15px 49px rgba(0,0,0,0.59);
    }

.box_title {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.working_hours {
    padding-top: 29px;
}

.working_hours_list {
    margin-top: 20px;
}

    .working_hours_list ul li {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }

        .working_hours_list ul li:not(:last-child) {
            margin-bottom: 5px;
        }

.box_text_container {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.box_icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    float: left;
}

    .box_icon img {
        max-width: 100%;
    }

.box_text {
    font-size: 16px;
    line-height: 1.3;
    color: #e9ecef;
    font-weight: 400;
}

.box_phone {
    font-size: 30px;
    font-weight: 400;
    color: #302718;
    margin-top: 20px;
}

    .box_phone a {
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        margin-top: 20px;
    }

.box_appointments {
    padding-right: 30px;
}



/*********************************
7. About
*********************************/

.about {
    width: 100%;
    background: linear-gradient(0deg,#ecebeb,#ded2a8);
    padding: 90px 40px;
}

.about_text {
    margin-top: 34px;
}

.about_button {
    margin-top: 45px;
}

.about_image {
    position: absolute;
    left: 0;
    top: -80px;
}

    .about_image img {
        max-width: 100%;
    }

.about-title h2 {
    color: #c7ab59;
    font-size: 44px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}

    .about-title h2 span {
        color: #699E3C;
        font-size: 44px;
        text-transform: uppercase;
        position: relative;
        font-weight: 700;
    }
/*********************************
8. Departments
*********************************/

.departments {
    width: 100%;
    background: transparent;
    padding-top: 75px;
    padding-bottom: 65px;
}

.departments_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.departments_row {
    margin-top: 79px;
}

.dept_col {
    margin-bottom: 30px;
}

.dept {
    width: 100%;
    height: 100%;
}

.dept_image {
    width: 100%;
}

    .dept_image img {
        max-width: 100%;
    }

.dept_content {
    padding-top: 48px;
    padding-bottom: 55px;
    background: #FFFFFF;
}

    .dept_content::after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #302718;
        content: '';
    }

.dept_title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #232323;
}

.dept_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
    margin-top: 5px;
}

.dept_text p {
    color: #FFFFFF;
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
}

.dept_button {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
}

    .dept_button a {
        color: #272727;
    }

/*********************************
9. Services
*********************************/

/*=========================
	services CSS
===========================*/
.service {
    background: linear-gradient(-154deg,#302718,#C7AB59);
    padding-bottom: 30px;
}

    .service .section-title {
        text-align: center;
    }

        .service .section-title h2 {
            color: #c7ab59;
            font-size: 44px;
            text-transform: uppercase;
            position: relative;
            font-weight: 700;
        }

            .service .section-title h2 span {
                color: #699E3C;
            }

    .service .section-title {
        margin: 70px;
    }

    .service .single-news {
        background: #fff;
        border: 1px solid #eeeeee;
        overflow: hidden;
        margin: 5px;
        margin-top: 30px;
        position: relative;
    }

        .service .single-news img {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            transition: all 1s ease;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

        .service .single-news .image-big {
            display: block;
        }

        .service .single-news .image-wide {
            display: none;
        }

        .service .single-news:hover img {
            transform: scale(1.1);
        }

        .service .single-news .news-head {
            position: relative;
            height: 180px;
            overflow: hidden;
        }

        .service .single-news .news-date {
            background: #a28248;
            position: absolute;
            left: -80px;
            top: -20px;
            height: 107px;
            width: 216px;
            text-align: center;
            border-bottom: 6px solid #fff;
            padding-top: 25px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            transform: rotate(-45deg);
            z-index: 3333;
        }

            .service .single-news .news-date span {
                display: block;
                color: #fff;
                font-size: 17px;
                font-weight: 600;
                line-height: 22px;
                text-transform: uppercase;
            }

                .service .single-news .news-date span:before {
                    position: relative;
                    content: "";
                    left: 0;
                    top: 0;
                    height: 20px;
                    width: 20px;
                    color: #000;
                }

        .service .single-news .news-view {
            background: #a28248;
            position: absolute;
            right: -300px;
            top: 197px;
            height: 37px;
            padding: 0 20px;
            text-align: center;
            line-height: 37px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
            border-radius: 10px 0px 0px 0px;
        }

        .service .single-news:hover .news-view {
            right: 0;
        }

        .service .single-news .news-view span {
            display: inline-block;
            color: #fff;
            font-size: 15px;
            text-transform: lowercase;
            margin-right: 10px;
        }

        .service .single-news .news-view i {
            color: #fff;
            margin-right: 5px;
            font-size: 17px;
        }

        .service .single-news .news-body {
            padding: 20px;
            height: 250px;
            position: relative;
        }

            .service .single-news .news-body h2 {
                font-size: 18px;
                text-transform: uppercase;
                font-weight: 500;
            }

                .service .single-news .news-body h2 a {
                    text-decoration: none;
                    font-weight: 700;
                    font-size: 24px;
                    color: #C7AB59;
                }

                .service .single-news .news-body h2:hover a {
                    color: #a28248
                }

            .service .single-news .news-body p {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 5;
                overflow: hidden;
                text-overflow: ellipsis;
                color: #696969;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

            .service .single-news .news-body .btn {
                position: absolute;
                bottom: 10px;
                right: 10px;
                background: #a28248;
                padding: 0;
                height: 26px;
                width: 110px;
                line-height: 24px;
                border-radius: 0px;
                color: #fff;
            }

                .service .single-news .news-body .btn:hover {
                    color: #fff;
                    background: #7397b1;
                }

                .service .single-news .news-body .btn i {
                    -webkit-transition: all 0.4s ease;
                    -moz-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                }

                .service .single-news .news-body .btn:hover i {
                    margin-left: 5px;
                }
/*=========================
	End services CSS
===========================*/

/*.services {
    width: 100%;
    background: linear-gradient(0deg,#d1cdcd,#ffffff);
    padding-top: 95px;
    padding-bottom: 65px;
}
.service-title {
    text-align: center;
}
.service-title h2 {
    color: #000;
    font-size: 44px;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}
    .service-title h2 span {
        color: #CB2028;
    }
.services_row {
    margin-top: 95px;
}

.service_col {
    margin-bottom: 30px;
}

.service {
    text-align:center;
    width: 100%;
    background: #f5f7fa;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
   
}

    .service:hover {
        background: #283290;
    }

    .service::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 4px;
        background: #302718;
        content: '';
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .service:hover::after {
        visibility: visible;
        opacity: 1;
    }

.service_icon {
    width: 61px;
    height: 61px;
    margin-left: auto;
    margin-right: auto;
}

    .service_icon png {
        width: 61px;
        height: 61px;
    }

    .service_icon img {
        max-width: 100%;
    }

.png path,
.png rect,
.png polygon {
    fill: #302718;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.service:hover .png path,
.service:hover .png rect,
.service:hover .png polygon {
    fill: #FFFFFF;
}

.service_text {
    margin-top: 12px;
    font-size: 20px;
}

    .service_text p {
       
 
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
         color: #696969;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .service_text .p-hi {
        display: -webkit-box;
    }
    .service_text .p-low {
        display:none;
    }
.service_title {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
    padding-top: 41px;
    margin-top: 26px;
    min-height: 100px;
}

    .service_title::before {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 54px;
        height: 3px;
        background: #302718;
        content: '';
    }

.service:hover .service_title {
    color: #FFFFFF;
}

.service:hover .service_text p {
    color: rgba(255,255,255,0.65);
}
.read_more_wrap {
    width: 100%;
  
    position: relative;
    padding-top: 20px;
}
.read_more {
    position: absolute;
    left: 10px;
    color:#302718 !important;
}*/
/*********************************
10. CTA
*********************************/
.cta {
    width: 100%;
    padding-top: 131px;
    padding-bottom: 116px;
}

.cta_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cta_content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

    .cta_content h2 {
        font-size: 48px;
        font-weight: 700;
        color: #FFFFFF;
    }

    .cta_content p {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: -3px;
    }

.cta_button {
    margin-top: 38px;
}

/*********************************
11. Footer
*********************************/

.footer {
    width: 100%;
}

.footer_container {
    width: 100%;
    background: #524527;
    padding-bottom: 0px;
}

.footer_logo_container {
    width: 100%;
    height: 157px;
    background: #FFFFFF;
}

    .footer_logo_container::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #302718;
        content: '';
    }

    .footer_logo_container a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .footer_logo_container .logo_content {
        display: inline-block;
        padding-left: 0;
        width: auto;
        height: auto;
    }

    .footer_logo_container .logo {
        margin-top: 10px;
    }

.footer_about_text {
    margin-top: 36px;
}

    .footer_about_text p {
        color: #b2b2b2;
    }

.footer_about_list {
    margin-top: 32px;
}

    .footer_about_list li:not(:last-child) {
        margin-bottom: 9px;
    }

.footer_about_icon {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: #302718;
    text-align: center;
    vertical-align: middle;
}

    .footer_about_icon img {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.footer_about_list li span {
    font-size: 14px;
    font-weight: 500;
    color: #b2b2b2;
    padding-left: 10px;
}

.footer_column {
    padding-top: 0px;
}

.footer_title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.footer_links ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: 30px 0px;
}

    .footer_links ul li {
        margin-right: 20px;
        margin-left: 20px;
    }
        /*.footer_links ul li:not(:first-child) {
            margin-right: 20px;
        }
        .footer_links ul li:not(:last-child) {
            margin-left: 20px;
        }*/


        .footer_links ul li a {
            width: 100%;
            font-size: 14px;
            font-weight: 500;
            color: #b2b2b2;
        }

.footer_news ul {
    margin-top: 35px;
}

.footer_news_title a {
    font-size: 15px;
    font-weight: 500;
    color: #b2b2b2;
}

.footer_news_date {
    font-size: 14px;
    font-weight: 500;
    color: #302718;
    margin-top: 7px;
}

.footer_news ul li:not(:last-child) {
    margin-bottom: 38px;
}

.copyright {
    width: 100%;
    background: #332919;
}

.copyright_content {
    width: 100%;
    height: 62px;
}

.cr {
    font-size: 14px;
    font-weight: 500;
    color: #97979c;
}

.footer_social ul {
    margin-right: -5px;
}

    .footer_social ul li {
        display: inline-block;
    }

        .footer_social ul li:not(:last-child) {
            margin-right: 19px;
        }

        .footer_social ul li a i {
            color: #302718;
            padding: 5px;
            font-size: 14px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .footer_social ul li a i:hover {
                color: #FFFFFF;
            }


/*===========================
	Contact CSS
=============================*/
.contact {
    background: linear-gradient(0deg,#ffffff,#fffbf1);
    padding: 20px 0px;
}

.contact-section {
    padding-top: 20px;
}

.contact .section-title h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.contact .form-head {
    padding: 50px;
    box-shadow: 4px 4px 10px #0003;
    background: #fff;
}

.contact .form .form-group {
    margin-bottom: 25px;
}

    .contact .form .form-group:last-child {
        margin-bottom: 0px;
    }

.contact .form input {
    width: 100%;
    height: 46px;
    padding-right: 15px;
    border: 1px solid #ccc;
    text-transform: capitalize;
}

    .contact .form input:hover, .contact .form input:focus {
        border-color: #302718;
    }

.contact .form textarea {
    width: 100%;
    height: 200px;
    padding: 15px;
    border: 1px solid #ccc;
    text-transform: capitalize;
    /*resize:none;*/
}

    .contact .form textarea:hover,
    .contact .form textarea:focus {
        border-color: #302718;
    }

.contact .contact-info {
    padding: 50px;
    box-shadow: 4px 4px 10px #0003;
}

    .contact .contact-info .contact-box {
        padding: 0px 20px;
        font-size: 18px;
    }


    .contact .contact-info h4 {
        color: #C7AB59;
        font-size: 25px;
        margin: 8px 0px 10px 0px;
        text-transform: capitalize;
    }

    .contact .contact-info p {
        color: #777;
        display: block;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .contact .contact-info a {
        color: #777;
        font-size: 18px;
    }

    .contact .contact-info span {
        display: block;
        color: #777;
        margin-top: 10px;
    }

        .contact .contact-info span i {
            color: #C7AB59;
            font-size: 20px;
            min-width: 32px;
        }

        .contact .contact-info span a:hover {
            color: #302718;
        }

/*.contact .form .btn {
        background: #302718;
        color: #fff;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border-radius: 0px;
        border-radius: 7px 0px 7px 0px;
    }*/

.contact .form .btn i {
    margin-left: 10px;
}

.contact .form .btn:hover {
    background: #302718;
    color: #fff;
    border-radius: 7px 0px 7px 0px;
}
/*===========================
	End Contact CSS
=============================*/





/*********************************
 price-list
*********************************/


.price-list {
    width: 100%;
    height: 400px;
}

.price-list-background {
    background-image: url(../images/background-2.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.price-list-container {
    width: 100%;
    height: 100%;
}

.price-list-container-box {
    padding: 25px 92px 15px 90px;
}

    .price-list-container-box .price-list-box-title {
        padding-right: 0px;
        padding-left: 0px;
    }

        .price-list-container-box .price-list-box-title p {
            color: #283290;
            padding: 5px;
            font-size: 22px;
        }

.price-list-container .price-list-container-box .row {
    border-bottom: 1px solid #ccc;
}

.price-list-sub-header {
    background: linear-gradient(30deg,#ecebeb,#fbfafa);
}

.price-list-container-box .price-list-box {
    padding-right: 0px;
    padding-left: 0px;
}

    .price-list-container-box .price-list-box p {
        display: contents;
        color: #272727;
        padding: 5px 5px 5px 15px;
        font-size: 19px;
    }

        .price-list-container-box .price-list-box p span {
            color: #b2b2b2;
            padding: 5px 0px 5px 5px;
            font-size: 14px;
            text-decoration-line: line-through;
        }

.price-list-mark {
    padding: 0px 90px 20px 90px;
}

    .price-list-mark p {
        margin: 0px;
    }

.price-list-progress {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #302718;
    z-index: 1;
}

.price-list-content {
    position: absolute;
    top: 39.8%;
    right: 0;
    width: 100%;
    direction: rtl;
}

.price-list-content-inner {
    direction: rtl;
    text-align: right;
    width: 550px;
    padding-top: 45px;
}

.price-list-title h1 {
    font-weight: 500;
    color: #283290;
    line-height: 1.4;
}

    .price-list-title h1 span {
        font-weight: 500;
        color: #302718;
        line-height: 0.75;
    }

.price-list-text {
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 3px;
}

    .price-list-text p {
        font-size: 24px;
        font-weight: 500;
        color: #8f8e8e;
        line-height: 1.75;
    }



sitemap
*********************************/


.sitemap {
    width: 100%;
    height: 400px;
}

.sitemap-background {
    background-image: url(../images/home_background.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sitemap-container {
    width: 100%;
    height: 100%;
}

.sitemap-container-box {
    padding: 25px 92px 15px 90px;
}

    .sitemap-container-box .sitemap-box-title {
        padding-right: 0px;
        padding-left: 0px;
    }

        .sitemap-container-box .sitemap-box-title p {
            color: #283290;
            padding: 5px;
            font-size: 22px;
        }

.sitemap-container .sitemap-container-box .row {
    border-bottom: 1px solid #ccc;
}

.sitemap-sub-header {
    background: linear-gradient(30deg,#ecebeb,#fbfafa);
    padding-right: 5px;
    padding-left: 0px;
}

.sitemap-container-box .sitemap-box {
    padding-right: 0px;
    padding-left: 0px;
}

    .sitemap-container-box .sitemap-box p {
        color: #272727;
        padding: 5px;
        font-size: 19px;
    }



.sitemap-progress {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #302718;
    z-index: 1;
}

.sitemap-content {
    position: absolute;
    top: 39.8%;
    right: 0;
    width: 100%;
    direction: rtl;
}

.sitemap-content-inner {
    direction: rtl;
    text-align: right;
    width: 550px;
    padding-top: 45px;
}

.sitemap-title h1 {
    font-weight: 500;
    color: #283290;
    line-height: 1.4;
}

    .sitemap-title h1 span {
        font-weight: 500;
        color: #302718;
        line-height: 0.75;
    }

.sitemap-text {
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 3px;
}

    .sitemap-text p {
        font-size: 24px;
        font-weight: 500;
        color: #8f8e8e;
        line-height: 1.75;
    }




/*********************************
 info-page
*********************************/

.info-page {
    width: 100%;
    height: 400px;
}

.info-page-background {
    background-image: url(../images/background-tools.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.elock-page-background {
    background-image: url('../images/elock12.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.elock-Premium-page-background {
    background-image: url(../images/Background-elock-Premium.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.info-page-container {
    width: 100%;
    height: 100%;
}

.info-page-container-box {
    padding: 25px 92px 15px 90px;
}

    .info-page-container-box .info-page-box-title {
        padding-right: 0px;
        padding-left: 0px;
    }

        .info-page-container-box .info-page-box-title p {
            color: #283290;
            padding: 5px;
            font-size: 22px;
        }

.info-page-container .info-page-container-box .row {
    border-bottom: 1px solid #ccc;
}

.info-page-sub-header {
    background: linear-gradient(30deg,#ecebeb,#fbfafa);
}

.info-page-container-box .info-page-box {
    padding-right: 0px;
    padding-left: 0px;
}

    .info-page-container-box .info-page-box p {
        color: #272727;
        padding: 5px;
        font-size: 19px;
    }



.info-page-progress {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    max-width: 100%;
    height: 2px;
    background: #302718;
    z-index: 1;
}

.info-page-content {
    position: absolute;
    top: 39.8%;
    right: 0;
    width: 100%;
    direction: rtl;
}

.info-page-content-inner {
    direction: rtl;
    text-align: right;
    padding-top: 45px;
}

.info-page-title h1 {
    font-weight: 500;
    color: #ffffff;
    width: fit-content;
    line-height: 1;
    /*background-color: #ffffff33;*/
    padding: 0px 0px;
}

    .info-page-title h1 span {
        font-weight: 500;
        color: #fdf619;
        line-height: 0.75;
        font-size: 36px;
    }

    .info-page-title h1 .red {
        display: inline-block;
        font-weight: 500;
        color: #ff0a0a;
        line-height: 1.25;
        font-size: 36px;
    }

    .info-page-title h1 .red-low {
        font-weight: 500;
        color: #ff0a0a;
        line-height: 0.75;
        font-size: 24px;
    }

.info-page-text {
    padding-left: 20px;
    margin-top: 10px;
    padding-right: 3px;
}

    .info-page-text p {
        font-size: 24px;
        font-weight: 500;
        color: #8f8e8e;
        line-height: 1.75;
    }

.E-lock-choice-content {
    display: block;
    position: relative;
}

    .E-lock-choice-content .choice-image {
        margin: 30px 30px;
        display: inline-block;
    }

        .E-lock-choice-content .choice-image img {
            width: 360px;
        }

.choice-page-content {
    width: 100%;
}

.elementor-widget-call-to-action .elementor-ribbon-inner {
    background-color: #61ce70;
    font-family: "Rubik", Sans-serif;
    font-weight: 500;
}

.elementor-icon-list-item .elementor-icon-list-icon i {
    color: #302718;
    font-size: 14px;
}

.elementor-center {
    max-width: 1024px;
    margin: auto;
}

.img-box {
    height: 600px;
}

.container-merg {
    margin: 30px 00px;
}

.home-repair-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/fixing-Tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.plumbing-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/plumbing-work-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.furniture-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/furniture-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hanging-picture-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hanging-picture-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.water-heater-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/water-heater-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.painting-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/painting-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.plaster-walls-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/plaster-walls-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.garden-furniture-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/garden-furniture-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.pool-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/pool-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.Price-Offer-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hanging-picture-tall.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.text-section .about_text {
    margin-top: 16px;
    margin-bottom: 28px;
}

    .text-section .about_text p {
        font-size: 16px;
        line-height: 1.4;
    }

        .text-section .about_text p .Marker {
            color: red;
            line-height: 1.4;
        }

.fb_dialog {
    left: 18pt;
    right: unset !important;
}

.fb_iframe_widget iframe {
    position: absolute;
    right: unset !important;
    left: 9pt;
}

.Nagish-up {
    top: 101px !important;
}

.Nagish-down {
    top: 81px !important;
}

.ul-notice {
    margin-right: 20px;
    list-style-type: circle;
}

.fb-link a,i {
    color: #283290;
  
}

    .fb-link a:hover,i:hover {
        color: #007bff  !important;
    }
