/*!
Theme Name: orange-eight
Theme URI: http://underscores.me/
Author: GWS Technologies
Author URI: https://www.gws-technologies.com/
Description: orange-eight
Version: 1.0.0
*/

/*-------------------------------*/
/* WORDPRESS CLEAN UP */
/*-------------------------------*/
aside#secondary,
header.entry-header,
footer.entry-footer {
    display: none;
}
p:empty {
    display: none;
}
body p {
    margin-bottom: 0;
}
body, 
html {
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
    outline: none !important;
}
.post, 
.page,
.entry-content {
    margin: 0 !important;
}
input {
    outline: none !important;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_column_container>.vc_column-inner {
    padding: 0 !important; 
}
.vc_row {
    margin: 0 !important;
}
.vc_single_image-wrapper img {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}
.vc_single_image-wrapper {
    height: 100%;
    width: 100%;
}
.wpb_single_image .wpb_wrapper {
    height: 100%;
    width: 100%;
}
.wpb_content_element {
    margin-bottom: 0 !important;
}
.entry-summary {
    margin-top: 0 !important;
}

/*-------------------------------*/
/* GENERAL CLASSES */
/*-------------------------------*/
h1,h2,h3,h4,h5,h6,li,lo,p,a,button,form *,table th,table td, select, option,div {
    font-family: 'DM Sans', sans-serif;
}
.dm-sans {
    font-family: 'DM Sans', sans-serif;
}
.o8-widthcontainer,
.o8-wp-widthcontainer > .vc_column-inner {
    margin: 0 auto !important;
    max-width: 1170px;
}
.black-bg {
    background: #000000;
}
.black-color,
.black-color * {
    color: #000000;
}
.white-bg {
    background: #FFFFFF;
}
.white-color,
.white-color * {
    color: #FFFFFF;
}
.grey-bg {
    background: #BBBBBB;
}
.grey-color,
.grey-color * {
    color: #BBBBBB;
}
.darkgrey-bg {
    background: #53575A;
}
.darkgrey-color,
.darkgrey-color * {
    color: #53575A;
}
.orange-bg {
    background: #FF6C37;
}
.orange-color,
.orange-color * {
    color: #FF6C37;
}
.lightorange-bg {
    background: #FFEFEA;
}
.lightorange-color,
.lightorange-color * {
    color: #FFEFEA;
}
.whiteorange-bg {
    background: #FFFDFA;
}
.whiteorange-color,
.whiteorange-color * {
    color: #FFFDFA;
}
.uppercase {
    text-transform: uppercase;
}


/*-------------------------------*/
/* FONTS */
/*-------------------------------*/
@font-face {
    font-family: 'Bodoni 72';
    src: url('/wp-content/themes/orange-eight/fonts/Bodoni 72.ttc');
}
.bodoni-72 {
    font-family: 'Bodoni 72';
}


/* Menu */
html body {
    background: #FFFDFA;
}
li.menu-item-has-children:hover > ul.dropdown-menu {
    display: block;
}
body {
    position: relative;
}
header#masthead {
    position: absolute;
    padding-top: 45px;
    width: 100%;
	z-index: 5;
    right: 0;
    left: 0;
    top: 0;
}
.o8-logo {
    width: 30%;
}
.o8-menu-holder {
    width: 70%;
}
.o8-header-wrapper nav.navbar.navbar-expand-lg {
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.o8-logo svg {
    height: 100%;
}
.o8-logo a {
    display: block;
    height: 60px;
	transition: all 0.6s ease-in-out;
}
.white-header .o8-logo svg > g > path:not(:last-child) {
    fill: #FFFFFF;
}
.o8-menu-wrapper .collapse.navbar-collapse {
    justify-content: space-between;
    align-items: center;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation {
    justify-content: flex-start;
    align-items: center;
    width: 65%;
}
.header-right-btns-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    width: 35%;
}
.header-btn-wrapper.client-portal-btn {
    margin-left: 15px;
}
.header-btn-wrapper a {
    border: 1px solid #53575A;
    background: transparent;
    border-radius: 50px;
    padding: 9px 16px;
    text-align: center;
    line-height: 20px;
    color: #53575A;
    font-weight: 600;
    font-size: 15px;
    display: block;
	transition: all 0.6s ease-in-out;
}
.white-header .header-btn-wrapper a {
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.header-btn-wrapper a:visited,
.header-btn-wrapper a:focus {
    color: #53575A;
}
.white-header .header-btn-wrapper a:visited,
.white-header .header-btn-wrapper a:focus {
    color: #FFFFFF;
}
.header-btn-wrapper a:hover {
    background: #53575A;
    color: #FFFFFF;
}
.white-header .header-btn-wrapper a:hover {
    background: #FFFFFF;
    color: #53575A;
}
.header-btn-wrapper.client-portal-btn a {
    border-color: #FF6C37;
    background: #FF6C37;
    color: #FFFFFF;
}
.white-header .header-btn-wrapper.client-portal-btn a {
    border-color: #FF6C37;
}
.header-btn-wrapper.client-portal-btn a:visited,
.header-btn-wrapper.client-portal-btn a:focus {
    color: #FFFFFF;
}
.header-btn-wrapper.client-portal-btn a:hover {
    background: transparent;
    color: #FF6C37;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul {
    margin: 0;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li > a {
    position: relative;
    line-height: 20px;
    color: #53575A;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.6s ease-in-out;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li > a:hover {
    color: #FF6C37;
}
.white-header .o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li > a {
    color: #FFFFFF;
}
.white-header .o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li > a:hover {
    color: #FF6C37;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li:not(:last-child) {
    margin-right: 25px;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li {
    padding-bottom: 1px;
	position: relative;
    cursor: pointer;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li:after {
    background: transparent;
    position: absolute;
    width: 100%;
    content: '';
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.6s ease-in-out;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li.current-menu-parent:after,
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li.current-menu-item:after {
    background: #FF6C37;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li.current-menu-parent > a,
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li.current-menu-item > a {
    color: #FF6C37;
    font-weight: 600;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    vertical-align: initial;
    line-height: 16px;
    margin-left: 4px;
    font-weight: 600;
    content: '\f078';
    font-size: 12px;
    border: 0;
}
li.menu-item-has-children > ul.dropdown-menu {
    background: #FFFDFA;
    border-radius: 10px;
    padding: 15px;
    top: 35px;
    border: 0;
    transition: all 0.6s ease-in-out;
}
li.menu-item-has-children > ul.dropdown-menu > li a {
    background: transparent;
    border-radius: 10px;
    padding: 12px 25px;
    line-height: 20px;
    color: #53575A;
    font-size: 16px;
    display: block;
    width: 250px;
    transition: all 0.6s ease-in-out;
}
li.menu-item-has-children > ul.dropdown-menu > li a:hover {
    color: #FF6C37;
}
li.menu-item-has-children > ul.dropdown-menu > li.active a {
    background: #FF6C37;
    color: #FFFFFF;
    font-weight: 500;
}
.o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li:before {
    position: absolute;
    display: block;
    height: 30px;
    width: 100%;
    content: '';
    top: 25px;
}
header#masthead.stickyheader {
    box-shadow: 0 2px 10px #0000001a;
    background: #FFFDFA;
    position: fixed;
	padding: 15px 0;
}
.stickyheader .o8-logo a {
    height: 50px;
}
.stickyheader .white-header .o8-logo svg > g > path:not(:last-child) {
    fill: #53575A;
}
.stickyheader .white-header .o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li > a {
	color: #53575A;
}
.stickyheader .white-header .o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li > a:hover {
    color: #FF6C37;
}
.stickyheader .white-header .o8-menu-wrapper .collapse.navbar-collapse div#main-navigation > ul > li.current-menu-item > a {
    color: #FF6C37;
}
.stickyheader .white-header .header-btn-wrapper a {
    border-color: #53575A;
    color: #53575A;
}
.stickyheader .white-header .header-btn-wrapper a:visited,
.stickyheader .white-header .header-btn-wrapper a:focus {
    color: #53575A;
}
.stickyheader .white-header .header-btn-wrapper a:hover {
    background: #53575A;
    color: #FFFFFF;
}
.stickyheader .white-header .header-btn-wrapper.client-portal-btn a {
    border-color: #FF6C37;
}
.stickyheader .white-header .header-btn-wrapper.client-portal-btn a {
    border-color: #FF6C37;
	color: #FFFFFF;
}
.stickyheader .white-header .header-btn-wrapper.client-portal-btn a:hover {
	background: transparent;
    color: #FF6C37;
}

/* Footer */
.o8-main-footer {
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0 90px;
    display: flex;
}
.o8-footer-menus-wrapper {
    justify-content: flex-end;
    display: flex;
    width: 75%;
}
.o8-footer-logo-social-wrapper {
    width: 25%;
}
.o8-footer-logo-wrapper {
    margin-bottom: 50px;
}
.o8-footer-logo-wrapper svg {
    height: 100%;
    width: 100%;
}
.o8-footer-logo-wrapper a {
    display: flex;
    width: 70%;
}
.o8-footer-social-wrapper a:not(:last-child) {
    margin-right: 15px;
}
.o8-footer-social-wrapper a i {
    line-height: 22px;
    font-size: 22px;
    transition: all 0.6s ease-in-out;
}
.o8-footer-social-wrapper a:hover i {
    color: #FF6C37;
}
.o8-footer-menu-wrapper:not(:last-child) {
    margin-right: 90px;
}
.o8-footer-menu-title {
    margin-bottom: 20px;
}
.o8-footer-menu-title p {
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
}
.o8-footer-menu ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.o8-footer-menu ul.menu li a,
.o8-footer-menu a {
    line-height: 20px;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.6s ease-in-out;
}
.o8-footer-menu ul.menu li:not(:last-child) {
    padding-bottom: 15px;
}
.o8-footer-menu ul.menu li a:visited, 
.o8-footer-menu a:visited {
    color: #53575A;
}
.o8-footer-menu ul.menu li a:hover, 
.o8-footer-menu a:hover {
    color: #FF6C37;
}
.o8-footer-address-wrapper {
    margin-top: 15px;
}
.o8-footer-address-wrapper p {
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
}
.o8-copyrights-privacy {
    justify-content: space-between;
    padding: 15px 0;
    display: flex;
}
.o8-copyrights-privacy p, 
.o8-copyrights-privacy a {
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    transition: all 0.6s ease-in-out;
}
.o8-copyrights-privacy a:visited {
    color: #FFFFFF;
}
.o8-copyrights-privacy a:hover {
    color: #53575A;
}
.o8-privacy-wrapper a {
    font-weight: 600;
}
.o8-privacy-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.o8-privacy-wrapper a:not(:last-child) {
    margin-right: 40px;
}

/* Components */
.image-wrapper .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.slick-slider ul button {
    background: #FFFFFF;
    text-indent: -9999px;
    border-radius: 50%;
    opacity: 50%;
    height: 8px;
    width: 8px;
    padding: 0;
    border: 0;
}
.slick-slider ul li.slick-active button {
    opacity: 100%;
}
.slick-slider ul.slick-dots li {
    margin: 0 7px;
    height: 8px;
    width: 8px;
}
.slick-slider ul.slick-dots li:first-child {
    margin-left: 0;
}
.slick-slider ul.slick-dots li:last-child {
    margin-right: 0;
}
.slick-slider ul.slick-dots {
    justify-content: flex-end;
    position: absolute;
    list-style: none;
    margin: 0 auto;
    display: flex;
    bottom: 20px;
    right: 45px;
    z-index: 10;
    padding: 0;
}
.slick-slider .slick-arrow {
    display: flex !important;
    background: transparent;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #FFFFFF;
    /* margin: 0 auto; */
    width: 25px;
	right: 25px;
    z-index: 2;
    padding: 0;
    /* left: auto; */
    border: 0;
    bottom: 0;
    top: 0;
}
.slick-slider .slick-prev.slick-arrow {
    right: auto;
    left: 25px;
}
.slick-slider .slick-arrow i {
    font-size: 32px;
}
.text-content-wrapper.quotes {
    position: relative;
}
.text-content-wrapper.quotes:before, 
.text-content-wrapper.quotes:after {
    font-family: 'Bodoni 72';
    position: absolute;
    line-height: 72px;
    font-weight: 100;
    font-size: 72px;
    content: '“';
    left: -50px;
    top: -30px;
}
.text-content-wrapper.quotes:after {
    bottom: -25px;
    content: '”';
    right: -65px;
    left: auto;
    top: auto;
}
.gws-button {
    display: flex;
}
.gws-button a {
    border-radius: 50px;
    text-align: center;
    padding: 12px 25px;
    line-height: 22px;
    font-weight: 600;
    font-size: 18px;
	transition: 0.6s ease-in-out;
}
.gws-heading * {
    margin-bottom: 0;
    font-weight: 400;
}
.icon-text-wrapper {
	max-width: 90%;
    margin: 0 auto;
}
.icon-text-bottom {
    border-top: 1px solid #53575A;
    padding-top: 15px;
    margin-top: 25px;
}
.icon-text-title-wrapper p {
    line-height: 24px;
    font-weight: 500;
    font-size: 20px;
}
.icon-text-title-wrapper {
    margin-bottom: 15px;
}
.icon-text-subtitle-wrapper p {
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
}
.icon-text-icon-wrapper {
    height: 50px;
    width: 20%;
}
.icon-text-icon-wrapper svg {
    height: 100%;
    width: 100%;
}
.icon-text-icon-wrapper svg path {
    fill: #FF6C37;
}
.accordion-card:not(:last-child) {
    margin-bottom: 15px;
}
.accordion-card {
    box-shadow: 0 2px 10px #00000026;
    padding: 30px 30px 35px 60px;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    position: relative;
	transition: all 0.6s ease-in-out;
}
.with-icon .accordion-title, 
.with-icon .accordion-panel {
    padding-left: 95px;
}
.accordion-title p {
    line-height: 24px;
    font-weight: 500;
    font-size: 20px;
	max-width: 85%;
	transition: all 0.6s ease-in-out;
}
.accordion-description p {
    line-height: 22px;
    font-weight: 300;
    font-size: 18px;
}
.accordion-icon {
    position: absolute;
    width: 45px;
    left: 55px;
    top: 20px;
	transition: all 0.6s ease-in-out;
}
.accordion-card.active .accordion-icon {
    top: 35px;
}
.accordion-icon svg {
    height: 100%;
    width: 100%;
}
.accordion-title {
    position: relative;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
}
.accordion-title:after {
	font-family: 'Font Awesome 6 Pro';
    align-items: center;
    position: absolute;
    line-height: 40px;
    content: '\f055';
    font-weight: 300;
    font-size: 40px;
    display: flex;
    bottom: 0;
    right: 0;
    top: 0;
	transition: all 0.6s ease-in-out;
}
.accordion-title.active:after {
    content: '\f056';
}
.accordion-card.active {
    background: #FFEFEA;
}
.accordion-description {
	padding-bottom: 10px;
    padding-top: 25px;
    max-width: 85%;
	transition: all 0.6s ease-in-out;
}
.accordion-title.active p {
    padding-top: 5px;
}
.with-icon .accordion-title p {
    line-height: 26px;
    font-size: 22px;
}
.o8-tab-item.active {
    display: block !important;
}
.tab-title p {
    text-align: center;
    line-height: 26px;
    color: #53575A;
    font-weight: 500;
    font-size: 22px;
    transition: all 0.6s ease-in-out;
}
.o8-tab-top {
    padding: 50px calc((100% - 1170px)/2) 0;
    box-shadow: 0 5px 8px -5px #00000026;
    justify-content: space-around;
    display: flex;
}
.slick-current .o8-title-tab .tab-title p {
    color: #FF6C37;
}
.o8-title-tab {
    border-bottom: 4px solid transparent;
    padding-bottom: 20px;
    width: calc(95%/3);
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}
.slick-current .o8-title-tab {
    border-color: #FF6C37;
}
.vc_row.service-banner-row {
    padding-top: 175px;
}
.service-banner-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.service-banner-image {
    border-radius: 10px;
    overflow: hidden;
}
.o8-service-banner-wrapper {
    position: relative;
}
.service-banner-details-wrapper {
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 60px;
    position: absolute;
    max-width: 65%;
    display: flex;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.service-banner-title-wrapper {
    margin-bottom: 30px;
}
.service-banner-title-wrapper h1 {
    line-height: 40px;
    font-weight: 400;
    font-size: 30px;
    margin: 0;
}
.service-banner-desc-wrapper p {
    line-height: 20px;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
}
.gws-heading {
    margin-bottom: 50px;
}

/* Who we are */
.vc_row.who-we-are-banner-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
    margin: 15px;
}
.gws-image-item.who-we-are-banner-img .image {
    border-radius: 10px;
    overflow: hidden;
    height: 700px;
}
.content-wrapper.container-who-we-are-banner-text-container {
    align-items: flex-end;
    padding-bottom: 85px;
    position: absolute;
    max-width: 1170px;
    margin: 0 auto;
	display: flex;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.vc_row.our-story-row {
    padding: 65px 0 115px;
}
.gws-image-item.who-we-are-banner-img .image::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #2b2e30, transparent);
    border-radius: 10px;
}
.vc_row.our-story-inner-row {
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 60px !important;
    padding-bottom: 125px;
}
.container-col.who-we-are-banner-text-container {
    flex-direction: column;
    max-width: 45%;
}
.text-content-wrapper.who-we-are-founding-partner-text {
    margin: 35px 0 65px;
}
.who-we-are-banner-text-container .text-content-wrapper.quotes:before, 
.who-we-are-banner-text-container .text-content-wrapper.quotes:after {
    line-height: 60px;
    font-size: 60px;
    top: -25px;
}
.who-we-are-banner-text-container .text-content-wrapper.quotes:after {
    bottom: -50px;
    right: -45px;
    top: auto;
}
.container-col.our-story-text-container > div {
    padding: 0 25px;
}
.content-wrapper.container-our-story-text-container {
    margin: 0 -25px;
}
.our-story-counter-row .icon-text-wrapper {
    align-items: center;
    display: flex;
}
.our-story-counter-row .icon-text-top {
    width: 20%;
}
.our-story-counter-row .icon-text-bottom {
    padding-left: 35px;
    padding-top: 0;
    margin-top: 0;
    width: 80%;
    border: 0;
}
.our-story-counter-row .icon-text-top .icon-text-icon-wrapper {
    margin-left: auto;
    margin-right: 0;
    height: 45px;
    width: 75%;
}
.our-story-counter-row .icon-text-title-wrapper {
    margin-bottom: 5px;
}
.our-story-counter-row .icon-text-title-wrapper p {
    line-height: 36px;
    color: #000000;
    font-weight: 600;
    font-size: 32px;
}
.our-story-counter-row .icon-text-subtitle-wrapper p {
    line-height: 22px;
    font-size: 18px;
}
.container-col.our-story-counter-container > div:first-child, 
.container-col.our-story-counter-container > div:last-child {
    width: calc(75% / 2);
}
.container-col.our-story-counter-container > div:nth-child(2) {
    width: 25%;
}
.vc_row.who-we-serve-inner-row > .vc_column_container:first-child {
    padding: 0 150px;
    padding-left: calc((100% - 1170px)/2);
}
.who-we-serve-inner-row .gws-heading {
    margin-bottom: 35px;
}
.who-we-serve-inner-row .text-content-wrapper {
    margin-bottom: 55px;
}
.vc_row.who-we-serve-inner-row {
    align-items: center;
    display: flex;
}
.vc_row.our-core-values-row {
    padding-top: 125px;
}
.our-team-inner-row .text-content-wrapper {
    margin-bottom: 50px;
    max-width: 50%;
}
.vc_row.our-team-row {
    padding-bottom: 125px;
    padding-top: 80px;
}
.o8-tabs-wrapper .image {
    height: 600px;
}
.o8-tab-item {
    position: relative;
}
.o8-tab-item .content-wrapper {
    box-shadow: 0 2px 20px #00000040;
    border-radius: 0 0 0 150px;
    background: #ff6c37d9;
    padding: 100px 150px;
    align-items: center;
    position: absolute;
    display: flex;
    height: 85%;
    width: 55%;
    right: 0;
    top: 0;
    padding-right: calc((100% - 1170px)/2);
}
.o8-tab-item .gws-heading {
    margin-bottom: 35px;
}
.o8-tab-item .text-content-wrapper {
    margin-bottom: 55px;
}
.contact-form-container {
    position: relative;
}
.contact-bg-wrapper {
    height: 650px;
}
.contact-bg-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.contact-content-wrapper {
    padding: 60px 0 100px;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.contact-content-wrapper .o8-widthcontainer {
    display: flex;
}
.contact-form-details-wrapper {
    width: 50%;
}
.contact-form-title-wrapper {
    margin: 15px 0 40px;
    line-height: 45px;
    font-size: 45px;
}
.contact-form-subtitle-wrapper {
    line-height: 22px;
    font-size: 16px;
    max-width: 50%;
}
.contact-form-wrapper .ginput_container_phone .iti__flag,
.contact-form-wrapper .iti__flag-box {
    display: none;
}
.contact-form-wrapper p.gform_required_legend {
    display: none;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield_label{
    display: none;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gform_fields {
    grid-row-gap: 25px;
}
.contact-form-wrapper {
    width: 50%;
}
.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'text'], 
.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'email'], 
.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'tel'], 
.contact-form-wrapper .gform_wrapper.gform-theme textarea, 
.contact-form-wrapper .gform_wrapper.gform-theme select {
    background: transparent;
    font-family: 'DM Sans';
    padding: 5px 5px 15px;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    outline: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
	
}
.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'text']::placeholder, 
.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'email']::placeholder, 
.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'tel']::placeholder, 
.contact-form-wrapper .gform_wrapper.gform-theme textarea::placeholder, 
.contact-form-wrapper .gform_wrapper.gform-theme select::placeholder {
    font-family: 'DM Sans';
    line-height: 20px;
    color: #FFFFFF;
    font-size: 16px;
}
.contact-form-wrapper .ginput_container_phone .iti--show-selected-dial-code .iti__selected-flag {
    background: transparent;
    padding: 0;
}
.contact-form-wrapper .ginput_container_phone .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
    padding-bottom: 8px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 4px;
    font-size: 16px;
}
.contact-form-wrapper .ginput_container_phone .iti__arrow {
    position: relative;
    margin-left: 10px;
    height: 10px;
    width: 18px;
    border: 0;
}
.contact-form-wrapper .ginput_container_phone .iti__arrow:after {
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 18px;
    content: '\f078';
    color: #FFFFFF;
    font-size: 14px;
    left: -2px;
    top: -8px;
}
.contact-form-wrapper .ginput_container_phone .iti__flag-container {
    padding: 0;
}
.contact-form-wrapper .ginput_container_phone .iti__flag-container:hover .iti__selected-flag {
    background: transparent;
}
.contact-form-wrapper .gform_wrapper.gform-theme .ginput_container_select {
    position: relative;
}
.contact-form-wrapper .gform_wrapper.gform-theme .ginput_container_select:after {
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 18px;
    color: #FFFFFF;
    content: '\f078';
    font-size: 14px;
    right: 5px;
    top: 5px;
}
.contact-form-wrapper .gform_wrapper.gform-theme .ginput_container_textarea {
    position: relative;
}
.contact-form-wrapper .gform_wrapper.gform-theme .ginput_container_textarea .charleft.ginput_counter {
    position: absolute;
    line-height: 18px;
    color: #FFFFFF;
    font-size: 14px;
    bottom: 15px;
    right: 10px;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent, 
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-captcha {
    text-align: left;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent input {
    display: none;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent label {
	position: relative;
	padding-left: 40px;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: 300;
	font-size: 16px;
	cursor: pointer;
    margin: 0;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent label a {
	text-decoration: underline !important;
    font-weight: 600;
    color: #FFFFFF;
    transition: all 0.6s ease-in-out;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent label a:hover {
    color: #FF6C37;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent label:before {
	background-color: transparent;
    border: 2px solid #FFFFFF;
    position: absolute;
    border-radius: 3px;
    cursor: pointer;
    height: 20px;
    content: '';
    width: 20px;
    bottom: 0;
    left: 0;
}
.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent input:checked+label:after {
	border: solid #FFFFFF;
    position: absolute;
    display: block;
    bottom: 6px;
    height: 10px;
    content: '';
    width: 5px;
    left: 8px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.contact-form-wrapper .gform_wrapper.gform-theme textarea {
    min-block-size: 85px !important;
}
.contact-form-wrapper .gform_wrapper.gform-theme form {
    position: relative;
}
.contact-form-wrapper .gform_wrapper.gform-theme form .gform_footer {
    position: absolute;
    bottom: 100px;
    right: 5px;
    margin: 0;
}
.contact-form-wrapper .gform_wrapper.gform-theme form .gform_footer input.gform_button.button {
    border: 1px solid #FF6C37;
    background: #FF6C37;
    border-radius: 50px;
    padding: 12px 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 600;
    box-shadow: none;
    font-size: 16px;
	transition: all 0.6s ease-in-out;
}
.contact-form-wrapper .gform_wrapper.gform-theme form .gform_footer input.gform_button.button:hover {
    background: transparent;
	color: #FF6C37;
}
.team-title-wrapper {
    box-shadow: 0 1px 5px #0000001a;
    border-radius: 10px 10px 5px 5px;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}
.team-image-wrapper {
    height: 270px;
}
.team-image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.team-name-linkedin-wrapper {
    padding: 25px 20px 15px 25px;
    position: relative;
    min-height: 150px;
}
.team-position-wrapper {
    margin: 5px 0 15px;
    min-height: 40px;
}
.team-name-wrapper p {
    line-height: 22px;
    font-weight: 600;
    max-width: 100%;
    font-size: 18px;
    transition: all 0.6s ease-in-out;
}
.team-position-wrapper p {
    line-height: 18px;
    color: #53575A;
    max-width: 100%;
    font-size: 14px;
    transition: all 0.6s ease-in-out;
}
.team-linkedin-wrapper a, 
.team-linkedin-wrapper a p {
    line-height: 18px;
    color: #FF6C37;
    font-size: 14px;
    max-width: 100%;
    text-decoration: underline !important;
    text-decoration-thickness: 0.75px !important;
    text-underline-offset: 2px;
    transition: all 0.6s ease-in-out;
}
.team-view-wrapper {
    justify-content: center;
    background: #ff6c374d;
    border-radius: 50px;
    align-items: center;
    position: absolute;
    font-size: 16px;
    display: flex;
    bottom: 10px;
    height: 40px;
    right: 20px;
    width: 40px;
    z-index: 3;
    transition: all 0.6s ease-in-out;
}
.team-view-wrapper i {
    color: #FF6C37;
    font-weight: 400;
    transition: all 0.6s ease-in-out;
}
.team-linkedin-wrapper {
    margin-bottom: 10px;
}
.teams-wrapper .team-item.active .team-name-wrapper p {
    padding: 0;
}
.teams-wrapper .team-item.active .team-title-wrapper {
    background: #FF6C37;
}
.teams-wrapper .team-item.active .team-title-wrapper * {
    color: #FFFFFF;
}
.teams-wrapper .team-item.active .team-title-wrapper .team-view-wrapper {
    background: #FFFDFA;
}
.teams-wrapper .team-item.active .team-title-wrapper .team-view-wrapper i {
    color: #FF6C37;
    transform: rotate(90deg);
}
.team-item-wrapper {
    box-shadow: 0 1px 5px #0000001a;
    padding: 55px 90px 70px 70px;
    border-radius: 5px;
    display: flex;
    width: 1170px;
}
.team-name-position-wrapper {
    width: 25%;
}
.team-description-wrapper {
    padding-left: 65px;
    column-count: 2;
    width: 75%;
}
.team-description-wrapper p {
    padding-bottom: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #53575A;
    font-size: 16px;
}
.team-name-position-wrapper .team-name-wrapper {
    margin-bottom: 5px;
}
.team-name-position-wrapper .team-name-wrapper p {
    line-height: 22px;
    font-weight: 600;
    font-size: 18px;
}
.team-name-position-wrapper .team-position-wrapper {
    min-height: auto;
    margin: 0;
}
.team-name-position-wrapper .team-position-wrapper p {
    line-height: 18px;
    color: #53575A;
    font-weight: 500;
    font-size: 14px;
}
.teams-wrapper .team-item {
    width: calc(100% / 4);
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
}
.teams-wrapper {
    position: relative;
}
.teams-wrapper .row.active {
    margin-bottom: 20px;
}
.teams-wrapper .row {
    position: relative;
    margin: 0 -10px;
}
.team-panel {
    background: #FFFFFF;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    bottom: 0;
    transform: scaleY(0);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}
.team-panel.active {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

/* Home */
.vc_row.home-banner-row {
    padding-top: 155px;
    position: relative;
    z-index: 2;
}
.home-banner-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.home-banner-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 850px;
}
.home-banner-image:before {
    position: absolute;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.o8-home-banner-wrapper {
    position: relative;
}
.home-banner-details-wrapper {
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.home-banner-services-wrapper {
    position: absolute;
    max-width: 1170px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
}
.home-banner-services-box-wrapper {
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
}
.home-service-box-wrapper {
    width: calc(95%/4);
}
.home-service-box-wrapper:first-child, 
.home-service-box-wrapper:nth-child(2) {
    width: calc(80% / 4);
}
.home-banner-services {
    border-radius: 10px 10px 0 0;
    backdrop-filter: blur(50px);
    background: #0000004d;
    padding: 25px 25px 35px;
    position: relative;
    margin: 0 auto;
    max-width: 95%;
}
.home-banner-services-discover-wrapper {
    position: absolute;
    cursor: pointer;
    bottom: -60px;
    right: 0;
}
.vc_row.home-content-row {
    padding-bottom: 150px;
}
.home-banner-details {
    padding-top: 200px;
}
.home-banner-title-wrapper {
    margin-bottom: 45px;
}
.home-banner-title-wrapper h1 {
    line-height: 50px;
    font-size: 40px;
    margin: 0;
}
.home-banner-btns-wrapper {
    align-items: center;
    display: flex;
}
.home-btn-wrapper a {
    border: 1px solid transparent;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.6s ease-in-out;
}
.home-btn-wrapper a:visited {
    color: #FFFFFF;
}
.home-btn-wrapper.explore-more-btn {
    margin-right: 40px;
}
.home-btn-wrapper.explore-more-btn a {
    border-color: #FFFFFF;
    border-radius: 50px;
    padding: 12px 30px;
    font-weight: 600;
}
.home-btn-wrapper a:hover {
    color: #53575A;
}
.home-btn-wrapper.explore-more-btn a:hover {
    background: #FFFFFF;
}
.home-service-box-title-wrapper {
    align-items: center;
    margin: 15px 0 10px;
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
    display: flex;
}
.home-service-box-title-wrapper i {
    margin-left: 15px;
}
.home-service-box-desc-wrapper p {
    line-height: 18px;
    font-size: 14px;
}
.home-service-box-icon-wrapper {
    height: 50px;
}
.home-service-box-wrapper a:hover .home-service-box-content-wrapper * {
    color: #FF6C37;
    fill: #FF6C37;
}
.home-service-box-wrapper a .home-service-box-content-wrapper * {
    transition: all 0.6s ease-in-out;
}
.services-dicover-more-btn-wrapper {
    box-shadow: 0 1px 5px #0000001a;
    padding: 20px 40px 20px 65px;
    border-radius: 0 0 10px 10px;
    transition: all 0.6s ease-in-out;
}
.services-dicover-more-btn-wrapper a {
    align-items: center;
    line-height: 20px;
    color: #FF6C37;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    transition: all 0.6s ease-in-out;
}
.services-dicover-more-btn-wrapper a i {
    margin-left: 35px;
    transition: all 0.6s ease-in-out;
}
.services-dicover-more-btn-wrapper a:visited {
    color: #FF6C37;
}
.vc_row.home-welcome-inner-row {
    padding: 195px 0 190px;
    align-items: center;
    display: flex;
}
.vc_row.home-questions-inner-row {
    padding: 190px 0;
}
.home-insights-inner-row .gws-heading {
    margin-bottom: 85px;
}
.home-insights-inner-row .gws-button-wrapper {
    margin-top: 70px;
}
.home-questions-inner-row .gws-button-wrapper {
    margin-top: 55px;
}
.home-questions-inner-row .gws-heading {
    margin-bottom: 55px;
}
.home-questions-inner-row > .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 80px;
    width: 60%;
}
.home-questions-inner-row > .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-top: 85px;
    width: 40%;
}
.home-questions-inner-row .image {
    border-radius: 10px;
    overflow: hidden;
    height: 625px;
}
.text-content-wrapper.home-founding-partner-text {
    margin-top: 70px;
}
.home-welcome-inner-row .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 155px;
}
.home-welcome-inner-row .gws-heading {
    margin-bottom: 40px;
}
.home-welcome-inner-row .gws-button-wrapper {
    margin-top: 50px;
}
.home-welcome-inner-row .text-content-wrapper.quotes:after {
    right: -45px;
}
.home-content-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.gws-image-item.home-content-graphics {
    position: absolute;
    left: -120px;
    top: -95px;
}
.content-wrapper.container-independent-slide-container {
    background: #FF6C37;
    border-radius: 10px;
    padding: 60px 100px;
    position: relative;
    overflow: hidden;
}
.container-col.independent-slide-container {
    margin-left: auto;
    margin-right: 0;
    width: 55%;
}
.container-col.independent-slide-container .gws-heading {
    margin-bottom: 45px;
}
.container-col.independent-slide-container .gws-button-wrapper {
    margin-top: 45px;
}
.container-col.independent-slide-container > div.gws-image-item.independent-slide-graphics {
    position: absolute;
    width: 35%;
    left: 55px;
    top: -140px;
}
.home-why-slider-container .slick-slider .slick-arrow {
    right: -40px;
    width: 20px;
}
.home-why-slider-container .slick-slider .slick-arrow i {
    font-size: 24px;
}
.home-why-slider-container .slick-slider .slick-arrow.slick-prev {
    left: -40px;
}
.home-banner-services-discover-wrapper:hover .services-dicover-more-btn-wrapper {
    background: #FF6C37;
}
.home-banner-services-discover-wrapper:hover .services-dicover-more-btn-wrapper a, 
.home-banner-services-discover-wrapper:hover .services-dicover-more-btn-wrapper a i {
    color: #FFFFFF;
}
.insights-wrapper {
    margin: 0 -20px;
    display: flex;
}
.insights-item-wrapper {
    width: calc(100% / 3);
    padding: 0 20px;
}
.insight-item {
    box-shadow: 0 1px 5px 0 #0000001a;
    border-radius: 10px;
    overflow: hidden;
}
.insight-image {
    height: 200px;
}
.insight-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.insight-content-wrapper {
    padding: 30px 25px 25px;
}
.insight-title {
    margin: 5px 0 10px;
    min-height: 70px;
}
.insight-title p {
    line-height: 22px;
    font-weight: 600;
    font-size: 18px;
}
.insight-publish-date p {
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 500;
    font-size: 14px;
}
.insight-subtitle p {
    line-height: 20px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.insight-subtitle {
    margin-bottom: 75px;
    min-height: 80px;
}
.insight-min-read {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
}
.insight-read-more-btn a {
    align-items: center;
    font-weight: 600;
    display: flex;
    transition: all 0.6s ease-in-out;
}
.insight-read-more-btn a:visited {
    color: #FF6C37;
}
.insight-read-more-btn a i {
    margin-left: 20px;
    font-size: 24px;
    transition: all 0.6s ease-in-out;
}
.insight-read-more-btn a:hover,
.insight-read-more-btn a:hover i {
    color: #53575A;
}
.insight-min-read-text p {
    line-height: 18px;
    font-size: 14px;
}

/* Single Service */
.our-services-inner {
    padding: 130px 0 80px;
    display: flex;
}
.our-services-left-wrapper {
    padding-right: 100px;
    width: 50%;
}
.our-services-right-wrapper {
    width: 50%;
}
.our-services-title-wrapper h2 {
    line-height: 24px;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.our-services-desc-wrapper {
    padding: 50px 0;
}
.our-services-desc-wrapper p {
    line-height: 20px;
    font-size: 16px;
}
.our-services-btn-wrapper a {
    border: 1px solid #FF6C37;
    background: transparent;
    border-radius: 50px;
    text-align: center;
    padding: 12px 25px;
    line-height: 20px;
    font-weight: 600;
    color: #FF6C37;
    font-size: 16px;
    transition: 0.6s ease-in-out;
}
.service-item-wrapper {
    border-bottom: 0.5px solid #53575A;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
    padding-left: 15px;
}
.service-item-wrapper:first-child {
    border-top: 0.5px solid #53575A;
    padding-top: 20px;
}
.service-item-wrapper:last-child {
    margin-bottom: 0;
}
.service-title {
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.service-title p {
    line-height: 22px;
    font-weight: 500;
    font-size: 18px;
    transition: 0.6s ease-in-out;
}
.service-title i {
    color: #BBBBBB;
    font-size: 25px;
    transition: 0.6s ease-in-out;
}
.service-item-wrapper a:hover .service-title p,
.service-item-wrapper a:hover .service-title i {
    color: #FF6C37;
}
.our-services-btn-wrapper a:visited {
    color: #FF6C37;
}
.our-services-btn-wrapper a:hover {
    background: #FF6C37;
    color: #FFFFFF;
}
.single-service-wrapper .our-services-inner {
    padding: 160px 0 150px;
}
.service-45.single-service-wrapper .our-services-inner {
    padding-top: 200px;
}
.single-service-top-inner-row .gws-heading.single-service-top-title {
    margin: 60px 0 70px;
}
.single-service-top-inner-row .gws-button-wrapper.single-service-top-btn {
    margin-top: 90px;
}
.single-service-top-inner-row .text-content-wrapper.single-service-top-text {
    margin: 0 auto 70px;
    max-width: 85%;
}
.service-32 .single-service-top-inner-row .gws-heading.single-service-top-title {
    margin-bottom: 20px;
}
.service-32 .single-service-top-inner-row .gws-button-wrapper.single-service-top-btn {
    margin-top: 75px;
}
.service-43 .single-service-top-inner-row .gws-heading.single-service-top-title {
    margin: 90px 0 80px;
}
.service-43 .single-service-top-inner-row .gws-button-wrapper.single-service-top-btn {
    margin-top: 85px;
}
.vc_row.service-insights-row {
    padding-top: 150px;
}
.service-32.single-service-wrapper .our-services-inner {
    padding-top: 200px;
}
.service-47 .single-service-top-inner-row .gws-heading.single-service-top-title {
    margin: 90px 0 65px;
}
.service-47.single-service-wrapper .our-services-inner {
    padding-top: 240px;
}
.service-slider-item {
    padding: 85px 50px 0;
    align-items: center;
    display: flex;
}
.tab-single-service-tabs-container .o8-tab-bottom {
    max-width: 1170px;
    margin: 0 auto;
}
.tab-single-service-tabs-container .slick-slider .slick-arrow {
    right: 0;
}
.tab-single-service-tabs-container .slick-slider .slick-prev.slick-arrow {
    left: 0;
}
.service-item-left {
    width: 40%;
}
.service-item-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.service-item-right {
    padding-left: 60px;
    width: 60%;
}
.service-item-image {
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
}
.service-item-content-wrapper {
    margin: 20px 0 35px;
}
.service-item-title p {
    line-height: 24px;
    color: #53575A;
    font-weight: 600;
    font-size: 20px;
}
.service-item-content p:not(:last-child) {
    padding-bottom: 15px;
}
.service-item-content ul {
    list-style: none;
    margin-top: 15px;
    padding: 0;
    margin: 0;
}
.service-item-content ul li {
    padding-bottom: 5px;
    position: relative;
    padding-left: 18px;
    line-height: 20px;
    color: #53575A;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
}
.service-item-content ul li:before {
    background: #53575A;
    border-radius: 100%;
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    left: 5px;
    top: 8px;
}
.service-item-content {
    line-height: 20px;
    color: #53575A;
    font-size: 16px;
}
.service-item-button a {
    border: 1px solid #FF6C37;
    background: #FF6C37;
    padding: 10px 25px;
    color: #FFFFFF;
}
.service-item-button a:visited {
    color: #FFFFFF;
}
.service-item-button a:hover {
    background: transparent;
    color: #FF6C37;
}
.service-item-content p:empty {
    display: block;
}
.vc_row.investment-process-row {
    padding: 150px 0 225px;
}
.single-service-wrapper.service-43 .single-service-top-inner-row {
    margin-bottom: 50px !important;
}
.investment-process-row .gws-heading.investment-process-title {
    margin-bottom: 30px;
}
.text-content-wrapper.investment-process-text {
    margin: 0 auto;
    max-width: 70%;
}
.investment-processes-wrapper {
    padding-top: 105px;
}
.vc_row.generating-income-tax-efficiency-row {
    padding-bottom: 155px;
}
.vc_row.o8-difference-row {
    padding-bottom: 150px;
}
.container-col.generating-income-tax-efficiency-container .icon-text-item {
    width: calc(99% / 2);
    border-radius: 10px;
}
.generating-income-tax-efficiency-container .icon-text-item .icon-text-wrapper {
    padding: 30px 55px;
    max-width: 100%;
}
.container-col.generating-income-tax-efficiency-container {
    justify-content: space-between;
}
.container-col.generating-income-tax-efficiency-container .icon-text-item .icon-text-content-wrapper.darkgrey-color * {
    color: #FFFFFF;
}
.container-col.generating-income-tax-efficiency-container .icon-text-item .icon-text-bottom {
    padding: 0;
    border: 0;
    margin: 0;
}
.o8-difference-slider .service-slider-item {
    box-shadow: 0 1px 5px #0000001a;
    background: #FFEFEA;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 50px;
    padding: 0;
}
.o8-difference-slider .slick-slider .slick-arrow {
    right: 0;
}
.o8-difference-slider .slick-slider .slick-prev.slick-arrow {
    left: 0;
}
.o8-difference-slider .slick-slider ul.slick-dots {
    bottom: 30px;
    right: 90px;
}
.o8-difference-slider .service-item-image {
    border-radius: 0;
}
.o8-difference-slider .service-item-right {
    padding: 0 100px;
}
.o8-difference-slider .service-item-right * {
    color: #FF6C37;
}
.o8-difference-slider .service-item-title p {
    text-transform: uppercase;
    text-align: center;
}
.o8-difference-slider .service-item-content-wrapper {
    margin: 55px 0 0;
}
.o8-difference-slider .service-item-content {
    position: relative;
}
.o8-difference-slider .service-item-content:before, 
.o8-difference-slider .service-item-content:after {
    font-family: 'Bodoni 72';
    position: absolute;
    line-height: 50px;
    font-weight: 700;
    font-size: 50px;
    content: '“';
    left: -40px;
    top: 0;
}
.o8-difference-slider .service-item-content:after {
    bottom: 60px;
    content: '”';
    right: -35px;
    left: auto;
    top: auto;
}
.o8-difference-slider .service-item-content blockquote {
    margin-bottom: 0;
}
.vc_row.why-invest-through-o8-inner-row {
    align-items: center;
    display: flex;
}
.vc_row.why-invest-through-o8-inner-row > .wpb_column.vc_column_container.vc_col-sm-3\/5 {
    padding-left: calc((100% - 1170px)/2);
    padding-right: 100px;
}
.why-invest-through-o8-inner-row .gws-heading.why-invest-through-title {
    margin-bottom: 40px;
}
.text-content-wrapper.why-invest-through-text {
    margin-bottom: 60px;
}
.investment-process-icon-wrapper {
    justify-content: center;
    background: #FFEFEA;
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 110px;
    width: 110px;
}
.investment-process-icon {
    height: 60px;
    width: 45%;
}
.investment-process-box-title-wrapper {
    margin-bottom: 10px;
}
.investment-process-box-title-wrapper p {
    line-height: 22px;
    color: #FF6C37;
    font-weight: 500;
    font-size: 18px;
    display: flex;
}
.investment-process-box-title-wrapper p span {
    margin-right: 10px;
}
.investment-process-box-desc-wrapper {
    padding-left: 20px;
}
.investment-process-content-wrapper:nth-child(2) .investment-process-box-desc-wrapper {
    padding-left: 0;
}
.investment-process-box-desc-wrapper p {
    line-height: 20px;
    color: #53575A;
    font-size: 16px;
}
.investment-process-icon svg path {
    fill: #FF6C37;
}
.investment-process-icon svg {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.processes-wrapper {
    position: relative;
    height: 500px;
}
.investment-process-contents-wrapper {
    position: relative;
    height: 100%;
}
div#investmentProcessContent2 {
    position: absolute;
    width: 40%;
    right: 0;
    top: 25%;
}
div#investmentProcessContent3 {
    position: absolute;
    bottom: -50px;
    left: 200px;
    width: 20%;
}
.investment-process-icons-wrapper {
    position: absolute;
    height: 100%;
    left: 45%;
    top: 0;
}
div#investmentProcessContent1 {
    position: relative;
    left: 200px;
    width: 25%;
    top: 20px;
}
.investment-process-icons-inner-wrapper {
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    display: flex;
    height: 100%;
}
.process-line-bg {
    background: #FFEFEA;
    position: absolute;
    height: 80%;
    z-index: -2;
    width: 6px;
    top: 50px;
    bottom: 0;
    left: 45%;
}
.process-line-orange {
    background: #FF6C37;
    position: absolute;
    width: 2.5px;
    height: 75%;
    z-index: -1;
    bottom: 0;
    top: 60px;
    left: 47%;
}
.investment-process-content-wrapper {
    opacity: 0;
    /* transition: 0.6s all ease-in-out; */
}
.vc_row.wealth-management-row {
    margin: 0 auto 80px !important;
    box-shadow: 0 1px 5px #0000001a;
    padding: 110px 85px 115px;
    border-radius: 10px;
    overflow: hidden;
}
.single-service-wrapper.service-32 .single-service-top-inner-row {
    margin-bottom: 135px !important;
}
.wealth-management-row .gws-heading {
    margin-bottom: 45px;
}
.approach-steps-wrapper {
    padding-top: 80px;
}
.wealth-management-row .gws-button-wrapper {
    margin-top: 140px;
}
.vc_row.families-why-o8-row {
    margin-bottom: 80px !important;
    border-radius: 10px;
    overflow: hidden;
}
.families-why-o8-row .gws-heading {
    margin-bottom: 30px;
}
.families-why-o8-row .gws-button-wrapper {
    margin-top: 40px;
}
.families-why-o8-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.gws-image-item.families-why-o8-img {
    mix-blend-mode: multiply;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.container-col.families-why-o8-text-container {
    padding: 70px 90px;
    max-width: 55%;
}
.gws-image-item.families-why-o8-img .image-wrapper, .gws-image-item.families-why-o8-img .image-wrapper .image {
    height: 100%;
}
.content-wrapper.container-families-why-o8-text-container {
    position: relative;
    z-index: 2;
}
.vc_row.relocation-wealth-row {
    box-shadow: 0 1px 5px #0000001a;
    border-radius: 10px;
    overflow: hidden;
}
.vc_row.moving-to-mauritius-row {
    padding: 70px 70px 80px;
}
.moving-to-mauritius-row .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 30px;
}
.moving-to-mauritius-row .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 60px;
}
.moving-to-mauritius-icons .icon-text-wrapper {
    max-width: 100%;
    display: flex;
}
.moving-to-mauritius-icons .icon-text-top {
    position: relative;
    width: 10%;
}
.moving-to-mauritius-icons .icon-text-bottom {
    padding: 0 0 0 30px;
    width: 90%;
    border: 0;
    margin: 0;
}
.moving-to-mauritius-icons .icon-text-icon-wrapper {
    height: 40px;
    width: 100%;
}
.moving-to-mauritius-icons .icon-text-item:not(:last-child) {
    margin-bottom: 25px;
}
.moving-to-mauritius-icons .icon-text-title-wrapper {
    margin-bottom: 10px;
}
.moving-to-mauritius-icons .icon-text-title-wrapper p {
    line-height: 25px;
    color: #FF6C37;
    font-weight: 600;
    font-size: 21px;
}
.moving-to-mauritius-icons .icon-text-subtitle-wrapper p {
    font-weight: 300;
}
.moving-to-mauritius-icons .icon-text-subtitle-wrapper {
    min-height: 60px;
}
.moving-to-mauritius-icons .icon-text-item:not(:last-child) .icon-text-top:after {
    border-left: 1px dashed #FF6C37;
    position: absolute;
    display: block;
    height: 60%;
    content: '';
    width: 1px;
    left: 45%;
    top: 55px;
}
.relocation-btn-row .gws-button {
    width: 100%;
}
.relocation-btn-row .gws-button a {
    padding: 20px 45px 20px 60px;
    position: relative;
    text-align: left;
    border-radius: 0 0 10px 10px;
    font-weight: 400;
    width: 100%;
    border-color: transparent;
}
.relocation-btn-row .gws-button a:after {
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    color: #FFFFFF;
    content: "\e09f";
    font-size: 25px;
    right: 50px;
    transition: 0.6s ease-in-out;
}
.relocation-btn-row .gws-button a:hover {
    background: #FFFFFF;
}
.relocation-btn-row .gws-button a:hover:after {
    color: #FF6C37;
}
.relocation-wealth-img-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
}
.relocation-wealth-img-row .gws-heading {
    padding: 0 0 55px 75px;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    right: 0;
    left: 0;
}
.steps-svg-wrapper {
    align-items: center;
    display: flex;
}
.approach-step-svg-wrapper {
    width: 40%;
}
.approach-step-contents-wrapper {
    width: 60%;
}
.approach-step-svg svg {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.approach-step-content-wrapper:not(:last-child) {
    margin-bottom: 35px;
}
.approach-step-title-wrapper {
    margin-bottom: 15px;
}
.approach-step-title-wrapper p {
    line-height: 22px;
    color: #FF6C37;
    font-weight: 600;
    font-size: 18px;
}
.approach-step-desc-wrapper p {
    line-height: 20px;
    color: #53575A;
    font-size: 16px;
}
.approach-step-content-wrapper {
    padding-left: 240px;
    position: relative;
    opacity: 0;
}
.approach-step-content-wrapper:before {
    border-top: 1px dashed #53575A;
    position: absolute;
    display: block;
    width: 250px;
    height: 1px;
    content: '';
    left: -50px;
    top: 40px;
}
#approachStepContent1 .approach-step-title-wrapper {
    max-width: 80%;
}
.approach-step-content-wrapper:nth-child(even):before {
    width: 150px;
    left: 50px;
}
.approach-step-content-wrapper:nth-child(3):before {
    top: 25px;
}
.approach-step-content-wrapper:nth-child(4):before {
    top: 70px;
}
.approach-step-content-wrapper:nth-child(5):before {
    top: 80px;
}
.curve-line {
    stroke: transparent;
}
.curve-step-bg {
    fill: #FFEFEA;
}
.curve-step-num {
    fill: #FF6C37;
}

/* Overview */
.overview-banner-inner-row .image {
    border-radius: 10px;
    overflow: hidden;
}
.overview-banner-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    position: relative;
    margin: 15px;
}
.content-wrapper.container-overview-banner-content {
    align-items: flex-end;
    padding-bottom: 130px;
    position: absolute;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.gws-heading.overview-banner-subtitle {
    margin-bottom: 30px;
}
.gws-heading.overview-banner-toptitle {
    margin-bottom: 45px;
}
.text-content-wrapper.overview-banner-text {
    margin-bottom: 50px;
}
.overview-banner-btn .gws-button a {
    background: transparent !important;
    border-width: 0.5px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    position: relative;
    padding: 20px 40px;
    line-height: 24px;
    border-radius: 0;
    font-weight: 500;
    text-align: left;
    font-size: 20px;
    width: 45%;
}
.text-content-wrapper.overview-banner-text p {
    max-width: 40%;
}
.overview-banner-btn .gws-button a:after {
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    color: #FFFFFF;
    content: "\e09f";
    font-size: 25px;
    right: 40px;
    transition: 0.6s ease-in-out;
}
.overview-banner-btn.overview-family-btn .gws-button a, 
.overview-banner-btn.overview-institutions-btn .gws-button a {
    border-bottom: 0 !important;
}
.overview-banner-btn .gws-button a:hover {
    border-width: 0.5px !important;
    color: #FF6C37 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}
.overview-banner-btn.overview-family-btn .gws-button a:hover, 
.overview-banner-btn.overview-institutions-btn .gws-button a:hover {
    border-bottom: 0 !important;
}
.overview-banner-btn .gws-button a:hover:after {
    color: #FF6C37;
}
.overview-banner-inner-row .image:before {
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 1) 98%);
}
.vc_row.overview-get-in-touch-row {
    padding-bottom: 45px;
}
.vc_row.overview-get-in-touch-inner-row {
    align-items: center;
    display: flex;
}
.overview-get-in-touch-inner-row > .wpb_column.vc_column_container.vc_col-sm-4 {
    margin-top: -175px;
    z-index: -1;
}
.overview-get-in-touch-inner-row > .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-left: 75px;
}
.overview-get-in-touch-inner-row .text-content-wrapper {
    margin-bottom: 60px;
}
.vc_row.overview-gain-more-row {
    padding-left: calc((100% - 1170px)/2);
    padding-bottom: 200px;
}
.overview-gain-more-inner-row > .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-right: 50px;
}
.overview-gain-more-inner-row .image {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    height: 100%;
}
.overview-gain-more-inner-row .text-content-wrapper {
    margin-bottom: 45px;
    max-width: 90%;
}
.gws-heading.how-can-we-help-title {
    margin-bottom: 30px;
}
.container-col.gain-more-icons .icon-text-item a {
    box-shadow: 0 2px 10px #00000026;
    padding: 20px 50px 60px 25px;
    backdrop-filter: blur(30px);
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 7.5px;
    height: 95%;
}
.content-wrapper.container-gain-more-icons {
    margin: -7.5px;
}
.container-col.gain-more-icons .icon-text-item a i {
    position: absolute;
    line-height: 21px;
    color: #FF6C37;
    font-size: 28px;
    bottom: 25px;
    right: 30px;
    transition: 0.6s ease-in-out;
}
.gain-more-icons .icon-text-wrapper {
    max-width: 100%;
}
.gain-more-icons .icon-text-bottom {
    padding-top: 10px;
    border: 0;
    margin: 0;
}
.gain-more-icons .icon-text-title-wrapper {
    margin-bottom: 10px;
}
.gain-more-icons .icon-text-title-wrapper p {
    color: #FF6C37;
}
.vc_row.overview-gain-more-inner-row {
    display: flex;
}
.overview-gain-more-inner-row .image img {
    aspect-ratio: 0.55;
}
.gain-more-icons .icon-text-icon-wrapper {
    height: 40px;
    width: 12%;
}
.overview-gain-more-inner-row .gws-heading.font26px {
    margin-bottom: 35px;
}
.overview-independent-inner-row .container-col {
    justify-content: flex-end;
    flex-direction: column;
    padding: 0 135px 100px;
    position: relative;
    height: 470px;
}
.overview-independent-inner-row .gws-image-item {
    position: absolute;
    height: 100%;
    z-index: -1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.overview-independent-inner-row .image-wrapper {
    height: 100%;
}
.overview-independent-inner-row .image {
    border-radius: 10px 10px 0 10px;
    overflow: hidden;
    height: 100%;
}
.vc_row.overview-independent-row {
    padding-bottom: 110px;
}
.overview-independent-learn-more-btn .gws-button {
    justify-content: flex-end;
}
.overview-independent-learn-more-btn .gws-button a {
    padding: 18px 40px 18px 60px;
    border-radius: 0 0 10px 0;
    position: relative;
    text-align: left;
    font-weight: 400;
    width: 55%;
}
.overview-independent-learn-more-btn .gws-button a:after {
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    line-height: 20px;
    color: #FFFFFF;
    content: "\e09f";
    font-weight: 400;
    font-size: 27px;
    right: 40px;
    transition: 0.6s ease-in-out;
}
.overview-independent-inner-row .gws-heading {
    margin-bottom: 35px;
}
.overview-independent-inner-row .text-content-wrapper {
    max-width: 60%;
    height: 160px;
}

/* Why Choose O8 */
.vc_row.why-choose-o8-title-inner-row {
    padding: 225px 0 55px;
}
.vc_row.why-choose-o8-committed-inner-row {
    padding: 105px 0 135px;
}
.vc_row.why-choose-o8-conviction-inner-row {
    box-shadow: 0 1px 5px #0000001a;
    margin: 130px 0 170px !important;
    align-items: center;
    border-radius: 10px;
    padding-left: 90px;
    overflow: hidden;
    display: flex;
}
.vc_row.why-choose-o8-conviction-inner-row .wpb_column.vc_column_container.vc_col-sm-6:last-child {
    padding-left: 50px;
}
.vc_row.why-choose-o8-conviction-inner-row .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding-right: 30px;
}
.why-choose-o8-conviction-inner-row .gws-heading {
    margin-bottom: 30px;
}
.why-choose-o8-conviction-inner-row .text-content-wrapper {
    margin-bottom: 75px;
}
.why-choose-o8-conviction-inner-row .image {
    height: 450px;
}
.vc_row.unique-investment-row {
    padding: 100px 0 115px;
}
.why-choose-o8-accordion-inner-row .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-left: 60px;
}
.why-choose-o8-accordion-inner-row .image {
    border-radius: 30px;
    overflow: hidden;
    height: 515px;
}
.why-choose-o8-accordion-inner-row .wpb_column.vc_column_container.vc_col-sm-4 .wpb_wrapper {
    position: relative;
}
.content-wrapper.container-why-o8-accordion-img-content {
    position: absolute;
    padding: 40px;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.container-col.why-o8-accordion-img-content {
    justify-content: flex-end;
    flex-direction: column;
    height: 100%;
}
.why-o8-accordion-img-content .gws-heading {
    margin-bottom: 20px;
}
.why-choose-o8-committed-inner-row .text-content-wrapper {
    margin-bottom: 55px;
}
.why-choose-o8-banner-inner-row .image {
    border-radius: 10px;
    overflow: hidden;
}
.vc_row.why-choose-o8-banner-inner-row {
    margin: 0 auto !important;
    align-items: center;
    max-width: 80%;
    display: flex;
}
.text-content-wrapper.why-o8-founding-partner-text {
    margin-top: 50px;
}
.content-wrapper.container-why-o8-banner-text {
    box-shadow: 0 1px 5px #0000001a;
    padding: 90px 110px 100px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 645px;
    left: -65px;
}
.unique-investment-icons .icon-text-icon-wrapper svg path {
    fill: #FFFFFF;
}
.unique-investment-icons .icon-text-wrapper {
    max-width: 100%;
    display: flex;
}
.unique-investment-icons .icon-text-top {
    width: 10%;
}
.unique-investment-icons .icon-text-bottom {
    padding: 0 0 0 40px;
    width: 90%;
    border: 0;
    margin: 0;
}
.unique-investment-icons .icon-text-item:not(:last-child) {
    margin-bottom: 50px;
}
.unique-investment-icons .icon-text-icon-wrapper {
    padding-top: 25px;
    height: 90px;
    width: 100%;
}
.unique-investment-icons .icon-text-title-wrapper {
    margin-bottom: 10px;
}
.unique-investment-icons .icon-text-title-wrapper p {
    line-height: 26px;
    color: #FFFFFF;
    font-size: 22px;
}
.unique-investment-icons .icon-text-subtitle-wrapper p {
    color: #FFFFFF;
}
.unique-investment-inner-row .wpb_column.vc_column_container.vc_col-sm-8 {
    padding-left: 125px;
}
.why-choose-o8-conviction-inner-row .gws-button a:hover {
    color: #FFFFFF !important;
}


/* Contact us */
.vc_row.contact-us-row {
    padding: 230px 0 195px;
}
.contact-us-form-col.vc_column_container {
    box-shadow: 0 2px 5px #0000001a;
    border-radius: 50px 0 0 50px;
    padding: 90px 105px 185px;
    background: #FFFFFF;
    padding-right: calc((100% - 1170px)/2);
}
.contact-us-inner-row > .wpb_column.vc_column_container.vc_col-sm-6:first-child {
    padding: 50px 65px 35px;
    padding-left: calc((100% - 1170px) / 2);
}
.contact-us-inner-row .icon-text-wrapper {
    max-width: 100%;
    display: flex;
}
.contact-us-inner-row .icon-text-top {
    width: 10%;
}
.contact-us-inner-row .icon-text-bottom {
    margin-left: 20px;
    padding-top: 0;
    margin-top: 0;
    width: 90%;
    border: 0;
}
.contact-us-inner-row .icon-text-title-wrapper {
    margin: 0;
}
.contact-us-inner-row .icon-text-subtitle-wrapper p {
    font-weight: 600;
    color: #FF6C37;
}
.contact-us-inner-row .icon-text-item {
    margin-bottom: 25px;
}
.contact-us-inner-row i {
    display: none;
}
.contact-us-inner-row .text-content-wrapper.contact-us-map {
    border-radius: 10px;
    margin-top: 30px;
    overflow: hidden;
}
.contact-us-inner-row .icon-text-icon-wrapper {
    justify-content: center;
    background: #FFEFEA;
    border-radius: 50px;
    align-items: center;
    display: flex;
    height: 40px;
    width: 40px;
}
.contact-us-inner-row .icon-text-icon-wrapper svg {
    margin: 0 auto;
    width: 60%;
}
.contact-us-inner-row a .icon-text-wrapper {
    align-items: center;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'text'], 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'email'], 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'tel'], 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme textarea, 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme select {
    border-color: #53575A;
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'text']::placeholder, 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'email']::placeholder, 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme input[type = 'tel']::placeholder, 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme textarea::placeholder, 
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme select::placeholder {
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme .ginput_container_textarea .charleft.ginput_counter {
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent label {
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .ginput_container_phone .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .ginput_container_phone .iti__arrow:after {
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme form .gform_footer {
    bottom: 0;
    right: 0;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent label a {
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent label:before {
    border-color: #53575A;
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme .gfield--type-consent input:checked+label:after {
    border-color: #53575A;
    color: #53575A;
}
.contact-us-form-col.contact-form-wrapper .gform_wrapper.gform-theme .ginput_container_select:after {
    color: #53575A;
}
.contact-us-inner-row > .wpb_column.vc_column_container.vc_col-sm-6:first-child .gws-heading {
    padding-bottom: 45px;
    margin-bottom: 70px;
    position: relative;
}
.contact-us-inner-row > .wpb_column.vc_column_container.vc_col-sm-6:first-child .gws-heading:after {
    background: #FF6C37;
    position: absolute;
    width: 110px;
    content: '';
    height: 2px;
    bottom: 0;
    left: 0;
}
.contact-us-inner-row .text-content-wrapper.contact-us-map iframe {
    height: 300px;
}

/* Archive Insights */
.insights-tabs-item.active {
    display: block !important;
}
.insights-tab-container {
    display: flex;
}
.insights-tabs-left {
    padding-right: 55px;
    width: 35%;
}
.insights-tabs-right {
    width: 65%;
}
.archive-insights-items-wrapper {
    margin: 0 -20px;
    flex-wrap: wrap;
    display: flex;
}
.archive-insights-items-wrapper .insights-item-wrapper {
    margin-bottom: 40px;
    width: 50%;
}
.archive-insights-wrapper {
    padding-top: 275px;
}
.archive-insights-items-wrapper .insight-item {
    background: #FFEFEA;
}
.archive-insights-services-wrapper .our-services-inner {
    padding-top: 185px;
}
.insights-tab-left-title {
    margin-bottom: 140px;
}
.insights-tab-left-title p {
    font-family: 'Bodoni 72';
    line-height: 50px;
    color: #FF6C37;
    font-size: 45px;
}
.insights-tab-left-btn-wrapper {
    margin-top: 140px;
}
.insights-tab-left-btn-wrapper .gws-button a {
    border: 1px solid #FF6C37;
    background: #FF6C37;
    color: #FFFFFF;
}
.insights-tab-left-btn-wrapper .gws-button a:hover {
    background: transparent;
    color: #FF6C37;
}
.insights-title p {
    line-height: 22px;
    color: #53575A;
    font-size: 18px;
    transition: 0.6s ease-in-out;
}
.insights-title {
    border-bottom: 0.5px solid #BBBBBB;
    padding: 15px 0;
    cursor: pointer;
    transition: 0.6s ease-in-out;
}
.insights-title-tabs.active .insights-title p {
    color: #FF6C37;
    font-weight: 700;
}
.insights-title-tabs.active .insights-title {
    border-color: #FF6C37;
    border-width: 3px;
}

/* Single Insights */
.single-insights-wrapper {
    padding: 270px 0 185px;
}
.single-insight-inner-wrapper {
    display: flex;
}
.single-insight-left {
    padding-right: 100px;
    width: 70%;
}
.single-insight-right {
    width: 30%;
}
.single-insights-right-title {
    margin-bottom: 30px;
}
.single-insights-right-title p {
    line-height: 22px;
    color: #53575A;
    font-size: 18px;
}
.single-insight-right .insights-item-wrapper {
    width: 100%;
    padding: 0;
}
.single-insights-items-wrapper .insight-image {
    height: 140px;
}
.single-insight-right .insights-item-wrapper:not(:last-child) {
    margin-bottom: 30px;
}
.single-insights-items-wrapper .insight-content-wrapper {
    padding: 25px 30px 40px;
}
.single-insights-items-wrapper .insight-title {
    margin: 0 0 15px;
}
.single-insights-items-wrapper .insight-subtitle {
    margin: 0;
}
.single-insights-items-wrapper .insight-subtitle p {
    -webkit-line-clamp: 3;
}
.insight-date-author-mins-wrapper {
    margin: 30px 0 35px;
    display: flex;
}
.single-insight-left-btn-wrapper {
    margin-bottom: 65px;
}
.single-insight-left-btn-wrapper .gws-button a {
    background: transparent;
    color: #53575A;
    font-weight: 500;
    display: flex;
    padding: 0;
    border: 0;
}
.single-insight-left-btn-wrapper .gws-button a i {
    margin-right: 35px;
    line-height: 20px;
    font-size: 25px;
}
.single-insight-left-btn-wrapper .gws-button a:hover {
    color: #FF6C37;
    border: 0;
}
.insight-title-wrapper * {
    font-family: 'Bodoni 72';
    line-height: 50px;
    font-weight: 400;
    font-size: 40px;
}
.insight-date-author-mins-wrapper * {
    line-height: 20px;
    color: #53575A;
    font-size: 16px;
}
.insight-date-author-mins-wrapper .insight-mins-read-wrapper p {
    font-weight: 100;
}
.insight-author-wrapper {
    margin-right: 5px;
}
.insight-text-content-wrapper .gws-heading * {
    line-height: 22px;
    color: #53575A;
    font-weight: 600;
    font-size: 18px;
}
.insight-text-content-wrapper .gws-heading {
    margin-bottom: 30px;
}
.insight-text-row > .vc_column_container > .vc_column-inner > .wpb_wrapper > .vc_row:not(:last-child) {
    margin-bottom: 40px !important;
}
.vc_row.insight-intro-row {
    margin-bottom: 40px !important;
    padding-bottom: 80px;
    position: relative;
}
.vc_row.insight-intro-row:after, .vc_row.insight-text-row:after {
    background: #BBBBBB;
    position: absolute;
    width: 150px;
    content: '';
    height: 1px;
    bottom: 0;
    left: 0;
}
.vc_row.insight-intro-row > .vc_column_container, .vc_row.insight-text-row > .vc_column_container {
    float: none;
}
.vc_row.insight-text-row {
    margin-bottom: 80px !important;
    padding-bottom: 40px;
    position: relative;
}
.insight-text-content-wrapper .insight-conclusion-row .gws-heading * {
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
}
.insight-conclusion-row .gws-button-wrapper {
    margin: 100px 0 65px;
}
.insight-text-content-wrapper {
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 20px;
}
.insight-share-next-wrapper {
    display: flex;
}
.blog-social {
    align-items: center;
    display: flex;
    height: 24px;
    width: 55%;
}
.insight-next-wrapper {
    width: 45%;
}
.blog-links {
    align-items: center;
    display: flex;
}
.blog-social p {
    margin-right: 20px;
    line-height: 20px;
    color: #53575A;
    font-size: 16px;
}
.blog-links a {
    margin-right: 20px;
    color: #53575A;
    transition: all 0.6s ease-in-out;
}
.blog-links a:hover {
    color: #FF6C37;
}
.blog-links a:visited {
    color: #53575A;
}
.blog-links a i {
    line-height: 26px;
    font-size: 18px;
}
.blog-share-link {
    position: relative;
}
.blog-share-link button {
    background: transparent;
    line-height: 0;
    padding: 0;
    border: 0;
}
.blog-share-link button svg path {
    fill: #535763;
    transition: all 0.6s ease-in-out;
}
.blog-share-link button:hover svg path {
    fill: #FF6C37;
}
.success_message {
    position: absolute;
    line-height: 20px;
    color: #FF6C37;
    font-weight: 500;
    font-size: 16px;
    left: 40px;
    top: 3px;
}
.blog-share-link button svg {
    height: 22px;
    width: 100%;
}
.insight-next-wrapper p {
    margin-bottom: 15px;
    line-height: 24px;
    color: #53575A;
    font-size: 16px;
}
.next-insight-item a {
    padding-right: 50px;
    position: relative;
    line-height: 20px;
    color: #53575A;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    transition: all 0.6s ease-in-out;
}
.next-insight-item a:visited {
    color: #53575A;
}
.next-insight-item a:hover {
    color: #FF6C37;
}
.next-insight-item a:after {
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    line-height: 20px;
    color: #53575A;
    content: "\e09f";
    font-size: 25px;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out;
}
.next-insight-item a:hover:after {
    color: #FF6C37;
}

/* Thank you */
.vc_row.thank-you-row {
    padding: 220px 0 105px;
}
.gws-heading.thank-you-title {
    margin-bottom: 45px;
}
.gws-heading.thank-you-subtitle {
    margin-bottom: 25px;
}
.text-content-wrapper.thank-you-text {
    margin-bottom: 50px;
}

/* 404 */
.error-404-wrapper {
    margin: 165px 0 80px;
    position: relative;
}
.error-404-img {
    justify-content: center;
    display: flex;
}
.error-404-content-wrapper {
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}
.error-404-subtitle {
    margin: 40px 0;
}
.error-404-title * {
    line-height: 200px;
    font-size: 200px;
    margin: 0;
}
.error-404-subtitle p {
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 600;
    color: #53575A;
    font-size: 35px;
}
.error-404-btn .gws-button {
    justify-content: center;
    align-items: center;
}
.error-404-btn .gws-button a {
    border: 1px solid #FF6C37;
    background: #FF6C37;
    color: #FFFFFF;
}
.error-404-btn .gws-button a:hover {
    border: 1px solid #FF6C37;
    background: transparent;
    color: #FF6C37;
}