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

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}

h2 {
    padding-top: 50px;
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #000;
}

h3 {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

h4 {
    font-weight: bold;
}

section {
    padding-top: 30px;
    padding-bottom: 40px;
}

.just-pad {
    padding-bottom: 50px;
    padding-top: 80px;
}

p {
    padding: 10px 0px;
}

/*=====================================
  NAVBAR STYLES 
    ===================================*/

.logo-custom {
    max-height: 30px
}

#menu {
    background-color: #4bb777;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;

}

.navbar-inverse {
    border-color: transparent;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
}

.home-mail {
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
}

/*=====================================
  HEADERS STYLES 
    ===================================*/

.header-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/head.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}

.header-sec .overlay {
    background: rgba(8, 134, 74, 0.90);
    min-height: 500px;
}

.header-sec h2 {
    color: #fff;
    padding-top: 150px;
}

/*=====================================
TESTIMONIALS STYLES
===================================*/

.testi-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url(../img/testi.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;

}

.testi-sec .overlay {
    background: rgba(8, 134, 74, 0.80);
    min-height: 300px;
}

.testi-sec h3 {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}

.testi-sec h4 {
    line-height: 35px;
}


.testi2-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    padding: 0;
    color: fuchsia;
    background-color: fuchsia;

}

.testi2-sec .overlay {
    background: rgba(8, 134, 74, 0.80);
    min-height: 300px;
}

.testi2-sec h3 {
    color: #8793f4;
    padding-top: 60px;
    padding-bottom: 30px;
}

.testi2-sec h4 {
    line-height: 35px;
}



/*=====================================
CONTACT STYLES
  ===================================*/
.contact {
    font-size: 20px;
    line-height: 35px;
}

/*=====================================
 FOOTER STYLES
   ===================================*/

.myfooter {
    background-color: #4bb777;
    padding: 5px 40px 5px 40px;
    color: #fff;
    font-size: 14px;
    text-align: right;
}

/**** SLIDER *****/
.slider {
    margin: 25px 0 0 0;
}

.slidesjs-previous, .slidesjs-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1000;
    opacity: 0.4;
}

.slidesjs-previous {
    left: 15px;
    background: url('../img/arrows.png') left top no-repeat #000;
}

.slidesjs-next {
    right: 15px;
    background: url('../img/arrows.png') right top no-repeat #000;
}