@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
body {
    overflow-x: hidden;
}

img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
    height: auto;
}

p {
    line-height: 19px;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;

	Inspiration from "Responsive Web Design" by Ethan Marcotte
	http://www.alistapart.com/articles/responsive-web-design

	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
    margin: 0 auto 0 auto;
    width: 100;
    padding: 0 0 0 0;

}

#header {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 5% 5% 5%;

    width: 90%;

    display: block;
    -webkit-box-shadow: inset -1px -16px 16px -20px #e5e5e5;
    -moz-box-shadow: inset -1px -16px 16px -20px #e5e5e5;
    box-shadow: inset -1px -16px 16px -20px #e5e5e5;

}

#navbar {
    clear: both;
    text-align: center;

    float: left;

    margin: 0 0 0 0;
    padding: 0 5% 0 5%;

    width: 90%;

    display: block;
    background: #fbfbfb;
    border-bottom: #FFF solid 1px;
    border-top: #e5e5e5 solid 1px;
    -webkit-box-shadow: inset -1px -16px 16px -20px #65652d;
    -moz-box-shadow: inset -1px -16px 16px -20px #65652d;
    box-shadow: inset -1px -16px 16px -20px #65652d;

}

#bannerdiv {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 5% 5% 5%;
    position: relative;
    width: 90%;
    color: #ffffff;
    display: block;
    background: url(../images/banner.jpg)no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    


}

.yashcolor{
    text-align: center;
}

#bannerdiv2 {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;

    display: block;
    background: #006400;

}

#body {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;

    display: block;

}

#footer {
    clear: both;

    float: left;

    margin: 0 0 0 0;
    padding: 0 5% 5% 5%;

    width: 90%;

    display: block;
    background: #333333;
    color: #FFF;

}

#logo {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 5% 0;

    width: 100%;

    display: block;
    border-bottom: #999 dashed 1px;

}

.logo-footer {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    padding-right: 30px;
}

#callus {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 15% 0 10%;

    width: 80%;
    text-align: center;

    display: block;

}

#rightbanner {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 0 0 0 0;
    background: none;

    width: 100%;

    display: block;

}

#homeenquiry {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 4% 4% 4% 4%;
    background: #fe6600;

    width: 92%;

    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.75);

    display: block;

}

#homeenquiry3 {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 4% 4% 4% 4%;
    background: #fe6600;

    width: 92%;

    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.75);

    display: block;

}

#homeenquiry2 {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    padding: 4% 4% 4% 4%;
    background: url(images/enquirybg.png) repeat;

    width: 92%;

    display: block;

}

#mainbanner {
    clear: none;

    float: left;

    margin: 0 0 4% 0;
    background: #003398;

    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.75);

    width: 100%;

    display: block;

}

#bodytop {
    clear: none;

    float: left;
    margin-top: -20px;

    padding: 10% 5% 5% 5%;

    

    display: block;
    

}

#bodyright {
    clear: none;

    float: left;

    margin: 0 0 5% 0;
    padding: 0 0 0 0;

    width: 100%;
    text-align: left;
    background: #f5f5f5;

    display: block;
    


}

#bodyleft {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;
    text-align: left;

    display: block;

}

#bodyquotepage {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 0 0 0 0;

    width: 100%;
    text-align: left;

    display: block;

}

#gst {
    clear: none;

    float: left;

    margin: 0 0 0 0;
    padding: 5% 15% 0 15%;

    width: 70%;
    text-align: center;

    display: block;
}



/* mobile complated */

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    .gridContainer {
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    #header {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 3% 5% 3% 5%;
        width: 90%;
        display: block;
    }

    #bannerdiv {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 4% 5% 4% 5%;
        width: 90%;
        display: block;
    }

    #bannerdiv2 {
        clear: both;
        float: left;
        margin: 0 0 4% 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #body {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #footer {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 5% 3% 5%;
        width: 90%;
        display: block;
    }

    #logo {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 60%;
        display: block;
        border-bottom: none;
    }

    #callus {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 80%;
        display: block;
        border-bottom: none;
    }

    #rightbanner {
        clear: none;

        float: left;

        margin: 0 0 0 0;
        padding: 0 0 0 0;

        width: 100%;

        display: block;

    }

    #homeenquiry {
        clear: none;

        float: left;

        margin: 0 0 2% 0;
        padding: 2% 5% 1% 5%;

        width: 90%;

        display: block;

    }

    #homeenquiry3 {
        clear: none;

        float: left;

        margin: 0 0 2% 0;
        padding: 2% 5% 1% 5%;

        width: 90%;

        display: block;

    }

    #homeenquiry2 {
        clear: none;

        float: left;

        margin: 0 0 2% 0;
        padding: 2% 5% 1% 5%;

        width: 90%;

        display: block;

    }

    #menubgdiv {
        clear: none;

        float: left;

        margin: 0 0 0 0;

        width: 100%;

        display: block;

    }

    #bodytop {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 3% 5% 3% 5%;
        width: 90%;
        display: block;
    }

    #bodyright {
        clear: none;
        float: left;
        margin: 0 0 4% 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #bodyleft {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #bodyquotepage {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #gst {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 2% 0 0 0;
        width: 33%;
        display: block;
        border-bottom: none;
    }




}

/* tablet complated */

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    .gridContainer {
        width: 100%;
        max-width: 100%;
        padding: 0 0 0 0;
        margin: 0 auto 0 auto;
    }

    #header {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 1% 5% 1% 5%;
        width: 90%;
        display: block;
    }

    #bannerdiv {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 2% 2% 2% 2%;
        width: 96%;
        display: block;
    }

    #bannerdiv2 {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #body {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 2% 0 0 0;
        width: 100%;
        display: block;
    }

    #footer {
        clear: both;
        float: left;
        margin: 0 0 0 0;
        padding: 0 5% 2% 5%;
        width: 90%;
        display: block;
    }

    #logo {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 35%;
        display: block;
        border-bottom: none;
    }

    #callus {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 33%;
        display: block;
        border-bottom: none;
    }

    #rightbanner {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 24%;
        display: block;
    }

    #homeenquiry {
        clear: none;
        float: right;
        margin: 3% 0 0 0;
        padding: 1% 2% 1% 2%;
        width: 21%;
        display: block;
    }

    #homeenquiry3 {
        clear: none;
        float: right;
        margin: 3% 0 0 0;
        padding: 1% 2% 1% 2%;
        width: 90%;
        display: block;
    }

    #homeenquiry2 {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 5% 5% 5% 5%;
        width: 90%;
        display: block;
    }

    #mainbanner {
        clear: none;
        float: left;
        margin: 3% 0 3% 0;
        padding: 0 0 0 0;
        width: 72%;
        display: block;
    }

    #bodytop {
        clear: none;
        float: left;
        margin-top: -40px;
        padding: 5% 5% 5% 5%;
        width: 90%;
        display: block;
        text-align: left;
    }

    #bodyright {
        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 100%;
        display: block;
    }

    #bodyleft {
        clear: none;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 25%;
        display: block;
    }

    #bodyquotepage {
        clear: none;
        float: left;
        margin: 3% 0 0 0;
        padding: 0 0 0 0;
        width: 70%;
        display: block;

    }

    #gst {

        clear: none;
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        width: 32%;
        display: block;
        border-bottom: none;

    }


}



.marqu {
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #00339a;
    color: #ffffff;

}

.marqu p {
    width: 100%;
    height: 100%;
    margin-top: 10px;

    text-align: center;

}



.footer-distributed {
    background: #272727;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 30px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right,
.footer-distributed .footer-end {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 20%;
}

/* The company logo */

.footer-distributed h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span {
    color: lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}


.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-links a:hover {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: underline;
    color: #fe6600;
}

.footer-distributed .footer-company-name {
    color: #92999f;
    font-size: 14px;
    font-weight: normal;
    margin: 10px;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 28%;
}

.footer-distributed .footer-center i {
    background-color: #fe6600;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-center p a {
    color: #fe6600;
    text-decoration: none;
    ;
}

.footer-distributed .footer-center p a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer-distributed .footer-right {
    width: 20%;
}

.footer-distributed .footer-end {
    width: 20%;
}


.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #fe6600;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;

    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right,
    .footer-distributed .footer-end {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

}

.copyright {
    text-align: center;

    padding: 5px 0px 2px;
    background: #000;
}

.copyright p {
    text-align: center;

    color: #ffffff;
}

.designer {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}


.breadcrumb {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding: 5px 20px;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    font-size: 12px;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
    text-transform: uppercase;
}

.breadcrumb li a {
    color: #fe6600;
    letter-spacing: 0;
    text-decoration: none;
}
.breadcrumb li a:hover {
    color: #ffffff;
    
}
.breadcrumb li .fa{
    padding: 0 5px;
    }
/* desktop complated */
