@font-face {
    font-family: 'Raleway';
    src: url(../font/Raleway-Regular.ttf);
  }

body {
    background:#fff;
text-align: center;
font-family: 'Raleway';
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: 20px;
    text-align: justify;
    margin-top: -40px;
}

    .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;
        font-family: gotu;
    }

    .contact-us-container p {
        font-family: gotu;
        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: 0px;
            max-width: 100%;
        }
        @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{
            font-size: 17px;
            color: white;
            font-weight: 700;
           background-color: #1fa67a;
        }

        .slider-container h1 {
            text-transform: uppercase;
            color: white;
            text-align: center;
            padding: 15px 0;
            margin: 0;
            font-weight: bold;
            font-size: 26px;
            background-color: #1fa67a;
           -moz-box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
           -webkit-box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
            box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
            font-family: gotu;
        }

        .slider-container p{
            font-family: gotu;
            font-size: 16px;
            padding-bottom: 7px;
            background-color: #1fa67a;
           -moz-box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
           -webkit-box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
            box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
        }

        @media only screen and (max-width: 1000px){
            .slider-container{
                font-size: 10px;
            }
            
            .slider-container h1 {
                  font-size: 22px;
              }
       }



        .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;
          }
        
        
        

          .intro-objec-container {
            text-align: justify;  
        }


        .intro-objec{
            width: 60%;
            justify-self: center;
        }

        

        .obje-intro img{
            width: 100%;
            border-radius: 8px 8px 8px 8px;
       }

        .intro-objec-container .intro-objec 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: #1fa67a;
               -moz-box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
               -webkit-box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
                box-shadow: 0 0px 50px 0 rgba(173, 111, 51, 0.69) inset;
                font-family: gotu;
            }
        

            @media only screen and (max-width: 1000px){
                .intro-objec-container .intro-objec h3{
                    line-height: 40px;
                          text-align: center;
                          padding-right: 21px; 
                }
            }


            .obje-intro{
                line-height: 28px;
                font-size: 14px;
                text-align: justify;
                padding: 0 2px;
                font-family: gotu;
            }
            

            .intro-project{
                width: 98%;
               justify-self: center;
                font-size: 16px;
                margin-top: 10px;
                text-align: justify;
                font-weight: 600;
                color: #4f4d4dde;
                font-family: gotu;
            }


            @media only screen and (max-width: 1850px){
                .intro-objec{
                    width: 87%;
                    justify-self: center;
                }
            }



 @media only screen and (max-width: 480px){
                .intro-objec{
                    width: 100%;
                    justify-self: center;
                }

                .obje-intro{
                    width: 100%;
                    padding: 0 17px 0 17px;
                    justify-self: center;

                }
                .intro-project{
                    width: 100%;
                    padding: 0 17px 0 17px;
                    justify-self: center;
                    }
            }


          
              .responsive-table {
                width: 100%;
                margin: 20px auto;
                border-collapse: collapse;
                box-shadow: 0 0 10px rgba(0,0,0,0.1);
                overflow-x: auto;
              }
          
              table {
                width: 100%;
                border-collapse: collapse;
                min-width: 300px;
              }
          
              th, td {
                border: 1px solid #ccc;
                padding: 12px 15px;
                text-align: center; /* Center alignment for both th and td */
                font-size: 13px;
              }
          
              thead {
                background-color: #767676;
                color: white;
              }
          
              thead th {
                text-align: center; /* Specifically ensuring <th> is centered */
              }
          
              tbody tr:nth-child(even) {
                background-color: #f2f2f2;
              }
          
              @media (max-width: 768px) {
                table, thead, tbody, th, td, tr {
                  display: block;
                }
          
                thead {
                  display: none;
                }
          
                tbody tr {
                  margin-bottom: 15px;
                  background: white;
                  border: 1px solid #ddd;
                  padding: 10px;
                  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
                }
          
                td {
                  text-align: left;
                  padding-left: 50%;
                  position: relative;
                }
          
                td::before {
                  content: attr(data-label);
                  position: absolute;
                  left: 15px;
                  width: 45%;
                  font-weight: bold;
                  white-space: nowrap;
                }
              }


.slideshow-container {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
}

.slideshow-track {
  display: flex;
  height: 100%;
  animation: smoothSlide 25s ease-in-out infinite;
}

.slide {
  flex: 0 0 100%;
  height: auto;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Laptops & Desktops */
@media (min-width: 1024px) and (max-width: 1440px) {
  .slideshow-container {
    padding-top: 50px;
    height: auto;
  }

.slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: 30px;
}

}

/* Tablets */
@media (max-width: 1023px) {
  .slideshow-container {
    height: 350px;
    padding-top: 50px;
  }
  .slide img {
    margin-top: 40px;
   }
}

/* Phones */
@media (max-width: 768px) {
  .slideshow-container {
    height: 280px;
    padding-top: 40px;
  }
}

/* Small Phones */
@media (max-width: 480px) {
  .slideshow-container {
    height: auto;
    padding-top: 30px;
  }
  .slide img {
    margin-top: 50px;
   }
}

@keyframes smoothSlide {
  0%    { transform: translateX(0%); opacity: 0.2; }
  5%    { transform: translateX(0%); opacity: 1; }
  20%   { transform: translateX(0%); opacity: 1; }

  25%   { transform: translateX(-100%); opacity: 1; }
  40%   { transform: translateX(-100%); opacity: 1; }

  45%   { transform: translateX(-200%); opacity: 1; }
  60%   { transform: translateX(-200%); opacity: 1; }

  65%   { transform: translateX(-300%); opacity: 1; }
  80%   { transform: translateX(-300%); opacity: 1; }

  85%   { transform: translateX(-400%); opacity: 1; }
  95%   { transform: translateX(-400%); opacity: 0.4; }

  100%  { transform: translateX(-400%); opacity: 0.2; }
}


/* Phones */
@media (max-width: 768px) {
    .scrollup { 
    display: none;
    background: none;
}
}