@charset "UTF-8";
.main-menu>ul>li,
.main-menu>ul>li>a,
.main-menu li.menu-item-has-children>a:after,
#backtotop,
.primary-btn,
.light-btn,
.slide-caption,
.expand-btn:after,
.collect-btn:after,
.sec-heading:before,
.sec-heading span,
.tablink,
.tablink.active:before,
.tablink.active span,
.card-link:after,
.text-block ul li:before,
.lock:before,
.contact-heading span:before,
.jb-input input[type="submit"] {
    display: inline-block;
}

.main-menu>ul>li>ul>li,
.main-menu li.menu-item-has-children ul li,
.main-menu>ul>li>ul>li>a,
.home-slide:before,
.home-slide-static:before,
.home-slide.overlay:before,
.overlay:before,
.home-slide.overlay-left:before,
.overlay-left:before,
.page-banner h1,
.page-banner:before,
.sec-heading.accordion-icon:after,
.tablink.active:after,
.contact-heading span {
    display: block;
}

.main-menu li.menu-item-has-children>a:after,
.expand-btn:after,
.collect-btn:after,
.sec-heading.accordion-icon:after,
.sec-heading:before,
.tablink.active:before,
.tablink.active:after,
.card-link:after,
.text-block ul li:before,
.lock:before,
.contact-heading span:before {
    content: '';
}

.main-menu li.menu-item-has-children ul,
.home-slide:before,
.home-slide-static:before,
.home-slide.overlay:before,
.overlay:before,
.home-slide.overlay-left:before,
.overlay-left:before,
.slide-caption,
.page-banner h1,
.page-banner:before,
.sec-heading.accordion-icon:after,
.tablink.active:after,
.text-block ul li:before,
.text-image-block:nth-child(even) .image-block.map-container iframe,
.contact-heading span {
    position: absolute;
}

.main-menu>ul>li,
.main-menu li.menu-item-has-children>a:after,
.main-menu>ul>li>ul>li>a,
.footer,
.primary-btn,
.light-btn,
.page-banner,
.tablink,
.text-image-block:nth-child(even) .image-block.map-container {
    position: relative;
}

.text-block ul li:before {
    vertical-align: top;
}

.main-menu>ul>li>a,
.primary-btn,
.light-btn,
.sec-heading:before,
.sec-heading span,
.tablink.active:before,
.tablink.active span,
.card-link:after,
.lock:before,
.contact-heading span:before,
.jb-input input[type="submit"] {
    vertical-align: middle;
}

.contact-heading span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slide,
.home-slide-static,
.circle-photo,
.page-banner,
.full-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-menu li.menu-item-has-children>a:after,
#backtotop,
.primary-btn,
.light-btn,
.home-slider-container .bx-wrapper .bx-controls-direction a,
.expand-btn:after,
.collect-btn:after,
.sec-heading.accordion-icon:after,
h2.accordion-icon,
.card-link:after,
.text-block ul.check-list>li,
.lock:before,
.box-icon,
ul.check-list>li,
.jb-input input[type="submit"] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

body {
    min-width: 300px;
    color: #000000;
    font-size: 50%;
    font-family: "Lato", "Noto Sans HK", sans-serif;
}

.container {
    position: relative;
    width: 100%;
    min-width: 300px;
}

.wrapper {
    position: relative;
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    max-width: 1520px;
    width: 80%;
}

.header-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-wrapper {
    position: relative;
}

h2 {
    font-size: 4.8em;
}

h3 {
    font-size: 3.2em;
}

h4 {
    font-size: 2.8em;
    margin-bottom: 1em;
}

h5 {
    font-size: 2.1em;
    margin-bottom: 0.5em;
}

h4.sec-subheading {
    font-size: 2.1em;
}

a {
    color: #05B6AC;
}

i,
em {
    font-style: italic;
}

strong {
    font-weight: 700;
}

p {
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.8;
    color: #505669;
    text-align: justify;
}

p a,
p li {
    font-size: 1em;
}

.aligncenter {
    text-align: center;
    margin: auto;
}

.alignright {
    text-align: right;
}

img.aligncenter {
    display: block;
}

.main {
    position: relative;
}

.paddingtop {
    padding-top: 210px;
}


/* MOBILE */

.main-menu-button-inner {
    width: 29px;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.main-menu-button-inner span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #303AB1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.main-menu-button-inner span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-menu-button-inner span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.menu-open .main-menu-button-inner span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.menu-open .main-menu-button-inner span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-open .main-menu-button-inner span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 5px;
}

.main-menu-mask,
.main-menu-button,
.main-menu-top,
.mobile {
    display: none;
}


/* GRID */

.grid-1-2 {
    overflow: hidden;
}

.grid-1-2>.grid-col {
    display: block;
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 6%;
}

.grid-1-2>.grid-col:nth-child(2n+2) {
    margin-right: 0;
}

.grid-1-2>.grid-col:nth-child(2n+1) {
    clear: both;
}

.grid-1-3 {
    overflow: hidden;
}

.grid-1-3>.grid-col {
    display: block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.grid-1-3>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.grid-1-3>.grid-col:nth-child(3n+1) {
    clear: both;
}

.sec-cards {
    overflow: hidden;
}

.sec-cards>.grid-col {
    display: block;
    float: left;
    width: 32.43%;
    margin-right: 1.2%;
    margin-bottom: 2.5%;
}

.sec-cards>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.sec-cards>.grid-col:nth-child(3n+1) {
    clear: both;
}

.gallery-rows {
    margin-bottom: 5em;
    overflow: hidden;
}

.gallery-rows>.grid-col {
    display: block;
    float: left;
    width: 32.43%;
    margin-right: 1.2%;
    margin-bottom: 2.5%;
}

.gallery-rows>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.gallery-rows>.grid-col:nth-child(3n+1) {
    clear: both;
}

.grid-1-4 {
    overflow: hidden;
}

.grid-1-4>.grid-col {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.grid-1-4>.grid-col:nth-child(4n+4) {
    margin-right: 0;
}

.grid-1-4>.grid-col:nth-child(4n+1) {
    clear: both;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.photo {
    position: relative;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
}

.photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.photo:hover img {
    -webkit-transform: perspective(1000px) scale(1.05, 1.05);
    transform: perspective(1000px) scale(1.05, 1.05);
    -webkit-transform-style: flat;
    transform-style: flat;
}

.ac-photo.photo:hover img {
    -webkit-transform: perspective(0) scale(1, 1);
    transform: perspective(0) scale(1, 1);
    -webkit-transform-style: flat;
    transform-style: flat;
}


/* HEADER */

body {
    height: 100vh;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #000000;
    z-index: 10;
}

.main {
    padding-top: 83px;
}

.sticky.header {
    top: 0;
    z-index: 101;
    width: 100%;
    -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.07);
}

.main-menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main-menu>ul>li {
    font-size: 1em;
    padding: 30px 0;
    border-bottom: 2px solid transparent;
}

.main-menu>ul>li:hover {
    border-bottom: 2px solid #303AB1;
}

.main-menu>ul>li:hover a {
    color: #303AB1;
}

.main-menu ul ul .separate {
    display: none;
}

.main-menu>ul {
    font-size: 0.1px;
    text-align: justify;
}

.main-menu>ul:after {
    display: inline-block;
    content: '';
    width: 100%;
}

.main-menu>ul>li {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
}

.main-menu>ul>li>a {
    color: #000000;
    font-size: 1.8em;
    text-align: center;
}

.main-menu>ul>li:last-child>a {
    margin-right: 0;
}

.main-menu ul li:last-child ul ul {
    left: auto;
    right: 0;
}

.main-menu ul li:hover>ul {
    display: block;
}

.main-menu>ul>li>ul>li {
    width: 100%;
}

.main-menu>ul:after {
    display: none;
}

.main-menu li.menu-item-has-children ul {
    display: none;
    left: 0;
    width: 220px;
    top: 100%;
    left: -15px;
    background-color: #fff;
    color: #000000;
    padding: 0 !important;
    z-index: 10000;
}

.main-menu li.menu-item-has-children ul li {
    width: 100%;
}

.main-menu li.menu-item-has-children ul>li>a {
    color: #000000;
    text-decoration: none;
    font-size: 1.8em;
    padding: 15px 25px;
}

.main-menu li.menu-item-has-children ul>li {
    font-weight: 700;
}

.main-menu li.menu-item-has-children ul>li:hover>a {
    background-color: #303AB1;
    color: #fff;
}

.main-menu li.menu-item-has-children:hover>a {
    color: #303AB1;
}

.main-menu li.menu-item-has-children:hover>ul {
    z-index: 10000;
}

.main-menu li.menu-item-has-children>a:after {
    top: -2px;
    background-image: url(images/dropdown.png);
    width: 12px;
    height: 6px;
    margin-left: 5px;
}

.main-menu>ul>li>ul>li {
    width: 100%;
}

.main-menu>ul>li>ul>li>a {
    padding: 10px;
    font-weight: 400;
}

.main-menu>ul>li:last-child>ul>li.menu-item-has-children>a {
    padding: 12px 25px;
}

.breadcrumbs {
    padding: 3em 0 7em;
}

.about .breadcrumbs {
    display: none;
}

.header-logo {
    display: none;
    vertical-align: middle;
    float: left;
    margin-top: -1px;
}

.header-logo img {
    max-height: 30px;
}

.header-heading {
    font-size: 1.5em;
    display: none;
    vertical-align: middle;
    color: #000;
    text-align: left;
    float: left;
    margin-left: 10px;
    margin-top: 1px;
    font-weight: 600;
}

.header-heading .blue-text {
    color: #4692D6;
}

.header-heading span {
    display: block;
}


/* FOOTER */

#backtotop {
    bottom: 10%;
    right: 5%;
    display: inline-block;
    background-color: #353535;
    background-size: 40%;
    background-image: url(images/back-to-top.png);
    width: 56px;
    height: 56px;
    text-align: center;
    position: fixed;
    border-radius: 50px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

#backtotop:hover {
    background-color: #303AB1;
}

#backtotop.show {
    opacity: 1;
}

.footer {
    background-color: #505669;
    color: #fff;
    z-index: 3;
    padding: 30px 0;
}

.footer-left {
    width: 33%;
}

.footer-left a {
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1;
    padding-right: 8px;
    border-right: 1px solid;
    margin-right: 8px;
}

.footer-left a:last-child {
    border: 0;
}

.footer-right {
    width: 67%;
}

.copyright {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.2;
    text-align: right;
}

.bottom-menu {
    width: 40%;
}

.bottom-menu a {
    display: inline-block;
    color: #fff;
    padding: 0 1%;
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.2;
    border-right: 1px solid #fff;
}

.bottom-menu a:last-child {
    border: 0;
}

.primary-btn {
    background-color: #303AB1;
    color: #fff;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    width: 90%;
    max-width: 280px;
    padding: 20px 0;
    text-align: left;
    border-radius: 30px;
    background-image: url(images/arrow-white.png);
    padding: 18px 24px;
    margin-right: 30px;
    background-size: 16px;
    background-position: right 16px center;
    padding-right: 30px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}

.primary-btn:hover {
    /*@include bc(#F9F9FA);
            @include c($darkblue);
            background-image: url(images/btn-arrow-darkblue.png);*/
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 3px 3px rgba(10, 17, 24, 0.5);
    box-shadow: 0 3px 3px rgba(10, 17, 24, 0.5);
}

.primary-btn span:first-child {
    margin-right: 1em;
}

.primary-btn:last-child {
    margin-right: 0;
}


/*  .home-slider-container {
        .primary-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 3px 3px rgba(10, 17, 24, 0.7);
        }
        .light-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 3px 3px rgba(10, 17, 24, 0.7);
        }
    }
    */

.light-btn {
    color: #000000;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    background-color: #e9eaed;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    max-width: 100%;
    width: 280px;
    margin: 15px 24px 0 0;
    text-align: left;
    border-radius: 12px;
    background-image: url(images/btn-arrow-blue.png);
    padding: 16px;
    background-size: 32px;
    background-position: right 16px center;
    padding-right: 30px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
}

.light-btn:hover {
    background-color: #05B6AC;
    color: #fff;
    background-image: url(images/btn-arrow-white.png);
}


/* .primary-fadein {
        animation: mainfadeIn ease-in-out 1s;
        -webkit-animation: mainfadeIn ease-in-out 1s;
        -moz-animation: mainfadeIn ease-in-out 1s;
        -o-animation: mainfadeIn ease-in-out 1s;
        -ms-animation: mainfadeIn ease-in-out 1s;
    }*/

.scroll-animation {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -ms-transition: 1s all ease;
}

.scroll-animation.active {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px) translateX(-50%);
        transform: translateY(30px) translateX(-50%);
        -ms-transform: translateY(30px) translateX(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
}

@-webkit-keyframes mainfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -ms-transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@keyframes mainfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        -ms-transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes bannerfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        -ms-transform: translateY(-40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

@keyframes bannerfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        -ms-transform: translateY(-40%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Home */

.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 42%;
    z-index: 9;
}

.home-slide,
.home-slide-static {
    padding-bottom: 42%;
}

.home-slider-container .bx-wrapper .bx-controls-direction a {
    background-color: #05B6AC;
    width: 51px;
    height: 51px;
    background-size: 19px;
    background-color: #fff;
}

.home-slider-container .bx-wrapper .bx-controls-direction a.bx-prev {
    background-image: url(images/pervious-blue.png);
    border-radius: 0 15px 15px 0;
    background-position: 40%;
}

.home-slider-container .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background-image: url(images/next-blue.png);
    border-radius: 12px 0 0 12px;
    background-position: 60%;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 40px;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    outline: 0;
    background-color: #fff;
    border: 2px solid #303AB1;
}

.home-slider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #303AB1;
}

.home-slide,
.home-slide-static {
    width: 100%;
    height: 100%;
    background-color: #dff1f8;
}

.home-slide:before,
.home-slide-static:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #434f5f;
    background: -webkit-gradient(linear, left top, left bottom, from(#434f5f), color-stop(70%, rgba(67, 79, 95, 0.55)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #434f5f 0%, rgba(67, 79, 95, 0.55) 70%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.75;
    content: "";
}

.home-slide:before {
    display: none;
}

.home-slide.overlay:before,
.overlay:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: 1;
    content: "";
}

.home-slide.overlay-left:before,
.overlay-left:before {
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
    opacity: 1;
    content: "";
}

.slide-wrapper {
    /* position: relative;*/
    position: absolute;
    width: 90%;
    height: 100%;
    max-width: 1263px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin: auto;
}

.slide-caption {
    top: 50%;
    left: 5%;
    width: 48%;
    max-width: 665px;
    color: #143e6a;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    animation: bannerfadeIn ease-in-out 0.7s;
    -webkit-animation: bannerfadeIn ease-in-out 0.7s;
    -moz-animation: bannerfadeIn ease-in-out 0.7s;
    -o-animation: bannerfadeIn ease-in-out 0.7s;
    -ms-animation: bannerfadeIn ease-in-out 0.7s;
}

.slide-caption h2 {
    font-size: 4.8em;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 3%;
}

.slide-caption p {
    text-align: left;
}

.home-slide.overlay .slide-caption {
    color: #fff;
    text-shadow: 0px 8px 24px rgba(0, 0, 0, 0.5);
}

.text-image-block .text-block {
    width: 49%;
}

.text-image-block .image-block {
    width: 46%;
    padding-bottom: 0;
}

.text-image-block:nth-child(even) .text-block {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.text-image-block:nth-child(even) .image-block {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.sec-padding {
    padding: 7em 0;
}

.home .sec-padding {
    padding: 12em 0;
}

.sec-padding+.sec-padding {
    padding: 6em 0;
}

.sec-padding+.sec-padding:nth-child(2) {
    padding: 0em 0 6em 0;
}

.sec-padding+.sec-padding:last-child {
    padding: 6em 0 12em 0;
}

.home-heading {
    margin-bottom: 1em;
    font-weight: 700;
}

.sec-subheading {
    margin: 2em 0 0.5em 0;
    font-weight: 700;
    font-size: 2.8em;
}

.home .sec-subheading {
    margin: 1.5em 0 1em 0;
}

.hc-photo {
    display: block;
    width: 80%;
    margin: 0 auto 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
}

a.cat-row {
    cursor: pointer;
}

a.cat-row .hc-photo {
    padding-bottom: 100%;
    width: 80%;
    padding-bottom: 80%;
    margin: 0 auto 15px;
}

.hc-name {
    display: block;
    font-size: 2.1em;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.hc-title {
    display: block;
    font-size: 1.8em;
    color: #505669;
}

a.cat-row:hover .photo img {
    -webkit-transform: perspective(1000px) scale(1.05, 1.05);
    transform: perspective(1000px) scale(1.05, 1.05);
    -webkit-transform-style: flat;
    transform-style: flat;
}

a.cat-row:hover .hc-name {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.contact-rows {
    border-radius: 12px;
    overflow: hidden;
}

.contact-row {
    padding: 45px 95px;
    color: #fff;
}

.contact-row .sec-subheading {
    margin-top: 0.5em;
}

.contact-row p,
.contact-row a {
    color: #fff;
    margin-bottom: 0.25em;
}

.contact-row:first-child {
    width: 51%;
}

.contact-row:last-child {
    width: 49%;
}

.contact-row span {
    display: inline-block;
}

.contact-title {
    display: inline-block;
    width: 115px;
}

.cat-popup {
    width: 80%;
    margin: auto;
    padding: 6em;
    border-radius: 12px;
}

.pi-left {
    width: 22%;
}

.circle-photo {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
}

.pi-content {
    width: 72%;
}

.pi-content p {
    font-size: 2.1em;
}

.pi-content p.pi-title {
    font-size: 2em;
    color: #505669;
    padding-bottom: 1em;
    border-bottom: 2px solid #DADDE0;
    margin-bottom: 1.5em;
}

.fancybox-close-small:after {
    font-size: 37px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    top: 12px;
    right: 12px;
}

.cat-popup {
    display: none;
}

.page-banner {
    width: 100%;
    padding-bottom: 21%;
}

.page-banner h1 {
    bottom: 25px;
    font-size: 5.6em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.page-banner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 90%);
    content: "";
}

.expand-all {
    overflow: hidden;
    padding-bottom: 3em;
}

.expand-btn,
.collect-btn {
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.2;
    color: #303AB1;
    border: 0;
    background-color: transparent;
    float: right;
    cursor: pointer;
}

.expand-btn:after,
.collect-btn:after {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.expand-btn {
    display: none;
}

.expand-btn:after {
    background-image: url(images/plus-dark.png);
}

.collect-btn:after {
    background-image: url(images/minus-dark.png);
}

.accordion-rows {
    padding-bottom: 7em;
}

.accordion-row {
    margin-bottom: 5em;
}

.accordion-row:last-child {
    margin-bottom: 0;
}

.sec-heading.accordion-icon {
    position: relative;
    padding: 15px 45px 15px 15px;
}

.sec-heading.accordion-icon:after {
    right: 10px;
    top: 24px;
    width: 22px;
    height: 22px;
    background-image: url(images/plus-dark.png);
}

.sec-heading.accordion-icon.active:after {
    background-image: url(images/minus-dark.png);
}

h2.accordion-icon {
    color: #fff;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2;
    background-color: #505669;
    padding: 15px 45px 15px 15px;
    border-radius: 10px 10px 0 0;
    background-image: url(images/plus.png);
    background-size: 22px;
    background-position: right 15px center;
    cursor: pointer;
}

h2.accordion-icon.active {
    background-image: url(images/minus.png);
}

.accordion-details {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #EFEFEF;
    border-top: 0;
}

.accordion-details p {
    margin-bottom: 0.5em;
}

.accordion-details p,
.accordion-details li {
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.78;
    text-align: justify;
}

.accordion-details ul {
    margin-bottom: 4em;
}

.accordion-details a {
    text-decoration: underline;
}

.inpage-padding {
    padding: 7em 0 0 0;
}


/* .has-link {
        .sec-heading {
            margin-top: 80px;
        }
    }*/

.sec-heading {
    font-size: 4em;
    font-weight: 700;
    border-bottom: 2px solid #DADDE0;
    padding-bottom: 10px;
    margin-bottom: 1em;
}

.sec-heading:before {
    width: 12px;
    height: 12px;
    margin: 0 12px;
    border-radius: 12px;
    background-color: #303AB1;
}

.circle-photo {
    display: block;
    width: 264px;
    padding-bottom: 264px;
    border-radius: 100%;
    margin: 0 auto 15px;
}

.blue-text {
    color: #303AB1;
}

.green-text {
    color: #05B6AC;
}

.grid-1-3>.grid-col:nth-last-child(1),
.grid-1-3>.grid-col:nth-last-child(2),
.grid-1-3>.grid-col:nth-last-child(3) {
    margin-bottom: 0;
}

.tablink {
    font-size: 2.1em;
    font-weight: 700;
    color: #505669;
    text-align: center;
    padding: 8px 28px;
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
}

.tablink.active {
    background-color: #fff;
    color: #303AB1;
}

.tablink.active:before {
    position: absolute;
    top: 15.5px;
    left: 13px;
    width: 8px;
    height: 8px;
    margin: 0 9px 0 0;
    border-radius: 9px;
    background-color: #303AB1;
}

.tablink.active:after {
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #FFF;
}

.tabcontents {
    margin-top: -2px;
    border: 1px solid #EFEFEF;
    background-color: #fff;
}

.tabcontent {
    display: none;
    padding: 3em;
}

.tabcontent:first-child {
    display: block;
}

.sec-cards {
    margin-bottom: 18em;
}

.sec-card {
    background-color: #E1E1E1;
    padding: 3em;
    border-radius: 12px;
    color: #000;
}

.card-heading {
    display: block;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2;
}

.card-text {
    display: block;
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0.8em;
}

.card-link {
    display: block;
    color: #303AB1;
    font-size: 2.1em;
    font-weight: 400;
    line-height: 1.2;
    padding-top: 3em;
}

.card-link:after {
    width: 14.4px;
    height: 12.8px;
    background-image: url(images/blue-arrow.png);
    margin-left: 7px;
}

.full-image {
    padding-bottom: 21%;
}

.custom-table {
    padding-bottom: 3em;
}

.custom-table th {
    background-color: #E1E1E1;
    font-size: 2.1em;
    text-align: left;
    padding: 10px;
}

.custom-table td {
    padding: 10px;
    font-size: 2.1em;
    background-color: #fff;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}

.custom-table td table,
.custom-table td tbody {
    height: 100%;
}

.custom-table td td {
    font-size: 1em;
}

.grey-bg .custom-table th {
    background-color: #F6F6F7;
}

.custom-table td.no-padding,
.no-padding,
.no-margin {
    padding: 0;
    margin: 0;
}

.no-border,
.custom-table td.no-border {
    border: 0;
    margin-bottom: 0.2em;
}

.custom-table td.light-bg {
    background-color: #F6F6F7;
}

.custom-table td.blue-bg {
    background-color: #F2F9FF;
}

.timetable td {
    vertical-align: middle;
}

.sec-padding>.inpage-padding:first-child {
    padding: 0;
}

.text-block ul,
.text-block ol {
    font-size: 2.1em;
    color: #505669;
    margin-left: 18px;
    margin-bottom: 2em;
    margin-top: 1em;
}

.text-block ul li {
    position: relative;
    margin-bottom: 0.5em;
}

.text-block ul li:before {
    left: -18px;
    content: '•';
    color: #303AB1;
    margin-right: 10px;
}

.text-block ul li ul,
.text-block ul li ol {
    font-size: 1em;
    margin-top: 5px;
}

.text-block ul li ul li:before,
.text-block ul li ol li:before {
    width: 5px;
    height: 5px;
    background-color: transparent;
    border: 1px solid #303AB1;
    content: '';
    border-radius: 5px;
    margin-top: 7px;
}

.text-block ol {
    list-style: outside decimal;
    margin-bottom: 2em;
}

.text-block ol ul,
.text-block ol ol {
    font-size: 1em;
    margin-top: 5px;
}

.text-block ul.check-list {
    list-style: none;
    margin-left: 0;
}

.text-block ul.check-list>li {
    padding-left: 30px;
    background-image: url(images/check.png);
    background-size: 18px;
    background-position: left top 6px;
}

.text-block ul.check-list>li:before {
    display: none;
}

.sponsor-row {
    border-bottom: 1px solid #EFEFEF;
}

.sponsor-row:last-child {
    border: 0;
    padding-bottom: 3em;
}

.sr-left {
    width: 27%;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.2;
    padding: 2.8em 0 0 0;
}

.text-image-block:nth-child(even) .image-block.map-container {
    width: 57%;
    padding-bottom: 26.22%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.text-image-block:nth-child(even) .image-block.map-container iframe {
    width: 100%;
    height: 100%;
}

.table-style-2 td {
    border-bottom: 0;
}

.table-style-2 tr td:last-child {
    border-right: 0;
}

.table-style-2 tr:nth-child(odd) td {
    background-color: #F6F6F7;
}

.white-bg {
    background-color: #fff !important;
}

.gallery-row {
    width: 100%;
    padding-bottom: 58%;
    display: block;
}

.grey-bg {
    background-color: #e9eaed;
}

.green-bg {
    background-color: #05B6AC;
}

.darkgrey-bg {
    background-color: #505669;
}

.light-bg {
    background-color: #F9F9FA;
}

.lock:before {
    width: 13px;
    height: 13px;
    background-image: url(images/lock.png);
    margin-right: 7px;
    margin-top: -3px;
}

.contact-section {
    background: #303ab1;
    background: -webkit-gradient(linear, left top, right top, color-stop(37.5%, #303ab1), color-stop(37.6%, #f6f6f7));
    background: linear-gradient(90deg, #303ab1 37.5%, #f6f6f7 37.6%);
}

.contact-heading {
    position: relative;
    width: 37%;
}

.contact-heading span {
    font-size: 4em;
    font-weight: 700;
    color: #fff;
}

.contact-heading span:before {
    width: 12px;
    height: 12px;
    margin: 0 12px;
    border-radius: 12px;
    background-color: #fff;
}

.contact-details {
    width: 65%;
    padding: 7em 0;
}

.contact-details h3 {
    font-size: 2.1em;
    font-weight: 700;
    border-bottom: 1px solid #DADDE0;
    padding-bottom: 8px;
    margin-bottom: 1.2em;
}

.contact-details p {
    font-size: 1.8em;
    margin-bottom: 0.2em;
}

.contact-details .contact-title {
    width: 105px;
}

.cd-row {
    margin-bottom: 5em;
    width: 46%;
}

.cd-row a {
    color: #505669;
}

.contact-logo {
    display: inline-block;
    margin-right: 25px;
}

.contact-logo img {
    max-width: auto;
    height: 80px;
}

.box {
    padding: 15px;
    background-color: #f8f8f9;
    -webkit-box-shadow: 0 8px 16px rgba(50, 50, 90, 0.1), 0 2px 7px rgba(0, 0, 0, 0.07);
    box-shadow: 0 8px 16px rgba(50, 50, 90, 0.1), 0 2px 7px rgba(0, 0, 0, 0.07);
}

.box p {
    font-size: 2.1em;
}

.box-top {
    margin-bottom: 10px;
}

.box-top span {
    display: inline-block;
    vertical-align: middle;
}

.box-icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.box-heading {
    color: #05B6AC;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2;
}

.flex-1-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-1-2 .flex-col {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 2%;
}

.cl-row {
    background-color: #fff;
    padding: 25px 15px;
}

.cl-row p {
    font-size: 2.1em;
}

.full-col {
    width: 100%;
}

.flex-col .sc-left,
.full-col .sc-left {
    width: 100px;
}

.flex-col .sc-right,
.full-col .sc-right {
    width: calc(100% - 120px);
}

.flex-col .sc-photo,
.full-col .sc-photo {
    width: 100px;
    height: 100px;
    padding: 0;
}

ul.check-list {
    list-style: none;
    margin-left: 0;
}

ul.check-list>li {
    padding-left: 30px;
    background-image: url(images/check.png);
    background-size: 18px;
    background-position: left top 6px;
}

.joinus-block {
    background-color: #05B6AC;
    padding: 15px 0;
}

.joinus-block .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.jb-text h3 {
    font-weight: 700;
    color: #fff;
}

.jb-text p {
    color: #fff;
    margin-top: 5px;
}

.jb-input {
    width: 31%;
    border: 2px solid #fff;
    padding: 0 0 0 10px;
    border-radius: 8px;
    overflow: hidden;
}

.jb-input input[type="email"] {
    width: calc(100% - 40px);
    background-color: transparent;
    color: #fff;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.2;
}

.jb-input input::-webkit-input-placeholder {
    color: #fff;
}

.jb-input input:-ms-input-placeholder {
    color: #fff;
}

.jb-input input::-ms-input-placeholder {
    color: #fff;
}

.jb-input input::placeholder {
    color: #fff;
}

.mc-field-group {
    width: 100%;
}

.jb-input input[type="submit"] {
    font-size: 1.8em;
    font-weight: 700;
    background-color: #fff;
    padding: 12px 5px;
    text-align: center;
    color: #05B6AC;
    cursor: pointer;
}

#popup {
    display: none;
    width: 90%;
    max-width: 768px;
    padding: 0;
}

.popup-btn {
    display: none;
}

#popup h2 {
    color: #303AB1;
    padding: 15px 24px;
    font-size: 3.2em;
    font-weight: 700;
}

.popup-content {
    padding: 0 24px 24px 24px;
}

.popup-content p {
    font-size: 1.8em;
}

.scroll-animation {
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    opacity: 0;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    -ms-transition: 1s all ease;
}

.scroll-animation.active {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
}

.primary-fadein {
    opacity: 0;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
    -ms-transition: 1.5s all ease;
}

.primary-fadein.active {
    opacity: 1;
}

.primary-fadein.show .sec-heading {
    margin-top: 20px;
}

.arrow-btn {
    display: none;
}


/*# sourceMappingURL=style.css.map */