/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body{
    font-family: 'Open Sans', sans-serif;
}
.wrapper{
    width: 100%;
    float: left;
}
.container{
    margin: 0 auto;
    max-width: 1520px;
    padding: 0px 20px;
}
header{
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.19);
}
.header .container{
    max-width: 1840px;
}
.red_bar{
    padding: 48px 0px 20px;
    background: #bd0000;
    float: left;
    width: calc(100% - 700px);
    position: relative;
}
.red_bar .logo{
    float: right;
}
.red_bar:after{
    width: 0;
    height: 0;
    border-bottom: 99px solid #bd0000;
    border-right: 90px solid transparent;
    position: absolute;
    right: -90px;
    top: 0px;
    content: "";
}
.black_bar{
    background: #000000;
    padding: 10px 20px 10px 18px;
    float: right;
    width: 540px;
    position: relative;
}
.black_bar:after{
    width: 0;
    height: 0;
    border-top: 45px solid #000;
    border-left: 45px solid transparent;
    position: absolute;
    left: -45px;
    top: 0px;
    content: "";
}
.black_bar ul{
    float: left;
    padding: 0px;
    margin: 0px;
}
.black_bar ul li{
    float: left;
}
.black_bar ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 17.5px;
    letter-spacing: .2px;
}
.black_bar ul li.mail_icon{
    margin-left: 45px;
    background: url('../img/mail_icon.png') left center no-repeat;
    padding-left: 26px;
}
.black_bar ul li.phone_icon{
    background: url('../img/phone_icon.png') left center no-repeat;
    padding-left: 22px;
}

/*BANNER*/
.banner{
    padding: 275px 0px 320px;
    background: url('../img/banner.jpg') center center no-repeat;
    background-size: cover;
    border-top: 1px solid #fff;
}
.banner_caption{
    float: left;
    max-width: 620px;
}
.banner_caption h1{
    font-size: 55px;
    font-weight: 600;
    margin: 0px 0px 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -2.2px;
}
.banner_caption p{
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0px 38px;
    line-height: 23px;
}
a.btn {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    background: #bd0000;
    padding: 7px 30px;
    transform: skew(-16deg);
    transition: all ease .3s;
    text-transform: uppercase;
}
a.btn span{
    transform: skew(16deg);
}


/*NAV*/
nav{
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.36);
}
nav ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
nav ul li{
    list-style: none;
}
nav ul li a{
    display: inline-block;
    padding: 44px 22px;
    color: #464646;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: all ease .3s;
}
nav ul li.active a, nav ul li:hover a{
    background: #bd0000;
    color: #fff;
}

.services{
    padding: 110px 0px;
}
.heading{
    text-align: center;
    position: relative;
}
.heading:before{
    content: "Our services";
    text-align: center;
    text-transform: uppercase;
    font-size: 67px;
    font-weight: bold;
    color: #f2f2f2;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    top: -13px;
    line-height: 67px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.heading h3{
    color: #464646;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px;
    line-height: 36px;
    letter-spacing: -.8px;
}
.heading h3 span{
    transform: skew(-15deg);
    background:#bd0000;
    display: inline-block;
    padding: 2px 8px;
    color: #fff;
}
.heading p{
    color: #464646;
    font-size: 16px;
    font-weight: 400;
    margin: 17px 0px 0px;
}
.services_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 24px auto 0px;
    max-width: 1100px;
    padding: 0px;
}
.services_list li{
    width: 33.33%;
    text-align: center;
    list-style: none;
    padding: 26px 0px;
}
.services_list li .icon{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/service_bg.png') center center no-repeat;
    width: 98px;
    height: 85px;
    margin: 0 auto;
}
.services_list li p{
    color: #464646;
    font-size: 20px;
    font-weight: 600;
    margin: 19px 0px 0px;
}


.gallery .heading:before{
    content: "SOME OFOUR WORK";
}
.gallery_list{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 50px;
}
.gallery_list li{
    list-style: none;
    width: 16.66%;
    box-sizing: border-box;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gallery_list li .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6) url('../img/zoom_icon.png') center center no-repeat;
    opacity: 0;
    visibility: hidden;
    background-size: 40px;
}
.gallery_list li:hover .overlay{
    visibility: visible;
    opacity: 1;
}
.gallery_list li:nth-child(5n),{
    border-right: 0px;
}
.gallery_list li img{
    max-width: 100%;
    transition: transform .2s;
}
.gallery_list li:hover img{
    transform: scale(1.2);
}

.contact{
    padding: 95px 0px 70px;
    background: url('../img/contact_bg.jpg') center center no-repeat;
    background-size: cover;
    margin-top: 90px;
}
.contact .container{
    max-width: 1340px;
}
.contact .contact_wrap{
    display: flex;
}
.contact .left{
    float: left;
    align-self: center;
}
.contact .left h2{
    color: rgba(255,255,255,.98);
    font-size: 70px;
    line-height: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    margin: 5px 0px 54px;
    text-transform: uppercase;
}
.contact .left a.btn{
    background: #fff;
    color: #bc0000;
}
.contact .right{
    width: 520px;
    box-sizing: border-box;
    float: right;
    background: #fff;
    padding: 40px 35px 35px;
    border-radius: 4px;
    box-shadow: 0px 0px 14px 0px rgba(22, 22, 23, 0.22);
    margin-left: auto;
    margin-right: 8%;
}
.contact .right iframe{
    height: 650px;
    width: 100%;
}
.contact .right p{
    color: #666262;
    font-size: 20px;
    font-weight: 300;
    margin: 0px 0px 15px;
}
.contact .right p:last-child{
    margin: -8px 0px 0px;
}


/*TESTIMONAIL*/

.testimonial_section {
    padding: 100px 0px;
    position: relative;
    background: #fff;
}
.testimonial_section .google_review {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 0;
}
.testimonial_section .heading:before{
    content: "TESTIMONIAL SLIDER";
}
.testimonial_section ul.testimonial{
    margin-top: 65px;
    padding: 0px;
}
.testimonial_wrap {
    max-width: 930px;
    margin: 0 auto;
}
.testimonial_section ul {
    text-align: center;
}
.testimonial_section ul li {
    list-style: none;
    float: left;
    width: 100% !important;
    padding: 60px 40px 30px;
    position: relative;
    background: #fbfbfb;
    box-sizing: border-box;
    text-align: center;
}
.testimonial_section ul li > img{
    width: auto !important;
    display: inline-block !important;
}
.testimonial_section ul li p , .testimonial_section ul li .text{
    color: #000;
    font-size: 23px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    font-style: italic;
    margin: 10px 0px 0px;
}

.bottom_text h3 {
    color: #464646;
    font-size: 22px;
    margin: 10px auto 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    max-width: 350px;
    border-top:0px;
    padding-top: 28px;
}
.bottom_text h3 span{
    font-weight: 500;
}
.testimonial_wrap .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    margin: 25px 2px;
    background: #cccccc;
}
.testimonial_wrap .owl-dots .owl-dot.active span{
    background: #bd0000;
}
.about_us{
    padding: 0px 0px 100px;
}
.about_wrap{
    margin-top: 60px;
}
.about_us .container{
    max-width: 1740px;
}
.about_us .heading{
    padding: 2px 0px 2px;
}
.about_us .heading:before{
    content: "ABOUT US";
}
.about_us .left{
    float: left;
    width: 56%;
}
.about_us .left img{
    max-width: 100%;
}
.about_us .right{
    float: right;
    width: 44%;
    max-width: 660px;
    padding: 85px 0px 0px;
}
.about_us .right h4{
    color: #464646;
    font-size: 38px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 0px 0px 0px;
}
.about_us .right p{
    color: #464646;
    font-size: 21px;
    margin: 11px 0px 24px;
    font-family: 'Roboto', sans-serif;
}

footer{
    background: url('../img/footer_bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 70px 0px 50px;
    position: relative;
}
footer:before{
    height: 12px;
    width: 100%;
    background: #b80000;
    position: absolute;
    left:50%;
    transform: translateX(-50%);
    top: -12px;
    content: "";
    max-width: 1300px;
}
footer .container, .copy_right .container{
    max-width: 1400px;
}
footer .col-4, footer .col-3{
    float: left;
}
footer .col-4{
    width: 30%;
}
footer .col-4:first-child ul{
    max-width: 360px;
}
footer .col-3{
    width: 20%;
}
footer h4{
    color: #fff;
    font-size:22px;
    font-weight: 500;
    letter-spacing: -.3px;
    text-transform: uppercase;
    margin: 0px 0px 16px;
    border-bottom: 2px solid #bd0000;
    padding-bottom: 1px;
    display: table;
    font-family: 'Roboto', sans-serif;
}
footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
footer ul li, footer ul li a{
    color: #666666;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
footer ul li{
    margin-bottom: 6px;
}
footer .col-4:first-child ul li{
    margin-bottom: 18px;
    padding: 2px 0px 2px 32px;
}
footer .call_us li.phone_footer{
    background: url('../img/footer_phone.png') center left no-repeat;
}
footer .call_us li.add_footer{
    background: url('../img/footer_map.png') center left no-repeat;
}
footer .call_us li.timing{
    background: url('../img/footer_clock.png') top 5px left no-repeat;
}
footer ul li a:hover, .copy_right p:last-child a:hover{
    color: #bd0000;
}
footer iframe{
    height: 200px;
    width: 100%;
}
.copy_right{
    background: #000000;
    padding: 30px 0px 25px;
}
.copy_right p{
    float: left;
    font-size: 20px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0px;
}
.copy_right p:last-child{
    float: right;
}
.copy_right p:last-child a{
    color: #666;
    text-decoration: none;
}
.menu_bar{
    display: none;
}



/*MEDIA QUERY*/
@media(max-width: 1500px){
    .banner{
        padding: 200px 0px 200px;
    }
    .banner_caption h1{
        font-size: 48px;
    }
    .banner_caption{
        max-width: 560px;
    }
    a.btn{
        padding: 7px 25px;
    }
    nav ul li a{
        padding: 30px 22px;
    }
    .services{
        padding: 85px 0px 90px;
    }
    .contact{
        margin-top: 70px;
        padding: 75px 0px 65px;
    }
    .about_us .left{
        padding-right: 20px;
        box-sizing: border-box;
    }
    .about_us .right{
        padding: 55px 0px 0px;
    }
    .about_us .right h4{
        font-size: 32px;
    }
    .about_us .right p{
        font-size: 19px;
    }
    .testimonial_section{
        padding: 80px 0px 80px;
    }
}
@media(max-width: 1280px){
    .black_bar{
        width: 518px;
    }
    .black_bar ul li.mail_icon{
        margin-right: 30px;
    }
    .red_bar{
        padding: 40px 0px 18px;
    }
    .red_bar::after {
        border-bottom: 80px solid #bd0000;
    }
    .red_bar .logo{
        padding-left: 20px;
    }
    .red_bar .logo img{
        max-width: 100%;
    }
    .heading::before {
        width: 100%;
        font-size: 54px;
    }
    .contact .left h2{
        font-size: 60px;
        margin: 5px 0px 35px;
    }
    .contact .right{
        margin-right: 0px;
    }
    .about_us .right{
        padding: 0px;
    }
    .about_us .right h4{
        font-size: 24px;
    }
    .about_us .right p{
        font-size: 18px;
    }
    .testimonial_section{
        padding: 65px 0px 60px;
    }
    footer{
        padding: 55px 0px 40px;
    }
    footer h4{
        font-size: 18px;
    }
    footer ul li, footer ul li a{
        font-size: 16px;
    }
    footer iframe{
        height: 150px;
    }
    .copy_right{
        padding: 24px 0px 20px;
    }
    .copy_right p{
        font-size: 18px;
    }
    .testimonial_section .google_review{
        display: none;
    }
}
@media(max-width: 1000px){
    header{
        background: #bd0000;
    }
    .red_bar{
        padding: 28px 0px 28px;
        float: left;
    }
    .red_bar .logo{
        float: left;
    }
    .red_bar .logo img{
        max-width: 400px;
    }
    .red_bar:after{
        display: none;
    }
    .black_bar{
        display: none;
    }
    .menu_bar{
        display: block;
        width: 32px;
        cursor: pointer;
        float: right;
        padding-right: 20px;
        margin: 30px 0px 0px;
    }
    .menu_bar li{
        list-style: none;
        width: 100%;
        height: 2px;
        background: #fff;
        margin-bottom: 7px;
    }
    .banner{
        padding: 100px 0px 100px;
    }
    .banner_caption{
        max-width: 600px;
        background: rgba(189,0,0,.8);
        padding: 28px 25px;
        border-radius: 4px;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .banner_caption a.btn{
        background: #fff;
        color: #bd0000;
    }
    .banner_caption h1{
        font-size: 36px;
        letter-spacing: -1px;
    }
    .banner_caption p{
        margin: 5px 0px 32px;
    }
    nav{
        position: absolute;
        top: 78px;
        background: #fff;
        text-align: center;
        display: none;
    }
    nav .container{
        max-width: 100%;
        padding: 0px;
    }
    nav ul li{
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    nav ul li a{
        display: block;
        padding: 22px 22px;
        font-size: 18px;
        text-transform: capitalize;
    }
    nav ul li.active a{
        background: transparent;
        color: #464646;
    }
    .services_list li p{
        font-size: 17px;
        margin: 16px 0px 0px;
    }
    .gallery_list li{
        width: 25%;
    }
    .contact .left h2{
        font-size: 48px;
        margin: 5px 0px 28px;
    }
    footer .col-3:nth-child(2), footer .col-4:nth-child(3){
        display: none;
    }
    footer .col-3,footer .col-4{
        width: 50%;
    }
    footer iframe{
        height: 160px;
    }
}
@media(max-width: 900px){
    .contact{
        background: #be0002;
    }
    .contact .contact_wrap{
        display: block;
    }
    .contact .left, .contact .right{
        width: 100%;
        float: left;
        text-align: center;
    }
    .contact{
        padding: 45px 0px 60px;
    }
    .contact .left{
        margin-bottom: 40px;
    }
    .contact .left h2{
        margin: 5px 0px 22px;
        font-size: 46px;
    }
    .about_us .left, .about_us .right{
        width: 100%;
        text-align: center;
    }
    .about_us .right{
        margin-bottom: 40px;
    }
    .about_us .right{
        max-width: 100%;
        padding: 0px;
    }
}
@media(max-width: 900px){
    .banner_caption h1{
        font-size: 28px;
        letter-spacing: 0px;
    }
}
@media(max-width: 767px){
    .services_list li{
        width: 50%;
    }
    .gallery_list li{
        width: 33.33%;
    }
    footer .col-3, footer .col-4{
        width: 100%;
    }
    footer .col-4{
        margin-bottom: 25px;
    }
    footer .col-3 iframe{
        height: 300px;
    }
    .copy_right p{
        float: left;
        width: 100%;
        text-align: center;
    }
    .copy_right p:last-child{
        margin-top: 18px;
    }
}
@media(max-width: 480px){
    .banner{
        padding: 70px 0px 70px;
    }
    .red_bar .logo img{
        max-width: 260px;
    }
    .banner_caption{
        padding: 28px 18px;
    }
    .banner_caption p{
        font-size: 16px;
    }
    .banner_caption a.btn{
        font-size: 16px;
    }
    .banner_caption h1{
        font-size: 24px;
        line-height: initial;
    }
    .heading h3{
        font-size: 26px;
    }
    .heading p{
        margin: 14px 0px 0px;
    }
    .services_list li p{
        font-size: 16px;
        margin: 15px 0px 0px;
    }
    .heading::before{
        display: none;
    }
    .services{
        padding: 65px 0px 60px;
    }
    .gallery_list li{
        width: 50%;
    }
    .gallery_list li:nth-child(2n){
        border-right: 0px;
    }
    .contact .right{
        padding: 30px 15px 28px;
    }
    .contact .left h2{
        font-size: 28px;
        margin: 5px 0px 18px;
    }
    .contact{
        padding: 30px 0px 60px;
    }
    .contact .right p{
        font-size: 18px;
    }
    .about_us{
        padding: 0px 0px 70px;
    }
    .about_us .right h4{
        font-size: 22px;
    }
    .about_us .right p{
        font-size: 17px;
    }
    .about_wrap{
        margin-top: 35px;
    }
    .copy_right p{
        font-size: 15px;
    }
    .testimonial_section ul li{
        padding: 40px 20px 25px;
    }
    .testimonial_section ul li p, .testimonial_section ul li .text{
        font-size: 20px;
        line-height: 38px;
    }
}