html {
    min-height: 100%;
    overflow-x: hidden; 
}

html, body {
    width: 100%;
    font-family: "Font Awesome 5 Free", 'Montserrat', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
	background: #f9f9fd;
	color: #222;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

body.closed {
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 0.5em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #888;
  outline: 1px solid slategrey;
}



/*Fix the header height when you click the anchort point*/
/*:target {*/
/*    padding-top: 100px;*/
/*    margin-top: -100px; */
/*}*/

.hidden {
    display: none;
}

a {
    color: #fff;
    transition: .3s ease;
}

a:hover{
    color: #76CBCE;
	text-decoration: none;
}

a:focus{
	text-decoration: none;
	outline: unset;
}

.btn:focus{
    outline:none;
    box-shadow:none;
}

#toggle-read-more {
    font-size: 14px;
}

button:focus, div:focus {
    outline: unset;
}

strong {
    font-weight: 500;
}

#header:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

h1 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    font-size: 3em;
    text-align: left;
}

@media(max-width: 990px) {
    h1 {
        font-size: 2.3em;
    }
}

@media(max-width: 576px) {
    h1 {
        font-size: 1.4em;
    }
}

h2 {
    width: 100%;
	color: #fff;
	font-family: 'Cormorant Garamond', cursive;
    font-size: 2.2em;
    text-align: center;
    line-height: 1.5;
    margin: 30px auto 40px;
}

h2:after {
    content: '';
    position: relative;
    width: 80px;
    height: 3px;
    background: #fff;
    margin: 10px auto;
    display: block;
}

h2.h2-black-left {
    color: #222;
    text-align: left;
}

h2.h2-black-left:after {
    content: '';
    position: relative;
    width: 80px;
    height: 3px;
    background: #222;
    margin: 10px auto;
    display: block;
    margin-left: 0;
}

@media(max-width:576px) {
    h2 {
        font-size: 2em;
    }
}


h3 {
	font-size: 2em;
	font-family: 'Cormorant Garamond', serif;
	text-align: center;
	color: #333;
}

.hasLink h3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
}

@media(max-width: 576px) {
    .hasLink h3 {
        left: 20px;
        transform: translateX(0);
    }
}

.hasLink {
    padding-bottom: 40px;
}

h4 {
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 20px;
    color: #fff;
}

h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 4px;
}

.img-responsive {
    max-width: 100%;
    object-fit: cover;
}


ul{
    list-style-type: none;
    text-align: left;
    margin: 0;
}


/*-------------------------
           Button 
--------------------------*/

button {
    background: transparent;
    color: inherit;
    border: 0;
}

a.btn, button.btn, div.btn {
    /*width: 160px;*/
    /*padding: 14px 24px;*/
    /*border-radius: 50rem;*/
    /*-moz-transition: 0.2s ease;*/
    /*-webkit-transition: 0.2s ease;*/
    /*-ms-transition: 0.3s ease;*/
    /*transition: 0.2s ease;*/
    /*font-weight: 400;*/
    /*font-size: 1em;*/
    /*color: #fff;*/
    /*background: #76CBCE;*/
    
    color: #222;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 3px solid #76CBCE;
    padding: 6px 0;
}

a.btn:hover, button.btn:hover, div.btn:hover,
a.btn:active, button.btn:active, div.btn:active  {
    color: #76CBCE;
}


button.contact-btn, .btn-more {
    margin-top: 30px;
    float: left;
}

.btn-more {
    margin: 30px auto;
}



/**********************\
		Section
\**********************/

.section{
	padding: 3em 0;
}

@media(max-width: 768px) {
    .section {
        padding: 1em 0;
    }
}

@media(max-width: 576px) {
    .section {
        padding: 1em;
    }
}

/****************************************************\
						nav
\****************************************************/

.menu-icon {
    display: none;
    border: 0;
    background: transparent;
    padding: 8px 0;
}

.menu-icon span {
    width: 26px;
    height: 1px;
    background: #fff;
    display: block;
    transition: .3s ease;
}

.sub_page_header .menu-icon span {
    background: #777;
}

@media(max-width: 990px) {
    .menu-icon {
        display: block;
        z-index: 2;
    }
    
    #navbarNav {
        display: none;   
        margin-left: 0;
    }
}

.menu-icon span:first-child {
    transform: translateY(-6px);
}

.menu-icon span:last-child {
    transform: translateY(6px);
}

.menu-icon.closed > span:first-child{
    transform: rotate(45deg) translateY(1px);
}

.menu-icon.closed > span:nth-child(2) {
    display: none ;
}

.menu-icon.closed > span:last-child {
    transform: rotate(-45deg) ;
}

#navbarNav {
    width: 100%;
    justify-content: flex-end;
}

.navbar-brand {
    height: auto;
}

#menu{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    margin: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .3s ease;
}

.closed #menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.closed .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.closed .menu-icon span {
    position: absolute;
    width: 30px !important;
    background: #fff !important;
    transition: .3s ease;
}

.closed .menu-icon span:nth-child(1) {
    transform: rotate(45deg);
}

.closed .menu-icon span:nth-child(2) {
    opacity: 0;
}

.closed .menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
}

.navbar-header {
    display: block;
}


@media(max-width: 990px) {
    .navbar-header {
        width: 90%;
        align-items: center;
    }
}

.company-logo {
    max-height: 90px;
    width: auto;
}

@media(max-width: 576px) {
    .company-logo {
        max-height: 60px;
    }
}

.footer-social {
    display: inline-flex;
    align-items: center;
}

.footer-social {
    margin: 0 0 20px;
}

.footer-social .social_sharing {
    float: left;
    margin-right: 10px;
}



@media(max-width: 768px) {
    .header-social .social_sharing {
        display: none;
    }
}

.footer-social .social_icon {
    padding: 0;
}

.header-social .social_icon li, 
.footer-social .social_icon li {
    margin: 0 10px;
    width: 24px;
    text-align: center;
    display: inline-block;
}

.header-social .social_icon li a:hover, 
.footer-social .social_icon li a:hover {
    color: #fff;
}

.header-social .social_icon li .label,
.footer-social .social_icon li .label{
    transform: perspective(1px) translateZ(0);
    display: block;
}

.header-social .social_icon li .label:before, 
.footer-social .social_icon li .label:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: -5px;
    background: #fff;
    height: 2px;
    transition-property: right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.header-social .social_icon li .label:hover:before, 
.footer-social .social_icon li .label:hover:before{
    right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
    padding: 16px 15px;
}

.navbar-default .navbar-nav {
    flex-direction: row;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 8px;
}

.sub_page_header .navbar-default .navbar-nav>li>a {
    color: #222;
    background-color: transparent;
}

@media(max-width: 990px) {
    .sub_page_header .navbar-default .navbar-nav>li>a {
        color: #fff;
    }
}

.navbar-default .navbar-nav>.active>a {
	background-color: transparent;
	transition: .3s ease;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.sub_page_header .navbar-default .navbar-nav>li>a:hover,
.sub_page_header .navbar-default .navbar-nav>.active>a,
.sub_page_header .navbar-default .navbar-nav>.active>a:focus,
.sub_page_header .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	color: #76CBCE;
	background: transparent;
}

.navbar-nav > li > a{
    margin-right: 0;
    position: relative;
    overflow: hidden;
}

.navbar-nav .dropdown:not(.sub-dropdown) > a:after {
    content: '\f107';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    border: 0;
    border-radius: 6px;
    width: 200px;
}

.navbar-nav .open .dropdown-menu {
    display: block;
    width: 180px;
    /*padding: 0;*/
}

.dropdown-menu>li{
	padding: 0;
}

@media(max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
        width: 100%;
    }
}

.dropdown-menu>li> a,
.sub-dropdown-menu > li > a {
    color: #222;
    transition: .3s ease;
    position: relative;
    padding: 16px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover,
.sub-dropdown-menu>li>a:hover,
.sub-dropdown-menu>li>a:focus,
.open .dropdown-menu>li>a:focus, 
.open .dropdown-menu>li>a:hover,
.open .sub-dropdown-menu>li>a:hover,
.open .sub-dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    border: 0;
    background-color: #76CBCE !important;
    color: #fff;
    padding: 16px;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover,
.sub-dropdown-menu>.active>a, 
.sub-dropdown-menu>.active>a:focus, 
.sub-dropdown-menu>.active>a:hover {
    background: #76CBCE;
    padding: 16px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #5baeb1;
}
    
.navbar-nav> li {
    float: left;
    margin: 0 10px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.sub-dropdown.active > a, .sub-dropdown-menu> .active > a {
    color: #76CBCE;
    background-color: transparent;
}

.sub-dropdown > a:after {
    content: '\f105';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.open > .sub-dropdown-menu {
    display: block;
}

.sub-dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    border-radius: 6px;
}

.sub-dropdown-menu li {
    list-style: none;
}

@media(max-width: 990px) {
    .navbar-nav .dropdown-menu,
    .sub-dropdown-menu {
        position: relative;
        display: block;
        background: transparent;
        box-shadow: unset;
        width: 100%;
    }
    
    .sub-dropdown > a:after {
        display: none;
    }
    
    .sub-dropdown-menu {
        position: static;
        margin-left: 10px;
        margin-bottom: 30px;
    }
    
    .dropdown-menu>li> a, .sub-dropdown-menu > li > a,
    .open .dropdown-menu>li> a, .open .sub-dropdown-menu > li > a{
        color: #fff !important;
        font-size: 16px;
        padding: 16px !important;
    }
    
    .sub-dropdown-menu > li > a {
        padding: 16px 30px;
    }
    
    .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover,
    .sub-dropdown-menu>li>a:hover, 
    .sub-dropdown-menu>li>a:focus,
    .open .dropdown-menu>li>a:focus,
    .open .dropdown-menu>li>a:hover,
    .open .sub-dropdown-menu>li>a:hover, 
    .open .sub-dropdown-menu>li>a:focus{
        /*background-color: transparent;*/
        color: #76CBCE;
        padding: 16px 30px;
    }
    
    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
        background-color: #222;
    }
}



@media(max-width: 990px) {
    
    #navbarNav {
        justify-content: center;
        align-items: flex-start;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #010101;
        overflow-y: scroll;
    }
    
    .navbar-default .navbar-nav {
        flex-direction: column;
        width: 80%;
        margin: 60px 0 100px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 22px;
    }
    
    .navbar-nav> li {
        width: 100%;
        margin: 16px 0;
    }
    
    .navbar-nav .dropdown:not(.sub-dropdown) > a:after {
        display: none;
    }
}

@media(max-width: 768px) {
    .sub-dropdown-menu {
        position: relative;
        padding-left: 20px;
        left: 0;
    }
}



/****************************************************\
					nav animation
\****************************************************/


.navbar-toggle .icon-bar {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    top: -6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#header {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sub_page_header {
    background: #f5f5f9;
}


/*---- Banner -----*/
#banner {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #222;
    background-position: center;
}

#banner .container {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.4em;
    padding: 50px 0;
}

@media(max-width: 576px) {
    #banner .container {
        top: 50%;
    }
}

#banner h1 {
    width: 460px;
    line-height: 1.4em;
    font-size: 3.3em;
    /*background: rgb(118 203 206 / 90%);*/
    padding: 50px 0 20px;
    color: #76CBCE;
}

#banner p {
    width: 66%;
    color: #fff;
    font-size: 1.3em;
    line-height: 1.5em;
}

@media(max-width: 576px) {
    #banner h1 {
        width: 100%;
        font-size: 2.6em;
        padding: 50px 27px 10px;
        line-height: 1.2em;
    }
    
    #banner p {
        width: 100%;
        padding: 0 27px;
        font-size: 15px;
    }
    
}

#sub-banner {
    position: relative;
    height: 500px;
    background: #222;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

#sub-banner h1 {
    position: absolute;
    top: 65%;
    font-size: 3.6em;
    font-family: 'Cormorant Garamond', cursive;
}

@media(max-width: 990px) {
    #sub-banner h1 {
        width: 70%;
        font-size: 3em;
    }
}


@media(max-width: 576px) {
    #sub-banner {
        height: 400px;
    }
    
    #sub-banner h1 {
        width: 90%;
        font-size: 2.4em;
    }
}

/****************************************************\
					mouse wheel
\****************************************************/

#mouse-scroll {
    display: block;
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    z-index: 9999;
}

#mouse-scroll span{
    display: block;
    width: 5px; 
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff; 
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
    height: 33px;
    width: 20px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    position: absolute;
    top: -30px;
    left: -3px;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s; 
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s; 
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.mouse_wheel{
	position: absolute;
	width: 100%;
	height: 100vh;
}

.mouse_wheel a:hover{
	opacity: 1;
}


/*----- Home -----*/

#main_home {
    background: #222;
    color: #fff;
}

.home-intro {
    margin: 30px 0;
}

.home-intro .intro {
    text-align: center;
    font-family: 'Cormorant Garamond', cursive;
    font-size: 22px;
}

.home-intro h2 {
    text-align: left;
}

.home-intro h2:after {
    margin: 10px 0;
}

.home-service {
    background: #010101;
    padding: 60px 0;
}

.home-service a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    margin-bottom: 30px;
    padding: 60px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /*-webkit-filter:grayscale(1);？*/
}



@media(max-width: 768px) {
    .home-service a {
        min-height: auto;
    }
}

.home-service .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 1;
}

.home-service a:hover .overlay {
    background: rgba(0,0,0,.6);
    transition: .3s ease;
}

.home-service .service-text {
    position: relative;
    z-index: 2;
}

.home-service .service-text h4 {
    margin: 0;
}

.home-service .service-text p {
    color: #ddd;
}

.home-service .more {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.home-service span.line {
    width: 30px;
    height: 2px;
    background: #76CBCE;
    margin-right: 10px;
    display: inline-block;
}

.home-service a:hover p {
    color: #fff;
}

.home-service a:hover p.more {
    color: #76CBCE;
    transition: .3s ease;
}


.home-content {
    /*margin: 30px 0 -3em;*/
    padding: 40px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

#financial-planning .home-content {
    margin-bottom: 0;
}

.home-center {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.center-text h2 {
    text-align: left;
}

.center-text h2:after {
    margin-left: 0;
}

@media(max-width: 990px) {
    .center-text {
        z-index: 1;
    }
    
    .home-center .people-img {
        position: absolute;
        width: 50%;
        right: -60px;
        top: -5%;
        opacity: .8;
    }
}

@media(max-width: 768px) {
    .home-center .people-img {
        display: none;
    }
}

.home-video {
    position: relative;
    margin: 30px auto;
    height: 0;
    padding-top: 30px;
    padding-bottom: 55%;
    overflow: hidden;
    color: #fff;
    display: contents;
}

.home-video h2 {
    color: #fff !important;
    text-transform: capitalize;
}

.home-video p {
    margin-top: 20px;
}

@media(max-width: 414px) {
    .home-video {
        padding-bottom: 100%;
    }
}

.home-video iframe {
    display: block;
    margin: auto;
    width: 80%;
    min-height: 360px;
    max-height: 500px;
    height: 45vw;
}

@media(max-width: 990px) {
    .home-video iframe {
        width: 100%;
    }
}



/*------- contact us -------*/

#contact {
    border-bottom: 1px solid #777;
}

.contact-all {
    margin-bottom: 60px;
}

#contact .contact-all a {
    color: #76CBCE;
    font-weight: 400;
}

#contact .contact-all h5 {
    display: inline-block;
    width: 100px;
}

#contact .contact-all p {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
}

.contact-section {
    background: #333;
    padding: 40px 0;
}

.contact-section .contact-btn {
    color: #fff;
}

@media(max-width: 990px) {
    .contact-details {
        margin-bottom: 40px;
    }
}

@media(max-width: 576px) {
    .contact-details {
        padding: 0;
    }
}

.g-recaptcha {
    margin-bottom: 3.5em;
}

@media(max-width: 500px) {
    .si-frame.si-content-wrapper {
        padding: 1em 2em !important;
    }
}

#contact .contact-form {
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}

#contact button.contact-btn {
    margin: 0 0 30px;
}

.contact-content,
.contact-form-content {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}


.contact-form .input-text {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    padding-bottom: 0px;
    background: transparent;
    border-width: 0 0 2px 0;
    border-color: #d2d2d2;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: lighter;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-form .message-special .input-text {
    border: 1px solid #999;
}

.contact-form .input-text:focus {
    outline: none;
    border-color: #fff;
}

#contact .contact-form .input-text:focus {
    border-color: #222;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
    color: #fff;
}

.contact-form .message-special .input-text:focus + .label,
.contact-form .message-special .input-text.not-empty + .label {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.contact-form .message-special .label {
    position: absolute;
    bottom: 176px;
    transition: none;
    font-weight: 600;
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
}

.contact-form .help-block {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #a94442;
}

.form-field.has-error input {
    border-color: #a94442;
}

.contact-form .submit {
    text-align: center;
    margin: 15px 0;
}

h .g-recaptcha > div {
    width: 100% !important;
}

@media(max-width:767px) {
    .form-field {
        padding-top: 30px;
    }

    .g-recaptcha {
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

.get-started > .row:first-child {
    margin-bottom: 50px;
}

.contact-form {
    padding: 0 60px;
    width: 100%;
}

@media(max-width: 767px) {
    .contact-form {
        margin-bottom: 3em;
        padding: 0 40px;
    }
}

#formWidgetSubmitResultText {
    text-align: center;
    font-size: 16px;
    color: #76CBCE;
    margin-bottom: 20px;
}

#contact .contact-form .input-text,
#contact .contact-form .input-text:focus + .label,
#contact .contact-form .input-text.not-empty + .label, 
#contact .contact-form .label, 
#contact .contact-form .message-special .label {
    color: #222;
}


/*****************\
      Footer
\*****************/

#footer {
    padding: 16px 0;
}

#footer.home-footer {
    background: #585858;
}

#footer.sub-footer {
    background: #f5f5f9;
}

#footer p,
#footer a {
    color: #fff;
    font-size: 13px;
    line-height: 1.8;
}

#footer h2 {
    color: #fff;
}

#footer.sub-footer h2 {
    color: #222;
    font-size: 1.8em;
}

#footer h2 {
    margin: 0 0 16px;
}


#contact .contact-box h2 {
    margin: 0 0 30px;
}

#contact .contact-box .email {
    display: flex;
    align-items: flex-start;
}

#contact .contact-box .email a {
    width: calc(100% - 120px);
    display: inline-block;
    overflow-wrap: break-word;
}

#footer h2:after {
    background: #fff;
    margin-left: 0;
}

#footer.sub-footer h2:after,
#contact h2:after {
    background: #222;
}

#footer h3 {
    color: #fff;
    margin-top: 0;
    font-weight: 500;
    text-align: left;
}

#footer.sub-footer p,
#footer.sub-footer a,
#footer.sub-footer h3 {
    color: #222;
}

#footer a {
    margin-bottom: 20px;
}

#footer i {
    margin-right: 6px;
}

#footer .footer-content {
    color: #fff;
    font-size: 12px;
}

p.footer-title {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 28px !important;
}

.footer-logo-area {
    display: flex;
    align-items: end;
}

.footer-logo {
    margin: 10px 0;
    margin-right: 10px;
    display: inline-block;
}

.country-flag .footer-logo {
    max-width: 70px;
}

.mobile-view {
    display: none;
}

@media(max-width: 990px) {
    .mobile-view {
        display: block;
    }

    .pc-view {
        display: none;
    }
}

.footer-detail p {
    line-height: 1.8;
}

.footer-detail h5 {
    color: #fff;
}

.sub-footer .footer-detail h5 {
    color: #222;
}


/*Mailchimp signup*/

#mc_embed_signup {
    clear: left; 
    font: 14px; 
    width: 100%;
}

.footer-text #mc_embed_signup input.email {
    width: 200px;
    float: left;
    margin-bottom: 10px;
    background: #fbfbfb;
    border: 0;
}

#mc_embed_signup .button {
    background-color: #76CBCE !important;
    border-radius: 0 !important;
}

#mc_embed_signup form {
    font-family: 'Montserrat', sans-serif !important;
}

@media(max-width: 1200px) {
    .footer-text #mc_embed_signup input.email {
        width: 180px;
    }
}

@media(max-width: 991px) {
    .footer-text #mc_embed_signup input.email {
        width: 300px;
    }
    
    #mc_embed_signup .clear {
        display: block !important;
    }
    
    #mc_embed_signup .button {
        margin-top: 10px !important;
        display: block !important;
    }
    
}

@media(max-width: 530px) {
    .footer-text #mc_embed_signup input.email {
        width: 100%;
    }
    .footer-text #mc_embed_signup .button {
        width: 100%;
    }
}


/*------- About us --------*/

.subPage-section h2,
.subPage-section h3,
.subPage-section h4 {
    color: #222;
}

.subPage-section .home-content {
    margin: 30px 0;
}

.subPage-section .home-center h2 {
    color: #fff;
}

.subPage-section .home-center h2:after {
    background: #fff
}

.subPage-section h2:after {
    background: #222;
}

.subPage-section h3 {
    margin-bottom: 20px;
    width: 100%;
}

#about ul {
    list-style-type: disc;
}

#about li {
    margin: 6px 0;
}

#about .about-icon-area {
    margin: 40px 0;
}

.about-icon-area > div {
    /*border: 1px solid #eee;*/
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

#about .about-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: #fff;
    margin: 0 10px;
    max-width: calc(100% / 3 - 20px);
}

@media(max-width: 576px) {
    #about .about-box {
        max-width: 100%;
        margin: 10px;
    }
}

#about .about-icon {
    margin: 20px auto 10px;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100em;
    border: 3px solid #76CBCE;
}

#about .about-box h4,
#about .about-box p {
    /*font-weight: 500;*/
    width: 100%;
    text-align: center;
}

#about .about-box-content {
    padding: 20px;
}

#about .about-box-content p {
    text-align: center;
    margin-bottom: 20px;
}

.team-section {
    margin-top: 30px;
}

.team-members {
    text-align: center;
    padding-top: 20px;
}

.team-members .row {
    justify-content: center;
    margin-bottom: 100px;
}

@media(max-width: 990px) {
    .team-members .row {
        margin-bottom: 0;
    }
}

.team-members .row > div {
    margin: 30px 0;
}

.team-members img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 100em;
}


/*------- Investment Members --------*/

.teams-profile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.teams-profile .overlay {
    position: absolute;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
}

.team-profile-content {
    width: 86%;
    max-width: 900px;
    background-color: #fff;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    padding: 54px 40px 30px 40px;
    text-align: left;
    border-radius: 10px;
}

@media(max-width: 768px) {
    .team-profile-content {
        width: 90%;
        padding:  54px 30px 30px 30px;
        max-height: 500px;
        top: 57%;
    }
    
    .member-content {
        max-height: 430px;
        overflow: auto;

    }
}

.team-profile-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
    color: #000;
}

.member-content .name {
    margin-bottom: 20px;
}

.member-content .title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}

.team-profile-img {
    position: absolute;
    top: -100px;
    left: -50px;
}

@media(max-width: 768px) {
    .team-profile-img {
        top: -110px;
        left: -20px;
    }
}

.team-profile-img img {
    width: 160px;
}

.investment-members img {
    cursor: pointer;
}


/*------ Investment Members End -------*/



.name,
.title {
    font-family: 'Cormorant Garamond', cursive;
    color: #222;
    margin: 20px 0 0;
}

@media(max-width: 990px) {
    .name,
    .title {
        margin: 10px 0;
    }

    .title {
        margin-bottom: 60px;
    }
}

.name {
    font-size: 22px;
}

.grid {
    list-style: none;
    padding: 0;
}

#cast-show-list .item {
    padding: 20px 20px 30px;
    display: block;
    width: 100%;
}

/*------- Casts-------*/

#media {
    /*margin-top: 300px;*/
}

.p-title {
    font-size: 30px;
    font-family: 'Cormorant Garamond', cursive;
    margin-bottom: 20px;
    color: #222;
}

.p-title a {
    color: #222;
}


.author-date p {
    font-family: 'Cormorant Garamond', cursive;
    font-size: 16px;
    color: #000;
}

.preview-image img {
    width: 30%;
    margin-bottom: 20px;
    display: block;
}

@media(max-width: 990px) {
    .preview-image img {
        width: 100%;
    }
}

.preview-content {
    color: #9b9b9b;
    font-size: 14px;
    margin-bottom: 20px;
}

.post-content {
    margin: 20px 0;
}

.post-content iframe {
    max-width: 60%;
    max-height: 400px;
    display: block;
}

@media(max-width: 990px) {
    .post-content iframe {
        max-width: 100%;
        /*max-height: 400px;*/
    }
}

.article-info {
    margin-top: 50px;
}

.article_body {
    margin: 50px 0;
}

.article_body iframe {
    width: 100%;
}

.article-info .title {
    font-size: 30px;
}

.article-content h2 {
    margin-top: 40px;
    color: #222;
}

.post-more {
    font-family: 'Cormorant Garamond', cursive;
    font-weight: bold;
    font-size: 20px;
}

.post-more a {
    color: #76CBCE;
}

.post-more a:hover {
    text-decoration: none;
    color: gray;
}

.load-more {
    justify-content: center;
    display: flex;
}

#searchLoadingImg {
    text-align: center;
}


ul.pagination {
    clear: both;
    position: relative;
    width: 100%;
    text-align: right;
    display: flex;
    column-span: all;
}

ul.pagination > li {
    color: #707070;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
    -moz-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    -webkit-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
    display: inline-block;
}

ul.pagination > li:not(:first-child) {
    margin-left: 5px;
}

ul.pagination > li:before {
    content: "";
}

.pagination > li > a {
    padding: 10px 15px;
}

.pagination > li > a {
    color: #333;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > li > a:hover {
    background-color: #333;
    border-color: #333;
    color: #fff !important;
}

ul.pagination > li.cur {
    background-color: #333;
    color: #fff;
}

ul.pagination > li:hover {
    cursor: pointer;
    background-color: #333;
    color: #fff;
}

ul.pagination > li:click {
    background-color: #e0e0e0;
}

@media (max-width: 767px) {
    ul.pagination {
        text-align: left;
    }

    ul.pagination > li {
        margin-left: 0px;
        margin-right: 5px;
    }
}

.cat-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cat-name a {
    color: #222;
}


#searchLoadingImg {
    text-align: center;
}


/*------- Map --------*/

#map,#map2 {
    height: 300px;
    width: 100%;
}

@media(max-width: 990px) {
    #map, #map2 {
        height: 380px;
    }
}



/*-------- Service ----------*/

#investment .section .row > div {
    padding: 0 5px;
}

@media(max-width: 576px) {
    #investment .section .row > div {
        padding: 0 15px;
    }
}


#investment .section .service-asset-center > div,
#accounting .service-asset > div {
    /*padding: 0 5px;*/
    margin: 20px 10px 0;
    padding-bottom: 20px;
    max-width: calc(100% / 2 - 20px);
}

@media(max-width: 768px) {
    #investment .section .service-asset-center > div,
    #accounting .service-asset > div{
        max-width: 100%;
    }
}

.service-box {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    text-align: center;
    min-height: 350px;
    padding: 40px 20px;
    margin-bottom: 40px;
}

.service-box-transparent {
    background: transparent;
    box-shadow: none;
    /*color: #fff;*/
    min-height: auto !important;
    margin: 20px 0;
    padding: 20px 10px;
}

.service-box-transparent h5 {
    font-family: 'Cormorant Garamond', cursive;
    font-size: 18px;
}

.management-services .row {
    justify-content: center;
}

@media(max-width: 990px) {
    .service-box {
        min-height: 300px;
    }
}

@media(max-width: 768px) {
    .service-box {
        margin: 10px 0;
        min-height: auto;
    }
}

.service-asset-title {
    text-align: left;
    color: #76CBCE !important;
}

@media(max-width: 768px) {
    .service-asset-title {
        margin-top: 30px;
    }
}

.service-asset > div,
.service-asset-center > div {
    border-bottom: 1px solid #999;
}

@media(max-width: 768px) {
    .service-asset > div:last-child,
    .service-asset-center > div:last-child {
        border-bottom: 0;
    }
}

.service-asset-box,
.service-asset-center .service-asset-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    /*margin: 10px 20px;*/
    text-align: left;
}


#accounting .service-asset-box {
    margin: 20px 0;
    padding: 0;
}

.service-content-box {
    margin-bottom: 40px;
}

.service-box .icon {
    width: 60px;
    margin: 0 auto 20px;
}


.service-asset-box .icon,
.service-content-box .icon {
    width: 90px;
    height: 90px;
    padding: 16px;
    border-radius: 100em;
    border: 2px solid #76CBCE;
}

.service-box h4 {
    text-align: center;
    color: #76CBCE;
}

.service-asset-box h4,
.service-content-box h3,
.service-asset-center .service-asset-box h4 {
    font-family: 'Cormorant Garamond', cursive;
    height: 90px;
    width: 100%;
    display: block;
    color: #222;
    /*text-align: left;*/
    text-align: center;
    font-size: 1.7em;
    margin-top: 16px;
    margin-bottom: 0;
}

.service-asset-center .service-asset-box h4 {
    /*text-align: center !important;*/
}

.service-content-box h3 {
    height: auto;
    margin-bottom: 20px;
}

.service-asset-box h4:after,
.service-content-box h3:after,
.service-asset-center .service-asset-box h4:after {
    content: '';
    position: relative;
    width: 60px;
    height: 2px;
    background: #222;
    margin: 10px auto;
    display: block;
    /*margin-left: 0;*/
    margin-left: auto;
}

.service-box .brief,
.financial-box .brief{
    color: #666;
}

.service-box a {
    color: #222;
    display: block;
    margin: 30px 0 0;
    font-weight: 400;
}

.service-box a:before {
    content: '';
    width: 20px;
    height: 3px;
    background: #76CBCE;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.service-box a:hover {
    color: #76CBCE
}

.service-content-section ul {
    list-style-type: disc;
    margin-bottom: 30px;
}

.service-content-section p {
    margin-bottom: 24px;
}

.IFLS {
    border-top: 1px solid #ddd;
}

.IFLS-box {
    position: relative;
    margin: 40px 20px 20px;
    text-align: center;
}


.IFLS-box .IFLS-icon {
    margin: 20px auto;
    width: 100px;
    height: 100px;
    padding: 20px;
    border-radius: 100em;
    border: 3px solid #76CBCE;
}


.financial-content {
    align-items: center;
    margin-top: 20px;
}

.financial-content img {
    width: 100%;
}

@media(max-width: 990px) {
    .financial-content img {
        margin-bottom: 30px;
    }
}

#about .financial-outer-box {
    margin: 20px 0;
}

.financial-outer-box {
    justify-content: center;
}

.financial-outer-box > div {
    padding: 6px;
    background: #fff;
    margin: 10px;
}

#financial-planning .financial-outer-box > div,
#capital .financial-outer-box > div {
    max-width: calc(100% / 4 - 20px);
}

@media(max-width: 768px) {
    #financial-planning .financial-outer-box > div,
    #capital .financial-outer-box > div{
        max-width: calc(100% / 2 - 20px);
    }
    
}

.financial-box {
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    transition: .3s ease;
}



.financial-box:hover {
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.financial-box h4 {
    font-size: 20px;
}

.financial-box-pop {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.financial-box-pop .overlay {
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.financial-box-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 600px;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
}

@media(max-width: 576px) {
    .financial-box-content {
        width: 80%;
    }
}

#about .financial-box-content h4 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.financial-box-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 40px;
}

.financial-box-content .icon img {
    width: 70px;
}


@media(min-width: 1200px) {
    .financial-box {
        /*min-height: 470px;*/
        padding: 20px 10px 30px;
    }
}

@media(max-width: 1199px) {
    .financial-box {
        /*min-height: auto;*/
        padding: 20px 10px;
    }
}


.financial-box .icon {
    margin: 20px auto;
    width: 60px;
}

.financial-box h4 {
    margin-bottom: 20px;
    color: #76CBCE;
}


.risk-container {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff !important;
}

.risk-container .row {
    justify-content: center;
}

.subPage-section .risk-container h2,
.subPage-section .risk-container h3 {
    color: #fff !important;
}

.subPage-section .risk-container h2:after {
    background: #fff;
}

#capital h4 {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.risk-cycle img {
    margin: 0 auto 20px auto;
    width: 70%;
}

@media(max-width: 768px) {
    .risk-cycle img {
        margin: auto auto 20px;
        width: auto;
    }
}

#financial-planning.section {
    padding-bottom: 0;
}

#financial-planning h4 {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

#financial-planning .service-box {
    min-height: auto;
    padding: 40px 20px 30px;
    margin-bottom: 0;
    box-shadow: none;
    background: transparent;
}

#financial-planning .financial-service-row > div {
    max-width: calc(100% / 3 - 20px);
    background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    margin: 10px;
    padding: 0;
}

@media(max-width: 768px) {
    #financial-planning .financial-service-row > div {
        max-width: calc(100% / 2 - 20px);
    }
}

@media(max-width: 576px) {
    #financial-planning .financial-service-row > div {
        max-width: 100%;
    }
}



a[href$='/advisory'],
a[href$='/Services']{
    pointer-events: none;
    cursor: default;
}