body.financial-adviser-home {
	background: #007076;
	color: #fbfbfb;
}

body.financial-adviser-contact {
    background: #fbfbfb;
}

body {
	background: #E7F5F8;
	color: #181818;
}

body::-webkit-scrollbar-thumb {
    /*background-color: #009C84;*/
    background-color: #054346;
    outline: 1px solid #044a4e;
    border-radius: 90px;
}

/* display I’m Financial Adviser menu*/
.menu-list:nth-child(2) {
    display: flex;
}

.circle-btn {
    color: #fbfbfb;
}


#header {
    color: #fbfbfb;
}

svg .theme-color {
    fill: #181818;
}


/*--- Contact form ---*/

.contact-bg:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 155 124 / 6%);
    transform: translateY(-50%);
}

.contact-bg img {
    opacity: .06;
}

@media(max-width: 990px) {
    .contact-bg img {
        opacity: .1;
    }
}

.contact-form {
    background: #fbfbfb;
}

.contact-title h3,
.form-field p {
    color: #181818;
}

.contact-form .label {
    color: #222;
}

.contact-form .input-text {
    border-color: rgba(0,0,0,.6);
    color: #222;
}

.contact-form .input-text:focus {
    border-color: #222;
}

.contact-form .input-text:focus + .label, .contact-form .input-text.not-empty + .label {
    color: #222;
}

.contact-form .contact-btn {
    background-color: #009B7C;
}

.contact-form .contact-btn:hover {
    background-color: #008167;
}

.contact-form .form-control {
    border-color: rgba(0,0,0,.8);
    color: #181818;
}

.contact-form .form-control:placeholder {
    color: rgba(0,0,0,.8);
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgb(2 118 78 / 50%);
}

.detail-list h4, .detail-list p {
    color: #181818;
}

#Enquiry, #Title, #State {
    border-bottom: 1px solid #222;
    color: #222;
}

.general-contact i {
    color: #222;
}

.financial-adviser-contact .contact-bg:before {
    background: rgb(255 255 255 / 6%);
}

.financial-adviser-home .contact-form {
    background: #054346;
}

.financial-adviser-home .contact-form .label {
    color: rgba(255,255,255,.8);
}

.financial-adviser-home .contact-form .contact-btn {
    background-color: #007076;
}

.financial-adviser-home .detail-list h4, 
.financial-adviser-home  .detail-list p {
    color: #fbfbfb;
}

.financial-adviser-home .contact-bg:before {
    background: #0A4D50;
}

.financial-adviser-home .contact-bg img {
    opacity: .16;
}

/*.financial-adviser-home .contact-form {*/
/*    background: #007076;*/
/*}*/

.financial-adviser-home .contact-title h3,
.financial-adviser-home .form-field p {
    color: #fbfbfb;
}

.financial-adviser-home #Enquiry, 
.financial-adviser-home #Title, 
.financial-adviser-home #State {
    border-bottom: 1px solid #fbfbfb;
    color: #fbfbfb;
}

.financial-adviser-home .contact-form .input-text,
.financial-adviser-home .contact-form .input-text:focus {
    border-color: #fbfbfb;
}

.financial-adviser-home .contact-form .input-text:focus + .label,
.financial-adviser-home .contact-form .input-text.not-empty + .label {
    color: #fbfbfb;
}

.financial-adviser-home .contact-form .form-control {
    border-color: #fbfbfb;
    color: #fbfbfb;
}

.financial-adviser-home .general-contact i {
    color: #fbfbfb;
}

.chat-box {
    background: #F2F9FA;
    border-color: rgba(0, 112, 118, 0.5);
}

.chat-box h4,
.chat-box p {
    color: #181818;
}

.chat-box .icon svg .border {
    fill: #181818
}

path.area-link:hover {
    fill: #17c5a2;
}

.chat-box .circle-btn {
    color: #fbfbfb;
    background: #009B7C;
}

.chat-box .circle-btn:hover {
    color: #fbfbfb;
    background: #86CCDD;
}


/*--- Contact form end---*/


/*--- Banner ---*/

.banner {
    background-position: center;
    -webkit-filter:grayscale(1);
}

.banner .overlay {
    background: linear-gradient(77deg, rgba(17, 17, 17, 0.90) 40%, rgba(17, 17, 17, 0.00) 90%);
}

.banner .content {
    width: 900px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}

.banner .content h4 {
    width: 600px;
    margin: auto;
}

#sub-banner {
    color: #fbfbfb;
}

@media(max-width: 990px) {
    .banner .content {
        width: 90%;
    }
    
    .banner .content h4 {
        width: 100%;
    }
}

.banner-bottom-color {
    position: absolute;
    width: 100%;
    height: 1300px;
    /*top: 70vh;*/
    overflow: visible;
}

.banner-bottom-color:before {
    content: '';
    clip-path: url(#greenBg);
    position: absolute;
    width: 100%;
    height: 1040px;
    top: calc(66% - 600px);
    background: linear-gradient(197deg, rgba(0, 155, 124, 0.40) 13%, rgba(0, 99, 118, 0.45) 76%);;
    filter: drop-shadow(0px -40px 60px rgba(0, 0, 0, 0.10));
    transition: .3s ease;
}

@media(min-width: 1600px) {
    .banner-bottom-color:before {
        transform: scale(1.6, 1.3);
        left: 10%;
    }
}

@media(max-width: 1200px) {
    .banner-bottom-color:before {
        top: calc(60% - 740px);
    }
}

@media(max-width: 990px) {
    .banner-bottom-color:before {
        top: calc(60% - 840px);
    }
}

@media(max-width: 576px) {
    .banner-bottom-color {
        height: 1030px;
    }
    
    .banner-bottom-color:before {
        display: none;
    }
} 

#greenBg path {
    transform: scale(1);
}

@media(min-width: 1441px) {
    #greenBg path {
        transform: scale(1.2);
    }
    
    .banner-bottom-color:before {
        height: calc(120% * 1.2);
        top: calc(100% - 1470px);
    }
}

.banner-bottom-color:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(180deg, #009B7C 40%, #007076 100%);
    z-index: -1;
}

/*--- Banner end ---*/

/*--- page section ---*/

.border-box {
    background: #fbfbfb;
}

.border-box:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.border-box h4 {
    color: #181818;
}

.border-box p {
    color: #222
}

.img-section.img-left {
    position: relative;
}

.circle-image img {
    -webkit-filter: grayscale(0);
}

.financial-adviser-home .circle-image img {
    -webkit-filter: grayscale(1);
}

.color-left-bg, 
.color-right-bg {
    position: relative;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px -40px 30px rgba(0, 0, 0, 0.02));
    z-index: -1;
}

.color-left-bg:before,
.color-right-bg:before {
    content: '';
    clip-path: url(#greenBg);
    position: absolute;
    width: 100%;
    height: 1260px;
    transition: .3s ease;
}

.color-left-bg:before  {
    top: -280px;
    background: linear-gradient(190deg, #017D78 40%, rgb(1 113 118 / 0%) 60%);
}

.color-right-bg:before {
    transform: rotate(180deg);
    background: linear-gradient(13deg, #017D78 40%, rgb(1 113 118 / 0%) 60%);
    top: -200px;
}

@media(min-width: 1600px) {
    .color-left-bg:before {
        left: 10%;
        transform: scale(1.6, 1.3);
    }
    
    .color-right-bg:before {
        right: 10%;
        transform: scale(1.6, 1.3) rotate(180deg);
    }
}

@media(max-width: 1200px) {
    .color-left-bg:before {
        top: -60px;
    }
}

@media(max-width: 576px) {
    .color-left-bg:before {
        top: 200px;
        background: linear-gradient(190deg, #017D78 40%, rgb(1 113 118 / 0%) 50%);
    }
    
    .color-right-bg:before {
        background: linear-gradient(-6deg, #017D78 46%, rgb(1 113 118 / 0%) 62%);
        top: -260px;
    }
    
    #greenBg path {
        transform: scale(.7) translateX(-20px);
    }
}

/*-- sub-color-bg ---*/

.sub-color-left-bg,
.sub-color-right-bg {
    position: relative;
    width: 100%;
    height: 100%;
    /*filter: drop-shadow(0px -40px 30px rgba(0, 0, 0, 0.08));*/
    z-index: -1;
}

.sub-color-left-bg:before,
.sub-color-right-bg:before {
    content: '';
    clip-path: url(#subGreenBg);
    position: absolute;
    height: 1260px;
}

.sub-color-left-bg:before {
    background: linear-gradient(191deg, rgba(0, 155, 124, 0.20) 5%, rgba(134, 204, 221, 0.06) 30%, rgba(228, 252, 255, 0.20) 60%);
    width: 140%;
    left: -20%;
    top: -210px;
    transform: rotateY(180deg);
}

.sub-color-right-bg:before {
    background: linear-gradient(190deg, rgba(0, 155, 124, 0.20) 6%, rgba(134, 204, 221, 0.06) 17%, rgba(228, 252, 255, 0.20) 81.98%);
    right: 0;
    top: -90px;
    width: 120%;
}

@media(min-width: 1500px) {
    .sub-color-left-bg:before {
        left: 30%;
        transform: scale(2, 1.3);
    }
    
    .sub-color-right-bg:before {
        right: -30%;
        transform: scale(2, 1.3);
    }
}


@media(max-width: 576px) {
    #subGreenBg path {
        transform: scale(.7) translateX(-20px);
    }
}

.img-section h6 {
    color: #181818;
}

.img-section a.more-link,
.icon-box-section a.more-link {
    color: #007076;
}

.img-section a.more-link:after,
.icon-box-section a.more-link:after {
    background: #007076;
    color: #E7F5F8;
}

.icon-box-section .desc {
    display: block;
    margin: 20px 0;
}

a.more-link:before {
    color: #007076;
    background: #007076;
}

.financial-adviser-home .img-section a.more-link:after {
    background: #aeefff;
    color: #007076;
}

.financial-adviser-home .img-section h6 {
    color: rgba(255,255,255,.8);
}

.financial-adviser-home .img-section a.more-link {
    color: #aeefff;
}

.financial-adviser-home a.more-link:before {
    color: #86CCDD;
    background: #86CCDD;
}

.section-box {
    background: rgba(0, 155, 124, 0.1);
}

.section-box h4 {
    color: #181818;
}




/*--- testimonial ---*/

.testimonial {
    /*background: rgba(0, 112, 118, 0.06);*/
    background: #D9EDF0;
}

.testimonial .swiper-slide {
    background: #fbfbfb;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
}

.testimonial .swiper-slide:before {
    color: rgba(134, 204, 221, 0.16);
}

.financial-adviser-home .testimonial .swiper-slide:before {
    color: rgba(255,255,255,.03);
}

.testimonial p {
    color: #181818;
}

.testimonial p.name {
    color: #007076;
}

.swiper-pagination-bullet {
	border: 1px solid #007076;
}

.swiper-pagination-bullet-active {
    background: #007076;
}

.financial-adviser-home .testimonial {
    background: #054346;
}

.financial-adviser-home .testimonial .swiper-slide {
    background: #007076;
}

.financial-adviser-home .testimonial p {
    color: #fff;
}

.financial-adviser-home .testimonial p.name {
    color: #86CCDD;
}

.financial-adviser-home .swiper-pagination-bullet {
	border: 1px solid #86CCDD;
}

.financial-adviser-home .swiper-pagination-bullet-active {
    background: #86CCDD;
}

.chat-title p {
    color: #007076;
    font-weight: 500;
}

.financial-adviser-home .chat-title,
.financial-adviser-home .chat-title p {
    color: #fbfbfb;
}

/*---- Chat map ----*/

.cls-24 {
    fill: #007076;
}

.financial-adviser-home .cls-24 {
    fill: #fbfbfb;
}


/*---- About us ----*/

.rotate-box-section p {
    color: inherit;
}

.rotate-box:not(.open):nth-child(1), .rotate-box:not(.open):nth-child(4) {
    background: #009B7C;
    color: #fbfbfb;
}

.rotate-box:not(.open):nth-child(2), .rotate-box:not(.open):nth-child(3) {
    background: #fbfbfb;  
    color: #222;
    
}

.rotate-box:not(.open):nth-child(2) h4, .rotate-box:not(.open):nth-child(3) h4 {
    color: #222;
}

.rotate-box.open {
    background: #181818;
    color: #fbfbfb;
}

.rotate-box .rotate-btn:before {
    color: #fbfbfb;   
}

.rotate-box .rotate-btn:hover {
    background: #181818;
}

.team-section h4,
.member .member-title p {
    color: #181818;
}

.member:hover, .member:active, .member:focus {
    color: #007076;
}

.member-photo:hover:before {
    color: #fbfbfb;
}



/*---- Insight/ news ----*/

#insights .post-area:nth-child(2) .post-content {
    background: #fbfbfb;
}

#insights .post-area:nth-child(2) .post-content > a {
    margin-right: 30px;
}

@media(max-width: 1200px) {
    #insights .post-area:nth-child(2) .post-content > a {
        margin: 0 20px;
    }
}

@media(max-width: 990px) {
    #insights .post-area:nth-child(2) .post-content > a {
        margin: 0;
    }
}


.post-content {
    background: #fbfbfb;
}

.preview-content {
    color: #222;
}

.post-title a:hover {
    color: #181818;
}

.post-title a span {
    background: linear-gradient(to right, rgba(255,255,255, 0), rgba(100, 200, 200,0)),
		linear-gradient(to right, rgba(0,0,0, 1), rgba(0,0,0, 1));
	background-size: 100% 0.1em, 0 0.1em;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
}

.post-date {
    background: rgb(0 112 118 / 10%);
}

.swiper-button-next:after, 
.swiper-button-prev:after {
    color: #007076;
    
}

.control-btn .swiper-button-next:after, 
.control-btn .swiper-button-prev:after,
.financial-adviser-home .swiper-button-next:after, 
.financial-adviser-home .swiper-button-prev:after {
    color: #fbfbfb;
}

.row.center-box {
    background: #fbfbfb;
}

.center-box h5 {
    color: #222;
}

.article-info .date {
    color: #181818;
}


/*-- Popup --*/

.pop-detail {
    background: #fbfbfb;
    color: #181818;
}

.pop-detail h4 {
    color: #222;
}

/*--- MarketPlace ---*/

.marketplace-box .front h3 {
    text-align: left;
}

.marketplace-box .rotate-box-section p {
    text-align: left;
}

.marketplace-box .rotate-box.inline-1:not(.open) {
    background: #fbfbfb;  
    color: #222;
    width: calc(100% - 24px);
    overflow: hidden;
}

@media(max-width:990px){
    .marketplace-box .rotate-box.inline-1:not(.open){
        width: 100%;
    }
}

@media(max-width: 768px){
    .marketplace-box .rotate-box.inline-1:not(.open){
        width: 90%;
    }
}

.marketplace-box .rotate-box.overflow-box.inline-1:not(.open) {
    overflow: visible;
    margin-bottom: 70px;
}

.marketplace-box .inline-1.open {
    width: calc(100% - 24px);
}

@media(max-width: 990px) {
    .marketplace-box .rotate-image {
        position: absolute;
    }
    
    .marketplace-box .inline-1.open {
        width: 100%;
    }
    
    .marketplace-box .rotate-box.overflow-box.inline-1:not(.open) {
        margin-bottom: auto;
        overflow: hidden;
    }
}

@media(max-width: 768px) {
    .marketplace-box .inline-1.open {
        width: 90%;
    }
}


.marketplace-box .rotate-box.inline-2:not(.open) {
    background: #009B7C;
    color: #fbfbfb;
}

.marketplace-box .rotate-box.inline-1:not(.open) h4 { 
    color: #222;
    margin-bottom: 10px;
    font-weight: 500;
}

.marketplace-box .rotate-box.inline-2:not(.open) h4 {
    color: #fbfbfb;
}

.marketplace-box .rotate-text {
    z-index: 2;
}

.marketplace-box .rotate-image {
    position: relative;
    height: 100%;
    z-index: 1;
}

.marketplace-box .rotate-image img {
    position: absolute;
    height: calc(50vw - 60%);
    max-height: 380px;
    top: 50%;
    transform: rotate(-37deg) translateY(-60%);
    left: 130px;
}

@media(max-width: 1200px) {
    .marketplace-box .rotate-image img {
        transform: rotate(-37deg) translateY(-50%);
        left: 50px;
        height: calc(50vw - 40%);
    }
}

@media(max-width: 990px) {
    .marketplace-box .rotate-image {
        position: absolute;    
    }
    
    .marketplace-box .rotate-image img {
        height: 330px;
        left: 140px;
        transform: rotate(-20deg) translateY(-30%);
        opacity: .1;
    }
    
}

.marketplace-box .rotate-image.vendor-logos img {
    position: absolute;
    /*width: 560px;*/
    width: 600px;
    height: auto;
    top: 50%;
    transform: rotate(16deg) translateY(-40%);
    left: 0;
    overflow: visible;
    object-fit: cover;
}

.marketplace-box .overflow-rotate-image {
    height: 100%;
}

.marketplace-box .overflow-rotate-image img {
    position: absolute;
    top: 0;
    left: -40px;
    height: 600px;
}

@media(max-width: 990px) {
    .marketplace-box .rotate-box.overflow-box .overflow-rotate-image {
        position: absolute;
        width: 60%;
        right: 0;
    }
    
    .marketplace-box .rotate-box.overflow-box .overflow-rotate-image img {
        top: auto;
        bottom: 0;
        left: 0;
        height: 500px;
        opacity: .1;
    }
    
    .marketplace-box .rotate-image.vendor-logos img {
        left: 110px;
    }
}


@media(max-width: 768px) {
    .marketplace-box .rotate-box.overflow-box .overflow-rotate-image img {
        height: 400px;
        bottom: -100px;
    }
}

@media(max-width: 576px) {
    .marketplace-box .rotate-box.overflow-box .overflow-rotate-image img {
        display: none;
    }
} 

.marketplace-box .vendor-box.inline-1.open {
    background: #fff;
    color: #181818;
    
}

@media(max-width: 768px) {
    .marketplace-box .vendor-box.inline-1.open .back {
        height: 100%;
        overflow: hidden;
    }
}

.rotate-box.open .rotate-btn,
.vendor-box.open .rotate-btn:hover {
    background: #009B7C;
}

.vendor-box.open .rotate-btn,
.vendor-box .rotate-btn:after,
.rotate-box.open .rotate-btn:after{
    color: #fff;
}

.rotate-box.open .rotate-btn:hover {
    background: #009B7C;
}

#booking h4 {
    color: #222;
}


#financial-adviser .intro {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#financial-adviser .intro .circle-btn {
    margin-top: 20px;
    background: #007076;
    
}

#financial-adviser .intro .circle-btn:hover {
    background: #009B7C;
    color: #fff;
}