/* 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');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins: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=DM+Serif+Text:ital@0;1&family=Inter:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins: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');
/* Modify as needed start ----------------------------------- */
body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
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;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: 1px solid transparent !important;
}

.entry-content {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
    margin-top: 15px;
}

.entry-title{
    font-family: DM Serif Text;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    margin: 0px;
    color: #58585A;
    margin-top: 15px;
}

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


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

.page-id-780 .a0068-top-sec{
	background-position: center !important;
}

.page-id-820  .a0068-top-sec{
	background-position: center !important;
}


.page-id-780 #a0216{
	display: none !important;
}

.page-id-820 #a0216{
	display: none !important;
}

.page-id-780 #a0091 {
    background-size: cover;
    background-position: left;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
}

.page-id-820 #a0091 {
    background-size: cover;
    background-position: left;
    border-bottom: 5px solid #000;
    border-top: 5px solid #000;
}

#wa_bl0{
    font-size: 15px;
}
#wa_bl0 h2{
	font-size: 50px;
	font-family: 'Oswald', 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: 'Oswald', 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 ---------------------------------------*/

/*-- A0183 Start -------------------*/
#a0183{
    background: #30735D;
}
.a0183-grid {
    display: flex;
    float: inline-end;
    gap: 23px;
}
.a0183-grd-icon {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    float: left;
    grid-gap: 10px;
    width: fit-content;
    padding: 5px;
}
.a0183-grd-contact {
    background-color: #EEE932;
    display: grid;
    grid-template-columns: auto 1fr;
    float: right;
}
.a0183-grd-contact a {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    align-items: center;
    line-height: 19.2px;
    color: #000000;
    padding-left: 15px;
    text-decoration: underline;
}
.a0183-grd-contact img {
    padding-right: 7px;
}
.a0183-tel {
    padding-right: 15px;
    align-items: center;
    display: flex;
}

/*-- A0183 End ---------------------*/

/*-- a0213 -------------------------------------------*/
.a0213-menu{
    border-bottom: 5px solid #000000;
    padding: 19px 0px;
}

.a0213-logo{
	    max-width: 206px;
}

.a0213-menu-grd {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto auto;
	grid-gap: 20px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    color: #CA3B0C;
    font-weight: 700;
    font-size: 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    width: 340px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-weight: 600;
}

.a0213-btn a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 900;
    line-height: 17.07px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background-color: #ED1B34;
    padding: 10px 28.5px;
    transition: 0.9s;
}

.a0213-btn a:hover{
    transition: 0.9s;
    color: #ffffff;
    background-color: #30735d;
}

.a0213-list {
    float: right;
}

    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open:after {
        opacity: 0 !important;
    }


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #30735d;
    color: #fff;
    font-size: 16px;
    line-height: 150%;
    padding-top: 3px;
    padding-bottom: 3px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    text-underline-offset: 6px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    text-underline-offset: 6px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #662d91;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

@media (max-width: 1200px) {
    .a0213-menu-grd img{
        width: 185px;
    }


    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
        width: 100% !important;
        margin-top: 5px !important;
    }

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

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
        color: #fff;
    }

	    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 20px !important;
        line-height: 120% !important;
        padding-top: 13px !important;
			height: auto !important;
    }


}



@media (max-width: 992px) {
   .a0213-btn a {
       margin-left: 10px;
   }
}
@media (max-width: 576px) {
    .a0213-menu-grd {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 10px;
    }
}
/*-- a0213 END ---------------------------------------*/

/*-- b0001 ---------------------------------------*/
#b0001 {
    height: 450px;
    border-bottom: 5px solid #000000;
    background-image: url("/wp-content/uploads/2024/08/cffa733f5742df187d0c5aa362a123f1.jpg");
    background-position-x: center;
    display: flex;
    align-items: end;
	background-size: cover;
    background-position: center;
}
.b0001-img {
    margin-bottom: -40px;
}
.b0001-img img {
    display: block;
    margin: auto;
}

@media(max-width: 768px){
	#b0001 {
    height: 300px;
	}
}
/*-- b0001 END ---------------------------------------*/


/* A0217 --------------------------------------------------------------*/
#a0217 {
    padding-top: 36px;
    padding-bottom: 10px;
    background-size: cover;
    background-position: center;
    border-top: 5px solid #DEB324;
}

#a0217 h1{
    font-family: DM Serif Text;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin: 0px;
    color: #58585A;
    margin-top: 15px;
}

#a0217 h2 {
    color: #58585A;
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-family: DM Serif Text;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    margin-top: 5px;
}
.a0217-txt {
    max-width: 100%;
    margin: auto;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.a0217-txt p{
    margin: 0px;
}

@media (max-width: 768px) {
    #a0217 h1 {
        font-family: DM Serif Text;
        font-size: 36px;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        margin: 0px;
        color: #58585A;
        margin-top: 0px;
    }

    #a0217 h2 {
        color: #58585A;
        font-style: normal;
        letter-spacing: 4px;
        text-transform: uppercase;
        margin-bottom: 11px;
        font-family: DM Serif Text;
        font-size: 30px;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        margin-top: 5px;
    }
}
/* A0217 End ----------------------------------------------------------*/

/* b0002 ----------------------------------------------------------*/
#b0002 {
    background-size: cover;
    background-position: center;
    padding-bottom: 70px;
    border-bottom: 5px solid #000000;
}
.b0002-title {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 400;
    line-height: 39.01px;
    text-align: center;
    padding: 17px 0 28px 0;
}

.b0002-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 24px;
}
#b0002 img{
    width: 100%;
    transition: 0.9s;
}

.b0002-newblock:hover img{
    filter: brightness(0.5);
    transition: 0.9s;
}


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


.b0002-newblock h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    text-align: center;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: 0.9s;
}

@media (max-width: 1200px) {
    .b0002-newblock h3 {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .b0002-grid {
        grid-template-columns: 1fr;
    }
    .b0002-newblock h3 {
        font-size: 16px;
        line-height: 120%;
    }

    #b0002{
        padding-bottom: 30px;
    }
}
/* b0002 End ----------------------------------------------------------*/

/* A0195 -- Body Content Image Left -------------------------------------------*/
#a0195 {
    background: linear-gradient(180deg, #FFFFFF 18%, #E6E6E6 68.5%, #EEEEEE 100%);
    padding: 52px 0 90px 0;
    border-bottom: 5px solid #E7BB20;
}

.a0195-bgimg {
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
    min-height: 300px;
}

#a0195 h2 {
    margin-bottom: 14px;
    font-style: normal;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    text-align: left;
}
#a0195 .wa_08_message {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
}

#a0195 .wa_a0008_line:nth-child(2) {
    background-color: #E7BB20;
}
#a0195 .wa_08_btn{
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
}
#a0195 .wa_08_btn a {
    padding: 12px 73px;
    color: #000000;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;
    background-color: #ffffff;
    display: block;
    max-width: 300px;
	margin-top: 20px;
}
#a0195 .wa_08_btn a:hover {
    opacity: 0.7;
    transition: 0.9s;
}
#a0195 .wa_a0008_line {
    background-color: #30735D;
    padding: 29px 20px 33px 20px;
}


.a0195-paddings{
    padding: 20px 0;
}
.modal-services .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 1.5rem !important;
    border: none;
    margin: 0px;
    padding-bottom: 20px !important;
}
.modal-services .btn-secondary {
    background: linear-gradient(90deg, #1251FF -33.6%, #36BEEB 121.96%);
    border-radius: 30px;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 120%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 30px;
}
.frm_start_over{
    display: none;
}

.a0195-header {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: 39.01px;
    text-align: center;
    color: #000000;
}

.a0195-submessage {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #000000;
}

.wa_a0008_right_img {
    padding-left: 15px;
}

.wa_a0008_left_img {
    padding-right: 15px;
}

.a0195-hdr {
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: 39.01px;
    text-align: center;
    color: #000;
    padding-bottom: 7px;
}

.a0195-subhdr {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #000;
    margin-bottom: 27px;
}

.a0195-grdx{
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    grid-gap: 35px;
}


.wa_a0008_line-yellow{
    background-color: #E7BB20 !important;
}

.wa_a0008_line-yellow h2{
    color: #000 !important;
}

.wa_a0008_line-yellow .wa_08_message{
    color: #000 !important;
}

.wa_a0008_line-yellow .a0195-grdx{
    display: grid;
    grid-template-columns: 1.4fr 1fr !important;
    grid-gap: 35px;
}

.a0195-order{
    order: 1;
}

@media (min-width: 576px) {
    .modal-services .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
        width: 90%;
    }
}

@media (max-width: 1200px) {
    #a0195 img {
        max-width: 100%;
        width: 100%;
        padding-bottom: 20px;
    }
    #a0195 h3 {
        margin-bottom: 0px;
    }
    #a0195 h2 {
        margin-bottom: 10px;
    }
    #a0195 .wa_08_btn a {
        margin-top: 10px;
    }

    .a0195-order {
        order: 0;
    }

    .a0195-grdx {
        display: grid;
        grid-template-columns: 1fr !important;
        grid-gap: 20px !important;
    }

    .wa_a0008_line-yellow .a0195-grdx{
        display: grid;
        grid-template-columns: 1fr !important;
        grid-gap: 20px !important;
    }
}
@media (max-width: 992px) {


    #a0195 {
        padding: 20px 0 20px 0;
    }

    .a0195-subhdr {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        line-height: 24.38px;
        text-align: center;
        color: #000;
        margin-bottom: 0px;
    }

    .a0195-hdr {
        font-family: Montserrat;
        font-size: 26px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        color: #000;
        padding-bottom: 7px;
    }

    #a0195 .wa_a0008_line {
        padding: 15px 15px 20px 15px;
    }

    #a0195 h2 {
        margin-bottom: 10px;
        font-size: 26px;
        font-weight: 700;
        line-height: 120%;
    }

}
@media (max-width: 768px) {
}
@media (max-width: 576px) {
    #a0195 .wa_08_btn a {
        font-size: 18px;
        padding: 15px 67px;
    }
    #a0195 h3 {
        font-size: 35px;
        line-height: 48px;
    }
    #a0195 .wa_08_sub_message {
        margin-bottom: 10px;
    }
    .a0195-paddings {
        padding: 22px 0;
    }
    #a0195 .wa_a0008_line {
        box-shadow: none;
        border-radius: 0;
    }
}
/* A0195 End ----------------------------------------------------------*/

/* a0096 ----------------------------*/
#a0096 {
    padding: 85px 0px 20px 0;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}
.a0096-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px , 1fr));
    grid-gap: 30px;
}
.a0096-grid iframe{
    min-height: 220px;
    border: 2px solid #ffffff;
}
.a0096-grid h2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: center;
}
.a0096-grid h3 {
    font-family: Montserrat;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: #ffffff;
}

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

    .a0096-grid {
        grid-gap: 15px;
    }
}
/* a0096 - end ----------------------*/

/*-- a0029 --------------------------------------*/
#a0029 {
    background-color: #EFEFF0;
    padding: 41px 0 72px 0;
    border-bottom: 5px solid #000000;
}
.a0029-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
#a0029 h2 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
    line-height: 43.88px;
    text-align: center;
    color: #000000;
    padding-bottom: 37px;
}

.a0029-item img {
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 100%;
}

@media (max-width: 1200px) {
    .a0029-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

    .a0029-grid {
        grid-gap: 20px;
    }

    #a0029 {
        background-color: #EFEFF0;
        padding: 20px 0 30px 0;
        border-bottom: 5px solid #000000;
    }

    #a0029 h2 {
        font-family: Montserrat;
        font-size: 30px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        color: #000000;
        padding-bottom: 20px;
        margin: 0px;
    }
}

@media (max-width: 768px) {
    .a0029-grid {
        grid-template-columns: 1fr;
    }
    .a0029-grid img {
        display: block;
        margin: auto;
    }
}
/*-- a0029 END --------------------------------------*/

/*-- b0003 --------------------------------------*/
#b0003 {
    background-color: #662D91;
    padding: 55px 0;
    border-bottom: 5px solid #E7BB20;
}
.b0003-txt {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    text-align: left;
    color: #ffffff;
    padding-right: 55px;
}
#b0003 a {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;
    background-color: #E7BB20;
    padding: 10px 80px;
    text-decoration: none;
    color: #000000;
    transition: 0.9s;
}

#b0003 a:hover{
    transition: 0.9s;
    color: #ffffff !important;
    background-color: #30735d;
}

.b0003 {
    display: flex;
}

@media (max-width: 1200px) {
    .b0003-txt {
        font-size: 30px;
    }
    #b0003 a {
        font-size: 17px;
        padding: 10px 73px;
    }
}

@media (max-width: 992px) {
    .b0003-txt {
        font-size: 22px;
    }
    #b0003 a {
        font-size: 15px;
        padding: 10px 40px;
    }
}

@media (max-width: 768px) {
    .b0003-txt {
        padding-bottom: 16px;
    }

    #b0003 {
        padding: 20px 0;
    }

    .b0003 {
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .b0003-txt {
        font-size: 22px;
        line-height: 120%;
        text-align: center;
        color: #ffffff;
        padding-right: 0px;
    }
}

/*-- b0003 END --------------------------------------*/

/* A0215 ------------------------*/
#a0215 {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 110px;
}
.a0215-grd {
    border-radius: 3px;
    background: #FFF;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 125px;
    padding: 26px 50px 26px 50px;
    color: #595959;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
    box-shadow: 0px 0px 15px 0px #00000040;
}
.a0215-grd h2 {
    color: #F84949;
    margin-bottom: 22px;
    font-family: Lato;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.2px;
    text-align: left;
}
.with_frm_style .frm_top_container .frm_primary_label, .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_top {
    font-family: Montserrat !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 23.4px !important;
    text-align: left !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    border-radius: 3px !important;
    background: #FF523D !important;
    border: 0px !important;
    padding: 9px !important;
    width: 300px !important;
    color: #FFF !important;
    text-align: center !important;
    font-size: 20px !important;
    font-family: Inter !important;
    font-weight: 600 !important;
    line-height: 130% !important;
    text-transform: uppercase !important;
    float: right !important;
    border: 0px !important;
    box-shadow: none !important;
    transition: 0.9s;
}



.frm_style_formidable-style.with_frm_style .frm_submit button:hover{
    background: #30735d !important;
    transition: 0.9s;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border: 0px !important;
    box-shadow: none !important;
}
#frm_field_6_container{
    width: fit-content;
    display: block;
    margin-left: auto;
}
.a0215-right{
    padding-top: 65px;
}
.a0215-right strong {
    color: #F84949;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    text-align: left;
    padding-bottom: 10px;
}
.a0215-right a {
    color: #595959 !important;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
}
.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=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 {
    border-radius: 3px !important;
    border: 1px solid #D9D9D9 !important;
    background: #F4F4F4 !important;
}

@media (max-width: 1200px) {
    .a0215-grd {
        border-radius: 3px;
        background: #FFF;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-gap: 30px;
        padding: 20px 20px 10px 20px;
        color: #595959;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
        line-height: 24.38px;
        text-align: left;
        box-shadow: 0px 0px 15px 0px #00000040;
    }
}

@media (max-width: 992px) {
    #a0215 {
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .a0215-grd {
        grid-template-columns: 1fr;
        grid-gap: 20px;
        padding-bottom: 20px;
    }

    .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
        float: none !important;
        margin: auto !important;
        display: block !important;
    }
    #frm_field_6_container {
        width: fit-content;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .a0215-right {
        padding-top: 0px;
    }

    .a0215-grd h2 {
        color: #F84949;
        margin-bottom: 22px;
        font-family: Lato;
        font-size: 30px;
        font-weight: 600;
        line-height: 43.2px;
        text-align: left;
    }
}
@media (max-width: 768px) {

}
/* A0215 END --------------------*/



/* F5 Footer 1 -------------------------------*/
.wa_f5 {
    color: #FFF;
    padding-bottom: 10px;
    border-top: solid 5px #E7BB20;
    background: #3C3C3D;
}
.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;
    color: #ABABAB;
    margin-top: 10px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: center;
    margin-bottom: 5px;
    display: block;
}
.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_f5-grid-top {
    display: grid;
    grid-template-columns: auto 1fr 120px auto;
    grid-gap: 35px;
    margin-top: 24px;
    margin-bottom: 25px;
    align-items: center;
    justify-items: center;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}
.wa_h5_center-grd h3 {
    font-style: normal;
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    text-align: left;
}
.wa_h5_icons-grd{
    display: flex;
    grid-gap: 15px;
    margin-top: 10px;
}
.wa_f5 hr {
    margin: 0rem 0 !important;
    opacity: 1;
    background: #ABABAB !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;
}

.wa_f5-grd-item {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-gap: 30px;
}

.wa_h5-lnk {
    font-style: normal;
    display: block;
    margin-bottom: 5px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: left;
    color: #ABABAB !important;
}

.wa_f5-ada{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: left;
}
@media (max-width: 992px) {
    .wa_f5-grid-top {
        grid-template-columns: 1fr;
    }
    .wa_h5_center-grd {
        grid-template-columns: 1fr 1fr;
    }

    .wa_f5-grd-item {
        display: grid;
        grid-template-rows: 1fr;
        grid-gap: 10px;
    }
}
@media (max-width: 768px) {
    .wa_h5_center-grd {
        grid-template-columns: 1fr;
    }
}
/* F5 END ---------------------------------------*/


/*-- a0068 --------------------------------------*/
.a0068 {
}

.a0068-top-sec{
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position: top;
    border-bottom: 5px solid #DEB324;
}

.a0068-middle-sec {
    padding-top: 60px;
    padding-bottom: 17px;
    background: #30735D;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: center;
    color: #fff;
}

.page-id-728 .a0068{
    background-position: bottom;
}

.a0068 .bg_semi {
    display: block;
    margin: auto;
    width: 650px;
    padding: 0px;
    border: 1px solid #ABABAB;
    box-shadow: 0px 8px 8px 0px #00000040;
}

.a0068 .bg_semicup {
    margin-top: 210px;
    margin-bottom: -120px;
}

.page-id-504 .a0068 .bg_semicup {
    margin-top: 210px;
    margin-bottom: -45px;
}

.a0068 .bg_semi .wa_text {
    color: #000000;
    display: block;
    font-family: DM Serif Text;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.a0068 .bg_semi .wa_sub_message {
    padding-top: 15px;
    margin: auto;
    color: #363636;
    text-align: center;
    font-size: 16px;
    font-family: Inter;
    line-height: 130%;
}

.a0068 .bg_semi .wa_sub_message-2 {
    color: #000000;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.26px;
    text-align: center;
}

.a0068 .bg_semi .wa_sub_message-21 {
    color: #ED1B34;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
}


.a0068 .bg_semi .wa_final_statement{
    font-style: italic;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}
.bg_border {
    background: #fff;
    padding: 52px;
}
.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%);
}
.button-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin-top: 20px;
}
.contact {
    color: #FFFFFF !important;
    width: 300px;
    display: block;
    padding: 10px;
    border-radius: 3px;
    background: #F84949;
    transition: 0.9s;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: center;
    margin: auto;
    margin-top: 0px;
}

.contact:hover {
    background: #30735d;
    transition: 0.9s;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.about {
    width: 100%;
    display: block;
    padding: 8px 0px;
    border-radius: 3px;
    background: #5A86B8;
    color: #FFF !important;
    text-align: center;
    font-size: 20px;
    font-family: Inter;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
    transition: 0.9s;
}

.about:hover{
    transition: 0.9s;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.a0068-img{
    padding-top: 14px;
}

.a0068-border-bottom{
    border-bottom: 5px solid #000000;
}

.a0068-img-footer{
    width: 100%;
}

.a0068-middle-bottom {
    background-size: cover;
    background-position: center;
    padding: 55px 0px;
    position: relative;
}

.a0068-middle-bottom h2{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: center;
    color: #595959;
    margin-bottom: 20px;
}

.a0068-middle-bottom hr{
    margin: auto;
    margin-bottom: 0px;
    width: 300px;
    opacity: 1;
    height: 3px;
    background: #F84949;
}

@media (max-width: 1200px) {
    .bg_border {
        padding: 25px;
    }

    .a0068 .bg_semicup {
        margin-top: 160px;
        margin-bottom: -80px;
    }

    .page-id-504 .a0068 .bg_semicup {
        margin-top: 160px;
        margin-bottom: -30px;
    }

    .a0068-middle-bottom {
        background-size: cover;
        background-position: center;
        padding: 35px 0px;
    }

    .a0068-middle-sec {
        padding-top: 40px;
        padding-bottom: 17px;
        background: #30735D;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
        line-height: 24.38px;
        text-align: center;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .a0068 .bg_semicup {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page-id-504 .a0068 .bg_semicup {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .a0068-middle-bottom {
        background-size: cover;
        background-position: center;
        padding: 20px 0px;
    }

    .a0068-middle-bottom h2 {
        font-family: Montserrat;
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: #595959;
        margin-bottom: 10px;
    }

    .a0068-middle-bottom hr {
        margin: auto;
        margin-bottom: 0px;
        width: 200px;
        opacity: 1;
        height: 3px;
        background: #F84949;
    }


    .a0068-img-footer {
        width: 100%;
        display: none;
    }

    .a0068 .bg_semi .wa_text {
        max-width: 500px;
        color: #000000;
        display: block;
        margin: auto;
        font-family: DM Serif Text;
        font-size: 36px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: center;
    }

    .a0068 .bg_semi .wa_sub_message-2 {
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
    }

    .a0068 .bg_semi .wa_sub_message-21 {
        color: #ED1B34;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
    }

    .contact {
        color: #FFFFFF !important;
        width: 230px;
        display: block;
        padding: 5px;
        border-radius: 3px;
        background: #F84949;
        transition: 0.9s;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        margin: auto;
        margin-top: 0px;
    }

    .a0068-middle-sec {
        padding-top: 17px;
        padding-bottom: 17px;
        background: #30735D;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .a0068 .bg_semi {
        width: 100%;
    }

    .a0068 .bg_semicup {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .bg_border {
        padding: 20px;
    }

    .a0068-middle-bottom h2 {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: #595959;
        margin-bottom: 10px;
    }

    .a0068 .bg_semi .wa_text {
        max-width: 500px;
        color: #000000;
        display: block;
        margin: auto;
        font-family: DM Serif Text;
        font-size: 28px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: center;
    }
}
/*-- a0068 END --------------------------------------*/

/*-- a0195-1 ------------------------------------------*/
#a0195-1{
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.a0195-1-paddings{
    padding-top: 34px;
    padding-bottom: 139px;
}

.page-id-361 .a0195-1-paddings{
    padding-top: 34px;
    padding-bottom: 88px;
}

.page-id-491 .a0195-1-paddings{
    padding-top: 34px;
    padding-bottom: 88px;
}

.a0195-1-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}

.a0195-1-img-blk{
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.a0195-1-content h2{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: left;
    color: #595959;
    margin-bottom: 20px;
}

.a0214-line {
    margin: 0px;
    margin-bottom: 20px;
    border: 3px solid #F84949;
    width: 300px;
}

.page-id-548 .a0214-line{
    margin: auto;
    margin-bottom: 20px;
    border: 3px solid #F84949;
    width: 300px;
}

.a0195-1-content h3{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

#a0195-1 .wa_08_message{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    color: #000000;
    padding-bottom: 10px;
}

@media (max-width: 1200px) {
    .a0195-1-paddings{
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .page-id-361 .a0195-1-paddings{
        padding-top: 34px;
        padding-bottom: 60px;
    }

    .page-id-491 .a0195-1-paddings{
        padding-top: 34px;
        padding-bottom: 60px;
    }

}

@media (max-width: 992px) {
    .a0195-1-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .a0195-1-paddings{
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .page-id-361 .a0195-1-paddings{
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .page-id-491 .a0195-1-paddings{
        padding-top: 34px;
        padding-bottom: 60px;
    }


    .a0195-1-content h2 {
        font-family: Montserrat;
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #595959;
        margin-bottom: 10px;
    }

    .a0214-line {
        margin: 0px;
        margin-bottom: 10px;
        border: 2px solid #F84949;
        width: 250px;
        display: none;
    }

    .a0195-1-content h3 {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        color: #000000;
        margin-bottom: 10px;
    }

    #a0195-1 .wa_08_message {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        text-align: left;
        color: #000000;
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .a0195-1-content h2 {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #595959;
        margin-bottom: 10px;
    }

    .a0195-1-paddings{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-361 .a0195-1-paddings{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-491 .a0195-1-paddings{
        padding-top: 34px;
        padding-bottom: 60px;
    }


    .a0195-1-content h3 {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        color: #000000;
        margin-bottom: 10px;
    }

    .a0195-1-img-blk {
        border: 1px solid #000000;
        box-shadow: 0px 4px 4px 0px #00000040;
        background-size: cover;
        background-position: center;
        min-height: 200px;
    }
}
/*-- a0195-1 END --------------------------------------*/


/* A0216 --------------------------------------------------------------*/

.page-id-361 #a0216 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-id-374 #a0216 {
    padding-top: 70px;
    padding-bottom: 50px;
    border-top: 0px solid #E7BB20;
    border-bottom: 5px solid #E7BB20;
}

.page-id-449 #a0216{
    border-top: 0px solid #E7BB20;
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 5px solid #E7BB20;
}

.page-id-472 #a0216{
    border-top: 0px solid #E7BB20;
    padding-top: 48px;
    padding-bottom: 48px;
    border-bottom: 5px solid #E7BB20;
}

.page-id-491 #a0216{
    display: none;
}

#a0216 {
    padding-top: 62px;
    padding-bottom: 58px;
    background-size: cover;
    background-position: center;
    border-top: 5px solid #E7BB20;
}

.a0216-item {
    border-radius: 3px;
    background: #FFF;
    padding: 30px;
    color: #000000;
    position: relative;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.a0216-item a {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    width: 250px;
    display: block;
    background: #F84949;
    padding: 9px;
    color: #fff !important;
    text-align: center;
    margin-top: 45px;
}

.a0216-item a:hover {
    transition: 0.9s;
    color: #ffffff;
    background-color: #30735d;
}

.a0216-box{
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 27px 28px;
    margin: 5px 0px;
}

.page-id-374 .a0216-box {
    padding: 26px;
}

.a0216-box h2{
    color: #363636;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    padding-top: 27px;
    padding-bottom: 22px;
}

.page-id-374 .a0216-box h2{
    padding-top: 0px;
    padding-bottom: 10px;
}

.a0216-box .a0216-grd{
    padding-top: 30px;
}

.a0216-item-n {
    color: #363636;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.a0216-grd{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
}


.a0216-item h3 {
    color: #F84949;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    text-align: left;
    margin-bottom: 20px;
}

.page-id-449 .a0216-item h3{
    color: #F84949;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
}

.page-id-472 .a0216-item h3{
    color: #F84949;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
	    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .a0216-item h3 {
        color: #F84949;
        font-family: Montserrat;
        font-size: 30px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        margin-bottom: 8px;
    }

    .page-id-449 .a0216-item h3{
        color: #F84949;
        margin-bottom: 8px;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.26px;
        text-align: left;
    }

    .page-id-472 .a0216-item h3{
        color: #F84949;
        margin-bottom: 8px;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.26px;
        text-align: left;
    }

    .a0216-item {
        border-radius: 3px;
        background: #FFF;
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
        padding: 20px;
        color: #000000;
        position: relative;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        text-align: left;
    }

    .a0216-item a {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        width: 200px;
        display: block;
        background: #F84949;
        padding: 7px;
        color: #fff !important;
        text-align: center;
        margin-top: 20px;
    }

    .page-id-374 #a0216 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .page-id-449 #a0216{
        border-top: 0px solid #E7BB20;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .page-id-472 #a0216{
        border-top: 0px solid #E7BB20;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .a0216-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    #a0216 {
        padding-top: 20px;
        padding-bottom: 20px;
        background-size: cover;
        background-position: center;
        border-top: 5px solid #E7BB20;
    }

    .page-id-361 #a0216 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-374 #a0216 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-449 #a0216{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-472 #a0216{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-374 .alignright {
        display: block !important;
        float: none !important;
        margin-left: 0px !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }


    .page-id-297 .a0216-item {
        background-position-y: top !important;
    }

    .a0216-item h3 {
        color: #F84949;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        margin-bottom: 6px;
    }

    .page-id-449 .a0216-item h3{
        color: #F84949;
        margin-bottom: 6px;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.26px;
        text-align: left;
    }

    .page-id-472 .a0216-item h3{
        color: #F84949;
        margin-bottom: 6px;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.26px;
        text-align: left;
    }

}

@media (max-width: 768px){
    .a0216-box h2{
        font-size: 23px;
    }
}
/* A0216 End ----------------------------------------------------------*/


/*-- a0195-2 ------------------------------------------*/
#a0195-2{
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.a0195-2-paddings {
    padding: 65px 0px;
}

.page-id-449 .a0195-2-paddings{
    padding: 55px 0px;
}

.page-id-374 .a0195-2-paddings {
    padding-top: 45px;
    padding-bottom: 65px;
}

.a0195-2-btn {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: center;
    padding: 9px;
    width: 300px;
    display: block;
    background: #ABABAB;
    color: #fff !important;
    margin-top: 35px;
}

.a0195-2-btn:hover {
    transition: 0.9s;
    color: #ffffff;
    background-color: #30735d;
}

.a0195-2-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}

.a0195-2-img-blk{
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.page-id-428 .a0195-2-img-blk {
    min-height: 460px;
}

.a0195-2-content h2 {
    color: #595959;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: left;
}

.page-id-428 .a0195-2-content h2{
    text-transform: uppercase;
}

.a0214-line {
    margin: 0px;
    margin-bottom: 20px;
    border: 3px solid #F84949;
    width: 300px;
}

.page-id-374 .a0214-linex {
    border: 3px solid #F84949;
    width: 300px;
    margin: auto;
    margin-bottom: 20px;
}

.a0195-2-content h3{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}

#a0195-2 .wa_08_message{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    color: #000000;
    padding-bottom: 10px;
}

@media (max-width: 1200px) {
    .a0195-2-paddings{
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .page-id-374 .a0195-2-paddings {
        padding-top: 20px;
        padding-bottom: 45px;
    }

    .page-id-449 .a0195-2-paddings{
        padding: 35px 0px;
    }
}

@media (max-width: 992px) {
    .a0195-2-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .a0195-2-paddings{
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .page-id-374 .a0195-2-paddings {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-449 .a0195-2-paddings{
        padding: 20px 0px;
    }

    .a0195-2-btn {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
        padding: 8px;
        width: 250px;
        display: block;
        background: #ABABAB;
        color: #fff !important;
        margin-top: 15px;
    }

    .a0195-2-content h2 {
        font-family: Montserrat;
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #595959;
        margin-bottom: 10px;
    }

    .a0214-line {
        margin: 0px;
        margin-bottom: 10px;
        border: 2px solid #F84949;
        width: 250px;
    }

    .page-id-374 .a0214-line {
        margin: auto;
        margin-bottom: 10px;
        border: 2px solid #F84949;
        width: 250px;
    }

    .a0195-2-content h3 {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        color: #000000;
        margin-bottom: 10px;
    }

    #a0195-2 .wa_08_message {
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        text-align: left;
        color: #000000;
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .a0195-2-content h2 {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #595959;
        margin-bottom: 10px;
    }

    .a0195-2-paddings{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .a0195-2-content h3 {
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        color: #000000;
        margin-bottom: 10px;
    }

    .a0195-2-img-blk {
        border: 1px solid #000000;
        box-shadow: 0px 4px 4px 0px #00000040;
        background-size: cover;
        background-position: center;
        min-height: 200px;
    }

    .page-id-428 .a0195-2-img-blk {
        min-height: 300px;
    }
}
/*-- a0195-2 END --------------------------------------*/


/* -- A0091 ------------------------------------- */
#a0091 a[data-fancybox] img {
    cursor: zoom-in;
    width: 100%;
}

#a0091 {
    background-size: cover;
    background-position: left;
    border-bottom: 5px solid #000;
}

.page-id-504 #a0091 {
    border-bottom: 0px solid #000 !important;
}


#a0091 .fancybox__caption {
    text-align: center;
}

.a0091-item-img {
    min-height: 230px;
    background-size: cover;
    background-position: center;
}

#a0091 h5{
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
    padding: 63px 0px;
}

.a0091-grid {
    padding-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    grid-gap: 25px;
    padding-bottom: 40px;
}

.page-id-472 .a0091-grid {
    padding-top: 80px;
    padding-bottom: 180px;
}

.page-id-504 .a0091-grid {
    padding-top: 40px;
    padding-bottom: 100px;
}

.gal-item {
    background-size: cover;
    width: 100%;
    height: 250px;
    background-position: center;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

@media(max-width: 992px){
    #a0091 h5 {
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 130%;
        padding: 30px 0px;
    }

    .page-id-472 .a0091-grid {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .page-id-504 .a0091-grid {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .a0091-grid {
        padding-top: 25px;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        grid-gap: 20px;
        padding-bottom: 25px;
    }

    .page-id-472 .a0091-grid {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-504 .a0091-grid {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/* -- A0091 -- End ------------------------------ */


/* A0218 --------------------------------------------------------------*/
#a0218 {
    padding-top: 96px;
    padding-bottom: 140px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.page-id-374 #a0218 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-id-491 #a0218 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-id-780 #a0218 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-id-927 #a0218 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-id-1023 #a0218 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-id-1045 #a0218 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-id-780 .pre-a0218{
	background-image: url("https://dowevents.com/wp-content/uploads/2025/02/winbledon_bgrd_grey.jpg") !important;
}

.page-id-820 .pre-a0218{
	background-image: url("https://dowevents.com/wp-content/uploads/2025/02/bordeaux_bgrd_grey.jpg") !important;
}

.page-id-927 .pre-a0218{
	background-image: url("https://dowevents.com/wp-content/uploads/2025/03/bgrd_2.jpg") !important;
}

.page-id-820 #a0218 {
    padding-top: 25px;
    padding-bottom: 25px;
}


.page-id-472 #a0218 {
    padding-top: 0px;
    padding-bottom: 76px;
}

.pre-a0218 {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 120px;
}

.a0218-blk {
    border-radius: 3px;
    background: #FFF;
    padding: 54px 112px;
    margin: auto;
    max-width: 100%;
    box-shadow: 0px 0px 15px 0px #00000040;
}

.page-id-472 .a0218-blk{
    padding-top: 36px;
    padding-bottom: 36px;
}

#a0218 h2{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: center;
    color: #595959;
    margin-bottom: 20px;
}

#a0218 h3{
    margin: 0px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
    margin-bottom: 25px;
    color: #ED1B34;
}

#a0218 h4{
    color: #ED1B34;
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

#a0218 ul {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    text-align: left;
    color: #000;
    padding-left: 25px;
}

.a0218-line{
    margin: auto;
    margin-bottom: 60px;
    border: 3px solid #F84949;
    width: 300px;
}

#a0218  .contact {
    margin-top: 60px !important;
    color: #FFFFFF !important;
    width: 280px;
    display: block;
    padding: 10px;
    border-radius: 3px;
    background: #F84949;
    transition: 0.9s;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: center;
}

.page-id-472 #a0218 .contact{
    margin-top: 0px !important;
}

#a0218 .contact:hover {
    transition: 0.9s !important;
    color: #ffffff !important;
    background-color: #30735d !important;
}

@media (max-width: 1200px) {
    #a0218 {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .page-id-374 #a0218 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	
	.page-id-491 #a0218 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	
	.page-id-780 #a0218 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	
	.page-id-820 #a0218 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
	
	.page-id-927 #a0218 {
    padding-top: 15px;
    padding-bottom: 15px;
}
	
	.page-id-1023 #a0218 {
    padding-top: 15px;
    padding-bottom: 15px;
}
	
	.page-id-1045 #a0218 {
    padding-top: 15px;
    padding-bottom: 15px;
}

	
    .page-id-472 #a0218 {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .pre-a0218 {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .a0218-blk {
        border-radius: 3px;
        background: #FFF;
        padding: 30px 50px;
        margin: auto;
        max-width: 100%;
        box-shadow: 0px 0px 15px 0px #00000040;
    }

    .a0218-line {
        margin: auto;
        margin-bottom: 30px;
        border: 3px solid #F84949;
        width: 250px;
    }

    #a0218 h3 {
        margin: 0px;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 29.26px;
        text-align: left;
        margin-bottom: 10px;
        color: #ED1B34;
    }

    #a0218 ul {
        margin-top: 0px;
        margin-bottom: 10px;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 500;
        line-height: 29.26px;
        text-align: left;
        color: #000;
        padding-left: 25px;
    }

    #a0218 .contact {
        margin-top: 30px !important;
        color: #FFFFFF !important;
        width: 280px;
        display: block;
        padding: 10px;
        border-radius: 3px;
        background: #F84949;
        transition: 0.9s;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 700;
        line-height: 29.26px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    #a0218 h2 {
        font-family: Montserrat;
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
        color: #595959;
        margin-bottom: 10px;
    }

    #a0218 {
        padding: 40px 0;
    }

    .page-id-374 #a0218 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.page-id-491  #a0218 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.page-id-780  #a0218 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.page-id-820  #a0218 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	.page-id-927 #a0218 {
    padding-top: 10px;
    padding-bottom: 10px;
}
	
	.page-id-1045 #a0218 {
    padding-top: 10px;
    padding-bottom: 10px;
}


    .a0218-line {
        margin: auto;
        margin-bottom: 20px;
        border: 3px solid #F84949;
        width: 250px;
    }

    #a0218 h3 {
        margin: 0px;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        margin-bottom: 10px;
        color: #ED1B34;
    }

    #a0218 ul {
        margin-top: 0px;
        margin-bottom: 10px;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        text-align: left;
        color: #000;
        padding-left: 25px;
    }

    #a0218 .contact {
        margin-top: 30px !important;
        color: #FFFFFF !important;
        width: 230px;
        display: block;
        padding: 5px;
        border-radius: 3px;
        background: #F84949;
        transition: 0.9s;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        text-align: center;
    }

    .page-id-472 .a0218-blk{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

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

    #a0218 h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .page-id-472 #a0218 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
	
	.page-id-780 #a0218 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
	
		.page-id-820 #a0218 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
	
	.page-id-491   #a0218 {
        padding-top: 0px;
        padding-bottom: 20px;
    }
	
	.page-id-927 #a0218 {
    padding-top: 0px;
    padding-bottom: 20px;
}
	
	.page-id-1023 #a0218 {
    padding-top: 0px;
    padding-bottom: 20px;
}
	
	.page-id-1045 #a0218 {
    padding-top: 0px;
    padding-bottom: 20px;
}



    .pre-a0218 {
        padding-top: 20px;
        padding-bottom: 30px;
    }


    .a0218-line {
        margin: auto;
        margin-bottom: 10px;
        border: 2px solid #F84949;
        width: 70%;
    }

    .a0218-blk {
        border-radius: 3px;
        background: #FFF;
        padding: 20px 20px;
        margin: auto;
        max-width: 100%;
        box-shadow: 0px 0px 15px 0px #00000040;
    }


}
/* A0218 End ----------------------------------------------------------*/


#text_with_bg-block{
    padding: 58px 0px;
    background-size: cover;
    background-position: center;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: center;
    color: #fff;
}

.pre-footer {
    background: #E6E6E6;
    padding: 20px 0px;
    border-top: 5px solid #3C3C3D;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #000;
}

@media (max-width: 1200px) {
    #text_with_bg-block{
        padding: 58px 0px;
        background-size: cover;
        background-position: center;
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 600;
        line-height: 130%;
        text-align: center;
        color: #fff;
    }
}

/*-- a0030 --------------------------------------*/
#a0030 {
    background-position: center;
    padding-top: 0px;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}

#a0030 h2 {
    color: #363636;
    text-align: center;
    font-size: 36px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    max-width: 704px;
    margin: auto;
    margin-bottom: 20px;
}

#a0030-Btn-Container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    width: fit-content;
    grid-gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}

.a0030-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#a0030 h3 {
    color: #363636;
    text-align: center;
    font-size: 36px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.a0030-column {
    float: none;
    width: 100%;
    display: none;
}
.a0030-content {
    background-color: white;
    padding-bottom: 5px;
}

.a0030-box{
    padding: 15px;
    padding-bottom: 0px;
}

.a0030-box h4 {
    color: #000 !important;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
}

.a0030-box p {
    color: #58585A !important;
    font-style: normal;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
}

.a0030-box h6 {
    color: #F84949;
    font-style: normal;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    text-align: left;
}

.a0030-show {
    display: block;
    border-radius: 6px 6px 0px 0px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.a0030-show img{
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}

.a0030-btn {
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 5px 29px;
    border-radius: 3px;
    background: #5A86B8;
    border: 2px solid #5A86B8;
}
.a0030-btn:hover {
    border: 2px solid #FF523D;
    background: #FFF;
    color: #FF523D;
}
.a0030-btn.a0030-active {
    border-radius: 3px;
    border: 2px solid #FF523D;
    background: #FFF;
    color: #FF523D;
    text-align: center;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 5px 29px;
}
.a0030-btn.focus, .a0030-btn:focus {
    outline: 0;
    box-shadow: none !important;
}

@media (max-width: 992px) {

    .a0030-grid-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #a0030 {
        padding-top: 0px;
        padding-bottom: 40px;
    }
}

@media(max-width: 768px){
    .a0030-grid-row {
        display: grid;
        grid-template-columns: 1fr;
    }

    .a0030-box h4 {
        color: #000 !important;
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        text-align: left;
    }

}
/*-- a0030 END --------------------------------------*/

/*-- a0068-other --------------------------------------*/
.a0068-other-top-sec{
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position: center;
    border-bottom: 5px solid #DEB324;
}

.a0068-other-top-sec .bg_semi .wa_text {
    color: #000000;
    display: block;
    font-family: DM Serif Text;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0px;
    margin: 0px;
    width: 100%;
    text-transform: uppercase;
}

.page-id-644 .a0068-other-top-sec .bg_semi .wa_text {
    color: #F84949;
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-family: Montserrat;
    font-size: 48px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-align: center;
}


.a0068-other-top-sec .bg_semi {
    display: block;
    margin: auto;
    width: 650px;
    padding: 0px;
    border: 1px solid #ABABAB;
    box-shadow: 0px 8px 8px 0px #00000040;
}

.a0068-other-top-sec .bg_semicup {
    margin-top: 138px;
    margin-bottom: 138px;
}

@media (max-width: 992px) {
    .a0068-other-top-sec .bg_semi .wa_text {
        max-width: 500px;
        color: #000000;
        display: block;
        margin: auto;
        font-family: DM Serif Text;
        font-size: 36px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: center;
    }

    .page-id-644 .a0068-other-top-sec .bg_semi .wa_text {
        color: #F84949;
        display: block;
        padding: 0px;
        margin: 0px;
        width: 100%;
        font-family: Montserrat;
        font-size: 36px;
        font-weight: 900;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-align: center;
    }

    .a0068-other-top-sec .bg_semicup {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}

@media (max-width: 768px) {

    .a0068-other-top-sec .bg_semi {
        width: 100%;
    }

    .a0068-other-top-sec  .bg_semi .wa_text {
        max-width: 500px;
        color: #000000;
        display: block;
        margin: auto;
        font-family: DM Serif Text;
        font-size: 28px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0em;
        text-align: center;
    }

    .a0068-other-top-sec .bg_semicup {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

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


/* a0219 -----------------------------------------------------------*/
#a0219 {
    background: #662D91;
    color: #FFF;
    font-style: normal;
    padding-top: 17px;
    padding-bottom: 14px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.26px;
    text-align: center;
}

.a0068-mid-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #000;
}

.a0068-middle-img{
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
}

@media (max-width: 992px) {
    #a0219 {
        background: #662D91;
        color: #FFF;
        font-style: normal;
        padding-top: 14px;
        padding-bottom: 14px;
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #a0219 {
        font-size: 16px;
    }
}
/* a0219 END -------------------------------------------------------*/

/* -- a0220 ------------------------------ */
#a0220{
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.a0220-box {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    margin-top: 60px;
    padding: 22px 29px 29px 29px;
}

.a0220-box h2 {
    color: #595959;
    font-style: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: center;
}

.a0220-descript {
    margin-top: 18px;
    color: #000;
    font-style: normal;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.a0220-imgs-grd{
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.a0220-imgs-grd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
}

.a0220-item{
    text-align: center;
}

@media (max-width: 992px) {
    #a0220 {
        padding-bottom: 30px;
    }

    .a0220-box {
        margin-top: 30px;
    }

    .a0220-box h2 {
        color: #595959;
        font-style: normal;
        letter-spacing: 3.6px;
        text-transform: uppercase;
        margin-bottom: 0px;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 120%;
        text-align: center;
    }

    .a0220-descript {
        margin-top: 10px;
        color: #000;
        font-style: normal;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .a0220-box h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
}
/* -- a0220 -- End ------------------------------ */

.founder-block-grd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
    margin-bottom: 20px;
    align-items: center;
}

.founder-block-grd h3{
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
    margin: 10px 0px;
}

.founder-block-grd h4{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    color: #30735D;
    margin-bottom: 10px;
}

.a0068-mid-text-big{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    color: #000000;
}

.founder-block-grd iframe{
    height: 332px;
    width: 100%;
}

@media (max-width: 1200px) {
    .a0068-middle-bottom h2 {
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 10px;
    }

    .founder-block-grd h3{
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        margin: 10px 0px;
    }

    .founder-block-grd h4{
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #30735D;
        margin-bottom: 10px;
    }

    .a0068-mid-text-big{
        font-family: Montserrat;
        font-size: 18px;
        font-weight: 400;
        line-height: 120%;
        text-align: left;
        color: #000000;
    }

    .founder-block-grd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 28px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .founder-block-grd {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        margin-bottom: 20px;
    }
}

/* -- a0221 ------------------------------ */
#a0221 {
    padding-bottom: 90px;
    background-size: cover;
    background-position: center;
    margin-top: -2px;
}

.a0221-box {
    background: #FFF;
    margin-top: 36px;
    padding: 29px 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.a0221-box h2 {
    color: #595959;
    font-style: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: left;
}

.a0221-box h3 {
    color: #000;
    font-style: normal;
    margin-top: 19px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    text-align: left;
    margin-bottom: 10px;
}

.a0221-box h4 {
    color: #30735D;
    margin-top: 0px;
    font-family: Montserrat;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 24.38px;
    text-align: left;
    margin-bottom: 10px;
}

.a0221-descript {
    margin-top: 8px;
    color: #000000;
    font-style: normal;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}

.a0221-imgs-grd{
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.a0221-imgs-grd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
}

.a0221-item{
    text-align: center;
}

.a0221-img-item {
    background-size: cover;
    background-position: top;
    min-height: 300px;
}

.a0221-grd{
    display: grid;
    grid-template-columns: 310px 1fr;
    grid-gap: 25px;
}

.a0221-img-item img{
    display: none;
}

@media (max-width: 1200px) {
    .a0221-box h2 {
        color: #595959;
        font-style: normal;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
    }

    .a0221-box h3 {
        color: #000;
        font-style: normal;
        margin-top: 10px;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        margin-bottom: 10px;
    }

    .a0221-descript {
        margin-top: 8px;
        color: #000000;
        font-style: normal;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        text-align: left;
    }

    #a0221 {
        padding-bottom: 40px;
        background-size: cover;
        background-position: center;
        margin-top: -2px;
    }
}

@media (max-width: 992px) {
    #a0221 {
        padding-bottom: 30px;
    }

    .a0221-box {
        background: #FFF;
        padding: 10px 10px;
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    .a0221-box {
        margin-top: 30px;
    }

    .a0221-img-item img{
        display: block;
        width: 100%;
    }
    .a0221-img-item {
        background: #fff !important;
        min-height: auto;
    }

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

@media (max-width: 768px) {
    .a0221-box h2 {
        font-size: 27px;
        margin-bottom: 15px;
    }
}
/* -- a0221 -- End ------------------------------ */

/* -- a0222 ------------------------------ */
#a0222{
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
}

.a0222-box {
    background: #FFF;
    margin-top: 50px;
    padding: 23px 43px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.a0222-box h2 {
    color: #595959;
    font-style: normal;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: left;
}

.a0222-box h3{
    color: #363636;
    font-size: 20px;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-top: 19px;
}

.a0222-box h4{
    color: #5A86B8;
    font-size: 16px;
    font-family: Inter;
    font-style: italic;
    font-weight: 500;
    line-height: 130%;
    margin-top: 8px;
}

.a0222-descript {
    margin-top: 18px;
    color: #000;
    font-style: normal;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
}

.a0222-imgs-grd{
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
}

.a0222-imgs-grd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
}

.a0222-item{
    text-align: center;
}

.a0222-img-item {
    display: block;
}

.a0222-grd {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 20px;
}

.a0222-img-item img{
    display: block;
    margin: auto;
}

@media (max-width: 1200px) {
    .a0222-box h2 {
        color: #595959;
        font-style: normal;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
    }

    .a0222-descript {
        margin-top: 10px;
        color: #000;
        font-style: normal;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        line-height: 120%;
        text-align: left;
    }

    .a0222-box {
        background: #FFF;
        margin-top: 30px;
        padding: 23px 43px;
        box-shadow: 0px 4px 4px 0px #00000040;
    }

    #a0222 {
        padding-bottom: 40px;
        background-size: cover;
        background-position: center;
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    #a0222 {
        padding-bottom: 30px;
    }

    .a0222-box {
        margin-top: 30px;
    }


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

@media (max-width: 768px) {
    #a0222 {
        background-size: cover;
        background-position: center;
        padding-top: 0px;
    }
}
/* -- a0222 -- End ------------------------------ */

/* -- references ------------------------------ */
#references {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 48px;
    padding-bottom: 130px;
}

#references h2 {
    color: #595959;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    letter-spacing: 0.4em;
    text-align: center;
}

.references-descript {
    color: #000;
    font-style: normal;
    margin-top: 17px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}


#references .a0222-box{
    margin-top: 60px;
}

#references .a0222-box {
    background: #FFF;
    padding: 40px 110px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #000000;
}

#who_we_are_text{
    font-size: 18px;
    font-weight: 600;
}

.gal-item{
    background-size: cover;
    width: 100%;
    height: 250px;
    background-position: center;
}

.page-id-396 .a0195-second{
    display: none;
}

.page-id-396 .a0218-blk h2 {
    display: none;
}

.page-id-396 .a0218-blk .a0214-line{
    display: none;
}

.page-id-396 .a0218-blk .contact {
    margin-top: 0px !important;
}

.page-id-396 .a0195-content strong {
    font-weight: 600;
}

@media (max-width: 992px) {
    #references{
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #references .a0222-box {
        background: #FFF;
        padding: 20px 20px;
        box-shadow: 0px 4px 4px 0px #00000040;
        border: 1px solid #000000;
    }

    #references .a0214-line {
        display: block !important;
    }

    #references h2 {
        color: #595959;
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 10px;
        font-family: Montserrat;
        font-size: 28px;
        font-weight: 600;
        line-height: 120%;
        letter-spacing: 0.4em;
        text-align: center;
    }

    #references .a0222-box {
        margin-top: 20px;
    }

    .references-descript {
        color: #000;
        font-style: normal;
        margin-top: 10px;
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        line-height: 120%;
    }

}

@media (max-width: 768px) {
}
/* -- references -- End ------------------------------ */

#thankyou{
    margin-top: 100px;
    margin-bottom: 150px;
}

#thankyou h1{
    font-family: DM Serif Text;
    font-size: 58px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    margin: 0px;
    color: #58585A;
    margin-top: 5px;
    margin-bottom: 35px;
}

#thankyou h2{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 500;
    line-height: 39.01px;
    text-align: center;
    color: #000;
    padding-bottom: 7px;
}

@media (max-width: 992px) {
    #thankyou{
        margin-top: 100px;
        margin-bottom: 150px;
    }

    #thankyou h1{
        font-family: DM Serif Text;
        font-size: 40px;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        margin: 0px;
        color: #58585A;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    #thankyou h2{
        font-family: Montserrat;
        font-size: 26px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        color: #000;
        padding-bottom: 7px;
    }
}


@media (max-width: 768px) {
    #thankyou{
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #thankyou h1{
        font-family: DM Serif Text;
        font-size: 30px;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        margin: 0px;
        color: #58585A;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    #thankyou h2{
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        color: #000;
        padding-bottom: 7px;
    }
}


.founder-events{
    min-height: 250px;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
}

.a0133-bg{
    height: 240px;
    border: 1px solid #000000;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-size: cover;
    background-position: center;
}

.a0133-not-box-item{
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 25px;
    align-items: center;
}

#a0133 hr{
    margin-top: 45px;
    margin-bottom: 45px;
    width: 100%;
    height: 1px;
    background: #000;
}

#a0133 hr:last-child {
    background: #ff0000;
    display: none;
}

.red-line {
    width: 300px;
    height: 3px;
    background: #F84949;
    margin-bottom: 20px;
}


#a0133 h4{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 600;
    line-height: 39.01px;
    text-align: left;
    color: #595959 !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#a0133 h5{
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
    text-align: left;
    color: #000;
}

#a0133 {
    padding-top: 60px;
    padding-bottom: 260px;
    position: relative;
}

@media (max-width: 992px) {
    .a0133-not-box-item {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    #a0133 {
        padding-top: 40px;
        padding-bottom: 160px;
    }

    #a0133 h4 {
        font-family: Montserrat;
        font-size: 26px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #595959 !important;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .red-line {
        width: 300px;
        height: 1px;
        background: #F84949;
        margin-bottom: 10px;
    }

    #a0133 h5 {
        font-family: Montserrat;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        color: #000;
    }

    #a0133 hr {
        margin-top: 25px;
        margin-bottom: 35px;
        width: 100%;
        height: 1px;
        background: #000;
    }
}

@media (max-width: 768px) {
    #a0133 {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    #a0133 h4 {
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        line-height: 120%;
        text-align: left;
        color: #595959 !important;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #a0133 h5 {
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        text-align: left;
        color: #000;
    }

    .red-line {
        width: 100%;
        height: 1px;
        background: #F84949;
        margin-bottom: 10px;
    }
}


.blog{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
    margin-top: 15px;
}

.ulsub{
    padding: 0px !important;
    margin: 0px !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    list-style: circle !important;
}

.a0218-repeat-grd {
    display: grid
;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    color: #000;
}

.incppadding{
	padding-left: 20px;
}

.page-id-991 #a0091 {
    background-size: cover;
    background-position: left;
    border-top: 5px solid #000;
    border-bottom: 0px !important;
    padding-top: 90px;
    padding-bottom: 290px;
}

.page-id-1045 #a0091{
	    border-top: 5px solid #000 !important;
    border-bottom: 0px !important;
}

.page-id-1023 #a0091{
	    border-top: 5px solid #000 !important;
    border-bottom: 0px !important;
}

.page-id-991 #a0218 {
    padding-top: 0px;
    padding-bottom: 400px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: -3px;
}




@media(max-width: 1400px){
	.page-id-991 #a0218 {
    padding-bottom: 200px;
    }
	
	.page-id-991 #a0091 {
    padding-top: 30px;
    padding-bottom: 90px;
	}
}

@media(max-width: 992px){
	.a0218-repeat-grd {
    display: grid
;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    color: #000;
    text-align: center;
}
	
    .page-id-991 #a0218 {
        padding-bottom: 0px;
    }
	
	    .page-id-991 #a0091
		 {
        padding-top: 10px;
        padding-bottom: 30px;
    	}
	
}

@media(max-width: 768px){
	    .a0218-repeat-grd
 {
        display: grid
;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        font-family: Montserrat;
        font-size: 20px;
        font-weight: 500;
        line-height: 130%;
        text-align: left;
        color: #000;
        text-align: center;
    }
}

/* 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) {
}