/* Factorian - Multiniche HTML Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style One / Style Two / Style Three / Style Four  
5. Main Slider / Style One / Style Two
6. About Us
7. Call to action one
8. Services Style One
9. Default Content Section
10. News Section
11. Gallery Style One
12. Testimonial Style One
13. Sponsors Style One
14. Call to Action Two
15. Main Footer
16. Tabs Style One
17. Services Style Two
18. Gallery Style One
19. Sponsors Style Two
20. Team Style Two
21. Whys Us Style One
22. Testimonials Style Two
23. Fact Counter
24. News Style Two
25. Services Style Three
26. Tabs Style Two
27. Tabs Style Three / Services Style Three
28. Accordion Box
29. Auto Carousel
30. Get Quote Form
31. Team Style Three
32. Welcome Section
33. Tabs Style Four / Services Style Five
34. Sortable Masonry
35. Our Experience
36. Newsletter
37. News Section 
38. What We DO
39. Call To Action Style Three
40. Tabs Style Five
41. Gallery Style Three
42. Latest Projects
43. Sidebar Page Container
44. Sidebar Widgets
45. Services Single
46. Tabs Style Six
47. Gallery Section
48. Single Project
49. Comments Area
50. 404 Page
51. Shop
52. Shop Single
53. Product Details
54. Product Tabs
55. Comments Form
56. Best Sellers


**********************************************/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700);


@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');

@font-face {
    font-family: 'Signerica_Fat';
    src: url('../fonts/signericaFat.eot');
    src: url('../fonts/signericaFatd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/signericaFat.woff') format('woff'), url('../fonts/signericaFat.ttf') format('truetype'), url('../fonts/signericaFat.svg#Signerica_Fat') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Montserrat',sans-serif;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
}

input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

p {
    position: relative;
    line-height: 1.6em;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 930px;
    margin: 0 auto;
    padding: 0px 15px;
}

.outer-container {
    position: relative;
    max-width: 1430px;
    margin: 0 auto;
    padding: 0px 15px;
}

.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;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.centered {
    text-align: center;
}

.anim-3, .anim-3-all * {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.anim-5, .anim-5-all * {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.anim-7, .anim-7-all * {
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.btn-style-one {
    position: relative;
    padding: 10px 30px;
    line-height: 22px;
    text-transform: capitalize;
    background: #fbca00;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #fbca00;
    border-width: 2px !important;
    font-family: 'Montserrat', serif;
    border-radius: 2px;
}

    .btn-style-one:hover {
        color: #fbca00 !important;
        background: none;
    }

.default-theme .btn-style-one {
    background: #0073dd;
    color: #ffffff !important;
    border: 2px solid #0073dd;
}

    .default-theme .btn-style-one:hover {
        color: #0073dd !important;
        background: none;
    }

.construction-theme .btn-style-one {
    background: #d84c21;
    color: #ffffff !important;
    border: 2px solid #d84c21;
}

.agency-theme .btn-style-one {
    background: #ff432a;
    color: #ffffff !important;
    border: 2px solid #ff432a;
}

.transportation-theme .btn-style-one {
    background: #e74c3c;
    color: #ffffff !important;
    border: 2px solid #e74c3c;
}

    .transportation-theme .btn-style-one:hover {
        color: #e74c3c !important;
        background: none;
    }

.construction-theme .btn-style-one:hover {
    color: #d84c21 !important;
    background: none;
}

.agency-theme .btn-style-one:hover {
    color: #ff432a !important;
    background: none;
}

.auto-repair-theme .btn-style-one {
    background: #00529c;
    color: #ffffff !important;
    border: 2px solid #00529c;
}

    .auto-repair-theme .btn-style-one:hover {
        color: #00529c !important;
        background: none;
    }

.btn-style-two {
    position: relative;
    padding: 10px 30px;
    line-height: 22px;
    text-transform: capitalize;
    background: none;
    color: #fbca00 !important;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #fbca00;
    border-width: 2px !important;
    font-family: 'Montserrat', serif;
    border-radius: 2px;
}

    .btn-style-two:hover {
        color: #000000 !important;
        background: #fbca00;
    }

.default-theme .btn-style-two {
    background: none;
    color: #0073dd !important;
    border: 2px solid #0073dd;
}

    .default-theme .btn-style-two:hover {
        color: #ffffff !important;
        background: #0073dd;
    }

.construction-theme .btn-style-two {
    background: none;
    color: #d84c21 !important;
    border: 2px solid #d84c21;
}

.agency-theme .btn-style-two {
    background: none;
    color: #ff432a !important;
    border: 2px solid #ff432a;
}

.transportation-theme .btn-style-two {
    background: none;
    color: #e74c3c !important;
    border: 2px solid #e74c3c;
}

    .transportation-theme .btn-style-two:hover {
        color: #ffffff !important;
        background: #e74c3c;
    }

.construction-theme .btn-style-two:hover {
    color: #ffffff !important;
    background: #d84c21;
}

.agency-theme .btn-style-two:hover {
    color: #ffffff !important;
    background: #ff432a;
}

.auto-repair-theme .btn-style-two {
    background: none;
    color: #00529c !important;
    border: 2px solid #00529c;
}

    .auto-repair-theme .btn-style-two:hover {
        color: #ffffff !important;
        background: #00529c;
    }

.btn-style-three {
    position: relative;
    padding: 10px 30px;
    line-height: 22px;
    text-transform: capitalize;
    background: none;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid #ffffff;
    border-width: 2px !important;
    font-family: 'Montserrat', serif;
    border-radius: 2px;
}

    .btn-style-three:hover {
        color: #fbca00 !important;
        border-color: #fbca00;
    }

.construction-theme .btn-style-three:hover {
    color: #d84c21 !important;
    border-color: #d84c21;
}

.auto-repair-theme .btn-style-three:hover {
    color: #fbca00 !important;
    border-color: #fbca00;
}

.default-theme .btn-style-three:hover {
    color: #0073dd !important;
    border-color: #0073dd;
}

.theme-btn .icon-left {
    padding-right: 10px;
}

.theme-btn .icon-right {
    padding-left: 10px;
}

.theme_color {
    color: #ffe34a;
}

.agency-theme .theme_color {
    color: #ff432a;
}

.transportation-theme .theme_color {
    color: #e74c3c;
}

.default-theme .theme_color {
    color: #0073dd;
}

.light-font {
    font-weight: 300;
}

.regular-font {
    font-weight: 400;
}

.semibold-font {
    font-weight: 600;
}

.bold-font {
    font-weight: 700;
}

.padd-top-10 {
    padding-top: 10px !important;
}

.padd-top-20 {
    padding-top: 20px !important;
}

.padd-top-30 {
    padding-top: 30px !important;
}

.padd-top-40 {
    padding-top: 40px !important;
}

.padd-top-50 {
    padding-top: 50px !important;
}

.padd-top-60 {
    padding-top: 60px !important;
}

.padd-top-70 {
    padding-top: 70px !important;
}

.padd-left-10 {
    padding-left: 10px !important;
}

.padd-left-20 {
    padding-left: 20px !important;
}

.padd-left-30 {
    padding-left: 30px !important;
}

.padd-left-40 {
    padding-left: 40px !important;
}

.padd-left-50 {
    padding-left: 50px !important;
}

.padd-left-60 {
    padding-left: 60px !important;
}

.padd-left-70 {
    padding-left: 70px !important;
}

.padd-bott-10 {
    padding-bottom: 10px !important;
}

.padd-bott-20 {
    padding-bottom: 20px !important;
}

.padd-bott-30 {
    padding-bottom: 30px !important;
}

.padd-bott-40 {
    padding-bottom: 40px !important;
}

.padd-bott-50 {
    padding-bottom: 50px !important;
}

.padd-bott-60 {
    padding-bottom: 60px !important;
}

.padd-bott-70 {
    padding-bottom: 70px !important;
}

.padd-bott-90 {
    padding-bottom: 90px !important;
}

.padd-bott-100 {
    padding-bottom: 100px !important;
}

.padd-right-10 {
    padding-right: 10px !important;
}

.padd-right-20 {
    padding-right: 20px !important;
}

.padd-right-30 {
    padding-right: 30px !important;
}

.padd-right-40 {
    padding-right: 40px !important;
}

.padd-right-50 {
    padding-right: 50px !important;
}

.padd-right-60 {
    padding-right: 60px !important;
}

.padd-right-70 {
    padding-right: 70px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-bott-10 {
    margin-bottom: 10px !important;
}

.margin-bott-20 {
    margin-bottom: 20px !important;
}

.margin-bott-30 {
    margin-bottom: 30px !important;
}

.margin-bott-40 {
    margin-bottom: 40px !important;
}

.margin-bott-50 {
    margin-bottom: 50px !important;
}

.margin-bott-60 {
    margin-bottom: 60px !important;
}

.margin-bott-70 {
    margin-bottom: 70px !important;
}

.no-padd-bottom {
    padding-bottom: 0px !important;
}

.no-padd-top {
    padding-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-top {
    margin-bottom: 0px !important;
}

.no-padd-left {
    padding-left: 0px !important;
}

.no-padd-right {
    padding-right: 0px !important;
}

.bg-lightgrey {
    background-color: #f4f4f4 !important;
}

.bg-grey {
    background-color: #e7ecee !important;
}

.no-bg {
    background: none !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.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.gif);
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #d05700;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .scroll-to-top:hover {
        color: #ffffff;
        background: #d05700;
    }

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar {
    position: fixed;
    top: 0;
    width: 305px;
    height: 100%;
    background: #d05700;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

    .hidden-bar .mCSB_inside > .mCSB_container {
        margin-right: 0px;
    }

    .hidden-bar.right-align {
        right: -400px;
    }

        .hidden-bar.right-align.visible-sidebar {
            right: 0px;
        }

        .hidden-bar.right-align .hidden-bar-closer {
            left: -20px;
        }

    .hidden-bar.left-align {
        left: -400px;
    }

        .hidden-bar.left-align.visible-sidebar {
            left: 0px;
        }

        .hidden-bar.left-align .hidden-bar-closer {
            right: -20px;
        }

    .hidden-bar .hidden-bar-closer {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        background: #ffffff;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        z-index: 999999;
    }

        .hidden-bar .hidden-bar-closer:hover {
            background: #fff;
        }

            .hidden-bar .hidden-bar-closer:hover .btn {
                color: #223555;
            }

        .hidden-bar .hidden-bar-closer .btn {
            background-color: transparent;
            border: none;
            outline: none;
            font-size: 14px;
        }

    .hidden-bar .social-icons {
        text-align: center;
        margin: 50px 0px 30px;
    }

        .hidden-bar .social-icons ul {
            font-size: 0;
            margin-left: -5px;
            margin-right: -5px;
        }

            .hidden-bar .social-icons ul li {
                display: inline-block;
                padding: 0 5px;
            }

                .hidden-bar .social-icons ul li a {
                    display: block;
                    width: 36px;
                    height: 36px;
                    font-size: 16px;
                    line-height: 36px;
                    text-align: center;
                    background: #d05700;
                    color: #ffffff;
                    border-radius: 5px;
                    transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -webkit-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                }

                    .hidden-bar .social-icons ul li a:hover {
                        background: #d05700;
                        color: #ffffff;
                    }

.hidden-bar-wrapper {
    height: 100%;
}

.hidden-bar .logo {
    padding: 30px 0px;
    background: #d05700;
}

    .hidden-bar .logo img {
        display: inline-block;
        max-width: 100%;
    }

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

    .hidden-bar .side-menu ul li ul a {
        background: transparent;
    }

    .hidden-bar .side-menu ul li ul li ul li a {
        background: transparent;
    }

    .hidden-bar .side-menu a.current {
        color: #fff;
    }

    .hidden-bar .side-menu li.current > a {
        color: #fff;
    }

    .hidden-bar .side-menu ul li a {
        background: transparent;
        color: #ffffff;
        display: block;
        font-weight: 500;
        text-transform: uppercase;
        border-top: 1px solid rgba(255,255,255,0.30);
        border-bottom: 1px solid rgba(255,255,255,0.30);
        padding: 10px 15px 10px 20px;
        position: relative;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .hidden-bar .side-menu ul li a:hover,
        .hidden-bar .side-menu ul li.current > a {
            background: rgba(255,255,255,0.10);
            color: #ffffff;
        }

        .hidden-bar .side-menu ul li a .btn.expander {
            background: none;
            color: #ffffff;
            border: 1px solid rgba(255,255,255,0.80);
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 0px;
            position: absolute;
            top: 6px;
            right: 20px;
            outline: none;
        }


/*** 

====================================================================
	Header style One
====================================================================

***/

.header-style-one {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

    .header-style-one .header-top {
        position: relative;
        padding: 8px 0px;
        background: #d05700;
        color: #ffffff;
        font-size: 13px;
    }

        .header-style-one .header-top .top-right,
        .transportation-theme .header-style-three .header-top .top-right {
            text-align: right;
        }

        .header-style-one .header-top ul li,
        .transportation-theme .header-style-three .header-top ul li {
            position: relative;
            display: inline-block;
            line-height: 24px;
            margin: 5px 0px;
            color: #ffffff;
        }

            .header-style-one .header-top ul li a {
                position: relative;
                color: #ffffff;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

                .header-style-one .header-top ul li a:hover {
                    color: #fbca00;
                }

        .header-style-one .header-top .top-right ul li {
            margin-left: 40px;
        }

        .header-style-one .header-top .top-left ul li .icon,
        .transportation-theme .header-style-three .header-top .top-left ul li .icon {
            position: relative;
            top: 1px;
            padding-right: 5px;
            font-size: 16px;
        }

        .header-style-one .header-top .social-links a,
        .header-style-three .header-top .social-links a {
            display: inline-block;
            color: #fafafa;
            font-size: 14px;
            margin-left: 15px;
        }

            .header-style-one .header-top .social-links a:first-child {
                margin-left: 0px;
            }

    .header-style-one .header-lower {
        position: absolute;
        left: 0px;
        top: 100%;
        width: 100%;
    }

    .header-style-one .main-box {
        position: relative;
        padding: 0px 0px 0px 0px;
        left: 0px;
        top: 0px;
        width: 100%;
        background: #d05700;
        border-radius: 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-style-one.fixed-header .header-lower {
        position: fixed;
        top: 0px;
        padding: 0px 0px;
        z-index: 999;
        opacity: 1;
        background: #d05700;
        border-bottom: 1px solid rgba(0,0,0,0.10);
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .header-style-one .main-box .outer-container {
        position: relative;
        padding: 0px 80px 0px 30px;
    }

    .header-style-one .main-box .logo-box {
        position: relative;
        float: left;
        left: 0px;
        top: 0px;
        z-index: 10;
        padding: 10px 15px;
        background: #ffffff;
    }

        .header-style-one .main-box .logo-box:after {
            content: '';
            position: absolute;
            right: -25px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: #ffffff;
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            -o-transform: skewX(-25deg);
            -moz-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        .header-style-one .main-box .logo-box .logo {
            position: relative;
            z-index: 1;
        }

            .header-style-one .main-box .logo-box .logo img {
                display: inline-block;
                max-width: 100%;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

    .header-style-one .nav-toggler {
        position: absolute;
        right: 90px;
        top: 50%;
        margin-top: -20px;
        display: none;
    }

        .header-style-one .nav-toggler button {
            position: relative;
            display: block;
            height: 40px;
            width: 40px;
            background: none;
            color: #ffffff;
            text-align: center;
            font-size: 16px;
            line-height: 34px;
            border: 1px solid #ffffff;
            border-radius: 3px;
            font-weight: normal;
        }

    .header-style-one .search-box-btn {
        position: absolute;
        right: 70px;
        font-size: 18px;
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        line-height: 40px;
        text-align: center;
        color: #000000;
        background: none;
        cursor: pointer;
    }

        .header-style-one .search-box-btn:hover {
            color: #555555;
        }

    .header-style-one .my-cart-btn {
        position: absolute;
        right: 40px;
        font-size: 18px;
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        line-height: 40px;
        text-align: center;
        color: #000000;
        background: none;
        cursor: pointer;
    }

        .header-style-one .my-cart-btn:hover {
            color: #555555;
        }

        .header-style-one .my-cart-btn .item-count {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 16px;
            height: 16px;
            color: #ffffff;
            background: #e43b49;
            font-size: 10px;
            text-align: center;
            line-height: 16px;
            border-radius: 50%;
        }

    .header-style-one .nav-outer {
        position: relative;
    }

    .header-style-one .main-menu {
        position: relative;
        padding: 0px 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .header-style-one .main-menu .navbar-collapse {
            padding: 0px;
        }

        .header-style-one .main-menu .navigation {
            position: relative;
            margin: 0px;
        }

            .header-style-one .main-menu .navigation > li {
                position: relative;
                display: inline-block;
                padding: 30px 0px;
                margin: 0px 25px;
                text-align: left;
            }

                .header-style-one .main-menu .navigation > li:after {
                    content: '';
                    position: absolute;
                    right: -26px;
                    top: 50%;
                    height: 24px;
                    margin-top: -12px;
                    border-left: 2px dotted #ffffff;
                }

                .header-style-one .main-menu .navigation > li:last-child:after {
                    display: none;
                }

                .header-style-one .main-menu .navigation > li > a {
                    position: relative;
                    display: block;
                    padding: 8px 0px;
                    color: #ffffff;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    text-transform: capitalize;
                    letter-spacing: 0px;
                    opacity: 1;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

    .header-style-one .header-style-two .main-menu .navigation > li > a {
        color: #ffffff;
    }

    .header-style-one .main-menu .navigation > li.dropdown > a {
        padding-right: 15px;
    }

        .header-style-one .main-menu .navigation > li.dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f107";
            position: absolute;
            right: 0px;
            top: 50%;
            height: 20px;
            line-height: 20px;
            margin-top: -10px;
            font-size: 15px;
            font-weight: normal;
            display: block;
        }

    .header-style-one .main-menu .navigation > li:hover > a,
    .header-style-one .main-menu .navigation > li.current > a,
    .header-style-one .main-menu .navigation > li.current-menu-item > a {
        color: #ffffff;
        opacity: 1;
    }

    .header-style-one .main-menu .navigation > li > ul {
        position: absolute;
        left: 0px;
        top: 120%;
        width: 230px;
        padding: 0px;
        z-index: 100;
        display: none;
        background: #111111;
        border-top: 3px solid rgba(255,255,2555,0.70);
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-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);
        -moz-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);
    }

        .header-style-one .main-menu .navigation > li > ul.from-right {
            left: auto;
            right: 0px;
        }

            .header-style-one .main-menu .navigation > li > ul.from-right:before {
                right: 0px;
                text-align: right;
                padding-left: 0px;
                padding-right: 25px;
            }

        .header-style-one .main-menu .navigation > li > ul > li {
            position: relative;
            width: 100%;
        }

            .header-style-one .main-menu .navigation > li > ul > li:last-child {
                border-bottom: none;
            }

            .header-style-one .main-menu .navigation > li > ul > li > a {
                position: relative;
                display: block;
                padding: 12px 20px;
                line-height: 24px;
                font-weight: 500;
                font-size: 14px;
                text-transform: capitalize;
                color: #ffffff;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

            .header-style-one .main-menu .navigation > li > ul > li:hover > a {
                background: rgba(255,255,255,0.10);
            }

            .header-style-one .main-menu .navigation > li > ul > li.dropdown > a:after {
                font-family: 'FontAwesome';
                content: "\f105";
                position: absolute;
                right: 10px;
                top: 12px;
                width: 10px;
                height: 20px;
                display: block;
                color: #ffffff;
                line-height: 20px;
                font-size: 16px;
                font-weight: normal;
                text-align: center;
                z-index: 5;
            }

            .header-style-one .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
                color: #ffffff;
            }

            .header-style-one .main-menu .navigation > li > ul > li > ul {
                position: absolute;
                left: 100%;
                top: 20px;
                width: 230px;
                padding: 0px;
                z-index: 100;
                display: none;
                background: #111111;
                border-top: 3px solid #fbca00;
            }

                .header-style-one .main-menu .navigation > li > ul > li > ul > li {
                    position: relative;
                    width: 100%;
                    border-bottom: 1px solid rgba(255,255,255,0.20);
                }

                    .header-style-one .main-menu .navigation > li > ul > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .header-style-one .main-menu .navigation > li > ul > li > ul > li > a {
                        position: relative;
                        display: block;
                        padding: 10px 20px;
                        line-height: 24px;
                        font-weight: 500;
                        font-size: 14px;
                        text-transform: capitalize;
                        color: #ffffff;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

                        .header-style-one .main-menu .navigation > li > ul > li > ul > li > a:hover {
                            color: #ffffff;
                            background: #fbca00;
                        }

    .header-style-one .main-menu .navigation > li.dropdown:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .header-style-one .main-menu .navigation li > ul > li.dropdown:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 0;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

    .header-style-one .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        background: url(../images/icons/submenu-icon.png) center center no-repeat;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

    .header-style-one .header-upper {
        position: relative;
        padding: 20px 0px;
        background: #ffffff;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        z-index: 5;
    }

        .header-style-one .header-upper .logo img {
            position: relative;
            display: inline-block;
            max-width: 100%;
        }

    .header-style-one .logo-outer {
        position: relative;
        z-index: 25;
    }

        .header-style-one .logo-outer .logo img {
            position: relative;
            display: inline-block;
            max-width: 100%;
            
        }

    .header-style-one .header-upper .upper-right {
        position: relative;
        padding: 12px 0px 0px;
    }

    .header-style-one .info-box {
        position: relative;
        float: left;
        min-height: 56px;
        margin-left: 40px;
        font-size: 14px;
        text-transform: capitalize;
        color: #929292;
        padding: 10px 0px 0px 64px;
    }

    .header-style-one.header-style-two .info-box {
        padding-left: 54px;
        color: #222222;
        text-transform: none;
    }

    .header-style-one .info-box .icon-box {
        position: absolute;
        left: 0px;
        top: 5px;
        width: 48px;
        height: 48px;
        text-align: center;
        line-height: 44px;
        border: 2px solid #d05700;
        color: #d05700;
        font-size: 24px;
        border-radius: 2px;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-style-one.header-style-two .info-box .icon-box {
        font-size: 32px;
        color: #fbca00;
        border: none;
        line-height: 50px;
    }

    .header-style-one .info-box:hover .icon-box {
        border-color: #d05700;
        color: #d05700;
    }

    .header-style-one .info-box li {
        position: relative;
        line-height: 20px;
        margin: 0px 0px;
        color: #010101;
    }

        .header-style-one .info-box li a {
            color: #777777;
        }

    .header-style-one .info-box strong {
        font-weight: 400;
        color: #010101;
        font-size: 20px;
    }


/*** 

====================================================================
	Header style Two
====================================================================

***/

.header-style-two {
    position: relative;
    left: 0px;
    top: 30px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

    .header-style-two .header-lower {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .header-style-two .main-box {
        position: relative;
        width: 100%;
        background: none;
        border-radius: 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-style-two.fixed-header .header-lower {
        position: fixed;
        top: 0px;
        padding: 0px 0px;
        z-index: 999;
        opacity: 1;
        background: #333333;
        border-bottom: 1px solid rgba(0,0,0,0.90);
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .header-style-two .main-box .logo-box {
        position: absolute;
        left: 50%;
        margin-left: -115px;
        width: 230px;
        height: 100px;
        top: 0px;
        z-index: 10;
        background: none;
        text-align: center;
        line-height: 100px;
    }

        .header-style-two .main-box .logo-box .logo {
            position: relative;
            z-index: 1;
        }

            .header-style-two .main-box .logo-box .logo img {
                display: inline-block;
                max-width: 100%;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

    .header-style-two .nav-toggler {
        position: absolute;
        right: 100px;
        top: 50%;
        margin-top: -20px;
        display: none;
    }

        .header-style-two .nav-toggler button {
            position: relative;
            display: block;
            height: 40px;
            width: 40px;
            background: none;
            color: #ffffff;
            text-align: center;
            font-size: 16px;
            line-height: 34px;
            border: 1px solid #ffffff;
            border-radius: 3px;
            font-weight: normal;
        }

    .header-style-two .search-box-btn {
        position: absolute;
        right: 40px;
        font-size: 14px;
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        background: none;
        cursor: pointer;
    }

        .header-style-two .search-box-btn:hover {
            color: #fbca00;
        }

    .header-style-two .my-cart-btn {
        position: absolute;
        right: 10px;
        font-size: 14px;
        width: 30px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        line-height: 40px;
        text-align: center;
        color: #ffffff;
        background: none;
        cursor: pointer;
    }

        .header-style-two .my-cart-btn:hover {
            color: #fbca00;
        }

        .header-style-two .my-cart-btn .item-count {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 16px;
            height: 16px;
            color: #ffffff;
            background: #e43b49;
            font-size: 10px;
            text-align: center;
            line-height: 16px;
            border-radius: 50%;
        }

    .header-style-two .nav-outer {
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.20);
    }

    .header-style-two .main-menu {
        position: relative;
        padding: 0px 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .header-style-two .main-menu .navbar-collapse {
            padding: 0px;
        }

        .header-style-two .main-menu .navigation {
            position: relative;
            float: left;
            width: 50%;
            margin: 0px;
        }

            .header-style-two .main-menu .navigation:first-child {
                padding-right: 150px;
                text-align: right;
            }

            .header-style-two .main-menu .navigation:last-child {
                padding-left: 150px;
                text-align: left;
            }

            .header-style-two .main-menu .navigation > li {
                position: relative;
                display: inline-block;
                padding: 30px 0px;
                margin: 0px 20px;
                text-align: left;
            }

                .header-style-two .main-menu .navigation > li:after {
                    content: '';
                    position: absolute;
                    left: 50%;
                    margin-left: -12px;
                    bottom: -3px;
                    width: 24px;
                    border-bottom: 5px solid #e24e35;
                    opacity: 0;
                }

                .header-style-two .main-menu .navigation > li.current:after {
                    opacity: 1;
                }

                .header-style-two .main-menu .navigation > li > a {
                    position: relative;
                    display: block;
                    padding: 8px 0px;
                    color: #ffffff;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 24px;
                    text-transform: capitalize;
                    letter-spacing: 0px;
                    opacity: 1;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                /*.header-style-two .main-menu .navigation > li.dropdown > a{
	padding-right:20px;	
}

.header-style-two .main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:50%;
	height:20px;
	line-height:20px;
	margin-top:-10px;
	font-size:14px;
	font-weight:normal;
	display:block;	
}*/

                .header-style-two .main-menu .navigation > li:hover > a,
                .header-style-two .main-menu .navigation > li.current > a,
                .header-style-two .main-menu .navigation > li.current-menu-item > a {
                    color: #e74c3c;
                    opacity: 1;
                }

                .header-style-two .main-menu .navigation > li > ul {
                    position: absolute;
                    left: 0px;
                    top: 120%;
                    width: 230px;
                    padding: 0px;
                    z-index: 100;
                    display: none;
                    background: #111111;
                    border-top: 3px solid rgba(255,255,2555,0.70);
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                    transition: all 500ms ease;
                    -webkit-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);
                    -moz-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);
                }

                    .header-style-two .main-menu .navigation > li > ul.from-right {
                        left: auto;
                        right: 0px;
                    }

                        .header-style-two .main-menu .navigation > li > ul.from-right:before {
                            right: 0px;
                            text-align: right;
                            padding-left: 0px;
                            padding-right: 25px;
                        }

                    .header-style-two .main-menu .navigation > li > ul > li {
                        position: relative;
                        width: 100%;
                    }

                        .header-style-two .main-menu .navigation > li > ul > li:last-child {
                            border-bottom: none;
                        }

                        .header-style-two .main-menu .navigation > li > ul > li > a {
                            position: relative;
                            display: block;
                            padding: 12px 20px;
                            line-height: 24px;
                            font-weight: 500;
                            font-size: 14px;
                            text-transform: capitalize;
                            color: #ffffff;
                            transition: all 500ms ease;
                            -moz-transition: all 500ms ease;
                            -webkit-transition: all 500ms ease;
                            -ms-transition: all 500ms ease;
                            -o-transition: all 500ms ease;
                        }

                        .header-style-two .main-menu .navigation > li > ul > li:hover > a {
                            color: #ffffff;
                            background: rgba(255,255,255,0.10);
                        }

                        .header-style-two .main-menu .navigation > li > ul > li.dropdown > a:after {
                            font-family: 'FontAwesome';
                            content: "\f105";
                            position: absolute;
                            right: 10px;
                            top: 12px;
                            width: 10px;
                            height: 20px;
                            display: block;
                            color: #ffffff;
                            line-height: 20px;
                            font-size: 16px;
                            font-weight: normal;
                            text-align: center;
                            z-index: 5;
                        }

                        .header-style-two .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
                            color: #ffffff;
                        }

                        .header-style-two .main-menu .navigation > li > ul > li > ul {
                            position: absolute;
                            left: 100%;
                            top: 20px;
                            width: 230px;
                            padding: 0px;
                            z-index: 100;
                            display: none;
                            background: #111111;
                            border-top: 3px solid #fbca00;
                        }

                            .header-style-two .main-menu .navigation > li > ul > li > ul > li {
                                position: relative;
                                width: 100%;
                                border-bottom: 1px solid rgba(255,255,255,0.20);
                            }

                                .header-style-two .main-menu .navigation > li > ul > li > ul > li:last-child {
                                    border-bottom: none;
                                }

                                .header-style-two .main-menu .navigation > li > ul > li > ul > li > a {
                                    position: relative;
                                    display: block;
                                    padding: 10px 20px;
                                    line-height: 24px;
                                    font-weight: 500;
                                    font-size: 14px;
                                    text-transform: capitalize;
                                    color: #ffffff;
                                    transition: all 500ms ease;
                                    -moz-transition: all 500ms ease;
                                    -webkit-transition: all 500ms ease;
                                    -ms-transition: all 500ms ease;
                                    -o-transition: all 500ms ease;
                                }

                                    .header-style-two .main-menu .navigation > li > ul > li > ul > li > a:hover {
                                        color: #ffffff;
                                        background: #fbca00;
                                    }

                .header-style-two .main-menu .navigation > li.dropdown:hover > ul {
                    visibility: visible;
                    opacity: 1;
                    top: 100%;
                }

            .header-style-two .main-menu .navigation li > ul > li.dropdown:hover > ul {
                visibility: visible;
                opacity: 1;
                top: 0;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

        .header-style-two .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
            position: absolute;
            right: 10px;
            top: 6px;
            width: 34px;
            height: 30px;
            border: 1px solid #ffffff;
            background: url(../images/icons/submenu-icon.png) center center no-repeat;
            background-size: 20px;
            cursor: pointer;
            z-index: 5;
            display: none;
        }

/*** 

====================================================================
	Header style Three
====================================================================

***/

.header-style-three {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    font-family: 'Montserrat',sans-serif;
}

    .header-style-three .outer-container {
        position: relative;
    }

    .header-style-three .header-top {
        position: relative;
        padding: 5px 0px;
        color: #000000;
        font-size: 14px;
    }

.transportation-theme .header-style-three .header-top {
    background: #e74c3c;
    color: #ffffff;
    padding: 8px 0px;
}

.header-style-three .header-top .top-right {
    text-align: right;
}

.header-style-three .header-top ul li {
    position: relative;
    display: inline-block;
    line-height: 24px;
    margin: 10px 0px;
    color: #00529c;
}

    .header-style-three .header-top ul li a {
        position: relative;
        color: #000000;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.transportation-theme .header-style-three .header-top ul li a {
    color: #ffffff;
}

.header-style-three .header-top ul li a:hover {
    color: #00529c;
}

.transportation-theme .header-style-three .header-top ul li a:hover {
    color: #ffffff;
}

.header-style-three .header-top .top-left ul li {
    margin-right: 25px;
}

.header-style-three .header-top .top-right ul li {
    margin-left: 25px;
}

.header-style-three .header-top .top-left ul li:last-child {
    margin-right: 0px;
}

.header-style-three .header-top .top-right ul li:first-child {
    margin-left: 0px;
}

.header-style-three .header-top .top-right ul li .fa {
    position: relative;
    top: 1px;
    padding-left: 10px;
    font-size: 14px;
}

.header-style-three .main-box {
    position: relative;
    padding: 0px 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-style-three.fixed-header .main-box {
    position: fixed;
    padding: 0px 0px;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    border-bottom: 1px solid rgba(0,0,0,0.10);
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.header-style-three .main-box .outer-container {
    position: relative;
    padding: 0px 15px;
    max-width: 1430px;
    border-top: 1px solid rgba(0,0,0,0.10);
}

.header-style-three .main-box .logo-box {
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    padding: 10px 0px;
    z-index: 10;
}

    .header-style-three .main-box .logo-box .logo img {
        display: inline-block;
        max-width: 100%;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.header-style-three .nav-toggler {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -18px;
    display: none;
}

    .header-style-three .nav-toggler button {
        position: relative;
        display: block;
        height: 36px;
        width: 40px;
        background: none;
        color: #0073dd;
        text-align: center;
        font-size: 16px;
        line-height: 34px;
        border: 1px solid #0073dd;
        border-radius: 3px;
        font-weight: normal;
    }

.transportation-theme .header-style-three .nav-toggler button {
    border: 1px solid #e74c3c;
    color: #e74c3c;
}

.header-style-three .nav-outer {
    position: relative;
    float: right;
}

.header-style-three .main-menu {
    position: relative;
    padding: 0px 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .header-style-three .main-menu .navbar-collapse {
        padding: 0px;
    }

    .header-style-three .main-menu .navigation {
        position: relative;
        margin: 0px;
    }

        .header-style-three .main-menu .navigation > li {
            position: relative;
            display: block;
            float: left;
            margin: 0px 0px 0px 40px;
        }

            .header-style-three .main-menu .navigation > li > a {
                position: relative;
                display: block;
                padding: 40px 0px;
                color: #999999;
                font-weight: 400;
                font-size: 15px;
                line-height: 20px;
                text-transform: capitalize;
                letter-spacing: 0px;
                opacity: 1;
                overflow: hidden;
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
            }

                .header-style-three .main-menu .navigation > li > a:before {
                    content: '';
                    position: absolute;
                    left: 50%;
                    margin-left: -10px;
                    bottom: 0px;
                    width: 20px;
                    border-bottom: 3px solid #f9d602;
                    display: block;
                    opacity: 0;
                    transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                }

.transportation-theme .header-style-three .main-menu .navigation > li > a:before {
    border-color: #e74c3c;
}

.header-style-three .main-menu .navigation > li:hover > a,
.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li.current-menu-item > a {
    color: #000000;
    opacity: 1;
}

    .header-style-three .main-menu .navigation > li:hover > a:before,
    .header-style-three .main-menu .navigation > li.current > a:before,
    .header-style-three .main-menu .navigation > li.current-menu-item > a:before {
        top: 0px;
        opacity: 1;
    }

    /*.header-style-three .main-menu .navigation > li.dropdown > a{
	padding-right:20px;	
}

.header-style-three .main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	right:0px;
	top:35px;
	font-size:14px;
	line-height:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}*/

    .header-style-three .main-menu .navigation > li:hover > a:after {
        opacity: 1;
    }

.header-style-three .main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 230px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #111111;
    border-top: 3px solid rgba(255,255,2555,0.70);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-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);
    -moz-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);
}

    .header-style-three .main-menu .navigation > li > ul.from-right {
        left: auto;
        right: 0px;
    }

    .header-style-three .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
    }

        .header-style-three .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none;
        }

        .header-style-three .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 12px 15px;
            line-height: 24px;
            font-weight: 600;
            font-size: 13px;
            text-transform: capitalize;
            color: #ffffff;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .header-style-three .main-menu .navigation > li > ul > li:hover > a {
            background: rgba(255,255,255,0.10);
        }

        .header-style-three .main-menu .navigation > li > ul > li.dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            right: 10px;
            top: 10px;
            width: 10px;
            height: 20px;
            display: block;
            color: #253d4a;
            line-height: 20px;
            font-size: 16px;
            font-weight: normal;
            text-align: center;
            z-index: 5;
        }

        .header-style-three .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
            color: #a1c436;
        }

        .header-style-three .main-menu .navigation > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 20px;
            margin-top: -2px;
            width: 230px;
            padding: 0px;
            z-index: 100;
            display: none;
            background: #a1c436;
            border: 1px solid #a1c436;
        }

            .header-style-three .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.30);
            }

                .header-style-three .main-menu .navigation > li > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .header-style-three .main-menu .navigation > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 8px 15px;
                    line-height: 24px;
                    font-weight: 400;
                    font-size: 13px;
                    text-transform: capitalize;
                    color: #ffffff;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                    .header-style-three .main-menu .navigation > li > ul > li > ul > li > a:hover {
                        color: #a1c436;
                    }

.header-style-three .main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.header-style-three .main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-three .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/*** 

====================================================================
	Header style Four
====================================================================

***/

.header-style-four {
    position: absolute;
    left: 0px;
    top: 20px;
    z-index: 999;
    width: 100%;
    background: none;
    font-family: 'Montserrat',sans-serif;
}

    .header-style-four .outer-container {
        position: relative;
    }

    .header-style-four .main-box {
        position: relative;
        padding: 0px 0px;
        left: 0px;
        top: 0px;
        width: 100%;
        background: none;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .header-style-four.fixed-header .main-box {
        position: fixed;
        padding: 0px 0px;
        z-index: 999;
        opacity: 1;
        visibility: visible;
        background: #222222;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .header-style-four .main-box .outer-container {
        position: relative;
        padding: 0px 15px;
        max-width: 1430px;
        border-top: 1px solid rgba(0,0,0,0.10);
    }

    .header-style-four .main-box .logo-box {
        position: relative;
        float: left;
        left: 0px;
        top: 0px;
        padding: 0px 0px;
        z-index: 10;
    }

        .header-style-four .main-box .logo-box .logo img {
            display: inline-block;
            max-width: 100%;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

    .header-style-four .nav-toggler {
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -18px;
        display: none;
    }

        .header-style-four .nav-toggler button {
            position: relative;
            display: block;
            height: 36px;
            width: 40px;
            background: none;
            color: #ffffff;
            text-align: center;
            font-size: 16px;
            line-height: 34px;
            border: 1px solid #ffffff;
            border-radius: 3px;
            font-weight: normal;
        }

    .header-style-four .nav-outer {
        position: relative;
        float: right;
    }

    .header-style-four .main-menu {
        position: relative;
        padding: 0px 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .header-style-four .main-menu .navbar-collapse {
            padding: 0px;
        }

        .header-style-four .main-menu .navigation {
            position: relative;
            margin: 0px;
        }

            .header-style-four .main-menu .navigation > li {
                position: relative;
                display: block;
                float: left;
                margin: 0px 0px 0px 40px;
            }

                .header-style-four .main-menu .navigation > li > a {
                    position: relative;
                    display: block;
                    padding: 30px 0px;
                    color: #ffffff;
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 20px;
                    text-transform: capitalize;
                    letter-spacing: 0px;
                    opacity: 1;
                    overflow: hidden;
                    transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -webkit-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                }

                    .header-style-four .main-menu .navigation > li > a:before {
                        content: '';
                        position: absolute;
                        left: 50%;
                        margin-left: -10px;
                        bottom: 0px;
                        width: 20px;
                        border-bottom: 3px solid #0073dd;
                        display: block;
                        opacity: 0;
                        transition: all 300ms ease;
                        -moz-transition: all 300ms ease;
                        -webkit-transition: all 300ms ease;
                        -ms-transition: all 300ms ease;
                        -o-transition: all 300ms ease;
                    }

.transportation-theme .header-style-four .main-menu .navigation > li > a:before {
    border-color: #e74c3c;
}

.header-style-four .main-menu .navigation > li:hover > a,
.header-style-four .main-menu .navigation > li.current > a,
.header-style-four .main-menu .navigation > li.current-menu-item > a {
    color: #0073dd;
    opacity: 1;
}

    .header-style-four .main-menu .navigation > li:hover > a:before,
    .header-style-four .main-menu .navigation > li.current > a:before,
    .header-style-four .main-menu .navigation > li.current-menu-item > a:before {
        top: 0px;
        opacity: 1;
    }

    /*.header-style-four .main-menu .navigation > li.dropdown > a{
	padding-right:20px;	
}

.header-style-four .main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	position:absolute;
	right:0px;
	top:35px;
	font-size:14px;
	line-height:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}*/

    .header-style-four .main-menu .navigation > li:hover > a:after {
        opacity: 1;
    }

.header-style-four .main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 120%;
    width: 230px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #111111;
    border-top: 3px solid rgba(255,255,2555,0.70);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-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);
    -moz-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);
}

    .header-style-four .main-menu .navigation > li > ul.from-right {
        left: auto;
        right: 0px;
    }

    .header-style-four .main-menu .navigation > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0);
    }

        .header-style-four .main-menu .navigation > li > ul > li:last-child {
            border-bottom: none;
        }

        .header-style-four .main-menu .navigation > li > ul > li > a {
            position: relative;
            display: block;
            padding: 12px 15px;
            line-height: 24px;
            font-weight: 600;
            font-size: 13px;
            text-transform: capitalize;
            color: #ffffff;
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .header-style-four .main-menu .navigation > li > ul > li:hover > a {
            background: rgba(255,255,255,0.10);
        }

        .header-style-four .main-menu .navigation > li > ul > li.dropdown > a:after {
            font-family: 'FontAwesome';
            content: "\f105";
            position: absolute;
            right: 10px;
            top: 10px;
            width: 10px;
            height: 20px;
            display: block;
            color: #253d4a;
            line-height: 20px;
            font-size: 16px;
            font-weight: normal;
            text-align: center;
            z-index: 5;
        }

        .header-style-four .main-menu .navigation > li > ul > li.dropdown:hover > a:after {
            color: #a1c436;
        }

        .header-style-four .main-menu .navigation > li > ul > li > ul {
            position: absolute;
            left: 100%;
            top: 20px;
            margin-top: -2px;
            width: 230px;
            padding: 0px;
            z-index: 100;
            display: none;
            background: #a1c436;
            border: 1px solid #a1c436;
        }

            .header-style-four .main-menu .navigation > li > ul > li > ul > li {
                position: relative;
                width: 100%;
                border-bottom: 1px solid rgba(255,255,255,0.30);
            }

                .header-style-four .main-menu .navigation > li > ul > li > ul > li:last-child {
                    border-bottom: none;
                }

                .header-style-four .main-menu .navigation > li > ul > li > ul > li > a {
                    position: relative;
                    display: block;
                    padding: 8px 15px;
                    line-height: 24px;
                    font-weight: 400;
                    font-size: 13px;
                    text-transform: capitalize;
                    color: #ffffff;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                    .header-style-four .main-menu .navigation > li > ul > li > ul > li > a:hover {
                        color: #a1c436;
                    }

.header-style-four .main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.header-style-four .main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-style-four .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    background: url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.80);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

    .search-popup.popup-visible {
        top: 0;
        visibility: visible;
        opacity: 1;
    }

    .search-popup .close-search {
        position: absolute;
        right: 25px;
        top: 25px;
        font-size: 20px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
    }

        .search-popup .close-search:hover {
            opacity: 0.70;
        }

    .search-popup .search-form {
        position: relative;
        padding: 0px 15px 50px;
        padding-top: 200px;
        max-width: 1024px;
        margin: 0 auto;
    }

        .search-popup .search-form fieldset {
            position: relative;
            border: 5px solid rgba(255,255,255,0.80);
            -webkit-border-radius: 12px;
            -ms-border-radius: 12px;
            -o-border-radius: 12px;
            -moz-border-radius: 12px;
            border-radius: 12px;
        }

            .search-popup .search-form fieldset input[type="search"],
            .search-popup .search-form fieldset input.form-control {
                position: relative;
                height: 70px;
                padding: 20px 220px 20px 30px;
                background: #ffffff;
                line-height: 30px;
                font-size: 24px;
                color: #233145;
                -webkit-border-radius: 7px;
                -ms-border-radius: 7px;
                -o-border-radius: 7px;
                -moz-border-radius: 7px;
                border-radius: 7px;
            }

            .search-popup .search-form fieldset input[type="submit"] {
                position: absolute;
                display: block;
                right: 0px;
                top: 0px;
                text-align: center;
                width: 220px;
                padding: 20px 10px 20px 10px;
                color: #363636;
                background: #ffe34a;
                line-height: 30px;
                height: 70px;
                font-size: 20px;
                text-transform: uppercase;
                font-family: 'Oswald',sans-serif;
                -moz-border-radius: 0px 7px 7px 0px;
                -ms-border-radius: 0px 7px 7px 0px;
                -o-border-radius: 0px 7px 7px 0px;
                -webkit-border-radius: 0px 7px 7px 0px;
                border-radius: 0px 7px 7px 0px;
            }

                .search-popup .search-form fieldset input[type="submit"]:hover {
                    background: #334551;
                    color: #ffffff;
                }

    .search-popup h3 {
        font-family: 'Oswald',sans-serif;
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 30px;
        text-align: center;
        letter-spacing: 1px;
    }

    .search-popup .recent-searches {
        font-size: 14px;
        color: #ffffff;
        text-align: center;
    }

        .search-popup .recent-searches li {
            display: inline-block;
            margin: 0px 10px 10px 0px;
        }

            .search-popup .recent-searches li a {
                display: block;
                line-height: 24px;
                border: 1px solid #ffffff;
                padding: 5px 20px;
                color: #ffffff;
                border-radius: 3px;
            }

                .search-popup .recent-searches li a:hover {
                    color: #ffe34a;
                    border-color: #ffe34a;
                }

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider {
    position: relative;
    width: 100%;
    z-index: 10;
}

.style-one .transparent-bg-layer-full {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    /*background: rgba(38,50,71,0.60);*/
}

.style-two .transparent-bg-layer-full {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
}

.auto-repair-theme .style-one .transparent-bg-layer-full {
    background: rgba(0,82,156,0.70);
}

.agency-theme .style-one .transparent-bg-layer-full {
    background: rgba(0,0,0,0.50);
}

.transportation-theme .style-one .transparent-bg-layer-full {
    background: rgba(32,19,18,0.70);
}

.main-slider .sub-heading {
    position: relative;
    font-size: 24px;
    color: #fbca00;
    text-transform: uppercase;
}

.main-slider .lined-title {
    position: relative;
    font-size: 28px;
    color: #fbca00;
    text-transform: uppercase;
}

    .main-slider .lined-title:after {
        content: '';
        position: absolute;
        left: 110% !important;
        bottom: 12px;
        width: 50px;
        border-bottom: 3px solid #fbca00;
    }

.main-slider .big-text {
    font-size: 64px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.main-slider .bigger-text {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3em;
    font-family: 'Montserrat', sans-serif;
}

.main-slider .big-heading {
    position: relative;
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
}

    .main-slider .big-heading:after {
        content: '';
        position: absolute;
        left: 50%;
        width: 80px;
        margin-left: -40px;
        bottom: 0px;
        border-bottom: 5px solid #f9d602;
    }

.main-slider .bg-text {
    font-size: 20px;
    color: #000000;
    background: #fbca00;
    padding: 5px 25px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.main-slider .text {
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    line-height: 1.8em;
}

.transportation-theme .main-slider .text {
    font-size: 20px;
    line-height: 1.8em;
}

.auto-repair-theme .main-slider .text {
    font-size: 20px;
    font-family: 'Open Sans',sans-serif;
    color: #ffffff;
    line-height: 1.8em;
}

.main-slider .tp-bullets.preview3 .bullet {
    background: #d05700 !important;
    width: 25px !important;
    height: 4px !important;
    border: 0px !important;
    border-radius: 2px !important;
    margin: 0px 7px;
}

.agency-theme .main-slider .tp-bullets.preview3 .bullet {
    background: #e74c3c !important;
}

.transportation-theme .main-slider .tp-bullets.preview3 .bullet {
    background: #e74c3c !important;
}

.main-slider .tp-bullets.preview4 .bullet:hover,
.main-slider .tp-bullets.preview4 .bullet.selected {
    border-color: #000000 !important;
    background: #000000 !important;
}

.main-slider .tp-bullets.preview4 .bullet {
    background: #ffe34a !important;
    width: 25px !important;
    height: 4px !important;
    border: 0px !important;
    border-radius: 2px !important;
    margin: 0px 7px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected {
    border-color: #000000 !important;
    background: #ffffff !important;
}

.main-slider .tparrows.preview3 {
    background: none !important;
    width: 50px;
    overflow: hidden;
    margin-top: 10px !important;
}

    .main-slider .tparrows.preview3::after {
        top: 0px;
        background: #d05700;
        color: #ffffff;
        font-size: 26px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        padding: 0px;
    }

.agency-theme .main-slider .tparrows.preview3::after {
    background: #e74c3c;
    color: #ffffff;
}

.transportation-theme .main-slider .tparrows.preview3::after {
    background: #e74c3c;
    color: #ffffff;
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f104';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f105';
    font-family: 'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 0px;
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 0px;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.main-slider .tp-bannertimer {
    display: none !important;
}

/*** 

====================================================================
	Call to Action One
====================================================================

***/

.call-to-action-one {
    position: relative;
    padding: 40px 0px;
    background: #d05700;
}

    .call-to-action-one .left-column {
        position: relative;
        float: left;
    }

    .call-to-action-one .right-column {
        position: relative;
        float: right;
    }

    .call-to-action-one .left-column .title-outer {
        position: relative;
        min-height: 70px;
        padding-left: 100px;
        background: url(../images/icons/icon-coupon.png) left top no-repeat;
    }

    .call-to-action-one .left-column h4 {
        padding-top: 10px;
        color: #000000;
        font-size: 16px;
    }

    .call-to-action-one .left-column h2 {
        color: #000000;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .call-to-action-one .btn-coupon {
        position: relative;
        display: inline-block;
        margin-top: 5px;
        padding: 10px 50px;
        border: 2px dashed #000000;
        text-transform: uppercase;
        line-height: 44px;
        font-size: 14px;
        outline: 1px solid transparent;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
    }

        .call-to-action-one .btn-coupon:hover {
            background: #ffffff;
            color: #000000;
            outline-color: #ffffff;
            outline-offset: -5px;
        }

/*** 

====================================================================
	Section Title Style
====================================================================

***/

.centered-title {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

    .centered-title .subtitle {
        position: relative;
        display: block;
        font-family: 'Open Sans Condensed',sans-serif;
        color: #f4cf3e;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .centered-title h2 {
        position: relative;
        display: inline-block;
        font-size: 32px;
        color: #000000;
        font-weight: 400;
        padding-bottom: 10px;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-family: 'Montserrat', sans-serif;
    }

        .centered-title h2 strong {
            font-weight: 700;
        }

        .centered-title h2:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0px;
            width: 50px;
            border-bottom: 3px solid #fbca00;
        }

    .centered-title.style-two h2 {
        position: relative;
        display: inline-block;
        font-size: 32px;
        color: #000000;
        font-weight: 400;
        padding-bottom: 10px;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-family: 'Montserrat', sans-serif;
    }

        .centered-title.style-two h2:before {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: 18px;
            bottom: 0px;
            width: 25px;
            border-bottom: 4px solid #c8cbce;
        }

        .centered-title.style-two h2:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -28px;
            bottom: 0px;
            width: 40px;
            border-bottom: 4px solid #d05700;
        }

    .centered-title .desc-text,
    .double-title .desc-text,
    .centered-title-two .desc-text {
        max-width: 850px;
        margin: 0 auto;
        color: #999999;
        font-size: 17px;
        line-height: 1.8em;
    }

    .centered-title .desc-text {
        padding-top: 10px;
    }

.centered-title-two .desc-text {
    padding-top: 25px;
    color: #555555;
    max-width: 920px;
}

.centered-title-two {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

    .centered-title-two .subtitle {
        position: relative;
        display: block;
        font-family: 'Montserrat',sans-serif;
        color: #999999;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 1px;
        line-height: 24px;
    }

    .centered-title-two h2 {
        position: relative;
        display: inline-block;
        font-size: 32px;
        color: #000000;
        font-weight: 700;
        letter-spacing: 0px;
        text-transform: uppercase;
        line-height: 40px;
        font-family: 'Montserrat', sans-serif;
    }

        .centered-title-two h2 .theme_color {
            color: #ff432a;
        }

.lined-title {
    position: relative;
    margin-bottom: 60px;
}

    .lined-title h2 {
        position: relative;
        display: inline-block;
        font-size: 28px;
        color: #000000;
        font-weight: 700;
        padding: 0px 0px 5px 0px;
        letter-spacing: 0px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-family: 'Montserrat', sans-serif;
    }

        .lined-title h2:after {
            content: '';
            position: absolute;
            right: 0px;
            bottom: 0px;
            width: 2000px;
            border-bottom: 3px solid #fbca00;
        }

.double-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

    .double-title h5 {
        position: relative;
        display: block;
        font-size: 14px;
        color: #000000;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        line-height: 14px;
        font-family: 'Montserrat', sans-serif;
    }

    .double-title h2 {
        position: relative;
        display: inline-block;
        font-size: 42px;
        color: #000000;
        font-weight: 400;
        word-spacing: 3px;
        text-transform: capitalize;
        line-height: 1.2em;
        letter-spacing: -1px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 25px;
    }

        .double-title h2 strong {
            font-weight: 700;
        }

.left-border-title {
    position: relative;
    margin-bottom: 40px;
}

    .left-border-title h2 {
        position: relative;
        display: block;
        font-size: 32px;
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.4em;
        padding-left: 20px;
        font-family: 'Montserrat', sans-serif;
    }

        .left-border-title h2:before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 10px;
            height: 30px;
            background: #d05700;
        }

    .left-border-title .desc-text {
        position: relative;
        max-width: 1200px;
        color: #666666;
        font-weight: 400;
        line-height: 1.8em;
        padding-top: 15px;
    }

.default-sec-title {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

    .default-sec-title.left-aligned {
        text-align: left;
    }

    .default-sec-title h2 {
        position: relative;
        font-size: 32px;
        color: #000000;
        text-transform: capitalize;
        line-height: 1.4em;
        font-weight: 700;
    }

    .default-sec-title .desc-text {
        position: relative;
        padding-top: 20px;
        max-width: 850px;
        margin: 0 auto;
        font-size: 16px;
        color: #666666;
        line-height: 1.8em;
    }

    .default-sec-title.left-aligned .desc-text {
        max-width: 1024px;
        margin: 0px;
    }

/*** 

====================================================================
	Services Style One
====================================================================

***/

.services-style-one {
    position: relative;
    padding: 100px 0px 70px;
    background: #ffffff;
}

    .services-style-one .column {
        margin-bottom: 30px;
    }

        .services-style-one .column .inner-box {
            position: relative;
            display: block;
            text-align: center;
        }

        .services-style-one .column .image-box {
            position: relative;
            display: block;
            width: 100%;
            overflow: hidden;
        }

            .services-style-one .column .image-box img {
                display: block;
                width: 100%;
            }

            .services-style-one .column .image-box .overlay-box {
                position: absolute;
                right: -100px;
                top: 0px;
                width: 100%;
                height: 100%;
                text-align: center;
                color: #ffffff;
                opacity: 0;
                transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
            }

                .services-style-one .column .image-box .overlay-box .icon {
                    position: absolute;
                    display: block;
                    right: 0px;
                    bottom: 0px;
                    width: 60px;
                    height: 44px;
                    line-height: 44px;
                    background: #d05700;
                    color: #ffffff;
                    font-size: 24px;
                }

        .services-style-one .column:hover .image-box .overlay-box {
            opacity: 1;
            right: 0px;
        }

        .services-style-one .column .lower-box {
            position: relative;
            padding: 30px 30px 0px;
        }

        .services-style-one .column .title {
            font-size: 24px;
            color: #000000;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1.2em;
            margin-bottom: 15px;
        }

        .services-style-one .column .sub-title {
            font-size: 14px;
            color: #fbca00;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .services-style-one .column .text {
            font-size: 16px;
            color: #999999;
        }

/*** 

====================================================================
	Default Content Section
====================================================================

***/

.default-content-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #ffffff;
}

    .default-content-section.extended {
        padding-bottom: 0px;
        border-bottom: 1px solid #f0f0f0;
    }

    .default-content-section .text-column,
    .default-content-section .image-column {
        position: relative;
        margin-bottom: 30px;
    }

    .default-content-section .text-column {
        z-index: 1;
    }

        .default-content-section .text-column h2 {
            color: #000000;
            font-weight: 700;
            font-size: 32px;
            text-transform: capitalize;
            margin-bottom: 20px;
        }

        .default-content-section .text-column .logo-image {
            position: relative;
            margin-bottom: 20px;
        }

            .default-content-section .text-column .logo-image img {
                display: block;
                max-width: 100%;
            }

        .default-content-section .text-column .text {
            position: relative;
            font-size: 16px;
            line-height: 1.8em;
            margin-bottom: 40px;
        }

            .default-content-section .text-column .text p {
                margin-bottom: 20px;
                line-height: 1.8em;
            }

        .default-content-section .text-column .content-info strong {
            position: relative;
            display: block;
            color: #fbca00;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 3px;
            text-transform: capitalize;
        }

    .default-content-section.extended .text-column .content-info strong,
    .default-content-section.style-two .text-column .content-info strong {
        color: #000000;
    }

    .default-content-section .text-column .content-info .designation {
        display: block;
        color: #000000;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .default-content-section.extended .text-column .content-info .designation,
    .default-content-section.style-two .text-column .content-info .designation {
        color: #999999;
    }

    .default-content-section .image-column .inner {
        position: relative;
    }

    .default-content-section .image-column .image-box {
        position: relative;
        float: right;
        margin-right: 120px;
        margin-bottom: 70px;
    }

    .default-content-section.extended .image-column .image-box {
        margin-right: 0px;
        margin-top: -70px;
        margin-bottom: 0px;
    }

    .default-content-section.style-two .image-column .image-box {
        margin-bottom: 0px;
    }

    .default-content-section .image-column .image-box img {
        position: relative;
        display: block;
        width: 100%;
    }

    .default-content-section .image-column .video-box {
        position: absolute;
        top: 160px;
        right: 0px;
        max-width: 260px;
    }

        .default-content-section .image-column .video-box img {
            display: block;
            width: 100%;
        }

        .default-content-section .image-column .video-box .play-link {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.50);
            text-align: center;
        }

            .default-content-section .image-column .video-box .play-link .icon {
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -30px;
                margin-left: -30px;
                width: 60px;
                height: 60px;
                line-height: 60px;
                padding-left: 3px;
                color: #ffffff;
                font-size: 20px;
                background: #fbca00;
                border-radius: 50%;
            }


/*** 

====================================================================
	News Section One
====================================================================

***/

.news-section-one {
    position: relative;
    padding: 120px 0px 90px;
    background: #ffffff;
}

.news-style-one {
    position: relative;
    margin-bottom: 30px;
}

    .news-style-one .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .news-style-one .inner-box:hover {
            -webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.20);
            -ms-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.20);
            -o-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.20);
            -moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.20);
            box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.20);
        }

    .news-style-one .image-box {
        position: relative;
        display: block;
    }

        .news-style-one .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

        .news-style-one .image-box .date {
            position: absolute;
            left: 15px;
            top: 15px;
            width: 70px;
            font-size: 12px;
            font-family: 'Montserrat', sans-serif;
            text-align: center;
            padding: 10px;
            background: #fbca00;
            color: #000000;
            line-height: 24px;
        }

            .news-style-one .image-box .date strong {
                display: block;
                font-weight: 700;
                font-size: 24px;
            }

    .news-style-one .lower-content {
        position: relative;
        padding: 25px;
    }

        .news-style-one .lower-content h3 {
            position: relative;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 15px;
            line-height: 1.3em;
            color: #000000;
        }

            .news-style-one .lower-content h3 a {
                color: #000000;
            }

                .news-style-one .lower-content h3 a:hover {
                    color: #fbca00;
                }

            .news-style-one .lower-content h3:before {
                content: '';
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 35px;
                height: 4px;
                background: #fbca00;
            }

            .news-style-one .lower-content h3:after {
                content: '';
                position: absolute;
                left: 42px;
                bottom: 0px;
                width: 20px;
                height: 4px;
                background: #ababab;
            }

        .news-style-one .lower-content .info {
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            color: #999999;
            line-height: 24px;
        }


.list-view .news-list-style {
    position: relative;
    margin-bottom: 30px;
}

    .list-view .news-list-style .inner {
        position: relative;
        display: block;
        padding-left: 150px;
        min-height: 110px;
    }

    .list-view .news-list-style .image {
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        width: 130px;
    }

        .list-view .news-list-style .image img {
            position: relative;
            display: block;
            width: 100%;
        }

    .list-view .news-list-style .content {
        position: relative;
    }

        .list-view .news-list-style .content h3 {
            position: relative;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 18px;
            padding-bottom: 15px;
            line-height: 1.3em;
            color: #000000;
        }

            .list-view .news-list-style .content h3 a {
                color: #000000;
            }

                .list-view .news-list-style .content h3 a:hover {
                    color: #fbca00;
                }

            .list-view .news-list-style .content h3:before {
                content: '';
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 35px;
                height: 4px;
                background: #fbca00;
            }

            .list-view .news-list-style .content h3:after {
                content: '';
                position: absolute;
                left: 42px;
                bottom: 0px;
                width: 20px;
                height: 4px;
                background: #ababab;
            }

        .list-view .news-list-style .content .info {
            font-size: 14px;
            font-family: 'Montserrat', sans-serif;
            color: #999999;
            line-height: 24px;
        }

.list-view .theme-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 14px 20px;
}


/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-style-one {
    position: relative;
    padding: 120px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .gallery-style-one.extended {
        background: #ffffff;
    }

    .gallery-style-one:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(27,39,61,0.90)
    }

    .gallery-style-one.extended:before {
        display: none;
    }

    .gallery-style-one .outer-container {
        position: relative;
        z-index: 1;
    }


    .gallery-style-one .centered-title h2 {
        color: #ffffff;
    }

    .gallery-style-one .filters {
        position: relative;
        font-family: 'Montserrat',sans-serif;
        margin-bottom: 50px;
    }

        .gallery-style-one .filters li {
            position: relative;
            display: inline-block;
            padding: 0px 0px 0px;
            line-height: 24px;
            color: #ffffff;
            cursor: pointer;
            text-transform: capitalize;
            font-size: 16px;
            font-weight: 400;
            margin: 0px 20px 10px;
            transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

    .gallery-style-one.extended .filters li,
    .gallery-style-one.extended .filters li:after {
        color: #999999;
    }

    .gallery-style-one .filters li:after {
        content: '/';
        position: absolute;
        right: -24px;
        top: 50%;
        height: 24px;
        line-height: 24px;
        margin-top: -12px;
        color: #ffffff;
    }

    .gallery-style-one .filters li:last-child:after {
        display: none;
    }

    .gallery-style-one .filters li:hover,
    .gallery-style-one .filters li.active {
        color: #fbca00;
    }

.default-theme .gallery-style-one .filters li:hover,
.default-theme .gallery-style-one .filters li.active {
    color: #0073dd;
}

.portfolio-item-one {
    position: relative;
    margin-bottom: 30px;
}

    .portfolio-item-one.mix {
        display: none;
    }

.full-width .portfolio-item-one {
    padding: 0px !important;
    margin: 0px !important;
}

.portfolio-item-one .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.portfolio-item-one .image-box {
    position: relative;
    display: block;
}

    .portfolio-item-one .image-box img {
        position: relative;
        display: block;
        width: 100%;
    }

.portfolio-item-one .caption-box {
    position: relative;
    display: block;
    padding: 15px 25px;
    color: #ffffff;
    background: #fbca00;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.portfolio-item-one:hover .caption-box {
    background: #012f5d;
}

.portfolio-item-one .caption-box h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 24px;
}

    .portfolio-item-one .caption-box h4 a {
        display: block;
        color: #ffffff;
    }

.portfolio-item-one .caption-box .icon {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 24px;
}

.portfolio-item-one .overlay-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.portfolio-item-one .inner-box:hover .overlay-box {
    top: 0px;
    opacity: 1;
}

.portfolio-item-one .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px 40px;
    background-color: rgba(249,194,2,0.90);
}

.agency-theme .portfolio-item-one .overlay-inner {
    background-color: rgba(255,67,42,0.90);
}

.default-theme .portfolio-item-one .overlay-inner {
    background-color: rgba(0,115,221,0.90);
}

.portfolio-item-one .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.portfolio-item-one .overlay-inner .option-btn {
    position: relative;
    display: inline-block;
    line-height: 42px;
    color: #000000;
    font-size: 24px;
    width: 44px;
    height: 44px;
    margin: 0px 5px 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.agency-theme .portfolio-item-one .overlay-inner .option-btn {
    color: #ffffff;
}

.portfolio-item-one .overlay-inner .option-btn:hover {
    color: #ffffff;
}

.default-theme .overlay-inner .option-btn {
    color: #ffffff;
}

.portfolio-item-one .inner-box .caption {
    position: absolute;
    text-align: center;
    background: #000000;
    left: 0px;
    bottom: -150px;
    width: 100%;
    padding: 12px 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.portfolio-item-one:hover .inner-box .caption {
    bottom: 0px;
}

.portfolio-item-one .inner-box .caption h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
}

    .portfolio-item-one .inner-box .caption h3 a {
        color: #ffffff;
    }

.fancybox-next span,
.fancybox-prev span {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    text-align: center;
}

    .fancybox-next span:before,
    .fancybox-prev span:before {
        content: '';
        position: absolute;
        font-family: 'FontAwesome';
        left: 0px;
        top: 0px;
        font-size: 12px;
        width: 44px !important;
        height: 44px !important;
        line-height: 44px !important;
        background-color: rgba(28,28,28,0.40) !important;
        color: #ffffff;
        visibility: visible;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

    .fancybox-next span:before {
        content: '\f178';
    }

    .fancybox-prev span:before {
        content: '\f177';
    }

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before {
    background-color: #ffffff !important;
    color: #000000;
}

.fancybox-type-image .fancybox-close {
    right: 0px;
    top: 0px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/icon-cross.png) center center no-repeat;
    background-color: rgba(17,17,17,0.50) !important;
}

    .fancybox-type-image .fancybox-close:hover {
        background-color: #000000 !important;
    }

.fancybox-type-image .fancybox-skin {
    padding: 0px !important;
}

/*** 

====================================================================
	Testimonial Style One
====================================================================

***/

.testimonial-style-one {
    position: relative;
    padding: 120px 0px;
    background-color: #e9eef0;
}

    .testimonial-style-one .slide-item .inner-box {
        position: relative;
        padding: 40px;
        padding-left: 170px;
        background: #ffffff;
        min-height: 190px;
    }

    .testimonial-style-one .slide-item .image-outer {
        position: absolute;
        left: 40px;
        top: 40px;
        width: 110px;
    }

        .testimonial-style-one .slide-item .image-outer img {
            display: block;
            width: 100%;
        }

    .testimonial-style-one .slide-item .content-outer {
        position: relative;
    }

    .testimonial-style-one .slide-item h4 {
        color: #333333;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Montserrat',sans-serif;
    }

    .testimonial-style-one .slide-item .text {
        position: relative;
        color: #777777;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .testimonial-style-one .slide-item .quote-icon {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #d0d0d0;
        font-size: 24px;
    }

    .testimonial-style-one .owl-controls {
        margin: 0px !important;
        padding: 0px !important;
    }

        .testimonial-style-one .owl-controls .owl-dots {
            padding-top: 50px;
        }

            .testimonial-style-one .owl-controls .owl-dots .owl-dot span {
                width: 10px;
                height: 10px;
                background: #999999;
                -webkit-transform: scale(0.6);
                -ms-transform: scale(0.6);
                transform: scale(0.6);
                margin: 0px 8px;
            }

            .testimonial-style-one .owl-controls .owl-dots .owl-dot.active span {
                background: #fbca00;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

.auto-repair-theme .testimonial-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #00529c;
}

.agency-theme .testimonial-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #ff432a;
}

.transportation-theme .testimonial-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #e74c3c;
}

.default-theme .testimonial-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #0073dd;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 0px;
    border: 1px solid #fbca00;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px;
    background: #fbca00;
}

.auto-repair-theme .testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
    background: #00529c;
    border-color: #00529c;
}

.agency-theme .testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
    background: #ff432a;
    border-color: #ff432a;
}

.transportation-theme .testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
    background: #e74c3c;
    border-color: #e74c3c;
}

.default-theme .testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
    background: #0073dd;
    border-color: #0073dd;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-prev"] {
    left: -100px;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-next"] {
    right: -100px;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #fbca00;
    background: none;
    border-color: #fbca00;
}

.auto-repair-theme .testimonial-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #00529c;
    border-color: #00529c;
}

.agency-theme .testimonial-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #ff432a;
    border-color: #ff432a;
}

.transportation-theme .testimonial-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #e74c3c;
    border-color: #e74c3c;
}

/*** 

====================================================================
	Sponsors Style One
====================================================================

***/

.sponsors-style-one {
    position: relative;
    padding: 20px 0px;
    overflow: hidden;
}

.auto-repair-theme .sponsors-style-one,
.agency-theme .sponsors-style-one,
.transportation-theme .sponsors-style-one {
    padding-bottom: 170px;
}

.sponsors-style-one .sponsors-slider li {
    text-align: center;
}

.sponsors-style-one .sponsors-slider img {
    display: inline-block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    opacity: 1;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

    .sponsors-style-one .sponsors-slider img:hover {
        opacity: 0.50;
    }

.sponsors-style-one .owl-controls {
    padding: 0px !important;
    margin: 0px !important;
}

.auto-repair-theme .sponsors-style-one .owl-controls,
.agency-theme .sponsors-style-one .owl-controls,
.transportation-theme .sponsors-style-one .owl-controls,
.default-theme .sponsors-style-one .owl-controls {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 50px auto 0px !important;
}

.sponsors-style-one .owl-controls .owl-nav {
    display: none !important;
}

.sponsors-style-one .owl-controls .owl-dots {
    padding-top: 50px;
}

.auto-repair-theme .sponsors-style-one .owl-controls .owl-dots,
.agency-theme .sponsors-style-one .owl-controls .owl-dots,
.transportation-theme .sponsors-style-one .owl-controls .owl-dots,
.default-theme .sponsors-style-one .owl-controls .owl-dots {
    position: absolute;
    left: 0px;
    bottom: -38px;
    width: 100%;
    padding: 0px;
}

.sponsors-style-one .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #999999;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    margin: 0px 8px;
}

.sponsors-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #fbca00;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.auto-repair-theme .sponsors-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #00529c;
}

.agency-theme .sponsors-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #ff432a;
}

.transportation-theme .sponsors-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #e74c3c;
}

.default-theme .sponsors-style-one .owl-controls .owl-dots .owl-dot.active span {
    background: #0073dd;
}

.auto-repair-theme .sponsors-style-one .owl-controls .owl-nav,
.agency-theme .sponsors-style-one .owl-controls .owl-nav,
.transportation-theme .sponsors-style-one .owl-controls .owl-nav,
.default-theme .sponsors-style-one .owl-controls .owl-nav {
    position: relative;
    margin: 0px !important;
    z-index: 2;
    display: block !important;
}

    .auto-repair-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"],
    .agency-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"],
    .transportation-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"],
    .default-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        margin: 0px 0px 0px 0px;
        width: 46px;
        height: 46px;
        padding: 0px;
        border: 2px solid #00529c;
        color: #00529c;
        font-size: 20px;
        line-height: 42px;
        text-align: center;
        border-radius: 0px;
        background: none;
    }

    .agency-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"] {
        color: #ff432a;
        border-color: #ff432a;
    }

    .transportation-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"] {
        color: #e74c3c;
        border-color: #e74c3c;
    }

    .default-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"] {
        color: #0073dd;
        border-color: #0073dd;
    }

    .auto-repair-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-prev"],
    .agency-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-prev"],
    .transportation-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-prev"],
    .default-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-prev"] {
        left: 0px;
    }

    .auto-repair-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-next"],
    .agency-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-next"],
    .transportation-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-next"],
    .default-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-next"] {
        right: 0px;
    }

    .auto-repair-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
        background: #00529c;
    }

    .agency-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
        background: #ff432a;
    }

    .transportation-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
        background: #e74c3c;
    }

    .default-theme .sponsors-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
        background: #0073dd;
    }

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #1a1a1a;
    color: #ffffff;
}

    .main-footer .widgets-section {
        position: relative;
        padding: 90px 0px 50px;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #555555;
        color: #ffffff;
    }

        .main-footer .widgets-section:before {
            content: '';
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: #d05700;
            opacity: 0.90;
        }

    .main-footer .footer-column {
        margin-bottom: 30px;
    }

    .main-footer .footer-widget {
        position: relative;
    }

        .main-footer .footer-widget .widget-content {
            padding-right: 15px;
        }

    .main-footer .footer-column h2 {
        font-size: 22px;
        font-weight: 500;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #ffffff;
    }

    .main-footer .about-widget .footer-logo {
        position: relative;
    }

    .main-footer .about-widget .text {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.8em;
    }

    .main-footer .contact-info {
        position: relative;
    }

        .main-footer .contact-info li {
            position: relative;
            padding-left: 42px;
            margin-bottom: 20px;
            line-height: 24px;
            color: #ffffff;
            font-size: 16px;
        }

            .main-footer .contact-info li .icon {
                position: absolute;
                left: -5px;
                top: 0px;
                line-height: 24px;
                font-size: 22px;
            }

    .main-footer .social-links a {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-right: 7px;
        line-height: 32px;
        border: 1px solid #ffffff;
        background: none;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .main-footer .social-links a:hover {
            color: #fbca00;
            border-color: #ffffff;
            background: #ffffff;
        }

    .main-footer .posts-widget .post {
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255,255,255,0.30);
    }

        .main-footer .posts-widget .post:last-child {
            border-bottom: none;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .main-footer .posts-widget .post .content {
            position: relative;
            min-height: 80px;
            padding-left: 85px;
            padding-top: 0px;
        }

            .main-footer .posts-widget .post .content .post-thumb {
                position: absolute;
                left: 0px;
                top: 0px;
                width: 70px;
                height: 80px;
            }

                .main-footer .posts-widget .post .content .post-thumb img {
                    display: block;
                    width: 100%;
                    border-radius: 5px;
                }

        .main-footer .posts-widget .post h4 {
            font-size: 16px;
            color: #ffffff;
            font-weight: 500;
            margin-bottom: 5px;
        }

            .main-footer .posts-widget .post h4 a {
                color: #ffffff;
            }

                .main-footer .posts-widget .post h4 a:hover {
                    color: #fbca00;
                }

        .main-footer .posts-widget .post .time {
            font-size: 14px;
            color: #999999;
        }

    .main-footer .links-widget .list li {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.8em;
        border-bottom: 1px solid rgba(255,255,255,0.30);
    }

        .main-footer .links-widget .list li:last-child {
            margin-bottom: 0px;
            border-bottom: none;
        }

        .main-footer .links-widget .list li a {
            position: relative;
            display: block;
            line-height: 24px;
            color: #ffffff;
            text-transform: capitalize;
        }

            .main-footer .links-widget .list li a:hover {
                color: #fbca00;
            }

    .main-footer .twitter-widget .feed {
        position: relative;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }

        .main-footer .twitter-widget .feed .text {
            margin-bottom: 10px;
            line-height: 24px;
        }

        .main-footer .twitter-widget .feed .author-title {
            font-size: 14px;
            color: #27cef2;
        }

    .main-footer .footer-bottom {
        position: relative;
        padding: 25px 0px;
        line-height: 24px;
        background: #000000;
        font-weight: 500;
        color: #ffffff;
        font-size: 16px;
    }

        .main-footer .footer-bottom .fa {
            padding: 0px 5px;
            color: #fbca00;
        }

        .main-footer .footer-bottom .fa {
            color: #e74c3c;
        }

        .main-footer .footer-bottom .developed-by {
            text-align: right;
        }

/*** 

====================================================================
	Call to Action Two
====================================================================

***/

.call-to-action-two {
    position: relative;
}

    .call-to-action-two.extended:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #e4eaee;
    }

    .call-to-action-two .inner-box {
        position: relative;
        padding: 30px 50px;
        background: #1c1c1c;
        color: #ffffff;
    }

    .call-to-action-two .left-column {
        position: relative;
        float: left;
    }

    .call-to-action-two .right-column {
        position: relative;
        float: right;
    }

    .call-to-action-two .left-column h4 {
        padding-top: 10px;
        color: #fbca00;
        font-size: 16px;
    }

.default-theme .call-to-action-two .left-column h4 {
    color: #0073dd;
}

.call-to-action-two .left-column h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
}

.call-to-action-two .theme-btn {
    position: relative;
    top: 18px;
    padding: 12px 40px;
}

/*** 

====================================================================
	Tabs Section One
====================================================================

***/

.tabs-section-one {
    position: relative;
    padding: 120px 0px 90px;
}

.tabs-box {
    position: relative;
}

    .tabs-box .tab-buttons {
        position: relative;
    }

    .tabs-box .tabs-content {
        position: relative;
    }

        .tabs-box .tabs-content .tab {
            position: relative;
            display: none;
        }

        .tabs-box .tabs-content .active-tab {
            display: block;
        }

.tabs-style-one .tab-buttons {
    position: relative;
    margin-bottom: 40px;
    font-family: 'Montserrat',sans-serif;
}

    .tabs-style-one .tab-buttons .tab-btn {
        position: relative;
        display: inline-block;
        padding: 5px 25px;
        margin: 0px 0px 10px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        text-transform: capitalize;
    }

        .tabs-style-one .tab-buttons .tab-btn:first-child {
            padding-left: 0px;
        }

        .tabs-style-one .tab-buttons .tab-btn:last-child {
            padding-right: 0px;
        }

        .tabs-style-one .tab-buttons .tab-btn.active-btn {
            color: #f4cf3e;
        }

        .tabs-style-one .tab-buttons .tab-btn:after {
            content: '';
            position: absolute;
            right: -1px;
            top: 50%;
            height: 20px;
            margin-top: -10px;
            border-right: 1px solid #cccccc;
        }

        .tabs-style-one .tab-buttons .tab-btn:last-child:after {
            display: none;
        }

.tabs-style-one .tab .image-column,
.tabs-style-one .tab .text-column {
    position: relative;
    margin-bottom: 30px;
}

    .tabs-style-one .tab .image-column img {
        display: block;
        width: 100%;
    }

.tabs-style-one .tab .sub-title {
    position: relative;
    margin-bottom: 20px;
}

    .tabs-style-one .tab .sub-title h3 {
        position: relative;
        display: inline-block;
        font-family: 'Open Sans Condensed',sans-serif;
        color: #f4cf3e;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 4px;
    }

        .tabs-style-one .tab .sub-title h3:after {
            content: '';
            position: absolute;
            left: 100%;
            bottom: 8px;
            border-bottom: 3px solid #000000;
            width: 80px;
            margin-left: 15px;
        }

.tabs-style-one .tab h2 {
    position: relative;
    color: #000001;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.4em;
}

/*** 

====================================================================
	Services Style Two
====================================================================

***/

.services-style-two {
    position: relative;
    background: #050505;
    color: #ffffff;
    overflow: hidden;
}

    .services-style-two .heading-column {
        position: relative;
        float: left;
        width: 24%;
        padding: 250px 50px 100px 80px;
    }

        .services-style-two .heading-column h4 {
            position: relative;
            display: inline-block;
            font-family: 'Open Sans Condensed',sans-serif;
            color: #f4cf3e;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .services-style-two .heading-column h4:after {
                content: '';
                position: absolute;
                left: 100%;
                bottom: 8px;
                border-bottom: 3px solid #ffffff;
                width: 70px;
                margin-left: 15px;
            }

        .services-style-two .heading-column h2 {
            position: relative;
            color: #ffffff;
            font-size: 28px;
            font-weight: 700;
            text-transform: uppercase;
        }

    .services-style-two .middle-column {
        position: relative;
        float: left;
        width: 38%;
        background: #111111;
    }

        .services-style-two .middle-column .inner-box {
            position: relative;
            padding: 100px 40px 100px;
        }

        .services-style-two .middle-column h3 {
            font-size: 24px;
            color: #f4cf3e;
            margin-bottom: 20px;
        }

        .services-style-two .middle-column h4 {
            font-size: 20px;
            color: #f4cf3e;
            margin-bottom: 15px;
        }

        .services-style-two .middle-column .text {
            margin-bottom: 30px;
        }

        .services-style-two .middle-column .links {
            margin-bottom: 50px;
        }

            .services-style-two .middle-column .links .theme-btn {
                margin: 0px 12px 10px 0px;
            }

        .services-style-two .middle-column .thumbs-outer {
            position: relative;
            margin-left: -5px;
            margin-right: -5px;
        }

            .services-style-two .middle-column .thumbs-outer .image-thumb {
                position: relative;
                float: left;
                width: 25%;
                padding: 0px 5px;
                margin-bottom: 10px;
            }

                .services-style-two .middle-column .thumbs-outer .image-thumb img {
                    display: block;
                    width: 100%;
                }

    .services-style-two .right-column {
        position: relative;
        float: left;
        width: 38%;
    }

        .services-style-two .right-column .service-block {
            position: relative;
        }

            .services-style-two .right-column .service-block a {
                position: relative;
                display: block;
                padding: 75px 40px 75px 100px;
                color: #ffffff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

                .services-style-two .right-column .service-block a:hover,
                .services-style-two .right-column .service-block a.active-btn {
                    background: #111111;
                }

            .services-style-two .right-column .service-block .icon-box {
                position: absolute;
                left: 40px;
                line-height: 50px;
                top: 50%;
                margin-top: -25px;
                font-size: 42px;
                color: #f4cf3e;
            }

            .services-style-two .right-column .service-block a .count {
                position: relative;
                display: block;
                font-family: 'Open Sans Condensed',sans-serif;
                color: #d84c21;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .services-style-two .right-column .service-block .service-title {
                position: relative;
                display: block;
                font-size: 20px;
                text-transform: uppercase;
                color: #ffffff;
            }

/*** 

====================================================================
	Gallery Section style
====================================================================

***/

.projects-gallery-one {
    position: relative;
    padding: 120px 0px 150px;
    background: #f6f6f6;
    overflow: hidden;
}

    .projects-gallery-one .carousel-outer {
        position: relative;
        max-width: 470px;
        padding: 15px;
        margin: 0 auto;
    }

    .projects-gallery-one .centered-title {
        margin-bottom: 80px;
    }

    .projects-gallery-one .desc-text {
        position: relative;
        max-width: 800px;
        margin: 0 auto 50px;
        color: #666666;
        font-size: 16px;
        line-height: 1.8em;
        text-align: center;
    }

    .projects-gallery-one .owl-stage-outer {
        overflow: visible !important;
    }

    .projects-gallery-one .gallery-item {
        position: relative;
    }

        .projects-gallery-one .gallery-item .inner-box {
            position: relative;
            display: block;
            background: #ffffff;
            overflow: hidden;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
        }

    .projects-gallery-one .carousel-outer .owl-item.active .inner-box {
        -webkit-transform: scale(1.07,1.07);
        -ms-transform: scale(1.07,1.07);
        -o-transform: scale(1.07,1.07);
        -moz-transform: scale(1.07,1.07);
        transform: scale(1.07,1.07);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
        -ms-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
        -o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.20);
    }

    .projects-gallery-one .gallery-item .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .projects-gallery-one .gallery-item .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .projects-gallery-one .gallery-item .inner-box .overlay-content {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(0,0,0,0.70);
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

    .projects-gallery-one .gallery-item .carousel-outer .owl-item.active .inner-box .overlay-content {
        background: rgba(0,0,0,0.30);
    }

    .projects-gallery-one .gallery-item .inner-box .overlay-content h4 {
        position: absolute;
        left: 0px;
        top: -100px;
        width: 100%;
        font-size: 24px;
        text-transform: capitalize;
        color: #ffffff;
        line-height: 24px;
        padding: 10px 0px;
        font-weight: 500;
        opacity: 0;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

    .projects-gallery-one .carousel-outer .owl-item.active .inner-box .overlay-content h4 {
        top: 35%;
        opacity: 1;
    }

    .projects-gallery-one .gallery-item .inner-box .overlay-content h4:after {
        content: '';
        position: absolute;
        left: 50%;
        margin-left: -16px;
        bottom: -7px;
        width: 32px;
        border-bottom: 4px solid #d84c21;
    }

    .projects-gallery-one .gallery-item .inner-box .overlay-content h4 a {
        color: #ffffff;
    }

    .projects-gallery-one .gallery-item .inner-box .bottom-link {
        position: absolute;
        left: 0px;
        bottom: -100%;
        width: 100%;
        text-align: center;
        padding: 20px 15px;
        color: #000000;
        line-height: 30px;
        background: #f4cf3e;
        font-size: 16px;
        font-weight: 400;
        opacity: 0;
        font-family: 'Montserrat',sans-serif;
        text-transform: uppercase;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        z-index: 1;
    }

    .projects-gallery-one .carousel-outer .owl-item.active .inner-box .bottom-link {
        bottom: 0;
        opacity: 1;
    }

    .projects-gallery-one .carousel-outer .owl-item {
        z-index: 1;
    }

        .projects-gallery-one .carousel-outer .owl-item.active {
            z-index: 5;
        }

    .projects-gallery-one .owl-controls {
        margin: 0px !important;
    }

    .projects-gallery-one .owl-dots {
        display: none !important;
    }

    .projects-gallery-one .owl-controls .owl-nav {
        margin: 0px !important;
        z-index: 100;
    }

    .projects-gallery-one .owl-prev {
        position: absolute;
        left: -100px;
        top: 50%;
        width: 46px;
        height: 46px;
        text-align: center;
        border: 2px solid #d84c21 !important;
        background: none !important;
        padding: 0px !important;
        font-size: 24px !important;
        color: #d84c21 !important;
        margin: -23px 0px 0px 0px !important;
        line-height: 42px !important;
        border-radius: 3px !important;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .projects-gallery-one .owl-next {
        position: absolute;
        right: -100px;
        top: 50%;
        width: 46px;
        height: 46px;
        text-align: center;
        border: 2px solid #d84c21 !important;
        background: none !important;
        padding: 0px !important;
        font-size: 24px !important;
        color: #d84c21 !important;
        margin: -23px 0px 0px 0px !important;
        line-height: 42px !important;
        border-radius: 3px !important;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .projects-gallery-one .owl-prev:hover,
        .projects-gallery-one .owl-next:hover {
            background: #d84c21 !important;
            color: #ffffff !important;
        }

/*** 

====================================================================
	Sponsors Style Two
====================================================================

***/

.sponsors-style-two {
    position: relative;
    padding: 40px 80px;
    background: #ffffff;
    color: #ffffff;
    overflow: hidden;
}

.h_soc{
    padding:5px;
     
}
.h_soc:hover {
  color:#ffffff;
}

.number:hover {
    color: #ffffff;
}

    .sponsors-style-two .heading-column {
        float: left;
        font-size: 20px;
        padding-top: 2%;
        text-transform: capitalize;
        width: 20%;
        padding-right: 50px;
    }

        .sponsors-style-two .heading-column h2 {
            position: relative;
            display: inline-block;
            margin-top: -5px;
            font-size: 32px;
            text-transform: capitalize;
            font-weight: 600;
            font-family: 'Open Sans',sans-serif;
        }


            .sponsors-style-two .heading-column h2:after {
                content: '';
                position: absolute;
                left: 100%;
                bottom: 12px;
                border-bottom: 3px solid #fbca00;
                width: 100px;
                margin-left: 15px;
            }

    .sponsors-style-two .slider-column {
        float: left;
        width: 70%;
    }

    .sponsors-style-two .owl-controls {
        margin: 0px !important;
    }

    .sponsors-style-two .owl-dots {
        display: none !important;
    }

.sponsors-style-two .owl-controls .owl-nav {
    position: absolute;
    right: -66%;
    top: 50%;
    margin-top: -15px;
}

    .sponsors-style-two .owl-prev,
    .sponsors-style-two .owl-next {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        border: 2px solid #d84c21 !important;
        background: none !important;
        padding: 0px !important;
        font-size: 18px !important;
        color: #d84c21 !important;
        margin: 0px 4px !important;
        line-height: 26px !important;
        border-radius: 2px !important;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .sponsors-style-two .owl-prev:hover,
        .sponsors-style-two .owl-next:hover {
            background: #d84c21 !important;
            color: #ffffff !important;
        }

/*** 

====================================================================
	Team Style One
====================================================================

***/

.team-style-one {
    position: relative;
    padding: 20px 0px;
}

    .team-style-one .team-carousel {
        padding: 0px 100px;
    }

.team-member-one {
    position: relative;
}

    .team-member-one .inner-box {
        position: relative;
        text-align: center;
        display: block;
        overflow: hidden;
    }

    .team-member-one .image-box img {
        display: block;
        width: 100%;
    }

    .team-member-one .inner-box .info-box {
        position: absolute;
        left: 0px;
        bottom: -80px;
        width: 100%;
        padding: 30px 20px;
        color: #ffffff;
        background: rgba(244,207,62,0.90);
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .team-member-one .inner-box:hover .info-box {
        bottom: 0px;
        background: rgba(0,0,0,0.90);
    }

    .team-member-one .inner-box .info-box h3 {
        font-family: 'Open Sans',sans-serif;
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .team-member-one .inner-box .info-box .designation {
        font-family: 'Open Sans Condensed',sans-serif;
        color: #f4cf3e;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        font-size: 18px;
        margin-bottom: 25px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .team-member-one .inner-box .social-links {
        position: relative;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .team-member-one .inner-box .social-links a {
            display: inline-block;
            margin: 0px 7px;
            font-size: 20px;
            color: #ffffff;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .team-member-one .inner-box .social-links a:hover {
                color: #f4cf3e;
            }

    .team-member-one .inner-box:hover .info-box .designation,
    .team-member-one .inner-box:hover .info-box .social-links {
        opacity: 1;
        visibility: visible;
    }

.team-carousel .owl-controls {
    margin: 0px !important;
}

    .team-carousel .owl-controls .owl-dots {
        display: none !important;
    }

    .team-carousel .owl-controls .owl-nav {
        margin: 0px !important;
    }

        .team-carousel .owl-controls .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: -19px 0px 0px 0px;
            width: 46px;
            height: 46px;
            padding: 0px;
            border: 2px solid #db5830;
            color: #db5830;
            font-size: 20px;
            line-height: 42px;
            text-align: center;
            border-radius: 0px;
            background: none;
        }

        .team-carousel .owl-controls .owl-nav [class*="owl-prev"] {
            left: 0px;
        }

        .team-carousel .owl-controls .owl-nav [class*="owl-next"] {
            right: 0px;
        }

        .team-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
            color: #ffffff;
            background: #db5830;
        }

/*** 

====================================================================
	Why Us One
====================================================================

***/

.why-us-one {
    position: relative;
    padding: 130px 0px 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
    z-index: 1;
}

    .why-us-one:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.70);
    }

    .why-us-one .content-image {
        position: absolute;
        right: 0px;
        bottom: -70px;
        max-width: 40%;
    }

        .why-us-one .content-image img {
            display: block;
            max-width: 100%;
        }

    .why-us-one .centered-title {
        margin-bottom: 70px;
    }

    .why-us-one .medium-container {
        position: relative;
        z-index: 1;
    }

    .why-us-one .centered-title h2 {
        color: #ffffff;
    }

    .why-us-one .service-block {
        position: relative;
        margin-bottom: 80px;
    }

        .why-us-one .service-block .inner-box {
            position: relative;
            padding-left: 100px;
            padding-right: 30px;
        }

        .why-us-one .service-block .icon-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            font-size: 40px;
            background: #d84c21;
        }

        .why-us-one .service-block h3 {
            font-family: 'Open Sans',sans-serif;
            font-size: 20px;
            font-weight: 500;
            text-transform: capitalize;
            margin-bottom: 10px;
        }

        .why-us-one .service-block .text {
            font-size: 15px;
            color: #c5c5c5;
        }

/*** 

====================================================================
	Testimonials Style Two
====================================================================

***/

.testimonial-style-two {
    position: relative;
    padding: 130px 0px 120px;
}

.two-col-title {
    position: relative;
    margin-bottom: 70px;
}

    .two-col-title .heading-column {
        position: relative;
        float: left;
        width: 20%;
        padding-top: 0px;
    }

        .two-col-title .heading-column h4 {
            position: relative;
            display: inline-block;
            font-family: 'Open Sans Condensed',sans-serif;
            color: #f4cf3e;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .two-col-title .heading-column h4:after {
                content: '';
                position: absolute;
                left: 100%;
                bottom: 8px;
                border-bottom: 3px solid #000000;
                width: 70px;
                margin-left: 15px;
            }

    .two-col-title .subtitle {
        position: relative;
        display: block;
        font-family: 'Montserrat',sans-serif;
        color: #999999;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        letter-spacing: 1px;
        line-height: 24px;
    }

    .two-col-title .heading-column h2 {
        position: relative;
        color: #000000;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .two-col-title .text-column {
        position: relative;
        float: left;
        width: 75%;
        padding-left: 50px;
    }

.projects-gallery-two .two-col-title .heading-column {
    width: 30%;
}

.projects-gallery-two .two-col-title .text-column {
    width: 70%;
}

.two-col-title .text-column .text {
    font-size: 16px;
    line-height: 1.8em;
}

.testimonial-style-two .slide-item .inner-box {
    position: relative;
    padding-right: 30px;
}

.testimonial-style-two .slide-item .upper-info {
    position: relative;
    padding-left: 110px;
    margin-bottom: 30px;
    min-height: 90px;
}

    .testimonial-style-two .slide-item .upper-info .author-thumb {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 90px;
        height: 90px;
    }

        .testimonial-style-two .slide-item .upper-info .author-thumb img {
            display: block;
            width: 100%;
        }

    .testimonial-style-two .slide-item .upper-info h3 {
        color: #000000;
        font-size: 20px;
        text-transform: capitalize;
    }

    .testimonial-style-two .slide-item .upper-info .designation {
        font-family: 'Montserrat',sans-serif;
        color: #000000;
        font-size: 14px;
        text-transform: capitalize;
    }

.testimonial-style-two .slide-item .social-links a {
    display: inline-block;
    color: #777777;
    font-size: 15px;
    margin-right: 10px;
}

    .testimonial-style-two .slide-item .social-links a:hover {
        color: #f4cf3e;
    }

.testimonial-style-two .slide-item .text {
    font-size: 16px;
    line-height: 1.8em;
}

    .testimonial-style-two .slide-item .text .quote-icon {
        padding-right: 10px;
        color: #d84c21;
    }

.testimonial-style-two .owl-controls {
    padding: 0px !important;
    margin: 0px !important;
}

    .testimonial-style-two .owl-controls .owl-nav {
        display: none !important;
    }

    .testimonial-style-two .owl-controls .owl-dots {
        padding-top: 70px;
    }

        .testimonial-style-two .owl-controls .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            background: #999999;
            margin: 0px 8px;
        }

        .testimonial-style-two .owl-controls .owl-dots .owl-dot.active span {
            background: #fbca00;
        }

/*** 

====================================================================
	Fact Counter Section
====================================================================

***/

.fact-counter {
    position: relative;
    padding: 140px 0px 80px;
    background-color: #208dff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #ffffff;
}

    .fact-counter:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.85;
        z-index: 0;
    }

    .fact-counter .outer-container {
        position: relative;
        z-index: 1;
    }

    .fact-counter .column {
        position: relative;
        margin-bottom: 50px;
        z-index: 5;
    }

        .fact-counter .column .inner-box {
            position: relative;
            padding-left: 80px;
        }

        .fact-counter .column .icon {
            position: absolute;
            left: 0px;
            top: 5px;
            font-size: 60px;
            line-height: 70px;
            color: #d84c21;
            text-align: left;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

    .fact-counter .count-outer {
        position: relative;
        font-size: 64px;
        line-height: 1em;
        font-weight: 700;
        font-family: 'Montserrat',sans-serif;
        padding: 0px 0px;
        margin: 0px 0px;
        color: #fbca00;
    }

    .fact-counter .column .counter-title {
        position: relative;
        font-size: 22px;
        text-transform: capitalize;
        font-weight: 400;
        font-family: 'Montserrat',sans-serif;
        color: #ffffff;
    }

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 120px 0px;
    background: #ffffff;
}

.news-style-two {
    position: relative;
    margin-bottom: 50px;
}

    .news-style-two .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .news-style-two .image-box {
        position: relative;
        display: block;
    }

        .news-style-two .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .news-style-two .inner-box .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.50);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.90));
        z-index: 1;
    }

        .news-style-two .inner-box .overlay-box .content {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            padding: 20px 25px 40px;
        }

        .news-style-two .inner-box .overlay-box h3 {
            position: relative;
            display: inline-block;
            font-size: 26px;
            line-height: 1.4em;
            color: #ffffff;
            margin-bottom: 20px;
        }

            .news-style-two .inner-box .overlay-box h3:after {
                content: '';
                position: relative;
                margin-left: 15px;
                display: inline-block;
                width: 60px;
                
            }

            .news-style-two .inner-box .overlay-box h3 a {
                color: #ffffff;
            }

                .news-style-two .inner-box .overlay-box h3 a:hover {
                    color: #fbca00;
                }

        .news-style-two .inner-box .overlay-box .info {
            position: relative;
            font-size: 18px;
            line-height: 30px;
            padding: 10px 0px;
            padding-left: 60px;
            min-height: 50px;
            color: #ffffff;
        }

            .news-style-two .inner-box .overlay-box .info .author-thumb {
                position: absolute;
                left: 0px;
                top: 0px;
            }

/*** 

====================================================================
	Auto Services
====================================================================

***/

.auto-services {
    position: relative;
    padding: 0px 0px 90px;
    background: #eeeeee;
    z-index: 11;
}

.auto-service-column {
    position: relative;
    margin-bottom: 30px;
}

.auto-services .auto-service-column {
    margin-top: -70px;
}

.auto-service-column .inner-box {
    position: relative;
    display: block;
    text-align: center;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .auto-service-column .inner-box:hover {
        -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.10);
        -ms-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.10);
        -o-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.10);
    }

.auto-service-column .image-box {
    position: relative;
}

    .auto-service-column .image-box img {
        position: relative;
        display: block;
        width: 100%;
    }

.auto-service-column .lower-content {
    position: relative;
    padding: 0px 25px 40px;
}

    .auto-service-column .lower-content .icon-box {
        position: relative;
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin: -30px auto 10px;
        font-size: 30px;
        color: #ffffff;
        background: #00529c;
    }

    .auto-service-column .lower-content h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #000000;
    }

        .auto-service-column .lower-content h3:after {
            content: '';
            position: absolute;
            width: 40px;
            left: 50%;
            margin-left: -20px;
            bottom: -5px;
            border-bottom: 2px solid #f9d602;
            opacity: 0;
        }

.auto-service-column:hover .lower-content h3:after {
    opacity: 1;
}

.auto-service-column .lower-content .text {
    font-size: 16px;
    color: #999999;
}

/*** 

====================================================================
	Tabs Section Two
====================================================================

***/

.tabs-section-two {
    position: relative;
    padding: 120px 0px 90px;
}

    .tabs-section-two .image-column {
        margin-bottom: 30px;
    }

        .tabs-section-two .image-column img {
            display: block;
            width: 100%;
        }

        .tabs-section-two .image-column .bigger-image {
            padding-right: 80px;
        }

        .tabs-section-two .image-column .smaller-image {
            position: absolute;
            width: 230px;
            right: 0px;
            bottom: -50px;
        }

    .tabs-section-two .tabs-column {
        margin-bottom: 30px;
    }

.tabs-style-two .tab-buttons {
    position: relative;
    font-family: 'Montserrat',sans-serif;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.10);
}

    .tabs-style-two .tab-buttons .tab-btn {
        position: relative;
        display: inline-block;
        padding: 15px 20px;
        margin: 0px 0px 10px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        text-transform: uppercase;
    }

        .tabs-style-two .tab-buttons .tab-btn:before {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -10px;
            top: 0px;
            width: 20px;
            border-top: 2px solid #f9d602;
            opacity: 0;
        }

        .tabs-style-two .tab-buttons .tab-btn.active-btn {
            color: #888888;
        }

            .tabs-style-two .tab-buttons .tab-btn.active-btn:before {
                opacity: 1;
            }

.tabs-style-two .tab {
    text-align: center;
}

    .tabs-style-two .tab .logo-box {
        position: relative;
        margin-bottom: 30px;
    }

    .tabs-style-two .tab .tab-title h3 {
        position: relative;
        color: #00529c;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

        .tabs-style-two .tab .tab-title h3:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0px;
            width: 50px;
            border-bottom: 2px solid #f9d602;
        }

    .tabs-style-two .tab .text-content {
        position: relative;
        color: #999999;
        font-size: 16px;
        padding: 0px 30px;
        margin-bottom: 30px;
    }

    .tabs-style-two .tab .lower-info {
        position: relative;
        margin-bottom: 30px;
    }

        .tabs-style-two .tab .lower-info h4 {
            color: #333333;
            text-transform: uppercase;
        }

        .tabs-style-two .tab .lower-info .designation {
            font-size: 16px;
            color: #999999;
        }

.tabs-style-five .tab-buttons-outer {
    position: relative;
    text-align: right;
    padding: 0px 5px;
    background: #d05700;
    
}

.tabs-style-five .tab-buttons {
    position: relative;
    font-family: 'Montserrat',sans-serif;
}

    .tabs-style-five .tab-buttons .tab-btn {
        position: relative;
        display: inline-block;
        padding: 15px 20px;
        margin: 0px 0px 0px;
        cursor: pointer;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        color: #ffffff;
        text-transform: uppercase;
    }

        .tabs-style-five .tab-buttons .tab-btn.active-btn {
            color: #000000;
            background: #ffffff;
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.10);
        }

.tabs-style-five .tab {
    text-align: center;
}

    .tabs-style-five .tab .image-column,
    .tabs-style-five .tab .text-column {
        position: relative;
    }

        .tabs-style-five .tab .image-column img {
            position: relative;
            display: block;
            width: 100%;
         
            outline-offset: -20px;
        }

    .tabs-style-five .tab .logo-box {
        position: relative;
        margin-bottom: 30px;
    }

    .tabs-style-five .tab .tab-title h3 {
        position: relative;
        color: #000000;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

        .tabs-style-five .tab .tab-title h3:after {
            content: '';
            position: absolute;
            left: 50%;
            margin-left: -25px;
            bottom: 0px;
            width: 50px;
            border-bottom: 2px solid #e74c3c;
        }

    .tabs-style-five .tab .text-content {
        position: relative;
        color: #999999;
        font-size: 16px;
        padding: 0px 30px;
        margin-bottom: 30px;
    }

    .tabs-style-five .tab .lower-info {
        position: relative;
        margin-bottom: 30px;
    }

        .tabs-style-five .tab .lower-info h4 {
            color: #333333;
            text-transform: uppercase;
        }

        .tabs-style-five .tab .lower-info .designation {
            font-size: 16px;
            color: #999999;
        }


.tabs-style-six .tab-buttons {
    position: relative;
    border-bottom: 1px solid #0073dd;
    font-family: 'Montserrat',sans-serif;
}

    .tabs-style-six .tab-buttons .tab-btn {
        position: relative;
        float: left;
        padding: 15px 30px;
        margin: 0px 0px 0px;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
        color: #0073dd;
        text-transform: capitalize;
        border: 1px solid #0073dd;
        border-bottom: none;
        border-right: none;
        transition: all 300ms ease;
    }

        .tabs-style-six .tab-buttons .tab-btn:last-child {
            border-right: 1px solid;
        }

        .tabs-style-six .tab-buttons .tab-btn.active-btn {
            color: #ffffff;
            padding-left: 40px;
            padding-right: 40px;
            background: #0073dd;
        }

.tabs-style-six .tabs-content {
    position: relative;
    padding: 20px 0px;
}

.tabs-style-six .tab .text-content {
    position: relative;
}

    .tabs-style-six .tab .text-content p {
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 20px;
    }

.tabs-style-six .tab .comments-area {
    position: relative;
}

    .tabs-style-six .tab .comments-area .comment-box {
        position: relative;
        padding: 30px 0px;
        border-bottom: 1px solid #f0f0f0;
    }

        .tabs-style-six .tab .comments-area .comment-box:last-child {
            border-bottom: none;
        }

        .tabs-style-six .tab .comments-area .comment-box .inner-box {
            position: relative;
            padding-left: 100px;
            min-height: 100px;
        }

        .tabs-style-six .tab .comments-area .comment-box .comment-thumb {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 80px;
        }

            .tabs-style-six .tab .comments-area .comment-box .comment-thumb img {
                display: block;
                width: 100%;
                height: auto;
            }

        .tabs-style-six .tab .comments-area .comment-box h3 {
            color: #000000;
            font-size: 20px;
            text-transform: capitalize;
            margin-bottom: 0px;
            font-weight: 700;
        }

        .tabs-style-six .tab .comments-area .comment-box .time {
            color: #999999;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .tabs-style-six .tab .comments-area .comment-box .text {
            color: #666666;
            font-size: 16px;
            margin-bottom: 20px;
        }

        .tabs-style-six .tab .comments-area .comment-box .normal-link {
            position: relative;
            display: inline-block;
            margin-right: 20px;
            color: #666666;
            font-size: 16px;
            font-weight: 600;
        }

            .tabs-style-six .tab .comments-area .comment-box .normal-link:hover {
                color: #0073dd;
            }

            .tabs-style-six .tab .comments-area .comment-box .normal-link .fa {
                position: relative;
                padding-right: 8px;
            }

/*** 

====================================================================
	Services Style Three
====================================================================

***/

.services-style-three {
    position: relative;
    background: #f4f4f4;
    padding: 100px 0px 70px;
}

.left-lined-title {
    position: relative;
    margin-bottom: 50px;
}

    .left-lined-title h2 {
        position: relative;
        display: inline-block;
        color: #000000;
        font-size: 28px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .left-lined-title h2:after {
            content: '';
            position: absolute;
            left: 100%;
            bottom: 20px;
            border-bottom: 3px solid #f9d602;
            width: 100px;
            margin-left: 15px;
        }

    .left-lined-title .desc-text {
        padding-top: 10px;
        font-size: 16px;
    }

.tabbed-service-block {
    position: relative;
    margin-bottom: 30px;
}

    .tabbed-service-block .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
        padding-bottom: 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .tabbed-service-block .inner-box:hover,
        .tabbed-service-block.active-block .inner-box {
            padding-bottom: 100px;
        }

    .tabbed-service-block .image-box {
        position: relative;
        display: block;
    }

        .tabbed-service-block .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .tabbed-service-block .inner-box .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.50);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.90));
        background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.90));
        background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.90));
        background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.90));
        z-index: 1;
    }

        .tabbed-service-block .inner-box .overlay-box .content {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            padding: 20px 25px 40px;
        }

        .tabbed-service-block .inner-box .overlay-box h3 {
            position: relative;
            display: block;
            font-size: 22px;
            line-height: 1.4em;
            color: #ffffff;
        }

            .tabbed-service-block .inner-box .overlay-box h3 a {
                color: #ffffff;
            }

                .tabbed-service-block .inner-box .overlay-box h3 a:hover {
                    color: #ff432a;
                }

        .tabbed-service-block .inner-box .overlay-box .info {
            position: relative;
            display: inline-block;
            margin-bottom: 5px;
            font-size: 14px;
            line-height: 24px;
            padding: 2px 15px;
            color: #ffffff;
            background: #ff432a;
        }

    .tabbed-service-block .inner-box .hover-content {
        position: absolute;
        left: 0px;
        bottom: -100%;
        width: 100%;
        background: #ffffff;
        text-align: center;
        padding: 30px 25px 40px;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 3;
    }

    .tabbed-service-block .inner-box:hover .hover-content,
    .tabbed-service-block.active-block .inner-box .hover-content {
        bottom: 0px;
    }

    .tabbed-service-block .inner-box .hover-content h3 {
        font-size: 20px;
        color: #000000;
        text-transform: capitalize;
        margin-bottom: 10px;
    }

    .tabbed-service-block .inner-box .hover-content .text {
        font-size: 16px;
        color: #888888;
        margin-bottom: 30px;
    }

.tabs-style-three .tab-buttons {
    position: relative;
    font-family: 'Montserrat',sans-serif;
    background: #ffffff;
    margin-bottom: 30px;
}

    .tabs-style-three .tab-buttons .tab-btn {
        position: relative;
        font-size: 16px;
        text-transform: capitalize;
        display: block;
        color: #000000;
        line-height: 26px;
        padding: 15px 10px 15px 30px;
        border-bottom: 1px solid rgba(0,0,0,0.10);
        cursor: pointer;
        transition: all 300ms ease;
    }

        .tabs-style-three .tab-buttons .tab-btn:last-child {
            border-bottom: none;
        }

        .tabs-style-three .tab-buttons .tab-btn:before {
            font-family: 'FontAwesome';
            content: "\f177";
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -12px;
            line-height: 24px;
            color: #ffffff;
            opacity: 0;
            visibility: hidden;
            transition: all 500ms ease;
        }

        .tabs-style-three .tab-buttons .tab-btn.active-btn:before {
            opacity: 1;
            visibility: visible;
        }

        .tabs-style-three .tab-buttons .tab-btn.active-btn {
            padding-left: 50px;
            color: #ffffff;
            background: #00529c;
        }

/*** 

====================================================================
	Call to Action Three
====================================================================

***/

.call-to-action-three {
    position: relative;
    padding: 80px 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #555555;
}

    .call-to-action-three:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,82,156,0.90);
        background: -moz-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
        background: -ms-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
        background: -o-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
        background: -webkit-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
    }

.transportation-theme .call-to-action-three:before {
    background: rgba(19,14,10,0.85);
}

.call-to-action-three .outer-container {
    position: relative;
    z-index: 1;
}

.call-to-action-three .left-column {
    position: relative;
    float: left;
}

.call-to-action-three .right-column {
    position: relative;
    float: right;
}

.call-to-action-three .left-column h3 {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.call-to-action-three .left-column .text {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.transportation-theme .call-to-action-three .left-column .text {
    color: #b7b7b7;
}

.call-to-action-three .theme-btn {
    position: relative;
    top: 15px;
    padding: 12px 40px;
}

/*** 

====================================================================
	Default Two Column
====================================================================

***/

.default-two-column {
    position: relative;
    padding: 35px 0px 70px;
}

    .default-two-column .title-box,
    .default-two-column .left-lined-title {
        position: relative;
        margin-bottom: 40px;
    }

        .default-two-column .title-box h2 {
            position: relative;
            display: inline-block;
            color: #000000;
            font-size: 28px;
            font-weight: 700;
            text-transform: uppercase;
        }

            .default-two-column .title-box h2:after {
                content: '';
                position: relative;
                left: 20px;
                bottom: 8px;
                border-bottom: 3px solid #f9d602;
                width: 100px;
                display: inline-block;
            }

    .default-two-column .faq-column,
    .default-two-column .carousel-column {
        margin-bottom: 30px;
    }

    .default-two-column .tabs-column {
        margin-bottom: 30px;
    }

/*** 

====================================================================
	Accordions style
====================================================================

***/

.accordion-box {
    position: relative;
}

    .accordion-box .block {
        position: relative;
        margin-bottom: 10px;
        border: 1px solid #ffffff;
        border-radius: 2px;
    }

    .accordion-box.style-one .block {
        border: 1px solid rgba(0,0,0,0.20);
    }

        .accordion-box.style-one .block.active-block {
            border-color: #d05700;
        }

.transportation-theme .accordion-box.style-one .block.active-block {
    border-color: #e74c3c;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #ffffff;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 50px 10px 20px;
    overflow: hidden;
    font-weight: 400;
    color: #ffffff;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box.style-one .block .acc-btn {
    color: #222222;
    font-weight: 500;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 20px;
    top: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    background: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .accordion-box .block .icon-outer .icon {
        position: absolute;
        left: 0px;
        top: 0;
        width: 100%;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 14px;
        background: #ffffff;
        font-weight: normal;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .accordion-box .block .icon-outer .icon-plus {
        opacity: 1;
    }

    .accordion-box .block .icon-outer .icon-minus {
        opacity: 0;
    }

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active,
.accordion-box .block .acc-btn.active .icon-outer {
    color: #fbca00;
}

.accordion-box.style-one .block .acc-btn.active {
    color: #ffffff;
    background: #d05700;
}

    .accordion-box.style-one .block .acc-btn.active .icon-outer {
        color: #d05700;
    }

.transportation-theme .accordion-box.style-one .block .acc-btn.active {
    color: #ffffff;
    background: #e74c3c;
}

    .transportation-theme .accordion-box.style-one .block .acc-btn.active .icon-outer {
        color: #e74c3c;
    }

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

    .accordion-box .block .acc-content.current {
        display: block;
    }

.accordion-box .block .content {
    position: relative;
    font-size: 15px;
    padding: 10px 20px 12px;
}

.accordion-box.style-two .block .content {
    padding: 20px 20px 0px;
}

.accordion-box .block .content .image {
    float: left;
    margin: 5px 20px 20px 0px;
}

    .accordion-box .block .content .image img {
        display: block;
        max-width: 100%;
    }

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
}

.styled-list-one {
    position: relative;
}

    .styled-list-one li {
        position: relative;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 22px;
        font-size: 15px;
    }

        .styled-list-one li:before {
            content: "\f0e7";
            font-family: 'FontAwesome';
            left: 0;
            top: 0px;
            line-height: 24px;
            color: #00529c;
            position: absolute;
        }

.styled-list-two {
    position: relative;
}

    .styled-list-two li {
        position: relative;
        line-height: 24px;
        margin-bottom: 7px;
        padding-left: 22px;
        font-size: 15px;
    }

        .styled-list-two li:before {
            content: "\f0da";
            font-family: 'FontAwesome';
            left: 0;
            top: 0px;
            line-height: 24px;
            color: #d05700;
            position: absolute;
        }

.transportation-theme .styled-list-one li:before,
.transportation-theme .styled-list-two li:before {
    color: #e74c3c;
}

.styled-list-three {
    position: relative;
}

    .styled-list-three li {
        position: relative;
        line-height: 24px;
        margin-bottom: 7px;
        padding-left: 22px;
        font-size: 16px;
    }

        .styled-list-three li:before {
            content: "";
            left: 0;
            top: 7px;
            position: absolute;
            width: 12px;
            height: 12px;
            border: 2px solid #0073dd;
            border-left-width: 6px;
            border-radius: 50%;
        }

/*** 

====================================================================
	Auto Repair Carousel
====================================================================

***/

.auto-repair-carousel {
    position: relative;
}

    .auto-repair-carousel .auto-carousel {
        position: relative;
        padding: 0px 80px;
        text-align: center;
    }

    .auto-repair-carousel .image-box {
        position: relative;
        margin-bottom: 20px;
    }

        .auto-repair-carousel .image-box img {
            display: block;
            width: 100%;
        }

    .auto-repair-carousel .info {
        position: relative;
        margin-bottom: 30px;
    }

    .auto-repair-carousel .btn-style-two {
        padding: 12px 40px;
        text-transform: uppercase;
    }

    .auto-repair-carousel .slide-item h3 {
        color: #000000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
    }

    .auto-repair-carousel .slide-item .price {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #222222;
        line-height: 24px;
        margin: 5px 0px;
    }

    .auto-repair-carousel .slide-item .rating {
        color: #f9d602;
        font-size: 16px;
    }

        .auto-repair-carousel .slide-item .rating .fa {
            display: inline-block;
            margin: 0px 3px;
        }

    .auto-repair-carousel .owl-controls {
        margin: 0px !important;
        padding: 0px !important;
    }

        .auto-repair-carousel .owl-controls .owl-dots {
            display: none !important;
        }

        .auto-repair-carousel .owl-controls .owl-nav [class*="owl-"] {
            position: absolute;
            top: 100px;
            display: inline-block;
            width: 32px;
            height: 32px;
            padding: 0px;
            border: 2px solid #00529c;
            color: #ffffff;
            font-size: 18px;
            line-height: 26px;
            text-align: center;
            border-radius: 0px;
            background: #00529c;
        }

        .auto-repair-carousel .owl-controls .owl-nav [class*="owl-prev"] {
            left: 0px;
        }

        .auto-repair-carousel .owl-controls .owl-nav [class*="owl-next"] {
            right: 0px;
        }

        .auto-repair-carousel .owl-controls .owl-nav [class*="owl-"]:hover {
            color: #00529c;
            background: none;
            border-color: #00529c;
        }

/*** 

====================================================================
	Get Quote One
====================================================================

***/

.get-quote-one {
    position: relative;
    padding: 130px 0px 70px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #555555;
    z-index: 2;
}

    .get-quote-one:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,82,156,0.90);
        background: -moz-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
        background: -ms-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
        background: -o-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
        background: -webkit-linear-gradient(left, rgba(0,82,156,0.90),rgba(0,0,0,0.90));
    }

.transportation-theme .get-quote-one:before {
    background: rgba(19,14,10,0.85);
}

.get-quote-one .outer-container {
    position: relative;
    padding-right: 315px;
}

.get-quote-one .service-block {
    position: relative;
    margin-bottom: 70px;
}

    .get-quote-one .service-block .inner-box {
        position: relative;
        padding-left: 100px;
        padding-right: 30px;
    }

    .get-quote-one .service-block .icon-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 40px;
        color: #ffffff;
        background: #0158a6;
    }

.transportation-theme .get-quote-one .service-block .icon-box {
    background: #e74c3c;
}

.get-quote-one .service-block h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}

.get-quote-one .service-block .text {
    font-size: 15px;
    color: #b3b3b3;
}

.quote-form-one {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}

.get-quote-one .quote-form-one {
    position: absolute;
    right: 15px;
    top: -200px;
    width: 300px;
}

.quote-form-one .form-header {
    position: relative;
    color: #ffffff;
    background: #f9d602;
    padding: 10px 20px 20px 50px;
}

.transportation-theme .quote-form-one .form-header {
    background: #e74c3c;
}

.quote-form-one .form-header:before {
    content: '';
    position: absolute;
    left: -10%;
    top: -35px;
    width: 120%;
    height: 50px;
    background: #f9d602;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.transportation-theme .quote-form-one .form-header:before {
    background: #e74c3c;
}

.quote-form-one .form-header h3 {
    position: relative;
    text-align: right;
    font-size: 20px;
    line-height: 24px;
    z-index: 1;
}

    .quote-form-one .form-header h3 span {
        display: block;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

.quote-form-one .form-header .icon-box {
    position: absolute;
    left: 40px;
    top: 0px;
    line-height: 50px;
    font-size: 42px;
    z-index: 1;
}

.quote-form-one .form-group {
    position: relative;
    margin-bottom: 10px;
}

.quote-form-one .form {
    position: relative;
    padding: 40px 30px 30px;
    background: #ffffff;
}

.quote-form-one input[type="text"],
.quote-form-one input[type="email"],
.quote-form-one input[type="password"],
.quote-form-one input[type="url"],
.quote-form-one input[type="tel"],
.quote-form-one textarea {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 0px;
    height: 45px;
    background: none;
    color: #222222;
    font-size: 13px;
    width: 100%;
    border-bottom: 1px solid #00529c;
}

    .quote-form-one input:focus,
    .quote-form-one textarea:focus {
        border-color: #f9d602;
    }

.transportation-theme .quote-form-one input:focus,
.transportation-theme .quote-form-one textarea:focus {
    border-color: #e74c3c;
}

.quote-form-one textarea {
    height: 100px;
    resize: none;
}

.quote-form-one button {
    display: block;
    width: 100%;
    border-radius: 0px;
    padding: 10px 15px;
    text-align: center;
}

/*** 

====================================================================
	Team Style Two
====================================================================

***/

.team-style-two {
    position: relative;
    padding: 120px 0px 170px;
}

.team-member-two {
    position: relative;
}

    .team-member-two .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .team-member-two .image-box img {
        display: block;
        width: 100%;
    }

    .team-member-two .inner-box .info-box {
        position: relative;
        width: 100%;
        padding: 20px 0px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .team-member-two .inner-box .info-box h3 {
            font-size: 20px;
            color: #000000;
            font-weight: 600;
            margin-bottom: 3px;
            text-transform: capitalize;
        }

        .team-member-two .inner-box .info-box .designation {
            font-family: 'Open Sans',sans-serif;
            text-transform: capitalize;
            font-weight: 500;
            font-size: 16px;
            color: #999999;
        }

    .team-member-two .inner-box .hover-box {
        position: absolute;
        left: 0px;
        bottom: -150px;
        width: 100%;
        padding: 15px 20px;
        background: #f9d602;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .team-member-two .inner-box:hover .hover-box {
        bottom: 0px;
    }

    .team-member-two .inner-box .hover-box h3 {
        font-size: 20px;
        color: #000000;
        font-weight: 600;
        text-transform: capitalize;
    }

    .team-member-two .inner-box .hover-box .designation {
        font-family: 'Open Sans',sans-serif;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 16px;
        color: #999999;
    }

    .team-member-two .hover-box .social-links {
        position: relative;
        margin-bottom: 15px;
    }

        .team-member-two .hover-box .social-links a {
            display: inline-block;
            margin: 0px 10px 0px 0px;
            font-size: 20px;
            color: #000000;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .team-member-two .hover-box .social-links a:hover {
                color: #ffffff;
            }

.team-carousel-two .owl-controls {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 50px auto 0px !important;
}

    .team-carousel-two .owl-controls .owl-dots {
        position: absolute;
        left: 0px;
        bottom: -38px;
        width: 100%;
    }

        .team-carousel-two .owl-controls .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 0px 7px;
            background: #00529c;
            -webkit-transform: scale(0.4);
            -ms-transform: scale(0.4);
            -o-transform: scale(0.4);
            -moz-transform: scale(0.4);
            transform: scale(0.4);
        }

        .team-carousel-two .owl-controls .owl-dots .owl-dot.active span {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

    .team-carousel-two .owl-controls .owl-nav {
        position: relative;
        margin: 0px !important;
        z-index: 2;
    }

        .team-carousel-two .owl-controls .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: 0px 0px 0px 0px;
            width: 46px;
            height: 46px;
            padding: 0px;
            border: 2px solid #00529c;
            color: #00529c;
            font-size: 20px;
            line-height: 42px;
            text-align: center;
            border-radius: 0px;
            background: none;
        }

        .team-carousel-two .owl-controls .owl-nav [class*="owl-prev"] {
            left: 0px;
        }

        .team-carousel-two .owl-controls .owl-nav [class*="owl-next"] {
            right: 0px;
        }

        .team-carousel-two .owl-controls .owl-nav [class*="owl-"]:hover {
            color: #ffffff;
            background: #00529c;
        }

/*** 

====================================================================
	Welcome Section One
====================================================================

***/

.welcome-section-one {
    position: relative;
    padding: 100px 0px;
}

    .welcome-section-one .content-box {
        position: relative;
        text-align: center;
    }

        .welcome-section-one .content-box .text {
            font-size: 17px;
            line-height: 1.8em;
            margin-bottom: 50px;
        }

        .welcome-section-one .content-box .signature {
            position: relative;
            display: inline-block;
            padding: 0px 0px 20px;
            font-family: 'Signerica_Fat', cursive;
            font-size: 20px;
            line-height: 1.8em;
            border-bottom: 3px dotted #222222;
            margin-bottom: 20px;
        }

        .welcome-section-one .content-box h3 {
            font-size: 18px;
            color: #222222;
            text-transform: capitalize;
            font-weight: 700;
        }

            .welcome-section-one .content-box h3 .designation {
                color: #ff432a;
            }

/*** 

====================================================================
	Regular Services Section
====================================================================

***/

.regular-services-section {
    position: relative;
    padding: 100px 0px;
    background: #eff2f4;
}

/*** 

====================================================================
	Tabs Style Four
====================================================================

***/

.tabs-style-four {
    position: relative;
}

    .tabs-style-four .buttons-column {
        position: relative;
        float: left;
        width: 25%;
        background: #ffffff;
        z-index: 1;
    }

    .tabs-style-four .content-outer {
        position: relative;
        float: left;
        width: 75%;
        border-left: 3px solid #eff2f4;
        background: #ffffff;
    }

    .tabs-style-four .tab-buttons {
        position: relative;
        font-family: 'Montserrat',sans-serif;
        background: #ffffff;
    }

        .tabs-style-four .tab-buttons .tab-btn {
            position: relative;
            font-size: 16px;
            text-transform: capitalize;
            display: block;
            color: #000000;
            line-height: 24px;
            padding: 13px 12px 13px 80px;
            border-bottom: 1px solid rgba(0,0,0,0.05);
            cursor: pointer;
            transition: all 300ms ease;
        }

            .tabs-style-four .tab-buttons .tab-btn:last-child {
                border-bottom: none;
            }

            .tabs-style-four .tab-buttons .tab-btn:after {
                content: '';
                position: absolute;
                left: 100%;
                margin-left: -10px;
                top: 0px;
                width: 20px;
                height: 100%;
                background: #ff432a;
                opacity: 0;
                transition: all 300ms ease;
                -webkit-transform: skewX(-15deg);
                -ms-transform: skewX(-15deg);
                -o-transform: skewX(-15deg);
                -moz-transform: skewX(-15deg);
                transform: skewX(-15deg);
            }

            .tabs-style-four .tab-buttons .tab-btn .icon {
                position: absolute;
                left: 30px;
                top: 50%;
                margin-top: -12px;
                line-height: 24px;
                font-size: 24px;
                transition: all 300ms ease;
            }

            .tabs-style-four .tab-buttons .tab-btn.active-btn .icon {
                color: #ffffff;
            }

            .tabs-style-four .tab-buttons .tab-btn.active-btn {
                color: #ffffff;
                background: #ff432a;
            }

                .tabs-style-four .tab-buttons .tab-btn.active-btn:after {
                    opacity: 1;
                }

    .tabs-style-four .content-column {
        position: relative;
        float: left;
        width: 48%;
    }

        .tabs-style-four .content-column .inner-box {
            position: relative;
            padding: 30px 40px;
        }

        .tabs-style-four .content-column .text-content {
            font-size: 15px;
            line-height: 1.8em;
            margin-bottom: 30px;
        }

        .tabs-style-four .content-column .tab-title {
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 24px;
            margin-bottom: 20px;
        }

        .tabs-style-four .content-column .skill-box {
            position: relative;
            margin-bottom: 30px;
        }

        .tabs-style-four .content-column h4 {
            font-size: 16px;
            text-transform: uppercase;
            color: #222222;
            line-height: 24px;
            margin-bottom: 10px;
        }

        .tabs-style-four .content-column .progress-bar-outer {
            position: relative;
            height: 7px;
            background: #d6d6d6;
            margin-bottom: 10px;
        }

            .tabs-style-four .content-column .progress-bar-outer .bar-fill {
                position: relative;
                height: 7px;
                display: block;
                background: #ff432a;
            }

        .tabs-style-four .content-column .rating-info {
            color: #444444;
        }

            .tabs-style-four .content-column .rating-info strong {
                text-transform: uppercase;
                color: #222222;
                line-height: 24px;
                font-weight: normal;
                font-family: 'Montserrat',sans-serif;
            }

            .tabs-style-four .content-column .rating-info .theme_color {
                font-weight: 600;
            }

    .tabs-style-four .image-column {
        position: relative;
        float: left;
        width: 52%;
        border-left: 3px solid #eff2f4;
    }

        .tabs-style-four .image-column .image-box {
            position: relative;
            display: block;
        }

    .tabs-style-four .image-box img {
        position: relative;
        display: block;
        width: 100%;
    }

/*** 

====================================================================
	Gallery style Two
====================================================================

***/

.projects-gallery-two {
    position: relative;
    padding: 100px 0px;
}

.portfolio-item-two {
    position: relative;
    margin-bottom: 20px;
}

    .portfolio-item-two.masonry-item {
        padding: 0px 10px;
    }

    .portfolio-item-two .inner-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .portfolio-item-two .image-box {
        position: relative;
        display: block;
    }

        .portfolio-item-two .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .portfolio-item-two .caption-box {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        display: block;
        padding: 10px 25px;
        color: #ff432a;
        background: #000000;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
    }

        .portfolio-item-two .caption-box h4 {
            font-size: 16px;
            text-transform: capitalize;
            color: #ff432a;
            line-height: 24px;
        }

            .portfolio-item-two .caption-box h4 a {
                display: block;
                color: #ff432a;
            }

.projects-gallery-two .sortable-masonry .outer-box {
    position: relative;
}

.projects-gallery-two .sortable-masonry .items-container {
    position: relative;
    margin-left: 50px;
}

.projects-gallery-two .filter-tabs {
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
}

    .projects-gallery-two .filter-tabs li {
        position: relative;
        display: block;
        line-height: 30px;
        padding: 15px 15px;
        min-height: 60px;
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        background: #eeeff1;
        cursor: pointer;
        width: 60px;
        overflow: hidden;
        transition: all 300ms ease;
    }

        .projects-gallery-two .filter-tabs li:after {
            content: '';
            position: absolute;
            left: 100%;
            margin-left: -10px;
            top: 0px;
            width: 20px;
            height: 100%;
            background: #ff432a;
            opacity: 0;
            -webkit-transform: skewX(-15deg);
            -ms-transform: skewX(-15deg);
            -o-transform: skewX(-15deg);
            -moz-transform: skewX(-15deg);
            transform: skewX(-15deg);
        }

        .projects-gallery-two .filter-tabs li .icon {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 60px;
            height: 60px;
            font-size: 24px;
            line-height: 60px;
            font-weight: normal;
            text-align: center;
        }

        .projects-gallery-two .filter-tabs li .txt {
            position: relative;
            display: none;
            opacity: 0;
        }

        .projects-gallery-two .filter-tabs li.active {
            color: #ffffff;
            background: #ff432a;
            z-index: 10;
            width: auto;
            padding: 15px 50px 15px 60px;
            overflow: visible;
        }

            .projects-gallery-two .filter-tabs li.active .txt {
                display: block;
                opacity: 1;
            }

            .projects-gallery-two .filter-tabs li.active:after {
                opacity: 1;
            }

/*** 

====================================================================
	Our Experience Section
====================================================================

***/

.our-experience {
    position: relative;
    padding: 100px 0px;
    background-color: #208dff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
}

    .our-experience:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(22,13,12,0.80);
        z-index: 0;
    }

    .our-experience .auto-container {
        position: relative;
        z-index: 1;
    }

    .our-experience .title-box {
        position: relative;
        margin-bottom: 50px;
    }

        .our-experience .title-box h2 {
            font-size: 28px;
            text-transform: capitalize;
            line-height: 32px;
        }

            .our-experience .title-box h2 .theme_color {
                font-size: 36px;
            }

        .our-experience .title-box .desc-text {
            font-size: 20px;
            line-height: 1.8em;
            font-weight: 500;
        }

    .our-experience .text-content {
        font-size: 16px;
        color: #b8b8b8;
        line-height: 1.8em;
        margin: 50px;
    }

    .our-experience .bottom-content {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
    }

        .our-experience .bottom-content .theme-btn {
            line-height: 26px;
            padding: 20px 60px;
            color: #ff432a;
            font-size: 18px;
            text-transform: capitalize;
            background: #000000;
        }

            .our-experience .bottom-content .theme-btn .icon {
                position: relative;
                padding-right: 15px;
                font-size: 20px;
                color: #ffffff;
            }

/*** 

====================================================================
	Newsletter Style One
====================================================================

***/

.newsletter-style-one {
    position: relative;
    padding: 120px 0px;
    background-color: #012f5d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    text-align: center;
}

    .newsletter-style-one:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(19,14,10,0.85);
    }

    .newsletter-style-one .medium-container {
        position: relative;
        z-index: 1;
    }

    .newsletter-style-one .title-box {
        position: relative;
        margin-bottom: 80px;
    }

        .newsletter-style-one .title-box .icon-box {
            position: relative;
            font-size: 80px;
            color: #ffffff;
            line-height: 1.2em;
            margin-bottom: 20px;
        }

        .newsletter-style-one .title-box h2 {
            font-size: 42px;
            color: #ffffff;
            font-weight: 700;
            line-height: 1.4em;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

    .newsletter-style-one.extended .title-box h2 {
        text-transform: capitalize;
        color: #e74c3c;
    }

    .newsletter-style-one .title-box .desc-text {
        font-size: 16px;
        color: #b1b1b1;
        line-height: 1.8em;
    }

    .newsletter-style-one .form-box {
        position: relative;
        max-width: 680px;
        margin: 0 auto;
    }

    .newsletter-style-one .form-group {
        position: relative;
        padding-right: 205px;
        display: block;
        margin: 0px;
    }

        .newsletter-style-one .form-group input[type="text"],
        .newsletter-style-one .form-group input[type="email"] {
            display: block;
            position: relative;
            width: 100%;
            line-height: 24px;
            background: #ffffff;
            color: #000000;
            height: 50px;
            font-size: 14px;
            padding: 13px 30px;
        }

    .newsletter-style-one ::-webkit-input-placeholder {
        color: #666666 !important;
        text-transform: uppercase;
    }

    .newsletter-style-one ::-moz-placeholder {
        color: #666666 !important;
        text-transform: uppercase;
    }

    .newsletter-style-one :-ms-input-placeholder {
        color: #666666 !important;
        text-transform: uppercase;
    }

    .newsletter-style-one input:-moz-placeholder {
        color: #666666 !important;
        text-transform: uppercase;
    }

    .newsletter-style-one .form-group input[type="submit"],
    .newsletter-style-one .form-group button {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 200px;
        height: 50px;
        line-height: 24px;
        padding: 13px 15px;
        color: #ffffff;
        text-transform: capitalize;
        font-size: 18px;
        background: #ff432a;
        font-weight: 400;
        font-family: 'Montserrat',sans-serif;
    }

/*** 

====================================================================
	Team Style Three
====================================================================

***/

.team-style-three {
    position: relative;
    padding: 120px 0px 170px;
}

.team-member-three {
    position: relative;
}

    .team-member-three .inner-box {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .team-member-three .image-box {
        position: relative;
        display: block;
    }

        .team-member-three .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .team-member-three .overlay-box {
        position: absolute;
        left: 0px;
        top: -100%;
        width: 100%;
        height: 100%;
        color: #ffffff;
        opacity: 0;
        text-align: center;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
    }

    .team-member-three .inner-box:hover .overlay-box {
        top: 0px;
        opacity: 1;
    }

    .team-member-three .overlay-inner {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
        padding: 10px 20px 80px;
        background-color: rgba(249,194,2,0.90);
    }

.agency-theme .team-member-three .overlay-inner {
    background-color: rgba(255,67,42,0.90);
}

.team-member-three .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.team-member-three .overlay-inner .option-btn {
    position: relative;
    display: inline-block;
    line-height: 42px;
    color: #000000;
    font-size: 24px;
    width: 44px;
    height: 44px;
    margin: 0px 5px 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.agency-theme .team-member-three .overlay-inner .option-btn {
    color: #ffffff;
}

.team-member-three .overlay-inner .option-btn:hover {
    color: #ffffff;
}

.team-member-three .overlay-inner .social-links a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0px 5px;
}

.team-member-three .inner-box .caption {
    position: absolute;
    text-align: center;
    background: #000000;
    left: 0px;
    bottom: -150px;
    width: 100%;
    padding: 12px 20px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.team-member-three:hover .inner-box .caption {
    bottom: 0px;
}

.team-member-three .inner-box .caption h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
}

    .team-member-three .inner-box .caption h3 a {
        color: #ffffff;
    }

.team-member-three .inner-box .caption .designation {
    font-size: 14px;
    color: #ff432a;
    text-transform: uppercase;
}

.team-style-three .owl-controls {
    position: relative;
    width: 100%;
    padding: 0px 0px !important;
    max-width: 350px;
    margin: 50px auto 0px !important;
}

    .team-style-three .owl-controls .owl-dots {
        position: absolute;
        left: 0px;
        bottom: -38px;
        width: 100%;
        padding: 0px;
    }

        .team-style-three .owl-controls .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #999999;
            margin: 0px 8px;
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
            -moz-transform: scale(0.6);
            transform: scale(0.6);
        }

        .team-style-three .owl-controls .owl-dots .owl-dot.active span {
            background: #ff432a;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

    .team-style-three .owl-controls .owl-nav {
        position: relative;
        margin: 0px !important;
        z-index: 2;
        display: block !important;
    }

        .team-style-three .owl-controls .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: 0px 0px 0px 0px;
            width: 46px;
            height: 46px;
            padding: 0px;
            border: 2px solid #ff432a;
            color: #ff432a;
            font-size: 20px;
            line-height: 42px;
            text-align: center;
            border-radius: 0px;
            background: none;
        }

        .team-style-three .owl-controls .owl-nav [class*="owl-prev"] {
            left: 0px;
        }

        .team-style-three .owl-controls .owl-nav [class*="owl-next"] {
            right: 0px;
        }

        .team-style-three .owl-controls .owl-nav [class*="owl-"]:hover {
            color: #ffffff;
            background: #ff432a;
        }

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-three {
    position: relative;
    padding: 120px 0px;
    background: #eff2f4;
}

.news-style-three {
    position: relative;
    margin-bottom: 50px;
}

    .news-style-three .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
        padding-left: 212px;
        min-height: 329px;
        background: #ffffff;
    }

    .news-style-three .image-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 212px;
        height: 329px;
        display: block;
    }

        .news-style-three .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .news-style-three .content-box {
        position: relative;
        padding: 25px;
    }

    .news-style-three .inner-box .content {
        position: relative;
    }

        .news-style-three .inner-box .content .news-cat {
            position: relative;
            display: inline-block;
            line-height: 24px;
            padding: 3px 20px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #ffffff;
            background: #ff432a;
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .news-style-three .inner-box .content h3 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 1.5em;
            color: #333333;
            font-weight: 700;
        }

            .news-style-three .inner-box .content h3 a {
                color: #333333;
            }

                .news-style-three .inner-box .content h3 a:hover {
                    color: #ff432a;
                }

        .news-style-three .inner-box .content .info {
            position: relative;
            font-size: 14px;
            color: #bbbbbb;
            margin-bottom: 20px;
        }

        .news-style-three .inner-box .content .text {
            position: relative;
            font-size: 15px;
            color: #666666;
            line-height: 1.8em;
            margin-bottom: 25px;
        }

        .news-style-three .inner-box .content .more-link a {
            color: #333333;
            font-family: 'Montserrat',sans-serif;
            font-size: 16px;
            font-weight: 700;
            text-transform: capitalize;
        }

            .news-style-three .inner-box .content .more-link a:hover {
                color: #ff432a;
            }

/*** 

====================================================================
	Why Us Two
====================================================================

***/

.why-us-two {
    position: relative;
}

    .why-us-two .image-column,
    .why-us-two .content-column {
        position: relative;
        padding: 0px !important;
    }

        .why-us-two .image-column img {
            display: block;
            width: 100%;
        }

    .why-us-two .outer {
        position: relative;
        background: #142024;
    }

    .why-us-two .content-column .inner-box {
        position: relative;
        padding: 60px 60px;
        background: #142024;
        color: #ffffff;
        text-align: center;
    }

    .why-us-two .content-column h3 {
        color: #ffffff;
        font-size: 22px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .why-us-two .content-column .text {
        color: #797979;
        font-size: 16px;
        line-height: 1.8em;
        margin-bottom: 30px;
    }

/*** 

====================================================================
	Services Style Four
====================================================================

***/

.services-style-four {
    position: relative;
    padding: 120px 0px 70px;
}

.featured-service-column {
    position: relative;
    margin-bottom: 50px;
}

    .featured-service-column .inner-box {
        position: relative;
        display: block;
        background: #ffffff;
    }

    .featured-service-column .image-box {
        position: relative;
    }

        .featured-service-column .image-box img {
            position: relative;
            display: block;
            width: 100%;
        }

    .featured-service-column .lower-content {
        position: relative;
        padding: 30px 0px 0px;
    }

    .featured-service-column .inner-box .icon-box {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 80px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        color: #ffffff;
        text-align: center;
        background: #e74c3c;
    }

.default-theme .featured-service-column .inner-box .icon-box {
    background: #0073dd;
}

.featured-service-column .lower-content h3 {
    font-size: 28px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000000;
}

.featured-service-column .lower-content .text {
    font-size: 16px;
    line-height: 1.8em;
    color: #999999;
    margin-bottom: 25px;
}

/*** 

====================================================================
	Gallery style Three
====================================================================

***/

.projects-gallery-three {
    position: relative;
    padding: 100px 0px;
}

.portfolio-item-three {
    position: relative;
    margin-bottom: 30px;
}

    .portfolio-item-three .inner-box {
        position: relative;
        overflow: hidden;
    }

    .portfolio-item-three .image-box {
        position: relative;
        display: block;
    }

        .portfolio-item-three .image-box img {
            display: block;
            width: 100%;
        }

    .portfolio-item-three .inner-box .layer-one {
        position: absolute;
        left: -800px;
        bottom: -310px;
        width: 450px;
        height: 550px;
        background: #e74c3c;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 300ms ease;
    }

    .portfolio-item-three .inner-box:hover .layer-one {
        left: -260px;
    }

    .portfolio-item-three .inner-box .layer-two {
        position: absolute;
        left: -800px;
        bottom: -340px;
        width: 500px;
        height: 600px;
        background: #e74c3c;
        opacity: 0.80;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 300ms ease 300ms;
    }

    .portfolio-item-three .inner-box:hover .layer-two {
        left: -290px;
    }

    .portfolio-item-three .inner-box .hover-info {
        position: absolute;
        left: -400px;
        bottom: 20px;
        padding: 15px;
        color: #ffffff;
        z-index: 5;
    }

    .portfolio-item-three .inner-box:hover .hover-info {
        left: 0px;
        transition: all 300ms ease 600ms;
    }

    .portfolio-item-three .inner-box .hover-info .image-link {
        position: relative;
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 28px;
        font-size: 14px;
        color: #ffffff;
        text-align: center;
        border: 2px solid #ffffff;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .portfolio-item-three .inner-box .hover-info h4 {
        font-size: 18px;
        text-transform: uppercase;
    }

        .portfolio-item-three .inner-box .hover-info h4 a {
            color: #ffffff;
        }

/*** 

====================================================================
	Team Style Four
====================================================================

***/

.team-style-four {
    position: relative;
    padding: 120px 0px 170px;
}

.team-member-four {
    position: relative;
}

    .team-member-four .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .team-member-four .image-box img {
        display: block;
        width: 100%;
    }

    .team-member-four .inner-box .layer-one {
        position: absolute;
        left: -800px;
        bottom: -310px;
        width: 450px;
        height: 550px;
        background: #e74c3c;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 300ms ease;
    }

    .team-member-four .inner-box:hover .layer-one {
        left: -260px;
    }

    .team-member-four .inner-box .layer-two {
        position: absolute;
        left: -800px;
        bottom: -340px;
        width: 500px;
        height: 600px;
        background: #e74c3c;
        opacity: 0.80;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 300ms ease 300ms;
    }

    .team-member-four .inner-box:hover .layer-two {
        left: -290px;
    }

    .team-member-four .inner-box .hover-info {
        position: absolute;
        left: -400px;
        bottom: 20px;
        padding: 15px;
        color: #ffffff;
        z-index: 5;
    }

    .team-member-four .inner-box:hover .hover-info {
        left: 0px;
        transition: all 300ms ease 600ms;
    }

    .team-member-four .inner-box .hover-info h3 {
        font-size: 18px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .team-member-four .inner-box .hover-info .designation {
        font-family: 'Open Sans',sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        font-size: 12px;
        color: #ffffff;
    }

    .team-member-four .inner-box .hover-info .social-links {
        position: relative;
        margin-bottom: 15px;
    }

        .team-member-four .inner-box .hover-info .social-links a {
            display: inline-block;
            margin: 0px 10px 0px 0px;
            font-size: 20px;
            color: #ffffff;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

            .team-member-four .inner-box .hover-info .social-links a:hover {
                color: #000000;
            }

.team-style-four .owl-controls {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 50px auto 0px !important;
}

    .team-style-four .owl-controls .owl-dots {
        position: absolute;
        left: 0px;
        bottom: -38px;
        width: 100%;
    }

        .team-style-four .owl-controls .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 0px 7px;
            background: #e74c3c;
            -webkit-transform: scale(0.4);
            -ms-transform: scale(0.4);
            -o-transform: scale(0.4);
            -moz-transform: scale(0.4);
            transform: scale(0.4);
        }

        .team-style-four .owl-controls .owl-dots .owl-dot.active span {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

    .team-style-four .owl-controls .owl-nav {
        position: relative;
        margin: 0px !important;
        z-index: 2;
    }

        .team-style-four .owl-controls .owl-nav [class*="owl-"] {
            position: absolute;
            top: 50%;
            margin: 0px 0px 0px 0px;
            width: 46px;
            height: 46px;
            padding: 0px;
            border: 2px solid #e74c3c;
            color: #e74c3c;
            font-size: 20px;
            line-height: 42px;
            text-align: center;
            border-radius: 0px;
            background: none;
        }

        .team-style-four .owl-controls .owl-nav [class*="owl-prev"] {
            left: 0px;
        }

        .team-style-four .owl-controls .owl-nav [class*="owl-next"] {
            right: 0px;
        }

        .team-style-four .owl-controls .owl-nav [class*="owl-"]:hover {
            color: #ffffff;
            background: #e74c3c;
        }

/*** 

====================================================================
	404 Section Style
====================================================================

***/

.error-section {
    position: relative;
    padding: 150px 0px 100px;
    text-align: center;
}

    .error-section .error-image {
        position: relative;
        margin-bottom: 40px;
    }

        .error-section .error-image img {
            display: inline-block;
            max-width: 100%;
        }

    .error-section h3 {
        font-size: 32px;
        text-transform: uppercase;
        color: #333333;
        letter-spacing: 0px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .error-section .text {
        font-size: 15px;
        margin-bottom: 80px;
        color: #000000;
    }

        .error-section .text .theme-btn {
            display: inline-block;
            line-height: 24px;
            padding: 10px 25px;
            background: #0185f1;
            color: #ffffff !important;
            border: 2px solid #0185f1 !important;
            font-size: 14px;
            font-weight: 700;
            font-family: 'Montserrat',sans-serif;
            text-transform: uppercase;
            border-radius: 3px;
        }

.search-website {
    position: relative;
    max-width: 580px;
    margin: 0 auto 0px;
}

    .search-website .form-group {
        position: relative;
        margin-bottom: 0px;
        text-align: left;
    }

        .search-website .form-group input[type="text"],
        .search-website .form-group input[type="search"],
        .search-website .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 24px;
            padding: 10px 15px;
            background: #ffffff;
            border: 1px solid #cccccc;
            border-radius: 3px;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .search-website .form-group input[type="text"]:focus,
            .search-website .form-group input[type="search"]:focus,
            .search-website .form-group textarea:focus {
                border-color: #004786;
            }

        .search-website .form-group button {
            position: absolute;
            right: 0px;
            top: 0px;
            display: block;
            width: 50px;
            height: 44px;
            text-align: center;
            margin: 0px;
            padding: 10px 0px;
            line-height: 24px;
            font-size: 15px;
            text-transform: uppercase;
            font-weight: 400;
            background: none;
            color: #373737;
            letter-spacing: 2px;
            border-radius: 0px 2px 2px 0px;
        }

/*** 

====================================================================
	Newsletter Two Style
====================================================================

***/

.newsletter-two {
    position: relative;
    padding: 20px 0px;
    background: #484848;
}

    .newsletter-two .title {
        position: relative;
        padding: 8px 0px 8px 60px;
    }

        .newsletter-two .title .icon-box {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 60px;
            font-size: 40px;
            color: #ffffff;
            line-height: 40px;
        }

    .newsletter-two h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .newsletter-two .form {
        position: relative;
    }

        .newsletter-two .form .form-group {
            position: relative;
            margin-bottom: 0px;
        }

            .newsletter-two .form .form-group input[type="text"],
            .newsletter-two .form .form-group input[type="email"],
            .newsletter-two .form .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                line-height: 20px;
                padding: 10px 120px 10px 20px;
                height: 40px;
                background: #343434;
                border: 1px solid #343434;
                border-radius: 20px;
                color: #ffffff;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .newsletter-two .form .form-group input[type="text"]:focus,
                .newsletter-two .form .form-group input[type="email"]:focus,
                .newsletter-two .form .form-group textarea:focus {
                    background: #000000;
                }

            .newsletter-two .form .form-group button {
                position: absolute;
                right: 1px;
                top: 1px;
                display: block;
                width: 120px;
                height: 38px;
                text-align: center;
                margin: 0px;
                padding: 6px 0px;
                line-height: 24px;
                font-size: 14px;
                text-transform: capitalize;
                font-weight: 400;
                background: #0185f1;
                font-family: 'Montserrat',sans-serif;
                color: #ffffff;
                border-radius: 19px;
            }

/*** 

====================================================================
	Page Title Style
====================================================================

***/

.page-title {
    position: relative;
    padding: 350px 0px 80px;
    color: #ffffff;
    background-color: #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    .page-title:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(4,4,4,0.70);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.90), rgba(0,0,0,0.10));
        background: -ms-linear-gradient(top, rgba(0,0,0,0.90), rgba(0,0,0,0.10));
        background: -o-linear-gradient(top, rgba(0,0,0,0.90), rgba(0,0,0,0.10));
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.90), rgba(0,0,0,0.10));
    }

    .page-title .auto-container {
        position: relative;
        z-index: 1;
    }

    .page-title h1 {
        position: relative;
        font-size: 42px;
        line-height: 1.4em;
        font-family: 'Montserrat',sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }

    .page-title .bread-crumb {
        position: relative;
        padding-top: 20px;
    }

        .page-title .bread-crumb li {
            position: relative;
            display: inline-block;
            line-height: 30px;
            margin-left: 20px;
            color: #ffffff;
            font-size: 15px;
            text-transform: capitalize;
        }

            .page-title .bread-crumb li:before {
                content: '/';
                position: absolute;
                right: -20px;
                top: 0px;
                width: 20px;
                text-align: center;
                line-height: 30px;
            }

            .page-title .bread-crumb li:first-child {
                margin-left: 0px;
            }

            .page-title .bread-crumb li:last-child:before {
                display: none;
            }

            .page-title .bread-crumb li a {
                color: #ffffff;
            }

                .page-title .bread-crumb li a:hover {
                    color: #f9d602;
                }

            .page-title .bread-crumb li.active {
                color: #f9d602;
            }

/*** 

====================================================================
	Info Section Style
====================================================================

***/

.info-section {
    position: relative;
    padding: 100px 0px 50px;
    z-index: 10;
}

    .info-section .contact-info {
        position: relative;
    }

    .info-section .info-column {
        position: relative;
        margin-bottom: 30px;
    }

    .info-section .contact-info .info-column .inner-box {
        position: relative;
        max-width: 280px;
        margin: 0 auto;
        text-align: center;
    }

    .info-section .contact-info .info-column .icon {
        position: relative;
        width: 80px;
        height: 80px;
        border: 4px solid #0073dd;
        line-height: 40px;
        font-size: 28px;
        color: #f9c202;
        padding: 16px 10px;
        margin: 0px auto 20px;
        border-radius: 50%;
    }

    .info-section .contact-info .info-column h4 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 20px;
        color: #000000;
        text-transform: uppercase;
    }

    .info-section .contact-info .info-column ul li {
        font-family: 'Montserrat',sans-serif;
        color: #999999;
        line-height: 24px;
        margin-bottom: 0px;
    }

/*** 

====================================================================
	Contact Section Style
====================================================================

***/

.contact-section {
    position: relative;
    padding: 0px 0px;
    background: #ffffff;
}

    .contact-section .title {
        margin-bottom: 60px;
        text-align: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
    }

        .contact-section .title h2 {
            position: relative;
            line-height: 1.4em;
            color: #000000;
            font-size: 28px;
            text-transform: uppercase;
        }

    .contact-section .content-box {
        position: relative;
        background: #ffffff;
        z-index: 10;
        top: -200px;
        margin-bottom: -100px;
        -webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);
        -ms-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);
        -o-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.10);
    }

    .contact-section .form-container {
        position: relative;
        padding: 50px 0px;
    }

    .contact-section .form {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
    }

        .contact-section .form .form-group {
            position: relative;
            margin-bottom: 30px;
        }

            .contact-section .form .form-group input[type="text"],
            .contact-section .form .form-group input[type="email"],
            .contact-section .form .form-group input[type="password"],
            .contact-section .form .form-group input[type="tel"],
            .contact-section .form .form-group input[type="number"],
            .contact-section .form .form-group select,
            .contact-section .form .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                line-height: 24px;
                padding: 12px 20px;
                height: 50px;
                background: #f0f0f0;
                border: 1px solid #f0f0f0;
                border-radius: 2px;
                color: #111111;
                font-size: 14px;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                -ms-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

                .contact-section .form .form-group input[type="text"]:focus,
                .contact-section .form .form-group input[type="email"]:focus,
                .contact-section .form .form-group select:focus,
                .contact-section .form .form-group textarea:focus {
                    border-color: #888888 !important;
                    background: #ffffff;
                }

                .contact-section .form .form-group input.error,
                .contact-section .form .form-group select.error,
                .contact-section .form .form-group textarea.error {
                    border-color: #ff0000;
                }

        .contact-section .form ::-webkit-input-placeholder {
            color: #111111 !important;
        }

        .contact-section .form ::-moz-placeholder {
            color: #111111 !important;
        }

        .contact-section .form :-ms-input-placeholder {
            color: #111111 !important;
        }

        .contact-section .form input:-moz-placeholder {
            color: #111111 !important;
        }

        .contact-section .form label.error {
            display: block;
            font-size: 12px;
            text-transform: uppercase;
            color: #ff0000;
            font-weight: normal;
            padding: 10px 0px 0px;
        }

        .contact-section .form .form-group textarea {
            resize: none;
            height: 180px;
        }

        .contact-section .form .form-group select {
            background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
            cursor: pointer;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
        }

            .contact-section .form .form-group select option {
                text-indent: 20px;
                color: #000000;
                cursor: pointer;
                font-size: 14px;
            }

        .contact-section .form button {
            position: relative;
            display: inline-block;
            line-height: 24px;
            font-size: 15px;
            letter-spacing: 1px;
            padding: 10px 40px;
            color: #ffffff;
            border: 2px solid #0185f1;
            background: #0185f1;
            border-radius: 3px;
        }

            .contact-section .form button:hover {
                background: none;
                color: #0185f1;
            }

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
    position: relative;
}

    .map-section.negative-margin {
        margin-top: -200px;
    }

    .map-section .map-canvas {
        position: relative;
        width: 100%;
    }

    .map-section.extended .map-container {
        height: 500px;
    }

    .map-section .map-data {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        z-index: 10;
    }

        .map-section .map-data h6 {
            font-size: 16px;
            text-align: center;
            margin-bottom: 5px;
            color: #2e2e2e;
            font-weight: 400;
        }

/*** 

====================================================================
	Latest Projects Section
====================================================================

***/

.latest-projects-section {
    position: relative;
    padding: 100px 0px;
    background: #ffffff;
}

    .latest-projects-section .images-outer {
        position: relative;
        margin-bottom: 50px;
    }

        .latest-projects-section .images-outer .image-block {
            position: relative;
            padding: 2px;
        }

    .latest-projects-section .image-block img {
        position: relative;
        display: block;
        width: 100%;
        transition: all 300ms ease;
    }

    .latest-projects-section .image-block:hover img {
        opacity: 0.80;
    }

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0px 90px;
}

    .sidebar-page-container .sidebar,
    .sidebar-page-container .content-side {
        margin-bottom: 30px !important;
    }

    .sidebar-page-container .sidebar {
        padding-right: 40px;
    }

.shop-container .sidebar {
    padding-right: 0px;
}

.sidebar-page-container .sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

    .sidebar-page-container .sidebar-title h3 {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 700;
        color: #000000;
    }

.sidebar .boxed-widget .widget-title {
    position: relative;
    margin-bottom: 20px;
}

    .sidebar .boxed-widget .widget-title h2 {
        color: #000000;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 24px;
        line-height: 32px;
    }

.sidebar .shop-widget .widget-title h2 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
}

    .sidebar .shop-widget .widget-title h2:after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 50px;
        border-bottom: 2px solid #f4cf3e;
    }

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}

.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;
        line-height: 24px;
        padding: 10px 40px 10px 20px;
        border: 1px solid #e0e0e0;
        background: #ffffff;
        color: #1c1c1c;
        display: block;
        font-size: 13px;
        width: 100%;
        height: 48px;
        border-radius: 3px;
        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: #f7542b;
    }

    .sidebar .search-box .form-group button {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 48px;
        width: 48px;
        line-height: 48px;
        text-align: center;
        display: block;
        font-size: 15px;
        color: #1c1c1c;
        background: none;
        font-weight: normal;
    }

        .sidebar .search-box .form-group input:focus + button,
        .sidebar .search-box .form-group button:hover {
            color: #f7542b;
        }

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #000000;
    padding: 15px;
    padding-left: 100px;
    min-height: 130px;
    border: 1px solid #f5f5f5;
    margin-bottom: 15px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .sidebar .popular-posts .post:hover {
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    }

    .sidebar .popular-posts .post:last-child {
        margin-bottom: 0px;
    }

    .sidebar .popular-posts .post .post-thumb {
        position: absolute;
        left: 15px;
        top: 15px;
        width: 70px;
        background: #333333;
    }

        .sidebar .popular-posts .post .post-thumb img {
            display: block;
            width: 100%;
        }

    .sidebar .popular-posts .post h4 {
        font-size: 15px;
        margin: 10px 0px 5px;
        line-height: 1.4em;
        color: #333333;
        font-weight: 400;
    }

    .sidebar .popular-posts .post a,
    .sidebar .popular-posts .post a:hover {
        color: #f4cf3e;
    }

    .sidebar .popular-posts .post h4 a {
        color: #000000;
    }

.sidebar .popular-posts .post-info {
    font-size: 12px;
    color: #999999;
    text-transform: capitalize;
}

.sidebar .boxed-widget .list {
    position: relative;
}

    .sidebar .boxed-widget .list li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
    }

        .sidebar .boxed-widget .list li:last-child {
            border: none;
        }

        .sidebar .boxed-widget .list li a {
            position: relative;
            display: block;
            color: #31363b;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            padding: 12px 0px;
            font-family: 'Montserrat',sans-serif;
            text-transform: capitalize;
        }

            .sidebar .boxed-widget .list li a .pull-right {
                font-size: 13px;
            }

            .sidebar .boxed-widget .list li a .fa {
                font-size: 10px;
            }

.sidebar .list li a:hover,
.sidebar .list li.current a {
    color: #0073dd;
}

.sidebar .popular-tags .links-outer a {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
    color: #555555;
    font-family: 'Montserrat',sans-serif;
    line-height: 30px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    .sidebar .popular-tags .links-outer a:nth-child(3),
    .sidebar .popular-tags .links-outer a:nth-child(6),
    .sidebar .popular-tags .links-outer a:nth-child(9) {
        font-size: 17px;
    }

    .sidebar .popular-tags .links-outer a:nth-child(2),
    .sidebar .popular-tags .links-outer a:nth-child(4),
    .sidebar .popular-tags .links-outer a:nth-child(6) {
        font-size: 16px;
    }

    .sidebar .popular-tags .links-outer a:hover {
        color: #eac41d;
        -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
        -o-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

.sidebar .insta-feeds .thumbs-outer {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
}

    .sidebar .insta-feeds .thumbs-outer .image-thumb {
        position: relative;
        float: left;
        width: 33.3333%;
        border: 5px solid transparent;
        border-bottom: none;
        border-top: none;
        margin-bottom: 10px;
    }

        .sidebar .insta-feeds .thumbs-outer .image-thumb img {
            position: relative;
            display: block;
            width: 100%;
            background: #ec1c33;
        }

        .sidebar .insta-feeds .thumbs-outer .image-thumb .lightbox-image {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background: rgba(255,227,74,0.80);
            opacity: 0;
            font-size: 16px;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .sidebar .insta-feeds .thumbs-outer .image-thumb:hover .lightbox-image {
            opacity: 1;
        }

        .sidebar .insta-feeds .thumbs-outer .image-thumb .lightbox-image .icon {
            position: absolute;
            left: 50%;
            margin-left: -20px;
            top: 50%;
            width: 40px;
            margin-top: -20px;
            line-height: 40px;
            text-align: center;
            color: #000000;
        }

        .sidebar .insta-feeds .thumbs-outer .image-thumb:hover .lightbox-image {
            opacity: 1;
        }

.sidebar .shop-posts .post {
    position: relative;
    font-size: 14px;
    color: #333333;
    padding: 20px 0px;
    padding-left: 90px;
    min-height: 140px;
}

    .sidebar .shop-posts .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 22px;
        width: 70px;
    }

        .sidebar .shop-posts .post .post-thumb img {
            display: block;
            width: 100%;
        }

    .sidebar .shop-posts .post h4 {
        font-size: 17px;
        margin: 10px 0px 3px;
        line-height: 1.4em;
        color: #373737;
        font-weight: 400;
    }

    .sidebar .shop-posts .post a,
    .sidebar .shop-posts .post a:hover {
        color: #0073dd;
    }

    .sidebar .shop-posts .post h4 a {
        color: #000000;
    }

.sidebar .shop-posts .item-price {
    font-size: 17px;
    color: #0073dd;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
}

.sidebar .shop-posts .rating .star {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 3px;
    color: #212121;
    line-height: 20px;
}

.sidebar .shop-posts .item-price .strike-through {
    margin-left: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

/* Tabbed Links*/
.sidebar .tabbed-links {
    position: relative;
}

.sidebar .tabbed-nav {
    position: relative;
    border: 1px solid #e0e0e0;
}

    .sidebar .tabbed-nav li {
        position: relative;
        border-bottom: 1px solid #e0e0e0;
    }

        .sidebar .tabbed-nav li:last-child {
            border-bottom: none;
        }

        .sidebar .tabbed-nav li a {
            position: relative;
            display: block;
            color: #1c1c1c;
            text-transform: capitalize;
            background: #ffffff;
            font-size: 14px;
            font-weight: 400;
            line-height: 24px;
            padding: 13px 40px 13px 20px;
            padding-right: 32px;
            border-left: 3px solid transparent;
            transition: all 300ms ease-in;
            -webkit-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
        }

            .sidebar .tabbed-nav li a:before {
                content: "\f105";
                font-family: "FontAwesome";
                font-size: 16px;
                right: 10px;
                top: 50%;
                margin-top: -12px;
                width: 20px;
                line-height: 24px;
                position: absolute;
            }

        .sidebar .tabbed-nav li:hover a,
        .sidebar .tabbed-nav li.current a {
            background: #0073dd;
            color: #ffffff;
        }

.sidebar .download-links .text {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.sidebar .files li {
    position: relative;
    margin-bottom: 10px;
}

    .sidebar .files li:last-child {
        margin-bottom: 0;
    }

    .sidebar .files li a {
        position: relative;
        display: block;
        color: #0073dd;
        text-transform: capitalize;
        background: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        padding: 13px 20px;
        border: 1px solid #0073dd;
        transition: all 300ms ease-in;
        -webkit-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
    }

        .sidebar .files li a .fa {
            position: relative;
            top: -2px;
            line-height: 24px;
            padding-right: 5px;
        }

        .sidebar .files li a:after {
            content: "\f019";
            font-family: "FontAwesome";
            font-size: 13px;
            right: 10px;
            top: 50%;
            margin-top: -15px;
            width: 30px;
            line-height: 30px;
            color: #ffffff;
            text-align: center;
            position: absolute;
            background: rgba(0,115,221,0.70);
        }

    .sidebar .files li:hover a {
        background: #0073dd !important;
        color: #ffffff;
    }

        .sidebar .files li:hover a .fa {
            color: #ffffff;
        }


/* Contact Info Links*/
.sidebar .contact-info li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
    line-height: 1.8em;
    color: #666666;
    font-size: 15px;
}

    .sidebar .contact-info li .icon {
        position: absolute;
        left: 0px;
        top: 50%;
        margin-top: -20px;
        width: 20px;
        text-align: center;
        line-height: 40px;
        font-size: 24px;
        color: #0073dd;
    }

.rangeslider-widget .outer-box {
    position: relative;
    padding: 10px 0px 0px;
}

.rangeslider-widget .form-group {
    position: relative;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 14px;
    margin: 30px 0px 0px;
}

.rangeslider-widget .val-box {
    position: relative;
    display: inline-block;
    margin: 10px 5px 0px 0px;
    line-height: 24px;
    font-size: 13px;
    padding: 5px 0px;
    width: 50px;
    text-align: center;
    color: #5a5a5a;
    font-weight: 500;
}

.rangeslider-widget .noUi-connect {
    background: #212121 !important;
    box-shadow: none;
}

.rangeslider-widget .noUi-background {
    background: #ededed !important;
}

.rangeslider-widget .noUi-handle {
    top: -5px !important;
    background-color: transparent !important;
    box-shadow: none;
    border-color: transparent;
    cursor: pointer;
    width: 4px;
    height: 13px;
    background: #212121 !important;
    border: none;
    margin-left: 14px;
    border-radius: 0%;
}

.rangeslider-widget .noUi-horizontal {
    height: 5px !important;
    box-shadow: none !important;
    background: #212121;
}

.rangeslider-widget .btn-style-one {
    padding-left: 35px;
    padding-right: 35px;
}

.sidebar .related-posts .post {
    position: relative;
    font-size: 14px;
    color: #cccccc;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 56px;
    margin-bottom: 25px;
}

    .sidebar .related-posts .post:last-child {
        margin-bottom: 0px;
    }

    .sidebar .related-posts .post .post-thumb {
        position: absolute;
        left: 0px;
        top: 4px;
        width: 72px;
    }

        .sidebar .related-posts .post .post-thumb img {
            display: block;
            width: 100%;
        }

    .sidebar .related-posts .post h4 {
        font-size: 13px;
        margin: 0px;
        font-weight: 500;
        color: #1c1c1c;
    }

        .sidebar .related-posts .post h4 a {
            color: #1c1c1c;
        }

    .sidebar .related-posts .post a,
    .sidebar .related-posts .post a:hover {
        color: #f7542b;
    }

    .sidebar .related-posts .post .price {
        font-size: 13px;
        font-weight: 500;
        color: #f7542b;
    }

    .sidebar .related-posts .post .rating .fa {
        position: relative;
        display: inline-block;
        margin-right: 3px;
        font-size: 13px;
        line-height: 20px;
        color: #ff9c01;
    }

    .sidebar .related-posts .post .rating .fa-star-o {
        color: #999999;
    }

.content-section {
    position: relative;
    color: #5a5a5a;
    line-height: 2em;
}

    .content-section .main-title {
        position: relative;
        margin-bottom: 25px;
    }

    .content-section h2 {
        font-size: 32px;
        color: #000000;
        text-transform: capitalize;
        font-weight: 700;
    }

    .content-section .text-block {
        position: relative;
        padding-bottom: 30px;
        line-height: 1.8em;
        font-size: 16px;
    }

        .content-section .text-block p {
            margin-bottom: 20px;
            line-height: 1.8em;
        }

.bigger-image {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}

    .bigger-image img {
        display: block;
        width: 100%;
    }

/*** 

====================================================================
	Two Column Image Carousel
====================================================================

***/

.image-carousel {
    position: relative;
    margin-bottom: 70px;
}

    .image-carousel img {
        display: block;
        opacity: 1;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

        .image-carousel img:hover {
            opacity: 0.70;
        }

    .image-carousel .owl-controls {
        padding: 0px !important;
        margin: 0px !important;
    }

    .image-carousel .owl-controls {
        position: relative;
        width: 100%;
        max-width: 350px;
        margin: 50px auto 0px !important;
    }

        .image-carousel .owl-controls .owl-nav {
            display: none !important;
        }

        .image-carousel .owl-controls .owl-dots {
            position: relative;
        }

            .image-carousel .owl-controls .owl-dots .owl-dot span {
                width: 10px;
                height: 10px;
                background: #999999;
                margin: 0px 10px;
                -webkit-transform: scale(0.6);
                -ms-transform: scale(0.6);
                -o-transform: scale(0.6);
                -moz-transform: scale(0.6);
                transform: scale(0.6);
            }

            .image-carousel .owl-controls .owl-dots .owl-dot.active span {
                background: #0073dd;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                -o-transform: scale(1);
                -moz-transform: scale(1);
                transform: scale(1);
            }

/*** 

====================================================================
	Single Project
====================================================================

***/

.single-project {
    position: relative;
    padding: 120px 0px 50px;
}

    .single-project .basic-details {
        position: relative;
        margin-bottom: 40px;
    }

        .single-project .basic-details .image-column,
        .single-project .basic-details .content-column {
            position: relative;
            margin-bottom: 20px;
        }

            .single-project .basic-details .image-column img {
                display: block;
                width: 100%;
            }

        .single-project .basic-details .info-header {
            position: relative;
            padding-bottom: 25px;
            margin-bottom: 30px;
            border-bottom: 1px solid #f0f0f0;
        }

            .single-project .basic-details .info-header h3 {
                font-size: 24px;
                font-weight: 700;
                color: #000000;
            }

        .single-project .basic-details .rating {
            position: relative;
            font-size: 14px;
            color: #f9c202;
        }

            .single-project .basic-details .rating .fa {
                display: inline-block;
                margin: 0px 2px;
            }

        .single-project .basic-details .proj-location {
            position: relative;
            font-size: 16px;
            color: #999999;
        }

        .single-project .basic-details .info-list {
            position: relative;
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 700;
            color: #222222;
        }

            .single-project .basic-details .info-list li {
                line-height: 1.6em;
                margin-bottom: 5px;
            }

                .single-project .basic-details .info-list li strong {
                    color: #999999;
                }

        .single-project .basic-details .text-content p {
            position: relative;
            margin-bottom: 20px;
        }

/*** 

====================================================================
	Similar Projects Section
====================================================================

***/

.similar-projects {
    position: relative;
    padding: 20px 0px;
    background: #e4eaee;
}

    .similar-projects .default-sec-title {
        margin-bottom: 30px;
    }

.similar-proj-block {
    position: relative;
    padding: 5px 5px;
}

    .similar-proj-block .inner-box {
        position: relative;
        background: #ffffff;
    }

        .similar-proj-block .inner-box:hover {
            box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
        }

    .similar-proj-block .image-box img {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
    }

    .similar-proj-block .lower-content {
        position: relative;
        padding: 25px;
    }

        .similar-proj-block .lower-content h3 {
            font-size: 20px;
            line-height: 1.4em;
            font-weight: 400;
            color: #222222;
            text-transform: capitalize;
        }

            .similar-proj-block .lower-content h3 a {
                color: #222222;
            }

                .similar-proj-block .lower-content h3 a:hover {
                    color: #0073dd;
                }

    .similar-proj-block .rating {
        position: relative;
        font-size: 14px;
        color: #f9c202;
        margin: 7px 0px;
    }

        .similar-proj-block .rating .fa {
            display: inline-block;
            margin: 0px 2px;
        }

    .similar-proj-block .time {
        font-size: 16px;
        color: #555555;
    }

.similar-projects .owl-controls {
    padding: 0px !important;
    margin: 0px !important;
}

.similar-projects .owl-controls {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 50px auto 0px !important;
}

    .similar-projects .owl-controls .owl-nav {
        display: none !important;
    }

    .similar-projects .owl-controls .owl-dots {
        position: relative;
    }

        .similar-projects .owl-controls .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background: #999999;
            margin: 0px 10px;
            -webkit-transform: scale(0.6);
            -ms-transform: scale(0.6);
            -o-transform: scale(0.6);
            -moz-transform: scale(0.6);
            transform: scale(0.6);
        }

        .similar-projects .owl-controls .owl-dots .owl-dot.active span {
            background: #0073dd;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            -moz-transform: scale(1);
            transform: scale(1);
        }

/*** 

====================================================================
	 Content Section Two
====================================================================

***/

.content-section-two {
    position: relative;
    padding: 0px 0px 0px;
    background: #ffffff;
}

    .content-section-two:before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 50%;
        height: 100%;
        background: #e4eaee;
    }

.default-content-section .text-column,
.default-content-section .image-column {
    position: relative;
}

.content-section-two .text-column {
    position: relative;
    background: #e4eaee;
    padding: 120px 15px 20px;
}

    .content-section-two .text-column h2 {
        color: #000000;
        font-weight: 700;
        font-size: 32px;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .content-section-two .text-column .logo-image {
        position: relative;
        margin-bottom: 20px;
    }

        .content-section-two .text-column .logo-image img {
            display: block;
            max-width: 100%;
        }

    .content-section-two .text-column .text {
        position: relative;
        font-size: 16px;
        margin-bottom: 40px;
    }

        .content-section-two .text-column .text p {
            margin-bottom: 20px;
        }

    .content-section-two .text-column .content-info strong {
        position: relative;
        display: block;
        color: #000000;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 3px;
        text-transform: capitalize;
    }

    .content-section-two .text-column .content-info .designation {
        display: block;
        color: #999999;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

.content-section-two .image-column .inner {
    position: relative;
    padding-left: 20px;
}

.content-section-two .image-column .image-box {
    position: relative;
}

    .content-section-two .image-column .image-box img {
        position: relative;
        display: block;
        width: 100%;
    }

/*** 

====================================================================
	Default Team Section
====================================================================

***/

.default-team-section {
    position: relative;
    padding: 120px 0px 90px;
    background: #e4eaee;
}

    .default-team-section .team-member-two {
        margin-bottom: 40px;
    }

/*** 

====================================================================
	Default News Section
====================================================================

***/

.default-news-section {
    position: relative;
    padding: 120px 0px;
    background: #e9edf0;
}

.news-style-four {
    position: relative;
    margin-bottom: 50px;
}

    .news-style-four .inner-box {
        position: relative;
        min-height: 50px;
        overflow: hidden;
        background: #ffffff;
        border-radius: 3px;
    }

        .news-style-four .inner-box .image-box img {
            display: block;
            width: 100%;
        }

    .news-style-four .image-column,
    .news-style-four .content-column {
        position: relative;
        padding: 0px;
    }

        .news-style-four .content-column .inner {
            position: relative;
            padding: 60px 50px 20px;
        }

        .news-style-four .content-column .info {
            position: relative;
            font-size: 14px;
            color: #81929d;
            font-weight: 500;
            margin-bottom: 20px;
        }

            .news-style-four .content-column .info a {
                color: #0073dd;
                font-weight: 600;
                text-transform: uppercase;
            }

            .news-style-four .content-column .info .date {
                padding-left: 30px;
            }

        .news-style-four .content-column h3 {
            position: relative;
            font-size: 24px;
            color: #000000;
            font-weight: 700;
            line-height: 1.3em;
            margin-bottom: 20px;
        }

            .news-style-four .content-column h3 a {
                color: #000000;
            }

                .news-style-four .content-column h3 a:hover {
                    color: #0073dd;
                }

        .news-style-four .content-column .text {
            position: relative;
            font-size: 16px;
            color: #81929d;
            line-height: 1.8em;
            margin-bottom: 30px;
        }

.default-news-section .posts-nav {
    position: relative;
}

    .default-news-section .posts-nav .theme-btn {
        position: relative;
    }

/*** 

====================================================================
	Newsletter Style Three
====================================================================

***/

.newsletter-style-three {
    position: relative;
    padding: 80px 0px 50px;
    background: #ffffff;
}

    .newsletter-style-three .title-column,
    .newsletter-style-three .form-column {
        margin-bottom: 20px;
    }

    .newsletter-style-three .title {
        position: relative;
        display: inline-block;
        font-size: 22px;
        line-height: 30px;
        padding: 14px 0px 10px;
        font-family: 'Montserrat',sans-serif;
        color: #0073dd;
        font-weight: 400;
        text-transform: uppercase;
    }

    .newsletter-style-three .newsletter-form {
        position: relative;
    }

    .newsletter-style-three .fields-outer {
        position: relative;
        display: table;
        width: 100%;
        vertical-align: middle;
    }

        .newsletter-style-three .fields-outer .form-group {
            position: relative;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
        }

            .newsletter-style-three .fields-outer .form-group .icon {
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -10px;
                line-height: 20px;
                font-size: 14px;
                color: #999999;
                z-index: 1;
            }

        .newsletter-style-three .fields-outer .button-group {
            padding-left: 15px;
        }

    .newsletter-style-three .form-group input[type="text"],
    .newsletter-style-three .form-group input[type="tel"],
    .newsletter-style-three .form-group input[type="email"] {
        position: relative;
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 14px 20px;
        height: 54px;
        border: 1px solid #d0d0d0;
        color: #000000;
        font-size: 14px;
        border-radius: 2px;
        background: #ffffff;
    }

        .newsletter-style-three .form-group input[type="text"]:focus,
        .newsletter-style-three .form-group input[type="tel"]:focus,
        .newsletter-style-three .form-group input[type="email"]:focus {
            background: #f0f0f0;
        }

    .newsletter-style-three .form-group input[type="submit"],
    .newsletter-style-three button {
        display: block;
        line-height: 24px;
        padding: 15px 20px;
        width: 200px;
        height: 54px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        color: #ffffff;
        background: #0073dd;
        border-radius: 2px;
    }

/*** 

====================================================================
	News Detail Section
====================================================================

***/

.news-detail-section {
    position: relative;
    padding: 80px 0px 100px;
    background: #e9edf0;
}

    .news-detail-section .content-container {
        position: relative;
        padding: 40px 50px;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
    }

        .news-detail-section .content-container .info {
            position: relative;
            font-size: 14px;
            color: #81929d;
            font-weight: 500;
            margin-bottom: 40px;
        }

            .news-detail-section .content-container .info a {
                color: #0073dd;
                font-weight: 600;
                text-transform: uppercase;
            }

            .news-detail-section .content-container .info .date {
                padding-left: 30px;
            }

        .news-detail-section .content-container .post-title {
            position: relative;
            font-size: 28px;
            text-transform: capitalize;
            font-weight: 700;
            line-height: 1.4em;
            color: #000000;
            margin-bottom: 10px;
        }

    .news-detail-section .share-links {
        position: relative;
        padding: 15px 0px;
        margin-bottom: 20px;
    }

        .news-detail-section .share-links a {
            position: relative;
            margin-right: 10px;
            line-height: 24px;
            padding: 8px 20px;
            color: #ffffff;
            font-size: 14px;
            text-transform: capitalize;
            font-weight: 600;
            border-radius: 3px;
        }

            .news-detail-section .share-links a:hover {
                opacity: 0.80;
            }

            .news-detail-section .share-links a .fa {
                padding-right: 10px;
                font-weight: 400;
            }

        .news-detail-section .share-links .facebook-share {
            background: #3b5998;
        }

        .news-detail-section .share-links .twitter-share {
            background: #55acee;
        }

        .news-detail-section .share-links .pinterest-share {
            background: #cb2027;
        }

        .news-detail-section .share-links .instagram-share {
            background: #125688;
        }

    .news-detail-section .content-container .content {
        position: relative;
        line-height: 1.8em;
        color: #81929d;
        font-size: 15px;
    }

        .news-detail-section .content-container .content p {
            position: relative;
            line-height: 1.8em;
            margin-bottom: 25px;
        }

        .news-detail-section .content-container .content h3 {
            position: relative;
            font-size: 20px;
            font-weight: 700;
            color: #333333;
            margin-bottom: 25px;
        }

    .news-detail-section .content-container .image-box img {
        display: block;
        width: 100%;
    }

    .news-detail-section .content-container .two-column {
        margin-bottom: 30px;
    }

    .news-detail-section .content-container .image-column {
        margin-bottom: 20px;
        padding: 0px 15px;
    }

    .news-detail-section .post-tags {
        position: relative;
        padding: 30px 50px;
    }

        .news-detail-section .post-tags a {
            position: relative;
            display: inline-block;
            margin: 0px 10px 10px 0px;
            line-height: 24px;
            padding: 8px 20px;
            background: #ffffff;
            color: #0073dd;
            border-radius: 3px;
            transition: all 300ms ease;
        }

            .news-detail-section .post-tags a:hover {
                color: #ffffff;
                background: #0073dd;
            }

        .news-detail-section .post-tags strong {
            font-size: 16px;
            color: #222222;
            line-height: 40px;
            padding-right: 20px;
        }

    .news-detail-section .comments-container {
        position: relative;
        padding: 40px 50px;
        background: #ffffff;
        border-radius: 3px;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.10);
    }

        .news-detail-section .comments-container .big-title {
            position: relative;
            font-size: 24px;
            text-transform: capitalize;
            font-weight: 700;
            line-height: 1.4em;
            color: #000000;
            margin-bottom: 20px;
        }

        .news-detail-section .comments-container .comments-area {
            position: relative;
            margin-bottom: 50px;
        }

            .news-detail-section .comments-container .comments-area .comment-box {
                position: relative;
                padding: 30px 0px;
            }

                .news-detail-section .comments-container .comments-area .comment-box.reply-comment {
                    background: #fafafa;
                    margin-left: 30px;
                    border-left: 30px solid #fafafa;
                }

                .news-detail-section .comments-container .comments-area .comment-box .inner-box {
                    position: relative;
                    padding-left: 100px;
                    min-height: 100px;
                }

                .news-detail-section .comments-container .comments-area .comment-box .comment-thumb {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 80px;
                }

                    .news-detail-section .comments-container .comments-area .comment-box .comment-thumb img {
                        display: block;
                        width: 100%;
                        height: auto;
                    }

                .news-detail-section .comments-container .comments-area .comment-box h3 {
                    color: #000000;
                    font-size: 20px;
                    text-transform: capitalize;
                    margin-bottom: 0px;
                    font-weight: 700;
                }

                .news-detail-section .comments-container .comments-area .comment-box .time {
                    color: #999999;
                    font-size: 14px;
                    margin-bottom: 10px;
                }

                .news-detail-section .comments-container .comments-area .comment-box .text {
                    color: #666666;
                    font-size: 16px;
                    margin-bottom: 20px;
                }

                .news-detail-section .comments-container .comments-area .comment-box .normal-link {
                    position: relative;
                    display: inline-block;
                    margin-right: 20px;
                    color: #666666;
                    font-size: 16px;
                    font-weight: 600;
                }

                    .news-detail-section .comments-container .comments-area .comment-box .normal-link:hover {
                        color: #0073dd;
                    }

                    .news-detail-section .comments-container .comments-area .comment-box .normal-link .fa {
                        position: relative;
                        padding-right: 8px;
                    }

.reply-form {
    position: relative;
}

    .reply-form .form-group {
        position: relative;
        margin-bottom: 20px;
    }

        .reply-form .form-group input[type="text"],
        .reply-form .form-group input[type="email"],
        .reply-form .form-group input[type="password"],
        .reply-form .form-group input[type="tel"],
        .reply-form .form-group input[type="number"],
        .reply-form .form-group select,
        .reply-form .form-group textarea {
            position: relative;
            display: block;
            width: 100%;
            line-height: 24px;
            padding: 12px 0px;
            height: 50px;
            background: none;
            border-bottom: 1px solid #0073dd;
            border-radius: 0px;
            color: #111111;
            font-size: 14px;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .reply-form .form-group input[type="text"]:focus,
            .reply-form .form-group input[type="email"]:focus,
            .reply-form .form-group select:focus,
            .reply-form .form-group textarea:focus {
                border-color: #888888 !important;
                background: #ffffff;
            }

            .reply-form .form-group input.error,
            .reply-form .form-group select.error,
            .reply-form .form-group textarea.error {
                border-color: #ff0000;
            }

    .reply-form ::-webkit-input-placeholder {
        color: #111111 !important;
    }

    .reply-form ::-moz-placeholder {
        color: #111111 !important;
    }

    .reply-form :-ms-input-placeholder {
        color: #111111 !important;
    }

    .reply-form input:-moz-placeholder {
        color: #111111 !important;
    }

    .reply-form label.error {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        color: #ff0000;
        font-weight: normal;
        padding: 10px 0px 0px;
    }

    .reply-form .form-group textarea {
        resize: none;
        height: 180px;
    }

    .reply-form .form-group select {
        background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
    }

        .reply-form .form-group select option {
            text-indent: 20px;
            color: #000000;
            cursor: pointer;
            font-size: 14px;
        }

    .reply-form button {
        position: relative;
        display: inline-block;
        line-height: 24px;
        font-size: 15px;
        letter-spacing: 1px;
        padding: 10px 40px;
        color: #ffffff;
        border: 2px solid #0185f1;
        background: #0185f1;
        border-radius: 3px;
    }

        .reply-form button:hover {
            background: none;
            color: #0185f1;
        }

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section {
    position: relative;
    padding: 100px 0px;
    background: #ffffff;
}

    .products-section .centered-title {
        margin-bottom: 60px;
    }

    .products-section .outer-container {
        max-width: 1430px;
        margin: 0px 15px;
        margin: 0 auto;
    }

.product-item {
    position: relative;
    margin-bottom: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .product-item:hover {
        -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
        -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
        -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
        -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
        box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    }

.top-sellers .product-item:hover .inner-box {
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}

.style-two .product-item:hover {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-item .inner-box {
    position: relative;
    display: block;
    padding: 0px;
    background: #ffffff;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .product-item .inner-box .image-box {
        position: relative;
        margin-bottom: 10px;
    }

.style-two .product-item .inner-box .image-box {
    padding: 0px 20px;
}

.product-item .inner-box .image-box img {
    display: block;
    width: 100%;
}

.product-item .inner-box .image-box .options {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.product-item:hover .inner-box .image-box .options {
    opacity: 1;
    bottom: 30px;
}

.product-item .inner-box .image-box .options a {
    position: relative;
    display: inline-block;
    margin: 0px -1px;
    width: 48px;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    font-size: 18px;
    background: #0073dd;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

    .product-item .inner-box .image-box .options a:hover {
        background: #f4cf44;
        color: #000000;
    }

.product-item .inner-box .prod-tag {
    position: absolute;
    left: -20px;
    top: -10px;
    width: 60px;
    height: 60px;
    padding: 20px 5px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    background: #0073dd;
    color: #ffffff;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .product-item .inner-box .prod-tag.sale-tag {
        background: #e73628;
        color: #ffffff;
    }

.product-item .inner-box .lower-content {
    position: relative;
    padding: 0px 30px 40px;
}

.product-item .inner-box h3 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    text-transform: capitalize;
}

    .product-item .inner-box h3 a {
        color: #000000;
    }

.product-item .inner-box .ratings {
    position: relative;
    margin: 5px 0px;
}

    .product-item .inner-box .ratings .fa {
        display: inline-block;
        margin: 0px 2px;
        font-size: 14px;
        color: #f4cf44;
        line-height: 24px;
    }

.product-item .inner-box .price {
    font-size: 16px;
    color: #999999;
    font-family: 'Montserrat',sans-serif;
}

.products-section .more {
    padding-top: 30px;
}

    .products-section .more .theme-btn {
        padding: 11px 65px 11px 25px;
    }

.products-section.style-two .more .theme-btn {
    padding: 12px 35px;
}

.products-section .more .theme-btn .sep-icon {
    border-left-color: #ffffff !important;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    font-family: 'Montserrat',sans-serif;
}

    .styled-pagination li {
        position: relative;
        display: inline-block;
        margin: 0px 5px 0px 0px;
    }

        .styled-pagination li a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 7px 5px;
            font-size: 16px;
            text-transform: uppercase;
            min-width: 40px;
            border: 1px solid #0073dd;
            background: #ffffff;
            color: #0073dd;
            font-weight: 500;
            text-align: center;
            border-radius: 2px;
            transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
        }

            .styled-pagination li a.next,
            .styled-pagination li a.prev {
                padding: 7px 20px;
                font-size: 14px;
                letter-spacing: 1px;
            }

            .styled-pagination li a:hover,
            .styled-pagination li a.active {
                color: #ffffff;
                background: #0073dd;
                border-color: #0073dd;
            }


/*** 

====================================================================
	Shop Single
====================================================================

***/

.shop-single {
    position: relative;
    background: #f4f4f4;
    padding: 0px 0px;
}

    .shop-single .shop-container {
        background: #ffffff;
        padding: 0px 40px 50px;
        max-width: 1440px;
    }

.prod-info-section {
    position: relative;
    padding: 100px 0px;
}

    .prod-info-section .carousel-outer {
        position: relative;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 20px;
    }

        .prod-info-section .carousel-outer .image-carousel {
            position: relative;
            margin-bottom: 20px;
            border: 3px solid #e0e0e0;
        }

        .prod-info-section .carousel-outer .thumbs-carousel {
            position: relative;
            padding: 0px 80px;
        }

            .prod-info-section .carousel-outer .thumbs-carousel li {
                cursor: pointer;
            }

                .prod-info-section .carousel-outer .thumbs-carousel li:hover {
                    opacity: 0.70;
                }

            .prod-info-section .carousel-outer .thumbs-carousel .owl-controls,
            .prod-info-section .carousel-outer .thumbs-carousel .owl-nav {
                margin: 0px !important;
            }

            .prod-info-section .carousel-outer .thumbs-carousel .owl-prev {
                position: absolute;
                left: 20px !important;
                top: 50% !important;
                margin: -15px 0px 0px 0px !important;
                line-height: 30px;
                width: 40px !important;
                text-align: center;
                color: #000000 !important;
                background: none !important;
                padding: 0px !important;
                font-size: 24px;
                font-weight: 700;
            }

            .prod-info-section .carousel-outer .thumbs-carousel .owl-next {
                position: absolute;
                right: 20px !important;
                top: 50% !important;
                margin: -15px 0px 0px 0px !important;
                line-height: 30px;
                width: 40px !important;
                text-align: center;
                color: #000000 !important;
                background: none !important;
                padding: 0px !important;
                font-size: 24px;
                font-weight: 700;
            }

                .prod-info-section .carousel-outer .thumbs-carousel .owl-prev:hover,
                .prod-info-section .carousel-outer .thumbs-carousel .owl-next:hover {
                    color: #f4cf3e !important;
                }

    .prod-info-section .content-column {
        position: relative;
        margin-bottom: 50px;
    }

        .prod-info-section .content-column .outer {
            position: relative;
            color: rgba(255,255,255,0.50);
            background: #212121;
            padding: 28px 40px;
        }

        .prod-info-section .content-column .title-box {
            position: relative;
            margin-bottom: 25px;
            font-family: 'Montserrat',sans-serif;
        }

            .prod-info-section .content-column .title-box h2 {
                font-size: 32px;
                color: #ffffff;
                margin-bottom: 5px;
            }

            .prod-info-section .content-column .title-box .rating {
                margin-bottom: 10px;
                color: #ffffff;
            }

                .prod-info-section .content-column .title-box .rating .fa {
                    display: inline-block;
                    margin-right: 3px;
                    font-size: 14px;
                }

            .prod-info-section .content-column .title-box .price {
                font-size: 24px;
                color: #0185f1;
            }

                .prod-info-section .content-column .title-box .price .strike-through {
                    padding-left: 10px;
                    font-size: 16px;
                    color: #999999;
                }

        .prod-info-section .content-column .desc-text {
            position: relative;
            margin-bottom: 30px;
        }

        .prod-info-section .content-column .prod-options {
            position: relative;
            padding: 25px 0px 5px;
            border-top: 1px solid rgba(255,255,255,0.10);
            border-bottom: 1px solid rgba(255,255,255,0.10);
        }

            .prod-info-section .content-column .prod-options .form-group {
                position: relative;
                float: left;
                margin-bottom: 20px;
                margin-right: 20px;
                font-family: 'Montserrat',sans-serif;
            }

                .prod-info-section .content-column .prod-options .form-group strong {
                    text-transform: uppercase;
                    color: #ffffff;
                    padding-right: 5px;
                }

                .prod-info-section .content-column .prod-options .form-group input[type="text"],
                .prod-info-section .content-column .prod-options .form-group input[type="email"],
                .prod-info-section .content-column .prod-options .form-group input[type="password"],
                .prod-info-section .content-column .prod-options .form-group input[type="tel"],
                .prod-info-section .content-column .prod-options .form-group input[type="number"],
                .prod-info-section .content-column .prod-options .form-group select,
                .prod-info-section .content-column .prod-options .form-group textarea {
                    position: relative;
                    display: inline-block;
                    width: 90px;
                    line-height: 24px;
                    padding: 5px 15px;
                    height: 36px;
                    background: none;
                    border: 1px solid rgba(255,255,255,0.20);
                    border-radius: 2px;
                    color: #0185f1;
                    font-size: 14px;
                    -moz-transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                }

        .prod-info-section .content-column .form-group input[type="text"]:focus,
        .prod-info-section .content-column .form-group input[type="email"]:focus,
        .prod-info-section .content-column .form-group select:focus,
        .prod-info-section .content-column .form-group textarea:focus {
            border-color: #0185f1;
        }

        .prod-info-section .content-column ::-webkit-input-placeholder {
            color: #0185f1 !important;
            text-transform: uppercase;
        }

        .prod-info-section .content-column ::-moz-placeholder {
            color: #0185f1 !important;
            text-transform: uppercase;
        }

        .prod-info-section .content-column :-ms-input-placeholder {
            color: #0185f1 !important;
            text-transform: uppercase;
        }

        .prod-info-section .content-column input:-moz-placeholder {
            color: #0185f1 !important;
            text-transform: uppercase;
        }

        .prod-info-section .content-column .form-group textarea {
            resize: none;
            height: 200px;
        }

        .prod-info-section .content-column .prod-options .form-group select {
            background: #212121 url(../images/icons/icon-select-2.png) right center no-repeat;
            cursor: pointer;
            width: 130px;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
        }

        .prod-info-section .content-column .form-group select option {
            text-indent: 20px;
            color: #ffffff;
            cursor: pointer;
            font-size: 14px;
        }

        .prod-info-section .content-column .add-options {
            position: relative;
            padding: 25px 0px;
            border-bottom: 1px solid rgba(255,255,255,0.10);
            margin-bottom: 25px;
        }

            .prod-info-section .content-column .add-options .add-cart-btn {
                display: inline-block;
                line-height: 24px;
                padding: 8px 30px;
                background: #0185f1;
                color: #ffffff;
                border: 1px solid #0185f1;
                font-family: 'Montserrat',sans-serif;
                text-transform: capitalize;
                margin-right: 10px;
            }

                .prod-info-section .content-column .add-options .add-cart-btn:hover {
                    background: none;
                    color: #0185f1;
                }

            .prod-info-section .content-column .add-options .add-fav {
                display: inline-block;
                line-height: 24px;
                padding: 8px 16px;
                background: none;
                color: rgba(255,255,255,0.30);
                border: 1px solid rgba(255,255,255,0.30);
                font-family: 'Montserrat',sans-serif;
                font-size: 16px;
            }

                .prod-info-section .content-column .add-options .add-fav:hover {
                    border-color: #0185f1;
                    color: #0185f1;
                }

        .prod-info-section .content-column .share-options {
            position: relative;
        }

            .prod-info-section .content-column .share-options strong {
                display: inline-block;
                padding-right: 20px;
                font-weight: 700;
                color: #ffffff;
                font-family: 'Montserrat',sans-serif;
                line-height: 24px;
                text-transform: uppercase;
            }

            .prod-info-section .content-column .share-options a {
                display: inline-block;
                margin-right: 15px;
                color: rgba(255,255,255,0.50);
                line-height: 24px;
                font-size: 18px;
            }

                .prod-info-section .content-column .share-options a:hover {
                    color: #0185f1;
                }

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.prod-tabs {
    position: relative;
}

    .prod-tabs .tab-btns {
        position: relative;
        z-index: 1;
        margin-bottom: 15px;
    }

        .prod-tabs .tab-btns .tab-btn {
            position: relative;
            display: inline-block;
            font-size: 14px;
            color: #0185f1;
            text-transform: capitalize;
            font-weight: 700;
            padding: 10px 30px;
            line-height: 24px;
            border: 2px solid #0185f1;
            margin-right: 7px;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }

            .prod-tabs .tab-btns .tab-btn:hover,
            .prod-tabs .tab-btns .tab-btn.active-btn {
                background: #0185f1;
                border-color: #0185f1;
                color: #ffffff;
            }

    .prod-tabs .tabs-container {
        position: relative;
        color: #777777;
    }

        .prod-tabs .tabs-container .tab {
            position: relative;
            padding: 0px 0px;
            display: none;
        }

            .prod-tabs .tabs-container .tab.active-tab {
                display: block;
            }

            .prod-tabs .tabs-container .tab p,
            .prod-tabs .tabs-container .tab h2,
            .prod-tabs .tabs-container .tab h3,
            .prod-tabs .tabs-container .tab h4,
            .prod-tabs .tabs-container .tab h5,
            .prod-tabs .tabs-container .tab h6 {
                margin-bottom: 15px;
            }


            .prod-tabs .tabs-container .tab h3 {
                font-size: 18px;
                font-weight: 400;
                text-transform: capitalize;
                color: #000000;
                margin-bottom: 20px;
            }

            .prod-tabs .tabs-container .tab h4 {
                font-size: 16px;
                font-weight: 700;
            }

    .prod-tabs .reviews-container {
        position: relative;
    }

        .prod-tabs .reviews-container .review-box {
            position: relative;
            margin-bottom: 30px;
            padding-left: 100px;
            min-height: 100px;
        }

        .prod-tabs .reviews-container .rev-thumb {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 82px;
            height: 82px;
            border: 1px solid #e0e0e0;
            background: #ffffff;
        }

            .prod-tabs .reviews-container .rev-thumb img {
                display: block;
                width: 100%;
                height: 80px;
            }

        .prod-tabs .reviews-container .rev-content {
            position: relative;
            padding: 15px;
            border: 1px solid #e0e0e0;
            background: #ffffff;
        }

        .prod-tabs .reviews-container .rating {
            color: #f4cf3e;
            font-size: 13px;
            margin-bottom: 0px;
        }

            .prod-tabs .reviews-container .rating .fa {
                margin-right: 1px;
            }

        .prod-tabs .reviews-container .rev-info {
            font-size: 12px;
            line-height: 24px;
            letter-spacing: 1px;
            margin-bottom: 10px;
        }

            .prod-tabs .reviews-container .rev-info strong {
                font-weight: 600;
                font-size: 14px;
                color: #222222;
                text-transform: capitalize;
            }

        .prod-tabs .reviews-container .rev-text {
            font-size: 14px;
        }

    .prod-tabs .add-review {
        position: relative;
        margin: 0px;
        font-size: 14px;
    }

        .prod-tabs .add-review .rating {
            position: relative;
            padding: 9px 20px;
            line-height: 24px;
            border: 1px solid #e0e0e0;
            background: #ffffff;
        }

            .prod-tabs .add-review .rating .rate-box {
                position: relative;
                display: inline-block;
                margin-right: 10px;
                font-size: 14px;
                color: #5a5a5a;
            }

                .prod-tabs .add-review .rating .rate-box:hover,
                .prod-tabs .add-review .rating .rate-box:focus,
                .prod-tabs .add-review .rating .rate-box:active {
                    color: #ffa500;
                }

        .prod-tabs .add-review label {
            position: relative;
            display: block;
            font-size: 14px;
            margin-bottom: 5px;
            font-weight: 400;
            color: #6b6b6b;
        }

        .prod-tabs .add-review h3 {
            margin-bottom: 20px;
        }

        .prod-tabs .add-review .form-group {
            position: relative;
            margin-bottom: 20px;
        }

            .prod-tabs .add-review .form-group input[type="text"],
            .prod-tabs .add-review .form-group input[type="password"],
            .prod-tabs .add-review .form-group input[type="tel"],
            .prod-tabs .add-review .form-group input[type="email"],
            .prod-tabs .add-review .form-group select {
                position: relative;
                display: block;
                width: 100%;
                line-height: 22px;
                padding: 10px 15px;
                color: #222222;
                height: 44px;
                border: 1px solid #e0e0e0;
                transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
            }

            .prod-tabs .add-review .form-group textarea {
                position: relative;
                display: block;
                width: 100%;
                line-height: 22px;
                padding: 10px 15px;
                color: #222222;
                border: 1px solid #e0e0e0;
                height: 150px;
                resize: none;
                transition: all 300ms ease;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
            }

        .prod-tabs .add-review button {
            position: relative;
            display: inline-block;
            background: #0185f1;
            color: #ffffff;
            padding: 8px 36px;
            border: 2px solid #0185f1;
            line-height: 24px;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
            text-transform: uppercase;
            font-family: 'Montserrat',sans-serif;
        }

            .prod-tabs .add-review button:hover {
                background: none;
                color: #0185f1;
                border-color: #0185f1;
            }

/*** 

====================================================================
	Top Sellers
====================================================================

***/

.top-sellers {
    position: relative;
    background: #f4f4f4;
    padding: 100px 0px 70px;
}

    .top-sellers .product-item {
        padding: 0px 15px !important;
        margin-bottom: 30px;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
.l_ml{
    margin-left:20%;
}
@media (min-width: 768px){
    .f_ml{
        margin-left:-5%;
    }
    .f_ml2 {
        margin-left: 15%;
    }

}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
