/* 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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Teko:wght@300;400;500;600;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&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; background: #aad7dd}
strong{font-weight: 800;}
.post, .page {margin: 0;}
/* Modify as needed end ----------------------------------- */


p {
    margin-bottom: 0rem;
	line-height: 20px;
}

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

#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 ---------------------------------------*/

/* Header 4 Start --------------------------------------------------------- */
.wa_h4_hdrone{
    padding: 30px 0px;
    border-bottom: 3px solid #D9A63E;
	background: #fff;
}

@media (max-width: 768px) {
    .wa_h4_hdrone{
        padding: 10px 0px;
    }
}
/* Header 1 End --------------------------------------------------------- */

/* -- A0005 -- START ------------------------------ */
#a0005 {
    margin-top: 0px;
    border-top: solid 3px #09899F;
    background-position-x: center;
    padding-bottom: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#a0005 h2 {
    font-family: Teko;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 49px;
    color: #474747;
    margin: 0px;
	text-transform: uppercase;
}
#a0005 .a0005_sbm {
    background: #09899F;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
}
#a0005 .a0005_field{
    margin-bottom: 5px;
}

.a0005-grid{
    display: grid;
    grid-template-columns: 1fr 335px;
    grid-gap: 20px;
}

.a0005-grid-item{
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    box-sizing: border-box;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
    height: fit-content;
}

.a0005-txt{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #474747;
	margin-bottom: 10px;
}

.a005-bordered-block{
    border-bottom: 1px solid #C9C9C9;
    padding: 12px;
    margin-bottom: 10px;
}

.a005-nobordered-block{
    padding: 12px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .a0005-grid {
        grid-template-columns: 1fr;
    }
}
/* -- A0005 -- End ------------------------------ */

/* F5 Footer 1 -------------------------------*/

.rad-chk label{
    float: left;
    padding-right: 20px;
}

.dinline{
    display: inline-block;
    width: 48%;
    margin-right: 1%;
}

#frm_field_29_container{
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .dinline{
        display: block;
        width: 100%;
        margin-right: 0%;
    }
}

.wa_f5 {
    background-color: #196C7A;
    color: #FFF;
    border-top: solid 3px #D9A63E;
}
.wa_f5 a:link, .wa_f5 a:visited, .wa_f5 a:active {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.wa_f5 a:hover{
    color: #fff;
}
.wa_f5_sbft {
    background: #0C3F48;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 17px;
}
.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 h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}
/* F5 END ---------------------------------------*/

/*-- ACCA -- Start ------------------------------*/
.acca{
    border-top: solid 1px #9e9e9e;
}
.faq-heading {
    padding-top: 30px;
}

.acca-header{
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 10px;
    padding: 8px 14px;
}
.acca .help_title {
    text-align: center;
    font-family: Teko;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #09899F;
    margin: 0px;
}
.acca .faq-heading {
    padding-top: 30px;
}
.acca .wa_header {
    background-color: #fff !important;
    border-radius: 0px !important;
    border: 0px !important;
}

.md-accordion .card .fa-angle-down {
    float: left !important;
}

.md-accordion .card .card-header {
    padding: 0.5rem 0rem !important;
}

.acca .wa_tittext {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 12px;
    line-height: 15px;
    color: #474747;
}

.md-accordion .card:first-of-type, .md-accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0px !important;
}

.acca .md-accordion .card .wa_bodybody {
    margin-top: 5px;
    margin-bottom: 10px;
    background: #ECECEC;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #474747;
    padding: 7px;
}
/*-- ACCA -- END ------------------------------*/

/* -- custom ---------------------------------*/
.a005-frm-block h3{
    font-family: Teko !important;
    font-style: normal;
    font-weight: normal !important;
    font-size: 24px;
    line-height: 34px;
    color: #09899F;
	margin-bottom: 0px;
}

.a005-frm-block h5{
    color: #474747;
    font-size: 17px;
    font-weight: 600;
}

.a005-frm-block h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #09899F;
    margin-top: 20px;
}

#frm_field_41_container{
	margin-top: 10px;
}

#frm_field_59_container{
	margin-top: 20px;
}

#frm_field_40_container{
	margin-bottom: 20px;
}

.a005-frm-block table, .a005-frm-block th, .a005-frm-block td {
    border: 1px solid #09899F;
}

.with_frm_style .vertical_radio .frm_checkbox label, .with_frm_style .vertical_radio .frm_radio label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #474747;
}

.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
    vertical-align: top;
}

.frm_radio{
    margin-top: 10px;
}

.a005-frm-block th{
    background: #09899F;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 4px;
}

.a005-frm-block td{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #474747;
    padding: 20px;
}

.a005-frm-block table tr:nth-child(even) {
    background: #FFF3DB;
}

.a005-frm-block table{
    margin-top: 10px;
}

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    opacity: 1;
}

.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;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #474747;
}

.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.StripeElement {
    background: #FFFFFF;
    border: 1px solid #474747;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #474747;
}

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

.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
    line-height: 12px;
    margin-top: 5px;
}

#frm_field_13_container{
    margin: 0px;
    margin-top: 10px;
}

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