@font-face {
    font-family: "HelveticaNeue";
    font-style: normal;
    font-weight: normal;
    src: url('fonts/HelveticaNeueW23-Reg.eot');
    src: local('HelveticaNeueW23-Reg'),url('fonts/HelveticaNeueW23-Reg.eot?#iefix') format('embedded-opentype'),url("fonts/HelveticaNeueW23-Reg.woff") format("woff"),url("fonts/HelveticaNeueW23-Reg.ttf") format("truetype"), url("fonts/HelveticaNeueW23-Reg.svg#HelveticaNeueLTArabic55Roman") format("svg");
}


body {
    background-color: #f6f6f6;
    background-image: url(../images/bg.jpg);
    background-position: center 32px;
    background-repeat: repeat-x;
    font-family: HelveticaNeue, Geneva, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}

.clear {
    clear: both;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

.right {
    float: right;
}

.left {
    float: left;
}

.header-top {
    height: 31px;
    line-height: 31px;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    background: #434343;
}

    .header-top a {
        color: #fff;
        margin-left: 15px;
    }

        .header-top a:last-child {
            margin-left: 0;
        }



.icon-home {
    background: url(../images/icons_08.png);
    width: 12px;
    height: 11px;
    position: relative;
    top: 2px;
}

.icon-envelope {
    background: url(../images/icons_06.png);
    width: 12px;
    height: 11px;
    position: relative;
    top: 2px;
}

.icon-map {
    background: url(../images/icons_03.png);
    width: 12px;
    height: 11px;
    position: relative;
    top: 2px;
}


.slid_er {
    position: relative;
    margin-top: 15px !important;
}

    .slid_er ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        height: 280px;
    }

        .slid_er ul li {
            height: 280px;
            width: 100%;
            position: absolute;
            left: 0px;
            top: 0px;
        }

            .slid_er ul li img {
                width: 655px;
                height: 280px;
                float: left;
                -webkit-border-radius: 10px 0 0 10px;
                -moz-border-radius: 10px 0 0 10px;
                -ms-border-radius: 10px 0 0 10px;
                -o-border-radius: 10px 0 0 10px;
                border-radius: 10px 0 0 10px;
            }

            .slid_er ul li h1 {
                font-size: 18px;
                font-weight: normal;
                padding: 0px;
                margin: 0px 0 10px 0;
                line-height: 130%;
                position: absolute;
                width: 285px;
                background: #333;
                height: 49px;
                padding: 10px;
                border-bottom: 1px solid #5a5a5a;
                z-index: 11;
            }

                .slid_er ul li h1 a {
                    color: #fff;
                }

            .slid_er ul li:nth-child(1) h1 {
                top: 0px;
                -webkit-border-radius: 0 10px 0 0;
                -moz-border-radius: 0 10px 0 0;
                -ms-border-radius: 0 10px 0 0;
                -o-border-radius: 0 10px 0 0;
                border-radius: 0 10px 0 0;
            }

            .slid_er ul li:nth-child(2) h1 {
                top: 70px;
            }

            .slid_er ul li:nth-child(3) h1 {
                top: 140px;
            }

            .slid_er ul li:nth-child(4) h1 {
                top: 210px;
                -webkit-border-radius: 0 0 10px 0;
                -moz-border-radius: 0 0 10px 0;
                -ms-border-radius: 0 0 10px 0;
                -o-border-radius: 0 0 10px 0;
                border-radius: 0 0 10px 0;
            }


            .slid_er ul li .details h1 a {
                color: #fff;
            }

            .slid_er ul li .details h2 {
                font-size: 15px;
                color: #fff;
                font-weight: normal;
                padding: 0px;
                margin: 0px;
                line-height: 150%;
                text-align: justify;
                margin-bottom: 20px;
            }

            .slid_er ul li h1.active {
                background: url(../images/sli_03.png) top right;
            }

                .slid_er ul li h1.active .arrows {
                    position: absolute;
                    width: 9px;
                    height: 70px;
                    background: url(../images/sli_03.png);
                    top: 0px;
                    left: -9px;
                }


            .slid_er ul li .details .more-details {
                background: url(../images/button_03.png);
                height: 33px;
                line-height: 33px;
                float: left;
                padding: 0 15px;
                color: #fff;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                -ms-border-radius: 3px;
                -o-border-radius: 3px;
                border-radius: 3px;
                font-weight: normal;
            }


    .slid_er .controll_numb {
        position: absolute;
        bottom: 10px;
        right: 20px;
        z-index: 1111;
        display: none;
    }

        .slid_er .controll_numb a {
            display: inline-block;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            overflow: hidden;
            text-indent: -999px;
            background: #fff;
            margin: 0px 5px;
            position: relative;
            top: -3px;
        }

            .slid_er .controll_numb a.active {
                background: #004b25;
                border: 3px solid rgba(255,255,255,1);
                margin: 0px 2px;
                top: 0px;
            }



.slider-wrapper {
    width: 305px;
    float: right;
    position: relative;
}



.center {
    max-width: 960px;
    margin: auto;
    position: relative;
}

.header {
    padding: 25px 0px 15px 0;
    background: url(../images/head_03.png) top center;
}

.logo {
    display: block;
    width: 150px;
    height: 105px;
    background: url(../images/heat_09.png);
}

.logo-center {
    position: absolute;
    left: 50%;
    margin-left: -51px;
    top: 16px;
    width: 94px;
    height: 108px;
    background: url(../images/logo.png);
}

.social-header {
    width: 200px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0px;
    text-align: left;
}

    .social-header .s {
        width: 16px;
        height: 16px;
        display: inline-block;
        margin: 0 1px;
    }

    .social-header .fb {
        background: url(../images/ico_11.png);
    }

    .social-header .tw {
        background: url(../images/ico_09.png);
    }

    .social-header .yt {
        background: url(../images/ico_07.png);
    }

    .social-header .pl {
        background: url(../images/ico_05.png);
    }

    .social-header .rss {
        background: url(../images/ico_03.png);
    }


.search-header {
    width: 200px;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0px;
    border: 1px solid #efefef;
    height: 30px;
}

    .search-header input[type="text"] {
        background: #fff;
        border: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        outline: 0;
        background-color: #ffffff;
        border: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
        -webkit-transition: 0;
        -moz-transition: 0;
        -o-transition: 0;
        transition: 0;
        margin: 0px;
        width: 90%;
        float: right;
        font-family: HelveticaNeue;
        line-height: 25px;
    }

        .search-header input[type="text"]:hover, .search-header input[type="text"]:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none;
            outline: 0;
            background-color: #ffffff;
            border: 0;
            -webkit-box-shadow: 0;
            -moz-box-shadow: 0;
            box-shadow: 0;
            -webkit-transition: 0;
            -moz-transition: 0;
            -o-transition: 0;
            transition: 0;
        }




    .search-header input[type="submit"] {
        background: url(../images/sear_14.png) no-repeat center center;
        width: 16px;
        height: 16px;
        float: left;
        text-indent: -9999px;
        overflow: hidden;
        border: 0px;
        margin-top: 6px;
        position: absolute;
        left: 5px;
    }


.date-header {
    position: absolute;
    top: 87px;
    left: 0px;
    color: #777;
}


.navmenu {
    height: 37px;
    background: url(../images/menu.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1111111;
}

    .navmenu ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        position: relative;
        width: 100%;
    }

        .navmenu ul ul {
            display: none;
            position: absolute;
            z-index: 111111111;
            top: 36px;
            right: 0px;
            background: #00391c;
            width: 190px;
            padding-bottom: 5px;
            -webkit-border-radius: 0px 0px 5px 5px;
            -moz-border-radius: 0px 0px 5px 5px;
            -ms-border-radius: 0px 0px 5px 5px;
            -o-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px;
        }

            .navmenu ul ul li {
                width: 180px;
                position: relative;
                z-index: 111111111;
            }

        .navmenu ul li:hover ul {
            display: block;
        }


        .navmenu ul li {
            display: inline-block;
            margin: 0 5px;
            position: relative;
            z-index: 11111111111;
        }

            .navmenu ul li a {
                height: 37px;
                line-height: 37px;
                display: block;
                padding: 0 15px;
                color: #7fdcad;
            }

                .navmenu ul li a:hover {
                    color: #fff;
                    background: url(../images/menu_hover.png);
                }



.mtop30 {
    margin-top: 30px;
}

.blocks {
    margin: 0px;
    padding: 0px;
}

.home-block {
    float: right;
    width: 290px;
    height: 213px;
    background: #333;
    margin-left: 15px;
    list-style: none;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 10px;
}

    .home-block h1 {
        font-size: 18px;
        font-weight: normal;
        color: #007038;
        padding: 0 0 0px 0;
        margin: 0 0 10px 0;
        border-bottom: 3px solid #ddc600;
        line-height: 30px;
        height: 30px;
    }

.rodorder {
    font-size: 15px;
    color: #5d5d5d;
    padding-right: 10px;
    text-align: justify;
    background: url(../images/arrows.png) no-repeat right 5px;
    margin-bottom: 10px;
}

    .rodorder a {
        color: #5d5d5d;
    }



.ro-news-home {
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 62px;
}

    .ro-news-home img {
        border: 0px;
        float: right;
        width: 80px;
        height: 60px;
        border: 1px solid #e3e3e3;
        padding: 1px;
        background: #fff;
        margin-left: 5px;
    }

    .ro-news-home h2 {
        font-size: 13px;
        color: #7c7c7c;
        line-height: 150%;
        font-weight: normal;
    }

        .ro-news-home h2 a {
            color: #7c7c7c;
        }

        .ro-news-home h2 span {
            color: #c19822;
            float: left;
            padding-top: 5px;
        }




.flex-control-nav {
    display: none;
}



/* */
.footer {
    background: #323232;
    margin-top: 15px;
    color: #d8d8d8;
}


.footer-right {
    float: right;
}

.footer-left {
    float: left;
}

    .footer-left a {
        color: #d8d8d8;
    }



.menu-mobile {
    display: none;
}


.more-news {
    text-align: left;
    float: left;
    text-decoration: underline;
    font-size: 12px;
}

    .more-news a {
        color: #cba844;
    }



.adv_area {
    border-top: 1px solid #c5c5c5;
    margin-top: 15px;
    padding-top: 15px;
}

    .adv_area ul {
        padding: 0;
        margin: 0px;
        width: 110%;
    }

        .adv_area ul li {
            display: inline-block;
            float: right;
            margin-left: 18px;
        }

            .adv_area ul li:last-child {
                margin-left: 0;
            }




.border-page {
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    width: auto;
    max-width: 930px;
    margin-top: 10px;
    position: static;
}

.traking {
    border-bottom: 1px solid #ddc600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .traking .home {
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        position: relative;
        top: -3px;
        background: url(../images/home_03.png);
    }


/* inside contents */
.content-pages {
    overflow-x: hidden;
}

    .content-pages h1 {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .content-pages h2 {
        font-size: 20px;
        margin-bottom: 8px;
        font-weight: normal;
    }

    .content-pages h3 {
        font-size: 18px;
        margin-bottom: 7px;
        font-weight: normal;
    }

    .content-pages h4 {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: normal;
    }

.alignleft {
    float: left;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-left: 10px;
}

.aligncenter {
    float: none;
    margin: auto;
    display: block;
}



.color-green {
    color: #005120;
}

.color-gray {
    color: #5d5d5d;
}






/* forms  */
.form-s-ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}


.form-s li {
    position: relative;
    float: right;
    width: 50%;
}

    .form-s li.clear {
        float: none;
        clear: both;
        display: block;
    }

    .form-s li label {
        float: right;
        width: 135px;
        line-height: 16px;
        font-size: 15px;
        color: #5d5d5d;
        padding-top: 12px;
    }

        .form-s li label span.important {
            color: red;
        }

        .form-s li label.clear-padding {
            padding-top: 0;
        }

    .form-s li input[type="text"], .form-s li input[type="password"] {
        float: right;
        width: 300px;
        background: url(../images/input-bg.png);
        height: 29px;
    }

    .form-s li textarea {
        float: right;
        width: 300px;
        background: url(../images/input-bg.png) repeat-x bottom;
        height: 129px;
        padding-right: 15px;
    }

    .form-s li .input-msg {
        float: right;
        line-height: 37px;
        width: 420px;
        padding-right: 5px;
        color: #a2a2a2;
    }

        .form-s li .input-msg a {
            color: #005120;
        }

.mrgin-r-135 {
    margin-right: 135px;
}

.form-s li .button, .button {
    background: url(../images/button-bg.png);
    border: 0px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-family: HelveticaNeue, Geneva, sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}


.form-s li .cancel {
    background: url(../images/cancel-bg.png);
    margin: 0px 10px 0 0;
}


.reg-new-url {
    padding-right: 135px;
}

    .reg-new-url a {
        font-size: 15px;
        color: #b88800;
        text-decoration: underline;
    }

.h-15 {
    height: 22px;
}

.form-s li.full {
    width: 100%;
}

.form-s li .error-msg {
    background: #ffe4e4 url(../images/error.png) no-repeat 300px center;
    color: #ff0000;
    border: 1px solid #e1e1e1;
    padding: 5px 15px 5px 5px;
    right: 135px;
    top: 41px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    font: 11px tahoma;
    width: 292px;
}

.form-s li .error-msg-textarea {
    background: #ffe4e4 url(../images/error.png) no-repeat 300px center;
    color: #ff0000;
    border: 1px solid #e1e1e1;
    padding: 5px 15px 5px 5px;
    right: 135px;
    top: 96%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    font: 11px tahoma;
    width: 292px;
}


.msg-sucssess {
    background: url(../images/success_03.jpg) no-repeat top right;
    color: #5d5d5d;
    width: 500px;
    margin: 50px 20px;
}

    .msg-sucssess a {
        color: #005120;
    }

    .msg-sucssess h1 {
        padding-right: 40px;
    }





/* pages */
.content-left {
    max-width: 700px;
    margin-right: 210px;
    background: #fff url(../images/pag-bg.jpg) repeat-x top center;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}




.boxblock-right {
    width: 200px;
    background: url(../images/row.jpg) repeat-x top center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    min-height: 34px;
    border: 1px solid #6fa890;
}

    .boxblock-right h1 {
        margin: 0px;
        padding: 0px;
        line-height: 34px;
        cursor: pointer;
    }

        .boxblock-right h1 span {
            font-size: 15px;
            font-weight: normal;
            margin: 0px;
            padding: 8px 26px 0 0;
            color: #fff;
            background: url(../images/arro_03.png) no-repeat center right;
            margin-right: 10px;
            padding-top: 2px;
            display: block;
        }

    .boxblock-right ul {
        padding: 0px;
        margin: 0px;
        padding: 0 5px;
        list-style: none;
        margin-top: 10px;
    }

        .boxblock-right ul li {
            background: #efefef;
            padding-right: 10px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
        }

            .boxblock-right ul li a {
                display: block;
                height: 35px;
                line-height: 35px;
                margin-bottom: 5px;
                padding-right: 10px;
                background: url(../images/arr.png) no-repeat center right;
                color: #5d5d5d;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                -ms-border-radius: 10px;
                -o-border-radius: 10px;
                border-radius: 10px;
            }

            .boxblock-right ul li:hover, .boxblock-right ul li.active {
                background: #bcbcbc;
                padding-right: 15px;
                color: #fff;
            }

                .boxblock-right ul li.active a, .boxblock-right ul li:hover a {
                    background: url(../images/arr-hover.png) no-repeat center right;
                    color: #fff;
                }






/* social icons  */

.social-icons {
    float: left;
}

    .social-icons a.s {
        float: left;
        width: 24px;
        height: 24px;
        margin: 0px;
        padding: 0px;
        margin-right: 5px;
        position: relative;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .social-icons a.s:hover {
            top: -5px;
        }

    .social-icons a.fb-icon {
        background: url(../images/social_03.png);
    }

    .social-icons a.tw-icon {
        background: url(../images/social_05.png);
    }

    .social-icons a.fa-icon {
        background: url(../images/social_07.png);
    }

    .social-icons a.mail-icon {
        background: url(../images/social_09.png);
    }

    .social-icons a.print-icon {
        background: url(../images/social_11.png);
    }

    .social-icons a.larg-font-icon {
        background: url(../images/social_13.png);
    }

    .social-icons a.small-font-icon {
        background: url(../images/social_15.png);
    }



/* king words area */

.king-words {
    background: url(../images/img_07.png) no-repeat top left;
    color: #5f5f5f;
}

    .king-words a {
        color: #5f5f5f;
    }

    .king-words .form-s li {
        width: auto !important;
    }

        .king-words .form-s li input[type="text"], .king-words .form-s li input[type="password"] {
            width: 280px;
        }

        .king-words .form-s li label {
            width: 80px;
        }

        .king-words .form-s li .button {
            padding: 0 9px;
            margin-right: 6px;
            margin-top: 1px;
        }


    .king-words .words-row {
        margin: 0px;
        padding: 0px;
        list-style: none;
        max-width: 430px;
    }

        .king-words .words-row li {
            text-align: justify;
            padding: 7px;
            border: 1px solid #ebebeb;
            border-top: 0;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -ms-border-radius: 0 0 10px 10px;
            -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            background: url(../images/words-row-bg.png) no-repeat bottom left;
            margin-bottom: 20px;
            position: relative;
        }

            .king-words .words-row li:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 60px;
                background: #333;
                right: -1px;
                top: 0px;
                z-index: 11;
                background: url(../images/border-words.jpg) top center;
            }

            .king-words .words-row li:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 60px;
                background: #333;
                left: -1px;
                top: 0px;
                z-index: 11;
                background: url(../images/border-words.jpg) top center;
            }



/* news area */
.row-news-area ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    max-width: 100%;
}

    .row-news-area ul li {
        border: 1px solid #ebebeb;
        border-top: 0;
        -webkit-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -ms-border-radius: 0 0 10px 10px;
        -o-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px;
        position: relative;
        padding: 10px;
        margin-bottom: 50px;
    }

        .row-news-area ul li:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 60px;
            background: #333;
            right: -1px;
            top: 0px;
            z-index: 11;
            background: url(../images/border-words.jpg) top center;
        }

        .row-news-area ul li:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 60px;
            background: #333;
            left: -1px;
            top: 0px;
            z-index: 11;
            background: url(../images/border-words.jpg) top center;
        }

        .row-news-area ul li img {
            float: right;
            width: 200px;
            height: 155px;
            margin-left: 10px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .row-news-area ul li img:hover {
                opacity: 0.8;
            }

        .row-news-area ul li h1 {
            font-weight: normal;
            font-size: 18px;
            line-height: 25px;
            margin: 0px;
        }

            .row-news-area ul li h1 a {
                color: #017a48;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .row-news-area ul li h1 a:hover {
                    color: #013d24;
                }


        .row-news-area ul li h2.date, h2.date-single {
            font-weight: normal;
            font-size: 15px;
            line-height: 25px;
            text-align: left;
            color: #9d9d9d;
            margin: -5px 0 0 0px;
        }

        .row-news-area ul li p {
            font-weight: normal;
            font-size: 15px;
            line-height: 16px;
            text-align: justify;
            color: #5d5d5d;
            margin: 0px;
        }


        .row-news-area ul li h1:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 15px;
            background: url(../images/shadow.png) top center;
            left: 0px;
            bottom: -16px;
        }

.img-single {
    text-align: center;
    padding: 10px 0px;
}


.mar-right-10px {
    margin-right: 10px;
}


/* gallery */

.king-photos .form-s li label {
    width: 80px;
}

.gallery-rows ul {
    margin: 0px;
    padding: 20px 5px;
    list-style: none;
}

    .gallery-rows ul li {
        float: right;
        width: 155px;
        height: 105px;
        background: #fff;
        padding: 4px;
        margin-left: 11px;
        margin-bottom: 20px;
        overflow: hidden;
        -webkit-box-shadow: 0 0 5px #333;
        -moz-box-shadow: 0 0 5px #333;
        -ms-box-shadow: 0 0 5px #333;
        -o-box-shadow: 0 0 5px #333;
        box-shadow: 0 0 5px #333;
    }

        .gallery-rows ul li:nth-child(4n+4) {
            margin-left: 0;
        }

        .gallery-rows ul li img {
            width: 155px;
            height: 105px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .gallery-rows ul li img:hover {
                -webkit-transform: rotate(5deg) scale(1.2,1.2);
            }


/* king videos area */

.videos {
    background: url(../images/img_07.png) no-repeat top left;
    color: #5f5f5f;
}

    .videos a {
        color: #5f5f5f;
    }

    .videos .form-s li {
        width: auto !important;
    }

        .videos .form-s li input[type="text"], .videos .form-s li input[type="password"] {
            width: 280px;
        }

        .videos .form-s li label {
            width: 80px;
        }

        .videos .form-s li .button {
            padding: 0 9px;
            margin-right: 6px;
            margin-top: 1px;
        }


    .videos .videos-row {
        margin: 0px;
        padding: 0px;
        list-style: none;
        max-width: 430px;
    }

        .videos .videos-row li {
            text-align: justify;
            padding: 7px;
            border: 1px solid #ebebeb;
            border-top: 0;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -ms-border-radius: 0 0 10px 10px;
            -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            background: url(../images/words-row-bg.png) no-repeat bottom left;
            margin-bottom: 20px;
            position: relative;
            max-width: 430px;
            right: 0px;
        }

            .videos .videos-row li:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 60px;
                background: #333;
                right: -1px;
                top: 0px;
                z-index: 11;
                background: url(../images/border-words.jpg) top center;
            }

            .videos .videos-row li:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 60px;
                background: #333;
                left: -1px;
                top: 0px;
                z-index: 11;
                background: url(../images/border-words.jpg) top center;
            }

            .videos .videos-row li img {
                float: right;
                margin-left: 10px;
                width: 155px;
                height: 110px;
                position: relative;
            }

            .videos .videos-row li h1:before {
                content: '';
                position: absolute;
                width: 75px;
                height: 75px;
                right: 11%;
                top: 15%;
                z-index: 11;
                opacity: 0.5;
                background: url(../images/dfe_03.png) top center;
            }

            .videos .videos-row li:hover h1:before {
                opacity: 1;
            }



            .videos .videos-row li h1 {
                padding: 0px;
                margin: 0px;
            }

/* services */

.services-s .nav-tabs > li, .services-s .nav-pills > li {
    float: left;
}

.services-s .second-img-margin {
    margin-right: 20px;
}

.services-s .button {
    margin-left: 15px;
}


.hr {
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-bottom: 25px;
}





/* contact */

.contact-area .c-row {
    padding-top: 30px;
}


.view-location-on-map {
    color: #017a48;
    background: url(../images/ic_03.jpg) no-repeat center right;
    padding: 20px;
    padding-right: 25px;
    height: 30px;
}

.contact-area .map-area {
    margin-right: 225px;
}

    .contact-area .map-area iframe {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #ccc;
        width: 100%;
    }

.contact-area .inf-ltr {
    direction: ltr;
}


.mrgin-r-120 {
    margin-right: 135px;
}


.pagination {
    margin: 20px 0;
}

    .pagination ul {
        display: inline-block;
        *display: inline;
        margin-bottom: 0;
        margin-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *zoom: 1;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .pagination ul > li {
            display: inline;
        }

            .pagination ul > li > a,
            .pagination ul > li > span {
                float: left;
                padding: 4px 12px;
                line-height: 20px;
                text-decoration: none;
                background-color: #ffffff;
                border: 1px solid #dddddd;
                border-left-width: 0;
            }

                .pagination ul > li > a:hover,
                .pagination ul > li > a:focus,
                .pagination ul > .active > a,
                .pagination ul > .active > span {
                    background-color: #f5f5f5;
                }

        .pagination ul > .active > a,
        .pagination ul > .active > span {
            color: #999999;
            cursor: default;
        }

        .pagination ul > .disabled > span,
        .pagination ul > .disabled > a,
        .pagination ul > .disabled > a:hover,
        .pagination ul > .disabled > a:focus {
            color: #999999;
            cursor: default;
            background-color: transparent;
        }

        .pagination ul > li:first-child > a,
        .pagination ul > li:first-child > span {
            border-left-width: 1px;
            -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px;
            -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
            -moz-border-radius-bottomleft: 4px;
            -moz-border-radius-topleft: 4px;
        }

        .pagination ul > li:last-child > a,
        .pagination ul > li:last-child > span {
            -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
            -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 4px;
        }

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}


.btn {
    font-family: HelveticaNeue, Geneva, sans-serif;
}



.pp_pic_holder {
    direction: ltr;
}

/* Added By SURE */
.form-s li .error-msg-for-Captcha {
    background: #ffe4e4 url(../images/error.png) no-repeat 300px center;
    color: #ff0000;
    border: 1px solid #e1e1e1;
    padding: 5px 15px 5px 5px;
    right: 135px;
    top: 41px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    font: 11px tahoma;
    width: 292px;
    margin-top: 80px;
}

.form-s li input[type="file"] {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    float: right;
    width: 300px;
    background: url(../images/input-bg.png);
    height: 28px;
    line-height: 28px;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.form-s li select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    float: right;
    width: 310px;
    background: url(../images/input-bg.png);
    height: 35px;
    line-height: 34px;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    font-family: HelveticaNeue, Geneva, sans-serif;
}


.error-404 {
    max-width: 356px;
    margin: 100px auto;
    padding: 20px;
    padding-right: 100px;
    border: 2px solid #e0e0e0;
    min-height: 150px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    position: relative;
}

    .error-404 .number-404 {
        width: 142px;
        height: 112px;
        background: url(../images/sss.png);
        position: absolute;
        right: -62px;
        text-align: center;
        color: #e0e0e0;
        padding-top: 30px;
        font-size: 50px;
        direction: ltr;
    }

    .error-404 .head-404 {
        background: url(../images/ico_06.png) no-repeat center right;
        padding-right: 50px;
        font-size: 20px;
        color: #005120;
    }

    .error-404 .content-404 {
        color: #5d5d5d;
    }




/* faq */

.row-faq-area {
    overflow: hidden;
}

    .row-faq-area ul.rr {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .row-faq-area ul.rr li {
            border: 1px solid #ebebeb;
            border-top: 0;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -ms-border-radius: 0 0 10px 10px;
            -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            position: relative;
            padding: 10px;
            margin-bottom: 50px;
        }

        .row-faq-area ul.rr li {
            border: 1px solid #ebebeb;
            border-top: 0;
            -webkit-border-radius: 0 0 10px 10px;
            -moz-border-radius: 0 0 10px 10px;
            -ms-border-radius: 0 0 10px 10px;
            -o-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
            position: relative;
            padding: 10px;
            margin-bottom: 50px;
        }

            .row-faq-area ul.rr li:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 60px;
                background: #333;
                right: -1px;
                top: 0px;
                z-index: 11;
                background: url(../images/border-words.jpg) top center;
            }

            .row-faq-area ul.rr li:before {
                content: '';
                position: absolute;
                width: 1px;
                height: 60px;
                background: #333;
                left: -1px;
                top: 0px;
                z-index: 11;
                background: url(../images/border-words.jpg) top center;
            }

            .row-faq-area ul.rr li h1 {
                font-weight: normal;
                font-size: 18px;
                line-height: 25px;
                margin: 0px;
                background: url(../images/arrows.png) no-repeat center right;
                color: #017a48;
                padding-right: 10px;
            }


            .row-faq-area ul.rr li p {
                font-weight: normal;
                font-size: 15px;
                line-height: 16px;
                text-align: justify;
                color: #5d5d5d;
                margin: 0px;
                padding-top: 7px;
                padding-right: 10px;
            }


            .row-faq-area ul.rr li h1:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 15px;
                background: url(../images/shadow.png) top center;
                left: 0px;
                bottom: -16px;
            }

    .row-faq-area .form-s li label {
        width: 150px;
    }


/* kings */
.ro-kings-profile ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .ro-kings-profile ul li {
        width: 200px;
        margin: 30px 60px;
        display: inline-block;
        vertical-align: top;
    }

        .ro-kings-profile ul li:first-child {
            width: 200px;
            margin: auto;
            display: block;
        }

        .ro-kings-profile ul li h1 {
            font-size: 18px;
            color: #005120;
            padding: 0px;
            margin: 0px;
            text-align: center;
            line-height: 120%;
            padding-top: 5px;
        }

            .ro-kings-profile ul li h1 a {
                color: #005120;
            }

        .ro-kings-profile ul li h2 {
            font-size: 18px;
            color: #cca900;
            line-height: normal;
            padding: 0px;
            margin: 0px;
            text-align: center;
        }

            .ro-kings-profile ul li h2 a {
                color: #cca900;
            }



        .ro-kings-profile ul li img {
            width: 200px;
            height: 230px;
            border: 1px solid #dbc457;
            padding: 2px;
            background: #fff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
        }


.notification-top {
    float: left;
    font-size: 13px;
}

    .notification-top span {
        color: red;
    }

.help-ico {
    position: relative;
    right: 5px;
    top: 8px;
    cursor: help;
}

.help-ico-text {
    position: absolute;
    z-index: 1111111;
    width: 200px;
    padding: 10px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    font-size: 12px;
    text-align: justify;
}

@media (min-width: 768px) and (max-width: 979px) {
    .help-ico {
        right: 160px;
        top: 41px;
    }

    .help-ico-text {
        left: -42%;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .help-ico {
        right: 10px;
        top: 10px;
    }

    .help-ico-text {
        left: 26%;
        top: 0px;
    }
}

@media (max-width: 480px) {
    .help-ico-text {
        left: 12%;
        top: 30px;
    }
}

/* New Design Updates*/
.loginIam {
    
}

.loginIcon {
    float: right;
    text-align: center;
    width: 160px;
}

.loginContent {
    margin-right: 160px;
}

    .loginContent h3 {
        color: #339966;
        font-size: 18px;
    }

    .loginContent p {
        color: #b88800;
        font-size: 15px
    }

.loginBtn {
    background-color: #339966;
    width: 160px;
    text-align: center;
    color: #FFF;
    border-radius: 8px;
    padding: 10px 0;
    display: block;
    font-size: 18px
}

    .loginBtn:hover {
        background-color: #005120;
        color: #FFF;
    }