/* ------ Font Family ------- */

@font-face {
  font-family: 'AndrogyneMedium';
  src: url('../fonts/AndrogyneMedium.eot'); /* IE9 Compat Modes */
  src: local('AndrogyneMedium'), local('AndrogyneMedium'), url('../fonts/AndrogyneMedium.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/AndrogyneMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AndrogyneMedium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AndrogyneMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AndrogyneMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'AzoSansW01-Regular';
  src: url('../fonts/AzoSansW01-Regular.eot'); /* IE9 Compat Modes */
  src: local('AzoSansW01-Regular'), local('AzoSansW01-Regular'), url('../fonts/AzoSansW01-Regular.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/AzoSansW01-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AzoSansW01-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AzoSansW01-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AzoSansW01-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'AzoSansW01-Medium';
  src: url('../fonts/AzoSansW01-Medium.eot'); /* IE9 Compat Modes */
  src: local('AzoSansW01-Medium'), local('AzoSansW01-Medium'), url('../fonts/AzoSansW01-Medium.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/AzoSansW01-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AzoSansW01-Medium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AzoSansW01-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AzoSansW01-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'AzoSansW01-Bold';
  src: url('../fonts/AzoSansW01-Bold.eot'); /* IE9 Compat Modes */
  src: local('AzoSansW01-Bold'), local('AzoSansW01-Bold'), url('../fonts/AzoSansW01-Bold.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/AzoSansW01-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/AzoSansW01-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/AzoSansW01-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/AzoSansW01-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}



@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot'); /* IE9 Compat Modes */
  src: local('Raleway-SemiBold'), local('Raleway-SemiBold'), url('../fonts/Raleway-SemiBold.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Raleway-SemiBold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Raleway-SemiBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Raleway-SemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Raleway-ExtraBold';
  src: url('../fonts/Raleway-ExtraBold.eot'); /* IE9 Compat Modes */
  src: local('Raleway-ExtraBold'), local('Raleway-ExtraBold'), url('../fonts/Raleway-ExtraBold.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Raleway-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Raleway-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Raleway-ExtraBold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial.eot'); /* IE9 Compat Modes */
  src: local('Arial'), local('Arial'), url('../fonts/Arial.woff2') format('woff2');/* Super Modern Browsers */
  font-display: swap;
  src: url('../fonts/Arial.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Arial.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Arial.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Arial.svg#svgFontName') format('svg'); /* Legacy iOS */
}



/* ------ Specification ------- */

body {
	font-family: 'AzoSansW01-Medium', Arial, sans-serif;
	font-size: 20px;
	color: #000;
	background-color: #fff;
	padding: 0;
	margin: 0;
}


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

div, p, form, input, a, span, button {
	box-sizing: border-box;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
	outline: none;
}

p {
  margin: 0;
  color: #000;
  font-size: 20px;
  line-height: 1.3em;
  font-family: 'AzoSansW01-Medium', Arial, sans-serif;
  letter-spacing: 0.005em;
  margin-bottom: 1.35em;
}

p:last-child {
  margin-bottom: 0;
}

ul, li {
	display: block;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
  font-family: 'AzoSansW01-Bold', Arial, sans-serif;
	color: #000;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}


a {
	font-family: 'AzoSansW01-Medium', Arial, sans-serif;
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000;
}

.d-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.justify-content-center {
    justify-content: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.justify-content-end {
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}

.justify-content-around {
    justify-content: space-around;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
}

.align-items-center {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.align-items-end {
   -webkit-box-align: end;
   -ms-flex-align: end;
   align-items: flex-end; 
}

.flex-wrap {
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.text-center {
  text-align: center;
}

.container {
  width: 100%;
	max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

body.no-scroll {
  overflow-y: hidden;
}

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}


.btn {
  display: inline-block;
  font-size: 18px;
  background: #b98f4e;
  color: #fff;
  text-align: center;
}

.btn:hover, .btn:focus, .btn:active {
  color: #fff;
}


/* ------ Style for WPBakery ------ */

/*.vc_tta-accordion .vc_tta-panel-title {
  font-size: 20px;
}*/

.vc_tta-panel-heading {
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
  border-bottom: 2px solid #eceded!important; 
  background-color: transparent!important;
}

.vc_tta-panel-body {
  border: none!important;
  background-color: transparent!important;
}

.vc_tta-accordion .vc_tta-panel-title > a {
  color: #1b322e!important;
}

.vc_tta-panel-title {
  font-size: 22px;
}

.vc_tta-container h2 {
  font-size: 32px;
  color: #b98f4e!important;
}


.wpb_wrapper h1, .wpb_wrapper h2, .wpb_wrapper h3, .wpb_wrapper h4, .wpb_wrapper h5, .wpb_wrapper h6 {
  color: #1b322e;
  margin-bottom: 1.2em;
}

.wpb_wrapper p, .wpb_wrapper a, .wpb_wrapper li {
  color: #1b322e;
}

.wpb_wrapper ul {
  padding-left: 40px;
}

.wpb_wrapper ul li, .wpb_wrapper ol li {
  line-height: 1.5em;
  margin-bottom: 0.7em;
}

.wpb_wrapper ul, .wpb_wrapper ol {
  margin-bottom: 1.5em;
}

.wpb_wrapper ul >li > ul, .wpb_wrapper ol >li > ol {
  margin-top: 1.5em;
}


.wpb_wrapper ul > li {
  position: relative;
}

.wpb_wrapper ul > li:before {
  content: "";
  position: absolute;
  left: -40px;
    top: 20%;
  display: block;
  width: 14px;
  border: 1px solid #000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 7px;
  border-width: 2px;
  border-color: #000;
  border-top-style: none;
  border-right-style: none;
}


.wpb_wrapper ol > li {
  list-style-type: decimal;
  display: list-item;
}

.wpb_wrapper b, .wpb_wrapper strong {
  font-family: 'AzoSansW01-Bold', Arial, sans-serif;
}


.vc_btn3 {
  background-color: #b88e4e!important;
  color: #fff!important;
  border-radius: 25px!important;
  border-color: #b88e4e!important;
  background-image: none!important;
}

.webpage > .container > .vc_row-fluid {
  padding-top: 100px;
  padding-bottom: 100px;
}

.webpage .main {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
}

.listing .wpb_single_image {
  margin-bottom: 10px;
}

.listing h1, .listing h2, .listing h3, .listing h4, .listing h5, .listing h6, .listing p {
  margin-bottom: 0;
}

.small {
  font-size: 16px;
}

small {
  font-family: 'AzoSansW01-Regular', Arial, sans-serif;
  font-size: 12px;
  line-height: 0.8em;
}

.max-width {
  max-width: 700px;
  margin: 0 auto;
  float: none!important;
}



/*.vc_row .container {
  margin-left: auto!important;
  margin-right: auto!important;
}

.vc_row {
  margin-left: 0!important;
  margin-right: 0!important;
}

.vc_column_container > .vc_column-inner {
  padding-left: 0!important;
  padding-right: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}*/


/* ------ Style Form Contact Form 7 ------ */

.form {
  max-width: 800px;
  margin: 0 auto;
}

.form .form__title {
  text-align: center;
  color: #000;
  margin-bottom: 62px;
}

.form_work .form__title {
  color: #5a482e;
}

.form_work .form__submit {
  border-radius: 32px;
}

.wpcf7 .ajax-loader  {
  display: none;
}

.form__input span.wpcf7-list-item {
  margin: 0!important;
}

.form .wpcf7-not-valid-tip,  .form .wpcf7-response-output {
  font-size: 16px!important;
}

.form__label {
  width: 25%;
  color: #1b322e;
}

.form__input span {
  width: 74%;
}

.form__input input, .form__message {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  border: 1px solid #bcbcbb;
  padding: 13px 7px;
}

.form__message {
  height: 120px;
}

.form__input {
  margin-bottom: 18px;
}

.form__submit {
  max-width: 200px;
  width: 100%;
  padding: 22px;
  font-family: 'Raleway-SemiBold', Arial, sans-serif;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


/* ------ Overlay Menu ------ */

.overlay__logo {
  padding-top: 10px;
}

.overlay__menu {
  text-align: center;
  padding: 7vh 0;
}

.overlay__menu li {
  margin-bottom: 3.4vh;
}

.overlay__menu li a {
  font-size: 24px;
  color: #1b322e;
}

.overlay__menu li:last-child {
  margin-bottom: 0;
}

.overlay {
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
   z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.overlay.active {
  top: 0;
}

/* ------ Announcement ------ */
.announcement {
  background: #1b322e;
  padding: 10px 0;
}

.announcement p {
  color: #fff;
  font-family: 'Raleway-ExtraBold', Arial, sans-serif;
  font-size: 18px;
}

.announcement__close {
  right: 2%;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.announcement__close:after, .announcement__close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 2px;
    background-color: #929292;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.announcement__close:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.announcement__close:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg);
}

/* ------ HEADER ------ */
.header {
  position: relative;
}

.header__menu {
  padding: 15px 0 30px;
}

.header__menu > .container {
  position: relative;
}

.menu {
  position: absolute;
  top: 15px;
  left: 11%;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

.menu__icon {
  position: relative;
  z-index: 999999;
  display: block;
  width: 24px;
  height: 18px;
  margin-left: 10px;
  border-bottom: 2px solid #000;
}

.menu__icon:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: '';
  display: block;
  height: 2px;
  background: #000;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.menu__icon:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  height: 2px;
  background: #000;
  -webkit-transition: width 2s,-webkit-transform .7s;
  transition: width 2s,-webkit-transform .7s;
  -o-transition: transform .7s,width 2s;
  transition: transform .7s,width 2s;
  transition: transform .7s,width 2s,-webkit-transform .7s;
}

.menu.active .menu__icon {
  border: 0;
  padding: 18px;
}

.menu.active .menu__icon:before {
  content: '';
  display: block;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 100%;
  margin-top: -55%;
  left: 0;
  margin-left: 0%;
}

.menu.active .menu__icon:after {
  content: '';
  display: block;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 100%;
  margin-top: -55%;
  left: 0;
  margin-left: 0%;
}

.logo {
  text-align: center;
}

.logo__img img {
  max-width: 250px;
  height: auto;
}

.header__main {
  padding-bottom: 30px;
}

.main {
  min-height: 570px;
  text-align: center;
}

.main .vc_column-inner {
  padding-top: 0!important;
}
    
.main h1, .main h2 {
  margin-bottom: 0;
  color: #000;
}

.main h1 {
  font-size: 110px;
}

.main h2 {
  text-transform: uppercase;
  font-size: 38px;
}

.main__text {
  font-family: 'AndrogyneMedium', Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 210px;
}

.label {
  background: #c7a063;
  padding: 24px 0;
}

.label p {
  font-size: 18px;
  color: #fff;
  margin: auto 0;
}

.label img {
  display: block;
  max-width: 120px;
  width: 100%;
  margin-left: 34px;
}

/* ------ FOOTER ------ */
.footer {
  background: #1b322e;
  padding: 80px 0;
}

.footer-logo, .footer-address, .footer-menu, .footer-socials {
  width: 23%;
}

.footer p, .footer a {
  color: #fff;
}


.footer-logo img {
  max-width: 235px;
  width: 100%;
  display: inline-block;
  height: auto;
}

.footer-address p, .footer-address a {
  font-family: 'Arial', sans-serif;
  font-size: 16px;
}

.footer-menu__list li a {
  font-family: 'Raleway-SemiBold', Arial, sans-serif;
  font-size: 18px;
}

.footer-menu__list li {
  margin-bottom: 9px;
}

.footer-menu__list li:last-child {
  margin-bottom: 0;
}

.footer-socials li img {
    display: block;
    height: 23px;
    width: auto;
}

.footer-socials li {
  margin-right: 30px;
}

.footer-socials li:last-child {
  margin-right: 0;
} 

