﻿p, li, td {
    font-size: 14px;
    line-height: 20px;
}
.social {
    top: 150px;
    right: 0px;
    z-index: 9999;
    position: fixed;
}
.social ul {
    padding: 0px;
    -webkit-transform: translate(270px, 0);
    -moz-transform: translate(270px, 0);
    -ms-transform: translate(270px, 0);
    -o-transform: translate(270px, 0);
    transform: translate(270px, 0);
}
.social ul li {
    margin: 3px;
    width: 305px;
    padding: 5px;
    display: block;
    text-align: left;
    background: rgba(171, 219, 209, 1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.social ul li b {
    color: #13829a;
}
.social ul li:hover {
    -webkit-transform: translate(-150px, 0);
    -moz-transform: translate(-150px, 0);
    -ms-transform: translate(-150px, 0);
    -o-transform: translate(-150px, 0);
    transform: translate(-150px, 0);
    background: rgba(255, 255, 255, 0.9);
}
.social ul li:hover a {
    color: #13829a;
}
.social ul li i, .social ul li svg {
    width: 40px;
    padding: 10px;
    color: #13829a;
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    box-sizing: border-box;
    vertical-align: middle;
}
.social svg {
    fill: #13829a;
}
.top_bg {
    top: 5%;
    width: 90%;
    float: left;
    z-index: 2000;
    padding: 0 5%;
    position: absolute;
}
.logo {
    width: 25%;
    float: left;
}
.logo img {
    width: 25%;
}
.logo01 {
    width: 25%;
    float: left;
    display: none;
}
.mainmenu {
    width: 75%;
    float: right;
}
.fixed {
    top: 0;
    z-index: 999999;
    position: fixed;
    padding: 10px 5%;
    background-color: #000;
}
.fixed .logo {
    display: none;
}
.fixed .logo01 {
    display: block;
}
.banner_bg {
    float: left;
    width: 100%;
}
.ban_video {
    float: left;
    width: 100%;
}
.content {
    float: left;
    width: 100%;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
    margin-bottom: 3%;
}
.about_bg {
    width: 80%;
    float: left;
    padding: 5% 10%;
    background-color: #f5f5f5;
}
.mist {
    float: left;
    width: 100%;
    margin-bottom: 3%;
}
.mist h2 {
    font-size: 2em;
    padding: 0 55% 0 0;
}
.mist h2 span {
    color: #be8e56;
}
.mist_lft {
    width: 45%;
    float: left;
}
.mist_lft ul {
    margin: 0 10% 0 10%;
}
.mist_rht {
    width: 45%;
    float: right;
    padding-left: 5%;
    border-left: 1px solid #be8e56;
}
.mist_bg01 {
    float: left;
    width: 100%;
    margin-top: 5%;
}
.mist_bg01 h3 {
    color: #be8e56;
    font-size: 2em;
}
.product_bg {
    width: 90%;
    float: left;
    padding: 5% 5%;
    background-color: #fff;
}
.product_bg h2 span {
    font-size: 2em;
    line-height: 2em;
}
.product_bg h2 {
    text-align: center;
}
.product_bg h3 {
    font-size: 1.5em;
    padding-top: 10%;
    font-weight: lighter;
}
.product_bg h3::after {
    width: 90px;
    padding-top: 5px;
    content: "" !important;
    border-bottom: 3px solid #ffca09 !important;
    display: block !important;
}
.product_bg p {
    margin-bottom: 0% !important;
}
.prod_lft {
    float: left;
    width: 48%;
}
.prod_rht {
    float: right;
    width: 48%;
}
.warranty {
    float: left;
    width: 100%;
    margin-top: 5%;
}
.warranty h4 {
    font-weight: bold;
}
.warranty ul {
    margin: 0 10% 0 10%;
}
.footer_bg {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #320b17;
}
.address {
    width: 40%;
    float: left;
    padding: 3% 5% 0 5%;
}
.address p {
    color: #fff;
    width: 70%;
    margin: 3% auto 0 auto;
}
.address h3 {
    color: #fff;
    margin-top: 3%;
}
.address a {
    color: #fff;
    padding-bottom: 1px;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .25s cubic-bezier(.24, .26, .2, 1);
}
.address a:hover {
    background-size: 100% 2px;
}
.address iframe {
    float: left;
    border: 0px;
    width: 100%;
    margin: 5% 0;
    height: 350px;
}
.address svg {
    fill: #fff;
    width: 5%;
}
.address img {
    width: 125px;
}
.address_lft {
    float: left;
    width: 45%;
}
.address_rht {
    float: right;
    width: 45%;
}
.address_rht h3 {
    text-align: left;
}
.map {
    width: 40%;
    float: right;
    padding: 3% 5% 3% 5%;
}
.map iframe {
    width:100%;
    height:1200px;
}
.enquiry {
    float: left;
    width: 100%;
}
.inputrow {
    float: left;
    width: 100%;
}
/** Form Starts **/
select {
    width: 98%;
    color: #666;
    padding: 2% 3%;
    margin: 0 0 5% 0;
    border: 1px solid #e3ddd8;
    font-family: Poppins, sans-serif;
}
input[type="text"], textarea {
    width: 92%;
    color: #000;
    resize: none;
    padding: 2% 3%;
    margin: 0 0 2% 0;
    border: 1px solid #e3ddd8;
    font-family: Poppins, sans-serif;
}
input[type="file"] {
    width: 92%;
    color: #000;
    padding: 2% 3%;
    cursor: pointer;
    margin: 0 0 2% 0;
    overflow: hidden;
    text-indent: 2000px;
    border: 1px solid #e3ddd8;
    font-family: Poppins, sans-serif;
    background: #fff url(../images/attach.png) 25px center no-repeat;
}
input[type="submit"], input[type="button"] {
    width: 49%;
    color: #fff;
    border: 0px;
    padding: 2% 0;
    outline: none;
    cursor: pointer;
    margin-bottom: 2%;
    text-align: center;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    background-color: #0086a6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
}
input[type="button"]::-moz-focus-inner {
    border: 0;
    outline: none;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #000;
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#success_msg {
    color: #fff;
    margin-bottom: 2%;
    padding: 5px 0 5px 3%;
}
.errorMsg {
    color: #fff;
    height: 20px;
    font-size: 11px;
    float:left;
}
.successMsg, .ErrMsg {
    background-color: rgba(189, 238, 255, 0.50);
}
.ErrMsg {
    color: #c30;
}
/** Form Ends **/
.copyright_bg {
    width: 90%;
    float: left;
    color: #eee;
    padding: 1% 5%;
    text-align: center;
    background-color: #c6935a;
}
.copyright_bg a {
	color: #fff;
	text-decoration: underline;
}
.copyright_bg a:hover {
	text-decoration: none;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
    p, li, td {
        font-size: 13px;
        line-height: 19px;
    }
    .mist h2 {
        padding: 0 48% 5% 0;
    }
    .mist_bg01 h3 {
        font-size: 1.5em;
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {
    p, li, td {
        font-size: 12px;
        line-height: 17px;
    }
    .logo, .logo01 {
        width: 20%;
    }
    .mainmenu {
        width: 80%;
    }
    .mist h2 {
        font-size: 2em;
        padding: 0 30% 5% 0;
        background: url(../images/abt_bg.png) right center no-repeat;
    }
    .mist_bg01 h3 {
        font-size: 1.3em;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {}
@media all and (max-width: 768px) {
    .mainmenu {
        width: 50%;
    }
    .prod_lft {
        float: left;
        width: 100%;
        margin-bottom: 10%;
    }
    .prod_rht {
        float: right;
        width: 100%;
    }
    .address_lft {
        float: left;
        width: 100%;
        margin-bottom: 2%;
    }
    .address_rht {
        float: right;
        width: 100%;
        margin-bottom: 2%;
    }
    .address_rht h3 {
        text-align: center;
    }
}
@media only screen and (max-width:767px) {
    p, li, td {
        font-size: 10px;
        line-height: 14px;
    }
    .top_bg {
        top: 2%;
    }
    .fixed {
        top: 0;
    }
    .mist_lft {
        width: 100%;
    }
    .mist_rht {
        border: 0;
        padding: 0;
        width: 100%;
    }
    .mist h2 {
        font-size: 1em;
        padding: 0 10% 5% 0;
        background: url(../images/abt_bg.png) right center no-repeat;
        background-size: 15%;
    }
    .mist_bg01 h3 {
        font-size: 1em;
    }
    .about_bg h1 {
        font-size: 1em;
    }
    .address {
        width: 90%;
        padding: 2% 5% 5% 5%;
    }
    .address h3 {
        margin-top: 3%;
    }
    .map {
        width: 90%;
    }
}
@media only screen and (min-width:480px) and (max-width:767px) {
    p, li, td {
        font-size: 12px;
        line-height: 16px;
    }
}