﻿
/* This css file is to over write bootstarp css
---------------------------------------------------------------------- */

/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
* 1 - Google Font
* 2 - General styles
*   2.1 - Buttons
*   2.2 - Carousel Settings
*   2.3 - Sections Common Styles
*   2.4 - Parallax Backgrounds
* 3 - Header Section 
*   3.1 - Header Top
*   3.1 - Main Menu
* 4 - Top Banner Section
* 5 - About Section
* 6 - About Bottom Section
* 7 - Donate Section
* 8 - Volunteer Section
* 9 - Featured Section
* 10 - Helps Section 
* 11 - Stories Section
* 12 - News Section 
* 13 - Gallery Section  
* 14 - Events Section
* 15 - Partners Section
* 16 - Blog Section
* 17 - Testimonial Section
* 18 - Contact section
* 19 - Google Map section
* 20 - Subscribe Section 
* 21 - Action Section
* 22 - Blog Page Styles
*    22.1 - Pagination
* 23 - Single Post
* 24 - 404 Error page
* 25 - Coming Soon Page
* 26 - Sidebar Widgets
* 27 - Footer
* 28 - Scroll To Top
* 29 - Scroll To Top

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/
/* 1 - Google Font
------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* 1 - Google Font End 
------------------------------------------------------------------------*/


/* 2 - General styles
---------------------------------------------------------------------- */

html,
body {
    background: #ffffff;
    font-family: 'Montserrat', 'Open Sans', 'Lobster', 'Roboto' sans-serif;
    font-size: 16px;
    overflow-x: hidden;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    text-rendering: optimizeLegibility !important;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
a {
    text-decoration: none !important;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
a:hover {
    color: #2cba77 !important;
} 
a:focus {
    text-decoration: none !important;
    outline: none;
    outline-offset: 0;
}
p {
    color: #666666;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    margin: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    display: inline-block;
}
img {
    max-width: 100%;
    height: auto;
}

iframe,
audio {
    width: 100%;
    height: auto;
    border: none;
}
input,
textarea {
    width: 100%;
}
.form-control:focus,
input:focus,
textarea:focus,
button:focus {
    border: 1px solid #2cba77;
    box-shadow: none;
    outline: 0 !important;
}
select,
select option {
    border: none;
    outline: 0;
}
*:focus {
 outline: 0;
}
.main-content {
    padding-bottom: 30px;
    padding-top: 30px;
}
.main-content .col-md-9 {
    padding-right: 45px;
}
.page-title {
    font-family: 'Open Sans';
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
}
.page-description {
    color: #999999;
    font-weight: 600;
    padding: 10px 15% 0px 15%;
    text-transform: uppercase;
}

/* 2.1 ---------- Buttons -----------*/
.btn-container {
    clear: both;
}
.btn {
    background: #2cba77;
    border: none !important;
    border-radius: 2px;
    color: #ffffff !important;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 800;
    overflow: hidden;
    /*padding: 12px 25px;*/
    position: relative;
    text-transform: uppercase;
    z-index: 1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn:hover {
    color: #ffffff !important;
	background:#6cc5e9;
}

.btn-lg {
    width: 225px;
    height: 70px;
    padding: 26px 25px;
}
.btn-lg:after {
    top: -34px;
    right: -24px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}
.btn-lg:hover:before {
    top: 34px;
    opacity: 1;
}
.btn-lg:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-md {
    width: 190px;
    height: 60px;
    padding: 20px;
}
.btn-md:after {
    top: -28px;
    right: -24px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}
.btn-md:hover:before {
    top: 31px;
}
.btn-md:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-sm {
    width: 160px;
    height: 55px;
    padding: 16px;
}
.btn-sm:after {
    top: -25px;
    right: -22px;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.btn-sm:hover:before {
    right: -5px;
    top: 27px !important;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.btn-sm:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-xs {
    width: 140px;
    height: 40px;
    padding: 9px 0;
}
.btn-xs:after {
    top: -17px;
    right: -22px;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.btn-xs:hover:before {
    top: 34px;
}
.btn-xs:hover:after {
    top: -110px !important;
    opacity: 0;
}
.btn-xsm {
    font-size: 12px;
    font-weight: 700;
    width: 120px;
    height: 30px;
    padding: 6px 0;
}
.btn-xsm:after {
    top: -17px;
    right: -20px;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.btn-xsm:hover:before {
    top: 21px;
}
.btn-xsm:hover:after {
    top: -110px !important;
    opacity: 0;
}

/* 2.2 -------- Carousel Settings ---------*/
.carousel-control.left,
.carousel-control.right {
    background: none;
    opacity: 1;
}

/* 2.3 ------ Sections Common Styles -------*/
.section-padding {
    padding: 30px 0px 30px 0px;
}
.page .section-padding {
    padding: 200px 0 30px;
}
.home .section-padding {
    padding: 30px 0;
}
.section-top {
    overflow: auto;
    padding-bottom: 15px;
    position: relative;
}
.section-border {
    border-left: 1px solid #2AB573;
    border-right: 1px solid #2AB573;
    height: 9px;
    width: 128px;
    margin: 0 auto;
    position: relative;
}

.border-style {
    border-left: 1px solid #2AB573;
    border-right: 1px solid #2AB573;
    width: 124px;
    height: 100%;
    margin: 0 auto;
}

.section-border:before,
.section-border:after,
.section-border span:before,
.section-border span:after {
    content: '';
    position: absolute;
    width: 46.5%;
    height: 1px;
    background: #2AB573;
    top: 50%;
}

.section-borderWhite {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 9px;
    width: 128px;
    margin: 0 auto;
    position: relative;
}

.border-styleWhite {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 124px;
    height: 100%;
    margin: 0 auto;
}

.section-borderWhite:before,
.section-borderWhite:after,
.section-borderWhite span:before,
.section-borderWhite span:after {
    content: '';
    position: absolute;
    width: 46.5%;
    height: 1px;
    background: #fff;
    top: 50%;
}

.section-borderWhite:before,
.section-borderWhite:after {
    left: 3px;    
}
.section-borderWhite span:before,
.section-borderWhite span:after {
    right: 3px;
}
.section-borderWhite:before,
.section-borderWhite span:before {
    top: 3px;
}
.section-borderWhite:after,
.section-borderWhite span:after {
    bottom: 0px;
}
.section-border:before,
.section-border:after {
    left: 3px;    
}
.section-border span:before,
.section-border span:after {
    right: 3px;
}
.section-border:before,
.section-border span:before {
    top: 3px;
}
.section-border:after,
.section-border span:after {
    bottom: 0px;
}
.section-title {
    color: #262626;
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
	font-family: 'Pacifico' !important;
}
.section-description {
    color: #9a9a9a;
    font-size: 15px;
    padding: 0px 13%;
    text-transform: capitalize;
    font-weight: 600;
}
.section-sub-title {
    color: white;
    font-size: 30px;
    ont-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
	font-family: 'Pacifico';
}
.section-details {
    padding: 30px 0;
	position:relative;
}
.about-bottom-details {
    color: white;
}
/* 2.4 ------- Parallax Backgrounds -------*/


#events {
   background: url(../../images/bg.jpg) no-repeat fixed center top;
}
#welcome-banner {
   background: url(../../images/bg3.jpg) no-repeat fixed center top;
}
#testimonial {
    background: url(../../images/background.png) no-repeat fixed center top;
}
#subscribe {
    background: url(../../images/ac-bg.jpg) no-repeat fixed center top;
}
#landing-banner {
    background: url(../../images/banner.jpg) no-repeat fixed center top;
}
#donate,
.gallery-top,
#partners,
#testimonial,
#subscribe,
#action,
#welcome-banner,
#page-head,
#landing-banner {
    background-size: cover;
}
.parallax-style {
    background: rgba(255, 255, 255, 0.6);
    height: 100%;
}

/* 3 --------- Header Section ---------*/

/* 3.1 ---- Header Top ----*/
#header {	border-top:6px solid #2AB573; }
.header-top {
    background-color: #2AB573;
    color: #f2f2f2;
	border-top:6px solid #2AB573;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
    line-height: 40px;
    padding: 0px 0px;
}

.contact-list li {
    padding-right: 20px;
}
.contact-list a {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 300;
}
.header-top .phone-no {
    font-size: 14px;
}

select.bfh-languages {
    background-color: rgba(38, 38, 38, 0.85);
    border: none;
    width: 80px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -0-appearance: none;
}
select:focus,
select.bfh-languages>option {
    border: none;
    outline: 0;
}
select.bfh-languages>option {
    border: none;
    color: #f2f2f2;
    font-family: 'Open Sans';
    font-size: 16px;
}
.header-top a{
    color: #f2f2f2 ;
}
.header-top a:hover {
    color: #262626 !important;
}

.top-social a {
    display: inline-block;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
}
.top-social {
    display: inline-block;
}

    .searchbox-input{
     position:absolute;
     top:0;
     right:0;
     border:0;
     outline:0;
     background:none;
     width:90%;
     height:30px;
     margin:0;
     padding-right: 30px;
	 padding-left: 10px;
     font-size:15px;
     color:#2cba77;
    }
    
	.searchbox-icon,
    .searchbox-submit{
     width:30px;
     height:30px;
     display:block;
     position:absolute;
     top:0;
     font-size:18px;
     right:0;
     padding:0;
     margin:0;
     border:0;
     outline:0;
     line-height:30px;
     text-align:center;
     cursor:pointer;
     color:#ffffff;
     background:none ;
    }
	.searchbox{
     position:relative;
     min-width:30px;
     width:0%;
	 margin-top:5px;
     height:30px;
     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-open{
     width:200px;
    }
	.searchbox-open .searchbox-input{
	 background:#fff ;
    }
	.searchbox-open .searchbox-icon{
	 color:#2cba77 ;
    }

/* 3.2 ---- Main Menu ----*/
.main-menu-continer {
    width: 100%;
    z-index: 999999;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.is-sticky .main-menu-continer {
    width: 100%;
    z-index: 9999;
}
.navbar {
    background-color: rgba(255,255,255,0.9);
    background-image: none;
    margin: 0px;
	height:110px !important;
    padding:0px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.navbar-brand {
    padding-top:10px;
	height:100px;
}
.navbar-brand img {
    max-height:90px;
	width:auto;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    background-image: none;
    box-shadow: none;
    color: #2cba77;
}
.navbar-default .navbar-nav li a {
    background: transparent;
    background-image: none;
    box-shadow: none;
    color: #262626;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
	line-height: 26px;
    padding: 42px 16px;
    text-transform: uppercase;
    text-shadow: none;
}
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #2cba77;
}
.navbar .btn-sm {
    background-color: #ffc107 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    padding: 12px !important;
    width: 200px;
    height: 50px;
	text-align:center;
	margin:30px 0;

}

.navbar .color-blue {
    color: #2cba77 !important;
}
.navbar .color-blue:hover {
    color: #262626 !important;
}

.is-sticky {
    -webkit-backface-visibility: hidden;
}
.is-sticky .header-top {
    display: none;
}

.is-sticky .navbar {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 3px rgba(236, 236, 236, 1) !important;
    padding: 0px;
}

.submenusec {
	background: #fff;
	display: none;
	float: left;
	padding:0 6px 5px 5px;
	position: absolute;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.5);
}
.submenusec ul {
	min-height: 200px;
	padding: 0px 5px
}
.submenusec ul li {
	font-family: "Open Sans";
	font-size: 14px;
	list-style: none;
	display:block;
	line-height:30px;
	border-bottom:1px solid #ddd;
}
.submenusec ul li a {
	color: #1a1a1a;
	display: inline-block;
	padding: 0
}
.submenusec ul li a:focus {
	color: #1a1a1a;
	text-decoration: underline
}
.submenusec ul li a:hover {
	color: #1a1a1a;
	text-decoration: underline
}
#main-menu .container #collapse-menu:hover .submenusec {
	display: block
}
.menuitem { min-width:180px !important; }
.menuitem a { text-align:center; }
.sub_menu {
	background: #f5f5f5;
	float: left;
	width:180px !important;
	border:1px solid #eeeeee;
	margin-right:-1px;
}

.sub_menu.active {
	background: #fff;
}
.sub_menu .sub_desc {
	min-height: 180px;
	padding: 30px 7px 7px;
	text-align: left;
	width: 100%
}
.sub_menu .sub_desc .img_box {
	min-height: 100px;
	width:100%;
}
.sub_menu .sub_desc i {
	font-size:64px;
	color:#333333;
	text-align:center;
	width:100%;
}
.sub_menu .sub_desc h4 {
	color: #2cba77;
	display: block;
	font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
}
.sub_menu .sub_desc h4 a {
	color: #2cba77;
}
.sub_menu .sub_desc h4 a:focus, .sub_menu .sub_desc h4 a:hover {
	text-decoration: underline
}



.popupContainer{
	position:absolute;
	width:330px;
	height: auto;
	left:45%;
	top:80px;
	background: #FFF;
	color:#333
}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
	z-index:1000;
}
.modal_trigger {display:block;}



.one_half {width:50%; display: block; float:left;}
.one_half.last {width:45%; margin-left:5%;}

/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#F4F4F2; position:relative; padding:10px 20px; border-bottom:1px solid #DDD; font-weight:bold;}
.popupHeader .modal_close {position: absolute; right: 0; top:0; padding:10px 15px; background:#E4E4E2; cursor: pointer; color:#aaa; font-size:16px;}

.popupBody {padding:20px;}


.centeredText {text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: uppercase;}

.action_btns {clear:both; overflow: hidden; margin-top:10px;}
.action_btns a {display: block;}
.action_btns .one_half .btn { color:#fff !important;}

/* User Login Form */
.user_login {}
.user_login label {display: block; margin-bottom:5px;}
.user_login input[type="text"], .user_login input[type="email"], .user_login input[type="password"] {display: block; width:100%; border:1px solid #DDD; color:#666;}
.forgot_password {display:block; margin: 20px 0 10px; clear: both; overflow: hidden; text-decoration: none; color:#ED6347 !important;}


/* 4 ------- Top Banner Section -------*/
#rooms {
    bottom: 200px;
    position: absolute;
    width: 100%;
    z-index: 200;
}
#rooms h3 {
    color: #fff;
	margin:20px 0;
	font-family: 'Pacifico';
}
#rooms .box {
    color: #fff;
    padding: 60px 15px 15px;
    position: relative;
}
#rooms .box p {
    color: #fff;
}
#rooms .arrow {
    bottom: -15px;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    transform: rotate(45deg);
    width: 30px;
}
#rooms .icon {
    background: #fff none repeat scroll 0 0;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    padding: 15px;
    position: absolute;
    top: -60px;
    width: 120px;
}
#rooms .icon img {
    margin-top: 8px;
	max-width:64px;
	height:auto;
}
.tp-main-title {
    background: rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-family: 'Lobster';
    font-size: 28px !important;
    padding: 25px 35px !important;
}
.background1 {
    background-color: #2cba77;
}
.background2 {
    background-color: #73C8EA;
}

.background, .background h2, .background h3 {
    color: #fff;
}
.btn {
    color: #ffffff !important;
}
.tp-title {
    background: rgba(255,255,255,0.5);
    color: #262626;
    font-family: 'Pacifico';
    font-size: 32px !important;
    font-weight: 400;
    padding: 10px 20px !important;
    text-transform: capitalize;
}
.tp-title span {
    color: #2cba77;
}
.tp-sub-title {
    background: #262626;
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 23px !important;
    font-weight: 800;
    padding: 12px 20px;
    text-transform: uppercase;
}

/* 5 -------- About Section ---------*/
.about-us
.about-details {
    color: #ffffff;
}
.about-details .item {
    overflow: hidden;
    padding: 25px 30px 55px 30px;
    position: relative;
    z-index: 1;
    max-height: 210px;
    min-height: 210px;
}
.about-details .col-sm-4:first-child .item {
    background-color: #464646;
}
.about-details .col-sm-4:nth-child(2) .item {
    background-color: #2cba77;
}
.about-details .col-sm-4:last-child .item {
    background-color: #6cc5e9;
}
.about-details .item-icon {
    font-size: 70px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.about-details .item:hover .item-icon {
    font-size: 50px;
}


.about-details .item-title {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.about-details .item:hover .item-title {
    font-size: 0;
    margin-top: -10px;
    opacity: 0;
}
.about-details .description {
    color: #ffffff;
    font-family: 'Open Sans';
    height: 0px;
    opacity: 0;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.about-details .item:hover .description {
    height: inherit;
    padding-top: 10px;
    opacity: 1;
}

/* 6 ---------- about-bottom ----------*/
.about-bottom {
    background-color: #E75D5D;
}
.about-bottom .section-padding {
    padding: 30px 0;
}
.about-bottom .col-md-6 {
    padding: 0px;
}
.about-bottom .col-md-6:first-child {
    padding: 0px 30px 0px 7.9%;
}
.about-bottom .description,
.stories .description {
    font-family: 'Roboto';
    line-height: 27px;
    padding-top: 22px;
}
.about-bottom .section-sub-title,
.stories .section-sub-title {
    font-size: 30px;
    padding-bottom: 10px;
}
.about-bottom span,
.stories .description span {
    display: block;
    font-family: 'Lobster';
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 30px;
}
.about-bottom .btn-container {
    padding-top: 37px;
}
.about-bottom .more-btn {
    background-color: #4d4d4d;
}
.about-bottom .donate-btn {
    background: #3f51b5;
}
.about-bottom .more-btn:after {
    right: -1px;
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
}
.about-bottom .more-btn:hover:before {
    right: -15px !important;
    right: -5px;
    top: 27px !important;
    -webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    transform: rotate(-18deg);
}

/* 7 ------- Donate Section ---------*/
.donate .section-padding {
    padding: 103px 0px 85px 0px;
}
.donate .parallax-style {
    background: rgba(0, 0, 0, 0.5);
}
.donate .section-sub-title,
.partners .section-sub-title {
    color: #ffffff;
    font-size: 35px;
    font-weight: 800;
    padding-bottom: 24px;
}
.donate-description,
.partners .description {
    color: #ffffff;
    font-family: 'Lobster';
    font-size: 24px;
    line-height: 34px;
    padding: 0px 22% 0px 22%; 
    text-transform: capitalize;
    word-spacing: 2px;
}
.donate-details {
    `padding: 5px 0px 0px 0px;
}
.donate .countdown {
    margin-top: 38px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 25px 0px;
    margin-left: 7%;
    margin-right: 7%;
}
.donate-count {
    background: rgba( 255, 255, 255, 0.4 );
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    font-weight: 800;
    min-width: 275px;
    padding: 30px 25px;
    vertical-align: middle;
    margin: 0px -3px;
}
.donate-count:nth-child(1) {
    background-color: #9b59b6;
}
.donate-count:nth-child(2) {
    background-color: #2cba77;
    padding: 0px;
}
.donate-count:nth-child(2) .count-number.counter,
.donate-count:nth-child(2) .percentage,
.donate-count:nth-child(2) .text {
    font-size: 33px;
    font-weight: 800;
}
.donate-count:nth-child(2) .donate-title {
    font-size: 60px;
    font-weight: 800;
}
.donate-count:nth-child(3) {
    background-color: #27ae60;
}
.donate-count .currency {
    margin-right: -10px;
}
.donate-title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.donate .text {
    text-transform: uppercase;
}
.donate-count .btn {
    padding: 43px 50px;
}
.donate-count .btn:after {
    right: -40%;
    top: -67%;
    width: 200%;

    -webkit-transform: rotate(29deg);
    -moz-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    transform: rotate(29deg);
}
.donate-count .btn:hover:after {
    opacity: 0;
    top: 67%;
}
.donate-count .btn:before {
    top: -43%;
}
.donate-count .btn:hover:before {
   right: 22px;
   top: 43%;
   opacity: 1;

   -webkit-transform: rotate(29deg);
   -moz-transform: rotate(29deg);
   -ms-transform: rotate(29deg);
   -o-transform: rotate(29deg);
   transform: rotate(29deg);
}
.donate-count .btn:hover {
    background-color: #2cba77;
    color: #ffffff !important;
}

/* 8 -------- Volunteer Section --------*/
.members-slider.owl-carousel .post-prev,
.members-slider.owl-carousel .post-next {
    color: #666666;
    font-size: 50px;
    position: absolute;
    top: 25%;
    height: 30px;
    width: 30px;
}
.members-slider.owl-carousel .post-prev {
    content: "\f104";
    left: -75px;
}
.members-slider.owl-carousel .post-next {
    content: "\f105";
    right: -75px;
}
.member-details {
    padding: 24px 0px 10px 0px;
}
.member {
    border: 1px solid #d8d8d8;
    margin: 0px 5px;
    overflow: hidden;
}
.member-name {
    color: #262626;
    font-family: "Pacifico";
    font-size: 18px;
    text-transform: capitalize;
}
.position {
    color: #999999;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: capitalize;
}
.member-avatar {
    max-height: 295px;
    overflow: hidden;
}
.member-avatar img {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.member:hover .member-avatar img {
    -webkit-transform: scale(1.1, 1.1) rotate(5deg);
    -moz-transform: scale(1.1, 1.1) rotate(5deg);
    -ms-transform: scale(1.1, 1.1) rotate(5deg);
    -o-transform: scale(1.1, 1.1) rotate(5deg);
    transform: scale(1.1, 1.1) rotate(5deg);
}
.member-social {
    max-width: 145px;
    margin: 11px auto 0 auto;
    background-color: #585858;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.member-social a {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    padding: 14px 5px;
}
.member-social a:hover {
    color: #ffffff !important;
}
.member:hover .member-social {
    background-color: #2cba77;
}

/* 9 ------- Featured Section --------*/
.featured {
    margin-top: 154px;
}
.featured .col-sm-6 {
    padding: 0px;
}
.featured .item {
    position: relative;
}
.featured .item-text {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.featured .item-text p {
    color: #ffffff;
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 330px;
    margin-left: -165px;
    height: 60px;
    margin-top: -20px;
    line-height: 30px;
}
.featured .item-text:before {
    content: '';
    width: 66%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -33%;
    position: absolute;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.featured .item:hover .item-text:before {
 background-color: rgba(0, 0, 0, 0.5); 
 width: 100%;
 height: 100%;  
 margin: 0px;
 top: 0px;
 left: 0px;
}

/* 10 -------- Helps Section ---------*/
.helps .section-padding {
    display: block;

}
.helps .item {
    border: 1px solid #ffffff;
    padding: 0px;
}
.helps .item:first-child {
    background-color: #e6d5ed;
}
.helps .item:nth-child(2) {
    background-color: #ffd5c8;
}
.helps .item:nth-child(3) {
    background-color: #cfd3ec;
}
.helps .item:last-child {
    background-color: #c9ebd7;
}
.helps .item:hover:first-child {
    background-color: #9b59b6;
}
.helps .item:hover:nth-child(2) {
    background-color: #2cba77;
}
.helps .item:hover:nth-child(3) {
    background-color: #3f51b5;
}
.helps .item:hover:last-child {
    background-color: #27ae60;
}
.helps .item-inner {
    padding: 30px 40px 52px 40px;
}
.helps .item-icon {
    color: #262626;
    font-size: 50px;
}
.helps .item-title {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    text-transform: uppercase;
}
.helps .item-description {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
}
.helps .item,
.helps .item-icon,
.helps .item-title,
.helps .item-description {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.helps .item:hover .item-icon,
.helps .item:hover .item-title,
.helps .item:hover .item-description {
    color: #ffffff;
}
.helps .btn-container {
    padding-top: 10px;
}
.helps .btn {
    font-size: 12px;
    padding: 12px 0 11px 0;
}
.helps .item:hover .btn {
    background-color: #ffffff;
    color: #262626 !important;
}

/* 11 --------- Stories Section ---------*/
.stories {
    background-color: #eceff1;
}
.stories .col-md-6:first-child {
    padding-right: 30px;
}
.stories .col-md-6:nth-child(2) {
    padding-left: 30px;
    padding-right: 9%;
}
.stories .btn-container {
    padding-top: 33px;
}
.embed-responsive {
    height: 100%;
    padding-bottom: 0px !important;
}
.fluid-width-video-wrapper {
    padding-top: 87% !important;
}
.stories .donate-btn {
    background-color: #3f51b5;
}


/* 12 -------- News Section --------*/
.news-slider.owl-carousel .post-prev,
.news-slider.owl-carousel .post-next {
    color: #666666;
    font-size: 50px;
    position: absolute;
    top: 25%;
    height: 30px;
    width: 30px;
}
.news-slider.owl-carousel .post-prev {
    content: "\f104";
    left: -75px;
}
.news-slider.owl-carousel .post-next {
    content: "\f105";
    right: -75px;
}
.news .section-padding {
    padding-bottom: 30px;
}
.news-slider .item {
    background: #eceff1;
    margin: 0px 15px;
}
.news-slider .item-content {
    padding: 35px 30px 42px 30px;
    position: relative;
}
.news .item-image {
    position: relative;
}
.item-progress {
    background-color: rgba(0, 0, 0, 0.75);
    color: #ffffff;
    width: 100%;
    padding: 45px 30px 30px 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.progress {
    background-color: #ffffff;
    border-radius: 0px;
    height: 6px;
    margin: 0px 2px;
    overflow: visible;
    padding: 0px;
    position: relative;
}
.progress:before {
    content: '';
    border: 1px solid #ffffff;
    height: 16px;
    width: 104%;
    position: absolute;
    left: -5px;
    top: -5px;
}
.news-slider .progress-bar {
    background-color: #2cba77;
    border-radius: 0px;
    height: 6px;
}
.sr-only {
    width: 295px;
    height: 100%;
    margin-left: -5px;
    margin-top: -25px;
    overflow: visible;
    position: inherit;
    text-align: left;
}
.sr-only div {
    display: inline-block;
}
.reach {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.complete {
    float: right;
}
.news-slider .item-title {
    color: #262626;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 7px;
    text-transform: uppercase;
}
.target {
    color: #808080;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
}
.target:before,
.target:after,
.events .section-sub-title:before,
.events .section-sub-title:after {
    content: '';
    background-color: #2cba77;
    height: 1px;
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.target:after,
.events .section-sub-title:after {
    bottom: -2px;
}
.news-slider .item-description {
    font-family: 'Roboto';
    line-height: 26px;
    padding-top: 20px;
}
.news-slider .btn-container {
    padding-top: 12px;
}

.news-slider .owl-pagination {
    padding-top: 45px;
    text-align: center;
}
.news-slider .owl-page {
    background-color: #eceff1;
    display: inline-block;
    height: 5px;
    width: 20px;
    margin: 5px;
}
.news-slider .owl-page.active {
    background-color: #2cba77;
}

/* 13 ------ Gallery Section ------*/
#gallery-1 {
    -moz-user-select: none;
    width: 100%;
}
.gallery-top .section-title {
    color: #262626;
}
.gallery-top .section-description {
    color: #999999;
}
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;

    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
.itemFilter {
    clear: both;
    margin:auto;
    padding: 5px 0px 45px 0px;
    width: auto;
}
.itemFilter a {
    background-color: #ffffff;
    color: #737373;
    display: inline-block;
    font-family: "Pacifico";
    font-size: 14px;
    margin: 0 10px 15px 0px;
    padding: 12px 15px;
    text-decoration: none;
    text-transform: capitalize;
}
.itemFilter a:hover {
    color: #2cba77;
}
.itemFilter .current {
    background-color: #2cba77;
    border-color: #2cba77;
    color: #ffffff !important;
}
.gallery-items .item {
    overflow: hidden;
    padding-left :10px;
}
.image-popup-vertical-fit {
    display: inline-block;
    position: relative;
}
.image-popup-vertical-fit:before {
    background: rgba(231, 93, 93, 0.85);
    width: 100%;
    height: 101%;
	content: "\f00e";
	font-family:"Fontawesome";
    top: 0px;
    left: 0px;
	font-size:64px;
	line-height:200%;
	text-align:center;
	color:#fff;
    position: absolute;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.gallery-items .item:hover .image-popup-vertical-fit:before {
    opacity: 1;
    z-index: 1;
}
.gallery-items img {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.gallery-items .item-details {
    position: absolute;
    text-align: center;
    top: 15%;
    left: 0px;
    width: 100%;
    z-index: 999;
}
.gallery-items .item-title {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans';
    padding-top: 40%;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gallery-items .item:hover .item-title {
    padding-top: 25%;
    opacity: 1;
}
.gallery-items .item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* 14 ------- Events Section --------*/
.events .section-sub-title {
    padding-bottom: 15px;
    position: relative;
}
.events .section-details {
    padding-top: 30px;
}
.events-banner {
    background: url(../../images/event/bg.jpg);
    padding: 30px 30px 30px 30px;
}
.events-banner .banner-item:first-child {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1px;
    padding-bottom: 70px;
}
.events-banner .banner-item:last-child {
    border-top: 1px solid #ffffff;
    padding-top: 60px;
}
.time-box {
    display: inline-block;
    position: relative;
    text-align: center;
}
.time-number {
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
}
.time-number .digit {
    color: #ffffff;
    display: inline-block; 
    font-family: 'Open Sans';
    font-size: 29px;
    font-weight: 800;
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    overflow: hidden;
}
.time-name {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 800;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.hours_dash .digit:first-child,
.minutes_dash .digit:first-child,
.seconds_dash .digit:first-child {
    display: none;
}
.event-details {
    padding-top: 35px;
}
.event-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.event-title:before,
.event-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ffffff;
    left: 0px;
    position: absolute;
    bottom: 0px;
}
.event-title:after {
    bottom: -2px;
}
.event-title a {
    color: #ffffff;
}
.event-meta {
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 15px;
    padding-top: 15px;
}
.event-meta div {
    display: inline-block;
    text-transform: capitalize;
}
.event-time {
    font-size: 15px;
    padding-left: 15px;
    text-transform: lowercase !important;
}
.meta-icon {
    padding-right: 5px;
    position: relative;
}
.meta-icon:after {
    content: ':';
    position: absolute;
    top: 0px;
    right: -2px;
}
.events-slider {
    padding-left: 30px;
}
.events-slider .event-item {
    background: rgba(0, 0, 0, 0.5);
    height: 188px;
    margin-bottom: 27px;
    overflow: hidden;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}

.events-slider .event-date {
    background: #eceff1;
    display: inline-block;
    font-family: 'Open Sans';
    font-weight: 800;
    float: left;
    width: 150px;
    height: 100%;
    padding-top: 35px;
    padding-right: 0;
    text-align: center;
    position: relative;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; 
}
.events-slider .event-item:hover .event-date {
    padding-top: 20px;
    padding-right: 0;
}
.events-slider .event-item time {
    color: #2cba77;
    font-size: 60px;
}
.events-slider .month {
    color: #262626;
    display: block;
    font-size: 26px;
    margin-top: -15px;
    text-transform: uppercase;
}
.events-slider .event-time {
    display: block;
    padding-left: 0px;
}
.events-slider .event-details {
    padding: 45px;
    height: 100%;
    position: relative;
}
.events-slider .event-title:before, 
.events-slider .event-title:after {
    background: #2cba77;
}
.events-slider .event-meta {
    padding-top: 28px;
}
.events-slider .event-item:first-child .time-count-container {
    background: url(../../images/event/3.jpg);
}
.events-slider .event-item:nth-child(2) .time-count-container {
    background: url(../../images/event/1.jpg);
}
.events-slider .event-item:last-child .time-count-container {
    background: url(../../images/event/2.jpg);
}
.events-slider .event-date .btn,
.events-slider .time-count-container {
    top: 100%;
    position: absolute;

    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;    
}
.events-slider .event-date .btn {
    border-radius: 0px;
    font-size: 14px;
    width: 100%;
}
.events-slider .event-date .btn:before,
.events-slider .event-date .btn:after {
    content: '';
    display: none;
}
.events-slider .time-count-container {
    height: 100%;
    right: 0px;
    padding: 41px 45px;
    width: 100%;
}
.events-slider .event-item:hover .time-count-container {
    top: 0px;
}
.events-slider .event-item:hover .btn {
    top: 133px;
}
.events-slider .carousel-controls {
    top: -84px;
}
.carousel-control.left, 
.carousel-control.right {
    background: #eceff1;
    color: #262626;
    font-size: 25px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    opacity: 1;
}

/* 15 ------- Partners Section --------*/
.partners .parallax-style {
    background: rgba(2, 170, 208, 0.7)
}
.partners .section-padding {
    padding-bottom: 30px;
}
.partners .section-sub-title {
    color: #ffffff;
    font-size: 35px;
}
.partners .section-details {
    padding-top: 20px;
}
.logo-list img,
.photo-list img {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}
.logo-list li:hover img,
.photo-list li:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.logo-list .owl-pagination {
    padding-top: 20px;
}
.logo-list .owl-page {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 5px;
}
.logo-list .owl-page.active {
    background-color: #808080;
}

/* 16 ------- Blog Section --------*/
.blog article {
    background-color: #eceff1;
    clear: both;
    display: inline-block;
}
.blog-post .col-md-4 .col-md-6 {
    display: block;
    width: 100%;
}
.blog .col-md-8 article:last-child {
    margin-top: -6px;
}
.post-top {
    position: relative;
}
.post-top:before {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
}
.col-md-8 .col-md-6:first-child .post-top:before {
    right: 0px;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-right: 15px solid #eceff1;
    border-bottom: 15px solid transparent;
}
.col-md-8 .col-md-6:last-child .post-top:before {
    left: 0px;
    top: 50%;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-left: 15px solid #eceff1;
    border-bottom: 15px solid transparent;
}
.col-md-4 .col-md-6:first-child .post-top:before {
    left: 50%;
    bottom: 0px;
    margin-left: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #eceff1;
}
.blog-post .col-md-8,
.blog-post .col-md-6,
.blog-post .col-md-4 {
    padding: 0px;
}
.post-date {
    background: rgba(88, 88, 88, 0.5);
    color: #ffffff;
    font-size: 11px;
    max-width: 90px;
    padding: 2px 10px; 
    right: 0px;
    top: 0px;
    margin: 0px;
    position: absolute;
}
.post-date .date {
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 700;
    padding-right: 3px !important;
}
.post-date .media-left,
.post-date .media-body {
    padding: 0px;
    vertical-align: middle;
}
.post-content {
    padding: 28px 30px;
}
.entry-title {
    color: #262626;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.entry-title a {
    color: #262626;
}
.entry-content {
    font-family: 'Roboto';
    line-height: 26px;
    letter-spacing: -0.2px;
    padding-top: 10px;
    overflow: hidden;
}
.entry-nav {
    font-family: 'Roboto';
    line-height: 26px;
    letter-spacing: -0.2px;
    padding-top: 10px;
    overflow: hidden;
}
.post-content .btn-container {
    padding-top: 10px !important;
}
.blog .btn-container {
    padding-top: 10px;
}

/* 17 --------- Testimonial Section ----------*/
.testimonial .parallax-style {
    background-color: rgba(255, 255, 255, 0.6);
}

.testimonial-slider {
    max-width: 925px;
    margin: 0 auto;
}
.carousel.carousel-fade .active.item {
    opacity: 1;
}
.carousel.carousel-fade .item {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.testimonial-slider blockquote {
    background: #ffffff;
    border: none;
    color: #262626;
    font-family: 'Lobster';
    font-size: 17px;
    line-height: 31px;
    padding: 40px;
    position: relative;
}
.testimonial-slider blockquote:before {
    content: '';
    left: 65px;
    bottom: -25px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 50px solid #ffffff;
    border-bottom: 30px solid transparent;
    position: absolute;
    z-index: -1;
}
.speech-author {
    padding-top: 18px;
}
.client-image {
    float: left;
    height: 120px;
    width: 120px;
}
.client-details {
    padding-left: 15px;
    padding-top: 25px;
}
.client-details span {
    display: block;
}
.client-name {
    color: #262626;
    font-family: "Pacifico";
    font-size: 20px;
    text-transform: capitalize;
}
.designation {
    color: #666666;
    font-family: 'Roboto';
    font-size: 15px;
    padding-top: 7px;
}
.designation a {
    color: #2cba77;
}
.carousel-controls {
    height: 50px;
    width: 100px;
    right: 0px;
    bottom: 70px;
    position: absolute;
}
.testimonial-slider .carousel-control {
    background: #ffffff;
    color: #262626;
    font-size: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
}

/* 18 ------- Contact Section --------*/
.contact .form-control,
.comment-form .form-control {
    border-radius: 0px;
    box-shadow: none;
    color: #a6a6a6;
    font-size: 15px;
    font-family: 'Open Sans';
    height: inherit;
    margin-bottom: 15px;
    padding: 15px 15px 15px 60px;
}
.contact input {
    display: inline-block;
}
.form-input {
    position: relative;
}
.form-icon {
    background-color: #eceff1;
    color: #a6a6a6;
    height: 45px;
    width: 45px;
    left: 4px;
    top: 4px;
    line-height: 45px;
    position: absolute;
}

.form-icon:after {
    content: '';
    top: 0px;
    right: 0px;
    height: 0px;
    width: 0px;
    border-bottom: 45px solid #ffffff;
    border-left: 10px solid transparent;
    position: absolute;
}

.contact .btn {
    font-weight: 700;
    margin-top: 10px;
}
.name-error,
.email-error,
.subject-error,
.message-error{
    color: #ffffff;
    position: absolute;
    background: rgba(52, 152, 219,1);
    display: none;
    left: 25px;
    top: -30px;
    padding: 5px 10px;
    border-radius: 3px;
}
.name-error:after,
.email-error:after,
.subject-error:after,
.message-error:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: rgba(52, 152, 219,1) transparent  transparent transparent;
    left: 25px;
    bottom: -24px;
}
#contact-loading{
    display: none;
    cursor: inherit;
    line-height: 110px;
}
#contact-loading:hover{
    color: inherit;
}
.contact-message{
    text-align: center;
    font-size: 1.125em;
}

/* 19 ------ Google Map Section ------*/
.google-map-container {
    width: 100%;
    height: 600px;
}
.marker-info {
    color: #666666;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0px 0px 20px;
    text-align: center;
}
.marker-info p {
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    text-transform: capitalize;
}
.marker-info span {
    display: block;
    padding-bottom: 20px;
}
.marker-info span i {
    display: block;
    font-size: 18px;
}
.marker-info a {
    color: #666666;
}

/* 20 ------- Subscribe Section -------*/
.subscribe .parallax-style {
    background: rgba(0, 0, 0, 0.4);
} 

.subscribe .section-details {
    padding-top: 0px !important;
}
.subscribe .section-sub-title {
    color: #ffffff;
    font-size: 28px;
    padding-top: 22px;
}
.subscribe-hide {
    position: relative;
}
.subscribe-form input {
    border: 2px solid #ffffff;
    background: #ffffff;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 16px;
    height: 60px;
    max-width: 510px;
    padding: 10px 20px;
    vertical-align: middle;
}
.subscribe-form input:focus {
    border: 2px solid #ffffff;
    outline: 0;
}
.subscribe-form button:focus {
    border: none;
    outline: 0;
}
#subscribe-submit {
    border: 2px solid #2cba77;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    padding: 17px 58px;
}
#subscribe-submit:hover {
    border-color: #2c3e50;
}
.subscribe-form ::-webkit-input-placeholder {
 color: #666666;
}
.subscribe-form :-moz-placeholder { /* Firefox 18- */
 color: #666666;  
}
.subscribe-form ::-moz-placeholder {  /* Firefox 19+ */
 color: #666666;  
}
.subscribe-form :-ms-input-placeholder {  
 color: #666666;  
}
#subscribe-loading {
    display: none;
    line-height: 45px;
    cursor: inherit;
}
#subscribe-loading:hover {
    color: inherit;
}
.subscribe-message {
    text-align: center;
    font-size: 1.125em;
}
.subscribe-error {
    color: #ffffff;
    position: absolute;
    background: rgba(52, 152, 219, 1);
    display: none;
    left: 25px;
    bottom: 60px;
    padding: 5px 10px;
    border-radius: 3px;
}
.subscribe-error:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px;
    border-color: rgba(52, 152, 219, 1) transparent transparent transparent;
    left: 25px;
    bottom: -24px;
}

/* 21 -------- Action Section ----------*/
.action {
    padding: 35px 0px;
}
.action .btn {
    background-color: transparent;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 22px;
    padding: 17px 65px;
    text-transform: uppercase;
}
.action .btn:before,
.action .btn:after {
    content: '';
    display: none;
}
.action .btn:hover {
    background-color: #ffffff;
    color: #2cba77 !important;
}
.action span {
    color: #262626;
    font-family: 'Lobster';
    font-size: 40px;
    font-weight: 700;
    padding: 0px 30px;
    text-transform: capitalize;
}

/* 22 --------- Blog Page Styles ----------*/
.post{	position:relative}
.blog-posts {
    padding-bottom: 5px;

}
.blog-posts .post-date {
    left: 0px;
    max-width: 110px;
    padding: 2px 15px;
    position: absolute;
    top: 0;
	z-index:999;
}
.blog-posts .post-date .date,
.single-post .post-date .date {
    font-size: 38px;
    font-weight: 800;
}
.blog-posts .post-date .media-body {
    font-size: 13px;
}
.blog-posts article {
    padding-bottom: 105px;
}
.post-slider .carousel-controls {
    width: 100%;
    top: 50%;
    margin-top: -22.5px;
    height: 45px;
}
.post-slider .carousel-control {
    background: #ffffff;
    color: #262626;
    font-size: 25px;
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.post-slider .carousel-control.left {
    left: 30px;
}
.post-slider .carousel-control.right {
    right: 30px;
}
.blog-posts .post-content,
.single-post .post-content {
    padding: 0px 0px 0px 0px;     
}
.blog-posts .entry-title {
    font-size: 30px;
    line-height: 35px;
    padding-top: 32px;
}
.text-only .entry-title {
    margin-top: -7px;
    padding-top: 0px;
}
.post-meta {
    color: #a6a6a6; 
    font-family: "Lobster";
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 17px;
    position: relative;
}
.post-meta:before, 
.post-meta:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 90px;
    background-color: #2cba77;
    left: 0px;
    bottom: 0px;
}
.post-meta:after {
    bottom: 3px;
}
.post-meta a {
    color: #2cba77;
}
.post-meta span {
    padding-right: 10px;
    position: relative;
}
.post-meta span:before {
    content: '/';
    position: absolute;
    top: 0px;
    right: 0px;
}
.post-meta span:last-child:before {
    content: '';
    display: none;
} 
.blog-posts .entry-content {
    padding-top: 20px;
    max-height: inherit;
}
.blog-posts .post-blockquote {
    background: #93d6af;
    border: none;
    color: #ffffff;
    font-family: 'Lobster';
    font-size: 45px;
    font-style: normal;
    line-height: 53px;
    margin: 0px;
    padding: 40px 40px;
    position: relative;
    z-index: 0;
}
.blog-posts .post-blockquote:before {
    content: "\f10d";
    color: #ffffff;
    font-family: 'FontAwesome';
    font-size: 142.56px;
    position: absolute;
    top: 30px;
    left: 20px;
    opacity: .15;
    z-index: -1;
} 
.post-blockquote .quote-author {
    color: #ffffff;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    word-spacing: 0px;
    text-transform: uppercase;
}
.attachmentlink {
    background: #3498db;
    color: #ffffff;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    padding: 40px 40px;
    position: relative;
    z-index: 0;
}
.attachmentlink:before {
    content: "\f0c1";
    color: #5dade2;
    font-family: 'FontAwesome';
    font-size: 78px;
    top: -25px;
    right: -5px;
    position: absolute;
}
.blog-posts .btn-container {
    padding-top: 17px;
}

/* 22.1----- Pagination -------*/
.pagination {
    background: #eceff1;
    border-radius: 0px;
    margin: 40px 0px 0px 135px;
    padding: 10px 15px 4px 15px;
}
.pagination li {
    display: inline-block;
}
.pagination li a {
    background: #ffffff;
    border: none;
    border-radius: 0px;
    color: #a6a6a6;
    font-family: "Roboto";
    font-size: 16px;
    margin: 0px 2px;
    height: 45px;
    width: 45px;
    line-height: 35px;
    text-align: center;
}
.pagination li a:hover {
    background: #ffffff;
    color: #a6a6a6;
} 
.pagination li a span {
    color: #a6a6a6;
    font-family: 'Lobster';
    font-size: 15px;
}
.pagination li.active a,
.pagination li.active a:hover {
    background: #2cba77;
    border-color: none;
    color: #ffffff !important;
}
.pagination .previous,
.pagination .next {
    background: none;
    width: inherit !important;
}
.pagination .previous {
    margin-right: 50px;
    text-align: left;
}
.pagination .next {
    margin-left: 50px;
    text-align: right;
}

/* 23 ----------- Single Post ----------*/
.single-post .post-date {
    left:0px;
	top:0;
    position: absolute;
    max-width: 110px;
    padding: 2px 15px;
}
.single-post .entry-title {
    font-size: 30px;
    line-height: 34px;
    padding-top: 34px;
}
.single-post .entry-content {
    max-height: inherit;
    padding-top: 28px;
    padding-bottom: 85px;
}
.single-post .entry-content p {
    font-family: 'Roboto';
    padding-bottom: 23px;
}
.single-post .post-blockquote {
    background: #ffffff;
    border-color: #2cba77;
    color: #666666;
    font-family: "Lobster";
    font-size: 26px;
    line-height: 39px;
    margin-top: 33px;
    margin-bottom: 35px;
    padding: 0 40px 0 39px;
    word-spacing: 2px;
    letter-spacing: 1px;
}
.quote-author {
    color: #a6a6a6;
    font-family: 'Open Sans';
    font-size: 14px;
    padding-top: 10px;
    text-transform: uppercase;
}
.secondary-image {
    float: left;
    margin-right: 25px;
    max-width: 250px;
}
.secondary-title {
    color: #262626;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.post-bottom {
    background: #eceff1;
    color: #666666;
    font-family: 'Lobster';
    font-size: 14px;
    padding: 4px 0px; 
}
.post-bottom span,
.post-bottom ul,
.post-tag {
    display: inline-block;
}
.post-bottom a {
    color: #808080;
}
.post-tag a {
    color: #2cba77;
}
.post-social {
    margin-top: -5px;
}
.social-share a {
    display: inline-block;
    font-size: 22px;
    margin: 0 2px;
    text-align: center;
}
.leave-comment .section-padding {
    padding: 65px 0;
}
.leave-comment .title-icon,
.post-comment .title-icon {
    color: #585858;
    float: left;
    font-size: 30px;
    width: 130px;
}
.leave-comment .title,
.post-comment .title {
    color: #262626;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}
.leave-comment .title:before,
.post-comment .title:before, 
.leave-comment .title:after,
.post-comment .title:after {
    content: '';
    background: #2cba77;
    height: 1px;
    left: 0px;
    bottom: 0px;
    width: 90px;
    position: absolute;
}
.leave-comment .title:after,
.post-comment .title:after {
    bottom: 2px;
}
.comments-list,
.comment-form {
    padding-top: 80px;
}
.comment-meta {
    color: #a6a6a6;
    display: inline-block;
    font-family: 'Lobster';
    font-size: 14px;
}
.comment-meta span {
    color: #666666;
    padding-right: 8px;
    position: relative;
}
.comment-meta span:before {
    content: '/';
    position: absolute;
    top: -2px;
    right: 0px;
}
.comments-list .author-avatar {
    float: left;
    max-width: 100px;
}
.comments-list article {
    padding-bottom: 55px;
}
.comments-list li.parent:last-child article {
    padding-bottom: 0px;
}
.comment-details {
    padding-left: 20px;
}
.parent .children {
    padding-left: 60px;
}
.comment-author a {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.comment-content {
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 26px;
    padding-top: 14px;
}
.reply-btn {
    background: #ffffff;
    color: #2cba77 !important;
    display: inline-block;
    font-family: 'Lobster';
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    text-transform: capitalize;
}
.reply-btn:hover {
    color: #2cba77 !important;
} 
.reply-btn:before,
.reply-btn:after {
    content: '';
    display: none;
}
.post-comment {
    padding-top: 40px;
}
.comment-form .form-icon {
    text-align: center;
}
.comment-form input {
    display: inline-block;
    margin-right: 6px;
    max-width: 49.3%;
}
.comment-form .form-input:first-child .form-icon, 
.comment-form .form-input:nth-child(3) .form-icon {
    left: 4px;
}

/* 24 -------- 404 Error page ---------*/
.welcome-banner {
    color: #ffffff;
    text-transform: uppercase;
}
#welcome-banner .error-title {
    font-family: 'Open Sans';
    font-size: 22px;
    font-weight: 800;
    padding-top: 165px;
    overflow: hidden;
}
#welcome-banner .error-main-title {
    font-size: 86px;
    font-weight: 800;
    padding-top: 55px;
}
#welcome-banner .error-sub-title {
    font-size: 24px;
    font-weight: 800;
    padding-top: 12px;
}
.welcome-banner .btn-container {
    clear: both;
    padding-top: 85px;
}
.welcome-banner .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 24px 54px;
}
.welcome-banner .btn:after {
    right: -15px;
    top: -37px;

    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    transform: rotate(17deg);
}

/* 25 --------- Coming Soon Page -----------*/
.landing-title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
    padding: 153px 0 27px 0;
    text-transform: uppercase;
}
.landing-banner .section-description {
    color: #ffffff;
}
.landing-banner .time-number {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 6px;
    line-height: 172px;
}
.landing-banner .digit {
    font-size: 44px;
    font-weight: 800;
}
.landing-banner .time-name {
    font-size: 16px;
    padding-top: 10px;
}
.landing-banner .btn-container {
    padding-top: 70px;
}

/* 26 --------- Sidebar Widgets ----------*/

.sidebar .widget {
    padding-bottom: 75px;
}
.widget-title {
    padding-bottom: 20px;
    position: relative;
}
.widget-title:before,
.widget-title:after {
    content: '';
    background: #2cba77;
    height: 1px;
    width: 50px;
    bottom: 0px;
    left: 0px;
    position: absolute;
}
.widget-title:after {
    bottom: 2px;
}
.sidebar .widget-title {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.search-form {
    position: relative;
}
.search-form input {
    border: 1px solid #cccccc;
    box-shadow: none;
    color: #a6a6a6;
    font-family: "Roboto";
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    padding: 16px 15px;
}
.search-form input:focus {
    border-color: #2cba77;
    outline: 0;
}
.search-submit {
    background: transparent;
    border: none;
    color: #b2b2b2;
    font-size: 20px;
    position: absolute;
    top: 13px;
    right: 10px;
}
.search-submit:focus {
    border: none;
    outline: 0;
}
.widget-details {
    padding-top: 30px;
}
.category-list li {
    border-color: #e4e4e4;
    border-top: 1px dashed;
    display: block;
    line-height: 40px;
    padding-left: 15px;
    position: relative;
}
.category-list li:last-child {
    border-bottom: 1px dashed;
}
.category-list li:before {
    content: "\f0da";
}
.category-list li:before {
    color: #999999;
    font-family: "FontAwesome";
    font-size: 12px;
    top: 0px;
    left: 0px;
    position: absolute;
}
.category-list a {
    color: #999999;
    font-family: "Roboto";
    font-size: 15px;
}
.sidebar .post.media {
    margin: 0px;
    margin-bottom: 5px;
}
.sidebar .post-content {
    padding: 0px 0px 0px 0px;
}
.sidebar .post-thumbnail.media-left {
    display: inline-block;
    float: left;
    margin-right: 10px;
    padding: 0px;
    width: 65px;
}
.sidebar .entry-title {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 20px;
    margin-top: -5px;
    padding: 0px;
}
.sidebar .entry-title a {
    color: #666666;
}
.sidebar .post-meta {
    padding-top: 10px;
    position: inherit;
}
.sidebar .post-meta:before,
.sidebar .post-meta:after {
    content: '';
    display: none;
}
.sidebar .author {
    color: #666666;
}
.dribbble-images li {
    max-width: 75px;
    margin-bottom: 4px;
}
.tag-list li {
    margin-bottom: 13px;
}
.tag-list a {
    background: #eceff1;
    color: #8b8b8b;
    font-family: "Roboto";
    font-size: 14px;
    padding: 7px 9px;
}
.tag-list a:hover {
    background: #2cba77;
    color: #ffffff !important;
}
.widget-details .text {
    font-family: 'Roboto';
    line-height: 27px;
}

/* 27 ------- Footer --------*/
footer {
    color: #a6a6a6;
}
.footer-top {
    background-color: #33343b;
    font-family: 'Roboto';
}
.footer-top .section-padding {
    padding: 20px 0px;
}
footer .widget-title {
    color: #ffffff;
    font-family: "Pacifico";
    font-size: 20px;
    text-transform: capitalize;
}
footer .widget-details {
    padding-top: 20px;
}
footer .widget-details img{
    width: 200px;
	height:auto;
	margin-bottom:20px;
}
.about-widget {
    color: #999999;
    font-family: 'Roboto';
    font-size: 15px;
}
.widget-contact li {
    color: #999999;
    display: block;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 28px;
    padding-left: 30px;
}
.widget-contact li:before {
    color: #2cba77;
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 30px;
    left: 10px;
    position: absolute;
}
.widget-contact li a {
    color: #999999;
}
.widget-contact {
    padding-top: 0px;
}
.tweet li {
    font-size: 15px;
    padding-bottom: 30px;
    position: relative;
}
.tweet li:first-child {
    margin-bottom: 40px;
}
.tweet li a {
    color: #999999;
}
.tweet .date {
    color: #666666;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.photo-list {
    margin-top: 5px;
}
.photo-list li {
    margin: 0px 5px 8px 0px;
}
.footer-bottom {
    background-color: #2f3037;
    border-top: 1px solid #393a41;
    color: #999999;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    line-height: 120px;
    text-transform: uppercase;
}
.footer-bottom a {
    color: #999999;
}
.copy-right,
.footer-social {
    display: inline-block;
}
.footer-social a {
    color: #7f7f7f;
    display: inline-block;
    font-size: 25px;
}

/* 28 --------- Scroll To Top ----------*/

.scroll-to-top {
    position: fixed;
    right: 35px;
    bottom: 35px;
    font-size: 30px;
    height: 40px;
    width: 40px;
    background-color: #2cba77;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    opacity: .3;
    cursor: pointer;

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.scroll-to-top:hover {
    opacity: 1;
}

/* 29 --------- Preloader ----------*/

/*karim*/
/* 29 --------- Preloader ----------*/

/*karim*/
.body div#preloader {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 9999999  !important;
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
  background: #fff;
  /*background: #fff url('../../images/loading.gif') no-repeat center center !important;*/
}
.body div#preloader .progress {
    height: 20px;
    width: 20%;
    min-width: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: none;
    border-radius: 15px;
    overflow: hidden;
    transition: all .35s ease
}
.body div#preloader .progress::before {
    border: none
}
.body div#preloader .progress-bar {
    width: 100%; 
    animation-duration: .7s;
}
.body div#preloader .progress-bar.progress-blue {
    background-color: #73c8ea
}
.body div#preloader .progress-bar.progress-red {
    background-color: #E65D5C
}
.body div#preloader .progress-bar.progress-green {
    background-color: #2bb675
}



/* 30 --------- Social bar  ----------*/
.socialbar {
  z-index: 20004;
  width: 41px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 100px;
}
.socialbar.right {
  right: 0;
  text-align: right;
}
.socialbar-fixed {
  position: fixed;
}
.socialbar-absolute {
  position: absolute;
}
.socialbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.socialbar li {
  margin: 3px 0 3px 0;
  padding: 0;
  height: 41px;
  width: 41px;
  position: relative;
}
.socialbar-small li {
  margin: 3px 0 3px 0;
  padding: 0;
  height: 20px;
  width: 20px;
  position: relative;
}
.socialbar.socialbar-inner ul li {
  display: inline-block !important;
}
.socialbar.socialbar-inner {
  width: auto!important;
}
.socialbar a.fa {
  height: 41px;
  width: 41px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: #ffffff;
  text-align: center;
  padding-top: 15px;
}
.socialbar-small a.fa {
  height: 20px;
  width: 20px;
  padding: 4px 0 0 0;
}
.socialbar a.fa:hover {
  color: #ffffff !important;
}
.socialbar.left a.fa {
  margin-left: -10px;
}
.socialbar.left a.fa:hover {
  margin-left: -3px;
}
.socialbar.right a.fa {
  margin-left: 10px;
}
.socialbar.right a.fa:hover {
  margin-left: 3px;
}
.socialbar a:before {
  font-family: 'FontAwesome';
  text-decoration: none;
  font-size: 17px;
}
.socialbar-small a:before {
  font-size: 13px;
}
.socialbar-radius a {
  border-radius: 0;
}
.socialbar-shadow a {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.socialbar-opacity a {
  opacity: 0.4;
}
.socialbar-opacity a:hover {
  opacity: 1;
}
.socialbar-spacer a {
  height: 42px;
  margin-bottom: 1px;
}
/* Dark */
.socialbar.dark a.fa {
  background: #333;
  color: #FFF;
}
/* white */
.socialbar.light a.fa {
  background: #f1f1f1;
  color: #777777;
}
/* color */
.socialbar.colorizesocial a.fa {
  color: #ffffff;
}
/*icons*/

.colorizesocial a.fa-facebook {
  background: #3e5b98;
}

.colorizesocial a.fa-google {
  background: #d93e2d;
}

.colorizesocial a.fa-share {
  background: #009344;
}

.colorizesocial a.fa-linkedin {
  background: #3371b7;
}

.colorizesocial a.fa-youtube {
  background: #e02a20;
}

.colorizesocial a.fa-vimeo {
  background: #51b5e7;
}

.colorizesocial a.fa-twitter {
  background: #55ACEE;
}

.colorizesocial a.fa-instagram {
  background: #9c7c6e;
}
.colorizesocial a.fa-user {
    background: #3e5b98;
}

.colorizesocial a.fa-envelope {
    background: #999999;
}
.colorizesocial a.fa-puzzle-piece {
  background: #F28B00;
}


/* ----------- Elements Page ------------*/

.elements .section-border,
.typography .section-border {
    margin-bottom: 40px;
}

/* 4.1 Accordion
----------------------------------------------*/
.panel-default {
    border-color: #f2f2f2;
}
.panel-default>.panel-heading {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    padding: 0;
}
.panel-title {
    position: relative;
}
.panel-title>a {
    background-color: #fe5722;
    color: #ffffff;
    display: block;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 700;
    padding: 17px 30px 17px 15px;
    text-transform: uppercase;
}
.panel-title>a:hover {
    color: #ffffff !important;
}
.panel-title a:before {
    content: "\f068";
    color: #ffffff;
}
.panel-title a.collapsed {
    background-color: #f2f2f2;
    color: #262626;
}
.panel-title a.collapsed:hover {
    color: #262626 !important;
}
.panel-title a.collapsed:before {
    content: "\f067";
    color: #262626;
}
#accordion2 .panel-title a:before {
    content: "\f107";
}
#accordion2 .panel-title a.collapsed:before {
    content: "\f106";
}
#accordion3 .panel-title a:before {
    content: "\f0d8";
}
#accordion3 .panel-title a.collapsed:before {
    content: "\f0d7";
}
.panel-title a:before, .panel-title a.collapsed:before {
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    font-size: .93em;
    line-height: 26px;
    padding: 15px 25px 31px 25px;
}
.panel-body {
    color: #666666;
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 300;
}

/* --------- Tabs ----------*/
.tabs {
    clear: both;
    padding-top: 95px;
}
.nav-tabs {
    border: none;
}
.tab-content {
    border: 1px solid #ecf0f1;
    color: #7f8c8d;
    padding: 20px;
}
.nav-tabs>li {
    background-color: #ffffff;
    margin-bottom: -2px;
}
.nav-tabs>li>a,
.nav-tabs>li.active a {
    background-color: #ecf0f1;
    border-color: transparent;
    color: #a6a6a6;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-tabs>li.active a {
    background-color: #ffffff;
    color: #262626;
}
.nav-tabs>li.active:hover a {
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
    border: 1px solid #ecf0f1;
    border-bottom-color: transparent;
    border-radius: 2px;
    color: #1a1a1a;
    margin-bottom: -1px;
}
.tabe2 .nav-tabs {
    padding: 0;
}
.tabe2 .nav-tabs>li>a,
.tabe2 .nav-tabs>li.active a {
    border-color: #ecf0f1;
}
.tabe2 .nav-tabs>li.active a {
    border-right: none;
}
.tabe2 .nav-tabs>li {
    margin: 0 -5px 5px 0;
}

.tabe3 {
    padding-top: 80px;
}
.tabe3 .nav-tabs>li {
    display: inline-block;
    float: none;
}
.tabe3 .nav-tabs>li {
    margin: 0;
}
.tabe3 .nav-tabs>li>a {
    background-color: #ecf0f1;
    border: 2px solid #f2f2f2;
    margin: 0 -2px;
    padding: 10px 25px;
}
.tabe3 .nav-tabs>li.active>a {
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    margin: 0 -2px;
    position: relative;
} 
.tabe3 .nav-tabs>li.active>a:focus {
    border-color: #ecf0f1;
}
.tabe3 .nav-tabs>li.active>a:before {
    content: '';
    width: 0px;
    height: 0px;
    left: 50%;
    bottom: -14px;
    margin-left: -14px;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #ecf0f1;
}
.tabe3 .nav-tabs>li.active>a:after {
    content: '';
    width: 0px;
    height: 0px;
    left: 50%;
    bottom: -12px;
    margin-left: -14px;
    position: absolute;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #ffffff;
}
.tabe3 .tab-content {
    border: none;
    padding-top: 60px;
}
.tabe3 .tab-content p {
    font-family: 'Roboto';
    padding-top: 15px;
}
.tabe3 strong {
    color: #666666;
    display: block;
    font-family: 'Lobster';
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 30px;
}

.tabe3 .btn-container {
    padding-top: 40px;
}
.tabe3 .donate-btn {
    background-color: #3f51b5;
}

.progress-bars {
    clear: both;
    padding-top: 120px;
}
.progress-bars .progress {
    margin-bottom: 20px;
}
.progress.bold {
    background-color: #f2f2f2;
}
.progress.bold,
.progress.bold .progress-bar {
    height: 35px;
    line-height: 35px;
}
.progress.bold:before {
    content: '';
    display: none;
}
.progress-bars .progress-bar {
    text-align: left;
}
.progress-bar-danger {
    background-color: #2cba77;
} 
.progress-bar-info {
    background-color: #9b59b6;
}
.progress-bar-success {
    background-color: #27ae60;
}
.progress-bar-warning {
    background-color: #ffc107;
}
.progress-bars span {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px;
    text-transform: uppercase;
}
.progress-bars .format-2 {
    padding-top: 25px;
}
.progress.thin {
    background-color: #ecf0f1;
    height: 10px;
    margin-bottom: 45px;
    position: relative;
}
.progress.thin .progress-info {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    top: -30px;
    left: 0;
    position: absolute;
}
.progress-info span {
    padding-left: 0;
}
.buttons {
    clear: both;
    padding-top: 120px;
}
.buttons button {
    margin-bottom: 15px;
}
.purple-bg {
    background-color: #9b59b6;
}
.green-bg {
    background-color: #27ae60;
}
.blue-bg {
    background-color: #3f51b5;
}
.off-white-bg {
    background-color: #eceff1;
    color: #262626 !important;
}
.black-bg {
    background-color: #494949;
}
.yellow-bg {
    background-color: #ffc107;
}
.dark-green-bg {
    background-color: #009688;
}

.messages {
    clear: both;
    padding-top: 120px;
}
.alert p {
    display: inline-block;
    position: relative;
}
.alert p strong {
    padding-left: 5px;
}
.alert p:before {
    font-family: 'FontAwesome';
}
.alert button.close {
    font-size: 16px;
    margin-top: 5px;
}


/* ----------- Typography Page ------------*/
.typography p {
    font-family: 'Roboto';
    font-weight: normal;
}
.heading {
    color: #262626;
    font-family: 'Open Sans';
    font-weight: 800;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.headings p {
    padding-bottom: 25px;
}

.dropcaps {
    padding-top: 70px;
}
.dropcap-text p {
    color: #666666; 
    line-height: 24px;
    padding-bottom: 30px;
}
.dropcap {
    font-family: 'Open Sans';
    font-size: 55px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
}
.dropcap.default {
    color: #262626;
}
.dropcap.box {
   background-color: #4a4a4a;
   color: #ffffff;
   font-size: 40px;
}
.dropcap.round {
    background-color: #2cba77;
    border-radius: 50%;
    color: #ffffff;
    font-size: 35px;
}

.blockquotes {
    padding-top: 68px;
}
.blockquotes blockquote {
    background-color: #ffffff;
    border-left: 4px solid #2cba77;
    color: #666666;
    font-family: 'Lobster';
    font-size: 26px;
}
.blockquotes blockquote span {
    color: #a6a6a6;
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
}
.blockquote-2 blockquote {
    background-color: #eceff1;
}
.text-style {
    padding-top: 30px;
}
.text-style p {
    letter-spacing: .3px;
}
.light-blue {
    color: #2cba77;
}
mark {
    background-color: #2cba77;
    color: #ffffff;
}
.light-black {
    background-color: #4a4a4a;
    color: #ffffff;
}
.tool-tip {
    font-style: italic;
    font-weight: 700;
}
.columns {
    padding-top: 95px;
}
.columns .column {
    clear: both;
    display: inline-block;
    padding-bottom: 10px;
}
.column .title {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}




/* ----------- Index Page 2 ------------*/

.menu-item-has-children {
    position: relative;
}
.menu-item-has-children>a:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    vertical-align: middle;
    right: 2px;
}
.navbar-nav > li .sub-menu {
    background-color: rgba(255, 255, 255, 0.9);
    height: 0;
    position: absolute;
    list-style: none;
	border-top:3px solid #2cba77;
    top: 107px;
    left: 0;
    min-width: 150px;
    overflow: hidden;
    opacity: 0;
}
.navbar-nav>li:hover .sub-menu {
    height: auto;
    opacity: 1;
    padding:0;
	top: 107px;
    overflow: visible;
}
.navbar-nav>li .sub-menu>li {
    display: block;
	white-space: nowrap;
}
.navbar-nav>li .sub-menu>li>a {
    display: block;
    font-family: 'Open Sans';
    font-size: 14px;
    display: inline-block;
    min-width: 100%;
	line-height:24px;
    padding: 8px 15px;
    -webkit-backface-visibility: hidden;
}
.navbar-nav>li .sub-menu>li>a:hover {
    background-color: #ECEFF1;
}
.navbar-nav>li .sub-menu,
.navbar-nav>li .sub-menu>li>a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.is-sticky .navbar-nav>li:hover .sub-menu {
    top: 107px;
}
.is-sticky .navbar-nav>li .sub-menu>li>a {
    padding: 8px 15px;
}
.is-sticky .navbar-nav>li .sub-menu>li>a:hover {
    background-color: #ECEFF1;
}
.toggle_nav_button {
    display: none;
}


.achieve {
    background-color: #eceff1;
}
.achieve .item.media {
    margin: 0;
    padding: 0 10px;
    vertical-align: text-top;
}
.achieve .item-icon {
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 50px;
    line-height: 120px;
    width: 120px;
    height: 120px;
    text-align: center;
}
.achieve .item:first-child .item-icon {
    background-color: #f6a389;
}
.achieve .item:nth-child(2) .item-icon {
    background-color: #c3a4d3;
}
.achieve .item:nth-child(3) .item-icon {
    background-color: #89cea8;
}
.achieve .item:last-child .item-icon {
    background-color: #95a0d3;
}
.achieve .count-number,
.achieve .count {
    font-family: 'Open Sans';
    font-size: 44px;
    font-weight: 800;
}
.achieve .item:first-child .count-number {
    color: #2cba77;
}
.achieve .item:nth-child(2) .count-number,
.achieve .item:nth-child(2) .count {
    color: #9b59b6;
}
.achieve .item:nth-child(3) .count-number {
    color: #27ae60;
}
.achieve .item:last-child .count-number {
    color: #3f51b5;
}
.achieve .item-about {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.achieve .media-left {
    padding-right: 25px;
}
ul.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding-top: 10px;
    text-align: center;
}

    ul.breadcrumb li {
        font-size: 12px;
        text-transform: uppercase;
        color: #666;
    }

    ul.breadcrumb li {
    }

        ul.breadcrumb li:nth-child(2)::before {
            content: "";
            font-family: FontAwesome;
            font-size: 16px;
            line-height: 12px;
            margin-left: 0;
            margin-right: 0px;
        }

        ul.breadcrumb li a {
            color: #2CA7DA;
        }

            ul.breadcrumb li a:hover {
                text-decoration: underline;
                color: #2CA7DA;
            }
.websiteColor {
        color: #2cba77;
}


a.social-Twitter {
    background: url(../../images/twlogo.png) bottom left no-repeat!important;
       float: left!important;
       padding: 12px 50px 5px 50px!important;
       color:grey!important;

}
a.social-Twitter:hover {
    background: url(../../images/twlogo.png) top left  no-repeat !important;
       float: left !important;
       padding: 12px 50px 5px 50px !important;
       color :#00BAEE !important;
} 

a.social-Facebook {
    background: url(../../images/fblogo.png) bottom left no-repeat!important;
       float: left!important;
       padding: 12px 50px 5px 50px!important;
       color:grey!important;
}
a.social-Facebook:hover {
    background: url(../../images/fblogo.png) top left  no-repeat !important;
       float: left !important;
       padding: 12px 50px 5px 50px !important;
       color :#00BAEE !important;
} 
a.social-Linkedin {
    background: url(../../images/lilogo.png) bottom left no-repeat!important;
       float: left!important;
       padding: 12px 50px 5px 50px!important;
       color:grey!important;
}
a.social-Linkedin:hover {
    background: url(../../images/lilogo.png) top left  no-repeat !important;
       float: left !important;
       padding: 12px 50px 5px 50px !important;
       color :#00BAEE !important;
}
a.envelope {
    background: url(../../images/f7_email1.png) bottom left no-repeat!important;
       float: left!important;
       padding: 3px 50px 5px 50px!important;
       color:grey!important;
}
a.envelope:hover {
    background: url(../../images/f7_email1.png) top left  no-repeat !important;
       float: left !important;
       padding: 3px 50px 5px 50px !important;
       color :#00BAEE !important;
}
.DonateIcon {
    background-color: #38B46C;
    padding: 12px 7px 9px 13px !important;
}
#info-side {
    background: #f7f7f7;
background: -moz-linear-gradient(left, #f7f7f7 0%, #f7f7f7 50%, #dddddd 50%, #dddddd 100%);
background: -webkit-linear-gradient(left, #f7f7f7 0%,#f7f7f7 50%,#dddddd 50%,#dddddd 100%);
background: linear-gradient(to right, #f7f7f7 0%,#f7f7f7 50%,#dddddd 50%,#dddddd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dddddd',GradientType=1 );
    display:block;

}
#info-side .side-one {
    background-color: #f7f7f7;
        min-height:100px;
}
#info-side .side-two {
    background-color: #dddddd;
        min-height:100px;
}
.side-two li {
    color: #2f3037;
    display: block;
    line-height: 28px;
    padding: 10px;
    font-size:larger;
}
.side-two li a {
        color: #2f3037;
    }
.side-two li img {
        height:30px;
    }
.side-one li {
    color: #2f3037;
    display: block;
    font-size: 15px;
    line-height: 28px;
}
.side-one li a {
        color: #2f3037;
    }
.page .section-padding-ContentRecord
 {
    padding: 100px 0px 30px 0px;
}

/*karim*/
/* 17 --------- Mission Section ----------*/
.mission,
.about-bottom {
    background:url(../../images/background-w.png), #E65D5C;
    background-repeat: repeat-x!important;
    background-size: 900px auto!important;
    background-position: 0 100%!important
}
.about-bottom {
    background:url(../../images/background-w.png), #5DB28E;
}
.membership {
    background: url(../../images/background-w.png), #80cdec
}
.mission .section-title,
.membership .section-title {
    color: #fff
}
.section-description {
    color: #000;
    text-transform: uppercase
}
.mission .section-details,
.membership .section-details {
    color: #fff
}
.mission .section-details > div {
    margin-bottom: 15px
}

/*  --------- Mission Section ----------*/

.activities {
    background: #fff
}
.activities .resp-tabs-container {
    border-color: #ddd!important;
    font-size: 13px
}
.activities .resp-tabs-container p {
    font-size: 13px
}
.activities .img-responsive {
    width: 340px;
    height: 255px
}

.activities .section-title {
    color: #E65D5C
}
.activities .section-description {
    text-transform: uppercase
}

.activities .resp-tabs-list {
    text-align: center
}
.activities .resp-tab-item {
    border: 1px solid #ddd !important;
    border-bottom: none!important;
    color: #E65D5C;
    background: #fff!important;
    float: none
}

.activities .resp-tab-content {
    border: none;
    border-top: 1px solid #ddd;
    font-size: 0
}
.activities .resp-tab-content > div:first-child {
    width: 35%;
    display: inline-block;
    vertical-align: top
}
.activities .resp-tab-content > div:last-child {
    width: 65%;
    display: inline-block;
    font-size: 13px;
    vertical-align: top
}
.activities .resp-tab-active {
    border: 1px solid #ddd !important;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px 14px !important;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px #fff solid !important;
    color: #333
}
@media screen and (max-width: 768px) {
    .activities .resp-tab-content > div {
        width: 100%!important;
        display: block;
        margin-bottom: 15px
    }
}
@media screen and (max-width: 1367px) and (min-width: 1281px) {
    .section-details {
        padding-top: 20px!important;
    }
}

.owl-page {
    display: inline-block;
    background: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 5px 7px
}
.owl-page.active {
    background: #bbb
}
.owl-controls.clickable {
    margin-top: 20px
}
.membership {
    padding-bottom: 60px
}
.membership .price-table {
    list-style: none;
    padding: 0;
}
#MainContent_divMembership > p:first-child, 
#MainContent_divMembership > p:nth-child(2) {
    background: #222;
    border: 0;
    color: #fff;
    font-weight: 800;
    padding-bottom: 0;
}
#MainContent_divMembership > p {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #888;
    padding: 15px 30px;
    display: block
}
#MainContent_divMembership p:nth-child(2) {
    font-size:1.569em; /*--2.769em;*/
    padding-top: 0;
}
#MainContent_divMembership p:nth-child(3) {
    background: #222;
    border: 0;
    padding-top: 0;
}
.membership .btn {
    background: #80cdec;
}
.membership .btn:hover,
.membership .btn:active {
    color: #ffffff !important;
    background: #6fb2ce;
}
#album-large .right-panel .main .thumb:nth-child(even) {
    margin-right: 0;
}
#album-large .right-panel .main {
    height: calc(100% - 60px);
    overflow: scroll;
}