@font-face {
font-family:'Source Sans Pro';
font-style: normal;
font-weight: normal;
src: url('fonts/SourceSansPro-Regular.ttf')format('truetype');
}
@font-face {
font-family:'Source Sans Pro Bold';
font-style: normal;
font-weight: normal;
src: url('fonts/SourceSansPro-Bold.ttf')format('truetype');
}
@font-face {
font-family:'Helvetica';
font-style: normal;
font-weight: normal;
src: url('fonts/Helvetica.ttf')format('truetype');
}
@font-face {
font-family: 'Helvetica Light';
font-style: normal;
font-weight: normal;
src: url('fonts/Helvetica-Light.ttf') format('truetype');
}
@font-face {
font-family: 'Helvetica Bold';
font-style: normal;
font-weight: normal;
src: url('fonts/Helvetica-Bold.ttf') format('truetype');
}
@font-face {
font-family: 'Helvetica Neue';
font-style: normal;
font-weight: normal;
src: url('fonts/HelveticaNeue.otf') format('truetype');
}
@font-face {
font-family: 'Helvetica Neue Light';
font-style: normal;
font-weight: normal;
src: url('fonts/HelveticaNeue-Light.otf') format('truetype');
}
@font-face {
font-family: 'Helvetica Neue Bold';
font-style: normal;
font-weight: normal;
src: url('fonts/HelveticaNeue-Bold.otf') format('truetype');
}
@font-face {
font-family: 'Helvetica Neue Medium';
font-style: normal;
font-weight: normal;
src: url('fonts/HelveticaNeue-Medium.otf') format('truetype');
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
   font-family:'Helvetica';
}
section {
    width: 100%;
    clear: both;
}
.gap20{
    width: 100%;
    height: 20px;
    clear: both;
}
a:hover, a:focus {
    text-decoration: none;
}
/*---language dropdown-------*/
#lang_sel li {
    width: 100px !important;
}
#lang_sel a:visited {
    line-height: 30px !important;
}
#lang_sel a {
    line-height: 30px !important;
}
#lang_sel ul ul {
    width: 100px !important;
    top: 32px !important;
    z-index: 1000 !important;
}
#lang_sel ul ul a {
    line-height: 1.5em !important;
}
.disp_ul {
height: 32px !important;
}
/*------Start header--------*/
.header {
  
    background-color: #fff;
    box-shadow: 0px 3px 3px #888888;
   /* position: fixed;*/
    z-index: 100;
    width: 100%;
}
.header_logo {
    padding-top: 10px;
}
.my_menu {
    float: right;
}
.my_menu ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.my_menu ul li{
    list-style: none;
    color: #0085dd;
}
.my_menu ul li:not(:last-child) a{
    text-decoration: none;
    font-size: 14px;
    line-height: 47px;
    margin:0px;
    border-bottom:10px solid transparent;
}
.my_menu ul li:not(:last-child):hover a {
    text-decoration: none;
    background-color: #ececec;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: -1px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000 !important;
    background-color: #ececec ;
    border-bottom:10px solid #aed584;
}
.navbar-default .navbar-nav>li:not(:last-child)>a:hover {
    color: #016d3b !important;
    background-color: #ececec;
   /* border-bottom:10px solid #016d3b;*/
}
.navbar-default .navbar-nav>li>.active {
    color: #016d3b;
    background-color: #ececec;
      border-bottom:10px solid #aed584;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{

    border-bottom:10px solid #aed584 !important;

}

/* end menu */
.donate_btn{
    background-color: #aed584;
    border: 1px solid transparent;
    display: inline-block;
    float: right;
    margin-top:10px;
    line-height: 0px !important;
    color: #fff !important;
    border-radius: 2px;
  }
  .donate_btn a{
    color:#fff !important;
    font-weight: bold;
  }

  /*-----------dropdown css--------*/
    ul.dropdown-menu li a{
      background-color: #fff!important;
      line-height: 28px !important;
      padding-top: 8px;
    }
     ul.dropdown-menu li a:hover{
      background-color: #016d3b!important;
      color: #fff;
    }
    .dropdown-menu>.active>a{
    color: #016D3B !important;
}
.dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
   color: #fff !important;
}
/*-----------*/
.rev_slider_wrapper {
  height: 75vh !important;
}
.slider-btn-hover a:hover{
    background-color: transparent !important;
    border: 2px solid #016d3b !important;
    color:#fff !important;
    transition:all ease 0.5s;
}
 /* .donate_btn:hover {
    background-color: transparent !important;
    border: 1px solid #016d3b;
    color:#016d3b !important;
  }*/
  .sec2
  {
    padding:93px 0px 110px;
  }

  .sec2 h1{
    color:#77807c;
    font-weight: bold;
    padding-bottom: 40px;
  }
  .sec3 h1{
    color:#77807c;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top:110px;
}
 .sec4 h1{
    color:#fefefe;
    font-weight: bold;
    padding-top: 160px;
    padding-bottom: 20px;
}
.sec4{
  position: relative;
  /*background: url(images/Layer-10.png);*/
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 705px;
}
  .sec4 img{
    width:100%;
    height:180px;
    margin-top: 10px;
    position: relative;
  }
.sec3{
     background-color: #f4f4f4;
     padding-top:91px;
    padding-bottom:110px;
}
 .sec3_img{
    width:220px;
    height:220px;
  }
  .angular .top-angle {
    top: -150px;
}
.sec5{
  padding:50px 0px 100px;
}
.list-inline>li {
    padding: 0px !important;
}
.topangle{
  position: absolute;
  width:100%;

}
.topangle::before {
    content: '';
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    top: -160px;
    height: 134px;
    transform: skewY(-4deg);
}
.topangle1{
  position: absolute;
  width:100%;

}
.topangle1::before {
    content: '';
    width: 100%;
    position: absolute;
    background-color: #fff;
   top: -120px;
    height: 137px;
    transform: skewY(-4deg);
}
.align_top:before{
    height: 200px;
}
 .top_l:before{   
  height: 132px;
  top:-66px;
  background-color: #f4f4f4;
  }
.foot_angle{
  position: absolute;
  width:100%;
}
.foot_angle::before {
    content: '';
    width: 100%;
    position: absolute;
     background-color: #3c4340;
      top: -112px;
    height: 150px;
    transform: skewY(-4deg);
}
.top_an:before{
    top: -67px;
    height: 137px;
  }
/*--------------tabs------------*/

ul#tabs {
 margin-top: 20px;
 padding:0px 10px;
}
ul#tabs li {
    display: inline-block;
    padding: 22px;
    width: 100%;
    margin-left: -15px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 5px;
}
ul#tabs li p{
  
  font-size: 18px;
  font-weight: bold;
  }
/*ul#tabs li i{
    padding:5px;
   
}*/
ul#tabs li:hover {
    color: #fff;
    background-color: #015d32;
}
ul#tabs li.active {
    color: #fff;
    background-color:#015d32;
    position: relative;
}
ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#tab li {
    display: none;
}
ul#tab li.active {
    display: block;
}
.border {
    border-bottom: 1px solid #d7d7d7;
}
.read-more{
    border:2px solid #016d3b; 
    padding:12px 18px;
    border-radius: 2px;
}
.read-more:hover{
    background: #016d3b;
    color: #fff;
    transition: all ease 0.5s;
}
.read-more:hover a{
  color: #fff;
}
.read-more a{
    color:#016d3b;
    font-weight: bold;
}
.read-more a:hover{
    text-decoration: none;

}
.sec_head{
     font-size: 24px;
     background-color: #016d3b;  
     color:#fff;
     font-weight: bold;
     padding:0px;
     margin: 0px 10px;
}
.sec_head1{
      background-color: #016d3b; 
      padding:15px;
}
.text{
    margin-left: 28px;
}
.heal{
    margin-top: 2px;
    color:#77807c;
}
.date{
    color:#999;
}
#tab p{
    color:#999;
    margin-bottom:30px;
}
/*.layer1{
   background: url(images/home4.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    height: 260px;
}
.layer2{
   background: url(images/home2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
      height: 260px;
}
.layer3{
   background: url(images/home3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    height: 260px;
}
.layer3:before ,.layer2:before ,.layer1:before {
  content: '';
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  left: 15px;
  background-image: linear-gradient(to bottom right, #000, #fff);
  opacity: .3;
}
.overlay {
    background: rgba(40, 121, 60, 0.6);
    opacity: 0;
    width:100%;
    position: relative;
    height: 100%;
    z-index: 0;
    top: 0px;
   
}
.box{
  position: absolute;

}
.overlay:hover{
    opacity: 1;
    cursor: pointer;  
    z-index: 999;
}
.over_text{
    position: relative;
    top: 120px;
    color: #fff;
    font-size: 15px;
    margin: 10px 15px;
    border: 1px solid #fff;
    padding: 10px 10px;
}

.icon_c{
  color:#fff;
  padding :0px 10px;
}*/
.image_1{
  position: relative;
      margin-top: 10px;
}
.image_text{
    position: absolute;
    margin-top: -81px;
    padding: 0px 23px;
    color: #fff;
    z-index: 999;
    font-size: 15px;
}

.layer_img{
  /*position: relative;*/
}
.layer_img:before{
  content: '';
  position: absolute;
  top: 0;
  z-index:100;
  right: 14px;
  bottom: 0;
  left: 15px;
  background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3));
}
.layer_img:hover::before{
    background: linear-gradient(to bottom,rgba(46,133,91,0.9),rgba(46,133,91,.9));
    cursor:pointer;
}
footer{
  background-color:#3c4340;
  color:#77807c;
  padding:40px 0px;
}
footer h4{
  font-size: 14px;
  font-weight: bold;
  padding-top:30px;
  padding-bottom: 10px;
}
footer ul{

  padding: 0px;
}
footer ul li{
  list-style: none;
   font-size: 13px;
}
.foot_ul li{
  border-bottom: 1px dashed #77807c;
  line-height: 30px;
}
ul#menu-footer-menu li a {
    color: #77807c;
}
ul#menu-footer-menu li a:hover {
    color: #016d3b;
}
footer ul li i{
color:#3c4340;
font-size:10px;
}

.copyrights{
  text-align:center;
  padding: 10px;"
}
.copyborder::after{
  content: '';
  border-top: 1px solid #77807c;
  width: 50%;
  display: block;
  margin: 10px auto;
}

/*------footer-icons---*/
.footer-icons{
    border-radius: 50%;
    border: 1px solid #778087;
    background-color: transparent;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px !important;
    margin-bottom: 15px;
}
.list_type{
    border-radius: 50%;
    border: 1px solid #778087;
    background-color: #77807c;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
}
.list_type a :hover{
  color:#000;
}
.tweet{
  color:#77807c;
  margin-right: 5px;
  padding:10px 0px 0px;
}
.face_icon{
  padding:3px;
}
.user{
  margin-left: 18px;
}
.list_text{
  font-style: italic;
}
.layer_1 {
    background: url(images/Layer-12.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    border-radius: 2px;
    width: 270px;
     height:220px;
}
.layer_2 {
    background: url(images/Layer-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    width: 270px;
    height:220px;
    border-radius: 2px;
}
.layer_3 {
    background: url(images/Layer-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    width: 270px;
    height:220px;
    border-radius: 2px;
}
.layer_4 {
    background: url(images/Layer-12.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    border-radius: 2px;
    width: 270px;
    height:220px;
}
.layer_5 {
    background: url(images/Layer-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
     border-radius: 2px;
    width: 270px;
     height:220px;
}
.layer_6 {
    background: url(images/Layer-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
     border-radius: 2px;
    width: 270px;
     height:220px;
}
.layer_7 {
    background: url(images/Layer-12.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top:10px;
     border-radius: 2px;
    height:220px;
    width: 270px;
}
.layer_8 {
    background: url(images/Layer-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 270px;
    margin-top:10px;
     border-radius: 2px;
    height:220px;
}
.view_btn{
     float: right;
    border: 1px solid #77807c;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 14px;
    margin-top: 27px;
    font-weight: bold;
    color: #77807c;
    width: 88px;
    text-align: center;

}
.view_btn:hover{
  color: #016d3b;
  border:1px solid #016d3b;
  transition:all ease 0.5s;
}
.view_btn1{
    float: right;
     font-weight: bold;
    border: 1px solid #fff;
     border-radius: 2px;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 183px;
    color: #fff;
    width: 88px;
    text-align: center;

}
.view_btn1:hover{
  color: #016d3b;
  border:1px solid #016d3b;
  transition:all ease 0.5s;
}
.brdr_gallery{
  border-bottom:1px solid #77807c; 
   padding-top:50px;
}
.brdr_btm{
  border-bottom:1px solid #77807c; 
  padding-top:43px;
}
.brdr_btm1{
  border-bottom:1px solid #77807c; 
  padding-top:205px;
}
.brdr_btm0{
  border-bottom:1px solid #77807c; 
  padding-top:153px;
}
.view_btn0{
    float: right;
    border-radius: 2px;
    border: 1px solid #77807c;
    padding: 5px 10px;
    font-size: 14px;
    margin-top: 135px;
     font-weight: bold;
    color: #77807c;
    width: 88px;
    text-align: center;

}
.view_btn0:hover{
  color: #016d3b;
  border:1px solid #016d3b;
  transition:all ease 0.5s;
}
.btn1 {
    background-color: transparent;
    border: 2px solid transparent;
     border-radius: 2px;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    }
.btn1:hover {
    color: #7e9c8f;
    border-bottom: 2px solid #016d3b;
    tion:all ease 0.5s;transi
}
.btn1:focus {
    color: #016d3b;
    outline: none;
    border-bottom: 2px solid #016d3b;
    transition:all ease 0.5s;
}
.btn1:active {
    color: #016d3b !important;
    outline: none;
    border-bottom: 2px solid transparent;
}
.bg-color {
    background-color: #f5f5f5;
}
.gallery{
  text-align: left !important;
  padding-bottom: 20px;
  color:#77807c;
  margin-left: 20px;
  font-size: 36px;
  font-weight: bold;
}
.btn_text{
  text-align: center;
  margin-bottom: 20px;
}
.grayscale{ 
 /* border: 1px solid black;*/
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}

.grayscale:hover { 
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.overlay1{
   background: rgba(40, 121, 60, 0.6);
    opacity: 1;
    width:100%;
    position: relative;
    height: 20%;
    z-index: 0;
    top: 176px;
    color:#fff;
    padding:10px;
    text-align: left !important;
}
.overlay1 a {
    color: #fff;
}
.main-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 1;
}
  .overlay0{
    opacity: 0;
    width:90%;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0px;
   
}

.box1:hover .overlay0{
    opacity: 1;
    cursor: pointer;  
    z-index: 999;
    position: absolute;
  }

  .read_text{
    background-color: #fff;
    padding:15px 25px;
    font-weight: bold;
    position: absolute;
    top: 70px;
    border-radius: 2px;
    left: 50px;
    font-size: 14px;
    color:#016d3b;
    text-align: center;
  }
  .bg_clr{
    background-color: #fff;
    padding: 15px 10px 8px;
    margin-top: -20px;
    height: 138px;

  }
  .bg_clr h4{
   color:#016d3b;
   font-weight: bold;
   padding-top: 10px;
     font-size: 15px;
  }
  .bg_clr p{
    color:#999;
    font-size: 13px;

  }
  /*.tp-rightarrow.preview1:after {
     font-family: FontAwesome;
    content: '\f104' !important;
    
}*/
.tp-leftarrow.tparrows.preview1:after{
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: FontAwesome !important;
    content: '\f104' !important;
    color: #fff;
    font-size: 30px;
    /*width: 123px;
    height: 100px;*/
    text-align: center;
    background: #fff;
    background: rgba(0,0,0,0.15);
    z-index: 2;
    -webkit-transition: background 0.3s,color 0.3s;
    -moz-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
}

.tp-rightarrow.tparrows.preview1:after{
     position: absolute;
    left: 0px;
    top: 0px;
    font-family: FontAwesome !important;
    content: '\f105' !important;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #fff;
    background: rgba(0,0,0,0.15);
    z-index: 2;
    -webkit-transition: background 0.3s,color 0.3s;
    -moz-transition: background 0.3s,color 0.3s;
    transition: background 0.3s,color 0.3s;
}
.sec6{
  /*background: url(images/Layer-11.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  min-height:600px;
  position: relative;
}

.overlay3{
   position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 1;
}
.sec6_text{
  text-align: center;
  color:#fff;
  padding:80px;
}
.sec6_text p{
    padding: 10px 100px;
}
.sec6_text h2{
padding-top: 85px;
font-weight: bold;
}
.donation{
      border: 2px solid #fff;
    border-radius: 2px;
    padding: 14px 20px;
    color: #fff;
}
.sec6_text h4{
  padding-bottom:40px;
}
.donation:hover{
  text-decoration: none;
  color:#fff;
}
.topbar{
    border-bottom: 1px solid #ececec;
    min-height: 33px;
    line-height: 30px;
}
.icons{
    float: right;
    font-size:15px;
    color:#999;
    padding:1px 15px;
 /*  border-left: 1px solid  #d7d7d7;*/
}
.domain{
  padding-right: 10px;
   color:#999;
}
.icon_f{
  padding-right: 5px;
}
.right_align{
  color:#999;
}
#search-contain li{
 list-style: none;
}
.prehead1 {
    border-left: 1px solid #d7d7d7;
    float: left;
}
.info{
  float: left;
}
.preheader_left {
    /*display: inline-flex;*/
    padding-right: 15px;
}
.preheader_left a {
    font-size: 14px;
    padding:0px 10px;
    color:#999;
}
.preheader_left a:hover{
   color:#332E2E;
}

.inner-preheader i{
  padding:0px 5px;
}
.disp_ul{
      display: inline-block;
      float: right;
}
.btn_drop{
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 15px;
}
.btn_drop:hover {
    background-color: transparent !important;
    border: 1px solid transparent;
    padding: 10px 15px;
}
.btn_drop:focus{
    background-color: transparent !important;
    border: 1px solid transparent;
    padding: 10px 15px;
}
.right_ang{
    padding: 2px 9px 4px 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    color: #015d32;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.overlay_txt{
    opacity: 0;
    width:100%;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0px;
  }
.layer_img:hover .overlay_txt{
   opacity: 1;
    cursor: pointer;  
    z-index: 999;
    position: absolute;
  }
.read_text1{
    padding: 10px 15px;
    font-weight: bold;
    position: absolute;
    top: 80px;
    border-radius: 2px;
    left: 25px;
    font-size: 14px;
    color:#fff;
    border: 1px solid #fff;
    text-align: center;
}
    .searchbox{
    position:relative;
    min-width:32px;
    width:0%;
    height:32px;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#fff;
    border:1px solid #ccc;
    width:100%;
    height:32px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:14px;
    /*color:#ccc;*/
}
.searchbox-input::-webkit-input-placeholder {
    color: #ccc;
}
.searchbox-input:-moz-placeholder {
    color: #ccc;
}
.searchbox-input::-moz-placeholder {
    color:#ccc;
}
.searchbox-input:-ms-input-placeholder {
    color: #ccc;
}

.searchbox-icon,
.searchbox-submit{
    width:32px;
    height:32px;
    display:block;
    position:absolute;
    top:0;
    font-size:15px;
    right:0;
    padding:0;
    margin:0px;
    border:0;
    outline:0;
    text-align:center;
    cursor:pointer;
    color:#ccc;;
    /* background:#172b3c; */
    background : #016d3b;
}
.searchbox-open{
    width:50%;
}
 .tp-caption a {
    color: #000;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}
/*--------------------Grad css--------------------*/
.latest-posts .latest-post:not(:last-child) {
  margin: 0 0 20px;
}

.latest-posts .latest-post-link {
  font-size: 0.875rem;
  color: #fff;
  display: block;
  position: relative;
}

.latest-posts .latest-post-link img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
}

.latest-posts .latest-post-link img + .fa {
  font-size: 18px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
}

.latest-posts .latest-post-link .latest-post-overlay {
  background: linear-gradient(to bottom, transparent 0%, transparent 38%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px;
  transition: background-color 300ms ease-out;
}

.latest-posts .latest-post-link .latest-post-inner {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}

.latest-posts .latest-post-link .latest-post-inner h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 10px;
}

.latest-posts .latest-post-link .latest-post-inner h6 {
  font-size: 12px;
  color: #cdcdcd;
  font-weight: 700;
  margin: 0;
}

.latest-posts .latest-post-link:hover .latest-post-overlay, .latest-posts .latest-post-link:active .latest-post-overlay {
  background: rgba(46,133,91,0.9);
}

.latest-posts .latest-post-link:hover .latest-post-inner h6, .latest-posts .latest-post-link:active .latest-post-inner h6 {
  color: #fff;
}

.latest-posts .latest-post-link:hover .btn-more, .latest-posts .latest-post-link:active .btn-more {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
.btn-more {
  font-size: 14px;
  line-height: 2;
  color: #fff;
  padding: 4px 22px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  margin-bottom: 10px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}
.news{
  max-width: 262px;
  height: 260px;
  /*margin:0px 20px 20px 0px;*/
  float: left;
}

/* ---------------- Pagination CSS --------------- */
.pagination {
    float: right;
    margin: 0px 0;
}
.pagination ul {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 5px;
}
.pagination ul>li {
    display: inline;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    border-left-width: 1px;
    border-radius: 5px 0 0 5px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    border-rigth-width: 1px;
    border-radius: 0 5px 5px 0;
}
.pagination ul>li>a, .pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
a.next {
    width: 62px !important;
    padding: 5px !important;
}
a.prev {
    width: 88px !important;
    padding: 5px !important;
}

/* ----------------------- Custom Taxonomy CSS ----------------------- */

.cat a{
  color: white;
  text-decoration: none;
  font-size: 25px;
}

span.cat {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 33%;
}







/*----------------------------------------------Media Queries------------------------------------------*/
@media(max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse,
    .navbar-toggle {
        display: block !important;
    }
    .navbar-header {
        float: none;
    }
    .navbar-nav li {
        float: none;
    }
    .my_menu {
        float:none;
        margin: 0 auto;
        text-align: center;
        width: 50%;
    }
    .navbar-nav li {
    float: none;
}
  .donate_btn{
     float: none;
     width: 50%;
    text-align: center;
    margin: 0 auto;
  }


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000 !important;
    background-color: transparent;
    border-bottom:none;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #016d3b !important;
    background-color: transparent;
    border-bottom:none;
}
.navbar-default .navbar-nav>li>.active {
     color: #016d3b;
     background-color: transparent;
    border-bottom:none;
}
/*.my_menu ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    margin:0px 4px;
    border-bottom:none;
}*/

.my_menu ul li:not(:last-child) a {
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    margin: 0px 4px;
     border-bottom: none; 
}
.layer_img:before {
  background: none;
  display: none;
}
.layer_img:hover:before {
  background: none;
  display: none;
}
.sec3 img{
  display: block;
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

  }

    @media (max-width: 1200px) {
    .nav li a {
        padding: 10px 8px;
    }
   .sec4{
    padding-bottom: 100px;
  }
  .read_text1 {
  
   top: 35px;
 }
    .image_text {
    position: absolute;
    margin-top: -100px;
}
.facebook_icon, .twitter_icon, .insta_icon, .google_icon {
   
    padding: 7px 11px !important;
   
}
  }
  @media(min-width: 991px) and (max-width: 1200px) {
     .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 8px;
    }
    .sec6_text h2 {
    padding-top: 20px;
}
}
@media (max-width: 768px){
.navbar-nav {
    float: left;
    margin: 0;
}
.sec4 h1 {
    padding-top: 94px;
    padding-bottom: 20px;
}
.brdr_btm1 {
  
    padding-top: 140px;
}
.view_btn1{
margin-top: 125px;
}
.sec3 h1,.sec2 h1  {
  font-size: 25px;
}
.sec6_text h2 {
    padding-top: 20px;
}
.sec6_text p {
     padding: 10px ; 
}
.topangle::before {
  top:-150px;
}
/*.topbar{
    display: none;
  }*/
  .view_btn0 ,.view_btn,.view_btn1{
    width:75px;
  }
  .society_ul ul{
    display: none;
}
}
@media (max-width:480px){
  .sec6_text {
    padding: 80px 0px;
}
.tp-caption span{
  font-size: 15px !important;
}
.left {
    position: relative !important;
}
.icons {
    float: left;
    padding: 1px 17px 1px 0px;
}
.searchbox {
    float: left;
    }
    .disp_ul {
    float: none !important;
    margin-left: 10px !important;
}
}
/*--------------------------Gallery--------------*/

.banner_bg{
  background: url(images/banner_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
 min-height: 150px; 
}
.banner_bg h1{
  color:#fff;
  padding:60px 0px;
}
#sec_gallery{
  padding-bottom: 130px;
}
/*--------------Society--------------------*/
.society2{
  padding:40px 0px 150px;
}
.society2 h3{
color:#016d3b;
font-weight: bold;
}
.society2 p{
  font-size: 14px;
  color:#999;
  padding:12px 0px;
}
.para_society{
   font-size: 16px !important;
   border-left:4px solid #016d3b;
   padding: 1px 30px !important;  
   margin-left: 30px;
}
.society_h4{
   color:#77807c !important;
   font-size: 20px !important;
   font-weight: bold;
}
.donation_btn{
    background-color: #016d3b;
    border: 2px solid transparent;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    padding:10px 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    margin:10px 0px 30px;
}
.donation_btn:hover{
    background-color: #fff;
    border: 2px solid #016d3b;
    color: #016d3b;
     text-decoration: none;
   transition: all 0.5s ease-in-out;
}
.society_ul h4{
  color:#77807c;
  font-weight: bold;
  font-size: 18px;
  padding-top:10px;
}
.society_ul ul{
  padding:0px;
}
.society_ul ul li{
  list-style: none;
  color:#999;
  padding: 12px 0px;
  font-size: 16px;
  border-bottom: 1px dashed #ccc;
}
.society_ul ul li:before{
  /*content:'\f105';*/
  font-family: FontAwesome;
  margin-right: 10px;
}
.btm_line ,.contact ,.brdr_bottom{
  border-bottom: 1px solid #ccc;
}
.contact h4{
  font-size: 18px;
  font-weight: bold;
  color: #77807c;
  padding-top:10px;
}
.contact input{
  padding:8px 10px;
  margin-bottom:10px;
  width:100%;
}
.contact input:focus{
    outline: none !important;
    border: 1px solid #016D3B !important;
}
.facebook_icon ,.twitter_icon , .insta_icon,.google_icon{
  border-radius: 50%;
  font-weight: bold;
  padding: 10px 14px !important ;
  margin-right:10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.facebook_icon{
 border: 1px solid #3b5998;
  background-color: #3b5998;
}
.facebook_icon a ,.twitter_icon a ,.insta_icon a ,.google_icon a{
  color: #fff;
}
.twitter_icon{
  border: 1px solid #00aced;
  background-color: #00aced;
}
.insta_icon{ 
  border: 1px solid #517fa4;
  background-color: #517fa4;
}
.google_icon{
   border: 1px solid #dd4b39;
  background-color: #dd4b39;
  
}
.find_sec{
    padding-bottom: 10px;
}
.prev{
  color:#77807c;
  float:left;
  font-size: 16px;
  padding:8px;
}
.prev i{
    margin-right: 5px;
}
.next i{
    margin-left: 5px;
}

.next{
  color:#77807c;
  float:right;
  font-size: 16px;
  padding:8px;
}


/* --------------------- Single Gallery -------------------------*/


/*----------single gallery------*/
.demo{
      margin-bottom: 65px;
}
.demo ul{
  list-style: none;
}
.gallerysingle{
    padding: 40px 0px 9px !important;
}
.gallerysingle h3{
margin-left: 38px;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
    border: 9px solid green;
    height: 135px !important;
    max-width: 175px !important;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 135px !important;
    max-width: 175px !important;
}

/*----------------------------------CONTENT--------------------------*/
.content_span{
  color:#016d3b;
  font-weight: bold;
}
.content_ul{
     padding: 0px 14px;
    line-height: 28px;
}
.content_ul li{
  color:#999;
  }
  .banner_text{
    color:#fff;
    float: right;
    font-size: 14px;
    padding: 84px 5px;
  }
  .banner_right{
    float: right;
  }
  .content_fa{
    padding-left: 10px;
    font-size: 15px;
}

/*---------------------Donation-----------------------------*/
.donate_ul{
  padding:10px 0px 30px;

}

.donate_ul li{
  list-style: none;
  line-height: 30px;
  font-size: 18px;
  color:#77807c;
  font-weight: bold;
}
.donate_ul li i{
padding-right: 15px;
}
.donate_head{
   color:#016d3b;
   font-weight: bold;
}
.donate_ul2{
  padding:0px 10px;
  color:#999;
  line-height: 30px;
}
.donate_h4{
  color:#77807c !important;
  font-weight: bold;
  padding:20px 0px;
}
/*----------------------contact-------------*/
.form-group{
  margin-bottom: 0px;
}
.common-cont{
  background-color: #fff;
  border: 1px solid #ececec;
  color:#fff;
  padding: 10px;
  width: 274px;
}
.common-cont:focus, .common-cont:hover{
   background-color: #77807c;
}
.active.common-cont {
    background-color: #77807c;
}
.active.common-cont h2 {
    color: #fff;
}
.active.common-cont p {
    color: #fff;
}
.active.common-cont i {
    color: #fff;
    border: 1px solid #fff;
}
.tab-pane h2{
      text-align: center;
      margin-top: 0px;
}
.common-cont:hover i{
  color: #fff;
  border: 1px solid  #fff;
}
.common-cont:hover p {
  color: #fff;
}
.common-cont:hover h2{
  color: #fff;
}
.common-cont i{
    font-size: 18px;
    color:  #77807c;
    width: 36px;
    height: 36px;
    border: 1px solid  #77807c;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    margin: 10px;
}

.common-cont p {
  color: #77807c;
  font-size: 14px;
  word-wrap: break-word;
}
.common-cont p{
  padding-left: 10px;
  line-height: 25px;
  color: #77807c;
}
.common-cont h2{
  font-size: 24px;
  color: #77807c;
  font-family: 'Helvetica Bold';
  text-align: center;
}
.contact-map{
  padding-bottom: 200px;
}
.form-style{
    border-radius: 4px;
    width: 390px;
    height: 50px;
}
textarea#inputMessage{
  height: 100px !important;
}
.form-style:focus {
    outline: none !important;
    border-color: #016D3B !important;
    box-shadow: inset 0 1px 1px rgba(1,109,59,.075), 0 0 8px rgba(1,109,59, .6) !important;
}
label.col-sm-3.form-control-label {
    color: #77807c;
    font-size: 13px;
    font-family: 'Helvetica Bold';
    text-align: right;
    line-height: 44px;
}
.contact-btn{
    height: 50px;
    width: 391px;
    background: #016d3b;
    border:2px solid #016d3b;
    color: #fff;
    margin-top: 10px;
}
.contact-btn:hover{
  color: #016d3b;
  background: #fff;
  border:2px solid #016d3b;
  transition: all 0.5s ease-in-out;
}
iframe{
  width: 100% !important;
  height: 350px !important;
}
/*---------------ICS_v1_gallery_singlealbum----------*/
.lSSlideWrapper {
    height: 750px;
  }
.galleryalbum{
  padding: 40px 0px 240px;
  }
  .image-group {
    width: 248px;
    height: 201px;
}

.image-border{
  padding: 6px;
  border: 1px solid #ececec;
  border-radius: 3px;
  margin-bottom: 32px;
}
.image-border:hover .image-group-overlay{
  display: block;
}
.image-group-overlay{
    display: none;
   position: absolute;
    background-color: rgba(1, 109, 59, 0.8);
    width: 85%;
    height: 81.5%;
    top: 3%;
    border-radius: 3px;
    left: 7.4%;
    z-index: 1;
    opacity: 1;
}
.image-group-overlay i.fa.fa-search-plus{
  font-size: 36px;
  color:#fff;
  position: absolute;
  top: 36%;
  left: 42%;
  cursor: pointer;
}

/*------------news & activity-------------*/
.fa-clock-o:before {
    margin-right: 8px;
}
h3.news{
  color:#77807c;
}
.paddingtop {
  padding-top: 60px;
}
.margintop{
   margin-top: 40px;
}
.news-activity i.fa.fa-clock-o{
color: #999;
font-size: 14px;
padding-bottom: 20px;
}
.bg-light{
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 3px;
}
.bg-light p{
  font-size:16px;
  color:#8d9591 ;
}
/*----------------projects------------*/
.project-img{
  width:409px;
  height:199px;
}
.project-description{
  background-color: #77807c;
  width:409px;
  min-height:225px;
  padding: 20px;
}
.project-description h3{
  font-size: 24px;
  font-family: 'Helvetica Bold';
  color: #fff;
  margin: 0px;
}
.project-description p{
  font-size: 14px;
  color: #fff;
  font-family:'Source Sans Pro';
}
span.detail {
    width: 119px;
    height: 40px;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 18px;
}
span.detail:hover{
  background-color: #fff !important;
  color: #016D3B !important;
  transition:all ease 0.5s;
}
span.detail a{
  color: #fff;
  font-weight: bold;
}
span.detail:hover a{
text-decoration: none;
color: #016D3B !important;
}
/*---pagination---*/
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    text-align: center;
    /* padding: 6px 12px; */
    line-height: 1.628571;
    text-decoration: none;
    color: #aaaaaa;
    background-color: #fff;
    border: 1px solid #ececec;
    margin-left: 9px;
}
.pagination>li>a:active, .pagination>li>a:focus{
    color: #72d8a9;
    background-color: #fff;
    border: 1px solid #72d8a9;
}

/*-----------single projects-----------*/
.single-project p{
 font-family:'Source Sans Pro Bold';
 font-size: 14px;
}
.single-project1 h4{
  font-size: 18px;
  font-family: 'Source Sans Pro Bold';
  color: #77807c;
  margin-top: 40px;
}
/*-------------society------------*/
.society h3{
  margin-top: 0px;
}
/*----------single gallery------*/
.gallerysingle {
    margin-bottom: 0px !important;
    padding: 0px 90px;
}
div#bx-pager img {
    width: 156px;
    height: 120px;
}
div#bx-pager{
  margin: 14px 0px;
}
.bx-wrapper img {
    margin: 0px auto;
}
a.active img {
    border: 9px solid #016d3b;
}
/*-----search css-----------*/
.search-result h3{
  text-align: center;
}
ul.search-result{
  margin-bottom: 36px;
}
ul.search-result li{
  font-size: 18px;
}
/*------------media queries------------*/
@media (max-width: 1200px) {
  .image-group {
    width: auto;
  }
  div#bx-pager {
    margin: 14px 17px;
}
.bx-wrapper .bx-prev {
    left: 3% !important;
}
.bx-wrapper .bx-next {
    right: 3.5% !important;
}
  .project-img {
    width: 331px;
    height: 160px;
}
.project-description {
    width: 331px;
    height: 215px;
}
.form-style{
  width: 361px;
}
.contact-btn{
  width: 361px;
}
.common-cont {
    width: 232px;
}
}
@media (max-width: 992px) {
  .tp-caption{
    margin-left: 100px !important;
  }
  .common-cont {
    width: 284px;
    margin: 9px auto;
}
  div#bx-pager {
    margin: 14px 4px;
}
.bx-wrapper .bx-controls-direction a {
    top: 88% !important;
    }
    .bx-wrapper .bx-prev {
    left: 1% !important;
}
.bx-wrapper .bx-next {
    right: 2.5% !important;
}
  .project-img {
    width: 253px;
    height: 123px;
}
.project-description {
    width: 253px;
    height: 254px;
}
}
@media (max-width: 768px) {
  .banner_bg h1 {
    padding: 22px 0px;
}
.banner_text {
     padding: 0px 5px; 
}
  /*.banner-text1{
    position: absolute !important;
    top: 38% !important; 
  }*/
  .tp-caption{
    margin-left: 60px !important;
    word-wrap:break-word !important;
  }
  .left{
  position: absolute;
}
 .bx-wrapper .bx-controls-direction a {
    top: 85% !important;
}
.image-group{
  padding: 14% !important;
  margin-left: 224px;
    width: 248px;
    height: 201px;
}
.image-group-overlay {
    width: 33%;
    height: 82%;
    top: 3%;
    left: 32.9%;
}
.image-border {
    border: none;
}

.project-description {
    margin: 0px auto;
    }
    .project-img {
     margin: 0px auto;
}

@media (max-width: 992px) {
.common-cont {
    margin: 17px auto;
}
.form{
  margin-top: 50px;
}

}
@media (max-width: 557px) {
.common-cont {
    margin: 17px auto;
}
.contact-btn {
    width: 90%;
}
.form{
  margin-top: 50px;
}

.form-style {
    width: 336px;
    }
    label.col-sm-3.form-control-label {
    line-height: 22px;
}
.image-group {
    padding: 20% !important;
    margin-left: 110px;
}
.image-group-overlay {
    width: 47%;
    height: 94%;
    top: 3%;
    left: 23.9%;
}
}
@media (max-width: 480px) {
  .tp-caption{
    margin-left: 20px !important;
  }
  .contact-btn {
    width: 87%;
}
  .bx-wrapper .bx-controls-direction a {
    top: 74% !important;
}
.bx-wrapper .bx-prev {
    left: 3% !important;
}
.bx-wrapper .bx-next {
    right: 5.5% !important;
}
div#bx-pager img {
   width: 111px;
    height: 74px;
  }
.form-style {
    width: 276px;
}
.image-group {
    padding: 24% !important;
    margin-left: 77px;
}
.image-group-overlay {
    width: 55%;
    height: 82%;
    top: 3%;
    left: 20.9%;
}

h4.society_h4 {
    margin-top: 40px;
}
}
@media (max-width: 375px) {

.form-style {
    width: 236px;
}
.contact-btn {
    width: 98%;
}
}
@media (max-width: 360px) {
  .contact-btn {
    width: 91%;
}
  div#bx-pager img {
    width: 83px;
    height: 49px;
}
.bx-wrapper .bx-controls-direction a {
    top: 65% !important;
}
.form-style {
    width: 209px;
}
label.col-sm-3.form-control-label {
    line-height: 15px;
}
.image-group {
    padding: 39% !important;
    margin-left: 0px;
}
.image-group-overlay {
    width: 73%;
    height: 86%;
    top: 1%;
    left: 5.9%;
}
}
@media (max-width: 320px) {
 .preheader_left a {
     padding: 0px 0px !important; 
}
  .gallery {
     margin-left: 0px; 
    font-size: 34px;
}
.sec6 {
    min-height: 665px;
}
.preheader_left.pull-left{
    width: 100% !important;
    padding:0px !important;
  }
  .contact-btn {
    width: 100%;
}
.image-group {
    padding: 39% !important;
    margin-left: 0px;
}
.image-group-overlay {
    width: 82%;
    height: 82%;
    top: 3%;
    display: block;
    left: 6.9%;
}
}

#lang_sel_list{
 padding:0px !important;   
}

/**/
