﻿@charset "utf-8";
/* CSS Document */
body {
    direction: rtl;
    background-color: #fff;
    font-family: Samim, Tahoma, Geneva, sans-serif;
    font-size: 12px;
}

@font-face {
    font-family: 'Samim';
    src: url('../font/Samim.eot');
    src: local('?'), url('../font/Samim.woff') format('woff'), url('../font/Samim.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Samim-Bold';
    src: url('../font/Samim-Bold.eot');
    src: local('?'), url('../font/Samim-Bold.woff') format('woff'), url('../font/Samim-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('../font/Vazir.eot');
    src: local('?'), url('../font/Vazir.woff') format('woff'), url('../font/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yekan';
    src: url('../font/W_yekan.eot');
    src: local('?'), url('../font/W_yekan.woff') format('woff'), url('../font/W_yekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: BTitrBold;
    src: url('../font/BTitrBold.eot');
    src: local('?'), url('../font/BTitrBold.woff') format('woff'), url('../font/BTitrBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


a {
    -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;
    text-decoration: none;
}

img {
    border: none;
}

ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.wrapper {
    width: 1140px;
    margin: auto;
}

.relativeBox {
    position: relative;
}

.bannerTop {
    background-position: center center;
    height: 250px;
    width: 100%;
}

.coverBan {
    background-image: url(../img/cover-ban.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    height: 250px;
    width: 100%;
    top: 0px;
    right: 0px;
}

.box-top {
    float: left;
    margin: 35px 0;
    width: 880px;
}

.titlePage {
    background-color: #517542;
    border-radius: 6px;
    color: #fff;
    float: right;
    font-family: Samim-Bold;
    font-size: 30px;
    padding: 6px 15px 12px;
}

.addressPage {
    background-color: #ed1d24;
    border-radius: 6px;
    clear: both;
    float: right;
    margin-top: 7px;
    padding: 6px 15px 10px;
}

    .addressPage a, .addressPage span {
        float: right;
        font-size: 15px;
        color: #fff;
    }

        .addressPage a:hover {
            color: #088241;
        }

        .addressPage a::after {
            color: #fff;
            content: ">";
            font-size: 13px;
            padding: 0 7px;
        }

        .addressPage a:last-child:after {
            /*content: "";
	padding: 0;*/
        }

.sideBar {
    background-color: #d9020a;
    float: right;
    margin-top: -250px;
    position: relative;
    width: 225px;
    z-index: 10;
}

    .sideBar:after {
        content: "";
        background-image: url(../img/menu-bottom.png);
        background-size: 100% 100%;
        height: 45px;
        width: 100%;
        position: absolute;
        right: 0px;
        bottom: -45px;
    }

.logo {
    height: 176px;
    margin: 10px auto;
    width: 176px;
}

    .logo h1 span {
        display: none;
        font-family: Samim-Bold;
        font-size: 25px;
        color: #FFF;
    }

.menu {
    border: 0 none;
    clear: both;
    float: left;
    margin: 5px auto;
    padding: 0;
    position: relative;
    width: 100%;
}

    .menu ul, .menu li {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }

    .menu ul {
        z-index: 597;
    }

        .menu ul li {
            display: block;
            min-height: 1px;
            transition: all 0.3s ease-out 0s;
            vertical-align: middle;
            width: 100%;
            border-bottom: 1px solid #e85c61;
        }

            .menu ul li:last-child {
                border: none;
            }

            .menu ul li:first-child a {
            }

            .menu ul li a {
                color: #FFF;
                display: block;
                font-size: 15px;
                font-weight: normal;
                padding: 6px 10px;
            }

            .menu ul li:hover {
                background-color: #a31116;
            }

            .menu ul li.hover, .menu ul li:hover {
            }

            .menu ul li a.hover, .menu ul li a:hover, .current {
            }

    .menu .has-sub {
        background-image: url("../img/592.png");
        background-position: 10px center;
        background-repeat: no-repeat;
        position: relative;
    }

    .menu ul ul ul {
        left: auto;
        right: -99.5%;
        top: 0;
        width: 575px !important;
    }

    .menu ul ul {
        background-color: #a31116;
        direction: rtl;
        display: none;
        margin-top: 0;
        position: absolute;
        right: 225px;
        text-align: right;
        top: 0;
        /*bottom: 72px;*/
        width: 210px;
        z-index: 10000000;
    }

        .menu ul ul li {
            font-size: 15px;
            font-weight: normal;
            padding-bottom: 0;
            transition: all 0.3s ease-out 0s;
            width: 100%;
        }

            .menu ul ul li:hover {
                background-color: #517542;
            }

                .menu ul ul li:hover a {
                    color: #FFFFFF !important;
                }

    .menu a {
        display: block;
        line-height: 1em;
        text-decoration: none;
    }

    .menu ul li ul li a {
        background-image: none !important;
        border: medium none !important;
        color: #fff;
        font-size: 15px;
        padding: 10px 20px 10px 5px;
        text-align: right;
        text-shadow: none;
    }

        .menu ul li ul li a:hover {
            background-color: transparent;
            border: medium none !important;
        }

.menuIcon {
    float: right;
    height: 23px;
    margin: 0 10px;
    width: 23px;
}

.menu li a img {
    display: inline-block;
    margin: 0 10px 0 25px;
    vertical-align: middle;
}

.menu li a span {
    display: inline-block;
    vertical-align: middle;
}

.contentDiv {
    float: left;
    width: 885px;
    margin-top: 30px;
}

.box-Faq {
    border: 1px solid #D1D1D1;
    display: block;
    font-family: samim;
    font-size: 15px;
    margin: 15px auto;
    /* [disabled]padding: 20px; */
    width: 100%;
    /* [disabled]overflow: hidden; */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,efefef+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}

    .box-Faq:first-child {
        margin-top: 0;
    }

.faq-qs {
    display: inline-block;
    padding: 0;
    width: 100%;
    position: relative;
}

.num-faq, .repIcon {
    background-color: #d9020a;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    overflow: hidden;
    /* [disabled]position: absolute; */
    text-align: center;
}

.faq-qs-open .num-faq, .repIcon {
}

.num-faq a {
    color: #fff;
    display: block;
    padding: 8px 0;
    width: 35px;
}

.txt3 {
    line-height: 23px;
    margin-left: 20px;
    text-align: justify;
}

.txt-faq {
    color: #000;
    float: left;
    font-size: 16px;
    margin-top: 0;
    padding: 3px 0 10px;
    width: 800px;
}

    .txt-faq p a {
        color: #000;
    }

.faq-rep {
    clear: both;
    display: none;
    float: right;
    padding: 10px 0;
    position: relative;
    width: 100%;
    background-color: #a31116;
    box-shadow: 0 4px 2px #ccc;
}

    .faq-rep::after {
        background-image: url("../img/arrow2.png");
        content: "";
        height: 8px;
        position: absolute;
        right: 50%;
        top: 0;
        width: 16px;
    }

.repIcon {
    background-color: transparent;
    margin-right: 20px;
}

.txt-rep {
    color: #fff;
    font-size: 14px;
    width: 830px;
}

.numPage {
    display: inline-block;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

    .numPage a {
        background-image: url("../img/nav-pg-bgs.png");
        background-position: left center;
        border-radius: 100%;
        color: #6b737f;
        display: inline-block;
        font-size: 13px;
        margin: 1px;
        overflow: hidden;
        padding: 10px 0;
        transition: all 0s ease-out 0s;
        width: 34px;
    }

.currentPage {
    background-position: 74px center !important;
    color: #fff !important;
}

.numPage a:hover {
    background-position: right center;
    color: #fff;
}


.numPage span {
    background-image: url("../img/nav-pg-bgs.png");
    border-radius: 100%;
    display: inline-block;
    font-size: 13px;
    margin: 1px;
    overflow: hidden;
    padding: 10px 0;
    transition: all 0s ease-out 0s;
    width: 34px;
    background-position: 74px center !important;
    color: #000 !important;
}








.footer {
    display: inline-block;
    width: 100%;
    margin-top: -50px;
    background-color: #535353;
}

.footer-bg {
    background-image: url(../img/cover-2.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 155px;
}

.inner-footer {
    display: inline-block;
    width: 100%;
    padding: 35px 0 25px;
}

.logoFoot {
    float: right;
    height: 118px;
    margin-right: 30px;
    margin-top: 20px;
    width: 144px;
}

.ft-bx-1 {
    color: #fff;
    float: right;
    font-size: 13px;
    line-height: 21px;
    margin: 35px 45px 0;
    width: 225px;
}

.designer {
    color: #A1A1A1;
}

    .designer:hover {
        color: #ffcb00;
    }

.sc-links-hld {
    display: inline-block;
    width: 100%;
}

    .sc-links-hld:hover .social-links a {
        opacity: 0.2;
    }

    .sc-links-hld .social-links a:hover {
        opacity: 1;
    }

.social-links {
    display: inline-block;
    padding: 15px 6px;
}

.nwltr-box {
    float: left;
    margin-top: 0;
    width: 580px;
}

.title-nwltr {
    color: #ffd631;
    float: right;
    font-size: 20px;
    margin: 5px 0;
    width: 100%;
}

.nwltr-form {
    float: left;
    margin: 13px auto;
}

.rowForm {
    display: inline-block;
    width: 100%;
    margin: 5px 0;
}

.nwltr-fld {
    background-color: #fff;
    background-position: 170px center;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 4px;
    color: #4B4B4B;
    float: right;
    font-family: Samim;
    font-size: 16px;
    height: 40px;
    margin: auto 4px;
    padding: 0 40px 0 10px;
    transition: all 0.3s ease-out 0s;
    width: 150px;
    box-shadow: 0 3px 3px #444;
}

    .nwltr-fld:focus {
        background-color: #ffd631;
        background-position: 250px center;
        color: #000;
    }

.userFld {
    background-image: url("../img/username.png");
}

.telFld {
    background-image: url("../img/tel1.png");
}

.mailFld {
    background-image: url("../img/mail1.png");
}

.passFld {
    background-image: url(../img/pass.png);
}


.nwltr-bt {
    background-color: #ffd631;
    border: medium none;
    border-radius: 4px;
    display: block;
    color: #000;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    font-family: Samim;
    font-size: 15px;
    height: 40px;
    width: 152px;
    /*box-shadow: 0 3px 3px #444;*/
}

    .nwltr-bt:hover {
        background-color: #7ba869;
        color: #FFF;
    }

.sec-code {
    float: right;
    height: 40px;
    width: 150px;
    margin: 0 4px;
}

.rowItems {
    display: inline-block;
    width: 100%;
}

.newsItemBox {
    float: right;
    min-height: 355px;
    position: relative;
    text-align: center;
    width: 270px;
    margin: 15px;
}

    .newsItemBox:first-child {
        margin-right: 0;
    }

    .newsItemBox:left-child {
        margin-left: 0;
    }

.picBox {
    border: 1px solid #fff;
    box-shadow: 0 0 8px #a3a3a3;
    height: 175px;
    position: relative;
    width: 270px;
}

.datePost {
    background-image: url(../img/date-bg.png);
    height: 45px;
    width: 57px;
    position: absolute;
    top: 131px;
    right: 1px;
    text-align: center;
}

    .datePost span {
        display: block;
    }

    .datePost .day {
        font-family: 'Yekan';
        font-size: 25px;
        color: #836d17;
    }

    .datePost .month {
        color: #fff;
        padding: 3px 0;
    }

.titleNw {
    border-bottom: 3px solid #ffd631;
    display: inline-block;
    line-height: 22px;
    padding: 15px 0;
    width: 100%;
    min-height: 45px;
}

    .titleNw a {
        font-size: 17px;
        color: #000;
    }

        .titleNw a:hover {
            color: #698D45;
        }

.txt-1 {
    color: #363326;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0;
}



.proBoxItem {
    float: right;
    line-height: 22px;
    text-align: center;
    width: 208px;
    margin: 10px 7px;
}

    .proBoxItem:first-child {
        margin-right: 0;
    }

    .proBoxItem:lasst-child {
        margin-left: 0;
    }

.proImg {
    height: 200px;
    width: 208px;
    position: relative;
    overflow: hidden;
}

    .proImg .coverImg {
        height: 100%;
        width: 100%;
        position: absolute;
        top: -220px;
        right: 0px;
        background-color: rgba(104,145,87,0.8);
        transition: all 0.3s ease-out;
    }

.proBoxItem:hover .coverImg {
    top: 0 !important;
}

.coverImg .viewDetails {
    position: absolute;
    right: 63px;
    top: 85px;
}

.sepLine {
    border: none;
    border-bottom: 4px solid #de3238;
    margin: 4px 0;
}

.box-A {
    display: inline-block;
    width: 100%;
    margin: 35px 0;
}

    .box-A:first-child {
        margin-top: 0;
    }

.titlePro {
    font-family: Samim-Bold,Tahoma;
    font-size: 15px;
}

    .titlePro h2 {
        font-weight: bold !important;
    }

    .titlePro a {
        color: #000;
        display: block;
        padding: 5px 10px;
    }

        .titlePro a:hover {
            color: #D5AA00;
        }

.boxTxt-pro {
    float: right;
    width: 430px;
}

.title-pro {
    font-family: Samim-Bold;
    font-size: 20px;
    color: #517542;
    /*display: inline-block;*/
    width: 100%;
    margin-bottom: 20px;
}

.txt-news {
    color: #000;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.boxLinks-pro {
    display: inline-block;
    margin: 25px 0;
    width: 100%;
}

.dl-file {
    background-image: url(../img/dl-file.png);
    background-position: center top;
    height: 31px;
    width: 128px;
    float: right;
}

    .dl-file:hover {
        background-position: center bottom;
    }

.wrap-tb-info {
    display: inline-block;
    margin: 5px 0;
    width: 880px;
}

.infoPro-details {
    background-color: #fff;
    border: 1px solid #c5c5c5;
    color: #5d6973;
    font-size: 15px;
}

    .infoPro-details tr {
        border-bottom: 1px solid #C5C5C5;
    }

        .infoPro-details tr:nth-child(odd) {
            background-color: #F0F5E7;
        }

        .infoPro-details tr th {
            font-weight: normal;
            background-image: url(../img/bg-ttl.png);
            text-align: right;
            color: #FFF;
        }

        .infoPro-details tr td {
        }

        .infoPro-details tr td, .infoPro-details tr th {
            padding: 8px 20px 12px;
            vertical-align: middle;
        }

.relProSl-hld {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}

.rel-slider {
    display: inline-block;
    margin: 15px 0;
    width: 100%;
    position: relative;
}

    .rel-slider .caroufredsel_wrapper {
        width: 100% !important;
    }

    .rel-slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .rel-slider li {
        display: block;
        float: right;
        margin: 0 9px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        transition: all 0.3s ease-out 0s;
        width: 208px;
    }

        .rel-slider li:first-child {
            margin-right: 0;
        }

    .rel-slider .arrow-3 {
        background-image: url("../img/arrow1.png");
        bottom: 300px;
        height: 24px;
        position: absolute;
        width: 24px;
    }

    .rel-slider .prev {
        background-position: right center;
        left: 45px;
    }

    .rel-slider .next {
        background-position: left center;
        left: 5px;
    }

    .rel-slider li .proBoxItem, .rel-slider li .proBoxItem:first-child, .rel-slider li .proBoxItem:last-child {
        margin: 0;
    }

/* pro slider */

.pro-slider {
    float: left;
    width: 414px;
    border: 5px solid #FFF;
    box-shadow: 0 0 7px #A89971;
    overflow: hidden;
    border-radius: 100%;
}

.list_carousel_two {
    position: relative;
}

    .list_carousel_two ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel_two li {
        border: 1px solid #C3C3C3;
        border-radius: 12px;
        display: block;
        float: right;
        height: 414px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 414px;
    }

        .list_carousel_two li img {
        }

        .list_carousel_two li:hover, .list_carousel_two li.active {
        }

            .list_carousel_two li.active img {
                opacity: 1;
            }

    .list_carousel_two.responsive {
        width: auto;
        margin-left: 0;
    }

.list_carousel_two_thumbs .caroufredsel_wrapper {
    width: 380px !important;
}

.list_carousel_two_thumbs {
    height: 80px;
    margin: 50px auto auto;
    overflow: hidden;
    width: 385px;
}

    .list_carousel_two_thumbs ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel_two_thumbs li {
        width: 112px;
        height: 75px;
        padding: 0;
        margin: 0 6px;
        display: block;
        float: right;
        border-radius: 0;
        border: 2px solid #C3C3C3;
    }

        .list_carousel_two_thumbs li img {
            width: 112px !important;
            height: 75px !important;
        }

        .list_carousel_two_thumbs li:hover, .list_carousel_two_thumbs li.active {
            border: 2px solid #019701;
        }

            .list_carousel_two_thumbs li.active img {
                opacity: 1;
            }

    .list_carousel_two_thumbs.responsive {
        width: auto;
        margin-left: 0;
    }

.pro-slider .arrow-3 {
    background-image: url("../img/arrow1.png");
    bottom: 25px;
    height: 24px;
    position: absolute;
    width: 24px;
}

.pro-slider .prev {
    background-position: right center;
    right: 180px;
}

.pro-slider .next {
    background-position: left center;
    left: 175px;
}

.sideBar-main {
    margin-top: -470px;
}

.sliderMainHolder {
    margin: auto;
    height: 470px;
    width: 1140px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.list_carousel_Main {
    float: right;
    height: 470px;
    position: relative;
    width: 100%;
}

    .list_carousel_Main .caroufredsel_wrapper {
        width: 100% !important;
    }

    .list_carousel_Main ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .list_carousel_Main li {
        display: block;
        float: right;
        height: 470;
        overflow: hidden;
        padding: 0;
        position: relative;
        transition: all 0.3s ease-out 0s;
        width: 1140px;
    }

        .list_carousel_Main li:hover {
            box-shadow: 0 0 7px #333;
        }

    .list_carousel_Main .bullet {
        bottom: 35px;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 100;
    }

        .list_carousel_Main .bullet a {
            background-color: rgba(255,255,255,0.5);
            border-radius: 100%;
            color: transparent;
            height: 8px;
            margin: 0 5px;
            text-decoration: none;
            width: 8px;
            display: inline-block;
        }

            .list_carousel_Main .bullet a.selected {
                background-color: #FFF;
            }

.caption-box {
    transition: all 0.5s;
}

    .caption-box.active .txt-B {
        right: 280px;
    }

    .caption-box.active .txt-A {
        right: 280px;
    }

.txtCap {
    border-radius: 5px;
    bottom: 185px;
    clear: both;
    float: left;
    font-family: Samim-Bold;
    font-size: 30px;
    right: -500px;
    padding: 4px 15px 12px;
    position: absolute;
    transition: all 0.5s ease 0s;
}

.caption-box .txt-A {
    background-color: #517542;
    right: -2000px;
    color: #FFF;
}

.caption-box .txt-B {
    background-color: #ed1d24;
    bottom: 130px;
    right: -2000px;
    color: #fff;
    transition: all 0.9s ease 0s;
}

.cv-sl-main {
    background-image: url("../img/header.png");
    background-size: 100% 100%;
    bottom: 0;
    height: 93px;
    position: absolute;
    right: 0;
    width: 100%;
}


.boxAbout {
    float: left;
    margin-bottom: 70px;
    margin-top: 20px;
    position: relative;
    width: 885px;
    z-index: 1;
}

.imgAbout {
    height: 334px;
    width: 334px;
    border: 5px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 7px #a89971;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}

.about-r {
    float: right;
    width: 500px;
}

.moreLink {
    background-color: #ffd630;
    border-radius: 4px;
    color: #000;
    float: right;
    font-size: 15px;
    margin-top: 10px;
    padding: 4px 12px 9px;
}

    .moreLink:hover {
        background-color: #517542;
        color: #FFF;
    }

.box-main-1 {
}

.title-m-1 {
    background-position: center top;
    background-attachment: fixed;
    display: inline-block;
    height: 353px;
    margin-top: -100px;
    position: relative;
    width: 100%;
}

.inner-ttl-m1 {
    background-image: url("../img/cover.png");
    background-position: center center;
    height: 353px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.titleTxt-box {
    font-family: Samim-Bold;
    line-height: 45px;
    margin-top: 200px;
    text-align: center;
}

    .titleTxt-box h3 {
        font-size: 40px;
        color: #FFF;
    }

    .titleTxt-box h4 {
        font-size: 20px;
        color: #ffd200;
    }

.pro-hld {
    display: inline-block;
    margin: 30px 45px;
    position: relative;
    text-align: center;
    width: 1070px;
    z-index: 1000;
}

.proBoxItem-2 {
    float: right;
    height: 241px;
    width: 253px;
}

    .proBoxItem-2 .proImg {
        height: 241px;
        width: 253px;
    }

        .proBoxItem-2 .proImg .coverImg {
            top: -250px;
        }

    .proBoxItem-2 .coverImg .viewDetails {
        right: 90px;
    }

    .proBoxItem-2 .title-pro-2 {
        color: #fff;
        font-family: Samim-Bold;
        font-size: 20px;
        position: absolute;
        text-align: center;
        top: 135px;
        width: 100%;
    }

        .proBoxItem-2 .title-pro-2 a {
            color: #fff;
        }

.pro-hld .moreLink {
    display: inline-block;
    float: none;
}

.footerMain {
    margin: 0;
    position: relative;
}

.nw-slider {
    display: inline-block;
    margin: 15px auto;
    position: relative;
    width: 980px;
}

    .nw-slider .caroufredsel_wrapper {
        width: 100% !important;
    }

    .nw-slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .nw-slider li {
        display: block;
        float: right;
        margin: 0 30px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        transition: all 0.3s ease-out 0s;
        width: 285px;
    }

        .nw-slider li:first-child {
            margin-right: 0;
        }

    .nw-slider .arrow-3 {
        background-image: url("../img/arrow2.png");
        bottom: 230px;
        height: 71px;
        position: absolute;
        width: 33px;
    }

    .nw-slider .prev {
        background-position: right center;
        right: -60px;
    }

    .nw-slider .next {
        background-position: left center;
        left: -60px;
    }

    .nw-slider .newsItemBox, .nw-slider .newsItemBox:first-child, .nw-slider .newsItemBox:last-child {
        float: none !important;
        margin: 7px auto auto !important;
    }

.box-main-2 {
    background-color: #FFF;
}

    .box-main-2 .inner-ttl-m1 {
        background-image: url(../img/cover_white.png);
    }

.box-main-3 {
    background-position: center top;
    height: 535px;
    margin-top: -90px;
    position: relative;
    width: 100%;
}

.cover2 {
    background-image: url(../img/cover-3.png);
    height: 155px;
    width: 100%;
    background-position: center top;
}

.footerMain .footer-bg {
    background-image: url("../img/footer.png");
    position: absolute;
    top: -151px;
}

.box-main-3 .titleTxt-box {
    margin-top: 30px;
}

    .box-main-3 .titleTxt-box h3 {
        color: #fff;
    }

    .box-main-3 .titleTxt-box h4 {
        color: #fff;
    }

.partners-slider {
    margin: 30px auto;
    position: relative;
    width: 950px;
}

    .partners-slider .caroufredsel_wrapper {
        width: 100% !important;
    }

    .partners-slider ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .partners-slider li {
        display: block;
        float: right;
        margin: 0 12px;
        overflow: hidden;
        padding: 0;
        position: relative;
        text-align: center;
        transition: all 0.3s ease-out 0s;
        width: 170px;
        height: 100px;
        background-color: #FFF;
    }

        .partners-slider li:first-child {
            margin-right: 0;
        }

    .partners-slider .arrow-3 {
        background-image: url("../img/arrow2.png");
        bottom: 15px;
        height: 71px;
        position: absolute;
        width: 33px;
    }

    .partners-slider .prev {
        background-position: right center;
        right: -70px;
    }

    .partners-slider .next {
        background-position: left center;
        left: -70px;
    }

.nwImg {
    float: right;
    margin-left: 15px;
    margin-bottom: 10px;
    width: 270px !important;
    height: 175px !important;
    border: 1px solid #fff;
    box-shadow: 0 0 8px #a3a3a3;
}


.ag-top-r {
    float: right;
    width: 485px;
}

.admission-agents {
    display: inline-block;
    width: 100%;
    margin: 10px auto;
}

.select-item {
    margin-right: 20px;
    margin-top: 20px;
    width: 231px;
}

.agents-box {
    display: inline-block;
    width: 100%;
    margin: 15px auto;
}

.agentsItem {
    background-color: #fff;
    border: 1px solid #ABABAB;
    float: right;
    padding: 15px 10px;
    width: 415px;
    transition: all 0.3s ease-out;
    margin: 10px auto;
}

    .agentsItem:last-child {
        float: left;
    }

    .agentsItem:first-child {
        float: right;
    }

.mapAgent {
    float: right;
    height: 170px;
    width: 170px;
    overflow: hidden;
}

.boxTxtAgent {
    float: left;
    width: 235px;
}

.ttlAgent {
    font-size: 14px;
}

.locationAgentBox {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    color: #0c1f69;
    display: inline-block;
    font-size: 12px;
    margin: 7px auto;
    padding: 6px 0;
    width: 100%;
}

.locAg {
    float: right;
}

.agInf {
    float: left;
}

.contacAgent {
    font-size: 14px;
    margin-top: 5px;
}

    .contacAgent p {
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }

.cnt-info {
    float: left;
    line-height: 19px;
    padding: 4px 20px 3px 0;
    position: relative;
    text-align: justify;
    width: 220px;
}

    .cnt-info span {
        color: #df9100;
    }

    .cnt-info::before {
        content: "";
        position: absolute;
        right: 2px;
        top: 7px;
        width: 21px;
    }

    .cnt-info.address::before {
        background-image: url("../img/location.png");
        height: 15px;
        width: 10px;
    }

    .cnt-info.tel::before {
        background-image: url("../img/tel.png");
        height: 15px;
        width: 15px;
    }

    .cnt-info.mail::before {
        background-image: url("../img/mail.png");
        height: 10px;
        width: 15px;
    }

.mapAgents {
    float: left;
    height: 412px;
    margin-left: 10px;
    margin-top: 25px;
    width: 476px;
}

.ag-top-r {
    float: right;
    width: 395px;
}

.admission-agents {
    display: inline-block;
    width: 100%;
    margin: 10px auto;
}

.bt-search {
    background-color: #ffcc00;
    border: medium none;
    border-radius: 4px;
    color: #000;
    float: right;
    font-family: Samim;
    font-size: 14px;
    line-height: 21px;
    margin: 15px auto;
    padding: 5px 12px;
}

    .bt-search:hover {
        background-color: #517542;
        color: #fff;
    }












.box-r-contact {
    float: right;
    width: 310px;
    /*margin-right: 25px;*/
}

.txt-3 {
    color: #616161;
    font-size: 14px;
    text-align: justify;
}

    .txt-3 span {
        color: #c89941;
        display: block;
    }

.infoBox {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}

.row-inf {
    border-top: 1px solid #d8af4e;
    display: inline-block;
    padding: 7px 0;
    width: 100%;
    font-family: Tahoma, Geneva, sans-serif;
}

.iconContact {
    background-image: url("../img/contact-icons-2.png");
    float: right;
    height: 28px;
    margin: auto 20px auto 12px;
    width: 28px;
}

.mailIcon {
    background-position: center top;
}

.telIcon {
    background-position: center 28px;
}

.faxIcon {
    background-position: center 58px;
}

.row-inf p {
    color: #666;
    float: right;
    margin-top: 6px;
}

.box-l-contact {
    float: left;
    width: 530px;
    margin-left: 25px;
}

.map {
    border: 1px solid #959494;
    height: 302px;
    width: 528px;
}

    .map:hover img {
        transition: all 0.3s ease-out;
    }

    .map:hover img {
    }

.boxContact-R {
    float: right;
    width: 240px;
    margin-top: 20px;
}

.contactForm {
    display: inline-block;
    width: 100%;
    margin: 25px auto;
}

.titleBox-2 {
    color: #c89941;
    display: inline-block;
    font-size: 21px;
    width: 100%;
}

.contactFld {
    background-position: 215px center;
    background-repeat: no-repeat;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    color: #797979;
    font-family: Samim;
    font-size: 14px;
    height: 32px;
    margin: 5px auto;
    padding: 0 30px 0 10px;
    width: 200px;
    transition: all 0.3s ease-out;
}

    .contactFld:focus {
        background-position: 240px center;
    }

.locationFld {
    background-image: url(../img/location.png);
}

.jobFld {
    background-image: url(../img/job.png);
}

.boxContact-L {
    float: left;
    margin-top: 20px;
    width: 270px;
}

.txtAreaFld {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    color: #797979;
    font-family: Samim;
    font-size: 14px;
    height: 206px;
    margin: 4px auto 10px;
    padding: 5px 10px;
    width: 246px;
}

.txt-1 img {
    width: 100%;
    height: 100%;
}

.txt-news img {
    max-width: 100%;
    max-height: 100%;
}

.dateNews {
    color: #df9100;
}

.dl-link {
    color: #0c5f32;
    float: right;
    font-size: 16px;
    padding-right: 60px;
    position: relative;
}

    .dl-link::before {
        background-image: url("../img/download.png");
        background-position: center top;
        content: "";
        height: 46px;
        position: absolute;
        right: 0;
        top: -12px;
        width: 46px;
    }

    .dl-link:hover:before {
        background-position: center bottom;
    }

.linksList li {
    border-bottom: 1px solid #C7B9C5;
    width: 100%;
    display: inline-block;
    background-image: url(../img/dot.png);
    background-repeat: no-repeat;
    background-position: 870px center;
    line-height: 28px;
}

    .linksList li a {
        color: #000;
        padding-right: 25px;
    }

        .linksList li a:hover {
            color: #c89941;
        }

.box-main-4 {
    background-color: #e3eddd;
}

.noMargin {
    margin-bottom: -2px;
}

.InnerBody {
    background-color: #e2ebd3;
}

.faq {
    margin: 28px 4px;
}

.num-faq-open {
    background-color: #a31116;
}

.tltBottom {
    color: #fff !important;
}

.newArrow {
    background-image: url("../img/arrow21.png") !important;
}

.QuestionForm .boxContact-L {
    width: 635px;
    float: right;
}

.QuestionForm .txtAreaFld {
    height: 156px;
    width: 612px;
}

.newsBody ul li {
    list-style: initial;
}

.QuestionForm .boxContact-R {
    float: left;
}

.txt-news table td {
    border: 1px solid;
    padding: initial;
    direction: initial;
    text-align: right;
}

.txt-news table {
    width: 430px !important;
}

