body{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
header {
    background: #3D5275;
    color: #FFFFFF;
    box-shadow: 1px 1px 1px #ccc;
    margin-bottom: 5px;
    padding: 3px 0;
}
.navbar{
    margin-bottom: 0;
}



header p {
   margin-bottom: 0;
    padding: 5px 0;
    font-size: 12px;
    margin-top: 2px;
}

.phoneIcon {
    margin-left: 15px;
}

header a {
    color: white;
    display: inline-block;
    padding: 3px 7px;
    margin-top: 3px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: -4px;
}
header a:hover {
    color: white;
}

.customRightNavbar {
    margin-top: 20px;
    float: right;
    margin-bottom: 0;
}
.customRightNavbar ul{
    list-style: none;
}
.customRightNavbar li{
    display: inline-block;
}
.customRightNavbar a {
    display: block;
    font-size: 15px!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #3D5275;
}
.customRightNavbar a:hover{
    text-decoration: none;
}

.customRightNavbar i {
    margin-right: 6px;
}

.logoDiv {
    margin-top: 0px;
}
.slider_img{
    width: 100%;
    height: 400px;
    background: url(../images/slider.jpg);
    background-position: center;
}
.slider_layer{
    
width: 100%;
    
height: 400px;
    
background: rgba(0,0,0,.8);
}
.slider_layer h1 {
    color: white;
    text-align: center;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 85px;
    padding-top: 70px;
    line-height: 100px;
    text-shadow: 1px 1px 2px black;
}

h1.heading {
    color: #2E5493;
    font-size: 26px;
    display: inline-block;
    border-bottom: 2px solid red;
    padding-bottom: 8px;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}

p.text {
    font-size: 17px;
    margin-top: 20px;
    line-height: 32px;
    color: #333;
}

.text strong {
    color: #3D5275;
}

.product_home_block h2 {
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 27px;
    bottom: 0;
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    background: #3D5275;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.product_home_block {
    min-height: 350px;
    position: relative;
    border: 1px solid #ddd;
    padding-top: 10px;
    margin-bottom: 35px;
}
.customBtn{border-radius: 0;background: #4E6488;border: 0;}
div#testimonials {
    background: #3D5275;
    color: white;
    margin-top: 50px;
    padding-bottom: 20px;
}

div#testimonials .heading {
    color: white;
    margin-top: 30px;
}

.testi {
    /*background: white;*/
    padding: 15px;
    text-align: center;
    margin-top: 0px;
    margin-right: 30px;
}
.testi p {
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    line-height: 27px;
    text-align: left;
}
.testi strong {
    color: #fff;
    display: block;
    padding-bottom: 15px;
    text-align: left;
}
div#footer {
    background: #222;
    color: white;
    padding: 15px 0;
}

div#footer a {
    color: white;
    font-size: 11px;
}

h2.subheading {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    background: #777;
    color: white;
    padding-left: 7px;
    font-size: 24px;
    padding-top: 5px;
    margin-bottom: 0;
}

ul.sidebar {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.sidebar a {
    display: block;
    color: #3D5275;
    padding: 9px 0;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    padding-left: 9px;
    position: relative;
}
ul.sidebar a:after{
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    right: -7px;
}

ul.sidebar a:hover{
     background: #3D5275;
     color: white!important;
     text-decoration: none;
}
ul.sidebar a:hover:after{
    border-left: 10px solid #3D5275!important;
}
ul.sidebar a.active {
    background: #3D5275;
    color: white!important;
}

ul.sidebar a.active:after {
    content: "";
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3D5275!important;
    right: -7px;
}
.custom_slider_img {
    height: 180px;
}
.custom_slider_img .slider_layer{
    height: 180px;
}
.custom_slider_img .slider_layer h1{
    padding-top: 0;
    line-height: 180px;
}
a.facebook {
    background: #5A84DE;
    width: 27px;
    text-align: center;
}

i.fa.fa-twitter {}

a.twitter {
    background: #59ADEA;
    width: 27px;
    text-align: center;
}

a.youtube {
    background: #CC181E;
    width: 27px;
    text-align: center;
}

a.google {
    background: #CE6260;
    width: 27px;
    text-align: center;
}

div#bottom {
    background: #333;
}

h2.bottom_heading {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: white;
    font-size: 28px;
    margin-bottom: 30px;
    display: inline-block;
}

div#bottom ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div#bottom a {
    color: #969696;
    font-size: 14px;
    margin-bottom: 16px;
    display: block;
}

div#bottom a:hover {
    text-decoration: none;
    color: #fff;
}

div#bottom address {color: #969696;line-height: 33px;}

div#bottom address strong {
    color: white;
    font-weight: normal;
}

.logo h2 {
    color: #3D5275;
    font-size: 30px;
    margin-top: 2px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.logo small {
    text-align: right;
    display: block;
    margin-right: 4px;
}

div#online_form {
    background: #FFFFFF;
}

div#online_form i {margin-right: 5px;color: #999;font-size: 23px;}

div#online_form input {
    margin-bottom: 10px;
    background: #E6E6E6;
}

table.contact_us_table {
    font-size: 16px;
}

table.contact_us_table th {
    padding-right: 10px!important;
    color: #3D5275;
    font-size: 22px;
}

table.contact_us_table td,table.contact_us_table th {
    padding: 6px;
}
.blog h3 {
    margin-top: 0;
}
.blog h3 a{
    color:#3D5275;
}
.blog h3 a:hover{
    text-decoration: none;
}
.blog {
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
p.posted_date{
    color: #999;
    font-weight: bold;
    font-size: 13px;
    font-family: arial;
}
.blog .short{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 24px;
}
h1.blog_heading {
    color: #3D5275;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 42px;
    margin: 30px 0;
    margin-bottom: 10px;
}
.blogs_sidebar h4 {
    background: #3d5275;
    color: white;
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    margin-top: 32px;
    margin-bottom: 20px;
}
.blogs_sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blogs_sidebar a {
    color: #444;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.blogs_sidebar a:hover{
    text-decoration: none;
}
.col-md-3.blogs_sidebar span {
    color: #999;
    display: block;
    font-size: 11px;
    font-weight: bold;
}
.home_page_products{
    margin-top: 70px;
}