﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td, select, option {
    border: 0;
    vertical-align: baseline;
    float: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

:focus {
    outline: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}

del {
    text-decoration: line-through;
}

@font-face {
    font-family: GESS;
    font-style: oblique;
    font-weight: bold;
    src: url('fonts/GESSTwoLight-Light.eot?') format('eot'), url('fonts/GESSTwoLight-Light.ttf') format('woff'), url(//:) format('no404'), url('fonts/GESSTwoLight-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: GESS_bold;
    font-style: oblique;
    font-weight: bold;
    src: url('fonts/ge-ss-med.eot?') format('eot'), url('fonts/ge-ss-med.ttf') format('woff'), url(//:) format('no404'), url('fonts/ge-ss-med.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/DroidKufi-Regular.eot);
    src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Regular.woff) format('woff') url(fonts/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/DroidKufi-Bold.eot);
    src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/DroidKufi-Bold.woff) format('woff'), url(fonts/DroidKufi-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'NeoSans-bold';
    src: url('fonts/NeoSans-bold.eot');
    src: url('fonts/NeoSans-bold.eot?#iefix') format('embedded-opentype'), url('fonts/NeoSans-bold.woff') format('woff'), url('fonts/NeoSans-bold.ttf') format('truetype'), url('fonts/NeoSans-bold.svg#NeoSans-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeoSans-regular';
    src: url('fonts/NeoSans-regular.eot');
    src: url('fonts/NeoSans-regular.eot?#iefix') format('embedded-opentype'), url('fonts/NeoSans-regular.woff') format('woff'), url('fonts/NeoSans-regular.ttf') format('truetype'), url('fonts/NeoSans-regular.svg#NeoSans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*::-moz-selection { background:#0a99d4; color: #fff; text-shadow: none; }
::selection { background: #0a99d4; color: #fff; text-shadow: none; }
::-webkit-scrollbar {width: 10px; height:8px; }
::-webkit-scrollbar-track {background: #FFFFFF;-webkit-box-shadow: inset 1px 1px 2px #E0E0E0;border: 1px solid #D8D8D8;}
::-webkit-scrollbar-thumb {background: #0093c6;-webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);}
::-webkit-scrollbar-thumb:hover {-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);}
::-webkit-scrollbar-thumb:active {background: #888;-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.3);}*/
::-webkit-input-placeholder {
}
/*-----------css-----------*/
body {
    direction: ltr;
    font-family: 'Raleway', sans-serif;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.7;
    position: fixed;
    bottom: 50px;
    right: 12px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #000;
}

    .scrollup:hover {
    }

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding-left {
    padding-left: 0;
}

.padding-5px {
    padding-left: 5px;
    padding-right: 5px;
}

.margin-top-10px {
    margin-top: 10px;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-top-5px {
    margin-top: 5px;
}

.margin-bottom-5px {
    margin-bottom: 5px;
}

.margin-bottom-30px {
    margin-bottom: 30px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-top-20px {
    margin-top: 20px;
}

.margin-top-30px {
    margin-top: 30px;
}

.center-div {
    float: none;
    display: block;
    margin: 0 auto;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.copy-right-div {
    overflow: hidden;
    height: auto;
    width: 100%;
    background: #1f1f1f;
    padding: 25px 100px;
    display: block;
}

.copy-right {
    overflow: hidden;
    height: auto;
    width: 100%;
    text-align: right;
    display: block;
}

    .copy-right span {
        font-size: 14px;
        color: #fff;
    }

    .copy-right a {
        color: #daaf18;
    }

.map {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

.title {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    color: #393939;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .title span {
        color: #daaf18;
        font-weight: bold;
        font-size: 50px;
        text-transform: uppercase;
    }

footer .title {
    color: #fff;
}

    footer .title span {
        color: #fff;
    }

footer {
    overflow: hidden;
    width: 100%;
    display: block;
    height: auto;
    background: #2a2a2a;
    padding: 70px 100px;
}

.menu-footer {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

    .menu-footer ul {
        list-style: none;
    }

        .menu-footer ul li {
            display: inline-block;
        }

            .menu-footer ul li a {
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                padding: 10px 20px;
                -webkit-transition: all 400ms ease-in-out;
                -moz-transition: all 400ms ease-in-out;
                -ms-transition: all 400ms ease-in-out;
                -o-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
            }

                .menu-footer ul li a:hover {
                    color: #daaf18;
                    -webkit-transition: all 400ms ease-in-out;
                    -moz-transition: all 400ms ease-in-out;
                    -ms-transition: all 400ms ease-in-out;
                    -o-transition: all 400ms ease-in-out;
                    transition: all 400ms ease-in-out;
                }

.about-footer article {
    color: #fff;
    line-height: 2;
    font-size: 14px;
}

.more {
    color: #daaf18;
    text-decoration: none;
}

.contact-box ul {
    list-style: none;
}

    .contact-box ul li {
        display: block;
        line-height: 3;
    }

        .contact-box ul li span {
            font-size: 14px;
            color: #fff;
        }

        .contact-box ul li a {
            color: #daaf18;
            text-decoration: none;
        }

.gallery {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

    .gallery .item {
        margin: 0 1px;
    }

.photo-container {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.img-div {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

    .img-div img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.photo-hover {
    overflow: hidden;
    height: 100%;
    padding: 20px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .photo-hover a {
        background: rgba(41,194,224,.3) url(img/zoom.png) center center no-repeat;
        display: block;
        width: 100%;
        height: 100%;
        border: 4px solid #daaf18;
    }

.about-section {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

.photo-container:hover .photo-hover {
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.top-footer {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding: 20px 100px;
    background: #daaf18;
}

.social {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

    .social ul {
        list-style: none;
        float: right;
    }

        .social ul li {
            display: inline-block;
            margin: 0 0px;
        }

            .social ul li a {
                width: 40px;
                height: 40px;
                line-height: 40px;
                color: #fff;
                display: block;
                text-align: center;
                font-size: 18px;
                text-decoration: none;
                -webkit-transition: all 400ms ease-in-out;
                -moz-transition: all 400ms ease-in-out;
                -ms-transition: all 400ms ease-in-out;
                -o-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
            }

.img-about {
    float: right;
    margin: 15px;
}

.social ul li a:hover {
    color: #000;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.social ul li span {
    font-size: 14px;
    display: block;
    color: #fff;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}

.mail-area, .tel-area {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    line-height: 2.7;
}

    .mail-area a:hover {
        color: #000;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .mail-area a, .tel-area span {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.about-big-img {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
}

    .about-big-img:hover .photo-hover {
        opacity: 1;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.about-text {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 70px 100px;
    display: block;
}

    .about-text article {
        line-height: 1.9;
        color: #6d6d6d;
        font-size: 14px;
    }

    .about-text .more {
        font-weight: bold;
        line-height: 3;
        float: left;
        text-decoration: none;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

        .about-text .more:Hover {
            color: #6d6d6d;
            -webkit-transition: all 400ms ease-in-out;
            -moz-transition: all 400ms ease-in-out;
            -ms-transition: all 400ms ease-in-out;
            -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

.about-small-img {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

.about-img {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
}

    .about-img:hover .photo-hover {
        opacity: 1;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.client {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 35px 0;
    display: block;
}

.testemonial {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding: 70px 0;
    background: url(img/testemonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.container-testemonial {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

.user {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

.user-img {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}

    .user-img img {
        width: 100px;
        height: 100px;
        display: block;
        border-radius: 50%;
        margin: 20px auto;
    }

.container-testemonial article {
    font-size: 14px;
    color: #fff;
    line-height: 2;
    text-align: center;
}

.user-name {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
}

    .user-name h3 {
        color: #daaf18;
        text-transform: uppercase;
    }

    .user-name p {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
    }

.owl-next {
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    text-indent: 200px;
    background: url(img/right.png) center center no-repeat !important;
}

.owl-prev {
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: inline-block;
    text-indent: 200px;
    background: url(img/left.png) center center no-repeat !important;
}

.our-services {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    background: url(img/service-bg.png) center center repeat;
}

.service-block {
    overflow: hidden;
    height: 100%;
    width: 100%;
    padding: 40px 40px;
    display: block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .service-block h3 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .service-block article {
        font-size: 14px;
        margin-bottom: 20px;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

    .service-block a {
        color: #333;
        font-weight: bold;
        text-decoration: none;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.about-page {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

.flex-container {
    flex-wrap: wrap;
    display: flex;
}

.item-col {
    flex-wrap: wrap;
    margin: 0px 0px;
}

.about-page h2 {
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-page article {
    color: #727272;
    line-height: 2;
}

.service-block:hover {
    background: #daaf18;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .service-block:hover h3, .service-block:hover article, .service-block:hover a {
        color: #fff;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.our-news {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding: 70px 100px;
}

.news-block {
    overflow: hidden;
    height: auto;
    width: 100%;
    background: #eeeeee;
    display: block;
    min-height: 475px;
}

.news-img img {
    width: 100%;
    display: block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.news-block:hover .read-more a {
    background: #333;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.news-block:hover img {
    opacity: .7;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.news-block h4 a {
    color: #000;
    text-decoration: none;
    line-height: 1.7;
    font-weight: 500;
}

.time {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #999999;
    font-size: 12px;
    font-family: tahoma;
}

.news-data {
    overflow: hidden;
    width: 100%;
    display: block;
    height: auto;
    padding: 20px;
}

    .news-data article {
        font-size: 14px;
        color: #6e6e6e;
    }

.read-more {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    margin-top: 10px;
}

    .read-more a {
        color: #fff;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
        background: #daaf18;
        text-transform: uppercase;
        float: left;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.our-team {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    background: url(img/service-bg.png) center center repeat;
    padding: 70px 0 0 0;
}

.title-sologin {
    overflow: hidden;
    height: auto;
    width: 100%;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.accountant-container {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
}

.accountant-img {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

    .accountant-img img {
        max-width: 100%;
        display: block;
    }

.hover-accountant {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1000;
    position: absolute;
    top: 0;
    padding: 200px 20px;
    left: 0;
    text-align: center;
    opacity: 0;
    background: rgba(41,194,224,.9);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .hover-accountant h3 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        margin: 20px 0;
    }

    .hover-accountant article {
        color: #fff;
    }

.social-accountant {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
}

    .social-accountant ul {
        list-style: none;
    }

        .social-accountant ul li {
            display: inline-block;
        }

            .social-accountant ul li a {
                display: block;
                width: 35px;
                line-height: 35px;
                text-align: center;
                hanging-punctuation: 35px;
                text-decoration: none;
                color: #fff;
                font-size: 18px;
                -webkit-transition: all 400ms ease-in-out;
                -moz-transition: all 400ms ease-in-out;
                -ms-transition: all 400ms ease-in-out;
                -o-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
            }

.accountant-container:hover .hover-accountant {
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.name {
    overflow: hidden;
    height: auto;
    width: auto;
    background: rgba(41,194,224,1);
    text-align: center;
    padding: 10px 15px;
    font-size: 17px;
    position: absolute;
    z-index: 100;
    bottom: 100px;
    color: #fff;
    font-weight: 500;
}

.header-area {
    overflow: hidden;
    height: 100vh;
    background: #289db3 url(img/header.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 40px;
    position: relative;
    display: block;
}

    .header-area:before {
        content: '';
        position: absolute;
        top: 40px;
        left: 40px;
        right: 40px;
        bottom: 40px;
        z-index: 1;
        border: 2px solid #fff;
    }

.logo {
    overflow: hidden;
    height: auto;
    display: block;
    text-align: center;
    padding: 2px;
    position: inherit;
    z-index: 1000;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

.navbar {
    min-height: inherit;
    margin: 0px 0;
    text-align: center;
}

.logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #daaf18;
}

.social-header {
    overflow: hidden;
    height: auto;
    width: 100%;
    text-align: center;
    display: block;
    z-index: 1000;
    position: inherit;
}

.slider {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    margin: 30px 0;
}

.social-header ul {
    list-style: none;
}

    .social-header ul li {
        display: inline-block;
    }

        .social-header ul li a {
            display: block;
            padding: 5px 10px;
            color: #fff;
            font-weight: bold;
            font-size: 20px;
            text-decoration: none;
            -webkit-transition: all 400ms ease-in-out;
            -moz-transition: all 400ms ease-in-out;
            -ms-transition: all 400ms ease-in-out;
            -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

            .social-header ul li a:Hover {
                color: #000;
                -webkit-transition: all 400ms ease-in-out;
                -moz-transition: all 400ms ease-in-out;
                -ms-transition: all 400ms ease-in-out;
                -o-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
            }

.lang {
    overflow: hidden;
    height: auto;
    position: inherit;
    z-index: 1000;
    width: auto;
    position: absolute;
    top: 70px;
    right: 70px;
}

    .lang ul {
        list-style: none;
        background-color: #daaf18;
    }

        .lang ul li {
            display: inline-block;
            margin: 15px;
        }

            .lang ul li a {
                display: block;
                color: #fff;
                font-size: 16px;
                text-decoration: none;
                -webkit-transition: all 400ms ease-in-out;
                -moz-transition: all 400ms ease-in-out;
                -ms-transition: all 400ms ease-in-out;
                -o-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
            }

                .lang ul li a:hover {
                    color: #000;
                    background-color: #bd9e30;
                    -webkit-transition: all 400ms ease-in-out;
                    -moz-transition: all 400ms ease-in-out;
                    -ms-transition: all 400ms ease-in-out;
                    -o-transition: all 400ms ease-in-out;
                    transition: all 400ms ease-in-out;
                }

.menu {
    overflow: hidden;
    height: auto;
    width: auto;
    font-size: 30px;
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: 1000;
}

    .menu a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

        .menu a:hover {
            color: #000;
            -webkit-transition: all 400ms ease-in-out;
            -moz-transition: all 400ms ease-in-out;
            -ms-transition: all 400ms ease-in-out;
            -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

.menu-area {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    display: block;
    background: #1e1e1e url(img/menu.jpg) top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1000;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .menu-area:before {
        content: '';
        position: absolute;
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
        z-index: 1;
        border: 2px solid rgba(41,194,224,.4);
    }

.menu-box {
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 35px 0;
    display: block;
    text-align: center;
    position: relative;
    z-index: 1000;
}

    .menu-box ul {
        list-style: none;
    }

        .menu-box ul li {
            display: inline-block;
        }

            .menu-box ul li a {
                display: block;
                padding: 10px 15px;
                font-size: 15px;
                text-decoration: none;
                color: #987b14;
                text-transform: uppercase;
            }

                .menu-box ul li a:after {
                    content: '';
                    width: 0;
                    clear: both;
                    display: block;
                    margin-top: 10px;
                    height: 2px;
                    margin: 0 auto;
                    background: #daaf18;
                    -webkit-transition: all 400ms ease-in-out;
                    -moz-transition: all 400ms ease-in-out;
                    -ms-transition: all 400ms ease-in-out;
                    -o-transition: all 400ms ease-in-out;
                    transition: all 400ms ease-in-out;
                }

                .menu-box ul li a:hover {
                    color: #daaf18;
                    -webkit-transition: all 400ms ease-in-out;
                    -moz-transition: all 400ms ease-in-out;
                    -ms-transition: all 400ms ease-in-out;
                    -o-transition: all 400ms ease-in-out;
                    transition: all 400ms ease-in-out;
                }

                    .menu-box ul li a:hover:after {
                        width: 100%;
                        -webkit-transition: all 400ms ease-in-out;
                        -moz-transition: all 400ms ease-in-out;
                        -ms-transition: all 400ms ease-in-out;
                        -o-transition: all 400ms ease-in-out;
                        transition: all 400ms ease-in-out;
                    }

.close-menu {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 70px;
    left: 70px;
    z-index: 10000;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

    .close-menu:hover {
        color: #37c6e2;
        -webkit-transition: all 400ms ease-in-out;
        -moz-transition: all 400ms ease-in-out;
        -ms-transition: all 400ms ease-in-out;
        -o-transition: all 400ms ease-in-out;
        transition: all 400ms ease-in-out;
    }

.go-to-left-menu-area {
    left: 0 !important;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.menu-footer ul li:nth-child(1) a {
    padding-left: 0;
}

.about-footer, .contact-box, .find-box {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
}

header {
    overflow: visible;
    height: auto;
    width: 100%;
    display: block;
    background: #f3f3f3;
    border-top: 4px solid #daaf18;
}

.navbar-default {
    background: #daaf18;
    border: 0;
    border-radius: 0;
}

.owl-buttons {
    display: none;
}

.owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.logo2 {
    width: auto;
    float: right;
    padding: 0 15px;
}

.dropdown-menu {
    text-align: left;
}

.nav > li > a {
    padding: 14px 15px;
    font-size: 14px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

main {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding-bottom: 50px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a {
    background: #3c3c3c;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*--------------------------1366----------------------------------*/
@media (max-width: 1366px) and (min-width: 1200px) {
    .title, .title span {
        font-size: 35px;
    }

    .about-text {
        padding: 50px 50px;
    }

    .service-block {
        padding: 50px 30px;
    }

    .our-services .col-lg-3 {
        padding: 0;
    }

    .our-news {
        padding: 70px 50px;
    }

    .news-block {
        min-height: 450px;
    }

    footer {
        padding: 70px 50px;
    }

    .top-footer {
        padding: 20px 50px;
    }

    .copy-right-div {
        padding: 25px 50px;
    }
}

.bredcrumb-area {
    overflow: hidden;
    display: block;
    height: auto;
    width: 100%;
    margin: 15px 0;
    text-transform: capitalize;
}

    .bredcrumb-area .breadcrumb {
        border-radius: 0;
        border: 1px solid #d6d6d6;
        margin-bottom: 0;
        background: #fff;
        padding: 12px 15px;
    }

        .bredcrumb-area .breadcrumb a {
            color: #000;
            text-decoration: none;
            -webkit-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -ms-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

            .bredcrumb-area .breadcrumb a:hover {
                color: #4ca82f;
                -webkit-transition: .3s ease-in-out;
                -moz-transition: .3s ease-in-out;
                -ms-transition: .3s ease-in-out;
                -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
            }

.send-message, .information-contact {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.title-message, .title-contact {
    overflow: hidden;
    height: auto;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 15px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,e5e5e5+47,a1dbff+100&0+0,1+48,0+100 */
    background: -moz-linear-gradient(left, rgba(240,249,255,0) 0%, rgba(229,229,229,0.98) 47%, rgba(228,229,229,1) 48%, rgba(161,219,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(240,249,255,0) 0%,rgba(229,229,229,0.98) 47%,rgba(228,229,229,1) 48%,rgba(161,219,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(240,249,255,0) 0%,rgba(229,229,229,0.98) 47%,rgba(228,229,229,1) 48%,rgba(161,219,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#00a1dbff',GradientType=1 ); /* IE6-9 */
}

    .title-message h3, .title-contact h3 {
        text-transform: uppercase;
        font-weight: bold;
    }

.send-message textarea {
    height: 120px;
    resize: vertical;
}

.information-contact h4 {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.information-contact ul {
    list-style: none;
}

    .information-contact ul li {
        display: block;
        line-height: 2;
    }

        .information-contact ul li span {
            color: #afafaf;
        }

.button {
    width: 100%;
    border-radius: 0;
    padding: 10px;
    background: #daaf18;
    color: #fff;
    font-size: 14px;
    border: 1px solid #daaf18;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .button:hover {
        background: #1b98b1;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
/*--------------------------small screen----------------------------------*/
@media (max-width: 1200px) and (min-width: 992px) {
    .title, .title span {
        font-size: 35px;
    }

    .title {
        margin-bottom: 5px;
    }

    .about-text {
        padding: 50px 50px;
    }

    .service-block {
        padding: 50px 30px;
        height: 400px;
    }

    .our-services .col-lg-3 {
        padding: 0;
    }

    .our-news {
        padding: 70px 50px;
    }

    .news-block {
        min-height: 450px;
    }

    footer {
        padding: 70px 50px;
    }

    .top-footer {
        padding: 20px 50px;
    }

    .copy-right-div {
        padding: 25px 50px;
    }
}
/*--------------------------Tab style----------------------------------*/
@media (max-width: 992px) and (min-width: 768px) {
    .title, .title span {
        font-size: 35px;
    }

    .title {
        margin-bottom: 5px;
    }

    .news-block {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .service-block {
        padding: 50px;
        height: 300px;
    }

    .top-footer {
        padding: 20px 50px;
    }

    footer {
        padding: 40px 50px;
    }

    .our-news {
        padding: 40px 50px;
    }

    .about-text {
        padding: 40px 25px;
    }

    .copy-right-div {
        padding: 25px 50px;
    }

    .about-footer, .contact-box, .find-box {
        margin-bottom: 40px;
    }

    .menu-footer ul li a {
        padding: 10px 5px;
    }

    .news-block {
        min-height: 490px;
    }

    .social ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .client {
        padding: 15px 0;
    }
}

/*--------------------------mobile style----------------------------------*/
@media (max-width: 768px) and (min-width: 168px) {
    .title, .title span {
        font-size: 35px;
    }

    .our-news {
        padding: 40px 50px;
    }

    .news-block {
        height: auto;
        min-height: inherit;
        margin: 15px 0;
    }

    footer {
        padding: 40px 50px;
    }

    .hover-accountant {
        padding: 50px 20px;
    }

    .top-footer {
        text-align: center;
    }

    .about-footer, .contact-box, .find-box {
        margin-bottom: 20px;
    }

    .menu-footer {
        margin-bottom: 20px;
        line-height: 2;
        text-align: center;
    }

    .service-block {
        height: auto;
    }

    .copy-right-div {
        padding: 25px 50px;
    }

    .copy-right {
        text-align: center;
    }

    .title-sologin {
        margin-bottom: 20px;
    }

    .client {
        padding: 15px 0;
    }

    .about-text {
        padding: 50px;
    }

    .social ul li:nth-child(1) {
        display: none;
    }

    .top-footer {
        padding: 25px 50px;
    }
}

.slider-post {
    margin-bottom: 25px;
}

.post {
    margin-bottom: 25px;
}

.about-post-page ul {
    list-style: none;
    margin-bottom: 10px;
}

.about-post ul {
    list-style: none;
    margin-bottom: 10px;
}

.post-img img {
    width: 200px !important;
    height: 160px !important;
    margin-left: 25px;
}

.post-area {
    margin-bottom: 20px !important;
}

.contact-data ul {
    list-style: none;
    margin-bottom: 10px;
}

    .contact-data ul li {
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .contact-data ul li i {
            margin-right: 10px;
        }

.navhours{
    color: #080808;
    display: inline;
    float: right;
    margin-top: -35px;
    font-weight: 700;
    font-size: 1em;
}

.navbar-toggle
{
    float: none;
}

.navclock{
    color: black;
    display: inline-block;
    margin-right: 10px;
}

.text article{
    width: 75%;
    margin: 0 auto;
    
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-top: 15px;
}

.lang2 {
    height: auto;
    position: inherit;
    z-index: 1000;
    width: auto;
    position: absolute;
    top: 70px;
    left: 70px;
    background-color: #daaf18;
}

.lang2 ul {
    list-style: none;
    background-color: #daaf18;
}

.lang2 ul li {
    display: inline-block;
    margin: 15px;
}

.lang2 ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.lang2 ul li a:hover {
    color: #000;
    background-color: #bd9e30;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
