﻿
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham/Gotham-Bold.eot');
    src: url('../fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Bold.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/Gotham/Gotham-Light.eot');
    src: url('../fonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Light.woff') format('woff'), url('../fonts/Gotham/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Light.svg#glyphicons_halflingsregular') format('svg');
}


@font-face {
    font-family: 'ASPHALTICGRAIN';
    src: url('../fonts/ASPHALTICGRAIN/ASPHALTICGRAIN.ttf');
    src: url('../fonts/ASPHALTICGRAIN/ASPHALTICGRAIN.eot?#iefix') format('embedded-opentype'), url('../fonts/ASPHALTICGRAIN/ASPHALTICGRAIN.woff') format('woff'), url('../fonts/ASPHALTICGRAIN/ASPHALTICGRAIN.ttf') format('truetype'), url('../fonts/ASPHALTICGRAIN/ASPHALTICGRAIN.woff2') format('woff2'), url('../fonts/ASPHALTICGRAIN/ASPHALTICGRAIN.svg#glyphicons_halflingsregular') format('svg');
}

body {
    font-family: Gotham-Light;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Gotham-Bold, cursive, sans-serif;
}

.header-style-five .nav-outer {
    background: rgba(0,0,0,0.6);
}

.header-style-five .logo-box {
    background: rgba(0,0,0,0.6);
    background: transparent;
    padding-right: 50px;
    padding-left: 50px;
}

    .header-style-five .logo-box:before {
        background: rgba(0,0,0,0.6);
        background: transparent;
        /*background-image: url(../images/sign.jpg);*/
        /* background-repeat: no-repeat; */
        background-size: contain;
        background-repeat: space;
    }

    .header-style-five .logo-box .logo img {
        max-width: 200px;
    }

    .header-style-one {
        background: #636466;
        position: relative;
    }



    .header-style-one:after {
        content: '';
        background: url(../images/sing-3.png) repeat;
        position: absolute;
        top: 0;
        /* left: -10px; */
        width: 100%;
        height: 15px;
        z-index: 10;
    }

.header-style-five .main-menu .navigation > li > a {
    color: #fff;
}

.sticky-header .main-menu .navigation > li > a {
    color: #ffca26;
}
/*
.internalPage header .logo-box .logo img {
    max-width: 150px;
}

.internalPage .header-style-five .inner-container {
    padding-left: 15px;
}*/

.internalPage .page-title {
    padding: 500px 0 0px;
}

.internalPage .page-title h1{
        margin-bottom: 0px;
}

.sec-title h2 {
    line-height: 48px;
    font-size: 48px;
}

    .sec-title h2 img {
        width: 12px;
        height: 64px;
        top: -6px;
        position: relative;
        margin-right: 12px;
    }
    .sec-title h2:before {
        background-color: transparent;
    }
    .sec-title h2:after {
        background-color: transparent;
    }

    /* 07. Service css */
    .service-area {
    padding-top: 50px;
    padding-bottom: 70px;
    width: 100%;
}

.service-box {
    text-align: center;
    padding: 50px 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px
}

    .service-box:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
        z-index: -1;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-box > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    .service-box:hover:after,
    .service-box:hover > img {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

.service-text {
    margin-top: 30px;
}

    .service-text h3 {
        color: #000;
        font-size: 26px;
        font-weight: 500;
        letter-spacing: 0px;
    }

    .service-text p,
    .service-text h3 {
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

.service-box:hover .service-text p,
.service-box:hover .service-text h3 {
    color: #fff
}

.service-text .btn-border {
    border-width: 1px;
    margin-top: 15px
}

.service-box:hover .btn-border {
    color: #fff;
    border-color: #fff;
}

.service-page-area {
    padding-top: 70px;
    padding-bottom: 100px
}

    .service-page-area .service-box {
        margin-top: 30px;
        margin-bottom: 0
    }

.legacy-section .outer-column .inner-column .text {
    font-size: 22px;
    line-height: 36px;
}

.legacy-section {
    padding: 97px 80px 55px 119px;
}

.homeAbout .fun-fact-section .outer-box {
    padding: 33px 0 0px;
    margin-top: 0;
}

.homeAbout .fact-counter .count-box .counter-title {
    font-size: 20px !important;
    font-family: Gotham-Bold;
    text-align: left;
    padding: 9px 0 15px !important;
}

.gallery-section {
    padding: 97px 80px 55px 119px;
}

.news-section {
    padding: 97px 80px 55px 119px;
}

.main-footer .widgets-section {
    padding: 0px ;
}

.main-footer .widgets-section {
    padding: 80px 80px 0px 119px;
}

.main-footer .links-widget .list li:before {
    color: #ffca26;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    font-size: 11px;
    line-height: 25px;
    font-weight: 900;
    content: "\f105";
    font-family: "FontAwesome";
}

.main-footer:after {
    width: 2%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffca26;
    background: rgba(0,0,0,0.6);
    background-image: url(../images/sign.jpg);
    background-repeat: repeat;
    background-size: contain;
}

    .main-footer img {
        max-width: 300px !important;
        max-width: 100% !important;
    }

.fact-counter .count-box .counter-title {
    font-size: 36px !important;
    font-family: Gotham-Bold;
    text-align: left;
    padding: 9px 0 15px !important;
    position: relative;
    display: inline-block;
}

.news-block .caption-box h3 a {
    font-family: Gotham-Light;
}

.default-portfolio-item .overlay-inner h3 {
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.news-block .inner-box .caption-box .post-date {
    border-radius: 0 0 0px 0px;
    margin-top: -30px;
}

.aboutUsPage .about-section > .container-fluid .outer-column {
    padding: 200px 80px 200px 80px;
}

.aboutUsPage .about-section .outer-column .inner-column .text {
    font-size: 22px;
    line-height: 36px;
    position: relative;
    padding-bottom: 16px;
}


.aboutUsPage .fun-fact-section .outer-box {
    padding: 100px 80px 100px 80px;
    margin-top: 0px;
}

.aboutUsPage .about-section {
    padding: 0 0 0px;
}

.aboutUsPage .services-section{
    padding: 0px;
}

.aboutUsPage .services-section {
    background-color: #f5f5f5;
}

/*.aboutUsPage .clients-section.style-two {
    padding-bottom: 110px;
    padding-top: 110px;
}*/

.aboutUsPage .clients-section .content-column {
    display: flex;
    /* align-content: center; */
    align-items: flex-end;
}

.aboutUsPage .services-section .service-block .lower-content h3 {
    font-size: 42px;
    
}

.services-section.style-four .service-block:hover h3{
    color: #fff;
}

.aboutUsPage .services-section .service-block .text {
    font-size: 22px;
    line-height: 36px;
    position: relative;
    padding-bottom: 36px;
}

.aboutUsPage .services-section .service-block:after {
    width: 2%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffca26;
    background: rgba(0,0,0,0.6);
    background-image: url(../images/sign.jpg);
    background-repeat: repeat;
    background-size: auto;
}


/**/

.newsPage .content-side .text p {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-bottom: 36px;
}



.newsPage .blog-cat {
    position: relative;
    border: 1px solid #d7a449;
}

    .newsPage .blog-cat li {
        position: relative;
    }

        .newsPage .blog-cat li:last-child a {
            border-bottom: none;
        }

        .newsPage .blog-cat li a {
            position: relative;
            color: #252525;
            font-size: 16px;
            font-weight: 400;
            display: block;
            padding: 10px 30px 10px 10px;
            border-bottom: 1px solid #d7a449;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

.newsPage .sidebar-widget h4 {
    font-family: Gotham-Light;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
}

            .newsPage .blog-cat li a:before {
                position: absolute;
                content: '\f101';
                right: 22px;
                top: 20px;
                color: #d7a449;
                font-size: 22px;
                font-family: 'FontAwesome';
            }

            .newsPage .blog-cat li.active a,
            .newsPage .blog-cat li a:hover {
                color: #ffffff;
                background-color: #252525;
            }

.newsPage .sidebar-page-container {
    background-color: #f5f5f5;
}

    .newsPage .sidebar-page-container .sidebar-side .sidebar {
        padding: 0px;
    }

.newsPage .owl-nav {
    position: absolute;
    z-index: 999;
    background: #ffca26;
    top: 80%;
    width: auto;
    color: #fff;
    font-size: 56px;
}

.newsPage .owl-carousel .owl-nav .owl-prev,
.newsPage .owl-carousel .owl-nav .owl-next {
    width: 50%;
    float: left;
    padding: 12px;
}


.newsPage .sec-title {
    margin-bottom: 0;
}

.newsPage .services-single .sec-title h2 {
    padding: 30px 0 30px 0px;
}


/**/

.services-section.style-four .yellow-block .lower-content .sec-title h3:before {
    background-color: transparent;
}

.services-section.style-four .drk-grey-block .lower-content .sec-title h3:after {
    background-color: transparent;
}

.sec-title h3:before {
    background-color: transparent;
}

.sec-title h3:after {
    background-color: transparent;
}


.servicePage .content-side .text p{
    font-size: 22px;
    line-height: 36px;
    position: relative;
    padding-bottom: 36px;
}



.servicePage .blog-cat {
    position: relative;
    border: 1px solid #d7a449;
}

.servicePage .blog-cat li{
	position:relative;
}

.servicePage .blog-cat li:last-child a{
	border-bottom:none;
}

.servicePage .blog-cat li a{
	position:relative;
	color:#252525;
	font-size:20px;
	font-weight:400;
	display:block;
	padding:20px 15px 20px 38px;
	border-bottom:1px solid #d7a449;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.servicePage .blog-cat li a:before{
	position:absolute;
	content:'\f101';
	right:22px;
	top:20px;
	color:#d7a449;
	font-size:22px;
	font-family: 'FontAwesome';
}

    .servicePage .blog-cat li.active a,
    .servicePage .blog-cat li a:hover {
        color: #ffffff;
        background-color: #252525;
    }

.servicePage .sidebar-page-container {
    /*background-image: url(../images/background/leg-1.jpg);*/
    background-color: #f5f5f5;
}

.servicePage .sidebar-page-container .sidebar-side .sidebar {
    padding: 0px;
}

.servicePage .owl-nav {
    position: absolute;
    z-index: 999;
    background: #ffca26;
    top: 80%;
    width: auto;
    color: #fff;
    font-size: 56px;
}

.servicePage .owl-carousel .owl-nav .owl-prev,
.servicePage .owl-carousel .owl-nav .owl-next {
    width: 50%;
    float: left;
    padding: 12px;
}


.servicePage .sec-title {
    margin-bottom: 0;
}

.servicePage .services-single .sec-title h2 {
    padding: 0px 0 30px 0px;
}



.contact-page-section {
    position: relative;
    padding-top: 110px;
}

    .contact-page-section .inner-container {
        position: relative;
        z-index: 1;
       /* bottom: -290px;
        margin-top: -290px;*/
        /*background-color: #d7a449;*/
        box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.1);
    }

    .contact-page-section .form-column {
        position: relative;
        padding: 0px;
        background-color: #f5f5f5;
    }

        .contact-page-section .form-column .inner-column {
            position: relative;
            padding: 60px 45px 30px;
            /*background-color: #ffffff;
            background-image: url(../images/background/leg-1.jpg);*/
        }

    .contact-page-section .info-column {
        position: relative;
        background: #ffca26;
    }

        .contact-page-section .info-column .inner-column {
            position: relative;
            padding: 60px 35px;
        }

        .contact-page-section .info-column h2 {
            position: relative;
            color: #222222;
            font-size: 32px;
            font-weight: 700;
            line-height: 1.4em;
            margin-bottom: 45px;
        }

        .contact-page-section .info-column .list-info {
            position: relative;
            margin-bottom: 60px;
        }

            .contact-page-section .info-column .list-info li {
                position: relative;
                margin-bottom: 25px;
                font-size: 18px;
                color: #333333;
                line-height: 1.8em;
                font-weight: bold;
                padding-left: 0px;
            }

            .contact-page-section .info-column .list-info li a{
                font-size: 18px;
                color: #333333;
                line-height: 1.8em;
                font-weight: bold;
            }

                .contact-page-section .info-column .list-info li:last-child {
                    margin-bottom: 0px;
                }

                .contact-page-section .info-column .list-info li .icon {
                    position: absolute;
                    left: 0px;
                    top: 8px;
                    color: #222222;
                    font-size: 30px;
                }

/*Contact Form*/

.contact-form {
    position: relative;
    padding: 0px !important;
}

    .contact-form .form-group {
        position: relative;
        margin-bottom: 20px;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        color: #222222;
        font-size: 14px;
        line-height: 38px;
        padding: 10px 30px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        border-radius: 0px !important;
    }

        .contact-form input[type="text"]:focus,
        .contact-form input[type="email"]:focus,
        .contact-form textarea:focus {
            border-color: #d7a449;
        }

    .contact-form textarea {
        height: 250px;
        resize: none;
    }

    .contact-form .theme-btn {
        font-size: 16px;
        font-weight: 700;
        margin-top: 10px;
        text-transform: capitalize;
        padding: 16px 39px 16px;
        border-radius: 0px;
    }

    .contact-form input.error,
    .contact-form select.error,
    .contact-form textarea.error {
        border-color: #ff0000 !important;
    }

    .contact-form label.error {
        display: block;
        line-height: 24px;
        padding: 5px 0px 0px;
        margin: 0px;
        text-transform: uppercase;
        font-size: 12px;
        color: #ff0000;
        font-weight: 500;
    }
.page-title:before {
    opacity: .60;
}