/* 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');

body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
body{font-weight: 400;}
.post, .page {margin: 0;}
strong{font-weight: 800;}
#masthead {
	background-color: #FFF;
}
.wa_stat{
	font-size: 1.2em;
}
.wa_stat h2{
    color: #eb1c23;
    font-weight: 700;
	text-align: center;
}
.wa_mpage ul{
		margin-left: 20px;
		padding-left: 0;
}
.wa_h3_logoone img{
	height: 80px;
}
@media (min-width: 768px) {
	.wa_h3_logoone img{
		height: auto;
	}
}

/* BLOG Styling -------------------------------------*/

.social_ul{
	margin-left: 0;
}
.img_left{
    margin: 0 15px 10px 0;
}
.blog{
	font-size: 1.1em;
}
/* BLOG Styling end ----------------------------------*/

/*-- CFA Start --------------------------------------*/
.with_frm_style .frm_radio input[type=radio], .with_frm_style .frm_checkbox input[type=checkbox] {
	opacity: inherit;
}
frm_image_options .frm_image_option_container .frm_empty_url, .frm_image_options .frm_image_option_container img {
    height: inherit !important;
	width: auto;
}
.frm_image_option_container .frm_selected_checkmark svg {
    fill: #eb1c23;
}
.cfa{
	background-image: url(../images/hdr.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
}
.cfa_background{
	background-color: #0459a5ba;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 5px;
    color: #FFF;
}
.cfa_title{
    font-size: 1.90em;
    font-weight: 800;
}
.cfa_msg{
	font-style: italic;
}
.cfa_after_terms{
	font-style: italic;
    font-size: 0.8em;
}
#frm_form_3_container .frm_button_submit, #frm_form_3_container .frm_final_submit{
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
#frm_form_4_container .wa_controll textarea{
	height: 100px;
}
@media (min-width: 601px) {
	.wa_frmspace{
		padding-top: 20px;
	}
	#frm_form_3_container .frm_submit {
    	text-align: left !important;
	}
	.cfa_title{
		font-size: 2.5em;
	}
	#frm_form_3_container .frm_button_submit, #frm_form_3_container.frm_final_submit{
		width: 250px;
		padding: 7px 20px;
	}
	#frm_form_3_container .wa_controll textarea{
		height: auto;
	}
	.cfa_msg{
		margin-top: 20px;
	}
}


/*-- CFA End --------------------------------------*/

/* Header 3 Start --------------------------------------------------------- */
.wa_h3_hdrone{
	margin-top: 20px;
    text-align: center;
}
.wa_h3_tel{
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    color: #599DEF;
    font-weight: 400;
}
.wa_h3_tel a:link,.wa_h3_tel a:visited, .wa_h3_tel a:active {
	color: #0066B3;
	text-decoration: none;
}
.wa_h3_tel a:hover{
	color: #0066B3;
	text-decoration: none;
}
.wa_h3_email{
    font-family: 'Teko', sans-serif;
    color: #0458a4;
    background-color: #ffffff;
    padding: 2px 10px 2px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: solid 1px #347eba;
}
.wa_h3_email:link,.wa_h3_email:visited, .wa_h3_email:active {
	color: #FFF;
	text-decoration: none;
}
.wa_h3_email:hover{
	color: #fff;
    text-decoration: none;
    background-color: #FF5722;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.wa_h3_email{
		font-family: 'Teko', sans-serif;
		color: #fff;
		background-color: #0458a4;
		padding: 5px 10px 0;
		border-radius: 5px;
		margin-bottom: 0;
		border: none;
	}
	.wa_h3_email:link,.wa_h3_email:visited, .wa_h3_email:active {
		color: #FFF;
		text-decoration: none;
	}
	.wa_h3_email:hover{
		color: #fff;
		text-decoration: none;
		background-color: #FF5722;
	}
	
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.wa_h3_logo_t{
		margin-top: 10px;
	}
	.wa_h3_logo_t{
		text-align: left;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.wa_h3_logoone {
		margin-left: 0px;
		margin-top: 10px;
		text-align: left;
	}
	.wa_h3_tel{
		margin-top: 0px;
    	margin-bottom: 0px;
		font-weight: 600;
		font-size: 1.8em;
	}
	.wa_h3_logo_t{
		margin-top: 20px;
	}
	.wa_h3_logo_t {
    	text-align: left;
	}
}
/* Header 3 End --------------------------------------------------------- */


/* BC8 -- Testemonials -------------------------------------------*/
.bc8{
	background-color: #e9f2ff;
    border-top: solid 2px #2196f3;
    border-bottom: double 7px #eb1c23;
    padding-bottom: 20px;
}
/* BC8 END ----------------------------------------------------------*/

/*-- AB -- Start ---------------------------------*/
.wa_ab{
	margin-top: 20px;
}
.wa_ab_cnt{
background-repeat: no-repeat;
    border-radius: 5px;
    max-width: 180px;
    min-height: 180px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: solid 1px #8e8e8e;
	overflow: hidden;
}
.wa_ab_cnt_txt{
	position: absolute;
    bottom: 0;
    background-color: #eb1c23;
    color: #FFF;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-weight: 700;
}
.wa_ab_transp{
	height: 180px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #ff000000 50%, #4fe0ff80 80%);
    transition: background-position 1s;
}
.wa_ab_transp:hover{
	background-position: 0 -100%;
}
.wa_ab h2{
	font-weight: 700;
    text-align: center;
}

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

/*-- AC -- Start ---------------------------------*/
.wa_ac{
	margin-top: 30px;
}
.wa_ac_cnt{
	background-repeat: no-repeat;
    border-radius: 5px;
    max-width: 180px;
    min-height: 230px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: solid 1px #8e8e8e;
    overflow: hidden;
}
.wa_ac_cnt_txt{
    position: absolute;
    bottom: 0;
    color: #000;
    background-color: #FFF;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-weight: 700;
    min-height: 65px;
    border-top: double 5px #2779cd;
	font-size: 0.96em;
}
.wa_ac_transp{
	height: 180px;
    transition:all 0.3s ease;
}
.wa_ac_transp:hover{
    box-shadow: inset 0 0 45px #FF9800;
    margin-top: -5px;
    border-radius: 5px;
}
.wa_ac h2{
	font-weight: 700;
    text-align: center;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.wa_ac_cnt{
		width: 180px;
	}
}

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

/*-- ACCA -- Start ------------------------------*/
.faq-heading {
	padding-top: 30px;
}
.acca .help_title {
	font-weight : bold;
	color : #000;
	text-align: center;
	margin-bottom: 33px;
}
.acca .faq-heading {
	padding-top: 30px;
}
.acca .wa_header{
    background-color: #9e9e9e !important;
    border-radius: 5px !important;
}
.acca .wa_tittext{
	color: #fff;
    font-size: 1.3em;
}
.acca .wa_bodybody{
    border: solid 1px #9c9c9c66;
    margin-top: 5px;
    margin-bottom: 10px;
}
/*-- ACCA -- END ------------------------------*/

/* -- BA -- Start ------------------------------ */
.ba h2{
	text-align: center;
	font-weight: 600;
}

/* -- BA -- END ------------------------------ */

/* B1 --------------------*/
.wa_b1{
	padding: 10px 40px;
	color: #FFF;
	background-color: #2584d1;
	border-radius: 5px;
	font-weight: 600;
	width: fit-content;
	font-size: 1.5em;
}
.wa_b1:hover{
	background-color: #F05A29; 
}
/* B1 End ---------------------*/


/* F2 Footer 2 ---------------------------------------*/
.wa_f2{
    background-color: #0066b3;
    color: #FFF;
    margin-top: 40px;
    padding-bottom: 10px;
	text-align: center;
}
.wa_f2 a:link{
	color: #FFF;
}
.wa_f2 a:visited{
	color: #FFF;
}
.wa_f2 a:hover{
	color: #FFFF00;
}
.wa_f2 p{
	color: #fff;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
}
.wa_f2_sbft{
    font-size: 0.7em;
    margin-top: 10px;
}
.wa_f2_c{
}
.wa_f2_r{
	font-weight: bold;
	font-size: 1.3em;
}
.wa_f2_r a:link, .wa_f2_r a:visited, .wa_f2_r a:active, .wa_f2_r a:hover{
	color: #FFF;
}
.wa_ftr_icon{
	width: 32px;
    margin-left: 4px;
}
.wa_bf{
    padding: 5px 27px;
    color: #eb1c23;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 600;
    width: fit-content;
    font-size: 1.5em;
    margin-top: 20px;
}
.wa_bf:hover{
    background-color: #FF9800;
    color: #FFF;
}
@media (min-width: 768px) {
	.wa_f2_c{
		margin-left: auto;		
		width: fit-content;
		margin-right: auto;
	}
	.wa_f2{
		text-align: left;
	}
}
/* F2 END ---------------------------------------*/





/* Internal pages ---------------------------------------------------------------------------------------------*/

.wa_imgklk{
	margin-top: 5px;
	border-radius: 5px;
    border: solid 3px #989993;
}
.ba_n h2{
	font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 15px;
    color: #0458a4;
	text-align: left;
}
/*-- SA --------------------------------------*/

.wa_sa{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    background-position-y: center;
}

.wa_sa .bg_semi{
position: absolute;
    bottom: 0;
    min-height: 160px;
    background-color: #000000b3;
    width: 100%;
    text-align: center;
}

.wa_sa .bg_semi .wa_text{
    margin-top: 20px;
    font-size: 2.7em;
    font-weight: 900;
    font-family: initial;
	line-height: 1.2em;
}

.wa_sa .bg_semi .wa_sub_message{
	width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-top: solid 2px #FFF;
    margin-top: 15px;
    padding-top: 15px;
}

.wa_sa .bg_semi .wa_final_statement{
	font-style: italic;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*-- SA END --------------------------------------*/


/* -- BC10 -- Start ------------------------------*/
#bc10{
	margin-top: 60px;
    border-top: solid 2px #0066b3;
    padding-top: 20px;
    background-color: #f1f9ff;
    border-bottom: double 4px #2584d1;
}
#bc10 h2{
	font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 15px;
    color: #0458a4;
}
#bc10 h3{
	font-size: 1.5em;
    font-weight: 400;
    color: #f0555a;
}
#bc10 img{
	margin-top: 5px;
    border-radius: 5px;
    border: solid 2px #989993;
	margin-bottom: 20px;
}
#bc10 .wa_line{
	border: dashed 1px #add8ff;
    margin-bottom: 20px;
}
/* -- BC10 -- END ------------------------------*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#frm_form_4_container .wa_controll textarea{
		height: 165px;
	}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.wa_cust_btnalign{
		text-align: left !important;
	}
	#frm_form_4_container .wa_controll textarea{
		height: 230px;
	}
}


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