<link href="https://fonts.googleapis.com/css?family=Raleway:400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet"> 
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.pagetitle{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    margin-bottom: 12px;
}
.pagesubtitle{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.pagedescriptiontext{
    float: left;
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.pagedescriptiontext {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    width: 100%;
}
.webpagewhite{
    float: left;
    width: 100%;
    background: #ffffff;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 50px 0px 25px 0px;
}
.webpageblue{
    float: left;
    width: 100%;
    background: #e7e7e7;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 50px 0px 25px 0px;
}
.customenavbar-menu{
    margin-bottom: 0px;
}
.pointssections {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 10px 0;
    width: 100%;
}

.pointssections ul {
    float: left;
    margin: 8px 0 15px;
    width: 100%;
}
.pointssections ul li {
    float: left;
    width: 100%;
}
.homepageimageslider{
    margin-top: 50px;
}
.sitefaqsection {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.panel-body {
    color:#000;
}
.panel-title a:hover, .panel-title a:focus, .panel-title a.active{
    text-decoration: none;

}
.siteaddressinfo {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.siteaddressinfo strong{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footer {
    background: #0073cf none repeat scroll 0 0;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.footerlogosection {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    margin: 18px 0;
    text-align: center;
    width: 100%;
}
.footer-menu {
    float: left;
    width: 100%;
}
.footer-menu ul {
    float: left;
    list-style: outside none none;
    text-align: center;
    width: 100%;
    padding: 0px;
}
.footer-menu ul li {
    border-right: 1px solid #ffffff;
    display: inline-block;
}
.footer-menu ul li a {
    color: #ffffff;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    text-transform: capitalize;
    text-decoration: none;
}
.copywrighttext {
    color: #ffffff;
    float: left;
    font-size: 12px;
    margin: 8px 0;
    text-align: center;
    width: 100%;
}
.customeheadermenu .navbar-brand, .customeheadermenu .navbar-brand:hover, .customeheadermenu .navbar-brand:focus {
    color: #0073cf;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.customeheadermenu.navbar-default .navbar-nav > li > .active, .customeheadermenu.navbar-default .navbar-nav > li > a:focus, .customeheadermenu.navbar-default .navbar-nav > li > a:hover {
    background-color: #0073cf;
    color: #ffffff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}
.dropdown-menu > li > a{
    padding: 8px 12px;
    border-bottom: 1px solid #cccccc;
    
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #0073cf;
    color: #ffffff;
    text-decoration: none;
}
.customeheadermenu .dropdown-menu{
    padding: 0px;
}
.customegallaryimg{
    float: left;
    width:100%;
    margin: 0 auto;
    border: 1px solid #cccccc;
    padding: 2px;
}
.categoryimgename{
    float: left;
    width: 100%;
    background: #e6eaed;
    color: #444444;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border: 1px solid #cccccc;
    border-top: medium none;
    text-align: center;
    padding: 8px;
    margin-bottom: 15px;
}
.categoryimgename a{
    text-decoration: none;
    color:#444444; 
}
.innerpagetopmargin{
    float: left;
    width: 100%;
    min-height: 800px;
    margin-top: 50px;
}
.titleimagecenterimg{
    float: left;
    width: 100%;
}
.titleimagecenterimg img{
    margin: 0 auto;
}
.footer-menu ul li:last-child {
    border-right: medium none;
    display: inline-block;
}
/*responsive layout*/
@media (min-width : 768px) and (max-width : 1023px) {
.customeheadermenu .navbar-nav > li > a {
    color: #777;
    padding: 15px 7px;
}   
}
@media only screen and (max-width : 767px) {

}