@import url("https://fonts.googleapis.com/css2?family=Inter&family=Manrope:wght@300;400;500;600;700;800&display=swap");

/* font-family    : 'Manrope', sans-serif; */

/*comman*/
:root {
    scroll-behavior: auto;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
b, strong {
    font-weight: 700;
}





body {
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.container {
    max-width: 1310px;
    padding: 0 20px;
}

h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
}
h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.5px;
}
h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
a {
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

ul li {
    list-style: none;
}
.fixed-header button.navbar-toggler.toggle_nav span{
    background-color: #000;
}
header .logo a {
    height: 60px;
    display: inline-block;
}

.page-template-insight .sticky_logo, .single-team .sticky_logo, .single-post .sticky_logo, .page-template-contact .sticky_logo{
    display: block !important;
}

.page-template-insight .desktop_logo, .single-team .desktop_logo, .single-post .desktop_logo, .page-template-contact .desktop_logo{
    display: none;
}

.fixed-header .sticky_logo{
    display: block !important;
}

.fixed-header .desktop_logo{
    display: none;
}
.sticky_logo{
    display: none !important;
}

header .logo {
    width: auto;
}
header .logo a img {
    width: 100%;
    height: 100%;
    display: block;
}

header .navbar-toggler.toggle_nav {
    display: none;
}

header .link ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-right: 13px;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .link .current-menu-item a{
    font-weight: 700;
}
header .menu .current-menu-item a:after{
    width: 100%;
}
header.fixed-header .menu .current-menu-item a:after{
    background-color: #2669B3;
}
.page-id-95  header .menu .current-menu-item a{
    color: #2669B3;
}
.page-id-95 header .menu .current-menu-item a:after{
    width: 100%;
    background-color: #2669B3;
}
.page-id-95 header .menu li a:after,.page-id-97 header .menu li a:after,.single-team header .menu li a:after,.single-post header .menu li a:after{
    background-color: #2669B3;
}
header .menu li a:after {
    content: "";
    position: absolute; 
    width: 0%;
    height: 2px;
    background: #fff;
    bottom: -10px;
    left: 0;
    transition: width 0.4s;
}
header.fixed-header .menu li a:after{
    background-color: #2669B3;
}
header .menu li a:hover:after{
    width: 100%;
}
header .menu li a {
    position: relative;
}
.link {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: flex-end;
}
.page-id-95 header .link a,.page-id-97 header .link a,.single-team header .link a,.single-post header .link a,.page-template-privacy-policy header .link a {
    color: #063057;
}
.page-id-95 header .logo a,.page-id-97 header .logo a,.single-team header .logo a,.single-post header .logo a,.page-template-privacy-policy header .logo a{
    filter: none;
}
.page-id-95  header .link .link_button a:first-child,.single-team header .link .link_button a:first-child,.single-post header .link .link_button a:first-child,.page-template-privacy-policy header .link .link_button a:first-child{
    background-color: #2669B3;
    color: #fff;
    border: none;
    border: 1px solid #2669B3;
}
.page-id-97 header .link .link_button a:first-child{
    background-color: #dfe8f4;
    color: #2669B3;
    border: none;
    border: 1px solid #2669B3;
}
.page-id-95 header .link .link_button a:first-child:hover,.page-id-97 header .link .link_button a:first-child:hover,.single-team header .link .link_button a:first-child:hover,.single-post header .link .link_button a:first-child:hover,.page-template-privacy-policy header .link .link_button a:first-child:hover  {
    background-color: #063057;
    color: #fff;
}
.page-id-95  header .link .link_button a:nth-child(2),.page-id-97  header .link .link_button a:nth-child(2),.single-team  header .link .link_button a:nth-child(2),.single-post  header .link .link_button a:nth-child(2),.page-template-privacy-policy  header .link .link_button a:nth-child(2){
    border-color: #2669B3 !important;
    border:1px solid #2669B3;
    color: #2669B3;
}
.page-id-95 header .link .link_button a:nth-child(2):hover,.page-id-97 header .link .link_button a:nth-child(2):hover,.single-team header .link .link_button a:nth-child(2):hover,.single-post header .link .link_button a:nth-child(2):hover,.page-template-privacy-policy header .link .link_button a:nth-child(2):hover {
    background-color: #063057;
    border-color: #063057!important;
    color: #fff;
    
}
.page-id-95  header ,.page-id-97  header,.single-team  header,.single-post  header,.page-template-privacy-policy  header {
    border-bottom: 1px solid #c9d9ec;
    background-color: #fff;
}
header {
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 31px 0;
    border-bottom: 1px solid #fff;
    transition: 0.3s;
}

header .link a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.requirement_field{
    position: absolute;
    bottom: -20px;
}

.fixed-header{
    background: #fff;
    box-shadow: -11px -6px 20px 14px rgba(0,0,0,0.2);
    
}

header.fixed-header .logo a{
    filter: none;
    transition: none;
}

header.fixed-header .link a{
    color: #063057;
}
header.fixed-header .link .current-menu-item a{
    color: #2669B3;
}
header.fixed-header .link_button a{
    border-color: #2669B3 !important;
}

header.fixed-header .link_button a:nth-child(1){
    background: #2669B3;
    color: #fff;
}
/* header.fixed-header .link_button a:nth-child(2){
    background: #2669B3;
    color: #fff;
} */
header.fixed-header .link_button a:nth-child(1):hover{
    background-color: #063057;
    color: #fff;
}
header.fixed-header .link_button a:nth-child(2):hover{
    background-color: #063057;
    border-color: #063057!important;
    color: #fff;
    background-color: #063057!important;
}
.banner_section {
    min-height: 748px;
    width: 100%;
    padding: 120px 0 40px;
    display: flex;
    align-items: center;
}
.banner_section h1 {
    font-size: 116px;
    color: #fff;
    line-height: 100%;
    font-weight: 700;
    letter-spacing: 0;
}



.inner-banner.banner_section{
    min-height: 534px;
}


.inner-banner.banner_section h1{
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
} 

header .link ul li {
    margin: 0 17px;
}

header .link  .link_button a {
    border: 1px solid #fff;
    padding: 6.5px 10px;
    min-width: 127px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.single-format-standard .insight_single_inner .feature_img_video iframe{
        height: 360px !important;
            padding: 25px 0px;

    }

.link_button a:nth-child(1) {
    background: #fff;
    color: #063057;
    margin-right: 10px;
}

header .link .link_button a:hover {
    background-color: #2669b3;
    border-color: #2669b3;
    color: #fff;
}
.primary_btn:hover {
    background-color: #2669b3;
    border-color: #2669b3;
    color: #fff;
}
.primary_btn.blue_btn:hover {
    color: #fff;
    background: #063057;
    border-color: #063057;
}


/* header.fixed-header .link_button a:nth-child(1):hover{
    color: #2669B3;
    background-color: transparent;
   
} */
.home .text_section p {
    top: -30px;
    font-size: 26px;
    text-align: center !important;
    margin: 0 auto;
    line-height: 38px;
    color: #000;
    position: relative;
    z-index: 2;
}


.text_section p {
    font-size: 26px;
    text-align: center !important;
    margin: 0;
    line-height: 38px;
    color: #000;
    position: relative;
    z-index: 2;
}

.text_section p strong{
    color: #063057;

}

.text_section {
    padding: 66px 0;
}

.home .text_section{
    padding: 0;
}

.advisory-intro-main{
    padding: 66px 0 0;
}

.modal-dialog-centered button.btn-close {
    opacity: 0.2;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 12px;
    padding: 7px;
}

.modal-dialog-centered .ginput_container input {
    border: 1px solid #ccc;
}

.modal-dialog-centered .modal-content{
    padding-bottom: 50px;
}

.modal-dialog-centered .modal-header {
    padding: 1.4rem 1.5rem  !important;
}

.modal-dialog-centered .modal-body{
    padding: 0 5rem;
}

.modal-dialog-centered .gform_footer input.gform_button {
    background: #2669B3 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
}

.modal-dialog-centered .gform_footer input.gform_button:hover {
    background: #063057 !important;
    border-color: #063057 !important;
}

.modal-dialog-centered .modal-body h3 {
    margin-bottom: 50px;
/*    margin-top: 20px;*/
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #2669B3;
}

.modal-dialog-centered.modal-dialog{
    max-width: 710px !important;
}

.text_section .inner_container a.primary_btn {
    top: 0;
    margin-top: 50px;
    border: 1px solid #2669B3;
    padding: 6.5px 25px;
    min-width: 127px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: relative;
    z-index: 5;
    color: #2669b3;
}

.text_section .inner_container a.primary_btn:hover {
    background-color: #063057;
    border-color: #063057!important;
    color: #fff;
    background-color: #063057!important;
}


.text_section .wrapper {
    max-width: 930px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.home .text_section .wrapper:before {
    position: absolute;
    top: -50px;
    background: #fff;
    height: 100px;
    left: 0;
    width: 100%;
    content: "";
    max-width: 100%;
    right: inherit;
    bottom: inherit;
}

.home .text_section .wrapper:after {
    position: absolute;
    bottom: -50px;
    background: #fff;
    height: 100px;
    left: 0;
    width: 100%;
    content: "";
    max-width: 100%;
}
.text_section .wrapper:after {
    position: absolute;
    bottom: -55px;
    background: #fff;
    height: 134px;
    left: 0;
    width: 100%;
    content: "";
    max-width: 100%;
}

.home .text_section .wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 50px;
    box-sizing: border-box;
}
.inner_container {
    max-width: 1166px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}


.inner-text.text_section .wrapper:before{
    top: -126px;
    bottom: -126px;
}

.text_section .wrapper:before {
    position: absolute;
    left: -100px;
    right: -100px;
    top: -155px;
    bottom: -155px;
    background: #ffffff;
    content: "";
    z-index: 1;
}




p {
    font-size: 20px;
    line-height: 28px;
}

.entrepreneurs_section {
    padding: 40px 0;
    min-height: 760px;
    display: flex;
    align-items: center;
}

.entrepreneurs_section h2 {
    color: #fff;
}



.entrepreneurs_section p {
    color: #fff;
}

.primary_btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    min-width: 157px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.primary_btn.blue_btn {
    background: #2669B3;
}

.entrepreneurs_section .text {
    margin: 0 0 40px;
    max-width: 470px;
}


.advantage_section .block_title {margin: 0 0 120px;position: relative;z-index: 1;}
.advantage_section {position: relative;}
.advantage_section .wrapper.row {position: relative;z-index: 1;align-items: stretch;}
.advantage_section .wrapper.row .item h3 {font-size: 20px; min-height: 72px; line-height: 24px; color: #063057;font-weight: 700;max-width: 200px;text-align: center;margin: 0 auto;}
.advantage_section .wrapper.row .item .img img {max-height: 89px; max-width: 89px;}
.advantage_section .wrapper.row .item .img {width: 100%;display: flex;align-items: center; justify-content: center; margin: 0 0 35px;}

.advantage_section .wrapper.row .item .item-wrap {
    border: 1px solid #D4E1F0;
    background: #fff;
    padding: 40px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.advantage_section .inner_container {
    position: relative;
    padding-top: 40px;
    background: url(../images/A-symbol-2.svg) no-repeat center top -10px / 590px;
    padding-bottom: 130px;
    background-position: top;
}

.advantage_section .inner_container:before {position: absolute;left: 0;right: 0;top: -79px;bottom: 0;background: #fff;content: "";z-index: -1;height: 100%;}
.advantage_section .block_title h2 {
    color: #063057;
    margin: 0;
    font-size: 48px;
    line-height: 44px;
}


.services_section h2 {
    font-weight: 900;
    color: #fff;
    margin: 0 0 20px;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.5px;
}

.services_section .wrapper {
    width: 50%;
    position: relative;
    z-index: 1;
}

.services_section {
    padding: 40px 0;
    min-height: 770px;
    display: flex;
    align-items: center;
}

.services_section p {
    color: #fff;
}

.services_section .text {
    margin: 0 0 30px;
    max-width: 565px;
}

.manage_section {background: #063057;padding: 40px 0;min-height: 550px;display: flex;align-items: center;}

.manage_section .wrapper p {
    color: #fff;
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}

.manage_section .wrapper h3 {
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
}

.manage_section .wrapper span {
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.manage_section .wrapper {
    max-width: 969px;
    margin: 0 auto;
    text-align: center;
}

.manage_section .img {
    width: 100%;
    margin: 0 0 60px;
}

.manage_section .img img {
    width: 100%;
}


.front_team_section .left_column {
    max-width: 450px;
    margin-right: 100px;
}

.front_team_section {
    position: relative;
    overflow: hidden;
}

.front_team_section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: 50%;
    z-index: 1;
    background: linear-gradient(179deg, rgb(7 87 173 / 79%) 0%, rgb(9 60 118 / 90%) 100%);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(9px);
   
}
.front_team_section:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    filter: blur(8px);
    background: url("https://toms205.sg-host.com/wp-content/uploads/2024/01/Team.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
.team-intro-section.text_section .wrapper:before{
    display: none;
}
footer .right_column p {font-size: 14px;color: #063057;margin: 0;font-weight: 400;line-height: 18px; font-family: 'Inter', sans-serif;}
footer .right_column ul li a:hover,footer .left_column a:hover {
    color: #000;
}
footer .right_column ul li a, footer .right_column ul li { font-size: 14px; color: #063057; margin: 0; font-weight: 400; font-family: 'Inter', sans-serif;}

footer .right_column ul {margin: 0 -17px 6px;padding: 0;display: flex;align-items: center;justify-content: flex-start;}
footer .right_column ul li { margin: 0 17px; }
footer .left_column a {font-size: 16px;font-weight: 700;display: block;color: #2669B3;line-height: 20px;}
footer .left_column p {color: #063057;font-size: 16px;font-weight: 400;line-height: 20px;}
footer { padding: 40px 0 20px; }
footer .wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

footer .right_column { width: 910px; max-width: 100%; padding: 0 20px; }
footer .left_column { width: calc( 100% - 910px ); }

footer .left_column img {
    width: 160px;
    margin: 0 0 25px;
}


.contact_us_section h2 {
    color: #2669B3;
    margin: 0 0 40px;
    font-size: 40px;
    line-height: 50px;
}

section.contact_us_section {
    padding: 120px 0 60px;
}



.contact_us_section .wrapper {
    max-width: 950px;
    text-align: center;
    margin: 0 auto;
}

.benifit_section .wrapper ul  li {
    margin: 0 0 35px;
    width: 33.33%;
    padding: 0 15px;
    position: relative;
}

.benifit_section .wrapper ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
    max-width: 260px;
    margin: 0;
}

.benifit_section .wrapper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-left: 0px;
}

.benifit_section .wrapper ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #fff;
}

.benifit_section {
    padding: 30px 0 0px;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.benifit_section .block_title {
    margin: 0 0 70px;
}

.benifit_section .block_title h2 {
    color: #fff;
    font-size: 56px;
    line-height: 44px;
    letter-spacing: 0.5px;
}

.brand_section {
    background: #E9F0F7;
    padding: 130px 0 110px;
}

.brand_about_section .right_column h3{
    margin-bottom: 30px;
}
section.brand_section.brand_about_section{
    background-image: url('../images/bg-accordion.svg');
    background-repeat: no-repeat;
    background-position: 50% 50px
}
.brand_section h2 {
    font-size: 56px;
    color: #063057;
    font-weight: 900;
    margin: 0 0 25px;
    line-height: 56px;
}

.brand_section .text p {
    line-height: 32px;
    font-weight: 400;
}



 .brand_section.wealth_section .inner_container .brandd {
        align-items: flex-start !important;
    }

.brand_section .right_column h3 {
    font-weight: 900;
    color: #063057;
    line-height: 44px;
}


.brand_section .right_column .text p {
    font-size: 16px;
    font-weight: 600;
    color: #063057;
    line-height: 24px;
}

.brand_section .text p b {
    color: #2669B3;
}

.brand_section .left_column .text {
    max-width: 480px;
}

.brand_section .right_column .text {
    margin: 0 0 30px;
}

.accordion-wrapper .btn-wrapper button {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0 !important;
    width: 100%;
    text-align: left;
    color: #063057;
    font-weight: 700;
    border-top: 1px solid #2669B3;
    padding: 10px 0;
    position: relative;
    padding-right: 45px;
}
.accordion-wrapper:last-child {
    border-bottom: 1px solid #2669B3;
}
.accordion-wrapper .collepsing-div p {
    font-size: 16px;
    line-height: 24px;
}

.accordion-wrapper .collepsing-div {
    padding: 10px 0 10px;
}

.accordion-wrapper .btn-wrapper button:before, .accordion-wrapper .btn-wrapper button:after {
    content: "";
    position: absolute;
    width: 17px;
    background: #2669B3;
    display: flex;
    height: 2px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    right: 20px;
    top: 23px;
}

.accordion-wrapper .btn-wrapper button:before {
    transform: rotate(90deg);
    opacity: 1;
}

.accordion-wrapper.active button:before {
    transform: rotate(0deg);
    opacity: 0;
}


.wealth_section .text p b {
    font-weight: 500;
    color: #063057;
}


.wealth_section .right_column .text p {
    
    font-weight: 400;
    color: #000;
    
}

.wealth_section .right_column .text{
    margin-bottom: 0;
}

.wealth_section .brandd .item h3{
    font-weight: 700 !important;
}

.wealth_section .wrapper.row .item h3 {
    font-size: 14px;
    color: #063057;
    font-weight: 800;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    line-height: 22px;
}
.wealth_section .wrapper.row .item .img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 35px;
}

.wealth_section .wrapper.row .item .img img {
    height: 73px;
    max-width: 89px;
}

.wealth_section .wrapper.row .item .item-wrap {
  
    padding: 20px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.wealth_section .wealth_title p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #063057;
    display: inline-block;
    background: #e9f0f7;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    line-height: 24px;
}

.wealth_section .wealth_title {
    display: block;
    position: relative;
    text-align: center;
    margin: 50px 0 40px;
}


.wealth_section .wealth_title:after {
    content: "";
    position: absolute;
    background: #2669B3;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    transform: translateY(-50%);
}


.planning_section {
    min-height: 590px;
}

.banifit_section {
    padding: 85px 0 65px;
    min-height: 714px;
}

.block_title h2 {
    font-size: 36px;
    color: #063057;
    line-height: 43px;
    margin: 0 0 30px;
    letter-spacing: 0.5px;
}

.banifit_section .block_title p {
    font-size: 21px;
    font-weight: 400;
}

.banifit_section .block_title {
    max-width: 1000px;
    margin: 0 auto 60px;
}

.banifit_section .title h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 24px;
}

.banifit_section .title {
    background: #063057;
    height: 170px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgb(6 48 87 / 94%);
    mix-blend-mode: multiply;
}

.team-main{
    margin-top: 80px;
    max-width: 850px;
}


.ipad{
    display: none;
}


.team-box figure,.team-box img{
    width: 334px !important;
    height: 334px;
    object-fit: cover;
    background: #E6E6E6;
    display: inline-block;
}

.team-box figure img{
    width: 100%;
    display: block;
}

.team-main .col-md-6:nth-child(2n+0) {
    justify-content: flex-end;
    display: flex;
}
.team-intro-section .wrapper p{
    color: #000;
}
.text_section.team-intro-section .wrapper p{
    max-width: 875px;
    margin: auto;
}
.text_section.team-intro-section .wrapper .team-main {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}
.team-box .name p {
    color: #2669B3;
    font-size: 24px;
    line-height: 30px;
    font-weight:700
}
.team-box .name  span{
    font-size: 18px;
    line-height:30px;
    color: #000;
}




.image_text_section {
    background-color: #E9F0F7;
    padding: 153px 0px 91px;
}

.image_text_section .image_text_main {
    display: flex;
    max-width: 1051px;
    margin: auto;
}

.image_text_section .image_text_main {
    padding-bottom: 118px;
}

.image_text_section .image_text_main:last-child {
    padding-bottom: 0px;
}

.image_text_section .image_text_left {
    width: 35.3%;
    padding-right: 90px;
}

.image_text_section .image_text_right {
    width: 64.7%;
}

.image_text_section .image_text_right .content p {
    font-size: 18px;
    line-height: 29px;
}

.image_text_section .image_text_right .content a {
    font-size: 18px;
    line-height: 29.2px;
    color: #2669B3;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 15px;
    display: inline-block;
    border-bottom: 1px solid #2669B3;
    padding-bottom: 3px;;
}
.image_text_section .image_text_right .content a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.image_text_section .image_text_right .content span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    display: block;
    margin-top: 34px;
    color: #000;
    margin-bottom: 1rem;
}

.image_text_left img {
    max-width: 100%;
}


.insight_banner_section {
    padding-top: 122px;
}
.insight_banner_img img {
    width: 100%;
}
.insight_banner_section .content {
    width: 436px;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin-right: 173px;
}

.insight_banner_section .content h1 {
    font-size: 40px;
    line-height: 60px;
    color: #2669B3;
}

.insight_banner_section .content a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #2669B3;
    font-weight: 700;
    margin-top: 13px;
}
.insight_banner_section .content a:hover {
    color: #000;
}

.insight_listing_row {
    background-color: #DFE8F4;
    padding: 68px 0px 147px;
}
.insight_listing_row .img_block{
    overflow: hidden;
}
.insight_listing_row .img_block img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.insight_listing_row a:hover .img_block img {
    transform: scale(1.1);
}
.insight_listing_row .content {
    background-color: #fff;
    padding: 30px 26px 43px;
}

.insight_listing_row .content span {
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
    color: #93B4D9;
    letter-spacing: 0.5px;
}
.insight_listing_row .container {
    max-width: 1090px;
}
.insight_listing_row .content h4 {
    color: #2669B3;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.insight_listing_row .row a:hover .content h4 {
    color: #000;
}
.insight_listing_row .content p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.insight_listing_row a {
    margin-top: 25px;
    display: block;
}
.insight_listing_row a:hover h4{

}
.insight_listing_row a:hover .content p {
    color: #000;
}
.top_btn .blue_btn {
    max-width: 409px;
    margin-left: auto;
    text-align: center;
    margin-bottom: 14px;
}

.page-template-insight .top_btn .blue_btn{
    border: 1px solid #2669b3;
}

.page-template-insight .top_btn .blue_btn:hover {
    border: 1px solid #063057;
}

.contact__form .contact_header_title .schedule_info{
    border-bottom: 1px solid #ccc;
}

.contact__form .contact_header_title .schedule_info, .contact__form .contact_header_title .form_info{
    display: flex;
    padding: 20px 0;

}   

.contact__form .contact_header_title .schedule_info img, .contact__form .contact_header_title .form_info img{
    width: 44px;
}

.contact__form .contact_header_title .schedule_info a{
    background: transparent;
    color: #2669b3;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    border: none;
    text-transform: none;
}

.contact__form .contact_header_title .schedule_info a:hover{
    border: none;
}

.contact__form .contact_header_title .schedule_info a{
    padding-left: 0;
}

.contact__form .contact_header_title .schedule_info a img{
    margin-right: 20px;
}

.contact__form .contact_header_title .schedule_info a, .contact__form .contact_header_title .form_info h4{
    font-size: 18px;
}

.contact__form .contact_header_title .form_info h4{
    background: transparent;
    color: #2669b3;
    padding: 10px 20px;
    margin-bottom: 0;
}


.contact__form {
    display: flex;
    min-height: calc( 100vh - 217px );
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 245px 0px 200px;
}
.contact__form .title h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #063057;
}
.contact__form .gform_wrapper .ginput_container input,.contact__form .gform_wrapper .ginput_container textarea {
    border: 1px solid #999999;
    height: 52px;
    padding: 21px 24px!important;
    font-size: 14px!important;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #999999!important;
    border-radius: 0px!important;
}
.contact__form form {
    margin-top: -15px;
    position: relative;
}
.contact__form .gform_wrapper .ginput_container input:focus,.contact__form .gform_wrapper .ginput_container textarea:focus {
    outline: none;
}
.contact__form .gform_wrapper.gravity-theme .gfield_validation_message,.contact__form .gform_wrapper.gravity-theme .validation_message {
    padding: 0px;
    border: none;
    margin: 0px;
    background-color: transparent;
}
.contact__form .gform_wrapper input::placeholder,.contact__form .gform_wrapper .ginput_container textarea::placeholder {
    color: #999;
}
.contact__form .gform_wrapper  .gform_footer.before {
    padding-top: 0px!important;
    margin-top: 2px!important;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
}
.contact__form .requirement_field {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #999999;
    margin-top: 0px;
}
.contact__form .gform_wrapper input[type="submit"] {
    height: 50px;
    width: 100%;
    background-color: #063057!important;
    color: #fff!important;
    border: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}
.contact__form .gform_wrapper input[type="submit"]:hover {
    background-color: #2669b3!important;
}
.contact__form .title {
    margin-bottom: 70px;
}
.contact__form .contact_info  .google_map {
    width: 100%;
    height: 220px;
    background-color: #E6E6E6;
    margin-bottom: 27px;
}
.contact__form .contact_info  .google_map iframe {
    width: 100%;
    height: 100%;
}
.contact__form .contact_info .content h4 {
    color: #063057;
    margin-bottom: 2px;
}

.contact__form .contact_info .content address {
    font-size: 16px;
    line-height: 23px;
    color: #063057;
    max-width: 148px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
.contact__form .col-md-7{
    width: 61%;
}
.contact__form .col-md-5{
    width: 39%;
}
.contact__form .contact_info .content a {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    display: block;
    color: #2669B3;
    letter-spacing: 0.5px;
}
.contact__form .contact_info .content a:hover{
    color: #000;
}
.insight_banner_img{
    height: 100%;
}
.insight_banner_img img{
    height: 100%;
    object-fit: cover;
}
section.text_section.inner-text .wrapper p {
    color: #000;
}
.services_section.planning_section .text {
    margin-bottom: 0px;
}
.inner-banner .wrapper {
    max-width: 1166px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.brand_section.wealth_section .inner_container {
    max-width: 1250px;
}
.admin-bar header {
    padding-top: 62px;
}
footer .container {
    max-width: 1225px;
}
section.contact__form .container {
    max-width: 1225px;
}

.team_single {
    padding: 236px 0px 150px;
    border-bottom: 1px solid #C9D9EC;
}
.team_single_wrap {
    display: flex;
}

.team_single_wrap .team_single_img {
    width: 372px;
}

.team_single_wrap .team_single_text {
    width: calc(100% - 372px);
    padding-left: 112px;
}

.team_single_wrap .team_single_img  .user_img img {
/*    width: 100%;*/
/*    height: auto;*/
    width: 334px;
    height: 334px;
    object-fit: cover;
}
.team_single_wrap .team_single_img .social_icon .back_team {
    margin-right: 40px;
    font-size: 14px;
    line-height: 30px;
    color: #2669B3;
    font-weight: 700;
    text-transform: uppercase;
}
.team_single_wrap .team_single_img .social_icon .back_team:hover {
    color: #000;
}
.team_single .inner_container{
    max-width: 1125px;
}
.team_single_wrap .team_single_text .title h2 {
    font-size: 40px;
    line-height: 48px;
    color: #2669B3;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.team_single_wrap .team_single_text .title span {
    font-size: 26px;
    line-height: 31px;
    color: #063057;
}
.team_single_wrap .team_single_text .title {
    margin-bottom: 45px;
}

.team_single_wrap .team_single_text .content p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.team_single_wrap .team_single_img  .social_icon ul {
    display: flex;
    padding: 0px;
    width: 50%;
}

.team_single_wrap .team_single_img  .social_icon {
    display: flex;
    justify-content: space-between;
}

.team_single_wrap .team_single_img  .social_icon ul li a {
    display: block;
}

.team_single_wrap .team_single_img  .social_icon ul li a img {height: 23px;}

.team_single_wrap .team_single_img  .social_icon ul li {
    margin-right: 20px;
}
.team-main .col-md-6 {
    margin-bottom: 30px;
}
.insight_single {
    padding: 200px 0px 100px;
    border-bottom: 1px solid #C9D9EC;

}
.insight_single_inner .title_sub h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #2669B3;
}

.insight_single_inner .title_sub span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
        color: #063057;
}

.insight_single_inner .title_sub {
    padding-bottom: 20px;
    border-bottom: 1px solid #C9D9EC;
}

.insight_single_inner .social_date {
    display: flex;
    justify-content: space-between;
    padding-top: 27px;
    padding-bottom: 33px;
}

.insight_single_inner .social_date ul {
    display: flex;
    padding: 0px;
    margin-bottom: 0px;
}
.insight_single_inner .social_date ul li a {
    display: block;
}

.insight_single_inner .social_date ul li a img {height: 23px; opacity: 0.5;}

.insight_single_inner .social_date ul li {
    margin-left: 20px;
}
.insight_single_inner .social_date span {
    color: #93B4D9;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.insight_single_inner .feature_img_video img,.insight_single_inner .feature_img_video video,.insight_single_inner .feature_img_video iframe {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.insight_single .inner_container {
    max-width: 680px;
}

.insight_single .feature_img_video {
    margin-bottom: 60px;
}

.insight_single_content span {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #2669B3;
}

.insight_single_content h2,.insight_single_content h3,.insight_single_content h6 {
    margin-bottom: 15px;
}
.insight_single_content h4,.insight_single_content h5,.insight_single_content h6{
    margin-bottom: 10px;
}
.insight_single_content p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}


.insight_single_content figure img, .insight_single_content figure video, .insight_single_content iframe {
    width: 100%;
    padding: 25px 0px;
}
.insight_single_content a {
    text-decoration: underline;
    color: #2669B3;
}
.default_page_style {
    padding: 200px 0px 100px;
    border-bottom: 1px solid #C9D9EC;
}
.default_page_style .policy_banner .page_title h1 {
    color: #2669B3;
}

.default_page_style .policy_banner .page_title {
    margin-bottom: 46px;
}
.default_page_style h2, .default_page_style h3, .default_page_style h4, .default_page_style h5, .default_page_style h6 {
    color: #063057;
    margin-bottom: 15px;
}
.default_page_style h2 mark, .default_page_style h3 mark, .default_page_style h4 mark, .default_page_style h5 mark, .default_page_style h6 mark{
    padding: 0px;
}
.default_page_style p,.default_page_style li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.default_page_style ul,.default_page_style ol {
    margin-left: 0px;
    padding-left: 18px;
}
.default_page_style a {
    color: #2669B3;
    text-decoration: underline;
}
.default_page_style a:hover {
    color: #063057;
}


.insight_single_content ul li {
    list-style: disc;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
}

.insight_single_content ul,.insight_single_content ol {
    padding-left: 20px;
}

.insight_single_content ol li {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
}



cite {
    display: block;
    font-size: 18px;
    font-style: normal;
    padding-top: 0px;
    font-weight: 700;
    color: #2669B3;
}

blockquote.wp-block-quote p {
    font-size: 18px;
}
blockquote.wp-block-quote {
    overflow-wrap: break-word;
    position: relative;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.72px;
    margin: auto;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-top: 40px;
    border-left: 2px solid #2669B3;
}
.insight_single_content h4 {
    font-weight: 400;
    color: #2669B3!important;
}
.insight_single_content h1, .insight_single_content h2, .insight_single_content h3, .insight_single_content h4, .insight_single_content h5, .insight_single_content h6 {
    color: #063057;
}
.insight_single_content h1{
    color: #2669B3;
}

.single-team #menu-item-111 a:after, .single-post #menu-item-110 a:after{
    background: #2669B3;
    width: 100%;
}

.single-team #menu-item-111 a, .single-post #menu-item-110 a{
    font-weight: 700;
    color: #2669B3;
}

.contact__form .gform_wrapper.gravity-theme .gform_validation_errors{
    margin-top: 0px;
    margin-bottom: 30px;
}

.banner_section.mobile_view{
        display: none;
    }
@media (max-width:1700px){
    .banner_section h1{
        font-size: 85px;
    }
    .contact__form {
        padding: 200px 0px 100px;
    }
    .insight_banner_section .content{
        margin-right: 140px;
    }
    .team_single{
        padding: 220px 0px 100px;
    }
}

@media (max-width:1300px){
    .insight_banner_section .content {
        margin-right: 100px;
    }
}
@media (max-width:1199px){
    .advisory-intro-main p br{
        display: none;
    }
    .banner_section h1{
        font-size: 70px;
    }
    .text_section .wrapper{
        max-width: 730px;
    }
    .text_section {
        padding: 70px 0;
    }
    .text_section .wrapper:before{
        top: -100px;
    bottom: -100px;
    }
    .insight_banner_section .content {
        margin-right: auto;
    }
    .entrepreneurs_section{
        min-height: 630px;
    }
    .advantage_section .inner_container{
        max-width: 930px;
    }
    .advantage_section .block_title{
        margin: 0 0 100px;
    }
    .front_team_section .left_column{
        margin-right: 120px;
        max-width: 100%;
        margin-left: inherit;
    }
    .services_section .wrapper{
        width: 60%;
    }
    footer .left_column {
        width: 25%;
    }
    footer .right_column{
        width: 75%;
    }
    .services_section{
        min-height: 640px;
    }
    .inner-text.text_section .wrapper:before {
        top: -100px;
        bottom: -100px;
    }
    .brand_section h2{
        font-size: 48px;
        line-height: 50px;
    }
    .benifit_section .block_title h2{
        font-size: 48px;
        line-height: 50px;
    }
    .brand_section{
        padding: 100px 0px 70px;
    }
    section.contact_us_section {
        padding: 100px 0 60px;
    }
    .planning_section {
        min-height: 500px;
    }
   
    .image_text_section .image_text_left{
        padding-right: 50px;
    }
    .image_text_section{
        padding: 100px 0px;
    }
    .inner_container{
        max-width: 969px;
    }
    .inner-banner .wrapper{
        max-width: 969px;
    }
    .team_single_wrap .team_single_text{
        padding-left: 60px;
    }
}

@media (max-width: 1024px) and (min-width: 768px){
    .contact__form {
        padding: 200px 0px 100px;
        min-height: calc( 100vh - 291px );
    }
}
@media (max-width:991px){
    .advantage_section .wrapper.row .item h3{
        min-height: auto;
    }
   .services_section .text {
    max-width: 520px;
}
   .home .text_section p {
    top: -35px;
}

   .text_section p {
    top: 0;
}

.team_single_wrap .team_single_img .social_icon .back_team {
    margin-right: 0;
}
.ipad {
    display: flex;
    background-position: 82% center !important;
}

.desktop.parallax-window{
    display: none;
}
    .text_section {
        padding: 20px 0;
    }
    .inner-banner .wrapper{
        padding: 0px;
    }

   



    .text_section .wrapper:before {
        top: -50px;
        bottom: -50px;
        left: -50px;
        right: -50px;
    }
    .text_section .wrapper {
        max-width: calc(100% - 100px);
    }
    header .link ul li {
        margin: 0 8px;
    }
    header .link .link_button a{
        min-width: 100px;
    }
    .banner_section h1 {
        letter-spacing: 3px;
        font-size: 60px;
    }
    h2{
        font-size: 40px;
    line-height: 45px;
    }
    .entrepreneurs_section h2 br{
    display: none;
    }
    .advantage_section .inner_container{
        max-width: calc(100% - 100px);
    }
    .advantage_section .inner_container:before{
        z-index: 0;
        top: -50px;
        height: 52px;
    }
    .advantage_section .block_title {
        margin: 0 0 70px;
    }
    .advantage_section .block_title h2{
        font-size: 40px;
        line-height: 45px;
    }
    .advantage_section .wrapper.row .item {
        width: 50%;
        margin-bottom: 25px;
    }
    .services_section h2{
        font-size: 38px;
        line-height: 45px;
    }
    .services_section .wrapper {
        width: 70%;
    }
    .services_section {
        min-height: 480px;
    }
    .manage_section{
        padding: 30px 0;
        min-height: 430px;
    }
    .manage_section .img {
        margin: 0 0 40px;
    }
    .front_team_section .left_column{
        margin-right: 0px;
    }
    .services_section.front_team_section  .wrapper{
        width: 50%;
        padding-right: 20px;
    }
    section.contact_us_section {
        padding: 70px 0 50px;
    }
    .contact_us_section h2{
        line-height: 45px;
    }     
    footer .right_column ul{
        flex-wrap: wrap;
    }
    footer .right_column ul li{
        width: 42%;
    }
    .entrepreneurs_section {
        min-height: 500px;
    }     
    .inner-text.text_section .wrapper:before {
        top: -50px;
        bottom: -50px;
    }
    .brand_section h2 {
        font-size: 40px;
        line-height: 45px;
    }
    .benifit_section .block_title h2{
        font-size: 40px;
        line-height: 45px;
    }
    .inner-banner.banner_section h1{
        font-size: 45px;
        line-height: 60px;
    }
    .brand_section {
        padding: 80px 0px 70px;
    }
    .text_section.team-intro-section {
        padding: 70px 0px;
    }
    .image_text_section {
        padding: 70px 0px;
    }
    .image_text_section .image_text_left {
        padding-right: 30px;
    }
    .image_text_section .image_text_main {
        padding-bottom: 70px;
    }
    .image_text_section .image_text_right .content a{
        margin-top: 20px;
    }
    .insight_banner_section .content{
        padding: 50px 20px;
        width: 100%;
    }
    .insight_banner_section .content h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .insight_banner_section .content p{
        font-size: 16px;
        line-height: 24px;
    }
    .insight_listing_row {
        background-color: #DFE8F4;
        padding: 70px 0px 70px;
    }
    .insight_listing_row .top_btn .primary_btn.blue_btn{ 
        margin-top: 0px;
    }
    .insight_listing_row .row .col-md-4 {
        width: 50%;
    }
    .insight_banner_section{
        overflow: hidden;
    }
   .contact__form {
    padding: 143px 0px 0;
    min-height: calc( 100vh - 291px );
}
    .team-box figure, .team-box img{
        width: 100%;
    }

    .team-box figure, .team-box img {
    width: 234px !important;
    height: 234px;
}


    .team-main .col-md-6:nth-child(2n+0){
        display: block;
    }
    .team_single_wrap .team_single_img {
        width: 315px;
    }
    .team_single_wrap .team_single_text {
        width: calc(100% - 315px);
        padding-left: 30px;
    }
    /* .team_single_wrap .team_single_img .user_img img{
        height: 300px;
    } */
    .team_single {
        padding: 190px 0px 70px;
    }    
    .insight_single{
        padding: 160px 0px 70px;
    }
    .insight_single .feature_img_video {
        margin-bottom: 50px;
    }
    .default_page_style{
        padding: 170px 0px 70px;
    }

    .page-template-service .text_section .wrapper:after{
        display: none;
    }

   
}


@media (max-width:767px){
 .menu-header-menu-container{
        padding-top: 30px;
    }
    .banifit_section .block_title {
    margin: 0 auto 40px;
}

.banner_section.mobile_view {
    display: block;
    background-size: cover !important;
    width: 100%;
}

.banifit_section .block_title p{
    font-size: 18px;
    line-height: 24px;
}

section.banner_section.ipad.p-100.parallax-window{
    display: none;
}




.banifit_section .title {
    height: 170px;
    width: 263px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
    .contact__form form {
    margin-bottom: 40px;
}

.banifit_section{
    background-attachment: fixed !important;
}
    .banner_section h1 {
        letter-spacing: normal;
        font-size: 44px;
        line-height: 127%;
    }
    header .link .current-menu-item a{
        border: none;
        padding-bottom: 0px;
    }
    header .logo a{
        height: 55px;
    }

    
    header, header.fixed-header{
        padding: 25px 0 10px 0;
    }

    footer .right_column p{
        margin-bottom: 10px;
    }

    .page-id-95 header .link .current-menu-item a{
        border-bottom: none;
    }
    header .link {
        display: none;
    }
    header .logo {
        width: auto;
    }
    header .navbar-toggler.toggle_navP{
        display: block;
        width: 50%;
    }
    .banner_section{
        min-height: 540px;
    }
    .text_section .wrapper:before {
        left: -20px;
        right: -20px;
    }
    .text_section .wrapper {
        max-width: calc(100% - 40px);
    }
    .text_section p{
        font-size: 18px;
        line-height: 24px;
    }
    h1{
        font-size: 45px;
        line-height: 50px;
    }
    h2 {
        font-size: 35px;
        line-height: 40px;
    }
    h3 {
        font-size: 30px;
        line-height: 35px;
    }
    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    h5 {
        font-size: 20px;
        line-height: 26px;
    }
    h6 {
        font-size: 18px;
        line-height: 24px;
    }
    .advantage_section .inner_container {
        max-width: calc(100% - 40px);
    }
    p {
        font-size: 16px;
        line-height: 22px;
    }
    .advantage_section .block_title h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .advantage_section .inner_container{
        padding-bottom: 50px;
    }
    .advantage_section .inner_container{
        background-size: contain;
    }
    .advantage_section .inner_container:before{
        height: 50px;
    }
    .services_section h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .services_section .wrapper {
        width: 100%;
    }
    .services_section.front_team_section .wrapper {
        width: 100%;
        padding-right: 0px;
    }
    .front_team_section:before,.front_team_section:after{
        width: 100%;
    }
    .front_team_section .left_column {
        margin-right: 0px;
    }
    .services_section {
        min-height: auto;
        padding: 50px 0px;
    }
    
.contact_us_section h2 {
    line-height: 30px;
    font-size: 21px;
    margin-bottom: 20px;
    max-width: 289px;
    margin-left: auto;
    margin-right: auto;
}
    section.contact_us_section {
        padding: 50px 0px;
    }
    footer .left_column {
        width: 100%;
        text-align: center;
    }
    footer .right_column {
        width: 100%;
        padding: 0px;
        margin-top: 30px;
        text-align: center;

    }

    footer .right_column ul li:first-child {
        width: 100%;
    }
    footer .right_column ul li {
        width: auto;
    }
    footer .right_column ul{
        margin-bottom: 20px;
        justify-content: center;

    }
    button.navbar-toggler.toggle_nav span {
        position: relative;
        display: block;
        width: 33px;
        height: 4px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    }
    header .navbar-toggler.toggle_nav{
        display: block;
        padding: 0px;
    }
    header .navbar-toggler.toggle_nav:hover{
        border: none;
        box-shadow: none;
        outline: none;
    }
    .open_menu .navbar-toggler  span{
        opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background-color: #000!important;

    }
    .open_menu .navbar-toggler  span:nth-child(2) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
   .open_menu .navbar-toggler  span:nth-child(3){
        transform:rotate(-45deg) translate(0, -4px);
    }
    header .link {
        /* display: none; */
        position: fixed;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        flex-wrap: wrap;
        justify-content: center;
        display: block;
        transition: all 0.3s ease-in-out;
        padding-top: 80px;
        transform: translate(100%,0%);
        overflow: hidden;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    
    }
    .open_menu{
        overflow: hidden;
    }
    .open_menu header .sticky_logo{
        display: block!important;
    }
    .open_menu header .desktop_logo{
        display: none!important;
    }
    .open_menu header .logo {
        position: relative;
        z-index: 9;
    }
    .open_menu header .link {
        transform: translate(0px, 0%);
    }
    header .link ul{
        padding-right: 0px;
    }
    header .link ul li{
        margin: 5px 0px;
        width: 100%;
    }
    header .link a{
        font-size: 16px;
        line-height: 30px;
        text-align: right;
        display: block;
        color: #063057;
        padding: 0px 10px;
    }
    header .link_button {
        margin-top: 20px;
        text-align: right;
        padding: 0px 10px;
    }
    header .link .link_button a {
        min-width: 120px;
        font-size: 16px;
    }
    header .link_button a:nth-child(1) {
        background: #2669B3;
        color: #fff;
    }
    header .link_button a {
        border-color: #2669B3 !important;
    }
    .inner-banner.banner_section h1{
        font-size: 35px;
        line-height: 45px;
    }
    .inner-text.text_section .wrapper:before {
        top: -40px;
        bottom: -40px;
    }
    .brand_section {
        padding: 70px 0px;
    }
    .brand_section h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .brand_section .right_column h3{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .brand_section .right_column {
        margin-top: 30px;
    }
    .brand_section .text p{
        line-height: 22px;
    }
    .benifit_section .wrapper ul li{
        width: 50%;
    }
    .benifit_section .block_title h2 {
        font-size: 35px;
        line-height: 40px;
    }
    .benifit_section{
        padding-top: 40px;
    }
    .benifit_section .block_title {
        margin: 0 0 40px;
    }
    .brand_section.wealth_section .right_column{
        margin-top: 0px;
    }


    .wealth_section .wrapper.row .item .item-wrap{
        padding: 0px;
        margin-bottom: 30px;
    }
    .wealth_section .wealth_title{
        margin: 20px 0 20px;
    }
    section.services_section.planning_section:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 54%);
        left: 0;
        top: 0;
    }
    
    section.services_section.planning_section {
        position: relative;
    }
    .banifit_section {
        padding: 50px 0px;
    }
    .block_title h2{
        font-size: 35px;
        line-height: 40px;
    }
    .text_section.team-intro-section {
        padding: 50px 0px;
    }
    .text_section.team-intro-section .team-main{
        margin-top: 50px;
        text-align: center;
    }
    .row.team-main .col-md-6 {
        margin-bottom: 40px;
    }
    .row.team-main .col-md-6:last-child {
        margin-bottom: 0px;
    }
    .team-box figure, .team-box img{
        margin-bottom: 0px;
    }
    .team-box .name p{
        font-size: 20px;
        line-height: 24px;
    }
    .team-box .name span{
        font-size: 16px;
        line-height: 24px;
    }
    .image_text_section .image_text_left {
        padding-right: 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    .image_text_section .image_text_right {
        width: 100%;
       
    }
    .image_text_section .image_text_main {
        padding-bottom: 50px;
        flex-wrap: wrap;
    }
    .image_text_section {
        padding: 50px 0px;
    }
    .image_text_section .image_text_right .content span{
        margin-top: 20px;
    }
    .team-main .col-md-6:nth-child(2n+0){
        display: block;
    }
    .insight_listing_row {
        padding: 50px 0px;
    }
    section.insight_banner_section .row{
        flex-direction: column-reverse;
    }
    .header_style button.navbar-toggler.toggle_nav span{
        background-color: #000;
    }
    .contact__form .col-md-7 {
        width: 100%;
    }
    .contact__form .col-md-5 {
        width: 100%;
    }
    .contact__form .title h1{
        font-size: 35px;
        line-height: 40px;
    }
    .contact__form {
        padding: 150px 0px 50px;
    }
    .contact__form .contact_info .google_map{
        height: 300px;
    }
    .page-id-97 button.navbar-toggler.toggle_nav span, .page-id-95 button.navbar-toggler.toggle_nav span,.single-team button.navbar-toggler.toggle_nav span,.single-post button.navbar-toggler.toggle_nav span{
        background-color: #000;
    }
    .contact__form .title {
        margin-bottom: 50px;
    }
    header .menu li a:after{
        display: none;
    }
    .manage_section .wrapper p{
        font-size: 18px;
    line-height: 24px;
    }
    .team_single_wrap{
        flex-wrap: wrap;
    }
    .team_single_wrap .team_single_text {
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
    }
    .team_single {
        padding: 160px 0px 50px;
    }
    .team_single_wrap .team_single_text .title h2{
        font-size: 35px;
        line-height: 40px;
    }
    .team_single_wrap .team_single_text .title {
        margin-bottom: 30px;
    }    
    .team_single_wrap .team_single_img {
        width: 100%;
        max-width: 100%;
    }
    .insight_single_inner .title_sub h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .insight_single {
        padding: 150px 0px 70px;
    }
    .insight_single_content h2, .insight_single_content h3, .insight_single_content h4, .insight_single_content h5, .insight_single_content h6 {
        margin-bottom: 15px;
    } 
    .insight_single_content figure img, .insight_single_content figure video, .insight_single_content iframe {
        width: 100%;
        padding: 15px 0px;
    }
    .default_page_style {
        padding: 160px 0px 50px;
        border-bottom: 1px solid #C9D9EC;
    }
    .default_page_style .policy_banner .page_title {
        margin-bottom: 30px;
    }
    blockquote.wp-block-quote cite{
        font-size: 16px;
        padding-top: 0px;
    }
    blockquote.wp-block-quote{
            padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px!important;
    }
    .accordion-wrapper .btn-wrapper button{
        padding-right: 45px;
    }

    .insight_banner_section {
        padding-top: 82px;
    }
    .services_section.singular_focus:before {
        content: '';
        position: absolute;
        z-index: 1;
        background: rgb(0 0 0 / 40%);
        width: 100%;
        height: 100%;
    }
    
    .services_section.singular_focus{
       position: relative;   
    }

    .banner_section {
        min-height: 750px;
    }
}
@media (max-width:576px){

    .home .text_section .wrapper{
        padding: 0 10px;
    }

    .home .text_section p{
        font-size: 20px;
        line-height: 30px;
    }

    footer .right_column ul li {
        margin: 0 5px;
    }

    footer .right_column ul li a {
        font-size: 12px;
    }

    .advantage_section .wrapper.row .item{
        width: 100%;
    }
    .team-box figure, .team-box img{
        width: 100%;
        /* height: 280px; */
    }
    .insight_listing_row .row .col-md-4 {
        width: 100%;
    }
    .insight_listing_row .content{
        padding: 20px;
    }
    .insight_listing_row .top_btn .primary_btn.blue_btn {
        font-size: 13px;
        text-align: center;
    }
    /* .insight_single_inner .feature_img_video img, .insight_single_inner .feature_img_video video, .insight_single_inner .feature_img_video iframe{
        height: 300px;
    } */


    .insight_single .feature_img_video {
        margin-bottom: 30px;
    }
    .insight_single_content span{
        font-size: 20px;
    line-height: 28px;
    }


    
}

@media (max-width:390px){
    .ipad {
        background-position: 80% 32% !important;
    }


    .team_single_wrap .team_single_img .user_img img {
    width: 300px !important;
    height: 300px;
}
    footer .right_column ul li{
        margin: 0 3px;
    }
    
    .benifit_section .wrapper ul li {
        width: 100%;
        padding-right: 0px;
    }
    .benifit_section .wrapper ul {
        padding-left: 0px;
    }
    .benifit_section .wrapper ul li p{
        max-width: 100%;
    }

    .primary_btn{
        padding: 10px 13px;
    }
}