
*:before, *:after {
	box-sizing: inherit;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mainHeader {
    -webkit-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 22px -6px rgba(0,0,0,0.75);
    padding: 20px 0;
}

.logo {
    margin: 13px 20px;
}

.layout-2 .nav > li > a {
    color: #000;
}

.layout-2 .nav > li:hover > a, .layout-2 .nav > li.active > a, .layout-2 .nav > li.active > a:focus {
    background-color: transparent;
    /* text-decoration: underline; */
    color: #000;
}

/* .layout-2 .nav > li.active > a:after {
    content: '';
    height: 1px;
    background: black; 
    display:block;
    margin-top: 1px;
} */

section .title h1 {
    color: #444343;
}

#AboutUs.layout-2 {
    padding-bottom: 0;
}

section.background-image3 {
    background-image: none;
}

.srv-left {
    border-right: 1px solid #464646;
}

.srv-right {
    border-right: none;
}

.service {
    border-bottom: 1px solid #464646;
}

.video-overlay-bg {
    background-image: url(../images/video-gb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.video-controls a.play {
    color: #fff;
}

.video-overlay h4 span {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2px 6px 3px 6px;
}

.project-details h2 {
    color: #6f6f6f;
    border-bottom: none;
    padding: 15px 0 0 0;
    font-size: 14px;
    width: 100%;
    font-weight: 300;
}

.project-details h4 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    color: #000;
}

.mfp-bg {
    background: rgba(0, 0, 0, 1);
}

/* .mfp-close {
    right: 16.5%;
} */

.fancybox-content {
    padding: 0;
    background: #2a2929;
}

.prod-popup-img {
    padding: 0;
}

.prod-popup-info {
    padding: 50px;
}

.prod-popup-info .title h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 20px;
}

.prod-popup-info .title.light h1 {
    color: #fff;
}

.prod-popup-info .title.light h3 {
    font-size: 22px;
    color: #fff;
}

.prod-popup-info .title.light p {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: justify;
}

.prod-popup-info .btn-primary {
    color: #a3632a;
    background-color: #ffffff;
    border-color: #122b40;
    font-size: 25px;
    padding: 12px 36px;
    border: none;
    border-radius: 0;
}

.prod-popup-info .btn-primary:active:hover {
    color: #a3632a;
    background-color: #ffffff;
    border-color: #122b40;
    font-size: 25px;
    padding: 12px 36px;
    border: none;
    border-radius: 0;
}

.layout-2 .service.srv-left {
    padding-right: 40px;
    padding-left: 0;
    padding-bottom: 40px;
}

.layout-2 .service.srv-right {
    padding-left: 40px;
    padding-right: 0;
    padding-bottom: 40px;
}

@media screen and (max-width: 2000px) and (min-width: 1899px){
    .layout-2 .service.srv-right {
        padding-left: 36px;
    }
}

@media screen and (max-width: 1350px) and (min-width: 1250px){
    .layout-2 .service.srv-left {
        padding-right: 40px;
        padding-left: 0;
        padding-bottom: 15px;
    }
}
/*
@media screen and (max-width: 600px) and (min-width: 0px){
    #mainMenu {
        display: none;
    }
}*/



/* #OurServices .inner-wrapper.layout-2 {
    padding-left: 30px;
    padding-right: 30px;
}

.layout-2 .service {
    padding-top: 25px;
    text-align: left;
}

.layout-2 .service.srv-right {
    padding-left: 25px;
    padding-right: 0;
}

.layout-2 .service.srv-bottom {
    border-bottom: 38px;
}

.layout-2 .service {
    padding-top: 25px;
    text-align: left;
}

.layout-2 .service.srv-left {
    padding-left: 0;
}

.layout-2 .service.srv-bottom {
    border-bottom: 38px;
} */

@media screen and (max-width: 2000px) and (min-width: 1200px){
    #OurServices .layout-2, #LatestNews .layout-2 {
        width: 100%;
    }
}

.inner-wrapper {
    /* padding-top: 140px;
    padding-bottom: 140px; */
    margin-top: 140px;
    margin-bottom: 140px;
}