* {
  margin: 0;
}
html, body {
  height: 100%;
}
body {
    line-height: 1.4em;
    font-weight: 400;
    margin: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 13px;
    color: #000;
    background: #fff url('/uploads/images/bg-main.jpg') no-repeat center top;

    font-family: "open sans",arial,helvatica;
    /* overflow-x: hidden; */
}

.page-wrapper {
   min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -160px 0;
}



a {
    color: #0b9444;
    text-decoration: none;
}


a:hover {
    color: #005da2;
    text-decoration: underline;
}

img {
    border: 0px;
}

h1,h2,h3 {
    line-height: 1.5em;
}

h1 {
    font-size: 30px;
    color: #0b9444;
    margin: 0px;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}
.home h1{
    /* margin: 0px 0px 10px 0px; */

}

h2 {
    font-size: 24px;
    font-weight: 300;
    color: #005da2;
    font-family: 'Oswald', sans-serif;
}

h3 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    font-family: "open sans",arial;
}

.image-border {
    border: 4px solid #E7E7E7;
}

.image-float-left {
    float: left;
    margin: 0px 20px 14px 20px;
}

.image-float-right {
    float: right;
    margin: 19px 0px 42px 45px;
}

.floated-list {
    float: left;
   margin: 22px 67px 0px 0px;
}

.link-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    /* float: right; */
}

/* page wrapper style */


/* header style */
header {
    display: block;
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 190px;
    width: 994px;
}

/* logo style */
#logo {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
}

/* contact section style */
.address {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 400px;
    text-align: right;
    z-index: 1;
}

.contact-number {
   font-family: 'Oswald', sans-serif;
   font-size: 36px;
   color: #005da2;
   font-weight: 300;
}

.slogan {
   font-size: 20px;
   margin: 0;
   float: left;
   color: #fff;
   position: relative;
   padding: 0;
   text-align: left;
   line-height: 36px;
   text-shadow: 1px 2px 0px #000;
   background: rgba(147,174,206,.85);
   font-family: arial;
   z-index: 9999;
}

.contact-image {
  /* color: #FFF; */
    
  /* display: block; */
    
  /* font-size: 23px; */

  /* font-weight: bold; */
  margin: 0px -10px -39px 5px;
}




/* primary menu style */
.primary-menu {
   display: table;
   position: relative;
   font-family: 'Oswald', sans-serif;
   top: 0px;
   z-index: 9999;
   margin: 0px  auto 0px;
   width: 994px;
   z-index: 9999;
   height: 80px;
}

.primary-menu,.sub-ul {
}

/* primary menu style */

.primary-menu li {
    float: left;
    padding-top: 30px;
}

.primary-menu li:first-child{
}

.primary-menu li a {
    text-decoration: none;
    font-size: 20px;
    line-height: 1.2em;
    color: #0b9444;
    display: block;
    padding: 0;
    font-weight: 300;
    border-right: 1px solid #0b9444;
}

.primary-menu li a span {
    padding: 0 50px;
    text-align: left;
    
}
.primary-menu li:last-child a {
   border-right: 0;
}

.primary-menu li:hover {
    background: url('/uploads/images/bg-nav.png') no-repeat center top;
}

.primary-menu li a:hover,.primary-menu li a.active-menu-item,.primary-menu li.active-menu-item {
    color: #005da2;
}

.primary-menu li.active-menu-item {
    background: url('/uploads/images/bg-nav.png') no-repeat center top;
}

.primary-menu li a.active-menu-item span{
}
.primary-menu .parent-menu-item li {
    margin-left: 0px;
    margin-top: -1px;
    float: none;
}
.primary-menu .sub-ul a {
    padding: 10px 0px;
  
}
/* sub ul style */
.sub-ul{
    display: none;
    position: absolute;
    top: 49px;
}

.sub-ul .sub-ul {
    margin-top: 1px;
    margin-left: 0px;
    left: 100%;
    top: 0px;
    width: 175px;
}

.sub-ul .parent-menu-item a span {
    border-right: none;
}

.parent-menu-item:hover > .sub-ul,.sub-ul .parent-menu-item:hover .sub-ul{
    display: block;
}

.primary-menu li:last-child a span {
    border-right: none;
}

/* main wrapper style */
.main-content-wrapper {
    /* width: 994px; */
    margin: 0px auto 0px;
    height: 100%;
    padding: 0px;
}

.home .main-content-wrapper{
    background: none;  
}

/* banner style */
.main-banner {
    position: relative;
    margin: 0px auto;
    /* background: #FFF; */
    /* overflow: hidden; */
    /* width: 100%; */
}

.main-banner img {
    display: block;
    margin: 0 auto;    

    /* padding-bottom: 32px; */

    /* background: url(/uploads/images/banner-bg.png) bottom center; */
}

/* inner content wrapper style */
.content-wrapper {
    height: 100%;
    width: 994px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    margin: 0px auto;
    padding: 70px 40px 200px 40px;
    /*border-top: 10px solid #0b9444;*/
   background: rgba(255, 255, 255, 0.5);
}
.home .content-wrapper {
   padding: 10px 0 200px 0;
   background: none;
}
.content-wrapper ul {
    list-style-image: url(/uploads/images/tick.png);
}

/* primary & secondary columns style */
.main-content {
    float: left;
    width: 65%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 24px 0 10px;
}
.contact-us .main-content{
    width: 300px;
}
aside {
    width: 300px;
    float: right;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: -20px 10px 0 0;
}

aside img {
   margin-bottom: 20px;
}

.contact-us aside{
    width: 600px;
    text-align: left;
    margin-top: 0;
}

/* inner primary column style */
/* figures style */
.descriptive-links {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto 50px;
    /* width: 903px; */
    /* border-top: 1px solid #CCC; */
    overflow: hidden;
    width: 100%;
    padding: 0px  0px 0px;
    /* float: right; */
    margin: 28px auto;
    /* border-top: 1px solid #00b2ee; */
    /* clear: both; */
    overflow: hidden;
}

.descriptive-links figure {
    float: left;
    width: 30%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;

    /* border-top: 1px solid #1c91ff; */
    padding: 0px;
    margin: 0px;
}

.descriptive-links figure +  figure {
   margin: 0px 0px 0px 42px; 
}

.descriptive-links figure a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* position: relative; */
    color: #1e63af;
    /* margin: 12px auto 19px; */
    /* float: left; */
}

.descriptive-links figure a img {
    display: block;
    margin: 0px auto;
    /* background: url(/uploads/images/heading-img-bg.png) no-repeat; */
    /* padding: 15px; */
}


.descriptive-links figure h2 a,.descriptive-links figure h2 {

    color: #000000;
    display: block;    
    font-size: 20px;  
    margin: 15px 0px;
    text-decoration: none;

    text-transform: none;

    padding: 0px 0px 0px 5px;

}


.descriptive-links figure h2 a:hover {
    color: #f8c23a;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    -ms-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}

.descriptive-links figure p {
    -moz-box-sizing: border-box;
    /* color: #000; */
    /* font-family: Arial,sans-serif; */
    box-sizing: border-box;
    padding: 0px 13px;
    /* text-align: center; */
    /* display: block; */
}

.descriptive-links figure p + p a {
    color: #FFFFFF;
    font-size: 11px;
    text-transform: none;
    margin: 13px 0px 0px;
    display: block;
    padding: 4px 11px;
    width: 100px;
    text-transform: uppercase;
    text-decoration: none;
    background: #2e2e2e;
}
.descriptive-links figure p + p a:hover{
    color: #00b2ee;
    
}
/* secondary column style*/

/* footer style */
.footer-wrapper {
    width: 100%;
    height: 160px;
    float: left;
}


footer {
    width: 994px;
    font-size: 12px;
    color: #fff;
    margin: 58px auto 20px auto;
    background: rgba(255, 255, 255, 0.25);
}

.home footer {
    background: none;
    margin: 0 auto 0 auto;
}

#social{
    float: center;
    padding: 0;
    margin: 0;
   }

#social a > img{
margin: 0px 0px 0px 11px;
}
footer .site-footer-inner-wrapper {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 994px;
    padding: 10px 0 10px 10px;
}

#copyright {
    margin-top: 10px;
    color: #717171;
    float: center;
    z-index: 1;
    text-align: center;
}

/* secondary menu */
.secondary-menu {
    height: 11px;
    display: block;
    position: relative;
    margin: 7px auto 0 280px;
    float: center;
    text-align: center;
    width: 450px;
}

.secondary-menu a {
    float: left;
    text-decoration: none;
    display: block;
    background-position: center;
    line-height: 12px;
    color: #000;
    border-right: 1px solid #000; 
    padding: 0 10px;
    font-weight: normal;
}
.secondary-menu a:last-child {
    border: 0;
}
.secondary-menu a:after{

}
.secondary-menu a:hover {
    text-decoration: underline;
    color: #005da2;
}

.secondary-menu .active-menu-item:hover {
}

.secondary-menu .active-menu-item {
    text-decoration: none;
    display: block;
    background-position: center;
    color: #005da2;
    padding: 0px 12px;
}

.secondary-menu a:last-child:after {
    /* content:""; */
}

.footer-slogan {
    margin: 10px 0 0 10px;
    color: #717171;
    clear: both;

}
.footer-slogan a{
  color: #717171;
  text-decoration: none;
}
.footer-slogan a:hover {
   color: #000;
   text-decoration: underline;
}

.footer-slogan-link {
    text-decoration: none;
    color: #C3C3C3;
}

.footer-slogan-link:hover {
    text-decoration: none;
    color: #000;
}



/* social media links style */
#social {
    height: 37px;
    z-index: 1;
    /* text-align: center; */
    float: center;
    color: #FFF;
    margin: 12px 0 0px 0px;
}

#social img {
    vertical-align: middle;
    margin-left: 17px;
}



/* Sample FormBuilder CSS base */
#contact-form {
float: right;
margin-left: 2%;
padding: 0 3% 2% 2%;
width: 44%;
border: 1px solid #EEE;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}

form {
                margin-top: 0
}
form, td, th, li {
                font-size: 100%
}
form div {
                margin-bottom: 0;
                display: table;
                width: 100%
}
fieldset div {
                margin-bottom: 0.5em;
                margin-left: 0px;
}
fieldset div div {
                margin-top: 10px;
                margin-left: 0px;
                float: left;
                clear: both;
                display: block;
                border-bottom: 1px dotted #CCC;
                width: 95%;
}
fieldset div div + div {
                margin-top: 2px;
}

fieldset {
                margin-bottom: 1em;
                border: 0px solid #F60;
                padding: 0px;
}

legend {
                color: #FFF;
                background: #F60;
                font-style: italic;
                font-size: 1.2em;
                margin-bottom: 0.5em;
                padding: 0.2em;
                width: auto;
                border: 1px solid #CCC;
                display: none;
}


/* Pretty up your Captcha image output */
.captcha {
                margin: 0.5em 0;
                width: 330px;
                text-align: left;
}
.captcha img {
                border: 1px solid #CCC;
                margin-bottom: 0.5em;
                margin-right: 10px;
                float: left;
}
.captcha input {
                width: 196px;
                float: left;
                margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
                margin-top: 0.5em;
                float: left;
                clear: both;
}
.contactform input[type="text"] {
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 97%;
                padding: 6px 10px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform input[type="text"]:focus {
                background-color: #EEE;
                border: 1px solid #CCC;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
input.cms_submit {
                border: 0px;
                background: #428c24;
                color: #FFF;
                font-weight: bold;
                padding: 12px 30px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
                cursor: pointer;
}
input.cms_submit:hover {
                background: #aaaaaa;
}
.contactform input.checkbox {
                border: none;
}
.contactform label {
                display: block;
                float: left;
                padding-top: 6px;
                font-size: 14px;
}

.contactform textarea {
                font-family: Arial, Verdana, Helvetica, sans-serif;
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 97%;
                padding: 6px 10px;
                font-size: 14px;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform textarea:focus {
                background-color: #EEE;
                border: 1px solid #CCC;
               -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.contactform .cms_dropdown {
                font-family: Arial, Verdana, Helvetica, sans-serif;
                background-color: #FFF;
                border: 1px solid #CCC;
                width: 98%;
                padding: 6px 10px;
                font-size: 14px;
                -webkit-transition: all 0.15s ease-in 0s;
                -moz-transition:    all 0.15s ease-in 0s;
                -o-transition:      all 0.15s ease-in 0s;
                -ms-transition:     all 0.15s ease-in 0s;
                transition:         all 0.15s ease-in 0s;
}
.formbuilderform .message {
                line-height: 16px;
                padding: 0 0 8px 0;
}
.contactform input.cms_checkbox {
                width: auto !important;
                float: left;
}
.error_message {
                background-color: #eb9d9c;
                padding: 0 10px;
                color: #F00;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                width: 97%;
                border: 1px solid #F00;
                margin-bottom:20px;
}
.error_message ul {
                margin: 0px;
}
.fb_invalid {
color: #F00;
}




/***** Homepage Layout *****/

.home td { 
    padding: 0 3px 0 0;
    vertical-align: top;
    width: 160px;
}

.home td:last-child {
    padding-right: 0;
}

.home td img {
width: 100% !important;
height: auto !important;
}
.home td h2 {
    background: #005da2;
    text-align: center;
    width: 100%;
    padding: 4px 0 4px 0;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
}

.home td h2 a {
   color: #fff;
   text-decoration: none;
}

.home td p {
    float: center;
    font-size: 11px;
    text-align: center;
    display: block;
    margin-top: 10px;
    padding: 0 15px;
}
/* Stylesheet: theme Modified On 2016-01-05 15:01:18 */
