body {
    margin: 0 auto;
    font-size: 11pt;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.top-area {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
    background-color: #11192b;
}

.tpadd {
    padding: 0 5px 0 0;
}

.tp_list {
    float: left;
    width: 70%;
    color: #fff;
    font-size: 10pt;
    text-align: left;
    padding: 10px 0 0 10px;
}

    .tp_list a {
        float: left;
        color: #fff;
        margin: 0 30px 0 0;
        padding: 0 30px 0 0;
        border-right: 1px solid #ccc;
    }

        .tp_list a:hover {
            float: left;
            color: #ddd;
        }

.tp_rt {
    width: 30%;
    float: left;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 0;
}

.tp_rt_txt {
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 5px 0 5px 0;
}

    .tp_rt_txt span {
        color: #d7a5a5;
    }

.tp_rt_quote {
    color: #ffffff;
    float: right;
    margin: 5px 0;
    font-size: 10pt;
}

    .tp_rt_quote a {
        color: #fff;
        margin: 0 10px;
        font-weight: 600;
        padding: 4px 15px;
        text-decoration: none;
        background-color: #11192b;
        border: 1px solid #63b700;
    }

        .tp_rt_quote a:hover {
            color: #fff;
            padding: 4px 15px;
            text-decoration: none;
            background-color: #63b700;
            border: 1px solid #63b700;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.tp_rt_trk {
    color: #ffffff;
    float: right;
    margin: 5px 0;
    font-size: 10pt;
}

    .tp_rt_trk a {
        color: #fff;
        margin: 0 10px;
        font-weight: 600;
        padding: 4px 15px;
        text-decoration: none;
        background-color: #11192b;
        border: 1px solid #63b700;
    }

        .tp_rt_trk a:hover {
            color: #fff;
            padding: 4px 15px;
            text-decoration: none;
            background-color: #63b700;
            border: 1px solid #63b700;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.tp_rt_cus {
    color: #ffffff;
    float: right;
    margin: 15px 15px 0 0;
}

    .tp_rt_cus a {
        margin: 0 10px;
        color: #fff;
        font-weight: 600;
        padding: 7px 25px;
        text-decoration: none;
        background-color: #11192b;
    }

        .tp_rt_cus a:hover {
            color: #fff;
            padding: 7px 25px;
            text-decoration: none;
            background-color: #63b700;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.top-fl {
    float: left;
    width: 100%;
    z-index: 2;
    position: absolute;
    padding: 10px 0 10px 0;
    background-color: rgba(0,0,0,.7);
}

#navbar {
    width: 100%;
    float: left;
    top: -66px;
    z-index: 11;
    display: block;
    position: fixed;
    padding: 10px 0 10px 0;
    transition: top 0.3s;
    background-color: #000;
}

#navlinks {
    width: auto;
    float: left;
    margin: 0 0 0 150px;
}

    #navlinks a {
        float: left;
        color: #fff;
        display: block;
        font-size: 11pt;
        font-weight: 500;
        margin: 0 2px 0 0;
        padding: 12px 20px;
        text-decoration: none;
    }

        #navlinks a:hover {
            color: #deb954;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    #navlinks > .active {
        color: #728dcb;
    }

.nwlogo {
    width: 100%;
    float: left;
}

.nwphone {
    width: 100%;
    float: right;
    font-size: 25pt;
    font-weight: 700;
    line-height: 1;
    margin: 4px 0 0 0;
    text-align: right;
}

    .nwphone a {
        color: #000;
    }

        .nwphone a:hover {
            color: #004990;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }

.nwbtn {
    display: inline-block;
    margin: 0 0 0 0;
    /*font-size: 17pt;
	line-height: 1.42857143;
	padding: 10px 20px 7px 20px;*/
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.nwbtn-default {
    color: #000;
    background-color: transparent;
    border-color: #ccc;
}

    .nwbtn-default:hover, .nwbtn-default:focus, .nw-default:active, .nwbtn-default.active, .open > .dropdown-toggle.nwbtn-default {
        color: #000;
        background-color: transparent;
        border-color: none;
        transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
    }

.nvlogo {
    width: 8%;
    float: left;
    display: block;
    margin: 3px 10px 0 10px;
}

.mobile-container {
    display: none;
}

.phoneee {
    display: none;
}

.phonescr {
    float: right;
    color: #fff;
    font-size: 15pt;
    font-weight: 400;
    text-align: center;
    border-radius: 5px;
    margin: 2px 15px 0 0;
    /*padding: 6px 15px 5px 15px;*/
}

    .phonescr a {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-decoration: none;
    }

        .phonescr a:hover {
            color: #ddd;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.slogo {
    display: none;
}

.dropbtnees {
    margin: 0;
    color: #fff;
    border: none;
    font-size: 11pt;
    border-radius: 0;
    font-weight: 500;
    padding: 12px 30px 12px 30px;
    background-color: transparent;
}

    .dropbtnees a {
        color: #fff;
    }

        .dropbtnees a:hover {
            color: #fff;
        }

.dropdownees {
    float: left;
    position: relative;
    display: inline-block;
}

.dropdownees-content {
    display: none;
    position: absolute;
    background-color: #deb954;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    z-index: 1;
}

    .dropdownees-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #c6a54a;
    }

        .dropdownees-content a:hover {
            background-color: #000;
        }

.dropdownees:hover .dropdownees-content {
    display: block;
}

.dropdownees:hover .dropbtn {
    color: #deb954;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.logo {
    width: 11%;
    float: left;
    color: #000;
    font-size: 18pt;
    font-weight: 700;
}

.phone {
    float: right;
    color: #fff;
    font-size: 15pt;
    font-weight: 400;
    text-align: center;
    /*padding: 6px 15px 5px 15px;*/
    margin: 10px 0 0 0;
    border-radius: 5px;
}

.phone_a {
    float: left;
    text-align: center;
    padding: 13px 10px 9px 13px;
}

.phone_b {
    float: left;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 3px 0 2px 0;
}

.phone a {
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    text-decoration: none;
}

    .phone a:hover {
        color: #ddd;
        text-decoration: none;
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

.phone > a img {
    top: 7px;
    margin-top: 0;
}

.imgLeft {
    padding: 0 20px 10px 0;
}

.menu_bar {
    width: 60%;
    float: left;
    margin: 14px 0 0 8%;
}

.sliderrr {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.slider_heading {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 35pt;
    margin: 0 0 0 0;
    font-weight: 700;
    padding: 0 0 0 0;
    line-height: 1.3;
    text-align: center;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.slider_sml {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 0 25px 0;
    font-size: 17pt;
    font-weight: 400;
    text-align: center;
    padding: 0 0 0 0;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.sldr_mor {
    color: #ffffff;
    font-size: 14pt;
}

    .sldr_mor a {
        color: #fff;
        font-weight: 600;
        padding: 7px 20px;
        text-decoration: none;
        background-color: #deb954;
        border-left: 3px solid #deb954;
        border-right: 3px solid #deb954;
    }

        .sldr_mor a:hover {
            color: #fff;
            background-color: #000;
            border-left: 3px solid #deb954;
            border-right: 3px solid #deb954;
            text-decoration: none;
            padding: 7px 20px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.sldr_morqut {
    float: left;
    color: #ffffff;
    font-size: 13pt;
    margin-top: 30px;
    margin-left: 20px;
}

    .sldr_morqut a {
        color: #11192b;
        font-weight: 600;
        padding: 7px 20px;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #fff;
    }

        .sldr_morqut a:hover {
            color: #11192b;
            background-color: #63b700;
            border: 1px solid #63b700;
            text-decoration: none;
            padding: 7px 20px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.blk-bg {
    float: left;
    width: 100%;
    background-image: url(../images/main-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

/*.head-ttl
{   
    color: #fff; 
    font-size: 22pt;	
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #004990;
	text-shadow: 0 1px 1px rgba(0,0,0,1.6);
	font-family: 'Rajdhani', sans-serif;
}*/

.rt-tbl-hd {
    background-color: #800000;
    color: #FFF;
    font-size: 14pt;
    font-weight: bold;
}

.td-gry {
    background-color: #f7f7f7;
}

.sub-ttl {
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.book-bg {
    float: left;
    width: 50%;
    z-index: 2;
    position: absolute;
    padding: 0 0 10px 0;
    margin: 0 0 0 50%;
    /*background: rgba(0,0,0,.8);*/
}

.book-ttl {
    color: #fff;
    margin: 0 auto;
    font-size: 23pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
    background-color: #004990;
}

.book-data {
    width: 100%;
    float: right;
    margin: 0 0 0 0;
    background: rgba(0,0,0,.8);
    padding: 5px 15px 20px 15px;
}

.book-data-airp {
    float: right;
    width: 100%;
    margin: 15px 0 0 0;
    background: rgba(0,0,0,.8);
    padding: 25px 20px 20px 20px;
}

.book-inner {
    float: left;
    width: 100%;
}

.book-hd {
    width: 50%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 14pt;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
}

.book-hd-1 {
    width: 50%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 14pt;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
}

.head-ttl {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 20pt;
    font-weight: 600;
    text-align: center;
    padding: 0 0 0 0;
    /*border-radius: 20px;		
	background-color: #eee;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	box-shadow: 0 3px 5px rgba(0,0,0,.6);*/
}

.welc {
    width: 100%;
    float: left;
    padding: 30px 0 50px 0;
    background-image: url(../images/wel_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.welc_ap {
    width: 100%;
    float: left;
    color: #999;
    padding: 0;
}

    .welc_ap h1 {
        color: #000;
        font-size: 25pt;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 5px 0;
        text-align: left;
    }

    .welc_ap span {
        color: #deb954;
        font-size: 16pt;
        font-weight: 500;
    }

    .welc_ap p {
        color: #333;
        text-align: justify;
    }

.welc_bp {
    width: 100%;
    float: left;
    padding: 20px 0 0 20px;
}

.welc_mor {
    float: left;
    color: #ffffff;
    margin-top: 20px;
    font-size: 11pt;
}

    .welc_mor a {
        color: #deb954;
        font-weight: 400;
        padding: 7px 20px;
        text-decoration: none;
        background-color: #000;
    }

        .welc_mor a:hover {
            color: #fff;
            padding: 7px 20px;
            text-decoration: none;
            background-color: #333;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.abt {
    width: 100%;
    float: left;
    padding: 50px 0 20px 0;
}

.abt_ap {
    width: 100%;
    float: left;
    color: #999;
    padding: 30px 30px 0 0;
}

    .abt_ap h1 {
        color: #000;
        font-size: 25pt;
        font-weight: 700;
        line-height: 1.2;
        text-align: left;
        margin: 0 0 5px 0;
    }

    .abt_ap span {
        color: #866200;
        font-size: 13pt;
        font-weight: 400;
    }

    .abt_ap p {
        color: #333;
        text-align: justify;
    }

.abt_bp {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

.abt_cp {
    width: 100%;
    float: left;
    padding: 70px 20px 5px 0;
}

    .abt_cp p {
        color: #333;
        line-height: 1.7;
        text-align: justify;
        padding: 0 0 5px 40px;
    }

.abt_cp_ttl {
    width: 100%;
    float: left;
    color: #866200;
    font-size: 13pt;
    font-weight: 400;
    text-align: left;
    padding: 0 0 0 40px;
}

.flt_thumb {
    width: 94%;
    float: left;
    margin: 0 3% 25px 3%;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-top: 3px solid #800000;
    border-left: 3px solid #dddddd;
    border-right: 3px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    /*box-shadow: 0 3px 3px rgba(0,0,0,.3);*/
}

.bst {
    width: 100%;
    float: left;
    padding: 60px 0 60px 0;
    background-image: url(../images/offer_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .bst h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 30px 0;
        text-align: center;
    }

.bst_grp {
    width: 100%;
    float: left;
    height: 200px;
    margin: 0 0 0 0;
    padding: 35px 30px 30px 30px;
}

.bst_ico {
    width: 23%;
    float: left;
    padding: 10px 0 0 0;
}

.bst_matt {
    width: 77%;
    float: left;
    padding: 0 0 0 10px;
}

.bst_ttl {
    width: 100%;
    float: left;
    color: #514116;
    font-size: 13pt;
    text-align: left;
    font-weight: 600;
    padding: 0 0 5px 0;
}

.bst_txx {
    width: 100%;
    float: left;
    color: #333;
    text-align: justify;
    line-height: 1.4;
}

.cons_reno_single {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_double {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_duplex {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_granny {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_knock {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_home {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_kitchen {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_bathroom {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_basement {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.cons_reno_grp {
    width: 100%;
    float: left;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 0 40px 0;
    padding: 30px 30px 30px 30px;
    transition: transform 700ms ease 0ms;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.cons_reno_pic {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    text-align: left;
}

.cons_reno_mtr {
    width: 100%;
    float: left;
    padding: 20px 0 0 30px;
}

.cons_reno_ttl {
    width: 100%;
    float: left;
    color: #866200;
    padding: 0 0 10px 0;
    font-size: 20pt;
    font-weight: 600;
    text-align: left;
}

.cons_reno_txt {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
}

    .cons_reno_txt p {
        width: 100%;
        color: #333;
        text-align: left;
        line-height: 1.8;
        float: left;
        padding: 0 0 0 0;
    }

.cons_reno_bor {
    border-radius: 20px;
}

.prior {
    width: 100%;
    float: left;
    padding: 10px 0 30px 0;
    background-color: #fff;
}

    .prior h1 {
        padding: 0;
        color: #222;
        font-size: 30pt;
        margin: 0 0 0 0;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }

    .prior p {
        padding: 0;
        color: #666;
        font-size: 13pt;
        font-weight: 100;
        line-height: 30px;
        margin: 0 0 10px 0;
        text-align: center;
    }

.termi {
    width: 100%;
    margin: 0 auto;
}

.sector {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
}

.srvss_a {
    width: 50%;
    float: left;
    padding: 50px 15px 50px 15px;
}

.srvss_b {
    width: 50%;
    float: left;
}

.srvss_a h1 {
    color: #004990;
    font-size: 28pt;
    text-align: left;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.srvss_a ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px;
}

.srvss_a li {
    margin: 0;
    padding: 8px 0 8px 0;
    font-size: 14pt;
    color: #666;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    list-style-image: url(../images/blu_arrw.png);
}

.ptxt {
    color: #333;
}

.srrvv_bg {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    margin: 0 0 0 0;
}

    .srrvv_bg h1 {
        font-size: 25pt;
        text-align: left;
        color: #11192b;
        font-weight: 700;
        margin: 0 0 0 0;
        text-align: center;
    }

.srrvv_cen {
    width: 50%;
    float: left;
    margin: 0 25% 0 25%;
}

.srrvv_cen_innr {
    width: 100%;
    float: left;
}

.srrvv_img {
    width: 100%;
    float: left;
    padding: 0;
    margin: 30px 0 0 0;
}

.srrvv_ttl {
    width: 100%;
    float: left;
    font-size: 14pt;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin: 253px 0 0 0;
    padding: 15px 0;
    background-color: rgba(17, 25, 43, .8);
}

.srrvv_txt {
    width: 100%;
    float: left;
    text-align: center;
    color: #333;
    margin: 15px 0 0 0;
    padding: 0;
}

.srrvv_back_ttl {
    width: 100%;
    float: left;
    font-size: 14pt;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 25px 0 0 0;
    padding: 0;
}

.srrvv_back_txt {
    width: 100%;
    float: left;
    text-align: center;
    color: #aaa;
    margin: 15px 0 0 0;
    padding: 0;
}

.srrvv_back_call {
    width: 100%;
    float: left;
    margin: 35px 0 0 0;
}

.srrvv_grp {
    width: 94%;
    float: left;
    margin: 3% 3% 3% 3%;
}

.srrvv_back_call a {
    padding: 7px 15px;
    margin: 0;
    font-weight: 500;
    color: #11192b;
    background-color: #63b700;
    border: 1px solid #63b700;
}

    .srrvv_back_call a:hover {
        padding: 7px 15px;
        margin: 0;
        color: #fff;
        background-color: #11192b;
        border: 1px solid #63b700;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

.flip-box {
    width: 100%;
    height: 300px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #eee;
    color: black;
    /*padding: 10px 20px;*/
}

.flip-box-back {
    background-color: #11192b;
    color: white;
    padding: 40px;
    transform: rotateY(180deg);
}

.truck {
    width: 100%;
    float: left;
    height: 300px;
    background-image: url(../images/truck_transportation.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.custom {
    width: 100%;
    float: left;
    height: 300px;
    background-image: url(../images/custom_clearance.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.air_frht {
    width: 100%;
    float: left;
    height: 300px;
    background-image: url(../images/air_freight.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.ocean_frht {
    width: 100%;
    float: left;
    height: 300px;
    background-image: url(../images/ocean_freight.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.courier_serv {
    width: 100%;
    float: left;
    height: 300px;
    background-image: url(../images/courier_service.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.areas_bg {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
    margin: 0 0 0 0;
}

    .areas_bg h1 {
        font-size: 25pt;
        text-align: left;
        color: #800000;
        font-weight: 700;
        margin: 0 0 0 0;
        text-align: center;
    }

.areas_content {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 20px 0 0 0;
}

.butn {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    margin: 5px;
    font-size: 11pt;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.butn-def {
    float: left;
    color: #fff;
    background-color: #000;
    border-color: #000;
}

    .butn-def:hover {
        color: #000;
        background-color: #eee;
        border-color: #aaa;
        transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        -webkit-transition: all .6s ease-in-out;
    }

.apt_bg {
    width: 100%;
    float: left;
    padding: 50px 0 30px 0;
    margin: 0 0 0 0;
    background-image: url(../images/airport_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.apt_head {
    width: 100%;
    float: left;
    font-size: 25pt;
    text-align: left;
    color: #800000;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
    text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.apt_box {
    width: 98.5%;
    float: left;
    padding: 15px;
}

.apt_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 0 0;
    border: 3px solid #fff;
}

.apt_b {
    width: 100%;
    float: left;
    font-size: 25pt;
    color: #000;
    font-weight: 700;
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.apt_c {
    width: 100%;
    float: left;
    padding: 0x 20px 20px 20px;
    font-size: 15pt;
    margin: 0 0 10px 0;
    color: #333;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.srv_bg {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    margin: 0 0 0 0;
    background-image: url(../images/serv_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .srv_bg h1 {
        color: #fff;
        font-size: 25pt;
        text-align: left;
        font-weight: 700;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .srv_bg h2 {
        color: #fff;
        font-size: 12pt;
        font-weight: 300;
        line-height: 1.3;
        text-align: center;
    }

    .srv_bg p {
        color: #fff;
        font-size: 12pt;
        text-align: left;
        font-weight: 300;
        line-height: 1.3;
        margin: 0 0 20px 0;
        text-align: center;
    }

.srv_box {
    width: 98.5%;
    float: left;
    padding: 15px;
}

.srv_box_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 0 0;
}

.srv_box_a {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 25pt;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.srv_box_b {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0 0;
    text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

    .srv_box_b a {
        color: #fff;
    }

        .srv_box_b a:hover {
            color: #deb954;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.srv_box_c {
    width: 100%;
    float: left;
    padding: 20px;
    color: #ccc;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 1.5;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.serve_bg {
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
    margin: 0 0 0 0;
}

    .serve_bg h1 {
        font-size: 30pt;
        text-align: left;
        color: #333;
        font-weight: 700;
        margin: 0 0 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .serve_bg h2 {
        font-size: 15pt;
        text-align: left;
        color: #aaa;
        font-weight: 400;
        margin: 0 0 20px 0;
        text-align: center;
    }

    /*.serve_bg h3
{
    font-size: 22pt;
	text-align:left;
	color: #004990;
	font-weight:400;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Rajdhani', sans-serif;
}*/

    .serve_bg h4 {
        color: #666;
        font-size: 15pt;
        text-align: left;
        font-weight: 100;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

.serve_box {
    width: 90%;
    float: left;
    margin: 20px;
    border: 1px solid #e5e5e5;
}

.serve_box_a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    background-color: #f3f3f3;
}

.serve_box_c {
    width: 100%;
    float: left;
}

    .serve_box_c h3 {
        color: #222;
        font-size: 17pt;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 0 1px 0;
        text-align: center;
        padding: 30px 0 5px 0;
    }

.serve_box_c1 {
    width: 100%;
    float: left;
    color: #444;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 0 30px 25px 30px;
}

.srvic_grp {
    width: 94%;
    float: left;
    margin: 3% 3% 3% 3%;
}

.srvic_img {
    width: 100%;
    float: left;
}

.srvic_txt {
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px 0;
    margin: -43px 0 0 0;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.7);
}

.whychs {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.whyhom {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.whychs_head {
    font-size: 25pt;
    text-align: left;
    color: #000;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-align: center;
}

.whychs_content {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.reno_bg {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    margin: 0 0 0 0;
    background-color: #eee;
    /*background-image: url(../images/serv_bg.jpg);
    background-position: 50% 0;
    background-size: cover;*/
}

    .reno_bg h1 {
        color: #000;
        font-size: 25pt;
        text-align: left;
        font-weight: 700;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .reno_bg p {
        color: #444;
        font-size: 12pt;
        text-align: left;
        font-weight: 300;
        line-height: 1.3;
        margin: 0 0 20px 0;
        text-align: center;
    }

.reno_bg_box {
    width: 98.5%;
    float: left;
    padding: 15px;
}

.reno_bg_box_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 0 0 0;
}

.reno_bg_box_a {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 25pt;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.reno_bg_box_b {
    width: 100%;
    float: left;
    font-size: 14pt;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0 0;
    text-align: center;
    padding: 10px 0 0 0;
    /*text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
}

    .reno_bg_box_b a {
        color: #333;
    }

        .reno_bg_box_b a:hover {
            color: #000;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.resour_area {
    width: 96%;
    float: left;
    margin: 2% 2% 2% 2%;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.resour_content {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 20px;
    background-color: #f5f5f5;
}

.resour_title {
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 17pt;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.resour_txt {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.resour_down {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px;
}

.resour_downs {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 11pt;
}

    .resour_downs a {
        color: #63b700;
        font-weight: 500;
        padding: 7px 20px;
        text-decoration: none;
        background-color: #11192b;
        border: 1px solid #11192b;
    }

        .resour_downs a:hover {
            color: #11192b;
            padding: 7px 20px;
            text-decoration: none;
            background-color: #63b700;
            border: 1px solid #63b700;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.cmhms {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0px;
    background-image: url(../images/vismiss_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.cmhms-info {
    width: 90%;
    float: right;
    font-size: 25pt;
    color: #333;
    text-align: center;
    font-weight: 700;
    padding: 50px 50px 50px 30px;
    margin: 140px 0 0 0;
    z-index: 1;
    line-height: 1.3;
    background-color: #fff;
    box-shadow: 6px 5px 7px rgba(0,0,0,.4);
}

.cmhms-rgt {
    width: 100%;
    float: left;
    margin: 30px 30px 30px -50px;
    padding: 0 0 0 0;
    border: 20px solid #fff;
    box-shadow: 6px 5px 7px rgba(0,0,0,.4);
}

.tak {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

    .tak a {
        color: #11192b;
    }

        .tak a:hover {
            color: #63b700;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.tak_1 {
    float: left;
    width: 100%;
    color: #222;
    font-size: 30pt;
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.tak_2 {
    float: left;
    width: 100%;
    color: #666;
    font-size: 20pt;
    text-align: center;
    font-weight: 700;
    margin: 10px 0 0 0;
}

.tak_content {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.tak_map {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.tak_cards {
    float: left;
    width: 100%;
    font-size: 17pt;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 0 0;
}

.td-gry {
    background-color: #f7f7f7;
}

.oth-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/about_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .oth-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.home-reno-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/home_renovation_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .home-reno-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.kitchen-reno-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/kitchen_renovation_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .kitchen-reno-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.bathroom-reno-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/bathroom_renovation_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .bathroom-reno-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.basement-reno-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/basement_renovation_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .basement-reno-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.new-build-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/new_build_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .new-build-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.custom-homes-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/custom_homes_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .custom-homes-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.contact-hdr-bg {
    float: left;
    width: 100%;
    background-image: url(../images/contact_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .contact-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 700;
        margin: 170px 0 130px 0;
        text-align: center;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.pge_img {
    width: 40%;
    float: right;
    margin: 0 0 0 20px;
    padding: 3px;
    border: 4px solid #edd9a3;
}

.cls_area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.cls_data {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 20pt;
    font-weight: 700;
    text-align: center;
}

.cls_grp {
    float: left;
    width: 33.3%;
    margin: 0 0 0 0;
    padding: 0;
    color: #666;
    font-size: 16pt;
    font-weight: 600;
    text-align: center;
}

.img_Left {
    padding: 0 20px 0 0;
}

.img_Right {
    padding: 0 0 0 20px;
}

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

    .all_main ul {
        margin: 0 0 0 25px;
        padding: 0 0 0 0;
        list-style: none;
    }

    .all_main li {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: left;
        color: #333;
        list-style-image: url(../images/check_icon.png);
    }

.all-main h1 {
    color: #222;
    font-size: 15pt;
    font-weight: 600;
}

.all_main h2 {
    color: #004990;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
}

.all_main h3 {
    color: #514116;
    font-weight: 600;
    margin: 20px 0 10px 0;
    text-align: left;
    font-size: 13pt;
}

.all-contents {
    float: left;
    width: 100%;
    padding: 50px 0;
}

    .all-contents a {
        color: #004990;
    }

        .all-contents a:hover {
            color: #666;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

    .all-contents h2 {
        color: #222;
        font-size: 15pt;
        font-weight: 600;
    }

.qufrm_area {
    width: 90%;
    float: left;
    padding: 20px 10px 10px 10px;
    margin: 0 5% 0 5%;
    background-color: #f5f5f5;
}

.qufrm_01 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.qufrm_02 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.qufrm_03 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.qufrm_head {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
}

.qufrm_field {
    width: 100%;
    float: left;
    padding: 0 10px 0 10px;
}

.con_1 {
    width: 100%;
    float: left;
    padding: 0;
    color: #514116;
    margin: 0 0 0 0;
    font-size: 13pt;
    font-weight: 500;
    text-align: center;
}

.con_2 {
    font-size: 18pt;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    color: #000;
}

.con_head {
    width: 100%;
    float: left;
    padding: 0;
    color: #333;
    font-size: 15pt;
    font-weight: 600;
    margin: 0 0 5px 0;
    text-align: center;
}

.con_grp {
    width: 94%;
    float: left;
    margin: 10px 3% 3% 3%;
    padding: 40px 0 40px 0;
    color: #2a3640;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

    .con_grp a {
        color: #333;
        text-decoration: none;
    }

        .con_grp a:hover {
            color: #deb954;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.con_grp_1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 40px 0 70px 0;
}

    .con_grp_1 a {
        color: #333;
        text-decoration: none;
    }

        .con_grp_1 a:hover {
            color: #800000;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.red {
    color: #ff0000;
}

.tp_mttr {
    display: none;
}

.fotrnm {
    color: #deb954;
    font-weight: 600;
}

.bttm-area {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bttm-1 {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 40px 0 20px 0;
    background-color: #deb954;
}

.bttm-2 {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    background-color: #000;
}

.bttm-hed {
    float: left;
    width: 100%;
    color: #000;
    text-align: left;
    font-weight: 700;
    font-size: 14pt;
    margin: 0 0 10px 0;
}

.bttm-txt {
    color: #514116;
}

.bttm-b2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 11pt;
    text-align: left;
    line-height: 30px;
}

    .bttm-b2 a {
        color: #514116;
        line-height: 2;
        text-decoration: none;
    }

        .bttm-b2 a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.bttm-c2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 11pt;
}

    .bttm-c2 a {
        color: #514116;
        line-height: 2;
        text-decoration: none;
    }

        .bttm-c2 a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.bttm-c3 {
    float: left;
    width: 100%;
    text-align: left;
    color: #514116;
    line-height: 27px;
    font-size: 11pt;
}

    .bttm-c3 a {
        color: #514116;
        text-decoration: none;
    }

        .bttm-c3 a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.fotr {
    width: 100%;
    float: left;
    background-color: #003366;
    padding: 20px 0 20px 0;
    border-top: 1px solid #666;
}

    .fotr a {
        color: #aaa;
        text-decoration: none;
    }

        .fotr a:hover {
            color: #ddd;
            text-decoration: none;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .fotr ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .fotr li {
        padding: 0 10px 0 0;
        display: inline;
    }

.fotr-left {
    width: 60%;
    float: left;
    text-align: left;
    font-size: 11pt;
    color: #ccc;
}

.fotr-right {
    width: 40%;
    float: left;
    color: #ccc;
    font-size: 11pt;
    text-align: right;
    margin: 0 0 0 0;
}

    .fotr-right a {
        color: #deb954;
        font-weight: 600;
        text-decoration: none;
    }

        .fotr-right a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

.getqufix {
    display: none;
}

.img-hover-zoom {
    /*height: 300px;*/ /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .5s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.3);
    }










@media (max-width:480px) {

    .logo {
        float: left;
        width: 30%;
        margin: 0 0 0 0;
        text-align: center;
    }

    .phone {
        width: auto;
        float: left;
        font-size: 20pt;
        font-weight: 600;
        border-radius: 0;
        margin: 0 0 0 20px;
        text-align: center;
    }

        .phone a {
            width: 100%;
            float: left;
            color: #fff;
            font-size: 16pt;
            line-height: .8;
            font-weight: 600;
            text-decoration: none;
        }

    .phone_a {
        float: left;
        text-align: center;
        padding: 11px 0 9px 0;
    }

    .phone_b {
        width: auto;
        float: left;
        color: #fff;
        font-weight: 400;
        text-align: center;
        padding: 12px 0 4px 2px;
    }

    .srv_bg {
        width: 100%;
        float: left;
        padding: 30px 0 10px 0;
        background-image: url(../images/serv_bg.jpg);
        background-position: 50% 0;
        background-size: cover;
    }

        .srv_bg h1 {
            font-size: 17pt;
            margin: 0 0 5px 0;
            text-align: center;
        }

        .srv_bg p {
            font-size: 11pt;
        }

    .srv_box h3 {
        font-size: 18pt;
    }

    .head-ttl {
        line-height: 1;
        font-size: 15pt;
        margin: 0 0 0 0;
    }

    .book-bg {
        float: left;
        width: 100%;
        z-index: 1;
        position: absolute;
        margin: 153px 0 0 0;
        padding: 0 0 20px 0;
        background: rgba(0,0,0,.95);
    }

    .book-data {
        width: 100%;
        float: right;
        margin: 0 0 0 0;
        background: rgba(0,0,0,.8);
        padding: 10px 10px 0 10px;
    }

    .menu_bar {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .caro_hgt {
        height: 250px;
    }

    .top-fl {
        float: left;
        width: 100%;
        z-index: 11;
        padding: 7px 0 7px 0;
        /*position: absolute;
        background-color: #fff;
	    background: rgba(0,0,0,.6);*/
        background-color: rgba(0,0,0,.8);
    }

    .srimg {
        width: 100%;
    }

    .welc {
        width: 100%;
        float: left;
        padding: 10px 0 30px 0;
        background-image: url(../images/wel_bg.jpg);
        background-position: 32% 0;
        background-size: cover;
    }

    .welc_ap h1 {
        font-size: 17pt;
        line-height: 1.1;
        text-align: center;
        margin: 10px 0 5px 0;
    }

    .welc_ap span {
        font-size: 13pt;
        font-weight: 500;
    }

    .welc_ap p {
        text-align: justify;
    }

    .welc_mor {
        float: none;
        color: #ffffff;
        margin: 0 auto;
        font-size: 10pt;
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .welc_mor a {
            color: #fff;
            font-weight: 400;
            padding: 5px 14px;
            text-decoration: none;
        }

            .welc_mor a:hover {
                color: #fff;
                padding: 5px 14px;
                text-decoration: none;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    .srvss_a {
        width: 100%;
        float: left;
        padding: 20px 15px 10px 15px;
    }

    .srvss_b {
        width: 100%;
        float: left;
    }

    .srvss_a h1 {
        font-size: 22pt;
        margin: 0 0 0 0;
        text-align: center;
    }

    .srvss_a li {
        margin: 0;
        font-size: 12pt;
        padding: 8px 0 8px 0;
    }

    .srv_bg h2 {
        color: #ccc;
        font-size: 13pt;
        text-align: left;
        font-weight: 400;
        line-height: 1.3;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .srv_box {
        padding: 0;
        width: 100%;
        float: left;
    }

    .tak {
        float: left;
        width: 100%;
        border-top: 0;
        padding: 0 0 20px 0;
    }

    .tak_1 {
        margin: 0;
        color: #222;
        font-size: 23pt;
    }

    .tak_2 {
        color: #333;
        font-size: 13pt;
        margin: 0 0 0 0;
    }

    .tak_content {
        padding: 10px 0 0 0;
    }

    .tak_cards {
        font-size: 14pt;
        padding: 20px 0 0 0;
    }

    .fotr-left {
        width: 100%;
        float: left;
        text-align: center;
    }

    .fotr-right {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        text-align: center;
    }

    .fotr li {
        padding: 0 8px 0 0;
        line-height: 1.3;
    }

    .oth-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .home-reno-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .kitchen-reno-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .bathroom-reno-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .basement-reno-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .new-build-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .custom-homes-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .contact-hdr-bg h1 {
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: center;
        margin: 100px 0 70px 0;
    }

    .all_main h3 {
        color: #333;
        font-size: 14pt;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
        margin: 20px 0 10px 0;
    }

    .serve_bg {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 20px 0 20px 0;
    }

    .serve_box {
        width: 92.5%;
        float: left;
        margin: 10px 15px;
        padding: 0 0 0 0;
    }

    .all-contents {
        float: left;
        width: 100%;
        padding: 30px 0;
    }

    .con_1 {
        width: 100%;
        float: left;
        padding: 0;
        font-size: 12pt;
        margin: 0 0 0 0;
        text-align: center;
    }

    .con_2 {
        padding: 0;
        font-size: 16pt;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .con_head {
        font-size: 13pt;
    }

    .con_grp {
        width: 100%;
        float: left;
        color: #666;
        border-right: 0;
        margin: 0 0 15px 0;
        padding: 20px 0 20px 0;
    }

    .con_grp_1 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 30px 0 20px 0;
    }

    .srrvv_bg {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

        .srrvv_bg h1 {
            font-size: 17pt;
        }

    .srrvv_grp {
        width: 100%;
        float: left;
        margin: 3% 0 0 0;
    }

    .prior h1 {
        font-size: 22pt;
    }

    .prior p {
        line-height: 25px;
    }

    .term_mar {
        margin-bottom: 15px;
    }

    .tp_list {
        float: left;
        width: 100%;
        color: #fff;
        display: none;
    }

        .tp_list a {
            width: 100%;
            float: left;
            color: #fff;
            font-size: 12pt;
            margin: 0 0 0 0;
            border-right: 0;
            padding: 0 0 2px 0;
        }

    .tp_rt {
        width: 30%;
        float: left;
        display: none;
        margin: 0 0 0 0;
        padding: 5px 5px 5px 0;
    }

    .tp_mttr {
        width: 100%;
        float: left;
        color: #fff;
        display: block;
        margin: 0 0 0 0;
        text-align: center;
        padding: 5px 0 5px 0;
    }

    .slider_heading {
        width: 100%;
        float: left;
        padding: 0;
        color: #fff;
        font-size: 14pt;
        margin: 0 0 0 0;
        font-weight: 700;
        text-align: center;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .slider_sml {
        width: 100%;
        float: left;
        padding: 0;
        color: #fff;
        font-size: 10pt;
        font-weight: 500;
        line-height: 1.4;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .book-hd {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 auto;
        font-size: 12pt;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px;
        padding: 0 0 5px 20px;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 auto;
        font-size: 12pt;
        margin-bottom: 0;
        text-align: center;
        border-radius: 5px;
        padding: 0 0 5px 20px;
    }

    .book-inner {
        float: left;
        width: 100%;
    }

    .book-data-airp {
        float: right;
        width: 100%;
        margin: 15px 0 0 0;
        background: rgba(0,0,0,.8);
        padding: 10px 10px 20px 10px;
    }

    .srvic_grp {
        width: 100%;
        float: left;
        margin: 3% 0 3% 0;
    }

    .flt_thumb {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
        background-color: #fff;
        padding: 10px 10px 10px 10px;
        border-top: 3px solid #800000;
        border-left: 3px solid #dddddd;
        border-right: 3px solid #dddddd;
        border-bottom: 3px solid #dddddd;
        /*box-shadow: 0 3px 3px rgba(0,0,0,.3);*/
    }

    .apt_bg {
        width: 100%;
        float: left;
        margin: 830px 0 0 0;
        padding: 30px 0 30px 0;
    }

    .apt_head {
        width: 100%;
        float: left;
        color: #800000;
        font-size: 17pt;
        margin: 0 0 0 0;
        line-height: 1.2;
        text-align: center;
        padding: 0 5px 0 5px;
    }

    .apt_b {
        font-size: 17pt;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .apt_c {
        font-size: 13pt;
        margin: 0 0 0 0;
        line-height: 1.5;
        padding: 0 20px 20px 20px;
    }

    .bst_ttl {
        width: 100%;
        float: left;
        font-size: 13pt;
        font-weight: 600;
        padding: 10px 0 5px 0;
    }

    .srv_box_b {
        font-size: 13pt;
        margin: 0 0 0 0;
        text-align: center;
        padding: 5px 0 20px 0;
    }

    .srv_box_c {
        margin: 0 0 0 0;
        line-height: 1.5;
        text-align: center;
        padding: 5px 20px 20px 20px;
    }

    .srrvv_img {
        margin: 0 0 0 0;
    }

    .srrvv_ttl {
        font-size: 12pt;
        /*margin: 25px 0 0 0;*/
    }

    .srrvv_back_ttl {
        font-size: 12pt;
        margin: 0 0 0 0;
    }

    .srrvv_back_call {
        width: 100%;
        float: left;
        margin: 15px 0 0 0;
    }

    .srrvv_back_txt {
        width: 100%;
        float: left;
        color: #aaa;
        padding: 0;
        margin: 5px 0 0 0;
        text-align: center;
    }

    .flip-box-back {
        color: white;
        background-color: #11192b;
        padding: 30px 40px 40px 40px;
        transform: rotateY(180deg);
    }

    .areas_bg h1 {
        font-size: 17pt;
        margin: 0 0 0 0;
    }

    .areas_content {
        padding: 0 0 0 0;
        margin: 10px 0 0 0;
    }

    .cls_data {
        padding: 0;
        font-size: 14pt;
        line-height: 1.2;
        margin: 10px 0 5px 0;
    }

    .cls_grp {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 0 0 0;
        font-size: 12pt;
    }

    .tp_rt_cus {
        display: none;
    }

    .sldr_mor {
        color: #ffffff;
        font-size: 10pt;
    }

        .sldr_mor a {
            color: #fff;
            font-weight: 600;
            padding: 6px 10px;
            text-decoration: none;
        }

            .sldr_mor a:hover {
                color: #fff;
                padding: 6px 10px;
                text-decoration: none;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    .sldr_morqut {
        float: left;
        color: #ffffff;
        font-size: 11pt;
        margin-top: 13px;
        margin-left: 10px;
    }

        .sldr_morqut a {
            color: #11192b;
            font-weight: 600;
            padding: 6px 10px;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #fff;
        }

            .sldr_morqut a:hover {
                color: #11192b;
                padding: 6px 10px;
                text-decoration: none;
                background-color: #63b700;
                border: 1px solid #63b700;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    .tak_map {
        padding: 10px 0 0 0;
    }

    .cmhms {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 50px 0 50px 0px;
        background-image: url(../images/vismiss_bg.jpg);
        background-position: 50% 0;
        background-size: cover;
    }

    .cmhms-info {
        width: 80%;
        float: left;
        font-size: 15pt;
        margin: 0 10% 0 10%;
        padding: 10px 20px 10px 20px;
    }

    .cmhms-head {
        font-size: 17pt;
        line-height: 1.3;
        text-align: center;
        margin: 10px 0 5px 0;
    }

    .cmhms-rgt {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 0 0 10px 0;
        border: 20px solid #fff;
    }

    .bttm-1 {
        margin: 0 0 0 0;
        padding: 20px 0 30px 0;
    }

    .bttm-hed {
        margin: 10px 0 5px 0;
    }

    .img_Right {
        padding: 0 0 10px 0;
    }

    .resour_area {
        width: 100%;
        float: left;
        padding: 10px;
        margin: 0 0 20px 0;
    }

    .resour_content {
        margin: 0 0 0 0;
        padding: 10px;
    }

    .resour_title {
        font-size: 14pt;
        margin: 0 0 0px 0;
        padding: 0 0 0 0;
    }

    .getqufix {
        width: 38%;
        float: left;
        color: #fff;
        display: block;
        margin: 0 0 0 0;
        font-weight: 600;
        text-align: center;
        right: 0!important;
        top: 260px !important;
        background-color: #63b700;
        position: fixed !important;
        max-width: none !important;
        z-index: 2147482999 !important;
        /*box-shadow: 0 0 5px 0 #999;*/
    }

        .getqufix a {
            width: 100%;
            float: left;
            color: #fff;
            padding: 5px;
            border-left: 1px solid #11192b;
            border-top: 1px solid #11192b;
            border-bottom: 1px solid #11192b;
        }

            .getqufix a:hover {
                color: #11192b;
                margin: 0 0 0 0;
                background-color: #fff;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    .qufrm_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 20px 0 10px 0;
        background-color: #f5f5f5;
    }

    .srrvv_cen {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .welc_bp {
        padding: 0 0 0 0;
    }

    .truck-trans-hdr-bg {
        float: left;
        width: 100%;
        background-image: url(../images/truck_trans_header.jpg);
        background-position: 20% 0;
        background-size: cover;
    }

    #navbar {
        display: block;
        padding: 3px 0 3px 0;
    }

    #navlinks {
        width: auto;
        float: left;
        display: none;
    }

        #navlinks a {
            float: left;
            color: #000;
            display: block;
            font-size: 16pt;
            font-weight: 700;
            margin: 0 2px 0 0;
            text-align: center;
            padding: 12px 37px;
            text-decoration: none;
            text-transform: uppercase;
        }

            #navlinks a:hover {
                color: #fff;
                background-color: #004490;
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

        #navlinks > .active {
            color: #fff;
            background-color: #004490;
        }

    .nvlogo {
        width: 15%;
        float: left;
        display: none;
        margin: 5px 5px 0 5px;
    }

    .slogo {
        width: 22%;
        float: left;
        display: block;
        margin: 5px 0 0 5px;
    }

    .mobile-container {
        width: 100%;
        float: left;
        margin: auto;
        color: white;
        display: block;
    }

    .topnav {
        /*overflow: hidden;  
        position: relative;*/
        background-color: #000;
    }

        .topnav #myLinks {
            display: none;
        }

        .topnav a {
            color: #fff;
            display: block;
            font-size: 11pt;
            text-align: left;
            font-weight: 500;
            text-decoration: none;
            padding: 3px 7px 6px 15px;
            border-bottom: 1px solid #444;
        }

            .topnav a.icon {
                top: 10px;
                right: 7px;
                display: block;
                position: absolute;
                background-color: #deb954;
                padding: 7px 9px 7px 9px;
            }

            .topnav a:hover {
                color: #deb954;
                background-color: #000;
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

        .topnav #myLinks > .active {
            background-color: #004990;
            color: #fff;
        }

    .dropdownees {
        width: 100%;
        float: left;
        position: relative;
        display: inline-block;
    }

    .dropbtnees {
        width: 100%;
        color: #fff;
        margin: 0;
        font-size: 11pt;
        text-align: left;
        border-radius: 0;
        padding: 3px 20px 6px 15px;
        background-color: transparent;
        border-bottom: 1px solid #444;
    }

    .dropdownees-content {
        z-index: 1;
        display: none;
        min-width: 350px;
        position: absolute;
        background-color: #deb954;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

    .phonescr {
        float: left;
        color: #fff;
        font-size: 15pt;
        font-weight: 400;
        text-align: center;
        border-radius: 5px;
        margin: 0 0 0 35px;
        padding: 6px 0 5px 0;
    }

        .phonescr a {
            color: #fff;
            font-size: 16pt;
            font-weight: 600;
            text-decoration: none;
        }

    .whychs_head {
        font-size: 17pt;
        margin: 0 0 0 0;
    }

    .bst {
        width: 100%;
        float: left;
        padding: 40px 0 0 0;
        background-image: url(../images/offer_bg.jpg);
        background-position: 50% 0;
        background-size: cover;
    }

    .bst_grp {
        width: 100%;
        float: left;
        height: auto;
        margin: 0 0 0 0;
        border-right: 0;
        padding: 10px 0 10px 0;
    }

    .bst_ico {
        width: 20%;
        float: left;
        padding: 15px 0 0 0;
    }

    .bst_matt {
        width: 80%;
        float: left;
        padding: 0 0 0 10px;
    }

    .bst_ttl {
        font-size: 12pt;
        padding: 10px 0 0 0;
    }

    .whyhom {
        padding: 0 0 0 0;
    }

    .whychs {
        float: left;
        width: 100%;
        padding: 10px 0 20px 0;
    }

    .abt {
        padding: 20px 0 20px 0;
        border-bottom: 1px dashed #ccc;
    }

    .abt_ap {
        padding: 0 0 0 0;
    }

        .abt_ap h1 {
            font-size: 18pt;
            margin: 0 0 5px 0;
            text-align: center;
        }

        .abt_ap span {
            font-size: 12pt;
        }

    .abt_cp {
        padding: 10px 0 5px 0;
    }

    .abt_cp_ttl {
        font-size: 13pt;
        margin: 0 0 0 0;
        text-align: center;
    }

    .abt_cp p {
        color: #000;
        font-size: 14pt;
        margin: 0 0 0 0;
        font-weight: 600;
        line-height: 1.4;
        padding: 0 0 0 0;
        text-align: justify;
    }

    .pge_img {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }

    .reno_bg_box {
        width: 100%;
        float: left;
        padding: 0;
    }

    .reno_bg_box_b {
        font-size: 14pt;
        margin: 0 0 0 0;
        padding: 5px 0 15px 0;
    }

    .reno_bg {
        padding: 30px 0 10px 0;
        margin: 0 0 0 0;
    }

    .cons_reno_grp {
        margin: 0 0 25px 0;
        padding: 15px 15px 15px 15px;
    }

    .cons_reno_mtr {
        width: 100%;
        float: left;
        padding: 10px 0 0 0;
    }

    .cons_reno_ttl {
        padding: 0 0 5px 0;
        font-size: 16pt;
        line-height: 1.2;
        text-align: center;
    }

    .cons_reno_txt p {
        text-align: center;
        line-height: 1.8;
        float: left;
        padding: 0 0 0 0;
    }
}
