@font-face {
    font-family: 'Oxfam-TSTARPRO-Bold';
    src: url('../fonts/oxfam-tstarpro-bold-webfont.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oxfam-TSTARPRO-Headline';
    src: url('../fonts/Oxfam-TSTARPRO-Headline.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OxfamGlobalHeadline-Regular';
    src: url('../fonts/oxfamglobalheadline-webfont.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
	font-family:'FontAwesome';
	src:url(../fonts/fontawesome-webfont.eot);
	src:url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),
	url(../fonts/fontawesome-webfont.woff2) format('woff2'),
	url(../fonts/fontawesome-webfont.woff) format('woff'),
	url(../fonts/fontawesome-webfont.ttf) format('truetype'),
	url(../fonts/fontawesome-webfont.svg#fontawesome) format('svg')
}


/* ==========================================================================
   Custom styles
   ========================================================================== */
html,
body {
    background-color: #ffffff;
/*    font-size: 13px;*/
    font-size: 14px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

a {
    text-decoration: underline;
	color: #61A534;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
	color: #61A534;
}


a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}
ol,
ul {
    /*list-style: none;*/
    padding: 0;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}
.form-control:focus {
    border-color: #f56363;
}

h1,
h2,
h3 {
    font-family: 'OxfamGlobalHeadline-Regular', sans-serif;
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    font-family: 'Oxfam-TSTARPRO-Headline', sans-serif;
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
}

.lightbg {
    /*background-color: #f9f9f9;*/
    background-color: #FFFFFF;
}

.darkbg {
    background-color: #35393e;
}

.greenbg {
    background-color: #61A534;
}

.patternbg {
	background: url('../images/testimonisbg.png') top left repeat-x;
}


.green {
	color: #61A534;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/**** Section  ****/

.section{
    padding-top:50px;
    padding-bottom:50px;
    position: relative;
    overflow: hidden;
}
.sections {
    padding-top:100px;
    padding-bottom:100px;
    position: relative;
    overflow: hidden;
}
.footer {
	padding-top: 40px;
    padding-bottom:40px;
	/*position: relative;*/
    overflow: hidden;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px;
}

/**** For Our Global Style ****/

.heading-content{
	margin-bottom:60px;
	color:#414042;
}
.heading-content h3{
	font-weight: 700;
	font-size:36px;
	line-height: normal;
}
.heading-content h5{
	font-family: 'Oxfam-TSTARPRO-Headline';
	font-weight: normal;
	font-size:20px;
}


/**** For Video Responsiveness  ****/

#video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	height: 0;
	overflow: hidden;
	display:block;
}
	#video-container iframe,
	#video-container object,
	#video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	
.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;	
}


/************** For Menu Style *******************/

.navbar-default {
    /*background-color: rgba(48, 48, 48, 0.42);*/
    background-color: #303030; 
    /*background-color: #61A534; */
	border: none;
}

.navbar {
    min-height:90px;
    margin-bottom:0;
    /*border:0;*/
    border-radius:0;
	/*border-bottom: 1px solid #555555;*/

}

.navbar-default .navbar-nav>li>a {
    font-family: 'Oxfam-TSTARPRO-Headline';	
    font-size:14px;
    text-transform:uppercase;
    color:#fff;
	line-height: 55px;
	text-decoration: none;
}

.navbar-default .navbar-nav>li>a:hover {
    color:#61A534;
    /*color:#555555;*/
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #61A534;
    background-color: transparent;
    border-top: 3px solid #61A534;
/*  color: #555555;
    background-color: transparent;
    border-top: 3px solid #555555;*/
	
}







.dropdown-menu {
	font-family: 'Oxfam-TSTARPRO-Headline';
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 90px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 12px;
	text-align: center;
	list-style: none;
	/*background:rgba(48, 48, 48);*/
	background: #303030; 
	/*background: #61A534;*/
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0);
	*/
	border: 0px;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 0 transparent;
	box-shadow: 0 10px 0 transparent;
}

	.dropdown:hover .dropdown-menu {
	  display: block;
	}

	.dropdown a {
	  pointer-events: none;
	}

	.dropdown-menu a {
	  pointer-events: auto;
	}


	.dropdown-menu  li a {
	  color: #ffffff;
	  font-size: 13px;
	  padding: 10px 5px;
	  text-transform: none;
	  text-decoration: none;
	}

	.dropdown-menu  li a:hover {
	  outline: none;
	  background-color: transparent;
	  color: #61A534;
	  /*color: #555555;*/
	}

	.dropdown-menu li a:focus, .navbar-custom .nav li a:active {
	  outline: none;
	  background-color: transparent;
	}

	.dropdown-menu li.active {
	  outline: none;
	}



/*
.navbar-brand {
	transform: scale(0.8);
	width: 75%;	
	padding: 0px;
	height: unset;
	
}
*/

/************** For Home Section *******************/

.home{
  background: url(../images/header2-bg.jpg) no-repeat top;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  min-height:700px;
  width: 100%;
  overflow: hidden;
}
.home-content{
	color:#fff;
	margin-top: 220px;
	/*margin-top: 80px;*/
}
.home-content h1{
	/*font-size:40px;*/
	font-size:4.2em;
	font-family: 'OxfamGlobalHeadline-Regular';
}
.home-content h1 span{
	font-family: 'OxfamGlobalHeadline-Regular';
	color:#fff;
	font-weight: bold;
}
.home-content p{
	margin:30px 0;
}
.home-content .video-btn {
	background: #0C884A;
	padding: 10px 6px;
	color: #FFFFFF;
	border: 1px solid;
	
}
.home-content .video-btn:hover{
	background: #fff;
	color: #0C884A;
}	

@media (min-width: 768px) { 

	.home-content .video-btn {
		padding: 14px 70px;
	}

}

/*
.available{
	margin-top:50px;
}
.available p{
	font-size:18px;
	font-family: 'latolight';
	font-weight:normal;
}
.home-content .available p a i {
    font-size: 25px;
    background: #191c21;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    padding-top: 13px;
    color: #4bcaff;
    margin: 0 10px;
	transition:.3s;
}

.home-content .available p a i:hover {
	 color: #fff;
}
*/

/************** For Features Section *******************/

.features-content{
	/*margin-bottom:30px;*/
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	/*background: white;*/
	box-shadow: none;
	padding: 22px 26px;
	
	}
	/*
	.features-content i {
		background: #4bcaff;
		height: 150px;
		width: 150px;
		border-radius: 100%;
		color: #fff;
		font-size: 85px;
		padding-top: 35px;
		margin-bottom: 20px;
		transition:.5s;
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-ms-transition:.5s;
		-o-transition:.5s;
	}*/
	.features-content h5{
		/*font-size:15px;*/
		font-size:22px;
		text-transform:uppercase;
		/*font-weight:600;*/
		transition:.5s;
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-ms-transition:.5s;
		-o-transition:.5s;
	}

	.features-content p.subtitle{
		text-align:center;
		color: #61A534;
		font-weight: bold;
		
	}	
	
	.features-content ul{
		text-align: left;
		padding: 0px 25px;
	}	

	
	/*
	.features-content:hover i {
		background:#414042;
		color:fff;
	}
		
	.features-content:hover h5{
		color: #61A534;
	}
	*/



/************** For Témoignages Section *******************/
#temoignages-header { 
	padding-bottom: 0px;
}

#temoignages-header .heading-content{ 
	color: #FFFFFF;
}



#temoignages { 
	/*background: url('../images/testimonisbg.png') top left repeat-x;*/
	padding-top: 50px;
}

	#temoignages blockquote{
		background-color: #FFFFFF;
		border: 0;
		border-radius: 3px;
		padding: 22px 26px;
	}

	#temoignages blockquote > p{
		font-style: italic;
	}
	
	
/************** For candidater Section *******************/
#candidater .heading-content{ 
	color: #FFFFFF;
}

	.cell-content{
		margin-bottom:30px;
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 3px;
		background: #FFFFFF;
		box-shadow: none;
		/*padding: 22px 26px;*/
		padding: 0px;
		
	}
	.image-content{
		padding: 22px 26px;
	}
	
	.candidater-content{
		padding: 22px 26px;
	}
	.candidater-content h5{
		/*font-size:15px;*/
		font-size:22px;
		text-transform:uppercase;
		/*font-weight:600;*/
		transition:.5s;
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-ms-transition:.5s;
		-o-transition:.5s;
	}	
	
	.candidater-content h6{
		text-align:center;
		color: #61A534;
		font-weight: bold;
		
	}

	#candidater .row {
		display: table;
		border-spacing: 20px;
	}
	#candidater .row [class*="col-"] {
		/*display: table-cell;*/
		float: none;
	}	
	
@media (min-width: 768px) { 

	#candidater .row [class*="col-"] {
		display: table-cell;
	}

}		
	
/************** For innovation Section *******************/
#innovation { 
	padding-top: 0px;
}

#innovation .heading-content{ 
	color: #FFFFFF;
}


	.innovation-content h5{
		/*font-size:15px;*/
		font-size:22px;
		text-transform:uppercase;
		/*font-weight:600;*/
		transition:.5s;
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-ms-transition:.5s;
		-o-transition:.5s;
	}

	.innovation-content p.subtitle{
		font-family: 'Oxfam-TSTARPRO-Bold';
		font-size: 1.2rem;
	}	
	

	
	.innovation-content{
		margin-bottom:30px;
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 3px;
		background: #FFFFFF;
		box-shadow: none;
		padding: 22px 26px;
		
	}


/************** For initiatives Section *******************/
#initiatives .heading-content{ 
	/*color: #FFFFFF;*/
}

	.initiatives-row{
		margin-bottom:30px;
	}
	
	.initiatives-content h5{
		/*font-size:15px;*/
		font-size:22px;
		text-transform:uppercase;
		/*font-weight:600;*/
		transition:.5s;
		-webkit-transition:.5s;
		-moz-transition:.5s;
		-ms-transition:.5s;
		-o-transition:.5s;
	}	

	
	.initiatives-content{
		margin-bottom:30px;
		/*padding: 22px 26px;*/
	}
	.initiatives-content .date{
		color: #61A534;
	}



/************** For Contact Section *******************/
#contact .heading-content{ 
	color: #FFFFFF;
}


	/*
	.contact-form-area{
		bottom:40px;
		background:rgba(34,182,244, .6);
		padding:30px;
		width:85%;
		border:1px solid #cdcaca;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		margin-bottom:30px;
		-ms-border-radius:5px;
		box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);
		-webkit-box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);
		-moz-box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);
		-ms-box-shadow:1px 1px 1px 0 rgba(55,50,40, .10);
	}
	.contact-form-area form h3{
		font-size:36px;
		color:#fff;
		font-family: 'latobold';
		margin-bottom:20px;
	}
	*/
	.form-control {
		height: 35px;
	}
	.contact-form-area form .contact-btn{
		background: #0C884A;
		padding: 14px 70px;
		color: #FFFFFF;
		border: 1px solid;
	}
	.contact-form-area form .contact-btn:hover{
		background: #fff;
		color: #0C884A;
		
	}	
	
	.contact-info-item {
		display: flex;
		font-size: 13px;
		margin-bottom: 10px;
		text-align: left;
		color: #FFFFFF;

	}
		.contact-info-icon {
			width: 25px;
			text-align: left;
			display: inline-block;
			vertical-align: baseline;
			-webkit-flex: 0 0 auto;
			flex: 0 0 auto;
		}
		.contact-info-text {
			text-align: left;
			word-break: break-word;
			display: inline;
			vertical-align: baseline;
		
		}

	.contact-info-item a{
		color: #FFFFFF;
		text-decoration: none;
	}		
	

.error {
    background-color: #BC1010;
    padding: 6px 12px;
    border-radius: 4px;
    color: #FFFFFF;
    margin-top: 6px;
    font-size: 12px;
    display: inline-block;
}


.alert-success {
	color: #FFFFFF;
	background-color: #61A534;
	font-weight: bold;

}

.close {
	color: #FFFFFF;
	opacity: initial;

}

/************** For Footer Section *******************/

.footer-container {
	color: #FFFFFF;

}

.footer-container a{
	color: #FFFFFF;
	text-decoration: none;

}
	
	
/*Scroll Up*/

.scrollup{
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #000000;
    position: fixed;
    bottom: 100px;
    right: 50px;
    font-weight: bold;
    border-radius: 100%;
    transition:all 500ms .2s;
    cursor:pointer;
}
.scrollup:hover{
    background: #FFFFFF;
    color: #000000;
    transform:scale(1.1);
}		


/* Icon when the collapsible content is shown */
  .link-initiatives:after {
    font-family: "FontAwesome";
    content: "\f107";
    float: right;
    margin-left: 15px;
  }
  /* Icon when the collapsible content is hidden */
  .link-initiatives.collapsed:after {
    content: "\f105";
  }




@media (max-width: 991px) {
	
   .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  .dropdown .dropdown-toggle {
	  display: none;
  }

  .dropdown .dropdown-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: relative;
    display: block;
    text-align: left;

}


@media (max-width: 360px) {

	.navbar-brand {
		transform: scale(0.8);
		width: 75%;	
	/*	padding: 0px;
		height: unset;*/
}


/*
@media (min-width: 991px){
  .navbar-brand {
	transform: scale(1);
	padding: 15px 15px;
  }	
}
*/



