@charset "utf-8";

/* Table of Contents
----------------------------------
1.  GENERAL
2.  Header
3.  Footer
4.  Homepage
5.  Services
6.  Team
7.  Success Stories
8.  Be a consultant
9.  Blog
 

----------------------------------*/


/*************************
*
*	1. GENERAL
*
*************************/

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-width: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
}
p,
ul li,
ol li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 2rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    word-wrap: break-word;
    color: #333333;
}
ul li {
    margin-bottom: 0;
}
a {
    color: #333333;
    border: none;
    outline: none;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-transform: none;
    font-family: proxima-nova, sans-serif;
    color: #285a60;
    word-wrap: break-word;
    margin-bottom: 20px;
}
a:hover {
    text-decoration: underline;
}
a:active,
a:focus {
    color: inherit;
}
ol,
ul {
    list-style: none;
}
ul {
    margin: 0 0 19px;
}
ul li {
    list-style-type: none;
    word-wrap: break-word;
}
input:focus,
textarea {
    outline: none;
}
button,
input,
select,
textarea {
    font-size: 100%;
    word-wrap: break-word;
    margin: 0;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}
button,
input {
    line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

/*Remove button padding in FF*/

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
 
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    resize: none;
    overflow: auto;
}
img {
    max-width: 100%;
    height: auto;
}

/* Clearfix */

.clearfix {
    display: inline-block;
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
.clearfix {
    display: block;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.no-margin {
    margin: 0 !important;
}
.hidden-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*************************
*
*	2. HEADER
*
*************************/

.container {
    position: relative;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #FFF;
    z-index: 999;
}
#header .container {
    max-width: 1190px;
}
.icon-menu {
    display: none;
}
#header:not(.sticky-nav) .logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 31px 34px;
    background: #FFF;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(34, 34, 34, 0.35);
    -moz-box-shadow: 0px 0px 29px 0px rgba(34, 34, 34, 0.35);
    box-shadow: 0px 0px 29px 0px rgba(34, 34, 34, 0.35);
}
.logo img {
    display: block;
    width: 312px;
    height: 161px;
    object-fit: contain;
    opacity: 1;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#top-nav {
    float: right;
    text-align: right;
    padding: 23px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s 475ease-in-out;
    transition: all 0.3s ease-in-out;
}
#top-nav ul {
    margin: 0 35px 0 0;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
#top-nav ul li {
    display: inline-block;
    vertical-align: middle;
    color: #13808f;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 10px;
}
#top-nav ul li a {
    color: #13808f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#top-nav ul li.active a,
#top-nav ul li.current a,
#top-nav ul li:hover a {
    color: #ff9b00;
    text-decoration: none;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    text-transform: uppercase;
    color: #FFF;
    background: #ff9b00;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover {
    color: #285a60;
    text-decoration: none;
}

/* small header */

#header.sticky-nav {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 34, 34, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 34, 34, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(34, 34, 34, 0.25);
}
#header.sticky-nav .logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    height: 100%;
    line-height: 100%;
    font-size: 0;
    width: 67px;
    padding: 0;
    display: inline-block;
    background: url('../images/small-logo.png') no-repeat left center;
    background-size: contain;
}
#header.sticky-nav .logo img {
    width: 67px;
    height: 67px;
    opacity: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#header.sticky-nav #top-nav {
    padding: 16px 0;
}

/*************************
*
*	3. FOOTER
*
*************************/

#drop-container {
    margin: 20px auto 20px;
    text-align: center;
}
#drop-container img {
    max-width: 204px;
    display: inline-block;
}
#drop-container p {
    font-size: 18px;
    color: #666666;
    font-family: Arial;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 22px;
}
#footer {
    text-align: right;
    overflow: hidden;
    padding-bottom: 40px;
    background: #FFF;
    position: relative;
    z-index: 100;
}
#footer .social {
    float: right;
    font-size: 0;
}
#footer .social span {
    color: #285a60;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
#footer .social .icon {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
#footer .social .icon img {
    display: block;
}
.footer-copyright {
    background: #285a60;
    padding: 15px;
}
.footer-copyright p {
    color: #FFF;
    font-size: 15px;
    line-height: 19px;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    text-align: right;
}
.footer-copyright p a {
    color: #FFF;
}

/*************************
*
*	4. HOMEPAGE
*
*************************/

#page_hero:after,
.section.testims:after,
.section.story:after,
.advantages-section:after,
.section.cta-addition:after {
    content: '';
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    border-left: 40vw solid #fff;
    border-right: 60vw solid #fff;
    border-top: 100px solid transparent;
}
#page_hero:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #285a60;
    z-index: 4;
    opacity: 0.5;
}
#page_hero {
    position: relative;
    overflow: hidden;
    height: 750px;
}
#page_hero img {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    margin-top: 90px;
    min-height: 750px;
    max-height: 1000px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
#header.sticky-nav + #page_hero img {
    margin-top: 76px;
}
#page_hero .hero-txt {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 180px;
    margin: 0;
    display: inline-block;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
       -ms-transform: translateY(-50%);
           transform: translateY(-50%);  */
}
#page_hero .hero-txt h5 {
    font-size: 40px;
    line-height: 44px;
    font-weight: 700;
    color: #FFF;
    width: 90%;
    max-width: 1010px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.section {
    background: #FFF;
    padding: 55px 0;
    position: relative;
    overflow: hidden;
}
.section.some-details {
    padding-top: 110px;
    text-align: center;
}
.section h3,
.book-consultation p,
.blog-article h1 {
    font-size: 30px;
    line-height: 34px;
}
.section h4,
html .bottom-forms h5,
.consultant-details .left-wrap h5,
.advantages-section .subtitle,
.advantages-section .contact-us {
    font-size: 26px;
    line-height: 30px;
}
.section h5,
.business_programme h4, 
.blog-item .blog-details h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.section h6,
.phase h5 {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.section .sub-section,
.section .text-container {
    margin-bottom: 90px;
}
.section .sub-section:last-child {
    margin-bottom: 0;
}
.how-help .items {
    font-size: 0;
}
.how-help .items .item {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 33.33%;
}
.how-help .item .icon {
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 20px;
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}
.how-help .item .icon img {
    display: inline-block;
    max-width: 60px;
}
.how-help .item h5 {
    text-transform: uppercase;
}
.how-help .item p {
    color: #666;
    margin: 0;
}
.video-testim .video {
    width: 460px;
    height: 336px;
    background: #1d1d1b;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
    margin-bottom: 30px;
}
.video-testim .video .play-btn {
    width: 54px;
    height: 54px;
    position: absolute;
    cursor: pointer;
    background: url('../images/play-btn.png') no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.book-consultation {
    background: #13808f url('../images/bg-consultation-form.jpg') no-repeat;
    background-size: 53% 100%;
    text-align: center;
    overflow: hidden;
}
.cta-addition {
    background: #ededed;
    padding-bottom: 40px;
    padding-top: 90px;    
}
.section.cta-addition:after {
    bottom: auto;
    top: 0px;
    border-top: 0px;
    border-bottom: 100px solid transparent;
    border-left: 60vw solid rgb(255, 255, 255);
    border-right: 40vw solid rgb(255, 255, 255);
}
.book-consultation .container {
    max-width: 980px;
}
.book-consultation h3 {
    color: #ff9b00;
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 38px;
    line-height: 42px;
}
.book-consultation p {
    color: #FFF;
    text-align: center;
    margin-bottom: 45px;
}
.field {
    margin-bottom: 12px;
    display: inline-block;
    vertical-align: top;
}
.input-field,
.custom-select {
    border: 1px solid #6f6f6f;
    color: #555;
    height: 41px;
    width: 100%;
    max-width: 225px;
    line-height: 41px;
    padding: 0 10px;
    background: transparent;
    display: block;
}
textarea.input-field {
    height: 150px;
    padding: 5px 10px;
    line-height: 18px;
}
.input-field::-webkit-input-placeholder {
    color: #cccccc;
}
.input-field:-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}
.input-field::-moz-placeholder {
    color: #cccccc;
    opacity: 1;
}
.input-field:-ms-input-placeholder {
    color: #cccccc;
}
.input-field::-ms-input-placeholder {
    color: #cccccc;
}
.input-field::placeholder {
    color: #cccccc;
}

/* custom select */

.custom-select:focus {
    outline: none;
}
#book-consultation-form .input-field,
#book-consultation-form .custom-select {
    color: #FFF;
    border-color: #FFF;
}
#book-consultation-form .custom-select option {
    color: #000;
}
#book-consultation-form .input-field::-webkit-input-placeholder {
    color: #FFF;
}
#book-consultation-form .input-field:-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
#book-consultation-form .input-field::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
#book-consultation-form .input-field:-ms-input-placeholder {
    color: #FFF;
}
#book-consultation-form .input-field::-ms-input-placeholder {
    color: #FFF;
}
#book-consultation-form .input-field::placeholder {
    color: #FFF;
}
#book-consultation-form .field {
    width: 25%;
    float: left;
    padding: 0 9px;
}
#book-consultation-form .submit-btn {
    margin-top: 25px;
}
.section.testims {
    background: #cccccc;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    padding-top: 40px;
}
.testims .container {
    max-width: 942px;    
}

/* Slider */

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    width: 100%;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url('../images/bx_loader.gif') center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    position: absolute;
    left: 115px;
    bottom: 0;
    display: inline-block;
    width: auto;
    z-index: 9999;
}
.bx-wrapper .bx-pager .bx-pager-item a {
    display: block;
    width: 12px;
    height: 12px;
    background: #ff9b00;
    margin-right: 9px;
    text-indent: -9999px;
    overflow: hidden; 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx-wrapper .bx-pager .bx-pager-item a:hover,
.bx-wrapper .bx-pager .bx-pager-item a.active {
    background: #13808f;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-controls-direction {
    display: none;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* end slider */
.testims-slider .testim { 
    position: relative;
    padding: 35px 115px 50px;
}
.testims-slider .testim:after {
    content: ' ';
    position: absolute;
    width: 78px;
    height: 56px;
    left: 0;
    top: 0px;
    background: url('../images/quote-marks.png') no-repeat;
    background-size: contain;
}
.testims-slider .testim p {
    font-style: italic;
    color: #285a60;
    font-size: 18px;
    line-height: 24px;
}
.testims-slider .testim .occ {
    color: #285a60;
    font-style: italic;
}

.section.bottom-forms {
    padding-top: 70px;
    padding-bottom: 20px;
    overflow: hidden;
}
.bottom-forms .container {
    max-width: 750px;
}
.bottom-forms form {
    width: 33.33%;
    float: left;
    padding: 0 9px;
}
.bottom-forms .field {
    display: block;
}
.bottom-forms .find-consultant h5 {
    margin-bottom: 38px;
}
.bottom-forms .submit-btn {
    width: 146px;
    text-align: center;
}

/*************************
*
*	5. SERVICES
*
*************************/

.ServicesPage #page_hero .hero-txt h5 {
    max-width: 920px;
}
.ServicesPage .some-details .container > *:not(.watermark) {
    position: relative;
    z-index: 1;
}
.section .watermark {
    position: absolute;
    top: 6%;
    right: -60%;
    height: 864px;
    max-height: 100vh;
    width: auto;
    max-width: 300%;
    z-index: 0;
    object-fit: contain;
}
.business_programme h4 {
    text-transform: uppercase;
}
.phase {
    padding-top: 22px;
    max-width: 540px;
    margin: 0 auto;
}
.phase h5 {
    color: #FFF;
    text-transform: uppercase;
    padding: 6px 12px;
    margin: 0 0 25px;
    background: #13808f;
    text-align: left;
}
.phase-detail {
    margin-bottom: 20px;
    text-align: left;
    margin-left: 80px;
}
.phase-detail h6 {
    margin: 20px 0px 0px 0px;
}
.phase-detail p,
.phase-detail ul {
    margin: 0;
}
.phase-detail ul li {
    list-style-type: disc;
    list-style-position: inside;
}

/*************************
*
*	6. TEAM
*
*************************/

.section.find-consultant {
    padding-top: 0;
}
.find-consultant .container {
    max-width: 725px;
    text-align: center;
    padding-bottom: 30px;
}
.find-consultant .custom-select {
    min-width: 225px;
}
.team-container {
    margin-top: 100px;
    font-size: 0;
}
.team-container .consultant {
    padding: 20px 10px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}
.team-container .consultant .image {
    position: relative;
    text-align: center;
    font-size: 0;
    max-width: 221px;
    margin: 0 auto 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-container .consultant .image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.team-container .consultant .image a {
    background: rgba(19, 128, 143, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-container .consultant .image a .btn {
    position: absolute;
    bottom: 38px;
    left: 50%;
    width: 140px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.team-container .consultant .image:hover a {
    opacity: 1;
}
.team-container .consultant .image:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.team-container .consultant .details {
    text-align: center;
}
.team-container .consultant .name, .team-container .consultant .name a {
    margin: 0;
    color: #666666;
}
.team-container .consultant .occ {
    margin: 0;
    color: #666666;
}
.contact-links {
    font-size: 0;
    margin-top: 10px;
}
.contact-links a {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.contact-links a img {
    display: block;
}
.team-page .book-consultation h3 {
    max-width: 500px;
}
.section.consultant-details {
    padding-top: 140px;
}
.consultant-details .container {
    max-width: 860px;
    overflow: hidden;
}
.consultant-details .left-wrap {
    width: 221px;
    float: left;
    text-align: center;
}
.consultant-details .left-wrap .image {
    margin-bottom: 45px;
}
.consultant-details .left-wrap .image img {
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.consultant-details .left-wrap h5 {
    margin: 0;
}
.consultant-details .right-details {
    width: calc(100% - 221px);
    overflow: hidden;
    padding-left: 95px;
    padding-top: 30px;
}
.consultant-details .right-details .name {
    margin-bottom: 10px;
}
.consultant-details .right-details .occ {
    color: #285a60;
}
.consultant-details .more-details {
    margin-bottom: 35px;
    padding-top: 10px;
}
.consultant-details .schedule-appointment {
    margin-bottom: 90px;
}
.consultant-details .schedule-appointment h4 {
    margin: 0 0 10px;
}
.consultant-details .schedule-appointment p {
    color: #285a60;
}
.consultant-details .video {
    margin: 0 0 30px;
}
.back-page {
    padding: 0;
}
.back-page .container {
    max-width: 900px;
    padding: 10px 0 50px;
}

/*************************
*
*	7. Success Stories
*
*************************/

.stories-page #page_hero .hero-txt h5 {
    max-width: 880px;
}
.stories-page .section .text-container {
    margin: 0 0 40px;
}
.section.story {
    background: #cccccc;
    padding-bottom: 100px;
}
.section.story:nth-child(even) {
    background: #FFF;
    padding-bottom: 60px;
}
.section.story:nth-child(even):after {
    display: none;
}
.section.story:last-child:after {
    border-top: 0;
    border-bottom: 100px solid transparent;
    border-left: 60vw solid #fff;
    border-right: 40vw solid #fff;
    bottom: auto;
    top: 0;
}
.section.story:last-child {
    padding-bottom: 40px;
    padding-top: 90px;
}
.story .case-study-nr {
    color: #285a60;
    margin: 15px 0 10px;
    text-transform: uppercase;
}
.story h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.case-study-details {
    border-top: 1px solid #cccccc;
    padding-top: 35px; 
}
.case-study-details .item {
    margin-bottom: 45px;
    position: relative;
}
.case-study-details .item .icon {
    width: 50px;
    position: absolute;
    left: -60px;
    top: -15px;
}
.case-study-details .item .icon img {
    display: block;
}
.case-study-details .item h5 {
    margin: 0 0 10px;
}
.case-study-details .item ul {
    margin: 0;
}
.case-study-details .item ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.case-study-details .item ul li:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 16px solid #13808f;
}
.case-study-details .item .info {
    color: #13808f;
    font-weight: 700;
}
.case-study-details .item p strong {
	color: #13808f;
    font-weight: 700;
}

/*************************
*
*	8. Be a consultant
*
*************************/

.advantages-section {
    background: #13808f;
    position: relative;
    padding-bottom: 120px;
    padding-top: 45px;
    text-align: center;
}
.advantages-section .container {
    max-width: 820px;
}
.advantages-section .subtitle {
    color: #FFF;
    margin-bottom: 15px;
}
.advantages-section h3 {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 35px;
    color: #FFF;
}
.advantages {
    overflow: hidden;
}
.advantages .box {
    float: left;
    width: 33.33%;
    padding: 0 30px;
    margin-bottom: 35px;
}
.advantages .box .icon {
    border-bottom: 1px solid #FFF;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.advantages .box .icon img {
    display: block;
    margin: 0 auto;
}
.advantages .box p {
    color: #FFF;
}
.advantages-section .contact-us {
    color: #FFF;
}
.advantages-section .contact-us a {
    color: #ff9b00;
}
.advantages-section + .testims {
    background: #FFF;
    padding-bottom: 30px;
}
.find-consultant .name {
    font-size: 20px;
    line-height: 24px;
    color: #285a60;
    margin: 0;
}
.find-consultant .contact-links a {
    margin: 0 15px 0 0;
}


/*************************
*
*	9. Blog
*
*************************/

.blog-articles .container {
    max-width: 720px; 
    padding-top: 20px;
        display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-item {
    float: left;
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 34, 34, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 34, 34, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(34, 34, 34, 0.25);
}
.blog-article ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.blog-item .image {
    margin-bottom: 20px;
}
.blog-item .image img {
    display: block;
    width: 100%;
}
.blog-item .blog-details {
    padding: 10px;
    padding-bottom: 55px;
}
.blog-item .blog-details h3 {
    margin-bottom: 10px;
}
.blog-item .blog-details h3 a {
    color: #285a60;
}
.blog-item .blog-details h3 a:hover {
    text-decoration: none;
}
.blog-item .blog-details .author, .blog-article .author {
    color: #999999;
    font-size: 12px;
    margin-bottom: 11px;
}
.blog-item .blog-details .author a, .blog-article .author a {
    color: #999999;
    font-weight: 700;
}
.blog-item .blog-details p {
    margin: 0;
}
.blog-item .blog-details .read-more {
    position: absolute;
    bottom: 15px;
    left: 10px;
    text-transform: uppercase;
    color: #ff9b00;
    font-size: 17px;
    line-height: 20px;
}

.blog-article .container {
    padding: 60px 0;
    overflow: hidden;
}
.blog-article h1 {
    margin-bottom: 10px;
}
.blog-article h1 a {
    color: #285a60;
}
.blog-article .btn.float-right {
    margin-top: 90px;
}
#MemberLoginForm_LoginForm {
    background: #e1e1e1;
    width: 100%;
    max-width: 228px;
    margin: 0 auto;
    padding: 17px;
}
#MemberLoginForm_LoginForm_action_dologin {
    padding: 10px;
    background: #ff9b00;
    margin-bottom: 10px;    
}
#mce-responses {
    margin: 10px 0px;
    color: #285a60;
}