/* 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=Teko:wght@300;400;500;600;700&display=swap');

h1, h2, h3, h4, h5, h6, h7{font-family: 'Teko', sans-serif; font-weight: 300;}
body{font-weight: 400; font-family: 'Montserrat', sans-serif;}
a:hover{
	text-decoration: none;
}

*:focus {
    outline: 1px solid transparent !important;
}
.post, .page {margin: 0;}
strong{font-weight: 800;}
.alignleft {
    padding-bottom: 15px;
}
.wa_stat{
	font-size: 1.2em;
}
.wa_stat h2{
    color: #eb1c23;
    font-weight: 700;
	text-align: center;
}


/*-- SA --------------------------------------*/

.wa_sa{
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    position: relative;
    background-position-x: center;
    border-top: double 4px #9E9E9E;
    background-color: #222;
}
.wa_sa_int{
	min-height: 400px;
}
.wa_sa .bg_semi{
position: absolute;
    bottom: 0;
    min-height: 200px;
    background-color: #000000b3;
    width: 100%;
    text-align: center;
}

.wa_sa .bg_semi .wa_text{
    margin-top: 20px;
    font-size: 3em;
    font-weight: 300;
    font-family: 'Teko', sans-serif;
	line-height: 1.2em;
}

.wa_sa .bg_semi .wa_sub_message, .wa_sa .bg_semi .wa_sub_message_internal{
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    border-bottom: solid 2px #FFF;
    margin-top: 15px;
    padding-bottom: 15px;
	font-size: 1.4em;
    font-weight: 300;
}
.wa_sa .bg_semi .wa_sub_message_internal{
    color: #ffc07e;
    font-size: 1.7em;
    font-weight: 400;
    letter-spacing: 0.05em;
    border-bottom: none;
}


.wa_sa .bg_semi .wa_final_statement, .wa_sa .bg_semi .wa_units{
    color: #ff9222;
    font-weight: 300;
	font-size: 1.3em;
}
.wa_sa .bg_semi .wa_final_statement{
	margin-top: 15px;
}
.wa_sa .bg_semi .wa_units{
	font-size: 2.2em;
	font-family: 'Teko', sans-serif;
	font-weight: 100;
    margin-bottom: 15px;
}
.wa_ln_under{
    background-image: url(../images/line_under-hdr.jpg);
    height: 30px;
    background-repeat: repeat-x;
    background-position-x: center;
}
.wa_int_und{
	background-color: #F79435;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 1.7em;
	border-top: solid 15px #737373;
}
.wa_units_int{
	font-family: 'Teko', sans-serif;
	font-size: 1em;
}

#wa_unittrack{
	border: solid 2px #c3c3c3;
    border-radius: 10px;
}
#wa_unittrack h2{
	font-size: 2.4em;
    text-align: left;
    font-weight: 300;
    color: #2196F6;
    padding: 26px 10px 0px 10px;
}
#wa_unittrack .wa_list_gr{
	margin-left: 0;
}

.wa_availability{
	padding: 20px;
    font-size: 0.9em;
    color: #00cc0a;
}

/* 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) {
	.wa_sa .bg_semi .wa_text{
		font-size: 5em;
	}
	.wa_sa .bg_semi .wa_units{
		font-size: 3.5em;
	}
	.wa_sa .bg_semi .wa_sub_message, .wa_sa .bg_semi .wa_sub_message_internal{
		font-size: 1.3em;
	}
	.wa_sa{
    	min-height: 600px;
	}
	.wa_sa_int{
		min-height: 600px;
	}
	.wa_units_int{
		font-family: 'Teko', sans-serif;
		font-size: 1.9em;
	}
	
}

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

/*-- SA END --------------------------------------*/
/* -- BA -- Start ------------------------------ */
.ba{
    background-color: #ff92222b;
    padding-bottom: 20px;
    border-bottom: solid 1px #ff5722;
}
.ba h2{
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 3em;
    font-family: 'Teko', sans-serif;
}
.ba p{
	font-size: 0.8em;
}

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

/*-- AC -- Start ---------------------------------*/
.wa_ac{
	margin-top: 30px;
    border-bottom: double 4px #9e9e9e;
    padding-bottom: 20px;
}
.wa_ac_cnt{
	background-repeat: no-repeat;
    border-radius: 5px;
    max-width: 180px;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: solid 1px #8e8e8e;
    overflow: hidden;
	width: 180px;
}
.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: 45px;
    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: 100;
    text-align: center;
    font-family: 'Teko', sans-serif;
    color: #798093;
    font-size: 5em;
	line-height: 55px;
	margin-bottom: 20px;
}
/* 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 ---------------------------------*/



/*-- BC9 -- 5 item option block ----------------------------*/
#wa_bc9{
	margin-top: 50px;
}
#wa_bc9 h2{
	font-family: 'Teko', sans-serif;
    color: #798093;
    text-align: center;
    font-size: 4em;
    font-weight: 200;
	line-height: 55px;
}
#wa_bc9 ul{
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
}
#wa_bc9 .wa_item{
	
}
#wa_bc9 .wa_item .wa_item_link{
    padding: 5px;
    background-color: #F79435;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #FFF;
    
	width: 70px;
    margin-top: 20px;
}
#wa_bc9 .wa_item .wa_item_link h3{
	color: #FFF;
    text-align: center;
    font-family: 'Teko', sans-serif;
    margin-bottom: 0;
	
    margin-top: 5px;
	font-size: 0.9em;
}
#wa_bc9 .wa_item .wa_item_link h4{
    color: #fff;
    text-align: center;
    font-family: 'Teko', sans-serif;
    font-size: 1.9em;
    font-weight: 200;
    margin-top: -10px;
    margin-bottom: 0;
	
	display: none;
}
#wa_bc9 .nav-pills .wa_item_link.active {
	
}
#wa_bc9 .wa_content .wa_text_wrap h2{
	font-family: inherit;
    font-size: 2em;
    font-weight: 700;
    color: #000;
    text-align: left;
}
#wa_bc9 .wa_content .wa_text_wrap img{
	margin-top: 20px;
}
#wa_bc9 .wa_content .wa_text_wrap{
	min-height: 180px;
}

/* 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) {
	#wa_bc9 .wa_item .wa_item_link{
		width: 120px;
		height: 120px;
	}
	#wa_bc9 .wa_item .wa_item_link h3{
		color: #000;
		margin-top: 10px;
		font-size: 1.8em;
	}
	#wa_bc9 .wa_item .wa_item_link h4{
		display: block;
	}
}

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


/*-- ACCA -- Start ------------------------------*/
.acca{
	border-top: solid 1px #9e9e9e;
}
.acca h5{
	font-family: 'Montserrat', sans-serif;
}
.faq-heading {
	padding-top: 30px;
}
.acca .help_title {
	font-family: 'Teko', sans-serif;
    color: #798093;
    text-align: center;
    font-size: 4em;
    font-weight: 200;
}
.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 .md-accordion .card .wa_bodybody{
    border: solid 1px #9c9c9c66;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1em;
    padding: 5px 5px 5px 20px;
    color: #000;
}
/*-- ACCA -- END ------------------------------*/

/* -- FIMG -------------------------------------*/
.wa_4img h1{
    font-size: 4em;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
}
.wa_4img img{
	border-radius: 10px;
    border: solid 1px #798092;
}


/* --- FIMG   END --------------------------------*/

/*--- CFB ---------------------------------------------------*/
#cfb{
	width: 100%;
}
#cfb h2{
	font-weight: 100;
    text-align: center;
    font-family: 'Teko', sans-serif;
    color: #798093;
    font-size: 2.5em;
}
#cfb iframe{
	width: 100%;
    height: 400px;
    border: solid 2px #c3c3c3;
    border-radius: 10px;
}
#cfb .wa_intcont{
	border: solid 2px #c3c3c3;
    border-radius: 10px;
    padding: 20px;
    background-color: #f1f5ff;
}
#cfb .wa_intcont h2{
	font-size: 2em;
    text-align: left;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#cfb h2{
		font-size: 5em;
	}
	#cfb .wa_intcont h2{
	font-size: 4em;
	}
}
/*--- CFB 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;
    margin-top: 20px;
}
.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_3_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 End --------------------------------------*/

/* Header 3 Start --------------------------------------------------------- */
.wa_h3_hdrone{
    text-align: center;
}
.wa_h3_tel{
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Teko', sans-serif;
    font-size: 4em;
    color: #798093;
    font-weight: 400;
}
.wa_h3_tel a:link,.wa_h3_tel a:visited, .wa_h3_tel a:active {
	color: #798093;
	text-decoration: none;
}
.wa_h3_tel a:hover{
	color: #0066B3;
	text-decoration: none;
}
.wa_bitc{
    font-weight: 500;
    font-size: 1.3em;
    margin-top: -20px;
    color: #ff5722;
}
.wa_h3_email{
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #FF5722;
    padding: 5px 40px;
    border-radius: 5px;
    border: solid 2px #FFC107;
    font-weight: 600;
    font-size: 1.2em;
	margin-top: 20px;
}
.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: #0458a4;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.wa_h3_logoone {
		margin-left: 40px;
	}
	
}
/* 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;
	}
	.wa_h3_logo_t{
		margin-top: 20px;
	}
	.wa_h3_logo_t {
    	text-align: left;
	}
}
/* Header 3 End --------------------------------------------------------- */


/* ACDB -- Testemonials -------------------------------------------*/
.feedback {
	background: #F6F6F6;
	padding-top: 20px;
	padding-bottom: 35px;
}
.feedback_top_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #58595B;
}
.feedback_title {
	font-size: 1.5rem;
	font-weight: 600;
	color: #6b9d60;
	margin-bottom: 18px;
	max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.feedback_text {
	width: auto;
	margin: 0 auto;
	max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.feedback_bot_title {
	margin-top: 54px;
	font-weight: 700;
	color: #D12881;
	font-size: 31px;

}
.carousel-control-next, .carousel-control-prev {
	top: 0px !important;
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.feedback_top_title {
		margin-left: 20%;
		margin-right: 20%;
	}
}

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







/* B1 --------------------*/
.wa_b1{
	padding: 10px 40px;
	color: #FFF;
	background-color: #F05A29;
	border-radius: 5px;
	font-weight: 600;
	width: fit-content;
	font-size: 1.5em;
}
.wa_b1:hover{
	background-color: #2584d1; 
}
.wa_ba h3{
	font-weight: 100;
    text-align: center;
    font-family: 'Teko', sans-serif;
    color: #798093;
    font-size: 5em;
}

.wa_ba h3 a{
    color: #798093 !important;
}
/* B1 End ---------------------*/


/* F2 Footer 2 ---------------------------------------*/
.wa_f2{
	background-color: #798092;
    color: #FFF;
    margin-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}
.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 0;
    color: #f05a29;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 400;
    width: fit-content;
    font-size: 2em;
    margin-top: 20px;
    font-family: 'Teko', sans-serif;
}
.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 ---------------------------------------*/

/* ba2 END ---------------------------------------*/
.ba2{
    text-align: left;
    background: #F3F3F3;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
    margin: 0px;
    padding: 40px 0px;
    border-bottom: solid 2px #1C1463;
}
/* ba2 END ---------------------------------------*/


/* -- A0005 -- START ------------------------------ */
#a0005 {
    margin-top: 0px;
    border-top: solid 2px #1C1463;
    background-position-x: center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 40px;
}
#a0005 h2 {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 47px;
    text-align: center;
    color: #1C1463;
    border-bottom: 1px solid #1C1464;
    padding: 20px;
}
#a0005 .a0005_sbm {
    display: block;
    background: #EF5A23;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 50px;
}
#a0005 .a0005_field{
    margin-bottom: 5px;
}

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

#a0005 h4{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #454545;
}

#a0005 h3{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    color: #454545;
    margin: 0px;
    margin-bottom: 2px;
}

#a0005 h6{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #454545;
}

.a0005-grid-item{
    background: #FFFFFF;
    border: 1px solid rgba(27, 19, 99, 0.996078);
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.a0005-p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #454545;
    padding: 30px;
}

.wa_availability{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #454545;
    padding: 30px;
    padding-top: 0px;
}

.a0005-grid-item img{
    width: 100%;
}

.badge {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    color: #000 !important;
}

.a0005-subgrid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

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

.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 #EF5A23;
    box-sizing: border-box;
    margin-top: 15px;
}

.with_frm_style textarea {
    background: #FFFFFF;
    border: 1px solid #EF5A23 !important;
    box-sizing: border-box;
    margin-top: 15px;
}

#form_contactus{
    padding: 0px 30px;
}

@media (max-width: 992px) {
    .a0005-grid {
        grid-template-columns: 1fr;
    }
    #a0005 {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    #a0005 .a0005_sbm {
        padding: 5px 20px;
    }
}

/* -- A0005 -- End ------------------------------ */

/* A0040 Start --------------------*/
.a0040{
    background: #1C1463;
    padding-top: 0px;
    padding-bottom: 0px;
}

.a0040 H2 {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 42px;
    line-height: 62px;
    text-align: left;
    color: #FFFFFF;
}

.a0040 p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    border-left: 1px solid #fff;
    margin: 20px 0px;
    padding-left: 20px;
}

.a0040 a{
    background: #CF3439;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 50px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.a0040-grid{
    display: grid;
    grid-template-columns: 270px 1fr;
    align-items: center;
}

@media (max-width: 1200px) {
    .a0040-grid{
        grid-template-columns: 1fr;
        margin: 20px 0px;
    }

    .a0040 p {
        border-left: 0px solid #fff;
        margin: 0px 0px;
        padding-left: 0px;
    }
}
/* A0040 END --------------------*/

/* -- A0005-2 -- START ------------------------------ */
#a0005-2 {
    margin-top: 0px;
    border-top: solid 2px #1C1463;
    background-position-x: center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 40px;
    border-bottom: solid 15px #1C1463;
}
#a0005-2 h2 {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 33px;
    text-align: center;
    color: #1C1463;
    border-bottom: 1px solid #1C1464;
    padding: 20px;
}

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


.a0005-2-grid-item{
    background: #FFFFFF;
    border: 1px solid rgba(27, 19, 99, 0.996078);
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.a0005-2-p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #454545;
    padding: 10px;
}

.a0005-2-grid a {
    display: block;
    background: #EF5A23;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    width: 305px;
    margin: auto;
    padding: 5px 0px;
    margin-bottom: 25px;
    border-radius: 5px;
}


@media (max-width: 1200px) {
    .a0005-2-grid a {
        width: 90%;
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .a0005-2-grid {
        grid-template-columns: 1fr;
    }
    #a0005-2 {
        padding-bottom: 20px;
        padding-top: 10px;
    }

}

/* -- A0005-2 -- End ------------------------------ */

/* A0035 Start --------------------*/
.a0035{
    padding-bottom: 40px;
    padding-top: 10px;
    background: #F3F3F3;
}

.a0035 h2 {
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 64px;
    line-height: 80px;
    text-align: center;
    color: rgba(27, 19, 99, 0.996078);
    margin-bottom: 15px;
}

.a0035 img {
    display: block;
    margin: auto;
    border: 1px solid rgba(27, 19, 99, 0.996078);
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: rgba(27, 19, 99, 0.996078);
}

.a0035 h3{
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
    color: #3C3C3C;
}

.a0035-text2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #454545;
    max-width: 850px;
    margin: auto;
}

.a0035-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #454545;
    margin-top: 20px;
}

.a0035 h4 {
    display: block;
    margin: auto;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 71px;
    text-align: center;
    color: #1C1463;
    margin-top: 15px;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .a0035 h2 {
        font-size: 53px;
        line-height: 59px;
        margin-bottom: 30px;
    }

    .a0035 h4 {
        font-size: 40px;
        line-height: 44px;
    }
}
/* A0035 END --------------------*/

/* -- A0005-2 -- START ------------------------------ */
#a0005-3 {
    margin-top: 0px;
    border-top: solid 2px #1C1463;
    background-position-x: center;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 40px;
}
#a0005-3 h2 {
    text-align: left;
    font-family: Oswald;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    color: #1C1463;
}

#a0005-3 ul{
    margin: 20px 0 0em 20px;
    padding: 0px;
}

#a0005-3 ul li {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 42px;
    color: #454545;
}

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

.a0005-3-img{
    border: 1px solid rgba(27, 19, 99, 0.996078);
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
    background: rgba(27, 19, 99, 0.996078);
    width: 100%;
}


.a0005-3-grid-item{
    background: #FFFFFF;
    border: 1px solid rgba(27, 19, 99, 0.996078);
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.a0005-3-p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #454545;
    padding: 10px;
}

.a0005-3-grid a {
    display: block;
    background: #EF5A23;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
    width: 305px;
    margin: auto;
    padding: 5px 0px;
    margin-bottom: 25px;
    border-radius: 5px;
}


@media (max-width: 1200px) {
    .a0005-3-grid a {
        width: 90%;
        max-width: 300px;
    }
}

@media (max-width: 992px) {
    .a0005-3-grid {
        grid-template-columns: 1fr;
    }
    #a0005-3 {
        padding-bottom: 20px;
        padding-top: 10px;
    }

    #a0005-3 ul li {
        font-size: 20px;
        line-height: 27px;
    }

}

/* -- A0005-2 -- End ------------------------------ */

/* custom ----------------------*/
.wa-new-btn {
    margin: auto;
    margin-bottom: 0px;
    padding: 10px;
    text-align: center;
}

.wa_4img-txt{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
}

#cfb p{
    height: 100%;
    margin-top: 20px;
    padding-bottom: 74px;
}

.top-header-mail{
	font-size: 16px;
    display: block;
    margin-top: 19px;
    color: #ff5722;
    font-weight: 700;
}

.wa_h3_logoone img{
	height: 170px;
    width: auto;
    max-height: 100%;
}

.row-top-grid{
	    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.page-template-tmp_internal_mobile_units #wa_unittrack {
    border: none !important;
    border-radius: 0px !important;
}

.page-template-tmp_internal_mobile_units .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: none;
}

.page-template-tmp_internal_mobile_units .wa_f2 {
    margin-top: 0px !important;
}

.page-template-tmp_internal_mobile_units .wa_4img {
    margin-bottom: 20px;
}

#cfb iframe {
    min-height: 300px;
    height: 100%;
}

.wa_4img{
    margin-bottom: 50px;
}

.cbf-btn-block{
}

#wa_unittrack {
    height: 100%;
}

.row-ac-grid{
	    display: flex;
    grid-gap: 20px;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
}

/* custom end ----------------------*/

/* -- A0187 -- Start ------------------------------ */
#a0187{
    padding-bottom: 50px;
}
.a0187-grd{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px , 1fr));
    grid-gap: 20px;
}
.a0187-grd img {
    width: 100%;
    transition: 0.9s;
}

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

#a0187 h2 {
    font-style: normal;
    line-height: 110%;
    margin-bottom: 20px;
    font-size: 4em;
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
}
/* -- A0187 -- End -------------------------------- */

@media (max-width: 993px) {
    .cbf-btn-block {
        margin-top: 20px;
        margin-bottom: 20px;
    }
	
	.row-top-grid{
		grid-template-columns: 1fr;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

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


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