@charset "utf-8";

/* CSS Document */

header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg-blog {
    padding: 25.7vmin 0 15.7vmin;
}

.topconact-bar {
    padding: 0 9999px;
    margin: 0 -9999px 20px;
    overflow: hidden;
}

.topconact-bar .header-phone {
    position: static !important;
    float: right;
    padding: 10px 0;
    display: block !important;
    margin-right: 60px;
}

.topconact-bar .social-list {
    margin: 0 !important;
}

.topconact-bar .social-list li {
    margin: 0 !important;
}

.headefixed {
    position: fixed !important;
    z-index: 5;
    top: 0;
    background-color: rgba(50, 50, 50, .95);
    padding: 1.3em 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.navbar-desctop {
    padding-top: 0 !important;
}

.headefixed .brand img {
    margin-bottom: -120px;
    margin-top: -45px;
    padding: 16px 10px 0;
    height: auto;
}

.headefixed .brand img {
    background: none !important;
    box-shadow: none !important;
}

.slideInDown.affix .brand img {
    background: none !important;
    box-shadow: none !important;
}

.brand {
    display: block !important;
}

.slideInDown.affix .brand img {
    margin-bottom: -120px !important;
    padding: 16px 10px 0;
    height: auto;
}

.topconact-bar .social-list .fa {
    font-size: 18px !important;
    text-shadow: rgb(0, 0, 0) 2px 2px;
}


/*--- Changes : July 2018 ---*/

.contact-info-content>div {
    margin-top: 25px;
}

.contact-body {
    margin-top: -35px;
}

.row-services img {
    height: 30px;
    width: auto;
}

.col-address a {
    color: #a7a7a7;
}

.contact-body a {
    color: #fff;
}

button[type=submit]:active {
    color: #c5a47e;
}

.about-3-section {
    padding-left: 8%;
    padding-right: 8.5%;
}

.about-3-section .entry {
    padding: 0;
}

.about-3-section img {
    margin: 0 auto;
}

.about-3-section .col-base {
    margin-top: 0;
}

.about-3-section .col-about-spec {
    padding: 12px;
}

.about-3-section .malika-block {
    padding: 12px;
}

.icon-prev {
    display: inline-block;
    width: 0.94em;
    height: 0.75em;
    background: url(img/img-icon/prev.png) 0 0 no-repeat;
    background-size: 0.94em 0.75em;
}

.icon-next:before {
    display: none;
}

.icon-prev:before {
    display: none;
}

.single-projects header,
.single-projects footer {
    display: none;
}

body.single-projects {
    overflow: hidden;
}

.single-projects .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    height: 95vh !important;
}

.single-projects .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item .vc_inner {
    text-align: center;
    width: 100%;
    height: auto;
}

.single-projects .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item .vc_inner img {
    width: auto;
    height: 95vh;
}

.clients-list .client {
    display: inline-block;
    margin: 0;
    padding: 0 9px 50px 0;
    width: calc(100%/6);
}

.clients-list .client p {
    font-size: 22px;
    margin-bottom: 0;
    color: #676767;
    text-align: justify;
    cursor: default;
}

.clients-list {
    margin: -3.8em -5em 0;
}

.indent-sec-line {
    text-indent: 26px;
}

.col-about-title {
    text-transform: uppercase;
}

#about .col-about-info {
    padding-left: 22px;
}

.mobile-social {
    margin: 0 auto;
    display: none;
}

.mobile-social .social-list {
    float: none;
    margin: 10px 0 0 0;
}

.mobile-social .social-list li {
    margin-top: 0;
}

.awards-list .award {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
}

.awards-list .award p {
    color: #676767;
}

.projecttypes {
    display: block;
    text-align: left;
    margin: 20px 20px;
}

.projecttypes .type {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.projecttypes .type.checked {
    border: 3px solid #7b5428;
}


/*Testimonial Theme*/

.vw-tm-wrap,
.vw-tm-wrap .tm-img img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out
}

.vw-tm-wrap {
    text-align: center;
    padding: 85px 10px 25px 10px;
    margin: 70px 5px 35px;
    background: #323232;
    box-shadow: 4px 4px 0 0 #c5a47e;
    position: relative;
    transition: all .2s ease-out;
}

.vw-tm-wrap:hover {
    background: #323232;
}

.vw-tm-wrap .tm-img {
    width: 120px;
    height: 120px;
    border: 4px solid #c5a47e;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0
}

.vw-tm-wrap .tm-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .2s ease-out;
}

.vw-tm-wrap:hover .tm-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border: 1px solid #c5a47e
}

.vw-tm-wrap .tm-desc {
    font-size: 14px;
    color: #a7a7a7;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
}

.vw-tm-wrap .tm-title {
    font-weight: 700;
    color: #c5a47e;
    font-size: 14px;
}

.vw-tm-wrap .tm-desc:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 32px;
    color: #c5a47e;
    position: absolute;
    top: -15px;
    left: -5px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.vw-tm-wrap:hover .tm-desc:before {
    left: -35px
}

.vw-tm-wrap .testimonial-profile {
    position: relative;
    margin: 20px 0 10px
}

.vw-tm-wrap .testimonial-profile:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #c5a47e;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0
}

.vw-tm-wrap .title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #c5a47e;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px
}

.vw-tm-wrap .tm-rating {
    font-size: 18px;
    margin-top: 25px
}

.vw-tm-wrap .tm-rating .fa {
    margin-right: 2px;
    color: #c5a47e;
}

.vw-tm-wrap .post {
    display: block;
    font-size: 14px;
    color: #c5a47e;
    text-transform: capitalize;
}

.vw-tm-wrap.bg-color-option1 {
    background: #178a90;
    box-shadow: 8px 4px 0 0 #0f4b4e
}

.vw-tm-wrap.bg-color-option1 .tm-img {
    border: 5px solid #00aac4
}

.vw-tm-wrap.bg-color-option1 .tm-title {
    color: #fff
}

.vw-tm-wrap.bg-color-option1 .tm-desc {
    color: #e4e4e4
}

.vw-tm-wrap.bg-color-option1 .title {
    color: #fff
}

.vw-tm-wrap.bg-color-option1 .post,
.vw-tm-wrap.bg-color-option1 .tm-rating .fa {
    color: #e4e4e4
}

.vw-tm-wrap.bg-color-option1 .testimonial-profile:after {
    background: #00aac4
}

.vw-tm-wrap.bg-color-option1 .tm-desc:before {
    color: #24b6bd
}

.vw-tm-wrap.bg-color-option2 {
    background: #1abc9c;
    box-shadow: 8px 4px 0 0 #12715e
}

.vw-tm-wrap.bg-color-option2 .tm-img {
    border: 5px solid #45e4c5
}

.vw-tm-wrap.bg-color-option2:hover .tm-img img {
    border: 1px solid #45e4c5
}

.vw-tm-wrap.bg-color-option2 .tm-title {
    color: #fff
}

.vw-tm-wrap.bg-color-option2 .tm-desc {
    color: #f7f7f7
}

.vw-tm-wrap.bg-color-option2 .title {
    color: #fff
}

.vw-tm-wrap.bg-color-option2 .post,
.vw-tm-wrap.bg-color-option2 .tm-rating .fa {
    color: #f7f7f7
}

.vw-tm-wrap.bg-color-option2 .testimonial-profile:after {
    background: #45e4c5
}

.slider-option,
.vw-slider-style .vw-sub-title h3 {
    background: #000
}

.vw-tm-wrap.bg-color-option2 .tm-desc:before {
    color: #45e4c5
}

.vw-slider-style .vw-sub-title h3 span {
    color: #fff
}

.slider-option .vw-tm-wrap {
    background: #252525
}

.slider-option .vw-tm-wrap .tm-desc {
    color: #c7c5c5
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-dot.active {
    background: #00aac4;
    width: 22px;
    height: 12px
}

@media only screen and (max-width:990px) {
    .vw-tm-wrap {
        margin-bottom: 25px
    }
    .vw-tm-wrap .tm-desc:before {
        display: none
    }
}


/*--- Responsive Styles ---*/

@media screen and (max-width:1600px) {
    .about-3-section .comp-block {
        padding-left: 135px;
        padding-right: 0
    }
    .about-3-section .jessup-block {
        padding: 12px 50px;
    }
    .about-3-section .malika-block {
        padding-left: 0;
        padding-right: 100px;
    }
}

@media screen and (max-width:1500px) {
    .about-3-section .comp-block {
        padding-left: 100px;
    }
}

@media screen and (max-width:1440px) {
    .about-3-section .malika-block {
        padding-left: 15px;
        padding-right: 35px;
    }
    .about-3-section .comp-block {
        padding-left: 60px;
    }
}

@media screen and (max-width:1366px) {
    .about-3-section .comp-block {
        padding-left: 25px;
    }
    .about-3-section .jessup-block {
        padding: 12px 15px;
    }
}

@media screen and (max-width:1300px) {
    .about-3-section .comp-block {
        padding-left: 0;
    }
    .about-3-section .jessup-block {
        padding: 12px 15px;
    }
    .about-3-section .malika-block {
        padding-left: 25px;
        padding-right: 0;
    }
}

@media screen and (max-width:1200px) {
    .about-3-section .comp-block {
        padding-left: 0;
        padding-right: 25px;
    }
    .about-3-section .jessup-block {
        padding: 12px 0;
    }
    .about-3-section .malika-block {
        padding-left: 35px;
    }
}

@media screen and (max-width:1100px) {
    .indent-sec-line {
        text-indent: 24px;
    }
}

@media screen and (max-width:1024px) {
    .social-list .fa {
        font-size: 18px !important;
    }
    .about-3-section .malika-block {
        padding: 12px 25px;
    }
    .clients-list .client {
        width: calc(100%/5);
    }
}

@media screen and (max-width:991px) {
    .navbar-mobile {
        position: fixed !important;
        z-index: 5;
        background-color: rgba(50, 50, 50, .95);
        box-shadow: 0 0 35px rgba(0, 0, 0, .1);
        padding: 1.2em 0 !important;
    }
    .navbar-toggle.collapsed .icon-bar {
        background-color: #c5a47e !important;
    }
    .clients-list .client {
        width: calc(100%/4);
    }
    .awards-list .award {
        width: 32%;
    }
}

@media screen and (max-width:920px) {
    .indent-sec-line {
        display: inline;
        text-indent: 0;
    }
}

@media screen and (max-width:768px) {
    .about-3-section {
        padding-left: 6%;
        padding-right: 6.5%;
    }
    .vc_images_carousel .vc_carousel-control .icon-next,
    .vc_images_carousel .vc_carousel-control .icon-prev {
        width: 30px !important;
        height: 30px !important;
    }
    .about-3-section .jessup-block {
        padding: 12px 8px
    }
    .about-3-section .comp-block img {
        height: 205px !important;
    }
    .about-3-section .jessup-block img {
        height: 225px !important;
    }
    .about-3-section .malika-block img {
        height: 225px !important;
    }
    .arrow-right {
        left: auto !important;
        right: 20px !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap {
        right: 0 !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap:nth-child(2) {
        left: 120px !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap:nth-child(3) {
        left: 140px !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap:nth-child(4) {
        left: 140px !important;
    }
    .arrow-left,
    .arrow-right {
        top: 60vmin !important;
    }
}

@media screen and (max-width:736px) {
    .project.project_item.project-light.col-sm-6.col-md-4.col-lg-3,
    .project.project_item.col-sm-6.col-md-4.col-lg-3 {
        width: calc(97%/3);
        display: inline-block;
    }
    .mobile-social {
        display: block;
    }
    .col-about-img img {
        margin: 0 auto;
    }
    .home .projects-carousel .owl-item {
        width: 100% !important;
        height: 350px;
    }
    .home .projects-carousel .owl-controls {
        display: none !important;
    }
    .home .project figure {
        position: absolute;
        width: 33%;
    }
    .vc_images_carousel .vc_carousel-indicators {
        bottom: 30px !important;
    }
}

@media screen and (max-width:767px) {
    .testimonials .single {
        margin-top: 50px;
    }
    .vw-tm-wrap .tm-desc {
        min-height: 0 !important;
    }
}

@media screen and (max-width:640px) {
    .clients-list .client {
        width: calc(100%/3);
    }
}

@media screen and (max-width:568px) {
    .project.project_item.project-light.col-sm-6.col-md-4.col-lg-3,
    .project.project_item.col-sm-6.col-md-4.col-lg-3 {
        width: calc(97%/3);
        display: inline-block;
    }
    .arrow-left,
    .arrow-right {
        top: 85vmin !important;
    }
    .awards-list .award {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .main-header {
        padding-left: 0;
    }
    .single-projects .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
        height: 56vh !important;
    }
    .single-projects .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item .vc_inner img {
        height: 56vh;
    }
    .project.project_item.project-light.col-sm-6.col-md-4.col-lg-3,
    .project.project_item.col-sm-6.col-md-4.col-lg-3 {
        width: 100%
    }
    .home .project figure {
        position: relative;
        width: 100%;
    }
    .arrow-left,
    .arrow-right {
        top: 100vmin !important;
    }
    .section-content {
        margin-top: 2.1em;
    }
    .col-about-info p {
        line-height: 20px;
        text-align: justify;
    }
    .col-about-title br {
        display: none;
    }
    .home .project figure img {
        height: max-content;
        width: auto;
    }
    .text-parallax-content {
        font-size: 15.2em !important;
    }
    .experience.section .col-about-title {
        font-size: 36px !important;
    }
    .arrow-left:before,
    .arrow-right:after {
        font-size: 20px;
    }
    .arrow-left:after,
    .arrow-right:before {
        top: 3px;
    }
    .arrow-right:after {
        position: absolute;
        right: 0;
    }
    .arrow-right:before {
        right: 40px;
        position: absolute;
    }
    .vc_custom_1494006055298 p {
        text-align: justify;
    }
    .single-projects .arrow-right:after {
        top: -25px;
    }
    .single-projects .arrow-left:before {
        position: absolute;
        left: 15px
    }
    #rev_slider_8_1 .tp-parallax-wrap {
        right: 0 !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap:nth-child(2) {
        left: 5px !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap:nth-child(3) {
        left: 25px !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap:nth-child(4) {
        left: 25px !important;
    }
    #rev_slider_8_1 .tp-parallax-wrap:nth-child(4) .tp-caption {
        font-size: 10px !important;
    }
    .about-3-section p {
        text-align: justify;
    }
    .about-3-section .comp-block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .clients-list {
        margin: 0 -7em 0
    }
    .clients-list .client p {
        font-size: 18px;
    }
    .clients-list .client {
        width: calc(100%/3);
    }
    .projects-carousel .owl-controls {
        display: none !important;
    }
    #about .col-about-info {
        padding-left: 2px;
    }
}

@media screen and (max-width:425px) {}

@media screen and (max-width:325px) {
    /*.clients-list .client{width: 100%;}*/
}