@font-face {
    font-family: "AlegreyaSansSCBold";
    src: url("../webfonts/alegreya-sans_sc/AlegreyaSansSC-Bold.ttf");     
    font-style: normal;
}
@font-face {
    font-family: "AlegreyaSansSCMedium";
    src: url("../webfonts/alegreya-sans_sc/AlegreyaSansSC-Medium.ttf");    
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "AlegreyaSansSCRegular";
    src: url("../webfonts/alegreya-sans_sc/AlegreyaSansSC-Regular.ttf");     
    font-weight: normal;
    font-style: normal;
} 
html {
    scroll-behavior: smooth;
}
body {
    font-family: "AlegreyaSansSCRegular";
	font-size: 14px;
}
a.language {
    position: absolute;
    right: 25px;
    top: 4px;
    color: #fff;
    font-size: 20px;
}
.row{
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
}
.home-section{
	background: url(../images/home-section-bg.jpg) no-repeat center center / cover;
	height: 100vh;
}
.home-section-inner {
	width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    height: 80vh;
    background: rgb(0 0 0 / 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.home-section-logo {
    max-width: 650px;
    margin: 0 auto;
}
.home-section-logo img{
    max-width: 300px;
    width: 100%;
}
.home-section-text h3 {
    color: #b9844b;
    text-transform: uppercase;
	font-size: 48px;
	margin: 0;
}
.home-section-text {
    margin: 25px 0 0;
}
.group-details-section {
    background: #000;
}
.group-details-section-inner {
    width: 100%;
    padding: 50px 0;
    max-width: 1440px;
    margin: 0 auto;
}
.group-details-top-row {
    display: inline-block;
}
.group-details-top-row h3 {
    margin: 0 0 0;
    color: #fff;
    font-size: 56px;
}
.group-details-top-row img {
    max-width: 150px;
	float: right;
	margin: 10px 0 0;
}
.group-details-btm-row h4 {
    color: #fff;
    font-size: 36px;
	margin: 0 0 20px;
	font-family: "AlegreyaSansSCBold";
}
.group-details-btm-established {
    display: block;
}
.group-details-btm-col{
	display: inline-block;
}
.group-details-btm-col img{
	max-width: 100%;
}
.group-details-btm-col {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
	background: rgb(65 66 10 / 55%);
	vertical-align: top;
}
.group-details-btm-col:nth-child(3n+3){
	margin-right: 0;
}
.group-details-btm-col-text {
	font-size: 32px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    min-height: 160px;
    padding: 25px 25px 20px;
	line-height: 40px;
}
.group-details-btm-row {
    margin: 50px auto 0;
    max-width: 1280px;
}
.group-details-btm-col-icon {
	max-width: 150px;
    margin: 0 auto;
    min-height: 115px;
    text-align: center;
    padding: 20px 0 0;
    max-height: 150px;
}
.group-details-btm-col-icon img{
	max-height: 150px;
}
.group-details-btm-col.group-details-established {
    min-height: 340px;
}



.group-information-row {
    margin: 50px auto 0;
    max-width: 1280px;
    display: flex;
    text-align: center;
}
.group-information-col-icon {
    max-height: 150px;
	margin: 15px 0 0;
}
.group-information-col-icon img{
    max-height: 150px;
}
.group-information-col {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #23240e;
    width: 315px;
    height: 315px;
    border-radius: 50%;
    padding: 15px;
    text-align: center;
}
.group-information-col:first-child,
.group-information-col:last-child{
    margin-top: 250px;
	position: relative;
    z-index: 1;
}
.group-information-col:first-child:after{
	content: '';
    position: absolute;
    top: -115px;
    height: 210px;
    width: 5px;
    background: #23240e;
    z-index: -1;
    right: -44px;
    margin: auto;
    transform: rotate(60deg);
}
.group-information-col:last-child:after{
	content: '';
    position: absolute;
    top: -115px;
    height: 210px;
    width: 5px;
    background: #23240e;
    z-index: -1;
    left: -44px;
    margin: auto;
    transform: rotate(-60deg);
}
.group-information-col img{
	max-width: 85px;
}
.group-information-col-text {
    font-size: 30px;
    color: #fff;
    margin: 15px 0 0;
    line-height: 46px;
}

.about-founder-row {
	display: table;
    width: 100%;
    color: #fff;
    margin: 50px auto 0;
    max-width: 1280px;
}
.about-founder-row-left {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}
.about-founder-row-right{
 	display: table-cell;
    width: 70%;
    vertical-align: top;
	padding-left: 30px;
}
.about-founder-row-left img{
	width: 100%;
}
.contact-information{
	color: #fff;
}
.about-founder-row-right-name h3 {
    font-size: 48px;
	margin: 0px 0 50px;
}
.about-founder-row-right-list {
    margin: 0 0 45px;
}
.about-founder-row-right-list ul li {
    font-size: 28px;
}
.about-founder-row-right-quote {
    margin: 0 0 50px;
    max-width: 870px;
}
.about-founder-row-right-quote p {
    margin: 0;
    font-size: 26px;
    text-align: center;
}
.contact-information-inner {
	margin: 50px auto 0;
    max-width: 1280px;
}
.post-name {
    text-align: right;
}
.post {
    font-size: 28px;
}
.signature img {
    max-width: 200px;
}
.contact-address {
    font-size: 36px;
    margin: 0 0 50px;
}
.contact-phone {
    font-size: 36px;
}
.contact-phone a {
    color: #fff;
    white-space: normal;
    word-break: break-all;
}
