@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;

}
/*.sub-service{
background: rgba(255, 255, 255, 0.15);
border-radius: 20px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 25);
}
/*#top-container{
/*background: linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 41%, rgba(3, 3, 252, 1) 100%);//
}
#top-container::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: scaleX(1.6);
  border-radius: 0 0 100% 100%;
 background: linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 41%, rgba(3, 3, 252, 1) 100%);
  content: '';
}
*/