/* CSS Document */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
}
/***MAIN BLOCKS****/
.fw-bg {
    position: relative;
    float: left;
    width: 100%;
}
.phoo_row_wrapper {
    position: relative;
    float: left;
    width: 100%;
}
.phoo_row {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    padding: 0;
    background-size: cover;
    background-position: top center;
}
.page-pad .fw-wrapper {
    height: 30px;
}
/*********************/
.w960-centered .fw-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 30px 0 0 30px;
}
.w960-centered .fw-wrapper .block {
    position: relative;
    float: left;
    padding: 0 30px 30px 0;
}
/*********************/
.full-width .fw-wrapper {
    position: relative;
    width: calc(100% + 30px);
    width: 100%;
    height: auto;
    padding: 30px 0 0 30px;
}
.full-width .fw-wrapper .block {
    position: relative;
    float: left;
    padding: 0 30px 30px 0;
}
/*********************/
.block .inner {
    position: relative;
}
.spacer {
    position: relative;
    float: left;
    width: 100%;
}
.wrapper {
    position: relative;
    float: left;
    width: 100%;
}
.hidden {
    display: none;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.w-auto {
    width: auto;
}
.highlight {
    font-size: 20px;
    font-weight: 400;
}
.centered {
    text-align: center;
}
.no-alias {
    image-rendering: optimizeSpeed;
    /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;
    /* Firefox                        */
    image-rendering: -o-crisp-edges;
    /* Opera                          */
    image-rendering: -webkit-optimize-contrast;
    /* Chrome (and eventually Safari) */
    image-rendering: pixelated;
    /* Chrome */
    image-rendering: optimize-contrast;
    /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE8+                           */
}
/***************/
.fade_on_scroll {
    opacity: 0.1;
}
/*********
BLOCKS
************/
.col1 {
    width: 100%;
}
.col1_4 {
    width: 25%;
}
.col1_2 {
    width: 50%;
}
.col3_4 {
    width: 75%;
}
.col1_3 {
    width: 33.3333%;
}
.col2_3 {
    width: 66.6666%;
}
.col1_5 {
    width: 20%;
}
.col1_6 {
    width: calc(100% / 6);
}
.col1_6 .inner {
    text-align: center;
}
.col4_5 {
    width: 80%;
}
/*********
STRUCTURE
************/
.w5pc, .w10pc, .w20pc, .w25pc, .w30pc, .w33pc, .w40pc, .w50pc, .w60pc, .w66pc, .w70pc, .w75pc, .w80pc, .w90pc, .w95pc, .w100pc, .w80, .w160, .w240, .w320, .w400, .w480, .w560, .w640, .w720, .w800, .w880, .w960 {
    position: relative;
    float: left;
}
.w5pc {
    width: 5% !important;
}
.w10pc {
    width: 10% !important;
}
.w20pc {
    width: 20% !important;
}
.w25pc {
    width: 25% !important;
}
.w30pc {
    width: 30% !important;
}
.w33pc {
    width: 33.3333% !important;
}
.w40pc {
    width: 40% !important;
}
.w50pc {
    width: 50% !important;
}
.w60pc {
    width: 60% !important;
}
.w66pc {
    width: 66.6666% !important;
}
.w70pc {
    width: 70% !important;
}
.w75pc {
    width: 75% !important;
}
.w80pc {
    width: 80% !important;
}
.w90pc {
    width: 90% !important;
}
.w95pc {
    width: 95% !important;
}
.w100pc {
    width: 100% !important;
}
.w80 {
    width: 160px !important;
}
.w160 {
    width: 160px !important;
}
.w240 {
    width: 240px !important;
}
.w320 {
    width: 320px !important;
}
.w400 {
    width: 400px !important;
}
.w480 {
    width: 480px !important;
}
.w560 {
    width: 560px !important;
}
.w640 {
    width: 640px !important;
}
.w720 {
    width: 720px !important;
}
.w800 {
    width: 800px !important;
}
.w880 {
    width: 880px !important;
}
.w960 {
    width: 960px !important;
}
/************/
#skiptocontent a {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}
#skiptocontent a:focus {
    display: inline-block;
    height: auto;
    width: 240px;
    padding: 16px 32px;
    position: absolute;
    overflow: hidden;
    top: 16px;
    left: 16px;
    z-index: 20000;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}
/***************/
/*FORM*/
/*********************************/
.form-row-wrapper.pad-left {
    padding-left: 8px;
}
.form-row-wrapper.pad-right {
    padding-right: 8px;
}
.form-row {
    float: left;
    width: 100%;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.form-row .th {
    padding: 16px;
    border-right: 16px solid #FFF;
    color: #FFF;
    background-color: #AAA;
}
.form-row .formLabel {
    float: left;
    width: 100%;
    padding: 0 0 6px 0;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
}
.form-row .formInput {
    float: left;
    width: 100%;
    color: #585858 !important;
}
.form-row .formError {
    float: left;
    width: 100%;
    padding: 0;
    white-space: nowrap;
}
.form-row .formError .error {
    color: #900;
}
.form-row label.error {
    display: none !important;
}
.form-row .formSingleText, .form-row .formMultiText, .form-row .formSelect, #queue {
    float: left;
    width: 100%;
    padding: 4px;
}
.form-row .formSingleText, .form-row .formMultiText, .form-row .formSelect {
    border: none;
    background-color: #eaeaea;
    color: #585858 !important;
}
.form-row .formSingleText.error, .form-row .formMultiText.error, .form-row .formSelect.error {
    border: solid 1px #900;
    -webkit-box-shadow: 0 0 3px 1px #900;
    box-shadow: 0 0 3px 1px #900;
}
::placeholder {
    color: #FFFFFF;
    opacity: 1;
}
.form-btn, .pageheader_text .pageheader_text_inner a, input.zoom_button, .phoo_row.show_more .show-more, .block.bg-color1 .inner a, .btn-color1, .btn-color2, .testimonialHolder .promoInner .testimonital-btn {
    padding: 4px 30px;
    border: none;
    background-color: #185379;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.fc {
    float: left;
}
.form-row .fc {
    padding-right: 16px;
}
.fc br {
    margin-bottom: 6px;
}
.fc5pc {
    width: 5%;
}
.fc10pc {
    width: 10%;
}
.fc15pc {
    width: 15%;
}
.fc20pc {
    width: 20%;
}
.fc25pc {
    width: 25%;
}
.fc30pc {
    width: 30%;
}
.fc33pc {
    width: 33.3333%;
}
.fc35pc {
    width: 35%;
}
.fc40pc {
    width: 40%;
}
.fc45pc {
    width: 45%;
}
.fc50pc {
    width: 50%;
}
.fc55pc {
    width: 50%;
}
.fc60pc {
    width: 60%;
}
.fc65pc {
    width: 60%;
}
.fc66pc {
    width: 66.6666%;
}
.fc70pc {
    width: 70%;
}
.fc75pc {
    width: 75%;
}
.fc80pc {
    width: 80%;
}
.fc85pc {
    width: 85%;
}
.fc90pc {
    width: 90%;
}
.fc95pc {
    width: 90%;
}
.fc100pc {
    width: 100%;
}
/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
    float: left;
    width: 100%;
}
.QapTcha .clr {
    float: left;
}
.QapTcha .bgSlider {
    float: left;
    width: 100%;
    height: 30px;
    margin: 0px 12px 0px 0px;
    border: 1px solid #AAA;
    background-color: #DDDDDD;
    background-image: url(../images/slider-bg.gif);
    background-position: center left;
    background-repeat: repeat-x;
    color: #FFF;
}
.QapTcha .Slider {
    width: 36px;
    height: 28px;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    background: #666 no-repeat center center url(../images/slider-arrow.png);
}
.QapTcha .TxtStatus {
    float: left;
    width: 100%;
    text-align: left;
    margin: 6px 0px 0px 0px;
    text-transform: capitalize;
}
.QapTcha .dropSuccess {
    color: #44B441;
}
.QapTcha .dropError {
    color: #DB0003;
}
/* CSS Document */
/* CSS Document */
.phoo_row.full-width.home_hero .fw-wrapper {
    padding: 0;
}
.hero-holder {
    position: relative;
    float: left;
    width: 100%;
    height: 580px;
    margin-top: 155px;
    background-color: #d9f0e0;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}
.hero-holder .hero-item {
    width: 100%;
    height: 100%;
}
.hero-holder .hero-item-bg, .hero-holder .hero-item-vid video, .hero-holder .hero-item-tint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
}
.hero-holder .hero-item-vid video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-holder .hero-item-bg {
    z-index: 10;
}
.hero-holder .hero-item-vid video {
    z-index: 12;
}
.hero-holder .hero-item-tint {
    z-index: 15;
}
.hero-holder .hero-item-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-holder .hero-item-inner-wrapper {
    position: relative;
    width: 90%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto 0 auto;
}
.hero-holder .hero-item-inner {
    position: absolute;
    width: 100%;
    padding: 30px 120px 30px 120px;
    height: auto;
    z-index: 20;
}
.hero-holder .hero-item-tint {
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-holder .hero-item-inner.pos-t-l {
    top: 340px;
    bottom: auto;
    text-align: center;
}
.hero-holder .hero-item-inner.pos-t-c {
    top: 170px;
    bottom: auto;
    text-align: center;
}
.hero-holder .hero-item-inner.pos-t-r {
    top: 340px;
    bottom: auto;
    text-align: right;
}
.hero-holder .hero-item-inner.pos-b-l {
    top: auto;
    bottom: 0px;
    text-align: left;
}
.hero-holder .hero-item-inner.pos-b-c {
    top: auto;
    bottom: 0px;
    text-align: center;
}
.hero-holder .hero-item-inner.pos-b-r {
    top: auto;
    bottom: 0px;
    text-align: right;
}
.hero-holder .hero-item-inner .hero-item-block {
    position: relative;
    width: 100%;
}
/*TYPES*/
.hero-holder .hero-item-inner .hero-item-block.ht_h1 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 300;
    margin: 0 0 24px 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_h2 {
    font-size: 55px;
    margin: 0 0 48px 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_h3 {
    font-size: 22px;
    margin: 0 0 50px 0 !important;
}
.hero-holder .hero-item-inner .hero-item-block.ht_img {
    opacity: 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_img img {
    width: 240px;
    height: auto;
    margin: 0 0 12px 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_a a {
    padding: 8px 40px;
    border: none;
    background-color: #76c191;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #0f405f;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-shadow: none;
}
/*STYLES*/
.hero-holder .hero-item-inner .hero-item-block.hero_drk_txt {
    color: #f3f3f3;
    text-shadow: 0 0 2px #000000;
}
.hero-holder .hero-item-inner .hero-item-block.hero_lght_txt {
    color: #FFFFFF;
    text-shadow: 0 0 2px #000000;
}
/*PAGER*/
.hero-pager {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 120;
}
.hero-pager span {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0 0 0 16px !important;
    background: #FFF;
    line-height: 1 !important;
    overflow: hidden;
    margin: 0 4px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.hero-pager span.cycle-pager-active {
    background: #f3f3f3;
}
.phoo_row.full-width.home_hero .block {
    padding: 0;
}
/***************/
.slide-in-from-left {
    opacity: 0;
    animation: 20s ease-out 0s 1 slide-in-from-left;
    animation-fill-mode: both;
}
.slide-in-from-right {
    opacity: 0;
    animation: 20s ease-out 0s 1 slide-in-from-right;
    animation-fill-mode: both;
}
.slide-in-from-bottom {
    opacity: 0;
    animation: 20s ease-out 0s 1 slide-in-from-bottom;
    animation-fill-mode: both;
}
.fade-in {
    opacity: 0;
    animation: 20s ease-out 0s 1 fade-in;
    animation-fill-mode: both;
}
/*********************/
@keyframes slide-in-from-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    10% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-from-right {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    10% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-from-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
/*******************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .hero-holder {
        height: 400px;
        margin-top: 140px;
    }
    .hero-holder .hero-item-inner-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .hero-holder .hero-item-inner.pos-t-l, .hero-holder .hero-item-inner.pos-t-c, .hero-holder .hero-item-inner.pos-t-r {
        top: 50px;
        padding: 12px;
    }
    /*TYPES*/
    .hero-holder .hero-item-inner .hero-item-block.ht_h1 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 14px 0;
        font-weight: 400;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h2 {
        font-size: 40px;
        margin: 0 0 12px 0;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h3 {
        font-size: 17px;
        line-height: 24px;
        margin: 0 0 25px 0 !important;
    }
    /*****/
}
/*****/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-holder {
        height: 540px;
        margin-top: 110px;
    }
    /*****/
    .hero-holder .hero-item-inner.pos-t-l, .hero-holder .hero-item-inner.pos-t-c, .hero-holder .hero-item-inner.pos-t-r {
        top: 135px;
        padding: 20px;
    }
    /*TYPES*/
    .hero-holder .hero-item-inner .hero-item-block.ht_h1 {
        font-size: 56px;
        margin: 0 0 18px 0;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h2 {
        font-size: 32px;
        margin: 0 0 14px 0;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h3 {
        font-size: 24px;
        margin: 0 0 14px 0;
    }
}
/*****/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .hero-holder {
        height: 540px;
        margin-top: 130px;
    }
    /*****/
    .hero-holder .hero-item-inner.pos-t-l, .hero-holder .hero-item-inner.pos-t-c, .hero-holder .hero-item-inner.pos-t-r {
        top: 140px;
        padding: 20px;
    }
}
/*****/
/* CSS Document */
/*Blog*/
.blogHolder {
    float: left;
    width: 100%;
    margin: 0;
}
.blogHolder .blogLeft {
    float: left;
    width: 80%;
    margin: 0;
    padding: 0 40px 0 0;
}
.blogHolder .blogSignup {
    display: none;
}
.blogHolder .blogLeft .blogItem {
    float: left;
    width: 100%;
    border-bottom: solid 1px #c3c3c3;
    margin: 0px 0px 30px 0px;
}
.blogHolder .blogLeft .blogItem .blogHeader {
    margin: 0px 0px 16px 0px;
}
.blogHolder .blogLeft .blogItem .blogSub, .blogHolder .blogLeft .blogItem .blogContent, .blogHolder .blogLeft .blogItem .blogComments, .blogHolder .blogLeft .blogItem .blogShare {
    float: left;
    width: 100%;
    margin: 0px 0px 8px 0px;
}
.blogHolder .blogLeft .blogItem .blogComments .commentButton, .blogHolder .blogLeft .blogItem .blogShare .shareButton {
    float: left;
    margin: 0px 4px 0px 0px;
}
.blogHolder .blogLeft .blogItem .blogComments {
    display: none;
}
.blogHolder .blogLeft .blogItem .blogSub {
    font-style: italic;
}
.blogHolder .blogLeft .blogItem .blogCommHolder {
    float: left;
    width: 100%;
    background-color: #DDD;
    color: #333;
    border: solid 1px #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0px 0px 8px 0px;
    padding: 8px;
}
.blogHolder .blogLeft .blogItem .blogCommHolder .blogCommTitle {
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}
.blogHolder .blogLeft .blogItem .blogCommHolder .blogCommContent {
    margin: 0px 0px 4px 0px;
}
/*****************/
.blogHolder .blogRight {
    float: left;
    width: 20%;
    margin: 0;
}
.blogHolder .blogRight h2 {
    width: 100%;
    padding: 0px 0px 12px 0px;
    border-bottom: solid 1px #c3c3c3;
    margin-bottom: 20px;
}
.blogHolder .blogRight ul {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    list-style: none;
}
.blogHolder .blogLeft .blogFooter {
    float: left;
    width: 100%;
    border-bottom: solid 1px #c3c3c3;
    margin: 0px 0px 12px 0px;
}
.blogHolder .blogLeft .blogFooter .blogFooterLeft {
    float: left;
    width: 30%;
    text-align: left;
    padding: 0px 0px 8px 0px;
}
.blogHolder .blogLeft .blogFooter .blogFooterCentre {
    float: left;
    width: 40%;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 8px 0px;
}
.blogHolder .blogLeft .blogFooter .blogFooterRight {
    float: left;
    width: 30%;
    text-align: right;
    padding: 0px 0px 8px 0px;
}
/**********************/
.phoo320 .blogHolder, .phoo320 .blogHolder .blogLeft, .phoo320 .blogHolder .blogRight {
    position: relative !important;
    float: left !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.phoo320 .blogHolder .blogLeft {
    padding: 0;
}
/*************************/
.blog-recent-wrapper {
    width: calc(100% + 30px);
}
.blog-recent-item {
    float: left;
    width: 25%;
    height: 20vw;
    padding: 0 30px 30px 0;
}
.blog-recent-item .inner {
    float: left;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #eaeaea;
    cursor: pointer;
}
.blog-recent-item .rollover, .blog-recent-item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.blog-recent-item .rollover {
    z-index: 10;
    background-color: #000000;
    opacity: 0.5;
    transition: 0.3s;
}
.blog-recent-item:hover .rollover {
    background-color: #185379;
    opacity: 0.9;
}
.blog-recent-item .text {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
    padding: 30px;
    text-align: center;
    overflow: hidden;
}
.blog-recent-item .text h2, .blog-recent-item .text h2 a {
    line-height: 24px !important;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.blog-recent-item .text p {
    display: none;
}
/*************************/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .blog-recent-wrapper {
        width: calc(100% + 20px);
    }
    .blog-recent-item {
        width: 33.3333%;
        height: 30vw;
        padding: 0 20px 20px 0;
    }
}
/*************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .blog-recent-wrapper {
        width: calc(100% + 12px);
    }
    .blog-recent-item {
        width: 50%;
        height: 38vw;
        padding: 0 12px 12px 0;
    }
}
/*************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .blogHolder {
        display: flex;
        flex-flow: column;
    }
    .blogHolder .blogLeft {
        order: 2;
    }
    .blogHolder .blogLeft h1 a {
        font-size: 24px;
        line-height: auto;
    }
    .blogHolder .blogRight {
        order: 1;
    }
    .blogHolder .blogLeft, .blogHolder .blogRight {
        width: 100% !important;
        padding: 0;
    }
    .blogHolder .blogRight h2 {
        width: 100%;
        padding: 0;
        border-bottom: none;
        font-size: 18px;
    }
    .blogHolder .blogRight, .blogHolder .blogRight ul {
        padding: 0 0 12px;
        margin: 0 0 12px;
        border-bottom: solid 1px #c3c3c3;
    }
    .blog-recent-wrapper {
        width: calc(100% + 12px);
    }
    .blog-recent-item {
        width: 100%;
        height: 48vw;
        padding: 0 12px 12px 0;
    }
    .blog-recent-item .text {
        padding: 12px;
    }
}
/************************************/
@media only screen and (min-width: 0px) and (max-width: 375px) {
    .blog-recent-item {
        width: 100%;
        height: 88vw;
    }
}
/************************************/
/* CSS Document */
/****************************/
.galleryHolder {
    float: left;
    width: 100%;
}
.galleryHolder .galleryThumbs {
    float: left;
    width: 100%;
}
.galleryHolder .gallery_item {
    float: left;
    overflow: hidden;
    width: 25%;
    height: 242px;
    padding: 0 10px 20px;
}
.galleryHolder .gallery_item:nth-child(4n+1) {
    padding-left: 0;
}
.galleryHolder .gallery_item:nth-child(4n) {
    padding-right: 0;
}
.galleryHolder .gallery_link, .galleryHolder .gallery_img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
}
/***************/
.header-bg {
    position: absolute;
    z-index: 1000;
    height: 156px;
    background-color: white;
}
.header-bg * {
    overflow: visible;
}
.header-bg .fw-wrapper {
    position: relative;
    padding: 30px 30px 0;
    overflow: visible;
}
/***************/
.header-bg .logo-holder {
    position: absolute;
    top: 30px;
    z-index: 3000;
}
.header-bg .logo-holder img {
    width: 300px;
}
.header-bg .contact-holder {
    float: right;
}
.header-bg .contact-holder a {
    padding: 4px 30px;
    border: none;
    background-color: #185379;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.header-bg .contact-holder * {
    font-size: 16px;
    text-align: right;
    color: #FFFFFF;
}
.header-bg .contact-holder span {
    padding-top: 4px;
    display: inline-block;
}
.header-bg .contact-holder .email {
    margin-right: 8px;
}
.header-bg .contact-holder .phone {
    color: #f3f3f3;
}
/* CSS Document */
.footer-bg {
    background-color: #292828;
}
.footer-bg .fw-wrapper {
    padding-top: 30px;
}
.footer-bg .fw-wrapper .block {
    padding-bottom: 30px;
}
.footer-bg .fw-wrapper .block.social img {
    width: auto;
}
.footer-bg .fw-wrapper * {
    color: #FFFFFF;
}
.footer-bg .fw-wrapper a {
    color: #FFFFFF;
}
.footer-bg .inner p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
}
.footer-bg .inner p a {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
}
.footer-bg .col2_3 .inner img {
    float: right;
    margin-right: 25px;
    margin-bottom: 15px;
}
.footer-bg .inner hr {
    border: 1px solid #4D4C4C !important;
    margin: 10px 0px 30px 0px;
}
.footer-bg .fw-wrapper .footer_logo {
    height: auto;
    width: 204px;
}
.footer-bg .fw-wrapper .sub * {
    font-size: 11px;
}
/***************/
#header {
    display: block;
}
#mobile-header {
    display: none;
}
.top-nav-holder {
    float: right;
    z-index: 2000;
    margin: 25px 0 5px 0;
    text-align: right;
}
.top-nav-holder * {
    font-size: 16px;
    color: #185379;
    font-weight: 500;
}
.top-nav-holder ul.nav li ul {
    display: none;
}
.top-nav-holder ul {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}
.top-nav-holder li {
    position: relative;
    float: left;
    list-style: none;
}
.top-nav-holder li a {
    display: block;
    float: left;
    height: auto;
    padding: 12px 26px 12px 0;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}
.top-nav-holder li:last-child a {
    padding-right: 0;
}
.top-nav-holder li a:hover {
    color: #25aae1;
}
.top-nav-holder li.selected a {
    font-weight: 500;
    color: #25aae1;
}
.top-nav-holder ul.L1 {
    padding: 0;
}
.top-nav-holder .L1 {
    position: absolute;
    top: 45px;
    background: transparent;
    width: auto;
    z-index: 5000;
}
.top-nav-holder .L1 li, .top-nav-holder .L1 li a {
    width: 100%;
    min-width: 200px;
    text-align: left;
    font-weight: normal;
    background-color: rgba(23, 56, 107, 0.8);
    color: #FFF;
    padding: 6px 26px 6px 20px;
}
.top-nav-holder .L1 li {
    padding: 0;
}
.top-nav-holder .L1 li a {
    border: none;
}
.top-nav-holder .L1 li a:hover {
    color: #25aae1;
}
.top-nav-holder .L1, .top-nav-holder .L2, .top-nav-holder .L3, .top-nav-holder .L4, .top-nav-holder .L5, .top-nav-holder .L6, .top-nav-holder .L7 {
    display: block;
}
/******************************/
.left-nav-holder {
    position: relative;
    float: left;
    width: 25%;
    height: inherit;
    padding: 30px 30px 30px 0;
}
.left-nav-holder ul.nav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px;
    padding-bottom: 40px;
    background-color: #dde6f1;
    height: 100%;
}
.left-nav-holder ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.left-nav-holder .nav li {
    position: relative;
    display: none;
    display: inline;
    float: left;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    text-decoration: none;
}
.left-nav-holder .nav li a {
    float: left;
    padding: 6px 0px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #585858;
    border-bottom: dashed 1px #AAA;
    font-weight: 300;
}
.left-nav-holder .nav li:hover > a {
    text-decoration: none;
}
.left-nav-holder .nav li.selected > a {
    font-weight: bold;
}
.left-nav-holder .nav li.open > a {
    /*font-weight:bold;*/
}
/***********/
.left-nav-holder .L1 li {
    padding-left: 0px;
}
.left-nav-holder .L2 li {
    padding-left: 24px;
}
.left-nav-holder .L3 li, .left-nav-holder .L4 li, .left-nav-holder .L5 li {
    padding-left: 36px;
}
/***********/
.left-nav-holder .L1 li.closed, .left-nav-holder .L2 li.closed, .left-nav-holder .L3 li.closed, .left-nav-holder .L4 li.closed, .left-nav-holder .L5 li.closed {
    display: none;
}
/***********/
.left-nav-holder .L0 .open > .L1 .closed {
    display: block;
}
.left-nav-holder .L2 .closed, .left-nav-holder .L1 .selectedSibbling > .L2 {
    display: none;
}
html > .left-nav-holder .L0 a.open {
    display: none;
}
/*MOBILE HEADER*/
.mobile-header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    min-height: 84px;
    background-color: white;
}
.mobile-header-inner {
    position: relative;
    float: left;
    padding: 12px;
    width: 100%;
    height: 100%;
}
.mobile-header * {
    color: #FFFFFF;
}
.mobile-header p {
    margin: 0 0 12px 0;
}
.mobile-header .logo-holder {
    float: left;
    text-align: center !important;
    margin-bottom: 12px;
}
.mobile-header .logo-holder img {
    max-width: 280px;
    height: auto;
    text-align: center;
}
/***************************/
.mobile-header .contact-holder {
    float: right;
    position: relative;
    text-align: right;
}
.mobile-header .contact-holder * {
    font-size: 16px;
}
.mobile-header .contact-holder a {
    padding: 4px 30px;
    border: none;
    background-color: #185379;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.mobile-header.contact-holder span {
    padding-top: 4px;
    display: inline-block;
}
.mobile-header .contact-holder .call, .mobile-header .contact-holder .phone, .mobile-header .contact-holder .email {
    float: left;
    margin: 0 8px 0 0;
}
.mobile-header .contact-holder .phone {
    color: #f3f3f3;
}
/***************************/
#mobile-nav-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 500;
    width: 100%;
}
#mobile-nav-wrapper .toggle-nav {
    display: inline-block;
    position: absolute;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #185379;
}
#mobile-nav-wrapper .toggle-nav .fas.fa-bars {
    padding: 6px;
    font-size: 20px;
    font-weight: 1000;
    color: #FFFFFF;
}
/***************************/
.mobile-nav-holder {
    position: absolute;
    top: 0px;
    right: 0px;
    float: right;
    width: 100%;
    max-width: 375px;
    padding: 12px;
    display: none;
    background-color: #185379;
}
.mobile-nav-holder * {
    color: #FFFFFF;
}
.mobile-nav-holder.mobile-visible {
    display: block;
    animation: 0.3s ease-out 0s 1 slideInFromBottom;
}
.mobile-nav-holder ul {
    min-width: 320px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mobile-nav-holder a:hover, .mobile-nav-holder > .selected a {
    color: #73aace;
}
.mobile-nav-holder .nav.L0 li {
    position: relative;
    float: left;
    width: 100%;
    min-width: 351px;
    margin-bottom: 12px;
}
.mobile-nav-holder .mobile-carat {
    position: absolute;
    right: 12px;
}
.mobile-nav-holder .mobile-carat:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    content: "\f0d7";
}
.mobile-nav-holder .mobile-carat.carat-close:before {
    content: "\f0d8";
}
.mobile-nav-holder .L1 .mobile-carat {
    display: none;
}
/*************************/
.mobile-nav-holder ul .L1 {
    padding-left: calc(12px * 2);
}
.mobile-nav-holder ul .L2 {
    padding-left: calc(12px * 4);
}
/*************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .mobile-header .contact-holder, .mobile-header .mobile-header-row, .mobile-header .logo-holder {
        float: left;
        width: 100%;
        text-align: left;
    }
    .mobile-header .mobile-header-row {
        margin-bottom: 12px;
    }
}
/*************************/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #mobile-nav-wrapper .toggle-nav {
        right: 20px;
        bottom: 20px;
    }
    .mobile-header-inner {
        padding: 20px 20px 0px 20px;
    }
    .mobile-header .logo-holder {
        margin-bottom: 20px;
    }
}
/*************************/
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    #mobile-nav-wrapper .toggle-nav {
        right: 30px;
        bottom: 15px;
    }
    .mobile-header-inner {
        padding: 30px 30px 10px 30px;
    }
}
/*************************/
/* CSS Document */
.news-list-holder, .news-list-pager, .news-list, .latest-news {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 25px;
}
.news-list-pager {
    padding: calc(30px / 2) 0;
}
.news-list-pager .news_pager_info {
    padding: 0 calc(30px / 2) 0 0;
}
.news-list-pager .news_pager_more {
    cursor: pointer;
    color: #f3f3f3;
    text-transform: uppercase;
}
.news-list {
    margin: 0 0 calc(30px / 2) 0;
    padding: 0 0 calc(30px / 2) 0;
    border-bottom: solid 1px #185379;
}
.news-list .news-list-img {
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 calc(30px / 2) 0 0;
    background-size: cover;
    background-position: center center;
}
.latest-news {
    margin: 0 0 0 0;
    padding: 0 0 calc(30px / 2) 0;
}
.latest-news .latest-news-img {
    float: left;
    width: 30%;
    height: 185px;
    margin: 0 20px calc(30px / 2) 0;
    background-size: cover;
    background-position: center center;
}
.home-news h2, h2 a {
    font-size: 22px !important;
    margin-bottom: 10px;
}
.home-news h4, h4 a {
    margin-bottom: 10px;
}
.news-detail .news-detail-img {
    float: right;
    width: 33.333%;
    height: auto;
    margin: 0 0 0 25px;
}
/* CSS Document */
.pageheader_wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 914px;
    background-color: #000000;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}
.pageheader_text, .pageheader_overlay, .pageheader_imgs, .pageheader_img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.pageheader_img {
    background-size: cover;
    background-position: center center;
    z-index: 10;
}
.pageheader_overlay {
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.4);
}
/*************/
.pageheader_text {
    z-index: 300;
}
.pageheader_text .pageheader_text_wrapper {
    position: relative;
    width: 90%;
    max-width: 1400px;
    top: 300px;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: left;
}
.pageheader_text .pageheader_text_inner {
    position: absolute;
    width: 75%;
    padding: 30px;
    height: auto;
    z-index: 20;
}
/*************/
.pageheader_text .pageheader_text_inner .ht_h1 {
    font-weight: 600;
    font-size: 56px;
    margin: 0 0 24px 0;
    color: #FFFFFF;
    text-shadow: 0 0 2px #000000;
}
.pageheader_text .pageheader_text_inner .ht_h2 {
    font-size: 36px;
    margin: 0 0 48px 0;
    color: #FFFFFF;
    text-shadow: 0 0 2px #000000;
}
.pageheader_text .pageheader_text_inner a {
    padding: 6px 24px;
    margin: 0 0 12px 0;
    background-color: #185379;
    font-size: 18px;
}
/*************/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    /******/
    .pageheader .block {
        padding: 0;
    }
    .pageheader_wrapper {
        height: 720px;
    }
    .pageheader_text .pageheader_text_wrapper {
        width: 100%;
        max-width: 100%;
        top: 120px;
    }
}
/*************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /******/
    .pageheader .block {
        padding: 0;
    }
    .pageheader_wrapper {
        height: 540px;
    }
    .pageheader_text .pageheader_text_wrapper {
        width: 100%;
        max-width: 100%;
        top: 110px;
    }
    .pageheader_text .pageheader_text_inner {
        width: 70%;
    }
    .pageheader_text .pageheader_text_inner .ht_h1 {
        font-size: 48px;
        margin: 0 0 18px 0;
    }
    .pageheader_text .pageheader_text_inner .ht_h2 {
        font-size: 32px;
        margin: 0 0 36px 0;
    }
    /******/
}
/*************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    /******/
    .pageheader .block {
        padding: 0;
    }
    .pageheader_wrapper {
        height: 540px;
    }
    .pageheader_text .pageheader_text_wrapper {
        width: 100%;
        max-width: 100%;
        top: 150px;
    }
    .pageheader_text .pageheader_text_inner {
        width: 100%;
        padding: 12px;
    }
    /*************/
    .pageheader_text .pageheader_text_inner .ht_h1 {
        font-size: 36px;
        margin: 0 0 26px 0;
    }
    .pageheader_text .pageheader_text_inner .ht_h2 {
        font-size: 24px;
        margin: 0 0 26px 0;
    }
    .pageheader_text .pageheader_text_inner a {
        padding: 4px 12px;
        margin: 0 0 12px 0;
        font-size: 18px;
    }
    /******/
}
/*************/
/* CSS Document */
.zoom_search_header {
    float: right;
    padding: 2px 4px;
    border: solid 1px #185379;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.zoom_search_header #zoom_searchbox {
    width: 156px;
    border: none;
    text-align: left;
}
.zoom_search_header button {
    border: none;
    background-color: transparent;
}
/**  **  **/
.context .highlight {
    padding: inherit;
    background: #FFFF40;
}
.searchheading {
    font-weight: 600;
}
.summary {
    font-size: 80%;
    font-style: italic;
}
.suggestion {
    font-size: 100%;
}
.results {
    font-size: 100%;
    padding-bottom: 30px;
}
.category {
    color: #999999;
}
.sorting {
    text-align: right;
}
.result_title {
    font-size: 100%;
    margin-bottom: 4px;
}
.description {
    font-size: 100%;
    color: #008000;
    display: none;
}
c {
    font-size: 100%;
}
.infoline {
    font-size: 80%;
    font-style: normal;
    color: #808080;
}
.zoom_searchform {
    font-size: 100%;
}
.zoom_results_per_page {
    font-size: 80%;
    margin-left: 10px;
}
.zoom_match {
    font-size: 80%;
}
.zoom_categories {
    font-size: 80%;
}
.zoom_categories ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}
.zoom_categories li {
    display: inline;
    margin-left: 15px;
    list-style-type: none;
}
.cat_summary ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}
.cat_summary li {
    display: inline;
    margin-left: 15px;
    list-style-type: none;
}
#zoom_per_page, input.zoom_searchbox {
    border: solid 1px #AAA;
    padding: 4px;
}
.result_image {
    float: left;
    display: block;
}
.result_image img {
    margin: 10px;
    width: 80px;
    border: 0px;
}
.result_block {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: left;
}
.result_altblock {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: left;
}
.result_pages {
    font-size: 100%;
}
.result_pagescount {
    font-size: 100%;
}
.searchtime {
    font-size: 80%;
}
.recommended {
    background: #DFFFBF;
    border-top: 1px dotted #808080;
    border-bottom: 1px dotted #808080;
    margin-top: 15px;
    margin-bottom: 15px;
}
.recommended_heading {
    float: right;
    font-weight: bold;
}
.recommend_block {
    margin-top: 15px;
    margin-bottom: 15px;
    clear: left;
}
.recommend_title {
    font-size: 100%;
}
.recommend_description {
    font-size: 100%;
    color: #008000;
}
.recommend_infoline {
    font-size: 80%;
    font-style: normal;
    color: #808080;
}
.recommend_image {
    float: left;
    display: block;
}
.recommend_image img {
    margin: 10px;
    width: 80px;
    border: 0px;
}
/*************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .zoom_search_header {
        float: left;
        width: 100%;
        max-width: 375px;
    }
}
/*************************/
/***************/
* {
    font-family: "Poppins", sans-serif;
    color: #585858;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}
a {
    color: #3eb6ed;
    text-decoration: none;
}
p {
    margin-top: 0;
    margin-bottom: 30px;
}
h1, h1 a, h2, h2 a, h3, h3 a {
    margin-top: 0;
}
h1, h1 a {
    font-size: 50px;
    line-height: 56px;
    font-weight: 500;
    color: #185379;
}
h2, h2 a {
    font-size: 35px;
    line-height: 42px;
    font-weight: 500;
}
h3, h3 a {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
}
h4, h4 a {
    margin-top: 0;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}
strong {
    font-weight: 500;
}
a strong {
    color: #3eb6ed;
}
hr {
    border: 1px solid #C9C9C9;
    margin: 25px 0px 20px 0px;
}
.small, .small * {
    font-size: 14px;
}
ul {
    line-height: 20px;
    margin-bottom: 30px;
}
/******************/
.block img.left {
    float: left;
    margin: 0 30px 30px 0;
}
.block img.right {
    float: right;
    margin: 0 0 30px 30px;
}
/******************/
.link_me {
    cursor: pointer;
}
/*************/
.left-nav-centered {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 0 30px;
}
.left-nav-centered .w960-centered .fw-wrapper {
    padding: 30px 0 0 0;
}
/***************/
.page_header {
    height: 250px;
    margin-top: 155px;
    background-position: center center;
}
.page_header .inner h1 {
    font-size: 50px;
    margin: 0;
    text-align: center;
    color: #ffffff;
    padding-top: 70px;
}
.page_header p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 25% 0 0;
}
/***************/
.title_header h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
}
.title_header p {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}
/***************/
.fw-bg.main-bg {
    padding-bottom: 0;
}
/************/
.home-box .inner {
    background-color: #f3f3f3;
}
.home-box img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}
.home-box h3 {
    padding: 12px 8px 18px 8px;
    margin: 0;
}
.home-box h3 a {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #185379;
    font-size: 28px;
    line-height: 33px;
}
/************/
.price {
    padding: 5px 15px 0px 15px;
    background-color: #77c58d;
    font-size: 35px;
    color: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-weight: 500;
}
/************/
.blue-cta {
    background-color: #185379;
}
.blue-cta p, .blue-cta h3 {
    color: #ffffff;
}
.blue-cta p {
    margin-bottom: 35px;
}
.blue-cta a {
    padding: 8px 40px;
    border: none;
    background-color: #93daa9;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #185379;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 500;
}
/************/
.social {
    background-color: #76c191;
}
.social p, .social h3 {
    color: #ffffff;
    text-align: center;
}
.social h3 {
    padding-top: 25px;
}
/************/
.blue-info {
    background-color: #73aace;
}
/************/
.about-alex {
    float: left;
    width: 100%;
    background-color: #d9f0e0;
    padding: 20px 30px 30px 30px;
}
.about-alex h3 {
    margin-bottom: 15px;
}
.about-alex p {
    margin-bottom: 30px;
}
.about-alex-img {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #d9f0e0;
}
.about-alex-blue {
    float: left;
    width: 100%;
    background-color: #185379;
    padding: 20px 30px 30px 30px;
}
.about-alex-blue a {
    padding: 8px 40px;
    border: none;
    background-color: #93daa9;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #185379;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 500;
}
.about-alex-blue h3 {
    margin-bottom: 15px;
    color: #ffffff;
}
.about-alex-blue p {
    margin-bottom: 30px;
    color: #ffffff;
}
.about-alex-blue-img {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: #185379;
}
/************/
.blue-round-box {
    float: left;
    width: 100%;
    background-color: #185379;
    padding: 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
}
.blue-round-box a {
    padding: 8px 40px;
    border: none;
    background-color: #93daa9;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #185379;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 500;
}
.blue-round-box h4 {
    margin-bottom: 25px;
    color: #ffffff;
}
.blue-round-box p {
    margin-bottom: 0px;
}
.green-round-box {
    float: left;
    width: 100%;
    background-color: #d9f0e0;
    padding: 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: left;
}
/************/
.getintouch {
    float: left;
    width: 100%;
    background-color: #185379;
    padding: 30px 30px 30px 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
}
.getintouch a {
    padding: 8px 40px;
    border: none;
    background-color: #76c191;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #185379;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.getintouch h3, .getintouch p {
    color: #FFFFFF;
}
/************/
.img_overlay {
    padding: 0;
}
.img_overlay .inner {
    background-size: cover;
    padding: 0 30px 0 0;
}
.img_overlay .inner * {
    color: #FFFFFF;
}
.img_overlay .overlay_inner {
    padding: calc(30px * 2);
    text-transform: uppercase;
}
/************/
.img_overlay_why {
    padding: 0;
    background-image: url("../../../uploads/assets/why-choose-us-1.jpg");
    background-position: center center;
}
.img_overlay_why .inner {
    background-size: cover;
    padding: 0 30px 0 0;
}
.img_overlay_why .inner * {
    color: #FFFFFF;
}
.img_overlay_why .overlay_inner {
    padding: calc(30px * 2);
    text-transform: uppercase;
}
.img_overlay_why img {
    float: left;
    width: 33.333%;
    padding-right: 0px;
    padding: 30px;
}
/************/
.calltoaction p {
    font-size: 18px;
}
/************/
.benefits_light {
    padding: 140px 40px 140px 40px !important;
    text-align: center;
}
.benefits_light p {
    color: #ffffff;
}
/************/
.img_bg {
    padding: 0;
}
.img_bg .inner {
    background-size: cover;
    background-position: center top;
    padding: 0 30px 0 0;
    min-height: 700px;
}
/***************/
.ui-state-default {
    background-color: #d9d9d9;
}
.ui-accordion-header-active {
    background-color: #363636;
    color: #FFFFFF;
}
/***************/
.slide_right_on_scroll .fw-wrapper {
    display: none;
}
.fade_on_scroll {
    opacity: 0.0;
}
.fade_on_load {
    opacity: 0;
    animation: 2s ease-out 0s 1 fade-in;
    animation-fill-mode: both;
}
/***************/
.phoo_row.show_more .block {
    display: none;
}
.phoo_row.show_more .w100pc {
    text-align: center;
}
.phoo_row.show_more .show-more {
    margin-top: 50px;
    margin-bottom: 50px;
    display: none;
}
/***************/
.block.bg-color1 .inner {
    background-color: #f3f3f3;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.block.bg-color1 .inner * {
    color: #FFFFFF;
}
.block.bg-color1 .inner a {
    background-color: #FFFFFF;
    color: #f3f3f3;
}
.block.bg-color2 .inner {
    background-color: #185379;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
.block.bg-color2 .inner h3, .block.bg-color2 .inner p {
    color: #FFFFFF;
}
.block.bg-color2 .inner p {
    margin-bottom: 30px;
}
.block.bg-color2 .inner .form-btn, .block.bg-color2 .inner .pageheader_text .pageheader_text_inner a, .pageheader_text .pageheader_text_inner .block.bg-color2 .inner a, .block.bg-color2 .inner input.zoom_button, .block.bg-color2 .inner .phoo_row.show_more .show-more, .phoo_row.show_more .block.bg-color2 .inner .show-more, .block.bg-color2 .block.bg-color1 .inner a, .block.bg-color1 .block.bg-color2 .inner a, .block.bg-color2 .inner .btn-color1, .block.bg-color2 .inner .btn-color2, .block.bg-color2 .inner .testimonialHolder .promoInner .testimonital-btn, .testimonialHolder .promoInner .block.bg-color2 .inner .testimonital-btn {
    padding: 8px 40px;
    border: none;
    background-color: #3eb6ed;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
}
.block.bg-color3 .inner {
    background-color: #d9f0e0;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}
/***************/
.btn-color1 {
    background-color: #f3f3f3;
    color: #FFFFFF;
}
.btn-color2 {
    background-color: #185379;
    color: #FFFFFF;
}
/***************/
.block.text-color1 * {
    color: #f3f3f3;
}
.block.text-color2 * {
    color: #185379;
}
.block.text-color3 * {
    color: #d9f0e0;
}
.block.text-white * {
    color: #FFFFFF;
}
.block.text-black * {
    color: #000000;
}
.block.border-color1 .inner {
    border: solid 8px #f3f3f3;
}
.block.border-color2 .inner {
    border: solid 8px #185379;
}
.block.border-color3 .inner {
    border: solid 8px #d9f0e0;
}
/***************/
.phoo_row.bg-color1 {
    background-color: #f3f3f3;
}
.phoo_row.bg-color2 {
    background-color: #185379;
}
.phoo_row.bg-color3 {
    background-color: #d9f0e0;
}
/***************/
.phoo_row.add-padding {
    padding: 30px 0;
}
.phoo_row.add-more-padding {
    padding: 30px calc(30px * 2) calc(30px * 2);
}
.block.add-padding .inner {
    padding: 30px;
}
.block.add-more-padding .inner {
    padding: 30px calc(30px * 2) calc(30px * 2);
}
.pad_left {
    padding-left: calc(30px * 4) !important;
}
.pad_right {
    padding-right: calc(30px * 4) !important;
}
.pad_top {
    padding-top: calc(30px * 4) !important;
}
.pad_bottom {
    padding-bottom: calc(30px * 4) !important;
}
.pad_top_bottom {
    padding-top: calc(30px * 4) !important;
    padding-bottom: calc(30px * 4) !important;
}
.pad_top_80px {
    padding-top: 80px !important;
}
.pad_bottom_80px {
    padding-bottom: 80px !important;
}
.pad_top_bottom_80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.pad_top_bottom_120px {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.block.add-border .inner {
    float: left;
    width: 100%;
    border: #185379 8px solid;
}
.border_bottom {
    border-bottom: solid 24px;
}
.text_white * {
    color: #FFFFFF;
}
.phoo_row.tint_20:after, .phoo_row.tint_40:after, .phoo_row.tint_50:after, .phoo_row.tint_60:after, .phoo_row.tint_80:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: 0.2;
}
.phoo_row.tint_40:after {
    opacity: 0.4;
}
.phoo_row.tint_50:after {
    opacity: 0.5;
}
.phoo_row.tint_60:after {
    opacity: 0.6;
}
.phoo_row.tint_80:after {
    opacity: 0.8;
}
.phoo_row.tint_20 .fw-wrapper, .phoo_row.tint_40 .fw-wrapper, .phoo_row.tint_50 .fw-wrapper, .phoo_row.tint_60 .fw-wrapper, .phoo_row.tint_80 .fw-wrapper {
    z-index: 2;
}
/**************/
.block.tint_20 .inner:after, .block.tint_40 .inner:after, .block.tint_50 .inner:after, .block.tint_60 .inner:after, .block.tint_80 .inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: 0.2;
}
.block.tint_40 .inner:after {
    opacity: 0.4;
}
.block.tint_50 .inner:after {
    opacity: 0.5;
}
.block.tint_60 .inner:after {
    opacity: 0.6;
}
.block.tint_80 .inner:after {
    opacity: 0.8;
}
.block.tint_20 .overlay_inner, .block.tint_40 .overlay_inner, .block.tint_50 .overlay_inner, .block.tint_60 .overlay_inner, .block.tint_80 .overlay_inner {
    position: relative;
    z-index: 2;
}
/***************/
.latest_news {
    padding: 0 30px 30px 0;
}
.latest_news .img {
    width: 100%;
    height: 280px;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center top;
}
/***************/
.privacy-holder {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2000;
    background-color: #f3f3f3;
}
.privacy-holder .privacy-inner {
    width: 100%;
    padding: 30px;
    text-align: center;
}
.privacy-holder .form-btn, .privacy-holder .pageheader_text .pageheader_text_inner a, .pageheader_text .pageheader_text_inner .privacy-holder a, .privacy-holder input.zoom_button, .privacy-holder .phoo_row.show_more .show-more, .phoo_row.show_more .privacy-holder .show-more, .privacy-holder .block.bg-color1 .inner a, .block.bg-color1 .inner .privacy-holder a, .privacy-holder .btn-color1, .privacy-holder .btn-color2, .privacy-holder .testimonialHolder .promoInner .testimonital-btn, .testimonialHolder .promoInner .privacy-holder .testimonital-btn {
    background-color: #ffffff;
    color: #f3f3f3;
    font-weight: bold;
}
.privacy-holder p {
    color: white;
}
.privacy-holder a {
    color: #ffffff;
}
/**************/
.testItem {
    float: left;
    width: 100%;
    padding: 40px 0px 40px 0px;
    border-bottom: 1px solid #cccccc;
}
.testimonialHolder {
    width: 100%;
    overflow: hidden;
}
.testimonialHolder .promoItem {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.testimonialHolder .promoInner {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0;
}
.testimonialHolder .testimonital-teaser {
    color: #185379;
}
.testimonialHolder .promoInner .testimonital-image {
    padding-top: 48px calc(48px * 2);
    padding-bottom: 48px calc(48px * 2);
    padding-left: 48px calc(48px * 2);
    padding-right: 15px;
}
.testimonialHolder .promoInner .testimonital-text {
    padding: 0px 20px 20px 20px;
    padding-bottom: 48px;
    min-height: 150px;
}
.testimonialHolder .promoInner * {
    color: #185379;
}
.testimonialHolder .promoInner .testimonital-teaser {
    font-style: italic;
    color: #185379;
    margin-bottom: 50px;
}
.testimonialHolder .promoInner .testimonital-btn {
    background-color: #185379;
}
/*******************/
#testimonialPager {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
#testimonialPager span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid 1px #185379;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 2px;
    cursor: pointer;
    line-height: 100;
    overflow: hidden;
}
#testimonialPager span.cycle-pager-active {
    background-color: #185379;
}
/***************/
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.footer-bg .footer .fab {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-color: #FFF;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #292828;
}
.footer-bg .footer .fab:hover {
    animation: 0.5s ease-out 0s 1 rotate360;
}
.footer-bg .logos-footer {
    float: left;
    padding-right: 25px;
    width: 12.3%;
}
.footer-bg .logos-footer img {
    width: 100%;
}
/***************/
.block .inner .logos {
    float: left;
    padding-right: 25px;
    width: 33.333%;
}
.block .inner .logos img {
    width: 100%;
}
/***************/
#privacy {
    display: none;
    position: fixed;
    float: left;
    width: 100%;
    padding: 30px;
    background-color: #292828;
    z-index: 5000;
}
#privacy * {
    color: FFFFFF;
    text-align: center;
}
/*********************/
.social-icon i.fab {
    width: 36px;
    height: 36px;
    padding-top: 8px;
    background-color: #f3f3f3;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    font-size: 20px;
    text-align: center;
    margin-right: 8px;
}
/***************/
.fancybox-slide > * {
    background-color: #76c191 !important;
    padding: 40px !important;
}
.fancybox-slide h3 {
    color: #272e48;
}
/***************/
.news-detail h1 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 500;
}
.news-detail h2 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 500;
}
/************/
.phoo_row.carousell .fw-wrapper {
    padding: 0;
}
.phoo_row.carousell .fw-wrapper .carousell-row {
    padding-left: var(--block-padding);
}
/***************/
/* CSS Document */
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .top-nav-holder li a {
        padding: 12px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
    /*********/
    .w960-centered {
        width: 100%;
        padding: 20px 0 0 20px;
    }
    .block {
        padding: 0 20px 20px 0;
    }
    .header-bg .fw-wrapper {
        position: relative;
        padding: 0;
        overflow: visible;
    }
    .header-bg .logo-holder {
        top: 0;
    }
    /*********/
    .w960-centered {
        padding: 0;
    }
    /*********/
    .phoo_row.add-padding, .img_overlay .overlay_inner, .block.add-padding .inner, .block.add-more-padding .inner {
        padding: 20px;
    }
    /*********/
    /*********/
    .pad_top {
        padding-top: 170px !important;
    }
    .zoom_search_header {
        margin-right: 50px;
        margin-top: 10px;
    }
    /*********/
    .page_header {
        height: 310px;
        margin-top: 100px;
    }
    .page_header .inner h1 {
        margin: 12px 0;
        padding-top: 90px;
        font-size: 44px;
    }
    /*********/
    .left-nav-centered {
        position: relative;
        width: 100%;
        max-width: 1400px;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0px;
    }
    /**********/
    .phoo_row.carousell .fw-wrapper .carousell-row {
        padding-left: 0;
    }
    /**********/
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
    /*********/
    h1, h1 a {
        font-size: 34px;
    }
    h2, h2 a {
        font-size: 26px;
    }
    h3, h3 a {
        font-size: 20px;
    }
    h4, h4 a {
        font-size: 17px;
    }
    /*********/
    .price {
        font-size: 26px;
    }
    /*********/
    .w960-centered {
        width: 100%;
        padding: 20px 0 0 20px;
    }
    .w960-centered .fw-wrapper {
        width: 100%;
        padding: 0;
    }
    .w960-centered .fw-wrapper .block {
        padding: 0 20px 20px 0;
    }
    .header-bg .fw-wrapper {
        position: relative;
        padding: 0;
        overflow: visible;
    }
    /*********/
    .full-width .fw-wrapper {
        width: 100%;
    }
    .full-width .fw-wrapper .block {
        padding: 0 20px 0 0;
    }
    /*********/
    .top-nav-holder {
        top: 114px;
    }
    .header-bg .header {
        padding-bottom: 30px;
    }
    /**********/
    .img_overlay .overlay_inner, .block.add-padding .inner, .block.add-more-padding .inner {
        padding: 20px;
    }
    /**********/
    .phoo_row.add-padding {
        padding: 20px 0 20px 20px;
    }
    /*********/
    .hide {
        display: none;
    }
    /*********/
    .pageheader_text .pageheader_text_inner {
        width: 100%;
    }
    .page_header {
        height: 310px;
        margin-top: 100px;
    }
    .page_header .inner h1 {
        margin: 12px 0;
        padding-top: 90px;
        font-size: 44px;
    }
    /***************/
    .pad_top {
        padding-top: 110px !important;
    }
    .pad_top_bottom_120px, .pad_top_bottom_80px {
        padding: 60px 0px 60px 0px !important;
    }
    .block.add-padding .inner {
        padding: calc($tablet-padding * 1);
    }
    /***************/
    .portfolio_item {
        width: 50%;
    }
    .portfolio_item .inner .text {
        padding: calc(48px * 1);
    }
    /*****************************/
    .col3_flex .fw-wrapper {
        display: flex;
        flex-direction: column;
    }
    .col3_flex .fw-wrapper .img_bg_1_3 .inner {
        background-size: contain;
        background-position: left top;
        background-repeat: no-repeat;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(1) {
        order: 1;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(2) {
        order: 3;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(3) {
        order: 5;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(4) {
        order: 2;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(5) {
        order: 4;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(6) {
        order: 6;
    }
    /**************************/
    .zoom_search_header {
        margin-right: 50px;
        margin-top: 10px;
    }
    .left-nav-centered {
        position: relative;
        width: 100%;
        max-width: 1400px;
        height: auto;
        margin: 0 auto 0 auto;
        padding: 0 0 0 0px;
    }
    .left-nav-holder {
        display: none;
    }
    .form-btn, .pageheader_text .pageheader_text_inner a, input.zoom_button, .phoo_row.show_more .show-more, .block.bg-color1 .inner a, .btn-color1, .btn-color2, .testimonialHolder .promoInner .testimonital-btn, .pageheader_text .pageheader_text_inner a, input.zoom_button, .phoo_row.show_more .show-more, .block.bg-color1 .inner a, .btn-color1, .btn-color2, .testimonialHolder .promoInner .testimonital-btn, .blue-round-box a {
        padding: 8px 20px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    * {
        font-size: 14px;
        line-height: 24px;
    }
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
    /*********/
    h1, h1 a {
        font-size: 36px;
    }
    h2, h2 a {
        font-size: 20px;
    }
    h3, h3 a {
        font-size: 18px;
    }
    h4, h4 a {
        font-size: 15px;
    }
    p {
        margin-bottom: 20px;
    }
    .highlight {
        font-size: 16px;
        font-weight: 400;
    }
    .home-box h3 a {
        font-size: 20px;
    }
    /***************************/
    .w960-centered, .full-width .fw-wrapper, .left-nav-centered {
        width: 100%;
        padding: 0;
    }
    .left-nav-holder {
        display: none;
    }
    /*******************/
    .page-pad .fw-wrapper {
        display: none;
    }
    /*******************/
    .w960-centered .fw-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    /*******************/
    .full-width .fw-wrapper .block, .w960-centered .fw-wrapper .block {
        width: 100%;
        padding: 12px;
    }
    .block.img_overlay, .block.img_overlay .inner {
        padding: 0;
    }
    .block.img_overlay .overlay_inner {
        padding: calc(12px * 2);
    }
    /***************/
    .phoo_row.add-padding, .img_overlay .overlay_inner, .block.add-padding .inner, .block.add-more-padding .inner {
        padding: 12px;
    }
    /*****************************/
    .col3_flex .fw-wrapper {
        display: flex;
        flex-direction: column;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(1) {
        order: 1;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(2) {
        order: 3;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(3) {
        order: 5;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(4) {
        order: 2;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(5) {
        order: 4;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(6) {
        order: 6;
    }
    /**************************/
    .formRow2 {
        width: 100%;
    }
    /***************/
    .hide_header_item {
        display: none;
    }
    /***************/
    .page_header {
        height: 250px;
    }
    .page_header .inner h1 {
        margin: 12px 0;
        padding-top: 60px;
        font-size: 33px;
        line-height: 40px;
    }
    .page_header p {
        margin: 0;
    }
    /***************/
    .pad_top {
        padding-top: 150px !important;
    }
    .pad_bottom_80px {
        padding-bottom: 80px !important;
    }
    /***************/
    .w80pc {
        width: 100% !important;
    }
    .w20pc {
        width: 100% !important;
    }
    .portfolio_item {
        width: 100%;
    }
    .portfolio_item .inner .text {
        padding: calc(48px * 1);
    }
    .PFDHeader {
        height: 350px;
    }
    .hide {
        display: none;
    }
    .phooFormHolder {
        padding: 10px;
    }
    .PFDHeader {
        margin-bottom: 0px;
    }
    /***************/
    .news-list-holder, .news-list-pager, .news-list, .latest-news {
        padding-right: 0px;
    }
    .news-list .news-list-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .mobile-header .contact-holder .email .form-btn, .mobile-header .contact-holder .email .pageheader_text .pageheader_text_inner a, .pageheader_text .pageheader_text_inner .mobile-header .contact-holder .email a, .mobile-header .contact-holder .email input.zoom_button, .mobile-header .contact-holder .email .phoo_row.show_more .show-more, .phoo_row.show_more .mobile-header .contact-holder .email .show-more, .mobile-header .contact-holder .email .block.bg-color1 .inner a, .block.bg-color1 .inner .mobile-header .contact-holder .email a, .mobile-header .contact-holder .email .btn-color1, .mobile-header .contact-holder .email .btn-color2, .mobile-header .contact-holder .email .testimonialHolder .promoInner .testimonital-btn, .testimonialHolder .promoInner .mobile-header .contact-holder .email .testimonital-btn {
        padding: 4px 12px;
    }
    .zoom_search_header {
        width: 85%;
    }
    .form-row .fc {
        padding-right: 0px;
    }
    .fc.fc50pc {
        width: 100% !important;
    }
    .footer-bg .block .inner .logos {
        width: 25%;
    }
    .block .inner .logos {
        padding-right: 10px;
        width: 33.333%;
        min-height: 100px;
    }
    .footer-bg .logos-footer {
        width: 25%;
    }
    /**********/
    .phoo_row.carousell .fw-wrapper .carousell-row {
        padding-left: 0;
    }
    /**********/
    .col1_6 {
        width: 100%;
    }
    .col1_6 .inner {
        text-align: center;
    }
}
/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* CSS */
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* CSS */
}
/**************/
/*# sourceMappingURL=main-scss.css.map */