
* {
  margin: 0;
  padding: 0; }

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  color: #222325;
font-family: "Montserrat", sans-serif; 
  margin: 0;
  font-weight: 700; }
h3 a{
  color: #333333;
}
p {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; }

a,
a:hover,
a:focus {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

ol li,
ul li {
  list-style: outside none none;
  list-style-type: none; }
.container{
  max-width: 1400px;
}
/*=======[ Default Style ]========*/
.heading-title{
  margin-bottom: 50px;
}
.heading-title .title {
color: #222325;
position: relative;
padding-bottom: 30px;
margin-bottom: 25px;
font-size: 40px;
  font-weight: 700;
}
.heading-title .title:before{
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: #418c43;
  bottom: 0;
}
.heading-title .title.left:before{
  left: 0;
  transform: none;
}
.heading-title p {
    width: 70%;
    line-height: 26px;
    margin: 0px auto;
    font-size: 18px;

}

.btn{
    border-radius: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 17px;
    font-size: 16px;
    background: #418c43;
    color: #ffffff;
}
.btn:hover {
    color: #ffffff; 
    background: #1e1768;
}




/*=========== {  Pagination Style} ===========*/
.pagination_blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%; 
}
.pagination_blog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.pagination_blog ul li {
    margin: 0 7px;
    height: 43px;
    width: 43px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #6a7a83;
    cursor: pointer; 
}
.pagination_blog ul li a {
    color: #38455d;
    font-size: 18px;
    font-weight: 500; 
}
.pagination_blog ul li a i:before {
    color: #6a7a83;
    font-size: 14px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.pagination_blog ul li.current {
    border: 1px solid #0074c8; 
    background: #0074c8;
}
.pagination_blog ul li.current a {
    color: #ffffff; 
}






/*---------- Header Style-------*/
header {
    position: relative;
    min-height: 600px;
    background-size: cover !important;
    background: url("../images/banner.jpg") no-repeat;
}
header .navbar {
    background: #ffffff;
    min-height: 120px;
    padding: 0 40px;
    z-index: 1;

}
header .navbar .navbar-brand{
  position: relative;
  margin-right: 75px;
}
header .navbar .navbar-brand:before{
    position: absolute;
    content: "";
    right: -60px;
    top: 50%;
    height: 50px;
    background: #949ba3;
    transform: translateY(-50%);
    width: 1px;
}
header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0px 15px;
    color: #62646a;
    font-weight: 600;
    font-size: 16px;
}
header .intro-wrapper{
    position: relative;
    padding-left: 60px;
}
header .intro-text {
margin-top: 150px;
    padding-right: 0;
    border-left: 15px solid #418c43;
    padding: 20px 0 20px 30px;
}
header .intro-text h1 {
    font-size: 70px;
    color: #ffffff;
    line-height: 70px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif; 
}
header .intro-text h1 span{
    font-weight: 700;
}
header .intro-text p {
    margin: 35px 0 0px;
    line-height: 30px; 
    font-size: 18px;
    color: #ffffff;
}
header .intro-text .header-btn {
    margin-right: 10px; }
header .header-img {
    position: absolute;
    right: -140px;
    top: 60px;
    width: 650px;
}
header .header-img img {
    width: 100%; 
}
header .sign_up {
    margin-left: 15px;
}
header .sign_up a{
    background: #418c43;
    padding: 0px 15px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    border-radius: 0px;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease-in-out
}
header .sign_up a:hover{
    background: #1e1768;
}








#pillars {
  background: #1e1768;
  padding: 50px 40px;
}


#pillars .nav-btn {
margin: 0px;
border-right: 1px solid #8e8e90;
padding: 0px;
width: 320px;
float: left;
display: block;
    border-bottom: none;
}
#pillars .nav-btn h3{
    color: #ffffff;
    padding-bottom: 20px;
}
#pillars .nav-btn .nav-item .nav-link {
border: none;
border-radius: 0;
height: 35px;
width: auto;
line-height: 35px;
padding: 0;
text-align: center;
font-size: 18px;
color: #ffffff;
font-weight: 600;
display: inline-block;

 }
#pillars .nav-btn .nav-item .nav-link.active {
color: #418c43;
background: transparent;
padding-left: 15px;
position: relative;
 }

#pillars .nav-btn .nav-item .nav-link.active:before{
position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    height: 5px;
    background: #418c43;
    transform: translateY(-50%);
    width: 10px;
}

#pillars  .tab-content {
    background: transparent;
    border: none;
    padding: 40px 0 40px 60px;
}
#pillars  .tab-content p{
  font-size: 18px;
  color: #ffffff;
  line-height: 32px;
}
#pillars  .tab-content .btn:hover{
  color: #1e1768;
  background: #ffffff;
}












/*---------- Services Section Style-------*/
.services {
     padding: 50px 0;
     background: #ffffff;
}
 .services .singel-services {
     background: #ffffff;
     text-align: center;
}
 .services .singel-services:hover .img-wrapper img {
     transform: rotate(0deg) scale(1.2);
}
 .services .singel-services .img-wrapper {
     overflow: hidden;
     height: 400px;
}
 .services .singel-services .img-wrapper img {
     border-radius: 5px;
     width: 100%;
     height: 100%;
     transform: rotate(4deg)  scale(1.1);
     transition: all 0.3s ease-in-out;
}
 .services .singel-services .services-title {
         padding: 25px 0 0px;
}
 .services .singel-services .services-title h3 {
margin-bottom: 20px;
padding: 0px 15px;
} 
.services .singel-services .services-title h3 a {
font-weight: 600;
    font-size: 30px;
    color: #333333;
    line-height: 41px;
    text-decoration: none;
}
.services .singel-services .services-title h3 a:hover{
         color: #3f77fa;

}

 .services .singel-services .services-title p {
     margin-bottom: 20px;
}
 .services .singel-services .services-title p span {
     color: #384a5e;
     font-weight: 600;
}


 .services .singel-services .services-title .blog-btn {
     color: #418c43;
     font-weight: 600;
     position: relative;
     padding-right: 30px;
     text-decoration: none;
     font-size: 18px;
}
 .services .singel-services:hover .services-title .blog-btn {
     color: #3f77fa;
}





/*---------- Abut  Us Style-------*/
.management{
    padding: 60px 0;
    background: linear-gradient(110deg, #1e1768 0%, #05182d 100%);
}
.management .heading-title {
    margin: 0;
}
.management  .title {
    padding-right: 50px;
    color: #ffffff;
}
.management .title:before {
    background: #418c43;
}
.management .heading-title p{
  color: #ffffff;
}
.management .about_banner{
    padding-right: 20px;
    position: relative;
}
.management .about_banner img{
    width: 100%;
}
.management .heading-title p{
    margin: 0;
    padding-bottom: 40px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}
.management  .btn:hover{
    background: #ffffff;
    color: #1e1768;
}






/*---------- Abut  Us Style-------*/
.become_volunteer{
        padding: 80px 70px;
    background: #f1f1f1;
}
.become_volunteer .heading-title p{
    width: 50% ;
        margin: 0px auto ;

}
.become_volunteer .heading-title.form_wrapper {
    margin: 0;    
    background: #1e1768;
    padding:80px 10% 80px 50px;
}
.become_volunteer .form_wrapper.form_wrapper .title {
    padding-right: 50px;
    color: #ffffff;
    font-size: 30px;
}
.become_volunteer .form_wrapper .title:before {
    background: #418d44;
}
.become_volunteer .heading-title.form_wrapper p{
  color: #ffffff;
}
.become_volunteer .volunteer_banner{
    padding-left: 0px;
        overflow: hidden;
}

.become_volunteer .heading-title.form_wrapper p{
    margin: 0;
    padding-bottom: 25px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}

.become_volunteer form{
  display: flex;
  padding-right: 10%
  ;
}
.become_volunteer input{
  background: #ffffff;
  border: 1px solid #7d7689;
  color: #666666;
  height: 38px;
  padding: 0px 15px;
  font-size: 16px;
  border-radius: 0;
}
.become_volunteer input::placeholder {
  color: #666666;
}
.become_volunteer input:focus{
  background: #ffffff;
  box-shadow: none;
  border: 1px solid #418d44;
}
.become_volunteer button {
  padding: 0px 15px;
  height: 38px;
  line-height: 38px;
  background: #418d44;
  font-size: 16px;
  color: black
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: none;
  color: #ffffff;
  cursor: pointer;
  margin-left: 15px;
}
.become_volunteer button:hover {
  color: #ffffff;
  background: #418d44;
}







/*========== Footer Style CSS ==========*/
footer {
  background: #05182d;
  padding: 90px 0 0;
  background-size: cover;
}
footer .subscribe_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
footer .subscribe_wrapper h4{
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
footer .subscribe_wrapper form{
  display: flex;
}
footer .subscribe_wrapper input{
  background: #505e6c;
  border: 1px solid #505e6c;
  color: #fff;
  height: 38px;
  padding: 0px 0 0 15px;
  font-size: 14px;
  border-radius: 0;
  width: 215px;
}
footer .subscribe_wrapper input::placeholder {
  color: #fff;
}
footer .subscribe_wrapper input:focus{
  background: #505e6c;
  box-shadow: none;
  color: #ffffff;
  border: 1px solid #505e6c;
}
footer .subscribe_wrapper button {
  padding: 0px 15px;
  height: 38px;
  line-height: 38px;
  background: #418d44;
  font-size: 16px;
  color: black
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  border: none;
  color: #ffffff;
  cursor: pointer;
}
footer .subscribe_wrapper button:hover {
  background: #1e1768;
}




footer a:hover {
  color: #1e1768;
}
footer img.f_logo {
  margin-bottom: 20px;
  max-width: 150px;
}
footer ul li {
  padding-bottom: 15px;
  color: #ffffff;
}
footer ul li a {
  padding-bottom: 15px;
  color: #ffffff;
}
footer ul.footer_main_nav li:first-child a{
    padding-left: 0;
}
footer .footer-title ul li i {
  padding-right: 10px;
  color: #fff;
}




footer .footer-bottom {
    padding: 22px 0px 50px;
    border-top: 1px solid #324153;
}
footer .copy_links{
  display: flex;
}
footer .footer-bottom p {
  color: #fff;
  margin: 0;
  font-size: 15px;
  line-height: 15px;
  padding-right: 60px;
}
footer .footer-bottom ul li {
  padding-bottom: 0px;
  font-size: 15px;
}
footer .footer-bottom ul li a {
    padding: 0 15px 0 0;
    line-height: 15px;
}
footer .footer-bottom ul li:first-child {
  padding-left: 25px;
  border-left: 1px solid #ffffff;
}

footer .social_media {
    display: flex;
        float: right;
}
footer .social_media ul{

}
footer .icon-bottom {
  float: right;
  margin: 0;
}
footer .icon-bottom li {
  margin-right: 0px;
}
footer .footer-bottom .social_media ul li:first-child {
    padding-left: 15px;
    border:none;
}
footer .footer-bottom h5{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
footer .footer-bottom  li i {
  color: #fff;
  font-size: 20px;
}











/*=======[ Blog Post Style ]========*/
.blog_wrapper {
    padding: 100px 0;
}
.blog_wrapper .single_blog {
    margin-bottom: 40px; 
    padding-bottom: 40px;
    border-bottom: 1px solid #d7d7d7;
    margin-right: 50px;
}
.blog_wrapper .single_blog:last-child {
    margin-bottom: 0; 
    border-bottom: none;
    margin-bottom: 0;
}
.blog_wrapper .single_blog:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.blog_wrapper .single_blog:hover .blog_banner img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); 
}
.blog_wrapper .single_blog h3:hover a {
    color: #007bff; 
}
.blog_wrapper .single_blog .blog_banner {
    overflow: hidden; 
    margin-bottom: 30px;
}
.blog_wrapper .single_blog .blog_banner img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.blog_wrapper .single_blog .post_date p {
    color: #64728c;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px;
    line-height: 15px; 
}
.blog_wrapper .single_blog h3 {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px; 
    margin-bottom: 15px;
}
.blog_wrapper .single_blog .post_date {
    margin-bottom: 20px;
}
.blog_wrapper .single_blog h3 a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #38455d; 
}
.blog_wrapper .single_blog p {
    margin: 20px 0 0px; 
}
.blog_wrapper .single_blog .post_by {
    padding-bottom: 40px; 
}
.blog_wrapper .single_blog img{
    width: 100%; 
}

.blog_wrapper .blog_wrapper_right {
    padding-left: 15px; 
}
.blog_wrapper .blog_wrapper_right .blog-right-items .items-title .title {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 0px;
    color: #38455d;
}
.blog_wrapper .blog_wrapper_right .blog-right-items .widget_single {
    margin-bottom: 55px; 
}
.blog_wrapper .blog_wrapper_right .blog-right-items .widget_single:last-child {
    margin-bottom: 0; 
}
.blog_wrapper .blog_wrapper_right .blog-right-items .archives .items-title {
    margin-bottom: 20px; 
}
.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li:last-child{
  border-bottom: none;
}
.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li {
    padding: 8px 0;
    border-bottom: 1px solid #d7d7d7; 
}
.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-right: 30px;
    color: #38455d; 
}
.blog_wrapper .blog_wrapper_right .blog-right-items .archives .archives-items ul li a:hover {
    color: #007bff; 
}


.blog_wrapper .single_blog .read_more{
    margin-top: 30px;
    border-radius: 50px;
    padding: 0 45px;
    height: 38px;
    line-height: 37px;
}












/*---------- Resourse Style-------*/
.resources {
  padding: 90px 0 60px;
  position: relative;
  z-index: 1;
}
.resources .about_bottom {
  margin-top: 60px;
}
.resources .about_bottom .resources_single {
  padding: 50px 30px;
  box-shadow: 0px 0 60px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.resources .about_bottom .resources_single:before {
  position: absolute;
  content: "";
  background: #418c43;
  height: 4px;
  width: 0%;
  bottom: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.resources .about_bottom .resources_single:hover:before {
  visibility: visible;
  width: 100%;
}
.resources .about_bottom .resources_single i {
  font-size: 40px;
  color: #418c43;
  z-index: 1;
  margin-bottom: 25px;
  line-height: 50px;
  display: inherit;
}
.resources .about_bottom .resources_single h5 {
  color: #313e5b;
  margin: 0;
  line-height: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}
.resources .about_bottom .resources_single p {
  line-height: 30px;
}
.resources .about_bottom .btn{
  text-transform: uppercase;
font-weight: 700;
font-size: 15px;
height: 56px;
line-height: 56px;
padding: 0 35px;
margin-top: 30px;
}













/*------------------  Event Style -----------------*/
.events{
  padding: 100px 0;
}
.events .singel_event{

  box-shadow: 0px 0 60px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.events .singel_event .event_banner{

}
.events .singel_event .event_banner img{
  width: 100%;
}
.events .singel_event .event_content{
    display: flex;
    justify-content: space-between;
}
.events .singel_event .event_content .event_title{
  padding: 15px 0 15px 30px;
}
.events .singel_event .event_content ul{
    display: flex;
}
.events .singel_event .event_content ul li{
    position: relative;
    padding-right: 30px;
}
.events .singel_event .event_content ul li:before{
    position: absolute;
    content: "";
    right: 15px;
    transform: translateY(-50%);
    width: 6px;
    height: 1px;
    background: #418c43;
    top: 50%;
}
.events .singel_event .event_content ul li:last-child:before{
  display: none;
}
.events .singel_event .event_content h3{
  padding-top: 8px;
}
.events .singel_event .event_content a.event_btn {
    height: 100%;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #333;
    border-left: 1px solid #d7d7d7;
    transition: all 0.3s ease-in-out;
}
.events .singel_event:hover .event_content a.event_btn{
  color: #418c43;
}

    















