﻿@import url(https://fonts.googleapis.com/css?family=Rubik:400,500,700,900);

@media only screen {
    body, form, html {
        width: 100%;
        height: 100%
    }

    .timeline .inner_timline .box .title a, .timeline .inner_timline .box a, .timeline .inner_timline .box ul li a {
        text-decoration: none
    }

    .blog .row .blg, .top_pic, .top_pic img {
        overflow: hidden
    }

    [data-mobile=true] {
        display: none
    }

    [data-mobile=false] {
        display: block
    }

    @keyframes bubble {
        0% {
            height: 0
        }

        80% {
            height: 150px
        }

        100% {
            height: initial
        }
    }

    * {
        -webkit-tap-highlight-color: transparent
    }

    body {
        margin: 0;
        font-family: Rubik;
        direction: rtl
    }

    a {
        color: inherit
    }

        a[href^="tel:"] {
            cursor: default
        }

    .BigContainer {
        width: 90%;
        max-width: 1180px;
        margin: auto
    }

    header {
        float: right;
        width: 100%;
        margin-bottom: 20px
    }

        header .Top {
            margin-top: 20px
        }

        header .Content .Logo {
            float: right;
            width: 251px;
            margin-top: 13px
        }

            header .Content .Logo a, header .Content .Logo a img {
                float: right;
                width: 100%
            }

        header .Content .Menu {
            float: right;
            /*width: calc(100% - 566px);*/
            width: calc(100% - 785px);
            margin-top: 59px;
            transition: .25s ease-in-out
        }

            header .Content .Menu ul {
                float: right;
                margin: 0;
                padding: 0;
                list-style: none
            }

                header .Content .Menu ul li {
                    float: right;
                    margin-right: 10px;
                    line-height: 18px;
                    font-size: 18px;
                    color: #243469
                }

                    header .Content .Menu ul li a {
                        float: right;
                        text-decoration: none
                    }

        header .Content .left_content {
            float: left;
            width: 530px
        }

        header .Content .info_cube {
            /*margin-left:10px;*/
            width: 315px;
            float: right;
        }

        header .Content .left_content .contact {
            border: solid 1px #ccc;
            text-align: center;
            border-radius: 3px;
            padding: 10px;
            float: left;
            color: #1F167F;
            direction: rtl;
        }
        header .Content .left_content .contact .tel, header .Content .left_content .contact .email {
            direction: ltr;
        }

            /*header .Content .left_content .btns {
                float: right;
                width: 100%
            }*/

                header .Content .left_content .btns a .employer, header .Content .left_content .btns a .worker {
                    float: right;
                    width: calc(50% - 7px);
                    height: 31px;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    border-radius: 2px;
                    background-color: #f2f2f2;
                    border: 1px solid #e4e4e4
                }

                header .Content .left_content .btns a .worker {
                    float: left;
                    margin-right: 10px
                }

                header .Content .left_content .btns a .icon {
                    float: right;
                    width: 20px;
                    height: 18px;
                    margin: 7px;
                    background-image: url(../images/sprit.png);
                    background-position: 0 -6px
                }

                header .Content .left_content .btns a .txt {
                    font-family: Rubik;
                    font-size: 14px;
                    font-weight: 500;
                    color: #1f167f;
                    float: right;
                    line-height: 33px
                }

            header .Content .left_content .search_bar {
                float: right;
                width: calc(100% - 2px);
                margin-top: 10px;
                height: 33px;
                background-color: #fff;
                border: 1px solid #d4d3d3;
                position: relative
            }

                header .Content .left_content .search_bar input {
                    border: none;
                    float: right;
                    width: calc(100% - 7px);
                    height: calc(100% - 2px);
                    text-align: right;
                    font-size: 14px;
                    font-family: arial;
                    padding-right: 7px
                }

    ::-webkit-input-placeholder {
        opacity: 1;
        color: #929292
    }

    :-moz-placeholder {
        color: #929292;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #929292;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #929292
    }

    header .Content .left_content .search_bar input::-moz-placeholder, header .Content .left_content .search_bar input::-webkit-input-placeholder {
        color: #929292
    }

    header .Content .left_content .search_bar .search_icon {
        background-image: url(../images/sprit.png);
        height: 30px;
        width: 33px;
        left: 0;
        top: 2px;
        position: absolute;
        background-position: 0 -74px
    }

    .top_box {
        float: right;
        width: 100%
    }

        .top_box .main_image {
            background-image: url(../images/default/main-pic.jpg);
            height: 355px;
            background-position: center center
        }

            .top_box .main_image .main_image_box {
                float: right;
                margin-top: 100px;
                margin-right: 50px;
                color: #fff;
                text-shadow: 1px 2px 5px rgba(2,2,2,.75)
            }

                .top_box .main_image .main_image_box h1 {
                    font-size: 38px;
                    font-weight: 500;
                    margin-bottom: 10px;
                    color: #fff
                }

                .top_box .main_image .main_image_box .sub_title {
                    font-family: Arial;
                    font-size: 21px
                }

                .top_box .main_image .main_image_box .btn_timeline {
                    width: 174px;
                    height: 43px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    background-color: #1f167f;
                    -webkit-box-shadow: 2px 3px 2px rgba(4,5,5,.1);
                    -moz-box-shadow: 2px 3px 2px rgba(4,5,5,.1);
                    box-shadow: 2px 3px 2px rgba(4,5,5,.1);
                    background-image: -webkit-linear-gradient(bottom,#e9e9e9,#f7f7f7);
                    background-image: -moz-linear-gradient(bottom,#e9e9e9,#f7f7f7);
                    background-image: -o-linear-gradient(bottom,#e9e9e9,#f7f7f7);
                    background-image: -ms-linear-gradient(bottom,#e9e9e9,#f7f7f7);
                    background-image: linear-gradient(to top,#e9e9e9,#f7f7f7);
                    margin-top: 20px;
                    cursor: pointer
                }

                    .top_box .main_image .main_image_box .btn_timeline .txt {
                        line-height: 43px;
                        font-size: 15px;
                        color: #1f167f;
                        font-weight: 500;
                        text-shadow: none;
                        padding-right: 35px;
                        float: right
                    }

                    .top_box .main_image .main_image_box .btn_timeline .icon {
                        width: 30px;
                        height: 30px;
                        background-image: url(../images/sprit.png);
                        background-position: -2px -45px;
                        float: right;
                        margin-top: 5px;
                        margin-right: 8px
                    }

        .timeline, .top_box .who_are_we {
            width: calc(100% - 84px);
            float: right;
            text-align: center
        }

        .top_box .who_are_we {
            background-color: #eaeaea;
            padding: 42px
        }

            .top_box .who_are_we .Title {
                color: #1f167f;
                font-size: 34px;
                font-weight: 500
            }

            .top_box .who_are_we .txt {
                margin-top: 10px;
                font-size: 16px;
                color: #121b36;
                font-family: Arial
            }

    .timeline {
        background-color: #f7f7f7;
        padding: 42px 42px 105px
    }

        .timeline .Title {
            color: #f07a40;
            font-size: 34px;
            font-weight: 500
        }

        .timeline .txt {
            font-family: Arial;
            font-size: 18px;
            color: #121b36;
            margin-top: 10px
        }

        .timeline .inner_timline {
            width: 640px;
            margin: auto
        }

            .timeline .inner_timline .right_content {
                float: right;
                width: 260px
            }

            .timeline .inner_timline .middle_icons {
                float: right;
                width: calc(100% - 520px);
                margin-top: 30px
            }

                .timeline .inner_timline .middle_icons .icon {
                    position: relative;
                    z-index: 9
                }

                .timeline .inner_timline .middle_icons .arrow {
                    position: relative;
                    z-index: 1
                }

            .timeline .inner_timline .left_content {
                float: right;
                width: 260px;
                margin-top: 210px
            }

            .timeline .inner_timline .box {
                background-color: #E8E8E8;
                padding: 20px;
                width: calc(100% - 40px);
                margin-top: 68px;
                float: right;
                transition: .25s ease-in-out
            }

                .timeline .inner_timline .box:hover {
                    background-color: #f2f2f2;
                    -webkit-box-shadow: 0 0 5px 3px rgba(219,204,219,.5);
                    -moz-box-shadow: 0 0 5px 3px rgba(219,204,219,.5);
                    box-shadow: 0 0 5px 3px rgba(219,204,219,.5)
                }

    .bottom_box, .bottom_box .faqs {
        background-color: #F5F5F5;
        float: right
    }

    .timeline .inner_timline .left_content .box {
        margin-top: 82px
    }

    .timeline .inner_timline .box:first-of-type {
        margin-top: 35px
    }

    .timeline .inner_timline .box .title {
        font-size: 24px;
        color: #1f167f;
        font-weight: 500;
        text-align: right
    }

    .timeline .inner_timline .box .pic {
        border: 1px solid #dedcdc;
        width: 100%;
        height: 141px;
        overflow: hidden;
        margin-top: 20px
    }

        .timeline .inner_timline .box .pic img {
            height: 100%
        }

    .timeline .inner_timline .box ul {
        list-style: none;
        margin: 26px 0 0;
        padding: 0;
        width: 100%;
        float: right;
        text-align: right
    }

        .timeline .inner_timline .box ul li {
            float: right;
            width: 100%;
            font-family: Arial;
            font-size: 18px;
            color: #243469;
            line-height: 1.4
        }

            .timeline .inner_timline .box ul li::before {
                background-image: url(../images/sprit.png);
                width: 20px;
                height: 20px;
                background-position: -2px -27px;
                margin-left: 5px;
                float: right;
                content: " ";
                margin-top: 2px
            }

    .bottom_box {
        width: 100%;
        margin-top: 50px;
        position: relative
    }

        .bottom_box .faqs {
            width: 65%
        }

            .bottom_box .faqs h1 {
                font-size: 36px;
                color: #f07a40;
                margin: 30px 30px 0;
                font-weight: 500
            }

            .bottom_box .faqs .faq {
                width: 85%;
                float: right;
                margin-right: 30px;
                margin-top: 14px;
                position: relative;
                font-family: Arial
            }

                .bottom_box .faqs .faq .arrow {
                    float: right;
                    width: 20px;
                    height: 20px;
                    background-image: url(../images/aroow-small-left.png);
                    background-position: center center;
                    background-repeat: no-repeat;
                    transition: .25s ease-in-out
                }

                    .bottom_box .faqs .faq .arrow.display {
                        transform: rotate(-90deg);
                        transition: .25s ease-in-out
                    }

                .bottom_box .faqs .faq .question {
                    font-size: 18px;
                    font-weight: 700;
                    color: #1f167f;
                    float: right;
                    cursor: pointer;
                    width: calc(100% - 20px)
                }

                .bottom_box .faqs .faq .answer {
                    float: right;
                    width: 100%;
                    margin-right: 20px;
                    font-size: 15px;
                    color: #121b36;
                    display: none;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    transition: all .5s ease;
                    margin-top: 20px
                }

                    .bottom_box .faqs .faq .answer.display {
                        display: block;
                        margin-top: 0
                    }

                    .bottom_box .faqs .faq .answer a {
                        font-size: 15px;
                        text-decoration: underline;
                        color: #2b1bd5;
                        clear: both;
                        display: block;
                        font-family: Arial
                    }

            .bottom_box .faqs .btn_toall {
                width: 150px;
                height: 35px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                background-color: #1f167f;
                font-size: 16px;
                color: #fff;
                line-height: 35px;
                float: right;
                margin: 30px;
                border-radius: 8px;
                font-weight: 700;
                text-indent: 20px
            }

        .bottom_box .left_content {
            width: 35%;
            background-color: #E8E8E8;
            float: left;
            left: 0;
            height: 100%
        }

            .bottom_box .left_content .box {
                margin: 20px 20px 0;
                width: calc(100% - 40px);
                background-color: #f7f7f7;
                float: right
            }

                .bottom_box .left_content .box:last-of-type {
                    margin-bottom: 20px
                }

                .bottom_box .left_content .box .right_pic, .bottom_box .left_content .box .right_pic img {
                    float: right
                }

                .bottom_box .left_content .box .content {
                    float: right;
                    width: calc(100% - 151px);
                    text-align: center;
                    padding: 15px 10px 10px
                }

                    .bottom_box .left_content .box .content .title {
                        color: #1f167f;
                        font-size: 18px;
                        font-weight: 500
                    }

                    .bottom_box .left_content .box .content .txt {
                        font-family: Arial;
                        font-size: 16px;
                        margin-top: 6px;
                        color: #121b36
                    }

                .bottom_box .left_content .box a {
                    text-decoration: none
                }

                .bottom_box .left_content .box .content .call_now {
                    background-color: #E77C47;
                    width: 100%;
                    height: 36px;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    margin: 10px auto auto;
                    text-decoration: none
                }

                    .bottom_box .left_content .box .content .call_now .icon {
                        background-image: url(../images/sprit.png);
                        width: 20px;
                        height: 20px;
                        background-position: -25px -80px;
                        float: right;
                        margin-top: 9px;
                        margin-right: 11px
                    }

                .bottom_box .left_content .box .content a .call_now .num {
                    font-family: Arial;
                    font-size: 18px;
                    font-weight: 700;
                    color: #fff;
                    float: right;
                    line-height: 36px;
                    text-align: center;
                    width: calc(100% - 48px)
                }

                .bottom_box .left_content .box .newsletter {
                    margin: 20px;
                    width: calc(100% - 40px);
                    float: right
                }

                    .bottom_box .left_content .box .newsletter .title {
                        color: #1f167f;
                        font-size: 18px;
                        font-family: Rubik;
                        text-align: center;
                        width: 100%;
                        float: right
                    }

                    .bottom_box .left_content .box .newsletter input {
                        float: right;
                        width: 100%;
                        border-radius: 3px;
                        outline: 0;
                        box-shadow: none;
                        margin-top: 10px;
                        height: 38px;
                        border: 1px solid #d4d3d3;
                        text-indent: 7px;
                        color: #929292;
                        font-size: 14px
                    }

                        .bottom_box .left_content .box .newsletter input[type=text]:-moz-placeholder, .bottom_box .left_content .box .newsletter input[type=text]::-moz-placeholder, .bottom_box .left_content .box .newsletter input[type=text]::-webkit-input-placeholder {
                            font-family: Arial;
                            font-size: 14px;
                            color: #929292
                        }

                        .bottom_box .left_content .box .newsletter input[type=submit] {
                            width: 100%;
                            float: right;
                            height: 35px;
                            margin-top: 20px;
                            -webkit-border-radius: 3px;
                            -moz-border-radius: 3px;
                            border-radius: 3px;
                            background-color: #1f167f;
                            font-size: 16px;
                            color: #fff;
                            line-height: 30px;
                            text-align: center;
                            font-weight: 500;
                            cursor: pointer
                        }

    footer {
        width: 100%;
        float: right;
        font-family: Arial
    }

        footer .references {
            float: right;
            width: 100%;
            text-align: center;
            margin-top: 20px;
            font-size: 16px;
            font-weight: 700
        }

            footer .references span.orange {
                color: #f07a40;
                font-weight: 600
            }

        footer .legal {
            float: right;
            width: 100%;
            text-align: center;
            font-size: 14px
        }

        footer .footer_box {
            width: 100%;
            max-width: 1180px;
            margin: auto;
            color: #cdced1
        }

            footer .footer_box .inner_footer {
                margin-top: 20px;
                float: right;
                width: 100%;
                background-color: #1C1F39
            }

                footer .footer_box .inner_footer .box {
                    float: right;
                    width: calc(16% - 20px);
                    margin-right: 20px;
                    margin-top: 20px
                }

                    footer .footer_box .inner_footer .box .logo {
                        float: right;
                        width: 100%
                    }

                        footer .footer_box .inner_footer .box .logo img {
                            width: 100%
                        }

                    footer .footer_box .inner_footer .box .txt {
                        margin-top: 20px;
                        float: right;
                        width: 100%;
                        margin-bottom: 3px;
                        font-size: 13px
                    }

                        footer .footer_box .inner_footer .box .txt:last-of-type {
                            margin-bottom: 20px
                        }

                    footer .footer_box .inner_footer .box a {
                        text-decoration: none;
                        font-size: 13px
                    }

                    footer .footer_box .inner_footer .box .first_box li {
                        float: right;
                        width: unset
                    }

                        footer .footer_box .inner_footer .box .first_box li a {
                            font-size: 13px
                        }

                        footer .footer_box .inner_footer .box .first_box li::after {
                            content: "|";
                            float: left;
                            margin: 2px
                        }

                        footer .footer_box .inner_footer .box .first_box li:last-child::after {
                            content: "";
                            margin: 0
                        }

                    footer .footer_box .inner_footer .box .legal {
                        float: right;
                        width: 100%;
                        text-align: right;
                        font-size: 12px
                    }

                    footer .footer_box .inner_footer .box .txt a {
                        text-decoration: underline;
                        font-size: 14px
                    }

    .Page .content.bottom_box .info a, .oved_content .main_issues .inner_main_issues .column ul li a, .oved_content .timeline .box .box_content .info .column ul li a {
        text-decoration: none
    }

    footer .footer_box .inner_footer .box .title {
        padding-bottom: 10px;
        border-bottom: 1px solid #cdced1;
        float: right;
        width: 100%;
        font-family: Arial;
        color: #cdced1;
        font-size: 14px;
        font-weight: 700
    }

    footer .footer_box .inner_footer .box ul {
        list-style: none;
        padding: 0
    }

        footer .footer_box .inner_footer .box ul li {
            float: right;
            width: 100%;
            margin-top: 2px
        }

            footer .footer_box .inner_footer .box ul li a {
                text-decoration: none;
                font-size: 13px
            }

            footer .footer_box .inner_footer .box ul li:last-of-type {
                margin-bottom: 30px
            }

    .oved_content {
        float: right;
        width: 100%;
        background-color: #f7f7f7
    }

        .oved_content .top_pic {
            float: right;
            width: 100%;
            height: 320px;
            background-image: url(../images/oved/oved-topic.jpg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover
        }

            .oved_content .top_pic h1.txt {
                font-family: Rubik;
                font-size: 38px;
                font-weight: 500;
                color: #fff;
                margin-top: 250px;
                margin-right: 50px;
                text-shadow: 1px 2px 5px rgba(2,2,2,.75)
            }

        .oved_content .main_issues {
            margin: auto;
            width: calc(100% - 100px);
            clear: both
        }

            .oved_content .main_issues .inner_main_issues {
                float: right;
                width: 100%
            }

                .oved_content .main_issues .inner_main_issues h1 {
                    font-family: Rubik;
                    font-size: 34px;
                    color: #f07a40;
                    text-align: center;
                    font-weight: 500;
                    float: none
                }

                .oved_content .main_issues .inner_main_issues .content {
                    display: flex
                }

                    .oved_content .main_issues .inner_main_issues .content .border {
                        float: right;
                        height: 100%;
                        width: 20px
                    }

                .oved_content .main_issues .inner_main_issues .column {
                    width: calc(50% - 20px);
                    background-color: #eaeaea;
                    flex: 1;
                    padding: 1px
                }

                    .oved_content .main_issues .inner_main_issues .column ul {
                        list-style: none;
                        margin: 26px 10px;
                        padding: 0;
                        width: calc(100% - 20px);
                        float: right;
                        text-align: right
                    }

                        .oved_content .main_issues .inner_main_issues .column ul li {
                            float: right;
                            width: calc(100% - 20px);
                            font-family: Arial;
                            font-size: 18px;
                            color: #243469;
                            line-height: 1.4;
                            padding-right: 25px
                        }

                            .oved_content .main_issues .inner_main_issues .column ul li:before {
                                background-image: url(../images/sprit.png);
                                width: 20px;
                                height: 20px;
                                background-position: -2px -27px;
                                margin-left: 5px;
                                float: right;
                                content: " ";
                                margin-top: 2px;
                                margin-right: -25px
                            }

                .oved_content .main_issues .inner_main_issues .left {
                    float: left
                }

                .oved_content .main_issues .inner_main_issues .right {
                    float: right
                }

        .oved_content .timeline {
            margin: auto;
            width: calc(100% - 100px)
        }

            .oved_content .timeline .inner_timeline {
                float: right
            }

            .oved_content .timeline h1 {
                font-family: Rubik;
                font-size: 34px;
                font-weight: 500;
                color: #1f167f;
                text-align: center
            }

            .oved_content .timeline .box {
                float: right;
                width: 100%;
                background-color: #eaeaea;
                margin-top: 40px
            }

                .oved_content .timeline .box:first-of-type {
                    margin-top: 0
                }

                .oved_content .timeline .box .box_content {
                    width: calc(100% - 40px);
                    margin: 20px;
                    float: right
                }

                    .oved_content .timeline .box .box_content .title {
                        width: 100%;
                        float: right;
                        border-bottom: 1px solid #dedcdc
                    }

                        .oved_content .timeline .box .box_content .title .icon {
                            float: right;
                            width: 59px;
                            height: 59px
                        }

                        .oved_content .timeline .box .box_content .title .txt {
                            font-family: Rubik;
                            font-size: 26px;
                            font-weight: 500;
                            color: #1f167f;
                            line-height: 59px;
                            margin-right: 10px;
                            margin-bottom: 10px;
                            margin-top: 0;
                            float: right
                        }

                    .oved_content .timeline .box .box_content .info {
                        float: right;
                        width: 100%;
                        margin-top: 20px
                    }

                        .oved_content .timeline .box .box_content .info .pic {
                            float: right;
                            width: 35%;
                            height: 223px
                        }

                            .oved_content .timeline .box .box_content .info .pic img {
                                float: right;
                                width: 100%
                            }

                        .oved_content .timeline .box .box_content .info .txt {
                            font-family: Arial;
                            font-size: 16px;
                            color: #121b36;
                            float: right;
                            width: calc(65% - 20px);
                            margin-right: 20px;
                            text-align: right
                        }

                        .oved_content .timeline .box .box_content .info .column ul {
                            list-style: none;
                            margin: 26px 20px 10px 10px;
                            padding: 0;
                            width: calc(60% - 20px);
                            float: right;
                            text-align: right
                        }

                            .Page .content.bottom_box .info a::before, .oved_content .timeline .box .box_content .info .column ul li:before {
                                background-image: url(../images/sprit.png);
                                height: 20px;
                                background-position: -2px -27px;
                                margin-left: 5px;
                                content: " ";
                                margin-top: 2px
                            }

                            .oved_content .timeline .box .box_content .info .column ul.half {
                                width: calc(30% - 20px)
                            }

                            .oved_content .timeline .box .box_content .info .column ul li {
                                float: right;
                                width: calc(100% - 25px);
                                font-family: Arial;
                                font-size: 18px;
                                color: #243469;
                                line-height: 1.4;
                                padding-right: 25px
                            }

                                .oved_content .timeline .box .box_content .info .column ul li:before {
                                    width: 20px;
                                    float: right;
                                    margin-right: -25px
                                }

    .Page .content.bottom_box .info a {
        float: right;
        width: 100%;
        font-family: Arial;
        font-size: 18px;
        color: #243469;
        line-height: 1.4;
        display: inline-block
    }

        .Page .content.bottom_box .info a::before {
            width: 20px;
            float: right
        }

    .article_page, .article_page .content, .top_pic, .top_pic img {
        width: 100%;
        float: right
    }

    .top_pic {
        height: 355px;
        margin-bottom: 20px
    }

    .article_page .content {
        margin-top: 40px;
        position: relative;
        margin-bottom: 50px
    }

        .article_page .content .info {
            float: right;
            width: calc(78% - 60px);
            margin-left: 40px;
            min-height: 400px;
            font-family: Arial
        }

            .article_page .content .info h1 {
                font-family: Rubik;
                font-size: 38px;
                color: #f07a40;
                margin-top: 0;
                font-weight: 500;
                width: 100%
            }

            .article_page .content .info .txt {
                font-size: 16px;
                color: #121b36;
                font-family: Arial
            }

                .article_page .content .info .txt img {
                    margin-bottom: -5px;
                    margin-left: 5px
                }

                .article_page .content .info .txt .title {
                    font-family: Arial;
                    font-size: 18px;
                    color: #1f167f;
                    margin-top: 30px
                }

        .article_page .content .side_bar {
            float: left;
            max-width: 273px;
            width: 22%;
            background-color: #EAEAEA;
            min-height: 100%;
            left: 0;
            padding-bottom: 20px;
            padding-top: 20px
        }

            .article_page .content .side_bar .small_contact {
                float: right;
                width: 100%;
                border-bottom: 10px solid #fff;
                padding-bottom: 20px
            }

                .article_page .content .side_bar .small_contact h3 {
                    text-align: center;
                    color: #1F167F
                }

                .article_page .content .side_bar .small_contact input {
                    float: right;
                    margin-top: 10px;
                    width: calc(100% - 30px);
                    margin-right: 15px;
                    height: 38px;
                    background-color: #fff;
                    border: 1px solid #d4d3d3;
                    text-indent: 15px
                }

                    .article_page .content .side_bar .small_contact input[type=submit] {
                        height: 35px;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        background-color: #1f167f;
                        text-align: center;
                        color: #fff;
                        font-family: Arial;
                        font-size: 13px;
                        font-weight: 700
                    }

            .article_page .content .side_bar .title {
                font-family: Rubik;
                font-size: 24px;
                color: #243469;
                margin-top: 30px;
                padding-bottom: 5px;
                border-bottom: 1px solid #000;
                width: calc(90% - 20px);
                margin-right: 20px;
                float: right
            }

            .article_page .content .side_bar ul {
                list-style: none;
                padding: 0;
                width: calc(90% - 20px);
                margin-right: 20px
            }

                .article_page .content .side_bar ul li {
                    float: right;
                    margin-top: 15px;
                    width: 100%;
                    font-size: 18px;
                    color: #243469;
                    font-family: Arial
                }

                    .article_page .content .side_bar ul li span {
                        float: right
                    }

                    .article_page .content .side_bar ul li img {
                        float: left;
                        width: 20px;
                        height: 20px
                    }

    .content.bottom_box {
        background: 0 0;
        margin-top: 0
    }

    .BigContainer h1 {
        float: right;
        font-family: Rubik;
        font-size: 38px;
        color: #f07a40;
        margin-top: 0;
        font-weight: 500
    }

    .content .info {
        width: calc(65% - 20px);
        float: right;
        margin-left: 20px;
        font-family: Arial
    }

    .popup_blog {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        color: #000;
        display: none;
        opacity: 0;
        transition: opacity .3s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out
    }

        .popup_blog.selected {
            display: unset;
            opacity: 1
        }

            .popup_blog.selected .overlay {
                opacity: .6
            }

    .overlay {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 150%;
        height: 300%;
        background: #000;
        opacity: 0;
        -webkit-transition: opacity .25s ease-in-out;
        filter: alpha(opacity=60);
        z-index: 99999;
        transition: .25s ease-in-out
    }

    .popup_blog .inner_popup {
        position: fixed;
        width: 250px;
        right: calc(50% - 125px);
        z-index: 9999999;
        background-color: #F7F7F7;
        padding: 50px;
        top: 25%
    }

        .popup_blog .inner_popup .close {
            float: right;
            width: 30px;
            height: 30px;
            cursor: pointer;
            margin-right: -30px;
            margin-top: -30px;
            font-weight: 700;
            color: #BAB8B9
        }

        .popup_blog .inner_popup input, .popup_blog .inner_popup textarea {
            width: 100%;
            border: none;
            margin-top: 10px;
            font-family: arial;
            text-indent: 10px
        }

        .popup_blog .inner_popup .title {
            text-align: center;
            font-weight: 700;
            color: #1F167F
        }

        .popup_blog .inner_popup input {
            height: 30px
        }

        .popup_blog .inner_popup textarea {
            height: 100px
        }

        .popup_blog .inner_popup input[type=submit] {
            background-color: #F17A40;
            color: #fff
        }

    .bottom_box.blog {
        background-color: #EAEAEA;
        padding-bottom: 10px
    }

        .bottom_box.blog .faqs {
            background-color: transparent
        }

    .new_message {
        float: right;
        clear: both;
        width: 155px;
        background-color: #F17A40;
        cursor: pointer
    }

        .blog, .new_message .txt {
            width: calc(100% - 40px)
        }

        .new_message img {
            float: right;
            padding: 10px
        }

        .new_message .txt {
            float: right;
            line-height: 38px;
            text-align: right;
            color: #fff
        }

    .blog {
        margin: 20px auto auto
    }

        .blog .header {
            background-color: #D4D2D3;
            padding: 10px
        }

        .blog .subject {
            float: right;
            width: 85%
        }

        .blog .row_head {
            background-color: #F7F7F7;
            padding: 10px;
            margin-top: 10px;
            border-right: 5px solid #B6B2B1;
            cursor: pointer;
            transition: .25s ease-in-out
        }

        .blog .row .subject {
            font-weight: 700;
            color: #1F167F
        }

        .blog .row.selected .row_head {
            background-color: #B4B3B1;
            border-right: 5px solid #1F167F;
            margin-top: 0
        }

        .blog .row .blg {
            height: 0;
            background-color: #fff;
            transition: .25s ease-in-out
        }

        .blog .row.selected .blg {
            height: 150px
        }

        .blog .row .blg .answer, .blog .row .blg .quest {
            padding: 15px
        }

        .blog .row .blg span.bold {
            font-weight: 700
        }

    .contact.content {
        position: relative
    }

        .contact.content .info {
            background-color: #eaeaea;
            width: calc(65% - 50px);
            margin-left: 50px;
            position: absolute;
            height: 100%
        }

            .contact.content .info .Contact {
                padding: 30px
            }

                .contact.content .info .Contact .ContactForm {
                    width: calc(100% - 30px);
                    float: right
                }

                    .contact.content .info .Contact .ContactForm .Title {
                        font-weight: 500;
                        font-family: Arial
                    }

                    .contact.content .info .Contact .ContactForm .row {
                        float: right;
                        width: 100%;
                        margin-top: 20px
                    }

                        .contact.content .info .Contact .ContactForm .row .TxtBox {
                            float: right;
                            width: calc(50% - 20px);
                            margin-left: 20px;
                            height: 34px
                        }

                            .contact.content .info .Contact .ContactForm .row .TxtBox input[type=email], .contact.content .info .Contact .ContactForm .row .TxtBox input[type=number], .contact.content .info .Contact .ContactForm .row .TxtBox input[type=tel], .contact.content .info .Contact .ContactForm .row .TxtBox input[type=text] {
                                float: right;
                                width: 100%;
                                height: 100%;
                                border: none;
                                text-indent: 15px;
                                font-family: Arial
                            }

                        .contact.content .info .Contact .ContactForm .row textarea {
                            float: right;
                            width: calc(100% - 25px);
                            border: none;
                            height: 200px;
                            text-indent: 15px;
                            font-family: Arial;
                            padding-top: 10px
                        }

                    .contact.content .info .Contact .ContactForm input[type=submit] {
                        float: left;
                        margin-left: 20px;
                        margin-top: 20px;
                        margin-bottom: 40px;
                        width: 131px;
                        height: 35px;
                        -webkit-border-radius: 4px;
                        -moz-border-radius: 4px;
                        border-radius: 4px;
                        background-color: #1f167f;
                        font-family: Arial;
                        font-size: 16px;
                        font-weight: 700;
                        color: #fff;
                        text-align: center;
                        line-height: 30px;
                        cursor: pointer
                    }

    .search_container {
        float: right;
        width: 80%;
        margin-bottom: 30px
    }

        .search_container .box {
            float: right;
            width: calc(100% - 90px);
            padding-right: 30px;
            margin-top: 10px;
            padding-left: 60px
        }

            .search_container .box .title {
                text-decoration: underline;
                color: #00f;
                font-size: 20px
            }

            .search_container .box .txt {
                margin-top: 10px;
                display: inline-block;
                width: 100%;
                white-space: nowrap;
                overflow: hidden !important;
                text-overflow: ellipsis;
                max-height: 40px;
                font-family: Arial;
                text-decoration: none !important;
                color: #000 !important;
                font-size: 13px !important
            }

                .search_container .box .txt p {
                    margin: auto
                }

                .search_container .box .txt .title {
                    color: #000;
                    text-decoration: none;
                    font-size: 13px;
                    font-weight: 500
                }
}

@media only screen and (max-width:1200px) {
    .BigContainer, body, html {
        width: 100%
    }

    body, html {
        height: 100%
    }

    [data-mobile=false] {
        display: none
    }

    [data-mobile=true] {
        display: block
    }

    html {
        min-width: initial
    }

    body {
        margin: 0;
        font-family: Open Sans Hebrew
    }

    .popup_blog .inner_popup {
        right: calc(50% - 165px);
        top: 5%
    }

    header {
        position: fixed;
        padding-bottom: 20px;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.75);
        -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.75);
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.75);
        z-index: 9999
    }

        header .Content .left_content {
            margin-top: 20px;
            width:355px;
        }
            header .Content .left_content .contact {
                float:none;
            }
            header .Content .mobile_content {
                clear: both;
                margin: 20px auto auto;
                width: 315px
            }

        header .Content {
            width: 90%;
            max-width: 1180px;
            margin: auto
        }

            header .Content .Menu {
                position: absolute;
                right: -100%;
                top: 175px;
                width: 100%;
                background-color: #fff;
                height: 100vh;
                margin-top: 0
            }

                header .Content .Menu ul {
                    width: 100%
                }

                    header .Content .Menu ul li {
                        float: right;
                        margin-right: 20px;
                        line-height: 68px;
                        font-size: 48px;
                        width: 100%;
                        text-align: center;
                        color: #243469
                    }

                        header .Content .Menu ul li a {
                            width: 100%;
                            text-align: center
                        }

            header .Content .btns {
                float: left;
                width: calc(100% - 255px);
                max-width: 170px;
                margin-top: 15px
            }

                header .Content .btns .btn_menu {
                    float: left;
                    max-width: 75px
                }

                header .Content .btns .btn_search {
                    float: left;
                    margin-left: 10px;
                    max-width: 75px
                }

                header .Content .btns img {
                    height: 100%;
                    max-height: 60px;
                    float: left
                }

            header .Content .left_content .btns {
                max-width: none;
                width:355px;
            }

    .top_box {
        margin-top: 170px
    }

    .timeline .inner_timline {
        width: unset
    }

        .timeline .inner_timline .box {
            margin-top: 0
        }

        .timeline .inner_timline .arrow.animated.animation-element.sort {
            width: 100%;
            float: right;
            margin-top: 10px
        }

    footer .footer_box .inner_footer .box {
        float: right;
        width: calc(50% - 100px);
        margin-right: 50px;
        margin-top: 20px
    }

    .bottom_box .left_content .box .content .call_now {
        width: 160px
    }

    footer .footer_box .inner_footer .box.mobile {
        clear: both;
        width: calc(100% - 100px);
        margin-right: 50px
    }

        footer .footer_box .inner_footer .box.mobile .logo img {
            max-width: 181px;
            margin: auto;
            display: block
        }

        footer .footer_box .inner_footer .box.mobile .txt {
            text-align: center
        }

        footer .footer_box .inner_footer .box.mobile .first_box {
            width: 100%
        }

            footer .footer_box .inner_footer .box.mobile .first_box ul.first_box {
                margin: auto;
                width: 170px
            }

        footer .footer_box .inner_footer .box.mobile .txt span.devider {
            margin: 11px
        }

    footer .footer_box .inner_footer .box .first_box li::after {
        float: none
    }

    footer .footer_box .inner_footer .box.mobile .footer_foot {
        float: right;
        width: 100%
    }

    footer .footer_box .inner_footer .box .legal.float_right {
        float: right;
        width: initial
    }

    footer .footer_box .inner_footer .box .txt.float_left {
        float: left;
        width: initial;
        margin-top: 0
    }

        footer .footer_box .inner_footer .box .txt.float_left a {
            margin-top: 0
        }

    .bottom_box .faqs {
        float: right;
        width: 100%
    }

    footer .footer_box .inner_footer .box.mobile a {
        margin-top: 20px;
        display: inline-block
    }

    .top_box .main_image .main_image_box {
        width: calc(100% - 100px)
    }

        .top_box .main_image .main_image_box h1 {
            width: 100%;
            margin-top: 20px
        }

        .top_box .main_image .main_image_box .btn_timeline {
            width: 100%
        }

            .top_box .main_image .main_image_box .btn_timeline .txt {
                width: 100%;
                text-align: center;
                padding: 0;
                font-weight: 700
            }

            .top_box .main_image .main_image_box .btn_timeline .icon {
                position: absolute;
                right: calc(50% + 25px)
            }

    .top_pic {
        margin-top: 170px;
        height: unset
    }

    .BigContainer h1 {
        margin-right: 20px;
        margin-top: 20px
    }

    .bottom_box.blog {
        width: 100%
    }

    .new_message {
        width: calc(100% - 40px);
        margin: auto;
        float: initial;
        height: 40px
    }

    .content .info {
        width: calc(100% - 40px);
        margin-right: 20px;
        margin-bottom: 20px
    }

    .contact.content .info {
        float: right;
        width: 100%;
        position: initial;
        margin: 0
    }

    .bottom_box .left_content {
        float: right;
        width: 100%
    }

    .oved_content .main_issues .inner_main_issues .content {
        display: block
    }

    .oved_content .main_issues .inner_main_issues .column {
        width: 100%
    }

    .oved_content .main_issues .inner_main_issues .left {
        float: right
    }

    .oved_content .timeline .box .box_content .info .pic {
        width: 100%;
        float: none;
        height: unset
    }

        .oved_content .timeline .box .box_content .info .pic img {
            display: block;
            margin: auto;
            float: none;
            width: unset;
            max-width: 100%
        }

    .oved_content .timeline .box .box_content .info .column ul, .oved_content .timeline .box .box_content .info .column ul.half, .oved_content .timeline .box .box_content .info .txt {
        width: calc(100% - 40px)
    }

    .article_page .content .side_bar {
        display: none
    }

    .article_page .content .info {
        width: calc(100% - 60px);
        margin-right: 30px
    }

    form {
        width: 100%;
        height: 100%
    }

    a {
        color: inherit
    }

        a[href^="tel:"] {
            cursor: default
        }

    ::-webkit-input-placeholder {
        color: #000;
        opacity: 1
    }

    :-moz-placeholder {
        color: #000;
        opacity: 1
    }

    ::-moz-placeholder {
        color: #000;
        opacity: 1
    }

    :-ms-input-placeholder {
        color: #000
    }
}

@media only screen and (max-width:500px) {
    header .Content .btns {
        width: 33%;
    }
    header .Content .left_content .btns {
        width:330px;
    }
    header .Content .left_content {
        width: 330px;
    }
    header .Content .btns .btn_menu {
        width: calc(50% - 5px)
    }

        header .Content .btns .btn_search {
            width: calc(50% - 5px);
            margin-left: 5px
        }

        header .Content .btns img {
            width: 100%
        }

    header .Content .Logo {
        width: 67%
    }

        header .Content .Logo a img {
            max-width: 251px
        }

    .top_box .main_image .main_image_box {
        margin-top: 50px
    }

    footer .footer_box .inner_footer .box.mobile .txt span.devider {
        margin: 0
    }

    footer .footer_box .inner_footer .box.mobile .txt, footer .footer_box .inner_footer .box.mobile .txt a {
        font-size: 11px
    }

    footer .footer_box .inner_footer .box.mobile {
        width: calc(100% - 50px);
        margin-right: 25px
    }
}

@media only screen and (max-width:400px) {
    .bottom_box .left_content .box .content .call_now {
        width: 90%
    }

        .bottom_box .left_content .box .content .call_now .icon {
            margin-right: 5px
        }

    .bottom_box .left_content .box .content a .call_now .num {
        font-size: 14px
    }
}

.Page .content.bottom_box .info .aboutpage a {
    font-size: initial;
    text-decoration: underline;
    display: inline;
    width: initial;
    line-height: initial
}

    .Page .content.bottom_box .info .aboutpage a:before {
        display: none
    }
