﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-family: 'PT Sans', sans-serif;
    border: 0;
    font-size: 100%;
}


.screen-nav {
    max-width: 1150px;
    height: auto;
    margin: auto;
}


ul {
    list-style: disc inside;
    padding: 0;
    margin: 0;
}

.online_blog {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    filter: gray;
    -webkit-transition: 1s;
    /* For Safari 3.1 to 6.0 */
    transition: 1s;
    height: 170px;
    float: left;
    width: 23%;
    cursor: pointer;
    margin: 2% 1% 2% 1%;
    color: #fff;
}

.online_blog:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.online_blog_text1_heading {
    font-size: 16px;
    text-align: center;
    color: #d0a853;
    font-weight: 500;
    padding: 10px 0px;
}



.blog_222 {
    float: none;
    margin: 10px auto;
    width: 98%;
}

.blog_222:hover {
    cursor: pointer;
    box-shadow: 5px 5px 5px #ccc;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}


.gallery_conatiners_image {
    width: 72%;
    float: none;
    margin: 0px auto;
}


.banner_inside11 {
    width: auto;
    height: auto;
    margin: auto;
    background-size: cover;
    background-color: rgba(255, 0, 0, 0.3);
    padding: 0.5em 0em 2.5em;
}

#banner-part111 {
    width: 80%;
    margin: auto;
    height: auto;
    margin-top: 50px;
    padding-bottom: 5px;
}




.banner_inside {
    width: auto;
    height: auto;
    margin: auto;
    background-size: cover;
    background-color: rgba(255, 0, 0, 0.3);
    padding: 0.5em 0em 6em;
}

#banner-part1 {
    width: 80%;
    margin: auto;
    height: auto;
    margin-top: 100px;
    padding-bottom: 5px;
}

.img_havc {
    float: left;
    padding: 10px;
    margin-right: 20px;
}

.img_about {
    float: left;
    width: 30%;
    margin: 15px 20px 5px 0px;
}

.img_vrv-vrf-aircondtioner {
    width: 55%;
    clear: both;
    margin: 15px auto;
    text-align: center;
}

.img_vrv-vrf-aircondtioner1 {
    float: left;
    width: 45%;
    margin: 15px 20px 5px 0px;
}




.img_ {
    float: left;
    width: 40%;
    margin: 20px 10px;
}

.img_2 {
    float: right;
    width: 30%;
    padding: 10px;
    margin: 10px 10px;
}


.contaus_blog_1 {
    width: 65%;
    margin-right: 2%;
    float: left;
    border: solid 0px #000;
}

.contaus_blog_2 {
    width: 33%;
    float: left;
    border: solid 0px #000;
}


.plea2 {
    font-family: 'PT Sans', sans-serif;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: center;
    line-height: 27px;
}

.plea {
    font-family: 'PT Sans', sans-serif;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 27px;
}

.plea_right {
    font-family: 'PT Sans', sans-serif;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
}

.form_contact {
    width: 48%;
    border: 0px solid #0F0;
    margin-top: 3%;
    background: none;
    float: left;
    margin-right: 2%;
}

.form_contact1 {
    width: 100%;
    border: 0px solid #0F0;
    margin-top: 30px;
    background: none;
    float: left;
}

.conttact_feald {
    border: 0;
    border: 1px solid #c1c1c1;
    padding: 0 10px;
    box-sizing: border-box;
    background: none;
    color: #666;
    font-size: 14px;
    margin: 1% 0 0 0;
    width: 100%;
    float: left;
    height: 46px;
}

.conttact_feald:focus {
    border: solid 1px rgba(242, 53, 2, .5);
    box-shadow: 0 2px 10px 0 rgba(242, 55, 4, 0.1), 0 6px 20px 0 rgba(242, 55, 4, 0.1);
    transition: all .5s;
}

.contact_us_form {
    float: left;
    width: 98%;
    height: 180px;
    resize: none;
    border: 1px solid #c1c1c1;
    padding: 14px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 0 30px 0;
    font-family: 'PT Sans', sans-serif;
    border-radius: 0;
    box-shadow: none;
    color: #666;
}

.contact_us_form:focus {
    border: solid 1px rgba(242, 53, 2, .5);
    box-shadow: 0 2px 10px 0 rgba(242, 55, 4, 0.1), 0 6px 20px 0 rgba(242, 55, 4, 0.1);
    transition: all .5s;
}

.button {
    display: inline-block;
    border: none;
    color: #dbdbdb;
    text-align: center;
    font-size: 12px;
    padding: 10px 0px;
    width: auto;
    font-weight: 400;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    letter-spacing: 0.5px;
    font-family: 'PT Sans', sans-serif;
}

.item ul {
    margin: 0;
    padding: 0;
}

.button1 {
    display: inline-block;
    background-color: #000;
    border: none;
    color: #fff;
    text-align: center;
    box-shadow: 10px #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    width: auto;
    font-weight: bold;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    letter-spacing: 0.5px;
    font-family: 'PT Sans', sans-serif;
}

.button1 span {
    cursor: pointer;
    font-family: 'PT Sans', sans-serif;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button1 span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    font-family: 'PT Sans', sans-serif;
    right: -20px;
    transition: 0.5s;
}

.button1:hover span {
    padding-right: 25px;
}

.button1:hover span:after {
    opacity: 1;
    right: 0;
}

.contact_text {
    text-align: center;
    line-height: 25px;
    padding-top: 15px;
    font-size: 17px;
    color: #b90e34;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'PT Sans', sans-serif;
}

.address_text_page {
    color: #222;
    font-size: 17PX;
    text-align: left;
    line-height: 26px;
    text-decoration: none;
}

.contact_page i {
    float: left;
    color: #d0a853;
    font-size: 20px;
    text-align: center;
    padding: 7px;
    border: solid 1px #d0a853;
    background: none;
    width: 20px;
    height: 20px;
    margin: 2% 10px 0 0;
}

.contact_page:hover i {
    float: left;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: solid 1px #d0a853;
    width: 20px;
    background: #d0a853;
}

.contact_button_container1 {
    width: 96%;
    margin: 13px;
    text-align: center;
}

.text_forproductinside {
    padding: 0px auto;
    margin: 10px auto 0px auto;
    text-align: center;
    letter-spacing: 1.1px;
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.9);
    font-family: 'PT Sans', sans-serif;
}



.img {
    border: 0;
}

.top_header {
    width: 100%;
    border-top: 0px solid #000;
    float: left;
}

.top-container {
    width: 100%;
    float: left;
    margin: auto;
    background: #d4d4d4;
}

.top_wrapper {
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    border: 0px solid #fff;
}

.icon {

    border: 0px solid #999;
    float: left;
    color: #9b0000;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 6px 0px 4px 0px;
}


.icons_opacity {
    float: left;
    opacity: 0.5;
}



.icons_opacity:hover {
    float: left;
    opacity: 1;
}

.top_link {
    width: auto;
    border: 0px solid #999;
    float: right;
}

.contact_number {
    border: 0px solid #fff;
    float: right;
    color: #000;
    width: 100%;
    font-size: 15px;
    padding: 2px 0px 0px 15px;
    padding-top: 22px;
    letter-spacing: 0.6px;
}

.top_header_links ul {
    margin: 0;
    padding: 5px 0px 7px 0px;
    float: right;
}

.top_header_links li {
    list-style: none;
    letter-spacing: 0.8px;
    color: #000;
    font-size: 13px;
    padding: 0px 3px 0px 3px;
    display: inline;
    font-family: 'PT Sans', sans-serif;
}

.top_header_links li a {
    list-style: none;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.8px;
    text-decoration: none;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}

.top_header_links li a:hover {
    list-style: none;
    font-size: 13px;
    color: #ccc;
    font-weight: 300;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    text-decoration: none;
}

.main_header {
    width: 100%;
    float: left;
    margin: auto;
    background: url(../image/background5.png) top right repeat-x;
    padding: 2px 0px 10px 0px;
    border-bottom: 0px solid #000;
    background-size: cover;
}

.main_wrapper {
    width: 80%;
    margin: auto;
    border: 0px solid #3C0;
}

.logo_bg {
    width: 100%;
    float: left;
    border: 0px solid #000;
}

.logo_1 {
    width: auto;
    float: left;
    border: 0px solid #000;
}

.logo_2 {
    width: auto;
    float: right;
    border: 0px solid #000;
    text-align: center;
    font-weight: bold;
}

.logo_3 {
    width: auto;
    float: left;
    margin-top: 3px;
    border: 0px solid #000;
    margin-left: 140px;
}

.nav {
    width: 100%;
    float: none;
    background: #d0a853;
    padding: 0px 0px;
    margin: auto;
    top: 100px;
}

.menu {
    width: 100%;
    margin: auto;
    border: 0px solid #000;
    text-align: left;
}

.banner {
    width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

.clearfix1 {
    clear: right;
}

.tagline_bg {
    width: 100%;
    padding: 10px 0px;
}

.tagline {
    width: 90%;
    border: 0px solid #000;
    margin: auto;
    text-align: center;
}

.tagline_img {
    border: 0px solid #fff;
    float: none;
    color: #000;

    width: 88%;
    margin: auto;
    font-size: 22px;
    letter-spacing: 0.9px;
    border: 0px solid #000;
    font-weight: 500;

}

.middle-bg {
    width: 100%;
    background: #afe5f9;
    background: #afe5f9 -moz-linear-gradient(top, #afe5f9 0%, #d5f4ff 100%);
    /* FF3.6+ */
    background: #afe5f9 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #afe5f9), color-stop(100%, #d5f4ff));
    /* Chrome,Safari4+ */
    background: #afe5f9 -webkit-linear-gradient(top, #afe5f9 0%, #d5f4ff 100%);
    /* Chrome10+,Safari5.1+ */
    background: #afe5f9 -o-linear-gradient(top, #afe5f9 0%, #d5f4ff 100%);
    /* Opera11.10+ */
    background: #afe5f9 -ms-linear-gradient(top, #afe5f9 0%, #d5f4ff 100%);
    /* IE10+ */
    background: #afe5f9 linear-gradient(top, #afe5f9 0%, #d5f4ff 100%);
    /* W3C */
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    margin: auto;
}

.about_container {
    width: 100%;
    height: auto;
    padding: 20px 0px 0px 0px;
}

.about_wrapper {
    width: 80%;
    margin: auto;
    border: 0px solid #036;
}

h1 {
    color: #000;
    font-size: 30px;
    text-align: center;
    background: url(../image/line.jpg) bottom center no-repeat;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

h4 {
    color: #333;
    font-size: 23px;
    text-align: center;
    background: url(../image/line.jpg) bottom center no-repeat;
    padding-bottom: 25px;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-transform: uppercase;
}

.about_text {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.6px;
    text-align: justify;
    line-height: 27px;
}



.text1_heading {
    font-size: 17px;
    float: left;
    color: #d0a853;
    font-weight: 600;
    padding: 15px 0px 15px;
    width: 100%;
}



.about_text_1 {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: justify;
    margin: 0;
    line-height: 24px;
}

.readmore {
    float: right;
}

.readmore a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.content {
    width: 100%;
    border: 0px solid #000;
    margin-top: 10px;
}

.content_wrapper {
    width: 80%;
    margin: auto;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0px;
    padding: 10px 0px 0px 0px;
    letter-spacing: 0.8px;
}

.banner1 {
    background: url(../image/banner1.jpg) top center no-repeat;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.blog_bg {
    width: 80%;
    height: auto;
    padding: 0px;
    border: 0px solid #000;
    margin: auto;
}

.blog_1 {
    float: left;
    margin: 10px 1%;
    width: 31.2%;
}

.blog_1:hover {
    float: left;
    cursor: pointer;
    box-shadow: 5px 5px 5px #ccc;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.blog_111 {
    float: left;
    margin: 0px 1%;
    width: 47.8%;
}

.blog_111:hover {
    float: left;
    cursor: pointer;
    box-shadow: 5px 5px 5px #ccc;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}





.blog_2 {
    float: left;
    box-shadow: 5px 5px 5px #ccc;
}

.blog_2:hover {
    float: left;
    box-shadow: 5px 5px 5px #000;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.blog_3 {
    float: right;
    box-shadow: 5px 5px 5px #ccc;
}

.blog_3:hover {
    float: right;
    box-shadow: 5px 5px 5px #000;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.bg {
    background: url(../image/1111.jpg) top left no-repeat;
    border-top: solid 1px #00b7ff;
    border-bottom: solid 1px #00b7ff;
    padding: 2em 0em 2em 0em;
    margin: 20px 0px;
    background-size: 100%;
}

.membership {
    margin: auto;
    padding: 10px 0px 20px 0px;
    width: 80%;
}

h3 {
    margin: 0;
    padding: 0;
    color: #ee0539;
    font-weight: bold;
    line-height: 10px;
    letter-spacing: 0.5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 25px;
}

.text_of_high {
    list-style: none;
    margin: 0;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 30px 0px;
    font-weight: 500;
    line-height: 35px;
    font-family: 'PT Sans', sans-serif;
}

.text_of_high1 {
    list-style: circle;
    margin: 0;
    color: #000;
    font-size: 19px;
    padding: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: justify;
}

.blog-container {
    width: auto;
    margin: auto;
    background: url(../image/airconditionier.jpg) top center no-repeat;
    background-size: cover;
    padding: 3em 0em 1em 0em;
}

.bg-blog-1 {
    width: 80%;
    text-align: center;
    padding: 20px 0px;
    margin: auto;
}

.over-product {
    width: 29%;
    float: left;
    margin: 0px 1%;
    cursor: pointer;
    border: solid 1px #cfcfcf;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px 2px 0px 0px;
    padding: 10px;
    height: 330px;
}

.over-product:hover {
    width: 29%;
    float: left;
    border: solid 1px #65d7ff;
    border-radius: 2px 2px 0px 0px;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0px 1%;
    padding: 10px;
}

.serviecs {
    margin: 0;
    width: 48%;
    float: right;
    border: solid 1px #000;
}

.product-heading {
    padding: 15px 0px 10px 22px;
    background: url(../image/packing.png) center left no-repeat;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #c53354;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .06px;
}


.product-heading_1 {
    padding: 15px 0px 10px 22px;
    background: url(../image/SERVICES.png) center left no-repeat;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #c53354;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .06px;
}

.product-heading_2 {
    padding: 15px 0px 10px 22px;
    background: url(../image/knowledge--icon.png) center left no-repeat;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #c53354;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .06px;
}



.services-text {
    margin: 0;
    padding: 10px 0px 5px 0px;
    text-align: justify;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    letter-spacing: .06px;
}


.services {
    margin: 0;
    padding: 9px 0px 7px 0px;
    text-align: justify;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #000;
    letter-spacing: .09px;
}

.view-more {
    float: right;
    padding: 8px 9px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 25px 25px 25px 0px;
    margin-bottom: 10px;
    font-family: 'PT Sans', sans-serif;
    background-color: #b70029;
}

.view-more a {
    text-decoration: none;
    color: #fff;
}

.view-more:hover {
    float: right;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-color: #004896;
    color: #fff;
}

.img:hover {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    opacity: 0.8;
}



.Dealer-container {
    width: 100%;
    border: 0px solid #000;
    margin-top: 30px;
}

.dealer {
    width: 90%;
    margin: auto;
    padding: 0px;
}

h2 {
    width: auto;
    color: #FFF;
    margin: auto;
    padding: 7px 0px 7px 15px;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-family: 'PT Sans', sans-serif;
    background: #0462cc -moz-linear-gradient(top, #0462cc 0%, #0383b5 100%);
    /* FF3.6+ */
    background: #0462cc -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0462cc), color-stop(100%, #0383b5));
    /* Chrome,Safari4+ */
    background: #0462cc -webkit-linear-gradient(top, #0462cc 0%, #0383b5 100%);
    /* Chrome10+,Safari5.1+ */
    background: #0462cc -o-linear-gradient(top, #0462cc 0%, #0383b5 100%);
    /* Opera11.10+ */
    background: #0462cc -ms-linear-gradient(top, #0462cc 0%, #0383b5 100%);
    /* IE10+ */
    background: #0462cc linear-gradient(top, #0462cc 0%, #0383b5 100%);
    /* W3C */
}

.dealer_LOGO {
    float: left;
    width: 11%;
    padding: 20px 1.6%;
    margin-top: 20px;
    -webkit-filter: grayscale(00%);
    filter: grayscale(00%);
    filter: gray;
    -webkit-transition: 1s;
    /* For Safari 3.1 to 6.0 */
    transition: 1s;
}

.dealer_LOGO:hover {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    filter: gray;
    cursor: pointer;
}

.footer-bg {
    padding: 20px 0px;
    float: left;
    width: 100%;
    height: auto;
    border-top: 2px #bc3452 solid;
    font-family: 'PT Sans', sans-serif;
    background: #590014;
}

.footer {
    margin: auto;
    width: 80%;
}

.footer-box {
    width: 20%;
    float: left;
}

.footer-title {
    color: #ccc;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.7px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'PT Sans', sans-serif;
    border-bottom: dotted 1px #7a7a7a;
    margin-bottom: 0px;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 10px;
}

.footer li {
    padding-top: 2px;
    padding-bottom: 2px;
}

.footer li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    color: #dbdbdb;
    font-weight: normal;
    letter-spacing: 0.5px;
}

.footer li a:hover {
    color: #ccc;
}

.footer-box1 {
    width: 25%;
    height: auto;
    float: left;
}


.footer-container1 {
    width: 80%;
    margin: auto;
    height: auto;
    padding-top: 20px;
}

.phone {
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 0px 0px 0px;
}




.address {
    color: #000;
    font-size: 14PX;
    letter-spacing: 0.5px;
}

.address_text a {
    color: #dbdbdb;
    font-size: 14PX;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 24px;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
}



.address_text a:hover {
    color: #666;
    font-size: 14PX;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
}



.address_mail a {
    color: #dbdbdb;
    font-size: 13PX;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 20px;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
}



.address_mail a:hover {
    color: #666;
    font-size: 13PX;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    line-height: 20px;
    cursor: pointer;
    text-decoration: none;
}


.side_map ul {
    margin: 0;
    padding: 0;
    float: left;
}

.side_map ul li {
    text-decoration: none;
    list-style: none;
    display: inline;
    text-transform: capitalize;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
}

.side_map ul li a {
    text-decoration: none;
    list-style: none;
    display: inline;
    font-family: 'PT Sans', sans-serif;
    text-transform: capitalize;
    color: #d80002;
}

.map_home a {
    color: #d80002;
    font-size: 12px;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
}

.contact_bg {
    width: 100%;
    float: left;
}

.contact_container {
    border-right: 1px dashed #02518e;
    margin: 15px;
    padding-right: 10px;
    width: 60%;
    float: left;
}

.contact_aside {
    border: 0px solid #999;
    width: 32%;
    margin: 10px;
    float: left;
}

.contact_form4 {
    width: 90%;
    padding-left: 10px;
    height: 22px;
    font-weight: lighter;
    margin: 5px 0px 9px 15px;
    border-radius: 2px;
    margin-bottom: 20px;
    border: solid 1px #ccc;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #000;
}

.contact_heading {
    padding: 10px;
    text-align: justify;
    background-color: #999;
    color: 14px;
}

.name {
    color: #000;
    font-size: 14px;
    margin-left: 15px;
    text-align: left;
    font-family: 'PT Sans', sans-serif;
}

.form_field_1 {
    width: 100%;
    border: 0px solid #0F0;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
}

.contact_form1 {
    width: 40%;
    height: 10%;
    margin: 5px 0px 9px 15px;
    border: solid 1px #ccc;
    font-size: 12px;
    color: #999;
    min-height: 10%;
    font-family: 'PT Sans', sans-serif;
    border-radius: 2px;
    max-width: 90%;
    min-width: 90%;
    min-height: 100px;
    padding: 5px 0px 0px 10px;
}

.address {
    color: #333;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 2px 0px;
}

.address_heading {
    color: #02518e;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 0px;
    text-align: left;
}

.address_text {
    color: #000;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
}

.phone {
    color: #000;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 0px 0px 0px;
}

.Contact_button a {
    padding: 3px 12px;
    text-align: center;
    margin-left: 15px;
    float: left;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    text-decoration: none;
    color: #FFF;
    background-color: #02518e;
    border-radius: 5px 0px 5px 0px;
    border-bottom: 3px solid #003259;
}

.copyright {
    border-top: 0px dashed #7a7a7a;
    padding: 10px;
    width: 100%;
    margin: auto;
    margin-top: 0px;
}

.location {
    width: 50%;
    color: #7a7a7a;
    padding: 0px;
    float: left;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.phone1 {
    width: 50%;
    padding: 0px;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    font-size: 13px;
    float: left;
    text-align: right;
}


.blog-container_1 {
    width: 100%;
    margin: auto;
    height: auto;
    border: 0px solid #000;
    padding-top: 20px;
}






.Category_blog_1 {
    width: 22.0%;
    border: 1px solid #dfdfdf;
    float: left;
    text-align: center;
    box-shadow: 0px 5px 10px #dfdfdf;
    margin: 15px 15px;
    cursor: pointer;
}


.Category_blog_1:hover {
    width: 22.0%;
    border: 1px solid #ccc;
    float: left;
    text-align: center;
    box-shadow: 0px 5px 20px #dfdfdf;
    margin: 15px 15px;
    cursor: pointer;
}



.blog_img_border {
    border-bottom: 1px dotted #dfdfdf;
}


.blog_heading_1 {
    padding: 10px 0px 12px 5px;
    border-bottom: 1px dotted #CCC;
    text-align: left;
    text-decoration: none;
    color: #c91b41;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-family: 'PT Sans', sans-serif;
    height: 30px;
}


.blog_text_1 {
    padding: 10px 5px 2px 5px;
    letter-spacing: 0.2px;
    border: 0px solid #CCC;
    text-align: justify;
    text-decoration: none;
    color: #333;
    font-size: 13px;
}
















@media screen and (min-width:0px) and (max-width:480px) {


    .top_header_links li a {
        list-style: none;
        font-size: 10px;
        color: #000;
        letter-spacing: 0.5px;
        text-decoration: none;
        font-weight: 300;
        font-family: 'PT Sans', sans-serif;
    }

    .top_header_links li a:hover {
        list-style: none;
        font-size: 10px;
        color: #000;
        letter-spacing: 0.5px;
        text-decoration: none;
        font-weight: 300;
        font-family: 'PT Sans', sans-serif;
    }



    h1 {
        color: #333;
        font-size: 20px;
        text-align: center;
        background: url(../image/line.jpg) bottom center no-repeat;
        padding-bottom: 25px;
        letter-spacing: 0.5px;
        font-weight: 500;
    }

    .top_link {
        width: 100%;
        border: 0px solid #999;
        margin: auto;
        /* padding:2px 0px 0px 30px;*/
    }

    .contact_bg {
        width: 100%;
        border: 0px solid #fff;
        margin: auto;
        float: left;
    }

    .blog_1 {
        float: none;
        float: left;
        margin: 10px auto;
        width: 100%;
    }

    .blog_111 {
        float: none;
        float: left;
        margin: 10px auto;
        width: 100%;
    }






    .blog_2 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 5px 5px 5px #ccc;
    }

    .blog_3 {
        float: none;
        width: 100%;
        box-shadow: 5px 5px 5px #ccc;
    }

    .bg {
        background: url(../image/1111.jpg) top left repeat-y;
        width: auto;
        border-top: solid 3px #38c5f7;
        padding: 3em 0em 0em 0em;
        margin-top: 30px;
    }

    h3 {
        margin: 0;
        padding: 0;
        color: #ee0539;
        font-weight: bold;
        line-height: 35px;
        font-family: 'PT Sans', sans-serif;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .over-product {
        width: 92%;
        float: left;
        border: solid 1px #cfcfcf;
        border-radius: 2px 2px 0px 0px;
        padding: 10px;
        margin: 10px auto;
    }

    .over-product:hover {
        width: 92%;
        float: left;
        border: solid 1px #65d7ff;
        border-radius: 2px 2px 0px 0px;
        padding: 10px;
        margin: 10px auto;
    }


    .services-text {
        margin- bottom: 10px;
        padding-top: 13px;
        text-align: justify;
        font-size: 15px;
        font-family: 'PT Sans', sans-serif;
        color: #000;
        letter-spacing: .06px;
    }



    .logo_1 {
        float: none;
        width: 50%;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
        border: 0px solid #000;
    }

    .logo_3 {
        float: none;
        width: 80%;
        margin: auto;
        text-align: center;
        border: 0px solid #000;
    }

    .logo_2 {
        width: auto;
        float: none;
        border: 0px solid #000;
        margin-left: 0px;
        margin: auto;
        text-align: center;
    }

    .contact_number {
        border: 0px solid #fff;
        float: none;
        margin: auto;
        font-weight: 500;
        color: #000;
        font-size: 13px;
        width: auto;
        padding-top: 10px;
        letter-spacing: 0.3px;
    }

    .bg {
        background: url(../image/1111.jpg) top left repeat-y;
        width: auto;
        border-top: solid 3px #38c5f7;
        padding: 3em 0em 0em 0em;
    }

    .footer-bg {
        padding: 20px 0px;
        float: left;
        width: 100%;
        height: auto;
        border-top: 2px #bc3452 solid;
        font-family: 'PT Sans', sans-serif;
        background: #590014;
    }

    .footer {
        margin: auto;
        width: 80%;
    }

    .footer-box {
        width: 100%;
        float: left;
    }

    .footer-title {
        color: #ccc;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.7px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: capitalize;
        font-weight: 500;
        font-family: 'PT Sans', sans-serif;
        border-bottom: dotted 1px #7a7a7a;
        margin-bottom: 0px;
    }

    .footer ul {
        list-style: none;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }

    .footer li {
        padding-top: 2px;
        padding-top: 2px;
    }

    .footer li a {
        text-decoration: none;
        font-size: 14px;
        color: #dbdbdb;
        font-weight: normal;
        letter-spacing: 0.5px;
    }

    .footer li a:hover {
        color: #ccc;
    }

    .copyright {
        width: 100%;
        height: 30px;
        text-align: center;
        font-size: 12px;
        color: #ccc;
        font-family: 'PT Sans', sans-serif;
        padding-top: 10px;
        border-top: 1px solid #474747;
        margin-top: 10px;
    }

    .footer-box1 {
        width: 100%;
        height: auto;
        margin: auto;
        float: left;
    }

    .footer-box2 {
        width: 100%;
        margin: auto;
        height: auto;
        float: left;
    }

    .footer_address_head {
        color: #ac180c;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-weight: 600;
        text-align: left;
        padding: 0px 0px 5px 0px;
    }

    .footer-title1 {
        color: #000;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 19px;
        font-weight: 500px;
    }

    .footer-container1 {
        width: 80%;
        margin: auto;
        height: auto;
        padding-top: 20px;
        border-bottom: dashed 1px #fff;
    }

    .PropCASA_Consultancy {
        width: 40%;
        float: left;
        height: auto;
        font-size: 14px;
        color: #000;
        letter-spacing: 0.5px;
        padding-top: 20px;
        font-family: 'PT Sans', sans-serif;
        padding-bottom: 20px;
    }

    .tagline_img {
        border: 0px solid #fff;
        float: none;
        color: #000;

        width: 100%;
        margin: auto;
        font-size: 17px;
        letter-spacing: 0.6px;
        text-align: center;
        border: 0px solid #000;
        font-weight: 500;

    }

    .dealer_LOGO {
        float: none;
        width: 100%;
        padding: 20px 0px 10px 0px;
        margin: auto;
    }





    .address_mail a {
        color: #dbdbdb;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: ;
        line-height: 20px;
        cursor: pointer;
        margin-top: 20px;
        text-decoration: none;
    }



    .address_mail a:hover {
        color: #666;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        line-height: 20px;
        cursor: pointer;
        text-decoration: none;
    }



    .contact_bg {
        width: 100%;
        float: left;
    }

    .contact_container {
        border-right: 1px dashed #02518e;
        margin: 15px;
        padding-right: 10px;
        width: 60%;
        float: left;
    }
}

@media screen and (min-width:360px) and (max-width:640px) {

    .blog_111 {
        float: none;
        float: left;
        margin: 10px auto;
        width: 100%;
    }


    h1 {
        color: #000;
        font-size: 25px;
        text-align: center;
        background: url(../image/line.jpg) bottom center no-repeat;
        padding-bottom: 25px;
        letter-spacing: 0.5px;
        font-weight: lighter;
    }

    .top_link {
        width: 100%;
        border: 0px solid #999;
        margin: auto;
        padding: 2px 0px 0px 0px;
    }

    .contact_bg {
        width: 100%;
        border: 0px solid #fff;
        margin: auto;
        float: left;
    }

    .blog_1 {
        float: none;
        width: 100%;
        float: left;
        margin: 10px auto;
    }

    .blog_1:hover {
        float: none;
        box-shadow: 5px 5px 5px #000;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .blog_2 {
        float: none;
        width: 100%;
        box-shadow: 5px 5px 5px #ccc;
    }

    .blog_2:hover {
        float: none;
        width: 100%;
        box-shadow: 5px 5px 5px #000;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .blog_3 {
        float: none;
        width: 100%;
        margin-right: 10px;
        box-shadow: 5px 5px 5px #ccc;
    }

    .blog_3:hover {
        float: none;
        width: 100%;
        box-shadow: 5px 5px 5px #000;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .logo_1 {
        float: none;
        width: 50%;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
        border: 0px solid #000;
    }

    .logo_3 {
        float: none;
        width: 80%;
        margin: auto;
        text-align: center;
        border: 0px solid #000;
    }

    .logo_2 {
        width: auto;
        float: none;
        border: 0px solid #000;
        margin-left: 0px;
        margin: auto;
        fo text-align: center;
    }

    .contact_number {
        border: 0px solid #fff;
        float: none;
        margin: auto;
        color: #000;
        font-size: 12px;
        padding-top: 10px;
        width: auto;
        letter-spacing: 0.3px;
    }

    .bg {
        background: url(../image/1111.jpg) top left repeat-y;
        width: auto;
        border-top: solid 3px #38c5f7;
        padding: 3em 0em 0em 0em;
    }

    .over-product {
        width: 92%;
        float: left;
        border: solid 1px #cfcfcf;
        border-radius: 2px 2px 0px 0px;
        padding: 10px;
        margin: 10px auto;
    }

    .over-product:hover {
        width: 92%;
        margin-bottom: 15;
        float: left;
        border: solid 1px #65d7ff;
        border-radius: 2px 2px 0px 0px;
        padding: 10px;
        margin: 10px auto;
    }

    .footer-bg {
        padding: 20px 0px;
        float: left;
        width: 100%;
        height: auto;
        border-top: 2px #bc3452 solid;
        font-family: 'PT Sans', sans-serif;
        background: #590014;
    }

    .footer {
        margin: auto;
        width: 80%;
    }

    .footer-box {
        width: 100%;
        float: left;
    }

    .footer-title {
        color: #ccc;
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.7px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: capitalize;
        font-weight: 500;
        font-family: 'PT Sans', sans-serif;
        border-bottom: dotted 1px #7a7a7a;
        margin-bottom: 0px;
    }

    .footer ul {
        list-style: none;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }

    .footer li {
        padding-top: 2px;
        padding-top: 2px;
    }

    .footer li a {
        text-decoration: none;
        font-size: 14px;
        color: #dbdbdb;
        font-weight: normal;
        letter-spacing: 0.5px;
    }

    .footer li a:hover {
        color: #ccc;
    }

    .copyright {
        width: 100%;
        height: 30px;
        text-align: center;
        font-size: 12px;
        color: #ccc;
        font-family: 'PT Sans', sans-serif;
        padding-top: 10px;
        border-top: 1px solid #474747;
        margin-top: 10px;
    }

    .footer-box1 {
        width: 100%;
        height: auto;
        margin: auto;
        float: left;
    }

    .footer-box2 {
        width: 100%;
        margin: auto;
        height: auto;
        float: left;
    }

    .footer_address_head {
        color: #ac180c;
        font-size: 15px;
        letter-spacing: 0.5px;
        font-weight: 600;
        text-align: left;
        padding: 0px 0px 5px 0px;
    }

    .footer-title1 {
        color: #000;
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 19px;
        font-weight: 500px;
    }

    .footer-container1 {
        width: 80%;
        margin: auto;
        height: auto;
        padding-top: 20px;
        border-bottom: dashed 1px #fff;
    }

    .tagline_img {
        border: 0px solid #fff;
        float: none;
        color: #000;

        width: 100%;
        margin: auto;
        font-size: 20px;
        letter-spacing: 0.5px;
        border: 0px solid #000;
        font-weight: lighter;

    }


    .dealer_LOGO {
        float: left;
        width: 80%;
        padding: 0px 10px 0px 30px;

    }





    .address_mail a {
        color: #dbdbdb;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 20px;
        cursor: pointer;
        margin-top: 20px;
        text-decoration: none;
    }



    .address_mail a:hover {
        color: #666;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 20px;
        cursor: pointer;
        text-decoration: none;
    }
}

@media screen and (min-width: 764px) and (max-width:1024px) {

    .blog_111 {
        float: none;
        margin: 10px auto;
        width: 100%;
    }

    .blog_111:hover {
        float: left;
        cursor: pointer;
        box-shadow: 5px 5px 5px #ccc;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }

    .blog_1 {
        float: none;
        margin: 10px auto;
        width: 100%;
    }

    .blog_2 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        box-shadow: 5px 5px 5px #ccc;
    }

    .blog_3 {
        float: none;
        width: 100%;
        box-shadow: 5px 5px 5px #ccc;
    }

    .logo_1 {
        float: none;
        width: 20%;
        margin: auto;
        text-align: center;
        margin-bottom: 10px;
        border: 0px solid #000;
    }

    .logo_3 {
        float: none;
        width: 50%;
        margin: auto;
        text-align: center;
        border: 0px solid #000;
    }

    .logo_2 {
        width: auto;
        float: none;
        border: 0px solid #000;
        margin-left: 55px;
        text-align: center;
    }

    .contact_number {
        border: 0px solid #fff;
        float: none;
        margin: auto;
        color: #000;
        background: url(../image/phone-volume.png) bottom left no-repeat;
        font-size: 14px;
        width: 50%;
        padding-top: 10px;
        letter-spacing: 0.6px;
    }

    .bg-blog-1 {
        text-align: center;
        padding-bottom: 0px;
        margin: auto;
    }



    .view-more {
        float: right;
        padding: 8px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius: 5px;
        margin-bottom: 10px;
        font-family: 'PT Sans', sans-serif;
        background-color: #b70029;
        background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
    }

    .view-more:hover {
        float: right;
        color: #fff;
        font-size: 14px;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        background-color: #004896;
        color: #fff;
        background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
        background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 0%);
    }



    .services-text {
        margin: 0;
        padding: 6px 0px;
        text-align: justify;
        font-size: 15px;
        font-family: 'PT Sans', sans-serif;
        color: #000;
        letter-spacing: .06px;
    }


    .services {
        margin-top: 10;
        padding: 15px 0px;
        text-align: justify;
        font-size: 15px;
        font-family: 'PT Sans', sans-serif;
        color: #000;
        letter-spacing: .06px;
    }


    .over-product {
        margin: 0;
        width: 100%;
        float: none;
        margin: 10px auto;
        cursor: pointer;
        border: solid 1px #cfcfcf;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 2px 2px 0px 0px;
        padding: 10px;
    }

    .over-product:hover {
        margin: 0;
        width: 100%;
        margin: 10px auto;
        float: left;
        border: solid 1px #65d7ff;
        border-radius: 2px 2px 0px 0px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }




    .footer-bg {
        padding: 20px 0px;
        float: left;
        width: 100%;
        height: auto;
        border-top: 2px #bc3452 solid;
        font-family: 'PT Sans', sans-serif;
        background: #590014;
    }

    .footer {
        margin: auto;
        width: 80%;
    }

    .footer-box {
        width: 20%;
        float: left;
    }

    .footer-title {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500px;
        font-family: 'PT Sans', sans-serif;
        border-bottom: dotted 1px #000;
    }

    .footer ul {
        list-style: none;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }

    .footer li {
        padding-top: 2px;
        padding-top: 2px;
    }

    .footer li a {
        text-decoration: none;
        text-transform: capitalize;
        font-size: 14px;
        color: #dbdbdb;
        font-weight: normal;
        letter-spacing: 0.5px;
    }

    .footer li a:hover {
        color: #ccc;
    }

    .footer-box1 {
        width: 23%;
        height: auto;
        float: left;
    }

    .top_link {
        width: 100%;
        border: 0px solid #999;
        float: left;
        display: none;
    }

    .dealer_LOGO {
        float: left;
        width: 23%;
        padding: 20px 0px 20px 10px;
        margin-top: 50px;
    }


    .footer-container1 {
        width: 100%;
        margin: auto;
        height: auto;
        padding-top: 20px;
        border-bottom: dashed 1px #fff;
    }

    .phone {
        color: #000;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding: 10px 0px 0px 0px;
    }

    .address {
        color: #000;
        font-size: 14PX;
        letter-spacing: 0.5px;
    }

    .address_text {
        color: #000;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        line-height: 24px;
    }

    .tagline_img {
        border: 0px solid #fff;
        float: none;
        color: #000;

        width: 100%;
        margin: auto;
        font-size: 20px;
        letter-spacing: 0.5px;
        border: 0px solid #000;
        font-weight: lighter;

    }



    .address_mail a {
        color: #dbdbdb;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 20px;
        cursor: pointer;
        margin-top: 20px;
        text-decoration: none;
    }



    .address_mail a:hover {
        color: #666;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 20px;
        cursor: pointer;
        text-decoration: none;
    }
}


.View_button {
    text-align: right;
    padding-right: 5px;
    float: right;
    margin-bottom: 15px;
}


.View_button a {
    text-decoration: none;
    padding: 4px 15px 4px 8px;
    background: url(../image/right_arrow1.png) center right no-repeat;
    border-radius: 2px;
    float: right;
    font-size: 13px;
    letter-spacing: 0.5px;
    background-color: #c93c5b;
    color: #FFF;
}

.View_button a:hover {
    text-decoration: none;
    padding: 4px 15px 4px 8px;
    background: url(../image/right_arrow1.png) center right no-repeat;
    background-color: #c93c5b;
    font-size: 13px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    color: #FFF;
}



.page_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}


.container_area_left {
    width: 70%;
    margin-right: 2%;
    height: auto;
    float: left;
}


.side_nav_area {
    width: 18em;
    height: auto;
    float: left;
}

.side_nav_area1 {
    width: 18em;
    height: auto;
    float: left;
    margin-top: 30px;
}


.blog_bg1 {
    background: #fff;
    padding: 0.8em;
    margin-left: 1.7%;
    margin-bottom: 3%;
    border: solid 1px #ccc;
}


.blog_title11 {
    font-size: 20px;
    color: #ca2045;
    border-bottom: 1px dashed #ccc;
    width: auto;
    letter-spacing: 0.7px;
    padding: 0px 0px 12px 0px;
    margin-bottom: 1em;
    font-weight: 600;
    text-decoration: none;
}

.blog_title11 a {
    font-size: 20px;
    color: #ca2045;
    width: auto;
    letter-spacing: 0.7px;
    padding: 0px 0px 12px 0px;
    font-weight: 600;
    text-decoration: none;
}

.blog_title12 {
    font-size: 14px;
    color: #000;
    max-width: 100%;
    text-align: right;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 1% 0% 1% 0%;
    text-decoration: none;
    border: 0px solid #000;
}



.side_nav_links_areea {
    width: 100%;
    height: auto;
}

.side_nav_links ul {
    margin: 0;
    padding: 0;
    border: solid 1px #dfdfdf;
}

.side_nav_links ul li {
    list-style: none;
    padding: 10px 13px;
    border-bottom: solid 1px #dfdfdf;
}

.side_nav_links li a {
    font-size: 14px;
    color: #000;
    letter-spacing: 0.2px;
    text-decoration: none;
}

.side_nav_links li a. {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.2px;
    font-weight: 600;
}

.side_nav_links li a:hover {
    color: #ca2045;
    letter-spacing: 0.2px;
    text-decoration: underline;
}


.side_nav_links ul li.active {
    list-style: none;
    font-weight: 500;
    font-size: 20px;
    background-color: #F8F8F8;
    border-top: solid 3px #b52444;
}

.side_nav_links li a.active {
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.date {
    height: 13px;
    float: right;
    background: url(../image/date.png) no-repeat left bottom;
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.date1 {
    height: 13px;
    float: right;
    background: url(../image/user.html) no-repeat left bottom;
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.date3 {
    height: 13px;
    float: right;
    background: url(../image/comments.html) no-repeat left bottom;
    padding-left: 25px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}





.blog_text {
    font-size: 14px;
    color: #000;
    width: 100%;
    letter-spacing: 0.5px;
    margin-top: 1%;
    text-align: justify;
    text-decoration: none;
    line-height: 20px;
}



.des_aside {
    border: 0px solid #CCC;
    width: 42%;
    float: left;
    background-color: #FFF;
}


.block-product {
    width: 90%;
    float: left;
    margin: auto;
    height: auto;
    border: 1px solid #c93c5b;
}



.img_border {
    padding: 4px;
    border: solid 1px #dddcdb;
    margin: auto;
}


.service_text {
    color: #c50e36;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 500;
}


.service_heading {
    color: #c50e36;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.service_blog {
    width: 100%;
    border: 0px solid #000;
    margin-top: 20px;
}


.service_blog1 {
    width: 22.5%;
    margin: 12px;
    border: 1px solid #590014;
    float: left;
}

.enquire_now_btn {
    right: 0;
    top: 370px;
    z-index: 100;
    position: fixed;
}

figure.snip0020 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1em;
    min-width: 45.6%;
    max-width: 360px;
    /* max-height: 220px; */
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip0020 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip0020 img {
    opacity: 1;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0020 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snip0020 figcaption > div {
    height: 65%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

figure.snip0020 figcaption::before {
    position: absolute;
    top: 64.2%;
    right: 50%;
    left: 50%;
    height: 2px;
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

figure.snip0020 h2 {
    font-size: 25px;
}

figure.snip0020 h2,
figure.snip0020 p {
    margin: 0;
    padding: 30px 35px;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s, -o-transform 0.4s, transform 0.4s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0020 h2 {
    display: inline-block;
    word-spacing: -0.1em;
    font-weight: 300;
    text-transform: uppercase;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 60%, rgba(0, 0, 0, 0.7) 100%);
    -webkit-transform: translate3d(0%, 50%, 0);
    transform: translate3d(0%, 50%, 0);
}

figure.snip0020 h2 span {
    font-weight: 800;
}

figure.snip0020 p {
    font-weight: 300;
    top: 0%;
    color: #333;
    background: #fff;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 40%, rgba(0, 0, 0, 0.1) 100%);
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
}

figure.snip0020 .curl {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #cccccc 38%, #bbbbbb 44%, #aaaaaa 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.4));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all .3s ease;
}

figure.snip0020 .curl:before,
figure.snip0020 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
    transform: skew(-10deg) rotate(-6deg);
}

figure.snip0020 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.snip0020 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}

figure.snip0020:hover img,
figure.snip0020.hover img {
    opacity: 0.7;
}

figure.snip0020:hover figcaption h2,
figure.snip0020.hover figcaption h2,
figure.snip0020:hover figcaption p,
figure.snip0020.hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

figure.snip0020:hover figcaption h2,
figure.snip0020.hover figcaption h2 {
    opacity: 1;
}

figure.snip0020:hover figcaption p,
figure.snip0020.hover figcaption p {
    opacity: 1;
}

figure.snip0020:hover figcaption::before,
figure.snip0020.hover figcaption::before {
    background: #ffffff;
    left: 0px;
    right: 0px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip0020:hover figcaption .curl,
figure.snip0020.hover figcaption .curl {
    width: 40px;
    height: 40px;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}


.wrapper11 {
    width: 80%;
    margin: auto;
}

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

/* Make it move */

@keyframes marquee {
    0% {
        text-indent: 27.5em;
    }

    100% {
        text-indent: -105em;
    }
}


@media screen and (max-width:800px) {

    #floatdiv {
        display: none;
    }

    .enquire_now_btn {
        display: none;
    }

    .wrapper11 {
        width: 90%;
        margin: auto;
    }

    figure.snip0020 {
        font-family: 'Raleway', Arial, sans-serif;
        color: #fff;
        position: relative;
        float: none;
        overflow: hidden;
        margin: 20px auto;
        min-width: 90%;
        max-width: 360px;
        /* max-height: 220px; */
        width: 100%;
        background: #000000;
        text-align: center;
    }

    figure.snip0020 h2 {
        font-size: 18px;
    }

    figure.snip0020 p {
        font-size: 13px;
    }

    .blog_111 {
        float: none;
        margin: 10px 1%;
        width: 100%;
    }

    .blog_111:hover {
        float: left;
        cursor: pointer;
        box-shadow: 5px 5px 5px #ccc;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        -ms-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
    }


    .Dealer-container {
        width: 100%;
        border: 0px solid #000;
        margin-top: 30px;

    }


    .over-product {
        margin: 0;
        width: 100%;
        float: left;
        margin-bottom: 30px;
        cursor: pointer;
        border: solid 1px #cfcfcf;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 2px 2px 0px 0px;
        padding: 10px;
    }

    .over-product:hover {
        margin: 0;
        width: 100%;
        margin-bottom: 30px;
        float: left;
        border: solid 1px #65d7ff;
        border-radius: 2px 2px 0px 0px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }



    .dealer_LOGO {
        float: left;
        width: 100%;
        padding: 20px 0px;

    }


    .footer-bg {
        padding: 20px 0px;
        float: left;
        width: 100%;
        height: auto;
        border-top: 2px #bc3452 solid;
        font-family: 'PT Sans', sans-serif;
        background: #590014;
    }

    .footer {
        margin: auto;
        width: 80%;
    }

    .footer-box {
        width: 20%;
        float: left;
    }

    .footer-title {
        color: #00dbff;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
        font-weight: 500px;
        font-family: 'PT Sans', sans-serif;
        border-bottom: dotted 1px #000;
    }

    .footer ul {
        list-style: none;
        padding-left: 0px;
        padding-top: 0px;
        margin-top: 0px;
    }

    .footer li {
        padding-top: 2px;
        padding-top: 2px;
    }

    .footer li a {
        text-decoration: none;
        text-transform: capitalize;
        font-size: 14px;
        color: #dbdbdb;
        font-weight: normal;
        letter-spacing: 0.5px;
    }

    .footer li a:hover {
        color: #ccc;
    }

    .footer-box1 {
        width: 20%;
        height: auto;
        float: left;
    }



    .footer-container1 {
        width: auto;
        margin: auto;
        height: auto;
        padding-top: 20px;
        border-bottom: dashed 1px #fff;
    }

    .phone {
        color: #000;
        text-align: left;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding: 10px 0px 0px 0px;
    }

    .address {
        color: #000;
        font-size: 15PX;
        letter-spacing: 0.5px;
    }

    .address_text {
        color: #000;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        line-height: 24px;
    }


    .address_mail a {
        color: #dbdbdb;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 20px;
        cursor: pointer;
        margin-top: 20px;
        text-decoration: none;
    }



    .address_mail a:hover {
        color: #666;
        font-size: 13PX;
        font-weight: normal;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        line-height: 20px;
        cursor: pointer;
        text-decoration: none;
    }








    @media screen and (max-width: 800px) {


        .top_header_links li a {
            list-style: none;
            font-size: 10px;
            color: #000;
            letter-spacing: 0.8px;
            text-decoration: none;
            font-weight: 300;
            font-family: 'PT Sans', sans-serif;
        }

        .top_header_links li a:hover {
            list-style: none;
            font-size: 10px;
            color: #333;
            font-weight: 300;
            letter-spacing: 0.8px;
            -webkit-transition: all 0.7s ease-in-out;
            -moz-transition: all 0.7s ease-in-out;
            -o-transition: all 0.7s ease-in-out;
            -ms-transition: all 0.7s ease-in-out;
            transition: all 0.7s ease-in-out;
            text-decoration: none;
        }


        .top_link {
            width: 100%;
            border: 0px solid #999;
            float: none;
            text-align: center;
        }

        .footer-box1 {
            width: 100%;
            height: auto;
            float: none;
        }

        .dealer_LOGO {

            width: 50%;
            padding: auto;

            -webkit-filter: grayscale(00%);
            filter: grayscale(00%);
            filter: gray;
            -webkit-transition: 1s;
            /* For Safari 3.1 to 6.0 */
            transition: 1s;
        }

        .dealer_LOGO:hover {
            -webkit-filter: grayscale(80%);
            filter: grayscale(80%);
            filter: gray;
            cursor: pointer;
        }

        .over-product {
            width: 92%;
            float: none;
            margin: 10px auto;
            cursor: pointer;
            border: solid 1px #cfcfcf;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 2px 2px 0px 0px;
            padding: 10px;
            height: auto;
        }

        .over-product:hover {
            width: 92%;
            margin: 10px auto;
            float: none;
            border: solid 1px #65d7ff;
            border-radius: 2px 2px 0px 0px;
            background-color: rgba(255, 255, 255, 0.8);
            padding: 10px;
        }


        .location {
            width: 100%;
            color: #7a7a7a;
            padding: 0px;
            float: left;
            font-size: 13px;
            letter-spacing: 0.5px;
        }

        .phone1 {
            width: 100%;
            padding: 0px;
            color: #7a7a7a;
            letter-spacing: 0.5px;
            font-size: 13px;
            float: left;
            text-align: right;
        }



        .about_wrapper {
            width: 90%;
            margin: auto;
            border: 0px solid #036;
        }


        .container_area_left {
            width: 100%;
            margin: 20px auto;
            height: auto;
            float: none;
        }


        .side_nav_area {
            width: 98%;
            height: auto;
            float: none;
            margin: auto;
        }


        .des_aside {
            border: 0px solid #CCC;
            width: 100%;
            float: none;
            margin: auto;
            background-color: #FFF;
        }




        .Category_blog_1 {
            width: 100%;
            border: 1px solid #dfdfdf;
            float: none;
            text-align: center;
            box-shadow: 0px 5px 10px #dfdfdf;
            margin: 20px auto;
            cursor: pointer;
        }


        .Category_blog_1:hover {
            width: 100%;
            border: 1px solid #ccc;
            float: none;
            text-align: center;
            box-shadow: 0px 5px 20px #dfdfdf;
            margin: 20px auto;
            cursor: pointer;
        }


        .img_havc {
            float: none;
            padding: 2px;
            width: 100%;
            margin: 10px auto;
        }






        .img_about {
            float: none;
            padding: 2px;
            width: 100%;
            margin: 10px auto;
        }

        .img_vrv-vrf-aircondtioner {
            float: none;
            padding: 2px;
            width: 100%;
            margin: 2px auto;
        }

        .img_vrv-vrf-aircondtioner1 {
            float: none;
            padding: 2px;
            width: 100%;
            margin: 2px auto;
        }



        .service_blog1 {
            width: 100%;
            margin: 20px auto;
            border: 1px solid #590014;
            float: none;
        }

        .contaus_blog_1 {
            width: 100%;
            margin: 20px auto;
            float: none;
            border: solid 0px #000;
        }

        .contaus_blog_2 {
            width: 100%;
            margin: 20px auto;
            float: none;
            border: solid 0px #000;
        }

        .plea {
            font-family: 'PT Sans', sans-serif;
            color: #222;
            font-weight: 600;
            margin-bottom: 15px;
            margin-top: 20px;
            text-align: center;
            line-height: 27px;
        }

        .form_contact {
            width: 100%;
            border: 0px solid #0F0;
            margin: 0px auto;
            padding: 20px 0px;
            background: none;
            float: none;
        }

        .conttact_feald {
            margin: 10px auto;
        }


        .gallery_conatiners_image {
            width: 100%;
            float: none;
            margin: 0px auto;
        }


        .online_blog {
            -webkit-filter: grayscale(80%);
            filter: grayscale(80%);
            filter: gray;
            -webkit-transition: 1s;
            /* For Safari 3.1 to 6.0 */
            transition: 1s;
            height: auto;
            float: none;
            width: 100%;
            cursor: pointer;
            margin: auto;
            color: #fff;
        }
    }
