/*
 * Theme v1.0.0
 * Copyright 2015-2016 Theemon.com
 */
/*
 Table Of Contents
 1.) Homepage Theam-a
 1.1) Banner Section
 1.2) Info-container
 1.3) Service Info Section
 1.4) project-container
 1.5) testimonial-container
 1.6) partner-container
 1.7) quote-container
 1.8) contact-us container
 1.9) Service-Info-2 Section
 1.10) Service-Info-3 Section
 1.11) our-testimonial-1 container

 2.0) Homepage Theam-b
 2.1) our-work container
 2.2) our-project container
 2.3) our-info container
 2.4) our-testimonial container
 2.5) our-partner container
 2.6) our-quote-container container

 3.0) about-us content
 4.0) about-us-1 content
 5.0) blog-1 content
 6.0) blog-2 content
 7.0) blog-post content
 8.0) clients content
 9.0) our_contact content
 10.0) FAQ content
 11.0) project content
 12.0) project-1 content
 13.0) projects-details content
 14.0) projects-2 content

 ===============================================*/

/*
 1.1) Banner Section
 -----------------------------*/
#wrapper #content {
    overflow-x: hidden;
}
#content{
    min-height: 500px;
}
#slider {
    width: 100%;
    position: relative;
}
#slider .detail-content {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#slider .detail-content .container {
    position: static;
}
#slider .detail {
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(95,102,110,0.6);
    border: 1px solid #a9a9aa;
    width: 602px;
    height: 310px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999;
    margin-left: -33px;
}
#slider .top-row {
    border-bottom: 1px solid #a9a9aa;
    position: relative;
    min-height: 76px;
}
#slider .top-row strong {
    position: absolute;
    top: 0;
    left: 0;
}
#slider .top-row > strong {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #eeeeee;
    font-weight: 700;
    text-indent: 39px;
    padding: 27px 0;
}
#slider .top-row .direction-arrrow {
    float: right;
    border-left: 1px solid #a9a9aa;
    width: 146px;
    padding: 22px 0;
    text-align: center;
}
#slider .top-row .direction-arrrow .prv {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    margin: 0 16px;
}
#slider .top-row .direction-arrrow .prv:hover {
    background-position: 0px -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider .top-row .direction-arrrow .next {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    background-position: -50px 0;
    margin: 0 16px;
}
#slider .top-row .direction-arrrow .next:hover {
    background-position: -50px -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider .bottom-sec {
    padding: 30px 39px;
    position: relative;
    min-height: 200px;
    list-style: none;
}
.inner-bottom-sec {
    padding: 0 0px 30px 0px;
}
#slider .bottom-sec h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 12px;
    padding-left: 39px;
}
#slider .bottom-sec p {
    font-size: 16px;
    line-height: 24px;
    color: #c3c5c8;
    padding-bottom: 15px;
    width: 90%;
    padding-left: 39px;
}
#slider .bottom-sec a {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #f38929;
    text-align: center;
    padding: 14px !important;
    font-weight: 700;
    margin-left: 39px;
    border: 2px solid transparent;
}
#slider .bottom-sec a:hover {
    text-decoration: none;
    background: #fff;
    color: #f38929;
}
#slider .bx-controls-direction, .theme-d #slider .bx-controls-direction {
    display: none;
}
#slider .top-banner img {
    width: 100%;
}
.tp-caption {
    white-space: normal;
}
/*
 1.2) Info-container
 -----------------------------*/
.info-container {
    background: #f3f3f3;
    padding: 63px 0 43px;
}
.info-container .about-us {
    padding-top: 71px;
}
.info-container .about-us h2 {
    font-size: 36px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 3px;
    padding-bottom: 24px;
}
.info-container .about-us h2 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 16px;
}
.info-container .section-header strong {
    font-size: 15px;
    line-height: 24px;
    color: #aaaaaa;
    font-weight: 700;
    padding-bottom: 26px;
    letter-spacing: 1px;
    display: block;
}
.info-container .our-quality {
    list-style: none;
    border-top: 1px solid #c0c0c0;
    margin-top: 41px;
}
.info-container .our-quality li {
    width: 33.33%;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    float: left;
    margin-top: -15px;
    cursor: pointer;
}
.info-container .our-quality strong {
    display: block;
    margin-top: 18px;
}
.info-container .our-quality span {
    display: block;
    font-weight: 400;
}
.info-container .our-quality i.check-svg {
    display: block;
    width: 29px;
    height: 29px;
    text-align: center;
    color: #c0c0c0;
    background: #f3f3f3;
    vertical-align: middle;
    border-radius: 50%;
}
.info-container .our-quality i.check-svg svg{
    border-radius: 100%;
}
.our-quality i.check-svg .fill {
    fill: #c0c0c0;
}
.our-quality i.check-svg .stroke {
    stroke: #c0c0c0;
}
.info-container .our-qualityi:before {
    position: relative;
    top: 1px;
}
.info-container .our-images {
    text-align: right;
}
.info-container .our-images ul {
    list-style: none;
    display: inline-block;
    padding-top: 23%;
    vertical-align: top;
    width: 50%;
    float: left;
}
.info-container .our-images ul:first-child {
    padding-top: 0;
}
.info-container .our-images ul li {
    padding: 0 0 20px 20px;
}
.info-container .our-images ul li figure {
    overflow: hidden;
}
/*
 1.3) Service Info Section
 ----------------------------*/

.service-container {
    background: #2d2c32;
    padding: 104px 0 114px;
}
.service-container .left-detail {
    border-right: 1px solid #35343b;
    float: left;
    padding: 0 15px;
    width: 70%;
}
.service-container .left-detail h2 {
    font-size: 40px;
    color: #b4b4b4;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.service-container h2 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 12px;
}
.service-container .left-detail strong {
    display: block;
    text-transform: uppercase;
    color: #989899;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.service-container .left-detail p {
    font-size: 16px;
    line-height: 27px;
    color: #636266;
    margin-bottom: 25px;
}
.service-container .quote {
    width: 152px;
    margin:11px 0 0;
    padding: 10px;
    text-align: center;
    float: left;
}
.service-container .right-detail {
    color: #3e3d44;
    float: left;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 5px;
    padding: 54px 0 57px 75px;
    width: 30%;
}
.service-container .right-detail h2 {
    color: #3e3d44;
    font-size: 36px;
    color: #3e3d44;
    font-weight: 900;
}
.service-container .right-detail span {
    color: #fff;
    display: block;
    text-indent: 7px;
    letter-spacing: 1px;
}
.service-container .right-detail strong {
    font-size: 70px;
    display: block;
    line-height: 60px;
}
.service-container .our-service {
    list-style: none;
    margin-top: 54px;
}
.our-service li {
    float: left;
    border-radius: 3px;
    margin-left: 6px;
}
.our-service li figure {
    overflow: hidden;
}
.our-service li:first-child {
    margin: 0;
}
.our-service li a {
    display: block;
    padding: 8px;
    background: #37373c;
    position: relative;
}
.our-service li a em {
    position: absolute;
    left: 50%;
    top: -11px;
    color: #444449;
    font-size: 15px;
    display: none;
    margin-left: -9px;
}
.our-service li a:hover, .our-service li.flex-active-slide a {
    text-decoration: none;
    background: #444449;
}
.our-service li a:hover em, .our-service li.flex-active-slide a em {
    display: block;
}
.our-service li a:hover strong, .our-service li.flex-active-slide a strong {
    color: #e0dfdf
}
.our-service li a:hover i, .our-service li.flex-active-slide a i {
    background: #f38929
}
.our-service li strong {
    display: block;
    font-size: 13px;
    line-height: 17px;
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 21px 15px 12px;
}
.our-service li span {
    display: block;
    font-weight: 400;
}
.our-service li i {
    display: block;
    width: 49px;
    height: 2px;
    background: #56565c;
    margin-bottom: 3px;
}
.service-container .flex-direction-nav {
    display: none;
}
/*
 1.4) project-container
 -----------------------------*/
.project-container {
    background: #fff;
    padding: 114px 0 152px;
}
.project-container .row {
    position: relative;
}
.project-container .our-project {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 206px;
    height: 180px;
    background: #2d2c32;
    margin: -90px 0 0 -103px;
    z-index: 999;
    font-size: 18px;
    color: #fff;
    font-weight: 900;
    padding: 0 37px;
    display: table;
    letter-spacing: 1px;
}
.project-container .our-project span {
    display: table-cell;
    vertical-align: middle;
}
.project-container .our-project strong {
    font-size: 25px;
    display: block;
}
.project-container .our-project span em {
    display: block;
    width: 35px;
    height: 2px;
    background: #f38929;
    margin-top: 15px;
}
.project-container .our-project:hover {
    text-decoration: none;
}
.project-container .detai-box {
    float: left;
    width: 50%;
    padding: 44px 0 0 0;
}
.project-container .detai-box h2 {
    font-size: 30px;
    line-height: 1;
    color: #6c6c6c;
    font-weight: 900;
    text-transform: uppercase;
    border-left: 3px solid #f38929;
    padding-left: 22px;
    letter-spacing: 3px;
    margin-bottom: 58px;
}
.project-container .detai-box h2 span {
    display: block;
}
.project-container .detai-box strong {
    font-size: 17px;
    color: #6c6c6c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}
.project-container .detai-box ul {
    list-style: none;
    padding: 40px 0 0 5px;
}
.project-container .detai-box li {
    float: left;
    padding-right: 40px;
}
.project-container .detai-box li:last-child {
    padding-right: 0;
}
.project-container .detai-box li a {
    display: block;
    font-size: 13px;
    color: #989899;
    font-weight: 700;
    letter-spacing: 1px;
}
.project-container li i {
    margin-right: 17px;
    font-size: 30px;
    background: none;
}
.project-container .detai-box li span {
    display: inline-block;
    /*margin-top: 10px;*/
    vertical-align: super;
}
.project-container .detai-box li a:hover span {
    color: #f38929;
}
.project-container .img-box {
    float: left;
    width: 50%;
}
.project-container .odd .detai-box {
    float: right;
    padding: 103px 0 0 82px;
}
.project-container .odd .img-box {
    margin-top: -103px;
    position: relative;
}
.project-container .bx-prev {
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -14px;
    z-index: 999;
    font-size: 0;
}
.project-container .bx-prev:hover {
    background-position: 0 -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.project-container .bx-next {
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    background-position: -50px 0;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -14px;
    z-index: 999;
    font-size: 0;
}
.project-container .bx-next:hover {
    background-position: -50px -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/*
 1.5) testimonial-container
 -----------------------------*/
.testimonial-container {
    background: #f3f3f3;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    overflow: hidden;
}
.testimonial-container:before {
    background: #dcdcdc;
    content: "";
    left: 0;
    position: absolute;
    top: 69%;
    width: 50%;
    height: 1px;
    margin-left: -45px;
}
.testimonial-container .container {
    position: relative;
}
.customer-says {
    margin: 118px 30px 0 0;
    border-right: 1px solid #dcdcdc;
    padding-bottom: 173px;
}
.customer-says h2 {
    font-size: 50px;
    line-height: 1.1;
    color: #2d2c32;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 5px;
}
.corve {
    position: absolute;
    left: 15px;
    top: 0;
    width: 248px;
    height: 75px;
}
.customer-says h2 span {
    display: block;
    font-size: 30px;
    letter-spacing: 2px;
}
.customer-says h2 i {
    display: block;
    width: 41px;
    height: 3px;
    background: #f38929;
    margin-top: 13px;
}
.customer-says strong {
    display: block;
    font-size: 15px;
    color: #989899;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 23px;
    letter-spacing: 1.5px;
}
.testimonial-box {
    margin: 118px 0 0 0;
    position: relative;
}
.testimonial-box .view-list {
    padding: 22px 0 0 0;
}
.testimonial-box blockquote {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #717171;
    font-family: Georgia;
    font-style: italic;
}
.testimonial-box blockquote i {
    font-size: 30px;
    color: #dadad8;
    display: block;
    padding-bottom: 26px;
}
.testimonial-box blockquote footer {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #2d2c32;
    font-weight: 700;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 36px;
}
.testimonial-box blockquote footer:before {
    display: none;
}
.testimonial-box .thumb-box {
    position: absolute;
    left: -100%;
    bottom: -95px;
    width: 100%;
    padding: 32px 0;
}
.testimonial-box .flex-viewport ul {
    list-style: none;
    padding: 0;
    display: inline-block;
}
.testimonial-box .flex-viewport li {
    float: left;
    margin-right: 5px;
}
.testimonial-box .thumb-box .flex-viewport li {
    float: left;
    background: url(../images/frame.png) no-repeat 0 0;
    margin-right: 5px;
}
.testimonial-box .flex-viewport li a {
    display: block;
    opacity: 0.5;
}
.testimonial-box .thumb-box li a:hover, .testimonial-box .thumb-box li.flex-active-slide a {
    opacity: 1;
}
#testimonial-silder .flex-direction-nav {
    position: absolute;
    top: 111%;
    left: -100%;
    list-style: none;
    width: 100%;
    height: 40px;
    margin-top: -45px;
}
#testimonial-silder .flex-direction-nav .flex-prev:hover {
    background-position: 0px -22px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#testimonial-silder .flex-direction-nav .flex-prev, #testimonial-silder .flex-direction-nav .flex-next {
    position: absolute;
    top: 39%;
    width: 14px;
    height: 22px;
    text-indent: -999px;
    outline: none;
    z-index: 999;
}
#testimonial-silder .flex-direction-nav .flex-prev {
    right: 29%;
}
#testimonial-silder .flex-direction-nav .flex-next {
    right: 23%;
}
#testimonial-silder .flex-direction-nav .flex-prev:before, #testimonial-silder .flex-direction-nav .flex-next:before {
    position: absolute;
    top: 2px;
    font-family: 'FontAwesome';
    text-indent: 0;
    color: #6e6d6d;
    font-size: 22px;
}
#testimonial-silder .flex-direction-nav .flex-prev:before {
    content: '\f053';
    left: -1px;
}
#testimonial-silder .flex-direction-nav .flex-next:before {
    content: '\f054';
    right: -1px;
}
#testimonial-silder .flex-direction-nav .flex-prev:hover:before, #testimonial-silder .flex-direction-nav .flex-next:hover:before {
    color: #fff;
}
#testimonial-silder .flex-direction-nav .flex-next:hover {
    background-position: -34px -22px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.testimonial-container #testimonial-silder ul {
    overflow: hidden;
}
#testimonial-carousel.flexsilder {
    width: 267px;
    overflow: hidden;
    float: right;
    margin-right: 229px;
}
#testimonial-carousel .flex-viewport {
    z-index: 99;
}
#testimonial-carousel .flex-direction-nav {
    position: absolute;
    top: 50%;
    right: 0;
    list-style: none;
    width: 100%;
    height: 22px;
    margin-top: -23px;
    display: none;
}
/*#testimonial-carousel .flex-prev {
        position: absolute;
        top: 39%;
        right: 29%;
        width: 14px;
        height: 22px;
        background: url(../images/direction-arrow-small.png) no-repeat 0 0;
        text-indent: -999px;
        outline: none;
        font-size: 0;
}
#testimonial-carousel .flex-prev:hover {
        background-position: 0px -22px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
}
#testimonial-carousel .flex-next {
        position: absolute;
        top: 39%;
        right: 23%;
        width: 14px;
        height: 22px;
        background: url(../images/direction-arrow-small.png) no-repeat 0 0;
        text-indent: -999px;
        background-position: -34px 0;
        outline: none;
        font-size: 0;
}
#testimonial-carousel .flex-next:hover {
        background-position: -34px -22px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
}*/
/*
 1.6) partner-container
 -----------------------------*/
.our-partners {
    background: #fff !important;
    padding: 108px 0 159px;
}
.our-partners h2 {
    font-size: 25px;
    color: #6c6c6c;
    letter-spacing: 1px;
    font-weight: 900;
}
.our-partners h2 span {
    display: block;
    font-size: 18px;
    font-weight: 900;
}
.our-partners h2 i {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #f38929;
    vertical-align: top;
    margin: 9px 0 0 10px;
}
.our-partners ul {
    list-style: none;
    border-top: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
    margin-top: 45px;
}
.our-partners ul li {
    float: left;
    border-left: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    width: 16.66%;
    overflow: hidden;
}
.our-partners ul a {
    width: 100%;
    display: table;
}
.our-partners ul img {
    width: 100%;
    display: table-cell;
}
/*
 1.7) quote-container
 -----------------------------*/
.quote-container {
    background: #f38929;
    position: relative;
}
.quote-container .right-banner {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../images/banner-img.jpg) no-repeat 0 0;
    background-size: 100% 100% !important;  
}
.our-quote-container .right-banner {
    width: 50%;
    height: 100%;
    float: right;
    overflow: hidden;
}

.quote-box {
    float: left;
    width: 50%;
    padding: 98px 0 89px 0;
}
.quote-box h4 {
    font-size: 23px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.quote-box h4 i {
    display: block;
    width: 44px;
    height: 3px;
    background: #e47b1c;
    margin-top: 12px;
}
.quote-box p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 1px;
    padding-right: 80px;
}
.quote-box a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 13px 18px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 182px;
    text-align: center;
    background: #ca6f1d;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-top: 22px;
    border: 1px solid transparent;
}
.quote-box a:hover {
    background: #fff;
    color: #ca6f1d;
}
.contact-us-container .contact-us:hover {
    color: #ffffff;
}
/*
 1.8) Info-container-1
 -----------------------------*/
.info-container-1 {
    background: #fff;
    padding: 63px 0 118px;
}
.info-container-1 .about-us {
    padding-top: 21px;
}
.info-container-1 .about-us h2 {
    font-size: 36px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 3px;
    padding-bottom: 24px;
}
.info-container-1 .about-us h2 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 16px;
}
.info-container-1 .section-header strong {
    font-size: 15px;
    line-height: 24px;
    color: #aaaaaa;
    font-weight: 700;
    padding-bottom: 26px;
    letter-spacing: 1px;
    display: block;
}
.info-container-1 .our-quality {
    list-style: none;
    margin-top: 50px;
}
.info-container-1 .our-quality li {
    float: left;
    width: 25%;
    text-align: center;
}
.info-container-1 .our-quality li .animate-effect{
    padding:0 10px;  
}
.info-container-1 .our-quality figure {
    display: block;
    margin-bottom: 45px;
    overflow: hidden;
}
.info-container-1 .our-quality strong {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #2d2c32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}
.info-container-1 .our-quality p {
    font-size: 14px;
    line-height: 24px;
    color: #8d8d8d;
}
/*
 1.9) Service-Info-2 Section
 ----------------------------*/
.service-container-2 {
    background: #2d2c32;
    padding: 104px 0 155px;
}
.service-container-2 .left-detail {
    float: left;
    padding: 0 15px;
    width: 100%;
}
.service-container-2 .left-detail .slides li {
    position: relative;
}
.service-container-2 .left-detail h2 {
    font-size: 40px;
    color: #f3f3f3;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.service-container-2 h2 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 12px;
}
.service-container-2 .left-detail strong {
    display: block;
    text-transform: uppercase;
    color: #989899;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}
.service-container-2 .left-detail p {
    font-size: 16px;
    line-height: 27px;
    color: #636266;
    margin-bottom: 0px;
}
.service-container-2 .quote {
    width: 152px;
    margin: 0;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.service-container-2 .our-service {
    list-style: none;
    margin-top: 54px;
}
.service-container-2 .flex-direction-nav {
    display: none;
}
/*
 1.10) Service-Info-3 Section
 ----------------------------*/
.service-container-3 {
    background: #ffffff;
    padding: 116px 0 155px;
}
.service-container-3 .left-detail {
    float: left;
    padding: 0 15px;
    width: 100%;
}
.service-container-3 .left-detail {
    position: relative;
}
.service-container-3 .left-detail h2 {
    font-size: 36px;
    color: #2d2c32;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 28px;
    letter-spacing: 4px;
}
.service-container-3 h2 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 17px;
}
.service-container-3 .left-detail strong {
    display: block;
    text-transform: uppercase;
    color: #989899;
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.service-container-3 .left-detail p {
    font-size: 16px;
    line-height: 27px;
    color: #636266;
    margin-bottom: 0px;
}
.service-container-3 .quote {
    width: 152px;
    margin: 0;
    padding: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
}
.service-container-3 .office-list {
    list-style: none;
    padding-top: 36px;
    margin-left: -30px
}
.service-container-3 .office-list li {
    float: left;
    margin-left: 30px;
    width: 358px;
}
.service-container-3 .office-list li figure {
    margin-bottom: 25px;
    overflow: hidden;
}
.service-container-3 .office-list li .detail {
    display: block;
}
.service-container-3 .office-list li h4 {
    font-size: 18px;
    line-height: 27px;
    color: #2d2c32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 40px 15px 0;
    margin-bottom: 0;
}
.service-container-3 .office-list li p {
    font-size: 15px;
    line-height: 24px;
    color: #636266;
}
/*
 1.11) our-testimonial-1 container
 -----------------------------*/
.our-testimonial-1 {
    padding: 111px 0 108px;
    background: #f3f3f3;
}
.our-testimonial-1 .testimonial-slider {
    list-style: none;
}
.our-testimonial-1 .testimonial-slider li {
}
.our-testimonial-1 .heading-row {
    position: relative;
}
.our-testimonial-1 .heading-row:before {
    display: none;
}
.our-testimonial-1 .heading-row h2 {
    background: none;
    position: relative;
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    color: #2d2c32;
    letter-spacing: 1px;
    font-weight: 700;
    padding-right: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.our-testimonial-1 .heading-row h2 span {
    font-weight: 700;
    color: #2d2c32 !important;
}
.our-testimonial-1 blockquote {
    padding: 0 0 0 83px;
    margin: 68px 0 0 0;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #717171;
    font-family: Georgia;
    font-style: italic;
    position: relative;
}
.our-testimonial-1 blockquote p {
    font-size: 18px;
    line-height: 1.5;
    color: #8d8d8d;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.our-testimonial-1 blockquote i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #f38929;
    display: block;
    padding-bottom: 26px;
}
.our-testimonial-1 blockquote footer {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #2d2c32;
    font-weight: 700;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 36px;
}
.our-testimonial-1 blockquote footer:before {
    display: none;
}
.our-testimonial-1 .bx-controls-direction {
    display: none;
}
.our-testimonial-1 .bx-pager.bx-default-pager {
    text-align: center;
    margin-top: 43px;
}
.our-testimonial-1 .bx-pager-item {
    display: inline-block;
    margin: 0 3px;
}
.our-testimonial-1 .bx-pager-link {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #8a8a8b;
    font-size: 0;
}
.our-testimonial-1 .bx-pager-link.active {
    border: 1px solid #f38929;
    background: #f38929;
}
/*
 2.1) our-work container
 -----------------------------*/
.our-work {
    padding: 83px 0;
}
.heading-row {
    position: relative;
}
.heading-row:before {
    background: #f0f0f0;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
}
.heading-row h2 {
    background: #fff;
    position: relative;
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    color: #1f1f1f;
    letter-spacing: 1px;
    font-weight: 700;
    padding-right: 25px;
    text-transform: uppercase;
}
.heading-row h2 span {
    font-weight: 400;
}
.our-work .box {
    position: relative;
    margin: 47px 0 0 0;
    position: relative;
}
.our-work .box .detail {
    float: left;
    width: 53%;
    margin-right: 1%;
    padding: 45px 43px 45px 35px;
    background: #f7f7f7;
}
.our-work .box .detail h3 {
    font-size: 18px;
    line-height: 20px;
    color: #3d3d3d;
    font-weight: 700;
    border-bottom: 2px solid #e1e1e1;
    letter-spacing: 1px;
    padding-bottom: 21px;
    margin-bottom: 20px;
}
.our-work .box .detail h3 span {
    display: block;
    font-weight: 400;
}
.our-work .box .detail p {
    font-size: 15px;
    line-height: 24px;
    color: #757477;
    margin-bottom: 27px;
}
.our-work .box .detail a {
    font-size: 12px;
    line-height: 14px;
    color: #767676;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.our-work .box .detail a i {
    display: block;
    width: 14px;
    height: 2px;
    background: #f38929;
    margin-bottom: 4px;
}
.our-work .box .img-box {
    float: right;
    width: 46%;
    overflow: hidden;
}
.our-work .box .tag {
    position: absolute;
    left: 50%;
    top: 60px;
    border: 4px solid #fff;
    margin-left: -10px;
    z-index: 99;
    overflow: hidden;
}
.our-work .bottom-row {
    float: left;
    width: 100%;
    height: 70px;
    background: #f2f3ef;
    margin-top: 46px;
}
.our-work .bottom-row .img-box {
    float: left;
    border: 3px solid #ffffff;
    margin: -20px 0 0 10px;
    overflow: hidden;
}
.our-work .bottom-row strong {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    text-transform: uppercase;
    padding: 25px 32px;
    letter-spacing: 1px;
}
.our-work .bottom-row strong span {
    font-weight: 400;
}
.our-work .bottom-row a {
    float: right;
    border-left: 1px solid #e1e1e1;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
    text-transform: uppercase;
    padding: 25px 47px 21px 32px;
    letter-spacing: 0.5px;
}
.our-work .bottom-row a i {
    display: block;
    width: 14px;
    height: 2px;
    background: #f38929;
    margin-bottom: 5px;
}
.our-work .bottom-row-2 {
    float: left;
    width: 100%;
    height: 70px;
    background: #f2f3ef;
    margin-top: 46px;
}
.our-work .bottom-row-2 .img-box {
    float: left;
    border: 3px solid #ffffff;
    margin: -20px 0 0 10px;
    overflow: hidden;
}
.our-work .bottom-row-2 strong {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #3d3d3d;
    text-transform: uppercase;
    padding: 12px 22px;
    letter-spacing: 1px;
    width: 170px;
}
.our-work .bottom-row-2 strong i {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #e1e1e1;
}
.our-work .bottom-row-2 strong span {
    display: block;
    font-weight: 400;
}
.our-work .bottom-row-2 a {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    background: #f38929;
    text-transform: uppercase;
    padding: 25px 0;
    font-weight: 700;
    border-left: 9px solid #fff;
    min-width: 253px;
    text-align: center;
}
.our-work .bottom-row-2 a i {
    display: inline-block;
    width: 8px;
    height: 13px;
    background: url(../images/arrow.png) no-repeat 0 0;
    margin-left: 35px;
}
/*
 2.2) our-project container
 -----------------------------*/
.our-project-container {
    padding: 12px 0 50px;
    position: relative;
    background: #fff;
}
.our-project-container .heading-row {
    margin-bottom: 46px;
}
.project-slider {
    list-style: none;
}
.project-slider li {
    position: relative;
}
.project-slider li .project-detail {
    background: #fff;
    position: absolute;
    right: 6px;
    top: 15%;
    z-index: 999;
    width: 430px;
}
.project-slider li .project-detail:before {
    background: #f1f1f1;
    content: "";
    right: 0;
    position: absolute;
    top: -4px;
    width: 231px;
    height: 4px;
}
.project-slider li .project-detail:after {
    background: #f1f1f1;
    content: "";
    right: -4px;
    position: absolute;
    top: -4px;
    width: 4px;
    height: 335px;
}
.project-detail .top-detail {
    padding: 33px 40px;
}
.project-detail .top-detail h3 {
    font-size: 19px;
    line-height: 28px;
    color: #3d3d3d;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.project-detail .top-detail h3 i {
    width: 126px;
    height: 2px;
    background: #dfdfdd;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.project-detail .top-detail h3 span {
    display: block;
}
.project-detail .top-detail h4 {
    font-size: 15px;
    line-height: 17px;
    color: #a7a7a7;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 19px;
}
.project-detail .top-detail p {
    font-size: 14px;
    line-height: 24px;
    color: #8c8b8b;
    margin-bottom: 0;
}
.project-detail .project-links {
    list-style: none;
    border-top: 1px solid #dfdfdd;
    margin-top: 3px;
}
.project-detail .project-links li {
    float: left;
    width: 50%;
    display: table;
    height: 90px;
}
.project-detail .project-links li.design {
    border-right: 1px solid #dfdfdd;
    border-bottom: 1px solid #dfdfdd;
}
.project-detail .project-links li.management {
    border-bottom: 1px solid #dfdfdd;
}
.project-detail .project-links li.delivery {
    border-right: 1px solid #dfdfdd
}
.project-detail .project-links li a {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    color: #989899;
    text-transform: uppercase;
    height: 89px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
}
.project-detail .project-links li a:hover {
    color: #fff;
}
.project-detail .project-links li a i {
    margin-right: 15px;
}
.project-detail .project-links li a:hover, .project-detail .project-links li.active a {
    color: #fff;
}
.project-detail .project-links li a:hover .icon-design-small {
    background-position: 0 -150px;
}
.project-detail .project-links li a:hover .icon-manegement-small {
    background-position: -50px -150px;
}
.project-detail .project-links li a:hover .icon-delivery-small {
    background-position: -100px -150px;
}
.project-detail .project-links li a em {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../images/small-arrow.png) no-repeat 0 0;
    margin-left: 15px;
}
.our-project-container .bx-prev {
    width: 45px;
    height: 45px;
    font-size: 0;
    background: url(../images/prv-arrow.png) no-repeat 0 0 rgba(45,40,50,0.7);
    position: absolute;
    left: -80px;
    top: 53%;
    z-index: 999;
    border-radius: 3px;
}
.our-project-container .bx-next {
    width: 45px;
    height: 45px;
    font-size: 0;
    background: url(../images/next-arrow.png) no-repeat 0 0 rgba(45,40,50,0.7);
    position: absolute;
    right: -80px;
    top: 53%;
    z-index: 999;
    border-radius: 3px;
}
/*
 2.3) our-info container
 -----------------------------*/
.our-info {
    padding: 37px 0;
    background: #fff;
}
.our-info .left-box {
}
.our-info .left-box h3 {
    font-size: 15px;
    line-height: 24px;
    color: #7c7b7b;
    text-transform: uppercase;
    margin-top: 17px;
    letter-spacing: 1px;
}
.our-info .left-box p {
    font-size: 16px;
    line-height: 24px;
    color: #8c8b8b;
    margin-top: 20px;
}
.our-info .our-quality {
    list-style: none;
    border-top: 1px solid #f0f0f0;
    margin-top: 58px;
}
.our-info .our-quality li {
    width: 33.33%;
    font-size: 16px;
    line-height: 24px;
    color: #717171;
    float: left;
    margin-top: -15px;
    cursor: pointer;
}
.our-info .our-quality li:hover i {
    color: #fff
}
.our-info .our-quality strong {
    display: block;
    margin-top: 18px;
    letter-spacing: 1px;
}
.our-info .our-quality span {
    display: block;
    font-weight: 400;
}
.our-info .our-quality i {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    text-align: center;
    color: #717171;
    display: block;
    vertical-align: middle;
    background: #f2f3ef;
}
.our-info .our-qualityi:before {
    position: relative;
    top: 1px;
}
.our-info .our-quality i.active {
    border: 1px solid #f38c2e;
    background: #ffbe84;
    color: #fff;
}
.our-info .img-list {
    list-style: none;
    margin-top: 67px;
    margin-left: -3%;
}
.our-info .img-list li {
    float: left;
    margin-left: 2.9%;
    overflow: hidden;
}
.our-info .our-quality i.active, .our-info .our-quality li:hover i{
    background: none !important ;
    border: 1px solid transparent !important ;
}
/*
 2.4) our-testimonial container
 -----------------------------*/
.our-testimonial {
    margin-top: 53px;
    padding: 97px 0 108px;
    background: #2d2c32;
}
.our-testimonial .testimonial-slider {
    list-style: none;
}
.our-testimonial .testimonial-slider li {
}
.our-testimonial .heading-row {
    position: relative;
}
.our-testimonial .heading-row:before {
    background: #f38929;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
}
.our-testimonial .heading-row h2 {
    background: #2d2c32;
    position: relative;
    z-index: 999;
    display: inline-block;
    font-size: 30px;
    color: #d3d3d3;
    letter-spacing: 1px;
    font-weight: 700;
    padding-right: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.heading-row h2 span {
    font-weight: 700;
    color: #8d8d8d;
}
.our-testimonial blockquote {
    padding: 0 0 0 83px;
    margin: 68px 0 0 0;
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: #717171;
    font-family: Georgia;
    font-style: italic;
    position: relative;
}
.our-testimonial blockquote p {
    font-size: 18px;
    line-height: 1.5;
    color: #8d8d8d;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.our-testimonial blockquote i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    color: #f38929;
    display: block;
    padding-bottom: 26px;
}
.our-testimonial blockquote footer {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #d6d6d6;
    font-weight: 700;
    font-style: normal;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    margin-top: 36px;
}
.our-testimonial blockquote footer:before {
    display: none;
}
.our-testimonial .bx-controls-direction {
    display: none;
}
.our-testimonial .bx-pager.bx-default-pager {
    text-align: center;
    margin-top: 43px;
}
.our-testimonial .bx-pager-item {
    display: inline-block;
    margin: 0 3px;
}
.our-testimonial .bx-pager-link {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #8a8a8b;
    font-size: 0;
}
.our-testimonial .bx-pager-link.active {
    border: 1px solid #f38929;
    background: #f38929;
}
/*
 2.5) our-partner container
 -----------------------------*/
.our-partner {
    padding: 104px 0;
    background: #fff;
}
.our-partner ul {
    list-style: none;
    margin-top: 60px;
}
.our-partner ul li {
    float: left;
}
/*
 2.6) our-quote-container container
 -----------------------------*/
.our-quote-container {
    background: #f38929;
    position: relative;
}
.our-quote-container .right-banner {
    width: 50%;
    height: 100%;
    float: right;
    overflow: hidden;
}
.our-quote-container .quote-box {
    float: left;
    width: 50%;
    padding: 98px 0 25px 0;
}
.our-quote-container .quote-box h4 {
    font-size: 23px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 10px;
}
.our-quote-container .quote-box h4 i {
    display: block;
    width: 44px;
    height: 3px;
    background: #e47b1c;
    margin-top: 12px;
}
.our-quote-container .quote-box p {
    font-size: 16px;
    line-height: 24px;
    color: #fad0a9;
    letter-spacing: 1px;
    padding-right: 80px;
}
.our-quote-container .quote-box a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    padding: 13px 18px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 182px;
    text-align: center;
    background: #ca6f1d;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-top: 22px;
}
.our-quote-container .quote-box a:hover {
    background: #fff;
    color: #ca6f1d;
}
/*
 3.0) about-us content
 -----------------------------*/
.banner-container {
    padding: 86px 0 88px;
    min-height: 214px;
    /*background-size: cover !important;*/
    background-attachment: fixed !important;
    background-size: auto 100% !important;
}
.banner-container.no_image {
    background-color: rgba(0, 0, 0, 0.35);
}
.banner-container h3 {
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.breadcrumbs-box {
    border-bottom: 1px solid #f1f1f1;
}
.breadcrumbs-box ul {
    list-style: none;
    padding: 25px 0 21px;
    margin: 0;
    background-color: transparent;
}
.breadcrumbs-box ul li {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    color: #636364;
    font-weight: 700;
    margin: 0 18px;
    position: relative;
}
.breadcrumbs-box ul li:before {
    content: '\f101';
    position: absolute;
    right: -22px;
    top: -1px;
    font-family: 'FontAwesome';
}
.breadcrumbs-box ul li:last-child:before {
    content: "";
}
.breadcrumbs-box ul li a {
    color: #2d2c32;
}
.about-detail {
    padding: 66px 0 0;
}
.about-detail h4 {
}
.about-detail h3 {
    font-size: 26px;
    line-height: 36px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1.3px;
}
.about-detail h3 i {
    display: block;
    width: 43px;
    height: 3px;
    background: #f38929;
    margin-top: 17px;
}
.about-detail h4 {
    font-size: 15px !important;
    line-height: 24px !important;
    color: #636364 !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin-top: 21px !important;
    letter-spacing: 1px !important;
}
.about-detail p {
    color: #636364;
    margin: 17px 0 0 0;
    line-height: 27px;
}
.about-img {
    float: right;
    margin-top: 48px;
    padding-left: 60px;
    overflow: hidden;
}
.about-img img {
    display: inline-block;
    margin: 0 0 6px 6px;
    vertical-align: top;
    border-radius: 3px;
}
.about-img .coll {
    float: left;
}
.video-container {
    padding: 125px 0 103px;
    background: #fff;
} 
.video-container .wpb_video_wrapper,
.video-container .video-box {
    float: left;
    width: 60%;
}
.video-container .video-box iframe{
    width: 100% !important;
    height: 493px;
    border: 0;
    border-radius: 10px;
}
.video-container .video-box img {
    width: 100%;
}
.video-container .our-detail {
    float: left;
    width: 40%;
    padding: 0 45px 0 100px;
}
.video-container .box,.video-right-container .box {
    display: block;
    margin: 24px 0 47px;
}
.video-container .box i,.video-right-container .box i {
    margin: 0 0 9px 9px;
    font-size: 40px;
}
.about-video-container{
    padding: 125px 0 103px;
    background: #fff;
}

.video-container .box strong,.video-right-container .box strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.video-container .box p,.video-right-container .box p {
    font-size: 16px;
    line-height: 27px;
    color: #636364
}
.our-team-container{
    background: #f3f3f3;
    padding: 88px 0;
}
.our-team-container h3 {
    font-size: 36px;
    line-height: 40px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 4px;
}
.our-team-container h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 12px;
}
.our-team-container h4 {
    font-size: 15px;
    line-height: 19px;
    color: #808080;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: 21px;
}
.our-team-container .our-team {
    margin-top: 61px;
    position: relative;
}
.our-team-container .team-slider {
    list-style: none;
}
.our-team-container .team-slider li {
    float: left;
    margin-right: 30px;
    width: 31.5%;
}
.our-team-container .team-slider li > div {
    border: 1px solid #dedede;
}
.our-team-container .team-slider .img-box {
    display: block;
    text-align: center;
    overflow: hidden;
}
.our-team-container .team-slider .member-detail {
    display: block;
    padding: 22px 35px;
    background: #ffffff;
}
.our-team-container .team-slider .member-detail .name {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #4b4b4b;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.our-team-container .team-slider .member-detail .name a {
    color: #4b4b4b;
}
.our-team-container .team-slider .member-detail .designation {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #6e6d6d;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 12px;
}
.our-team-container .team-slider .member-detail .designation i {
    display: block;
    width: 37px;
    height: 2px;
    background: #f38929;
    margin-top: 14px;
}
.our-team-container .team-slider .member-detail p {
    font-size: 16px;
    line-height: 27px;
    color: 636364;
    margin-bottom: 0;
}
.our-team-container .team-slider .social-list {
    border-top: 1px solid #dedede;
    padding: 16px 41px;
    background: #fff;
}
.our-team-container .team-slider .social-list a {
    font-size: 15px;
    line-height: 24px;
    color: #bcbcbc;
    margin: 0 25px 0 0
}
.our-team-container .team-slider .social-list a:hover {
    color: #f38929
}
.our-team-container .bx-prev, .our-team-container .bx-next {
    width: 47px;
    height: 47px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    top: 50%;
    text-indent: -99999px;
    margin-top: -23px;
    border: 1px solid #ddd;
    border-radius: 3px
}
.our-team-container .bx-prev {
    left: -80px;
}
.our-team-container .bx-next {
    right: -80px;
}
.our-team-container .bx-prev:before, .our-team-container .bx-next:before {
    position: absolute;
    top: 17px;
    font-family: 'FontAwesome';
    text-indent: 0;
    color: #6e6d6d;
}
.our-team-container .bx-prev:before {
    content: '\f053';
    left: 17px;
}
.our-team-container .bx-next:before {
    content: '\f054';
    right: 17px;
}
.our-team-container .bx-prev:hover:before, .our-team-container .bx-next:hover:before {
    color: #fff;
}
/*
 4.0) about-us-1 content
 -----------------------------*/
.info-aboutus {
    margin: 131px 0 143px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.info-aboutus .left-banner {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -985px;
}
.info-aboutus .left-banner img {
    width: 100%;
}
.info-aboutus .our-detail {
    float: left;
    width: 35%;
    padding: 65px 85px 0 0;
    margin-left:31%;
}
.info-aboutus .box {
    display: block;
    margin: 0 0 48px;
}
.info-aboutus .box i {
    margin: 0 0 9px 9px;
    font-size: 35px;
}
.info-aboutus .box strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.info-aboutus .box p {
    font-size: 16px;
    line-height: 27px;
    color: #636364
} 
.info-aboutus .msg-slider {
    float: left;
    width: 34%;
    background: #f7f7f7;
    position: relative;
}
.info-aboutus .msg-slider ul {
    list-style: none;
    margin-left: 0;
}
.info-aboutus .msg-slider .msg-box {
    padding: 54px 10px 26px 54px;
    border-bottom: 1px solid #e8e8e8;
}
.info-aboutus .msg-slider strong {
    display: block;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 24px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
}
.info-aboutus .msg-slider .msg-box p {
    font-size: 16px;
    line-height: 27px;
    color: #636364;
    margin-bottom: 19px;
}
.info-aboutus .msg-slider .award-box {
    padding: 43px 10px 53px 54px;
}
.info-aboutus .msg-slider .award-box strong {
    margin: 7px 0 24px 0;
}
.info-aboutus .msg-slider .bx-prev {
    position: absolute;
    right: 104px;
    bottom: 177px;
    width: 10px;
    height: 16px;
    background: url(../images/arrows.png) no-repeat 0 0;
    font-size: 0;
    z-index: 9999;
}
.info-aboutus .msg-slider .bx-next {
    position: absolute;
    right: 80px;
    bottom: 177px;
    width: 10px;
    height: 16px;
    background: url(../images/arrows.png) no-repeat 0 0;
    background-position: -23px 0;
    font-size: 0;
    z-index: 9999;
}
.our-team-container .our-team-detail {
    margin-top: 61px;
    position: relative;
}
.our-team-container .our-team-detail ul {
    list-style: none;
    margin-left: 0;
}
.our-team-container .our-team-detail li {
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.our-team-container .our-team-detail li:nth-child(odd) {
    padding-right: 6px;
}
.our-team-container .our-team-detail li:nth-child(even) {
    padding-left: 6px;
}
.our-team-container .our-team-detail li .box {
    background: #fff;
}
.our-team-container .our-team-detail li .box .img-box {
    float: left;
    width: 50%;
    overflow: hidden;
}
.our-team-container .our-team-detail li .box .detail-box {
    float: left;
    width: 50%;
    padding: 38px 38px 0;
}
.our-team-container .our-team-detail li .box .name {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #4b4b4b;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
}
.our-team-container .name a {
    color: #4b4b4b;
}
.our-team-container .our-team-detail li .box .designation {
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #6e6d6d;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-bottom: 12px;
}
.our-team-container .our-team-detail li .box .designation i {
    display: block;
    width: 37px;
    height: 2px;
    background: #f38929;
    margin-top: 14px;
}
.our-team-container .our-team-detail li .box p {
    font-size: 16px;
    line-height: 27px;
    color: 636364;
    margin-bottom: 0;
}
.our-team-container .our-team-detail li .box .social-list {
    padding: 22px 0;
}
.our-team-container .our-team-detail li .box .social-list a {
    font-size: 15px;
    line-height: 24px;
    color: #bcbcbc;
    margin: 0 25px 0 0
}
.our-team-container .our-team-detail li .box .social-list a:hover {
    color: #f38929
}
/*
 5.0) blog-1 content
 -----------------------------*/
.blog-container-1 {
}
.blog-container-1 .blog-list {
    margin-top: 44px;
}
.blog-container-1 .blog-list article {
    background: #f8f8f8;
    padding: 82px 68px;
    margin-bottom: 19px;
}
.blog-container-1 .blog-list .img-box {
    float: right;
    width: 43%;
    overflow: hidden;
}
.blog-container-1 .blog-list .img-box a img {
    max-width: 100%;
}
.blog-container-1 .blog-list .detail {
    float: left;
    width: 57%;
    padding: 33px 75px 0 30px;
}
.blog-container-1 .blog-list .post-detail {
    list-style: none;
    margin-bottom: 21px !important ;
}
.blog-container-1 .blog-list .post-detail li {
    float: left;
    font-size: 16px;
    line-height: 21px;
    padding: 0 18px;
    border-left: 1px solid #c7c7c7;
}
.blog-container-1 .blog-list .post-detail li:first-child {
    padding-left: 0;
    border: none;
}
.blog-container-1 .blog-list .post-detail a {
    display: inline-block;
    color: #636363;
}
.blog-container-1 .blog-list .post-detail a:hover {
    color: #f38929;
}
.blog-container-1 .blog-list h3 {
    font-size: 28px;
    line-height: 32px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 27px;
}
.blog-container-1 h3 a {
    color: #2d2c32;
    display: inline-block;
}
.blog-container-1 .blog-list h3 i {
    display: block;
    width: 43px;
    height: 3px;
    background: #f38929;
    margin-top: 23px;
}
.blog-container-1 .blog-list .cat-list {
    list-style: none;
    margin-bottom: 17px;
}
.blog-container-1 .blog-list .cat-list li {
    float: left;
    font-size: 16px;
    line-height: 18px;
    color: #636363;
    background: url(../images/li-bg.png) no-repeat left center;
    padding: 0 10px 0 30px;
    letter-spacing: 1px;
}
.blog-container-1 .blog-list .cat-list li:first-child {
    background: none;
    padding-left: 0;
}
.blog-container-1 .blog-list .cat-list li a {
    color: #f38929;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-container-1 .blog-list p {
    font-size: 16px;
    line-height: 26px;
    color: #636363;
}
.blog-container-1 .blog-list .more {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 11px;
    text-transform: uppercase;
}
.blog-container-1 .blog-list .more:hover {
    color: #f38929;
}
/*Pagination Content start here*/

.pagination-box {
    list-style: none;
    text-align: center;
    margin: 110px 0;
    float: left;
    width: 100%;
}
.blog-container-2 .pagination-box,.blog-container-1 .pagination-box {
    margin: 100px 0 !important ;
}

.pagination-box li {
    display: inline-block;
    margin: 0 5px;
}
.pagination-box li a {
    display: block;
    width: 53px;
    height: 48px;
    text-align: center;
    font-size: 15px;
    line-height: 48px;
    color: #313538;
    background: #f4f4f4;
}
.pagination-box li a:hover, .pagination-box li a.active {
    background: #f38929;
    color: #fff;
}
/*Pagination Content end here*/

/*
 6.0) blog-2 content
 -----------------------------*/
.blog-container-2 {
    padding: 50px 0 0 0;
}
.blog-container-2 .left-body {
    float: left;
}
.industrial_left .left-body {
    float: right !important;
}
.industrial_left .right-body {
    float: left !important;
}
.blog-container-2 .left-body article {
    margin-bottom: 19px;
}
.blog-container-2 .left-body article figure {
    overflow: hidden;
}
.blog-container-2 .left-body .full-box {
    width: 100%;
    float: left;
}
.blog-container-2 .left-body .half-box {
    width: 50%;
    float: left;
}
.blog-container-2 .left-body .detail {
    float: left;
    width: 100%;
    padding: 59px 30px 49px 58px;
    border: 1px solid #eeecec;/*border-top: none;*/
}
.blog-container-2 .left-body .half-box .detail {
    padding: 33px 32px;
}
.blog-container-2 .left-body .half-box h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}
.left-body .half-box h3 a {
    display: inline-block;
}
.blog-container-2 .left-body .half-box .post-detail {
    margin-bottom: 8px;
}
.blog-container-2 .left-body .half-box .more {
    margin-top: 8px;
}
.blog-container-2 .left-body .post-detail {
    list-style: none;
    margin-bottom: 21px !important;
    margin-left: 0;
}
.blog-container-2 .left-body .post-detail li {
    float: left;
    font-size: 16px;
    line-height: 21px;
    padding: 0 18px;
    border-left: 1px solid #c7c7c7;
}
.blog-container-2 .left-body .post-detail li:first-child {
    padding-left: 0;
    border: none;
}
.blog-container-2 .left-body .post-detail a {
    display: inline-block;
    color: #636363;
}
.blog-container-2 .left-body .post-detail a:hover {
    color: #f38929;
}
.blog-container-2 .left-body .ind_comment_heading {
    font-size: 28px;
    line-height: 32px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 27px;
}
.left-body h3 {
    font-size: 26px;
    line-height: 32px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 27px;
}
.blog-container-2 .left-body h3 a {
    color: #2d2c32;
}
.blog-container-2 .left-body h3 i {
    display: block;
    width: 43px;
    height: 3px;
    background: #f38929;
    margin-top: 17px;
}
.blog-container-2 .left-body .cat-list {
    list-style: none;
    margin-bottom: 17px;
}
.blog-container-2 .left-body .cat-list li {
    float: left;
    font-size: 16px;
    line-height: 18px;
    color: #636363;
    background: url(../images/li-bg.png) no-repeat left center;
    padding: 0 10px 0 30px;
    letter-spacing: 1px;
}
.blog-container-2 .left-body .cat-list li:first-child {
    background: none;
    padding-left: 0;
}
.blog-container-2 .left-body .cat-list li a {
    color: #f38929;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-container-2 .left-body p {
    font-size: 16px;
    line-height: 26px;
    color: #636363;
}
.blog-container-2 .left-body .more {
    display: inline-block;
    font-size: 13px;
    line-height: 15px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
    text-transform: uppercase;
}
.blog-container-2 .left-body .more:hover {
    color: #f38929;
}
.blog-container-2 .right-body {
    float: right;
    padding-bottom: 20px;
}
.blog-container-2 .right-body h3 {
    font-size: 23px;
    line-height: 27px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
}
.blog-container-2 .right-body h3 i {
    display: block;
    width: 36px;
    height: 3px;
    background: #f38929;
    margin-top: 15px;
}
.blog-container-2 .right-body .inner-content {
    padding-left: 68px;
}
.blog-container-2 .search-box,.blog-container-1 .search-box {
    display: block;
    background: #f2f2f2;
    padding: 6px 5px;
    position: relative;
}
.blog-container-2 .search-box input[type=text],.blog-container-1 .search-box input[type=text] {
    display: inline-block;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
    padding: 9px 10px 9px 25px;
    width: 70%;
    backface-visibility: hidden;
}
.blog-container-2 .search-box input[type=text]::-webkit-input-placeholder,.blog-container-1 .search-box input[type=text]::-webkit-input-placeholder {
    color: #636363;
}
.blog-container-2 .search-box input[type=text]:-moz-placeholder,.blog-container-1 .search-box input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #636363;
}
.blog-container-2 .search-box input[type=text]::-moz-placeholder,.blog-container-1 .search-box input[type=text]::-moz-placeholder {  /* Firefox 19+ */
    color: #636363;
}
.blog-container-2 .search-box input[type=text]:-ms-input-placeholder,.blog-container-1 .search-box input[type=text]:-ms-input-placeholder {
    color: #636363;
}
.blog-container-2 .search-box input[type=submit], .blog-container-2 .search-box input[type=button],.blog-container-1 .search-box input[type=submit], .blog-container-1 .search-box input[type=button] {
    float: right;
    border: none;
    width: 30%;
    max-width: 80px;
    height: 38px;
    box-shadow: none;
    background: url(../images/icon/search-icon.png) no-repeat center center #f38929;
}
.blog-container-2 .search-box .form-error,.blog-container-1 .search-box .form-error {
    position: absolute;
    top: 100%;
    left: 0px;
    font-size: 12px;
    color: red;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.blog-container-2 .right-body .post-list {
    padding: 37px 0 40px;
    border-bottom: 1px solid #d4d4d4;
}
.blog-container-2 .right-body .post-list ul {
    list-style: none;
}
.blog-container-2 .right-body .post-list li {
    margin-top: 40px;
}
.blog-container-2 .right-body .post-list a {
    display: inline-block;
    font-size: 15px;
    line-height: 11px;
    color: #636363;
    font-weight: 700;
    border-left: 3px solid #dddddd;
    padding-left: 12px;
    letter-spacing: 0.5px;
}
.blog-container-2 .right-body .post-list a:hover, .blog-container-2 .right-body .post-list li.active a {
    border-left: 3px solid #f38929
}
.blog-container-2 .right-body .categories-list {
    padding: 38px 0 35px;
}
.blog-container-2 .right-body .categories-list ul {
    list-style: none;
    margin-top: 20px;
}
.blog-container-2 .right-body .categories-list li {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
}
.blog-container-2 .right-body .categories-list li a {
    display: inline-block;
    font-size: 15px;
    line-height: 17px;
    color: #636363;
    font-weight: 700;
}
.blog-container-2 .right-body .categories-list li a:hover {
    color: #f38929;
}
.blog-container-2 .right-body .meta-list {
    padding: 0;
}
.blog-container-2 .right-body .meta-list ul {
    list-style: none;
    margin-top: 44px;
}
.blog-container-2 .right-body .meta-list li {
    float: left;
    margin-bottom: 4px;
}
.blog-container-2 .right-body .meta-list li a {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    letter-spacing: 0.5px;
    position: relative;
    border-radius: 3px;
}
.blog-container-2 .meta-list li a:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: rgba(0,0,0,0.3) transparent transparent;
}
.blog-container-2 .right-body .meta-list li a:hover {
    opacity: 0.7;
}
.blog-container-2 .right-body .meta-list li a i {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;/*background: url(../images/tags.png) no-repeat 0 0;*/
}
.blog-container-2 .right-body .meta-list li a i.first {
    background-position: 0 0
}
.blog-container-2 .right-body .meta-list li a i.second {
    background-position: -15px 0
}
.blog-container-2 .right-body .meta-list li a i.third {
    background-position: -30px 0
}
.blog-container-2 .right-body .meta-list li a i.fourth {
    background-position: -45px 0
}
.blog-container-2 .right-body .meta-list li a.tag-1 {
    width: 121px;
    margin-right: 4px;
    background: #eaeaea;
    color: #636363;
}
.blog-container-2 .right-body .meta-list li a.tag-2 {
    width: 91px;
    margin-right: 3px;
    background: #f38929;
}
.blog-container-2 .right-body .meta-list li a.tag-3 {
    width: 72px;
    background: #909090;
}
.blog-container-2 .right-body .meta-list li a.tag-4 {
    width: 63px;
    margin-right: 3px;
    background: #393939;
}
.blog-container-2 .right-body .meta-list li a.tag-5 {
    width: 108px;
    margin-right: 3px;
    background: #6b6b6b;
}
.blog-container-2 .right-body .meta-list li a.tag-6 {
    width: 114px;
    background: #f38929;
}
/*
 7.0) blog-post content
 -----------------------------*/
.blog-container-2 .left-body article.post {
    /*margin-bottom: 0;*/
}
.media-detail {
    display: block;
    padding: 16px 0;
    margin-bottom: 20px;
}
.media-detail > div {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.media-detail > div > div {
    width: 70px !important;
}
.media-detail > div > div.fb-share-button{
    width: 85px !important;	
}
.post-msg {
}
.detail h4, .post-msg h4 {
    font-size: 23px;
    line-height: 27px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.post-msg p {
    margin-bottom: 45px;
}
.author-detail {
    float: left;
    width: 100%;
    padding: 0 55px 75px;
    background: #f9f9f9;
    border: 1px solid #eeecec;
    border-top: none;
    margin-top: -19px;
}
.author-detail .autor-img {
    display: inline-block;
    margin: -43px 0 27px;
}
.author-detail strong {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #636363;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.comment-box {
    float: left;
    width: 100%;
    padding: 80px 0 33px 55px;
}
.comment-box h3 {
    font-size: 28px;
    line-height: 32px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 27px;
}
#respond #reply-title {
}
#respond #reply-title strong {
    font-size: 16px;
    line-height: 20px;
    color: #656565;
    font-weight: 700;
    letter-spacing: 1.2px;
}
#respond #reply-title small a {
    font-size: 16px;
}
.comment-box ul {
    list-style: none;
}
.comment-box > ul {
    margin-left: 0;
}
.comment-box li {
    float: left;
    width: 100%;
    margin-bottom: 33px;
}
.comment-box li .profile-img {
    float: left;
    margin-top: -4px;
}
.comment-box li .msg-detail {
    float: right;
    width: 82%;
    position: relative;
    padding: 30px 28px;
    background: #f9f9f9;
}
.comment-box li .msg-detail:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    height: 28px;
    background: url(../images/tag-arrow.png) no-repeat 0 0;
}
.comment-box li .msg-detail .date {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #636363;
    margin-bottom: 3px;
}
.comment-box li .msg-detail h4 {
    font-size: 14px;
    line-height: 27px;
    color: #636363;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.comment-box li .msg-detail h4 i {
    display: block;
    width: 33px;
    height: 2px;
    background: #f38929;
    margin-top: 4px;
}
.comment-box li .msg-detail p {
    margin-bottom: 30px;
}
.comment-box li .msg-detail a {
    color: #f38929
}
.comment-box li .msg-detail a:hover {
    text-decoration: underline;
}
.leavecomment-box {
    float: left;
    width: 100%;
    padding: 0 0 0 57px;
    margin-bottom: 124px;
    position: relative;
}
.leavecomment-box h3 {
    margin-bottom: 20px !important;
}
.leavecomment-box strong {
    font-size: 16px;
    line-height: 20px;
    color: #656565;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.leavecomment-box form {
    margin-top: 48px;
    position: relative;
    width: 100%;
    float: left;
}
.leavecomment-box input[type=text] {
    float: left;
    border: 1px solid #fff;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 16px;
    color: #777575;
    padding: 17px 30px;
    width: 49%;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 17px;
}
.leavecomment-box #your_email, .leavecomment-box .email {
    margin-left: 2%;
}
.leavecomment-box .box {
    float: left;
    width: 100%;
    background: #f4f4f4;
    padding: 23px 28px;
    min-height: 259px;
}
.leavecomment-box textarea {
    display: block;
    width: 100%;
    height: 150px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 16px;
    color: #777575;
    font-weight: 700;
    resize: none;
    letter-spacing: 1px;
}
.leavecomment-box input[type=submit] {
    float: right;
    border: none;
    width: 184px;
    height: 53px;
    background: #f38929;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    padding: 16px 10px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #f38929;
    box-shadow: none;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 0;
    text-transform: uppercase;
}
.leavecomment-box input[type=submit]:hover {
    background: #fff;
    color: #f38929;
}
.page_comment_wrapper .ind_comment_heading {
    font-size: 28px;
    line-height: 32px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-bottom: 27px;
}
.page_comment_wrapper h3 i {
    display: block;
    width: 43px;
    height: 3px;
    background: #f38929;
    margin-top: 17px;
}
/*
 8.0) clients content
 -----------------------------*/
.our-clients {
    padding: 10px 0 50px;
}
.ind_our_client {
    padding-bottom: 0px;
    padding-top: 50px;
}
.our-clients h3 {
    font-size: 36px;
    line-height: 40px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 4px;
}
.our-clients h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 23px;
}
.our-clients h4 {
    font-size: 23px;
    line-height: 36px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1.2px;
}
.our-clients h4 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 23px;
}
.our-clients .clients-logo {
    list-style: none;
    border-top: 2px solid #dcdcdc;
    border-right: 2px solid #dcdcdc;
    margin: 45px 0 74px;
}
.our-clients .clients-logo li {
    float: left;
    border-left: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    width: 16.66%;
    overflow: hidden;
}
.our-clients .clients-logo a {
    width: 100%;
    display: table;
}
.our-clients .clients-logo img {
    width: 100%;
    display: table-cell;
}
/*.our-clients .box {
        float: left;
        width: 28%;
        margin-top: 47px;
}*/
.our-clients .box.last {
    width: 16%;
}
.our-clients .box strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #636364;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative
}
.our-clients .box strong em {
    display: block;
    width: 187px;
    height: 1px;
    background: #e1e0e0;
    margin-top: 16px;
}
.our-clients .box ul {
    list-style: none;
}
.our-clients .box li {
    margin-top: 17px;
}
.our-clients .box li a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #636364;
}
.our-clients .box li a:hover {
    color: #f38929;
}
/*
 9.0) our_contact content
 -----------------------------*/
.our_contact {
    padding: 51px 0;
    position: relative;
}
#success {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.industrial_loading {
    position: absolute;
    bottom: 10px;
    left: 0;
}
.our_contact h3 {
    font-size: 36px;
    line-height: 40px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 4px;
}
.our_contact h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 18px;
}
.our_contact .left-detail {
    float: left;
    padding: 19px 0 0 0;
}
.our_contact .left-detail strong {
    font-size: 16px;
    line-height: 24px;
    color: #656565;
    font-weight: 700;
    letter-spacing: 1.5px
}
.our_contact .left-detail form {
    margin-top: 48px;
}
.our_contact .left-detail .coll-1, .our_contact .left-detail form .coll-1 {
    float: left;
    display: inline-block;
    width: 49%;
    position: relative;
}
.our_contact .left-detail form .coll-full {
    position: relative;
}
.our_contact .left-detail form .coll-1 .form-error, .our_contact .left-detail form .coll-full .form-error {
    position: absolute;
    bottom: -6px;
    left: 2px;
    font-size: 12px;
}
.our_contact .left-detail .coll-1.last, .our_contact .left-detail form .coll-1.last {
    margin-left: 2%;
}
.our_contact .left-detail input[type=email], .our_contact .left-detail input[type=text] {
    display: inline-block;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    font-size: 12px;
    line-height: 16px;
    color: #777575;
    padding: 17px 30px;
    width: 100%;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 17px;
}
.our_contact .left-detail .box {
    float: left;
    width: 100%;
    background: #f4f4f4;
    padding: 23px 28px;
}
.our_contact .left-detail textarea {
    display: block;
    width: 100%;
    height: 150px;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 16px;
    color: #777575;
    font-weight: 700;
    resize: none;
    letter-spacing: 1px;
}
.our_contact .left-detail input[type=submit], .our_contact .left-detail input[type=button] {
    float: right;
    border: none;
    width: 184px;
    height: 53px;
    background: #f38929;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    padding: 16px 10px;
    text-align: center;
    margin-top: 10px;
}
.our_contact .left-detail input[type=submit]:hover, .our_contact .left-detail input[type=button]:hover {
    background: #fff;
    color: #f38929;
}
.our_contact .right-detail {
    float: left;
}
.our_contact .right-detail .social-icons {
    display: block;
    padding: 25px 45px;
}
.our_contact .right-detail .social-icons a {
    display: inline-block;
    font-size: 20px;
    color: #828282;
    margin-right: 40px;
}
.our_contact .right-detail .social-icons a:last-child {
    margin-right: 0;
}
.our_contact .right-detail .social-icons a:hover {
    color: #f38929;
}
.our_contact .right-detail address {
    background: #2d2c32;
    margin: 43px 0 0 0;
    line-height: 1;
    padding: 49px 45px 20px;
}
.our_contact .right-detail address strong {
    font-size: 26px;
    line-height: 28px;
    color: #b4b4b4;
    font-weight: 900px;
    letter-spacing: 2px;
}
.our_contact .right-detail address ul {
    list-style: none;
    margin-top: 45px;
}
.our_contact .right-detail address li {
    padding-left: 47px;
    position: relative;
    margin-bottom: 29px;
}
.our_contact .right-detail address li i {
    position: absolute;
    left: 0;
    top: -1px;
    color: #828282;
}
.our_contact .right-detail address li i.fa-map-marker {
    font-size: 32px;
}
.our_contact .right-detail address li i.fa-phone {
    font-size: 24px;
}
.our_contact .right-detail address li i.fa-print {
    font-size: 24px;
}
.our_contact .right-detail address li i.fa-envelope-o {
    font-size: 20px;
}
.our_contact .right-detail address li span {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #b4b4b4;
    letter-spacing: 1.2px;
    padding-bottom: 7px;
}
.our_contact .right-detail address li span a {
    color: #b4b4b4
}
#map {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.map.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 0;
    height: 335px;
}
.gmnoprint, .gm-style-cc {
    display: none;
}
.mapmarker {
    font-size: 60px;
    top: -20px !important;
    position: relative;
}
.map-box {
    text-align: center
}
input.error {
    border-color: #ff0000 !important;
}
.box.has-error{
    border: 1px solid #ff0000;
}
/*
.map-wrapper, .map-wrapper-logistic {
  position: relative;
  background-color: #c1c1c1;
  text-align: center;
  margin-bottom: 41px;
  height: 632px;
}*/




/*
 10.0) FAQ content
 -----------------------------*/
.faq-container {
    padding: 50px 0;
}
.faq-container h3 {
    font-size: 36px;
    line-height: 43px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 4px;
    display: block;
    vertical-align: top;
    float: left;
}
.faq-container h3 span {
    display: block;
}
.faq-container h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 23px;
}
.faq-container .search-box {
    float: right;
    background: #f2f2f2;
    padding: 6px 5px;
    width: 360px;
    margin-top: 9px;
    position:relative;
}
.faq-container .search-box input[type=text] {
    display: inline-block;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
    padding: 9px 10px 9px 25px;
    width: 70%;
}
.faq-container .search-box input[type=submit],
.faq-container .search-box input[type=button] {
    float: right;
    border: none;
    width: 30%;
    max-width: 80px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat center center #f38929;
}
.faq-container .search-box .form-error {
    position: absolute;
    top: 100%;
    left: 0px;
    font-size: 12px;
    color: red;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.faq-detail {
}
.faq-detail ul {
    list-style: none;
    padding: 18px 0 32px 0;
}
.faq-detail li {
    padding: 28px 195px 45px 68px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.faq-detail li:hover .qus {
    background: #f38929;
}
.faq-detail li .qus {
    position: absolute;
    left: 0;
    top: 30px;
    width: 44px;
    height: 51px;
    background: #dedede;
    text-align: center;
    font-size: 20px;
    line-height: 51px;
    color: #fff;
    font-weight: 900;
}
.faq-detail li .qus img {
    position: absolute;
    left: 0;
    top: 0;
}
.faq-detail strong {
    display: block;
    font-size: 21px;
    line-height: 25px;
    color: #2d2c32;
    font-weight: 900;
    letter-spacing: 2px;
    margin: 16px 0 20px
}
.faq-detail span {
    display: block;
    font-size: 16px;
    line-height: 27px;
    color: #636364;
}
.faq-detail a {
    display: inline-block;
    width: 140px;
    height: 46px;
    border-radius: 3px;
    background: #dedede;
    text-align: center;
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    margin-left: 28px;
}
.faq-detail a:hover {
    background: #f38929;
    color: #fff !important;
}
/*
 11.0) project content
 -----------------------------*/
.project-category {
    padding: 65px 0;
}
.project-category h3 {
    font-size: 26px;
    line-height: 36px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.project-category h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 14px;
}
.category-box {
    padding: 20px 0;
}
.category-box strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #636364;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 37px;
}
.category-box ul {
    list-style: none
}
.category-box li {
    display: inline-block;
    margin-right: 5px;
    border: 2px solid #e1e1e1;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    line-height: 24px;
    color: #969696;
    font-weight: 700;
    padding: 7px 21px;
    text-transform: uppercase;
    cursor: pointer;
}
.category-box li a{
    color: #969696;
}
.category-box li:hover, .category-box li.gallery-header-center-right-links-current {
    background: #f7f7f7;
    border: 2px solid #f7f7f7;
    color: #6c6b6b;
}
.category-box li:hover, .category-box li.gallery-header-center-right-links-current {
    color: #fff;
}
.category-box li:hover a, .category-box li.gallery-header-center-right-links-current a {
    color: #fff;
}
.project-list {
    list-style: none;
    padding: 23px 0 0 0;
}
#project-gallery {
    padding-bottom: 10px;
}
.project-category-1 #project-gallery {
    padding-bottom: 0px;
}
.project-category-1 #project-gallery #gallery-content-center{
    margin-bottom: 0;
}
.project-list > li {
    background: #f7f7f7;
    float: left;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project-list > li a {
    display: block;
}
.project-list > li img {
    width: 100%;
}
.project-list .detail {
    float: left;
    width: 50%;
    padding: 45px;
    position: relative;
}
.project-list .detail:before {
    position: absolute;
    top: 50px;
    right: -15px;
    width: 15px;
    height: 28px;
    background: url(../images/tag-arrow-left.png) no-repeat 0 0;
}
.project-list > li:nth-child(even) .detail:before {
    right: auto;
    left: -15px;
    background: url(../images/tag-arrow.png) no-repeat 0 0;
}
.project-list > li:nth-child(even) figure {
    float: left;
}
.project-list .detail h4 {
    font-size: 20px;
    line-height: 24px;
    color: #4e4d51;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.project-list .detail h4 a {
    color: #4e4d51;
}
.project-list .detail h4 span {
    display: block;
}
.project-list .detail h4 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 21px;
}
.project-list .detail ul {
    list-style: none;
    padding: 28px 0 19px;
}
.project-list .detail ul li {
    float: left;
    margin-right: 34px;
}
.project-list .detail ul li a i {
    margin-right: 8px;
    font-size: 30px;
    background: none;
    color: #989899;
}
.project-list .detail ul li a span {
    color: #989899;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    letter-spacing: 1px;
}
.project-list .detail h5 {
    font-size: 16px;
    line-height: 20px;
    color: #6c6c6c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
}
.project-list p {
    font-size: 14px;
    line-height: 24px;
    color: #989899;
}
.project-list .view {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #ffffff;
    border-radius: 3px;
    background: #f38929;
    font-weight: 700;
    padding: 14px 24px;
    letter-spacing: 1px;
    margin-top: 34px;
    border: 1px solid #f38929;
}
.project-list .view:hover {
    background: #fff;
    color: #f38929;
}
.project-list figure {
    float: right;
    width: 50%;
    overflow: hidden;
}
/*.project-list figure img{ position: static !important }*/

/*
 12.0) project-1 content
 -----------------------------*/
.project-category-1 {
    padding: 65px 0 0;
}
.project-category-1 h3 {
    font-size: 26px;
    line-height: 36px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
    width: 50%;
    margin-bottom: 0;
}
.project-category-1 h3 span {
    display: block;
}
.project-category-1 .category-box-1 strong{
    width: 50%;
}
.project-category-1 h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 14px;
}
.category-box-1 {
    display: block;
}
.category-box-1 > div {
    float: right;
}
.category-box-1 strong {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #636364;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 23px 0;
}
.category-box-1 ul {
    list-style: none;
    float: right;
}
.category-box-1 li {
    display: inline-block;
    margin-right: 5px;
    border: 2px solid #e1e1e1;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    line-height: 24px;
    color: #969696;
    font-weight: 700;
    padding: 7px 21px;
    text-transform: uppercase;
    cursor: pointer;
}
.category-box-1 li:hover, .category-box-1 li.gallery-header-center-right-links-current {
    background: #f38929;
    border: 2px solid #f38929;
    color: #6c6b6b;
}
.category-box-1 li:hover, .category-box-1 li.gallery-header-center-right-links-current {
    color: #fff;
}
.project-list-1 {
    list-style: none;
    padding: 34px 0 0 0;
}
.project-list-1 li {
    background: #f7f7f7;
    float: left;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project-list-1 figure {
    float: left;
    width: 33.33%;
    overflow: hidden;
}
.project-list-1 figure a {
    display: block;
}
.project-list-1 figure img {
    width: 100%;
}
.project-list-1 .detail {
    float: left;
    width: 66.67%;
    padding: 44px 48px;
}
.project-list-1 .detail h4 {
    font-size: 20px;
    line-height: 26px;
    color: #706f6f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 21px;
}
.project-list-1 .detail h4 a {
    color: #706f6f;
}
.project-list-1 .detail h4 span {
    display: block;
}
.project-list-1 .detail h4 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 14px;
}
.project-list-1 .detail p {
    font-size: 14px;
    line-height: 24px;
    color: #989899;
}
.project-list-1 .view {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #ffffff;
    border-radius: 3px;
    background: #2d2c32;
    font-weight: 700;
    padding: 14px 24px;
    letter-spacing: 1px;
    margin-top: 21px;
    text-transform: uppercase;
}
.project-list-1 .view:hover {
    background: #f38929;
}
.other-project {
    list-style: none;
}
.other-project li {
    float: left;
    width: 33.33%;
    position: relative;
}
.other-project li .over {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(45,44,50,0.7);
    opacity: 0;
    text-align: center;
}
.other-project li .over .coll {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}
.other-project li .over span {
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.other-project li .over a {
    display: block;
}
.other-project li .over .view {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    color: #ffffff;
    border-radius: 3px;
    background: #f38929;
    font-weight: 700;
    padding: 14px 24px;
    letter-spacing: 1px;
    margin-top: 18px;
    text-transform: uppercase;
}
.other-project li .over .view:hover {
    background: #fff;
    color: #f38929;
}
.other-project li:hover .over {
    opacity: 1;
}
/*
 13.0) projects-details content
 -----------------------------*/

.project-detail-container {
    padding: 0 0 34px 0;
}
.project-detail-container h3 {
    font-size: 26px;
    line-height: 36px;
    color: #2d2c32;
    font-weight: 700;
    letter-spacing: 1px;
}
.project-detail-container h3 span {
    display: block;
}
.project-detail-container h3 i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 18px;
}
.project-detail-container .upper-box {
    display: block;
}
.project-detail-container .upper-box .left-detail {
    float: left;
    width: 62%;
    border-right: 1px solid #f1f1f1;
    padding: 65px 0 0 0;
}
.project-detail-container .upper-box .left-detail strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #636364;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 22px 0;
}
.project-detail-container .upper-box .right-detail {
    float: left;
    width: 38%;
    padding: 67px 0 0 90px;
}
.project-detail-container .upper-box .right-detail ul {
    list-style: none;
}
.project-detail-container .upper-box .right-detail li {
    float: left;
    width: 50%;
    padding-bottom: 66px;
}
.project-detail-container .upper-box .right-detail li a {
    display: inline-block;
    color: #989899;
}
.project-detail-container .upper-box .right-detail li a i {
    display: inline-block;
    margin-right: 16px;
    font-size: 30px;
    color: #989899;
    background: none;
}
.project-detail-container .upper-box .right-detail li a span {
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: super;
}
.project-detail-container .upper-box .right-detail li a:hover {
    color: #f38929;
}
.about-project {
    position: relative;
    margin: 33px 0 33px;
}
.project-detail-container .about-project{
    margin: 0px 0 33px;
}
.about-project figure {
    display: block;
}
.about-project .detail {
    position: absolute;
    top: 88px;
    right: 4px;
    width: 403px;
    background: #fff;
    padding: 43px 45px;
}
.about-project .detail:before {
    position: absolute;
    left: -1%;
    top: -1%;
    width: 102%;
    height: 102%;
    background: #f1f1f1;
    content: "";
    z-index: -1;
}
.about-project .detail h4 {
    color: #8c8a8a;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.about-project .detail h4 span {
    display: block;
}
.about-project .detail h4 i {
    background: none repeat scroll 0 0 #dfdfdd;
    display: inline-block;
    height: 2px;
    margin-left: 10px;
    vertical-align: middle;
    width: 126px;
}
.about-project .detail ul {
    list-style: none;
    padding: 12px 0;
}
.about-project .detail li {
    padding-bottom: 32px;
}
.about-project .detail li:last-child {
    padding-bottom: 0;
}
.about-project .detail li i {
    margin-right: 13px;
}
.about-project .detail li strong {
    font-size: 14px;
    line-height: 16px;
    color: #908f8f;
    font-weight: 700;
    letter-spacing: 1px;
}
.about-project .detail li em {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #dfdfdd;
    margin: 0 22px 0 15px;
}
.about-project .detail li span {
    font-size: 15px;
    line-height: 16px;
    color: #757477;
    letter-spacing: 1px;
}
.about-project .detail a {
    display: block;
    background: #f38929;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 25px;
    padding: 14px 19px;
    letter-spacing: 1px;
}
.about-project .detail a i {
    margin-right: 13px;
}
.about-project .detail a:hover {
    background: #908f8f;
}
.project-discription {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 7px;
}
.project-discription h4 {
    font-size: 20px;
    line-height: 24px;
    color: #636364;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-top: 8px;
}
.project-discription h4 i {
    display: block;
    width: 43px;
    height: 3px;
    background: #f38929;
    margin-top: 19px;
}
.project-discription h5 {
    font-size: 15px;
    line-height: 24px;
    color: #636364;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.project-discription h5 i {
    display: block;
    width: 43px;
    height: 3px;
    background: #f38929;
    margin-top: 19px;
}
.project-discription .note {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #636364;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-top: 27px;
    margin-bottom: 12px;
}
.project-discription p {
    color: #636364;
    line-height: 27px;
}
.project-discription .box {
    float: left;
    width: 50%;
    margin: 64px 0 74px;
}
.project-discription .box.odd {
    width: 45%;
    margin-left: 5%;
}
.project-discription .box strong {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #2d2c32;
    font-weight: 700;
    margin: 10px 0 16px;
    letter-spacing: 1px;
}
.project-discription .feature-list {
    list-style: none;
    padding: 33px 0 0;
}
.project-discription .feature-list li {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 33px;
    color: #636364;
    font-weight: 700;
    padding-left: 54px;
    position: relative;
    margin-bottom: 35px;
}
.project-discription .feature-list li i {
    font-size: 15px;
    line-height: 31px;
    color: #f38929;
}
.project-discription .feature-list li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 37px;
    height: 33px;
    border: 1px solid #eee8e8;
    text-align: center;
}
.project-discription .right-content {
    /*padding-left: 65px;*/
}
.project-discription .right-content .img-box {
    list-style: none;
    margin-left: 0;
}
.project-discription .right-content .img-box li {
    float: left;
    width: 50%;
    padding: 0 0 3px 3px;
}
.project-discription .right-content .img-box li figure {
    overflow: hidden;
}
.project-discription .right-content .pro-slider {
    list-style: none;/*margin-left: 3px;*/ 
}
.project-discription .right-content .bx-controls-direction {
    margin-left: 0px;
}
.project-discription .right-content .bx-prev {
    float: left;
    width: 50%;
    height: 49px;
    background-color: #f3f3f3;
    font-size: 12px;
    line-height: 49px;
    color: #8a8888;
    padding-left: 40px;
    letter-spacing: 1px;
    position: relative;
}
.project-discription .bx-prev:before, .project-discription .bx-next:before {
    position: absolute;
    top: 0;
    font-family: 'FontAwesome';
}
.project-discription .bx-prev:before {
    content: '\f053';
    left: 17px;
}
.project-discription .bx-next:before {
    content: '\f054';
    right: 17px;
}
.project-discription .bx-prev:hover, .project-discription .right-content .bx-next:hover {
    color: #fff;
}
.project-discription .right-content .bx-next {
    float: right;
    width: 49%;
    height: 49px;
    background-color: #f3f3f3;
    font-size: 12px;
    line-height: 49px;
    color: #8a8888;
    padding-left: 30px;
    letter-spacing: 1px;
    position: relative;
}
/*
 14.0) projects-2 content
 -----------------------------*/
.project-list-2 {
    list-style: none;
    padding-top: 29px;
    margin-left: -30px
}
.project-list-2 li {
    float: left;
    margin-left: 30px;
    width: 358px;
    margin-bottom: 66px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.project-list-2 li figure {
    margin-bottom: 25px;
    overflow: hidden;
}
.project-list-2 li figure a {
    display: block;
}
.project-list-2 li figure img {
    width: 100%;
}
.project-list-2 li .detail {
    display: block;
}
.project-list-2 li h4 {
    font-size: 18px;
    line-height: 27px;
    color: #2d2c32;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 40px 15px 0;
}
.project-list-2 h4 a {
    color: #2d2c32;
    display: inline-block;
}
.project-list-2 li p {
    font-size: 15px;
    line-height: 24px;
    color: #636266;
}
.project-list-2 a.view-btn {
    display: block;
    width: 155px;
    background: #f38929;
    font-size: 13px;
    line-height: 20px;
    border-radius: 3px;
    padding: 14px 10px;
    margin-top: 19px;
    color: #fff;
    text-align: center;
    font-weight: 700;
}
.info-container-1 .our-quality li svg {
    width: 145px;
    height: 131px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.info-container-1 .our-quality li:hover svg {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.location-svg svg {
    fill: #828282;
}
.our_contact .right-detail address li i.location-svg {
    top: 0px;
    left: -18px;
}
.ind_ul_margin {
    margin: 0 0 1.5em 0;
}
/******************************** sidebar start ***************************/

.ind_sidebar_wrapper {
    padding-left: 0px;
}
.industrial_left .ind_sidebar_wrapper {
    padding-right: 68px;
    padding-left: 0px !important;
}
.ind_sidebar_wrapper .widget {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.ind_sidebar_wrapper .widget ul {
    margin-left: 0;
    list-style: none;
}
.widget.widget_recent_entries ul li {
    margin-top: 40px;
}
.widget.widget_recent_entries ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    color: #636363;
    font-weight: 700;
    border-left: 3px solid #dddddd;
    padding-left: 12px;
    letter-spacing: 0.5px;
}
.widget.widget_recent_entries ul li a:hover {
    color: #f38929;
    border-color: #f38929;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget.widget_recent_comments ul li {
    margin-top: 40px;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    border-left: 3px solid #dddddd;
    padding-left: 12px;
    letter-spacing: 0.5px;
}
.widget.widget_recent_comments ul li:hover {
    color: #f38929;
    border-color: #f38929;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget.widget_recent_comments ul li a {
    color: #636363;
    line-height: 11px;
}
.widget.widget_archive ul {
    margin-top: 20px;
}
.widget.widget_archive ul li {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
    text-align: right;
    width: 100%;
    float: left;
}
.widget.widget_archive ul li a {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #636363;
    font-weight: 700;
    float: left;
}
.widget.widget_archive ul li a:hover {
    color: #f38929;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget.widget_categories ul {
    margin-top: 20px;
}
.widget.widget_categories ul li {
    border-bottom: 1px solid #d4d4d4;
    padding: 20px 0;
    text-align: right;
    width: 100%;
    float: left;
}
.widget.widget_categories ul li a {
    display: block;
    font-size: 15px;
    line-height: 17px;
    color: #636363;
    font-weight: 700;
    float: left;
}
.widget.widget_categories ul li a:hover {
    color: #f38929;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget.widget_categories ul li ul.children {
    padding-left: 20px;
    border-left: 3px solid;
}
.widget.widget_categories ul li ul.children li:last-child {
    border-bottom: none;
}
.widget.widget_meta ul {
    margin-top: 44px;
}
.widget.widget_meta ul li {
    float: left;
    margin-bottom: 4px;
}
.widget.widget_meta ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 8px;
    letter-spacing: 0.5px;
    position: relative;
    border-radius: 3px;
}
.widget.widget_meta ul li a:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: rgba(0,0,0,0.3) transparent transparent;
    z-index: 9999;
}
.widget.widget_meta ul li a:hover {
    opacity: 0.7;
}
.widget.widget_meta ul li:nth-child(1n) a {
    margin-right: 4px;
    color: #636363;
    background: #eaeaea;
}
.widget.widget_meta ul li:nth-child(2n) a {
    margin-right: 3px;
    background: #f38929;
    color: #fff;
}
.widget.widget_meta ul li:nth-child(3n) a {
    background: #909090;
    color: #fff
}
.widget.widget_meta ul li:nth-child(4n) a {
    background: #393939;
    color: #fff
}
.widget.widget_meta ul li:nth-child(1n) a:before {
    border-color: #d5d5d5 transparent transparent;
}
.widget.widget_meta ul li:nth-child(2n) a:before {
    border-color: #ffb470 transparent transparent;
}
.widget.widget_meta ul li:nth-child(3n) a:before {
    border-color: #a4a4a4 transparent transparent;
}
.widget.widget_meta ul li:nth-child(4n) a:before {
    border-color: #6b6b6b transparent transparent;
}
.widget.widget_archive select {
    margin-top: 30px;
    width: 100%;
}
.widget.widget_categories select {
    margin-top: 30px;
    width: 100%;
}
.widget.widget_pages ul {
    margin-top: 15px;
}
.widget.widget_pages ul li {
    margin-bottom: 15px;
}
.widget.widget_pages ul li ul {
    padding-left: 30px;
}
.widget.widget_rss ul {
    margin-top: 30px;
}
.widget.widget_rss ul li {
    background-color: whitesmoke;
    margin-bottom: 15px;
    font-size: 12px;
    position: relative;
    width: 100%;
    float: left;
}
.widget.widget_rss ul li a {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: rgb(234, 234, 234);
    font-size: 14px;
}
.widget.widget_rss ul li .rssSummary {
    padding: 10px;
    width: 100%;
    float: left;
    padding-bottom: 25px;
}
.widget.widget_rss ul li .rss-date {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: rgb(100, 100, 100);
}
.widget.widget_rss ul li cite {
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: rgb(100, 100, 100);
}
.widget.widget_search h3 {
    margin-bottom: 30px;
}
.widget.widget_tag_cloud .tagcloud {
    margin-top: 44px;
}
.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    font-size: 15px !important;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 8px;
    letter-spacing: 0.5px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 3px;
}
.widget.widget_tag_cloud .tagcloud a:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: rgba(0,0,0,0.3) transparent transparent;
    z-index: 9999;
}
.widget.widget_tag_cloud .tagcloud a:hover {
    opacity: 0.7;
}
.widget.widget_tag_cloud .tagcloud a:nth-child(1n) {
    margin-right: 4px;
    color: #636363;
    background: #eaeaea;
}
.widget.widget_tag_cloud .tagcloud a:nth-child(2n) {
    margin-right: 3px;
    background: #f38929;
    color: #fff;
}
.widget.widget_tag_cloud .tagcloud a:nth-child(3n) {
    background: #909090;
    color: #fff;
}
.widget.widget_tag_cloud .tagcloud a:nth-child(4n) {
    background: #393939;
    color: #fff;
}
.widget.widget_nav_menu ul {
    margin-top: 30px;
    padding-left: 0;
}
.widget.widget_nav_menu ul li {
    margin-left: 0;
    border-bottom: none;
}
.widget.widget_nav_menu ul li .sub-menu {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget.widget_nav_menu ul li a {
    border-bottom: none;
}
/******************************** sidebar end ***************************/


/*************************other custom css start *************************/
.ind_custom_heading {
    color: #2d2c32;
    letter-spacing: 1.2px;
}
.ind_custom_heading i {
    display: block;
    width: 42px;
    height: 3px;
    background: #f38929;
    margin-top: 23px;
}
#slider .ind_main_slider_prv {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    margin: 0 16px;
}
#slider .ind_main_slider_prv:hover {
    background-position: 0px -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#slider .ind_main_slider_next {
    display: inline-block;
    width: 18px;
    height: 29px;
    background: url(../images/direction-arrow.png) no-repeat 0 0;
    background-position: -50px 0;
    margin: 0 16px;
}
#slider .ind_main_slider_next:hover {
    background-position: -50px -29px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.our_contact .right-detail > ul {
    list-style: none;
    display: block;
    padding: 25px 45px;
    margin: 0;
}
.our_contact .right-detail > ul li {
    display: inline-block;
}
.our_contact .right-detail > ul li a {
    display: inline-block;
    font-size: 20px;
    color: #828282;
    margin-right: 40px;
}
.our_contact .right-detail > ul li a:hover {
    color: #f38929;
}
/*Theme-b slider*/
.main-slider {
}
.slide-detail {
    display: block;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
}
.slide-detail .f-project {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 19px;
    background: #1b1b1b;
    color: #fff;
    margin-bottom: 19px;
    font-weight: 700;
}
.slide-detail .f-project:hover {
    text-decoration: none;
    background: #fff;
    color: #000;
}
.slide-detail h3 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 900;
    padding-bottom: 10px;
    letter-spacing: 4px;
}
.slide-detail h3 span {
    font-weight: 400;
}
.slide-detail h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 23px;
    letter-spacing: 3px;
}
.slide-detail p {
    font-size: 17px;
    color: #eeeeee;
    text-transform: none;
    margin-bottom: 35px;
    font-weight: normal;
}
.slide-detail .quote {
    float: left;
    margin-left: 0;
    width: auto;
}
#slider .tp-caption a {
    color: #fff;
}
.layer1 {
    top: 28.4% !important;
}
.layer2 {
    top: 36% !important;
}
.layer3 {
    top: 43% !important;
}
.layer4 {
    top: 51% !important;
}
.layer4 p {
    width: 65%;
}
.layer5 {
    top: 64% !important;
}
.tp-leftarrow.default {
    width: 45px;
    height: 45px;
    font-size: 0;
    background: url(../images/prv-arrow.png) no-repeat 0 0 rgba(45,40,50,0.7);
    position: absolute;
    left: 93px;
    top: 50%;
    z-index: 999;
    margin-top: -23px;
    border-radius: 3px;
}
.tp-rightarrow.default {
    width: 45px;
    height: 45px;
    font-size: 0;
    background: url(../images/next-arrow.png) no-repeat 0 0 rgba(45,40,50,0.7);
    position: absolute;
    right: 93px;
    top: 50%;
    z-index: 999;
    margin-top: -23px;
    border-radius: 3px;
}
.tp-caption {
    white-space: normal;
}
.slide-info {
    position: absolute;
    top: 28%;
    width: 60%;
}
.item-1 .slide-info {
    left: 0;
}
.item-2 .slide-info {
    left: 30%;
    top: 15%;
}
.item-3 .slide-info {
    left: 20%;
}
.textwidget {
    font-size: 15px;
    line-height: 24px;
    color: #767381;
}
.comment-form .box {
    float: left;
    width: 100%;
    background: #f4f4f4;
    padding: 23px 28px;
    position:relative;
}
.comment-form textarea {
    display: block;
    width: 100%;
    height: 150px;
    border: none;
    background: none;
    font-size: 14px;
    line-height: 16px;
    color: #777575;
    font-weight: 700;
    resize: none;
    letter-spacing: 1px;
}
.comment-form input[type=submit] {
    float: right;
    border: none;
    width: 184px;
    height: 53px;
    background: #f38929;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    padding: 16px 10px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #f38929;
}
.comment-form input[type=submit]:hover {
    background-color: #fff;
    color: #f38929;
}
.comment-form .comment-form-input{
    width: 49%;
    float: left;
    position:relative;
}
.comment-form input[type=text] {
    border: 1px solid #fff;
    background: #f4f4f4;
    font-size: 14px;
    line-height: 16px;
    color: #777575;
    padding: 17px 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 17px;
    width: 100%;
}
.comment-form #your_email, .comment-form .email {
    margin-left: 2%;
}
.comment-form .box .form-error{
    position: absolute;
    bottom: -15px;
    left: 0;
    margin: 0;
    font-size: 12px;
}
.comment-form .comment-form-input .form-error{
    position: absolute;
    bottom: 105%;
    left: 7px;
    margin: 0;
    font-size: 12px;
}
.industrial_search_form {
    margin-bottom: 100px;
    margin-top: 50px;
}
.ind_sidebar_404 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.widget_search .search-box {
    display: block;
    background: #f2f2f2;
    padding: 6px 5px;
    margin-top: 20px;
    position: relative;
}
.widget.widget_search .search-box input[type=text] {
    display: inline-block;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 20px;
    color: #636363;
    padding: 9px 10px 9px 25px;
    width: 70%;
    backface-visibility: hidden;
}
.widget.widget_search .search-box input[type=submit], .widget.widget_search .search-box input[type=button] {
    float: right;
    border: none;
    width: 30%;
    max-width: 80px;
    height: 38px;
    box-shadow: none;
    background: url(../images/icon/search-icon.png) no-repeat center center #f38929;
}
.widget.widget_search .search-box input[type=button]:hover {
    background-color: #dd6f0c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.widget.widget_search .search-box .form-error {
    position: absolute;
    top: 100%;
    left: 0px;
    font-size: 12px;
    color: red;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.info-container .our-images ul li figure a img {
    width: 100%;
}
/*Boxed layout css start*/
.boxed .fullwidthbanner-container {
    width: 100% !important;
    left: auto !important;
}
.boxed .vc_row {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto;
}
.boxed .vc_column_container {
    padding: 0;
    margin: 0;
} 
/*Boxed layout css end*/

/*************************other custom css end *************************/
.industrial-coming-soon-mode {
    background-color: #ff0000;
}
.blog-container-2 .left-body article:nth-child(3n),.blog-container-2 .left-body article:nth-child(3n-1){
    width: 50% !important;
}
.blog.industrial-theme1 .blog-container-2 .left-body article:nth-child(3n),.blog.industrial-theme1 .blog-container-2 .left-body article:nth-child(3n-1){
    width: 100% !important;
}
.blog-container-2 .left-body article:nth-child(3n) .post-detail li,.blog-container-2 .left-body article:nth-child(3n-1) .post-detail li{
    float: none;
    padding-left: 0;
    border-left: none;
}
.post-categories{
    list-style: none;
}

/********************************************
 *       Plugin support css
 ********************************************/

.woocommerce .woocommerce-breadcrumb {
    padding: 20px 0;
}
.woocommerce-pagination {
    margin-bottom: 20px;
}
.woocommerce-cart .coupon #coupon_code {
    width: 116px;
}

table.em-calendar td {
    padding: 8px 4px;
}
#bbpress-forums {
    font-size: 14px;
}
#bbp-user-body .bbp-topics * {
    font-size: 14px;
}
textarea#bbp_reply_content, textarea#bbp_topic_content {
    border: 1px solid #b2b2b2;
}
#bbp-user-wrapper {
    padding-top: 10px;
}
.bbp-pagination-links > span, .bbp-pagination-links > a {
    padding: 3px 6px !important;
}
.bbp-forums {
    font-size: 14px;
}

ul[id^="bbp-forum-"] * {
    font-size: 14px !important;
}


#buddypress {
    padding-top: 20px;
    padding-bottom: 30px;
}
#buddypress div.dir-search {
    margin-top: -58px;
}
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"] {
    padding-top: 4px;
    padding-bottom: 4px;
}
#buddypress td.label {
    color: inherit;
    font-size: 15px;
    width: auto;
    display: table-cell;
}
.no-break {
    clear: both;
    display: block;
    height: 40px;
    width: 100%;
}
.media-detail:empty {
    display: none;
} 

/*****************************
 * comming soon page css 
 ******************************/
.comming-soon-page #header{
    position: relative;
}
.comming-soon-page .logo {
    padding: 38px 0;
}
.comming-soon-page h2 {
    color: rgb(255, 255, 255);
    font-size: 56px;
    line-height: 1.18;
    text-align: left;
    text-shadow: 0.5px 0.866px 1px rgba(40, 40, 40, 1);
    padding-left: 0;
    font-weight: bold;
    margin-bottom: 46px;
}
.comming-soon-page p {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 21px;
    line-height: 1.714;
    margin-bottom: 52px;
    padding-right: 50px;
    text-shadow: 0.5px 0.866px 1px rgba(40, 40, 40, 1);
}
.comming-soon-page form > p {
    display: none;
}
.comming-soon-page .mc4wp-form {
    margin: 0;
}
.comming-soon-page .form-wrapper {
    background: transparent !important;
}
.comming-soon-page .countdown-row .countdown-section {
    background-color: rgb( 236, 199, 49 );
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    height: 141px;
    float: left;
}
.comming-soon-page .countdown-row .countdown-section + .countdown-section {
    background-color: rgb( 221, 187, 46 );
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    height: 141px;
    float: left;
}

.comming-soon-page .countdown-row .countdown-section + .countdown-section + .countdown-section {
    background-color: rgb( 202, 178, 48 );
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    float: left;
    height: 141px;
}
.comming-soon-page .countdown-row .countdown-section + .countdown-section + .countdown-section + .countdown-section {
    background-color: rgb( 178, 170, 57 );
    box-shadow: 0.5px 0.866px 1px 0px rgba( 40, 40, 40,0.4 );
    float: left;
    height: 141px;
    z-index: 8;
}
.comming-soon-page .countdown-section {
    text-align: center;
    font-size: 14px;
    font-family: 'latoblack';
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    line-height: 1.857;
    text-shadow: 0.5px 0.5px 1px rgba( 40, 40, 40,0.4 );
    padding-top: 16px;
    padding-bottom: 16px;
    width: 21.3%;
}
.comming-soon-page .countdown-section span {
    display: block;
}

.comming-soon-page .countdown-amount {

    font-size: 36px;
    font-family: 'latoblack';
    color: rgb( 255, 255, 255 );
    display: block;
    text-shadow: 0.5px 0.134px 1px rgba( 40, 40, 40,1 );
}
.cat-list .post-categories{
    margin-left:0;
}
.our_contact h3{
    margin-bottom: 0;
}
.our_contact .left-detail strong{
    margin-bottom: 27px;
    display: block;
}
.our_contact .right-detail address li:first-child{
    line-height: 2;
}
.our_contact .right-detail{
    padding-top: 62px;
}
.no-break > span span {
    height: 23px !important;
    display: block;
}
.no-break > span {
    display: block;
    float: left;
    height: 50px;
}
.full-width-imp .wpb_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.our_contact .wpcf7-response-output.wpcf7-validation-errors,.our_contact .wpcf7-not-valid-tip,.our_contact .ajax-loader{
    display: none !important ;
}
.our_contact .wpcf7-not-valid{
    border: 1px solid #ff0000 !important;
}
.our_contact .wpcf7-response-output.wpcf7-mail-sent-ok{
    border: none !important;
    color: #008000;
    margin: 0;
}
.left-body article{
    padding-top: 5px;
}
.left-body .post.sticky .detail {
    border: none;
}
.sticky {
    box-shadow: 0 0 15px 4px #eaeced;
}
/***********************************************
 * About page style
 ***********************************************/
.about-two-section .info-aboutus .msg-slider {
    float: right;
}

.about-two-section .info-aboutus .our-detail {
    float: right;
    margin-left: 0;
    padding: 65px 85px 0 0; 
    width: 35%;
}
.about-two-section .info-aboutus .our-detail + .our-detail {
    padding-top: 0;
}

@media all and (max-width: 1023px ) {
    .about-two-section .info-aboutus .our-detail {
        float: left;
        margin-left: 0;
        padding: 65px 85px 0 0;
        width: 48%;
    }
}
@media all and (max-width: 767px ) {
    .about-two-section .info-aboutus .our-detail {
        float: none;
        margin-left: 0;
        padding: 30px 0;
        width: auto;
        text-align: center;
        display: block;
        clear: both;
    }
}

.rev_slider .tp-caption img, .rev_slider .caption img{
    visibility: visible ;
}
#industrial_comment_form .help-block{
    display: none;
}
.contact-map-section{

}
.contact-map-section.vc_row-fluid{
    margin-bottom: 0;
}
.industrial_full {
    overflow: hidden;
}
.our-partner .heading-row h2,.heading-row h2{
    color: #202020;
}
#testimonial-silder .slides li p{
    hyphens: auto;
    -o-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    padding-right: 13px;
    word-wrap: break-word !important;
}
.contact-us-container .contact-us,.our-work .box .detail h3{
    text-transform: uppercase;
}
.industrial-theme3 .our-info .img-list li{
    margin-left: 2.9%;
    padding: 0;
    width: 22%;
}
.industrial-theme3 .our-info .img-list li img{
    width: 100%;
}
#slider .sliderone-desc{
    font-weight: 400 !important;  
}
#rev_slider_8_1_wrapper .tp-parallax-wrap  .tp-caption p,#rev_slider_9_1_wrapper .tp-parallax-wrap  .tp-caption p{
    letter-spacing: 2px !important;
}
#rev_slider_8_1_wrapper .tp-parallax-wrap  .tp-caption h3 span,#rev_slider_9_1_wrapper .tp-parallax-wrap  .tp-caption  h3 span{
    font-weight: 400 !important ;
}
.search .blog-container-1 .blog-list article{
    overflow: hidden;
}
#footer .copyright.notactive{
    border-top:none;
    margin-top: 0;
    padding-top: 0; 
}
.left-body .post-501 .entry-footer {
    clear: both;
    padding-top: 5px;
}
.left-body .tag-pagination .page-links,.left-body .tag-gallery .page-links{
    padding-top: 20px;
}
.left-body .tag-pagination .page-links a,.left-body .tag-gallery .page-links a{
    background: #f4f4f4;
    color: #313538;
    display: inline-block;
    height: 47px;
    line-height: 44px;
    margin: 0 5px;
    text-align: center;
    width: 52px;
}
.mc4wp-alert.mc4wp-error{
    color: #e21414;
    padding-top: 5px;
    text-shadow: 0 1px #000000;
}
.mc4wp-alert.mc4wp-success{
    line-height: 1.2;
    padding-right: 10px;
    padding-top: 5px;
    color: #008000;
}
#footer select{
    max-width: 100%;
}

#comment-nav-above,#comment-nav-below{
    width: 100%;  
    padding-bottom: 15px;
    display: block;
}
#comment-nav-above h2,#comment-nav-below h2{
    display: none;
}
#comment-nav-above .nav-links,#comment-nav-below .nav-links{
    overflow: hidden;
}
#comment-nav-above .nav-links .nav-previous,#comment-nav-below .nav-links .nav-previous{
    text-align: left;
}
.group-blog .primary-footer li{
    margin-bottom: 5px;
    line-height: 1.2;
}

/*...............shortcode styling ...........................*/
.our_contact .left-detail .box{
	padding:0px;
}
textarea{
	padding: 17px 30px;
}
.our_contact .left-detail input[type="submit"], .our_contact .left-detail input[type="button"]{
	border: 2px solid #f38929;
}

/*.............Updated Stylesheet..............*/
.our_contact.ind_our_contact address strong{
	color: #b4b4b4;
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 28px;
}
.ind_get_touch{

}
.ind_get_touch  h3{
	color: #2d2c32;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 40px;
}
.ind_get_touch .left-detail strong {
    color: #656565;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 24px;
}
/*................vc Industrial row...................*/

.vc_row.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .vc_row.container {
 max-width: 750px;
    }
}
@media (min-width: 992px) {
    .vc_row.container {
 max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .vc_row.container {
 max-width: 1170px;
    }
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
    background: none;
}