/*branch page css codes */
/*about us mission and vision page*/
.branch-background
{
	background: url(../images/slide2.jpg) no-repeat;
	background-size: cover;
	width: 100%; 
  
}
.branch-cover
{
	background: rgba(0,0,0,0.4);
	padding: 140px 0px 70px 0px; 
  margin-top: 140px;
}
.branch-background h2
{
	color: #ebf3f3;
	font-weight: 900;
	font-size: 45px;
	text-transform: uppercase;
	text-shadow: 0px 1px 2px black;
	top: 10%;
	padding-bottom: 20px;
}
.about-us
{
	padding: 70px 0px; 
}
.history h2, .our-team h2
{
	font-size: 36px;
	font-weight: 900 !important;
}
.history p
{
	font-size: 15px;
	color: #444;
	text-align: justify;
}
.history h2 span
{
	color: red;
}
.history-padding 
{
	padding-top: 20px;
}
.history img
{
	max-width: 400px;
	padding-top: 50px;
  float: right;
  padding: 15px;
}
 
 
 
/*meet our team section */
.our-team
{
	background: #d47b19;
	color: white;
	opacity: 0.9;
	padding: 70px 0;
}
.our-team-header h2, .our-team-header p
{
	padding-bottom: 20px;
}
 .our-team-header span
 {
 	color: black;
 }
/*.fas
{
	padding-left: 6px;
}*/
  

 /*-------------Start Hover-3-----------*/
.hoverta .hover-3{
	position: relative;
}
.hoverta .single-area-3 .single-img-3 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    cursor: pointer;
}
.hoverta .single-area-3 .single-img-3 img {
    width: 100%;
    height: 100%;
    transition: .3s;
}
.hoverta .single-overlay-3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	visibility: hidden;
    transition: all 0.7s;
    transform: scale(0);
}
.hoverta .single-area-3:hover .single-overlay-3{
	opacity: .5;
	visibility: visible;
	transform: scale(1.1);
}
.hoverta .single-area-3:hover .single-overlay-3 .item-3 .item-3-link{
	left: 20%;
}
.hoverta .single-overlay-3 .item-3 .item-3-link {
	position: absolute;
	top: 20%;
	left: -42%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.hoverta .single-overlay-3 .item-3 .item-3-link a{
	color: #fff;
	font-size: 60px;
}
.hoverta .single-overlay-3 .item-3 .item-3-social{
	position: absolute;
	bottom: 20%;
	right: -25%;
}
.hoverta .single-area-3:hover .single-overlay-3 .item-3 .item-3-social{
	right: 20%;
}
.hoverta .single-overlay-3 .item-3 .item-3-social ul li {
	display: inline-block;
	margin-right: 15px;
}
.hoverta .single-overlay-3 .item-3 .item-3-social ul li a{
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #fff;
}
/*-------------End Hover-3-----------*/


.our-volunteers
{
	background: white;
	padding: 70px 0px; 
}
.our-volunteers h2
{
	font-size: 36px;
	font-weight: 900;
	padding-bottom: 20px;
}
.our-volunteers h2 span 
{
	color: red;
}
/*-------------------------------------------------------------------
     .style-fifteen
--------------------------------------------------------------------*/
.style-fifteen {
  
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(156, 236, 251), rgb(101, 199, 247), rgb(0, 82, 212)) repeat scroll 0% 0%;
  line-height: 1.2em;
}

.style-fifteen *,
.style-fifteen *:before,
.style-fifteen *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.style-fifteen img {
  max-width: 100%;
  height: 300px;
  vertical-align: top;
}

.style-fifteen figcaption {
  position: absolute;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 10px 20px;
  background-color: #ffffff;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.style-fifteen h3,
.style-fifteen p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.style-fifteen h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.style-fifteen p {
  font-weight: 400;
  font-size: 0.9em;
}

.style-fifteen i {
  position: absolute;
  color: #fff;
 font-size: 40px;
line-height: 65px;
  width: 58px;
  bottom: 0;
  right: 0;
  background-color: blue;
  text-align: center;
  -webkit-transform: translateX(58px);
  transform: translateX(58px);
}

.style-fifteen a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-fifteen:hover img,
.style-fifteen.hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateY(-40px);
  transform: translateY(-20px);
}

.style-fifteen:hover figcaption,
.style-fifteen.hover figcaption,
.style-fifteen:hover h3,
.style-fifteen.hover h3,
.style-fifteen:hover p,
.style-fifteen.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.style-fifteen:hover figcaption,
.style-fifteen.hover figcaption {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.style-fifteen:hover h3,
.style-fifteen.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.style-fifteen:hover p,
.style-fifteen.hover p {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  opacity: 0.5;
}

.style-fifteen:hover i,
.style-fifteen.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.volunslide
{
	position: relative;
}
.buttons .n-prev
{
	top: 40%;
	position: absolute;
	left: 2%;
	border: 1px solid #444;
}
.buttons .n-next
{
	top: 40%;
	position: absolute;
	right: 2%;
	border: 1px solid black;
}
.buttons .n-prev:hover
{
	background: rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}
.buttons .n-next:hover
{
	background: rgba(0, 0, 0, 0.5);
	transition: 0.3s;
}


/*gallary photos*/
.gallary
{
	padding: 70px 0px; 
}
 .mr-left-right .col-sm-4
 {
     margin-left: 0px;
     margin-right: 0px;
     
 }
 .style-one {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.style-one *,
.style-one *:before,
.style-one *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

.style-one img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}

.style-one figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px 10px 10px;
  opacity: 0;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.style-one figcaption:before,
.style-one figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.style-one figcaption:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.style-one figcaption:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.style-one figcaption div:before,
.style-one figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}

.style-one figcaption div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.style-one figcaption div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.style-one h2,
.style-one h4 {
  margin: 0;
  text-transform: uppercase;
}

.style-one h2 {
  font-weight: 400;
}

.style-one h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}

.style-one a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.style-one:hover img,
.style-one.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}

.style-one:hover figcaption,
.style-one.hover figcaption {
  opacity: 1;
}

.style-one:hover figcaption:before,
.style-one.hover figcaption:before,
.style-one:hover figcaption:after,
.style-one.hover figcaption:after,
.style-one:hover figcaption div:before,
.style-one.hover figcaption div:before,
.style-one:hover figcaption div:after,
.style-one.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.style-one:hover figcaption:before,
.style-one.hover figcaption:before,
.style-one:hover figcaption:after,
.style-one.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
 

 /*gallary photo code*/
 .photo-detailly
 {
 	height:450px;
 	width: 100%;
 	padding: 10px;
 }
 .photo-detailly img
 {
 	width: 100%;
 	height: 100%;
 	object-fit:cover;
 }
.gallary-head h2
{
	font-size: 25px;
	color: #333;
}
.gallary-head p
{
	font-size: 15px;
	color: #555;
}
.inner-margin .col-md-4
{
    margin-left:0;
    margin-right:0;
}

/*activities page part*/

/*-------------------------------------------------------------------
     .style-eightteen
--------------------------------------------------------------------*/  
.style-eightteen {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.style-eightteen *,
.style-eightteen *:before,
.style-eightteen *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.style-eightteen img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
.style-eightteen .title {
  position: absolute;
  top: 58%;
  left: 25px;
  padding: 5px 10px 10px;
}
.style-eightteen .title:before,
.style-eightteen .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.style-eightteen .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.style-eightteen .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.style-eightteen .title div:before,
.style-eightteen .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.style-eightteen .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.style-eightteen .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.style-eightteen h2,
.style-eightteen h4 {
  margin: 0;
  text-transform: uppercase;
}
.style-eightteen h2 {
  font-weight: 700;
  font-size: 15px;
  background: white;
  color: black;
}
.style-eightteen h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
  font-size: 15px;
}
.style-eightteen figcaption {
  position: absolute;
  bottom: 42%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.style-eightteen figcaption p {
  margin: 0;
}
.style-eightteen a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.style-eightteen:hover img,
.style-eightteen.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
.style-eightteen:hover .title:before,
.style-eightteen.hover .title:before,
.style-eightteen:hover .title:after,
.style-eightteen.hover .title:after,
.style-eightteen:hover .title div:before,
.style-eightteen.hover .title div:before,
.style-eightteen:hover .title div:after,
.style-eightteen.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.style-eightteen:hover .title:before,
.style-eightteen.hover .title:before,
.style-eightteen:hover .title:after,
.style-eightteen.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.style-eightteen:hover figcaption,
.style-eightteen.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.page-activities
{
  padding: 70px 0px;
}
.page-activities h3
{
  font-size: 25px;
}

/*news and article page part*/
.news-head h2
{
  font-size: 30px;
  color: #fc0632;
}
.news-photo-1
{
  float: left;
  max-width: 400px;
  padding: 10px;
}
.article p
{
   text-align: justify;
   font-size: 15px;
}

/*children arts branch page */
.page-date p
{
  font-size: 15px;
}

/*childrens all photos page*/
.childrens
{
  padding: 70px 0px; 
}

/*-------------5.Start Hover-4-----------*/
.hoverta .hover-4{
  position: relative;
}
.hoverta .single-area-4 .single-img-4 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hoverta .single-area-4 .single-img-4 img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.hoverta .single-overlay-4{
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.hoverta .single-area-4:hover .single-img-4 img{
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.hoverta .single-area-4:hover .single-overlay-4{
  right: 0;
  opacity: .9;
}
.hoverta .single-overlay-4 .item-4 .item-4-link {
  position: absolute;
  top: 40%;
  left: 35%;
}
.hoverta .single-overlay-4 .item-4 .item-4-link a{
  color: #fff;
  font-size: 15px;
}
/*-------------End Hover-4-----------*/


/*testimonials page*/
.testimonial
{
  padding: 70px 0px;
}
.testimonial h2
{
  font-size: 35px; 
  color: red;
  font-weight: 600;
  padding-bottom: 20px;
}
.testimonial-1 img, .testimonial-2 img
{
  max-width: 250px;
  
/*  margin:  0px 15px 0px 0px;*/
}
.testimonial-1, .testimonial-2
{
 /* box-shadow: 0px 1px 4px black;*/
  padding: 5px;
  margin-top: 10px;
}
.testimonial-1 h4, .testimonial-2 h4
{
  font-size: 20px;
  color: red;
  text-align: center;
  font-weight: 600;
}
.testimonial-1 h5, .testimonial-2 h5
{
  font-size: 15px;
  color: darkblue;
}
.bar
{
  height: 1px;
  background: black;
  margin-right: 0px;
  width: 50%;
}
.testimonial-1 p, .testimonial-2 p
{

  text-align: justify;
  font-size: 15px;
}
 

/*image hover css for visitors page */
/*-------------------------------------------------------------------
     style-seven
--------------------------------------------------------------------*/  
.style-seven  {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  font-size: 16px;
  line-height: 1.2em;
}
.style-seven  *,
.style-seven  *:before,
.style-seven  *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.style-seven:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
  background: #41295a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2F0743, #41295a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2F0743, #41295a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.style-seven  img {
  max-width: 250px;
  vertical-align: top;
}
.style-seven .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.style-seven  a {
  margin: 2px;
  opacity: 0;
  text-decoration: none;
}
.style-seven  a i {
  display: block;
  font-size: 15px;
  line-height: 40px;
  width: 40px;
  background: #41295a;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #2F0743, #41295a);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #2F0743, #41295a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  text-align: center;
  color: #fff;
}
.style-seven  a i:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.style-seven a:first-of-type {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.style-seven a:last-of-type {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.style-seven:hover:before,
.style-seven.hover:before {
  opacity: 0.5;
}
.style-seven:hover a,
.style-seven .hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.row
{
  margin-right: 0px;
}

.contact
{
    background: white;
    background-size: cover;
}
.contact-cover
{
 /* background: rgba(0, 0, 0, 0.5);*/
    padding: 70px 0px ;
}
.body 
{
  height: auto;
  width: 100%;
  border-radius: 20px;
/*  padding: 50px;*/
}
.contact-address-1, .phone, .email
{
  border: 1px solid #444;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}
.contact-address h3
{
  font-size: 25px;
  font-weight: 600;
  color: red;
}
.contact-address p
{
  font-size: 15px;
  padding-left: 40px;
}
.email  p
{
  margin-bottom: 0;
}
.video-frame h2 
{
  font-size: 25px;
  color: black;
  font-weight: 600;
}

/*donation page */
.donation-main h1
{
  font-size: 25px;
  font-weight: 700;
  color: #444;
  padding-bottom: 20px;
}
.ddonate-first-passege
{
  height: auto;
  overflow: hidden;
}
.donate-first-passege p
{
  font-size: 15px;
  text-align: justify;
}
.donate-first-passege h6
{
  font-size: 22px;
  color: red;
}
.donate-first-passege img
{
  float: right;
  width: 400px;
  height: 350px;
  padding-left: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 600px)
{
  .branch-background h2
    {
      font-size: 15px;
    }
    .bar
    {
      width: 100%;
    }
}


.margin-part
{
  box-shadow: 0px 1px 4px black ;
  max-width: 45%;
  margin: 2.5%;
}