@font-face {
    font-family: 'Archer-m';
    src: url('css/font/Archer-Medium-Pro.otf') format('opentype');
}

@font-face {
    font-family: 'Archer-l';
    src: url('css/font/Archer-Light-Pro.otf') format('opentype');
}

@font-face {
    font-family: 'Archer-bk';
    src: url('css/font/Archer-Book-Pro.otf') format('opentype');
}

html {
    min-height: 100%;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #3EB77E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Made Tommy', sans-serif;
    font-size: 14px;
}

p,
li,
a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

#header:after {
    content: " ";
    display: block;
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

h2 {
    font-size: 2.5em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}

.content_header h3{
    color: white;
}

body::-webkit-scrollbar {
    width: 1em
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey
}

/* nav */

.navbar-default {
    background-color: transparent;
    border: none;
    z-index: 9999;
}

.collapse,
.navbar-collapse {
    float: right;
}

#navbar {
    margin-top: 40px;
}

.navbar-nav > li > a {
    padding: 0.5em 1em;
}

@media(max-width: 1200px) {
    .container-fluid > .navbar-collapse {
        width: 100%;
        margin-top: 5em;
        margin-right: 0px;
        /*background-color: rgba(0, 0, 0, 0.458824);*/
        background-color: #070A32;
    }

    .default_header .container-fluid > .navbar-collapse {
        background-color: transparent;
    }

    #navbar {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .container-fluid > .navbar-collapse.navbar-default-page {
        background-color: transparent;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:hover {
    padding: 0.5em 1em;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    transition: background-color 0.2s ease-in;
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 1em;
    }
}

ul.nav.navbar-nav > li {
    text-transform: uppercase;
}

li.dropdown > ul {
    text-transform: none;
}

li.dropdown:hover ul {
    border-radius: 0px;
    width: 200px;
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    z-index: 999;
}

.dropdown-menu {
    opacity: 0;
}

@media(max-width: 1200px) {
    li.dropdown:hover ul {
        position: static;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 2em;
        display: block;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }
}

.navbar-default .navbar-nav > .active > a {
    background-color: rgb(40 138 92 / 60%);
    color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.company-logo {
    height: 100%;
    max-height: 200px;
}

.navbar-brand {
    padding: 20px;
    max-width: 300px;
    height: 150px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.navbar {
    margin-bottom: 0;
}

#header.narrow .navbar-brand {
    max-width: 240px;
    height: 110px;
}

@media (max-width: 768px) {
    .company-logo {
        max-height: 70px;
    }

    .navbar-brand {
        padding: 20px;
        max-width: 250px;
        height: auto;
    }

    #header.narrow .navbar-brand {
        max-width: 220px;
        height: 110px;
    }
}

@media (max-width: 1200px) {
    .navbar-header,
    .navbar-left,
    .navbar-right,
    .navbar-nav,
    .navbar-nav > li {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 16px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        margin-top: 7.5px;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

/*home banner*/

@media screen and (max-width: 1680px) {
    #banner {
        padding: 10em 0 18em;
    }
}

#banner {
    background-attachment: scroll, fixed;
    background-color: #666;
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    color: #fff;
    padding: 12em 0 22em;
    text-align: center;
}

#banner h2 {
    font-size: 5em;
    line-height: 1em;
    margin: 2em 0 0.5em;
    padding: 0;
}

#banner a.btn.btn-primary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

#banner p {
    font-size: 1.25em;
    margin: 0 0 3em;
}

@media (max-width:1024px) {
    #banner h2 {
        font-size: 4em;
    }

    #banner p,
    a.btn {
        font-size: 1em !important;
    }

    #banner {
        padding: 12em 0 22em;
    }
}

@media (max-width:767px) {
    #banner h2 {
        font-size: 1.7em;
    }

    #banner p {
        font-size: 1em;
    }

    a.btn {
        font-size: 1em !important;
    }

    #banner {
        background-attachment: scroll, scroll;
        padding: 7em 0 15em 0;
    }
}

/*home main content*/

#home_main {
    padding: 4em 0;
    margin-top: -14em;
}

#home_main .section {
    padding: 3em 6.7em;
}

.section {
    /*background: #3ebb7f;*/
    background: #101340;
    padding: 3em;
}

.content_header {
    padding: 2em 0;
    text-align: left;
}

.content_header h2 {
    margin: 0;
}

.content_header p {
    display: inline-block;
    color: #fff;
    margin: 1em 0 0;
    /*padding: 1.5em 0 0;*/
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.6;
}

.content_header h2 {
    border-bottom: solid 2px #fff;
    padding-bottom: 0.8em;
    font-weight: 400;
    color: white;
}

.content_header_img {
    border-radius: 0 0 6px 6px;
    display: block;
    margin: 3em 0 -3em -3em;
    position: relative;
    width: calc(100% + 6em);
}

.content_header_img img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.section_icon .btn {
    border: 2px solid #000000;
    border-radius: 100%;
    color: #ffffff;
    cursor: default;
    height: 6.5em;
    line-height: 5.5em;
    width: 6.5em;
    cursor: pointer;
    margin: 0;
    padding: 6px 12px;
    -moz-transition: background-color 0.2s ease-in-out, color 0.s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.section_icon .btn:hover {
    opacity: 1;
    background-color: #3EB77E;
}

.section_icon .btn:hover i {
    color: #3EB77E;
    opacity: 1;
}

@media screen and (max-width:767px) {
    .content_header p {
        display: inline-block;
        /*color: #777;*/
        margin: 0;
        padding: 0.9em 0 0;
        font-style: normal;
        font-size: 1.3em;
    }

    .section {
        padding: 0em 1em;
    }

    .content_header_img {
        display: block;
        margin: 3em 0 -3em -3em;
        position: relative;
        width: calc(100% + 2em);
    }
}

/*home block content*/

.content_block {
    border-top: solid 2px #e5e5e5;
    position: relative;
}

.content_block:first-child {
    border-top: 0;
}

.content_block .block_content {
    float: left;
    padding: 2em 1em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.content_block .block_content:hover .section_icon .btn {
    border-color: white;
}

.content_block .block_content:hover .section_icon i {
    color: white;
}

.content_block .block_content:hover {
    cursor: pointer;
}

.content_block p {
    text-align: left;
    color: #333;
}

@media (max-width: 1199px) {
    .content_block,
    .content_block > div:first-child {
        border: none;
    }

    .block_content {
        text-align: center;
    }
}

@media (max-width: 767px) {
    #home_main {
        padding-bottom: 0;
    }

    #home_main .section {
        padding: 0.5em 1.3em;
    }

    .content_header h2 {
        font-size: 20px;
    }
}

.content_block .block_content div,
.content_block .block_content h3 {
    text-align: center;
}

.section_icon span {
    text-align: left;
}

.content_block .block_content h3 {
    margin-top: 0.4em;
    color: #333;
}

i.fa {
    font-size: 3em;
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

i.fa:hover {
    opacity: 1;
}

.block_content .section_icon i {
    margin: 0.35em 0 0 0.05em;
    color: #000000;
}

/*sub main content*/

#main {
    position: relative;
    padding: 0em 0 6em;
    margin-top: 7em;
    z-index: 10;
}

#main .content_header_img {
    margin: -3em 0 0 -3em;
}

@media (max-width: 767px) {
    #main {
        padding-bottom: 5em;
    }

    #main .content_header_img {
        margin-left: -1em;
        margin-right: -1em;
    }
}

/*page header*/

.page_header {
    text-align: left;
}

.page_header h2 {
    color: #ffffff;
    margin-top: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 3em;
    display: inline-block;
    /*background-color: rgba(62, 183, 126, 0.6);*/
    background-color: #101340;
    padding: 20px;
    font-weight: 600;
}

@media (max-width:767px) {
    .page_header {
        text-align: center;
        padding-bottom: calc(100vh * 0.07);
        padding-top: calc(100vh*0.1);
    }

    .page_header h2 {
        font-size: 2em;
        font-weight: 600;
        padding: 10px;
        margin: 0em;
        background-color: rgb(37, 232, 202);
    }
}

/*content body*/

.content_body {
    padding: 2em 0;
}

.content_body .row {
    padding-bottom: 30px;
}

.content_body h2 {
    margin: 0;
}

.content_body p {
    color: #ffffff;
    font-style: normal;
    font-size: 1.2em;
    text-align: left;
    padding-top: 15px;
}

.content_body h2 {
    border-bottom: solid 2px #ffffff;
    margin-bottom: 0.8em;
    padding-bottom: 0.8em;
    padding-top: 1em;
}

.content_body h3,
.content_body h4 {
    margin: 1em 0;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width:767px) {
    .content_body h3 {
        margin: 1em 0;
        font-size: 1.3em;
    }
}

.content_body_img {
    border-radius: 0 0 6px 6px;
    display: block;
    margin: 3em 0 -3em -3em;
    position: relative;
    width: calc(100% + 6em);
}

.content_body_img img {
    display: block;
    width: 100%;
}

.content_body ul {
    padding-left: 0;
}

.content_body ul li {
    font-size: 1em;
    padding-bottom: 0.5em;
    position: relative;
    padding-left: 1.5em;
    color: white;
}

.content_body a {
    color: #ffffff;
}

.content_body a:hover {
    opacity: 0.5;
}

.content_body .btn.blue_btn {
    background-color: transparent;
}

.content_body a.btn.blue_btn:hover,
#appointment_form .btn.blue_btn:hover {
    background-color: rgba(0, 30, 65, 0.25);
    color: #ffffff;
}

.blue_btn {
    padding: 1em 5em;
    border-radius: 0px;
    letter-spacing: 1px;
    font-weight: 900;
    text-transform: uppercase;
}

.profile_img {
    padding-bottom: 2em;
}

.team_profile p {
    margin-top: 0;
    display: block;
}

.content_body.team_profile .btn.blue_btn {
    margin-top: 1em;
}

.content_body .team {
    padding: 2em 0 2em;
}

/*modal*/

.team_profile .modal p {
    padding-top: 1em;
    font-size: 1em;
}

.team_profile .modal h5 {
    padding-top: 1em;
    font-weight: 700;
    color: #333333;
    font-size: 1.5em;
}

.team_profile .modal ul {
    margin: 2em auto;
}

.team_profile .modal li {
    padding-bottom: 0.3em;
}

.team_profile .modal-header {
    background-color: #3EB77E;
    border-radius: 6px 6px 0 0;
}

.team_profile .modal-title > p {
    padding-top: 0;
    font-size: 1.5em;
    color: #fff;
}

.modal-header .close {
    margin-top: -75px;
    color: #fff;
    opacity: 0.4;
}

.close {
    position: absolute;
    top: -3px;
    right: 16px;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
    font-size: 15px;
}

.modal-backdrop {
    background-color: #333;
}

.modal-backdrop.in {
    opacity: 0.95;
}

/*bottom banner*/

.bottom_banner > div {
    padding: 2em 5em;
    text-align: center;
}

.bottom_banner {
    background-color: rgb(234, 234, 234);
}

.bottom_banner p {
    color: #101340;
    margin: 33px 20px;
}

.bottom_banner h2 {
    color: #101340;
    margin: 33px 0;
    line-height: 1.5em;
    font-size: 2em;
}

@media(max-width: 767px) {
    .bottom_banner h2 {
        /*font-size: 2em;*/
        margin: 10px -1px;
    }

    .bottom_banner > div {
        padding: 2em 2em;
        text-align: center;
    }
}

a.btn,
button.btn {
    padding: 0.8em 3.3em;
    background-color: transparent;
    -moz-transition: background-color 0.15s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.15s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.15s ease-in-out, color 0.2s ease-in-out;
    margin-top: 1em;
}

.btn.blue_btn,
a.btn.light_btn {
    color: #fff;
    border-color: #fff;
    background: rgb(62 187 127 / 60%);
}

a.btn.white_btn {
    color: #ffffff;
    border-color: #ffffff;
}

a.btn.black_btn {
    color: #000000;
    border-color: #000000;
}

a.btn.light_btn,
a.btn.black_btn,
a.btn.white_btn {
    border-radius: 0px;
    font-size: 1.4em;
}

a.btn.white_btn:hover {
    background-color: rgba(255, 255, 255, 0.33);
}

a.btn.black_btn:hover {
    background-color: rgba(10, 10, 10, 0.25);
}

a.btn.light_btn:hover {
    background-color: rgba(62, 183, 126, 1);
    color: #fff;
    opacity: 1;
}

.bottom_banner a.btn.blue_btn {
    margin-top: 2em;
}

.bottom_banner a.btn.blue_btn:hover,
.team_profile button.blue_btn:hover {
    background-color: rgba(0, 30, 65, 0.25);
}

.bottom_banner .row {
    padding-bottom: 1em;
}

/*footer*/

.footer .footer_text a:focus {
    color: #fff;
    text-decoration: none;
}

.footer {
    position: relative;
    background: #101340;
    padding: 3em 4em 1em;
    overflow: hidden;
}

.footer p {
    font-size: 0.75em;
    color: #fff;
}

.social-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social_sharing h4{
    color: #fff;
    font-size: 18px;
}

ul.social_icon li {
    display: block;
    /*padding: 0 1.25em 0;*/
    margin-bottom: 5px;
}

ul.social_icon {
    margin-bottom: 2em;
    padding-left: 0;
}

.social_icon a:hover i,
.social_icon a:hover span{
    color: #3EB77E;
}

.social_icon i{
    font-size: 14px;
}

.social_icon .fa-facebook{
    padding-right: 10px;
}

.social_icon .label{
    padding: 0;
    font-size: 14px;
    font-weight: 300;
}

@media(max-width:1199px) {
    .footer {
        padding: 1%;
        padding-top: 2em;
    }

    ul.social_icon li {
        padding: 0;
    }

    ul.social_icon {
        padding-left: 0;
    }
}


@media(max-width:579px) {
    .footer-link #disclaimers{
        display: block;
    }
}

.footer .footer-img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: .1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*news*/

.post-area {
    padding-left: 0;
    padding: 10px 0px;
    border: 2px solid rgba(255, 255, 255, 0.91);
    margin-bottom: 20px;
}

.load-more.animated {
    -webkit-animation-delay: 1.5s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 1.5s;
}

.load-more {
    text-align: center;
    clear: both;
}

.post-area,
.post-title,
.post-date {
    display: inline-block;
    clear: both;
    height: 100%;
    width: 100%;
    text-align: left;
}

.post-title a {
    font-size: 1.3em;
}

.post-date {
    margin: 5px 0;
    font-size: 10px;
    font-style: italic;
}

.preview-image {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-right: 15px;
}

.preview-image img {
    height: 180px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:991px) {
    .preview-image {
        margin-bottom: 10px;
    }
}

.preview-content,
.preview-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.preview-content p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.post-more {
    padding-top: 4em;
}

.newsletter img {
    max-width: 100%;
    height: auto;
}

#searchLoadingImg {
    text-align: center;
}

.key-points ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    margin-top: 1em;
}

.key-points ul li {
    position: relative;
    margin-left: 1em;
    list-style-type: none;
    font-size: 1em;
}

.key-points ul li:before {
    position: absolute;
    left: -1em;
    content: '\203a';
    font-size: 15px;
}

.key-points {
    background-color: rgba(145, 185, 208, 0.61);
    padding: 20px;
}

.newsletter h2 {
    color: #1983B5;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.newsletter ul {
    padding-left: 15px;
    list-style-type: none;
}

.newsletter sup {
    color: #7f7f7f;
}

.post-content i.fa {
    font-size: 1.5em;
    vertical-align: bottom;
    font-weight: 700
}

.post-content a {
    font-weight: 700;
}

.post-content {
    padding-top: 39px;
}

/*news content*/

.news-content img {
    padding: 2em 0;
}

.news-content h2 {
    color: #3EB77E;
    padding: 1em 0 0.5em;
}

.news-content h2 strong,
.news-content ul li strong,
.news-content ul li {
    font-size: 1em;
}

.news-content ul {
    margin: 2em 0 0;
}

.news-content ul li {
    color: #777;
}

.news-content p,
.news-content p strong {
    display: block;
}

.news-content p strong {
    font-size: 1.2em;
    line-height: 0.5em;
    display: inline;
}

.news-content p {
    margin: 1em 0 0;
}

/*contact us*/

.contact-details {
    margin: 2em 0;
    border-bottom: 2px solid #fff;
}

.contact-details > div {
    padding-left: 0;
}

.contact-details p {
    text-align: left;
}

.contact-details p label {
    color: #3EB77E;
}
/*contact us form*/

#appointment_form {
    margin-bottom: 1em;
}

#appointment_form label {
    text-align: left;
    float: left;
}

#appointment_form .form-group {
    padding-left: 0;
    margin-top: 1em;
}

#google-recaptcha,
#google-recaptcha .g-recaptcha,
#appointment_form .btn.blue_btn {
    float: right
}

#google-recaptcha .g-recaptcha {
    margin-top: 1em;
}

#appointment_form .btn.blue_btn {
    padding: 1em 9em;
    margin-top: 0;
}

#appointments p,
#appointments strong {
    font-size: 1em;
    text-align: left;
}

/*map*/

#map, #map2 {
    height: 300px;
}

.map_wrapper {
    margin: 0 -3em;
    padding: 3em 0;
}

.map_wrapper:first-of-type {
    margin-top: -8em;
}

/*animated object*/

.fadeInUp {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 980ms;
}

.fadeInUp:nth-child(2) {
    -webkit-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-duration: 790ms;
    animation-delay: 750ms;
}

.fadeIn {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    animation-duration: 1000ms;
    animation-delay: 1300ms;
}

@media (max-width: 767px) {
    .map_wrapper {
    margin: 0 -1.2em;
    }
}

/*customise*/


#header {
    position: fixed;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 110px;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

#header.narrow {
    background-color: #101340;
}

.default_header {
    background: #101340;
}

.home_header {
    background: transparent;
}

ul {
    list-style-type: none;
    text-align: left;
}

.section ul > li:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    font-size: 0.4em;
    left: 10px;
    top: 6px;
}

.no_banner {
    padding-top: 0px;
}

/*custom search*/

#search-tool,
#search-tool-mobile {
    float: left;
}

#search-tool .gsc-input-box,
#search-tool-mobile .gsc-input-box {
    height: auto;
    width: 160px;
}

#search-tool table.gsc-search-box,
#search-tool-mobile table.gsc-search-box {
    width: 200px;
}

#search-tool table.gsc-search-box #gs_tti50,
#search-tool-mobile table.gsc-search-box #gs_tti50 {
    padding-top: 2px;
    padding-bottom: 2px;
}

#search-tool .cse .gsc-search-button input.gsc-search-button-v2,
#search-tool input.gsc-search-button-v2,
#search-tool-mobile .cse .gsc-search-button input.gsc-search-button-v2,
#search-tool-mobile input.gsc-search-button-v2 {
    width: 69px;
    height: 27px;
    outline: none;
}

@media (max-width: 300px) {
    #search-tool .cse .gsc-search-button input.gsc-search-button-v2,
    input.gsc-search-button-v2,
    #search-tool-mobile .cse .gsc-search-button input.gsc-search-button-v2 {
        width: 50px;
        height: auto;
        padding: 6px 17px;
    }
}

#search-tool .gsc-results-wrapper-overlay .gsc-selected-option-container,
#search-tool-mobile .gsc-results-wrapper-overlay .gsc-selected-option-container {
    width: auto !important;
}

#search-tool .gsc-control-cse.gsc-control-cse-en,
#search-tool-mobile .gsc-control-cse.gsc-control-cse-en {
    background: transparent;
    border: none;
}

.search-wrapper {
    position: relative;
}

.default_header #search-button i.fa,
.default_header #search-button-mobile i.fa {
    color: #fff !important;
}

.default_header #search-tool,
.default_header #search-tool-mobile {
    position: absolute;
    top: 100px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}

.default_header #search-tool {
    top: 80px;
    left: -120px;
}

#search-tool {
    position: absolute;
    top: 50px;
    left: -160px;
}

#search-tool-mobile {
    position: absolute;
    top: 80px;
    right: 0;
}

#search-button {
    padding: 0 1em;
    margin: 0em;
    position: absolute;
    top: 18px;
    left: -35px;
}

#search-button-mobile {
    padding: 0 0.8em;
    position: absolute;
    top: 50px;
    right: 10px;
}

#search-button i,
#search-button-mobile i {
    font-size: 1.5em;
}

#search-button i.fa,
#search-button-mobile i.fa {
    color: #fff;
}

#gs_cb50 {
    vertical-align: middle;
}

@media (max-width: 1200px) {
    #search-button {
        display: none;
    }
}

@media (min-width: 1201px) {
    #search-button-mobile {
        display: none;
    }
}

@media (max-width: 1201px) and (min-width: 768px) {
    #search-button-mobile {
        padding: 0 0.8em;
        position: absolute;
        top: 60px;
        right: 27px;
    }
}

/*contact us*/
.disclaimer h3 {
    color: #3EB77E;
}

.disclaimer p {
    color: #fff;
}

/*video accordion*/

.panel-body > div {
    margin-bottom: 20px;
}

.panel-group .panel-title > a.collapsed,
.panel-group .panel-title > a {
    background: #3EB77E;
}

.panel-group .panel-body {
    padding: 10px;
    background-color: #f5f5f5;
    border-top-color: transparent !important;
}

.panel-group .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.panel-group .panel-heading {
    padding: 0;
    border-radius: 0;
}

.panel-group .panel-title > a {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    border-bottom: none;
    border-radius: 6px;
}

.panel-body h4 {
    min-height: 55px;
}

h4.panel-title {
    margin: 0;
}

.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
    -webkit-transition: all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.collapsed.accordion-toggle:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*video modal*/

#video-modal .modal-dialog {
    transform: translate(0, 50%);
    margin-top: auto;
}

#video-modal .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 6px;
}

#video-modal body.modal-open {
    padding-right: 0px !important;
}

#video-modal .panel-group h3 {
    min-height: 55px;
}

#video-modal .panel-body > div {
    margin-bottom: 20px;
}

#video-modal .modal-backdrop {
    z-index: 100;
    bottom: 0;
}

@media(max-width: 767px) {
    #video-modal .modal-dialog {
        margin: 0px;
    }

    #video-modal .modal {
        top: 0;
    }
}

/*******************************/

#video-modal .modal-open {
    margin-right: 17px;
}

/*--------------------------------------------------*\
         orangebox (video)
\*--------------------------------------------------*/
#ob_container #ob_content {
    height: auto !important;
    width: auto !important;
    border: none;
}

#ob_container #ob_float {
    margin-bottom: -221px !important;
}

#ob_container #ob_close {
    height: auto;
    right: 0;
    left: auto;
    top: -21px;
    width: auto;
    color: #fff;
}

#ob_container #ob_window {
    padding: 0;
    max-width: 640px !important;
    width: 100% !important;
}

#ob_container #ob_video {
    width: 100% !important;
    height: 100% !important;
}

/*More*/

.para {
    padding: 40px 0px 70px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center bottom;
}

.para h2 {
    color: white;
    margin-bottom: 1.5em;
}

.para i.fa {
    font-size: 18px;
    padding-left: 10px;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: rgb(255 255 255 / 20%) !important;
    color: white;
}

.hvr-fade:hover a,
.hvr-fade:hover p,
.hvr-fade:hover h3 {
    color: #fff;
}

.block_content.hvr-fade {
    background-color: #ffffff;
}

.alias.hvr-fade {
    overflow: visible !important;
}

.navbar-default .navbar-collapse {
    border: 0px;
}

.navbar-toggle {
    border-radius: 0px;
}

#generalback {
    position: fixed;
    width: 100%;
    top: 90px;
    z-index: 0;
}

#generalback img {
    width: 100%;
    max-height: 480px;
}

#footback {
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 0;
}

#footback img {
    width: 100%;
    max-height: 400px;
}

#main .container {
    position: relative;
    z-index: 10;
}

.card {
    background-color: #272727;
    color: white;
    margin-bottom: 15px;
    height: 100%;
}

.card p {
    color: white;
    font-size: 1em;
}

.card .card-head {
    background-color: #ffffff;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
}

.card-head > h1,
.card-head > h2,
.card-head > h3,
.card-head > h4,
.card-head > h5 {
    margin: 0;
    color: black;
}

.card .card-body {
    padding: 15px 25px 20px;
}

.card .card-head i {
    position: relative;
    left: -10px
}

.hvr-sweep-to-bottom:before {
    background-color: #3EB77E !important;
}

.hvr-sweep-to-bottom:hover p {
    color: white !important;
}

@media(max-width: 767px) {
    .para {
        background-attachment: unset;
        background-size: auto;
        background-position: center;
    }
}

/***********************************
         contact/ get started
************************************/

.contact-content,
.contact-form-content {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form-content h1 {
    padding-bottom: 20px;
}

@media(max-width: 767px) {
    .contact-form {
        margin-bottom: 3em;
    }
}

.contact-address {
    margin: 25px 0;
}

.contact-details .contact-info {
    font-size: 18px;
    color: #C98D44;
    line-height: 40px;
}

.contact-details .contact-info i {
    width: 40px;
    font-size: 25px;
}

.contact-details .contact-info a {
    color: inherit;
}

@media(max-width:767px) {
    .contact-details {
        padding-top: 20px;
    }

    .contact-details .contact-info {
        font-size: 13px;
    }
}

@media(min-width:768px) {
    .contact-details {
        padding-left: 50px;
    }
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}

.contact-form .row {
    padding-bottom: 0px !important;
}

.contact-form .submit-btn {
    font-size: 1.4em;
    color: #fff;
    border-color: #fff;
    padding: 0.8em 3.3em;
    background: rgb(62 187 127 / 60%);
    border-radius: 0px;
    margin-top: 20px;
}

.contact-form .submit-btn:hover {
    background-color: rgba(62, 183, 126, 1);
    color: #fff;
    opacity: 1;
}

.contact-form .input-text {
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 5px;
    padding-bottom: 0px;
    border-width: 0 0 2px 0;
    border-color: #ffffff;
    color: #3EB77E;
    font-size: 25px;
    line-height: 26px;
    font-weight: lighter;
    -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;
    background-color: transparent;
}

.contact-form .input-text:focus {
    outline: none;
    /*border-color: #101340;*/
    border-color: #ffffff;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.contact-form .label {
    position: absolute;
    left: 10px;
    bottom: 11px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #ffffff;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    font-family: "Open Sans";
}

.contact-form .help-block {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    color: #a94442;
}

.contact-form button.btn.blue_btn {
    padding: 1em 7em;
}

.form-field.has-error input {
    border-color: #a94442;
}

.contact-form .submit {
    text-align: center;
    margin: 15px 0;
}

.g-recaptcha > div {
    width: 100% !important;
}

@media(max-width:767px) {
    .form-field {
        padding-top: 30px;
    }

    .g-recaptcha {
        transform: scale(0.8, 0.8);
    }
}

.get-started > .row:first-child {
    margin-bottom: 50px;
}

.contact-form {
    padding: 1em 1em 0;
}

#formWidgetSubmitResultText {
    margin-bottom: 20px;
    text-align: center;
    font-size: 25px;
    color: #3EB77E;
}

.contact_us_form {
    padding-top: 20px;
}

/*.contact_header:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 50px;*/
/*    border-bottom: 2px solid white;*/
/*    position: absolute;*/
/*    left: calc(50% - 25px);*/
/*}*/

/****************************************************\
     			Pagination
\****************************************************/

ul.pagination {
    clear: both;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 8px !important;
}

ul.pagination > li {
    color: #DBDBDB;
    font-weight: bold;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

#main ul.pagination > li:before {
    content: "";
    display: inline-block;
    width: 20px;
}

#main ul.pagination > li.cur,
#main ul.pagination > li:hover,
.prev,
.next {
    color: #00aae0;
}

#main ul.pagination > li:hover {
    cursor: pointer;
}

/*******************************************
            ytml search
*******************************************/

.results-wrapper-overlay {
    border: none;
    margin: auto;
    border-radius: 1px;
    overflow: auto;
    height: 80%;
    -webkit-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -moz-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -ms-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    -o-box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    box-shadow: 0px 3px 10px rgba(34, 25, 25, 0.4);
    border-collapse: separate;
    background: white;
    padding: 30px;
    width: 75%;
    background: #101340;
    position: fixed !important;
    top: 5%;
    left: 12%;
    opacity: 1;
    z-index: 100002;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.results-wrapper-overlay h3:after {
    margin-left: 0;
}

@media(max-width: 767px) {
    .results-wrapper-overlay {
        width: 96%;
        left: 2%;
    }
}

.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 {
    font-size: 20px;
    font-weight: 600;
}

.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;
}

@media (max-width: 767px) {
    #search-tool {
        position: static;
        margin-left: 0;
        max-width: 250px;
    }
}

@media(max-width: 768px) {
    #search-tool > form.navbar-form > div > input.form-control {
        width: 100%;
    }
}

.navbar-form .search-btn {
    background-color: #3EB77E;
    padding: 0.44em 2.5em;
    font-size: 14px;
    margin-top: 0;
    border-radius: 0;
}

.navbar-form .search-btn span {
    color: #fff;
    border-radius: 0;
}

.navbar-form input {
    border-radius: 0;
    border-right: 0;
}

.navbar-form input:focus {
    border-color: #3EB77E;
    -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;
    font-size: 30px;
    display: block;
}

#search-tool-mobile .searchLoadingImg {
    float: left;
    position: absolute;
    right: -45px;
    top: 3px;
}

#search-tool-mobile {
    position: absolute;
    top: 100px;
    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;
    }
}

.results-wrapper-overlay h3 {
    color: #fff;
    margin-bottom: 40px;
}

.results-wrapper-overlay ul.pagination > li:before {
    content: "";
    display: inline-block;
    width: 20px;
}

.results-wrapper-overlay ul.pagination > li.cur,
.results-wrapper-overlay ul.pagination > li:hover,
.results-wrapper-overlay ul.pagination .prev,
.results-wrapper-overlay ul.pagination .next {
    color: #3EB77E;
}

.results-wrapper-overlay ul.pagination > li:hover {
    cursor: pointer;
}

.results-wrapper-overlay ul.pagination > li {
    display: inline;
}

.results-wrapper-overlay ul.pagination .prev,
.results-wrapper-overlay ul.pagination .next {
    font-size: 14px;
}

.results-wrapper-overlay .search-item {
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 30px;
    visibility: visible;
    color: #fff;
}

.results-wrapper-overlay .fadeIn {
    animation-delay: unset;
}

.btn-more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -130px;
}

.fa {
    padding-right: 7px;
}