body, p {
    font-family: "proxima-nova", sans-serif;
}
    
.body-bg {
    background: #F8F8F8;
}

h1, h2, h3, h4, h5, h6{ font-family: "deuterium-variable", sans-serif; font-weight:560;}

h3 {
    font-size: 24px;
    line-height: 26px;
    font-style: normal;
    color: #a92069;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 0;
}
.logo img {
    max-width: 150px;
}

.nav-wrapper {
    padding: 10px 0 10px 15px;
}

.border {
    background-image: url(/images/d2.svg);
}
.border--alt {
    background-image: url(/images/d1.svg);
}

.nav-pills > li > a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    font-family: "proxima-nova", sans-serif;
}
.nav.nav-pills{
    margin-top: 10px;
}
.nav li {
    padding-left: 0;
    padding-right:0;
    font-family: "proxima-nova", sans-serif;
}

.footer__wrapper{ 
    background:#2E2E2E; 
 margin:0 -15px;
 padding: 50px 40px 20px;
}

.footer__wrapper .p-xs{color:#fff;}

.footer__wrapper .nav-items a {
    color: #ffffff;
}

.contact-items{ display:flex; justify-content:center; gap:20px;}
.contact-items > a{ 
    display:flex;
    align-items:center;
    color:#fff !important;
    gap:15px;
}

.content__wrapper2{ padding:40px 0;}
.page__title2{
    margin: 0 0 20px;
    color: #2E2E2E;
    text-transform: uppercase;
    font-style: normal;
}
.list-sty{}
.list-sty li{ position:relative;
    list-style:none; margin-bottom:10px; color:#707070; padding-left:40px;
}
.list-sty li img{ 
    max-width: 24px; position:absolute; left:0; top:0px;
}

.sec-content{ background:#3333330D;
}

.sec-content h3{ font-style:normal;}

.yel-link {
    margin-top: 20px;
    background-color: #a92069;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    font-family: "quatro-slab", serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    padding: 9px 25px;
    cursor: pointer;
    border: 0;
}

.hero-sec{ background:url(/images/hero.jpg) no-repeat center top; background-size:cover; background-position: left top; padding:60px 0; margin:0 -15px;
    display:flex;
    align-items:center;
    justify-content:end;
        margin-top: 18px;
}
.hero-content{ text-align:right;}
.hero-content h3{ color:#fff; font-size: 48px; padding-right:20px;  margin:0 0 0; line-height: normal;}
.hero-content h6{ color:#fff; font-size: 20px; font-weight:400; padding-right:20px; line-height: normal; margin:0 0 10px;}
.hero-content ul{margin-top: 30px;}
.hero-content ul li{
position:relative;
    margin-bottom: 15px;
    list-style: none;}
.hero-content ul li:before{ content:''; display:block; width:20%; background:#fff; transform:skewX(15deg);
-ms-transform:skewX(15deg);
    -webkit-transform:skewX(15deg);
        top: 0;
    bottom: 0;
    position: absolute;
}
.hero-content ul li span{ display:block; position:relative;  color: #930F56;
    padding: 15px 20px; background:#fff;    margin-left: 10%;
    font-size: 22px; 
    font-weight: 700;}

@media (max-width: 768px) {
    .yel-link {
        width: auto;
    }
}

@media (max-width: 767px) {
    .hero-content h6 {
    font-size: 18px;
    }
    .hero-content h3 {
    font-size: 36px;
}
    .hero-content ul li span {
        padding: 7px 15px;
        font-size: 17px;
    }
        .hero-sec {
        padding: 20px 0;
            margin-top: 10px;
    }
    .logo img {
    max-width: 120px;
}
}

@media (max-width:480px){
    
    .hero-sec {

    background-position: -100px top;
}.hero-content {
    margin-top: 144px;
}
}












































