body {
background:#fff;
text-align: center;
font-family: 'Open Sans', sans-serif;
color: #333;
font-size: 12px;
background-attachment: fixed;
}


a {
    color: #1fa67a;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    a:hover, a:focus {
        color: #888;
        text-decoration: none;
    }

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
}

h1, h2 {
    line-height: 40px;
}

h3, h4 {
    line-height: 20px;
}
::selection {
    background: #1fa67a;
    color: #fff;
    text-shadow: none;
}
/***** Slider *****/

.slider-container {
    /*  margin: 0 auto;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;*/
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset, 0 -5px 15px 0 rgba(0,0,0,.05) inset;
}
/* ----- CONTACT PAGE ----- */

/***** Form *****/

.contact-us-container {
    padding-bottom: 50px;
    text-align: justify;
}

    .contact-us-container h3, .news-stick2 h2, .modal__content h3 {
        margin-top: 25px;
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        /* padding-top: 20px; */
        /* background-color: #D8E8CF; */
        padding: 13px 0 13px 21px;
        border-radius: 8px 8px 0 0;
        background-color: #3ebd88;
    }

    .contact-us-container p {
        line-height: 28px;
        font-size: 13px;
        text-align: justify;
        padding: 0 10px;
    }
    
    .contact-form {
        /*padding-bottom: 30px;*/
    }
    aside {
        float: left;
    }
    
    .inside {
        padding: 10px;
        margin-top: 28px;
        padding-left: 50px;
    }
    .our-team {
        text-align: left;
    }.inside ul li {
        color: #246B00;
        font-size: 17px;
        border-bottom: 1px dashed #246B00;
    }
    
        .inside ul li a {
            display: block;
            padding: 6px 0;
            font-size: 15px;
            color: #2A8C6C;
            font-weight: bold;
        }
        .inside ul li a:hover {
            background: #f7f7f7;
        }
        .testimonial .about-block .block-content h4,.our-team h4,.newsticker-jcarousellite h4,.newsticker-jcarousellite1 h4 {
            font-size: 15px;
            font-weight: bold;
            color: #2A8C6C;
        }
        #content img {
            float: left;
            margin-right: 15px;
            margin-top: 6px;
            max-width: 300px;
        }
        @media (max-width:768px) {
            .contact-us-container h3, .news-stick2 h2 {
                line-height: 40px;
                text-align: center;
                padding-right: 21px;
            }
        }
        
        @media (max-width:768px) {
            #content img {
                width: 100%;
                max-width: 100%;
            }
        
            #content p {
                margin-top: 12px;
            }
        
            .our-team {
                text-align: center;
            }
        
                .our-team img {
                    float: none !important;
                    margin-right: -20px !important;
                    margin-left: 0;
                }
            .newsticker-jcarousellite ul li {
                height:auto !important; 
            }
        }
        
        @media (max-width:450px) {
            .flex-direction-nav a {
                background: none;
                padding: 0;
            }
        
                .flex-direction-nav a:before {
                    font-size: 20px;
                }
        
            header img {
                min-height: 130px;
            }
        }
        h4 {
            color: #268364;
        }
        .about-block {
            position: relative;
            margin-left: 66px;
            margin-top: 80px;
        }
        
            .about-block .thumb-it {
                /* width: 200px; */
                /* height: 200px; */
                border: 1px solid rgba(31, 166, 122, 0.2);
                overflow: hidden;
                position: absolute;
                top: -65px;
                left: -65px;
            }
        
                .about-block .thumb-it img {
                    width: 120px;
                    float: none !important;
                    margin-top: 0 !important;
                    max-width: 100% !important;
                    margin-right: 0 !important;
                }
        
            .about-block .block-content {
                padding: 15px 10px;
               
                border: 1px solid rgba(31, 166, 122, 0.2);
                background: rgba(31, 166, 122, 0.02);
               
            }
            .about-block p {
                text-indent:50px;
            }
        .block-content h4{
            padding-left:60px;
        }
        @media (max-width: 500px) {
            .about-block {
                margin-top: 10px;
                margin-left: 0;
                position: relative;
            }
                .about-block .thumb-it {
                    border-width: 1px 1px medium;
                    border-style: solid solid none;
                    border-color: rgba(31, 166, 122, 0.2) rgba(31, 166, 122, 0.2) -moz-use-text-color;
                    -moz-border-top-colors: none;
                    -moz-border-right-colors: none;
                    -moz-border-bottom-colors: none;
                    -moz-border-left-colors: none;
                    border-image: none;
                    overflow: hidden;
                    text-align: center;
                    position: relative;
                    top: 0px;
                    left: 0px;
                    border: none;
                }
        
                    .about-block .thumb-it img {
                        width: auto !important;
                    }
        
                .about-block .block-content {
                    padding: 0;
                    border: none;
                }
        
            .col-sm-box {
                border: 1px solid rgba(31, 166, 122, 0.2);
                margin-bottom: 20px;
            }
            .block-content h4 {
                padding-left:0;
            }
            .about-block p {
                text-indent:0;
            }
        }
        .slider-container h1 {
            text-transform: uppercase;
            color: white;
            text-align: center;
            padding: 15px 0;
            margin: 0;
            font-weight: bold;
            font-size: 26px;
            background-color: #3ebd88;
        }
        .scrollup {
            width: 30px;
            height: 30px;
            position: fixed;
            display:none;
            bottom: 15px;
            right:100px;  
            background:url(../image/top.PNG)  ;
            opacity:0.8
        }
        
        a.scrollup:hover {opacity:1;}
        .img-sectn img{  float: left;
          margin-right: 15px;
          margin-top: 6px;
          max-width: 300px;}
        .our-volun p {line-height:20px;font-family:serif}
        .testi-qote img{
            max-width:100%;
        }
        .slider-container img{
            margin-top: 80px;
        }
        
        header ul {
            flex: 100%;
            display: flex;
             margin-top: 30px;
             padding-right: 260px;
          }
        
        
/* Phones */
@media (max-width: 768px) {
    .scrollup { 
    display: none;
    background: none;
}
}
