
/*===========================

=============================*/




/*===========================

=============================*/
.home-slider{
	width: 100%;
	height: 100%;
	background: #000;
}
.home-slider .slide{
	width: 100%!important;
	height: 100vh!important;
	margin: 0px!important;
}
.home-slider .slide .wrap{
	padding-top: 220px;
	text-align: center;
	width: 100%!important;
	height: 100vh!important;
	background: rgba(0, 0, 0, .6);
}
.home-slider .slide .wrap h1{
	color: #fff;
	font-size: 5.5rem;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
.home-slider .slide .wrap small{
	display: block;
	line-height: 1;
	font-size: 2.5rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 25px;
	text-transform: uppercase;
}
.home-slider .slide .wrap p{
	font-size: 3rem;
	font-weight: 300;
	color: #fff;
	width: 60%;
	margin: auto;
}
.home-slider .slide .wrap a{
	display: block;
	font-size: 2rem;
	padding: 15px;
	width: 22%;
	margin: auto;
	margin-top: 15px;
	border-radius: 3px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background-color: #35B782;
}
/*===========================

=============================*/
.home-intro{
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: center;
}
.home-intro h2{
	color: #00557E;
	font-size: 4rem;
	margin: 0px;
	text-transform: uppercase;
}
.home-intro p{
	font-size: 3rem;
	font-weight: 300;
	color: #008ED2;
	line-height: 1.3;
	text-align: center;
}

.home-about{
	padding-bottom: 60px;
}
.home-about p{
	color: #444;
	font-size: 2rem;
	font-weight: 275;
	margin-top: 16px;
}
.home-about img{
	display: block;
	width: 100%;
}
/*===========================

=============================*/
.home-services{
	padding: 60px 0px;
	background-color: #eee;
}
.home-services h2{
	font-size: 3.5rem;
	color: #00557E;
	margin: 0px;
	text-align: center;
}
.home-services p{
	color: #444;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 300;
	text-align: center;
}
.home-services .wrap{
	margin: 25px 0px;
	padding: 20px;
	height: 430px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.home-services .wrap span{
	display: block;
	color: #444;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 275;
}
.home-services .wrap h4{
	font-size: 2rem;
	color: #00557E;
	text-transform: uppercase;
}
.home-services .wrap img{
	display: block;
	width: 100%;
}
/*===========================

=============================*/
.home-section{
	padding: 60px 0px;
	background-color: #eee;
}
.home-section h2{
	font-size: 3.5rem;
	color: #00557E;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
.home-section .wrap{
	margin: 20px 0px;
	text-align: center;
	padding: 40px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.home-section .wrap h4{
	font-size: 2.5rem;
	color: #00557E;
	margin: 0px;
	font-weight: 600;
	margin: 10px 0px;
	text-transform: uppercase;
}
.home-section .wrap p{
	color: #333;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 275;
}
.home-section .wrap a{
	display: block;
	font-size: 2rem;
	width: 50%;
	margin: auto;
	padding: 8px;
	font-weight: 300;
	color: #B58A41;
	margin-top: 20px;
	border-radius: 3px;
	border: 2px solid #B58A41;
}


/*===========================

=============================*/
.why-section{
	padding: 60px 0px;
}
.why-section img{
	width: 100%;
	display: block;
}
.why-section h2{
	font-size: 3.5rem;
	color: #00557E;
	font-weight: 600;
	margin: 0px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.why-section h5{
	font-weight: 200;
	font-size: 2rem;
	line-height: 1.3;
	color: #444;
}
.why-section #accordion .panel-heading{
	background-color: #eee;
	padding: 0px ;
}
.why-section #accordion .panel-body{
	border: none!important;
	padding: 15px 20px;
	padding-top: 0px;
}
.why-section #accordion .panel-default{
	border: none!important;
	background-color: #eee;
}
.why-section #accordion p{
	font-size: 2rem;
	margin: 0px;
	line-height: 1.3;
	color: #444;
	font-weight: 200;
}
.why-section #accordion button{
	display: block;
	width: 100%;
	font-size: 2rem;
	border: none;
	padding: 15px 20px;
	text-align: left;
	color: #00557E;
	background-color: transparent;
}
.why-section #accordion button span{
	color: #B58A41;
}
/*===========================

=============================*/
.call-action{
	background-color: #111;
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
	background-image: url(../images/Gold-Mining-4.png);
}

.call-action .wrap{
	padding: 30px 0px;
	text-align: center;
	background: rgba(0, 0, 0, .7);
}
.call-action .wrap h2{
	font-size: 3rem;
	color: #fff;
	text-transform: uppercase;
}
.call-action .wrap p{
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 300;
	width: 90%;
	margin: auto;
}
.call-action .wrap a{
	font-size: 3rem;
	display: inline-block;
	margin-top: 10px;
	font-weight: 300;
	color: #fff;
}

/*===========================

=============================*/
.home-section2{
	padding: 30px 0px;
}
.home-section2 .wrap{
	margin: 20px 0px;
}
.home-section2 h4{
	font-size: 2rem;
	color: #00557E;
}
.home-section2 p{
	color: #333;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 275;
}



/*===========================

=============================*/
.banner-section{
	background-color: #000;
	
}
.banner-section .wrap{
	width: 100%;
	height: 60vh;
	padding-top: 280px;
	background: rgba(0, 0, 0, .4);
}
.banner-section .wrap h1{
	margin: 0px;
	font-size: 4.5rem;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
.banner-section .wrap p{
	font-size: 2rem;
	color: #fff;
	line-height: 1.3;
	font-weight: 275;
}
.services{
	background-size: cover;
	background-position: top;
	background-image: url(../images/strategy-banner.jpg);
}
.about{
	background-size: cover;
	background-position: bottom;
	background-image: url(../images/results_banner.jpg);
}
.sustainably{
	background-size: cover;
	background-position: left;
	background-image: url(../images/comm-engagement.png);
}
.projects{
	background-size: cover;
	background-position: left;
	background-image: url(../images/mana-asset-page-banner.jpg);
}
.career{
	background-size: cover;
	background-position: left;
	background-image: url(../images/careers.jpg);
}
.community{
	background-size: cover;
	background-position: left;
	background-image: url(../images/banner-social-page.jpg);
}
.environment{
	background-size: cover;
	background-position: bottom;
	background-image: url(../images/Environment-Forest.png);
}
.innovation-and-technology{
	background-size: cover;
	background-position: left;
	background-image: url(../images/tech.jpg);
}
.contact{
	background-size: cover;
	background-position: left;
	background-image: url(../images/contact-us.jpg);
}
.governance{
	background-size: cover;
	background-position: left;
	background-image: url(../images/Goverance.jpg);
}

.contact-section{
	padding-bottom: 60px;
}
.contact-section ul li{
	font-size: 2rem;
	margin: 20px 0px;
	color: #444;
	font-weight: 300;
}
.contact-section ul li strong{
	font-weight: 500;
	color: #444;
	display: block;
}

.contact-section form{}
.contact-section form label{
	display: block;
	font-size: 1.6rem;
	font-weight: 300;
	color: #444;
	text-transform: uppercase;
}
.contact-section form input,
.contact-section form textarea{
	font-size: 1.8rem;
	line-height: 1.5;
	height: auto;
	padding: 10px;
}
.contact-section form button{
	display: block;
	font-size: 2rem;
	width: 30%;
	padding: 12px;
	font-weight: 300;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	text-align: center;
	border: none;
	text-transform: uppercase;
	background-color: #00557E;

}
.contact-section .help-block{
    color: #ff5050;
    margin-top: 1px!important;
    font-size: 1em!important;
}
/*===========================

=============================*/
.services-section{
	padding: 60px 0px;
	background-color: #eee;
}
.services-section h2{
	font-size: 3.5rem;
	font-weight: 600;
	margin: 0px;
	color: #00557E;
	text-transform: uppercase;
}
.services-section p{
	font-size: 2.5rem;
	font-weight: 300;
	color: #444;
	line-height: 1.3;
}
.services-section .contents{
	margin: 30px 0px;
}
.services-section .contents img{
	display: block;
	width: 100%;
	height: 200px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.services-section .contents .wrap{
	padding: 20px;
	text-align: center;
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.services-section .contents .wrap h4{
	font-size: 2.5rem;
	color: #00557E;
	margin: 0px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.services-section .contents .wrap span{
	font-size: 2rem;
	line-height: 1.3;
	color: #444;
	display: block;
	font-weight: 275;
}
.services-section a{
	display: block;
	font-size: 2rem;
	width: 30%;
	padding: 12px;
	margin: 15px 0px;
	font-weight: 300;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	text-align: center;
	background-color: #00557E;
	text-transform: uppercase;
}
.services-why{
	background-color: #fff;
}
/*===========================

=============================*/
.about-section{
	padding: 60px 0px;
}
.about-section h3{
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.2;
	color: #333;
	margin: 0px;
	margin-bottom: 20px;
}
.about-section p{
	font-size: 2.1rem;
	color: #444;
	font-weight: 275;
}
.about-section p strong{
	font-weight: 500;
}

.about-section2{
	padding-bottom: 60px;
}
.about-section2 h2{
	font-size: 3.5rem;
	line-height: 1.2;
	color: #00557E;
	margin-top: 80px;
	font-weight: 600;
	text-transform: uppercase;
}
.about-section2 p{
	font-size: 2.1rem;
	color: #444;
	font-weight: 275;
}
.about-section2 img{
	display: block;
	width: 100%;
	border-radius: 15px;
}
/*===========================

=============================*/
.sustainably-section{
	padding: 60px 0px;
	background-color: #eee;
}
.sustainably-section .wrap{
	padding: 40px 20px;
	text-align: center;
	border-radius: 15px;
	border: 2px solid #444;
}
.sustainably-section .wrap p{
	font-size: 2rem;
	color: #444;
	font-weight: 275;
	line-height: 1.3;
}
.sustainably-section .wrap h4{
	font-size: 2rem;
	color: #00557E;
	margin: 0px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sustainably-section .wrap a{
	display: block;
	font-size: 1.6rem;
	width: 80%;
	margin: auto;
	padding: 10px;
	font-weight: 600;
	color: #fff;
	margin-top: 15px;
	border-radius: 3px;
	background-color: #00557E;
	text-transform: uppercase;
}

.project-section{
	padding: 30px 0px;
}
.project-section a{
	display: block;
	margin: 30px 0px;
	text-align: center;
}
.project-section a img{
	display: block;
	width: 100%;
	height: 250px;
	border-radius: 15px;
}
.project-section a span{
	display: block;
	font-size: 2.5rem;
	font-weight: 600;
	color: #444;
	text-transform: uppercase;
}
/*===========================

=============================*/
.footer-section{
	padding: 60px 0px;
	background-color: #0A090A;
}
.footer-section h1{
	color: #fff;
	line-height: 1;
}
.footer-section p{
	font-size: 1.8rem;
	color: #ccc;
	font-weight: 275;
	margin-top: 15px;
	font-style: italic;
}
.footer-section h4{
	font-size: 2rem;
	color: #B58A41;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.footer-section ul li{
	margin: 10px 0px;
	font-size: 1.6rem;
	font-weight: 275;
	color: #ccc;
}
.footer-section ul li a{
	color: #ccc;	
	display: inline-block;	
	text-decoration: underline;
}
/*===========================

=============================*/
.copyright-section{
	padding: 20px 0px;
	text-align: center;
	font-size: 1.8rem;
	color: #bbb;
	background-color: #000;
}
@media all and (max-width : 768px){

/*===========================

=============================*/
.home-slider .slide{
	width: 100%!important;
	height: 100vh!important;
	margin: 0px!important;
}
.home-slider .slide .wrap{
	padding-top: 150px;
	text-align: center;
	width: 100%!important;
	height: 100vh!important;
	background: rgba(0, 0, 0, .6);
}
.home-slider .slide .wrap h1{
	font-size: 4.5rem;
	font-weight: 600;
}
.home-slider .slide .wrap small{
	display: block;
	line-height: 1;
	font-size: 2.3rem;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.home-slider .slide .wrap p{
	font-size: 2.5rem;
	color: #fff;
	width: 80%;
	margin: auto;
	line-height: 1.3;
}
.home-slider .slide .wrap a{
	font-size: 1.5rem;
	padding: 15px;
	width: 50%;
	margin: auto;
	margin-top: 15px;
}
/*===========================

=============================*/
.home-intro{
	padding-top: 30px;
}
.home-intro h2,
.services-section h2,
.about-section2 h2,
.home-section h2{
	font-size: 3rem;
	font-weight: 600;
	text-transform: uppercase;
}
.services-section{
	text-align: center;
}
.home-intro p,
.services-section p{
	font-size: 2rem;
	width: 100%;
	font-weight: 300;
}
.home-about{
	padding-bottom: 30px;
}
.services-section a{
	display: block;
	font-size: 2rem;
	width: 80%;
	margin: auto;
}
/*===========================

=============================*/
.home-section,
.footer-section,
.about-section{
	padding: 30px 0px;
}
.about-section h3,
.sustainably-section .wrap h4{
	font-size: 2.5rem;
}
.about-section2,
.contact-section{
	padding-bottom: 30px;
}
.about-section2 h2{
	margin: 0px;
	margin-top: 30px;
}
/*===========================

=============================*/
.sustainably-section{
	padding: 30px 0px;
}
.sustainably-section .wrap{
	margin: 20px 0px;
}
.contact-section{
	padding: 30px 0px;
	border-top: 1px solid #ccc;
}
.contact-section ul li{
	font-size: 2rem;
	font-weight: 275;
	margin: 10px 0px;
	color: #444;
}
/*===========================

=============================*/
.banner-section .wrap{
	width: 100%;
	height: auto;
	padding: 100px 0px;
	text-align: center;
}
.banner-section .wrap h1{
	margin: 0px;
	font-size: 2.5rem;
}


/*===========================

=============================*/
.footer-section h4{
	margin: 15px 0px;
}
.footer-section p{
	font-size: 2rem;
	text-align: center;
}
.footer-section img{
	display: block;
	margin: auto;
}

/*===========================

=============================*/
.navigation{
	padding: 10px 0px !important;
}
.navigation .logo img {
  height: auto;
  width: 140px;
  margin-top: 6px;
  margin-left: 15px;
}
/*===========================

=============================*/
}