/* Common css file for website */
body{
    font-family: 'Quicksand', sans-serif;
    background: rgb(184,53,174);
    background: linear-gradient(0deg,#ef3b39 0%, #b36c08 30%, #92278f 100%);
    color: #dac4c4;
}
a{
    color: #ffffff;
    text-decoration: none;
}
a:hover{
    color: #ebe0e0;
    font-weight: 400;
}
.container{
    max-width: 1200px !important;
}
.nav-link{
    padding: 10px 10px !important;
    font-size: 15px !important;
    font-weight: 300;
    color: #fff !important;
}
.navbar{

    background: url("../pics/menu-back.png");
}
.nav-item .active{
    font-weight: bold !important;
}
.nav-call{
    text-decoration: none;
    color: #fff !important;
    font-family: 'Roboto Slab', serif !important;
    font-size: 18px;
}
.nav-call img{
    width: 15px;
    
}
.navquotbtn{
    background: rgba(223, 70, 0, 0.7);
    border: 0;
    font-size: 12px;
    padding: 5px 15px;
}

.btn{
    border-radius: 25px !important;
    color: #fff;
    font-weight: 500;
}
.btn-primary{
    background: rgba(255, 255, 255, 0.3);
    border: 0;
}
.btn-primary:hover{
    background: #000 !important;
}
.btn-outline-primary{
    border: 2px #F05F35 solid !important;
    color: #F05F35;
}
.btn-outline-primary:hover{
    border: 2px #000000 solid !important;
    color: #000000;
    background: none;
}
.darkback{
    background: rgba(0, 0, 0, 0.1);
}
.extradarkback{
    background: rgba(0, 0, 0, 0.3);
}
.footlogo{
    max-width: 200px;
}
.footlinks{
}
.footlinks a{
    padding: 10px 0 !important;
}
.ptst{
    padding-top: 130px;
}
.pt5{
    padding-top: 100px;
}
.pt4{
    padding-top: 80px;
}
.pt3{
    padding-top: 60px;
}
.pt2{
    padding-top: 40px;
}
.pt1{
    padding-top: 20px;
}
.pt0{
    padding-top: 10px;
}

.pb5{
    padding-bottom: 100px;
}
.pb4{
    padding-bottom: 80px;
}
.pb3{
    padding-bottom: 60px;
}
.pb2{
    padding-bottom: 40px;
}
.pb1{
    padding-bottom: 20px;
}
.pb0{
    padding-bottom: 10px;
}

p{
    font-size: 18px;
    font-weight: lighter;
}
.fz1{
    font-size: 12px;
}
.fz2{
    font-size: 14px;
}
.fz3{
    font-size: 16px;
}
.fz4{
    font-size: 18px;
}
.fz5{
    font-size: 20px;
}
.fwn{
    font-weight: normal;
}

.clr{
    clear: both;
}
h1{
    font-size: 42px;
}

.bg-primary{
    background: #00000048 !important;
    font-weight: normal;
}