
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */

*{
	margin:0;
	padding:0;
}
body{
font-size: 16px;
line-height: 27px;
font-family: "Poppins", Helvetica, Arial, sans-serif;
color: #000;
}

.header{
	background-color: rgba(0,0,0,0);
	width:100%;
			z-index:100;
            text-align: left;
			transition: all .9s ;
			-webkit-transition: all .2s ;
 margin: 0px;
 position:absolute;
}
.sticky{
top: 0px;
position: fixed;
background:rgba(255,255,255);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.logo img{
	width: 200px;
	float: left;
	margin-top: 25px;
}
.logo1{display: block;}
.logo2{display: none;}
.header.sticky .logo1{display: none;}
.header.sticky .logo2{display: block;}
.header .nav{
	float: right;
	margin-top: 7px;
}	
.header .nav li{display: inline-block;margin: 0px;padding: 0px;}
.header .nav a{
	margin-right: 0px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding: 20px 0px; 
}
.header.sticky .nav a{color: #000;font-weight: 400;}

.header .nav .active{
	border-bottom:2px solid #fff; 
	color: #fff;
}
.header .nav .active i{opacity: 1;}
.header .nav a:hover{
	color:#EE3158 !important; 
	text-decoration: none;
	background:transparent;
}
.header.sticky .active-a{
	color:#EE3158 !important;
}
.header .active-a{
	color:#EE3158 !important;
}
.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color:#fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.side-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 17px;
  color: #000; 
  display: block;
  transition: 0.3s;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #000 !important;
}
.nav-toggle{
	font-size: 15px;
	color: #000;
	float: right;
	cursor: pointer;
	display: none;
}
/* End Navigation */
.wrap{width: 85%;margin: 0 auto;}
/*--- END SLIDE ----*/

/*---- 	A B O U T    U S----*/
.about-us{
	padding: 80px 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.about-us::after {
    content: "";
    width: 40%;
    height: 250px;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -1;
}
.about-us h2{font-size: 12px;letter-spacing: 5px;text-transform: uppercase;color: #EE3158;}
.about-us h1{font-size: 30px;font-weight: 800;margin: 15px 0px;}
.about-us p{color: #777;width: 500px;margin: 0 auto;font-size: 12px;font-weight: 300;line-height: 19px;}
.about{
padding: 50px;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px 0px
rgba(0, 0, 0, 0.05);
margin-top: 50px;
}
.about h3{margin: 10px  0px;}
.about p{width: 100%;}

/*---- M I S S I O N   P A R A L L A X ---*/
#mission-parallax{
	color: #fff;
}
#mission-parallax h3{
	font-size: 24px;
	font-weight: 800;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#mission-parallax h3::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 40px;
	background: #EE3158;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#mission-parallax h4{
	font-size: 17px;
	font-weight: 800;
	position: relative;
	padding-bottom: 15px;
}
#mission-parallax img{filter: grayscale(80%);}
#mission-parallax p{font-weight: 200;font-size: 14px;padding: 0px 15px;}
#mission-parallax .section {
    width: 100%;
  background: rgba(0, 0, 0,0.8);
  height: auto;
  padding: 150px 0px;
  }
.section-1{
	width:100%;
	padding: 50px 0px;
	overflow:hidden;
}
.section-1 h1{font-size: 26px;font-weight: 800;margin-bottom: 30px;position: relative;
padding-bottom: 0px;
}
.section-1 h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background: #EE3158;
	bottom: 0;
	left: 0;
	right: 0;
}
.buz{
	position: relative;
	transition: all .6s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}
.buz img{
	min-height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	position: relative;
}
.buz-inner{
	background: rgba(0,0,0,0.1);
	z-index: 1;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.buz:hover{
	transform: scale(1.07);
    z-index: 100!important;
    position: relative;
}
.buz:hover .buz-inner{
	background: rgba(0,0,0,0.6);
}
.show-content{
	position: absolute;
    transition: all .6s ease-out;
    top: 10px;left: 10px;
    color: #fff;
    z-index: 2;
    padding: 10px;
	opacity: 0;
	visibility: hidden;
}
.buz:hover .show-content{opacity: 1;visibility: visible;}
.show-content h2{font-size: 16px;color: #fff;font-weight: 800;}
.show-content p{font-size: 9px;line-height:13px;color: #fff;margin-top: 10px;}
.section-1 h3{font-size: 15px;color: #222;margin-top: 30px;font-weight: 502;line-height: 20px;padding-bottom: 7px;}
.buz:hover h3{visibility: hidden;}
.section-1 button{border: 1px solid #000;padding:5px 30px;
	font-size: 12px;background: transparent;transition: all .6s ease-in-out;
	margin-top: 20px;
}
.section-1 button:hover{padding: 5px 35px;}
.section-1 a{color: #000;}
/*--PARALLAX---*/

.parallax-container {
  height: auto;
  color: rgba(255,255,255,.6);
  position: relative;
  left: -0.1px;
  text-align: center;
}
.parallax-container h1{
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#home-parallax .section {
  width: 100%;
  background: rgba(0, 0,0,0.9);
  height: auto;
  padding: 150px 0px;
}
#home-parallax p{margin-bottom: 40px;}
.parallax-container form{width:385px;margin: 0 auto; }
.parallax-container button{
	background: transparent;
	border: 2px solid rgba(255,255,255,.6);
	height: 40px;
	padding: 0px 15px;
	padding-left: 15px;
	color: #fff;
	cursor: pointer;
	width: 130px;
	float: right;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	transition: all .6s ease-in-out;
	margin: 0 !important;
	display: inline-block;
}

.parallax-container button span{
	width: 0px;
	transition: all .6s ease-in-out;
	height: 1px;
	background: rgba(255,255,255,.6);
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 20px;
}
.parallax-container button:hover{
	padding-left: 35px;
}
.parallax-container button:hover span{
	width: 20px;
}
.parallax-container input{
	margin: 0;
	color: #fff;
	height: 40px;
	width: 250px;
	border: 2px solid rgba(255,255,255,.6);
	padding-left: 10px;
	font-size: 13px;
	background: transparent;
	display: inline-block;
	float: left;
}

/*--------------- Featured causes ---------
--------------------------------------
--------------------------------------*/
.featured-news{
  width: 100%;
  overflow: hidden;
  padding: 30px 0px;
}
.featured-news h1{
  color: #000;
  font-size: 26px;
  text-align: left;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
}
.featured-news h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background: #EE3158;
	bottom: 0;
	left: 0;
	right: 0;
}
.featured-news .owl-carousel{
  padding: 20px 0px;
}
.featured-news .item{
  border-radius: 4px;
	padding: 10px 5px;
  height: 450px;

}
.featured-news h2{
	font-weight: 800;
	margin-bottom: 5px;
}
.featured-news .owl-prev{
	font-size: 80px;
	position: absolute;
	left: -5%;
	top: 45%;
}
.featured-news .owl-prev span{
  font-size: 20px;
}
.featured-news .owl-next span{
  font-size: 20px;
}
.featured-news .owl-next{
	font-size: 80px;
	position: absolute;
	right: -5%;
	top: 45%;
}
.featured-news .owl-dots{
	display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #000;
}
.owl-carousel .owl-stage-outer{height: 500px;}
.news{
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;height: 460px;
}
.news p{width: 100%;text-align: left;}
.news .img-hold{
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.news .text{
  padding: 15px;
}
.news h2{text-transform: uppercase;font-size: 11px;font-weight: 900;color: #0059b3;}
.news h3{color: #000;font-weight: 900;font-size: 13px;}
.news h3 i{color: #888;}
.news p{font-size: 14px;color: #999;}
.news-notif p{color: #999;padding-top: 30px;font-size: 12px;position: absolute;bottom: 10px;}
.featured-news .bottom button{display: inline-block;}
.featured-news .bottom p{display: inline-block;width: auto;font-size: 14px;margin: 0px 8px;}
/*---------------featured content ---------
--------------------------------------
--------------------------------------*/
/*---PARTNERS --*/
.partners {
  background: #fff;
  width: 100%;
  padding: 70px 0px;
  text-align: center; 
}
  .partners h1 {
    font-size: 20px;
    letter-spacing: 8px;
    margin-bottom: 40px;
    color: #374248; 
    text-transform: uppercase;
}
  .partners .partner {
    width: 100%;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    height: 120px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f3f4;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .partners .partner:hover {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .partners img {
    height: auto; }

.main-hold {
  position: relative;
  z-index: 2;
  background: #fff; 
  margin-bottom: 450px;
  box-shadow: 3px 2px 2px 0px rgba(51,51,51,0.5);
}

/*---- P  A  G  E  ------*/

#page-parallax .section {
  width: 100%;
  background: rgba(0, 0,0,0.7);
  height: auto;
  padding: 150px 0px;
}
#page-parallax h1{margin:30px 0px;}
#page-parallax p{font-size: 13px;}
.top-link a{color: #fff;text-decoration: none;font-weight: 200;font-size: 13px;}
.top-link i{margin: 0 5px;}
.about-page{margin-top: 50px;}
.about-page img{
	border-radius: 5px;
	width: 100%;
    -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}
.about-page h3{text-align: left;margin-bottom: 30px;color: #ED3237;}
.about-page p{text-align: left;padding: 0px;margin:0px;}
.about-page-parallax .col{width: 500px;margin:0 auto;}
.team-wrap{
	width: 100%;
	overflow: hidden;
	padding: 70px 0px;
	text-align: center;
}
.team-wrap h1{font-size: 25px;font-weight: 800;padding-bottom: 100px;position: relative;}
.team-wrap h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background: #EE3158;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.team{
padding:20px;
text-align: center;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 10px 20px 0px
rgba(0, 0, 0, 0.05);
position: relative;
padding-top: 90px;
}
.team h2{font-weight:900;}
.team h3{font-size: 13px;letter-spacing: 5px;color: #333;}
.team p{font-size: 13px;color: #888;}
.team img{border-radius: 50%;position: absolute;top: -20px;width: 100px;height: 100px;
left: 0;right: 0;margin: auto;
}
.contact-wrap{
width: 100%;overflow: hidden;
}
.cont{
float: left;
width: 33.333%;
text-align: center;	
padding: 40px;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 40px;
height: 250px;
}
.cont:nth-child(2){
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.cont i{color: #ED3237;font-size: 30px;margin-bottom: 15px;}
.cont h3{font-weight: 600;font-size: 13px;text-transform: uppercase;margin-bottom: 15px;}
.cont p{color: #888;}
.contact-form{
	overflow: hidden;
	padding-bottom: 130px;
}
#contact-form{
	width: 700px;
	margin: 0 auto;
}
#contact-form h2{text-align: center;margin-bottom: 40px;}
#contact-form input, #contact-form textarea {
    background-color: 
#f7f7f7;
border: 1px solid
    #f7f7f7;
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    position: relative;
    outline: none !important;
    
}
#contact-form input:focus, #contact-form textarea:focus 
,#contact-form input:hover, #contact-form textarea:hover {
    border-color: #ddd;
}
#contact-form .errors{
	position: absolute;
	color: red;font-size: 12px;
	top: 15px;
	right: 30px;
}
#contact-form button{
background: #EE3158;
border:1px solid;
border-color:#EE3158;
color:#fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;

-webkit-transition: all .4s;
transition: all .4s;
border-radius: 30px;
cursor: pointer;
height: 45px;
width: 170px;
}
#contact-form button:hover{
	background: #fff;
	color: #EE3158;
}
#our-services{
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px;
}
#our-services h1{
	font-size: 26px;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
#our-services h1 b{font-weight: 800;}
#our-services h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 50px;
	background: #EE3158;
	bottom:0px;
	left: 0;
	right: 0;
	margin: auto;
}
#our-services h3{
	letter-spacing: 0px;
	font-size: 30px;
	font-weight: 800;
	margin-top: 20px;
}
#our-services a{
	font-size: 13px;
	color: #fff;
	background: #EE3158;
	border-radius: 25px;
	border: 0px;
	padding: 15px 25px;
	position: relative;
	top: -3px;
}
#our-services p{margin-bottom: 10px;}
.services-wrap{
	width: 100%;
	overflow: hidden;
	padding: 50px 0px;
}
.service{overflow: hidden;position: relative;height:150px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
margin-bottom: 40px;
text-align: center;
}
.service img{
	width: 100%;
	min-height: 100%;
	left: 0;
	position: absolute;
	z-index: -1;
}
.service-text{
	padding:20px;
	background: rgba(255,255,255,.97);
	display: inline-block;
	width: 70%;
	height: 100%;
	margin:0 auto;
}
.service-text h1{font-weight: 600;font-size: 14px;margin-bottom: 15px;}
.services-wrap a{color: #000;}
.service-text p{font-size: 14px;}
.articles-wrap .news{margin-bottom: 40px;height: 460px;position: relative;}
.articles-wrap img{width: 100%;}
/* F O O T E R -----*/
.footer{
	width: 100%;
	padding:50px 0px;
	height: 450px;
	overflow: hidden;
	margin: 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px inset;
	color: #999;
	background: #000;
  position: fixed;
  bottom:0px;
  font-size: 13px;
}
.footer h3{color: #e6e6e6;padding-bottom: 15px;padding-top: 30px;font-weight: 800;font-size: 13px;}
.footer li{
	display: inline-block;}
	.foot{margin-top: 40px;}
.foot-links li{width: 100%;display: block;}
.foot-links li a{width: 100%;display: block;padding-bottom: 10px;position: relative;}
.foot-links li a:hover{color: #ccc;}
.footer a{color:#999;text-decoration: none !important;}
.footer a:hover{color: #ccc;}
.faico li{margin-right: 10px;}
.footer p{margin-top: 5px;}
.footer p i{margin-right: 14px;width: 10px;}
.career{position: relative;} 
.career i{
	font-size:12px;color:#ED3237;
	border-radius: 50%;display: inline-block;text-align: center;position: absolute;top: -5px;left:45px;}
.final-foot{ 
	width: 100%;
	padding:20px 0px 0px 0px;
	overflow: hidden;
	background: #000;
	text-align: left;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.05);
	color: #ccc;
}
.final-foot p{float: left;}
.final-foot ul{float: right;}
.final-foot ul li{margin-left: 10px;font-size: 17px;}
.career {position: relative;}
.error{color: rgb(235, 62, 62);font-size: 12px;}
button{outline: none !important;}
.success{color: greenyellow;}
/*-------------------------*/


.p{font-size: 13px !important;color: #444 !important;}
.share{display: block;text-align: center;margin:20px 0px 0px 0px;}
.share li{list-style-type: none !important;}
.share li a{text-decoration: none;}

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */

*{
	margin:0;
	padding:0;
}
body{
font-size: 16px;
line-height: 27px;
font-family: "Poppins", Helvetica, Arial, sans-serif;
color: #000;
}

.header{
	background-color: rgba(0,0,0,0);
	width:100%;
			z-index:100;
            text-align: left;
			transition: all .9s ;
			-webkit-transition: all .2s ;
 margin: 0px;
 position:absolute;
}
.sticky{
top: 0px;
position: fixed;
background:rgba(255,255,255);
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}
.logo img{
	width: 200px;
	float: left;
	margin-top: 25px;
}
.logo1{display: block;}
.logo2{display: none;}
.header.sticky .logo1{display: none;}
.header.sticky .logo2{display: block;}
.header .nav{
	float: right;
	margin-top: 7px;
}	
.header .nav li{display: inline-block;margin: 0px;padding: 0px;}
.header .nav a{
	margin-right: 0px;
	margin-left: 30px;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	text-decoration: none;
	position: relative;
	padding: 20px 0px; 
}
.header.sticky .nav a{color: #000;font-weight: 400;}

.header .nav .active{
	border-bottom:2px solid #fff; 
	color: #fff;
}
.header .nav .active i{opacity: 1;}
.header .nav a:hover{
	color:#EE3158 !important; 
	text-decoration: none;
	background:transparent;
}
.header.sticky .active-a{
	color:#EE3158 !important;
}
.header .active-a{
	color:#EE3158 !important;
}
.side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color:#fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.side-nav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  margin-top: 10px;
  font-size: 17px;
  color: #000; 
  display: block;
  transition: 0.3s;
}

.side-nav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #000 !important;
}
.nav-toggle{
	font-size: 15px;
	color: #000;
	float: right;
	cursor: pointer;
	display: none;
}
/* End Navigation */
.wrap{width: 85%;margin: 0 auto;}
/*--- END SLIDE ----*/

/*---- 	A B O U T    U S----*/
.about-us{
	padding: 80px 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.about-us::after {
    content: "";
    width: 40%;
    height: 250px;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
    z-index: -1;
}
.about-us h2{font-size: 12px;letter-spacing: 5px;text-transform: uppercase;color: #EE3158;}
.about-us h1{font-size: 30px;font-weight: 800;margin: 15px 0px;}
.about-us p{color: #777;width: 500px;margin: 0 auto;font-size: 12px;font-weight: 300;line-height: 19px;}
.about{
padding: 50px;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 10px 20px 0px
rgba(0, 0, 0, 0.05);
margin-top: 50px;
}
.about h3{margin: 10px  0px;}
.about p{width: 100%;}

/*---- M I S S I O N   P A R A L L A X ---*/
#mission-parallax{
	color: #fff;
}
#mission-parallax h3{
	font-size: 24px;
	font-weight: 800;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#mission-parallax h3::after{
	content: '';
	position: absolute;
	height: 1px;
	width: 40px;
	background: #EE3158;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#mission-parallax h4{
	font-size: 17px;
	font-weight: 800;
	position: relative;
	padding-bottom: 15px;
}
#mission-parallax img{filter: grayscale(80%);}
#mission-parallax p{font-weight: 200;font-size: 14px;padding: 0px 15px;}
#mission-parallax .section {
    width: 100%;
  background: rgba(0, 0, 0,0.8);
  height: auto;
  padding: 150px 0px;
  }
.section-1{
	width:100%;
	padding: 50px 0px;
	overflow:hidden;
}
.section-1 h1{font-size: 26px;font-weight: 800;margin-bottom: 30px;position: relative;
padding-bottom: 0px;
}
.section-1 h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background: #EE3158;
	bottom: 0;
	left: 0;
	right: 0;
}
.buz{
	position: relative;
	transition: all .6s ease-in-out;
	cursor: pointer;
	overflow: hidden;
	width: 100%;
}
.buz img{
	min-height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: -1;
	position: relative;
}
.buz-inner{
	background: rgba(0,0,0,0.1);
	z-index: 1;
	width: 100%;
	height: 120px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}
.buz:hover{
	transform: scale(1.07);
    z-index: 100!important;
    position: relative;
}
.buz:hover .buz-inner{
	background: rgba(0,0,0,0.6);
}
.show-content{
	position: absolute;
    transition: all .6s ease-out;
    top: 10px;left: 10px;
    color: #fff;
    z-index: 2;
    padding: 10px;
	opacity: 0;
	visibility: hidden;
}
.buz:hover .show-content{opacity: 1;visibility: visible;}
.show-content h2{font-size: 16px;color: #fff;font-weight: 800;}
.show-content p{font-size: 9px;line-height:13px;color: #fff;margin-top: 10px;}
.section-1 h3{font-size: 15px;color: #222;margin-top: 30px;font-weight: 502;line-height: 20px;padding-bottom: 7px;}
.buz:hover h3{visibility: hidden;}
.section-1 button{border: 1px solid #000;padding:5px 30px;
	font-size: 12px;background: transparent;transition: all .6s ease-in-out;
	margin-top: 20px;
}
.section-1 button:hover{padding: 5px 35px;}
.section-1 a{color: #000;}
/*--PARALLAX---*/

.parallax-container {
  height: auto;
  color: rgba(255,255,255,.6);
  position: relative;
  left: -0.1px;
  text-align: center;
}
.parallax-container h1{
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
#home-parallax .section {
  width: 100%;
  background: rgba(0, 0,0,0.9);
  height: auto;
  padding: 150px 0px;
}
#home-parallax p{margin-bottom: 40px;}
.parallax-container form{width:385px;margin: 0 auto; }
.parallax-container button{
	background: transparent;
	border: 2px solid rgba(255,255,255,.6);
	height: 40px;
	padding: 0px 15px;
	padding-left: 15px;
	color: #fff;
	cursor: pointer;
	width: 130px;
	float: right;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	position: relative;
	transition: all .6s ease-in-out;
	margin: 0 !important;
	display: inline-block;
}

.parallax-container button span{
	width: 0px;
	transition: all .6s ease-in-out;
	height: 1px;
	background: rgba(255,255,255,.6);
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 20px;
}
.parallax-container button:hover{
	padding-left: 35px;
}
.parallax-container button:hover span{
	width: 20px;
}
.parallax-container input{
	margin: 0;
	color: #fff;
	height: 40px;
	width: 250px;
	border: 2px solid rgba(255,255,255,.6);
	padding-left: 10px;
	font-size: 13px;
	background: transparent;
	display: inline-block;
	float: left;
}

/*--------------- Featured causes ---------
--------------------------------------
--------------------------------------*/
.featured-news{
  width: 100%;
  overflow: hidden;
  padding: 30px 0px;
}
.featured-news h1{
  color: #000;
  font-size: 26px;
  text-align: left;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
}
.featured-news h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background: #EE3158;
	bottom: 0;
	left: 0;
	right: 0;
}
.featured-news .owl-carousel{
  padding: 20px 0px;
}
.featured-news .item{
  border-radius: 4px;
	padding: 10px 5px;
  height: 450px;

}
.featured-news h2{
	font-weight: 800;
	margin-bottom: 5px;
}
.featured-news .owl-prev{
	font-size: 80px;
	position: absolute;
	left: -5%;
	top: 45%;
}
.featured-news .owl-prev span{
  font-size: 20px;
}
.featured-news .owl-next span{
  font-size: 20px;
}
.featured-news .owl-next{
	font-size: 80px;
	position: absolute;
	right: -5%;
	top: 45%;
}
.featured-news .owl-dots{
	display: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #000;
}
.owl-carousel .owl-stage-outer{height: 500px;}
.news{
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;height: 460px;
}
.news p{width: 100%;text-align: left;}
.news .img-hold{
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
}
.news .text{
  padding: 15px;
}
.news h2{text-transform: uppercase;font-size: 11px;font-weight: 900;color: #0059b3;}
.news h3{color: #000;font-weight: 900;font-size: 13px;}
.news h3 i{color: #888;}
.news p{font-size: 14px;color: #999;}
.news-notif p{color: #999;padding-top: 30px;font-size: 12px;position: absolute;bottom: 10px;}
.featured-news .bottom button{display: inline-block;}
.featured-news .bottom p{display: inline-block;width: auto;font-size: 14px;margin: 0px 8px;}
/*---------------featured content ---------
--------------------------------------
--------------------------------------*/
/*---PARTNERS --*/
.partners {
  background: #fff;
  width: 100%;
  padding: 70px 0px;
  text-align: center; 
}
  .partners h1 {
    font-size: 20px;
    letter-spacing: 8px;
    margin-bottom: 40px;
    color: #374248; 
    text-transform: uppercase;
}
  .partners .partner {
    width: 100%;
    cursor: pointer;
    background: #fff;
    border-radius: 5px;
    height: 120px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f3f4;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    .partners .partner:hover {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  .partners img {
    height: auto; }

.main-hold {
  position: relative;
  z-index: 2;
  background: #fff; 
  margin-bottom: 450px;
  box-shadow: 3px 2px 2px 0px rgba(51,51,51,0.5);
}

/*---- P  A  G  E  ------*/

#page-parallax .section {
  width: 100%;
  background: rgba(0, 0,0,0.7);
  height: auto;
  padding: 150px 0px;
}
#page-parallax h1{margin:30px 0px;}
#page-parallax p{font-size: 13px;}
.top-link a{color: #fff;text-decoration: none;font-weight: 200;font-size: 13px;}
.top-link i{margin: 0 5px;}
.about-page{margin-top: 50px;}
.about-page img{
	border-radius: 5px;
	width: 100%;
    -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}
.about-page h3{text-align: left;margin-bottom: 30px;color: #ED3237;}
.about-page p{text-align: left;padding: 0px;margin:0px;}
.about-page-parallax .col{width: 500px;margin:0 auto;}
.team-wrap{
	width: 100%;
	overflow: hidden;
	padding: 70px 0px;
	text-align: center;
}
.team-wrap h1{font-size: 25px;font-weight: 800;padding-bottom: 100px;position: relative;}
.team-wrap h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 40px;
	background: #EE3158;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.team{
padding:20px;
text-align: center;
background-color: #fff;
border-radius: 5px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 10px 20px 0px
rgba(0, 0, 0, 0.05);
position: relative;
padding-top: 90px;
}
.team h2{font-weight:900;}
.team h3{font-size: 13px;letter-spacing: 5px;color: #333;}
.team p{font-size: 13px;color: #888;}
.team img{border-radius: 50%;position: absolute;top: -20px;width: 100px;height: 100px;
left: 0;right: 0;margin: auto;
}
.contact-wrap{
width: 100%;overflow: hidden;
}
.cont{
float: left;
width: 33.333%;
text-align: center;	
padding: 40px;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 40px;
height: 250px;
}
.cont:nth-child(2){
border-left: 1px solid #e6e6e6;
border-right: 1px solid #e6e6e6;
}
.cont i{color: #ED3237;font-size: 30px;margin-bottom: 15px;}
.cont h3{font-weight: 600;font-size: 13px;text-transform: uppercase;margin-bottom: 15px;}
.cont p{color: #888;}
.contact-form{
	overflow: hidden;
	padding-bottom: 130px;
}
#contact-form{
	width: 700px;
	margin: 0 auto;
}
#contact-form h2{text-align: center;margin-bottom: 40px;}
#contact-form input, #contact-form textarea {
    background-color: 
#f7f7f7;
border: 1px solid
    #f7f7f7;
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    position: relative;
    outline: none !important;
    
}
#contact-form input:focus, #contact-form textarea:focus 
,#contact-form input:hover, #contact-form textarea:hover {
    border-color: #ddd;
}
#contact-form .errors{
	position: absolute;
	color: red;font-size: 12px;
	top: 15px;
	right: 30px;
}
#contact-form button{
background: #EE3158;
border:1px solid;
border-color:#EE3158;
color:#fff;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;

-webkit-transition: all .4s;
transition: all .4s;
border-radius: 30px;
cursor: pointer;
height: 45px;
width: 170px;
}
#contact-form button:hover{
	background: #fff;
	color: #EE3158;
}
#our-services{
	width: 100%;
	overflow: hidden;
	padding-bottom: 0px;
}
#our-services h1{
	font-size: 26px;
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	letter-spacing: 2px;
}
#our-services h1 b{font-weight: 800;}
#our-services h1::after{
	content: '';
	position: absolute;
	height: 2px;
	width: 50px;
	background: #EE3158;
	bottom:0px;
	left: 0;
	right: 0;
	margin: auto;
}
#our-services h3{
	letter-spacing: 0px;
	font-size: 30px;
	font-weight: 800;
	margin-top: 20px;
}
#our-services a{
	font-size: 13px;
	color: #fff;
	background: #EE3158;
	border-radius: 25px;
	border: 0px;
	padding: 15px 25px;
	position: relative;
	top: -3px;
}
#our-services p{margin-bottom: 10px;}
.services-wrap{
	width: 100%;
	overflow: hidden;
	padding: 50px 0px;
}
.service{overflow: hidden;position: relative;height:150px;
-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.18);
margin-bottom: 40px;
text-align: center;
}
.service img{
	width: 100%;
	min-height: 100%;
	left: 0;
	position: absolute;
	z-index: -1;
}
.service-text{
	padding:20px;
	background: rgba(255,255,255,.97);
	display: inline-block;
	width: 70%;
	height: 100%;
	margin:0 auto;
}
.service-text h1{font-weight: 600;font-size: 14px;margin-bottom: 15px;}
.services-wrap a{color: #000;}
.service-text p{font-size: 14px;}
.articles-wrap .news{margin-bottom: 40px;height: 460px;position: relative;}
.articles-wrap img{width: 100%;}
/* F O O T E R -----*/
.footer{
	width: 100%;
	padding:50px 0px;
	height: 450px;
	overflow: hidden;
	margin: 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px inset;
	color: #999;
	background: #000;
  position: fixed;
  bottom:0px;
  font-size: 13px;
}
.footer h3{color: #e6e6e6;padding-bottom: 15px;padding-top: 30px;font-weight: 800;font-size: 13px;}
.footer li{
	display: inline-block;}
	.foot{margin-top: 40px;}
.foot-links li{width: 100%;display: block;}
.foot-links li a{width: 100%;display: block;padding-bottom: 10px;position: relative;}
.foot-links li a:hover{color: #ccc;}
.footer a{color:#999;text-decoration: none !important;}
.footer a:hover{color: #ccc;}
.faico li{margin-right: 10px;}
.footer p{margin-top: 5px;}
.footer p i{margin-right: 14px;width: 10px;}
.career{position: relative;} 
.career i{
	font-size:12px;color:#ED3237;
	border-radius: 50%;display: inline-block;text-align: center;position: absolute;top: -5px;left:45px;}
.final-foot{ 
	width: 100%;
	padding:20px 0px 0px 0px;
	overflow: hidden;
	background: #000;
	text-align: left;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.05);
	color: #ccc;
}
.final-foot p{float: left;}
.final-foot ul{float: right;}
.final-foot ul li{margin-left: 10px;font-size: 17px;}
.career {position: relative;}
.error{color: rgb(235, 62, 62);font-size: 12px;}
button{outline: none !important;}
.success{color: greenyellow;}
/*-------------------------*/


.p{font-size: 13px !important;color: #444 !important;}
.share{display: block;text-align: center;margin:20px 0px 0px 0px;}
.share li{list-style-type: none !important;display:inline-block;margin:12px;}
.share li a{text-decoration: none;color: #ee3157;}
.img-hold img {
    display: block;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
