/* Minification failed. Returning unminified contents.
(1187,10): run-time error CSS1062: Expected semicolon or closing curly-brace, found '/'
(2628,69): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
 */
@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold/OpenSans-Semibold.eot') format('embedded-opentype'), url('../fonts/OpenSans-Semibold/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Myriad Pro";
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro";
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.otf') format('opentype'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Regular') format('svg');
    font-weight: bold;
    font-style: normal;
}

.active:after, .backgroud_div_after {
    content: "";
}

.backgroud_div, .backgroud_div_after, .backgroud_div_bottom {
    z-index: -1;
    position: absolute;
}

h1 {
    font-size: 24px;
}

a {
    text-decoration: none;
    color: initial;
}

.wrapper_repair_full {
    min-height: 300px;
    background: #666;
    width: 100%;
    min-width: 974px;
    float: left;
}

.wrapper_repair {
    width: 1164px;
    margin: 0 auto;
    position: relative;
}

@font-face {
    font-family: BoldCond;
    src: url(MyriadPro-BoldCond/MyriadPro-BoldCond.eot) format('embedded-opentype'),url(MyriadPro-BoldCond/MyriadPro-BoldCond.otf) format('opentype'),url(MyriadPro-BoldCond/MyriadPro-BoldCond.svg) format('svg'),url(MyriadPro-BoldCond/MyriadPro-BoldCond.ttf) format('truetype'),url(MyriadPro-BoldCond/MyriadPro-BoldCond.woff) format('woff');
}

@font-face {
    font-family: Regular;
    src: url(MyriadPro-Regular/MyriadPro-Regular.eot) format('embedded-opentype'),url(MyriadPro-Regular/MyriadPro-Regular.otf) format('opentype'),url(MyriadPro-Regular/MyriadPro-Regular.svg) format('svg'),url(MyriadPro-Regular/MyriadPro-Regular.ttf) format('truetype'),url(MyriadPro-Regular/MyriadPro-Regular.woff) format('woff');
}

.multi_item_repair {
    position: relative;
    width: 974px;
    height: auto;
    margin: auto;
}

.item_repair {
    position: absolute;
    display: none;
    width: 330px;
    cursor: pointer;
}

.item_repair_content p {
    color: #758690;
    font-size: 16px;
    padding-right: 15px;
    margin: 10px 0 0;
    text-align: center;
}

.svg_paint {
    margin: auto;
    width: 974px;
}

.item_repair_title h1 {
    margin: 0;
}

.multi_item_repair .item_repair:nth-child(1) {
    top: 16px;
    left: -56px;
}

.multi_item_repair .item_repair:nth-child(2) {
    top: 16px;
    left: 754px;
}

.multi_item_repair .item_repair:nth-child(3) {
    top: 263px;
    left: 778px;
}

.multi_item_repair .item_repair:nth-child(4) {
    top: 541px;
    left: 705px;
}

.multi_item_repair .item_repair:nth-child(5) {
    top: 543px;
    left: -50px;
}

.multi_item_repair .item_repair:nth-child(6) {
    top: 265px;
    left: -95px;
}

.item_repair_title a {
    display: block;
    text-decoration: none !important;
    outline: 0;
    color: #3463c3;
    text-transform: uppercase;
    text-align: center;
}

    .item_repair_title a h1 {
        font-family: "Oswald-Regular";
        font-size: 18px;
    }

.item_repair_content {
    font-family: Myriad Pro;
}

nav.menu_intro_ ul {
    padding: 0;
    margin: 0;
}

    nav.menu_intro_ ul li {
        display: inline-block;
        font-family: "Oswald-Regular";
        color: #666;
        font-size: 15.8px;
        padding: 15px 15px 16px;
        cursor: pointer;
        position: relative;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

nav.menu_intro_ {
    text-transform: uppercase;
    border-bottom: 3px #e1e1ff solid;
    margin-bottom: 30px;
}

    nav.menu_intro_ ul li:hover:after, .active_menu:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: -3px;
        right: 0;
        content: "";
        border-bottom: #f48027 3px solid !important;
    }

    nav.menu_intro_ ul li.active_menu a, nav.menu_intro_ ul li:hover a {
        color: #f48027 !important;
    }

.pop_up_window {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(41,37,30,.72);
    left: 0;
    display: none;
    z-index: 10003;
}

.pop_up_windo_wrapper {
    width: 929px;
    margin: auto;
}

.content_item_popup_logo {
    width: 20%;
    float: left;
}

.content_item_popup_summary {
    float: left;
    width: 70%;
    margin-left: 3%;
}

.content_item_popup_logo img {
    width: 100%;
    height: 100%;
}

.content_item_popup_summary_tittle {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Oswald-Regular";
    display: block;
    padding: 10px 0;
}

.content_item_popup_content, .content_item_popup_summary_content {
    line-height: 24px;
}

.content_item_popup {
    float: left;
    border-radius: 38px;
    padding: 5% 0 80%;
    font-family: Myriad Pro;
}

.overlayBox {
    display: table;
    margin: 0 auto;
    width: 100%;
    border-radius: 50px;
    padding: 57px;
    position: relative;
    font-size: 16px;
    overflow-y: scroll;
    /* height: 43px; */
}

.content_item_popup_content {
    margin-top: 10px;
    float: left;
    max-height: 300px;
    overflow-y: scroll;
}

.popup_active {
    display: initial;
}

.backgroud_div {
    width: 798px;
    height: 157px;
    top: 0;
    left: 0;
    background: #fff;
    border-top-right-radius: 60px;
    border-top-left-radius: 46px;
}

.backgroud_div_after {
    right: 4px;
    top: 12px;
    border-bottom: 169px solid;
    border-right: 149px solid transparent;
    border-top-left-radius: 19px;
    border-bottom-right-radius: 30px;
    color: #fff;
    box-sizing: border-box;
}

.backgroud_div_bottom {
    width: 100%;
    background: #fff;
    bottom: 0;
    height: calc(100% - 157px);
    right: 0;
    border-bottom-right-radius: 47px;
    border-top-right-radius: 47px;
    border-bottom-left-radius: 47px;
}

.button_close_popup {
    position: absolute;
    right: 61px;
    top: 63px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    background: #f48027;
    border-radius: 50%;
    box-shadow: -1px 5px 5px rgba(47,40,40,.22);
    cursor: pointer;
}

.multi_item_acp, section.fullmember, section.about_us_rule, section.EXCLUSIONANDSUSPENSIONOFMEMBERSHIP, section.Rule, section.acp, section.banner, section.conmmit, section.operationaldocuments, section.whatwedo_repair, section.news {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

.item_acp {
    width: 33.3%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.tittle_item_acp {
    font-size: 24px;
    font-family: "Oswald-Regular";
    position: relative;
    color: #333;
    padding-bottom: 17px;
}

    .description_conmmit_tittle .block:after, .tittle_item_acp:after {
        position: absolute;
        content: "";
        bottom: 0;
    }

    .tittle_item_acp:after {
        width: 56px;
        height: 4px;
        background-color: #f48027;
        left: 0;
    }

.content_item_acp {
    margin-top: 41px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-family: Myriad Pro;
}

.table_acp table {
    width: 100% !important;
}

.table_acp {
    margin-top: 43px;
    float: left;
    width: 100%;
}

    .table_acp table tbody > tr > td {
        background: #fff !important;
        color: #000;
        /* font-family: Regular !important; */
        text-align: center;
        border: 1px solid #ccc !important;
        padding: 10px 5px;
    }

div#document table td, div#document table th, .document table td, .document table th {
    padding: 10px;
}

.table_acp table p {
    margin: 0;
    padding: 0;
}

.table_acp table tbody > tr:nth-child(1) > td, .table_acp table tbody > tr:nth-child(2) > td {
    background: #1553be !important;
    color: #fff !important;
    border-right: #fff solid 1px !important;
    font-family: "Oswald-Regular" !important;
}

.table_schedule table tbody > tr:nth-child(2) > td {
    background: #50b649 !important;
    color: #fff !important;
    border-right: #fff solid 1px !important;
    font-family: "Oswald-Regular",sans-serif !important;
}

.table_acp.table_schedule table tbody > tr > td {
    text-align: center;
    border: 1px solid #ccc !important;
    padding: 10px 5px;
    color: #2c3033;
    font-size: 15px;
    font-family: Myriad Pro;
}

.table_acp table tbody > tr:nth-child(1) > td:last-child, .table_acp table tbody > tr:nth-child(2) > td:last-child {
    border-right: #ccc solid 1px !important;
}

.description_operationaldocuments {
    width: 100%;
    float: left;
}

.description_operationaldocuments_tittle, .meetings_title h2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #333;
    font-family: "Oswald-Regular";
}

.description_operationaldocuments_content, .description_meetings_content {
    width: 100%;
    padding: 0 20%;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    margin-top: 48px;
    color: #333;
}

.Content_operationaldocuments {
    float: left;
    width: 100%;
    margin-top: 72px;
}

.Content_operationaldocuments_nav {
    float: left;
    width: 24%;
    padding-right: 43px;
    box-sizing: border-box;
}

.Content_operationaldocuments_table {
    float: left;
    width: 75%;
}

    .Content_operationaldocuments_table table {
        width: 100% !important;
    }

.Content_operationaldocuments_nav ul li {
    text-decoration: none;
    list-style: none;
    padding: 14px;
    border-top: 1px solid #ccc;
}

    .Content_operationaldocuments_nav ul li:last-child {
        border-bottom: 1px solid #ccc;
    }

    .Content_operationaldocuments_nav ul, .Content_operationaldocuments_nav ul li a {
        padding: 0;
        font-family: "Oswald-Regular";
        color: #494949;
        margin: 0;
    }

.Content_operationaldocuments_table table td {
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    color: #494949;
    text-align: center;
    font-family: Myriad Pro;
}

.Content_operationaldocuments_table table tbody > tr:nth-child(1) > td {
    background: #1553be !important;
    font-family: 'Fjalla One',sans-serif !important;
    border-right: solid 1px #fff !important;
    text-align: center !important;
    color: #fff !important;
}

    .Content_operationaldocuments_table table tbody > tr:nth-child(1) > td:last-child {
        border-right: solid 1px #ccc !important;
    }

.description_conmmit_tittle {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 24px;
    /* color: #1553be; */
    font-family: "Oswald-Regular";
    text-transform: uppercase;
}


.description_conmmit {
    width: 100%;
    float: left;
}

.description_conmmit_tittle .block:after {
    width: 50px;
    box-sizing: border-box;
    height: 3px;
    left: 26px;
    border: 2px solid #f48027;
}

.block {
    display: inline-block;
    float: none;
    position: relative;
    padding-bottom: 35px;
}

.description__conmmit_content {
    width: 100%;
    padding: 0 20%;
    box-sizing: border-box;
    font-size: 16px;
    /*  */
    text-align: center;
    margin-top: 45px;
    float: left;
    color: #333;
}

.Content__conmmit {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.tab-content.anf-tab .tab-pane {
    min-height: 400px;
}

section.conmmit {
    background: #fff url(../images/COMMITEES-bg.png) bottom;
    /* min-height: 700px; */
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: Myriad Pro;
    float: left;
    width: 100%;
    padding-bottom: 63px;
}

    section.conmmit .rockthemes-fullwidth-colored {
        background: transparent !important;
    }

.multi_Content__conmmit {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: -48px;
}

.multi_Content__conmmit_item {
    width: 33.3%;
    float: left;
    height: 247px;
    padding: 78px 72px 85px 38px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 24px;
    background: url(../images/Item.png) no-repeat;
    background-size: contain;
}

.backgroud_div_bottom_conmmit, .backgroud_div_conmmit {
    background: #fff;
    border-top-right-radius: 24px;
    z-index: -1;
    left: 0;
    position: absolute;
}

.backgroud_div_conmmit {
    width: 175px;
    top: 0;
    box-shadow: 0 0 20px 2px rgba(25,23,23,.54);
    height: 60px;
    border-top-left-radius: 24px;
}

.multi_Content__conmmit_item_tittle {
    font-family: "Oswald-Regular";
    color: #50b649;
    font-size: 22px;
}

.multi_Content__conmmit_item_content {
    font-size: 14px;
    margin-top: 27px;
}

.backgroud_div_bottom_conmmit {
    bottom: 0;
    width: 100%;
    box-shadow: 0 20px 20px 2px rgba(25,23,23,.54);
    height: calc(100% - 60px);
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.backgroud_div_after_conmmit {
    content: "";
    width: 14px;
    position: absolute;
    right: 8px;
    top: 12px;
    border-bottom: 55px solid;
    border-right: 35px solid transparent;
    border-top-right-radius: 109%;
    box-shadow: 0 0 20px 2px rgba(25,23,23,.54) inset;
    color: #fff;
    margin-left: 0;
    margin-top: 0;
    box-sizing: border-box;
    z-index: -1;
}


.btn_download {
    width: 100%;
    float: left;
    position: relative;
}

    .btn_download a, .btn_download a:focus {
        color: #fff;
        font-size: 16px;
        outline: none;
    }


.image_main_rule img {
    float: right;
    margin-right: 5px;
}

.download {
    width: auto;
    float: right;
    background: #ff9b31;
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
    cursor: pointer;
    transition: all linear 0.3s;
}

    .download:hover {
        width: auto;
        float: right;
        background: #ecb070;
        padding: 10px;
        border-radius: 15px;
        margin-top: 20px;
        cursor: pointer;
        transition: all linear 0.3s;
        color: #fff;
    }

.btn_download i {
    padding: 2px;
    border-radius: 10px;
    line-height: 11px;
    width: 20px;
    color: #ff9b31;
    text-align: center;
    background: #fff;
    margin-left: 9px;
    height: 20px;
}

.Content__Rule {
    width: 100%;
    float: left;
}

.image_main_rule {
    width: 40%;
    float: left;
}

._rule_tittle:after {
    width: 56px;
    content: "";
    left: 0;
    bottom: 0;
    background: #f48027;
    position: absolute;
    height: 3px;
}

._rule_tittle {
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    color: #333;
    position: relative;
    width: 100%;
    font-size: 24px;
    padding-bottom: 20px;
}

.introduction_rule {
    width: 60%;
    float: left;
    padding-left: 5%;
    box-sizing: border-box;
}

._rule_Content, .content_bottom_rule_ {
    width: 100%;
    float: left;
}

._rule_Content {
    font-size: 14px;
    font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
    line-height: 28px;
    margin-top: 22px;
}

.content_bottom_rule_left {
    width: 40%;
    float: left;
}

.content_bottom_rule_right {
    width: 60%;
    float: left;
    padding-left: 5%;
    box-sizing: border-box;
}

.general_rule, .name_rule, .objectives_rule {
    width: 100%;
    float: left;
}

.general_ {
    margin-top: 32px;
}

.fullmember_rule {
    background: url(../images/fullmenber.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 32vw;
    float: left;
}

.multi_item_content_exclusion {
    width: 33.3%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.content_secretariat {
    float: left;
    width: 100%;
}

.about_us_rule_left {
    width: 50%;
    float: left;
    padding-right: 5%;
    box-sizing: border-box;
}

.about_us_rule_right {
    width: 50%;
    float: left;
    padding-right: 5%;
    box-sizing: border-box;
}

._item_about_us:not(:first-child) {
    margin-top: 51px !important;
}

._item_about_us {
    width: 100%;
    float: left;
}

.multi_item_content_exclusion:first-child {
    padding-left: 0px;
}

.multi_item_content_exclusion:last-child {
    padding-right: 0px;
}

.Content_operationaldocuments_nav ul li:hover a, .Content_operationaldocuments_nav ul li.active a {
    color: orange;
    cursor: pointer;
}

nav.menu_intro_ ul li a {
    display: inline-block;
    font-family: "Oswald-Regular";
    color: #666;
    font-size: 15.8px;
    /* padding: 15px 16px 16px; */
    cursor: pointer;
    position: relative;
    /* box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* -webkit-box-sizing: border-box; */
    z-index: 1;
}

.Content_operationaldocuments_table table tbody > tr:not(:nth-child(1)) td {
    /* padding: 35px !important; */
    /* height: 100px !important; */
    padding: 10px 5px !important;
}

.Content_operationaldocuments_table table tbody > tr:nth-child(1) p {
    line-height: 56px !important;
    /* height: 100px !important; */
}

.multi_Content__conmmit_bottom {
    width: 100%;
    float: left;
    margin-top: -198px;
    /* padding: 0 2%; */
    /* box-sizing: border-box; */
}

    .multi_Content__conmmit_bottom > div:first-child {
        margin-left: 16.33%;
        /* margin-top: -146px; */
    }

.multi_Content__conmmit_item:nth-child(1) .multi_Content__conmmit_item_tittle {
    color: #50b649;
}

.multi_Content__conmmit_item:nth-child(2) .multi_Content__conmmit_item_tittle {
    color: #333180;
}

.multi_Content__conmmit_item:nth-child(3) .multi_Content__conmmit_item_tittle {
    color: #f48027;
}

.multi_Content__conmmit_bottom .multi_Content__conmmit_item:nth-child(1) .multi_Content__conmmit_item_tittle {
    color: #1861ac;
}

.multi_Content__conmmit_bottom .multi_Content__conmmit_item:nth-child(2) .multi_Content__conmmit_item_tittle {
    color: #eb2d2e;
}

/* Page Banner */
.group-banner {
    position: relative;
    float: left;
    width: 100%;
}

    .group-banner:before {
        margin-top: 25%;
        display: block;
        content: "";
    }

    .group-banner .ratio1_2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        height: 100%;
    }

        .group-banner .ratio1_2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

main.bodyLogin {
    background: #f5f7fa url("../images/login-bg.png") bottom;
    /* min-height: 700px; */
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: Myriad Pro;
    float: left;
    width: 100%;
}

.loginform {
    width: 50%;
    position: relative;
    float: left;
    margin-left: 25%;
}

.loginBox {
    width: 100%;
    margin: 30px auto 220px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 6px 1px rgba(160, 160, 160, 0.19);
    padding: 30px;
    box-sizing: border-box;
    border-top: 12px solid #f48027;
    float: left;
}

.inputGroup {
    float: left;
    width: 100%;
}

.submitGroup {
    float: left;
    width: 100%;
}

.itemInput {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.iconInput {
    width: 80px;
    float: left;
    border: 1px solid #d2d2d2;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    font-size: 25px;
    color: #bebcbc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
}

.textInput {
    float: left;
    width: calc(100% - 80px);
    height: 80px;
    border: 1px solid #d2d2d2;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .textInput input {
        height: 100%;
        border: none;
        outline: none;
        width: 100%;
        padding-left: 15px;
        font-size: 17px;
        background: transparent;
    }

        .textInput input::-webkit-input-placeholder {
            color: #929292;
            opacity: 0.8;
        }

        .textInput input:-moz-placeholder {
            color: #929292;
            opacity: 0.8;
        }

.submitGroup a {
    color: #999999;
    line-height: 50px;
    font-size: 20px;
}

.btSubmit {
    background: #ee7d26;
    border: none;
    padding: 20px 20%;
    color: #fff;
    float: right;
    font: 23px "Myriad Pro";
    box-shadow: 0px 1px 6px 1px rgba(160, 160, 160, 0.36);
    border-radius: 3px;
    margin-right: -15px;
    outline: none;
}

    .btSubmit:hover {
        background: #f3a569;
    }

.loginFacebook .iconInput {
    border: 1px solid #3f74e7;
    background: #3f74e7;
    color: #fff;
    font-size: 50px;
    line-height: 90px;
}

.loginFacebook .textInput {
    text-align: center;
    line-height: 80px;
    background: #4786ff;
    border: 1px solid #4786ff;
    color: #fff;
    font-size: 18px;
}


.loginFacebook {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 30px;
}

    .loginFacebook:hover {
        opacity: 0.8;
    }

.breakOr {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0px 0px;
    position: relative;
}

    .breakOr:before {
        content: "or";
        width: 100%;
        /* background: #fff; */
        border-bottom: 1px dashed #bebcbc;
        position: absolute;
        left: 0;
        color: transparent;
        z-index: 2;
        margin-top: -10px;
    }

    .breakOr span {
        z-index: 3;
        /* color: #000; */
        background: #fff;
        position: relative;
        padding: 5px 15px;
    }

.meetingOut {
    background: #f5f7fa;
    min-height: 200px;
    margin-top: 45px;
    padding: 30px 0px;
}

.itemBoxArr {
    background: #fff;
    padding: 20px;
    border-top: 75px solid #458bff;
    border-radius: 3px;
    box-shadow: 0px 1px 6px 1px rgba(160, 160, 160, 0.19);
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.itemHeadline h3 {
    font: 18px "Oswald-Regular";
}

.itemBoxReadm a {
    float: right;
    padding: 10px 15px;
    margin: 10px 0px;
    background: #fff;
    color: #5c5959;
    border-radius: 3px;
    box-shadow: 0px 1px 6px 1px rgba(160, 160, 160, 0.19);
}

    .itemBoxReadm a:hover {
        background: #f48027;
        color: #fff;
    }

.itemIcon {
    margin-top: -80px;
    width: 122px;
    margin: -80px auto 0px;
}

.schedule_title {
    font-size: 29px;
    font-family: "Oswald-Regular";
    position: relative;
    color: #333;
    padding-bottom: 17px;
}

    .schedule_title:after {
        width: 56px;
        height: 4px;
        background-color: #458bff;
        left: 0;
        position: absolute;
        content: "";
        bottom: 0;
    }

.schedule_description {
    margin: 30px 0px;
}

.table_schedule {
    margin: 30px 0px 50px;
    font-size: 15px;
}

/* Tab Content - menucool.com */
ul.tabs {
    padding-top: 30px;
    margin: 0;
    font-size: 0;
    list-style-type: none;
    text-align: left;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

    ul.tabs li {
        display: inline-block;
        /* margin-left: -3px; */
        width: 250px;
        margin: 0;
        background: White;
        /* float: left; */
        text-decoration: none;
        position: relative;
        color: #696868;
        outline: none;
        /* border: 1px solid #CCC; */
        border-right: 0;
        font-family: "Oswald-Regular";
        text-align: center;
        /* margin-right: 20px; */
        border-bottom: #c2c2c2 solid 2px;
        vertical-align: bottom;
    }

.venue-hotel ul.tabs li {
    background: #F6F6F9;
}

    .venue-hotel ul.tabs li a {
        font-weight: normal;
        font-family: "Oswald-Regular";
        position: relative;
        font-size: 18px;
        padding: 10px 0px;
        width: 100%;
        float: left;
        text-decoration: none;
        color: #000;
        border-radius: 3px;
        border: 1px solid #CCC;
        */;
    }

    /*Note: IE8 and earlier doesn't support li:last-child. You have to add another class to the last tab (LI) and specify its border-right as below.*/
    .venue-hotel ul.tabs li:last-child a {
        /* border-right: 1px solid #CCC; */
    }


    .venue-hotel ul.tabs li a:hover {
        /* color: #000; */
        /* background: white; */
    }

    .venue-hotel ul.tabs li.selected a, .venue-hotel ul.tabs li.selected a:hover, .venue-hotel ul.tabs li:hover a {
        font-weight: normal;
        background: #F16702;
        color: #FFF;
        position: relative;
        font-size: 18px;
        padding: 10px 0px;
        width: 100%;
        float: left;
        border-radius: 3px;
        border: 1px solid #F16702;
    }

    .venue-hotel ul.tabs li.selected:after, .venue-hotel ul.tabs li:hover:after {
        content: "123";
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: -5px;
        background: #f16702;
        transform: rotate(45deg);
        left: 50%;
    }


    .venue-hotel ul.tabs li.active {
        color: #000;
        background: white;
    }

div.tabcontents {
    /* border-top: 1px solid #CCC; */
    padding: 30px 0px 60px 0px;
    text-align: justify;
    font-family: Arial;
    font-size: 14px;
    color: #535151;
    line-height: 20px;
    float: left;
    width: 100%;
}

.ap_tbl {
    border: 1px solid #C3C2F3;
    margin-top: 4px;
}

    .ap_tbl th { /* background-color:#E8E8FA; */ /* font-size:12px; */
        color: #fff;
        border-bottom: 1px solid #C3C2F3;
        border-right: 1px solid #C3C2F3;
        padding: 10px 10px; /* padding-bottom:5px; */
        background: #1553be !important; /* padding-left: 6px; */
    }

        .ap_tbl th.end {
            border-right: none;
        }

.box_scroll {
    width: 100%;
    height: 250px;
    overflow: auto;
    scrollbar-face-color: #FFF;
    scrollbar-shadow-color: #CFCFCF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #CFCFCF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #F4F4F4;
    scrollbar-arrow-color: #C1C1C1;
}

.ap_tbl_scroll td {
    border-right: 1px solid #C3C2F3;
    border-bottom: 1px solid #C3C2F3;
    text-align: center;
    vertical-align: top;
    padding: 12px 10px;
}

    .ap_tbl_scroll td.none {
        border-right: none;
        text-align: left;
        padding: 12px 10px;
    }

    .ap_tbl_scroll td.none_b {
        border-bottom: none;
        height: 80px;
    }

    .ap_tbl_scroll td.none_b_end {
        border-bottom: none;
        border-right: none;
        text-align: left;
        padding: 12px 10px;
    }

.ap_tbl_scroll a.rink:link {
    color: #ED6117;
    text-decoration: underline;
}

.ap_tbl_scroll a.rink:visited {
    color: #ED6117;
    text-decoration: underline;
}

.ap_tbl_scroll a.rink:active {
    color: #ED6117;
    text-decoration: underline;
}

.ap_tbl_scroll a.rink:hover {
    color: #ED6117;
    text-decoration: underline;
}

.program-schedule table th:nth-child(2), .program-schedule table td:nth-child(2), .program-schedule table th:first-child, .program-schedule table td:first-child {
    padding: 5px;
}

h3.partTitle {
    font-family: "Oswald-Regular";
    color: #f48027;
    font-size: 17px;
    padding: 15px 0;
    /* cursor: pointer; */
    position: relative;
    text-transform: uppercase;
}

.anf-tab {
    font: 14px "Myriad Pro";
    line-height: 2;
}

@media screen and (max-width:1366px) {
    .wrapper_repair {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .multi_item_repair {
        position: relative;
        width: 974px;
        height: auto;
        margin: auto;
        transform: scale(0.9);
        margin: 0% auto;
    }
}


@media screen and (max-width:1200px) {
    .wrapper_repair {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .multi_item_repair {
        position: relative;
        width: 974px;
        height: auto;
        margin: auto;
        transform: scale(0.8);
        margin: -5% auto;
    }

    nav.menu_intro_, .menu_intro_ {
        /* display: none; */
        height: 0;
        overflow: hidden;
        border-bottom: 0px solid;
    }

    .multi_Content__conmmit_item {
        padding: 30px;
    }

    .multi_Content__conmmit {
        margin-bottom: -88px;
    }

    .content_blog {
        margin-top: 3vh;
    }
}

@media screen and (max-width:1024px) {
    .multi_item_repair {
        position: relative;
        width: 974px;
        height: auto;
        margin: auto;
        transform: scale(0.6);
        margin: -10% auto;
    }

    .item_repair {
        position: absolute;
        display: none;
        width: 450px;
        cursor: pointer;
    }

    .multi_item_repair .item_repair:nth-child(1) {
        top: -16px;
        left: -200px;
    }

    .item_repair_title a h1 {
        font-family: "Oswald-Regular";
        font-size: 28px;
    }

    .item_repair_content p {
        font-size: 22px;
    }

    .multi_item_repair .item_repair:nth-child(6) {
        top: 265px;
        left: -300px;
    }

    .multi_item_repair .item_repair:nth-child(5) {
        top: 543px;
        left: -170px;
    }

    nav.menu_intro_ {
        text-transform: uppercase;
        border-bottom: none;
        margin-bottom: 50px;
    }

    .backgroud_div {
        width: 100%;
        height: 157px;
        top: 0;
        left: 0;
        background: #fff;
        border-top-right-radius: 60px;
        border-top-left-radius: 46px;
    }

    .backgroud_div_bottom {
        width: 100%;
        background: #fff;
        bottom: 10px;
        height: calc(100% - 167px);
        right: 0;
        border-bottom-right-radius: 47px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 47px;
        /* margin-bottom: 20px; */
    }

    .content_item_popup {
        float: left;
        border-radius: 38px;
        padding: 2% 0 80%;
    }

    .multi_Content__conmmit_item_content {
        font-size: 13px;
        margin-top: 10px;
    }

    .multi_Content__conmmit_item {
        padding: 20px;
        background: #fff;
        box-shadow: 0px 1px 6px 1px rgba(160, 160, 160, 0.19);
        width: 30%;
        margin: 0px 1%;
        height: 200px;
    }

    .multi_Content__conmmit_bottom .multi_Content__conmmit_item {
        width: 40%;
    }

    .multi_Content__conmmit_bottom > div:first-child {
        margin-left: 5%;
        /* margin-top: -146px; */
    }

    .container {
        width: 100%;
    }
}

@media screen and (min-with:1200px) {
    .container {
        width: 1180px;
    }
}

@media screen and (max-with:1199px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width:955px) {
    .multi_item_repair .item_repair:nth-child(n) {
        top: 0px;
        left: 0px;
        position: relative;
        margin-bottom: 30px;
    }

    .svg_paint {
        display: none;
    }

    .multi_item_repair {
        position: relative;
        width: 100%;
        height: auto;
        margin: auto;
        transform: scale(1);
        margin: 0% auto;
        padding: 20px;
    }

    .item_repair {
        position: relative;
        display: inline-block !important;
        width: 49%;
        cursor: pointer;
        vertical-align: top;
        text-align: left;
    }

    .item_repair_title a h1 {
        font-family: "Oswald-Regular";
        font-size: 23px;
        text-align: left;
    }

    .item_repair_content p {
        font-size: 16px;
        text-align: left;
    }

    .pop_up_windo_wrapper {
        width: 98%;
        margin: auto;
    }

    .overlayBox {
        padding: 30px;
    }

    .button_close_popup {
        right: 30px;
        top: 30px;
    }
}

@media screen and (max-width:768px) {
    .item_repair {
        position: relative;
        display: inline-block;
        width: 100%;
        cursor: pointer;
        vertical-align: top;
        text-align: left;
    }

    .image_main_rule, .content_bottom_rule_left {
        width: 100%;
        float: left;
    }

    .introduction_rule, .content_bottom_rule_right {
        width: 100%;
        float: left;
        padding-left: 0%;
        box-sizing: border-box;
    }

    .multi_item_content_exclusion {
        width: 100%;
        float: left;
        padding: 10px 0PX;
        box-sizing: border-box;
    }

    .about_us_rule_left, .about_us_rule_right {
        width: 100%;
        float: left;
        padding-right: 0%;
        box-sizing: border-box;
        PADDING: 10PX 0PX;
    }

    .image_main_rule img {
        width: 60%;
        float: none;
        margin: 20px 20%;
    }

    .conmmit .step_home {
        opacity: 0;
        height: 300px;
    }

    .item_acp {
        width: 50%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
    }

    .Content_operationaldocuments_nav {
        float: left;
        width: 100%;
        padding-right: 0px;
    }

        .Content_operationaldocuments_nav ul li {
            width: 49%;
            display: inline-block;
            vertical-align: top;
        }

    .Content_operationaldocuments_table {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width:640px) {

    .multi_Content__conmmit, .multi_Content__conmmit_bottom {
        width: 50%;
        float: left;
        position: relative;
        margin: 0px;
    }

    .conmmit .step_home {
        display: none;
    }

    .multi_Content__conmmit_item, .multi_Content__conmmit_bottom .multi_Content__conmmit_item {
        padding: 20px;
        background: #fff;
        box-shadow: 0px 1px 6px 1px rgba(160, 160, 160, 0.19);
        width: 98%;
        margin: 20px 1%;
        height: 200px;
    }

    .multi_Content__conmmit_bottom > div:first-child {
        margin-left: 1%;
        /* margin-top: -146px; */
    }

    .Content__conmmit {
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .item_acp {
        width: 100%;
        float: left;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .description__conmmit_content, .description_operationaldocuments_content, .description_meetings_content {
        width: 100%;
        padding: 0;
        /* padding-top: 20px; */
        float: left;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .loginFacebook .textInput {
        font-size: 14px;
    }

    .multi_Content__conmmit, .multi_Content__conmmit_bottom {
        width: 100%;
        float: left;
        position: relative;
        margin: 0px;
    }
}

.pushmenu {
    background: #dadada;
    font-family: Arial, Helvetics, sans-serif;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 1000;
    position: fixed;
}

    .pushmenu h3 {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 20px;
        margin: 0;
        background: #bbbcbc; /* height:16px; */
        font-family: Myriad Pro;
        text-transform: uppercase;
    }

    .pushmenu a.aParent, .pushmenu a.language {
        display: block;
        color: #666;
        font-size: 15px;
        /* font-weight:bold; */
        text-decoration: none;
        /* border-top:1px solid #56544e; */
        border-bottom: 1px solid #c1c1c3;
        padding: 8px 0px 8px 16px;
        font-family: Myriad Pro;
        transition: all 0.5s linear;
        cursor: pointer;
        float: left;
        width: 100%;
        position: relative;
        text-transform: uppercase;
        font-family: "Oswald-Regular";
    }

.parentmenu:hover a.aParent, .parentmenu.active a.aParent {
    background: #f6f6f6;
    /* text-shadow: 0 0 1px #7C7878; */
    transition: all 0.5s linear;
    color: #f48027;
}

.pushmenu a.active {
    background: #09539D;
    color: #fff;
}

.pushmenu-left {
    right: -300px;
}

    .pushmenu-left.pushmenu-open {
        right: 0;
    }

.pushmenu-push {
    position: relative;
    z-index: 10001;
}

.pushmenu-push-toright {
    right: 200px;
    z-index: 10001;
}

.pushmenu, .pushmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#nav_list {
    background: url(../images/icon/icon_nav.png) no-repeat left top;
    cursor: pointer;
    height: 27px;
    width: 33px;
    text-indent: -99999em;
}

div#nav_list.active {
    background-position: -30px top;
}

.buttonset {
    height: 16px;
    padding: 5px 5px 10px;
    display: none;
}

.buttonset1 {
    height: 16px;
    padding: 5px 5px 0px 0px;
    display: none;
}

#nav_list1 {
    background: url(../images/icon/icon_nav.png) no-repeat left top;
    cursor: pointer;
    height: 27px;
    width: 33px;
    text-indent: -99999em;
}

div#nav_list1.active {
    background-position: -30px top;
}

.menu-mobile ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
    width: 100%;
}

.menu-mobile {
    z-index: 10002;
}

.menu-mobile-shadow {
    z-index: 10000;
}

li.parentmenu {
    position: relative;
    width: 100%;
    float: left;
}

a.language.active {
    background: none !important;
    color: #09539D !important;
    border-bottom: 1px solid #9e9f9f !important;
}

li.parentmenu:hover ul.submenu1 {
    height: auto;
    transition: height 0.5s linear;
    border-left: 5px solid #000;
}

ul.submenu1 {
    z-index: 100000;
    position: relative;
    margin-left: -2px;
}

    ul.submenu1 li a {
        /* border-bottom: 1px solid #c1c1c3; */
        /* padding: 8px 0px 8px 16px; */
        font-family: Arial;
        color: #00101f;
        font-size: 11.5px;
    }

.parentmenu:hover ul.submenu1 li {
    border-bottom: 1px solid #c1c1c3;
    padding: 8px 0px 8px 16px;
    font-family: Myriad Pro;
    height: 17px;
    transition: height 0.3s linear;
}

ul.submenu1 li {
    font-family: Myriad Pro;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    border: none;
    /* transition: height 0.3s linear; */
}

li.parentmenu.al {
    /*background: #bbbcbc;*/
}

.menu-mobile-shadow:after {
    content: "1";
    position: absolute;
    height: 1000px;
    /* width: 5px; */
    box-shadow: 7px 0px 7px 0px #b1b1b1;
    float: left;
    z-index: 1001;
    color: transparent;
    margin-left: -9px;
    margin-top: -46px;
}

section.content {
}

.parentmenu.mini {
    display: none;
}

@media only screen and (min-width:1200px) {
    .pushmenu-left {
        right: -300px;
    }

        .pushmenu-left.pushmenu-open {
            right: -300px;
        }

    .pushmenu-push-toright {
        right: 0px;
    }
}

@media only screen and (max-width:1200px) {
    .buttonset {
        display: block;
        float: right;
        margin-top: -5px;
    }

    .buttonset1 {
        display: block;
        float: left;
        margin-top: 0px;
    }
}

@media screen and (max-width:640px) {
    .parentmenu.mini {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .large-block-grid-5 > li:nth-of-type(5n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 769px) {

    .large-block-grid-5 > li:nth-of-type(n) {
        clear: none;
    }
}

.small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
}

.small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
}

.rockthemes-fullwidth-colored {
    float: left;
    width: 100%;
    background: url(../Images/index-banner-bg.png);
}


[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 0 0 -0.625rem;
}

.step-details p {
    font-size: 15px;
    line-height: 1.5;
}

@media only screen and (min-width: 769px) {
    .large-block-grid-5 > li {
        width: 20%;
        padding: 0 0.625rem 1.25rem;
        list-style: none;
    }
}




.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

.azoom-steps-wrapper {
    display: block;
    position: relative;
    max-width: 100%;
    /* overflow: hidden; */
    padding: 0px 0px 0 15px;
}

.azoom-steps {
    position: relative;
    display: block;
    margin: 160px 0px 190px;
    z-index: 9;
    float: left;
    width: 100%;
    padding: 35px 0px 50px;
}

    .azoom-steps.mousedown {
        transition: none !important;
        -webkit-transition: none !important;
        -moz-transition: none !important;
    }

    .azoom-steps ul {
        background: #c5cdd1;
    }

    .azoom-steps,
    .azoom-steps * {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        transform-origin: left top;
        -webkit-transform-origin: left top;
        font-family: Myriad Pro;
    }

@media screen and (min-width:768px) and (max-width: 5000px) {

    .small-block-grid-5 > li {
    width: 19.5%;
    padding: 0 0.625rem 1.25rem;
    list-style: none;
}

[class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
}

    .azoom-steps ul li {
        position: relative;
        height: 2px;
        background: inherit;
        padding: 0px;
    }

    .azoom-steps li:first-child:before,
    .azoom-steps li:last-child:after {
        content: '';
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        background: inherit;
        top: -3px;
        left: 0px;
    }

    .azoom-steps li:last-child:after {
        right: 0px;
        left: auto;
    }

    .rtl .azoom-steps li:first-child:before {
        right: 0px;
        left: auto;
    }

    .rtl .azoom-steps li:last-child:after {
        right: auto;
        left: 0px;
    }

    .azoom-steps li .step-icon {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        display: block;
        position: absolute;
        top: -19px;
        margin-left: 50%;
        left: -20px;
        background: inherit;
        text-align: center;
        color: #f9f9f9;
        cursor: pointer;
        z-index: 1;
    }

        .azoom-steps li .step-icon .number {
            line-height: 36px;
        }

            .azoom-steps li .step-icon .number::-moz-selection,
            .azoom-steps li .step-icon .number::selection,
            .azoom-steps li .step-icon::-moz-selection,
            .azoom-steps li .step-icon::selection {
                background-color: transparent;
            }

    .steps-noselect {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .azoom-steps li .step-icon .check {
        line-height: 40px;
        display: none;
    }

    .azoom-steps li .step-nav {
        position: absolute;
        top: -45px;
        left: -16px;
        left: -26px;
        margin-left: 50%;
        color: inherit;
        visibility: hidden;
        min-width: 60px;
        clear: after;
        font-size: 20px;
    }

    .azoom-steps li:nth-child(even) .step-nav {
        left: -16px;
        left: -26px;
        top: auto;
        bottom: -45px;
    }

    .azoom-steps li .step-nav i {
        position: relative;
        opacity: 0;
        width: 14px;
        width: 40px;
        float: left;
        transition: all .48s .18s;
        -webkit-transition: all .48s .18s;
        -moz-transition: all .48s .18s;
    }

    .azoom-steps li .step-nav .step-back,
    .azoom-steps li .step-nav .step-next {
        cursor: pointer;
        font-weight: bold;
        text-align: left;
    }

    .azoom-steps li.active .step-nav {
        visibility: visible;
    }

    .azoom-steps li.active.done .step-nav {
        display: none;
    }

    .azoom-steps li .step-nav i:first-child {
        transform: translateX(5px);
    }

    .azoom-steps li .step-nav i:last-child {
        transform: translateX(-5px);
    }

    .azoom-steps li.active .step-nav i:first-child {
        transform: translateX(-5px);
        opacity: 1;
    }

    .azoom-steps li.active .step-nav i:last-child {
        transform: translateX(5px);
        opacity: 1;
    }

    .azoom-steps li.active.done .step-icon .check {
        display: inline;
    }

    .azoom-steps li.active.done .step-icon .number {
        display: none;
    }

    .azoom-steps li .step-details {
        position: absolute;
        top: -250px;
        min-width: 198px;
        /* margin-left: 50%; */
        visibility: hidden;
        transition: all .6s;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        color: #fff;
    }

    .rtl .azoom-steps li .step-details {
        margin-left: auto;
        margin-right: 50%;
    }

    .azoom-steps li.active .step-details {
        visibility: visible;
    }

    .azoom-steps li .step-details * {
        margin-left: 90px;
    }

    .azoom-steps li .step-details > h3 {
        font-size: 18px;
        font-weight: 600;
        margin-left: 60px;
        min-width: 230px;
        opacity: 0;
        transition: all .4s .3s;
        -webkit-transition: all .4s .3s;
        -moz-transition: all .4s .3s;
        /* text-align: center; */
    }

    .azoom-steps li .step-details p,
    .azoom-steps li .step-details a {
        margin-left: 60px;
        min-width: 230px;
        opacity: 0;
        transition: all .6s .3s;
        -webkit-transition: all .6s .3s;
        -moz-transition: all .6s .3s;
        line-height: 18px;
    }

    .azoom-steps li:nth-child(even) .step-details > h3,
    .azoom-steps li:nth-child(even) .step-details p,
    .azoom-steps li:nth-child(even) .step-details a {
        margin-left: 0px;
    }

    .azoom-steps li.active .step-details > h3,
    .azoom-steps li.active .step-details p,
    .azoom-steps li.active .step-details a {
        transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        opacity: 1;
    }

    .azoom-steps li:nth-child(even) .step-details {
        top: auto;
        top: 105px;
        left: 0px;
        margin-left: 30px;
    }

    .rtl .azoom-steps li:nth-child(even) .step-details {
        margin-left: auto;
        margin-right: 30px;
    }

    .azoom-steps li:last-child .step-details,
    .azoom-steps li:first-child .step-details {
    }

    .azoom-steps li .step-details-line {
        background: #c5cdd1;
        width: 2px;
        position: absolute;
        margin-left: 50%;
        left: -1px;
        height: 80px;
        transform: translateY(10px) scaleY(0);
        -ms-transform: translateY(10px) scaleY(0);
        -webkit-transform: translateY(10px) scaleY(0);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        /* bottom: 0; */
    }

    .azoom-steps li.active .step-details-line {
        transform: translateY(-90px) scaleY(1.0);
        -ms-transform: translateY(-90px) scaleY(1.0);
        -webkit-transform: translateY(-90px) scaleY(1.0);
    }

    .azoom-steps li.active:nth-child(even) .step-details-line {
        transform: translateY(0px) scaleY(1.0);
        -ms-transform: translateY(0px) scaleY(1.0);
        -webkit-transform: translateY(0px) scaleY(1.0);
        height: 80px;
    }

    .azoom-steps li .step-details-line:before {
        content: '';
        background: inherit;
        width: 8px;
        height: 8px;
        display: block;
        position: absolute;
        top: 0px;
        left: -3px;
    }

    .azoom-steps li:nth-child(even) .step-details-line:before {
        top: auto;
        bottom: 0px;
    }

    .azoom-steps.responsive li:nth-child(even) .step-details {
        top: 60px;
        left: 60px;
        margin-left: 50%;
    }

    .azoom-steps.responsive li:nth-child(even) .step-details {
        left: -5px;
    }

    .azoom-steps.responsive {
        margin: 150px 0px 210px;
        min-width: 100% !important;
        float: left;
    }
}

@media (max-width: 768px) {

    .azoom-steps.jump-steps.azoom-transition {
    margin: 0!important;
}

    .azoom-steps-wrapper {
        margin: 0 -0.9375em;
        max-width: none;
    }

    .azoom-steps li
    {
        list-style-type:none;
        width: 49.5%;
        display:inline-block;
        vertical-align:top;
        color: #fff;
        overflow: hidden;
    }

    .azoom-steps li:before
    {
        margin-top: 60%;
        content:"";
        display:block;
    }

    .azoom-steps li .step-details
    {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        width:100%;
        float:left;
        padding: 15px 20px 5px;
    }

    .azoom-steps li .step-details h3
    {
        font-size:20px;
    }

    .step-icon.steps-noselect
    {
        float:right;
        font-size:20px;
        padding: 0px 20px 10px 0px
    }

    ul.large-block-grid-5.medium-block-grid-5.small-block-grid-5
    {
        background:none!important;
    }
}


@media screen and (min-width:768px) and (max-width: 1024px) {


    .step-details p {
        font-size: 13px;
        line-height: 1.5;
    }

    .azoom-steps li .step-details > h3 {
        font-size: 15px;
    }

    .azoom-steps.responsive li:nth-child(even) .step-details {
        margin-left: 10%;
        min-width: 150px !important;
        top: 75px;
    }

    .azoom-steps li .step-details {
        margin-left: -15%;
        min-width: 250px !important;
        top: -220px;
    }

        .azoom-steps li .step-details p, .azoom-steps li .step-details h3 {
            min-width: 220px !important;
        }

    .azoom-steps li.active .step-details-line {
        height: 60px;
    }


    .azoom-steps li.active .step-details-line {
        transform: translateY(-80px) scaleY(1.0);
        -ms-transform: translateY(-120px) scaleY(1.0);
        -webkit-transform: translateY(-80px) scaleY(1.0);
    }

    [class*="block-grid-"] {
        margin: 0 0 0 0;
    }

    .azoom-steps.responsive {
        transform: translateX(-5px) !important;
    }

    .step_home .container
    {
        width: 100%;
        /* margin:0 2%; */
        max-width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .azoom-steps.responsive li:nth-child(even) .step-details {
        margin-left: -30%;
        min-width: 150px !important;
        top: 75px;
        text-align: center;
    }

    .azoom-steps.responsive li .step-details {
        margin-left: -30%;
        min-width: 150px !important;
        text-align: center;
    }
}


@media screen and (max-width: 800px) {
    .azoom-steps.responsive li:nth-child(even) .step-details {
        margin-left: -30%;
        min-width: 120px !important;
        top: 75px;
        text-align: center;
    }

    .azoom-steps.responsive li .step-details {
        margin-left: -30%;
        min-width: 120px !important;
        text-align: center;
    }

    .azoom-steps.responsive ul li:nth-last-child(1) .step-details p, .azoom-steps.responsive ul li:nth-last-child(1) .step-details h3 {
        min-width: 140px !important;
    }
}


@media screen and (max-width: 640px) {
    .azoom-steps li
    {
        list-style-type:none;
        width: 100%;
        color: #fff;
    }

     .azoom-steps li:before {
    margin-top: 35%;
    content: "";
    display: block;
     }

     .azoom-steps li .step-details h3
    {
        font-size:20px;
    }
}


@media screen and (max-width: 480px) {

     .azoom-steps li .step-details h3
    {
        font-size:20px;
    }

     .azoom-steps li:before
    {
        margin-top: auto;
        content:"";
        display:block;
    }

    .azoom-steps li .step-details
    {
        position:relative;
        width:100%;
        float:left;
        padding: 15px;
    }

    .step-icon.steps-noselect {
        position:absolute;
    float: right;
    font-size: 20px;
    right:10px;
    padding:0px;
    bottom:10px;
}
}

.eos-menu,
.eos-menu *,
.eos-menu *:before,
.eos-menu *:after {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.eos-menu {
    font-size: 14px;
    color: #eee;
    position: relative;
    margin-bottom: 20px;
    border: 0.5px solid rgba(169, 168, 168, 0.49);
}

    .eos-menu li {
        list-style: none;
    }

    .eos-menu .eos-menu-content {
        position: absolute;
        width: 100%;
        overflow-y: hidden;
        height:auto;
        z-index: 10;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .eos-menu .eos-group-content {
        overflow-y: hidden;
        transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }

    .eos-menu .eos-menu-title,
    .eos-menu .eos-group-title,
    .eos-menu .eos-item {
        height: 40px;
        line-height: 40px;
        background: #2F4050;
        border-color: #293744;
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-bottom: 1px solid transparent;
    }

    .eos-menu .eos-group-title {
        background: #ffffff;
        border-left: 4px solid #f48027;
        color: #333333;
        line-height: 50px;
        height: 50px;
        border-bottom: 0.5px solid rgba(230, 230, 230, 0.99);
        border-top: 0.5px solid rgba(230, 230, 230, 0.99);
    }

    .eos-menu .eos-group-title a{
        color: #333333;
    }

        .eos-menu .eos-menu-title .fa,
        .eos-menu .eos-group-title .fa,
        .eos-menu .eos-item .fa {
            line-height: 40px;
            color: #f48027;
        }

        .eos-menu .eos-menu-title:hover, .eos-menu .eos-group-title:hover, .eos-menu .eos-group-title.active, .eos-menu .eos-item:hover, .eos-group-title.active a {
            cursor: pointer;
            background: #e6e6e6;
            color: #f48027;
        }

.eos-menu .eos-item.active a {
        color: #f48027;
    }
    
.eos-group-title.active .fa-caret-down:before {.fa-caret-up: before {
    content: "\f0d8";  }
    content: "\f0d8";
    content: "\f0d8";
}

    .eos-menu .eos-group-content .eos-item {
        background: #ffffff;
        padding-left: 30px !important;
    }

    .eos-menu .eos-item a {
        color: #333333;
        display: block;
        text-decoration: none;
        font-size: 13px;
    }

    .eos-menu .eos-pull-right {
        float: right;
    }

    .eos-menu .auto-height {
        height: auto;
    }

@media (min-width: 320px) {
    .eos-menu .eos-menu-title {
        display: none;
    }

    .eos-menu .eos-menu-content {
        height: auto;
        position: inherit;
    }
}


@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../fonts/OpenSans-Semibold/OpenSans-Semibold.eot') format('embedded-opentype'), url('../fonts/OpenSans-Semibold/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Myriad Pro";
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Myriad Pro";
    src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Bold.otf') format('opentype'), url('../fonts/MyriadPro-Bold.woff') format('woff'), url('../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold.svg#MyriadPro-Regular') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: "OpenSans-Semibold", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #5c5959;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}


.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.stylish-input-group .input-group-addon {
    background: white !important;
    height: 26px;
    padding: 0 10px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
    border-radius: 16px;
    height: 30px;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}

.input-group.stylish-input-group {
    height: 30px;
    border-radius: 9px;
    float: right;
    width: 250px;
    /* padding: 20px; */
}

.menu-bar ul.menu-right {
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    /* padding-top: 5px; */
}

    .menu-bar ul.menu-right li {
        display: inline-block;
        padding: 0px 15px;
        float: left;
    }

        .menu-bar ul.menu-right li {
            border-right: 1px solid #e7e7e7;
            /* padding-left: 0px; */
        }

        .menu-bar ul.menu-right li:last-child {
            padding-right: 0px;
            border: none;
        }

        .menu-bar ul.menu-right li a {
            text-transform: uppercase;
            font-size: 12px;
            color: #4b575f;
            line-height: 28px;
            font-family: "OpenSans-Semibold";
        }

.menu-bar {
    float: right;
}

.h_login {
    width: 45px;
    float: right;
    padding: 25px 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #838a8f;
}

.h_contact {
    width: 82px;
    float: right;
    padding: 25px 11px;
    font-size: 13px;
    text-transform: uppercase;
    color: #838a8f;
}

header.headerOut {
    /* height: 110px; */
    /* vertical-align: middle; */
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    /* display: -webkit-flex; */
    /* -webkit-justify-content: center; */
    /* -webkit-align-items: center; */
    padding: 15px 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 6px 1px rgba(160, 160, 160, 0.19);
}



.header-left, .header-left .logo a img {
    float: left;
    height: 90px;
}

img {
    max-width: 100%;
}

.header-right {
    height: 90px;
    /* max-width: 0%; */
    float: right;
    /* padding: 15px 0px; */
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    /* height: 100%; */
    position: relative;
}

.banner_1, .banner_2, .ch-banner {
    overflow: hidden;
    position: relative;
}

.ch-item-1 {
    width: 50%;
}

.ch-item-2, .ch-item-3, .ch-item-4, .ch-item-5, .ch-item-6, .ch-item-7, .ch-item-8 {
    width: 25%;
    float: left;
}

.ch-item-1 .ch-banner:before {
    content: "";
    display: block;
    margin-top: 45.8%;
}

.ch-item-7 .ch-banner:before, .ch-item-8 .ch-banner:before {
    content: "";
    display: block;
    margin-top: 45.8%;
}

.banner_2:before, .ch-banner:before {
    content: "";
    display: block;
    margin-top: 91.6%;
}

.banner_1 a,
.banner_2 a, .ch-banner a {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    transition: 0.7s ease;
}

.banner_1 img,
.banner_2 img, .ch-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*sadasd*/
.ch-item-2, .ch-item-3, .ch-item-4, .ch-item-5, .ch-item-6, .ch-item-7, .ch-item-8 {
    /* width: 100%; */
    height: 100%;
    /* border-radius: 50%; */
    position: relative;
    cursor: default;
    /* box-shadow: 
		inset 0 0 0 0 rgba(200,95,66, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1); */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    /*.ch-item-2 .ch-info {
        width: 100%;
        height: 100%;
        float: left;
        position: relative;
    }

    .ch-item-2 .ch-info-front {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }


    .ch-item-2 .ch-info-back {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .ch-item-2:hover .ch-info-front, .ch-item-2.active .ch-info-front {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .ch-item-2:hover .ch-info-back, .ch-item-2.active .ch-info-back {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: 1;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .ch-item-2 .ch-info h3 {
        color: #fff;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 2px;
        font-size: 22px;
        margin: 0 30px;
        padding: 65px 0 0 0;
        height: 110px;
        font-family: 'Open Sans', Arial, sans-serif;
        text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
    }

    .ch-item-2 .ch-info p a:hover {
        color: #fff222;
        color: rgba(255,242,34, 0.8);
    }

    .ch-item-2:hover, .ch-item-2.active {
        box-shadow: inset 0 0 0 110px rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
    }

        .ch-item-2:hover .ch-info-back, .ch-item-2.active .ch-info-back {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

.ch-item-2 {
    background-size: cover !important;
}*/


/*.ch-item-4 .ch-info {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.ch-item-4 .ch-info-front {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.ch-item-4 .ch-info-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-item-4:hover .ch-info-front, .ch-item-4.active .ch-info-front {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ch-item-4:hover .ch-info-back, .ch-item-4.active .ch-info-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.ch-item-4 .ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 65px 0 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0,0,0,0.3);
}

.ch-item-4 .ch-info p a:hover {
    color: #fff222;
    color: rgba(255,242,34, 0.8);
}

.ch-item-4:hover, .ch-item-4.active {
    box-shadow: inset 0 0 0 110px rgba(200,95,66, 0.4), inset 0 0 0 16px rgba(255,255,255,0.8), 0 1px 2px rgba(0,0,0,0.1);
}

    .ch-item-4:hover .ch-info-back, .ch-item-4.active .ch-info-back {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.ch-item-4 {
    background-size: cover !important;
}*/

/*sss*/

.ch-item-1, .ch-item-2, .ch-item-7, .ch-item-4 , .ch-item-8, .ch-item-3, .ch-item-5, .ch-item-6 {
    position: relative;
    overflow: hidden;
    float: left;
}
 .ch-item-2 .ch-info-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* margin-left: -100%; */
        border-radius: 5px;
        background-color: rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .ch-item-2:hover .ch-info-back, .ch-item-2.active .ch-info-back {
        /* margin-left: 0; */
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .ch-item-3 .ch-info-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -100%;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-3:hover .ch-info-back, .ch-item-3.active .ch-info-back {
        margin-left: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

     .ch-item-4 .ch-info-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -100%;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-4:hover .ch-info-back, .ch-item-4.active .ch-info-back {
        margin-left: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-5 .ch-info-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: -100%;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-5:hover .ch-info-back, .ch-item-5.active .ch-info-back {
        margin-right: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-7 .ch-info-back, .ch-item-1 .ch-info-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: -100%;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-8 .ch-info-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 100%;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-6 .ch-info-back {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        border-radius: 5px;
        background-color: rgba(0,0,0,0.75);
        -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,.75);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        transform: rotateX(90deg);
    }

    .ch-item-6:hover .ch-info-back, .ch-item-6.active .ch-info-back {
        transform: rotateX(0deg);
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-7:hover .ch-info-back, .ch-item-1.active .ch-info-back, .ch-item-1:hover .ch-info-back, .ch-item-1.active .ch-info-back {
        margin-top: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .ch-item-8:hover .ch-info-back, .ch-item-8.active .ch-info-back {
        margin-top: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

.text {
    padding-top: 50px;
}

.textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.metro-item {
    width: 78px;
    position: relative;
    top: 100px;
    left: 116px;
}

circle#e1_circle:hover {
    r: 65px;
    transition: 0.3s ease;
}

circle#e15_circle:hover {
    r: 55px;
    transition: 0.3s ease;
}
circle#e16_circle:hover {
    r: 65px;
    transition: 0.3s ease;
}
circle#e159_circle:hover {
    r: 60px;
    transition: 0.3s ease;
}

circle#e212_circle:hover {
    r: 74px;
    transition: 0.3s ease;
}

circle#e226_circle:hover {
    r: 55px;
    transition: 0.3s ease;
}

circle#e240_circle:hover {
    r: 57px;
    transition: 0.3s ease;
}

circle#e267_circle:hover {
    r: 102px;
    transition: 0.3s ease;
}

circle#e1_circle, circle#e15_circle, circle#e159_circle, circle#e212_circle, circle#e226_circle, circle#e240_circle, circle#e267_circle {
    transition: 0.3s ease;
}

.sv_item {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 58px;
    left: 5px;
    border-radius: 50%;
    background: #efeff0;
}


    .sv_item:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }

.sv_item {
    transition: 0.3s ease;
}

    .sv_item img {
        position: absolute;
        top: 20px;
        left: 11px;
    }

.service_home_left {
    margin: 40px 0;
    position: relative;
}

.sv_item_2 {
    transition: 0.3s ease;
    width: 104px;
    height: 104px;
    position: absolute;
    top: 12px;
    left: 273px;
    border-radius: 50%;
    background: #efeff0;
    /* background: rebeccapurple; */
}

    .sv_item_2 img {
        position: absolute;
        top: 40px;
        left: 11px;
    }


    .sv_item_2:hover {
        moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }

.sv_item_3 {
    transition: 0.3s ease;
    width: 94px;
    height: 94px;
    position: absolute;
    top: 151px;
    left: 330px;
    border-radius: 50%;
    background: #efeff0;
    /* background: rebeccapurple; */
}

    .sv_item_3 img {
        position: absolute;
        top: 27px;
        left: 22px;
    }

    .sv_item_3:hover {
        /* background: rebeccapurple; */
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }

.sv_item_4 {
    transition: 0.3s ease;
    width: 127px;
    height: 127px;
    position: absolute;
    top: 294px;
    left: 294px;
    border-radius: 50%;
    background: #efeff0;
    /* background: rebeccapurple; */
}



    .sv_item_4 img {
        position: absolute;
        top: 27px;
        left: 22px;
    }

    .sv_item_4:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }

.sv_item_5 {
    transition: 0.3s ease;
    width: 86px;
    height: 86px;
    position: absolute;
    top: 336px;
    left: 147px;
    border-radius: 50%;
    background: #efeff0;
    /* background: rebeccapurple; */
}



    .sv_item_5 img {
        position: absolute;
        top: 17px;
        left: 15px;
    }

    .sv_item_5:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }



.sv_item_6 {
    transition: 0.3s ease;
    width: 102px;
    height: 102px;
    position: absolute;
    top: 230px;
    left: 3px;
    border-radius: 50%;
    background: #efeff0;
    /* background: rebeccapurple; */
}



    .sv_item_6 img {
        position: absolute;
        top: 33px;
        left: 14px;
    }

    .sv_item_6:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }



.sv_item_7 {
    transition: 0.3s ease;
    width: 151px;
    height: 151px;
    position: absolute;
    top: 127px;
    left: 134px;
    border-radius: 50%;
    background: #efeff0;
    /* background: rebeccapurple; */
}



    .sv_item_7 img {
        position: absolute;
        top: 12px;
        left: 14px;
        width: 79%;
    }

    .sv_item_7:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }
.sv_item_8 {
    transition: 0.3s ease;
    width: 85px;
    height: 85px;
    position: absolute;
    top: 21px;
    left: 132px;
    border-radius: 50%;
    background: #efeff0;
    /* background: rebeccapurple; */
}
    .sv_item_8 img {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 90%;
    }

    .sv_item_8:hover {
        -moz-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        transition: 0.3s ease;
    }
.service_home_right {
    position: relative;
    margin: 40px 0;
}

.entry_title h2 {
    color: #333180;
    font-size: 35px;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Myriad Pro";
    padding: 20px 0px;
}

.entry_content {
    font-size: 18px;
    padding-left: 20px;
    border-left: 3px solid #fdf6ef;
    font-family: "Myriad Pro";
    margin-left: -20px;
}

.title_blog {
    text-align: center;
    padding: 30px;
    font-size: 30px;
    text-transform: uppercase;
}

article.news-item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.blog_home {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

h2.title_news {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 0px 15px 0px;
    position: relative;
}

    h2.title_news a {
        color: #525151;
        font-size: 15px;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: bold;
        position: relative;
        font-family: "Myriad Pro";
    }

    h2.title_news:after {
        content: "";
        width: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        background: #6767e4;
    }

.time_news {
    padding: 10px 0px;
    color: #b5b5b0;
}

.news-left .time_news
{
    padding-top:0px;
}

.content_summary {
    font-weight: bold;
    color: #3e3d3d;
    float: left;
    width: 100%;
}

.content_body {
    float: left;
    width: 100%;
}

.images_news {
    width: 100%;
    float: left;
    position: relative;
}

    .images_news:before {
        content: "";
        margin-top: 60%;
        display: block;
    }

    .images_news a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
    }

.news-content-out {
    float: left;
    width: 100%;
}

.images_news a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_h {
    width: 100%;
    float: left;
    padding: 16px 16px 0;
    background: #f48027;
    /* margin-top: 66px; */
}

.footer_left {
    width: 50%;
    float: left;
    color: white;
}

.footer_right {
    width: 50%;
    float: left;
    color: white;
}

.designer {
    width: 78%;
    float: right;
    text-align: right;
    display: none;
}

    .designer a {
        color: #fff;
        font-weight: bold;
    }

.person {
    width: 100%;
    float: left;
}

.preson_left {
    width: 50%;
    float: left;
    font-size: 38px;
    text-transform: uppercase;
    color: orange;
    padding: 30px;
    box-sizing: border-box;
    font-family: "Oswald-Regular";
}

.preson_mid {
    width: 25%;
    float: left;
}

.preson_right {
    width: 25%;
    padding: 30px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.banner_about {
    background: #666666;
    height: 300px;
}

.preson_mid {
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.ps_item {
    margin-bottom: 20px;
    /* border-left: 2px solid gray; */
}

.preson_c p {
    margin: 0;
}

.preson_mid:after {
    border-left: 2px solid gray;
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    bottom: 0;
    height: calc(100% - 73px);
    width: 2px;
    margin: auto;
}

.preson_right:after {
    border-left: 2px solid gray;
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 0;
    height: calc(100% - 50px);
    width: 2px;
    margin: auto;
}

.entry_ab {
    width: 100%;
    float: left;
    background: whitesmoke;
    padding: 50px 0;
    /* padding-top: 50px; */
}

.entry_ab_item {
    width: 50%;
    float: left;
    padding: 0 30px;
}

.entry_ab_item_title {
    padding-bottom: 40px;
    position: relative;
    font-size: 26px;
    font-family: "Oswald-Regular";
}

    .entry_ab_item_title:before {
        content: "";
        content: "";
        width: 41px;
        position: absolute;
        bottom: 22px;
        left: 0;
        height: 3px;
        background: orange;
    }

.entry_ab_item_content {
    /* padding-right: 50px; */
    /* text-align: justify; */
    font-size: 14px;
    /* font-weight: 600; */
}

.etfp {
    padding-right: 60px;
}

.ab_objective {
    width: 100%;
    float: left;
    height: 35vw;
    background: url(../images/c2.PNG);
    background-size: cover;
    /* margin: 54px; */
}

.ab_benefits {
    width: 100%;
    float: left;
}

.ab_benefits {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.step_home {
    width: 100%;
    float: left;
    overflow: hidden;
}

.go_top {
    width: 22%;
    float: right;
}

    .go_top i {
        font-size: 31px;
        padding: 6px;
        border: 1px solid;
        line-height: 20px;
        position: relative;
        top: -8px;
        cursor: pointer;
        float: right;
    }

.ps_position {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.preson_ch {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.preson_c {
    margin-bottom: 10px;
}

.preson_tret {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.preson_left div {
    font-family: "Oswald-Regular";
}

a {
    text-decoration: none !important;
}

span.input-group-addon span {
    color: #f7aa6e;
}

.news-item .image:hover .image-content {
    opacity: 1;
}

.news-item .image .read-more {
    position: absolute;
    font-size: 12px;
    bottom: 35px;
    left: 30px;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

    .news-item .image .read-more:before {
        margin-bottom: 15px;
        content: "";
        width: 12px;
        height: 12px;
        display: inline-block;
        border: 2px solid #288cf0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
    }

.news-item .image .image-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    display: table-cell;
    vertical-align: bottom;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
}

.hotel-title h2 {
    font-size: 30px;
    font-family: "Oswald-Regular";
    position: relative;
    color: #F16702;
    padding-bottom: 25px;
    margin: 0;
    border-bottom: 0.5px solid #a4a2a2;
}

    .hotel-title h2:after {
        width: 56px;
        height: 4px;
        background-color: #F16702;
        left: 0;
        position: absolute;
        content: "";
        bottom: 0;
    }

.hotel-description {
    margin-top: 30px;
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #a4a2a2;
}

.hotel-more {
    font-size: 17px;
    line-height: 28px;
    /* line-height: 25px; */
}

.hotel-content {
    float: right;
    width: 92%;
}

.hotel-description-full {
    font-size: 17px;
    line-height: 28px;
}

    .hotel-description-full h3 {
        color: #f48027;
    }

.flexslider.thumbnailslider {
    margin-top: 10px;
}

section.news .images_news:before {
    margin-top: 120%;
}

.news-left .images_news.image {
    width: 40%;
}

.news-left .news-content-out {
    width: 55%;
    float: right;
}

.news-left h2.title_news {
    margin-top: 0;
}

.news-left .images_news:before {
    content: "";
    margin-top: 80%;
    display: block;
}

.site_map ul li {
    width: 31%;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* border-bottom: 1px solid #8492ac; */
    margin-right: 2%;
    /* padding-bottom: 12px; */
    vertical-align: top;
}

.site_map ul li a {
    font-family: "Oswald-Regular";
    color: #f48027;
    border-bottom: 1px solid #8492ac;
    padding-bottom: 12px;
    width: 100%;
    float: left;
}


.site_map ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    margin: 30px 0;
    float: left;
}

.site_map ul li ul {
    float: left;
    margin-left: 10px;
    width: auto;
}

.site_map ul li ul li {
    float: none;
    width:100%;
}

.site_map ul li ul li a {
   font-family: "Oswald-Regular";
   color: #5f4e41;
   font-size: 13px;
   border: none;
   float: left;
}

@media screen and (max-width:1024px) {
    .service_home_left {
        margin: 40px auto;
        position: relative;
        width: 450px;
        transform: scale(0.8);
    }

    .input-group.stylish-input-group {
        width: 200px;
        /* padding: 20px; */
    }

    header.headerOut {
        padding-left: 10px;
    }
}

@media screen and (max-width: 900px) {
    .service_home_left {
        margin: 40px auto;
        position: relative;
        width: 450px;
        transform: scale(0.7);
        margin-left: -10%;
    }

    .preson_left {
        width: 100%;
        padding: 30px 0px;
    }

        .preson_left div {
            width: 100%;
        }

    .preson_mid, .preson_right {
        width: 50%;
        float: left;
        padding: 20px 10px;
    }

        .preson_mid:after {
            border-left: none;
        }

    .etfp {
        padding-right: 0px;
    }

    .entry_ab_item {
        width: 50%;
        float: left;
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {

    .input-group.stylish-input-group {
        display: none;
    }

    .service_home_left {
        transform: scale(1);
        margin-left: auto;
    }

    .content_blog .col-xs-12 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .entry_ab_item {
        width: 100%;
        float: left;
        padding: 0 0px;
        padding-bottom: 20px;
    }

    .etfp {
        padding-right: 0px;
    }

    .header-left, .header-left .logo a img, .header-right {
        height: 70px !important;
    }

    .loginform {
        width: 90%;
        position: relative;
        float: left;
        margin-left: 5%;
    }

    .floating-box {
        padding: 10px;
    }
	
	.site_map ul li {
    width: 48%;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* border-bottom: 1px solid #8492ac; */
    margin-right: 2%;
    /* padding-bottom: 12px; */
    vertical-align: top;
	
}

.menu-bar ul.menu-right
{
display:none;
}
}


@media screen and (max-width: 640px) {
    .service_home_left {
        width: 450px;
        transform: scale(0.8);
    }

    .content_blog .col-xs-12 {
        width: 100%;
    }

    .menu-bar ul.menu-right {
        display: none;
    }

    .footer_left, .footer_right {
        width: 100%;
        text-align: center;
    }

    .designer {
        width: 60%;
        float: right;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .service_home_left {
        width: 450px;
        transform: scale(0.7);
        margin-left: -10%;
    }

    .content_blog .col-xs-12 {
        width: 100%;
    }

    .preson_left {
        font-size: 25px;
    }
	
	.site_map ul li {
    width: 98%;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    /* border-bottom: 1px solid #8492ac; */
    margin-right: 2%;
    /* padding-bottom: 12px; */
    vertical-align: top;
}
}

@media screen and (max-width: 400px) {
    .service_home_left {
        width: 450px;
        transform: scale(0.6);
        margin: -20%;
    }


    .preson_mid, .preson_right {
        width: 100%;
        float: left;
        padding: 20px 0px;
    }

        .preson_right:after {
            border-left: none;
        }

    .ps_item {
        margin-bottom: 5px;
        /* border-left: 2px solid gray; */
    }
}

@media screen and (max-width: 370px) {
    .service_home_left {
        width: 450px;
        transform: scale(0.5);
        margin: -30%;
    }
}

