/*! 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;
}
ul{
    padding: 0px;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{
    font-family: 'Montserrat', sans-serif;
}
.wrapper{
    width: 100%;
    float: left;
}
.container{
    max-width: 1640px;
    margin: 0 auto;
    padding: 0px 20px;
}
header{
    background: url('../img/header_bg.jpg') center center no-repeat;
    background-size: cover;
}
.topbar{
    border-bottom: 2px solid #D71920;
}
.topbar ul{
    float: right;
    padding: 12px 0px 9px;
}
.topbar ul li{
    float: left;
    list-style: none;
    background: url('../img/phone_icon.png') left center no-repeat;
    padding-left: 20px;
} 
.topbar ul li a{
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    padding: 4px 15px;
    transition: all ease .3s;
}
.topbar ul li a:last-child{
    padding-right: 0px;
    border-left: 1px solid #fff;
}
.topbar ul li a:hover{
    color: #D71920;
}


header .navigation .container{
    position: relative;
}
header .logo {
  border-top: 135px solid #fff;
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
  height: 0;
  width: 280px;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
header .logo img{
    position: absolute;
    top: -104px;
    left: 50%;
    transform: translateX(-50%);
}
header nav{
    float: right;
    padding: 34px 0px 25px;
}
header nav ul{
    margin: 0px;
}
header nav ul li{
    float: left;
    list-style: none;
}
header nav ul li a{
    text-decoration: none;
    color: #fff;
    padding: 6px 50px;
    border-left: 1px solid #fff;
    font-size: 20px;
    transition: all ease .3s;
}
header nav ul li a.active , header nav ul li a:hover{
    color: #D71920;
}
header nav ul li:first-child a{
    padding: 0px 50px;
    border-left: 0px;
}
header nav ul li:first-child a img{
    position: relative;
    top: -6px
}
header nav ul li:last-child a{
    padding-right: 0px;
}


.banner{
    background: url('../img/banner_bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 170px 0px 220px;
}
.banner .left{
    width: 620px;
    float: left;
}
.banner .left h1{
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin: 55px 0px 35px;
    line-height: 55px;
}
.banner .right{
    float: right;
    width: calc(100% - 620px);
}
.banner .right img{
    max-width: 100%;
}
.btn{
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 600;
    background: #D71920;
    display: inline-block;
    border: 1px solid #D71920;
    transition: all ease .3s;
}
.btn:hover{
    background: #fff;
    color: #D71920;
    border-color: #fff;
}


.our_services{
    padding: 90px 0px 95px;
    background: url('../img/services_bg.png') center center no-repeat;
    background-size: cover;
}
.heading{
    text-align: center;
}
.heading h4{
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    margin: 0px 0px 0px;
    padding: 14px 0px 16px;
    position: relative;
    line-height: 55px;
}
.heading h4:before{
    background: url('../img/heading_top.png') center center no-repeat;
    content: "";
    width: 63px;
    height: 7px;
    margin: 0 auto;
    display: block;
}
.heading h4:after{
    background: url('../img/heading_btm.png') center center no-repeat;
    content: "";
    width: 290px;
    display: block;
    height: 6px;
    margin: 0 auto;
}
.heading p{
    color: #999999;
    font-size: 20px;
    font-weight: 300;
    margin: 2px 0px 0px;
}
.our_services ul{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
.our_services ul li{
    float: left;
    width: calc(25% - 12px);
    margin-right: 15px;
    list-style: none;
}
.our_services ul li:last-child{
    margin-right: 0px;
}
.our_services ul li .image img{
    transition: all ease .3s;
    max-width: 100%;
}
.our_services ul li .image{
    overflow: hidden;
}
.our_services ul li:hover .image img{
    transform: scale(1.1);
}
.our_services ul li .text{
    border: 1px solid #ccc;
    padding: 22px 20px 22px;
}
.our_services ul li .text h5{
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 14px;
}
.our_services ul li .text a.btn{
    padding: 12px 30px;
}
.our_services ul li .text a.btn:hover{
    border-color: #D71920;
}

.breaddown{
    background: url('../img/breakdown.jpg') center center no-repeat;
    padding: 135px 0px 60px;
    background-size: cover;
}
.breaddown .text{
    text-align: center;
    max-width: 975px;
    float: right;
}
.breaddown .text h3{
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    margin: 0px 0px 28px;
}

.our_gallery{
    padding: 90px 0px 40px;
}
.our_gallery .gallery_list_wrap{
    background: url('../img/gallery_bg.jpg') center center no-repeat;
    padding: 100px 0px;
    margin-top: 75px;
    background-size: cover;
}
.our_gallery .gallery_list_wrap .owl-dots{
    display: block !important;
}
.our_gallery .gallery_list_wrap .owl-dots .owl-dot span{
    margin: 0px;
    width: 85px;
    border-radius: 0px;
    height: 6px;
    margin-right: 15px;
    background: #CCCCCC;
}
.our_gallery .gallery_list_wrap .owl-dots .owl-dot.active span{
    background: #D71920;
}
.our_gallery .gallery_list_wrap .owl-nav.disabled + .owl-dots{
    margin-top: 65px;
}
.our_gallery .gallery_list_wrap .owl-nav.disabled + .owl-dots:focus{
    outline: 0px;
}

.about_us{
    padding: 30px 0px 100px;
}
.about_us .about_content_wrap{
    margin-top: 65px;
    background: url('../img/about_bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 320px 0px 400px;
}
.about_us .about_content_wrap h3{
    font-size: 85px;
    color: #333;
    line-height: 108px;
    text-transform: uppercase;
    margin: 0px 0px 0px;
    text-align: right;
    letter-spacing: 1px;
}
.about_us .about_content_wrap h3 span{
    color: #D71920;
    display: block;
    letter-spacing: -2px;
}
.about_us .about_content_wrap p{
    max-width: 585px;
    float: right;
    font-size: 28px;
    text-align: right;
    line-height: 52px;
    margin: 28px 0px 0px;
}

footer{
    background: url('../img/footer_bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 108px 0px 0px;
}
footer .footer_wrap {
    display: flex;
    justify-content: space-between;
}
footer .col-4 {
    float: left;
}
footer .col-4 p {
    color: #fff;
    font-size: 20px;
    margin: 8px 0px 55px;
    max-width: 500px;
    font-weight: 300;
    line-height: 32px;
}
footer .col-4 h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin: 0px 0px 30px;
}
footer .col-4 ul li {
    list-style: none;
    margin-bottom: 14px;
}
footer .col-4 ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
}
footer .col-4 ul.social_icon li {
    float: left;
    margin-right: 8px;
    width: 38px;
    height: 38px;
    background: #fff;
    list-style: none;
}
footer .col-4 ul.social_icon li a {
    width: 38px;
    height: 38px;
    display: block;
}
footer .col-4 ul.social_icon li.fb a {
    background: url('../img/facebook.png') center center no-repeat;
}
footer .col-4 ul.social_icon li.insta a {
    background: url('../img/insta.png') center center no-repeat;
}
footer .col-4 ul.social_icon li.tw a {
    background: url('../img/twitter.png') center center no-repeat;
}
footer .col-4 ul.social_icon li.google_plus a {
    background: url('../img/google-plus.png') center center no-repeat;
}
footer .col-4 .footer_contact_link li{
    padding-left: 35px;
    margin-bottom: 24px;
}
.footer_contact_link li.footer_number{
    background: url('../img/footer_phone.png') left center no-repeat;
}
.footer_contact_link li.mail{
    background: url('../img/footer_mail.png') left center no-repeat;
}
.footer_contact_link li.map_location{
    background: url('../img/footer_map.png') left top 6px no-repeat;
}
.footer_contact_link li.footer_number a{
    display: inline-block;
}
.footer_contact_link li.footer_number a:first-child{
    padding-right: 15px;
}
.footer_contact_link li.footer_number a:last-child{
    border-left: 1px solid #fff;
    padding-left: 15px;    
}
.copy_right{
    margin-top: 85px;
    padding: 55px 0px 18px;
    position: relative;
}
.copy_right p{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    float: left;
    width: 33.33%;
    position: relative;
    z-index: 9999999;
}
.copy_right p span{
    font-weight: 600;
}
.copy_right p img{
    padding: 0px 5px;
}
.copy_right p:last-child{
    text-align: center;
}
.copy_right p a{
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}
.copy_right p a:hover{
    color: #D71920;
}
.copy_right:after {
    content:'';
    position:absolute;
    background:#D71920;
    z-index: 99999;
    top:0; 
    bottom:0;
    left:0;
    width:30%;
}
.copy_right .left_arrow{
    width: 0;
    height: 0;
    border-bottom: 141px solid #D71920;
    border-right: 141px solid transparent;
    position: absolute;
    left: 30%;
    top: 0px;
}


/*INNER PAGES*/
.inner_page .banner {
    background: url('../img/inner_banner.jpg') center center no-repeat;
    padding: 110px 0px 70px;
    background-size: cover;
}
.inner_page .banner .left{
    float: left;
    width: 50%;
}
.inner_page .banner .left img{
    max-width: 100%;
}
.inner_page .banner .right{
    float: right;
    width: 50%;
}

.inner_page .banner .right h1{
    color: #fff;
    font-size: 96px;
    text-align: center;
    position: relative;
    line-height: 115px;
    margin: 18px 0px 0px;
}
.inner_page .banner .right h1::before {
    background: url('../img/top_inner_heading.png') center center no-repeat;
    content: "";
    width: 135px;
    display: block;
    height: 14px;
    margin: 0 auto;
}
.inner_page .banner .right h1::after {
    background: url('../img/inner_heading_btm.png') center center no-repeat;
    content: "";
    width: 100%;
    display: block;
    height: 14px;
    margin: 0 auto;
}
.inner_page .about_us{
    padding: 80px 0px 0px;
}
.our_services_wrap{
    padding: 80px 0px 50px;
    background: #000000;
    margin-top: 80px;
}
.our_services_wrap ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}
.our_services_wrap ul li{
    width: calc(50% - 13px);
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
    border: 5px solid #fff;
    padding: 100px 20px;
    box-sizing: border-box;
}
.our_services_wrap ul li:nth-child(2n){
    margin-right: 0px;
}
.our_services_wrap ul li h3{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0px 28px;
}
.our_services_wrap ul li p{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
    margin:0 auto;
}

.our_services .our_gallery_li ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 1524px;
    margin: 60px auto 0px;
}
.our_services .our_gallery_li ul li{
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.our_services .our_gallery_li ul li:nth-child(2n){
    margin-right: 0px;
}
.our_services .our_gallery_li ul li img{
    max-width: 100%;
    transition: all ease .2s;
}
.our_services .our_gallery_li ul li:hover img{
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.gallery_page .breaddown{
    margin-bottom: 90px;
}
.gallery_page .our_services{
    padding-bottom: 50px;
}
.our_services .our_gallery_li ul li .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(215,25,32,.7);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
    bottom: 0px;
}
.our_services .our_gallery_li ul li:hover .overlay{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);    
}
.our_services .our_gallery_li ul li .overlay img{
    max-width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about_wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.about_wrap .left{
    float: left;
    width: 50%;
    order: 1;
}
.about_wrap .left h2{
    font-size: 57px;
    color: #000000;
    margin: 0px 0px 0px;
    line-height: 68px;
    font-weight: 700;
}
.about_wrap .left h2 span{
    color: #D71920;
    display: block;
}
.about_wrap .left p{
    max-width: 580px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
    width:100%;
    margin: 20px 0px 30px;
}
.about_wrap .right{
    float: right;
    width: 50%;
    order: 2;
}
.about_wrap .left a.btn:hover{
    border-color: #D71920;
}
.about_wrap .left{
    align-self: center;
}
.about_wrap .right{
    text-align: right;
}
.about_wrap .right img{
    float: right;
    max-width: 100%;
}
.contact_page .our_services{
    background: #fff;
}
.google_map{
    margin: 0px 0px 80px;
}
.google_map iframe{
    width: 100%;
    height: 600px;
}
.contact_us_wrap{
    margin-top: 75px;
}
.contact_us_wrap .left, .contact_us_wrap .right{
    float: left;
    width: 50%;
}
.contact_us_wrap .right{
    float: right;
}
.contact_us_wrap .left{
    padding-right: 40px;
    box-sizing: border-box;
}
.contact_us_wrap .left .heading h4{
    text-align: left;
    display: table;
}
.contact_us_wrap .left .heading h4:after{
    position: relative;
    top:8px;
}
.contact_us_wrap .left .heading p{
    text-align: left;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
}
.contact_us_wrap .footer_contact_link{
    border:1px solid #CCCCCC;
    padding: 45px 30px 30px;
    float: left;
    width: auto;
    max-width: 525px;
    margin-top: 45px;
}
.contact_us_wrap .footer_contact_link li{
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 34px;
}
.contact_us_wrap  .footer_contact_link li a{
    color: #999999;
    font-size: 20px;
    text-decoration: none;    
    font-weight: 300;
}
.contact_us_wrap  .footer_contact_link li.footer_number a:first-child{
    border-right: 1px solid #9999;
}
.footer_contact_link p{
    color: #000000;
    font-size: 25px;
    font-weight: 300;
    max-width: 525px;
    margin: 0px 0px 30px;
}
.contact_us_wrap .right iframe{
    height: 500px;
    width: 100%;
    margin-top: 45px;
}
.menu_bar{
    display: none;
}




/*MEDIA QUERY*/
@media(max-width: 1499px){
    .banner{
        padding: 135px 0px 135px;
    }
    .banner .left h1{
        font-size: 38px;
        line-height: 48px;
        margin: 15px 0px 30px;
    }
    .btn{
        font-size: 16px;
    }
    .topbar ul {
        padding: 3px 0px 6px;
    }
    .topbar ul li a{
        font-size: 19px;
        padding: 3px 15px;
    }
    header nav{
        padding: 30px 0px 20px;
    }
    header nav ul li a{
        padding: 4px 40px;
        font-size: 18px;
    }
    header .logo{
        width: 230px;
        border-top: 115px solid #fff;
        border-right: 70px solid transparent;
        border-left: 70px solid transparent;
    }
    header .logo img{
        max-width: 260px;
        top: -89px;
    }
    header nav ul li:first-child a{
        padding: 0px 45px;
    }
    .our_services{
        padding: 70px 0px 75px;
    }
    .our_services ul li .text h5{
        font-size: 17px;
    }
    .our_services ul li .text{
        padding: 18px 15px 22px;
    }
    .our_services ul li .text a.btn{
        padding: 10px 24px;
    }
    .breaddown .text h3{
        font-size: 36px;
        margin: 0px 0px 25px;
    }
    .breaddown{
        padding: 115px 0px 60px;
    }
    .our_gallery{
        padding: 70px 0px 30px;
    }
    .our_gallery .gallery_list_wrap{
        padding: 80px 0px;
    }
    .about_us .about_content_wrap{
        padding: 230px 0px 280px;
    }
    .about_us{
        padding: 25px 0px 100px;
    }
    .about_us .about_content_wrap h3{
        font-size: 70px;
        line-height: 80px;
    }
    .about_us .about_content_wrap p{
        font-size: 26px;
        margin: 20px 0px 0px;
        line-height: 45px;
    }
    footer{
        padding: 80px 0px 0px;
    }
    .copy_right{
        margin-top: 60px;
        padding: 45px 0px 22px;
    }
    .copy_right p{
        font-size: 17px;
        margin: 0px;
    }

    .copy_right .left_arrow{
        border-bottom: 91px solid #D71920;
        border-right: 91px solid transparent;
    }
    footer .col-4 h4{
        font-size: 32px;
        margin: 0px 0px 25px;
    }
    footer .col-4 ul li{
        margin-bottom: 12px;
    }
    footer .col-4 ul li a{
        font-size: 18px;
    }
    footer .col-4 p{
        font-size: 18px;
        margin: 8px 0px 45px;
    }
    .inner_page .banner{
        padding: 100px 0px 70px;
    }
    .inner_page .banner .right h1{
        font-size: 65px;
        line-height: 90px;
    }
    .our_services_wrap{
        margin-top: 55px;
    }
    .our_services_wrap ul li{
        padding: 75px 20px;
    }
    .about_wrap .left h2{
        font-size: 46px;
        line-height: 56px;
    }
    .contact_us_wrap .left .heading h4{
        font-size: 38px;
        line-height: 45px;
    }
    .google_map iframe{
        height: 480px;
    }
}

@media(max-width: 1280px){
    .topbar ul{
        padding: 0px 0px 3px;
    }
    .topbar ul li a{
        font-size: 17px;
        padding: 2px 15px;
    }
    header nav ul li a{
        font-size: 16px;
        padding: 3px 28px;
    }
    header .logo {
        width: 200px;
        border-top: 106px solid #fff;
        border-right: 50px solid transparent;
        border-left: 50px solid transparent;
    }
    header .logo img {
        max-width: 230px;
        top: -83px;
    }
    header nav ul li:first-child a img {
        top: -2px;
        max-width: 30px;
    }
    .banner{
        padding: 125px 0px 125px;
    }
    .banner .left{
        width: 50%;
    }
    .banner .right{
        width: 50%;
    }
    .banner .left h1{
        font-size: 30px;
        line-height: 46px;
        margin: 0px 0px 30px;
    }
    header nav ul li:first-child a{
        padding: 0px 35px;
    }
    .heading h4{
        font-size: 36px;
        line-height: 48px;
    }
    .heading p{
        font-size: 18px;
    }
    .our_services ul{
        margin-top:50px;
    }
    .our_services ul li .text{
        text-align: center;
    }
    .our_services ul li .text h5{
        font-size: 18px;
    }
    .our_services ul li .text a.btn{
        padding: 8px 24px;
        font-size: 15px;
    }
    footer{
        padding: 70px 0px 0px;
    }
    footer .col-4 h4{
        font-size: 24px;
    }
    .copy_right::after {
        width: 50%;
    }
    .copy_right .left_arrow{
        left: 50%;
    }
    .copy_right p{
        width: 50%;
    }
    .inner_page .banner{
        padding: 90px 0px 70px;
    }
    .inner_page .banner .right h1{
        font-size: 52px;
        line-height: 75px;
    }
    .services_page .our_services ul{
        margin-top: 0px;
    }
    .about_wrap .left h2{
        font-size: 36px;
        line-height: 45px;
    }
    .google_map iframe{
        height: 400px;
    }
}
@media(max-width: 1139px){
    .our_gallery .gallery_list_wrap{
        padding: 50px 0px;
    }
    .our_gallery .gallery_list_wrap{
        margin-top: 50px;
    }
    .our_gallery .gallery_list_wrap .owl-nav.disabled + .owl-dots{
        margin-top: 45px;
    }
    .contact_us_wrap .left .heading h4{
        font-size: 32px;
        line-height: 40px;
    }
    .contact_us_wrap .left .heading p{
        font-size: 16px;
        margin-top: 3px;
    }
    .contact_us_wrap .footer_contact_link{
        padding: 25px 25px 15px;
    }
    .footer_contact_link p{
        font-size: 20px;
    }
    .contact_us_wrap .footer_contact_link li{
        margin-bottom: 20px;
    }
    .contact_us_wrap .footer_contact_link li a{
        font-size: 18px;
    }
}
@media(max-width: 1000px){
    .our_services ul li{
        width: calc(50% - 12px);
        margin-bottom: 40px;
    }
    .our_services ul li:nth-child(2n){
        margin-right: 0px;
    }
    .our_services ul li .text{
        box-sizing: border-box;
        padding: 24px 15px 30px;
    }
    .our_services ul li .image img{
        width: 100%;
    }
    .our_services {
        padding: 60px 0px 35px;
    }
    footer .col-4{
        width: 100%;
        text-align: center;
    }
    footer .col-4:nth-child(2), footer .col-4:nth-child(3){
        display: none;
    }
    footer .col-4 p{
        margin: 8px auto 40px;
    }
    footer .col-4 ul.social_icon{
        text-align: center;
    }
    footer .col-4 ul.social_icon li{
        float: none;
        display: inline-block;
    }
    .copy_right{
        margin-top: 45px;
        padding: 30px 0px 30px;
        background: #D71920;
    }
    .copy_right .left_arrow{
        display: none;
    }
    .copy_right p{
        width: 100%;
        float: left;
        text-align: center;
    }
    .copy_right p:first-child{
        margin-bottom: 15px;
    }
    .services_page .our_services ul{
        margin-top: 0px;
    }
    .services_page .our_services ul li{
        width: calc(50% - 13px);
    }
    .google_map iframe{
        height: 350px;
    }
}
@media(max-width: 900px){
    .menu_bar{
        display: block;
        width: 30px;
        height: 35px;
        float: right;
        cursor: pointer;
        margin: 30px 0px 15px;
    }
    .menu_bar li{
        width: 100%;
        height: 2px;
        margin-bottom: 7px;
        background: #D71920;
        list-style: none;
    }
    .menu_bar li:last-child{
        margin-bottom: 0px;
    }
    .navigation{
        position: relative;
    }
    header nav {
        display: none; 
        position: absolute;
        left: 0px;
        width: 100%;
        background: rgba(0,0,0,.98);
        top: 78px;
        padding: 20px 0px 0px;
        z-index:99999;
    }
    header nav ul li {
        width: 100%;
        padding: 20px 0px;
        border-bottom: 1px solid #555353;
    }
    header nav ul li a{
        color: #fff;
        display: block;
        text-align: center;
        border:0px;
        padding: 0px;
    }
    .banner{
        padding: 100px 0px 90px;
    }
    .banner .left h1{
        font-size: 24px;
        line-height: 38px;
    }
    .btn{
        font-size: 14px;
    }
    .breaddown .text h3{
        font-size: 36px;
        margin: 0px 0px 25px;
    }
    .breaddown{
        padding: 80px 0px 80px;
        text-align: center;
    }
    .breaddown .text{
        max-width: 100%;
        float: left;
    }
    .about_us .about_content_wrap h3 {
        font-size: 60px;
        line-height: 72px;
    }
    .about_us .about_content_wrap p{
        font-size: 22px;
        margin: 15px 0px 0px;
        line-height: 42px;
    }
    .about_us .about_content_wrap{
        padding: 140px 0px 0px;
        overflow: hidden;
    }
    .inner_page .banner{
        padding: 90px 0px 50px;
    }
    .inner_page .banner .right h1{
        font-size: 42px;
        line-height: 64px;
    }
    .about_wrap .left h2{
        font-size: 30px;
        line-height: 38px;
    }
    .contact_us_wrap{
        margin-top: 20px;
    }
    .about_wrap .left p{
        font-size: 16px;
    }
    .contact_us_wrap .left, .contact_us_wrap .right{
        padding-right: 0px;
        width: 100%;
    }
    .contact_us_wrap .right iframe{
        margin-top: 0px;
    }
    .contact_us_wrap .left .heading{
        text-align: center;
    }
    .contact_us_wrap .left{
        margin-top: 50px;
    }
    .contact_us_wrap .left .heading h4, .contact_us_wrap .left .heading p{
        display: block;
        text-align: center;
    }
    .contact_us_wrap .footer_contact_link{
        max-width: 100%;
    }
    .services_page.inner_page .about_us{
        padding-bottom:50px;
    }
}
@media(max-width: 767px){    
    .banner{
        padding: 80px 0px 60px;
    }
    .banner .right, .banner .left{
        width:100%;
        float: left;
        text-align: center;
    }
    .banner .left{
        padding-bottom: 45px;
    }
    .banner .left h1{
        font-size: 28px;
        max-width: 500px;
        margin: 0px auto 40px;
    }
    .heading h4{
        font-size: 28px;
        line-height: 45px;
    }
    .heading p{
        font-size: 16px;
    }
    .breaddown{
        padding: 60px 0px 60px;
    }
    .breaddown .text h3{
        font-size: 30px;
    }
    .our_gallery{
        padding: 50px 0px 30px;
    }
    .our_gallery .gallery_list_wrap .owl-nav.disabled + .owl-dots{
        margin-top: 35px;
    }
    .our_gallery .gallery_list_wrap .owl-dots .owl-dot span{
        width: 35px;
    }
    .about_us .about_content_wrap h3 {
        font-size: 48px;
        line-height: 60px;
    }
    .about_us .about_content_wrap p{
        font-size: 18px;
        line-height: 35px;
    }
    .about_us{
        padding: 25px 0px 60px;
    }
    .about_us .about_content_wrap{
        padding: 130px 0px 0px;
        overflow: hidden;
    }
    .about_us .about_content_wrap{
        margin-top: 50px;
    }
    .inner_page .banner{
        padding: 70px 0px 20px;
    }
    .inner_page .banner .right, .inner_page .banner .left{
        width: 100%;
        float: left;
    }
    .inner_page .banner .right{
        margin-bottom: 50px;
    }
    .services_page .our_services ul li{
        width: 100%;
        padding: 55px 20px;
        margin-right: 0px;
    }
    .our_services .our_gallery_li ul{
        margin-top: 40px auto 0px;
    }
    .about_wrap{
        display: block;
    }
    .about_wrap .left, .about_wrap .right{
        text-align: center;
        width: 100%;
    }
    .about_wrap .left{
        margin-top: 50px;
        padding-bottom: 40px;
    }
    .gallery_page .breaddown{
        margin-bottom: 50px;
    }
    footer{
        padding:55px 0px 0px;
    }
}

@media(max-width: 480px){
    header .logo {
        width: 185px;
        border-top: 94px solid #fff;
        border-right: 40px solid transparent;
        border-left: 40px solid transparent;
    }
    header .logo img {
        max-width: 208px;
        top: -72px;
    }
    .banner{
        padding: 60px 0px 45px;
    }
    .banner .left h1{
        font-size: 25px;
        margin: 0px auto 30px;
        line-height: 35px;
    }
    .our_services ul li{
        width: 100%;
        margin-right: 0px;
    }
    .breaddown{
        padding: 55px 0px 55px;
    }
    .breaddown .text h3{
        font-size: 25px;
    }
    .about_us .about_content_wrap h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .about_us .about_content_wrap p{
        font-size: 17px;
        line-height: 32px;
    }
    .about_us .about_content_wrap{
        padding: 120px 0px 0px;
        overflow: hidden;
    }
    .copy_right p{
        font-size: 14px;
    }
    .copy_right p img{
        max-width: 16px;
        padding: 0px 3px;
    }
    footer .col-4 p{
        font-size: 17px;
    }
    .copy_right{
        margin-top: 35px;
    }
    .inner_page .banner{
        padding: 55px 0px 10px;
    }
    .inner_page .banner .right{
        margin-bottom: 40px;
    }
    .inner_page .banner .right h1{
        font-size: 28px;
        line-height: 50px;
    }
    .our_services .our_gallery_li ul li{
        width: calc(50% - 8px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .our_services .our_gallery_li ul li .overlay img{
        max-width: 30px;
    }
    .about_wrap .left h2{
        font-size: 26px;
        line-height: 35px;
    }
    .contact_us_wrap .left{
        margin-top: 40px;
    }
    .contact_us_wrap .left .heading h4{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .contact_us_wrap .footer_contact_link{
        box-sizing: border-box;
        padding: 25px 18px 15px;
    }
    .footer_contact_link p{
        font-size: 18px;
    }
    .contact_us_wrap .footer_contact_link li a{
        font-size: 15px;
    }
    .contact_us_wrap .footer_contact_link li a br{
        display: none;
    }
    .google_map iframe{
        height: 250px;
    }
}