/*
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&display=swap');
*/

/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap')*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap')

*{
    outline: none !important;
    box-shadow: none;
}
h1{color: #072366;}
h2, h3, h4{color: #1b743f;margin: 15px 0;}
h2{font-size: 38px;font-weight:600; color: #072366;}

a, a:hover{
    text-decoration: none;
}

body{
	color:#666;
	font-size:18px !important;
	font-family: "Mulish", sans-serif;
    overflow-x: hidden;
}


/*Sticky Header*/

header{
    position: sticky;
    top:0;
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index:99;
}

/*Desktop Menu*/
.header-line{
    display:flex;
    align-items: center; 
    width:100%;
}
.logo img{
    width: 250px;
    margin: 5px;
    margin-left: 30px;
    
}
.desktop-header .menu-items {
     display: flex;
    justify-content: center;
}
.menu-items a{
    text-decoration: none;
    color:#006f3b;
    margin: 15px;
    font-size: 20px;
    position: relative;
}
.menu-items a::after{
    content: '';
    width: 0;
    height: 3px;
    background: #669933;
    position: absolute;
    left: 0;
    bottom: -6px;
    transition: 0.5s;    
}
.menu-items a:hover::after{
    width:100%;      
}
.menu-items a:hover{
    color:#ffc000;
}
.header-line .icon {
    font-size: 30px;
     text-align: right;
 margin: auto;
    right:10px;
}
.header-line .icon  a{
    text-decoration: none;
    font-size: 30px; 
    color:#006633;
    display: inline-block;
    transition: transform 0.5s;
}
.header-line .icon  a:hover{
    color: #ffc000;
    transform: translateY(-5px);
}
.mobile-header .header-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
}
.header-line .bx-menu{
    font-size:45px;
	color:#fff;
	background-color:#1e763e;
}
.mobile-header .header-line .logo {
    width: 100%;
    text-align: center;
}
.mob-bar-icon:before, .mobcl-btn {
    min-width: 50px;
    height:50px; 
    padding: 7px;
    color: #fff;
    font-size: 30px;  
    background: #1e763e;
}
.mobMenu {
    background: #fff;
    max-width: 100%;
    animation: slideInLeft;
    animation-duration: 1s;
    height: 450px;
}
.mobMenu .modal-dialog {
    margin: 0;
    max-width: 100% !important;
}
.mobMenu .modal-content {
    background: none;
    border: none;
}
.mobMenu .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: none;
    padding: 0;
    width: auto;
    height: auto;
    z-index: 20;
    opacity: 1;
}
/*
.mobMenu .modal-content .nav-links {
    padding-top: 9rem;
}
*/
.mobMenu .modal-content .nav-links a {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #2b521d;
    font-weight: 500;
    padding: 12px;
	text-decoration:none;
}
.mobile-header .logo img{width:220px;margin-left: 0;}



#mob-menu{margin-top: 88px;}
.modal-backdrop.show {
    opacity: -0.5;
}

/*Scroll to top Button*/

#top-scrollbutton {
    display: flex;
    background-color: #fff;
    width: 50px;
    padding: 0;
    height: 50px;
    color:#000;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;    
}

#top-scrollbutton:hover {  cursor: pointer;  text-decoration:none;}
#top-scrollbutton:active {  background-color: #ffc000;}
#top-scrollbutton.show {  opacity: 1;  visibility: visible;}

/*Sticky sections*/

.stick{    position: sticky;top:0;padding-top: 4rem;padding-bottom: 4rem;height: 100vh;display: flex;flex-wrap: wrap;overflow: auto;    -ms-overflow-style: none;scrollbar-width: none;align-items: center;}

.stick h1{
    color: #eee;
    text-align: center;
    font-size: 50px;
    width: 100%;
}
.btn {
   background-image: linear-gradient(90deg, #1b743f 0%, #378940 100%);
    text-transform: capitalize;
    padding: 10px 50px;
    color: #fff ;
    display: inline-block;
    font-size:22px;
    font-weight: 600;   
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;  
    overflow: hidden;
    margin: 0;
    border: none;
}
.carousel-item img {    height: 550px;    object-fit: cover;}
.services{padding: 4rem 0; text-align: center;}
 .single-cat {
     height: 480px;
    background: #ffffff;
    border-radius: 6px;
    padding: 40px 22px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 1;
     border:1px solid #1b743f;
     margin-top: 30px;
}
.single-cat:hover {background-image: linear-gradient(90deg, #1b743f 0%, #378940 100%);color: #fff; }

.single-cat:hover h2{color: #fff;}

.service-area .single-cat.active::before {
    height: 100%;
}
a, a:hover {color:#ffc000; }
.single-cat  a:hover{color: #fff !important;}
.single-cat .cat-icon span {
    margin-bottom: 50px;
    width:100px;
    height: 100px;
    background:#1b743f;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 40px;
    color: #fff;
}
.cat-icon img{margin: 10px;}
.scholar{padding: 3rem 0;text-align: center;}
.scholar .nav{justify-content:space-around;}
.scholar .tab-content img{max-width: 100%;padding: 1rem;border-radius:2rem;}
.scholar .tab-content>.active {display: flex;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;}
.mobile-header .header-line a{ color: #fff;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link ,#top-scrollbutton{ color:#fff;border:#1e763e; background-image: linear-gradient(90deg, #1b743f 0%, #378940 100%); font-size: 20px;}
.nav-pills .nav-link{font-size: 20px;}
.nav-link {color: #1e763e; padding: .5rem 6rem; }
.nav-link:focus, .nav-link:hover, .btn:hover {    color: #ffc000;}
.btn a{color: #fff;}
.wantToWork-area {background: #f9f9f9;padding:2rem 0;}
.wantToWork-area h2{color: #fff;}
.wantToWork-area .white-btn{background-color:#fff !important;color: #1b743f !important; background-image: none;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: #fff !important;}
.section-bg {
    background-image:url(images/section_bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.w-padding2 {padding: 80px 50px;}
footer{background-color: #010a1f;padding: 3rem 0 0rem; color: #fff;font-size: 16px;}
footer h3{color: #fff;font-weight: 500;}
.footer-three .menu-items a{margin: 20px 0;}
.footer-three .menu-items a{display: flex;color: #fff;font-size: 16px;}
.footer-two ul{list-style: none;padding-left: 0}.footer-two a, .footer-bottom a{text-decoration: none; color: #fff;}
.footer-bottom{background-color:#000511;padding: 1rem 0; color: #fff;}
.footer-design{text-align: right;}
.footer h4{color: #fff !important;}
.stick::-webkit-scrollbar {    display: none;}

/* Hide scrollbar for IE, Edge and Firefox */

::selection{background-color:#1e763e; color: #fff; }
/*Scrollbar color*/

@media (min-width:991px){
    ::-webkit-scrollbar {
      width: 5px;
    }

    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }

    ::-webkit-scrollbar-thumb {
      background: #000 ; 
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #000 ; 
    }
    
}

.about-us {
    padding: 3rem 0 2rem;
}
.myulcheck {list-style: none; padding: 0;margin: 10px 0px;padding-right: 5px;padding-left: 20px;vertical-align: top;}
.myulcheck li {position: relative;list-style: none;padding: 5px 10px; color: #666; line-height: 26px;}
.myulcheck li:before {
    content: '';
    width: 20px;
    height: 9px;
    position: absolute;
    top: 13px;
    left: -20px;
    border: 2px solid #1e763e;
    border-top: none;
    border-right: none;
    background: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu {
    position: relative;
    height: 350px;   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:#0000006e;
}
.contacttitle {
    text-align: center;
    padding-top: 150px;
    text-transform: uppercase;
    color: white;
}
.contacttitle h1{font-weight: 600; color: #fff;}
.contacttitle a{color: #fff;}
/*Gallery*/
 .gallery{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
      height: 250px;
}
 .gallery img {
    width: 100%;
    object-fit: contain;
    transition: all 0.4s ease-out 0s;
}
 .overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 18px;
  padding: 20px;
  text-align: center;
     text-transform: uppercase;
}

.gallery:hover .overlay {  opacity: 1;} 
.gallery:hover img{  transform: scale(1.2); }
        
 @media (max-width:786px){
 .section-title { margin-bottom: 20px; }
 .about-us-area{  padding-top: 20px;  }
 .section-title > h2::before {
    left: -60px;
    top: 11px;
    width: 45px;
}
.section-title > h2::after {
    right: -60px;top:11px;   
    width: 45px;
}
        } 

/*contact-us*/

.light-bg{
   background-color: #24b3ed;
   padding: 60px;
   padding-top: 80px;
   padding-bottom: 50px;
} 

input {
    max-width: 100%;
    width: 100%;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}
textarea {
    max-width: 100%;
    width: 100%;
    margin: 5px;
    padding: 10px 100px 80px 15px;
    border-radius: 5px;
    border: none;
    resize: none;
}
.btn-know {
    background-color: #006f3b;
    color: white;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
    border: none;
    font-size: 20px;
    margin-left: 5px;
    text-decoration: none;
}
.contact-pg .contact h2 {
    font-size: 50px; 
    color: #fff;
    text-align: left;
}
.contact-address {
    padding: 2.2rem 1.5rem !important;
    background: #016f3b;
    border-right: 2px solid #ffffff0f;
    text-align: center;
    color: #eee;
}
.contact-address a{
    text-decoration: none;
    color: white;
}
.contact-address i{
    font-size: 50px;   
    margin-bottom: 1rem;
}
.contact-address h5:before, .contact-address h5:after {
    width: 30px;
    height: 2px;
    content: ' ';
    background: #eee;
    display: inline-block;
    margin-bottom: 4px;
    margin-right:8px;
    margin-left:8px;
}
.contact h5:before {
    content: ' ';
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin-bottom: 4px;
    margin-right: 10px;
    text-align: left;
}
.contact-address i:hover{
    color: #ffc000;
    transform: translateY(-5px);
}
.contact-us{ 
padding-top: 30px;
}
 .services .row, .mem-card .row{justify-content: center;}   
/*Donation*/
.donate-data{background-color: #f9f9f9;padding:2rem 0; }
.mem-list{padding: 0rem 3rem !important;}
.member-card {display: flex;width: 90%;padding: 10px 20px; margin: 10px;    box-shadow: 0 0 10px #cccccc96;border-radius: 5px;}
.member-img{width:30%;}
.member-content{width:70%;text-align: end;}
.member-img img{width:120px; border-radius: 50%;}
.member-img img:hover{transform: scale(1.2);}
    .abt-img {
    float: right;
    margin: 1rem 0 1rem 1rem;
    max-width: 100%;
    width: 500px;
}
    .abt-img-left {
    float: left;
    margin: 1rem 1rem 1rem 0;
    max-width: 100%;
    width: 500px;
}


@media (max-width:768px){
    .stick h1{ font-size: 25px;}
    .nav-link{padding: .5rem 1rem;}
    .footer-bottom, .footer-design{text-align: center;}
    .scholar .tab-content img {  max-width: 100%;padding: .75rem;border-radius: 30px;}
    header { padding-top: 0;  padding-bottom: 0; }
    .carousel-item img{height: auto;}
    .single-cat{margin-bottom: 30px; height: auto;}
    .services, .scholar{padding: 1rem 0;}
    .menu{height: 250px !important;}
    .contacttitle{padding-top: 90px !important;}
    .about-us {padding: 1rem 0;}
     .contact-address {border: none;border-bottom: 1px solid #ffffff0f;}
    .light-bg {padding: 20px;padding-top: 30px;padding-bottom: 50px;}
    .footer-one img{ width:300px !important;}
     .mem-list{padding: 1rem !important;}
    .abt-img, .abt-img-left {
    float: none;
    width: 100%;
    margin: 1rem 0;
}
}
@media screen and (max-width: 1179px) and (min-width:768px){
.footer-one img{width:230px !important;}
.header-line .logo img {width: 200px;}
.menu-items a {margin: 10px;font-size: 16px;}
.card .content{height: 180px !important;}
.card{height: 480px !important;} 
 .single-cat {height: 420px;}    
    .services .row, .mem-card .row{justify-content: center;}    
    
}
@media (max-width:1140px){
   
/*
.logo img {
    width: 250px;
    margin: 5px;
     margin-left: 30px; 
    }
*/

}






