
@import url('animate.min.css');
@import url('jquery.fancybox.css');
@import url('owl.css');

/*====== Link Google Fonts API ========*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');*/

@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans-Medium-web.eot.eot');
    src: url('../fonts/IRANSans-Medium-web.eot') format('embedded-opentype'), url('../fonts/IRANSans-Medium-web.woff2') format('woff2'), url('../fonts/IRANSans-Medium-web.woff') format('woff'), url('../fonts/IRANSans-Medium-web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* =============== 
1. Default CSS 
=============== */
* {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
    border: none;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

p {
    color: #5a5a5a;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

section {
    padding: 70px 0px;
}

.contents {
    display: table;
    padding-top: 50px;
    width: 100%;
    height: auto;
}

.sec-title {
    font-size: 30px;
    color: #1b1b1b;
    text-align: center;
    padding: 0 11%;
}

    .sec-title h2 {
        font-weight: bold;
        text-transform: uppercase;
    }

.sub-title {
    width: 100%;
    text-align: center;
    padding: 0 20%;
    padding-bottom: 35px;
}

    .sub-title p {
        text-transform: inherit;
        color: #4c4c4c;
        font-family: IRANSans;
        font-weight: 500;
        font-style: italic;
        line-height: 26px;
        margin: 0;
        font-size: 14px;
    }

h2::after {
    content: "";
    display: table;
    height: 2px;
    margin: 10px auto;
    width: 120px;
}

.line {
    height: 2px;
    width: 50px;
    display: inherit;
    margin-top: 10px;
}

.left-arw {
    color: #fff !important;
    height: 40px;
    left: -4px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.rgt-arw {
    color: #fff !important;
    height: 40px;
    right: -4px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.arrow1 a i {
    font-size: 21px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: 0 3px;
    width: 40px;
}

    .arrow1 a i:hover {
        color: #fff;
    }

.arrow1 {
    display: table;
    margin: 30px auto 0;
}

.hvr-black a:hover {
    background: #1b1b1b;
    -webkit-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.white p {
    color: #FFF !important;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 15px 25px;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*====================================================================
2. Top Header Section Style Start
====================================================================*/
#header {
    padding: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    animation-fill-mode: both;
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

#header.fixed-header {
    animation-duration: 0.6s;
    animation-name: menu_sticky;
    animation-timing-function: ease-out;
    animation-duration: 1s;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

#header.fixed-header {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
}

    #header.fixed-header .top-header {
        display: none;
    }

.top-header {
    width: 100%;
    height: 40px;
    background: #1b1b1b;
    position: relative;
    z-index: 2;
}

.soc-txt li {
    float: left;
    padding: 10px 20px 10px 0px;
}

    .soc-txt li a {
        color: #acacac;
        font-size: 13px;
    }

.icon {
    padding-right: 6px;
}

.soc-icon a {
    line-height: 40px;
    margin-left: 30px;
    color: #fff;
    float: left;
}

.soc-icon-box i {
    color: #1b1b1b;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.soc-icon-box {
    margin-top: 30px;
}

.share-box li {
    float: left;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    font-family: IRANSans;
    font-weight: 600;
    line-height: 40px;
    margin: 0 3px;
}

.share-box a {
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
    font-family: IRANSans;
    font-weight: 600;
    line-height: 40px;
}

/*====================================================================
3. Main Nav Section Style Start
====================================================================*/
.main-nav {
    width: 100%;
    height: 80px;
    position: relative;
}

.fixed-header .main-nav {
    height: auto;
}

    .fixed-header .main-nav .hvr-src {
        line-height: 80px;
    }

    .fixed-header .main-nav .navbar-brand {
        line-height: 80px;
        width: 130px;
    }

.main-nav .navbar-brand {
    padding: 0;
}

.dropdown-menu > li:last-child {
    border-bottom: none;
}

.hvr-src {
    float: right;
    line-height: 80px;
    padding-left: 30px;
    margin-right: -15px;
}

    .hvr-src a:hover {
        color: #FFF;
    }

.search-form {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 0 50px;
    position: absolute;
    width: 100%;
    z-index: 1;
    animation-name: slideInUp;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    top: -150px;
}

    .search-form.visible {
        animation-name: slideInDown;
        animation-duration: 0.3s;
        animation-fill-mode: both;
        top: 0;
    }

.search-box input {
    width: 100%;
    border: none;
    height: 80px;
    padding-right: 42px;
}

.fixed-header .search-box input {
    height: 80px;
}

.search-box {
    position: relative;
}

    .search-box > .src-close {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 2px solid;
        cursor: pointer;
        line-height: 12px;
        padding: 5px 7px;
        position: absolute;
        right: 15px;
        top: 35%;
        z-index: 999;
    }

/*====================================================================
4. Slider Section Style Start
====================================================================*/

#slider {
    padding: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 120px;
}

.carousel-inner > .item:after {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, .6);
}

.slider-title {
    overflow: hidden;
    height: 90px;
    display: table;
}

.carousel-caption .btn-default {
    margin-right: 15px;
}

.carousel-caption .sldr-btn {
    margin-top: 20px;
}

#slider a .fa {
    font-size: 18px;
    height: 40px;
    line-height: 36px;
    width: 40px;
    color: #fff;
    background: #df1a23;
}

#slider a:hover .fa {
    color: #1b1b1b;
    background: #fff;
}

/*=========================
Slider Animation
=========================*/
#slider .carousel-caption h1 {
    animation-delay: 0.2s;
    animation-duration: 1s;
    font-size: 30px;
    padding: 15px 20px;
    opacity: 0;
}

#slider .carousel-caption p {
    animation-delay: 0.6s;
    animation-duration: 1s;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 60%;
    opacity: 0;
    color: #fff;
}

.carousel-caption li {
    opacity: 0;
    padding-bottom: 10px;
    color: #fff;
}

    .carousel-caption li:nth-child(1) {
        animation-delay: 1s;
        animation-duration: 1s;
    }

    .carousel-caption li:nth-child(2) {
        animation-delay: 1.1s;
        animation-duration: 1s;
    }

    .carousel-caption li:nth-child(3) {
        animation-delay: 1.2s;
        animation-duration: 1s;
    }

.carousel-caption .sldr-btn {
    animation-delay: 1.5s;
    animation-duration: 1s;
}

#slider .item.active .carousel-caption p,
#slider .item.active .carousel-caption h1,
#slider .item.active .carousel-caption li:nth-child(1),
#slider .item.active .carousel-caption li:nth-child(2),
#slider .item.active .carousel-caption li:nth-child(3) {
    animation-name: fadeInUp;
}

#slider .item.active .carousel-caption p,
#slider .item.active .carousel-caption h1,
#slider .item.active .carousel-caption li:nth-child(1),
#slider .item.active .carousel-caption li:nth-child(2),
#slider .item.active .carousel-caption li:nth-child(3) {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}


#slider .item.active .carousel-caption .sldr-btn {
    animation-name: fadeInUp;
}

#slider .item.active .carousel-caption .sldr-btn {
    animation-duration: 1s;
    animation-fill-mode: both;
    opacity: 1;
}

/*====================================================================
5. Service Section Style Start
====================================================================*/
.srvc-item {
    border: 2px solid #c2c2c2;
    padding: 25px;
    text-align: center;
    margin: 15px 0;
    cursor: default;
}

.fo {
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    width: 50px;
}

.srvc-item i.icon-building {
    background: url(../images/service/building-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-building {
    background: url(../images/service/building-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-interior {
    background: url(../images/service/interior-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-interior {
    background: url(../images/service/interior-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-renovation {
    background: url(../images/service/renovation-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-renovation {
    background: url(../images/service/renovation-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-architecture {
    background: url(../images/service/architecture-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-architecture {
    background: url(../images/service/architecture-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-consulting {
    background: url(../images/service/consulting-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-consulting {
    background: url(../images/service/consulting-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-painting {
    background: url(../images/service/painting-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-painting {
    background: url(../images/service/painting-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-pipefitting {
    background: url(../images/service/pipe-fittings-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-pipefitting {
    background: url(../images/service/pipe-fittings-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-electrical {
    background: url(../images/service/electrical-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-electrical {
    background: url(../images/service/electrical-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-digging {
    background: url(../images/service/digging-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-digging {
    background: url(../images/service/digging-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-woodwork {
    background: url(../images/service/wood-work-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-woodwork {
    background: url(../images/service/wood-work-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-transportation {
    background: url(../images/service/transportation-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-transportation {
    background: url(../images/service/transportation-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item i.icon-measurement {
    background: url(../images/service/measurement-ico.png) no-repeat;
    background-size: cover;
}

.srvc-item:hover i.icon-measurement {
    background: url(../images/service/measurement-ico2.png) no-repeat;
    background-size: cover;
}

.srvc-item img {
    width: 50px;
}

.srvc-item a {
    margin: 30px 0 20px 0;
}

.srvc-item h4 {
    font-weight: bold;
}

.srvc-item .back-img {
    display: none;
}

.srvc-item:hover .back-img {
    display: inline-block;
}

.srvc-item:hover .front-img {
    display: none;
}

.srvc-item:hover h4, .srvc-item:hover p {
    color: #fff;
}

.srvs-step {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}

    .srvs-step h4 {
        float: left;
        height: 40px;
        width: 40px;
        padding: 7px 8px;
        color: #fff;
    }

.step-txt {
    color: #5a5a5a;
    display: table;
    margin-left: 55px;
}

    .step-txt h5 {
        padding: 0;
        text-transform: uppercase;
    }

/*====================================================================
6. Single Service Start
====================================================================*/
.sngl-prof {
    padding-bottom: 70px;
}

    .sngl-prof > p {
        padding: 20px 0;
    }

.panel-body {
    color: #5a5a5a;
}

.service-list-item ul li a h5 {
    padding: 0;
}

.service-list-item ul li {
    background: #f5f5f5;
    margin-bottom: 5px;
}

    .service-list-item ul li a {
        display: inline-block;
        padding: 20px 30px;
        padding-left: 80px;
        width: 100%;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
        font-family: IRANSans;
    }
        /*---- All service Icon ----*/
        .service-list-item ul li a.building {
            background: url(../images/service/building-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.building:hover, .service-list-item ul li.active a.building {
                background: url(../images/service/building-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.interior {
            background: url(../images/service/interior-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.interior:hover, .service-list-item ul li.active a.interior {
                background: url(../images/service/interior-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.renovation {
            background: url(../images/service/renovation-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.renovation:hover, .service-list-item ul li.active a.renovation {
                background: url(../images/service/renovation-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.architecture {
            background: url(../images/service/architecture-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.architecture:hover, .service-list-item ul li.active a.architecture {
                background: url(../images/service/architecture-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.consulting {
            background: url(../images/service/consulting-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.consulting:hover, .service-list-item ul li.active a.consulting {
                background: url(../images/service/consulting-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.painting {
            background: url(../images/service/painting-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.painting:hover, .service-list-item ul li.active a.painting {
                background: url(../images/service/painting-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.pipe-fittings {
            background: url(../images/service/pipe-fittings-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.pipe-fittings:hover, .service-list-item ul li.active a.pipe-fittings {
                background: url(../images/service/pipe-fittings-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.electrical {
            background: url(../images/service/electrical-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.electrical:hover, .service-list-item ul li.active a.electrical {
                background: url(../images/service/electrical-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.digging {
            background: url(../images/service/digging-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.digging:hover, .service-list-item ul li.active a.digging {
                background: url(../images/service/digging-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.woodwork {
            background: url(../images/service/wood-work-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.woodwork:hover, .service-list-item ul li.active a.woodwork {
                background: url(../images/service/wood-work-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.transportation {
            background: url(../images/service/transportation-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.transportation:hover, .service-list-item ul li.active a.transportation {
                background: url(../images/service/transportation-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

        .service-list-item ul li a.measurement {
            background: url(../images/service/measurement-ico.png) no-repeat;
            background-position: 20px center;
            background-size: 25px;
        }

            .service-list-item ul li a.measurement:hover, .service-list-item ul li.active a.measurement {
                background: url(../images/service/measurement-ico2.png) no-repeat;
                background-position: 20px center;
                background-size: 25px;
            }

    .service-sidebar ul li a:hover, .service-list-item ul li.active a {
        color: #fff;
    }

.ser-pad {
    background: #f5f5f5;
    padding: 30px;
    margin-top: 30px;
}

    .ser-pad > p {
        color: #1b1b1b;
    }

    .ser-pad .btn-default {
        margin-top: 10px;
    }

    .ser-pad > .client-txt {
        text-align: center;
    }

        .ser-pad > .client-txt > img {
            border: 2px solid;
            border-radius: 50%;
            display: table;
            margin: 15px auto;
            width: 80px;
        }

.client-avata-small {
    width: 50px !important;
    padding-top: 10px;
    margin: 0 auto;
}

    .client-avata-small img {
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
    }

.client-txt .feedback {
    width: 100%;
}

.client-txt .feedback {
    width: 100%;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}

    .client-txt .feedback::before {
        background: #f5f5f5;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

.client-avata-small {
    width: 50px;
    margin: 0 auto;
}

.feedback-sidebar {
    width: 100%;
}

.client-txt .arrow1 {
    display: inline-block;
}

.slider-content {
    padding-top: 30px;
}

.panel-title {
    padding: 0;
}

    .panel-title a {
        padding: 10px 15px;
        display: block;
        font-family: IRANSans;
        color: #1b1b1b;
        font-weight: 500;
    }

        .panel-title a.collapsed {
            background: none;
        }

.service-content {
    width: 100%;
}

    .service-content h6,
    .service-content h5,
    .service-content h4,
    .service-content h3,
    .service-content h2,
    .service-content h1 {
        padding: 20px 0 10px;
    }

        .service-content h6.panel-title,
        .service-content h5.panel-title,
        .service-content h4.panel-title,
        .service-content h3.panel-title,
        .service-content h2.panel-title,
        .service-content h1.panel-title {
            padding: 0;
        }

.feedback-sidebar .owl-controls .owl-nav {
    display: none;
}

.feedback-sidebar .owl-controls .owl-dots {
    display: block !important;
    padding-top: 20px;
    padding-bottom: 10px;
}
/*====================================================================
7. Project Tab Gallery Section Style Start
====================================================================*/
#project {
    background: #1b1b1b;
    padding-bottom: 0;
}

.home-page #project h2 {
    color: #fff;
}

#project .sub-ttl {
    color: #fff;
}

.project-page #project {
    background: #fff;
}

.port-nav {
    display: inline-block;
    margin: 0 auto 45px;
    text-align: center;
}

.port-overlay {
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: 300ms ease;
    transition: all 300ms ease;
}

    .port-overlay p {
        margin-bottom: 15px;
        color: #fff;
    }

.port-item:hover .port-overlay {
    display: block;
}

.port-overlay h5 {
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
}

.port-overlay a:hover h5 {
    color: #FFF;
    -webkit-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: 200ms ease;
    transition: all 200ms ease;
}

.see-more {
    height: 100px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}

.portfolio_area {
    text-align: center;
}

.gallery-section {
    position: relative;
    padding-top: 15px;
}

.default-portfolio-item {
    position: relative;
}

    .default-portfolio-item .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 400ms ease-out;
        -ms-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        -moz-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
    }

        .default-portfolio-item .overlay-box .content {
            display: table-cell;
            vertical-align: middle;
        }

        .default-portfolio-item .overlay-box h5 {
            bottom: -50px;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.8em;
            max-width: 300px;
            position: absolute;
            text-transform: uppercase;
            font-family: IRANSans;
            text-align: left;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

        .default-portfolio-item .overlay-box:hover h5 {
            bottom: 10px;
        }

        .default-portfolio-item .overlay-box h5 span {
            display: table;
            font-size: 12px;
            font-weight: normal;
            line-height: 16px;
        }

        .default-portfolio-item .overlay-box .arrow {
            display: block;
            font-size: 30px;
            height: 30px;
            line-height: 30px;
            margin: 0 auto;
            position: relative;
            width: 30px;
        }

.filter-list .mix {
    display: none;
}

.gallery-section .filters {
    position: relative;
    text-align: center;
}

.gallery-section .filter-btns {
    position: relative;
    text-align: center;
}

    .gallery-section .filter-btns li {
        border: 2px solid transparent;
        color: #acacac;
        font-family: IRANSans;
        position: relative;
        display: inline-block;
        padding: 6px 20px;
        line-height: 24px;
        cursor: pointer;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        margin: 5px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

/*====================================================================
8. Single Project Start
====================================================================*/
#single-project {
    padding-bottom: 0;
}

    #single-project .pagi-area {
        margin-top: 40px;
    }

.project-details {
    padding-bottom: 30px;
}

.project-images {
    margin-bottom: 30px;
}

.project-thumbnail {
    padding: 15px 30px;
}

.slide-project {
    width: 100%;
    position: relative;
}

.project-thumbnail .owl-controls {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.project-thumbnail.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    margin: 0;
    background: none;
    width: inherit;
    height: inherit;
    color: #1b1b1b;
}

.project-thumbnail.owl-theme .owl-controls .owl-prev {
    float: left;
    margin-left: -30px;
}

.project-thumbnail.owl-theme .owl-controls .owl-next {
    float: right;
    margin-right: -30px;
}

.project-thumbnail a {
    display: block;
    font-size: 30px;
    overflow: hidden;
}

    .project-thumbnail a.onlive {
        position: relative;
    }

.project-thumbnail .owl-stage-outer {
    padding: 15px 0;
}

.project-thumbnail a.onlive:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.service-content ul {
    display: inline-block;
    padding: 20px 0;
    padding-left: 50px;
}

    .service-content ul li {
        padding-bottom: 10px;
        list-style-type: decimal;
        line-height: 35px;
    }

.prjt-type {
    width: 100%;
    margin-top: 50px;
}

    .prjt-type tr {
        width: 100%;
    }

        .prjt-type tr td {
            color: #1b1b1b;
            border: 1px solid #1b1b1b;
            padding: 10px 15px;
        }

.project-page #project .port-nav li {
    color: #1b1b1b;
}
/*====================================================================
9. Construction Section Style Start
====================================================================*/
.under-construction {
    width: 100%;
    display: table;
}

    .under-construction .owl-stage-outer {
        padding: 15px 0;
    }

.cons-item {
    height: auto;
    display: inline-block;
    background-color: #1b1b1b;
    width: 100%;
}

.under_work {
    float: left;
    width: 60%;
    position: relative;
}

    .under_work .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        cursor: pointer;
        display: none;
    }

    .under_work:hover, .under_work:hover .overlay {
        display: block;
    }

    .under_work .overlay a {
        position: relative;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.completion {
    float: left;
    width: 40%;
    padding-bottom: 35px;
}

    .completion a {
        display: block;
        color: #1b1b1b;
        padding: 20px 15px;
        text-align: center;
        background: #df1a23 none repeat scroll 0 0;
        font-size: 16px;
        font-weight: 600;
        font-family:IRANSans ;
        text-transform: uppercase;
    }

        .completion a:hover {
            color: #fff;
            display: block;
        }

    .completion p {
        color: #acacac;
        margin: 15px;
    }

    .completion > a:hover {
        color: #fff;
        -webkit-transition: all 400ms ease-out;
        -ms-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        -moz-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
    }

.progress span {
    color: #fff;
    display: inline-block;
    margin-bottom: 7px;
    padding-left: 0;
    width: 100%;
}

.progress-bar span {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 18px;
    width: auto;
}

/*====================================================================
10. Achivement Section Style Start
====================================================================*/
#achivment {
    width: 100%;
    padding: 70px 0;
    background-image: url(../images/fun-fact/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

    #achivment:before {
        bottom: 0;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, .9);
    }

.count {
    text-align: center;
}

    .count p {
        color: #fff;
    }

.count-num {
    font-size: 36px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

/*====================================================================
11. Quotation Section Style Start
====================================================================*/
#quotation {
    padding: 40px 0;
}

    #quotation h5 {
        color: #1b1b1b;
        line-height: 40px;
        padding: 0;
        font-size: 20px;
    }

        #quotation h5 span {
            color: #fff;
        }

.quote {
    width: 100%;
    height: 40px;
}

/*====================================================================
12. Client Section Style Start
====================================================================*/
.client-item > img {
    border: 3px solid;
    border-radius: 50%;
    width: 60px;
}

.client-item {
    display: inline-block;
    left: 0;
    position: absolute;
}

.avater.view {
    display: table;
    margin: 0 auto;
}

.client-name {
    text-align: center;
}

    .client-name h6 {
        font-size: 14px;
        padding-bottom: 0;
    }

.testimonials-carousel .owl-stage-outer {
    padding: 15px 0;
}

.testimonials-carousel .item {
    position: relative;
    padding-left: 120px;
}

.owl-dots {
    display: none !important;
}

.client-item > .view img {
    border: 2px solid #df1a23;
    border-radius: 50%;
    width: 60px;
}

.feedback {
    width: 100%;
    border: 1px solid #acacac;
    padding: 15px 20px;
    min-height: 150px;
    position: relative;
}

    .feedback::before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: transparent transparent #acacac #acacac;
        border-image: none;
        border-style: solid;
        border-width: 1px;
        content: "";
        display: block;
        height: 20px;
        left: -10px;
        position: absolute;
        top: 20px;
        transform: rotate(43deg);
        width: 20px;
    }

.img-active.view > span {
    color: #acacac;
}

/*====================================================================
13. Engineer Section Style Start
====================================================================*/
.our-engineer {
    width: 100%;
    display: table;
}

.eng-item {
    background: #f5f5f5;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.our-engineer .owl-controls {
    width: 100%;
    margin: 0;
}

    .our-engineer .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: -70px;
        margin: 0;
        top: 50%;
        z-index: 10;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .our-engineer .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -70px;
        margin: 0;
        top: 50%;
        z-index: 10;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.eng-ttl {
    text-align: center;
    padding: 20px 15px;
    color: #1c1c1c;
}

    .eng-ttl h5 {
        padding: 0;
    }

.eng-overlay {
    padding: 40px 0;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.eng-item:hover .eng-overlay {
    top: 0;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.eng-ttl-hvr a:hover {
    color: #fff;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.eng-item .eng-overlay .eng-ttl-hvr {
    color: #1c1c1c;
    padding: 0 15px;
    position: absolute;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .eng-item .eng-overlay .eng-ttl-hvr p {
        padding: 25px 0 0 0;
        color: #1b1b1b;
    }

.soc-icon-box i:hover {
    color: #fff !important;
}
/*====================================================================
14. Engineer Profile Start
====================================================================*/
#eng-profile {
    padding-bottom: 0;
}

.profile-image {
    background: #f3f3f3;
}

.profile-detail h3 {
    margin: 0;
    padding-bottom: 10px;
}

.engineer-name {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #f3f3f3;
}

    .engineer-name span {
        font-family: IRANSans;
        color: #1b1b1b;
        font-weight: 500;
    }

.prfl-txt {
    padding: 30px 0;
}

.prgs-bar > span {
    color: #1b1b1b;
    font-family: IRANSans;
    font-weight: 600;
    text-transform: uppercase;
}

.prfl-progress .progress {
    background: #1b1b1b;
    margin: 5px 0 30px 0;
}

.social-links .soc-icon a {
    color: #1b1b1b;
    margin: 0 30px 0 0;
    line-height: 0;
}

.social-links {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    margin: 30px 0;
    padding: 30px;
    width: 100%;
}

.proj-expert {
    margin-top: 73px;
}

.expert-img > img {
    width: 160px;
}

.proj-expert .arrow .left-arw, .proj-expert .arrow .rgt-arw {
    bottom: 35px;
}

.pagi-area .pagination {
    display: inline-block;
    margin: 50px 0 0;
    text-align: center;
    width: 100%;
}

.pagination li.pull-left, .pagination li.pull-right {
    margin: 0;
}

.pagi-area .pagination li a {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pagi-area {
    border-top: 2px solid transparent;
}

#eng-profile .pagi-area {
    margin-top: 40px;
}

.prfl-link .title {
    position: relative;
}

    .prfl-link .title:after {
        content: "";
        height: 2px;
        margin-top: 10px;
        width: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.social-links ul {
    padding: 0;
    margin-left: -3px;
}

.skill-percent {
    position: absolute;
    right: 0;
    top: -25px;
    text-align: right;
}

.progress-bar {
    width: 0%;
    transition: all 3000ms ease;
}

.skill-percent {
    font-size: 14px;
    font-weight: bold;
    color: #1b1b1b;
}

    .skill-percent .count-num {
        font-size: 14px;
        display: initial;
        color: #1b1b1b;
        text-align: right;
    }

.project-experience .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .project-experience .overlay a {
        font-size: 14px;
        color: #1b1b1b;
        display: block;
        text-align: center;
        position: relative;
        top: 50%;
        text-transform: uppercase;
        font-weight: 500;
        font-family: IRANSans;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.project-experience .item:hover .overlay {
    visibility: visible;
    opacity: 1;
}

.project-experience .owl-controls {
    margin: 0;
    width: 100%;
}

    .project-experience .owl-controls .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
        margin: 0;
        top: 50%;
        z-index: 10;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .project-experience .owl-controls .owl-nav .owl-next {
        position: absolute;
        right: -20px;
        margin: 0;
        top: 50%;
        z-index: 10;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

/*====================================================================
15. Partner Section Style Start
====================================================================*/
#partner {
    background: #f3f3f3;
    padding: 70px 0;
}

.partner-slider a i {
    color: #333;
    font-size: 30px;
    transform: translate(0px, 100%);
}

.partner-slider a img {
    background: #fff;
    display: inline-block;
}

.partner-slider .owl-controls {
    margin: 0;
    width: 100%;
    z-index: 1;
    display: none;
}

    .partner-slider .owl-controls .owl-nav .owl-prev {
        left: -70px;
        position: absolute;
        margin: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }

    .partner-slider .owl-controls .owl-nav .owl-next {
        right: -70px;
        position: absolute;
        position: absolute;
        margin: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10;
    }



/*====================================================================
16. Blog Section Style Start
====================================================================*/
.blog-item {
    margin-bottom: 30px;
}

    .blog-item p {
        padding: 15px 0;
    }

.blog-info {
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding-bottom: 10px;
}

    .blog-info a {
        color: #acacac;
        font-size: 13px;
        padding-right: 12px;
    }

.blog-details > p {
    color: #5a5a5a;
    display: inline-block;
    padding: 15px 0;
}

.date {
    padding: 10px;
    color: #fff;
}

    .date span {
        margin: 0;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
    }

.thumb {
    position: relative;
}

.blog-details.thumb a {
    display: block;
    overflow: hidden;
}

    .blog-details .thumb a img {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.blog-details:hover .thumb a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.time {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    text-align: center;
    left: 15px;
    width: 90px;
    bottom: -29px;
}

    .time .year {
        color: #333;
        font-size: 16px;
        font-weight: bold;
        padding: 3px 0;
    }

.blog-title h6, .blog-title h5, .blog-title h4 {
    text-transform: inherit;
}

.blog-title a {
    padding: 40px 0 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-title-single {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 10px;
}

.blog-details .time {
    bottom: inherit;
    top: 15px;
}

.post-details {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
}


/*====================================================================
17. Single Blog Start
====================================================================*/
.blog-details {
    margin-bottom: 30px;
}

.blg-ttl > h3 {
    padding-top: 25px;
    text-transform: inherit;
}

.blog-item > span p {
     font-family: IRANSans;
    font-style: italic;
    font-weight: 500;
    margin-left: 50px;
    padding: 35px;
}

.post-details ul li {
    color: #5a5a5a;
    list-style-type: decimal;
    padding: 12px;
}

.post-details ul {
    margin-left: 47px;
    padding: 30px 0;
}

.tagline {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    padding: 30px 20px;
    margin: 30px 0;
    width: 100%;
}

    .tagline > li {
        color: #1b1b1b;
        float: left;
        font-family: IRANSans;
        font-weight: 600;
        padding: 0 15px;
        line-height: 40px;
    }

.share-box {
    display: inline-block;
    padding: 30px 0;
    width: 100%;
}

.related-post {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}

.share-box li.share {
    width: auto;
    padding: 0 15px;
}

.rltd-post {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    padding: 35px 60px;
    width: 100%;
    margin-bottom: 30px;
}

    .rltd-post .item a.thumb img {
        width: 50px;
        height: 50px;
        float: left;
    }

    .rltd-post .item a {
        font-weight: 600;
        color: #1b1b1b;
        font-family: IRANSans;
    }

.related-post .post {
    border: medium none;
    float: left;
    padding: 0 10px 0 0;
}

.rltd-post .owl-controls {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .rltd-post .owl-controls .owl-nav [class*="owl-"] {
        margin: 0;
    }

    .rltd-post .owl-controls .owl-prev {
        float: left;
        margin-left: -20px !important;
    }

    .rltd-post .owl-controls .owl-next {
        float: right;
        margin-right: -20px !important;
    }

.comment img {
    display: inline-block;
    float: left;
    width: 70px;
}

.com-txt {
    border-bottom: 1px solid #ececec;
    display: table;
    margin: 0 0 30px 90px;
    padding-bottom: 20px;
}

    .com-txt > .name {
        color: #1b1b1b;
         font-family: IRANSans;
        font-weight: 600;
        text-transform: uppercase;
    }

    .com-txt > span {
        color: #959595;
        display: table;
        font-size: 13px;
        padding: 5px 0;
    }

    .com-txt > p {
        padding: 5px 0;
    }

.comments .comment:nth-child(odd) {
    padding-left: 90px;
}

#description {
    width: 100%;
    height: 200px;
    margin: 15px 0;
    resize: none;
}

    #description ~ div {
        width: 100% !important;
    }

.comment-box > p {
    padding-bottom: 20px;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    background: #1b1b1b;
    color: #fff;
}

.blog-item .thumb a {
    display: block;
    overflow: hidden;
}

    .blog-item .thumb a img {
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.blog-item:hover .thumb a img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*====================================================================
18. Footer Section Style Start
====================================================================*/
#footer {
    background: #1b1b1b;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
}

    #footer:after {
        content: "";
        background: rgba(27, 27, 27, 0.9);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

.footer-main {
    position: relative;
    padding: 70px 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.widget-title {
    padding-bottom: 30px;
    width: 100%;
    position: relative;
}

.foote-logo {
    width: 200px;
}

.footer-address li {
    color: #fff;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

    .footer-address li i {
        display: inline-block;
        float: left;
        line-height: 20px;
        text-align: center;
        width: 25px;
    }

.footer-address span {
    display: table;
}

.widget {
    padding-bottom: 30px;
}

    .widget, .widget p {
        color: #acacac;
    }

.widget-title h3, .widget-title h4, .widget-title h5 {
    color: #fff;
    padding: 0;
    line-height: 36px;
    font-weight: 700;
}

.open-time li {
    border-bottom: 1px solid #acacac;
    color: #acacac;
    padding: 15px 0;
}

    .open-time li:last-child {
        border-bottom: none;
    }

    .open-time li span {
        color: #fff;
        float: right;
    }

.instagram {
    display: table;
    margin-left: -5px;
    margin-right: -5px;
}

    .instagram li {
        float: left;
        padding: 5px;
        width: 33.3332%;
        opacity: 0.7;
    }

        .instagram li a {
            display: block;
        }

        .instagram li:hover {
            opacity: 1;
        }

.newsletter {
    color: #acacac;
}

    .newsletter input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 1px solid #959595;
        height: 45px;
        padding: 0 15px;
        margin: 10px 0;
        width: 100%;
    }

.widget .soc-icon {
    margin-top: 30px;
}

    .widget .soc-icon a:first-child {
        margin-left: 0;
    }

/*====================================================================
19. Footer Bottom Section Style Start
====================================================================*/
.footer-btm {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 0;
}

.footer-menu > li {
    float: left;
    padding-right: 20px;
}

    .footer-menu > li a {
        color: #acacac;
        font-size: 13px;
    }

.copyrite a {
    color: #fff;
}

.copyrite > span {
    float: right;
    font-size: 13px;
}

/*====================================================================
20. Banner Page Start
====================================================================*/
.banner {
    width: 100%;
    background-image: url(../images/banner/banner-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-top: 120px;
    position: relative;
    background-position: center center;
}

    .banner:before {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, .8);
        top: 0;
        left: 0;
    }

    .banner h1 {
        margin: 0;
        text-transform: uppercase;
    }

    .banner ul li {
        float: left;
        padding: 0 5px;
        line-height: 48px;
        color: #fff;
        font-family: IRANSans;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 400;
    }

        .banner ul li:last-child {
            padding: 0;
        }

        .banner ul li a {
            font-family: IRANSans;
            color: #fff;
        }

/*====================================================================
21. About us Page Star
====================================================================*/
#about-us {
    padding: 0;
    background: url(../images/engineer/5.png) no-repeat;
    background-position: 15% bottom;
    background-size: 32%;
}

.about-txt {
    padding: 70px 0;
    padding-left: 40%;
}

.abt-lst {
    padding: 30px 0;
}

.about-txt ul li {
    color: #5a5a5a;
    list-style-type: decimal;
    margin-left: 14px;
    padding: 10px 8px;
}

#features {
    background: url(../images/about-us/2.jpg) no-repeat;
    background-position: -45% center;
    display: inline-block;
    padding: 0;
    overflow: hidden;
}

.feature-item img {
    float: left;
    margin-right: 10px;
    width: 45px;
}

.ftr-txt > h5, .ftr-txt > h6 {
    padding-top: 0;
}

.ftr-txt > p {
    color: #1b1b1b;
    line-height: 24px;
    display: table;
}

.feature-item {
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
}

.feature-box {
    display: inline-table;
    padding: 60px 30px;
}

.ftr-txt {
    display: table;
}

.ftr-item {
    padding: 10px 0;
}

/*====================================================================
22. Sidebar Start
====================================================================*/
.right-sidebar {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 35px 30px;
}

    .right-sidebar .search-box input {
        color: #959595;
        height: 44px;
        padding: 15px;
        position: relative;
        width: 100%;
    }

    .right-sidebar .search-box button {
        background: none;
        border: medium none;
        color: #959595;
        padding: 0;
        position: absolute;
        right: 12px;
        top: 12px;
    }

.rgt-item {
    padding: 35px 0 0;
}

.title {
    padding: 0 0 25px;
    text-transform: uppercase;
}

.rgt-item .list li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

    .rgt-item .list li a {
        font-family: IRANSans;
        font-weight: 400;
    }

.rgt-item a {
    color: #1b1b1b;
}

.rgt-item .quntt {
    color: #1b1b1b;
}

.post {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}

.widget-list .post:first-child {
    padding-top: 0;
}

.post img {
    float: left;
    width: 50px;
}

.post > .post-txt > a {
    color: #5a5a5a;
    font-family: IRANSans;
    font-weight: 500;
}

.post-txt {
    margin-left: 62px;
}

    .post-txt .soc-txt li {
        color: #959595;
        padding-bottom: 0;
        font-size: 13px;
    }

.recent-com .post-txt {
    margin: 0;
}

.post-time {
    color: #959595;
    padding: 10px 0 5px;
}

.tag {
    display: inline-block;
    padding-bottom: 0;
}

    .tag .tag-item a {
        border: 1px solid #1b1b1b;
        float: left;
        font-family: IRANSans;
        font-size: 13px;
        font-weight: 400;
        height: 35px;
        line-height: 33px;
        margin: 0 8px 8px 0;
        padding: 0 12px;
    }

        .tag .tag-item a:hover {
            background: #1b1b1b;
            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;
        }

.widget-list .post {
    display: inline-block;
    width: 100%;
}

/*====================================================================
23. Contact Page Start
====================================================================*/
#contact .comment-box {
    padding: 0;
}

.info-item {
    display: table;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.title2 {
    padding: 0 0 25px 0;
    text-transform: uppercase;
}

.contact-info > p {
    padding-bottom: 20px;
}

.info-icon {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

    .info-icon i {
        border: 2px solid;
        font-size: 30px;
        height: 80px;
        padding: 24px;
        text-align: center;
        width: 80px;
    }

.info-txt {
    display: inline-block;
    font-family: IRANSans;
    font-weight: 500;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .info-txt p {
        margin: 0;
    }

    .info-txt h6 {
        color: #5a5a5a;
        font-weight: normal;
        padding: 0;
        font-size: 14px;
    }

#map-loca {
    background: #f5f5f5 none repeat scroll 0 0;
    padding-bottom: 0;
}

#location .info-item {
    margin-bottom: 30px;
}

.map-canvas {
    width: 100%;
    height: 450px;
}

.error-handel {
    display: table;
    height: 35px;
    margin: 15px auto 0;
    position: relative;
    text-align: left;
    width: 100%;
}

#success {
    color: #a2d100;
}

#success, #error {
    display: none;
    line-height: 34px;
}

#error {
    color: #ff4b4e;
}

.contact-form .error {
    color: #ff4b4e;
}

#send {
    margin-top: 10px;
}

.contact-form label {
    position: absolute;
    bottom: -8px;
    font-size: 13px;
    font-weight: normal;
}
/*====================================================================
24. Under Construction Start
====================================================================*/
.construction-page #project {
    background: #fff;
    padding-bottom: 70px;
}

.prtflo-img {
    position: relative;
}

.under-prgs {
    background: rgba(27, 27, 27, 0.9);
    bottom: 0;
    height: 90px;
    padding: 30px;
    position: absolute;
    width: 100%;
}

    .under-prgs .progress {
        margin: 0;
        background: #fff;
    }

.progress-overlay {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 30px 0 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*====================================================================
25. Error Page Start
====================================================================*/
.error-txt {
     font-family: IRANSans;
    font-weight: bold;
    padding: 70px 0;
    text-align: center;
}

#error-link h2 {
    font-size: 200px;
    line-height: 150px;
    text-align: center;
}

.error-txt > span {
    display: table;
    font-size: 40px;
    margin: 0 auto;
    padding: 30px 0;
    text-transform: uppercase;
}

#error-link a {
    display: table;
    margin: 0 auto;
}

/***========================================================End================================================================= ***/
