@import url(http://fonts.googleapis.com/css?family=Roboto:400,300|Open+Sans:400,300);
body {
    margin: 0px;
    padding: 0px;
    font-family: font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    color: #1c2247;
    line-height: 22px;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    margin: 0px;
    padding: 0px;
}
/* header */

.topbar {
    background: #058bc4;
    min-height: 5px;
    line-height: 5px;
    text-align: center;
}

.logo {
    margin: 7px 0;
    text-align: left;
}
.headerEmail { color:#777777; text-align: right; margin-top: 40px;}
.headerEmail i { padding-left :15px;}
.social { margin: 0px; padding: 0px; list-style: none;}
.social li { background: #000000; width: 25px; height: 25px; border-radius: 100px; text-align: center; line-height: 25px; display: inline-block; margin-right: 10px; margin-top: 15px;}
.social li a {color:#fff;}
.social li:hover { background: #058bc4;}
/*menu*/
nav { background: #222222; height: 50px;}
#menu { margin: 0px; padding: 0px; list-style: none;}
#menu li { display: inline-block; color: #fff; line-height: 40px; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: bold; padding: 0 20px; border-top:5px solid #222222;}
#menu li a { color: #fff;}
#menu li:hover, #menu li.active { border-top: 5px solid #058bc4;}


#menu ul { display: none; position: absolute; background: #222; z-index: 99999; padding:10px 0; margin:0px; margin-left: -20px; border-bottom: 5px solid #058bc4;}
#menu ul li { display: block; padding:5px 20px; margin: 0px; border-top: 0px; border-bottom:1px solid #666;}
#menu ul li:last-child{ border-bottom: 0px;}
#menu ul li:hover { border-top: 0px;}
#menu ul li:hover a { color:#058bc4;}

#menu li:hover ul { display: block;}
/*main banner*/

.banner { max-height: 450px; overflow: hidden; vertical-align: middle;}
.banner img { width: 100%;}

.bannerInner { background: #058bc4; min-height: 100px;}
.bannerInner h1 { margin: 0px; padding: 0px; color:#fff; line-height: 90px; font-family: 'Roboto'}
/*content*/
.darkBg { background: url('../images/04.jpg');}
.darkBg p { color:#ffffff;}
.darkBg h1 { color:#fff;}
.darkBg .content { padding: 15px 0;}
.whiteBg { background: #fff;}
.whiteBg2 { background:url(../images/brushed-alum-dark.png);}
.whiteBg p { color:#242424;}
.whiteBg h1 { color:#242424;}
.grayBg { background:#cccccc;}
.whiteBg p {color:#242424;}
.whiteBg h1 { color:#242424}

h1.title { font-family: "Roboto",sans-serif; font-size: 28px; text-align: center; color:#048bc3;}

.content-Image {text-align: center;}
.roundImage { border-radius: 300px; width:300px; height: 300px;}
.blueBg { background: #048bc3; min-height: 120px;}
.blueBg h1 { color:#fff; font-size: 24px; vertical-align: middle; line-height: 120px;}
.blueBg button{ background: #fff; border-radius: 5px; padding: 15px 45px; border: 0px; margin-top: 50px;}
.content p { text-align: justify;}
h1 { font-size: 30px; font-weight: bold; font-family: 'Roboto', sans-serif; margin-bottom: 20px;}
.readMore a{ color:#058bc4; font-weight: bold; font-size: 16px;}
.content ul { margin: 0px; padding: 0px; list-style: none;}
.content h4 { margin-bottom: 15px; color:#242424; border-bottom:1px dotted #ccc; padding-bottom: 10px;}
.content ul li { color:#242424;}

.content .address { margin-bottom: 20px;}
.content .address i { display: inline-block; padding-right:15px; vertical-align: top; padding-top: 5px;}
.content .address span { display:inline-block; color:#242424; font-size: 14px;}


.catList { margin: 0px 20px; padding: 0px; list-style: url('../images/disc-blue.png');}
.catList li { height: 30px; border-bottom:1px dashed #666; margin-top: 10px;}
.catList li:last-child { border-bottom:0px;}

/*product list*/
.product { color:#242424; width: 90%; margin: 0 auto; background:#fff; border:1px solid #a1a1a1; border-radius: 5px; margin-bottom: 30px;}
.product .prodDesc { padding: 10px;}
.product .prodImg { text-align: center; background: #f1f1f1;}
.product img{ height:240px; max-width: 100%;}
.product p {color:#242424; width: 100%; text-align: justify;}
.product h3 { color:#242424; font-size: 16px !important; text-align: center;}
.product .readMore {font-weight: bold;}

.prodList .product img{ height:175px; max-width: 100%;}

/*footer*/

footer.darkBg {padding:60px 0; color:#777777;}
footer h4 {color:#fff; font-family: "Roboto", sans-serif; font-weight: bold;}
footer h4 span { border-bottom:1px solid #058bc4; display: inline-block; padding-bottom: 10px;}
.footerCnt { margin: 20px 5px;}
footer p {color:#777777 !important;}

.footerCnt ul { margin: 0px; padding: 0px; list-style: none;}
.footerCnt ul li { padding: 5px 0;}
.footerCnt ul li a { color:#777777;}
.footerCnt ul li a:hover {color:#058bc4;}
.footerCnt ul li span { font-weight: bold !important;}

.footerCopy { background: url('../images/05.jpg'); min-height: 50px; color:#fff; line-height: 50px; text-align: center;}

/*form*/
input.required::-webkit-input-placeholder:after {
    content: ' * ';
    color: #83d5ff;
}

input.required:-moz-placeholder:after {
    content: ' * ';
    color: #83d5ff;
}

input.required::-moz-placeholder:after {
    content: ' * ';
    color: #83d5ff;
}

input.required:-ms-input-placeholder:after {
    content: ' * ';
    color: #83d5ff;
}

input.required::-moz-selection:after {
    content: ' * ';
    color: #83d5ff;
}

input.required:after {
    content: ' * ';
    color: #83d5ff;
}

.note {
    font-size: 10px;
    color: #c3c3c3;
    margin: 5px 20px;
    text-align: left;
}

.note span {
    color: #83d5ff;
    font-size: 14px;
    font-weight: bold;
}

.button {
    background: #273c67;
    border: 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    height: 35px;
    width: 80%;
    margin: 40px auto;
}

.errorMsg {
    display: none;
}

#loader {
    display: none;
    margin-top: 40px;
}
/*faqs*/

.faqs h1 {
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 4px solid #182360;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.faqs p {
    color: #1c2247;
    line-height: 20px;
    margin: 25px 0;
}

.faqs p span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
/*media queries*/
/*footer*/

.footerbar {
    background: #0e1626;
    color: #919191;
    min-height: 145px;
    line-height: 140px;
    text-align: center;
    font-size: 18px;
}

.footerbar span {
    padding: 0 0 0 32px;
    display: inline-block;
}

.footerbar span:last-child {
    margin-left: 20px;
}

.footerbar a {
    color: #919191;
}

.footerbar a:hover {
    color: #5ab8e8;
}

@media only screen and (max-width: 1200px) {
    .mainHeader .content {
        margin: 0px;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .logo {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .topbar {
        line-height: 24px;
        padding-top: 10px;
    }
    .footerbar {
        line-height: 32px;
        padding-top: 10px;
    }
}
