@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');

a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
    color: #254286;
    text-transform: uppercase;
    font-weight: 800 !important;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.slogan {
    text-shadow: 0 2px 2px rgb(0 0 0 / 75%);
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;

}
.d-con-button  a {
    color: #000 !important;
    background: #fef200 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    min-width: 165px;
    margin: 10px auto !important;
    display: inline-block !important;
    border-radius: 20px !important;
    padding: 10px 22px 10px 22px !important;
    transition: all 0.5s;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0,0,0,.75);
    position: relative;
}
.d-con-button  a:hover {
    color: #fff !important;
    background: #c10001 !important;
}
.flex {
    display: flex;
    display: -webkit-flex;
}
h1 span, h2 span {
    color: #c10001;
    display: block;
    margin-bottom: 8px;
    text-transform: none !important;
   font-family: 'Oleo Script Swash Caps', cursive !important;
}
h1 span {
    font-size: 35px;
}
h2 span {
    font-size: 32px;
}
.wh h2 span, .wh h1 span {
    color: #fff;
}
.text-shade {
    text-shadow: 0 1px 1px rgba(0,0,0,.85);
}
.d-slider-caption > br {
    display: none;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.max-800>.container {
    max-width: 800px !important;
}
.max-1510>.container {
    max-width: 1510px !important;
}
.img-broder {
    border-top: 10px solid #c10001;
    border-bottom: 10px solid #c10001;
    border-left: 10px solid #254286;
    border-right: 10px solid #254286;
   padding: 0px !important;
}
.img-broder img {
    max-width: 100% !important;
}
#Contact-btnSubmit, #apptSubmitBtn {
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 30px !important;
}
.fix-bg
{
background-attachment: fixed;
}