@font-face {
    font-family: gotham;
    src: url(../fonts/Gotham.otf);
}
html {
    height: 100%;
    overflow-x: hidden
}


hr {
       margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgb(255 255 255);
}
body {
    
     
  
    overflow-x: hidden;
    font-family: gotham;
    
background-image: url(../images/bg.jpg);background-size: cover;background-position: top;position: relative;}
img {
    max-width: 100%
}
p {
    margin-bottom: .5rem
}
a {
    text-decoration: none;
    color: #000;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}
a:hover, a:focus, .btn:hover, .btn:focus, button:focus {
    text-decoration: none;
    outline: none;
    color: #a70e13;
    box-shadow: none
}
ul, li {
    padding: 0;
    margin: 0
}
li {
    list-style: none
}
.main {margin-top: -11%;}

.lead-form-box {background: #fff;padding: 20px;border-radius: 13px;box-shadow: 2px 2px 13px 2px rgb(0 0 0 / 54%);}

.lead-form-box h4 {color: #9c2786;font-weight: 600;font-size: 1.1em;text-align: center;margin-bottom: 20px;}

form.lead-form input, form.lead-form select {border: 0;border-bottom: 2px solid #797979;border-radius: 0;padding-left: 0;}

form.lead-form input:focus, form.lead-form select:focus {outline: 0;color: #495057;
    background-color: #fff;
    border-color: #862882;
    outline: 0;
    box-shadow: none;}

select option{
    padding:10px;
}

label.form-check-label {font-size: 12px;}
.quick-links ul li a {color: #ffffff;font-weight: 700;}

.quick-links ul li:not(:last-child) {border-right: 2px solid #ffffff;}

.quick-links ul li {display: inline-block;padding: 0 9px;line-height: 17px;}
footer {color: rgb(255 255 255);}

footer a {color: white;}

a:hover, ul li a:hover {color: #ecd32e;}
button.btn.btn-primary {background-color: #9c2786;color: #fff;
    
    border-color: #9c2786;border-radius: 10px;padding: 7px 30px;}

button.btn.btn-primary:hover {

background-color: #861b1f;
    color: #fff;
    border-color: #9c2786;

    
}

@media screen and (max-width:1280px) {}
@media screen and (max-width:1024px) {
    body {
    /* overflow-x: hidden; */
    /* font-family: gotham; */

    
    background-image: url(../images/bg-mob.jpg);
    background-size: auto;background-position: center;background-repeat: no-repeat;}
    .logo img {width: 175px;}
}
@media screen and (max-width:991.98px) {}
@media screen and (max-width:767.98px) {}
@media screen and (max-width:575.98px) {}
@media screen and (max-width:480.98px) {}
@media screen and (max-width:360.98px) {}