@font-face {
  font-family: BtitrBold;
  src: url(B_Titr_Bold.woff);
}
*{
	font-family:BtitrBold;
}
#logod figcaption.widget-image-caption.wp-caption-text {
    font-family: inherit!important;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
	text-align:center;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
	border-radius:20px;
}

/* The Close Button */
.close,.subclose{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close,#postcodeBtn:hover,.subclose {
    
    text-decoration: none;
    cursor: pointer;
	/*width:100%;*/
	text-align:right;
}

#service-m-btn{
	width: 90%;
    padding: 10px;
    margin: 20px;
    text-wrap: balance;
	border:3px solid #263C63;
	border-radius:20px;
	color:white;
	background-color:#263C63;
}
.sub-service .elementor-image-box-description{
	display:none;
}
.submodal-content {
    background-color: #fefefe;
	text-align:center;
    margin: 45vh auto;
    padding: 10px;
    border: 3px solid #e60b37;
    width: 80%;
	border-radius:20px;

}
	
