/*
Theme Name: Resources Himalaya
Theme URI: http://www.spicatechnos.com/
Author: The Spica Technos Team
Author URI: http://www.spicatechnos.com/
Description: The theme developed as per requirements
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Himalaya Resources , NGO Theme
*/

@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,700,900');
body {
    font-family: 'Heebo', sans-serif;
    color: #000;
    font-size: 16px;
    user-select: none; 
     -moz-user-select: none; 
     -ms-user-select: none; 
     -webkit-user-select: none;
     letter-spacing: 0.02em;
}

body,
html {
    height: 100%;
    width: 100%;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

a:focus {
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
}
/*scrollToTop */
.scrollToTop {
    background: #68b20d none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 35px;
    z-index: 10;
}
/*animation css*/
/* ---------------- For sticky header: class="float-panel"  ------------------*/

.float-panel {
    width: 100%;
    z-index: 300;
    transform: translateZ(0);
    transition: all 0.5s;
    /* Effect for switching from .fixed to static */
}



/* when class="float-panel fixed" */

.navbar-default.fixed {
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
    animation: slide-down 0.7s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}
@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}


/* ---------------- For Animation on Scroll ---------------- */

.slideanim {
    visibility: hidden;
    visibility: visible\5;
    /*For old IE browsers IE6-8 */
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}

.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



/*top-bar*/
.top-bar {
    background-color: #68b20d;

}
.tp-contact {
    text-align: right;
}
.tp-contact ul {
    margin-bottom: 0;
}
.tp-contact li {
   display: inline-block; 
}
.tp-contact li:not(:last-child) {
    border-right: 1px solid #88d713;
    margin-right: 20px;
    padding: 7px 20px 7px 0;
    box-shadow: 1px 0px 0px 0px #119309;
}
.tp-contact li a, 
.tp-contact li span {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}
/*navbar css*/
.navbar-default {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    animation: slide-up 0.7s;
}
.navbar-default .navbar-brand {
    height: auto;
}
.navbar-default .navbar-nav > li {
    padding: 16px 15px;
}
.navbar-default .navbar-nav > li:last-child {
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    padding: 15px 0;
    text-transform: capitalize;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #68b20d;
}


.navbar-default .navbar-nav > li.active > a:before,
.navbar-default .navbar-nav > li.active > a:after,
.navbar-default .navbar-nav > li > a::before, 
.navbar-default .navbar-nav > li > a::after {
    content: "";
    position: absolute;
    transition: transform 0.3s ease 0s;
    background: #68b20d none repeat scroll 0 0;
    height: 1px;
    left: 0;
    width: 0;
}


.navbar-default .navbar-nav > li > a::after,
.navbar-default .navbar-nav > li.active > a:after {
    top: 5px;
    transform: translateX(100%);
}
.navbar-default .navbar-nav > li > a::before,
.navbar-default .navbar-nav > li.active > a:before {
    bottom: 5px;
    transform: translateX(-100%);
}
.navbar-default .navbar-nav > li > a {
    overflow: hidden;
}
.navbar-default .navbar-nav > li.active > a:before,
.navbar-default .navbar-nav > li.active > a:after,
.navbar-default .navbar-nav > li > a:hover::before, 
.navbar-default .navbar-nav > li > a:hover::after {
    transform: translateX(0px);
    width: 100%;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #000;
}

.dropdown-menu > li > a {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    color: #000;
    display: block;
    padding: 7px 20px;
    text-transform: capitalize;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    padding: 0;
    min-width: 180px;
}

/*banner section*/


/*==========================
        SLIDER SECTION
==========================*/
.slider-area{
    position: relative;
}
.theme-default .nivo-directionNav a {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    width: 40px
}
.theme-default .nivo-directionNav a.nivo-prevNav:before,
.theme-default .nivo-directionNav a.nivo-nextNav:before {
    font-size: 20px;
    color: #fff;
    font-family: "FontAwesome";

}
.theme-default .nivo-directionNav a.nivo-prevNav:before{
    content: "\f104";
}
.theme-default .nivo-directionNav a.nivo-nextNav:before {
    content: "\f105";
}
.nivo-caption {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 15%;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: 720px;
    min-height: 214px;
    opacity: 1;
    padding: 25px;
    right: 0;
    text-align: center;
    width: 100%;
}

.theme-default .nivo-caption a {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: inline-block !important;
    padding: 10px 35px;
    text-transform: capitalize;
}
/*who we are section*/

.who-we-are,
.recent-activities,
.gallery,
.up-comming {
    padding-bottom: 50px;
}
.himalaya-title {
    text-align: center;
    margin: 50px 0;
}
.himalaya-title > h2 {
    border-bottom: 1px solid #68b20d;
    color: #454545;
    display: inline-block;
    font-weight: 900;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.himalaya-title > h2::before {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #68b20d;
    border-radius: 50%;
    bottom: -10px;
    content: "";
    height: 18px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 18px;
}

.readmore > a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    text-transform: capitalize;
}
.who-we-content {
    border: 1px solid green;
    margin-left: -50px;
    min-height: 575px;
    padding: 30px 30px 30px 50px;
}
.who-we-are p {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 25px;
}

.who-we-image {
    position: relative;
    top: -45px;
    z-index: 1;
}
.who-we-are .himalaya-title {
    margin-bottom: 90px;
}
/*recent-activities*/
.recent-activities {
    background-size: cover !important;
}


#recent-activities .item .activity-content-box {
    background: #fff none repeat scroll 0 0;
    padding: 15px 15px 0 15px;
}

#recent-activities .item {
    margin-bottom: 30px;
}
.activity-content-box p {
    color: #666;
    font-size: 13px;
    letter-spacing: 0.02em;
}

.box-line {
    background-color: #68b20d;
    height: 3px;
    margin: 0 -15px;
}

.activity-link {
    border-bottom: 3px solid #68b20d;
    margin: 15px -15px 0 -15px;
    text-align: right;
}

.activity-link a {
    background-color: #68b20d;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
}

#recent-activities .item .activity-content-box h4 {
    color: #454545;
    font-weight: 400;
    margin-top: 15px;
}
.activity-date {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    padding: 4px 6px;
    position: absolute;
    text-align: center;
    z-index: 1;
}
.activity-date::before {
    border-color: #f91c1c transparent transparent;
    border-style: solid;
    border-width: 75px 75px 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
}

.recent-activities .himalaya-title h2 {
    color: #fff;
}

#recent-activities .owl-nav .owl-next,
#recent-activities .owl-nav .owl-prev,
#upcoming-activities .owl-nav .owl-next,
#upcoming-activities .owl-nav .owl-prev {
    -moz-user-select: none;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -60px;
    width: 30px;
}

#recent-activities .owl-nav .owl-prev {
    right: 33px;
}

.readmore-green a {
    background: #68b20d none repeat scroll 0 0;
}
/*gallery*/
.gallery-items {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.gallery-items a.lightbox {
    position: relative;
    display: block;
}

.gallery-items a.lightbox::before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.56;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: center bottom 0;
    transition: transform 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.gallery-items a.lightbox:hover::before {
    transform: scaleY(1);
}
.gallery-items a.lightbox::after {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    content: "+";
    font-size: 28px;
    height: 37px;
    left: 50%;
    line-height: 35px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale(0);
    text-align: center;
    width: 37px;
    z-index: 1;
}
.gallery-items a.lightbox:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s ease-in-out 0s;
}

.gallery-title {
    bottom: -1px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.gallery-title a {
    background-color: #68b20d;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px;
    text-transform: capitalize;
    transform: scaleY(0);
    transform-origin: center bottom 0;
    transition: transform 0.3s ease 0s;
}

.gallery-items:hover .gallery-title a {
     transform: scaleY(1);
}
/*.isotopeContainer2 {
    margin: 0 -10px;
}*/
 .isotopeContainer2 [class*=col] {
    padding: 0 10px;
}



.gallery .readmore {
    margin-top: 30px;
}

/*upcoming-activities*/
#upcoming-activities .owl-nav .disabled {
    opacity: 0;
}


#upcoming-activities .activity-link {
    margin: 15px 0;
    text-align: left;
}

#upcoming-activities .owl-nav .owl-next, 
#upcoming-activities .owl-nav .owl-prev {
    background-color: #454545;
    border: 1px solid #454545;
    color: #fff;
    top: 50%;
}

#upcoming-activities .owl-nav .owl-prev{
    left: 0;
}
#upcoming-activities .owl-nav .owl-next {
    right: 0;
}


#upcoming-activities .activity-date::before {
    border-color: #80c52c transparent transparent;
    border-width: 120px 120px 0 0;
}
#upcoming-activities .activity-date {
    font-size: 20px;
    padding: 10px;
}
.activity-date > span {
    display: block;
}

#upcoming-activities .item-image {
    position: relative;
}

/*email-subscribe*/

.email-subscribe {
    padding: 60px 0;
}

.email-subscribe .container {
    max-width: 380px;
}
.email-subscribe .container h2 {
    color: #333;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.email-subscribe .container span {
    color: #666;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.email-subscribe .container {
    margin: 0 auto;
    max-width: 360px;
}

.email-subscribe .container .form-control {
    border: 1px solid #68b20d;
    height: 58px;
}
.email-subscribe .container .input-group {
    width: calc(100% - 70px);
}

.email-subscribe .container .input-group-btn:last-child > .btn {
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    height: 58px;
    width: 70px;
}

.es_button .es_submit_button{
/*    display: none;*/
}

.es_button .es_submit_button:before{
    content: "\f1d8";
    font-family: fontAwesome;
    font-size: 26px;
    background: #fff; 
}



/*footer section*/

.tp-footer {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 200px;
}

.ft-title h3 {
    color: #fff;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
}

.ft-menu a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
}
.ft-menu a:hover {
    color: #999;
}
.ft-title h3::before {
    background: #68b20d none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    position: absolute;
    width: 50%;
}

.join-now > p {
    color: #fff;
    font-weight: 300;
    line-height: 1.67;
}

.join-now .btn-success {
    background-color: #68b20d;
    border-color: #5a9a0a;
    border-radius: 0;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.join-now .btn-success:hover {
    background-color: #fff;
    border-color: #fff;
    color: #68b20d;
}

.ft-title {
    margin-top: 30px;
}
.copy-right {
    background: #000;
    text-align: center;
    padding: 20px 0;
}
.copy-right p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.copy-right p a {
    color: #68b20d;
}

/*.modal-backdrop.in {
    background-color: #68b20d !important;
    opacity: 1 !important;
}*/

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: none;
}

.modal-dialog {
    max-width: 400px;
    width: 100%;
}
.modal-title {
    color: #545454;
    font-weight: 400;
    line-height: 1.42857;
    margin: 0;
}

.modal-body .form-control {
    border-radius: 2px;
    box-shadow: none;
    height: 40px;
}

.modal-body .btn-default {
    background-color: #000;
    border: medium none;
    border-radius: 0;
    color: #fff;
    padding: 9px 30px;
    text-transform: uppercase;
}

.modal-body .btn-default:hover {
    background-color: #68b20d;
}
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #68b20d;
    border-radius:0;
}
.red-tooltip + .tooltip > .tooltip-arrow {
    border-top-color:#68b20d; 
}

.social-media li {
    display: inline-block;
}
.social-media li:not(:last-child) {
    margin-right: 8px;
}
.social-media li a {
    border: 2px solid #68b20d;
    border-radius: 50%;
    color: #68b20d;
    display: block;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.social-media {
    margin-top: 10px;
}

/*contact page*/
.map iframe {
    width: 100%;
}

.contact-banner img {
    width: 100%;
}

.contact-form-section {
  background: -webkit-linear-gradient(left, #76b030 , #0f6953); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #76b030, #0f6953); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #76b030, #0f6953); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right,#76b030 , #0f6953); /* Standard syntax */
  padding: 60px 0;
}

.contact-form {
    margin: 0 auto;
    max-width: 400px;
}

.contact-form input.form-control, 
.contact-form .btn-default {
    background-color: #05542e;
    border: medium none;
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    height: 50px;
    width: 100%;
}
.contact-form .form-control {
    color: #fff;
    padding-left: 50px;
}

.message .fa {
    top: 16px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-group .fa {
    color: #fff;
    left: 20px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}
.message .fa {
    top: 16px;
}

.contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance:textfield;
}
input[type='number'] {
    -moz-appearance:textfield;
}

.contact-form textarea.form-control {
    background-color: #05542e;
    border: none;
    border-bottom: 1px solid #05542e;
    /*border-radius: 0;*/
    box-shadow: none;
    height: 120px;
    resize: none;
}

.contact-form .btn-default  {
    text-transform: uppercase;
}
.contact-form.slideanim.slide h3,
.contact-info h3 {
    color: #fff;
    margin-top: 0;
    text-transform: capitalize;
}
.contact-form.slideanim.slide p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-details a,
.contact-details span {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}
.contact-details li {
    margin-bottom: 15px;
}

.contact-info .social-media li a {
    border: 1px solid #fff;
    color: #fff;
}

.social-media li a {
    position: relative;
}


.social-media li a .icon {
    position: relative;
    z-index: 2;
}
.social-media li a .circle {
    /*background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;*/
    border-radius: 100%;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
/*.social-media li a .circle::after {
    border-radius: 100%;
    content: "";
    height: 45px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 45px;
}
.social-media li a .circle span {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 50%;
}
.social-media li a .circle span em {
    background: #fff none repeat scroll 0 0;
    border-radius: 999px;
    height: 100%;
    position: absolute;
    transition: transform 0.25s linear 0s;
    width: 100%;
}
.social-media li a .circle span:first-child {
    left: 0;
}
.social-media li a .circle span:first-child em {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    left: 100%;
    transform-origin: 0 50% 0;
}
.social-media li a .circle span:last-child {
    left: 50%;
}
.social-media li a .circle span:last-child em {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    transform-origin: 100% 50% 0;
    transition-delay: 0.25s;
}
.social-media li a:hover .circle span:first-child em {
    transform: rotate(-180deg);
    transition: transform 0.5s ease-out 0.25s;
}
.social-media li a:hover .circle span:last-child em {
    transform: rotate(-180deg);
    transition: transform 0.25s linear 0s;
}*/

/*event page*/
.event-blog-image {
    float: left;
    max-width: 300px;
    position: relative;
    width: 100%;
}

.event-blog-image img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.event-blog-detail {
    background-color: #fff;
    float: left;
    padding: 20px;
    width: calc(100% - 300px);
}

.event-listing {
    background-color: #f5f5f5;
    padding: 50px 0;
}
.event-blog-detail a {
    color: #212121;
    font-weight: 400;
    text-transform: capitalize;
}

.event-blog-detail h3 {
    margin-top: 0;
}

.event-blog-detail > p {
    color: #000;
    font-weight: 300;
}

/*.event-blog {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    padding: 2px;
}*/

.event-blog {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.view-event {
    border-bottom: 2px solid #68b20d;
    text-align: right;
}

.event-blog-detail .view-event > a {
    background: #68b20d;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    padding: 7px 25px;
}

.sidebar-items {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 8px;
}

.sidebar-items h3 {
    border-bottom: 1px solid #eee;
    color: #212121;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 7px;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.sidebar-items ul {
    margin-bottom: 0;
}
.sidebar-items li:not(:last-child) {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;

}

.left-side {
    float: left;
    height: 50px;
    width: 50px;
}

.left-side img {
    height: 50px;
    object-fit: cover;
    width: 50px;
}
.right-side {
    float: left;
    padding-left: 10px;
    width: calc(100% - 50px);
}

.right-side a {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 1.5;
}

/*about us css*/
.about-banner {
    min-height: 400px;
    padding: 60px 0;
    position: relative;
    z-index: 10;
}
.about-banner:before {
    content: "";
    background: linear-gradient(to right top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -webkit-linear-gradient(to right top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -o-linear-gradient(to right top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -moz-linear-gradient(to right top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -ms-linear-gradient(to right top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    bottom: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.about-banner::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.about-us-info {
    position: relative;
    z-index: 10;
}

.about-us-info > h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: capitalize;
}

.about-us-info > p {
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.click-on-scroll {
    background-color: #2ecc71;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 15px;
    padding: 10px 30px;
    text-transform: capitalize;
}
.click-on-scroll:hover {
   color: #34495e; 
   transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
}

/*what-we-do*/
.what-we-do {
    background-color: #f1f1f1;
    min-height: 400px;
    padding: 60px 0;
    position: relative;
    z-index: 10;
}

.what-we-do .about-us-info h2,
.what-we-do .about-us-info p {
    color: #424242;
}


/*.what-we-do::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}*/

/*.what-we-do:before {
   content: "";
    background: linear-gradient(to left top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -webkit-linear-gradient(to left top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -o-linear-gradient(to left top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -moz-linear-gradient(to left top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    background: -ms-linear-gradient(to left top, rgba(39,174,96,0.5), rgba(39,174,96,0.8) 50%, transparent 50%, transparent);
    bottom: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}*/

.mission-vision {
    background: #fafafa none repeat scroll 0 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 45px 0;
}

.mission-vision-section {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    padding: 20px;
    text-align: center;
}

.mission-vision-section h3 {
    color: #424242;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 20px 0;
    text-transform: capitalize;
}

.mission-vision-section span.fa {
    background: rgba(39, 174, 96, 1) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 40px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    position: relative;
    vertical-align: middle;
    width: 100px;
    z-index: 1
}

.mission-vision-section p {
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.6;
}


.mission-vision-section span:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

 .mission-vision-section span {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.mission-vision-section span:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.mission-vision-section:hover span {
    background: rgba(0, 0, 0, 0.03);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.mission-vision-section:hover span:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 174, 96, 1), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 174, 96, 1), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 174, 96, 1), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 174, 96, 1), 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 174, 96, 1), 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px rgba(39, 174, 96, 1), 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}


.mission-vision-section:hover span {
    color: rgba(39, 174, 96, 1); 
}


@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
    transform: translateY(0px);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-15px);
}
}


.click-on-scroll i {
    animation: 2s ease 0s normal none infinite running bounce;
    font-size: 24px;
    position: relative;
    right: -14px;
}

/*team section css*/
.team-members {
    background-color: #f1f1f1;
    padding-bottom: 45px;
}

.team-members .himalaya-title {
    margin-bottom: 20px;
}

.team-section {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    position:relative;
    transition: all 0.4s ease-in-out;
}

.team-section-overlay{
    position:absolute;
    width: 100%;
    top:0;
    right:0;
    left:0;
    bottom:0;
    border: 1px solid rgba(39, 174, 96, 1);
    background-color: rgba(255, 255, 255,1.9);
    overflow-y: hidden;
    max-height: 100%; 

    -webkit-transition-property: all;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -moz-transition-property: all;
    -moz-transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -ms-transition-property: all;
    -ms-transition-duration: .5s;
    -ms-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);


}

.team-section-overlay.closed{
    max-height: 0;
}

.team-section-overlay button{
    margin-right:10px;
    margin-top:10px;
}

.team-section-overlay span{
    color:#000;
}

.team-section-overlay p{
    margin-top: 40px;
    padding:15px;
    color:#000;

}

.team-inner-sec {
    padding: 15px;
    text-align: center;
}
.desination h3 {
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: capitalize;
}

.desination h3 span {
    color: #666;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
/*.team-desc p {
    color: #424242;
    font-size: 14px;
    font-weight: 300;
}*/
.team-members .row {
    text-align: center;
}
@media (min-width: 1024px) {
    .team-members .row div[class*="col"] {
        display: inline-block;
        float: none;
        margin-right: -5px;
    }  
}

.team-icon ul {
    margin-bottom: 0;
}
.team-icons li {
    display: inline-block;
}

.team-icons li a {
    box-shadow: 0 0 5px rgba(39, 174, 96, 0.1);
    color: #757575;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.team-icons li a:hover {
    box-shadow: 0 0 5px rgba(39, 174, 96, 0.5);
    color: rgba(39, 174, 96, 1);
}

.wrapper {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  background: #fff;
  transform: translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease-in-out;
}
.wrapper.selected .upper-pic .details {
  transform: translateY(0);
}
.wrapper.selected .upper-pic .more-details {
  visibility: visible;
  opacity: 1;
  transform: translateY(-20px);
  transition-delay: 400ms;
}

.upper-pic {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  /*background: linear-gradient(to top, #333, transparent), url("https://static.pexels.com/photos/6403/people-woman-girl-technology-large.jpg");*/
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.3s ease-in-out;
}
.upper-pic .details {
  font-size: 25px;
  margin: 0 auto;
  transform: translateY(120px);
  transition: all 0.4s ease-in-out;
}
.upper-pic .details .username {
  font-size: 16px;
}
.upper-pic .more-details {
    visibility: hidden;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s cubic-bezier(0.42, 0, 0, 1.79);
    transition-delay: 0ms;
}
.upper-pic .more-details .bio {
  font-size: 16px;
  padding: 10px;
}

.plus-button .btn {
    margin: -20px auto 15px;
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 30px;
    transform: scale(1.5);
    align-items: center;
    justify-content: center;
    color: #eee;
    background: linear-gradient(to top, rgba(39, 174, 96, 1), rgba(39, 174, 96, 0.9));
    border-radius: 50%;
    box-shadow: 0 0 5px #444;
    transition: all 0.4s ease-in-out;
}
.plus-button .btn:hover {
  cursor: pointer;
  transform: scale(1.4);
}

.stats {
  display: flex;
  justify-content: space-around;
  color: #777;
  padding: 10px 20px 20px;
}
.stats .text {
  color: #aaa;
}
.stats .count {
  font-size: 25px;
  font-weight: 700;
} 

.profile-info p {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.bio p {
    max-height: 190px;
    overflow-y: scroll;
}

/*event single*/
.blog-single-banner {
    height: 50vh;
    overflow: hidden;
    position: relative;
}

.blog-single-banner img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 70%;
    width: 100%;
}

.blog-single-banner.inner-banner::before {
    background: rgba(0, 0, 0, 0.4) linear-gradient(to right bottom, rgba(41, 128, 185, 0.8), rgba(0, 174, 96, 0.4) 50%, transparent 100%, transparent);
    background: rgba(0, 0, 0, 0.4) -webkit-linear-gradientlinear-gradient(to right bottom, rgba(41, 128, 185, 0.8), rgba(0, 174, 96, 0.4) 50%, transparent 100%, transparent);
    background: rgba(0, 0, 0, 0.4) -o-linear-gradientlinear-gradient(to right bottom, rgba(41, 128, 185, 0.8), rgba(0, 174, 96, 0.4) 50%, transparent 100%, transparent);
    background: rgba(0, 0, 0, 0.4) -moz-linear-gradientlinear-gradient(to right bottom, rgba(41, 128, 185, 0.8), rgba(0, 174, 96, 0.4) 50%, transparent 100%, transparent);
    background: rgba(0, 0, 0, 0.4) -ms-linear-gradientlinear-gradient(to right bottom, rgba(41, 128, 185, 0.8), rgba(0, 174, 96, 0.4) 50%, transparent 100%, transparent);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog-caption {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 5%;
}

.blog-caption h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 800;
    letter-spacing: 0.05em;
    font-size: 5vw;
}
.posted-by li {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 15px;
    color: #fff;
    font-weight: 300;
}
.posted-by li:last-child {
    border-right: none;
}
.posted-by li span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
}
/*
.single-event-blog-image {
    height: 300px;
    overflow: hidden;
}
*/
.single-event-blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single-event-blog-detail {
    padding: 30px;
}

.single-event-blog-detail h2 {
    color: #454545;
    font-size: 36px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: capitalize;
}

.single-event-blog-detail blockquote {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    color: #424242;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 20px;
    outline: 1px dashed #ccc;
    outline-offset: -5px;
    padding: 20px;
}

.single-event-blog-detail p {
    color: #454545;
    font-size: 15px;
    margin-bottom: 20px;
}

.share-post li {
    display: inline-block;
    margin-right: 14px;
    vertical-align: middle;
}

.share-post li a {
    color: #000;
}
#related-gallery .owl-nav {
    text-align: center;
}
#related-gallery .owl-nav div {
    background: #424242;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    width: 30px;
}
/*opportunities*/

.job-details {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.job-detail-box {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 30px;
}
.job-detail-box .position {
    color: #212121;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.job-detail-box div {
    margin-bottom: 10px;
}

.post-duration li:not(:last-child) {
    margin-bottom: 10px;
 
}

.job-description li {
    color: #424242;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}

.job-description h3 {
    color: #212121;
    font-size: 20px;
    text-transform: capitalize;
}

.job-description {
    border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}

.job-description li {
    color: #424242;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.job-description li::before {
    background-color: #424242;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    transform: rotate(-46deg);
    width: 8px;
}

.apply-now .btn-default {
    background-color: #68b20d;
    border: medium none;
    border-radius: 0;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
}

.apply-now .btn-default:hover,
.apply-now .btn-default:focus {
    background-color: #212121;
    color: #fff;
    transition: all 0.3s ease-in-out;
}



.file {
  visibility: hidden;
  position: absolute;
}

.browse.btn.btn-primary.input-lg {
    background-color: #68b20d;
    border: none;
    height: 40px;
}

/*gallery single page*/
.gallery.gallery-page {
    background: #f5f5f5;
}
.list-inline.filter {
    margin-bottom: 30px;
    margin-left: 0;
    text-align: center;
}

.list-inline > li {
    padding: 0 15px;
}

.list-inline li a {
    color: #454545;
    font-weight: 500;
    text-transform: capitalize;
}
.list-inline li a:hover,
.list-inline li.active a {
    color: #68b20d;
}

/*about su added css*/
.specific-objectives {
    text-align: left;
}

.specific-objectives > ul {
    padding-left: 20px;
    text-align: left;
}

.specific-objectives li {
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    list-style-type: disc;
    margin-bottom: 10px;
}

.specific-objectives > h4 {
    color: #707070;
    font-weight: 400;
}
/*.specific-objectives {
    display: none;
}*/

.mission-vision-section {
    min-height: 400px;

}

.mission-vision-section #view-more {
    background-color: rgba(39, 174, 96, 1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: capitalize;
     
}

.team-inner-sec #view-more{
	background-color: rgba(39, 174, 96, 1);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    text-transform: capitalize;
    margin-bottom: 15px;
    
}

.desination p {
    max-height: 60px;
    overflow: hidden;
}

.about-banner-text {
    padding: 50px 0;
}

.inner-about-text p {
    color: #666;
    font-weight: 300;
    margin-bottom: 25px;
}

.inner-about-text > p:last-child {
    margin-bottom: 0;
}

.navbar-toggle {
    margin-top: 22px;
}
/*publications page css*/

.filter-section .row div:first-child {
    display: inline-block;
    width: auto;
}

.filter-section .form-control {
    border-radius: 2px;
    box-shadow: none;
}

.filter-section .btn.btn-success {
    border-radius: 2px;
    min-width: 100px;
    text-transform: capitalize;
}

.sidebar-items li a {
    color: #666;
    display: block;
    font-size: 13px;
    line-height: 1.5;
    position: relative;
}

.sotr-results h3 {
    color: #454545;
    margin-top: 0;
    text-transform: capitalize;
}
.sotr-results a {
    border-bottom: 1px solid #999;
    color: #666;
    display: inline-block;
}

.sidebar-items li a::before {
    content: "\f178";
    font-family: fontawesome;
    margin-right: 5px;
}

.sotr-results {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    padding: 30px;
}

.sotr-results li:not(:last-child) {
    margin-bottom: 20px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #68b20d;
}

/*date 2017/7/26  for email subscribe*/
#es_txt_button_pg{
    background-color: #000 ;
    margin-left: 0 !important;
    border-radius: 0 4px 4px 0;
}

#es_txt_button_pg .fa-send:before, .fa-paper-plane:before {
    color: #fff !important;
}

@media (max-width: 480px) {
	.tp-contact li:not(:last-child) {
		border-right: medium none;
		box-shadow: none;
		margin-right: 0;
	}
	.tp-contact li:nth-child(1),
	.tp-contact li:nth-child(3) {
		display: none;
	}
	.theme-default .nivo-caption {
		display:none !important;
	}
	.col-xs-6 {
	    width: 100%;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav > li {
	    padding: 0 15px;
	}
	.event-blog-detail {
		width: 100%;
	}
}

.team-members1 {
    background-color: #f7f7f7;
    padding-bottom: 45px;
}

.team-members p, .team-members1 p {
    font-size: 14px;
}

