:root{
    ---theme-black: #262626;
    ---theme-white: #fff;
    ---theme-orange: #BB8C77;
    ---theme-font-primary: 'garamond-premier-pro', serif;
    ---theme-font-secondary: 'futura-pt', sans-serif;
}
html, body{
    background-color: #E8E8E8;
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: var(---theme-font-primary);
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    color: var(---theme-black);
}
.c{
    max-width: 1420px;
}
.section_padding{
    padding-top: 70px;
    padding-bottom: 70px;
}

.header{
    position: absolute;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(---theme-font-secondary);
    font-weight: 200;
}

.logo {
    display: inline-block;
}
.logo img {
    width: auto;
    height: 70px;
}
.main_menu ul {
    margin: 0;
    padding: 0;
}
.main_menu ul li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    position: relative;
}
.main_menu ul li a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.065em;
}
.main_menu ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background-color: var(---theme-orange);
    transform: scale(0);
    transition: transform 0.4s;
}
.main_menu ul li a:hover::after, .main_menu ul li.current-menu-item a::after {
    transform: scale(1);
}
.main_menu ul li a:hover, .main_menu ul li.current-menu-item a{
    font-weight: 700;
}
/*.main_menu ul.menu > li:last-child > a, .main_menu ul.menu > li:nth-last-child(2) > a{
    border: 2px solid var(---theme-orange);
    color: var(---theme-orange);
    padding: 10px 15px 10px 15px;
    font-weight: 700;
    margin-left: 20px;
}
.main_menu ul.menu > li:last-child > a:hover, .main_menu ul.menu > li:nth-last-child(2) > a:hover{
    background-color: var(---theme-orange);
    color: #fff;
}*/
.main_menu ul.menu > li:last-child > a, .main_menu ul.menu > .button > a {
    background-color: var(---theme-orange);
    color: #fff;
    border: 2px solid var(---theme-orange);
    padding: 10px 15px 10px 15px;
    font-weight: 700;
    margin-left: 20px;
}
.has-scrolled .main_menu ul.menu > li:last-child > a, .has-scrolled .main_menu ul.menu > .button > a {
    border: 2px solid var(---theme-orange);
    color: var(---theme-orange);
    padding: 10px 15px 10px 15px;
    font-weight: 700;
    margin-left: 20px;
    background-color: initial;
}
.has-scrolled .main_menu ul.menu > li:last-child > a:hover, .has-scrolled .main_menu ul.menu > .button > a:hover {
    background-color: var(---theme-orange);
    color: #fff;
}
.main_menu ul.menu > li:last-child > a::after{
    display: none;
}
ul.sub-menu {
    position: absolute;
    background-color: var(---theme-black);
    width: 205px;
    padding: 15px 10px;
    left: 5px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility 0.4s;
    margin-top: 8px;
}
.main_menu ul.menu > li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
}
.main_menu ul.sub-menu li, .main_menu ul.sub-menu li a {
    display: block;
}
.main_menu ul.sub-menu li a::after{
    display: none;
}
.main_menu ul.sub-menu li a{
    font-weight: 200;
    font-size: 15px;
}
.main_menu ul.sub-menu li + li{
    margin-top: 15px;
}
.main_menu ul li:last-child ul.sub-menu {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
    background-color: rgb(38 38 38 / 75%);
}
/*
.main_menu ul.menu > li:last-child > a{
    margin: 0;
}
.main_menu ul.menu > li:last-child{
    margin-left: 20px;
}
*/

.footer{
    background-color: var(---theme-black);
    padding: 60px 0;
    color: var(---theme-white);
    font-family: var(---theme-font-secondary);
	text-align: center;
}
.footer .logo img {
    width: auto;
    height: 45px;
}
.footer .lin {
    display: inline-block;
    vertical-align: middle;
}
.footer .address, .footer .links {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
}
.footer .lin:hover{
	color: var(---theme-orange);
}
.s_link .fas {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.s_link + .s_link{
    margin-top: 15px;
}

.banner{
    background-color: var(---theme-black);
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}
.banner::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43 42 42 / 35%);
}
.banner video{
    position: absolute;
    left: 50%;
    top: 50%;
}
.b_content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
}
.b_content .logo img {
    width: auto;
    height: 170px;
}
.text {
    font-size: 52px;
    font-weight: 500;
}
.text_block {
    text-align: center;
    background-color: #fff;
}
.text_block .c {
    max-width: 1000px;
}
.title_block{
    background-color: var(---theme-black);
    color: var(---theme-white);
    text-align: center;
}
.title_block .t{
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(---theme-font-secondary);
    letter-spacing: 0.065em;
}
.two_col {
    background-color: #E8E8E8;
}
.two_col .bg_full {
    background-position: top center;
}
.inner {
    padding: 60px;
    max-width: 770px;
}
.c_editor {
    font-size: 26px;
    line-height: 1.3;
}
.bls {
    background-color: #fff;
    padding: 35px 20px;
    font-size: 21px;
    font-family: var(---theme-font-secondary);
    margin-top: 70px;
    line-height: 1.45;
}
.bls .bla{
    display: flex;
}
.bls .bl{
    width: 50%;
    padding: 0 25px;
}
.c_editor strong, .bl span{
    color: #9B684F;
}
.c_editor li{
    margin-top: 20px;
    list-style: none;
}
.c_editor li::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: var(---theme-orange);
    vertical-align: super;
    margin-right: 10px;
}
.c_editor p{
    margin-top: 20px;
}
.two_col .image {
    flex: 1;
}
.two_col ._col {
    display: inline-flex;
}

.tem_mem > * {
    display: inline-block;
}
.tem_mem .image {
    width: 60%;
}
.tem_mem .team_meta {
    width: 40%;    
    position: relative;
    top: 55px;
}
.tem_mem .image::before {
    content: '';
    display: block;
    padding-bottom: 135%;
}
.tem_mem {
    display: flex;
    align-items: center;
    font-family: var(---theme-font-secondary);
}
.tem_mem .name {
    font-size: 24px;
    color: var(---theme-black);
    font-weight: 700;
}
.tem_mem .role, .tem_mem .quotes{
    color: #9B684F;
    font-size: 22px;
}
.tem_mem .quotes{
    color: var(---theme-black);
    padding-top: 25px;
}
.tem_mem .role {
    padding-top: 5px;
}
._1 .tem_mem {
    flex-direction: row-reverse;
}
._2 .team_meta{
    text-align: right;
}
.tem_mems ._row{
    margin-top: -110px;
    position: relative;
	align-items: flex-end;
}
.tem_mems .line{
    position: absolute;
    left: 50%;
    top: 110px;
    bottom: 0;
}
.tem_mems .c{
    max-width: 1620px;
}
.tem_mems ._col{
    padding: 0 50px;
}
.teams_text {
    background-color: #fff;
}
.teams_text .c_editor {
    margin: auto;
    max-width: 600px;
	padding-left: 25px;
}
.teams_text .c_editor li {
    margin-top: 5px;
    list-style: none;
}
.c_editor li:first-child{
    margin-top: 0;
}
.tem_mems .line {
    position: absolute;
    left: 50%;
    top: 110px;
    bottom: 0;
    width: 1px;
    background-color: #9B684F;
}
.teams_text{
    position: relative;
}
.arrow_line {
    position: absolute;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: #9B684F;
    top: 0;
}
.arrow_line::after {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 15px;
    height: 15px;
    border-left: 1px solid #9B684F;
    border-bottom: 1px solid #9B684F;
    transform: rotate(-45deg) translateX(-50%);
    left: -2px;
}
.img_banner{
    height: 80vh;
    min-height: 700px;
    position: relative;
}
.img_banner::after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(21 19 17 / 20%);
}
.circle_block{
    background-color: #fff;
}
.circle_block .text {
    margin: auto;
    max-width: 860px;
    text-align: center;
}
.circle_block .image {
    max-width: 750px;
    margin: auto;
    padding-top: 60px;
}
.circle_block .image img{
    width: 100%;
    height: auto;
}
.blocks .inner{
    margin-left: auto;
}
.blocks_w {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
	padding-top: 35px;
}
.blocks_w ._col{
    display: inline-flex;
    padding: 0 15px;
    margin-top: 25px;
}
.block_w {
    background-color: #fff;
    padding: 35px 25px;
    font-size: 25px;
	line-height: 1.35;
    flex: 1;
    font-family: var(---theme-font-secondary);
    text-align: center;
    font-weight: 900;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 16%);
    align-items: center;
    display: flex;
    flex-direction: column;
}
.block_w span{
    color: #9B684F;
}
.blocks h4{
    font-family: var(---theme-font-secondary);
}
.blocks h4 {
    font-family: var(---theme-font-secondary);
    font-weight: 900;
}
.blocks ._col {
    display: inline-flex;
}
.blocks ._col .image{
    flex: 1;
}
.ro {
    display: flex;
    flex-wrap: wrap;
}
.ro .co:first-child {
    background-color: #fff;
}
.ro .co {
    padding: 90px 0;
    /* width: 45%; */
}
.ro .co:last-child {
    /* width: 51%; */
}
.ro .co{
    width: 50%;
}
.col_block {
    display: flex;
    padding: 0 35px;
    font-family: var(---theme-font-secondary);
}
.col_block .im img {
    width: 100%;
    height: auto;
}
.col_block .title {
    font-size: 30px;
    font-weight: 900;
    color: #9B684F;
    letter-spacing: 0.03em;
}
.col_block .des {
    font-size: 24px;
    padding-top: 10px;
}
.cont {
    padding-left: 25px;
    flex: 1;
}
.col_block + .col_block{
    margin-top: 90px;
}
.im {
    width: 70px;
}
.col_blocks ._col {
    display: inline-flex;
}
.col_blocks ._col .image{
    flex: 1;
}
.down_arrow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.down_arrow .d_arr {
    width: 30px;
    height: 40px;
    position: relative;
}
.d_arr::before {
    width: 2px;
    height: 100%;
    background-color: #BB8C77;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
}
.d_arr::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 15px;
    border-left: 2px solid #BB8C77;
    border-bottom: 2px solid #BB8C77;
    transform: rotate(-45deg) translateX(-50%);
    left: 50%;
    margin-left: -2px;
    margin-bottom: 8px;
}
.banner_cont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 70px;
    font-family: var(---theme-font-secondary);
    text-transform: uppercase;
    line-height: 1.25;
    font-weight: 900;
}
.banner_cont .max{
    max-width: 72%;
    margin: auto;
}
.rect_blocks .text{
    text-align: center;
}
.rect_blocks ._row{
    margin: 0 -15px;
    padding-top: 40px;
}
.rect_blocks ._col{
    display: inline-flex;
    padding: 0 15px;
    margin-top: 30px;
}
.rect_block{
    background-color: var(---theme-black);
    color: var(---theme-white);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 40px;
}
.cont_b {
    font-size: 22px;
    font-family: var(---theme-font-secondary);    
    flex: 1;
    padding-left: 35px;
    font-weight: 300;
    line-height: 1.35;
}
.img_b {
    width: 80px;
}
.img_b img{
    width: 100%;
    height: auto;
}
.rect_blocks_white{
    background-color: #fff;
}
.s_link p {
    display: inline-block;
}
.m_title{
    font-size: 24px;
}
.form_text .m_title{
    font-weight: 900;
}
.form_text{
    font-family: var(---theme-font-secondary);
}
.color_txt{
    color: #9B684F;
}
.address_title{
    font-size: 22px;
}
.address_txt{
    font-size: 22px;
}
.form_address {
    padding-top: 30px;
}
.col_40{
    width: 40%;
}
.col_60{
    width: 60%;
}
.form_block .row{
    font-size: 0;
    margin: 0 -30px;
}
.form_inner {
    background-color: #fff;
    font-family: var(---theme-font-secondary);
    padding: 30px;
}
.form_block ._col{
    padding: 0 30px;
}   
.form_control {
    width: 100%;
    border-bottom: 2px solid #bb8c77;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    font-family: var(---theme-font-secondary);
}
.form_label{
    font-size: 20px;
}
._col.text_area {
    display: block;
}
.btn{
    border: 2px solid var(---theme-orange);
    color: var(---theme-orange);
    padding: 10px 15px 10px 15px;
    font-weight: 900;
    font-size: 18px;
    letter-spacing: 0.065em;
    display: inline-block;
    font-family: var(---theme-font-secondary);
}
.btn:hover{
    background-color: var(---theme-orange);
    color: #fff;
}
.form_submit {
    padding-top: 40px;
    position: relative;
    display: inline-block;
}
.form_inner .form-group{
    margin-top: 30px;
}
.form_inner ._col:first-child .form-group, .form_inner ._col:nth-child(2) .form-group {
    margin-top: 0;
}
.meting_form {
    padding-top: 30px;
}
::placeholder {
    font-size: 20px;
    font-family: var(---theme-font-secondary);
    color: var(---theme-black);
    display: block;
    line-height: 1;
}
.wpcf7-response-output {
    font-size: 15px;
    border: none !important;
    text-align: center;
}
.meeting_form_section .wpcf7-spinner {
    position: absolute;
    top: 60%;
    right: 25%;
}
.bk_btn {
    text-align: center;
}
.button_section {
    background-color: #fff;
}
.burger_wrap{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.burger_lines {
    width: 20px;
    height: 17px;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burger_lines span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #bb8c77;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    top: 8px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
.burger_menu{
    display: none;
}
.burger_lines span:nth-child(1) {
    top: 0px;
}
.burger_lines span:nth-child(2) {
    top: 8px;
}
.burger_lines span:nth-child(3) {
    top: 16px;
}
._3col{
    background-color: var(---theme-black);
    color: var(---theme-white);
    text-align: center;
}
._3col_block .tit{
    font-weight: 900;
    font-size: 24px;
    font-family: var(---theme-font-secondary);
    text-transform: uppercase;
    line-height: 1.35;
}
.count {
    font-size: 92px;
    padding-top: 20px;
    line-height: 1;
}
.count img {
    height: 90px;
    width: auto;
    margin-top: 10px;
}
._3col .text_center {
    margin-top: 35px;
}
.tab_links {
    font-size: 0;
}
.tab_link {
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 200;
    font-family: var(---theme-font-secondary);
    padding: 15px 30px;
    box-shadow: 3px 5px 10px rgb(0 0 0 / 15%);
}
.tab_link.active, .tab_link:hover {
    background-color: #fff;
    box-shadow: none;
    font-weight: bold;
}
.tab_content {
    background-color: #Fff;
    padding: 25px;
}
.black_bl{
    background-color: var(---theme-black);
    color: var(---theme-white);
    padding: 20px;
    display: flex;
}
.black_bl .im {
    width: 100px;
}
.black_bl .im img{
    width: 100%;
    height: auto;
}
.black_bl .tx {
    flex: 1;
    font-family: var(---theme-font-secondary);
    padding-left: 25px;
    padding-right: 20px;
}
.black_bl .ti, .li_el {
    font-size: 26px;
    font-weight: 900;
}
.black_bl .de, .li_pri {
    font-size: 22px;
    font-weight: 200;
    padding-top: 10px;
    line-height: 1.35;
}
.black_bl + .black_bl{
    margin-top: 15px;
}
.lists_wrap {
    padding-left: 40px;
}
.lists_wrap{
    font-family: var(---theme-font-secondary);
}
.li_pri{
    padding-top: 5px;
}
.lists_wrap .list + .list{
    margin-top: 20px;
}
.li_el{
    position: relative;
    padding-left: 30px;
}
.li_el::before{
    content: '';
    position: absolute;
    left: 0;
    background-color: #9B684F;
    width: 20px;
    height: 2px;
    top: 14px;
}
.tab_cont{
    display: none;
    position: relative;
}
.tab_cont.active{
    display: block;
}
.chart_hold {
    width: 150px;
    height: 150px;
}
.chart_hold img{
	width: 100%;
	height: auto;
}
.chart_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}
.chart_txts {
    position: absolute;
    right: 100%;
    bottom: 0;
    white-space: nowrap;
    text-align: right;
    font-family: var(---theme-font-secondary);
}
.chart_tx {
    padding-right: 25px;
    position: relative;
}
.chart_tx + .chart_tx{
    margin-top: 5px;
}
.chart_tx::before{
    content: '';
    position: absolute;
    right: 10px;
    top: 8px;
    background-color: #9B684F;
    width: 10px;
    height: 2px;    
}
.side_menu{
    display: none;
}
.chart_hold{
    position: relative;
}
.chart_hold canvas{
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}
.button_section .btn, ._3col .btn {
    text-transform: uppercase;
    font-size: 30px;
    padding: 15px 40px;
}
.form_control.wpcf7-not-valid {
    border-bottom-color: red;
}
.meeting_form_section .btn{
	background:transparent;
	padding:10px 30px;
}

.banner > .text_center {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.goto {
    width: 30px;
    display: inline-block;
}
.goto img{
    width: 100%;
    height: auto;
}
.sticky {
    position: fixed;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(---theme-font-secondary);
    font-weight: 200;
    transform: translateY(-100%);
    transition: transform 0.4s;
    background-color: var(---theme-black);
    color: var(---theme-white);
}
.has-scrolled .sticky {
    transform: translateY(0);
}
.sticky .side_menu {
    display: none;
}
.page-id-73 .img_banner .bg_full,
.page-id-18 .img_banner .bg_full{
	background-position: top center;
}
.menu_open .header .burger_menu {
    display: none;
}
.menu_open .header .side_menu .burger_menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
}
.links.fmenus .s_link {
    margin-top: 0;
    margin-right: 20px;
	position: relative;
    padding-right: 12px;
}
.links.fmenus .s_link::after {
    content: '/';
    position: absolute;
    left: 100%;
    top: 54%;
    transform: translateY(-50%);
    font-size: 12px;
}
.links.fmenus .s_link:last-child {
	margin-right: 0;
	padding-right: 0;
}
.links.fmenus .s_link:last-child::after {
	content: '';
}
.links.fmenus {
    display: flex;
    align-items: center;
    justify-content: center;
}
.advic {
    padding-top: 20px;
}
.advic .he {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.cotx {
    padding-top: 10px;
	font-weight: 300;
}