/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
/*Reset css*/
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, center,
dl, dt, dd, ol, ul, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General css */
*,
*:focus {
	outline: none;
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a,
img {
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
html,
body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 18px;
	background: #dedede;
}
h5 {
	font-size: 36px;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
.hr-line {
	border: 0;
	border-top: solid 1px #999;
}
dl,
ol,
ul,
li {
	padding-left: 15px;
}
p a {
	color: #ccc;
}
p a:hover {
	color: #efefef;
}
p b {
	font-weight: bold;
}
p i {
	font-style: italic;
}
p u {
	text-decoration: underline;
}
p span {
	display: block;
}
p {
	margin-bottom: none;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	overflow-x: hidden;
}
.wrapper {
	min-height: 100vh;
	overflow-x: hidden;
}
header {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 8;
	background-color: rgba(255, 255, 255, 0.6);
}
.container {
	max-width: 1310px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 37px 0;
}
.header-logo {
	display: inline-block;
	max-width: 277px;
	width: 100%;
}
.right-header {
	text-align: right;
}
.right-header p {
	color: #00b140;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}
.banner-section {
	height: 100%;
	min-height: 100vh;
	background-image: url(../images/desktop-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 135px 15px;
}
.banner-content {
	max-width: 625px;
	width: 100%;
	background-color: transparent;
	padding: 50px 0;
	text-align: left;
}
.banner-content h2{
	font-size: 30px;
	line-height: 36px;
	color: #00b140;
	font-weight: 700;
	padding-bottom: 30px;
	margin: 0 0 30px;
	position: relative;
}
.banner-content h3{
    font-size: 30px;
	line-height: 36px;
	color: #00b140;
	font-weight: 700;
    padding-bottom:0;
    margin-bottom:12px;
}
.banner-content h2:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 114px;
	background-color: #00b140;
	border-radius: 12px;
}
.banner-content a {
	font-size: 20px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 5px;
	display: block;
}
.banner-content a:hover {
	color: #00b140;
}
.banner-content p:last-child {
		margin: 0;
}
.banner-section .address-block span{
    display:block;
    font-size:20px;
    color:#000;
    line-height:1.2;
    margin:0 0 5px;
}
.banner-section .address-block{
    position:relative;
    padding-bottom: 30px;
    margin-bottom:30px;
}
.banner-section .address-block:after{
    content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 114px;
	background-color: #00b140;
	border-radius: 12px;
}
.banner-section .contact-details{
    display:inline-flex;
    flex-direction:column;
}
/*Media Query*/
@media (max-width:1920px) {
    .banner-section{
        background-position: center 133px;
    }
}
@media (max-width:1700px){
    .banner-content {
        padding:30px 0;
    }
    .banner-content h2,.banner-section .address-block{
        padding-bottom:19px;
        margin-bottom:20px;
    }
}
@media (max-width:1540px) {
	.banner-content { 
		margin-top: 0; 
	}
	.banner-content h2{
		padding-bottom: 17px;
		margin-bottom: 15px; 
	}
	 .banner-content .address-block {
	    padding-bottom: 16px;
		margin-bottom: 15px;
	 }
	.banner-content h2,.banner-content h3{
	    font-size:26px;
	}
	.banner-section .address-block span,.banner-content a{
	    font-size:18px;
	}
	.banner-content h3{
	    margin-bottom:7px;
	}
}
@media (max-width:1400px){
    .banner-content h2, .banner-content .address-block {
        padding-bottom: 16px;
        margin-bottom: 13px;
    }
}
@media (max-width:1280px){
    .banner-content {
        padding: 20px 0;
    }
    .banner-content h2,.banner-content h3{
	    font-size:24px;
	}
	.banner-section .address-block span, .banner-content a {
        font-size: 16px;
    }
}
@media screen and (max-width: 1024px) {
	.header-logo { 
		max-width: 153px; 
	}
	.header { 
		padding: 22px 15px; 
	}
	.right-header p { 
		font-size: 15px; 
		letter-spacing: -0.2px; 
	}
	.banner-section { 
		background-image: url(../images/tablet-portrait-bg.jpg); 
	}
	.banner-section { 
		padding: 75px 14px 0;
		background-position:center 78px;
	}
	.banner-content h2:after,.banner-section .address-block:after { 
		width: 76px; 
	}
	.banner-content h2,.banner-content h3  {
		font-size: 21px;
		letter-spacing: -0.5px;
		line-height: 1.3; 
	}
	.banner-content h2, .banner-content .address-block {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width:1024px) and (orientation:landscape) {
	.banner-section {
		background-image: url(../images/tablet-landscape-bg.jpg);
	}
}
@media (max-width:991px){
    .banner-content h3{
	    font-size:19px;
	}
	.banner-content h2 { 
		font-size: 19px; 
	}
	.banner-content a,.banner-section .address-block span { 
		font-size: 13px; 
		line-height: 1.2; 
	}
	.banner-section .address-block{
        position:relative;
        padding-bottom: 10px;
        margin-bottom:10px;
    }
    .banner-content h2, .banner-content .address-block{
        padding-bottom:10px;
        margin-bottom:10px;
    }
    .banner-content {
        padding:25px 0;
    }
}
@media (max-width:767px) {
	.banner-section {
		background-image: url(../images/mobile-portrait-bg.jpg);
		padding: 65px 0px 0;
		background-position:center 68px;
	}
	.header-logo { 
		max-width: 140px; 
	}
	.header { 
		padding: 20px 5px 17px; 
	}
	.right-header p {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 1.3;
	}
}
@media (max-width:767px) and (orientation:landscape) {
	.banner-section {
		background-image: url(../images/mobile-landscape-bg.jpg);
	}
}
@media (max-width: 374px) {
	.header-logo {
		max-width: 100px;
	}
	.right-header p {
		font-size: 14px;
	}
}