/* 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=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');


body, h1, h2, h3, h4, h5, h6, h7{font-family: 'Montserrat', sans-serif; font-weight: 500;}
h1{color: #d6774d;
    font-weight: 500;}
body{font-weight: 400;}
.post, .page {margin: 0;}
strong{font-weight: 800;}
ul{margin-left: 0px;}
.wa_stat{
	font-size: 1.2em;
}
.wa_stat h2{
    color: #eb1c23;
    font-weight: 700;
	text-align: center;
}



/* Header 3 Start --------------------------------------------------------- */
.wa_h3_hdrone{
	border-bottom: solid 4px #d79d83;
	text-align: center;
}
.wa_hd_title h1{
	text-align: center;
    font-family: 'Playball', cursive;
    font-size: 3em;
    margin-top: 10px;
    color: #2a2a86;
}
.wa_h3_tel, wa_h3_tel2{
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    color: #599DEF;
    font-weight: 300;
}
.wa_h3_tel a:link,.wa_h3_tel a:visited, .wa_h3_tel a:active, .wa_h3_tel2 a:link,.wa_h3_tel2 a:visited, .wa_h3_tel2 a:active {
	color: #0066B3;
	text-decoration: none;
}
.wa_h3_tel a:hover, .wa_h3_tel2 a:hover{
	color: #0066B3;
	text-decoration: none;
}
.wa_h3_email{
    font-family: 'Teko', sans-serif;
    color: #fff;
    background-color: #0458a4;
    padding: 5px 10px 0;
    border-radius: 5px
}
.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_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_hd_title{
		margin-top: 35px;
	}
	.wa_h3_logoone {
		margin-left: 0px;
		margin-top: 10px;
		text-align: left;
	}
	.wa_h3_logoone img{
		width: 140px;
	}
	.wa_h3_tel{
		margin-top: 25px;
		margin-bottom: 0px;
    	text-align: right;
	}
	.wa_h3_logo_t{
		margin-top: 20px;
	}
	.wa_h3_logo_t {
    	text-align: left;
	}
}
/* Header 3 End --------------------------------------------------------- */


/*-- A0007  -- AA Icon Bar -----------------------*/
#wa_a0007{
	background-repeat: no-repeat;
    background-position-x: left;
    background-color: #f0f0f0;
    padding-bottom: 30px;
    border-bottom: solid 2px #cbcbcb;
}
#wa_a0007 h2{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color: #000;	
	font-size: 60px;
}
#wa_a0007 .wa_iconmd{
	border: solid 2px #bbb0;
    border-radius: 5px;
    padding: 5px;
    min-height: 150px;
}
#wa_a0007 .wa_iconmd: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: .5s;
    border-color: #b9b4b4;
    background-color: #ffffffa6;
}
#wa_a0007 a:link, #wa_a0007 a:active, #wa_a0007 a:visited{
	color: #000;
}
#wa_a0007 a:hover{
	color: #000;
}
#wa_a0007 .wa_iconmd .wa_07img{
    max-width: 130px;
    min-width: 120px;
}
#wa_a0007 .wa_iconmd .wa_o7text{
	margin-left: 10px;
}
/*-- A0007  -- END ------------------------------------*/


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

.wa_sa{
	min-height: 580px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
	text-align: center;
	position: relative;
    background-position-x: center;
	border-top: solid 3px #190905;
}

.wa_sa .bg_semi{
	position: absolute;
    bottom: 0;
    min-height: 200px;
    background-color: #4f5d9ab3;
    width: 100%;
    text-align: center;
    color: #fff;
	border-bottom: solid 4px #d79d83;
}

.wa_sa .bg_semi .wa_text{
    margin-top: 20px;
    font-size: 2.4em;
    font-weight: 200;
    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-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.3em;
}



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

/*-- BC20 START --------------------------------------*/
#bc20{
	margin-top: 60px;
}
#bc20 h2{
	font-size: 4em;
	margin-bottom: 0;
}
#bc20 h3{
	font-size: 1.5em;
    font-style: italic;
}
#bc20 p{
    font-size: 0.98em;
    color: #545454;
}
#bc20 img{
	border-radius: 5px;
}
/*-- BC20 END --------------------------------------*/


/*-- BC8 Start ------------------------------- */
#bc8{
	background-color: #b3b1be;
	margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#wa_bc8_modal{
		max-width: 550px;
	}
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	#wa_bc8_modal{
		max-width: 750px;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#wa_bc8_modal{
		max-width: 800px;
		
	}
}
#bc8 h2{
	color: #FFF;
    text-align: center;
    font-size: 3em;
    font-weight: 300;
}
#bc8 img{
	border-radius: 50%;
    width: 200px;
    border: solid 2px #d79d83;
}
#bc8 .bc8_wr .bc8_wr_img{
	text-align: center;
}
#bc8 .bc8_wr .bc8_wr_trp{
    text-align: center;
    color: #FFF;
    margin-top: 15px;;
}
#bc8 .bc8_wr{
	padding: 20px;
}
#bc8 .bc8_wr:hover{
	box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    background-color: #4f5d9a;
    border-radius: 5px;
    transition: 0.9s;
    margin-top: -10px;
}
#bc8 .wa_bc8_modal img{
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/*-- BC8 END ------------------------------- */


/* F2 Footer 2 ---------------------------------------*/
.wa_f2{
    background-color: #4f5d9a;
    color: #FFF;
    margin-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    border-top: solid 4px #d79d83;
}
.wa_f2 p{
	color: #fff;
    font-size: 1em;
    font-weight: 300;
    line-height: 30px;
}
.wa_f2 .ftr_hdrtn{
	text-align: center;
    font-family: 'Playball', cursive;
    font-size: 2.8em;
}
.wa_f2 .ftr_call a{
	color: #FFF;
    font-size: 2em;
    font-weight: 300;
}
.wa_f2 .ftr_call{
	padding-bottom: 10px;
}
.wa_f2_sbft{
    font-size: 0.7em;
    margin-top: 10px;
}


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





@media (min-width: 768px) {
}
/* F2 END ---------------------------------------*/


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