@import url('font-awesome.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');




/*** 

====================================================================
	Reset
====================================================================

 ***/

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

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #000;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    font-family: Lato, sans-serif;
}

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

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: 900 !important;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: Lato, sans-serif;
}

textarea {
    overflow: hidden;
}

p, .text {
    font-weight: normal;
    margin: 0 0 20px 0;
}

::-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;
}

.theme-btn {
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}
/*Btn Style One*/

.btn-style-one {
    position: relative;
    text-align: center;
    padding: 10px 20px;
    line-height: 20px;
    background: #2e2e2e;
    color: #fff;
    border: 2px solid #2e2e2e;
    border-radius: 0px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: .5px;
    text-transform: uppercase;
}

    .btn-style-one:hover, .btn-style-one:focus {
        background: #000;
        color: #ffffff;
        border-color: #000;
    }
/*Btn Style Two*/

.btn-style-two {
    position: relative;
    padding: 13px 25px !important;
    line-height: 25px;
    text-transform: capitalize;
    background: #b1000d;
    color: #ffffff !important;
    border: 1px solid #b1000d !important;
    font-size: 14px;
    font-weight: 700;
    width: auto !important;
}

    .btn-style-two:hover, .btn-style-two:focus {
        background: none;
        color: #b1000d !important;
    }
/*Btn Style Three*/

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

    .btn-style-three:hover {
        background: #b1000d;
        color: #ffffff;
        border-color: #b1000d;
    }
/*Btn Style Four*/

.btn-style-four {
    position: relative;
    padding: 15px 40px;
    line-height: 30px;
    text-transform: uppercase;
    background: #232428;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    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: #b1000d;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

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

====================================================================
	Scroll To Top style
====================================================================

***/

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

    .scroll-to-top:hover {
        background: #b1000d;
    }
/*** 

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

***/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1002;
    width: 100%;
}

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

        .main-header .header-top .top-left {
            position: relative;
            float: left;
            padding: 15px 0px;
        }
/*Social Icon One*/
.social-icon-one {
    position: relative;
    float: right;
    margin: 35px 0 0 0;
}

    .social-icon-one li {
        position: relative;
        display: inline-block;
    }

        .social-icon-one li a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            background: #000;
            border-radius: 100%;
            color: #fff;
            height: 34px;
            text-align: center;
            transition: all 0.5s ease 0s;
            width: 34px;
            line-height: 34px;
        }

            .social-icon-one li a:hover {
                color: #fff;
                background: #b1000d;
            }

.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: #000000;
        padding: 15px 0px;
        font-weight: normal;
    }

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

        .main-header .header-top .top-right ul li a {
            color: #000000;
            font-weight: normal;
            -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: #b1000d;
        }

.main-header .header-lower {
    position: absolute;
    background: rgba(255,255,255,.8);
    left: 0;
    top: 100%;
    margin-top: 0;
    width: 100%;
}

.main-header .main-box {
    position: relative;
    padding: 0 0;
    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 {
        position: relative;
        float: left;
        left: 0px;
        z-index: 10;
        padding: 7px 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;
        }

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

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

.main-menu {
    position: relative;
    float: left;
}

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

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

        .main-menu .navigation > li {
            position: relative;
            float: left;
            margin-left: 0;
            padding: 40px 15px;
            border-right: 1px solid #929292;
            -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: #000;
                text-align: center;
                line-height: 25px;
                letter-spacing: 0px;
                opacity: 1;
                font-weight: 700;
                font-size: 15px;
                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;
            }

            .main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a {
                color: #b1000d;
                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 #b1000d;
                -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: 24px;
                        font-weight: normal;
                        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: #b1000d;
                    }

                    .main-menu .navigation > li > ul > li.dropdown > a:after {
                        font-family: 'Fontawesome';
                        content: "\f104";
                        position: absolute;
                        right: 10px;
                        top: 12px;
                        width: 10px;
                        height: 20px;
                        display: block;
                        color: #292929;
                        font-weight: 700;
                        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 #b1000d;
                        -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: normal;
                                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: #b1000d;
                            }

                            .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: 0px solid #ffffff;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

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

.main-header .search-box-btn {
    position: relative;
    display: block;
    width: 100%;
    border-left: 1px solid #727172;
    font-size: 14px;
    line-height: 17px;
    color: #d9d9d9;
    padding: 0px;
    margin: 0px;
    padding-left: 24px;
    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;
}

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

.main-header .dropdown-menu {
    top: 65px;
    right: 0;
    border-top: 3px solid #b1000d;
    padding: 0px;
    width: 280px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.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: #b1000d;
    }

.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: #b1000d;
    }
/*================================================
			Sticky Header
==================================================*/
.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: rgba(47,46,50,.80);
    z-index: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -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: 5px 0px;
    }

.fixed-header .sticky-header .social-icon-one {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
}

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

.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: #000;
        padding: 20px 15px;
        line-height: 30px;
        font-size: 15px;
        font-weight: 700;
        min-height: 0px;
        background: none;
        border: 0px;
        margin-right: 0px;
        text-transform: capitalize;
        -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: #b1000d;
        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 Slider style
====================================================================

***/

.main-slider {
    position: relative;
    z-index: 10;
}

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

    .main-slider h1 {
        font-size: 70px;
        line-height: 1.7em;
        color: #ffffff;
        font-weight: 700;
        margin: 0;
        padding: 0;
        letter-spacing: 1px;
    }

    .main-slider h2 {
        font-size: 60px;
        line-height: 70px;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .main-slider h4 {
        font-size: 18px;
        color: #ffffff;
        font-weight: normal;
        line-height: 1.2em;
        text-transform: uppercase;
    }

    .main-slider p {
        position: relative;
        font-size: 43px;
        color: #fff;
        font-weight: 700;
        line-height: 55px;
    }

        .main-slider p.alternate {
            color: #ffffff;
            font-weight: 700;
        }

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

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

====================================================================
				Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 10px;
    clear: both;
    display: block;
}

    .sec-title > span {
        position: relative;
        font-size: 18px;
        color: #000000;
        font-weight: normal;
        line-height: 1.2em;
        display: block;
        margin-bottom: 10px;
    }

    .sec-title > h2 {
        position: relative;
        font-size: 28px;
        color: #b1000d;
        font-weight: 700;
        line-height: 1.4em;
        text-transform: uppercase;
    }

    .sec-title > h3 {
        position: relative;
        font-size: 35px;
        color: #000;
        font-weight: 700;
        line-height: 1.4em;
        text-transform: uppercase;
    }

    .sec-title:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 85px;
        content: "";
        background: none;
    }

    .sec-title.centered:after {
        left: 50%;
        margin-left: -42.5px;
    }

    .sec-title.light > span, .sec-title.light h2 {
        color: #ffffff;
    }
/*** 

====================================================================
					Page Title
====================================================================

***/
.inner-search .btn {
    width: 100%;
}



.inner-search .sub-search {
    top: -97px;
}

.page-title {
    position: relative;
    padding: 245px 0px 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

    .page-title .float-text {
        font-size: 400px;
        line-height: 1em;
        left: -210px;
        bottom: 50px;
        margin: 0;
        color: rgba(136,136,136,.1);
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-family: "Lato", sans-serif;
    }

    .page-title h1 {
        position: relative;
        font-size: 50px;
        line-height: 1.2em;
        font-weight: 700;
        color: #ffffff;
        padding-bottom: 10px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.main-bread {
    background: #eee;
    padding: 10px 0;
    font-size: 13px;
}

    .main-bread .bread-crumb li {
        position: relative;
        font-size: 13px;
        line-height: 24px;
        color: #000;
        font-weight: normal;
        margin-right: 7px;
        padding-right: 7px;
        cursor: default;
        display: inline-block;
    }

        .main-bread .bread-crumb li a {
            color: #b1000d;
            line-height: 24px;
            display: inline-block;
            -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-bread .bread-crumb li a:hover {
                color: #b1000d;
            }

        .main-bread .bread-crumb li:after {
            position: absolute;
            content: '/';
            right: -5px;
            top: 0px;
            color: #ccc;
        }

        .main-bread .bread-crumb li:last-child::after {
            display: none;
        }

        .main-bread .bread-crumb li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }
/*** 

====================================================================
			About Section	
====================================================================

***/

.about-us {
    position: relative;
    background-color: #ffffff;
    padding: 130px 0 90px;
}

.float-text {
    position: absolute;
    left: -170px;
    bottom: 28%;
    font-size: 300px;
    line-height: 1em;
    font-weight: 700;
    color: #fafafa;
    font-family: "Montserrat", sans-serif;
}

.about-us .image-column {
    position: relative;
    margin-bottom: 40px;
}

.about-us .content-column .inner-column {
    position: relative;
}

.about-us .content-column .text {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 30px;
}

.about-block {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .about-block .inner-box {
        position: relative;
    }

    .about-block .graph-outer {
        position: relative;
        height: 120px;
        width: 120px;
        text-align: center;
        margin-bottom: 20px;
    }

        .about-block .graph-outer .count-box {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }

            .about-block .graph-outer .count-box .txt {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                text-align: center;
                line-height: 120px;
                font-size: 36px;
                color: #000000;
                font-weight: 700;
            }

    .about-block h3 {
        position: relative;
        font-size: 18px;
        line-height: 1.2em;
        color: #000000;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .about-block p {
        font-size: 14px;
        line-height: 24px;
        color: #000000
    }

.about-us .image-column .image-box {
    position: relative;
    float: right;
    max-width: 518px;
    margin-top: 25px;
    border: 9px solid #f4f4f4;
}

    .about-us .image-column .image-box img {
        position: relative;
        display: block;
        max-width: 100%;
    }

    .about-us .image-column .image-box:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        z-index: 1;
        background-color: rgba(0,0,0,.55);
    }

    .about-us .image-column .image-box .overlay-box {
        position: absolute;
        left: 0;
        bottom: 0;
        margin: 0px 35px 45px;
        z-index: 1;
    }

        .about-us .image-column .image-box .overlay-box .text {
            position: relative;
            border-bottom: 1px solid #e6b97e;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

            .about-us .image-column .image-box .overlay-box .text p {
                color: #ffffff;
            }

        .about-us .image-column .image-box .overlay-box .sign-img {
            position: relative;
        }
/*** 

====================================================================
			About Style Two	
====================================================================

***/

.about-style-two {
    position: relative;
    background-color: #ffffff;
    padding: 130px 0 90px;
}

    .about-style-two.alternate {
        padding-bottom: 55px;
    }

    .about-style-two .float-text {
        position: absolute;
        top: 0px;
        left: auto;
        right: -90px;
        font-size: 300px;
        line-height: 1em;
        font-weight: 700;
        color: #fafafa;
        font-family: "Montserrat", sans-serif;
    }

    .about-style-two .column, .about-style-two .content-column {
        position: relative;
        margin-bottom: 40px;
    }

        .about-style-two .content-column .inner-column {
            position: relative;
            padding-right: 60px;
        }

        .about-style-two .content-column .sec-title {
            margin-bottom: 35px;
        }

        .about-style-two .content-column h3 {
            position: relative;
            font-size: 18px;
            line-height: 28px;
            color: #000000;
            font-weight: normal;
            margin-bottom: 20px;
            font-family: "Lato", sans-serif;
        }

        .about-style-two .content-column .text {
            position: relative;
            font-size: 14px;
            line-height: 24px;
            color: #000000;
            margin-bottom: 35px;
        }

    .about-style-two .image-box {
        position: relative;
        width: 100%;
        border: 10px solid #f7f7f7;
    }

        .about-style-two .image-box > img {
            position: relative;
            width: 100%;
            display: block;
        }

        .about-style-two .image-box:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            content: "";
            z-index: 1;
            background-color: rgba(0,0,0,.55);
        }

        .about-style-two .image-box .overlay-box {
            position: absolute;
            left: 0;
            bottom: 0;
            margin: 0px 35px 30px;
            z-index: 1;
        }

            .about-style-two .image-box .overlay-box .text {
                position: relative;
                border-bottom: 1px solid #e6b97e;
                padding-bottom: 20px;
                margin-bottom: 20px;
            }

                .about-style-two .image-box .overlay-box .text p {
                    font-size: 18px;
                    line-height: 30px;
                    color: #efefef;
                    font-style: italic;
                    font-weight: 300;
                }

            .about-style-two .image-box .overlay-box .sign-img {
                position: relative;
            }
    /*=== About Style Two ===*/

    .about-style-two .counter-column {
        position: relative;
    }

        .about-style-two .counter-column .inner-column {
            padding-top: 135px;
            margin-left: -15px;
            margin-right: -15px;
        }

.about-block-two {
    position: relative;
    margin-bottom: 30px;
}

    .about-block-two .inner-box {
        position: relative;
        background-color: #fcfcfc;
        padding: 40px 35px 30px;
        border: 1px solid #f5f5f5;
    }

    .about-block-two .graph-outer {
        position: relative;
        height: 65px;
        width: 65px;
        text-align: center;
        margin-bottom: 35px;
    }

        .about-block-two .graph-outer .count-box {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }

            .about-block-two .graph-outer .count-box .txt {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                text-align: center;
                line-height: 65px;
                font-size: 20px;
                color: #000000;
                font-weight: 700;
            }

    .about-block-two h3 {
        position: relative;
        font-size: 18px;
        line-height: 1.2em;
        color: #000000;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .about-block-two p {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
    }
/*** 

====================================================================
			Accordion Section	
====================================================================

***/

.accordin-section {
    position: relative;
    padding: 30px 0;
}

    .accordin-section.no-pd-top {
        padding-top: 0;
    }

.accordion-box {
    position: relative;
    background-color: #eee;
    padding: 30px;
    margin-bottom: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    .accordion-box .block {
        position: relative;
    }

        .accordion-box .block .acc-btn {
            position: relative;
            font-size: 20px;
            line-height: 30px;
            font-weight: normal;
            color: #b1000d;
            cursor: pointer;
            margin-bottom: 0px;
            text-transform: capitalize;
            padding: 20px 40px 20px 10px;
            overflow: hidden;
            background: #fbfbfb;
            z-index: 1;
            border-bottom: 1px solid #e8e8e8;
        }

            .accordion-box .block .acc-btn.active {
                border-bottom: 0;
            }

        .accordion-box .block .acc-content {
            position: relative;
            display: none;
        }

        .accordion-box .block .acc-content {
            padding: 20px 10px;
        }

            .accordion-box .block .acc-content.current {
                display: block;
            }

        .accordion-box .block .content {
            position: relative;
            font-size: 14px;
            color: #000;
            padding: 0;
            min-height: 115px;
            border-bottom: 0px solid #e8e8e8;
        }

            .accordion-box .block .content p {
                position: relative;
                line-height: 24px;
                color: #000000;
            }

        .accordion-box .block .acc-btn .icon-outer {
            position: absolute;
            top: 0;
            right: 0;
            height: 70px;
            width: 40px;
            line-height: 70px;
            font-size: 20px;
            color: #b1000d;
            font-weight: normal;
            text-align: center;
        }

        .accordion-box .block .acc-btn.active .icon-outer .icon {
            color: #b1000d;
        }

            .accordion-box .block .acc-btn.active .icon-outer .icon:before {
                content: "\f107";
            }
/*** 

====================================================================
			Feature Section	
====================================================================

***/

.features-section {
    position: relative;
    background-color: #dddddd;
    padding: 150px 0 100px;
    counter-reset: count;
}

    .features-section .row {
        margin: 0 -13px;
    }

    .features-section .feature-block {
        padding: 0 13px;
    }

.feature-block {
    position: relative;
    margin-bottom: 50px;
}

    .feature-block .inner-box {
        position: relative;
        padding: 45px 45px 40px;
        background-color: #ffffff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

        .feature-block .inner-box:before {
            position: absolute;
            right: 40px;
            top: 50px;
            font-weight: 700;
            font-size: 88px;
            line-height: 1em;
            color: #f7f7f7;
            font-family: "Montserrat", sans-serif;
            counter-increment: count;
            content: "0" counter(count);
        }

    .feature-block .icon-box {
        position: relative;
        display: block;
        font-size: 52px;
        line-height: 1em;
        color: #b1000d;
        margin-bottom: 20px;
    }

    .feature-block h3 {
        font-size: 20px;
        color: #000000;
        font-weight: 700;
        line-height: 1.2em;
        margin-bottom: 15px;
    }

        .feature-block h3 a {
            color: #000000;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .feature-block h3 a:hover {
                color: #b1000d;
            }

    .feature-block p {
        position: relative;
        font-size: 15px;
        line-height: 24px;
        color: #000000;
        font-weight: normal;
    }
/*** 

====================================================================
			video Section	
====================================================================

***/

.video-section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0;
}

    .video-section:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: -webkit-linear-gradient(to right, rgba(44,43,46,.9), rgba(44,43,46,.9), transparent);
        background: -moz-linear-gradient(to right, rgba(44,43,46,.9), rgba(44,43,46,.9), transparent);
        background: -ms-linear-gradient(to right, rgba(44,43,46,.9), rgba(44,43,46,.9), transparent);
        background: -o-linear-gradient(to right, rgba(44,43,46,.9), rgba(44,43,46,.9), transparent);
        background: linear-gradient(to right, rgba(44,43,46,.9), rgba(44,43,46,.9), transparent);
    }

    .video-section .content-box {
        position: relative;
        max-width: 620px;
    }

        .video-section .content-box h2 {
            position: relative;
            font-size: 40px;
            line-height: 1.4em;
            font-weight: 800;
            text-transform: uppercase;
            color: #ffffff;
            margin-bottom: 20px;
        }

            .video-section .content-box h2 span {
                color: #b1000d;
            }

        .video-section .content-box p {
            position: relative;
            font-size: 19px;
            line-height: 30px;
            color: #ffffff;
            font-weight: 300;
            font-style: italic;
            margin-bottom: 20px;
        }

        .video-section .content-box .video-link {
            position: relative;
            max-width: 240px;
            padding-left: 115px;
            vertical-align: middle;
            min-height: 90px;
            padding-top: 20px;
            font-size: 14px;
            line-height: 24px;
            color: #b1000d;
            margin-bottom: 20px;
        }

            .video-section .content-box .video-link a {
                display: inline-block;
                color: #b1000d;
            }

            .video-section .content-box .video-link .icon {
                position: absolute;
                left: 0;
                top: 0;
                height: 90px;
                width: 90px;
                border: 4px solid #ffffff;
                border-radius: 50%;
                text-align: center;
                line-height: 82px;
                font-size: 56px;
                padding-left: 5px;
                color: #ffffff;
            }
/*** 

====================================================================
			video Section Two	
====================================================================

***/

.video-section-two {
    position: relative;
    padding: 150px 0 110px;
}

    .video-section-two .content-column {
        position: relative;
        margin-bottom: 40px;
    }

        .video-section-two .content-column .inner-column {
            position: relative;
            padding-top: 30px;
            padding-right: 55px;
        }

    .video-section-two h2 {
        position: relative;
        font-size: 35px;
        color: #000000;
        font-weight: 700;
        line-height: 1.3em;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .video-section-two p {
        position: relative;
        font-size: 19px;
        line-height: 30px;
        color: #000000;
        font-weight: 300;
        font-style: italic;
        margin-bottom: 20px;
    }

    .video-section-two .video-link a {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        font-weight: 700;
        color: #b1000d;
    }

        .video-section-two .video-link a:hover {
            color: #b1000d;
            text-decoration: underline;
        }

    .video-section-two .video-column {
        position: relative;
        margin-bottom: 40px;
    }

    .video-section-two .video-image {
        position: relative;
        display: block;
        margin-left: -30px;
    }

        .video-section-two .video-image img {
            position: relative;
            display: block;
            width: 100%;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
        }

        .video-section-two .video-image .link {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .video-section-two .video-image .link:hover {
                background: rgba(0,0,0,0.30);
            }

            .video-section-two .video-image .link .icon {
                position: absolute;
                left: 50%;
                top: 50%;
                height: 85px;
                width: 85px;
                color: #000000;
                line-height: 85px;
                background-color: #ffffff;
                margin-top: -42.5px;
                margin-left: -42.5px;
                text-align: center;
                font-size: 24px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                border-radius: 50%;
            }
/*** 


/*** 

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

***/
.gallery-section {
    position: relative;
    padding: 150px 0;
}

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

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

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

    .mixitup-gallery .filters .filter-tabs {
        position: relative;
        display: inline-block;
        max-width: 675px;
        background-color: #ffffff;
        margin: 0 auto;
        padding: 0 35px;
    }

    .mixitup-gallery .filters li {
        position: relative;
        float: left;
        font-size: 15px;
        color: #333333;
        line-height: 22px;
        font-weight: normal;
        padding: 15px 30px;
        border-bottom: 1px solid transparent;
        cursor: pointer;
        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;
    }

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

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

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

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

    .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: 45px;
        background: #b1000d padding-box content-box;
        opacity: .60;
        -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 {
    background-color: #eeeeee;
    padding: 80px 0 0;
}

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

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

.fancybox-button--share {
    display: none;
}

/**
====================================================================
				Services Section	
====================================================================

***/

.services-section {
    position: relative;
    padding: 130px 0 150px;
}

    .services-section .services {
        position: relative;
        display: block;
        overflow: hidden;
    }

.services-outer {
    position: relative;
    margin: -1px -1px -1px -1px;
}

.service-block {
    position: relative;
    padding: 0px;
    float: left;
}

    .service-block .inner-box {
        position: relative;
        text-align: center;
        min-height: 450px;
        padding: 20px;
        border: 1px solid #dddddd;
    }

    .service-block .icon-box {
        position: relative;
        height: 100px;
        width: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 32px;
        color: #ffffff;
        background-color: #2c2b2e;
        margin: 0 auto 25px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .service-block .inner-box .btn {
        position: absolute;
        bottom: 20px;
        right: 35%;
        left: 35%;
        width: auto;
        text-align: center;
        margin: 20px auto 0;
    }

    .service-block .inner-box:hover .icon-box {
        background: #b1000d;
    }

    .service-block h3 {
        font-size: 18px;
        line-height: 1.3em;
        color: #000000;
        font-weight: 700;
        margin-bottom: 15px;
    }

        .service-block h3 a {
            color: #000000;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .service-block .inner-box:hover h3 a {
        color: #b1000d;
    }

    .service-block p {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        font-weight: normal;
        margin-bottom: 25px;
    }

    .service-block .read-more {
        position: relative;
        font-size: 14px;
        color: #b1000d;
        font-weight: normal;
        text-transform: uppercase;
    }

        .service-block .read-more i {
            display: inline-block;
            margin-left: 5px;
        }

        .service-block .read-more:hover {
            text-decoration: underline;
        }

.services-section.style-two {
    background-color: #2c2b2e;
    padding: 140px 0 150px;
}

    .services-section.style-two .service-block h3 a, .services-section.style-two .sec-title > h2 {
        color: #ffffff;
    }

    .services-section.style-two .service-block .inner-box:hover h3 a {
        color: #b1000d;
    }

    .services-section.style-two .service-block .inner-box {
        padding-top: 60px;
        border-left: 1px solid #373639;
        border-bottom: 1px solid #373639;
    }

    .services-section.alternate .service-block .icon-box, .services-section.style-two .service-block .icon-box {
        font-size: 32px;
    }

.service-block p {
    margin: 0 0 10px 0;
}

/*** 

====================================================================
					Service Detail	
====================================================================

***/

.services-single {
    position: relative;
    display: block;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-top: 12px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

    .services-single .image-box {
        position: relative;
        display: block;
        margin: 0 0 30px 0;
    }

        .services-single .image-box img {
            max-width: 100%;
            display: inline-block;
            border: 1px solid #ddd;
            padding: 5px;
        }

    .services-single .detail-box {
        position: relative;
        margin-bottom: 0;
    }

    .services-single p {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        margin-bottom: 25px;
    }

    .services-single .title {
        position: relative;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        color: #000000;
        padding-bottom: 18px;
        margin-bottom: 25px;
    }

    .services-single .two-column {
        position: relative;
        margin-bottom: 30px;
    }

        .services-single .two-column:last-child {
            margin-bottom: 0px;
        }

        .services-single .two-column .image-column, .services-single .two-column .content-column {
            position: relative;
            margin-bottom: 30px;
        }

            .services-single .two-column .image-column img {
                position: relative;
                display: block;
                width: 100%;
            }

            .services-single .two-column .content-column .inner-column {
                padding-right: 30px;
            }

        .services-single .two-column:last-child .content-column {
            margin-bottom: 0;
        }

    .services-single ul {
        position: relative;
        display: block;
    }

        .services-single ul li {
            position: relative;
            padding-left: 24px;
            font-size: 15px;
            line-height: 30px;
            margin-bottom: 5px;
            color: #000000;
            font-weight: normal;
            font-style: italic;
        }

            .services-single ul li:before {
                position: absolute;
                left: 0;
                top: 0px;
                line-height: 30px;
                font-style: normal;
                font-size: 14px;
                font-weight: normal;
                text-align: center;
                color: #b1000d;
                content: "\f0a9";
                border-radius: 50%;
                font-family: "FontAwesome";
            }

            .services-single ul li a {
                color: #000000;
            }
/*** 



====================================================================
				Team Section
====================================================================

***/

.team-section {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0 60px;
}

    .team-section .sec-title {
        margin-bottom: 80px;
    }

    .team-section .row {
        margin-left: -40px;
        margin-right: -40px;
    }

    .team-section .team-block {
        position: relative;
        margin-bottom: 70px;
        padding-left: 40px;
        padding-right: 40px;
    }

        .team-section .team-block .image-box {
            position: relative;
            text-align: center;
        }

            .team-section .team-block .image-box img {
                position: relative;
                display: inline-block;
                max-width: 100%;
            }

        .team-section .team-block .lower-box {
            position: relative;
            background-color: #ffffff;
            padding: 25px 15px 25px;
            text-align: center;
            -webkit-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
            -moz-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
            -ms-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
            -o-box-shadow: 0 15px 25px rgba(0,0,0,0.05);
            box-shadow: 0 15px 25px rgba(0,0,0,0.05);
        }

            .team-section .team-block .lower-box .name {
                font-weight: 700;
                font-size: 20px;
                line-height: 1.4em;
                margin-bottom: 3px;
                color: #000000;
                text-transform: capitalize;
            }

                .team-section .team-block .lower-box .name a {
                    color: #000000;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                    .team-section .team-block .lower-box .name a:hover {
                        color: #b1000d;
                    }

            .team-section .team-block .lower-box .designation {
                position: relative;
                display: block;
                font-size: 14px;
                line-height: 26px;
                color: #b1000d;
                text-transform: capitalize;
                margin-bottom: 5px;
            }
/*Social Icon two*/
.social-icon-two {
    position: relative;
}

    .social-icon-two li {
        position: relative;
        display: inline-block;
        margin-right: 25px;
    }

        .social-icon-two li:last-child {
            margin-right: 0;
        }

        .social-icon-two li a {
            position: relative;
            font-size: 13px;
            line-height: 30px;
            display: inline-block;
            color: #c3c3c3;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .social-icon-two li a:hover {
                color: #b1000d;
            }
/*** 







====================================================================
						News Section
====================================================================

***/

.main-sector {
    position: relative;
    padding: 0;
}

.sector {
    float: left;
    padding: 50px 30px;
    -webkit-box-shadow: 0px 0px 27px 15px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 27px 15px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 27px 15px rgba(0,0,0,0.26);
}

    .sector .col-md-12 {
        padding: 0;
    }

.main-sector h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #b1000d;
    margin: 0 0 10px 0;
}

.main-sector .page-header {
    margin: 0;
    border: 0px solid;
    padding: 0;
}

.main-sector p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 50px 0;
    padding: 0 30px;
}

.main-sector .float-text {
    text-transform: uppercase;
    left: -20px;
    top: 10%;
}

.main-sector .sec-title {
    position: relative;
    margin-bottom: 70px;
}

.main-sector .row {
    margin: 0 -22px;
}

.sector-block {
    position: relative;
    padding: 0;
    margin-bottom: 40px;
}

    .sector-block .inner-box {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

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

        .sector-block .image-box .date {
            position: absolute;
            left: 25px;
            top: 20px;
            font-size: 15px;
            line-height: 30px;
            color: #ffffff;
            text-transform: capitalize;
        }

        .sector-block .image-box .image {
            position: relative;
            cursor: default;
            height: 200px;
        }

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

    .sector-block .caption-box {
        position: absolute;
        left: 0;
        top: 220px;
        width: 100%;
        padding: 0;
        text-align: center;
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 1000ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
    }

    .sector-block:hover .caption-box {
        padding: 0 0 20px 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .sector-block .caption-box h3 {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 1.2em;
        color: #fff;
        font-weight: 700 !important;
        margin: 0 0 0;
        margin-bottom: 0px;
        padding: 8px 7px 40px;
    }

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

            .sector-block .caption-box h3 a:hover {
                color: #fff;
            }

    .sector-block .caption-box p {
        position: relative;
        font-size: 12px;
        line-height: 18px;
        margin: 0 0 5px 0;
        color: #fff;
        padding: 0 20px 10px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

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

    .sector-block .caption-box .read-more {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #b1000d;
        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;
    }

.main-sector.style-two .float-text {
    left: -50px;
    top: 25%;
}

.sector-block-two {
    position: relative;
    padding: 0 22px;
    margin-bottom: 50px;
}

    .sector-block-two .inner-box {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .sector-block-two .image-box {
        position: relative;
    }

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

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

    .sector-block-two .caption-box {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        min-width: 300px;
        height: 100%;
        padding: 30px 40px 30px;
        background-color: rgba(11,11,11,.87);
    }

        .sector-block-two .caption-box .title {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 35px 40px 35px;
        }

        .sector-block-two .caption-box .date {
            position: relative;
            font-size: 15px;
            line-height: 30px;
            color: #ffffff;
            text-transform: capitalize;
        }

        .sector-block-two .caption-box h3 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 1.5em;
            color: #fefefe;
            font-weight: 700;
            margin-bottom: 20px;
        }

            .sector-block-two .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;
            }

                .sector-block-two .caption-box h3 a:hover {
                    color: #b1000d;
                }

        .sector-block-two .caption-box p {
            position: relative;
            font-size: 14px;
            line-height: 24px;
            color: #000000;
            margin-bottom: 14px;
        }

        .sector-block-two .caption-box .read-more {
            position: relative;
            font-size: 14px;
            line-height: 24px;
            color: #b1000d;
            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;
        }

            .sector-block-two .caption-box .read-more i {
                margin-left: 5px;
            }

            .sector-block-two .caption-box .read-more:hover {
                color: #ffffff
            }
/*** 

  



 
====================================================================
						News Section
====================================================================

***/


.news-section img {
    padding: 0 !important;
    margin: 0 !important;
    border: 0px solid;
    border-radius: 10px;
}

.news-section {
    position: relative;
    padding: 140px 0 110px;
}

    .news-section .float-text {
        text-transform: uppercase;
        right: -20px;
        top: 10%;
    }

    .news-section .sec-title {
        position: relative;
        margin-bottom: 70px;
    }

    .news-section .row {
        margin: 0 -22px;
    }

.news-block {
    position: relative;
    padding: 0 10px;
    margin-bottom: 40px;
}

    .news-block .inner-box {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

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

        .news-block .image-box .date {
            position: absolute;
            right: 25px;
            top: 20px;
            font-size: 15px;
            line-height: 30px;
            color: #ffffff;
            text-transform: capitalize;
        }

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

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

    .news-block .caption-box {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        padding: 35px 30px 35px;
        background-color: rgba(11,11,11,.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;
    }

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

    .news-block .caption-box h3 {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 1.5em;
        color: #fefefe;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .news-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;
        }

            .news-block .caption-box h3 a:hover {
                color: #b1000d;
            }

    .news-block .caption-box p {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #888888;
        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;
    }

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

    .news-block .caption-box .read-more {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #b1000d;
        font-weight: 900;
        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;
    }

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

        .news-block .caption-box .read-more i {
            margin-right: 10px;
        }

.news-section.style-two .float-text {
    right: -50px;
    top: 25%;
}

.news-block-two {
    position: relative;
    padding: 0 22px;
    margin-bottom: 50px;
}

    .news-block-two .inner-box {
        position: relative;
        overflow: hidden;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .news-block-two .image-box {
        position: relative;
    }

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

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

    .news-block-two .caption-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        min-width: 300px;
        height: 100%;
        padding: 30px 40px 30px;
        background-color: rgba(11,11,11,.87);
    }

        .news-block-two .caption-box .title {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 100%;
            padding: 35px 40px 35px;
        }

        .news-block-two .caption-box .date {
            position: relative;
            font-size: 15px;
            line-height: 30px;
            color: #ffffff;
            text-transform: capitalize;
        }

        .news-block-two .caption-box h3 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 1.5em;
            color: #fefefe;
            font-weight: 700;
            margin-bottom: 20px;
        }

            .news-block-two .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;
            }

                .news-block-two .caption-box h3 a:hover {
                    color: #b1000d;
                }

        .news-block-two .caption-box p {
            position: relative;
            font-size: 14px;
            line-height: 24px;
            color: #888888;
            margin-bottom: 14px;
        }

        .news-block-two .caption-box .read-more {
            position: relative;
            font-size: 14px;
            line-height: 24px;
            color: #b1000d;
            font-weight: 900;
            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;
        }

            .news-block-two .caption-box .read-more i {
                margin-right: 5px;
            }

            .news-block-two .caption-box .read-more:hover {
                color: #ffffff
            }
/*** 



/***

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

***/

.main-footer {
    position: relative;
    background-color: #1a2021;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #ffffff;
}

    .main-footer:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,.88);
        content: "";
    }

    .main-footer .widgets-section {
        position: relative;
        padding: 125px 0px 60px;
    }

    .main-footer .footer-column {
        position: relative;
    }

    .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 .footer-column .widget-title {
        position: relative;
        font-size: 15px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        padding-bottom: 28px;
        margin-bottom: 20px;
    }

        .main-footer .footer-column .widget-title:before {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 48px;
            background-color: #b1000d;
            content: "";
        }

    .main-footer .about-widget .contact-info {
        position: relative;
        margin-bottom: 15px;
    }

        .main-footer .about-widget .contact-info li {
            position: relative;
            font-size: 15px;
            line-height: 30px;
            color: #000000;
            font-weight: 700;
            margin-bottom: 10px;
        }

            .main-footer .about-widget .contact-info li a {
                color: #000000;
            }


.form-footer {
    float: right;
}


    .form-footer h1 {
        text-align: left;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .form-footer .input-group {
        float: left;
    }

    .form-footer .btn {
        float: left;
    }

    .form-footer .input-lg {
        height: 39px;
        padding: 5px 16px;
        font-size: 15px;
    }

.social-icon-three {
    position: relative;
    display: block;
}

    .social-icon-three li {
        position: relative;
        display: inline-block;
        margin-right: 25px;
    }

        .social-icon-three li:last-child {
            margin-right: 0;
        }

        .social-icon-three li a {
            position: relative;
            display: inline-block;
            color: #ffffff;
            font-size: 13px;
            line-height: 24px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .social-icon-three li a:hover {
                color: #b1000d;
            }
/*=== links Widget ===*/
.main-footer .links-widget {
    position: relative;
}

    .main-footer .links-widget .list li {
        position: relative;
        display: block;
    }

        .main-footer .links-widget .list li a {
            position: relative;
            display: inline-block;
            font-size: 15px;
            line-height: 30px;
            color: #000000;
            text-transform: capitalize;
            font-weight: 700;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .main-footer .links-widget .list li a:hover {
                color: #ffffff;
            }

.main-footer .gallery-widget .widget-title {
    margin-bottom: 30px;
}

.main-footer .gallery-widget .outer {
    position: relative;
    margin: 0px -3px 0;
}

    .main-footer .gallery-widget .outer .image {
        position: relative;
        float: left;
        width: 33.3333%;
        padding: 0px 1.5px;
        margin-bottom: 8px;
    }

        .main-footer .gallery-widget .outer .image img {
            display: block;
            width: 100%;
        }
/*=== Footer Bottom ===*/

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0px;
    background-color: #1b1a1c;
}

    .main-footer .footer-bottom .copyright-text {
        position: relative;
    }

    .main-footer .footer-bottom p {
        line-height: 25px;
        font-size: 14px;
        color: #000000;
        font-weight: normal;
        float: left;
    }

        .main-footer .footer-bottom p a {
            color: #000000;
            -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-footer .footer-bottom p a:hover {
                text-decoration: underline;
                color: #ffffff;
            }

    .main-footer .footer-bottom .contact-link {
        position: relative;
        font-size: 14px;
        line-height: 25px;
        color: #b1000d;
        font-weight: normal;
        text-transform: capitalize;
        float: right;
        -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-footer .footer-bottom .contact-link:hover {
            color: #ffffff;
        }
/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 0;
}

    .sidebar-page-container .float-text {
        top: 50px;
        left: -20px;
        text-transform: uppercase;
    }

    .sidebar-page-container .sidebar-side, .sidebar-page-container .content-side {
        position: relative;
        margin-bottom: 50px;
    }

        .sidebar-page-container .sidebar-side .default-sidebar {
            padding-right: 10px;
        }

.sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar-side .sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-side .sidebar-title {
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    background: #b1000d;
}

    .sidebar-side .sidebar-title h3 {
        position: relative;
        font-size: 18px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0px;
        min-height: auto;
    }

    .sidebar-side .sidebar-title:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 50px;
        background-color: #b1000d;
        content: "";
    }
/*Search Box Widget*/
.sidebar .search-box {
    position: relative;
}

    .sidebar .search-box .form-group {
        position: relative;
        margin: 0px;
    }

        .sidebar .search-box .form-group input[type="text"], .sidebar .search-box .form-group input[type="search"] {
            position: relative;
            display: block;
            font-size: 14px;
            color: #000000;
            line-height: 26px;
            padding: 10px 25px;
            padding-right: 60px;
            height: 46px;
            width: 100%;
            border: 1px solid #ececec;
            background-color: #eeeeee;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .sidebar .search-box .form-group input:focus {
            border-color: #000000;
        }

        .sidebar .search-box .form-group button {
            position: absolute;
            right: 0;
            top: 0;
            width: 46px;
            height: 46px;
            line-height: 46px;
            text-align: center;
            display: block;
            font-size: 18px;
            color: #000000;
            background: none;
            font-weight: normal;
        }
/*=== Archives ===*/
.archive-list {
    position: relative;
    display: block;
}

    .archive-list li {
        position: relative;
        margin-bottom: 9px;
    }

        .archive-list li a {
            position: relative;
            display: block;
            font-size: 14px;
            font-weight: normal;
            color: #000000;
            line-height: 22px;
            padding: 8px 15px;
            border: 1px solid #ddd;
            background-color: #eeeeee;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .archive-list li a:hover, .archive-list li.active a {
                background-color: transparent;
                color: #b1000d;
                border: 1px solid transparent;
            }

                .archive-list li a:hover:before, .archive-list li.active a:before {
                    color: #b1000d;
                }
/*=== Categories ===*/

.categories .sidebar-title {
    margin-bottom: 10px;
}

.category-list {
    position: relative;
    display: block;
}

    .category-list li {
        position: relative;
    }

        .category-list li a {
            position: relative;
            display: block;
            font-size: 17px;
            font-weight: normal;
            color: #666666;
            line-height: 24px;
            padding: 15px 0;
            padding-left: 32px;
            border-bottom: 1px dashed #e4e4e4;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .category-list li a i {
                margin-right: 18px;
            }

            .category-list li a:hover {
                color: #b1000d;
            }
/*=== Downloads ===*/

.download-list {
    position: relative;
    display: block;
}

    .download-list li {
        position: relative;
    }

        .download-list li a {
            position: relative;
            display: block;
            font-size: 15px;
            font-weight: normal;
            color: #000;
            line-height: 29px;
            padding: 10px 0;
            border-bottom: 1px dashed #e4e4e4;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .download-list li a:hover:before {
                color: #b1000d;
            }

            .download-list li a i {
                margin-right: 10px;
            }

            .download-list li a:hover {
                color: #b1000d;
            }
/*=== Latest News ===*/
.latest-news .post {
    position: relative;
    padding: 15px 33px 12px;
    border-bottom: 1px dashed #e4e4e4;
}

    .latest-news .post:before {
        position: absolute;
        left: 0px;
        height: 55px;
        top: 0;
        line-height: 55px;
        font-size: 17px;
        color: #b1000d;
        content: "\f0da";
        font-family: "Fontawesome";
    }

    .latest-news .post h3 {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #000000;
        font-weight: 700;
    }

        .latest-news .post h3 a {
            color: #000000;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .latest-news .post h3 a:hover {
                color: #b1000d;
            }

    .latest-news .post .post-info {
        position: relative;
        font-size: 12px;
        line-height: 20px;
        color: #b1000d;
    }
/*=== Free Consultation ===*/

.consult-box {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 65px 15px;
    text-align: center;
}

    .consult-box:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #151516;
        opacity: .70;
        content: "";
    }

    .consult-box h4 {
        position: relative;
        font-size: 20px;
        line-height: 1.3em;
        color: #ffffff;
        font-weight: 700;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .consult-box h4:before {
            position: absolute;
            left: 50%;
            bottom: 0;
            height: 3px;
            width: 50px;
            margin-left: -25px;
            background-color: #b1000d;
            content: "";
        }

    .consult-box p {
        position: relative;
        font-size: 15px;
        line-height: 24px;
        color: #fff !important;
        font-weight: normal;
        max-width: 90%;
        margin: 0 auto 25px;
    }

    .consult-box a:hover {
        background-color: #b1000d;
        color: #ffffff;
        border-color: #b1000d;
    }
/*=== Our Clients ===*/
.clients-area {
    position: relative;
    display: block;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.client-block {
    position: relative;
    float: left;
    width: 50%;
    background-color: #fdfdfd;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

    .client-block a {
        position: relative;
        display: block;
    }

        .client-block a img {
            position: relative;
            display: block;
            width: 100%;
        }
/*=== Tags ===*/

.tag-list {
    position: relative;
    display: block;
}

    .tag-list li {
        position: relative;
        float: left;
        margin-bottom: -1px;
        margin-right: -1px;
    }

        .tag-list li a {
            position: relative;
            display: block;
            font-size: 13px;
            color: #000000;
            line-height: 20px;
            padding: 10px 35px;
            text-align: center;
            border: 1px solid #e8e8e8;
            background-color: #fdfdfd;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .tag-list li a:hover {
                background-color: #b1000d;
                border-color: #b1000d;
                color: #ffffff;
            }
/*** 

====================================================================
				Comment Area
====================================================================

 ***/

.sidebar-page-container .group-title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

    .sidebar-page-container .group-title h2 {
        position: relative;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        color: #000000;
    }

    .sidebar-page-container .group-title:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 50px;
        background-color: #b1000d;
        content: "";
    }

.comments-area {
    position: relative;
    margin-top: 80px;
    margin-bottom: 40px;
}

    .comments-area .comment-box {
        position: relative;
        background-color: #f5f5f5;
        padding: 28px 30px;
        margin-bottom: 30px;
    }

        .comments-area .comment-box:last-child {
            margin-bottom: 0;
        }

    .comments-area .comment {
        position: relative;
        padding-left: 110px;
        min-height: 95px;
        padding-right: 120px;
    }

    .comments-area .reply-comment {
        margin-left: 100px;
    }

    .comments-area .comment-box .author-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 90px;
        height: auto;
        margin-bottom: 10px;
    }

        .comments-area .comment-box .author-thumb img {
            width: 100%;
            display: block;
        }

    .comments-area .comment-info {
        position: relative;
    }

    .comments-area .comment-box .name {
        position: relative;
        font-size: 16px;
        font-weight: 700;
        color: #1c1c1c;
        display: block;
        line-height: 24px;
        text-transform: capitalize;
    }

    .comments-area .comment-box .time {
        position: relative;
        display: block;
        font-size: 12px;
        line-height: 24px;
        color: #b1000d;
    }

    .comments-area .comment-box .text {
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        font-weight: normal;
    }

    .comments-area .comment-box .reply-btn {
        position: absolute;
        font-size: 14px;
        line-height: 24px;
        color: #b1000d;
        right: 0px;
        bottom: 0px;
        font-weight: 700;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .comments-area .comment-box .reply-btn span {
            color: #1c1c1c;
            margin-right: 7px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .comments-area .comment-box .reply-btn:hover span {
            color: #b1000d;
        }

        .comments-area .comment-box .reply-btn:hover {
            color: #1c1c1c;
        }
/*** 

====================================================================
				Comment Form
====================================================================

 ***/

.sidebar-page-container .comment-form {
    position: relative;
    padding-right: 70px;
}

.comment-form .row {
    margin: 0 -10px;
}

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

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

    .comment-form .form-group input, .comment-form .form-group textarea, .comment-form .form-group select {
        position: relative;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #000000;
        line-height: 22px;
        padding: 20px 30px;
        height: 64px;
        background-color: #f5f5f5;
        border: 1px solid #f5f5f5;
        font-weight: normal;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

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

    .comment-form .form-group textarea {
        height: 108px;
        resize: none;
    }

.comment-form button {
    min-width: 160px;
    padding: 12px 40px;
}
/*** 

====================================================================
				Contact Page Section
====================================================================

 ***/

.inner-column {
    padding-top: 50px;
}

.contact-page {
    position: relative;
    padding: 50px 0;
}

    .contact-page h3 {
        position: relative;
        font-size: 18px;
        line-height: 1.5em;
        color: #000000;
        margin-bottom: 10px;
        font-weight: 700;
        min-height: 60px;
    }

    .contact-page p {
        position: relative;
        line-height: 24px;
        color: #000;
        margin-bottom: 35px;
    }

    .contact-page .info-column {
        position: relative;
    }

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

        .contact-page .info-column h3 {
            margin-bottom: 15px;
        }

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

.contact-info-list {
    position: relative;
    display: block;
}

    .contact-info-list li {
        position: relative;
        padding-left: 60px;
        margin-bottom: 25px;
    }

        .contact-info-list li .icon-box {
            position: absolute;
            left: 0;
            top: 0;
            height: 45px;
            width: 45px;
            line-height: 45px;
            font-size: 38px;
            color: #b1000d;
        }

            .contact-info-list li .icon-box i {
                font-size: 38px;
                color: #b1000d;
            }

        .contact-info-list li .info {
            position: relative;
        }

            .contact-info-list li .info p {
                font-size: 14px;
                line-height: 24px;
                color: #000000;
                margin: 0;
            }

                .contact-info-list li .info p a {
                    font-size: 14px;
                    line-height: 24px;
                    color: #000000;
                    -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-info-list li .info p a:hover {
                        color: #b1000d;
                    }

.contact-page .form-column {
    position: relative;
}

    .contact-page .form-column .inner-column {
        position: relative;
        padding-left: 110px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-page .form-column .inner-column-member {
        position: relative;
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
.contact-form {
    position: relative;
}

    .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: 45px;
            font-size: 13px;
            color: #555555;
            font-weight: normal;
            line-height: 25px;
            padding: 13px 20px;
            border: 2px solid #dddddd;
            -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: #b1000d;
            }

        .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: 700;
    }


.main-slider {
    height: 750px !important;
}

.tp-fullwidth-forcer {
    height: 750px !important;
}

.fullwidthabanner, .rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
    height: 750px !important;
}

.main-search {
    position: relative;
    width: 100%;
    float: left;
}

    .main-search .form-control {
        border-radius: 0px !important;
        height: 40px;
        font-size: 15px;
    }

    .main-search .btn {
        height: 40px;
        padding: 6px 30px;
        font-size: 18px;
        width: 100%;
    }

    .main-search .glyphicon {
        margin: 0 5px 0 0;
        font-size: 20px;
    }

    .main-search .col-md-12 {
        padding: 0;
    }

.sub-search {
    background: #b1000d;
    padding: 30px;
    position: absolute;
    top: -100px;
    float: left;
    width: 100%;
    z-index: 1000;
    margin: auto;
    text-align: center;
}

.tp-mask-wrap {
    left: 0 !important;
}

.main-about {
    background: #000;
    width: 100%;
    float: left;
}

    .main-about img {
        width: 100%;
        float: left;
        height: 550px;
    }

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

    .main-about h1 {
        color: #fff;
        margin: 0 0 30px 0;
        padding: 0 0 20px 0;
        font-size: 33px;
        font-weight: 700;
    }

    .main-about p {
        color: #fff;
        text-align: justify;
        font-size: 16px;
    }

    .main-about .sub-about {
        padding: 50px 60px 20px;
    }

.section-subtitle {
    position: relative;
}

.section-separator:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 70px;
    background: #b1000d;
}

.main-social {
    float: right;
}

.footer {
    background: #323131;
    padding: 40px 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-align: left;
}

    .footer a {
        color: #fff;
    }

    .footer ul {
        padding: 0;
        margin: 0 0 10px 0;
    }

        .footer ul li {
            display: inline-block;
            list-style: none;
            padding: 0 15px;
            border-right: 1px solid #fff;
        }

            .footer ul li:last-child {
                border-right: 0px solid #fff;
            }

            .footer ul li:first-child {
                padding: 0 15px 0 0;
            }

    .footer p {
        margin: 0;
    }

.color1 {
    background-color: rgba(171,16,28,.80);
}

.color2 {
    background-color: rgba(13,123,87,.80);
}

.color3 {
    background-color: rgba(155,99,18,.80);
}

.color4 {
    background-color: rgba(0,77,32,.80);
}

.color5 {
    background-color: rgba(0,0,0,.80);
}

.color6 {
    background-color: rgba(187,89,16,.80);
}

.color7 {
    background-color: rgba(22,77,179,.80);
}

.color8 {
    background-color: rgba(20,110,173,.80);
}

.color9 {
    background-color: rgba(89,44,151,.80);
}

.color10 {
    background-color: rgba(111,0,36,.80);
}

.form-control {
    border-radius: 0px !important;
}

select {
    border-radius: 0px !important;
}

.btn {
    border-radius: 0px;
    font-size: 13px;
    padding: 10px 10px;
}

.btn-primary {
    color: #fff;
    background-color: #b1000d;
    border-color: #b1000d
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #7b0009;
        border-color: #7b0009
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #7b0009;
        border-color: #7b0009
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #7b0009;
        border-color: #7b0009
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #7b0009;
            border-color: #7b0009
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #b1000d;
        border-color: #b1000d
    }

    .btn-primary .badge {
        color: #b1000d;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #590006;
    border-color: #590006
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #590006;
        border-color: #590006
    }

    .btn-danger .badge {
        color: #590006;
        background-color: #fff
    }

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

.accordin-section {
    float: left;
    width: 100%;
}

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

    .img-box img {
        border: 1px solid #ddd;
        padding: 5px;
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #323131;
    border-color: #323131;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    padding: 14px 20px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #eee;
}

table tr th {
    font-size: 17px;
    color: #000;
    background: #b6b6b6;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 6px 10px;
    border-bottom: 1px solid #ddd;
}

.table {
    margin-bottom: 40px;
    font-size: 13px;
}

    .table tr td:first-child {
        font-weight: 700;
    }

.img-products .image-block {
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 10px;
    text-align: center;
    float: left;
    margin: 0 0 30px 0;
    width: 100%;
}

    .img-products .image-block h3 {
        position: relative;
        font-size: 15px;
        line-height: 1.3em;
        color: #000000;
        text-transform: uppercase;
        margin: 10px 0;
        font-weight: 700;
    }

        .img-products .image-block h3 a {
            color: #000000;
        }

    .img-products .image-block img {
        width: 100%;
    }

.main-menu .navigation > li > ul > li > a {
    font-size: 14px;
    width: 100%;
    height: 65px;
}

.main-menu .navigation > li > ul > li {
    width: 280px;
    float: left;
    display: inline-block;
    margin: 0 10px;
}

.main-menu .navigation > li > ul {
    width: 600px;
}

.gallery {
}

.gallery-sub {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}

.contact-page .gallery-sub h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
    text-transform: uppercase;
    margin: 20px 0;
    font-weight: 700;
    min-height: auto;
}

    .contact-page .gallery-sub h3 a {
        color: #000000;
    }

.contact-page .gallery-sub img {
    width: 100%;
}




@media (max-width: 575.98px) {
    .aboutus {
        background-size: cover !important;
        background-position: -200px top !important;
    }

    .contact-page .form-column .inner-column {
        padding-left: 0;
        padding-top: 0;
    }

    .sidebar-page-container .sidebar-side .default-sidebar {
        padding-right: 0;
    }

    .service-block .inner-box {
        height: auto;
    }

    .contact-page h3 {
        min-height: auto;
    }

    .main-menu .collapse.in, .main-menu .collapsing {
        padding: 0 !important;
    }

    .main-menu .navbar-collapse > .navigation {
        border: 0px solid #ffffff !important;
    }

    .main-about .sub-about {
        padding: 20px;
    }

    .sub-about .pull-right {
        margin-bottom: 20px;
    }

    .image img {
        height: 100%;
    }

    .social-icon-one {
        margin: 0;
    }

    .sub-search {
        top: 0;
    }

    .tp-bgimg {
        background-size: 100% 100% !important;
    }

    .main-slider {
        height: auto !important;
        min-height: 320px;
        margin-top: 105px !important;
    }

    .tp-fullwidth-forcer {
        height: 100% !important;
    }

    .fullwidthabanner, .rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
        height: auto !important;
        min-height: 320px;
    }

    .sector {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);
    }

    .main-social {
        margin: 8px 0;
    }

    .footer {
        text-align: center;
        font-size: 11px;
    }

        .footer .text-right {
            text-align: center;
        }

        .footer ul li {
            padding: 0 5px
        }

        .footer ul, .footer p {
            margin: 0 0 10px 0;
        }

    .sub-search {
        position: relative;
        top: 0;
    }

    .main-sector h1 {
        font-size: 28px;
    }

    .metis.tparrows {
        width: 40px;
        height: 40px;
    }

    .tparrows::before {
        line-height: 20px;
    }

    .main-about img {
        height: auto;
    }

    .page-title h1 {
        font-size: 25px;
    }

    .fixed-header .sticky-header {
        display: none;
    }

    .main-header .nav-outer {
        margin-top: 60px;
    }

    .main-social {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .scroll-to-top {
        display: none;
    }

    .aboutus, .contactus {
        background-size: cover;
    }

    .contact-page {
        padding: 20px 0;
    }

    .sec-title > h2 {
        font-size: 20px;
    }

    .sec-title {
        margin-bottom: 10px;
    }

    .main-slider h1 {
        font-size: 24px !important;
    }

    .main-slider p {
        font-size: 14px !important;
    }

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

    .main-menu .navigation > li > ul > li > a {
        display: block !important;
        line-height: 17px;
        font-size: 13px;
        width: 100%;
    }

    .main-menu .navigation > li > ul > li {
        float: left;
        display: block !important;
        margin: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .main-menu .navigation > li > ul {
        width: 100% !important;
    }

    .sub-search {
        padding: 15px 0;
    }

    .main-search .form-control {
        margin: 0 0 10px 0;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aboutus {
        background-size: cover !important;
        background-position: -200px top !important;
    }

    .contact-page .form-column .inner-column {
        padding-left: 0;
        padding-top: 0;
    }

    .sidebar-page-container .sidebar-side .default-sidebar {
        padding-right: 0;
    }

    .service-block .inner-box {
        height: auto;
    }

    .contact-page h3 {
        min-height: auto;
    }

    .main-menu .collapse.in, .main-menu .collapsing {
        padding: 0 !important;
    }

    .main-menu .navbar-collapse > .navigation {
        border: 0px solid #ffffff !important;
    }

    .main-about .sub-about {
        padding: 60px;
    }

    .sub-about .pull-right {
        margin-bottom: 20px;
    }

    .sub-search {
        position: relative;
        top: 0;
    }

    .image img {
        height: 100%;
    }

    .main-header .nav-outer {
        margin-top: 10px;
    }

    .social-icon-one {
        margin: 0;
    }

    .sub-search {
        top: 0;
    }

    .tp-bgimg {
        background-size: 100% 100% !important;
    }

    .main-slider {
        height: auto !important;
        min-height: 320px;
    }

    .fullwidthabanner, .rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
        height: auto !important;
        min-height: 320px;
    }

    .tp-fullwidth-forcer {
        height: 100% !important;
    }

    .sector {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.26);
    }

    .main-social {
        margin: 8px 0;
    }

    .footer {
        text-align: center;
        font-size: 11px;
    }

        .footer .text-right {
            text-align: center;
        }

        .footer ul li {
            padding: 0 5px
        }

        .footer ul, .footer p {
            margin: 0 0 10px 0;
        }

    .sub-search {
        position: relative;
        top: 0;
    }

    .main-sector h1 {
        font-size: 28px;
    }

    .metis.tparrows {
        width: 40px;
        height: 40px;
    }

    .tparrows::before {
        line-height: 20px;
    }

    .fixed-header .sticky-header {
        display: none;
    }

    .main-header .nav-outer {
        margin-top: -40px;
    }

    .main-social {
        position: absolute;
        top: -100px;
        right: 15px;
    }

    .scroll-to-top {
        display: none;
    }

    .aboutus, .contactus {
        background-size: cover;
    }

    .sec-title {
        margin-bottom: 10px;
    }

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

    .main-slider p {
        font-size: 16px !important;
    }

    .main-slider {
        margin-top: 105px !important;
    }

    .main-menu .navigation > li > ul > li > a {
        display: block;
        line-height: 17px;
        font-size: 13px;
        height: auto;
        width: 100%;
    }

    .main-menu .navigation > li > ul > li {
        float: left;
        display: block;
        margin: 0 10px;
        width: 100%;
    }

    .main-menu .navigation > li > ul {
        width: 100%;
    }

    .sub-search {
        padding: 15px 0;
    }

    .main-search .form-control {
        margin: 0 0 10px 0;
    }

    .service-block .inner-box .btn {
        right: 25%;
        left: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aboutus {
        background-size: cover !important;
        background-position: center top !important;
    }

    .contact-page .form-column .inner-column {
        padding-left: 0;
        padding-top: 0;
    }

    .service-block .inner-box {
        height: 460px;
    }

    .main-about .sub-about {
        padding: 20px;
    }

    .main-about h1 {
        font-size: 27px;
    }

    .main-about .sub-about p {
        font-size: 12px;
        margin: 0 0 10px 0;
        line-height: 1.6em;
    }

    .sub-about .pull-right {
        margin-bottom: 10px;
    }

    .main-menu .navigation > li {
        padding: 40px 5px;
        text-transform: uppercase;
    }

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

    .main-header .sticky-header .main-menu .navigation > li > a {
        font-size: 13px;
        padding: 20px 5px;
    }

    .sub-search {
        position: relative;
        top: 0;
    }

    .image img {
        height: 100%;
    }

    .sector-block .caption-box h3 {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 1.2em;
        color: #fff;
        font-weight: 700;
        margin: 0 0 0;
        margin-bottom: 0px;
        padding: 10px 7px 40px;
    }

    .sector-block .caption-box {
        top: 205px;
    }

    .sector .col-md-3, .sector .col-sm-3, .sector .col-xs-12 {
        padding: 0 5px;
    }

    .sector .col-md-6, .sector .col-sm-6, .sector .col-xs-12 {
        padding: 0 5px;
    }

    .main-slider, .tp-fullwidth-forcer, .fullwidthabanner, .rev_slider_wrapper, .forcefullwidth_wrapper_tp_banner {
        height: 500px !important;
    }

    .main-slider {
        margin-top: 105px !important;
    }

    .main-search .col-sm-5, .main-search .col-sm-2 {
        padding: 0 5px;
    }

    .main-search .btn {
        padding: 6px 10px;
    }

    .tp-mask-wrap {
        top: 70px !important;
    }

    .footer ul li {
        padding: 0 5px;
    }

    .main-about h1 {
        margin: 0 0 20px 0;
    }

    .main-about img {
        height: auto;
    }

    .main-slider h1 {
        font-size: 40px !important;
    }

    .main-slider p {
        font-size: 20px !important;
    }

    .main-menu .navigation > li > ul > li > a {
        display: inline-block;
        line-height: 17px;
        font-size: 13px;
        width: 100%;
        height: 65px;
    }

    .main-menu .navigation > li > ul > li {
        float: left;
        display: inline-block;
        margin: 0 10px;
        width: 210px;
    }

    .main-menu .navigation > li > ul {
        width: 470px;
    }

    .service-block .inner-box .btn {
        right: 25%;
        left: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-page .form-column .inner-column {
        padding-left: 60px;
    }

    .service-block .inner-box {
        height: 470px;
    }

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

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

    .tp-mask-wrap {
        top: 70px !important;
    }

    .main-slider, .forcefullwidth_wrapper_tp_banner, .rev_slider_wrapper, .tp-fullwidth-forcer {
        height: 700px !important;
    }

    .sector-block .caption-box h3 {
        font-size: 14px;
        line-height: 1.35em;
        font-weight: normal !important;
        padding: 10px 10px 40px;
    }

    .main-about img {
        height: auto;
    }

    .service-block .inner-box .btn {
        right: 30%;
        left: 30%;
    }
}

@media (min-width: 1200px) {
}

@media print {
    .nav-outer, .main-social, .sticky-header, .main-bread, .footer, .page-title, .sidebar-side {
        display: none;
    }

    .sidebar-page-container .sidebar-side, .sidebar-page-container .content-side {
        width: 100%;
    }
}

.scroll-to-top span {
    line-height: 50px;
}

.social-icon-one span {
    line-height: 35px;
}
.RadUpload .ruBrowse {
    margin-left: 0px !important;
    margin-right: 3px !important;
    padding: 0px !important;
}
input[type="checkbox"], input[type="radio"] {
    margin: 4px 0 0 5px;
}
.RadUpload_Default .ruSelectWrap .ruButton, .RadUpload_Default .ruSelectWrap .ruButtonHover {
    border-radius: 3px;
    position: relative;
    padding: 9px 25px !important;
    line-height: 1px;
    text-transform: capitalize;
    background: #b1000d;
    color: #ffffff !important;
    border: 1px solid #b1000d !important;
    font-size: 11px;
    font-weight: bold;
    width: auto !important;
}

.RadUpload_Default .ruSelectWrap .ruButton, .RadUpload_Default .ruSelectWrap .ruButtonHover {
    border-radius: 0;
    position: relative;
    padding: 9px 25px !important;
    text-transform: capitalize;
    background: #b1000d;
    color: #ffffff !important;
    border: 1px solid #b1000d !important;
    font-size: 11px;
    font-weight: bold;
    width: auto !important;
    height: 35px;
    font-size: 13px;
    font-weight: normal;
    line-height: 15px;
    padding: 13px 20px;
    margin-top: 15px;
}

    .RadUpload_Default .ruSelectWrap .ruButton.ruButtonHover {
        background: #000;
        border: 1px solid #000 !important;
        color: #fff;
    }

.RadUpload_Default .ruSelectWrap .ruFakeInput {
    border-color: #b3b3b3;
    color: #333;
    background-color: #fff;
    height: 100px;
    padding: 30px;
    position: relative;
    width: 300px;
    height: 35px;
    font-size: 13px;
    color: #555555;
    font-weight: normal;
    line-height: 15px;
    padding: 13px 20px;
    border: 2px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 15px;
}

table tr td label {
    margin-right: 75px
}