/*
	Theme Name: Evermore Energy
	Description: Custom Theme For Evermore Energy
	Version: 1.0.0
	Author: Developer
*/
/*
html {
	scroll-behavior: smooth;
}
*/
html{
	font-size: 10px;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	color: #525C65;
	line-height: 1.4;
	letter-spacing: -0.01em;
	margin: 0;
	min-width: 320px;
	padding: 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
table,
td,
th{
	border-collapse: collapse;
}
iframe{
	max-width: 100%;
}
b,
strong{
	font-weight: 600;
}
:focus{
	outline: none;
}
a,
.button,
label,
input[type="submit"]{
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #072235;
	display: inline-block;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.button{
	background: #072235;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	min-width:  8.2em;
	letter-spacing: -0.01em;
	line-height: 1.2;
	padding: 0.8em 2em;
	text-align: center;
}
.button:hover{
	background: #000;
	color: #fff;
}
h5{
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 1.25em;
}
p,
ul,
ol{
	margin: 0 0 1.5em;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1.2em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
.container{
	max-width: 135rem;
	padding-left: 2rem;
	padding-right: 2rem;
	width: 98%;
}
/*--------------Header--------------*/
.header{
	background: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 144rem;
	padding: 1rem 2rem;
}
.header-logo{
	line-height: 1;
	position: relative;
}
.header-logo a{
	display: inline-block;
	vertical-align: middle;
}
.header-logo img{
	height: 2.4rem;
	display: inline-block;
	vertical-align: middle;
	width: auto;
}
.body-scroll .header{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.nav{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
}
.nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.nav a{
	color: #525C65;
	display: block;
	position: relative;
	text-decoration: none;
}
.nav li > a:hover{
	color: #072235;
}
.nav > ul{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.nav > ul > li{
	display: inline-block;
	padding: 0 1em;
	position: relative;
	vertical-align: middle;
}
.nav > ul > li:first-child{
	padding-left: 0;
}
.nav > ul > li:last-child{
	padding-right: 0;
}
.nav > ul > li > a{
	padding: 0.5em 0;
}
#touch-menu{
	display: none;
	cursor: pointer;
	font-size: 1rem;
	height: 1.6em;
	margin: -0.8em 0 0;
	right: 0;
	top: 50%;
	position: absolute;
	width: 2.6em;
	z-index: 10;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -0.7em;
}
#touch-menu span:after{
	top: 0.7em;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 0.7em;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	border-radius: 0.2em;
	height: 2px;
	width: 100%;
	background-color: #666;
	transition: all 0.3s;
	backface-visibility: hidden;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(0.5em, 0.5em);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(0.5em, -0.5em);
}
/*-----------Footer---------*/
.footer{
	background-color: #072235;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 10.8rem 0;
	position: relative;
	text-align: center;
}
.footer:after{
	background-image: url('assets/img/icons/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	height: 80%;
	max-height: 20re;
	max-width: 60rem;
	right: 0;
	position: absolute;
	width: 80%;
}
.footer-inner{
	position: relative;
	z-index: 2;
}
.footer a{
	color: inherit;
}
.footer a:hover{
	opacity: 0.5;
}
.footer-content img{
	display: inline-block;
	height: auto;
	margin: 0 0 2em;
	vertical-align: middle;
	width: 39rem;
}
.footer-copyright{
	margin-top: 0.5em;
	opacity: 0.5;
}
/*-----------Home-------*/
.top-banner{
	background-color: #071129;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.top-banner:after{
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
	bottom: 0;
	content: "";
	display: block;
	height: 25rem;
	max-height: 80%;
	left: 0;
	position: absolute;
	z-index: 1;
	width: 100%;
}
.top-banner-inner{
	padding: 10rem 0;
	position: relative;
	z-index: 3;
}
.top-banner-content{
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.23;
	max-width: 26em;
}
.top-banner-content h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 6.5rem;
	font-weight: 800;
	line-height: 1.076;
	margin: 0 0 2.1rem;
}
.view-projects{
	bottom: 3rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}
.view-projects a{
	color: #fff;
	display: block;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 1em;
	position: relative;
}
.view-projects a:hover{
	opacity: 0.6;
}
.view-projects a:after{
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  height: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.about-section{
	padding: 14rem 0;
}
.about-content{
	text-align: center;
}
.about-content h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	margin: 0 0 0.5625em;
}
.about-content p{
	max-width: 58em;
	margin-left: auto;
	margin-right: auto;
}
.banner{
	background-color: #071129;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	min-height: 50rem;
}
.banner-inner{
	padding: 8rem 0;
	width: 100%;
}
.banner-content{
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.23;
	text-align: right;
}
.banner-content h2{
	font-size: 6.5rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.076;
	margin: 0 0 1.2rem;
}
.info-section{
	padding: 6rem 0;
}
.info-row{
	display: flex;
	flex-wrap: wrap;
}
.info-media-col{
	padding-right: 3rem;
	width: 50%;
}
.info-content-col{
	width: 50%;
}
.info-media{
	margin-bottom: 6rem;
	max-width: 55rem;
}
.info-media:last-child{
	margin-bottom: 0;
}
.info-media a{
	display: block;
	position: relative;
	width: 100%;
}
.info-media a:after{
	background-image: url('assets/img/icons/play-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 7rem auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	transition: all 0.2s linear;
	top: 0;
	width: 100%;
	z-index: 2;
}
.info-media a:hover:after{
	background-color: rgba(0,0,0,0.5);
	background-size: 9rem auto;
}
.info-media img{
	display: block;
	height: auto;
	width: 100%;
}
.info-content{
	max-width: 64rem;
}
.info-content h2{
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 1.5em;
}
.info-content h2 strong{
	font-weight: 600;
}
.info-content h3{
	font-size: 2.6rem;
	line-height: 1.25;
	margin-bottom: 1.5em;
}	
.mfp-iframe-holder .mfp-content{
	max-width: 110rem;
}
.def-section{
	padding: 12rem 0;
}
.def-content h1{
	font-size: 3em;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 991px) {
	body{
		font-size: 1.6rem
	}
	.header-top{
		padding: 1rem 0;
	}
	.header-row{
		display: block;
		padding: 2rem;
	}
	.header-logo img{
		height: 2.6rem;
	}
	#touch-menu{
		display: block;
	}
	.nav{
		display: none;
		font-size: 2rem;
		text-align: center;
	}
	.nav > ul{
		display: block;
		padding-top: 1em;
	}
	.nav > ul > li{
		display: block;
		padding: 0;
	}
	.nav > ul > li > a{
		padding: 0.5em 0;
	}
	.footer{
		font-size: 1.4rem;
	}
	.top-banner{
		height: auto;
	}
	.top-banner:after{
		height: 100%;
		max-height: 100%;
	}
	.top-banner-inner{
		padding: 16rem 0 24rem;
	}
	.top-banner-content,
	.banner-content{
		font-size: 2rem;
	}
	.top-banner-content h2,
	.banner-content h2{
		font-size: 5rem
	}
	.about-section{
		padding: 8rem 0;
	}
	.banner{
		min-height: 1px;
	}
	.banner-inner{
		padding: 12rem 0;
	}
	.about-content h2{
		font-size: 4rem;
	}
}
@media only screen and (max-width : 767px) {
	.container{
		width: 100%;
	}
	.footer{
		font-size: 1.6rem;
		padding: 8rem 0 10rem;
	}
	.footer-content img{
		margin-bottom: 1em;
	}
	.top-banner-content h2,
	.banner-content h2{
		font-size: 4rem;
	}
	.top-banner-inner{
		padding: 14rem 0 16rem;
	}
	.banner-inner{
		padding: 10rem 0;
	}
	.about-section{
		padding: 6rem 0;
	}
	.about-content h2{
		font-size: 3.2rem;
	}
	.info-media-col{
		padding: 0 0 5rem;
		width: 100%;
	}
	.info-content-col{
		width: 100%;
	}
	.info-content h2,
	.info-content h3{
		margin-bottom: 1em;
	}
	.info-media{
		margin-bottom: 2rem;
	}
	.def-section{
		padding: 10rem 0 6rem;
	}
	.def-content h1{
		font-size: 2.6em
	}
}
@media only screen and (min-width : 991px) {
	.nav > ul > li > a:after{
		background: #072235;
		bottom: 0.1em;
		content: "";
		display: block;
		height: 1px;
		left: 50%;
		max-width: 8.2rem;
		position: absolute;
		transform: translateX(-50%);
		transition: all 0.2s linear;
		width: 0;
	}
	.nav > ul > li:hover > a:after{
		width: 80%;
	}
	.nav > ul > li.header-enquire > a:after{
		content: none;
		display: none;
	}
}
@media only screen and (min-width : 1700px) {
	html{
		font-size: 0.6vw;
	}
}