/*! 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;
}
*{
    box-sizing: border-box;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body{
    font-family: 'Lato', sans-serif;
}
.container{
    max-width: 1350px;
    padding: 0px 20px;
    margin: 0 auto;
}
.wrapper{
    width: 100%;
    float: left;
}
header{
    position: relative;
}
header .redbar{
    background: #ff2f2f;
    padding: 11px 0px;
    text-align: right;
}
header .redbar img{
    opacity:0;
    visibility:hidden;
}
header .black_bar{
    background: #151515;
    padding: 26px 0px;
}
header .black_bar .logo{
    position: absolute;
    top: 6px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
header .black_bar ul{
    padding: 0px;
    margin: 0px 0px 0px;
    float: right;
}
header .black_bar ul li{
    float: left;
    list-style: none;
    margin-right: 40px;
    padding-left: 43px;
}
header .black_bar ul li.time_day{
    background: url('../img/time_icon.png') left center no-repeat;
}
header .black_bar ul li.phone_mail{
    background: url('../img/phone.png') left center no-repeat;   
    padding-left: 32px;
}
header .black_bar ul li.map{
    background: url('../img/map_icon.png') left center no-repeat;   
    padding-left: 36px;
}
header .black_bar ul li:last-child{
    margin-right: 0px;
}
header .black_bar ul li p{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin:0px;
}
header .black_bar ul li p span{
    display: block;
    font-weight: 400;
    margin: -3px 0px 0px;
    letter-spacing: .5px;
}
header .black_bar ul li p a{
    color: #fff;
    text-decoration: none;
}
header nav{
    background: #fff;
    padding: 24px 0px 18px;
    border-top: 1px solid #ff2f2f;
    border-bottom: 1px solid #ff2f2f;
    position: relative;
}
header nav ul{
    padding: 0px;
    margin: 0px;
}
header nav ul li{
    list-style: none;
    float: left;
    padding-right: 34px;
}
header nav ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #444444;
    text-transform: uppercase;
    font-weight: 500;
    transition: all ease .3s;
}
header nav ul li a:hover{
    color: #ff2f2f;
}
header nav:after{
    background: #ff2f2f;
    width: 39%;
    position: absolute;
    height: 100%;
    top: 0px;
    right: 0px;
    content: "";
}
header nav:before{
    width: 0px;
    height: 0px;
    border-bottom: 65px solid #ff2f2f;
    border-left: 40px solid transparent;
    content: "";
    position: absolute;
    top: 0px;
    right: 39%;
}


.banner{
    background: url('../img/banner_bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 253px 0px 280px;
}
.banner_caption{
    margin-left: -58px;
}
.banner img{
    transform: rotate(-3deg);
}
.banner p{
    font-size: 44px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    margin: -10px 0px 0px 8px;
    transform: rotate(-3deg) skew(-9deg);;
}
.banner a{
    font-size: 20px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 11px 14px;
    border: 2px solid #fff;
    background: #151515;
    text-decoration: none;
    transform: rotate(-3deg) skew(-9deg);
    display: inline-block;
    margin: 44px 0px 0px 8px;
}
.banner a:hover{
    background: #ff2f2f;
}
.featured{
    margin-top: -44px;
}
.featured .container{
    max-width: 1200px;
}
.featured ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.featured ul li{
    list-style: none;
    transform: skew(-40deg);
    float: left;
    width: 33.33%;
    padding: 40px 30px 35px;
}
.featured ul li .featured_content{
    transform: skew(40deg);
}
.featured ul li:first-child{
    background: #f30000;
}
.featured ul li:nth-child(2){
    background: #d6bf00;
}
.featured ul li:nth-child(3){
    background: #76a800;
}
.featured ul li .icon{
    float: left;
    text-align: center;
}
.featured ul li .text{
    width: calc(100% - 72px);
    float: left;
    padding-left: 18px;
}
.featured ul li .text p{
    margin: 11px 0px 0px;
    color: #fff;
    font-size: 17px;
    text-shadow: 2px 4px 4px rgba(0,0,0,.5);
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.featured ul li .text p span{
    display: block;
    margin: -1px 0px 0px;
}
.about{
    padding: 100px 0px 35px;
}
.about .about_wrap{
    display: flex;
    flex-wrap: wrap;
}
.about .left{
    float: left;
    width: 50%;
    text-align: right;
}
.about .left img{
    max-width: 100%;
}
.about .right{
    float: right;
    width: 50%;
    max-width: 565px;
    margin-left: auto;
    align-self: center;
}
.heading h2{
    font-size: 36px;
    color: #545454;
    font-weight: 800;
    letter-spacing: -.10px;
    margin: 0px 0px 25px;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
}
.heading p{
    font-size: 21px;
    color: #545454;
    margin: 0px 0px 15px;
}
.heading p span{
    display: block;
    margin: 0px 0px 16px;
}
a.btn{
    color: #ffffff;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    background: #ff0000;
    padding: 3px 12px;
    transform: skew(-14deg);
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
}

/*CALL BLS*/
.call_bls{
    padding: 110px 0px 85px;
    background: url('../img/call_bls.jpg') center center no-repeat;
    background-size: cover;
}
.call_bls .container{
    max-width: 1200px;
}
.call_bls .left{
    max-width: 560px;
    float: left;
}
.call_bls .left h2{
    margin: 0px 0px 9px;
    font-family: 'Lato', sans-serif;
    color: #464646;
}
.call_bls .left p{
    line-height: 34px;
    color: #464646;
}
.call_bls .left a.btn{
    background: #000000;
}


/*SERVICES*/
.services{
    background: url('../img/bridge_services.jpg') center center no-repeat;
    background-size: cover;
    padding: 90px 0px 65px;
}
.services .heading{
    text-align: center;    
}
.services .heading h2, .services .heading p{
    color: #fff;
}
.services .heading h2{
    margin: 0px 0px 18px;
}
.services ul{
     margin: 30px auto 0px;
     display: flex;
     flex-wrap: wrap;
     max-width: 1183px;
     background: url('../img/service_border.png') center center no-repeat;
     padding: 0px;
}
.services ul li {
    width: 33.33%;
    text-align: center;
    list-style: none;
    padding: 66px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: end;
}
.services ul li span{
    display: block;
    color: #fff;
    width: 100%;
    font-size: 20px;
    display: block;
    margin: 5px 0px 0px;
    font-weight: 600;
}

.demerit_points{
    padding: 95px 0px 50px;
}
.demerit_points .heading{
    text-align: center;
}
.demerit_points .heading h2, .demerit_points .heading p{
    color: #464646;
}
.demerit_points .heading h2{
    margin: 0px 0px 22px;
}
.demerit_points .heading p{
    max-width: 850px;
    margin: 0 auto;
}
.points_wrap .left{
    float: left;
    width: 45%;
}
.points_wrap .left img{
    max-width: 100%;
}
.points_wrap .right{
    width: 55%;
    padding-left: 25px;
    float: left;
}
.points_wrap{
    margin-top: 35px;
}
.points_wrap .right ul {
    padding: 0px;
    margin: 01px;
}
.points_wrap .right ul  li{
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #c3c3c3;
    padding: 0px 16px 8px;
    margin-bottom: 18px;
    list-style:none;
}
.points_wrap .right ul  li span{
    float: right;
}

/*GET IN TOUCH*/
.get_in_touch{
    background: url('../img/get_in_touch_bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 60px 0px 45px;
}
.get_in_touch_wrap{
    display: flex;
    flex-wrap: wrap;
}
.get_in_touch .left{
    width: 50%;
}
.get_in_touch .left .form{
    max-width: 580px;
    width: 100%;
    float: left;
}
.get_in_touch .left h3{
    background: #fff;
    padding: 20px 0px 20px;
    color: #464646;
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin: 0px;
}
.get_in_touch .right{
    padding-left: 40px;
    width: 50%;
    align-self: center;
}
.get_in_touch .right h2, .get_in_touch .right p{
    color: #fff;
}
.get_in_touch .right h2{
    margin: 0px 0px 19px;
}
.get_in_touch .left .form iframe{
    height: 600px;
    width: 100%;
}

/*FOOTER*/
footer{
    background: #000000;
    padding: 85px 0px 45px;
    border-top: 2px solid #bd0000;
}
footer .container{
    max-width: 1350px;
}
footer h5{
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    border-bottom: 1px solid #bd0000;
    padding-bottom: 6px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    display: table;
}
footer .col-4{
    float: left;
    width: 33%;
    float: left;
}
footer .col-4 ul {
    padding: 0px;
}
footer .col-4 ul li{
    margin-bottom: 10px;
    list-style: none;
}
footer .col-4 ul li:last-child{
    margin-bottom: 0px;
}
footer .col-4 ul li p{
    font-size: 20px;
    color: #989898;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}
footer .col-4 ul li a{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    display: block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
footer .col-3{
    width: 22%;
    float: left;
}
footer .col-3:last-child{
    padding-left: 15px;
    margin-top: 100px;
}
footer .col-3:last-child div{
    float: left;
    padding: 0px 15px;
    width: 50%;
}

footer .col-3:last-child div img{
    max-width: 100%;
}
footer .col-3 ul li{
    list-style:none;
}
footer .col-3 ul{
    padding: 01px;
}
footer .col-3 ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
footer .col-3 iframe{
    height: 180px;
    width: 100%;
    margin-top: 25px;
}

.copy_right{
    padding: 16px 0px 20px;
    background: #0a0a0a;
}
.copy_right p{
    margin: 0px;
    color: #666666;
    font-size: 20px;
    float: left;
}
.copy_right p:last-child{
    float: right;
}
.copy_right p a{
    text-decoration: none;
    color: #666;
}


/*INNER PAGE*/
.inner_page .banner{
    background: url('../img/services_bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 0px;
}
.inner_page .banner h1{
    font-size: 58px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 4px 2px rgba(0,0,0,.5);
    margin: 0px 0px 15px;
}
.inner_page .banner h1, .inner_page .banner p{
    color: #fff;
}
.inner_page .banner p{
    font-size: 24px;
    color: #fff;
    transform: inherit;
}
.inner_page .banner .container{
    position: relative;
    padding: 140px 20px 150px;
}
.inner_page .banner .call_bls {
    position: absolute;
    bottom: -165px;
    background: url('../img/call_bg.png') center center no-repeat;
    width: 500px;
    right: 0px;
    z-index: 99999999;
}
.inner_page .banner .call_bls a{
    font-size: 49px;
    color: #464646;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    background: none;
    border: 0px;
    transform: inherit;
    margin: 5px 0px 0px 83px;
}
.service_page .services{
    background: #fff;
    padding: 140px 0px 90px;
}
.service_page .services ul{
    background: url('../img/services_bg2.png') center center no-repeat;
}
.service_page .services h2, .service_page .services p, .service_page .services ul li span{
    color: #000000;
}
.demerit_points_page .banner{
    background: url('../img/demerit_point.jpg') center center no-repeat;
    background-size: cover;
}
.demerit_points_page .demerit_points{
    padding: 140px 0px 60px;
}
.demerit_points_page .banner p{
    font-size: 16px;
}
.demerit_points_page .points_wrap{
    text-align: left;
}
.demerit_points_page .points_wrap .right{
    width: 100%;
    padding: 0px;
}
.demerit_points_page .demerit_points .heading span{
    display: block;
    font-weight: 400;
    font-size: 17px;
    color: #e00606;
}
.demerit_points_page .demerit_points .heading span,.demerit_points_page .demerit_points .heading p, .demerit_points_page  .demerit_points .heading h2{
    max-width: 100%;
    text-align: left;
}
.demerit_points_page  .demerit_points .heading h2{
    margin: 15px 0px 15px;    
}
.demerit_points_page .demerit_points .right p{
    font-size: 36px;
    color: #545454;
    font-weight: 800;
    letter-spacing: -.10px;
    margin: 10px 0px 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
}
.demerit_points_page .demerit_points .container{
    max-width:  1180px;
}

.contact_page .banner{
    background: url('../img/contact_bg2.jpg') center center no-repeat;
    background-size: cover;
    position:relative;
}
.contact_page .banner .banner_caption{
    text-align: left;
}
.contact_page .banner .banner_caption p{
    font-size: 16px;
    max-width: 584px;
    float: left;
    width: 100%;
}
.contact_page .banner .banner_caption .day_time {
    width: 100%;
    float: left;
    margin: 24px 0px 0px;
}
.contact_page .banner .banner_caption .day_time p{
    font-weight: 500;
}
.contact_page .banner .banner_caption .day_time p span{
    font-size:12px;
}
.contact_page .get_in_touch{
    background: #fff url('../img/contact_bg.png') left center no-repeat;
}
.contact_page .get_in_touch .form {
  box-shadow: 0px 11px 54px 0px rgba(3, 3, 3, 0.21);
}
.contact_page .get_in_touch .right h2, .contact_page .get_in_touch .right p{
    color: #000;
}
.about_page .banner{
    background: url('../img/about_bg.jpg') center center no-repeat;
    background-size: cover;
}

.about_content{
    padding: 145px 0px 55px;
}
.about_content .heading h2{
    color: #000;
}
.about_content .heading p, .about_content .heading span{
    color: #000;
    font-size: 21px;
    display: block;
    margin-bottom: 28px;
}
.menu_bar{
    display: none;
}
.contact_page.inner_page .banner .container{
    padding: 125px 20px 140px;
}

/*MEDIA QUERY*/
@media(max-width: 1550px){
    .banner{
        padding: 175px 0px 170px;
    }
    .banner img{
        max-width: 450px;
    }
    .banner_caption{
         margin-left: 0px;    
    }
    .banner p{
        font-size: 32px;
    }
    .banner a{
        font-size: 17px;
        padding: 11px 12px;
        margin: 40px 0px 0px 8px;
    }
    .featured ul li {
        padding: 20px 25px 20px;
    }
    .about{
        padding: 75px 0px 35px;
    }
    .heading h2{
        font-size: 32px;
        line-height: 38px;
        margin: 0px 0px 15px;
    }
    .heading p{
        font-size: 18px;
    }
    a.btn{
        font-size: 23px;
    }
    .call_bls{
        padding: 90px 0px 75px;
    }
    .services{
        padding: 75px 0px 60px;
    }
    .demerit_points{
        padding: 74px 0px 50px;
    }
    footer {
        padding: 60px 0px 45px;
    }
    footer .col-4 ul li p, .copy_right p{
        font-size: 18px;
    }
    footer h5, footer .col-4 ul li a, footer .col-3 ul li a{
        font-size: 20px;
    }
    .inner_page .banner .container{
        padding: 170px 20px 165px;
    }
    .inner_page .banner h1{
        font-size: 48px;
    }
    .inner_page .banner p{
        font-size: 22px;
    }
    .inner_page .banner .call_bls{
        width: 400px;
        background-size: contain;
        bottom: -125px;
    }
    .inner_page .banner .call_bls a{
        font-size: 36px;
        margin: 9px 0px 0px 83px;
    }
    .contact_page.inner_page .banner .container{
        padding: 125px 20px 140px;
    }

}
@media(max-width: 1280px){
    header .black_bar ul li{
        margin-right: 30px;
        padding-left: 40px;
    }
    .banner {
        padding: 150px 0px 145px;
    }

}
@media(max-width: 1140px){
    header .black_bar .logo{
        width: 180px;
        bottom: 66px;
        top: inherit;
    }
    header .black_bar .logo img{
        max-width: 100%;
    }
    header .black_bar ul li p{
        font-size: 16px;
    }
    header .black_bar ul{
        display: none;
    }
    header .black_bar .logo{
        width: 100%;
        left: 0px;
        text-align: center;
    }
    .banner {
        padding: 130px 0px 130px;
    }
    .featured ul li, .featured ul li .featured_content{
        transform: inherit;
    }
    .about .left{
        padding-right: 25px;
    }
    .about .left img{
        max-width: 100%;
    }
    .call_bls {
        padding: 70px 0px 75px;
    }
    .inner_page .banner .container{
        padding: 110px 20px 120px;
    }
    .inner_page .banner h1{
        font-size: 38px;
        margin: 0px 0px 10px;
    }
    .inner_page .banner p{
        font-size: 18px;
    }
    .demerit_points_page .demerit_points{
        padding: 100px 0px 60px;
    }
    .demerit_points_page .demerit_points .right p{
        font-size: 28px;
    }
}
@media(max-width: 1024px){
    header .black_bar .logo {
        width: 100%;
        left: 0px;
        text-align: center;
    }
    header .black_bar .logo img{
        max-width: 180px;
    }
    header nav::before, header nav::after {
        display: none;
    }
    header nav{
        padding: 21px 0px 21px;
    }
    header nav ul{
        text-align: center;
    }
    header nav ul li{
        display: inline-block;
        float: none;
    }
    .redbar{
        height: 50px;
    }
    .redbar img{
        display: none;
    }
    .banner img{
        max-width: 350px;
    }
    .banner p{
        font-size: 24px;
        margin: 0px 0px 0px 8px;
    }
    .banner a{
        font-size: 15px;
        padding: 10px 12px;
        margin: 30px 0px 0px 8px;
    }
    .featured ul li .text p{
        font-size: 16px;
    }
    .featured ul li{
        padding: 16px 18px 16px;
    }
    .heading h2{
        font-size: 26px;
        line-height: 33px;
        margin: 0px 0px 12px;
    }
    .heading p span{
        margin: 0px 0px 14px;
    }
    .heading p {
        font-size: 16px;
    }
    a.btn{
        font-size: 20px;
    }
    .service_page .services{
        padding: 120px 0px 50px;
    }
    .services ul, .service_page .services ul {
        background: transparent;
    }
    .services ul li{
        padding: 30px 20px;
    }
    .services ul li span{
        font-size: 18px;
        margin: 15px 0px 0px;
    }
    footer {
        padding: 50px 0px 45px;
    }
    footer h5, footer .col-4 ul li a, footer .col-3 ul li a{
        font-size: 17px;
    }
    footer .col-4 ul li p, .copy_right p{
        font-size: 15px;
    }
    .about_content{
        padding: 105px 0px 55px;
    }

}
@media(max-width: 900px){
    .featured ul li .text p{
        font-size: 14px;
    }
    .featured ul li .icon{
        width: 45px;
    }
    .featured ul li .icon img{
        max-width: 100%;
    }
    .featured ul li .featured_content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 100%;
    }
    .featured ul li:last-child .icon{
        width: 30px;
    }
    .featured ul li .text{
        width: calc(100% - 45px);
        padding-left: 14px;
    }
    .points_wrap .left, .points_wrap .right{
        width: 100%;
        text-align: center;
    }
    .points_wrap .right{
        margin-top: 50px;
        padding-left: 0px;
    }
    .points_wrap .right ul{
        text-align: left;
    }
    .points_wrap .right a.btn{
        display: inline-block;
        float: none;
    }
    .demerit_points {
        padding: 55px 0px 50px;
    }
    .demerit_points .heading h2{
        margin: 0px 0px 15px;
    }
    .points_wrap .right ul li{
        padding: 0px 35px 8px 0px;
        position: relative;
    }
    .points_wrap .right ul li span{
        position: absolute;
        right: 0px;
        top:0px;
    }
    .get_in_touch_wrap .left, .get_in_touch_wrap .right{
        width: 100%;
        text-align: center;
    }
    .get_in_touch .left .form{
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .get_in_touch_wrap .left{
        margin-top: 30px;
        order: 2;
    }
    .get_in_touch_wrap .right{
        order: 1;
        padding-left: 0px;
    }
    footer .col-3:nth-child(2){
        display: none;
    }
    footer .col-3, footer .col-4{
        width: 50%;
    }
    .inner_page .banner .call_bls{
        width: 300px;
        background-size: contain;
        bottom: -120px;
    }
    .inner_page .banner .call_bls a{
        font-size: 26px;
        margin: 22px 0px 0px 65px;
    }
    .points_wrap .right{
        margin-top:10px; 
    }
    .contact_page.inner_page .banner .container{
        padding: 80px 20px 200px;
    }
    .contact_page .banner .banner_caption p{
        margin-left: 0px;
    }
    .contact_page .get_in_touch{
        background: #fff;
    }
    footer .col-3:last-child{
        margin-top: 40px;
        width: 100%;
        text-align: center;
    }

}
@media(max-width: 767px){
    header .redbar{
        display: none;
    }
    header .black_bar{
        padding: 0px 0px 16px;
        background: #fff;
    }
    header .black_bar .logo{
        position: static;
        box-shadow: none;
        width: auto;
        float: left
    }
    .menu_bar{
        display: block;
        width: 30px;
        cursor: pointer;
        float: right;
        margin: 48px 0px 0px;
    }
    .menu_bar span{
        display: block;
        height: 2px;
        background: #000;
        width: 100%;
        margin-bottom: 8px;
        border-radius: 50px;
    }
    header nav{
        position: absolute;
        top: 119px;
        background: #fff;
        z-index: 9999;
        padding: 0px;
        display: none;
    }
    header nav ul li{
        width: 100%;
        padding: 22px 0px;
        border-bottom: 1px solid #ddd;
    }
    header nav ul li a{
        font-size: 16px;
    }
    header nav ul li:last-child{
        border-bottom: 0px;
    }
    .about{
        padding: 75px 0px 55px;
    }
    .about .left{
        padding-right: 0px;
    }
    .about .left, .about .right{
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
    .about .right{
        margin-top: 35px;
    }
    .call_bls {
        text-align: center;
    }
    .call_bls  .left{
        max-width: 100%;
    }
    .call_bls .left p{
        line-height: 28px;
    }
    .services ul li span{
        font-size: 16px;
        margin: 15px 0px 0px;
    }
    .services{
        padding: 60px 0px 45px;
    }
    .get_in_touch .left h3{
        font-size: 25px;
    }
    .inner_page .banner .container{
        padding: 90px 20px 100px;
    }
    .inner_page .banner h1{
        font-size: 28px;
        margin: 0px 0px 5px;
    }
    .inner_page .banner p{
        font-size: 16px;
    }
    .demerit_points_page .demerit_points .heading span, .demerit_points_page .demerit_points .heading p, .demerit_points_page .demerit_points .heading h2{
        text-align: center;
    }
    .demerit_points_page .demerit_points {
        padding: 70px 0px 60px;
    }
    .about_content .heading p, .about_content .heading span {
        font-size: 18px;
        margin-bottom: 18px;
    }
}
@media(max-width: 640px){
    .banner{
        padding: 80px 0px 85px;
    }
    .banner_caption{
        text-align: center;
    }
    .banner img{
        max-width: 300px;
    }
    .banner p{
        font-size: 22px;
        margin:15px 0px 0px 0px;
    }
    .banner a{
        margin: 20px 0px 0px 8px;
    }
    .featured {
        margin-top: 45px;
    }
    .featured ul li{
        width: 100%;
    }
    .featured ul li .text p{
        font-size: 16px;
        margin: 0px 0px 0px;
    }
    .heading h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .about {
        padding: 65px 0px 55px;
    }
    .about .right{
        margin-top: 25px;
    }
    .services ul{
        margin: 20px auto 0px;
    }
    .services ul li{
        width: 50%;
        padding: 25px 20px;
    }
    .services ul li .icon{
        min-height: 75px;
    }
    footer .col-3,footer .col-4{
        width: 100%;
    }
    footer .col-3{
        margin-top: 25px;
    }
    .copy_right{
        padding: 20px 0px 20px;
    }
    .copy_right p{
        width: 100%;
        text-align: center;
    }
    .copy_right p:last-child{
        margin-top: 12px;
    }
    .demerit_points_page .demerit_points .right p{
        font-size: 24px;
    }
    .about_content{
        padding: 80px 0px 55px;
    }
    .contact_page .banner .banner_caption .day_time{
        margin-top: 0px;
    }
    .inner_page .banner .call_bls{
        display: none;
    }
    .contact_page.inner_page .banner .container {
        padding: 100px 20px 100px;
    }
}
@media(max-width: 480px){
    .inner_page .banner .container{
        padding: 80px 20px 90px;
    }
    .inner_page .banner .call_bls{
        width: 250px;
        bottom: -100px;
    }
    .inner_page .banner .call_bls a{
        font-size: 22px;
        margin: 22px 0px 0px 45px;
    }
    .service_page .services{
        padding: 75px 0px 40px;
    }

}