@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;700&display=swap');
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/


* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    font-family: Roboto, Source Sans Pro, sans-serif;
    text-transform: capitalize;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #d44727;
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        color: #ab3217;
    }

    a:visited {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    font-family: 'Montserrat', Arial, sans-serif;
}

.page-header {
    border: 0px solid;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
    display: block;
}

    .page-header h1 {
        color: #000;
        font-weight: 600;
        font-size: 40px;
        text-transform: capitalize;
    }

    .page-header p {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        color: #4c4c4c;
    }

p {
    margin: 0 0 20px 0;
}

.clear {
    clear: both;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d44727;
    border-color: #d44727;
}


::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.centered {
    text-align: center !important;
}

.btn-style-one {
    position: relative;
    text-align: center;
    padding: 14px 30px;
    line-height: 20px;
    background: #ffffff;
    color: #555555;
    border: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
}

    .btn-style-one:hover, .btn-style-one:focus, .btn-style-one:active {
        background: #d44727;
        color: #ffffff;
        border-color: #d44727;
    }

.btn-style-one11:after {
    font-family: FontAwesome;
    line-height: 20px;
    font-size: 20px;
    content: "\f105";
    padding: 0 0 0 10px;
}

.btn-style-two {
    position: relative;
    padding: 13px 25px;
    line-height: 25px;
    text-transform: capitalize;
    background: #d44727;
    color: #ffffff;
    border: 2px solid #d44727;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
}

    .btn-style-two:hover, .btn-style-two:focus, .btn-style-two:active {
        background: none;
        color: #d44727;
    }

.btn-style-two11:after {
    font-family: FontAwesome;
    line-height: 20px;
    font-size: 20px;
    content: "\f105";
    padding: 0 0 0 10px;
}

.btn-style-three {
    position: relative;
    padding: 13px 38px;
    line-height: 25px;
    text-transform: capitalize;
    background: #2c2b2e;
    color: #ffffff;
    border: 2px solid #2c2b2e;
    font-size: 15px;
    font-weight: 600;
}

    .btn-style-three:hover, .btn-style-three:focus, .btn-style-three:active {
        background: #201d1b;
        color: #ffffff;
        border-color: #201d1b;
    }

.btn-style-four {
    position: relative;
    padding: 15px 40px;
    line-height: 30px;
    text-transform: uppercase;
    background: #232428;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    border: 2px solid #232428;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

    .btn-style-four:hover {
        background: none;
        color: #ffffff;
        border-color: #232428;
    }

.theme_color {
    color: #d44727;
}



img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    color: #424144;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #424144;
    background: none;
}

    .scroll-to-top:hover {
        background: none;
    }

.toplinks {
    float: right;
    color: #fff;
    width: 100%;
    padding: 0 10px;
}

    .toplinks a {
        color: #fff;
    }

    .toplinks .dropdown-btn {
        display: none;
    }

    .toplinks .navbar {
        line-height: normal;
        margin-bottom: 0;
    }

    .toplinks .lang {
        float: left;
        padding: 10px 10px 0 0;
        display: inline-block;
        line-height: normal;
        margin: 0;
        font-size: 14px;
    }

    .toplinks .main-search {
        float: left;
        padding: 7px 20px 0 0;
        display: inline-block;
        margin: 0;
        font-size: 15px;
    }

.main-header .toplinks .dropdown-menu {
    width: 100px;
    min-width: 100px;
    top: 23px !important;
    border: 1px solid #ddd !important;
    font-size: 13px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: relative;
    background-color: #805b44;
}

    .main-header .header-top {
        position: relative;
        background-color: #ffffff;
    }

        .main-header .header-top .top-left {
            position: relative;
            float: left;
            padding: 15px 0px;
        }

        .main-header .header-top .top-right {
            position: relative;
            float: right;
        }

            .main-header .header-top .top-right ul li {
                position: relative;
                float: left;
                margin-right: 20px;
                font-size: 14px;
                line-height: 30px;
                color: #888888;
                padding: 15px 0px;
                font-weight: 400;
            }

                .main-header .header-top .top-right ul li:last-child {
                    margin-right: 0px;
                }

                .main-header .header-top .top-right ul li a {
                    color: #888888;
                    font-weight: 400;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                .main-header .header-top .top-right ul li i {
                    position: relative;
                    font-size: 16px;
                    top: 1px;
                    margin-right: 10px;
                }

                .main-header .header-top .top-right ul li a:hover {
                    color: #d44727;
                }

    .main-header .header-lower {
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        z-index: 9999;
    }

    .main-header .main-box {
        position: relative;
        padding: 0 20px;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 999;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-header .main-box .logo-box {
            width: 410px;
            position: relative;
            float: left;
            left: 0px;
            z-index: 10;
            padding: 0 0px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-header .main-box .logo-box .logo img {
                display: inline-block;
                max-width: 100%;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                margin-left: 10px;
            }

            .main-header .main-box .logo-box .logo span {
                display: inline-block;
                width: 250px;
            }

@media (max-width:600px) {
    .main-header .main-box .logo-box .logo span {
        display: none;
    }


}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    color: #000;
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    background: none;
}

.main-header .nav-outer {
    position: relative;
    float: right;
}

.main-menu {
    position: relative;
    float: left;
    font-family: 'Lato', Arial, sans-serif;
}

    .main-menu .navbar-collapse {
        padding: 0px;
    }

    .main-menu .navigation {
        position: relative;
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: relative;
            float: left;
            margin-left: 30px;
            padding: 18px 0px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0px;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: block;
                color: #ffffff;
                text-align: center;
                line-height: 25px;
                letter-spacing: 0px;
                opacity: 1;
                font-weight: 700;
                font-size: 15px;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                text-transform: uppercase;
            }

            .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
                color: #d44727;
                opacity: 1;
            }

            .main-menu .navigation > li > ul {
                position: absolute;
                left: 0px;
                top: 120%;
                width: 240px;
                padding: 0px;
                z-index: 100;
                display: none;
                background: #ffffff;
                border-top: 2px solid #d44727;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
                -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
            }

                .main-menu .navigation > li > ul > li {
                    position: relative;
                    width: 100%;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
                }

                    .main-menu .navigation > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > a {
                        position: relative;
                        display: block;
                        padding: 10px 15px;
                        line-height: 20px;
                        font-weight: 400;
                        font-size: 14px;
                        text-transform: capitalize;
                        color: #292929;
                        -moz-transition: all 300ms ease;
                        -webkit-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                        transition: all 300ms ease;
                    }

                    .main-menu .navigation > li > ul > li:hover > a {
                        color: #ffffff;
                        background: #d44727;
                    }

                    .main-menu .navigation > li > ul > li.dropdown > a:after {
                        font-family: 'Fontawesome';
                        content: "\f105";
                        position: absolute;
                        right: 10px;
                        top: 12px;
                        width: 10px;
                        height: 20px;
                        display: block;
                        color: #292929;
                        font-weight: 900;
                        line-height: 20px;
                        font-size: 16px;
                        text-align: center;
                        z-index: 5;
                    }

                    .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
                        color: #ffffff;
                    }

                    .main-menu .navigation > li > ul > li > ul {
                        position: absolute;
                        left: 100%;
                        top: 20px;
                        width: 240px;
                        padding: 0px;
                        z-index: 100;
                        display: none;
                        background: #ffffff;
                        border-top: 2px solid #d44727;
                        -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                        -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                        -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                        -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                        box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    }

                        .main-menu .navigation > li > ul > li > ul > li {
                            position: relative;
                            width: 100%;
                            border-bottom: 1px solid rgba(0, 0, 0, 0.10);
                        }

                            .main-menu .navigation > li > ul > li > ul > li:last-child {
                                border-bottom: none;
                            }

                            .main-menu .navigation > li > ul > li > ul > li > a {
                                position: relative;
                                display: block;
                                padding: 10px 15px;
                                line-height: 24px;
                                font-weight: 400;
                                font-size: 14px;
                                text-transform: capitalize;
                                color: #292929;
                                -moz-transition: all 300ms ease;
                                -webkit-transition: all 300ms ease;
                                -ms-transition: all 300ms ease;
                                -o-transition: all 300ms ease;
                                transition: all 300ms ease;
                            }

                            .main-menu .navigation > li > ul > li > ul > li:hover > a {
                                color: #ffffff;
                                background: #d44727;
                            }

                            .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                                font-family: 'FontAwesome';
                                content: "\f105";
                                position: absolute;
                                right: 10px;
                                top: 11px;
                                width: 10px;
                                height: 20px;
                                display: block;
                                color: #292929;
                                line-height: 20px;
                                font-size: 16px;
                                font-weight: normal;
                                text-align: center;
                                z-index: 5;
                            }

                            .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
                                color: #ffffff;
                            }

            .main-menu .navigation > li.dropdown:hover > ul {
                visibility: visible;
                opacity: 1;
                top: 100%;
            }

        .main-menu .navigation li > ul > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 0;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 15px;
        top: 7px;
        width: 36px;
        height: 32px;
        text-align: center;
        color: #ffffff;
        line-height: 32px;
        font-size: 20px;
        font-weight: normal;
        border: 1px solid rgba(255, 255, 255, .5) !important;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

.search-box-outer {
    position: relative;
    float: right;
    color: #ffffff;
    margin-left: 40px;
    padding: 30px 0px;
}

.main-header .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    border-left: 0px solid #fff;
    font-size: 14px;
    line-height: 20px;
    color: #d9d9d9;
    padding: 0px;
    margin: 0px;
    padding-left: 0;
    cursor: pointer;
    background: none;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-box-outer .fa-search {
    font-size: 23px;
    color: #fff;
}

.main-header .search-box-btn:hover {
    color: #d44727;
}

.search-box-outer .search-btn .fa-search {
    font-size: 20px;
    color: #000;
}

.main-header .dropdown-menu {
    top: 60px !important;
    right: 0 !important;
    left: auto !important;
    padding: 0px;
    width: 280px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    border-top: 2px solid #d44727;
}

.main-header .search-box-outer .dropdown-menu > li {
    padding: 0px;
    border: none;
    background: none;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"], .main-header .search-panel input[type="search"], .main-header .search-panel input[type="password"], .main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    color: #000000;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-header .search-panel input:focus, .main-header .search-panel select:focus {
        border-color: #d44727;
    }

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-header .search-panel .search-btn:hover {
        color: #d44727;
    }

.navbar-brand {
    padding: 0;
}

.navbar {
    min-height: 30px;
}
/*================================================
			Sticky Header
==================================================*/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(0, 0, 0, .80);
    z-index: 0;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 7px 30px rgba(0, 0, 0, .55);
    -ms-box-shadow: 0 7px 30px rgba(0, 0, 0, .55);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .55);
    box-shadow: 0 7px 30px rgba(0, 0, 0, .55);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .sticky-header .logo {
        padding: 10px 0px;
    }

.fixed-header .sticky-header {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, .80);
}

.main-header .sticky-header .main-menu .navigation > li {
    margin-right: 0px;
    margin: 0px;
    padding: 0;
}

    .main-header .sticky-header .main-menu .navigation > li > a {
        color: #ffffff;
        padding: 20px 15px 21px 15px;
        line-height: 30px;
        font-size: 15px;
        font-weight: 700;
        min-height: 0px;
        background: none;
        border: 0px;
        margin-right: 0px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-header .sticky-header .main-menu .navigation > li:hover > a, .main-header .sticky-header .main-menu .navigation > li.current > a, .main-header .sticky-header .main-menu .navigation > li.current-menu-item > a {
        opacity: 1;
        background-color: #d44727;
        color: #ffffff;
    }

    .main-header .sticky-header .main-menu .navigation > li.dropdown > a:after {
        display: none;
    }
/*=== Header Style Two ===*/
.header-style-two .main-box {
    background-color: transparent;
    padding: 0;
}

.main-header .sticky-header .search-box-outer {
    position: relative;
    float: left;
    color: #ffffff;
    margin-left: 40px;
    padding: 23px 0px;
}

.logo span {
    color: #fff;
    margin-left: 10px;
    font-family: 'Lato';
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: left
}
/*** 

====================================================================
			Main Slider style
====================================================================

***/
.main-slider .btn-style-one {
    background: #bf6a07;
    border-color: #bf6a07;
    color: #fff;
}

.tp-parallax-wrap {
    top: 0 !important;
}

.tp-parallax-wrap {
    margin-top: 270px !important;
}

    .tp-parallax-wrap p {
        margin-top: 100px !important;
    }

.main-slider .btns-box {
    margin-top: 200px !important;
}

.tp-leftarrow, .tp-rightarrow {
    top: 35% !important;
}

.main-slider {
    position: relative;
    z-index: 10;
    height: 75vh;
    overflow: hidden;
}

    .main-slider .btn-style-one:after {
        display: none;
    }

    .main-slider .tp-caption {
        z-index: 5;
    }

    .main-slider h1 {
        font-size: 45px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 900;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .main-slider p.alternate {
        color: #ffffff;
        font-weight: 400;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        line-height: 28px;
    }

    .main-slider .theme-btn {
        z-index: 999999 !important;
    }

    .main-slider .tp-bannertimer {
        display: none !important;
    }

    .main-slider .btns-box {
        line-height: 65px !important;
        text-align: center !important;
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: none;
    border-radius: 50%;
    border: 1px solid #a6a6a6;
    width: 55px;
    height: 55px;
    font-size: 0;
    color: #a6a6a6;
    vertical-align: top;
}

.owl-nav button.owl-prev {
    position: absolute;
    left: -65px;
    top: 35%;
    z-index: 10000;
    vertical-align: top;
}

.owl-nav button.owl-next {
    position: absolute;
    right: -65px;
    top: 35%;
    z-index: 10000;
    vertical-align: top;
}

.owl-nav button.owl-prev:before {
    font-size: 30px;
    font-family: FontAwesome;
    content: "\f104";
    line-height: 55px;
    margin-right: 5px;
}

.owl-nav button.owl-prev:hover, .owl-nav button.owl-prev:focus, .owl-nav button.owl-prev:active {
    border-color: #3e3a38;
    color: #3e3a38;
}

.owl-nav button.owl-next:hover, .owl-nav button.owl-next:focus, .owl-nav button.owl-next:active {
    border-color: #3e3a38;
    color: #3e3a38;
}

.owl-nav button.owl-next:before {
    font-size: 30px;
    font-family: FontAwesome;
    line-height: 55px;
    content: "\f105";
    margin-left: 5px;
}

.owl-dots {
    display: none;
}
/*** 

====================================================================
			SERVICES 	
====================================================================

***/

.services {
    position: relative;
    background-color: #f5f4f3;
    padding: 60px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

    .services .page-header h1 {
        color: #000;
        padding: 0;
        margin: 0;
    }

    .services .services-block h3 {
        color: #fff;
        text-align: center;
        font-size: 20px;
    }

        .services .services-block h3 span {
            font-size: 14px;
            display: block;
            font-weight: 400;
        }

    .services .btn-style-two {
        margin: 30px 0 0 0;
        clear: both;
        display: inline-block;
    }

.services-block {
    position: relative;
    padding: 0;
    margin: 0;
}

    .services-block .inner-box {
        position: relative;
        overflow: hidden;
        text-align: center;
        border-radius: 0;
    }

    .services-block .image-box {
        position: relative;
    }

        .services-block .image-box .image {
            position: relative;
            cursor: default;
        }

            .services-block .image-box .image img {
                position: relative;
                width: 100%;
            }

    .services-block .caption-box {
        position: absolute;
        left: 0;
        top: 110%;
        width: 100%;
        padding: 10px 15px 40px 15px;
        background-color: rgba(67, 29, 12, .87);
        -webkit-transform: translateY(-120px);
        -moz-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        -o-transform: translateY(-120px);
        transform: translateY(-120px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .services-block:hover .caption-box {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .services-block .caption-box h3 {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 1.5em;
        color: #fefefe;
        font-weight: 600;
        margin: 10px 0;
    }

        .services-block .caption-box h3 span {
            font-weight: bold !important;
        }

        .services-block .caption-box h3 a {
            color: #fefefe;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .services-block .caption-box h3 a:hover {
                color: #d44727;
            }

    .services-block .caption-box p, .services-block .caption-box ol li {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #fff;
        padding-top: 30px;
        margin-bottom: 14px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .services-block:hover .caption-box p {
        padding-top: 0;
    }

    .services-block .caption-box .read-more {
        position: relative;
        font-size: 15px;
        line-height: 24px;
        color: #d44727;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .services-block .caption-box .read-more:hover {
            color: #ffffff
        }

        .services-block .caption-box .read-more i {
            margin-left: 10px;
        }
/*** 

====================================================================
			ABOUT  
====================================================================

***/

.about {
    position: relative;
    float: left;
    width: 100%;
    background-color: #805b44;
    padding: 0;
}

    .about .page-header {
        text-align: left;
    }

        .about .page-header h1 {
            color: #fff;
            padding: 0;
            margin: 0;
        }

        .about .page-header span {
            color: #a2a2a2;
            font-weight: 800;
        }

    .about .col-md-6, .about .col-sm-6, .about .col-xs-12 {
        padding: 0;
    }

    .about .about-column {
        padding: 30px;
        color: #fff;
    }

        .about .about-column h3 {
            color: #fff;
            margin: 0 0 30px 0;
            font-weight: 400;
            font-size: 22px;
        }

        .about .about-column p {
            color: #fff;
            margin: 0 0 20px 0;
            font-size: 16px;
            font-weight: 300;
        }

        .about .about-column .btn-style-one {
            margin: 20px 0 0 0;
            clear: both;
            display: inline-block;
        }

    .about img {
        width: 100%;
        height: 335px;
    }
/*** 

====================================================================
	Fact  
====================================================================

***/

.fact {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
    float: left;
    width: 100%;
    background-color: #e54e2b;
    background-image: url(../images/fact-bg.jpg);
}

    .fact .page-header h1 {
        color: #fff;
        padding: 0;
        margin: 0;
    }

    .fact .page-header p {
        color: #fff;
    }

.fact-counter {
    position: relative;
}

    .fact-counter img {
        margin-bottom: 40px;
    }

    .fact-counter .column {
        position: relative;
        z-index: 5;
        padding: 70px 10px;
        margin-bottom: 0;
        text-align: center;
        border-right: 1px solid #f57d45;
    }

.last {
    border: 0px solid #fff !important;
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 22px;
    font-family: "Montserrat", sans-serif;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}
/*** 

====================================================================
	testimonials
====================================================================

***/

.testimonials {
    padding: 60px 0;
    float: left;
    width: 100%;
    background-color: #fff;
}

    .testimonials .page-header h1 {
        color: #000;
        padding: 0;
        margin: 0;
    }

    .testimonials .owl-carousel {
        margin: 30px 0 0 0;
    }

    .testimonials .column {
        float: left;
    }

    .testimonials figure {
        background: none;
    }

.test-box {
    float: left;
    background: #444444;
    padding: 35px 25px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .18);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .18);
    color: #fff;
    font-size: 16px;
    margin: 0;
    width: 100%;
}

    .test-box em {
        color: #fff;
        font-weight: 300;
        margin-top: 20px;
        font-size: 14px;
        display: inline-block;
    }

    .test-box img {
        float: left;
        margin-right: 20px;
    }

.testimonials .owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto !important;
}

.text1 {
    margin-top: 25px;
    line-height: 26px;
}

    .text1:before {
        font-size: 25px;
        font-family: FontAwesome;
        content: "\f10d";
        color: #d44727;
        padding: 0 15px 0 0px;
    }

    .text1:after {
        font-size: 25px;
        font-family: FontAwesome;
        content: "\f10e";
        color: #d44727;
        padding: 15px 0 0px 15px;
        float: right;
    }
/*** 

====================================================================
	latest news
====================================================================

***/

.latest-news {
    padding: 60px 0;
    float: left;
    width: 100%;
    background-color: #f5f4f3;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

    .latest-news .page-header h1 {
        color: #000;
        padding: 0;
        margin: 0;
    }

    .latest-news img {
        width: 100%;
    }

.box-news {
    float: left;
    background: #fff;
    padding: 0 0 25px 0;
    /* min-height: 450px;*/
}

    .box-news h2 {
        font-size: 18px;
        color: #000;
        margin: 20px 0 15px;
        padding: 0 15px;
    }

    .box-news small {
        margin: 25px 0 0 0;
        display: block;
        font-size: 16px;
        font-weight: bold;
        padding: 0 15px;
    }

        .box-news small:before {
            font-size: 15px;
            font-family: FontAwesome;
            line-height: 20px;
            content: "\f073";
            padding: 0 5px 0 0;
        }

    .box-news .more {
        font-weight: 600;
        padding: 0 15px;
    }

    .box-news p {
        padding: 0 15px;
    }

.more:after {
    font-size: 18px;
    font-family: FontAwesome;
    line-height: 20px;
    content: "\f105";
    padding: 0 0 0 10px;
}

.latest-news .text-center {
    text-align: center;
    clear: both;
    padding: 60px 0 0 0;
}
/*** 

====================================================================
	clients
====================================================================

***/

.clients {
    padding: 60px 0;
    float: left;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

    .clients .page-header h1 {
        color: #000;
        padding: 0;
        margin: 0;
    }

    .clients .item {
        border: 1px solid #ddd;
    }

    .clients .owl-carousel {
        margin: 60px 0;
        padding: 0;
    }

    .clients .item-cont {
        position: relative;
        width: 100%;
        padding: 0;
    }

    .clients .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background: rgba(0, 0, 0, 0.8);
    }

    .clients .item-cont:hover .overlay {
        opacity: 1;
    }

    .clients .text {
        color: white;
        font-size: 15px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

.news-block-one .image::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 8;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: rgba(148, 193, 61, 0.90);
}
/* Zoom In #1 */
figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    figure:hover + span {
        bottom: -36px;
        opacity: 1;
    }

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* Zoom In #2 */
.hover02 figure img {
    width: 300px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover02 figure:hover img {
    width: 350px;
}

.error {
    margin: 100px 0;
    text-transform: uppercase;
}

    .error h1 {
        font-size: 80px;
        font-weight: 700;
        margin: 30px 0 0 0;
        padding: 0;
    }

    .error h2 {
        font-size: 40px;
        font-weight: 600;
        margin: 10px 0;
        padding: 0;
    }

    .error p {
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }
/*** 

====================================================================
				Subscribe Section
====================================================================

***/

.subscribe {
    position: relative;
    background-color: #523518;
    padding: 50px 0;
    float: left;
    width: 100%;
}

    .subscribe .page-header {
        margin: 0;
        padding: 0;
    }

        .subscribe .page-header h1 {
            color: #fff;
            font-size: 30px;
            margin: 0;
            padding: 0;
        }

        .subscribe .page-header p {
            color: #fff;
        }

.subscribe-form {
    position: relative;
    width: 60%;
    margin: auto;
}

    .subscribe-form .form-group {
        position: relative;
        display: block;
        margin: 0;
        width: 100%;
        z-index: 1;
        margin-top: 10px;
        padding: 0;
        padding-right: 185px;
        background: #ffffff;
        border: 1px solid #fff;
    }

        .subscribe-form .form-group input, .subscribe-form .form-group select, .subscribe-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 33px;
            height: 53px;
            font-size: 14px;
            color: #2c2b2e;
            font-weight: 400;
            padding: 10px 20px;
            background: #ffffff;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            box-shadow: none;
        }

            .subscribe-form .form-group input[type="submit"], .subscribe-form button {
                position: absolute;
                right: 0;
                top: 0;
                padding: 12px 50px;
                text-transform: uppercase;
                font-weight: 700;
                border-radius: 0px;
            }

.subscribe.style-two {
    background-color: #f2f2f2;
}



.content-tabs {
    text-align: center;
    margin: auto;
}

    .content-tabs .nav-tabs {
        border-bottom: 0px solid #ddd;
    }

    .content-tabs li img {
        margin: 0 0 10px 0 !important;
        float: none !important;
        text-align: center !important;
        padding: 0 !important;
    }

    .content-tabs li a h4 {
        color: #000 !important;
        font-size: 0px;
    }

    .content-tabs li.active a h4 {
        color: #4c4c4c !important;
        margin: 0;
        padding: 0;
        font-size: 15px !important;
    }

    .content-tabs li.active a {
        border: 0px solid transparent !important;
    }

    .content-tabs .nav-tabs > li {
        display: inline-block;
        float: none;
        padding: 0 10px;
        margin: 0;
    }

        .content-tabs .nav-tabs > li > a {
            border: 0px solid transparent;
            border-radius: 0;
            padding: 0;
            margin: 0;
        }

            .content-tabs .nav-tabs > li > a:hover {
                background: #fff;
            }

    .content-tabs .show {
        display: contents !important;
    }

.client-logo {
    border: solid 1px #eee;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    width: 12.5%;
    max-width: 12.5%;
    height: 200px;
    line-height: 200px;
}

.tab-content > .active {
    display: contents;
}

.nav-tabs li.active img {
    border: 4px solid #d44727 !important;
    border-radius: 50px;
}



.offices {
    float: left;
    width: 100%;
}

    .offices .news ul {
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        float: left;
        width: 100%;
    }

        .offices .news ul li {
            border: 0px solid;
            padding: 0;
            margin: 0;
        }

            .offices .news ul li h2 {
                color: #000;
                font-size: 22px;
            }

            .offices .news ul li h6 {
                color: #d44727;
                font-size: 18px;
            }

.innfo {
    text-align: left;
    float: left;
}

.offices .news ul li img {
    float: left;
    padding: 0;
    margin: 10px 0;
    clear: both;
}

.offices .news ul li iframe {
    float: left;
    padding: 0;
    margin: 10px 0;
    clear: both;
}





/***

==================================================================
				Main Footer
==================================================================

***/

.main-footer {
    position: relative;
    background-color: #201d1b;
    color: #ffffff;
    float: left;
    width: 100%;
}

    .main-footer .footer-widget {
        position: relative;
        margin-bottom: 30px;
    }

    .main-footer .footer-logo {
        position: relative;
        margin-bottom: 10px;
        top: -10px;
    }

        .main-footer .footer-logo img {
            display: block;
            max-width: 100%;
        }

    .main-footer h2 {
        position: relative;
        font-size: 15px;
        font-weight: 600;
        color: #ffffff;
        text-transform: uppercase;
        padding: 0;
        margin-bottom: 20px;
    }

    .main-footer p {
        font-size: 15px;
        color: #888888;
        font-weight: normal;
    }

    .main-footer li {
        position: relative;
        font-size: 15px;
        color: #888888;
        font-weight: normal;
        margin-bottom: 5px;
    }

        .main-footer li a {
            color: #888888;
        }

    .main-footer .footer-bottom {
        position: relative;
        padding: 20px;
        margin: 0;
        background-color: #201d1b;
        float: left;
        width: 100%;
    }

        .main-footer .footer-bottom p {
            font-size: 14px;
            color: #888888;
            font-weight: normal;
            padding: 3px 0 0 0;
            margin: 0;
        }

            .main-footer .footer-bottom p a {
                color: #888888;
            }

                .main-footer .footer-bottom p a:hover {
                    text-decoration: underline;
                    color: #ffffff;
                }

.social {
    float: right;
}

    .social li {
        position: relative;
        display: inline-block;
        margin: 0 5px 0 0;
        background: #fff;
        padding: 0;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #000;
    }

        .social li a {
            position: relative;
            font-size: 16px;
            display: inline-block;
            color: #201d1b;
        }

            .social li a:hover {
                color: #d44727;
            }
/***

==================================================================
				sidebar
==================================================================

***/

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #d44727 url(../images/bg.jpg) center top repeat;
    color: #000;
    transition: all 0.3s;
}

    #sidebar.active {
        right: 0;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50%;
}

    #dismiss:hover {
        background: #444444;
        color: #fff;
    }

.overlay-side {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay-side.active {
        display: block;
        opacity: 1;
    }

#sidebar .sidebar-header {
    color: #572a15;
}

.wrapper .btn {
    padding: 0 !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.wrapper {
    z-index: 99999;
    position: relative;
}

    .wrapper .btn-default {
        color: #e54e2b;
        background: none;
        border: 0px solid #ccc;
        font-size: 25px;
        font-weight: lighter;
        margin: 10px 0 0 0;
    }

    .wrapper .btn-default {
        color: #e54e2b;
        background: none;
        border: 0px solid #ccc;
        box-shadow: none;
    }

        .wrapper .btn-default.focus, .wrapper .btn-default:focus {
            color: #e54e2b;
            background: none;
            border: 0px solid #ccc;
            box-shadow: none;
        }

        .wrapper .btn-default:hover {
            color: #e54e2b;
            background: none;
            border: 0px solid #ccc;
            box-shadow: none;
        }

        .wrapper .btn-default.active, .wrapper.btn-default:active, .wrapper .open > .dropdown-toggle.btn-default {
            color: #e54e2b;
            background: none;
            border: 0px solid #ccc;
            box-shadow: none;
        }

            .wrapper .btn-default.active.focus, .wrapper .btn-default.active:focus, .wrapper .btn-default.active:hover, .wrapper .btn-default:active.focus, .wrapper .btn-default:active:focus, .wrapper .btn-default:active:hover, .wrapper .open > .dropdown-toggle.btn-default.focus, .wrapper .open > .dropdown-toggle.btn-default:focus, .wrapper .open > .dropdown-toggle.btn-default:hover {
                color: #e54e2b;
                background: none;
                border: 0px solid #ccc;
                box-shadow: none;
            }

        .wrapper.btn-default.active, .wrapper .btn-default:active, .wrapper .open > .dropdown-toggle.btn-default {
            background-image: none;
            box-shadow: none;
        }

    .wrapper .container-fluid {
        padding: 0;
    }

.sidebar ul {
    padding: 0;
    margin: 0;
}

    .sidebar ul li {
        padding: 10px 20px;
        margin: 0 0 10px 0;
        text-align: left;
        color: #fff;
        border-radius: 0;
        border-top: 1px solid #e66a4d;
        font-size: 15px;
    }

        .sidebar ul li a {
            color: #fff;
        }

.sidebar h3 {
    color: #fff;
    margin: 70px 0 0 0;
    padding: 20px 0 20px 20px;
    font-size: 18px;
}
/* .mCSB_container { top: 0 !important; } */
.sidebar {
    float: right;
    display: inline-block
}
/*** 

====================================================================
				Gallery Section
====================================================================

***/

.gallery-section {
    position: relative;
    padding: 0;
}

    .gallery-section .float-text {
        position: absolute;
        top: 10%;
        font-size: 300px;
        line-height: 1em;
        font-weight: 700;
        color: #fafafa;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
    }

    .gallery-section .sec-title {
        margin-bottom: 0;
    }

.mixitup-gallery .filters {
    margin-bottom: 20px;
    text-align: center;
}

    .mixitup-gallery .filters .filter-tabs {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        padding: 0;
    }

    .mixitup-gallery .filters li {
        position: relative;
        float: left;
        border: 1px solid #ddd;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        font-weight: 600;
        color: #333;
        font-family: 'Montserrat', Arial, sans-serif;
        font-size: 15px;
        padding: 5px 20px;
        margin: 0 5px 0 0;
        border-radius: 30px;
    }

        .mixitup-gallery .filters li.active, .mixitup-gallery .filters li:hover {
            border-color: #d44727;
            color: #fff;
            background: #d44727;
        }

.gallery-item.mix {
    display: none;
}

.gallery-item {
    position: relative;
    padding: 0;
    float: left;
}

    .gallery-item .inner-box {
        position: relative;
        border-right: 0px solid #ffffff;
        border-bottom: 0px solid #ffffff;
        padding: 5px;
    }

    .gallery-item .image-box {
        position: relative;
    }

        .gallery-item .image-box img {
            display: block;
            width: 100%;
        }

        .gallery-item .image-box .title-img img {
            position: relative;
        }

        .gallery-item .image-box .title-box {
            position: absolute;
            left: 0;
            top: 0;
            padding: 50px 40px;
            padding-right: 30px;
            height: 100%;
            width: 100%;
        }

        .gallery-item .image-box .sec-title {
            margin-bottom: 25px;
        }

        .gallery-item .image-box .title-box p {
            position: relative;
            font-size: 14px;
            line-height: 24px;
            color: #888888;
        }

        .gallery-item .image-box .overlay-box {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            text-align: center;
        }

            .gallery-item .image-box .overlay-box .link {
                position: absolute;
                left: 50%;
                top: 50%;
                height: 75px;
                width: 75px;
                margin-top: -37.5px;
                margin-left: -37.5px;
                -webkit-transform: scale(0);
                -moz-transform: scale(0);
                -ms-transform: scale(0);
                -o-transform: scale(0);
                transform: scale(0);
            }

    .gallery-item:hover .image-box .overlay-box .link {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .gallery-item .image-box .overlay-box .link a {
        position: absolute;
        font-size: 28px;
        left: 50%;
        margin-left: -37.5px;
        height: 75px;
        width: 75px;
        line-height: 75px;
        text-align: center;
        color: #ffffff;
        background-color: rgba(0, 0, 0, .70);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
    }

    .gallery-item .image-box .overlay-box:before {
        position: absolute;
        content: "";
        left: 50%;
        top: 0;
        height: 100%;
        width: 0%;
        padding: 0;
        background: rgba(67, 29, 12, .87);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .gallery-item:hover .image-box .overlay-box:before {
        left: 0;
        width: 100%;
    }

.gallery-section .btn-box {
    position: relative;
    text-align: center;
    margin-top: 60px;
    display: block;
}

    .gallery-section .btn-box a {
        text-transform: uppercase;
    }

.gallery-section.style-two {
    padding: 50px 0;
}

.gallery-section.alternate .mixitup-gallery .filters {
    margin-bottom: 30px;
}

.gallery-section.alternate .float-text {
    left: auto;
    right: 0;
    color: #f5f5f5;
    top: 0;
}

.content-inner {
    float: left;
    width: 100%;
    padding: 0 0 80px 0;
}

.content-top.content-inner {
    padding: 0 !important;
}

.content-inner .page-header {
    padding: 0;
    margin: 0 0 30px 0;
}

    .content-inner .page-header h1 {
        padding: 0 0 20px 0;
        margin: 0 0 0 0;
        font-size: 30px;
    }

        .content-inner .page-header h1::after {
            background: #d44727;
            bottom: 0;
            content: "";
            height: 2px;
            left: 50%;
            margin-left: -25px;
            position: absolute;
            width: 50px;
        }

        .content-inner .page-header h1::before {
            background: #d44727;
            bottom: 5px;
            content: "";
            height: 2px;
            left: 50%;
            margin-left: -50px;
            position: absolute;
            width: 100px;
        }

.content {
    float: left;
    width: 100%;
}

.content-top {
    background-color: #f5f4f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    float: left;
    text-align: center;
    padding: 50px 0;
    width: 100%;
}

    .content-top h3 {
        color: #000;
        padding: 0;
        margin: 0 0 10px 0;
        font-size: 22px;
    }

.box1 {
    text-align: center;
    padding: 50px 0;
    margin: 0;
    float: left;
    width: 100%;
}

    .box1 h1 {
        padding: 0;
        margin: 30px 0 20px 0;
        color: #000;
        font-size: 30px;
    }

    .box1 p {
        padding: 0 0 50px 0;
    }

    .box1 small {
        padding: 30px 0 5px 0;
        display: block;
        color: #7b2e00;
        text-transform: uppercase;
        font-size: 17px;
    }

    .box1 img {
        width: 100%
    }

.box2 {
    padding: 60px 0;
    margin: 0;
    float: left;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    background: #f5f4f3;
}

    .box2 h1 {
        padding: 0;
        margin: 0 0 30px 0;
        font-size: 30px;
    }

    .box2 h3 {
        color: #000;
        font-size: 18px;
    }

    .box2 h4 {
        color: #7b2e00;
        font-weight: bold;
        font-size: 17px;
    }

    .box2 img {
        margin: 0 0 0 -30px;
        top: -170px;
        margin-bottom: -153px;
        width: 100% !important;
        position: relative !important;
    }

.rare-box {
    height: 200px;
    width: 100%;
    background: #d44727;
    position: relative;
}

.box2 .col-md-6:last-child {
    padding: 0 0 0 70px;
}

.box3 {
    padding: 60px 0;
    margin: 0;
    float: left;
    width: 100%;
    text-align: center;
}

    .box3 p {
        padding: 0 30px;
        margin: 0 0 30px 0;
    }

    .box3 h1 {
        padding: 0;
        margin: 0 0 30px 0;
    }

    .box3 h3 {
        color: #7b2e00;
        font-size: 18px;
        padding: 0;
        margin: 15px 0;
    }

        .box3 h3 a {
            color: #7b2e00;
        }

    .box3 .panel-title a:before {
        font-family: FontAwesome;
        padding-right: 15px;
        font-weight: 300;
        content: "\f062";
    }

.box3-sub {
    border-bottom: 1px solid #ddd;
    padding: 30px;
    margin: 0;
    border-right: 1px solid #ddd;
    height: 360px
}

    .box3-sub:last-child {
        border-right: 0px solid #ddd;
    }

    .box3-sub:nth-of-type(4) {
        border-right: 0px solid #ddd;
    }

    .box3-sub img {
        margin: 10px 0;
        background: #7b2e00;
        border-radius: 20px;
        padding: 15px;
    }

    .box3-sub p {
        padding: 0;
        margin: 0;
    }

.header-inner {
    position: relative;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center top;
}

    .header-inner::after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000', GradientType=0 ); /* IE6-9 */
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 10;
}

    .title .page-header {
        margin: 0;
        padding: 0;
    }

        .title .page-header h1 {
            text-align: left;
            color: #fff;
            padding: 0;
            margin: 0;
        }

            .title .page-header h1 span {
                display: block;
                font-size: 20px;
                line-height: 30px;
            }

.team-box {
    text-align: center;
}

    .team-box h2 {
        font-size: 22px;
        padding: 0;
        margin: 20px 0 5px 0;
    }

    .team-box h4 {
        font-size: 14px;
        color: #d44727;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }

    .team-box p {
        font-size: 15px;
        margin: 10px 0 0 0;
    }

.breadcrumb {
    padding: 15px 0;
    margin-bottom: 0;
    list-style: none;
    background: none;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
}

    .breadcrumb > .active {
        color: #fff;
    }

.panel {
    background: none;
}

.panel-default > .panel-heading {
    border-bottom: 1px solid #ddd;
    background: none;
}

.panel-heading {
    border-radius: 0px;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

    .panel-heading h3 {
        color: #000;
        padding: 10px 0;
        margin: 0;
    }

        .panel-heading h3 a {
            color: #7b2e00;
            padding: 0;
            margin: 0;
        }

.panel-body {
    padding: 15px 0;
}

    .panel-body p {
        padding: 0;
        margin: 0;
    }

.panel-default {
    border: 0px solid;
    box-shadow: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0px solid #ddd;
}

.panel-group .panel + .panel {
    margin-top: 0;
}
/*** 

====================================================================
				Contact us
====================================================================

 ***/

.contactus {
    position: relative;
}

    .contactus h3 {
        position: relative;
        font-size: 20px;
        line-height: 1.3em;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .contactus p {
        margin-bottom: 35px;
    }

    .contactus .info-column {
        position: relative;
    }

        .contactus .info-column strong {
            color: #d44727;
            font-weight: normal;
            font-size: 20px;
            display: block;
        }

        .contactus .info-column .fa {
            margin: 0 10px 0 0;
            color: #d44727;
            font-size: 20px;
        }

        .contactus .info-column .inner-column {
            position: relative;
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .contactus .info-column:before {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            height: 1000%;
            width: 1000%;
            margin-left: -45px;
            background-color: #f5f5f5;
            z-index: -1;
        }

    .contactus .form-column {
        position: relative;
        padding-bottom: 30px;
    }

        .contactus .form-column .inner-column {
            position: relative;
            padding-right: 150px;
            padding-top: 50px;
            padding-bottom: 50px;
        }

.contact-form {
    position: relative;
    padding-bottom: 30px;
}

    .contact-form .row {
        margin: 0 -11px;
    }

    .contact-form .form-group {
        position: relative;
        padding: 0 11px;
        margin-bottom: 20px;
    }

        .contact-form .form-group:last-child {
            margin-bottom: 0;
        }

        .contact-form .form-group input, .contact-form .form-group textarea, .contact-form .form-group select {
            position: relative;
            display: block;
            width: 100%;
            height: 40px;
            font-size: 15px;
            color: #555555;
            font-weight: 400;
            line-height: 25px;
            padding: 13px 10px;
            border: 1px solid #f2f2f2;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .contact-form .form-group input:focus, .contact-form .form-group select:focus, .contact-form .form-group textarea:focus {
                border-color: #d44727;
            }

        .contact-form .form-group textarea {
            height: 115px;
            resize: none;
        }

    .contact-form button {
        min-width: 180px;
        text-transform: uppercase;
        left: 1px;
        padding: 11px 25px;
        font-weight: 700;
    }

    .contact-form input.error, .contact-form select.error, .contact-form textarea.error {
        border-color: #ff0000 !important;
    }

    .contact-form label.error {
        display: block;
        line-height: 24px;
        padding: 5px 0px 0px;
        margin: 0px;
        text-transform: uppercase;
        font-size: 11px;
        color: #ff0000;
        font-weight: 600;
    }

.map {
    width: 100%;
    float: left;
    z-index: 1;
}

    .map img {
        width: 100%;
    }

.website-serv {
    margin: 50px auto;
    width: 100%;
    float: left;
}

.main-box {
    padding: 60px 0;
    margin: 0;
    float: left;
    width: 100%;
}

.main-box1 {
    padding: 60px 0;
    margin: 0;
    float: left;
    width: 100%;
    background: #f5f4f3;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.serv {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
    height: 380px;
    margin: 0 0 30px 0;
}

    .serv h2 {
        font-size: 18px;
        padding: 0;
        margin: 0 0 10px 0;
    }

        .serv h2 a {
            color: #000;
        }

    .serv img {
        margin: 20px 0;
        max-width: 200px;
    }

.content-sub {
    padding: 60px 0;
    margin: 0;
    float: left;
    width: 100%;
}

.testimonial {
    text-align: center;
}

    .testimonial .owl-carousel .owl-item img {
        width: 35%;
        text-align: center;
        margin: auto;
        border: 3px solid #fff;
    }

.testi-img {
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
}

.testi-box {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 30px 80px 30px;
}

.testimonial figure {
    background: none;
}

.testimonial p {
    margin: 20px 0;
}

.testimonial .item {
    padding: 30px;
}

.testimonial .owl-stage {
    margin: 0 0 70px 0;
}

.testimonial .testi-box:hover {
    -webkit-box-shadow: 0px 20px 30px -23px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 20px 30px -23px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 20px 30px -23px rgba(0, 0, 0, 0.59);
    background: rgba(67, 29, 12, 1);
    color: #fff !important;
}

    .testimonial .testi-box:hover h2 {
        color: #fff !important;
    }

.team .team-box {
    -webkit-transition: all .2s cubic-bezier(.02, .54, .58, 1);
    -moz-transition: all .2s cubic-bezier(.02, .54, .58, 1);
    transition: all .2s cubic-bezier(.02, .54, .58, 1);
    border-radius: 8px;
    padding: 35px;
}

    .team .team-box:hover {
        -webkit-box-shadow: 0px 20px 30px -23px rgba(0, 0, 0, 0.59);
        -moz-box-shadow: 0px 20px 30px -23px rgba(0, 0, 0, 0.59);
        box-shadow: 0px 20px 30px -23px rgba(0, 0, 0, 0.59);
        padding: 35px;
    }

    .team .team-box:hover {
        -webkit-transform: translate(0, -40px);
        -moz-transform: translate(0, -40px);
        transform: translate(0, -40px);
        background-color: #fff;
    }

.team .item {
    margin: 30px 0 0 0;
}

.news {
    float: left;
    width: 100%;
}

    .news ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .news ul li {
            list-style: none;
            margin: 0;
            padding: 15px 0;
            border-bottom: 1px solid #ddd;
            display: block;
            float: left;
            width: 100%;
        }

            .news ul li h2 {
                font-size: 20px;
                color: #000;
                margin: 0 0 15px;
            }

                .news ul li h2 a {
                    color: #000;
                }

            .news ul li small {
                margin: 15px 0 0 0;
                display: block;
                font-size: 15px;
                color: #d44727;
            }

.news-img {
    width: 20%;
    float: right;
}

    .news-img img {
        width: 100%;
        border: 1px solid #ddd;
        padding: 2px;
    }

.news-text {
}

.news ul li small::before {
    font-size: 15px;
    font-family: FontAwesome;
    line-height: 20px;
    content: "\f073";
    padding: 0 5px 0 0;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}


.newsletter {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    border-top: 3px solid #ddd;
}

    .newsletter h2 {
        font-size: 20px;
        color: #000;
        margin: 0 0 10px 0;
        border-bottom: 1px dashed #ccc;
        padding: 0 0 10px 0;
    }

        .newsletter h2 a {
            color: #000;
            text-decoration: none;
        }

    .newsletter small {
        margin: 15px 0 0 0;
        display: block;
        font-size: 15px;
        color: #d44727;
    }

        .newsletter small::before {
            font-size: 15px;
            font-family: FontAwesome;
            line-height: 20px;
            content: "\f073";
            padding: 0 5px 0 0;
        }

    .newsletter a {
        text-decoration: underline;
    }

.content-sub .newsletter img {
    float: left;
    margin: 0 10px 0 0;
}




#sitemap li.menurow {
    display: inline-block;
    width: 33%;
    float: left;
    font-size: 18px;
}

    #sitemap li.menurow a {
        color: #000;
        border-left: 2px solid #000;
        padding-left: 10px;
    }

#sitemap li li.menurow {
    color: #d44727;
    font-size: 14px;
    width: 100%;
    float: left;
}

    #sitemap li li.menurow a {
        color: #d44727;
        border-left: 0px solid #000 !important;
        padding-left: 0;
    }








.main-header {
    max-width: 1360px;
    margin: 0 auto;
}



@media (max-width: 575.98px) {
    .box3-sub {
        height: auto;
    }

    .client-logo {
        width: 50%;
        max-width: 50%;
        height: 180px;
        line-height: 180px;
    }

    .tp-leftarrow, .tp-rightarrow {
        top: 55% !important;
    }

    .tp-parallax-wrap {
        margin-top: 80px !important;
    }

    .main-slider .btns-box {
        margin-top: 200px !important;
    }

    .main-header .header-lower {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }

    #search input[type="search"] {
        width: 90%;
        font-size: 20px;
        margin: 0px 5%;
    }

    .content-inner .page-header h1, .page-header h1, h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .caret {
        display: none;
    }

    .contactus .form-column .inner-column {
        padding-right: 0;
    }

    .logo span {
        display: none;
    }

    .news-img {
        width: 100%;
    }

    .owl-nav button.owl-next {
        right: 10px;
    }

    .owl-nav button.owl-prev {
        left: 10px;
    }

    .testimonials .column {
        width: 100% !important;
        margin: 0 0 20px 0;
    }

    .box-news {
        margin: 0 0 20px 0;
    }

    .main-footer .footer-bottom {
        padding: 20px 0;
    }

    .social {
        float: left;
    }

    .subscribe-form {
        width: 100%;
    }

        subscribe-form .form-group input[type="submit"], .subscribe-form button {
            position: relative;
            margin: 0;
            width: 100%;
        }

        .subscribe-form .form-group {
            padding: 0;
        }

    .testimonials .owl-carousel .owl-item img {
        width: 100% !important;
    }

    .fact-counter .column {
        padding: 50px 10px;
        border-right: 0px solid #f57d45;
        border-bottom: 1px solid #f57d45;
    }

    .about .about-column {
        padding: 30px 20px;
    }

    .main-slider {
        height: 100%;
        overflow: initial;
        margin: 75px 0 0 0;
    }

    .main-header .header-lower {
        margin-top: 0;
    }

    .main-slider p.alternate {
        font-size: 15px;
        line-height: 23px;
    }

    .main-slider h1 {
        font-size: 18px;
    }

    .tp-leftarrow {
        left: 10px !important;
    }

    .tp-rightarrow {
        right: -80px !important;
        left: auto !important;
    }

    .tp-parallax-wrap {
        top: 50px !important;
    }

    .tp-loop-wrap p {
        margin: 100px 0 0 0;
    }

    .tp-loop-wrap .btns-box {
        margin: 360px 0 0 0;
    }

    .tp-loop-wrap .theme-btn {
        font-size: 12px !important;
    }

    .main-header .main-box .logo-box {
        padding: 5px 0 10px 0px;
    }

    .metis.tparrows::before {
        width: 30px;
        line-height: 7px;
        height: 30px;
        padding: 10px;
    }

    .tparrows::before {
        font-size: 14px;
    }

    .hover01 figure img {
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box3-sub {
        border-bottom: 1px solid #ddd;
        padding: 30px;
        margin: 0;
        border-right: 1px solid #ddd;
        height: auto;
    }

    .client-logo {
        width: 25%;
        max-width: 25%;
        height: 180px;
        line-height: 180px;
    }

    .tp-leftarrow, .tp-rightarrow {
        top: 45% !important;
    }

    .tp-parallax-wrap {
        margin-top: 30px !important;
    }

    .main-slider .btns-box {
        margin-top: 200px !important;
    }

    .main-header .header-lower {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
    }

    #search input[type="search"] {
        width: 90%;
        font-size: 20px;
        margin: 0px 5%;
    }

    .toplinks .lang {
        padding-right: 0;
    }

    .content-inner .page-header h1, .page-header h1, h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 21px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    .caret {
        display: none;
    }

    .contactus .form-column .inner-column {
        padding-right: 0;
    }

    .logo span {
        display: none;
    }

    .news-img {
        width: 100%;
    }

    .owl-nav button.owl-next {
        right: 10px;
    }

    .owl-nav button.owl-prev {
        left: 10px;
    }

    .testimonials .column {
        width: 100% !important;
        margin: 0 0 20px 0;
    }

    .box-news {
        margin: 0 0 20px 0;
    }

    .main-footer .footer-bottom {
        padding: 20px 0;
    }

    .social {
        float: left;
    }

    .subscribe-form {
        width: 100%;
    }

        subscribe-form .form-group input[type="submit"], .subscribe-form button {
            position: relative;
            margin: 0;
            width: 100%;
        }

        .subscribe-form .form-group {
            padding: 0;
        }

    .testimonials .owl-carousel .owl-item img {
        width: 100% !important;
    }

    .fact-counter .column {
        padding: 50px 10px;
        border-right: 0px solid #f57d45;
        border-bottom: 1px solid #f57d45;
    }

    .about .about-column {
        padding: 30px 20px;
    }

    .main-slider {
        height: 100%;
        overflow: initial;
        margin: 75px 0 0 0;
    }

    .main-header .header-lower {
        margin-top: 0;
    }

    .main-slider p.alternate {
        font-size: 17px;
        line-height: 23px;
    }

    .main-slider h1 {
        font-size: 25px;
    }

    .tp-leftarrow {
        left: 10px !important;
    }

    .tp-rightarrow {
        right: -80px !important;
        left: auto !important;
    }

    .tp-parallax-wrap {
        top: 100px !important;
    }

    .tp-loop-wrap p {
        margin: 100px 0 0 0;
    }

    .tp-loop-wrap .btns-box {
        margin: 250px 0 0 0;
    }

    .tp-loop-wrap .theme-btn {
        font-size: 12px !important;
    }

    .main-header .main-box .logo-box {
        padding: 0 0 10px 0px;
    }

    .metis.tparrows::before {
        width: 30px;
        line-height: 7px;
        height: 30px;
        padding: 10px;
    }

    .tparrows::before {
        font-size: 14px;
    }

    .hover01 figure img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .box3-sub {
        height: 450px;
    }

    .client-logo {
        width: 20%;
        max-width: 20%;
        height: 180px;
        line-height: 180px;
    }

    .tp-leftarrow, .tp-rightarrow {
        top: 55% !important;
    }

    .tp-parallax-wrap {
        margin-top: 0 !important;
    }

    .main-slider .btns-box {
        margin-top: 200px !important;
    }

    .content-inner .page-header h1, .page-header h1, h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 27px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 18px;
    }

    .main-header .nav-outer {
    }

    .search-box-outer {
        margin-left: 15px;
    }

    .main-menu .navigation > li {
        margin-left: 15px;
    }

    .main-slider h1 {
        font-size: 30px;
    }

    .main-header .sticky-header .main-menu .navigation > li > a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .owl-nav button.owl-prev {
        left: 5px;
    }

    .owl-nav button.owl-next {
        right: 5px;
    }

    .about .about-column {
        padding: 30px 30px;
    }

    .main-menu .navigation > li {
        margin-left: 15px;
        padding: 15px 0px;
    }

    .main-header .header-lower {
        margin-top: 0;
    }

    .search-box-outer {
        float: left;
    }

    .main-slider {
        margin: 120px 0 0 0;
    }

    .tp-parallax-wrap {
        top: 170px !important;
    }

    .tp-loop-wrap h1 {
        font-size: 25px !important;
    }

    .tp-loop-wrap p {
        margin: 100px 0 0 0;
        font-size: 17px !important;
    }

    .tp-loop-wrap .btns-box {
        margin: 250px 0 0 0;
    }

    .tp-loop-wrap .theme-btn {
        font-size: 12px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .box3-sub {
        height: 450px;
    }

    .main-header .nav-outer {
    }

    .main-slider h1 {
        font-size: 30px;
    }

    .main-header .sticky-header .main-menu .navigation > li > a {
        padding: 20px 12px 21px 12px;
        font-size: 14px;
    }

    .search-box-outer {
        margin-left: 15px;
    }

    .main-menu .navigation > li > a {
        font-size: 15px;
    }

    .main-menu .navigation > li {
        margin-left: 15px;
    }

    .about .about-column {
        padding: 20px 20px 0;
    }

        .about .about-column .btn-style-one {
            margin: 0px 0 0 0;
        }

        .about .about-column p {
            margin: 0 0 10px 0;
            font-size: 16px;
        }

        .about .about-column h3 {
            margin: 0 0 0px 0;
            font-size: 18px;
        }

        .about .about-column .page-header {
            margin: 0 0 20px 0;
        }

    .owl-nav button.owl-prev {
        left: 5px;
    }

    .owl-nav button.owl-next {
        right: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .main-header .nav-outer {
    }
}

.dropdown-menu > li > a {
    white-space: normal;
}

#search {
    position: fixed;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        width: 60%;
        border: 1px solid #ccc;
        color: #000;
        background: #fff;
        font-size: 40px;
        line-height: 40px;
        font-weight: 300;
        text-align: center;
        margin: 0px 20%;
        margin-top: -51px;
        padding: 10px 0;
        outline: none;
        border-radius: 50px;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -70px;
        padding: 15px 50px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #201d1b;
        border-color: #201d1b;
        opacity: 1;
        padding: 10px 17px;
        font-size: 20px;
    }

.main-menu .fa-search {
    font-size: 23px !important;
    color: #fff;
}

.contact-form .form-group input, .contact-form .form-group textarea, .contact-form .form-group select {
    padding: 5px 10px;
}

.content-inner {
    padding: 0;
}

.loading {
    float: none !important;
    margin: auto !important;
}

.content-sub .client-logo img {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}

.content-tabs ul.nav-tabs {
    border-bottom: 1px solid #ccc !important;
    padding: 0;
    margin: 0;
}

.allclient {
    min-height: 400px;
}

.modal {
    top: 100px;
}

.box-news figure {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: 3px solid #eee;
}

.content-sub ul {
    padding: 0 0;
    margin: 0 0 10px 10px;
}

    .content-sub ul li {
        list-style: disc;
        padding: 4px 0;
        margin: 0;
    }

.content-sub ol {
    padding: 0 0;
    margin: 0 0 10px 10px;
}

    .content-sub ol li {
        list-style: decimal;
        padding: 4px 0;
        margin: 0;
    }

.tp-mask-wrap {
    overflow: inherit !important
}

.fa-arrow-up {
    margin-top: 13px !important;
}


.fa-search {
    margin-top: 7px !important;
}

.content-sub {
    min-height: 400px !important;
}

#st-1 {
    clear: both;
    display: block;
    float: right;
    width: 100%;
    margin: 20px 0 50px 0;
}

    #st-1 .st-btn > img {
        width: auto !important;
    }

.slides {
    width: 70%;
    margin: 0 0;
    border: 4px solid #ccc;
}

    .slides ul {
        list-style: inside none disc;
        margin: 0;
        padding: 0;
    }

.pgwSlideshow {
    width: 100%;
    background: #333;
    display: none
}

    .pgwSlideshow a {
        color: #fff
    }

    .pgwSlideshow .ps-current {
        text-align: center;
        position: relative;
        min-height: 150px;
        overflow: hidden
    }

        .pgwSlideshow .ps-current > ul > li {
            text-align: center;
            width: 100%;
            z-index: 1;
            opacity: 0;
            display: block
        }

            .pgwSlideshow .ps-current > ul > li img {
                display: block;
                max-width: 100%;
                margin: auto
            }

    .pgwSlideshow .ps-caption {
        background: rgba(0,0,0,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
        text-align: left;
        font-size: 16px;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        display: none
    }

        .pgwSlideshow .ps-caption span {
            padding: 7px;
            display: inline-block
        }

    .pgwSlideshow .ps-list {
        border-top: 1px solid #555;
        box-shadow: 0 10px 10px -5px #333 inset;
        background: #555;
        overflow: hidden;
        position: relative
    }

        .pgwSlideshow .ps-list ul {
            position: relative;
            list-style: none;
            margin: 0;
            padding: 0;
            left: 0
        }

        .pgwSlideshow .ps-list li {
            float: left
        }

            .pgwSlideshow .ps-list li .ps-item {
                display: block;
                margin: 15px 8px;
                opacity: .6;
                filter: alpha(opacity=60)
            }

            .pgwSlideshow .ps-list li img {
                display: block;
                border: 1px solid #777;
                width: 80px;
                height: 80px
            }

            .pgwSlideshow .ps-list li .ps-item.ps-selected {
                float: left;
                opacity: 1;
                border: 4px solid #fff;
                overflow: hidden
            }

                .pgwSlideshow .ps-list li .ps-item.ps-selected img {
                    margin: -4px
                }

    .pgwSlideshow .ps-prevIcon {
        border-color: transparent #fff transparent;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        display: block
    }

    .pgwSlideshow .ps-nextIcon {
        border-color: transparent #fff transparent;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        display: block
    }

    .pgwSlideshow .ps-current .ps-prev {
        background: rgba(0,0,0,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
        border: 1px solid #777;
        border-left: 0;
        border-radius: 0 4px 4px 0;
        position: absolute;
        padding: 20px 20px 20px 15px;
        left: 0;
        top: 45%;
        cursor: pointer
    }

    .pgwSlideshow .ps-current .ps-next {
        background: rgba(0,0,0,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000',endColorstr='#99000000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
        border: 1px solid #777;
        border-right: 0;
        border-radius: 4px 0 0 4px;
        position: absolute;
        padding: 20px 15px 20px 20px;
        right: 0;
        top: 45%;
        cursor: pointer
    }

    .pgwSlideshow .ps-list .ps-prev {
        background: rgba(0,0,0,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
        border: 1px solid #777;
        border-left: 0;
        border-radius: 0 4px 4px 0;
        padding: 20px 15px 20px 12px;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 25px;
        z-index: 1000;
        display: none
    }

    .pgwSlideshow .ps-list .ps-next {
        background: rgba(0,0,0,0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000',endColorstr='#bb000000');
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#bb000000', endColorstr='#bb000000')";
        border: 1px solid #777;
        border-right: 0;
        border-radius: 4px 0 0 4px;
        padding: 20px 12px 20px 15px;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 25px;
        z-index: 1000;
        display: none
    }

    .pgwSlideshow.narrow .ps-list li img {
        width: 60px;
        height: 60px
    }

    .pgwSlideshow.narrow .ps-current .ps-prev {
        padding: 15px 15px 15px 12px;
        top: 40%
    }

    .pgwSlideshow.narrow .ps-current .ps-next {
        padding: 15px 12px 15px 15px;
        top: 40%
    }

    .pgwSlideshow.narrow .ps-list .ps-prev {
        padding: 15px 12px 15px 10px;
        top: 20px
    }

    .pgwSlideshow.narrow .ps-list .ps-next {
        padding: 15px 10px 15px 12px;
        top: 20px
    }

    .pgwSlideshow.narrow .ps-caption {
        font-size: .8rem;
        padding: 8px
    }

.inner-ul {
    padding-left: 60px !important;
}

.metroSub ul, .metroSub ol {
    padding: 0;
}

.metroSub li {
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    list-style: none;
    position: relative;
}

    .metroSub li:before {
        content: "\00B7 ";
        position: absolute;
        left: 0px;
        font-weight: bold;
    }

.metroSub h1, .metroSub h2, .metroSub h3 {
    font-size: 24px;
}

.archive ul {
    padding: 0;
    list-style: none;
}

    .archive ul li {
        margin-bottom: 40px;
        padding: 0;
        padding-bottom: 20px;
        background: none;
    }

.newsImg {
    padding: 3px;
    border: 1px solid #ccc;
}

.archive ul li p {
    margin-right: 100px;
}

@media (min-width:400px) {
    .newsImg {
        float: right;
    }

    .pub-sub img {
        float: left;
        margin: 5px 20px 20px 0;
    }
}


.gridItem {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ccc;
}

    .gridItem li {
        padding: 5px 0;
        border-top: 1px solid #ccc;
    }

.btnPaging {
    background-color: #f6f4f4;
    display: inline-block;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #e9e7e7;
    background: #ab3217;
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #c0c0c0;
}


.tableOffices select {
    border: solid 1px #5b493c;
    padding: 5px;
    margin-left: 20px;
}


.btnPaging {
    border: solid 0px #e9e7e7;
    color: #ffffff;
    padding: 10px 20px;
}



.officeImg {
    border: 1px solid #ccc;
    float: right;
}

    .officeImg a {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        display: block;
        background: #ecf4ff;
    }

.btnPaging:hover {
    color: black !important
}

.btnPaging:active {
    color: black !important;
}

.btnPaging:visited {
    color: black !important;
}

.btnPaging:focus {
    color: black !important;
}


.container {
    margin-top: 20px;
}

/* Carousel Styles */
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

    .carousel-control.left,
    .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
    }

        .carousel-control.left span {
            padding: 15px;
        }

        .carousel-control.right span {
            padding: 15px;
        }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        left: 0;
    }



    .carousel-control.left span:hover,
    .carousel-control.right span:hover {
        opacity: .7;
        filter: alpha(opacity=70);
    }

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

    .header-text h2 {
        font-size: 40px;
    }

        .header-text h2 span {
            background-color: #2980b9;
            padding: 10px;
        }

/*.header-text h3 span {
	background-color: #000;
	padding: 15px;
}*/

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

    .btn-theme:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }



.main-header {
    max-width: 100%;
}

    .main-header .clearfix {
        max-width: 1360px;
        margin: 0 auto;
    }

.header-text h2, .header-text h3 {
    color: #fff;
}

.header-text {
    left: 0;
    right: 0;
    max-width: 1000px;
    margin: 0 auto;
}





.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 23px;
    width: 60px;
    height: 60px;
}

.carousel-indicators .active {
    background-color: #f25c0f;
}

@media (max-width: 576px) {
    .header-text h2 {
        font-size: 22px;
    }

    .header-text h3 {
        font-size: 14px;
        font-weight: normal;
    }

    .carousel-indicators .active {
        visibility: hidden !important;
    }

    .carousel-indicators {
        visibility: hidden !important;
    }
}

.carousel-control .glyphicon-chevron-right {
    margin-right: 0;
}

@media (min-width:1150px) {
    .services .item img {
        width: 100%;
    }
}

body {
    font-size: 24px;
    font-family: 'Markazi Text', serif;
    color: #4c4c4c;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
}

.main-menu {
    font-family: 'Markazi Text', serif;
}

    .main-menu .navigation > li {
        float: right;
    }

        .main-menu .navigation > li > a {
            font-size: 20px;
        }

        .main-menu .navigation > li > ul {
            left: auto;
            right: 0;
        }

.main-header .nav-outer {
    float: left;
}

.about .page-header, .title .page-header h1, .title {
    text-align: right;
}

.logo span {
    text-align: right;
}

.more:after {
    display: none;
}

.subscribe-form .form-group input[type="submit"], .subscribe-form button {
    left: 0;
    right: auto;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Markazi Text', serif;
}

.page-header h1, .header-text h2 {
    font-size: 60px;
}


.about .about-column p, .services .services-block h3 span, .services-block .caption-box p, .services-block .caption-box ol li {
    font-size: 27px;
}

.services-block .caption-box p, .services-block .caption-box ol li {
    line-height: 32px;
}

.box-news h2 {
    font-size: 27px;
}

.main-footer .footer-bottom p {
    font-size: 20px;
}

.toplinks .lang, .main-menu .navigation > li > ul > li > a, .breadcrumb {
    font-size: 20px;
}

.subscribe-form .form-group {
    padding-right: 0;
    padding-left: 185px;
}

.btn-style-three {
    font-size: 28px;
}


.subscribe-form .form-control {
    border: 0 !important;
    font-size: 22px;
}

.btn-style-two {
    font-size: 20px;
}

.dateNews img {
    margin-left: 30px;
}

.metroSub h1, .metroSub h2, .metroSub h3, .btnPaging {
    font-size: 30px;
}

.h4, h4 {
    font-size: 26px;
}

.content-sub ul {
    margin-right: 35px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-left: 0 !important;
}


.about .about-column .btn-style-one {
    font-size: 20px;
}

.btnPaging {
    padding: 3px 15px;
}

.pager span span {
    display: inline-block;
    padding: 3px 15px;
}

.officeImg {
    float: left;
}

    .officeImg a {
        font-size: 18px;
        line-height: 20px;
    }

.tableOffices select, .form-control {
    font-size: 20px;
}

.box-news span {
    unicode-bidi: bidi-override;
}


.newsImg {
    float: left !important;
}

/*.subscribe-form .form-group input, .subscribe-form .form-group select, .subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    height: 53px;
    font-size: 14px;
    color: #2c2b2e;
    font-weight: 400;
    padding: 10px 20px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: none;
}

.subscribe-form {
    width: 100%;
}

    subscribe-form .form-group input[type="submit"], .subscribe-form button {
        position: relative;
        margin: 0;
        width: 100%;
    }

    .subscribe-form .form-group {
        padding: 0;
    }*/




@media (max-width: 575.98px) {

    .subscribe-form {
        width: 100%;
    }

        subscribe-form .form-group input[type="submit"], .subscribe-form button {
            position: relative;
            margin: 0;
            width: 100%;
        }

        .subscribe-form .form-group {
            padding: 0;
        }

    .morelnk{
        margin:0 0 0 0 !important;
    }
    .page-header h1, .header-text h2 {
        font-size: 30px;
    }
     
}


.carousel-indicators {
    display: none !important;
}