﻿@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Products
7. Boxes
8. Features
9. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaLT-Book.ttf') format('truetype');
}

/*********************************
2. Body and some general stuff
*********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: IRANSans !important;
    font-weight: 300;
    direction: rtl;
    background-color: #f5f5f1;
    margin: 0;
    overflow-y: auto;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    font-family: IRANSans !important;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: IRANSans;
}

h1 {
    font-weight: bold;
}

html {
    font-family: IRANSans;
}

* {
    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-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
    font-family: IRANSans !important;
    direction: rtl;
}

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;
}

p {
    font-family: IRANSans !important;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: #969696;
    -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 a {
        display: inline;
        position: relative;
        color: inherit;
        border-bottom: solid 1px #ffa07f;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    p:last-of-type {
        margin-bottom: 0;
    }

a {
    -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;
    }

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

    p a:hover::after {
        opacity: 0.2;
    }

::selection {
    background: rgba(188,155,155,0.6);
    color: #FFFFFF;
}

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: IRANSans !important;
    -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;
    line-height: 1.2;
}

    h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }

img {
    max-width: 100%;
}

button:active {
    outline: none;
}

.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: #f5f5f5;
    background-image: url('../images/bg.png');
    background-repeat: repeat;
}

.super_container_inner {
    margin-top: 50px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .super_container_inner.active {
        -webkit-transform: translateX(350px);
        -moz-transform: translateX(350px);
        -ms-transform: translateX(350px);
        -o-transform: translateX(350px);
        transform: translateX(350px);
    }

.super_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.super_container_inner.active .super_overlay {
    visibility: visible;
    opacity: 1;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.nopadding {
    padding: 0px !important;
}

.section_title {
    font-size: 36px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.2;
}

/*********************************
3. Header
*********************************/

.header {
    display: block;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 100;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .header.active {
        -webkit-transform: translateX(350px);
        -moz-transform: translateX(350px);
        -ms-transform: translateX(350px);
        -o-transform: translateX(350px);
        transform: translateX(350px);
    }

.header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header.active .header_overlay {
    visibility: visible;
    opacity: 1;
}

.header_content {
    width: 100%;
    height: 79px;
    padding-left: 20px;
    padding-right: 42px;
}

.header.scrolled {
    box-shadow: 0px 5px 15px rgba(0,0,0,0.08);
}

.logo a > div > div:last-child {
    padding-left: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
}

.hamburger {
    display: none;
    margin-left: 25px;
    cursor: pointer;
    margin-top: 4px;
}

    .hamburger i {
        font-size: 24px;
        /*color: #b13a3a*/
        color: #00b5cd;
    }

    .hamburger:hover i {
        /*color: #71bf44;*/
        color: #d3ab6e;
    }

.main_nav {
    margin-left: 111px;
}

    .main_nav ul li {
        margin: 0 15px;
    }

        .main_nav ul li a {
            font-size: 20px;
            /*color: #b13a3a;*/
            color: #00b5cd;
            font-weight: 400;
        }

            .main_nav ul li.active a,
            .main_nav ul li a:hover {
                /*color: #71bf44;*/
                color: #d3ab6e;
            }

.header_search {
    margin: 0 10px;
}

.header_left {
    left: 0px;
    position: absolute;
}

.header_search_form {
    display: block;
}

.search_input {
    width: 450px;
    height: 39px;
    border: solid 1px #4a4a4a;
    border-radius: 20px;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 300;
    box-shadow: 0 0 1px 0px #4a4a4a inset, 0 0 1px 0px #4a4a4a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .search_input:focus,
    .search_input:hover {
        border-color: #71bf44;
        box-shadow: 0 0 1px 0px #71bf44 inset, 0 0 1px 0px #71bf44;
    }

    .search_input::-webkit-input-placeholder {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #2e2e2e !important;
    }

    .search_input:-moz-placeholder {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #2e2e2e !important;
    }

    .search_input::-moz-placeholder {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #2e2e2e !important;
    }

    .search_input:-ms-input-placeholder {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #2e2e2e !important;
    }

    .search_input::input-placeholder {
        font-size: 16px !important;
        font-weight: 300 !important;
        color: #2e2e2e !important;
    }

.header_search_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 39px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.user {
    margin: 0 10px;
}

    .user a > div {
        width: 40px;
        height: 40px;
    }

        .user a > div > svg {
            max-width: 100%;
            height: auto;
        }

        .user a > div > div {
            position: absolute;
            top: -12px;
            right: -4px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #71bf44;
            text-align: center;
            line-height: 24px;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 700;
        }

.cart {
    margin: 0 10px;
}

    .cart a > div {
        width: 40px;
        height: 40px;
    }

        .cart a > div > svg {
            max-width: 100%;
            height: auto;
        }

        .cart a > div > div {
            position: absolute;
            top: -12px;
            right: -4px;
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: #71bf44;
            text-align: center;
            line-height: 24px;
            color: #FFFFFF;
            font-size: 14px;
            font-weight: 700;
        }

.header_phone > .icon {
    width: 36px;
    height: 36px;
    margin-left: 10px;
}

.header_phone > .number {
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;
    padding-left: 26px;
    margin: 0 10px 0 -25px;
    direction: ltr;
}

.svg path, .svg rect, .svg polygon {
    fill: #778990;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.svg:hover path,
.svg:hover rect,
.svg:hover polygon {
    fill: #71bf44;
}

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100vh;
    background: #f8f8f8;
    padding-left: 40px;
    padding-top: 79px;
    padding-right: 45px;
    z-index: 101;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    direction: ltr;
}

    .menu.active {
        left: 0;
    }

.menu_search_form .search_input {
    text-align: center;
    padding-left: 25px;
}

.menu_nav ul li a {
    position: relative;
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 400;
}

    .menu_nav ul li a:hover {
        color: #71bf44;
    }

    .menu_nav ul li a::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 0%;
        height: 2px;
        background: #71bf44;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        content: '';
    }

    .menu_nav ul li a:hover::after {
        width: 100%;
    }

.menu_contact {
    position: absolute;
    /*left: 40px;*/
    margin: 0 15%;
    bottom: 25px;
}

.menu_phone {
    margin: 0 6%;
}

    .menu_phone > div:first-child > div {
        width: 18px;
        height: 18px;
    }

    .menu_phone > div:last-child {
        font-size: 14px;
        font-weight: 700;
        color: #4a4a4a;
        /*padding-left: 16px;*/
        padding: 0 7%;
    }

.menu_social {
    margin-top: 20px;
}

.menu_social_list li {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: solid 2px #6d6d6d;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .menu_social_list li:not(:last-of-type) {
        margin-right: 12px;
    }

    .menu_social_list li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

        .menu_social_list li a i {
            line-height: 29px;
            color: #6d6d6d;
            font-size: 14px;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
        }

    .menu_social_list li:hover {
        border-color: #71bf44;
    }

        .menu_social_list li:hover a i {
            color: #71bf44;
        }

.menu_search {
    display: none;
    margin-bottom: 48px;
}

.menu_search_form {
    position: relative;
}

    .menu_search_form > .search_input {
        width: 100%;
    }

.menu_search_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 39px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

/*********************************
5. Home
*********************************/

.home {
    width: 100%;
    height: 100vh;
    padding-bottom: 50px;
    direction: ltr;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}

.home_slider_footer {
    padding: 10px;
    background-color: #efefef;
    margin-top: -165px;
    z-index: 1;
    opacity: .8;
    direction: ltr;
}

.home_container {
    width: 100%;
    height: 100%;
    padding-top: 73px;
}

.home_content {
    width: 100%;
}

.home_title {
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
}

.home_subtitle {
    font-size: 25px;
    color: #FFFFFF;
    font-weight: 80;
    text-align: center;
    line-height: 1.2;
    margin-top: -3px;
}

.home_items {
    margin-top: 51px;
}

.home_item_side {
    margin-top: 68px;
}

.home_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: solid 2px #FFFFFF;
    border-radius: 2px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .home_slider_nav:hover {
        border-color: #71bf44;
    }

    .home_slider_nav i {
        line-height: 40px;
        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;
    }

    .home_slider_nav:hover i {
        color: #71bf44;
    }

.home_slider_nav_prev {
    left: 46px;
}

.home_slider_nav_next {
    right: 46px;
}

.home_slider_dots_container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 72px;
    z-index: 1;
}

.home_slider_custom_dot {
    width: 32px;
    height: 32px;
    border: solid 2px #FFFFFF;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .home_slider_custom_dot:not(:last-child) {
        margin-right: 8px;
    }

    .home_slider_custom_dot:hover {
        border-color: #71bf44;
        color: #71bf44;
    }

/*********************************
6. Products
*********************************/
.product_image > img {
    border: solid 2px #dbdbdb;
    padding: 20px;
    background: rgb(255 255 255);
    overflow: hidden;
}

    .product_image > img:hover {
        border: solid 2px #bbbbbb;
    }

/*.products {
    background: #FFFFFF;
    padding-top: 72px;
    padding-bottom: 82px;
}

.page_nav_row {
    margin-top: 35px;
}

.page_nav {
    width: 100%;
}

    .page_nav ul {
        display: block;
    }

        .page_nav ul li:not(:last-of-type)::after {
            display: inline-block;
            font-size: 18px;
            font-weight: 700;
            color: #4a4a4a;
            content: '/';
            margin-left: 14px;
            margin-right: 14px;
        }

        .page_nav ul li a {
            font-size: 18px;
            font-weight: 700;
            color: #4a4a4a;
        }

            .page_nav ul li.active a,
            .page_nav ul li a:hover {
                color: #71bf44;
            }

.products_row {
    margin-top: 32px;
}

.load_more_row {
    margin-top: 20px;
}

.button {
    width: 138px;
    height: 44px;
    background: #71bf44;
    border-radius: 2px;
    text-align: center;
    border: solid 2px #71bf44;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .button a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 18px;
        font-weight: 700;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 40px;
    }

    .button:hover {
        background: transparent;
    }

        .button:hover a {
            color: #71bf44;
        }*/
/*********************************
7. Boxes
*********************************/
.boxes {
    width: 100%;
    /*background: #FFFFFF;*/
}

    .boxes > .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

.boxes_container {
    width: 100%;
    height: 296px;
}

.box {
    width: calc((100% - 76px) / 4);
    height: 100%;
}

.box_content {
    width: 100%;
    height: 100%;
    padding-left: 41px;
    padding-right: 32px;
}

.box_left {
    width: 50%;
}

.box_right {
    width: 50%;
}

.box_title {
    max-width: 165px;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    background: #ffffffbd;
    color: #463434;
    border-radius: 10px;
    padding: 4px;
}

.box_image {
    width: 240px;
    height: 177px;
    max-width: 100%;
}

    .box_image a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .box_image a::after {
            display: block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -24px;
            width: 49px;
            height: 49px;
            background: #71bf44;
            border-radius: 2px;
            z-index: 1;
            font-family: 'FontAwesome';
            content: '\f054';
            font-size: 18px;
            color: #FFFFFF;
            line-height: 49px;
            text-align: center;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
        }

    .box_image:hover a::after {
        right: -40px;
    }

.background_image.inner {
    border: 2px solid white;
    border-radius: 10px 0 0 10px;
}
/*********************************
8. Features
*********************************/
.features {
    width: 100%;
    background: #FFFFFF;
    padding-top: 72px;
    padding-bottom: 71px;
}

.feature {
    height: 126px;
    background: #f8f8f8;
    overflow: hidden;
}

/*.feature_col:not(:nth-child(2)) .feature {
    margin-top: 11px;
}

.feature_col:nth-child(2) .feature {
    width: calc(100% + 60px);
    left: -30px;
    height: 147px;
    background: #71bf44;
}*/

.feature_left {
    width: 50%;
    height: 100%;
}

.feature_right {
    width: 50%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.feature_col:not(:nth-child(2)) .feature_left {
    padding-left: 23px;
}

.feature_col:nth-child(2) .feature_left {
    padding-left: 26px;
}

.feature_icon {
    max-width: 100%;
}

.feature_col:first-child {
}

    .feature_col:first-child .feature_icon {
        width: 141px;
        height: 110px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
    }

.feature_col:nth-child(3) .feature_icon {
    width: 131px;
    height: 131px;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
}

.feature_col:nth-child(2) .feature_icon {
    width: 115px;
    height: 115px;
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -ms-transform: translateY(22px);
    -o-transform: translateY(22px);
    transform: translateY(22px);
}

.feature_title {
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.166666;
}

/*.feature_col:nth-child(2) .feature_title {
    color: #FFFFFF;
}

.feature_col:nth-child(3) .feature_title {
    max-width: 110px;
}

********************************
9. Footer
*********************************/

.footer {
    display: block;
    width: 100%;
    margin-top: 10px;
    /*background-color: #b13a3a;*/
    background-color: #500000;
    border-top: 2px solid #500000;
    direction: rtl;
}

.footer_content {
    padding-bottom: 37px;
}

.footer_about {
    padding-top: 47px;
}

.footer_logo {
    margin-left: -71px;
}

    .footer_logo a {
        display: block;
    }

        .footer_logo a > div > div:last-child {
            font-size: 34.46px;
            font-weight: 700;
            /*color: #4a4a4a;*/
            color: #d3ab6e !important;
            padding-left: 22px;
            -webkit-transform: translateY(3px);
            -moz-transform: translateY(3px);
            -ms-transform: translateY(3px);
            -o-transform: translateY(3px);
            transform: translateY(3px);
        }

.footer_about_text {
    margin-top: 24px;
    /*padding-right: 50px;*/
}

    .footer_about_text .contact_info {
        margin: 10px 40px 0 0;
        direction: ltr;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        border-left: 2px solid white;
        border-bottom: 2px solid white;
        border-radius: 0 0 0 5px;
        width: auto;
        float: left;
    }

        .footer_about_text .contact_info > div {
            margin: 5px;
        }

        .footer_about_text .contact_info a {
            /*color: white;*/
            color: #d3ab6e !important;
        }

.footer_menu {
    padding-top: 50px;
    text-align: right;
}

.footer_title {
    font-size: 20px;
    font-weight: 500;
    /*color: whitesmoke;*/
    color: #d3ab6e !important;
    line-height: 0.75;
    border-bottom: dotted 1px;
    padding-bottom: 20px;
}

    .footer_title a {
        display: block;
        position: relative;
        /*color: whitesmoke;*/
        color: #d3ab6e !important;
        margin-right: 15px;
        /*line-height: 1;*/
    }

.footer_col {
    width: 25% !important;
}

.footer_list {
    display: block;
    width: 100%;
    margin-top: 15px;
}

    .footer_list li {
        width: 100%;
        position: relative;
        margin: 25px 0px;
        /*height: 40px;*/
    }

        /*.footer_list li:not(:last-of-type) {
            border-bottom: dashed 1px #eeeeee;
        }*/

        .footer_list li a {
            display: block;
            position: relative;
            font-size: 14px;
            /*color: whitesmoke;*/
            color: #d3ab6e !important;
            line-height: 30px;
            margin-right: 15px;
            line-height: 1;
        }

            .footer_list li a:hover {
                color: #71bf44;
            }

            .footer_list li a > div::before {
                display: block;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                font-family: 'FontAwesome';
                content: '\f053';
                font-size: 11px;
                /*color: #969696;*/
                color: #d3ab6e !important;
            }

            .footer_list li a:hover > div::before {
                color: #71bf44;
            }

            .footer_list li a > div {
                display: inline-block;
                padding-left: 22px;
            }

                .footer_list li a > div > div {
                    display: block;
                    position: absolute;
                    top: 0;
                    white-space: nowrap;
                    font-size: 10px;
                    /*color: #FFFFFF;*/
                    color: #d3ab6e !important;
                    line-height: 0.75;
                    text-transform: uppercase;
                    padding-top: 2px;
                    padding-bottom: 2px;
                    padding-left: 4px;
                    padding-right: 4px;
                    border-radius: 6px;
                    margin-top: 10px;
                }

.footer_tag_1 {
    left: calc(100% + 5px);
    background: #71bf44;
}

.footer_tag_2 {
    left: calc(100% + 25px);
    background: #beaf4a;
}

.footer_contact {
    padding-top: 50px;
}

html,
body {
    height: 100%;
}

.map-container {
    min-height: 50vh;
}

.footer_certificate {
    /*border: 2px solid whitesmoke;*/
    width: 170px;
    height: 170px;
    text-align: center;
    padding: 10px;
    margin: 10px 10px;
    border-radius: 10px;
}

    .footer_certificate > img {
        width: 150px;
        height: 150px;
    }

    .footer_certificate.disabled > img {
        filter: grayscale(80%);
    }

.newseletter_form {
    width: 100%;
}

.newsletter_input {
    width: 100%;
    height: 53px;
    background: #FFFFFF;
    padding-left: 28px;
    border: none;
    outline: none;
    color: #4a4a4a;
    border-radius: 27px;
}

    .newsletter_input::-webkit-input-placeholder {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #4a4a4a !important;
    }

    .newsletter_input:-moz-placeholder {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #4a4a4a !important;
    }

    .newsletter_input::-moz-placeholder {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #4a4a4a !important;
    }

    .newsletter_input:-ms-input-placeholder {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #4a4a4a !important;
    }

    .newsletter_input::input-placeholder {
        font-size: 16px !important;
        font-weight: 500 !important;
        color: #4a4a4a !important;
    }

.newsletter_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: #71bf44;
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
}

.footer_social {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.74);
    display: flex;
    justify-content: center
}

.footer_social_list {
    /*margin: 0 25%;*/
    margin-top: 20px;
}

    .footer_social_list li {
        margin: 0 5px;
        width: 53px;
        height: 53px;
        border-radius: 50%;
        border: solid 2px whitesmoke;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
    }

        .footer_social_list li a {
            display: block;
            width: 100%;
            height: 100%;
            text-align: center;
            -webkit-transition: all 400ms ease;
            -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
            -o-transition: all 400ms ease;
            transition: all 400ms ease;
        }

            .footer_social_list li a i {
                line-height: 49px;
                color: whitesmoke;
                font-size: 24px;
                -webkit-transition: all 400ms ease;
                -moz-transition: all 400ms ease;
                -ms-transition: all 400ms ease;
                -o-transition: all 400ms ease;
                transition: all 400ms ease;
            }

        .footer_social_list li:hover {
            border-color: #71bf44;
            transform: translateY(-5px);
        }

        .footer_social_list li a:hover i {
            color: #71bf44;
        }

.footer_bar {
    width: 100%;
    border-top: solid 2px #d5d5d5;
}

.footer_bar_content {
    height: 74px;
}

.footer_nav ul li:not(:last-of-type) {
    margin-right: 37px;
}

.footer_nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #4a4a4a;
}

    .footer_nav ul li a:hover {
        color: #71bf44;
    }

.copyright {
    font-size: 16px;
    color: #969696;
    font-weight: 300;
}
