body{
	transition:0.5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	font-family: 'Open Sans', sans-serif;
}
body a:hover{
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'Carter One', cursive;
}
p{
	margin:0;
	font-size: 1em;
    line-height: 2em;
    padding: 0.5em 0 0;
	color:#777;
}
ul,li{
	margin:0;
	padding:0;
}
.header{
	background:url(../images/banner1.jpg)no-repeat 0px 0px;
	background-size:cover;
	min-height:866px;
	-webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
}

.logo h1 a {
    font-size: 1.2em;
    color: #fff;
    text-transform: capitalize;
}
.logo {
    float: left;
    width: 25%;
 }
/*--menu-navigation--*/
/*** Shy menu ***/
.heder-top {
    padding: 3em 0 0;
    position: relative;
}
.shy-menu{
  -moz-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -webkit-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -o-transition: all .4s cubic-bezier(.1,.7,.3,1);
  -ms-transition: all .4s cubic-bezier(.1,.7,.3,1);
  transition: all .4s cubic-bezier(.1,.7,.3,1);
}

.shy-menu-panel ul {
  margin:0;
  padding: 0;
}
.shy-menu-panel ul li{
    display: inline-block;
}
.shy-menu-panel ul li a{
	color:#fff;
	text-decoration:none;
    font-size: 1.2em;
    padding:1em 2em;
	text-transform: capitalize;
	font-family: 'Carter One', cursive;
}
.shy-menu { 
	display: block;
	background-color: rgba(33,40,44,.1);
	color: #fff;
    position: absolute;
    right: 0;
}
.shy-menu-hamburger,.shy-menu { 
	height: 35px;
	width: 35px;
}
.shy-menu.is-open{ 
  background-color:#06091A;
}

.shy-menu.is-open {
    width: 100%;
}
.heder-top,.shy-menu.is-open {
	height: 85px;
}

.shy-menu-panel { 
  margin-left: 0px;
  display: none;
}
.is-open .shy-menu-panel { 
  margin-left: 0;
  display: block;
  width: 95%;
}
/*** Hamburger ***/
.shy-menu-hamburger {
	position: relative;
	left:-15px;
	top: 5px;
	display: block;
	overflow: hidden;
	cursor: pointer;
    float: right;
}
a.shy-menu-hamburger {
    padding-top: 1.5em;
}

.shy-menu-hamburger > .layer {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  overflow: hidden;
  position: absolute;
    left: 5px;
  width: 25px;
}

.shy-menu-hamburger .layer.top { top: 8px; }
.is-open .shy-menu-hamburger .layer.top { 
  top: 17px;
  left: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.shy-menu-hamburger .layer.mid { top: 17px; }
.is-open .shy-menu-hamburger .layer.mid {
  opacity: 0;
  left: 0;
}
.shy-menu-hamburger .layer.btm { top: 26px; }
.is-open .shy-menu-hamburger .layer.btm { 
  top: 17px;
  left: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/*-- nav-hover --*/
.menu__list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu__item {
	display: block;
	margin:0;
}

.menu__link {
	display: block;
	padding: 1em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
	outline: none;
}
/* Horatio Styles */

.menu--horatio .menu__item {
	color: #4e3c3e;
	margin:1em .5em;
	 /*-- w3layouts --*/
}

.menu--horatio .menu__item {
	position: relative;
	-webkit-transition: color .25s;
	transition: color .25s;
}
.menu--horatio .menu__item a {
	position: relative;
}
li.menu__item.menu__item--current a.menu__link {
    color:#C59C45;
}
.menu--horatio .menu__item::before,
.menu--horatio .menu__item::after,
.menu--horatio .menu__item a::before,
.menu--horatio .menu__item a::after {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px solid currentColor;
}

.menu--horatio .menu__item::before {
	border-width: 0 0 0 2px;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.menu--horatio .menu__item::after {
	border-width: 0 2px 0 0;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.menu--horatio .menu__item a::before,
.menu--horatio .menu__item a::after {
	z-index: 2;
}

.menu--horatio .menu__item a::before {
	border-width: 2px 0 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.menu--horatio .menu__item a::after {
	/*-- agileits --*/
	border-width: 0 0 2px;
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}
.menu--horatio .menu__item--current::before,
.menu--horatio .menu__item--current::after,
.menu--horatio .menu__item:hover::before,
.menu--horatio .menu__item:hover::after,
.menu--horatio .menu__item--current a::before,
.menu--horatio .menu__item--current a::after,
.menu--horatio .menu__item:hover a::before,
.menu--horatio .menu__item:hover a::after {
	content: '';
	border-color:#C59C45;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before,
.menu--horatio .menu__item:not(.menu__item--current):hover::after,
.menu--horatio .menu__item:not(.menu__item--current):hover a::before,
.menu--horatio .menu__item:not(.menu__item--current):hover a::after {
	-webkit-animation: horatio-anim .6s ease-in-out;
	animation: horatio-anim .6s ease-in-out;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before {
	-webkit-animation-delay: -.45s;
	animation-delay: -.45s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover a::before {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::after {
	-webkit-animation-delay: -.15s;
	animation-delay: -.15s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover a::after {
	-webkit-animation-delay: 0;
	animation-delay: 0;
}

@-webkit-keyframes horatio-anim {
	0%, 33% {
		opacity: 0;
		-webkit-transform: rotate(45deg) scale(1.5);
		 /*-- w3layouts --*/
		transform: rotate(45deg) scale(1.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes horatio-anim {
	0%, 33% {
		opacity: 0;
		-webkit-transform: rotate(45deg) scale(1.5);
		transform: rotate(45deg) scale(1.5);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* End: Horatio Styles */
/*-- //nav-hover --*/
/*--//menu-navigation--*/

.banner-text {
    margin-top: 20em;
    width: 50%;
}
.banner-text h3 {
    font-size: 3em;
    color: #fff;
	line-height:1.5em;
}
a.but {
    font-size: 1em;
    background: #00b7c9;
    padding: 0.8em 1.5em;
    text-decoration: none;
    display: block;
    width: 22%;
    color: #fff;
    margin-top: 1em;
}
.banner-bottom,.organization,.about-section {
    padding: 5em 0;
	/*-- agileits --*/
}
.banner-info {
    padding: 4em;
}
.banner-info h3 {
    font-size: 2em;
    color: #fff;
    line-height: 1.5em;
}
.banner-info strong {
    font-size: 3em;
	    font-family: 'Carter One', cursive;
	color: #222;
}
h2.tittle {
    font-size: 2.8em;
    color: #fbb040;
	text-align:center;
}
h2.tittle1 {
    font-size: 2.8em;
    color: #fbb040;
}
h2.tittle1 span {
    display: block;
}
.banner-grid1 h5 {
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 1em 0 0;
}
a.button {
    font-size: 1em;
    background: #00b7c9;
    padding: 0.8em 1.5em;
    text-decoration: none;
    display: block;
    width: 16%;
    color: #fff;
    margin-top: 1em;
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
   background: #00b7c9;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fbb040;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,.hvr-rectangle-out:focus,.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
h3.tittle {
    font-size: 2.8em;
    color: #fbb040;
}
.help-section,.causes,.vision  {
    padding: 5em 0;
	background:#E5F0F1;
	text-align:center;
}
.help-grids,.causes-grids,.statistics-grids,.partner-grids,.about-grids {
    margin-top: 4em;
    text-align: center;
}
.help-grid h4 {
    font-size: 1.5em;
    color: #222;
}
.icon {
   
    width: 50px;
    height: 50px;
    padding: 0.5em 0;
    border: 3px solid #00b7c9;
    border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
    display: inline-block;
	 transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
	margin-bottom: 2em;
	background: #00b7c9;
	transition:0.5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.icon i {
    color: #fff;
    display: inline-block;
     font-size: 2em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
	transition:0.5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.icon i:hover {
    color: #00b7c9;
}
.icon:hover {
    border: 3px solid #fbb040;
    background: transparent;
}
.causes-grid h4 {
    font-size: 1.5em;
    color: #222;
}
.causes-grid img {
    -moz-box-shadow: 4px 9px 12px #888;
    -webkit-box-shadow: 4px 9px 12px #888;
    box-shadow: 4px 9px 12px #888;
	-o-box-shadow: 4px 9px 12px #888;
	-ms-box-shadow: 4px 9px 12px #888;
}
.cause-text {
    background: #fff;
    padding: 2em 0;
}
p.progress-bar-text span {
    color: #00b7c9;
}
p.progress-bar-text {
    font-size: 1.1em;
}
a.button1 {
    font-size: 1em;
    background: #00b7c9;
    padding: 0.8em 1.5em;
    display: block;
    color: #fff;
    margin-top: 1em;
    width: 50%;
    margin: 1em auto 0;
}
.statistics {
    background:#000;
    padding: 5em 0;
    text-align: center;
}
.numscroller {
    font-size: 2.5em;
    color: #fff;
    font-family: 'Carter One', cursive;
}
.statistics-grid h5 {
    font-size: 1.1em;
    margin-top: 0.5em;
    color: #B5B4B4;
}
.statistics-text {
   width: 210px;
    height: 210px;
    border-radius: 648px;
    border-color: #ffffff;
    border-width: 2px;
    border-style: none;
    padding: 4.5em 0;
    margin: 0 auto;
    border-left: 6px solid#00b7c9;
}
.testimonials {
    padding: 5em 0;
	text-align:center;
 }
.testimonials p {
    background: url(../images/quote.png) no-repeat 0px 0px;
    padding-left: 3em;
    width: 50%;
    margin: 0 auto;
}
.testimonials h4 a {
    text-decoration: none;
    color: #00b7c9;
    margin-top: 1em;
    display: block;
	    font-size: .95em;
}
.slider {
	position: relative;
	text-align: center;
	width: 100%;
    margin: 3em 0 0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 8px;
	width: 8px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius:50%;
	background:#fff;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
	background:transparent;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 29px;
	z-index: 999;
	left: 46%;
	display: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 73%;
	left: 15%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 15%;
 }
 .success-img {
    width: 10%;
    margin: 0 auto 1em;
}
.success-img img {
    border-radius:10px;
}
/**testimonials**/
.partner {
    padding: 4em 0;
	background: #E5F0F1;
	text-align:center;
}
.partner-left {
    float: left;
    width: 20%;
    margin-right: 2%;
}
.partner-right {
    float: left;
    width: 78%;
}
.partner-left i {
    font-size: 2em;
    color: #fff;
}
.partners {
   background: #00b7c9;
    padding: 3em 1em;
    -moz-box-shadow: 4px 9px 12px #888;
    -webkit-box-shadow: 4px 9px 12px #888;
    box-shadow: 4px 9px 12px #888;
}
.partner-right h4 {
    font-size: 1.5em;
    color: #fff;
    text-transform: capitalize;
}
.partner-right p {
    font-size: .95em;
    color: #eee;
	text-transform: capitalize;

}
.footer-section {
    padding: 5em 0;
}
.footer-grid h4 {
    font-size: 1.5em;
    color: #222;
    text-transform: capitalize;
	    margin-bottom: 0.5em;
}
.footer-grid ul li {
    font-size: 1em;
    list-style: none;
    line-height: 1.8em;
    color: #777;
}
.footer-grid ul li a {
    font-size: 1em;
    list-style: none;
    line-height: 1.8em;
    color: #777;
}
.footer-grid i {
    margin-right: 7px;
    color: #f58025;
}
.footer-grid a {
    color: #777;
}
.footer-grid input[type="text"] {
    width: 80%;
    padding: 1em;
    font-size: 1em;
    margin-top: 1em;
    outline: none;
    border: 2px solid #fbb040;
}
.footer-grid input[type="submit"] {
   font-size: 1em;
    padding: 1em;
    outline: none;
    border: 2px solid #00b7c9;
    color: #FBB040;
    background: #fff;
}
.copy-section {
    padding: 2em 0;
    background: #222;
    text-align: center;
}
.copy-section p {
    font-size: 0.9em;
    color: #eee;
    font-weight: 400;
}
.copy-section a {
    font-size: 1em;
    color: #eee;
    font-weight: 400;
    text-transform: capitalize;
}
.copy{
	float: right;
}
.social-icons {
    float: left;
}
.social-icons a i {
    width: 32px;
    height: 32px;
    background:#f58025  url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	    border-radius: 20px;
}
.social-icons i.icon1:hover {
  background: #00b7c9  url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon1 {
    background-position: 0px 0px;
}
.social-icons i.icon2 {
    background-position: -32px 0px;
}
.social-icons i.icon2:hover {
  background: #00b7c9  url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon3 {
    background-position: -64px 0px;
}
.social-icons i.icon3:hover {
  background: #00b7c9  url(../images/img-sprite.png) no-repeat -64px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon4 {
    background-position: -96px 0px;
}
.social-icons i.icon4:hover {
  background: #00b7c9  url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
/**about**/

.head {
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
    background-size: cover;
    min-height: 170px !important;
}
.ions {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border: 2px solid#FBB040;
    padding-top: .5em;
    font-size: 2em;
    border-radius: 50px;
    color: #00b7c9;
	transition:0.5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.about-grid:hover div.ions{
    background: #fff;
    border: 2px solid#00b7c9;
    color: #FBB040;
}
.about-grid h4 {
    font-size: 1.5em;
    color: #222;
    padding-top: 0.8em;
}
.about1 {
    padding: 2em;
    background: #E5F0F1;
    	border-bottom: 4px solid transparent;
	transition:0.5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.about1:hover {
    border-bottom: 4px solid #00b7c9;

}
.vision-img img {
    margin: 0 auto;
}
.vision-img {
    padding: 3em 0;
}
.vision-grid h4{
	font-size: 1.5em;
    color: #222;
}
.vision-img1 {
    padding-top: 2em;
}
.team{
	padding:5em 0;
	text-align:center;
}
.team-grids {
    margin-top: 4em;
}
.team-gd h4 {
    font-size: 1.5em;
    color: #222;
	text-align:left;
	    padding-top: 1em;
}
.team-gd p {
	text-align:left;
}
.team-gd img {
    border: 5px solid#FBB040;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 30px 5px 30px 5px;
}
.team-gd img:hover {
    border: 5px solid#00b7c9;
}
.team-gd p {
    margin-bottom: 1em;
}
.team-gd span {
    font-size: 1.1em;
    display: block;
    padding: 0.8em 0 0;
    text-align: left;
    color: #00b7c9;
}
/**about**/
/**causes**/
.causes-section {
    padding: 5em 0;
}
.casuse-grid h5 {
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 1em 0 0;
}
.cause-top {
    margin-top: 4em;
}
.casuse-top1 {
    padding: 2em;
    background: #eee;
}
.casuse-img {
    margin: 1em 0;
	border: 1px solid#FBB040;
    padding: .5em;
    box-shadow: 0 0 5px #c3c3c3;
}
.casuse-grid h4,.casuse-grid1 h4 {
    font-size: 1.5em;
    color: #222;
}/**causes**/
.donat1 h3 {
    font-size: 2em;
    color: #222;
}
.donat1 p {
    color: #222;
}
.banner1-text {
    margin-top: 15em;
}
.donat1 input[type="text"] {
    width: 100%;
    padding: 0.8em;
    outline: none;
    border: none;
    margin: 0.8em 0 0;
    font-size: 1em;
    border-radius: 2px;
}
.donat1 input[type="submit"] {
    font-size: 1em;
    outline: none;
    border: none;
    background: #00b7c9;
    padding: 0.8em 0;
    color: #fff;
    display: block;
    width: 57%;
    margin-top: 1.5em;
	transition:0.5s all;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.program-top {
    background: #E5F0F1;
    padding: 2em;
}
.program {
    padding: 5em 0;
}
.program-grids {
    margin-top: 4em;
}
.program-top1 {
    background: #E5F0F1;
    padding: 2em;
}
.program-top1 ul li {
    font-size: 1em;
    line-height: 2em;
    color: #777;
    margin-left: 1em;
}
.program-top1 h3,.program-grid1 h3 {
	 font-size: 2em;
    color: #222;
	margin-bottom:0.5em;
}
.program-top1 {
    background: #E5F0F1;
    padding: 2em;
    margin-top: 2em;
}
.program-top1 input[type="text"] {
    width: 100%;
    padding: 1em;
    font-size: 1em;
    margin-top: 1em;
    outline: none;
    border: none;
    background: #fff;
	border-radius: 3px;
}
.program-top1 input[type="submit"] {
    font-size: 1em;
    padding: 0.95em;
    background: #00b7c9;
    outline: none;
    border: none;
    color: #fff;
    display: block;
    margin-top: 1em;
    width: 35%;
	border-radius: 3px;
}
.helps-grids {
    margin-top: 3em;
}
.helps-grid h4 {
    font-size: 1.5em;
    color: #222;
    margin-top: 0.8em;
}
.helps-grid img {
    border: 1px solid#FBB040;
    padding: .5em;
    box-shadow: 0 0 5px #c3c3c3;
}
/**gallery**/
/* CSS3 Hover Effects */
.img-box, .gallery-text-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img, .gallery-text-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-box {
  position: relative;
}

.gallery-text-box {
  top: 0;
  left: 0;
  position: absolute;
}
.gallery-text-box .gallery-gal-text {
  display: block;
  position: relative;
  padding: 2%;
  float: left;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.separator {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}

.round-box {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.round-box.bubble-effect, .round-box.flip-effect, .round-box.over-flip-effect, .round-box.flip-back-effect, .round-box.switch-3d-effect, .round-box.flip-forward-effect {
  overflow: visible;
}
.round-box .img-box, .round-box .gallery-text-box, .round-box .gallery-gal-text, .round-box img {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.gallery-gal-effect {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.gallery-gal-effect .gallery-gal-text {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-gal-effect .img-box:after, .gallery-gal-effect .img-box:before, .gallery-gal-effect .gallery-text-box:after, .gallery-gal-effect .gallery-text-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.gallery-gal-effect.horizontal .img-box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.horizontal .img-box:after {
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.horizontal .gallery-text-box:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.horizontal .gallery-text-box:before {
  top: 75%;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.gallery-gal-effect.vertical .img-box:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect.vertical .img-box:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect.vertical .gallery-text-box:after {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect.vertical .gallery-text-box:before {
  top: 0;
  left: 75%;
  width: calc(25% + 1px);
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.gallery-gal-effect:hover .img-box:after, .gallery-gal-effect:hover .img-box:before, .gallery-gal-effect:hover .gallery-text-box:after, .gallery-gal-effect:hover .gallery-text-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-gal-effect:hover .gallery-gal-text {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.slow-zoom .img-box {
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}
.slow-zoom:hover .img-box {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.slow-zoom {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.gallery-gal-effect {
    padding: 8px;
    box-shadow: 0px 0px 9px 0px #A9A9A9;
}
.gallery-gal-text h4 {
    color: #fff;
    font-size: 1.5em;
}
.gallery-gal-text p {
    color: #fff;
    font-size: 1em;
    line-height: 2.2em;
}
.gal-btm{
	margin-top:4em;
}
.gal-gd-sec{
	margin:2em 0;
}
.gal-gd img{
	width:100%;
}
.gallery {
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
    padding: 5em 0;
    background: #f7f7f7;
}

/**gallery**/
/*--typo--*/
.short-heading {
    text-align: center;
}
.contact, .page {
    padding: 5em 0;
}
.page-header h3{
	font-size: 2.5em;
	color:#222;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}

.form-horizontal .control-label {
  text-align: left;
}
/*--//typo--*/

h4.tittle1 {
    font-size: 1.5em;
    color: #222;
	margin-bottom:.5em;
}
.contact-grids{
	margin-top:4em;
}
.contct-top {
    margin-top: 3em;
}
.contact-grid h5 {
    font-size: 1.3em;
	color: #222;
	margin-bottom:.5em;
}
.contact-grid span {
    font-size: 1em;
    line-height: 2em;
    color: #777;
}
.contact-grid ul li {
    list-style: none;
    line-height: 2em;
    color: #777;
    font-size: 1em;
}
.contact-grid ul li a {
    color: #777;
}
.contact-grid1 input[type="text"],.contact-grid1 textarea{
	width: 100%;
    padding: .8em;
    font-size: 1em;
    border: none;
}
.contact-grid1 textarea{
	height:140px;
	resize:none;
}
.sel {
    width: 100%;
    padding: .8em .5em;
    border: none;
    font-size: 1em;
    color: #777;
}
.contact-top1 label {
    font-size: 1em;
    font-weight: 600;
    color: #00b7c9;
}
.contact-top1 {
    background: #E5F0F1;
    padding: 2em;
}
.contact-grid1 input[type="submit"] {
    font-size: 1em;
    outline: none;
    border: none;
    background: #00b7c9;
    padding: 0.8em 0;
    color: #fff;
    display: block;
    width: 57%;
    margin: 1.5em auto 0;
    transition: 0.5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.google-map {
    margin-top: 3em;
}
.google-map iframe {
    width: 100%;
    height: 500px;
    border: none;
}
/**donate**/
.donate-section img {
    margin: 0 auto;
}
.donate-section{
	padding:5em 0;
	position:relative;
}
.donate-text {
    position: absolute;
    top: 22em;
    left: 27em;
    width: 24%;
}
.donate-text h3 {
    font-size: 2.5em;
    color: #fbb040;
}
.donate-text span {
    display: block;
    line-height: 1.5em;
}
.donate-text h4 {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #fff;
}
.donate-img {
    margin-top: 4em;
}
.donate-information {
    margin: 0em 7em;
    background: #E5F0F1;
   padding: 3em 3em;
}
ul.infor li {
    display: inline-block;
    border: 1px solid #DEDEDE;
	padding: 2em 3em;
    border-radius: 5px;
    font-size: 1em;
    color: #777;
    background: #fff;
}
ul.infor {
    margin-top: 2em;
}
.donate-information h3 {
    font-size: 2.5em;
    color: #fbb040;
}
ul.infor label {
    font-weight: 600;
}
.donate-information span {
    margin: 0em 1em;
}
ul.infor li:nth-child(5) {
    margin-top: 2em;
}
.infor input[type="text"] {
    font-size: 1em;
    padding: 0.8em;
    border: none;
    background: #E5F0F1;
	outline: none;
}
.sel1 {
    width: 90%;
    padding: .8em .5em;
    border: none;
    font-size: 1em;
    color: #777;
	outline: none;
}
.campaign {
    margin: 1em 0;
}
.check label {
    font-weight: 600;
    color: #777;
}
.information {
    margin: 0em 7em;
    background: #E5F0F1;
    padding: 0em 3em;
}
.information span{
	color: #777;
    font-size: 1em;
    line-height: 1.8em;
	display: block;
    padding-bottom: 1em;
}
.information input[type="text"],.information textarea {
        width: 100%;
    padding: 0.8em;
    font-size: 1em;
    outline: none;
    border-radius: 4px;
    border: 1px solid #CAC4C4;
}
.information textarea {
    resize: none;
    height: 150px;
}
.row {
    padding: 1em 0;
}
.row1 {
    margin-top: 1em;
}
.information label {
    font-size: 0.95em !important;
    color: #2d3134 !important;
}
button.submit {
    font-size: 1em;
    padding: 0.8em;
    display: block;
    margin-top: 1em;
    outline: none;
    background: #00b7c9;
    color: #fff;
    border: none;
    width: 20%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-left: 1em;
}
button.submit:hover{
	 background: #fbb040;
}
form-control:focus {
    border:none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sel2 {
    width: 90%;
    padding: .8em .5em;
    border: none;
    font-size: 1em;
    color: #777;
    outline: none;
}
.row2 {
    background: #E5F0F1;
    padding: 3em 3em;
    margin: 0em 7em;
}
.number {
    padding: 0 1em;
}
h3.donate-title {
    font-size: 2.5em;
    color: #fbb040;
    margin-bottom: 0.5em;
}
figure {
    margin: 0;
    padding: 0;
    height: 420px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border:none;
}

figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
	text-align: center;
}

figcaption h4 {
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    left: 100%;
    margin:8em 0 0.8em;
    font-size: 1.5em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

figcaption p {
    padding: 0em 7em;
    margin-bottom: 0;
    position: relative;
    left: 100%;
	margin-bottom:1em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
	text-align:center;
	line-height:1.8em;
	color:#eee;
	    font-size: 0.95em;
}
figcaption ul{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
figure:hover h4,figure:hover p,figure:hover ul{
    left: 0;
}
figure img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}
figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.progress-bar {
	background-color: #F7F7F7;
    height: 25px;
    padding: 5px;
    width: 255px;
    margin: 1em 0 1em 0;
    line-height: 0px;
}
.progress-bar span {
  display: inline-block;
  height: 100%;
  background-color: #777;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
  -webkit-transition: width .4s ease-in-out;
  -moz-transition: width .4s ease-in-out;
  -ms-transition: width .4s ease-in-out;
  -o-transition: width .4s ease-in-out;
  transition: width .4s ease-in-out;
}	
.orange span {
  background-color: #fecf23;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fecf23), to(#fd9215));
  background-image: -webkit-linear-gradient(top, #fecf23, #fd9215);
  background-image: -moz-linear-gradient(top, #fecf23, #fd9215);
  background-image: -ms-linear-gradient(top, #fecf23, #fd9215);
  background-image: -o-linear-gradient(top, #fecf23, #fd9215);
  background-image: linear-gradient(top, #fecf23, #fd9215);
}
.shine span { position: relative; }

.shine span::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: animate-shine 2s ease-out infinite;
  -moz-animation: animate-shine 2s ease-out infinite;
}
 @-webkit-keyframes 
animate-shine {  0% {
opacity: 0;
width: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 0;
width: 95%;
}
}
 @-moz-keyframes 
animate-shine {  0% {
opacity: 0;
width: 0;
}
 50% {
opacity: .5;
}
 100% {
opacity: 0;
width: 95%;
}
}
/*responsive*/
@media(max-width:1440px){
.header {
  min-height: 773px;
}
.donate-text {
    position: absolute;
    top: 24em;
    left: 22em;
    width: 27%;
}
}
@media(max-width:1366px){
.header {
    min-height: 741px;
}
.banner-text {
    margin-top: 13em;
}
.donate-text {
   left: 19em;
    width: 29%;
}	
}
@media(max-width:1280px){
.header {
    min-height: 685px;
}
.banner-text {
    margin-top: 11em;
}
.donate-text {
    left: 16em;
    width: 30%;
    top: 25em;
}	
}
@media(max-width:1080px){
.donat {
    width: 34%;	
}
.banner-text {
    margin-top: 12em;
}
.header {
    min-height: 580px;
}
.shy-menu-panel ul li a {
    padding: 1em 1.5em;
}
.donat h3,.banner-info h3,.program-top1 h3, .program-grid h3,.program-top1 h3, .program-grid1 h3{
    font-size: 1.8em;
}
h2.tittle1,h2.tittle {
    font-size: 2.5em;
}
.banner-text h3 {
    font-size: 2.5em;
}
a.but {
    width: 27%;
}
.banner-info strong {
    font-size: 2.5em;
}
.banner-grid1 h5 {
    font-size: 1em;
}
p {
    font-size: 0.96em;
}
a.button {
    width: 20%;
}
h3.tittle {
    font-size: 2.5em;
}
.help-grid h4 ,.footer-grid h4,.about-grid h4,.vision-grid h4,.team-gd h4,.casuse-grid h4, .casuse-grid1 h4,.helps-grid h4,h4.tittle1{
    font-size: 1.4em;
}
.head {
 min-height: 145px !important;
}
figure {
    height: 338px;
}
figcaption h4 {
    margin: 5.5em 0 0.8em;
}
.causes-grid h4 {
    font-size: 1.3em;
}
.progress-bar {
    width: 204px;
}
a.button1 {
    width: 61%;
}
.partner-right h4 {
    font-size: 1.26em;
}
p.progress-bar-text {
    font-size: 1em;
}
.casuse-grid h5 {
    font-size: 1em;
}
.donate-text h3,.donate-information h3,h3.donate-title {
    font-size: 2em;
}
.donate-text h4 {
    font-size: 1.1em;
}
.donate-text {
    left: 10em;
    width: 37%;
    top: 25em;
}
.donate-information {
    margin: 0em 0em;
}
.information {
    margin: 0em 0em;
}
.row2 {
    margin: 0em 0em;
}
}
@media(max-width:991px){
.donat {
    width: 50%;
}
.shy-menu-panel ul li a {
    padding: 1em 1em;
    font-size: 1em;
}
.heder-top, .shy-menu.is-open {
    height: 76px;
}
.banner-text {
    margin-top: 12em;
    width: 64%;
}
.banner-text h3 {
    font-size: 2.2em;
}
.banner-grid {
    float: left;
    width: 40%;
}
.banner-grid1 {
    float: left;
    width: 60%;
}
.donat h3, .banner-info h3, .program-top1 h3 {
    font-size: 1.5em;
}
h2.tittle1, h2.tittle {
    font-size: 2.2em;
}
h3.tittle {
    font-size: 2.2em;
}
a.button {
    width: 29%;
}
.banner-bottom, .organization, .about-section,.help-section, .causes, .vision ,.statistics,.testimonials,.footer-section,.team,.causes-section,.gallery,.program,.contact, .page,.donate-section{
    padding: 4em 0;
}
.help-grid {
    float: left;
    width: 33.3%;
}
.organization-grid {
    float: left;
    width: 60%;
}
.organization-grid1 {
    float: left;
    width: 40%;
}
figure {
    height: 233px;
}
figcaption h4 {
    margin: 2em 0 0.8em;
}
figcaption p {
    padding: 0em 4em;
}
.causes-grid,.statistics-grid,.partner-grid,.about-grid,.team-gd {
    float: left;
    width: 50%;
}
.progress-bar {
    width: 330px;
}
.causes-grid:nth-child(3),.causes-grid:nth-child(4) {
    margin-top: 2em;
}
.statistics-grid:nth-child(3),.statistics-grid:nth-child(4) {
    margin-top: 2em;
}
.partner-grid:nth-child(3),.partner-grid:nth-child(4) {
    margin-top: 2em;
}
.about-grid:nth-child(3),.about-grid:nth-child(4) {
    margin-top: 2em;
}
.team-gd:nth-child(3),.team-gd:nth-child(4) {
    margin-top: 2em;
}
.success-img {
    width: 14%;
}
.testimonials p {
    width: 70%;
}
.footer-grid,.vision-grid {
    float: left;
    width: 33.3%;
}
.footer-grid:nth-child(1),.footer-grid:nth-child(3) {
    padding: 0;
}
.footer-grid input[type="text"] {
    width: 77%;
}
.casuse-grid {
    float: left;
    width: 60%;
}
.help-grid h4, .footer-grid h4, .about-grid h4, .vision-grid h4, .team-gd h4, .casuse-grid h4, .casuse-grid1 h4, .helps-grid h4, h4.tittle1 {
    font-size: 1.35em;
}
.casuse-grid1 {
    float: left;
    width: 40%;
}
.cause-left {
    float: left;
    width: 50%;
}
.cause-right {
    float: left;
    width: 50%;
}
.casuse-grid h5 {
    font-size: .96em;
}
.gal-gd {
    float: left;
    width: 33.3%;
    padding: 0 6px;
}
.gal-gd-sec {
    float: left;
    width: 50%;
    padding: 0 6px;
}
.separator {
    margin: 7px auto;
}
.program-grid {
    float: left;
    width: 40%;
}
.program-grid1 {
    float: left;
    width: 60%;
}
.helps-grid {
    float: left;
    width: 50%;
}
.page-header h3 {
    font-size: 2em;
}
.contact-grid {
    float: left;
    width: 50%;
}
.contact-grid1 {
    float: left;
    width: 50%;
}
.contact-left,.contact-right {
    float: left;
    width: 50%;
	padding: 0 5px;
}
.google-map iframe {
    width: 100%;
    height: 350px;
}
.donate-text {
    left: 12em;
    width: 37%;
    top: 22em;
}
.row-grid {
    float: left;
    width: 50%;
}
.card {
    float: left;
    width: 50%;
}
.date {
    float: left;
    width: 25%;
}
}
@media (max-width: 768px){
.donate-text {
    left: 4em;
    width: 49%;
    top: 22em;
}
}
@media (max-width: 736px){
.banner-info {
    padding: 3em;
}
h2.tittle1, h2.tittle {
    font-size: 2em;
}
.banner-text h3 {
    font-size: 2em;
}
a.button {
    width: 30%;
}
a.but {
    width: 28%;
}
h3.tittle {
    font-size: 2em;
}
.banner-bottom, .organization, .about-section, .help-section, .causes, .vision, .statistics, .testimonials, .footer-section, .team, .causes-section, .gallery, .program, .contact, .page,.partner,.donate-section {
    padding: 3em 0;
}
.progress-bar {
    width: 315px;
}
.numscroller {
    font-size: 2em;
}
.donat h3, .banner-info h3, .program-top1 h3, .program-grid h3, .program-top1 h3, .program-grid1 h3 {
    font-size: 1.7em;
}
.footer-grid input[type="submit"] {
    margin-top: 0.5em;
}
figure {
    height: 229px;
}
.information {
    margin: 0em;
}
}
@media(max-width:667px){
.donat {
    width: 55%;
}
a.button {
    width: 34%;
}
.progress-bar {
    width: 280px;
}
.help-grid h4, .footer-grid h4, .about-grid h4, .vision-grid h4, .team-gd h4, .casuse-grid h4, .casuse-grid1 h4, .helps-grid h4, h4.tittle1 {
    font-size: 1.29em;
}
.banner-grid {
      width: 100%;
}
.logo h1 a {
    font-size: 1em;
}
a.but {
    width: 32%;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -88px 0px;
    background-size: cover;
}
.banner-grid1 {
      width: 100%;
}
.banner-grid {
    width: 100%;
    margin-top: 2em;
}
a.button {
    width: 20%;
}
.organization-grid {
     width: 100%;
}
.organization-grid1 {
     width: 100%;
	 margin-top: 2em;
}
.shy-menu-panel ul li a {
    padding: 1em .5em;
  
}
figcaption h4 {
    margin: 6em 0 0.8em;
}
figure {
    height: 350px;
}
.footer-grid {
    width: 100%;
	padding:0;
}
.footer-grid:nth-child(2){
	margin:2em 0;
}
.head {
    min-height: 145px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
h3.tittle {
    font-size: 1.8em;
}
.casuse-grid {
    width: 100%;
}
.casuse-grid1 {
    width: 100%;
	margin-top:2em;
}
.help-grids, .causes-grids, .statistics-grids, .partner-grids, .about-grids,.cause-top,.team-grids,.program-grids,.contact-grids,.gal-btm {
    margin-top: 3em;	
}
.program-grid {
    width: 100%;
}
.program-grid1 {
    width: 100%;
	margin-top:2em;
}
.contact-grid {
    width: 100%;
}
.contact-grid1 {
  margin-top:2em;
    width: 100%;
}
.gallery-gal-text h4 {
    font-size: 1.2em;
}
.gallery-gal-text p {
    line-height: 1.5em;
	font-size:0.95em;
}
.donate-text {
    left: 4em;
    width: 49%;
    top: 18em;
}
ul.infor li {
    padding: 2em 2em;
}
.information label {
    font-size: 0.9em !important;
}
.creditly-wrapper label {
   font-size: 0.9em !important;
   font-weight: 600 !important;
}
.donate-img {
    margin-top: 3em;
}
}
@media(max-width:640px){
.shy-menu-panel ul li a {
    padding: 1em .4em;
}
.shy-menu-hamburger {
   left: 0px;
}
.progress-bar {
    width: 268px;
}
a.button {
    width: 22%;
}
.help-grid {
    width: 100%;
}
.help-grid:nth-child(2){
    margin: 2em 0;
}
a.but {
    width: 33%;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -110px 0px;
    background-size: cover;
}
figure {
    height: 310px;
}
.testimonials p {
    width: 85%;
}
.head {
    min-height: 120px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
.donat h3, .banner-info h3, .program-top1 h3, .program-grid h3, .program-top1 h3, .program-grid1 h3 {
    font-size: 1.5em;
}
figcaption h4 {
    margin: 5em 0 0.8em;
}
.donate-text {
    left: 4em;
    width: 54%;
    top: 15em;
}
.donate-text h4 {
    font-size: 1em;
}
ul.infor li {
    padding: 2em 1em;
}
.card {
     width: 100%;
	     padding: 0;
}
.date {
    float: left;
    width: 50%;
    margin-top: 2em;
	padding: 0;
}
.number {
    padding: 0 0em;
}
.sel2 {
    width: 98%;
}
}
@media(max-width:600px){
.header {
    background: url(../images/banner1.jpg)no-repeat -149px 0px;
    background-size: cover;
}
.head {
    min-height: 120px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
.banner-text {
    margin-top: 12em;
    width: 69%;
}
.progress-bar {
    width: 245px;
}
.gal-gd, .gal-gd-sec {
    width: 60%;
    float: none;
    padding: 0;
    margin: 0 auto 27px;
}
}
@media(max-width:568px){
.donat {
    width: 57%;
}
.banner-text {
    margin-top: 7em;
    width: 73%;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -57px 0px;
    background-size: cover;
    min-height: 418px;
}
a.button {
    width: 24%;
}

figure {
    height: 295px;
}
figcaption h4 {
    margin: 4.5em 0 0.8em;
}
.progress-bar {
    width: 230px;
}
.numscroller {
    font-size: 1.8em;
}
.head {
    min-height: 120px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
ul.infor li {
    padding: 1em .4em;
}	
}
@media(max-width:480px){
.menu__item:nth-child(1){
		margin:4em 0 0 !important;
}
.menu--horatio .menu__item {
		margin: .5em 0 0;
		display: block;
}
.menu__list {
		display: block;
}
.shy-menu-panel ul {
		text-align: center;
		background: #06091A;
		z-index: 9999;
		padding: 0 1em 1em;
}
.is-open .shy-menu-panel {
		width: 100%;
}
.shy-menu-panel ul li a {
		padding: .8em 0;
}
.donat {
    width: 62%;
    padding: 2em;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -80px 0px;
    background-size: cover;
    min-height: 425px;
}
.banner-text {
    margin-top: 7em;
    width: 88%;
}
.head {
    min-height: 120px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
a.button {
    width: 29%;
}
figcaption h4 {
    margin: 2em 0 0.8em;
}
figure {
    height: 240px;
}
.information {
    margin: 0em 0em 0em;
}
.causes-grid, .statistics-grid, .partner-grid, .about-grid, .team-gd {
    width: 100%;
}
.progress-bar {
    width: 402px;
}
.causes-grid:nth-child(2),.statistics-grid:nth-child(2),.partner-grid:nth-child(2),.about-grid:nth-child(2),.team-gd:nth-child(2) {
    margin-top: 2em;
}
.vision-grid {
    width: 100%;
}
.vision-grid:nth-child(2){
	margin: 2em 0;
}
a.button1 {
    width: 40%;
}
.donate-text {
    left: 2em;
    width: 66%;
    top: 11em;
}
.donate-information{
    padding: 3em 1em;
}
.information {
    padding: 1em 1em;
}
.gal-gd, .gal-gd-sec {
    width: 80%;
}
.google-map iframe {
    width: 100%;
    height: 230px;
}
.contact-top1 {
    padding: 1em;
}
.social-icons {
    float: none;
}
.information input[type="submit"] {
    width: 28%;
}
button.submit {
    width: 32%;
}
.row2 {
    padding: 0em 1em 1em;
}
}
@media(max-width:414px){
.donat {
    width: 73%;
    padding: 2em;
}
.logo h1 a {
    font-size: .9em;
}
.banner-text h3 {
    font-size: 1.8em;
}
a.button {
    width: 34%;
}
.banner-text {
    margin-top: 6em;
    width: 94%;
}
button.submit {
    width: 40%;
}
a.but {
    width: 36%;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -80px 0px;
    background-size: cover;
    min-height: 400px;
}
figure {
    height: 195px;
}
figcaption p {
    padding: 0em 1em;
}
figcaption h4 {
    margin: 1.2em 0 0.8em;
}
.progress-bar {
    width: 337px;
}
.testimonials p {
    width: 100%;
}
.banner-bottom, .organization, .about-section, .help-section, .causes, .vision, .statistics, .testimonials, .footer-section, .team, .causes-section, .gallery, .program, .contact, .page, .partner, .donate-section {
    padding: 2em 0;
}
.help-grids, .causes-grids, .statistics-grids, .partner-grids, .about-grids, .cause-top, .team-grids, .program-grids, .contact-grids,.gal-btm {
    margin-top: 2em;
}
.contct-top {
    margin-top: 2em;
}
.donate-img,.helps-grids {
    margin-top: 2em;
}

.cause-left,.contact-left {
    width: 100%;
}
.cause-right,.contact-right {
     width: 100%;
	 margin-top:2em;
}
.heder-top {
    padding: 2em 0 0;
}
.head {
    min-height: 100px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
.page-header h3 {
    font-size: 1.8em;
}
h1#h1-bootstrap-heading {
    font-size: 1.6em;
}
h2#h2-bootstrap-heading {
    font-size: 1.5em;
}
h3#h3-bootstrap-heading {
    font-size: 1.4em;
}
button.btn.btn-lg {
    font-size: 0.9em;
    margin: 0 0 0.5em 0px;
    padding: 9px;
}
.page-header {
    padding-bottom: 9px;
    margin: 24px 0 20px;
}
}
@media(max-width:384px){
.donat {
    width: 80%	
}
a.button {
    width: 37%;
}
h2.tittle1, h2.tittle {
    font-size: 1.8em;
}
figcaption h4 {
    margin: .2em 0 0.8em;
}
figure {
    height: 179px;
}
.progress-bar {
    width: 306px;
}
a.button1 {
    width: 41%;
}
.banner-text {
    margin-top: 6em;
}
a.but {
    width: 39%;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -160px 0px;
    background-size: cover;
    min-height: 435px;
}
.head {
    min-height: 100px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
.donate-text h3, .donate-information h3, h3.donate-title {
    font-size: 1.5em;
}
.donate-text h4 {
    font-size: .9em;
}
ul.infor li {
    padding: 1em 1em;
}
.information input[type="text"], .information textarea {
    padding: 0.5em;
}
.success-img {
    width: 31%;
}
ul.infor li:nth-child(3),ul.infor li:nth-child(4) {
    margin: 2em 0;
}
.donate-text {
    left: 2em;
    width: 66%;
    top: 9em;
}
.creditly-wrapper .form-control {
    padding: 1em 0.8em!important;
    margin-bottom: 12px !important;
    outline: none;
}
}
@media (max-width: 375px){
a.button {
    width: 39%;
}
h2.tittle1 {
    line-height: 1.2em;
}
.donat {
    width: 82%;
}
figcaption p {
    padding: 0em .5em;
}
figure {
    height: 180px;
}
figcaption h4 {
    margin: .8em 0 0.5em;
}
.progress-bar {
    width: 300px;
}
a.but {
    width: 41%;
}
a.button1 {
    width: 43%;
}
ul.infor li {
    padding: 1em .9em;
}
.donate-text {
    left: 2em;
    width: 66%;
    top: 8em;
}
}
@media (max-width: 320px){
.donat {
    width: 81%;
    padding: 1em;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -195px 0px;
    background-size: cover;
    min-height: 445px;
}
.donat input[type="text"] {
    font-size: 0.9em;
}
.donat input[type="submit"] {
    font-size: 0.95em;
    padding: 0.5em 0;
}
.banner-text {
    margin-top: 4em;
}
.banner-text h3 {
    font-size: 1.6em;
}
.header {
    background: url(../images/banner1.jpg)no-repeat -130px 0px;
    background-size: cover;
    min-height: 358px;
}
.banner-grid1,.organization-grid1,.casuse-grid1,.cause-right, .contact-right,.program-grid1,.contact-grid1 {
    margin-top: 1em;
    padding: 0;
}
a.button {
    width: 42%;
}
.help-grid,.organization-grid,.causes-grid, .statistics-grid, .partner-grid, .about-grid, .team-gd ,.casuse-grid,.cause-left, .contact-left,.program-grid,.contact-grid {
    padding: 0;
}
figure {
    height: 163px;
}
figcaption h4 {
    margin: .5em 0 0.5em;
}
.progress-bar {
    width: 270px;
}
a.button1 {
    width: 46%;
}
.heder-top {
    padding: 1em 0 0;
}
.head {
    min-height: 80px !important;
    background-size: cover;
    background: url(../images/banner1.jpg)no-repeat 0px 0px;
}
.helps-grid {
    width: 100%;
}
.helps-grid:nth-child(2) {
    margin-top: 1em;
}
.google-map iframe {
    width: 100%;
    height: 150px;
}
.donate-text {
    left: 2em;
    width: 89%;
    top: 7.5em;
}
a.but {
    width: 49%;
}
.donate-information, .information {
    padding: 0.8em 1em;
}
.row-grid {
    width: 100%;
}
.row-grid:nth-child(2) {
    margin-top: 0.5em;
}
.row {
    padding: 0.5em 0;
}
.date {
    width: 100%;
    margin-top: 1em;
}
.sel1 {
    width: 100%;
}
.infor input[type="text"] {
    width: 66%
}
ul.infor li:nth-child(5) {
    margin-top: 0em;
}
ul.infor li:nth-child(2) {
    margin: 1em 0 0;
}
ul.infor li:nth-child(3) {
    margin: 1em 0;
}
ul.infor li:nth-child(4) {
    margin: 0em 0 1em;
}
ul.infor {
    margin-top: 1em;
}
.information input[type="submit"] {
    width: 34%;
}
button.submit {
    font-size: 0.95em
}
.banner-grid {
    padding: 0;
}
}