/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@font-face {
    font-family: 'Gotham';
    font-weight: normal;
    src: url("Gotham-Light.otf") format("opentype");
}

@font-face {
    font-family: 'Gotham';
    font-weight: bold;
    src: url("Gotham-Medium.otf") format("opentype");
}
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7 {
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
}

body {
    font-weight: 400;
    font-size: 16px;
}

strong {
    font-weight: 800;
}

.post, .page {
    margin: 0;
}

*:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
}

p {
    margin-bottom: 10px;
}

/* Modify as needed end ----------------------------------- */


/*-- BL0 Start ------------------------------------*/

#wa_bl0 {
    font-size: 15px;
}

#wa_bl0 h2 {
    font-size: 50px;
    font-family: 'Gotham', sans-serif;
    color: #cf9810;
}

#wa_bl0 h3 a:link, #wa_bl0 h3 a:visited, #wa_bl0 h3 a:active {
    color: #000;
}

#wa_bl0 h3 a:hover {
    color: #cf9810;
}

#wa_bl0 .read_more {
    font-family: 'Gotham', sans-serif;
    color: #0979bd;
    font-size: 1.6em;
}

#wa_bl0 .read_more:hover {
    color: #cf9810;
}

#wa_bl0 .wa_bl0_blog {
    font-size: 1.3em
}

#wa_bl0 .wa_bl0_twit {
    border: solid 2px #c7c7c7;
    border-radius: 5px;
}

.wa_twitter_widg .textwidget {
    padding: 10px;
    font-size: 13px;
}

.wa_bl0_categ {
    height: 180px;
    position: relative;
    border: solid 1px #cf9810;
    border-radius: 5px;
    background-size: cover;
}

.wa_bl0_name {
    position: absolute;
    bottom: 0;
    background-color: #000000b3;
    width: 100%;
    padding: 7px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    border-top: solid 1px #fff;
}

.wa_bl0_categ:hover .wa_bl0_name {
    transition: 1s;
    background-color: #ff5722f2;
    border-top: solid 1px #fff;
}

#wa_bl0 .wa_brcr {
    background-color: #fff6de;
    border-bottom: solid 1px #03A9F4;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.art_img {
    border: solid 2px #0e416c;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.social_ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 30px;
}

.social_ul li {
    display: inline-block;
    margin-right: 10px;
}

/* Pagination */
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #6FB7E9;
    border-radius: 3px;
    cursor: pointer;
    padding: 7px;
    font-size: 14px;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #3C8DC5;
}

/*-- BL0 END ---------------------------------------*/
/*-- A0064 ---------------------------------------*/
#a0064 {
    padding: 20px 0px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: rgba(249, 247, 247, 0.9);
    border-bottom: 2px solid #68BBB9;
}

.a0064-grid {
    display: grid !important;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    grid-gap: 45px;
}

.a0064-call {
    display: block;
    width: 227px;
    padding: 7px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    background: #68BBB9;
    border-radius: 2px;
    font-family: 'Gotham';
    line-height: 22px;
}

.a0064-call:hover{
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px black);
}

#mega-menu-wrap-menu-1 {
    border-radius: 0;
    padding-top: 10px;
}

@media (max-width: 1200px) {
    .a0064-grid {
        grid-gap: 10px;
    }
}

@media (max-width: 992px) {
    .a0064-call {
        margin-bottom: 0px;
        height: 100%;
        padding: 5px 20px;
    }

    .a0064-menu {
        order: 1;
    }
}

@media (max-width: 768px) {
    .a0064-call {
        width: 100%;
        margin-bottom: 0px;
        height: 100%;
    }
}

@media (max-width: 420px) {
    .a0064-grid {
        grid-template-columns: 1fr auto;
    }

    .a0064-menu {
        order: 0;
    }

    #mega-menu-wrap-menu-1 {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

/*-- A0064 END---------------------------------------*/
/*-- a0068 --------------------------------------*/
.a0068 {
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    height: 717px;
    background-attachment: fixed;
}

.a0068 .bg_semi {
    display: block;
    margin: auto;
    width: 660px;
    padding: 3px;
    border: 18px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.a0068 .bg_semi .wa_text {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #626266;
    padding-bottom: 10px;
}

.a0068 .bg_semi .wa_sub_message {
    max-width: 660px;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #626266;
    margin-top: 10px;
}

.a0068-line {
    border-top: 6px solid #68BBB9;
    margin: auto;
    width: 393px;
    max-width: 100%;
}

.bg_border {
    background: rgba(255, 255, 255, 0.9);
    padding: 18px;
}

.bg_logo {
    display: block;
    margin: 20px 0px;
}

.bg_border-line {
    width: 100%;
    height: 2px;
    background: linear-gradient(90.05deg, #39B54A 26.97%, #00ADDD 87.29%);
}

.bef_tit {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #626266;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .a0068 .bg_semi .wa_text {
    }

    .a0068 .bg_semi {
        width: 90%;
    }

    .a0068 .bg_semi .wa_text {
        font-size: 30px;
    }

    .bef_tit {
        font-size: 20px;
        line-height: 130%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .a0068 .bg_semi .wa_sub_message {
        font-size: 18px;
        line-height: 130%;
    }

    .a0068 .bg_semi {
        border: 8px solid rgba(255, 255, 255, 0.9);
        top: 59%;
    }

    .a0068 {
        height: 600px;
    }
}

@media (max-width: 576px) {
}

/*-- a0068 END --------------------------------------*/

/*-- aaa --------------------------------------*/
#aaa {
    background: #68BBB9;
    padding: 30px 0;
}

#aaa h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#aaa h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}



@media (max-width: 576px) {
    #aaa h2 {
        font-size: 23px;
        line-height: 27px;
    }

    #aaa h3 {
        font-size: 20px;
        line-height: 23px;
    }

    #aaa {
        padding: 20px 0;
    }
}

/*-- aaa END --------------------------------------*/
/*-- a0199 ------------------------------------------*/
#a0199 {
    padding: 80px 0px;
}

.a0199-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 35px;
}

.a0199-img-main {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.a0199-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 36px;
    padding-top: 42px;
}

.a0199-grid img {
    filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
}

.a0199-grd img {
    width: 100%;
    max-width: 650px;
    filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
}

.a0199-grd h3 {
    display: contents;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #626266;
}

.a0199-line {
    border-top: 6px solid #68BBB9;
    width: 393px;
    max-width: 100%;
    margin-top: 6px;
}

.a0199-img-blk {
    float: left;
    width: 100%;
    height: 100%;
}

.a0199-text {
    padding-top: 10px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #626266;
}

.a0199-btn {
    color: #FFFFFF !important;
    padding: 8px;
    width: 268px;
    margin-top: 10px;
    background: #68BBB9;
    border-radius: 2px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.a0199-btn:hover{
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 1200px) {
    .a0199-img-blk {
        float: left;
        padding-right: 0px;
        width: 100%;
    }

    .a0199-grd img {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 992px) {
    #a0199 {
        padding: 20px 0px;
    }

    .a0199-img-main {
        width: 100%;
        height: 100%;
        min-height: 350px;
        background-size: cover;
        background-position: center;
        margin-top: 20px;
    }

    .a0199-grd {
        grid-template-columns: 1fr;
    }

    .a0199-grid {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .a0199-grd h3 {
        font-style: normal;
        font-weight: 700;
        font-size: 35px;
        line-height: 120%;
        color: #122C51;
        display: block;
        margin: 0px;
    }

    .a0199-line {
        width: 300px;
    }

    .a0199-img-main {
        margin-top: 0px;
    }

    .a0199-grd {
        grid-gap: 20px;
    }

    .a0199-grid {
        padding-top: 20px;
        grid-gap: 20px;
    }

    .a0199-grid {
        grid-template-columns: 1fr;
    }

    .a0199-grid img {
        width: 100%;
    }

    .a0199-text {
        font-size: 20px;
    }

    .a0199-btn {
        width: 100%;
    }
}

/*-- a0199 END --------------------------------------*/

/* A0035 Start --------------------*/
.a0035 {
    padding: 50px 0;
    background: #F9F7F7;
}

.a0035-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
}

.a0035 h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #626266;
    text-align: center;
    padding-top: 24px;
}

.a0035-line {
    border-top: 6px solid #68BBB9;
    width: 400px;
    margin: auto;
    padding-bottom: 20px;
    margin-top: 10px;
}

.a0035 img {
    display: block;
    margin: auto;
    padding-bottom: 22px;
}

.a0035 h3 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #626266;
    max-width: 812px;
    margin: auto;
    padding-bottom: 30px;
}

.a0035-item {
    background: #FFFFFF;
    box-shadow: 0px 35px 35px rgba(233, 233, 233, 0.8);
    padding: 35px 15px 5px 45px;
    width: 100%;
}

.a0035-grd {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.a0035-item h3 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    align-items: center;
    text-align: right;
    color: #626266;
    padding: 0;
}

.a0035-text {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #626266;
}

.a0035-text p{
    margin: 0px;
}

.a0035 a {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #3B8987;
    border-bottom: 5px solid #3B8987;
    background: linear-gradient(0deg, #68BBB9 32.95%, #73D2D4 86.93%);
    border-radius: 5px;
    padding: 10px 90px;
    display: block;
    margin: auto;
    margin-top: 42px;
    width: fit-content;
    text-shadow: 1px 1px 1px #3b8987;
}

.a0035 a:hover{
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 1200px) {
    .a0035-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 35px;
        justify-items: center;
    }

    .a0035-grd {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 15px;
        align-items: center;
        margin-bottom: 10px;
        width: fit-content;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .a0035-grid {
        grid-template-columns: 1fr;
    }

    .a0035 {
        padding: 30px 0;
        background: #F9F7F7;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .a0035-line {
        width: 300px;
    }

    .a0035 a {
        font-family: 'Gotham';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 1px solid #3B8987;
        border-bottom: 5px solid #3B8987;
        background: linear-gradient(0deg, #68BBB9 32.95%, #73D2D4 86.93%);
        border-radius: 5px;
        padding: 10px 30px;
        display: block;
        margin: auto;
        margin-top: 42px;
        width: 100%;
        text-shadow: 1px 1px 1px #3b8987;
    }

}

@media (max-width: 576px) {
    .a0035 h2 {
        font-size: 30px;
    }

}

/* A0035 END --------------------*/
/* -- A0005 -- START ------------------------------ */
#a0005 {
    background-position-x: center;
    background-size: cover;
    padding-bottom: 30px;
    max-width: 892px;
    margin: auto;
    margin-top: 30px;
}

#a0005 h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #626266;
}

#a0005 .a0005_sbm {
    background: #68BBB9;
    border-radius: 2px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    padding: 10px 0;
}

#a0005 .a0005_sbm:hover{
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px black);
}

#a0005 .a0005_field {
    margin-bottom: 5px;
}

.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 7px;
}

.with_frm_style input[type=text], .with_frm_style input[type=password], .with_frm_style input[type=email], .with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=file], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style .frm-card-element.StripeElemen {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #626266;
    background: #FFFFFF;
    border: 1px solid #626266;
    border-radius: 2px;
    padding: 20px;
    margin-bottom: 20px;
}

.with_frm_style input[type=number], .with_frm_style input[type=url], .with_frm_style input[type=tel], .with_frm_style input[type=phone], .with_frm_style input[type=search], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .frm-card-element.StripeElement, .with_frm_style .chosen-container-multi .chosen-choices, .with_frm_style .chosen-container-single .chosen-single {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #626266;
    background: #FFFFFF;
    border: 1px solid #626266;
    border-radius: 2px;
    padding: 10px;
}

.a0005-line {
    border-bottom: 6px solid #68BBB9;
    width: 400px;
    margin: auto;
}

@media (max-width: 992px) {
    #a0005 h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    #a0005 h2 {
        font-size: 28px;
    }

    .a0005-line {
        width: 300px;
    }

}

/* -- A0005 -- End ------------------------------ */
/* F5 Footer 1 -------------------------------*/
.wa_f5 {
    color: #FFF;
    padding: 10px 0;
}

.wa_f5 a:link, .wa_f5 a:visited, .wa_f5 a:active {
    color: #FFF;
}

.wa_f5 a:hover {
    color: #fff;
}

.wa_f5_sbft {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    font-family: 'Lato';
    margin-top: 10px;
}

.wa_f5 .wa_h5_hr {
    border-color: #FFF;
}

.wa_f5 .wa_f5_soc {
    font-size: 30px;
}

.wa_f5 .wa_f5_soc a:hover {
    color: #000;
    transition: 0.5s;
}

.wa_h5_center-grd h3 {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}

.wa_h5_icons-grd {
    display: flex;
    grid-gap: 15px;
    margin-top: 10px;
}

.wa_f5 hr {
    margin: 0rem 0 !important;
    opacity: 1;
    background: #FFFFFF !important;
    border: 0px !important;
}

.wa_h5_center-grd {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wa_h5-lnk {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

.wa_h5_contacts {
    margin-top: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .wa_f5-grid-top {
        grid-template-columns: 1fr;
    }

    .wa_h5_center-grd {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .wa_h5_center-grd {
        grid-template-columns: 1fr;
    }
}

/* F5 END ---------------------------------------*/

/* bbb ----------------------------------------------------------*/
#bbb {
    padding: 50px 0;
    border-top: 2px solid #68BBB9;
    border-bottom: 12px solid #68BBB9;
    padding-top: 130px;
    background-size: cover;
    background-position: center;
}
#bbb h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #626266;
    background: #ffffffd4;
    margin: 0;
    padding: 10px 0;
}
.bbb-frame {
    border: 18px solid #ffffffcc;
    max-width: 732px;
    margin: auto;
}
.bbb-box {
    border: 2px solid #00000000;
}
@media (max-width: 992px) {
    #bbb h2 {
        font-size: 39px;
    }
}
@media (max-width: 576px) {
    #bbb h2 {
        font-size: 26px;
    }

    #bbb {
        padding-top: 140px;
    }
}
/* bbb End ----------------------------------------------------------*/

/* A0075 -- Body Content Image Left -------------------------------------------*/
#a0075 {
    padding-top: 100px;
    padding-bottom: 60px;
}

#a0075 h2 {
    margin-bottom: 8px;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #626266;
}

#a0075 img {
    width: 100%;
    box-sizing: border-box;
    background: url(image.png);
    filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.1));
    border-radius: 5px;
}

#a0075 .wa_08_sub_message {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #626266;
    padding-top: 20px;
}

.a0075-img-blk{
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: top;
    background-position-x: center;
}

.bbb-line {
    border-bottom: 6px solid #68BBB9;
    width: 400px;
}

@media (max-width: 992px) {
    #a0075 img {
        margin-bottom: 20px;
    }

    #a0075 h2 {
        margin-top: 20px;
    }

    #a0075 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #a0075 .wa_08_sub_message {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    #a0075 h2 {
        font-size: 28px;
        line-height: 120%;
    }

    .bbb-line {
        border-bottom: 6px solid #68BBB9;
        width: 300px;
    }


    #a0075 {
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

/* A0075 End ----------------------------------------------------------*/

/* ccc ----------------------------------------------------------*/
#ccc {
    background: #F9F7F7;
    padding: 48px 0;
}
#ccc a {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #3B8987;
    border-bottom: 5px solid #3B8987;
    background: linear-gradient(0deg, #68BBB9 32.95%, #73D2D4 86.93%);
    border-radius: 5px;
    padding: 10px 90px;
    display: block;
    margin: auto;
    margin-top: 42px;
    width: fit-content;
    text-shadow: 1px 1px 1px #3b8987;
}

#ccc a:hover{
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px black);
}

#ccc h3 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #626266;
    max-width: 64%;
    margin: auto;
    padding-bottom: 20px;
}
#ccc h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #626266;
}

@media (max-width: 768px) {
    #ccc h3 {
        max-width: 100%;
    }

    #ccc {
        background: #F9F7F7;
        padding: 28px 0;
    }

    #ccc a {
        font-family: 'Gotham';
        font-style: normal;
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 1px solid #3B8987;
        border-bottom: 5px solid #3B8987;
        background: linear-gradient(0deg, #68BBB9 32.95%, #73D2D4 86.93%);
        border-radius: 5px;
        padding: 10px 30px;
        display: block;
        margin: auto;
        margin-top: 20px;
        width: 100%;
        text-shadow: 1px 1px 1px #3b8987;
    }
}
/* ccc End ----------------------------------------------------------*/

/* fff ----------------------------------------------------------*/
#fff {

    padding: 50px 0;
    border-top: 2px solid #68BBB9;
    border-bottom: 12px solid #68BBB9;
}
#fff h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #626266;
    background: #ffffffd4;
    margin: 0;
    padding: 10px 0;
}
.fff-frame {
    border: 18px solid #ffffffcc;
    max-width: 732px;
    margin: auto;
}
.fff-box {
    border: 2px solid #00000000;
}
@media (max-width: 992px) {
    #fff h2 {
        font-size: 39px;
    }
}
@media (max-width: 576px) {
    #fff h2 {
        font-size: 26px;
    }
}
/* fff End ----------------------------------------------------------*/

/* ggg ----------------------------------------------------------*/
#ggg {
    background: #ffffff;
    padding: 70px 0;
}
.ggg-con {
    margin: auto;
}
#ggg h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #626266;
    margin-bottom: 15px;
}
.ggg-line {
    border-bottom: 6px solid #68BBB9;
    width: 400px;
    margin: auto;
}
#ggg h3 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #626266;
    margin: 20px 0 11px 0;
}
#ggg h4 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #626266;
    margin-bottom: 42px;
}
#ggg a {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #3B8987;
    border-bottom: 5px solid #3B8987;
    background: linear-gradient(0deg, #68BBB9 32.95%, #73D2D4 86.93%);
    border-radius: 5px;
    padding: 10px 90px;
    display: block;
    margin: auto;
    margin-top: 42px;
    width: fit-content;
    text-shadow: 1px 1px 1px #3b8987;
}

#ggg a:hover{
    transition: 0.9s;
    filter: drop-shadow(2px 4px 6px black);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover{
    text-decoration: underline !important;
}

#main{
    margin-top: 100px;
    margin-bottom: 30px;
}

.p:after { content: " "; display: inline-block; width: 0; }

@media (max-width: 992px) {
    #ggg a {
        font-family: 'Gotham';
        font-style: normal;
        font-weight: 700;
        font-size: 25px;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 1px solid #3B8987;
        border-bottom: 5px solid #3B8987;
        background: linear-gradient(0deg, #68BBB9 32.95%, #73D2D4 86.93%);
        border-radius: 5px;
        padding: 10px 30px;
        display: block;
        margin: auto;
        margin-top: 42px;
        width: fit-content;
        text-shadow: 1px 1px 1px #3b8987;
    }
}

@media (max-width: 576px) {
    #ggg h2 {
        font-size: 28px;
    }

    .ggg-line {
        width: 300px;
    }

    #ggg a {
        font-size: 17px;
        line-height: 26px;
        margin-top: 20px;
    }
    #ggg {
        padding: 33px 0;
    }
    #ggg h3 {
        line-height: 128%;
    }
}
/* ggg End ----------------------------------------------------------*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}