@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	outline: none
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.hd-logo img{
	width: 180px; margin-left: 5px;
}
.clearfix {
	display: block;
}

html,
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	overflow-x: hidden;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
	font-weight: 400;
	color: #000;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

a:hover {
	color: #8d847c;
	text-decoration: none;
}

strong {
	font-weight: 400;
}

p {
	font-size: 18px;
	margin-bottom: 18px;
	color: #333333;
	line-height: 26px;
	font-weight: 300;
}

p:last-child {
	margin: 0 !important;
}

h1, .h1 {
    margin-bottom: 20px;
    font-size: 105px;
    line-height: 1.3;
}

h2,
.h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

h3,
.h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

input,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none !important;
}

.site-wrapper {
	position: relative;
}

.container {
	max-width: 1200px;
}


/* Global CSS End */


/*** Header Start ***/

header.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}

header.sticky .header-wrapper {
	padding: 15px 0;
}

header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.header-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: center;
	align-content: center;
	padding: 50px 0 30px 0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}

.header-wrapper .navbar {
	padding: 0;
}

.header-wrapper .navbar ul {
	margin:0;
}

.header-wrapper .navbar ul li {
	display: inline-block;
	margin-left: 80px;
}

.header-wrapper .navbar ul li a {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
}

.header-wrapper .navbar ul li a:after {
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: -3px;
	left: auto;
	right: 0;
	background: #8d847c;
	transition: 0.3s all;
}

.header-wrapper .navbar ul li.active a:after,
.header-wrapper .navbar ul li a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}


/*** Header End ***/


/*** Footer Start ***/

footer {
	padding: 50px 0;
	text-align: center;
}

.footer-wrapper span {
	font-weight: bold;
}

.footer-wrapper p {
    font-size: 16px;
    letter-spacing: 2px;
}


/*** Footer End ***/


/*** Homepage Start ***/


/* Hero Banner Start */

.hero-banner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	background-position: center !important;
	background-size: cover !important;
	padding: 180px 0 90px 0;
}

.hero-banner .row {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.hero-banner h1 {
	margin: 0;
	color: #8d847c;
	font-weight: 100;
	margin-bottom: 30px;
	line-height: 1;
	text-transform: uppercase;
	text-align: left;
}

.hero-banner h1 span {
	display: block;
	font-weight: 100;
}

.hero-banner .content {
	padding-bottom: 28px;
}

.hero-banner .content p {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 0;
	position: relative;
	top: 5px;
	font-weight: 300;
	text-align: left;
}

/* Hero Banner End */
    
/*Img home Start*/
.container-img{width: 100%;}
.img-home{position: relative; height: 100vh; margin: 0 3%; overflow: hidden; background-image: url("../images/img-home.jpeg"); background-repeat: no-repeat; background-size: cover; background-position: center bottom; /*border-radius: 50px;*/}
/*Img home End*/

.about-img-block {
	position: relative;
	background: #000;
	overflow:hidden;
}

.about-img-block.big {
	margin-bottom: 30px;
}

.about-img-block .content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
    z-index: 111;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
	opacity:1;
	transition:0.3s all;
}

.about-img-block:hover .content {
	opacity:0;
	transition:0.3s all;
	visibility:hidden;
}

.about-img-block video {
	position:absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 2;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    object-fit: inherit;
}

.about-img-block .content h3 {
    color: #fff;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}

.about-img-block .content h3:after {
    content:"";
    background:#fff;
    width:1000%;
    height:2px;
    position:absolute;
    top:50%;
    left:-1000%;    
    margin:-1px 0 0 -30px;
}

.about-img-block .content h3:before {
    content:"";
    background:#fff;
    width:1000%;
    height:2px;
    position:absolute;
    top:50%;
    right:-1000%;    
    margin:-1px -30px 0 0;
}

.about-img-block a {
	display: block;
}

.about-img-block a:hover {
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.about-img-block a img {
	opacity:0;
	visibility:hidden;
	width: 100%;
}

.services-section {
	padding: 130px 0;
}

#about h2,
.services-section h2, .contact-section h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 400;
}

.contact-section h2 {
	font-size: 41px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.s-list {
	text-align: center;
	margin:0;
	padding:0;
}

.s-list li {
    margin: 35px 0;
    list-style: none;
	font-size:22px;
}

.s-list li:last-child {
	margin-bottom: 0px;
}

.s-list li a:after {
	content: "";
	width: 0%;
	height: 1px;
	position: absolute;
	bottom: -3px;
	left: auto;
	right: 0;
	background: #8d847c;
	transition: 0.3s all;
}

.s-list li a:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

.contact-section {
	background: #eee;
	padding: 100px 0;
}

.radio-buttons {
	text-align: center;
	margin-bottom: 30px;
}

.radio-buttons .custom-radio {
	display: inline-block;
	margin: 0 10px;
}

.radio-buttons .custom-control-label {
	padding-left: 10px;
}

.radio-buttons .custom-control-input:checked~.custom-control-label::before {
	border-color: #8d847c;
	background-color: #8d847c;
}

.radio-buttons .custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.radio-buttons .custom-control-label::before,
.radio-buttons .custom-control-label::after {
	width: 1.5rem;
	height: 1.5rem;
	top: 0;
}

.contact-section .input-group {
	margin-bottom: 20px;
}

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section textarea {
	width: 100%;
	border: 0;
	padding: 10px 20px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	height: 60px;
	resize: none;
}

.contact-section textarea {
	height: 120px;
}

.contact-section input[type="submit"] {
    background: #8d847c;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 13px 25px;
    border: 0;
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: 0.5s all;
}

.contact-section input[type="submit"]:hover {
	background: #000;
}

.statusMessage2, .successmessage2, .errormessage2,
.statusMessage, .successmessage, .errormessage {
  display: none;
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin: 20px auto;
  padding: 20px;
  border-radius: 0px;
}

.errormessage2 p, .statusMessage2 p, .successmessage2 p,
.errormessage p, .statusMessage p, .successmessage p {
  margin: 0px !important;
  color: #000;
  font-size: 14px;
  margin: 0 !important;
}

.success-ico {
  background: url(../images/success.png);
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 0px;
  background-size: 25px;
}

.error-ico {
  background: url(../images/error.png);
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 0px;
  background-size: 25px;
}

#sendingMessage2 i,
#sendingMessage i {
  color: #00BCD4;
  font-size: 18px;
  margin-right: 10px;
}

.nature-poster{
    max-height: 768px;
}

/*LOADING*/
#preloader{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #e7e3df; z-index: 9999;}

.loader{width: 16px; height: 16px; border-radius: 50%; display: block; margin:15px auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: #FFFFFF; box-shadow: -24px 0 #FFF, 24px 0 #FFF; box-sizing: border-box; animation: shadowPulse 2s linear infinite;}

.loader-logo{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 200px; animation: loaderlogo 2s linear infinite;}

@keyframes loaderlogo {
	0% {
		opacity: 0;
  	}
	 50% {
		opacity: 0.5;
	  }
	 100% {
		opacity: 1;
	  }
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #FF3D00, 24px 0 #FFF;
  }
  66% {
    background: #FF3D00;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #9D7500;
  }
}
/*LOADING*/

/*** Media Queris Start ***/

@media(max-width: 1199px) {
	.container {
		max-width: 100%;
		padding: 0 30px;
	}
}

@media(max-width: 767px) {
	.container {
		padding: 0 20px;
	}
	h1,
	.h1 {
		font-size: 50px;
	}
	.header-wrapper {
		padding: 15px 0;
	}
	.header-wrapper .navbar {
		position: absolute;
		top: 100%;
		background: #fafafa;
		left: 0;
		right: 0;
		height: calc(100vh - 70px);
		padding: 20px 30px;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		display: none;
		text-align: right;
		overflow: auto;
	}
	.header-wrapper .navbar ul {
		width: 100%;
	}
	.header-wrapper .navbar ul li {
		display: block;
		margin: 0 0 15px 0;
		text-align: right;
	}
	.humburger-menu {
		position: absolute;
		right: 20px;
		top: 37px;
	}
	.humburger-menu.active span:nth-child(1) {
		-webkit-transform: translateY(7px) rotate(45deg);
		-moz-transform: translateY(7px) rotate(45deg);
		-ms-transform: translateY(7px) rotate(45deg);
		-o-transform: translateY(7px) rotate(45deg);
		transform: translateY(7px) rotate(45deg);
	}
	.humburger-menu.active span:nth-child(2) {
		opacity: 0;
	}
	.humburger-menu.active span:nth-child(3) {
		-webkit-transform: translateY(-7px) rotate(-45deg);
		-moz-transform: translateY(-7px) rotate(-45deg);
		-ms-transform: translateY(-7px) rotate(-45deg);
		-o-transform: translateY(-7px) rotate(-45deg);
		transform: translateY(-7px) rotate(-45deg);
	}
	.humburger-menu span {
		display: block;
		width: 20px;
		height: 2px;
		margin-bottom: 5px;
		background: #000;
		-webkit-transition: transform 250ms, opacity 250ms;
		-moz-transition: transform 250ms, opacity 250ms;
		-o-transition: transform 250ms, opacity 250ms;
		transition: transform 250ms, opacity 250ms;
	}
	.humburger-menu span:last-child {
		margin-bottom: 0;
	}
	.hero-banner {
		height: auto;
		padding: 150px 0 30px 0;
	}
	.hero-banner h1 {
		margin-bottom: 20px;
	}
	.hero-banner h1,
	.hero-banner .content {
		text-align: center;
	}
	.hero-banner .content {
		padding-bottom: 0;
	}
	.hero-banner h1 span {
		display: inline-block;
	}
	.services-section,
	.contact-section {
		padding: 50px 0;
	}
}

@media (max-height: 414px) and (max-width: 991px) {
	.hero-banner {
		height: auto;
		padding: 150px 0 50px 0;
	}
}

@media(max-width: 575px) {
	h1,
	.h1 {
		font-size: 34px;
	}
	h2,
	.h2 {
		font-size: 26px;
	}
	.hero-banner h1 {
		margin-bottom: 10px;
	}
	.hero-banner .content p {
		font-size: 18px;
	}
	.about-img-block {
		margin-top: 30px;
	}
	.s-list li a {
		font-size: 22px;
	}
}

@media(max-width: 575px) {
	.s-list li {
		margin: 25px 0;
		list-style: none;
		font-size: 17px;
	}

	.contact-section h2 {
		font-size: 30px;
	}
}

/*** Media Queris End ***/