body{
    font-family: 'Open Sans', sans-serif !important;
}
#footer {
    padding: 20px 0;
    background: none repeat scroll 0 0 #e9ecf4;
    border-top: 4px solid #0066b3;
}
.t3-copyright{
    background: #222;
}
.t3-copyright a{
    color: #ccc;
}
.module-title{
    color: #333 !important;
}
ul.contact {
    margin: 0;
    padding: 0;
}
ul.contact li{
    padding: 5px 0 5px 20px;
    background-position: 0px 10px !important;
    background-repeat: no-repeat !important;
    list-style-type: none;
}
.contact li.email{background: url('../images/bg-email.png');}
.contact li.address{background: url('../images/bg-address.png');}
.contact li.phone{background: url('../images/bg-phone.png');}
.contact li.fax{background: url('../images/bg-fax.png');}
.homepagecontent .t3-mainbody{
    top:0 !important;
}
.smallnav img {
    max-height: 50px;
    margin-top: 0px !important;
}
.smallnav {
    background: #ace8ff;
    box-shadow: 0 0 7px #000;
    border-bottom-color: #00acec;
    min-height: 55px !important;
}
.dropdown-menu {
    background-color: #038bbd;
    border: 1px solid rgba(255, 255, 255, 0.85);
}

.t3-megamenu .mega-nav > li a:hover, .t3-megamenu .dropdown-menu .mega-nav > li a:hover, .t3-megamenu .mega-nav > li a:focus, .t3-megamenu .dropdown-menu .mega-nav > li a:focus {
    background-color: #decc00;
}
.csr_section .custom{
    background: #eee;
    padding: 20px;
    padding-bottom: 40px;
    margin-bottom: 20px !important;
}
.csr_section .custom h4{
    color: #555 !important;
}
.csr_section .custom img{
    width: 100%;
    transition: all 0.5s linear;
}
.csr_section .custom img:hover{
    transform: scale(1.1);
}
#mainbodyconent, #wrapblock, #beforefooter, #page-mastheadblock {
    padding-top: 30px;
	padding-bottom: 40px;
}
.t3-mainbody {
    padding-top: 0 !important;
}
.news-heading h4 {
      font-size: 20px;
      color: #fff;
      padding: 10px 13px;
      font-weight: 500;
      background-color: #0066b3;
      border-bottom: 1px solid #fff;
}
.news{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #cfd8e9;
}
.news .media{
    padding-bottom: 20px;
    border-bottom: dashed 1px #00acec;
}
.media-body h4 a{
    color: #0066b3;
}
form.subscribe input{
    border: none;
    background: #636363;
    color: #fff;
}
form.subscribe button{
    background: #0066b3;
    color: #fff;
}
.footer-title{
    border-bottom: solid 1px #0066b3;
    overflow: hidden;
}
.footer-title h3{
    padding: 0;
    margin: 0;
    padding-left: 15px;
    line-height: 40px;
    color: #0066b3;
}
.footer-title-icon{
    font-size: 28px;
    text-align: center;
    color: #fff;
    background: #0066b3;
    width: 40px;
    height: 40px;
}
.social-media img{
    margin: 10px 3px 0;
}
.t3-off-canvas .t3-off-canvas-body .t3-module {
    margin-bottom: 0 !important;
}
input#pname {
    width: 100%;
}
form .go{
    background: #5db4ec;
    color: #fff;
}
form .go:hover{
    background: #5db4ec;
    color: #fff;
}

