@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;600;700&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    margin: 0 !important;
}

.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-thumb {
    background: #C59D54;
}

body::-webkit-scrollbar-track {
    background: #d1d2d4;
}


/***** Header ******/

#header {
    padding: 15px 0;
}

#header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
}

#header .navigation ul li {
    list-style: none;
    margin-right: 25px;
    position: relative;
}

#header .navigation ul li:last-child {
    margin: 0;
}

#header .navigation ul li a {
    color: #413E3D;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 24px;
}

#header .navigation ul li.current-menu-item a{
	color: #C59D54;
}

.page-id-14 #header .navigation ul li.current-menu-item a {
    color: #000;
}

#header .navigation ul .last-menu a{
    background: #C59D54;
    padding: 12px 45px 12px 24px;
    font-weight: 500;
    position: relative;
}

#header .navigation ul .last-menu a:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
    top: 12px;
}

#header .navigation ul li .sub-menu {
    position: absolute;
    left: 0;
    z-index: 205;
    margin: 0;
    top: 100%;
    opacity: 0;
    transition: 0.5s all;
    visibility: hidden;
    display: block;
    transform: translateY(10px);
}

#header .navigation ul li .sub-menu li {
    width: 200px;
    border-bottom: 1px solid #fff;
}

#header .navigation ul li .sub-menu li:last-child{
    border: 0;
}

#header .navigation ul li .sub-menu li a{
    background: #C59D54;
    display: block;
    padding: 8px 10px;
    color: #fff;
    font-size: 14px;
    transition: 0.5s all; 
}

#header .menu > li.menu-item-has-children:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
}

header.is-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    transition: 0.5s all;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 999;
}

/*header.is-sticky .logo img {*/
/*    width: 70%;*/
/*    transition: 0.5s all;*/
/*}*/

.responsive-menu-toggle {
    display: none;
}

#header .navigation ul .slide_menu_icon {
    display: none;
}

#home{
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    height: 800px;
    display: flex;
    align-items: center;
}

#home .col-full h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 68px;
    text-transform: capitalize;
    width: 70%;
}

#home .col-full p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    width: 50%;
    margin-bottom: 20px;
}


#home .col-full .btn {
    background: #C59D54;
    padding: 12px 45px 12px 24px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #413E3D;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    margin-top: 25px;
}

#home .col-full .btn:before{
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
    top: 15px;
}

#home2 {
    padding: 80px 0;
}

#home2 .row {
    display: flex;
    align-items: center;
}

#home2 .col-left {
    width: 50%;
}

#home2 .col-right {
    width: 50%;
}

#home2 h2 {
    color: #252322;
    font-size: 44px;
    line-height: 54px;
    text-transform: capitalize;
}

.home_accordions {
    background-image: url(../img/mask.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#vision-1 {
    padding: 120px 0;
    background: #FCFCFC;
}

#vision-1 .row {
    display: flex;
    align-items: center;
}

#vision-1 .col-left {
    width: 50%;
}

#vision-1 .col-right {
    width: 50%;
}

#vision-1 .col-left h2 {
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#vision-1 .col-left h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 2px;
    background: #C59D54;
}

#vision-1 .col-left p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #413E3D;
}


#vision-2 {
    padding: 120px 0;
}

#vision-2 .row {
    display: flex;
    align-items: center;
}

#vision-2 .col-left {
    width: 50%;
}

#vision-2 .col-right {
    width: 50%;
}

#vision-2 .col-right h2 {
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#vision-2 .col-right h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 2px;
    background: #C59D54;
}

#vision-2 .col-right p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #413E3D;
}

#vision-3 {
    padding: 80px 0;
    background-image: url(../img/mask.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#vision-3 .col-full h2 {
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#vision-3 .col-full h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 2px;
    background: #C59D54;
}

#vision-3 .col-full p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    width: 70%;
    color: #413E3D;
}

.core-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 25px;
}

.core-box .item {
    background: #fff;
    padding: 15px 20px;
	transition: 0.5s all;
}

.core-box .item:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	
	transition: 0.5s all;
}

.core-box .item h4 {
    color: #252322;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin: 15px 0;
}

.core-box .item p {
    margin: 0;
    color: #413E3D;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

#team-1 {
    padding: 120px 0;
}

#team-1 .row-1 {
    display: flex;
    align-items: center;
}

#team-1 .row-1 .col-left {
    width: 40%;
}

#team-1 .row-1 .col-right {
    width: 60%;
}

#team-1 {
    padding: 120px 0;
}

#team-1 .row-2 {
    display: flex;
    align-items: center;
}

#team-1 .row-2 .col-left {
    width: 60%;
}

#team-1 .row-2 .col-right {
    width: 40%;
}

#team-1 .row-2{
    margin-top: 80px;
}

#team-1 h2 {
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
}

#team-1 p {
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #413E3D;
}

#team-1 h4 {
    color: #C59D54;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 5px 0 20px;
}

#team-1 .col-full {
    margin-bottom: 50px;
}

#team-1 .col-full h2 {
    position: relative;
    padding-bottom: 10px;
}

#team-1 .col-full h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 2px;
    background: #C59D54;
}


#team-2 {
    padding: 65px 0;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

#team-2 .col-full h2 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#team-2 .col-full h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 275px;
    height: 2px;
    background: #C59D54;
    margin: 0 auto;
}

.transaction-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin: 50px 0;
}

.transaction-box .item {
    background: #F9F7ED;
    width: 390px;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.transaction-box .item:nth-child(2n+1) {
    background: var(--Primary, #C59D54);
}

.transaction-box .item h4 {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 54px;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 44px;
    margin-bottom: 10px;
    color: #C59D54;
}

.transaction-box .item p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 24px;
    font-size: 24px;
    width: 80%;
    text-align: center;
    color: #C59D54;
}

.transaction-box .item:nth-child(2n+1) h4 {
    color: #252322;
}

.transaction-box .item:nth-child(2n+1) p {
    color: #252322;
}

#team-2 .last-p {
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    width: 85%;
    margin: 0 auto;
}

#contact-1 .row {
    display: flex;
}

#contact-1 .col-left {
    width: 50%;
}

#contact-1 .col-left img {
    width: 100%;
}

#contact-1 .col-right {
    width: 50%;
    background-image: url(../img/c-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 80px 50px;
}

#contact-1 .col-right h2 {
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#contact-1 .col-right h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 130px;
    height: 2px;
    background: #C59D54;
}

#contact-1 .col-right p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #413E3D;
    margin: 15px 0 0 0;
    width: 60%;
}

#contact-1 .col-right form p {
    width: 100%;
}

#contact-1 .col-right .form-group {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

#contact-1 .col-right .cover {
    width: 50%;
}

#contact-1 .col-right label {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    color: #252322;
    display: inline-block;
    margin-bottom: 10px;
}

#contact-1 .col-right input {
    width: 100%;
    border-radius: 0;
    outline: none;
    border: 1px solid #C7C5C0;
    padding: 12px 15px;
}

#contact-1 .col-right textarea {
    resize: none;
    border-radius: 0;
    outline: none;
    border: 1px solid #C7C5C0;
    padding: 12px 15px;
    height: 100px;
}

#contact-1 .col-right .wpcf7-submit {
    width: auto;
    cursor: pointer;
    background: #C59D54;
    padding: 15px 30px;
    font-weight: 500;
    position: relative;
    border: 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}



#investment-1{
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    height: 500px;
    display: flex;
    align-items: center;
}

#investment-1 .col-full h2 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

#investment-1 .col-full h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 275px;
    height: 2px;
    background: #C59D54;
    margin: 0 auto;
}

#investment-2{
    background-image: url(../img/invest-bg-2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 80px 0;
}

#investment-2 .row {
    display: flex;
}

#investment-2 .col-left {
    width: 50%;
}

#investment-2 .col-right {
    width: 50%;
    padding-left: 65px;
}

#investment-2 .col-left h2 {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#investment-2 .col-left h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 2px;
    background: #C59D54;
}


#investment-2 .col-left p {
    margin: 20px 0 0 0;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #C59D54;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    text-transform: capitalize;
}

#investment-2 .col-left span {
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

#investment-2 .col-right h3 {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #C59D54;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; 
    text-transform: capitalize;
}

#investment-2 .col-right p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 10px 0;
}


#investment-3 {
    padding: 120px 0;
}

#investment-3 .col-full h2 {
    color: #252322;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

#investment-3 .col-full h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 275px;
    height: 2px;
    background: #C59D54;
    margin: 0 auto;
}

.accordian-wrap {
    width: 100%;
    max-width: 970px;
    margin: 50px auto 0;
}

.accordian {
    margin-bottom: 25px;
}

.accordian:last-child {
    margin: 0;
}

.accordian .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid #C7C5C0;
    background: #FFF;
    padding: 15px 15px;
}

.accordian .title .top {
    color: #413E3D;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}

.accordian .title .plus-minus {
    color: #413E3D;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.accordian .content {
    text-align: center;
    padding: 25px 25px;
    border: 1px solid #FBF9F2;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(94, 93, 93, 0.08);
    display: none;
}

.accordian .content p {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    grid-gap: 10px;
}

.accordian .content p span {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.accordian .title.active .top {
    color: #C59D54;
}

.accordian .title.active .plus-minus {
    color: #C59D54;
}

.accordian .content-cover {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}

.accordian ul {
    margin: 0 0 30px 0;
}

.accordian ul li {
	list-style: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.accordian ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #c59d54;
    border-radius: 50px;
}

.accordian ul li.yellow:before {
    content: "\f041";
    font-family: FontAwesome;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border-radius: inherit;
    font-size: 22px;
    color: #f2d031;
}

.accordian ul li.gray:before {
    content: "\f041";
    font-family: FontAwesome;
    top: 0;
    width: 0;
    height: 0;
    background: transparent;
    border-radius: inherit;
    font-size: 22px;
    color: #7e7974;
}

#investment-4 {
    padding-top: 80px;
    position: relative;
}

#investment-4:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 430px;
    background: #413E3D;
    z-index: -1;
}

#investment-5 {
    padding: 120px 0;
}

#investment-5 .col-full h2 {
    color: #252322;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

#investment-5 .col-full h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 275px;
    height: 2px;
    background: #C59D54;
    margin: 0 auto;
}

.strategy-accordian-wrap {
    width: 100%;
    max-width: 970px;
    margin: 50px auto 0;
}

.strategy-accordian {
    margin-bottom: 25px;
}

.strategy-accordian:last-child{
    margin-bottom:0;
}

.strategy-accordian .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid #C7C5C0;
    background: #FFF;
    padding: 15px 15px;
}

.strategy-accordian .title .top {
    color: #413E3D;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}

.strategy-accordian .title .plus-minus {
    color: #413E3D;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 24px;
    font-weight: 600;
}

.strategy-accordian .content {
    padding: 15px 15px;
    border: 1px solid #FBF9F2;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(94, 93, 93, 0.08);
    border-top: 0;
    display: none;
}

.strategy-accordian .content p {
    margin: 0 0 10px 0;
    color: #413E3D;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    padding-left: 20px;
}

.strategy-accordian .content p:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #c59d54;
    border-radius: 50px;
}

.strategy-accordian .title.active .top {
    color: #C59D54;
}

.strategy-accordian .title.active .plus-minus {
    color: #C59D54;
}

.strategy-accordian .title.active {
    border: 0;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(94, 93, 93, 0.08);
}

#investment-6 {
    padding: 80px 0;
    background: #FCFCFC;
}

#investment-6 .row {
    display: flex;
    align-items: center;
}

#investment-6 .col-left {
    width: 50%;
}

#investment-6 .col-right {
    width: 50%;
    text-align: right;
}

#investment-6 .col-left h2 {
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#investment-6 .col-left h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 2px;
    background: #C59D54;
}

#investment-6 .col-left p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #413E3D;
}

#static-page {
    padding: 80px 0;
}

#static-page h2 {
    margin: 0 0 15px 0;
    color: #c59d54;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
}

#static-page p {
    margin: 0 0 25px 0;
    color: #413E3D;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize
}

/********   Footer ******/


#footer {
    padding: 80px 0 40px;
}

#footer .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#footer .row .right p {
    margin: 0;
    font-size: 16px;
    color: #413E3D;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin-bottom: 10px;
}

#footer .row .right .btn {
    background: #C59D54;
    padding: 12px 45px 12px 24px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    color: #413E3D;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
}

#footer .row .right .btn:before{
	content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
    top: 15px;
}


.copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #C7C5C0;
    padding-top: 15px;
}

.copy-right .left p {
    color: #413E3D;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.copy-right .right ul {
    margin: 0;
    display: flex;
}

.copy-right .right ul li {
    list-style: none;
}

.copy-right .right ul li a {
    color: #413E3D;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.copy-right .right ul .line{
    margin: 0 8px;
}

/* content blog */

h2.content_blogs_title {
    margin: 0 0 15px 0;
    color: #fff;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 54px !important;
    font-weight: 700;
    line-height: 68px;
    text-transform: capitalize;
}

#blogs_content {
    margin-top: 100px;
}

#blogs_content .col-full h2 {
    line-height: 44px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    padding-bottom: 10px;
}

#blogs_content .col-full h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 2px;
    background: #C59D54;
}

#blogs_content .col-full p {
    margin: 20px 0 0 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #413E3D;
}

#cornorstone_blogs {
    margin-top: 40px;
}

#cornorstone_blogs .col-full h3 {
    line-height: 32px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.cb_box_container .cb_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 25px;
}

.cb_box_container .cb_box .item {
    border: 1px solid #C7C5C0;
    border-radius: 15px;
    padding: 15px;
    transition: opacity 0.6s ease-in-out;
    opacity: 1;
    background-color: #FFF;
}

.cb_box_container .cb_box .item:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.cb_box_container .cb_box .item .imgbox {
    width: 100%;
    height: 210px;
    /* max-height: 210px; */
    overflow: hidden;
}

.cb_box_container .cb_box .item .imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    border-radius: 15px;
}

.cb_box_container .cb_box .item .tag_container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.cb_box_container .cb_box .item .tag_container .tag {
    background-color: #C59D54;
    border-radius: 8px;
}

.cb_box_container .cb_box .item .tag_container .tag span {
    color: #413E3D;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 15px;
}

.cb_box_container .cb_box .item .tag_container .duration span {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #252322;
}

.cb_box_container .cb_box .item .heading {
    margin-top: 20px;
    height: 64px;
}

.cb_box_container .cb_box .item .heading a {
    text-decoration: unset;
    color: unset;
}

.cb_box_container .cb_box .item .heading a h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #252322;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.cb_box_container .cb_box .item .heading a h1:hover {
    text-decoration: underline;
}

.cb_box_container .cb_box .item .content {
    margin-top: 20px;
    height: 78px;
}

.cb_box_container .cb_box .item .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #413E3D;
    font-family: 'Montserrat', sans-serif;
}

.cb_box_container .cb_box .item .author_box {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.cb_box_container .cb_box .item .author_box .author {
    display: flex;
    justify-content: flex-start;
}

.cb_box_container .cb_box .item .author_box .author div:nth-child(1) {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -5px;
}

.cb_box_container .cb_box .item .author_box .author div:nth-child(1) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cb_box_container .cb_box .item .author_box .author div:nth-child(2) span {
    font-size: 16px;
    font-weight: 600;
    color: #252322;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.cb_box_container .cb_box .item .author_box .posted_date span {
    font-size: 16px;
    color: #252322;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.cb_box_container .cb_box .item .read_more {
    margin-top: 20px;
}

.cb_box_container .cb_box .item .read_more a {
    font-size: 16px;
    font-weight: 500;
    color: #C59D54;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.cb_box_container .cb_box .item .read_more a:hover {
    text-decoration: underline;
}

/* .cb_box_container .cb_box .item .read_more a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/arrow_right_color.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 15px;
    top: 15px;
} */

#blogs_slider {
    margin-top: 60px;
}

.left_right_flex {
    display: flex;
    justify-content: space-between;
}

.left_right_flex h3 {
    line-height: 32px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #C59D54;
}

.slide_arrows {
    display: flex;
}

.slide_arrows div {
    background-color: #C7C5C0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.slide_arrows div:nth-child(1) {
    margin-right: 15px;
}

.slide_arrows div img {
    width: 24px;
    height: 24px;
    padding-top: 5px;
    padding-left: 5px;
}

.slide_arrows div:hover {
    background-color: #C59D54;
}

#in_the_news {
    margin-top: 100px;
}

#in_the_news .left_right_flex h2 {
    line-height: 44px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    padding-bottom: 10px;
}

#in_the_news .left_right_flex h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 170px;
    height: 2px;
    background: #C59D54;
}

#single_post_main {
    margin-top: 80px;
}

#single_post_main .main_heading {
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#single_post_main .main_heading:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 2px;
    background: #C59D54;
}

#single_post_main .single_post_hero_img {
    width: 100%;
    border-radius: 24px;
}

#single_post_main .author_single_box {
    margin-top: 30px;
}

#single_post_main .author_single_box .author_box {
    display: flex;
    justify-content: flex-start;
}

#single_post_main .author_single_box .author_box div:nth-child(1) {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

#single_post_main .author_single_box .author_box div:nth-child(2) span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    color: #252322;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
}

#single_post_main .author_single_box .author_box div:nth-child(2) span:nth-child(3) {
    font-size: 14px;
    color: #252322;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

#single_post_main .author_single_box .share_box div:nth-child(1) span {
    font-size: 16px;
    font-weight: 600;
    color: #252322;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
}

#single_post_main .author_single_box .share_box div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

#single_post_main .author_single_box .share_box div:nth-child(2) {
    padding-top: 5px;
}

#single_post_main .author_single_box .share_box div:nth-child(2) a:nth-child(1) {
    margin-right: 20px;
}

#single_post_main .blog_content {
    margin-top: 60px;
    margin-bottom: 60px;
}

#single_post_main .blog_content h1,
#single_post_main .blog_content h2,
#single_post_main .blog_content h3,
#single_post_main .blog_content h4,
#single_post_main .blog_content h5,
#single_post_main .blog_content h6 {
    font-weight: 600;
    color: #252322;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    margin: 5px;
}

#single_post_main .blog_content h1 {
    font-size: 42px;
}

#single_post_main .blog_content h2 {
    font-size: 38px;
}

#single_post_main .blog_content h3 {
    font-size: 32px;
}

#single_post_main .blog_content h4 {
    font-size: 28px;
}

#single_post_main .blog_content h5 {
    font-size: 24px;
}

#single_post_main .blog_content h6 {
    font-size: 20px;
}

#single_post_main .blog_content p,
#single_post_main .blog_content span,
#single_post_main .blog_content strong,
#single_post_main .blog_content b,
#single_post_main .blog_content li,
#single_post_main .blog_content a {
    font-size: 16px;
    color: #252322;
    /* text-transform: capitalize; */
    font-family: 'Montserrat', sans-serif;
}

#single_post_main .blog_content img {
    border-radius: 24px;
    margin-bottom: 15px;
}

#single_post_main .related_blog_wrapper #blogs_slider {
    margin-top: 0px;
}

#single_post_main .related_blog_wrapper {
    background-color: #FCFCFC;
    background-image: url('https://vintagerep.com/wp-content/uploads/2024/03/vec_vintage.png');
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 50px 0;
}

#single_post_main .related_blog_wrapper h2.related{
    line-height: 54px;
    text-transform: capitalize;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    position: relative;
    padding-bottom: 10px;
}

#single_post_main .related_blog_wrapper h2.related:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 225px;
    height: 2px;
    background: #C59D54;
}

.team_social_container {
    margin-top: 15px;
}

.team_social_container a {
    text-decoration: none;
    margin-right: 15px;
    outline: none;
}

.team_social_container a img {
    transition: all ease-in 0.3s;
}

.team_social_container a img:hover {
    transform: scale(1.2);
}


@media (max-width:1024px){

    .cb_box_container .cb_box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        margin-top: 25px;
    }

}


@media (max-width:768px){

    .cb_box_container .cb_box {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
        margin-top: 25px;
    }

    .cb_box_container .cb_box .item .heading a h1 {
        font-size: 22px;
    }

    #single_post_main .blog_content p, #single_post_main .blog_content span, #single_post_main .blog_content strong, #single_post_main .blog_content b, #single_post_main .blog_content li, #single_post_main .blog_content a {
        font-size: 14px;
        line-height: 24px;
    }

    #single_post_main .blog_content img {
        width: 100%;
    }

    #single_post_main .blog_content h1 {
        font-size: 32px;
    }
    
    #single_post_main .blog_content h2 {
        font-size: 28px;
    }
    
    #single_post_main .blog_content h3 {
        font-size: 24px;
    }
    
    #single_post_main .blog_content h4 {
        font-size: 20px;
    }
    
    #single_post_main .blog_content h5 {
        font-size: 18px;
    }
    
    #single_post_main .blog_content h6 {
        font-size: 18px;
    }

    .tsc_footer {
        text-align: center;
    }

    #home2 {
        padding: 20px 0;
    }

    #home2 .row {
        display: grid;
    }
    
    #home2 .col-left {
        width: 100%;
    }
    
    #home2 .col-right {
        width: 100%;
    }
    
    #home2 h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px;
        text-align: center;
    }

    #home2 p {
        text-align: center;
    }

    
}

@media (max-width:430px){

    #blogs_content {
        margin-top: 35px;
    }

    #blogs_content .col-full h2 {
        line-height: 32px;
        font-size: 24px;
    }

    #blogs_content .col-full h2:before {
        width: 114px;
    }

    #cornorstone_blogs .col-full h3 {
        line-height: 28px;
        font-size: 22px;
    }

    .cb_box_container .cb_box {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-top: 25px;
    }

    .cb_box_container .cb_box .item .tag_container .tag span {
        font-size: 12px;
        line-height: 18px;
        padding: 5px 10px;
    }

    .cb_box_container .cb_box .item .tag_container .duration span {
        font-size: 12px;
        line-height: 20px;
    }

    .cb_box_container .cb_box .item .tag_container {
        margin-top: 10px;
    }

    .cb_box_container .cb_box .item .heading a h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .cb_box_container .cb_box .item .heading {
        height: 45px;
    }

    .cb_box_container .cb_box .item .content {
        font-size: 16px;
        line-height: 22px;
        height: 90px;
    }

    .cb_box_container .cb_box .item .author_box .author div:nth-child(1) {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        margin-top: 0px;
    }

    .cb_box_container .cb_box .item .author_box .author div:nth-child(2) span {
        font-size: 12px;
    }

    .cb_box_container .cb_box .item .author_box .posted_date span {
        font-size: 12px;
    }

    .cb_box_container .cb_box .item .read_more {
        margin-top: 15px;
        text-align: center;
    }

    .cb_box_container .cb_box .item .read_more a {
        font-size: 14px;
    }

    #in_the_news .left_right_flex h2 {
        line-height: 32px;
        font-size: 24px;
    }

    .left_right_flex h3 {
        line-height: 30px;
        font-size: 22px;
    }

    #single_post_main {
        margin-top: 40px;
    }

    #single_post_main .main_heading {
        line-height: 39px;
        font-size: 32px;
    }

    #single_post_main .related_blog_wrapper h2.related {
        line-height: 28px;
        font-size: 18px;
    }

    #single_post_main .related_blog_wrapper h2.related:before {
        width: 100px;
    }

    #single_post_main .related_blog_wrapper {
        background-size: auto;
        background-position: unset;
    }

    #single_post_main .blog_content {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .cb_box_container .cb_box .item .imgbox {
        height: 170px;
    }

}

@media (max-width:375px){
    .cb_box_container .cb_box .item .heading a h1 {
        font-size: 17px;
        line-height: 23px;
    }

    #single_post_main .related_blog_wrapper h2.related {
        line-height: 24px;
        font-size: 15px;
    }

    #single_post_main .main_heading {
        font-size: 30px;
    }

    #single_post_main .author_single_box .author_box div:nth-child(1) {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }

    #single_post_main .author_single_box .author_box div:nth-child(2) span:nth-child(1),
    #single_post_main .author_single_box .share_box div:nth-child(1) span {
        font-size: 14px;
    }

    .cb_box_container .cb_box .item .imgbox {
        height: 154px;
    }

}