/*------------landing.css-------------*/

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://img1.wsimg.com/gfonts/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Lusitana';
  font-style: normal;
  font-weight: 400;
  src: url(https://img1.wsimg.com/gfonts/s/lusitana/v13/CSR84z9ShvucWzsMKyhdTOI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Lusitana';
  font-style: normal;
  font-weight: 700;
  src: url(https://img1.wsimg.com/gfonts/s/lusitana/v13/CSR74z9ShvucWzsMKyDmafctaNY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.landing_page {
	font-family: "Lusitana", Georgia, serif;
	/*font-family: 'Lato', arial, sans-serif;*/
}
.landing_page p{
	color: rgb(94, 94, 94);
	line-height: 24px;
}
.landing_page .container{
	padding:0 20px;
}
@media (min-width: 768px) {
  .landing_page .container {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .landing_page .container {
    width: 984px;
  }
}
@media (min-width: 1280px) {
  .landing_page .container {
    width: 1160px;
  }
}
@media (min-width: 1536px) {
  .landing_page .container {
    width: 1280px;
  }
}
strong {
  font-weight: 700;
}
a, a:link{
	color: rgb(140, 117, 0);
}
header{
	position:static;
	background:white;
	padding:0;
}
header::before{
	display:none;
}
header .landing_btn{
	padding: 13px 30px 11px;
  line-height: 1;
}
main {
    padding:0;
  }
.landing_bnr {
	position:relative;
	overflow:hidden;
}
.landing_bnr::before {
	position:absolute;
	z-index:1;
	content:'';
	background-image: linear-gradient(rgba(22, 22, 22, 0.3) 0%, rgba(22, 22, 22, 0.3) 100%);
	opacity: 1;
	height:100%;
	width:100%;
  }
.landing_bnr img{
	height:calc(100vh - 51px);
	width:100vw;
	object-fit:cover;
	object-position: top;
}
.landing_bnr .container{
	position:absolute;
	z-index:2;
	margin:0 auto;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width:750px;
	color:#fff;
	text-align:center;
}
.landing_bnr h1{
	position:absolute;
	z-index:2;
	margin:0 auto;
	top:30px;
	left:50%;
	transform:translateX(-50%);
	font-family: "Lusitana", Georgia, serif;
	font-size: 31px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 46.5px;
	color:#fff;
}
.landing_bnr .top_btns{
	position:absolute;
	z-index:2;
	margin:0 auto;
	top:30px;
	right:70px;
}
.landing_bnr .container h2{
	font-size: 56px;
	font-family: 'Lato', arial, sans-serif;
	text-transform: uppercase;
	text-align:center;
	line-height: 1.2;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgb(247, 247, 247);
}

.landing_bnr .container h3{
	font-size: 22px;
	font-family: 'Lusitana', Georgia, serif;
	text-align:center;
	line-height: 1.5;
	color: rgb(247, 247, 247);
}
@media(max-width:1023px){
	.landing_bnr  {
  background:#f6f6f6;
}
.landing_bnr::before {
		display:none;
	}
.landing_bnr img {
  height: auto;
  width: 100vw;
  object-fit: cover;
  object-position: top;
}
.landing_bnr .container {
  position: static;
  margin: 0 auto 60px;
  transform: none;
  color:rgb(27, 27, 27);
  clear:both;
}
.landing_bnr h1{
	font-size: 25px;
	 position: static;
  margin: 20px;
  transform: none;
  color:rgb(27, 27, 27);
  text-align:center;
  float:left;
}
.landing_bnr .top_btns{
	position:static;
	float:right;
	margin:20px;
}
.landing_bnr .container h2{
	font-size: 39px;
	border-bottom:solid 1px rgb(27, 27, 27);
}
.landing_bnr .container h3 {
  font-size: 20px;
   color:rgb(27, 27, 27);
}
}
.landing_btn{
	background-color: rgb(255, 215, 0);
	color: rgb(22, 21, 20) !important;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	padding:16px 30px 13px;
	font-family: "Lusitana", Georgia, serif;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	transition: 150ms ease-out;
	position: relative;
	border:0;
	line-height: 1.2;
}
.landing_btn:hover{
	color: rgb(22, 21, 20);
}
.landing_btn::after {
    border: solid 4px transparent;
	z-index:1;
	transition: 0.3s;
	height: 100%;
	width: 100%;
    left: 0px;
    right: 0px;
	bottom: 0px;
    top: 0px;
    position: absolute;
	background-color: transparent;
    content: "";
}
.landing_btn:hover::after {
  color: rgb(22, 21, 20);
  box-shadow: 0px 0px 0px 1px inset;
}
.landing_section{
	padding:40px 0;
}
.landing_title1{
	color: rgb(27, 27, 27);
	font-family: "Lato", arial, sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0 0 40px 0;
	text-align: left;
	text-transform: uppercase;
}
.landing_title1 hr{
	border-top:solid 1px  rgb(226, 226, 226);
	margin-bottom: 30px;
	margin-top: 15px;
}
.landing_title2{
	color: rgb(27, 27, 27);
	font-family: "Lusitana", Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27.5px;
	margin:0 0 20px 0;
}
.landing_title3{
	color: rgb(27, 27, 27);
	font-family: "Lato", arial, sans-serif;
	font-size: 31px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 38.75px;
	margin:0 0 15px;
	text-align: center;
	text-transform: uppercase;
}
.landing_title4{
	font-family: "Lusitana", Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 27.5px;
	margin-bottom: 20px;
}
@media(max-width:576px){
	.landing_title1 {
  font-size: 20px;
	}
	.landing_title3{
		font-size: 25px;
	}
}
.about_block {
	text-align:center;
}
.about_block .row{
	padding:20px 0;
}
.about_block .row > div{
	align-content: center;
}
.about_block img{
	margin-bottom:20px;
}
.landing_input{
	font-size: 16px;
	padding:10px 15px;
	border:solid 1px rgb(226, 226, 226) !important;
	border-radius:0 !important;
	background-color: rgb(255, 255, 255);
	font-family: "Lusitana", Georgia, serif;
	height:48px !important;
}
textarea.landing_input{
	height:auto !important;
	line-height: 28px
}
.svg_icon{
	width: 48px;
	height: 48px;
	color: rgb(170, 143, 0);
}
.border_box1{
	background-color: rgb(246, 246, 246);
	border: solid 1px rgb(218, 218, 218);
	padding:20px;
	text-align:center;

}
.landing_footer{
	background:#fff;
	padding:20px 0 60px 0;
	color: rgb(27, 27, 27);
	font-size:16px;
}
.landing_footer hr{
	border-top: solid 1px rgb(226, 226, 226);
	
}