html,
body {
    min-height: 100%;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Source Sans Pro', 'Calibri', sans-serif;
}

h1 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    color: #f39700;
}

p {
    font-size: 18px;
    line-height: 1.5em;
    word-wrap: break-word;
    color: #666;
    font-weight: lighter;
}

h2,
h3,
h4 {
    font-weight: 700;
}

ul li {
    color: #000000;
}

#footer-nav > li {
    color: #f39700;
}

a {
    color: #70B5DE;
}

a:hover {
    text-decoration: none;
    outline: 0 !important;
}

/****************************************************\
					navbar
\****************************************************/

.dropdown-toggle::after {
    display: none;
}

.header {
    left: 0;
    right: 0;
    position: absolute;
    z-index: 3;
    border-bottom: 1px solid #ffffff;
    background-color: rgba(255,255,255, .65);
    background-color: #9e9e9ead;
}

@media(max-width: 991px) {
    .header {
        position: fixed;
    }
}

.header.subpage-header {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #003A7E;
}

.subpage-header.headerDown .navbar-brand img,
.headerDown .navbar-brand img {
    max-height: 60px !important;
}

.subpage-header.headerDown .navbar {
    padding: 0px;
}

.headerDown {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none;
}

.headerDown ul.navbar-nav li .nav-link {
    color: #003A7E !important;
}
@media(max-width:1024px) {
    .subpage-header.headerDown .navbar-brand img,
    .headerDown .navbar-brand img {
        max-height: 50px !important;
}
}
@media(max-width:991px) {
    .header {
        border-bottom-color: transparent;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .header.subpage-header {
        height: 90px;
    }
}

.header ul.navbar-nav li.nav-item .nav-link,
.header ul.navbar-nav li.active .nav-link {
    color: #fff;
    padding: 20px 8px;
    position: relative;
    font-size: 16px;
}

.header.subpage-header ul.navbar-nav li.nav-item .nav-link,
.header.subpage-header ul.navbar-nav li.active .nav-link {
    color: #003a7e;
}

@media(max-width: 1024px) {
    
    .header ul.navbar-nav li.nav-item .nav-link,
    .header ul.navbar-nav li.active .nav-link {
        padding: 20px 7px;
    }
}

@media(max-width:991px) {
    .header ul.navbar-nav li.nav-item .nav-link,
    .header ul.navbar-nav li.active .nav-link,
    .header.subpage-header ul.navbar-nav li.nav-item .nav-link,
    .header.subpage-header ul.navbar-nav li.active .nav-link {
        color: #003a7e;
    }
}

.header ul.navbar-nav li.nav-item ul.dropdown-menu .nav-link {
    color: #003a7e;
    padding: 10px 30px;
}

.header ul.navbar-nav li.nav-item ul.dropdown-menu .nav-link:hover {
    background-color: #f39700;
    color: #ffffff !important;
}

.subpage-header ul.navbar-nav li.nav-item ul.dropdown-menu .nav-link:hover,
.headerDown ul.navbar-nav li.nav-item ul.dropdown-menu .nav-link:hover {
    background-color: #f39700;
    color: #ffffff !important;
}

.header .navbar-nav .dropdown-menu {
    min-width: 240px;
    border-radius: 0px;
}

@media(max-width:991px) {
    .header .navbar-nav .dropdown-menu {
        background-color: rgba(245, 245, 245, 0.8);
        transition: 0.3s all ease-in-out;
    }

    .header ul.navbar-nav li.open a.dropdown-toggle {
        background-color: #003a7e !important;
        color: #fff !important;
    }
}

.header ul.navbar-nav li.nav-item .nav-link:hover,
.header ul.navbar-nav li.active .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.3);
    /*background-color: #003a7e ;*/
    color: #fff ;
}

.subpage-header ul.navbar-nav li.nav-item .nav-link:hover,
.subpage-header ul.navbar-nav li.active .nav-link:hover,
.headerDown ul.navbar-nav li.nav-item .nav-link:hover,
.headerDown ul.navbar-nav li.active .nav-link:hover {
    background-color: #003a7e;
    color: #fff !important;
}

.header .logo-wrap img {
    max-height: 84px;
    transition: 0.3s all ease-in-out;
}

.header .navbar {
    padding-bottom: 0px;
    font-size: 18px;
    transition: 0.3s all ease-in-out;
}
@media(max-width:1024px) {
    .header .logo-wrap img {
        max-height: 66px;
    }
}

@media(max-width:991px) {
    .header .navbar {
        position: absolute;
        left: 0;
        padding: 0;
        width: 100%;
        transition: 0.3s all ease-in-out;
    }

    .header.subpage-header .navbar {
        top: 25px;
    }

    .navbar-dark .navbar-toggler {
        border-color: #00235C;
        background: #00235C;
    }

    .navbar-light .navbar-toggler {
        margin-left: auto;
        margin-right: 20px;
    }

    .navbar-collapse {
        background-color: #fff;
        overflow-y: scroll !important;
        max-height: 70vh !important;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        overflow-x: hidden;
        position: absolute;
        width: 100%;
    }

    .container .row {
        align-items: center;
        justify-content: space-between;
        display: flex;
    }
}

@media(max-width:600px) {
    .header .logo-wrap .navbar-brand img {
        margin-right: 0px !important;
    }
}

@media(max-width:400px) {
    .header .logo-wrap .navbar-brand img {
        max-height: 45px;
    }
}

@media(max-width:600px) {
    .mx-auto.logo-wrap {
        margin-left: 0px !important;
    }

    .navbar-dark .navbar-toggler {
        margin-left: 5px;
    }
}

.dropdown > .dropdown-menu {
    margin-top: -2px;
    margin-left: -1px;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

#header .navbar {
    background-color: #ffffff;
}

#header .nav_header {
    background-color: #ffffff;
    position: relative;
}

.search-trigger {
    cursor: pointer;
}

/****************************************************\
					bottombanner
\****************************************************/

#bottombanner .bottom_content {
    background: #615f5f;
}

#bottombanner .fa {
    font-size: 70px;
}

/****************************************************\
						banner
\****************************************************/

#banner,
.section_banner {
    background-attachment: fixed;
    background-color: #666;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

#banner {
    height: 100vh;
    text-transform: uppercase;
}

#banner.subpage_banner {
    height: 50vh;
}

#banner h1 {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1em;
    margin: 0em 0 0.5em 0;
    padding: 0;
    text-transform: none;
}

#banner a.btn.btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#banner p {
    font-size: 1.85em;
    margin: 0 0 0.5em 0;
    letter-spacing: 3px;
    color: #ffffff;
}

#banner p,
#banner h2,
#banner a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#banner a.banner_btn {
    color: #ffffff !important;
    padding: 15px 30px !important;
    border: 1px solid #ffffff;
    border-radius: 0px;
    font-size: 16px !important;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}

#banner a.banner_btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#banner .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#banner.subpage_banner .container {
    top: 64%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
}

@media(max-width: 767px) {
    #banner .banner_text p {
        font-size: 1.25em;
    }

    #banner .banner_text h1 {
        font-size: 2.20em;
    }
}

@media (max-width: 991px) {
    #banner {
        background-position-y: 105px;
    }

    #banner.subpage_banner {
        background-position-y: 0px;
    }

    .vertical-center {
        height: auto !important;
    }
}

#carousel {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.carousel-inner {
    font-size: 20px;
    height: 100%;
    overflow: unset;
}

.carousel-banner {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: cover;
    transition: all .1s ease;
}

@media (max-width: 992px) {
    .carousel-inner {
        padding: 0;
    }
}

.carousel-item {
    height: 100%;
}

.carousel-item > .col-md-10 {
    float: left;
}

.carousel-item > .col-md-2 {
    float: right;
}

@media(max-width: 990px) {
    .carousel-item > .col-md-2 {
        display: none;
    }
}

#banner .carousel-indicators {
    top: initial;
}

.carousel-indicators {
    top: 100%;
    z-index: 99;
}

#carousel .carousel-indicators {
    position: static;
}

.button_white:focus,
.button_white:hover {
    background: #cccccc;
    border: 1px solid #cccccc;
}

/****************************************************\
						overlay
\****************************************************/

.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(7, 4, 0, 0.3);
}

#footer .overlay {
    background-color: rgba(7, 4, 0, 0.7);
}

/****************************************************\
						footer
\****************************************************/

#footer a,
#bottombanner a {
    color: #ffffff;
}

#footer {
    background-color: #333;
    color: white;
}

#footer .footer_text p {
    color: #fff;
    font-size: 12px !important;
}

#footer {
    width: 100%;
    margin: 0 auto;
    background-color: #333333;
}

@media (max-width: 1090px) {
    #footer {
        padding-bottom: 55px;
    }
}

#footer {
    display: table;
    position: relative;
}

#footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer p {
    margin-bottom: 0px;
}

#footer {
    background-position: center;
    background-size: cover;
}

#footer .content_body .control-label {
    width: 25%;
    color: #fff !important;
}

/****************************************************\
					content body
\****************************************************/

#section .content_body {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home_wrapper {
    padding: 1px 0;
    background-color: #fff;
    position: relative;
}

.home_wrapper #section .content_body {
    padding-top: 0;
}

.home_wrapper .content_body {
    padding-bottom: 0 !important;
}

.main-wraper.home_wrapper #section {
    text-align: justify;
    background: #fff;
}

.content_body h4 a,
.content_body h4 a:link,
.content_body h4 a:visited,
.content_body h4 a:active {
    text-decoration: none;
    font-weight: lighter;
}

.content_body address {
    font-size: 0.8em;
}

.hidden {
    display: none;
}

/****************************************************\
					team member
\****************************************************/

.team_member img {
    height: 100%;
    width: auto;
}

@media(min-width: 992px) {
    .team_member img {
        left: 50%;
        position: relative;
        transform: translate(-50%);
    }
}

/** more details bottom **/

.team_member > a {
    margin-bottom: 30px;
    background: #70B5DE;
    padding: 5px;
    text-align: center;
    display: none;
    color: #fff !important;
}

.short a {
    margin: 0 !important;
    text-align: left !important;
    width: auto !important;
}

@media(max-width: 992px) {
    .short {
        margin-top: 10px;
        padding-left: 0px;
    }
}

.memberdetail {
    padding: 20px;
    background-color: #fff;
}

.memberprofile img {
    max-width: 250px;
    width: 100%;
}

.memberwrap {
    max-width: 1000px;
}

/** our team **/

.team_detail {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    height: 230px;
}

.team_member:hover .social_media_team {
    visibility: visible;
    background: rgba(0, 0, 0, 0.39);
}

.team_social {
    margin-top: 50%;
    margin-left: -24%;
}

.team_social > li > a {
    text-align: center;
    display: block;
    color: #fff !important;
}

.team_social > li > a:hover {
    text-decoration: underline;
}

.profile_intro {
    border-bottom: 2px solid #D89A0B;
    margin-top: 30px;
}

.profile_border {
    border-bottom: 1px solid #D89A0B;
}

.profile_title {
    background-color: #f39700;
    color: #fff;
    font-size: 3.4em;
    padding: 20px;
    margin-bottom: 20px;
}

.profile_title > p {
    font-size: 20px;
}

@media (max-width: 768px) {
    .profile_title {
        font-size: 2em;
    }

    #ob_window {
        width: 90% !important;
    }
}

/** profile detail image **/

#ob_window img {
    border: 4px solid #c9c8c8;
    margin-top: 10px;
}

@media (max-width: 991px) {
    #ob_window {
        width: 90% !important;
    }

    #ob_inline {
        width: auto !important;
    }
}

/****************************************************\
					news
\****************************************************/

/*  Blog CSS */

.post-area {
    padding-left: 0px;
}

.post-title h4 a {
    color: #7E7E7E;
}

.post-share {
    margin-top: 30px;
}

.post-share ul {
    margin: 0 0 0.7em !important;
    padding: 0;
    width: 500px;
}

.post-share ul li {
    margin-top: 15px;
    padding: 0;
    float: left !important;
    margin-right: 10px;
}

.post-share ul li a {
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px 5px 25px;
    color: #666;
    display: block;
    font: 13px/1 'arial';
    float: left;
}

.post-share ul li a:hover {
    border-color: #666;
}

.post-date {
    margin: 5px 0;
    font-size: 11pt;
}

.post-more a {
    border-bottom: none !important;
    color: #f39700 !important;
    font-size: 11pt;
}

.month-blog {
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.month-blog h2 {
    margin: 0 0 10px 0;
}

.preview-image {
    display: block;
    float: left;
    width: 200px;
    height: 180px;
    overflow: hidden;
    margin-right: 20px;
}

.preview-image img {
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .preview-image {
        margin-bottom: 10px;
    }
}

.preview-content {
    width: auto;
    height: 80px;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

.post-title,
.post-date {
    clear: both;
}

.post-title {
    padding-top: 20px;
}

.post-link {
    margin-top: 10px;
}

.post-content a {
    color: #666;
}

.og-share-wrap {
    margin-left: 0px;
    width: 100%;
}

.no-records {
    padding-bottom: 10px;
    font-style: italic;
}

dt.error,
dd.error {
    color: red;
}

.form-message {
    padding: 20px 10px 0;
    padding-left: 170px;
    font-size: 1.3em;
    font-weight: lighter;
    color: #666;
}

.two-col {
    display: inline-block;
    padding-bottom: 15px;
}

.two-col .col-1,
.two-col .col-2 {
    display: block;
    float: left;
}

.two-col .col-1 {
    width: 220px;
    padding-right: 20px;
    font-size: 0.9em;
}

.two-col .col-2 {
    width: 420px;
}

.og-share-wrap {
    display: inline-block;
    clear: both;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
}

.preview-image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-right: 15px;
    max-height: 300px;
}

.og-share-content-title a {
    color: #000;
    text-decoration: none;
}

.og-share-content-title,
.og-share-content-description {
    width: auto;
}

.og-share-content-title {
    font-size: 11pt;
}

.og-share-content input,
.og-share-content textarea {
    width: 400px;
}

div.news > div.col-sm-4 {
    min-height: 455px;
}

div.news .preview-image > a {
    border-bottom: none !important;
}

.newsletter .news-content img {
    max-width: 100%;
    height: auto;
}

.newsletter-info {
    background-color: #fff;
    padding: 20px 0;
}

.newsletter-info .container .row {
    align-items: center;
    justify-content: center;
    display: flex;
}

.newsletter-info .middle {
    text-align: center;
}

.newsletter-info .right {
    text-align: right;
}

.newsletter-info a {
    text-transform: uppercase;
    color: #f39700;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.newsletter-info .title {
    font-weight: bold;
    font-size: 18px;
}

.newsletter-info .date {
    font-weight: lighter;
    padding-top: 5px;
}

@media(max-width:767px) {
    .newsletter-info .row:first-child {
        border-bottom: 1px solid #E0E0E0;
    }

    .newsletter-info {
        padding: 0;
    }

    .newsletter-info .row {
        padding: 10px 0;
    }
}

.recent-title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
}

@media(max-width:767px) {
    .recent-title {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.recent-articles .value-of-advice-card a {
    border-bottom: none !important;
    color: #f39700 !important;
    font-size: 24px;
    font-style: italic;
}

.recent-articles .value-of-advice-card a i {
    transition: 0.5s all ease;
}

.recent-articles .value-of-advice-card a:hover i {
    padding-left: 5px;
}

/****************************************************\
					contact us
\****************************************************/

label {
    font-weight: normal !important;
    font-style: normal !important;
}

.contact-info label {
    color: #f39700 !important;
    font-weight: bold !important;
}

#appointments {
    width: 100%;
    border: 2px solid #eee;
    margin-bottom: 20px;
    margin-top: 0;
}

#appointment_form {
    padding: 15px 15px 0px 76px;
    letter-spacing: -0.005em;
}

@media(max-width: 767px) {
    #appointment_form {
        padding: 15px;
        letter-spacing: -0.005em;
    }
}

#office_name {
    font-size: 22px;
    color: #70B5DE;
}

.form-group:last-child {
    margin-bottom: 0;
}

#btnFWSubmit {
    display: block;
    width: 200px;
    height: 50px;
    float: right;
    background: #333;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}

#btnFWSubmit:hover {
    background: #f39700;
}

.content_body .control-label {
    font-weight: bold !important;
    font-size: 14px;
    float: left;
    padding: 5px 10px;
    clear: left;
    width: 15%;
    line-height: 30px;
    color: #333 !important;
}

#captcha {
    float: left !important;
}

@media (min-width: 768px) {
    .form-group .col-sm-offset-3 {
        margin-left: 15% !important;
    }
}

.g-recaptcha {
    margin-top: 10px;
}
.g-recaptcha > div {
    width:auto !important;
}

@media screen and (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: left;
        -webkit-transform-origin: left;
        float: left !important;
    }

    #btnFWSubmit {
        float: left !important;
    }
}

@media (max-width: 768px) {
    #appointments {
        padding-left: 0px;
    }
}

.helper_message {
    margin: 20px;
}

#map,
#map2 {
    width: 100%;
    height: 250px;
    clear: both;
}

/****************************************************\
					button up
\****************************************************/

.btntoTop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.btntoTop:before {
    content: "\f106";
    display: inline-block;
    vertical-align: middle;
    font: 20px 'Font Awesome 5 Free';
    color: #FFFFFF;
    font-weight: 900;
}

.btntoTop:hover {
    opacity: 0.6;
}

/****************************************************\
					general
\****************************************************/

/* Form */

.content_body label {
    color: #70B5DE;
}

/* Body text links */

#footer .content_body a:hover,
#bottombanner .content_body a:hover,
#footer .footer_text a:hover {
    color: #f39700;
}

.aa a.active,
.short a {
    color: #ffffff;
}

/* Body heading */

.content_body h3 {
    line-height: 1.5;
    margin-top: 0;
    color: #f39700;
}

/* Mobile navigation and side button */

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
#tool_bar .item:hover,
.team_member > a,
.btntoTop {
    background-color: #f39700 !important;
}

.social_sharing a:hover .fa-stack {
    color: #5D87a1 !important;
}

#profile_detail p {
    padding-bottom: 15px;
}

/****************************************************\
					video
\****************************************************/

.row-fluid .position_relative {
    padding-top: 10px;
    padding-bottom: 10px;
}

.position_relative {
    position: relative;
}

.position_relative h4 {
    margin-top: 0;
    position: absolute;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #f39700;
    font-size: 16px;
    padding: 10px;
    left: 0;
    z-index: 1;
}

.video_link {
    width: 100%;
    display: inline-block;
    height: 100%;
    text-align: center;
}

.video_link i {
    transition: all 0.3s;
}

.video_link:hover i {
   transform: scale(1.2);
   border: none;
   outline: none;
}

.video {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    margin-bottom: 20px;
}

.video_link .play-button {
    font-size: 5em;
    position: absolute;
    color: #fff;
    display: inline-block;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width: 767px) {
    .video_link {
        width: 100%;
        display: inline-block;
        height: 400px;
        text-align: center;
    }
}

@media(min-width:768px) {
    .col-sm-4 .position_relative {
        min-height: 50px;
    }
}

#ob_title {
    display: none;
}

.lity-inline .lity-container {
    overflow-y: auto;
}

@media(max-width: 991px) {
    .lity-inline .lity-close {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.team_member {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.team_member:hover .hover-overlay {
    visibility: visible;
    background: rgba(0, 0, 0, 0.39);
}

.social_media_team {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(0, 2);
    -moz-transform: rotate(45deg) scale(0, 2);
    -ms-transform: rotate(45deg) scale(0, 2);
    -o-transform: rotate(45deg) scale(0, 2);
    transform: rotate(45deg) scale(0, 2);
    -ms-transform: rotate(45deg) scale(0, 2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    pointer-events: none;
}

.team_detail:hover .social_media_team {
    background: rgba(0, 0, 0, .4);
    -webkit-transform: rotate(45deg) scale(2, 2.5);
    -moz-transform: rotate(45deg) scale(2, 2.5);
    -ms-transform: rotate(45deg) scale(2, 2.5);
    -o-transform: rotate(45deg) scale(2, 2.5);
    transform: rotate(45deg) scale(2, 2.5);
}

.button_custom {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .button_custom {
        margin-top: 20px;
    }
}

.team_member_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}

.button_team {
    background: 0 0;
    color: #ffffff !important;
    padding: 10px 10px !important;
    border: 1px solid #003a7e;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #003a7e;
}

.button_team:focus,
.button_team:hover {
    background: #ffffff;
    color: #003a7e !important;
    border: 1px solid #003a7e;
}

.button_wrap {
    margin-top: 30px;
    margin-bottom: 10px;
}

h5 {
    color: #f39700;
}

.border_bottom:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 95%;
    border-bottom: 2px solid #f39700;
}

.button_white {
    background: 0 0;
    color: #fff !important;
    padding: 15px 30px !important;
    border: 1px solid #fff;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}

.content_body a {
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    color: #f39700;
}

/*correct the READ MORE back to font normal*/

.button_wrap .button_team,
.team_member .short a {
    font-style: normal;
}

#section .content_body a {
    border-radius: 0px;
}

#bottombanner a:hover,
a:hover {
    color: #f39700;
}

.form-control:focus {
    border-color: #f39700;
}

form.gsc-search-box {
    margin-bottom: 0px !important;
}

input.gsc-search-button.gsc-search-button-v2 {
    vertical-align: text-top;
    margin-top: 0px;
    border-radius: 0px;
    width: 69px;
    height: 25px;
    outline: none;
}

input.gsc-input {
    color: #000;
    font-size: 11px;
}

.gsc-input {
    background: none !important;
}

.gsib_a {
    padding: 0px !important;
}

.gsc-control-cse {
    border-color: transparent !important;
    background-color: transparent !important;
}

.gsc-control-cse {
    padding-left: 0px !important;
}

table.gsc-search-box td {
    vertical-align: bottom !important;
}

.at-resp-share-element.at-mobile .at4-share-count-container,
.at-resp-share-element.at-mobile .at-label {
    display: block !important;
}

.at-style-responsive .at-share-btn {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
}

@media (max-width: 437px) {
    .at-style-responsive .at-share-btn {
        max-width: none;
        min-width: 45px;
    }

    .at-resp-share-element.at-mobile .at4-share-count-container,
    .at-resp-share-element.at-mobile .at-label {
        display: none !important;
    }
}

div#at4-share .title {
    display: block;
    color: #fff;
    background: #f8694d;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0;
}

.atss .at-share-btn .at-icon-wrapper,
.atss a .at-icon-wrapper {
    border-bottom: 1px solid #fff;
}

#section .content_body ul li {
    display: table-row;
}

#section .content_body ul li:before {
    font-size: 2.0125rem;
    content: "\2022";
    position: relative;
    top: 2px;
    left: -18px;
    font-weight: bold;
    color: #f39700;
    line-height: 1;
    display: table-cell;
    /* aha! */
    text-align: right;
}

/** === others === **/
.fadeInUp {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
}

table th {
    width: 5%;
}

#ob_close {
    right: 0;
    left: auto;
    color: #fff;
}

.form-control {
    border-radius: 0px;
}

input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
    border-radius: 0px;
}

@media (max-width: 767px) {
    a.navbar-brand {
        float: right;
    }
}

.animateOnce {
    -webkit-animation: zoomIn 0.5s normal forwards;
    -moz-animation: zoomIn 0.5s normal forwards;
    -o-animation: zoomIn 0.5s normal forwards;
}

@media (max-width: 473px) {
    #footer > div > div.row.footer_text > div.col-md-4 > p {
        text-align: left !important;
    }
}

.content_body ul.floatleft li:nth-child(2),
.content_body ul.floatleft li:nth-child(3) {
    margin-left: 50px;
}

.animatedelay {
    -webkit-animation-delay: 1s;
    /* Chrome, Safari, Opera */
    animation-delay: 1s;
}

.animatedelay2 {
    -webkit-animation-delay: 2s;
    /* Chrome, Safari, Opera */
    animation-delay: 2s;
}

.animatedelay3 {
    -webkit-animation-delay: 3s;
    /* Chrome, Safari, Opera */
    animation-delay: 3s;
}

.fadeInLeft > p,
.fadeInRight > p {
    text-align: left;
}

.banner_button {
    background: #f39700 !important;
    color: #ffffff !important;
    padding: 15px 30px !important;
    border: 1px solid #afaa94;
    border-radius: 4px;
    font-size: 16px !important;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    white-space: nowrap;
    line-height: 1.42857;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    float: left;
}

.banner_button:focus,
.banner_button:hover {
    background: #ffffff;
    border: 1px solid #cccccc;
}

.banner_button:hover {
    background: #ffffff !important;
    color: #f39700 !important;
}

.animated > p {
    color: #f39700;
    display: table;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
    .submit_btn {
        margin-left: 25%;
    }
}

#formWidgetSubmitResultText {
    font-weight: 600;
    color: #00734A;
}

@media (max-width: 767px) {
    .row,
    .thumbnails {
        margin-left: -15px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #FFF !important;
    }
}

/**********Video Modal**********/

.modal {
    top: 25%;
}

.modal-content {
    border: 10px solid rgb(253, 205, 15);
    border-radius: 0px;
}

body.modal-open {
    padding-right: 0px !important;
}

.panel-group h3 {
    min-height: 55px;
}

.panel-body > div {
    margin-bottom: 20px;
}

.modal-backdrop {
    z-index: 100;
    bottom: 0;
}

@media(max-width: 767px) {
    .modal-dialog {
        margin: 0px;
        margin-top: 30%;
    }
}

/*******************************/

.modal-open {
    margin-right: 17px;
}

/**********Homepage Video***********/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.camera_caption p {
    font-size: 40px;
}

.profile_title > p {
    color: #fff;
    margin-bottom: 0;
}

/****************************************************\
					hover css
\****************************************************/

/* Grow Shadow */

.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Overline From Left */

.hvr-overline-from-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #f39700;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
    right: 0;
}

/****************************************************\
					pagination
\****************************************************/

ul.pagination {
    clear: both;
    position: relative;
    width: 100%;
    text-align: right;
    /*margin-top: 150px;*/
    display: block;
}

ul.pagination > li {
    background-color: rgba(76, 92, 101, 0.17);
    color: #666;
    padding: 15px 20px;
    margin-left: 5px;
    -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;
}

#section .content_body ul.pagination > li {
    display: inline-block;
}

ul.pagination > li:before {
    content: "" !important;
}

ul.pagination > li.cur {
    background-color: #f39700;
    color: #fff;
}

#search-wrapper ul.pagination > li.cur {
    background-color: transparent;
    color: #f39700;
    text-decoration: underline;
}

ul.pagination > li:hover {
    cursor: pointer;
    background-color: #f39700;
    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;
    }
}

.preview-image {
    max-height: none;
    height: auto;
}

@media(min-width: 768px) {
    .post-section {
        margin-bottom: 50px;
    }

    .post-more {
        position: absolute;
        bottom: -60px;
    }
}

@media(max-width: 767px) {
    .post-more {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media(max-width: 992px) {
    .preview-image {
        max-width: 300px;
    }
}

#section .content_body ul li:before {
    display: table-cell;
    /* aha! */
}

#section .content_body ul li {
    display: table-row;
}

#section .content_body ul.pagination > li {
    display: inline-block;
}

.post-title {
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    max-height: 70px;
    margin-bottom: 15px;
}

/****************************************************\
					ytml search
\****************************************************/

#search-wrapper ul.pagination > li,
ul.pagination-search > li {
    background-color: transparent;
    color: #ffffff;
}

ul li.search-item {
    margin-left: 0;
    color: #ffffff;
}

#search-form {
    width: 300px;
    transform: translateX(-50%);
    text-align: center
}

@media(max-width: 767px) {
    #search-form {
        width: 250px
    }
}

@media(max-width: 767px) {
    #search-form {
        width: 220px
    }
}

.search-box {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%)
}

.search-box .searchLoadingImg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#search-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
}

.input-field {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-top: -51px;
}

#search-wrapper input[type="search"] {
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    border: 0;
    margin: 0 auto;
    outline: none;
    border-bottom: 1px solid #2196F3;
    -webkit-box-shadow: 0 1px 0 0 #2196F3;
    box-shadow: 0 1px 0 0 #2196F3;
    font-family: 'Source Sans Pro', 'Calibri', sans-serif;
}

#search-wrapper input[type="search"]::placeholder,
#search-wrapper input[type="search"]:-ms-input-placeholder,
#search-wrapper input[type="search"]::-ms-input-placeholder {
    color: #fff;
}

#search-wrapper .close {
    position: absolute;
    top: -60px;
    right: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    opacity: 1;
    font-size: 40px
}

#search-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 110
}

#page-result {
    color: #fff;
    margin-top: 30px;
    position: relative;
    min-height: 510px;
}

li.search-item {
    font-size: 14px;
    list-style-type: none
}

.results-close-btn {
    float: right;
    opacity: 1;
    height: 12px;
    width: 12px;
    position: absolute !important;
    top: -15px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

#page-result a {
    color: #70B5DE;
    font-size: 18px
}

#page-result h3,
#page-result .pagination li.cur {
    color: #70B5DE;
}

.overflow {
    overflow: hidden;
}

.search-open {
    visibility: visible;
    opacity: 1;
}

.search-close {
    visibility: hidden;
    opacity: 0;
}

.page-overlay {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 100001;
}

.navbar-form .search-btn {
    background-color: #00235C;
    padding: 0.44em 2.5em;
    font-size: 14px;
}

.navbar-form .search-btn span {
    color: #fff;
}

.navbar-form input {
    border-radius: 0;
    border-right: 0;
}

.navbar-form input:focus {
    border-color: #00235C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 30, 65, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 30, 65, 0.6);
}

@media(max-width: 767px) {
    #search-tool-mobile form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #search-tool-mobile .input-group-btn {
        display: block;
    }
}

.searchLoadingImg .fa {
    color: #fff;
}

#search-tool-mobile .searchLoadingImg {
    float: left;
    position: absolute;
    right: -45px;
    top: 3px;
}

#search-tool-mobile {
    position: absolute;
    top: 85px;
    right: 115px;
    z-index: 100;
}

@media(max-width: 767px) {
    #search-tool-mobile {
        right: 85px;
    }
}

.default_header #search-tool {
    left: -175px;
}

@media(max-width: 1200px) {
    .input-group-btn {
        display: block;
    }
}

/****************************************************\
					value of advice
\****************************************************/

.value-of-advice-section h2 {
    text-align: center;
}

.value-of-advice-video {
    margin-bottom: 50px;
}

@media(max-width:576px) {
    .value-of-advice-video .col-sm {
        margin-bottom: 30px;
    }
}

.value-of-advice-video + p {
    margin-top: 50px;
    font-size: 1.2em;
}

.value-of-advice-section .video {
    cursor: pointer;
    text-align: center;
    clear: both;
    width: 100%;
    position: relative;
    min-height: 310px;
}

@media(max-width: 767px) {
    .value-of-advice-section .col-sm-4:not(:last-child) .video {
        margin-bottom: 50px;
    }
}

.value-of-advice-section .video a.video-link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.value-of-advice-section .video .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: table;
    background-color: rgba(95, 96, 98, 0.5);
}

.value-of-advice-section .video .overlay .play-button {
    display: table-cell;
    vertical-align: middle;
}

.value-of-advice-section .video .fa {
    color: #fff;
    font-size: 5em;
    opacity: 0.6;
    transition: all 0.3s;
}

.value-of-advice-section .video a:hover .fa,
.value-of-advice-section .video a:focus .fa,
.value-of-advice-section .video a:active .fa {
    opacity: 0.9;
}

.value-of-advice-section h4 {
    color: #f39700;
    font-size: 17px;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    background-color: #ffffff;
    margin-left: 22px;
    padding: 10px;
    left: 0;
}

.value-of-advice-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.value-of-advice-news:after {
    content: "";
    flex: auto;
}

.value-of-advice-card {
    /*height: 366px;*/
    width: auto;
    /*box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.2);*/
    /*transition: 0.5s all ease;*/
    position: relative;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0px;
    margin-bottom: 20px;
    display: block;
}

.value-of-advice-card:hover {
    /*box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.2);*/
    
}

.card-image{
     box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.2);
     padding: 4px 0;
     margin: 0 10px;
}

.card-image:hover{
    box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s all ease;
}

.value-of-advice-card .card-image {
    /*height: 100%;*/
    /* background-position: bottom; */
    background-size: cover;
}

.value-of-advice-card .card-content {
    padding: 0 15px;
}

.value-of-advice-card .category-text {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #666;
    font-size: 0.9em;
}

.value-of-advice-card .card-title {
    font-size: 24px;
    padding-bottom: 0;
    height: 66px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    overflow: hidden;
    margin-top: 0;
}

.value-of-advice-card .brief-text {
    padding-bottom: 0;
    height: 80px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-word;
    overflow: hidden;
}

.value-of-advice-card .button_team {
    bottom: 20px;
    position: absolute;
}

@media(max-width: 767px) {
    .value-of-advice-news {
        flex-direction: column;
        padding: 0 20px;
    }

    .value-of-advice-card {
        max-width: 500px;
        margin: 0 auto 30px;
        width: 100%;
        /* height: 420px; */
    }

    .value-of-advice-card .card-title {
        height: 36px;
        -webkit-line-clamp: 1;
    }

    .value-of-advice-card .brief-text {
        height: 60px;
        -webkit-line-clamp: 3;
    }
}

/****************************************************\
			side social follow button group
\****************************************************/

@media(max-width: 499px) {
    .social_sharing h4 {
        color: #f39700;
        margin-top: 20px
    }

    #footer .social_sharing a {
        color: #003A7E;
    }

    .social_sharing .fa-hover {
        float: left;
        padding-right: 10px;
    }

    .social-small {
        margin-bottom: 20px;
    }

    .social_sharing .fa-stack {
        width: 2em;
    }
}

@media(min-width: 500px) {
    .side-social.social_sharing {
        right: 0;
        z-index: 1;
    }

    .side-social.social_sharing h4,
    .side-social.social_sharing div {
        display: block;
        width: 48px;
        height: 48px;
        position: relative;
        padding: 0;
        text-align: center;
        transition: 0.3s all ease;
        float: left !important;
    }

    .side-social.social_sharing h4 {
        background-color: #f39700;
        color: #fff;
        font-size: 13px;
        word-break: break-word;
        padding: 15px 0;
        height: auto;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .side-social.social_sharing div:hover {
        width: 60px;
    }

    .side-social.social_sharing div a {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        display: block;
    }

    .side-social.social_sharing div a span {
        font-size: 1.3em;
        color: #333 !important;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        display: block;
        width: 100%;
        height: 100%;
    }

    .side-social.social_sharing div a span i {
        font-size: 25px;
        display: block;
        margin-top: 5px;
    }

    .side-social.social_sharing div a span i.fa-circle {
        display: none;
    }
}

/****************************************************\
					title style
\****************************************************/

.title-top-border {
    display: block;
    width: 75px;
    height: 25px;
    border: 4px solid #f39700;
    border-bottom: none;
    margin-left: 10px;
}

.title-style h2 {
    margin-bottom: 0px;
    color: #f39700;
}

.title-style p {
    color: #666;
    font-style: italic;
    margin-bottom: 0px;
}

.title-bottom-border {
    display: block;
    width: 75px;
    height: 20px;
    border: 4px solid #205087;
    border-top: none;
    margin-left: 10px;
    margin-top: 5px;
}

.title-style {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
}

.title-style-center {
    text-align: center;
}

.title-style-center .title-top-border,
.title-style-center .title-bottom-border {
    margin-left: auto;
    margin-right: auto;
}

.watermark {
    font-size: 120px;
    font-weight: 700;
    color: #f39700;
    opacity: 0.1;
    /* z-index:-1; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

#valuable .watermark {
    font-size: 166px;
    top: 48%;
}

/*--------------------------------------------------*\
         tool bar
\*--------------------------------------------------*/

.section.tool-bar {
    background-color: #000;
}

.tool-bar .row > div {
    text-align: center;
}

.tool-bar .row > div {
    padding: 0;
}

@media(min-width: 768px) {
    .tool-bar .row > div {
        border-left: 1px solid #ccc;
        padding: 0;
    }

    .tool-bar .row > div:first-child {
        border-left: none;
    }

    .tool-bar .row > div:last-child {
        border-right: none;
    }
}

.tool-bar a {
    color: #fff;
    height: 235px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.tool-bar a:hover {
    background-color: #333;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tool-bar i {
    font-size: 60px;
}

.tool-bar .text {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}

.tool-bar .col-xs-12:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background-color: transparent;
}

.tool-bar .col-xs-12:nth-child(1):before {
    background-color: #ffffff;
}

.tool-bar .col-xs-12:nth-child(2):before {
    background-color: #f39700;
}

.tool-bar .col-xs-12:nth-child(3):before {
    background-color: #003A7E;
}

.tool-bar .col-xs-12:nth-child(4):before {
    background-color: #11769C;
}

/****************************************************\
					testimonial section
\****************************************************/

.content_body .testimonial-section {
    padding: 20px
}

.content_body .testimonial-section:nth-child(even) {
    background-color: #ffffff;
}

.content_body .testimonial-section:nth-child(odd) {
    background-color: whitesmoke;
}

.testimonial-section .fas {
    font-size: 22px;
    color: #f39700;
}

.content_body .testimonial-section:nth-child(odd) .fas {
    font-size: 22px;
    color: #003A7E;
}

.testimonial-section .testimonial-signature {
    color: #f39700;
    font-weight: 600;
}

.content_body .testimonial-section:nth-child(odd) .testimonial-signature {
    font-weight: 600;
    color: #003A7E;
}

.testimonial .quote {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial .quote .fa {
    font-size: 60px;
    width: 90px;
    height: 90px;
    border: 3px solid #f39700;
    padding: 12px;
    border-radius: 50%;
    background-color: #f39700;
    color: #fff;
    transform: rotate(180deg);
}

.testimonial .overlay {
    background-color: rgba(7, 4, 0, 0.6);
}

.testimonial .title-style {
    position: relative;
}

.testimonial .title-style h2,
.testimonial .title-style p {
    color: #00235c;
}

.testimonial p,
#footer p {
    color: #666;
}

.testimonial {
    padding: 30px 0;
    position: relative;
    background-position-y: 50%;
}

.testimonial p {
    font-size: 20px;
}

.testimonial p:last-child {
    text-align: left;
}

.testimonial p:last-child a {
    color: #70B5DE;
}

#testimonial .watermark {
    font-size: 120px;
    color: #f39700;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    top: 44%;
    left: 10%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

/****************************************************\
					calculators
\****************************************************/

.financial-calculator {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.financial-calculator .title {
    font-weight: 700;
    margin: 20px 0;
    display: block;
    color: #003A7E;
    font-style: initial;
    font-size: 18px;
}

.financial-calculator a {
    display: block;
    width: 100%;
    height: 100%;
}

.financial-calculator i {
    display: block;
    font-size: 70px;
    color: #f39700;
}

.calculator {
    padding: 10px;
    width: 200px;
    height: 200px;
    background-color: #fff;
    z-index: 0;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 0 0 1px #ebebeb;
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0.2s ease, -webkit-transform 0.2s ease;
}

.calculator:hover {
    background-color: #fff;
}

.calculator img {
    width: 80px;
    padding-top: 20px;
}

.calculator:hover {
    border: 0 !important;
    z-index: 1;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease;
    transition: box-shadow 0.2s ease, transform 0.2s ease, z-index 0s 0s ease, -webkit-transform 0.2s ease;
}

#section {
    margin: 70px 0px;
}

.licensee-content h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.licensee-content h2 {
    color: #f39700;
}

.licensee-content h4 {
    text-align: center;
    font-size: 20pt;
    font-weight: 600;
}

.licensee-content .icon {
    border-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    background-color: #00235C;
    box-sizing: content-box;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.licensee-content .midfont p {
    font-size: 23px;
    line-height: 28px;
}

.licensee-content .shortLine {
    border-color: #000000;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 70px;
    width: 100%;
    max-width: 90px;
    border-bottom-style: solid;
    border-top-style: solid;
}

.licensee-content .shortLine2 {
    border-color: #000000;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    width: 100%;
    max-width: 90px;
    border-bottom-style: solid;
    border-top-style: solid;
}

.content_body h3 > a {
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    color: #f39700;
}

.sitemap {
    padding: 40px 0;
}

.sitemap ul {
    list-style-type: none;
    font-family: 'Source Sans Pro', 'Calibri', sans-serif;
    text-align: left;
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
}

.sitemap > ul > li {
    float: left;
    padding: 10px 25px 10px 25px;
}

.sitemap > ul > li > ul > ul > li > a {
    color: #003a7e;
    display: block;
    font-size: 11px;
    text-align: left;
    font-weight: normal;
}

.sitemap > ul a {
    color: #666;
    /* text-transform: uppercase; */
}

.sitemap > ul a:hover {
    border-bottom: 1px solid #00235c;
}

.sitemap > ul > li > a {
    font-weight: bold;
    font-size: 16px;
    color: #00235c;
}

.sitemap ul li {
    margin: 6px 0;
}

.siteMap-page {
    width: 171px;
}

.pagination>li>a{
    display: block !important; 
    float: none;
    padding: 0px;
    margin-left: 0px;
    line-height: inherit;
    color: inherit !important;
    background-color: transparent !important;
    border: 0;
}

.pagination>li>a:hover{
    background-color: transparent;
    border-color: transparent;
}

.pagination>li.active{
    background-color: #f39700 !important;
    color: white !important;
}

.pagination>li:hover{
    color: #fff !important;
}

#searchLoadingImg{
    text-align:center;
}

@media(max-width: 768px) {
    .testimonial {
        padding: 80px 0 !important;
    }
}
a[href$='/our-services'],
a[href$='/about-us']{
    pointer-events: none;
}
a[href$='/financial-knowledge-centre']{
    pointer-events: pointer;
}
.CSSTableGenerator {
	margin:0px;
	padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator tr:nth-child(odd){
    background-color:#aad4ff;
}
.CSSTableGenerator tr:nth-child(even){
    background-color:#ffffff;
}
.CSSTableGenerator td{
	vertical-align:middle;
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}

.FKC{
    text-align:center;
}

.FKC a {
    margin: 10px 20px;
    font-style: normal;
    text-align: center;
    font-size: 23px;
    font-weight: unset;
    text-decoration: none;
    background-color: #124169;
    padding: 10px 22px;
    color: #fff !important;
    border-radius: 5px !important;
}

.FKC a:hover {
    background-color: #f39700;
    font-weight:bold
}

@media(max-width: 991px) {
    .FKC a {
    font-size: 1rem;
    padding: 10px 15px;
}
}
@media(max-width: 767px) {
    .BM {
    margin-top: 40px;
}
.YT{
    width:100%;
    height: auto;
}
}
@media(max-width: 360px) {
    .FKC a {
    font-size: 12px;
}
}
.fkc_service {
    /*display: table;*/
    clear: both;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
}

.fkc_service div {
    margin: 0 30px 35px 0;
    padding: 0 !important;
    float: left;
    display: inline-block;
    list-style: none;
    border: 1px solid #eee;
}

.fkc_service div a {
    display: block;
    text-align: center;
    position: relative;
    height: 100%;
    width: 100%;
}

.fkc_service div a img {
    width: 100%;
}

.fkc_service div a span {
    width: 100%;
    background: #222;
    color: #fff;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    font-size: 0.8em;
}

.fkc_service .resize-image {
    height: 100%;
}
.FCK-mobile{
    display: none;
}


@media(max-width: 991px) {
    
    .fkc_service .resize-image {
        height: 150px;

    }
}
@media(max-width: 768px) {
     .fkc_service .resize-image {
        height: 200px;

    }
     .fkc_service div {
        margin: 0 0 35px ;
    }
    .FCK-desktop{
        display: none;
    }
    .FCK-mobile{
        display: block;
    }
}
@media(max-width: 574px) {
    
    .fkc_service .resize-image {
        height: 100%;

    }
    .fkc_service {
        padding: 0 40px;
        margin-bottom: 0;
    }
}