@charset "utf-8";
/* CSS Document */
.rs-footer {
    background-color: #92278f;
    bottom: -10px;

}

@media only screen and (max-width: 600px) {
    rs-footer {
        background-color: #92278f;
        bottom: -10px;
    
    }
  }

.rs-footer .footer-top {
    padding: 0px 0 0px;
}

.rs-footer .footer-top .widget-title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
    margin-top: 8px;
}

ul {
    line-height: 24px;
    margin-left: 0px;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.rs-footer .footer-top .address-widget li {
    padding: 0px 0px 16px 40px;
    position: relative;
}
.rs-footer .footer-top .address-widget li i {
    color: #fff;
    position: absolute;
    left: 0px;
}
.text-white {
    color: #fff !important;
}
.rs-footer .footer-top .address-widget li .desc a {
    color: #fff;
}
h3 {
    font-family: 'Livvic', sans-serif;
    color: #101010;
    margin: 0 0 26px;
    line-height: 1.2;
}
.rs-footer .footer-bottom {
    padding: 0;
    background: rgba(82, 12, 80, 1);
	
}
.text-center {
    text-align: center !important;
}
.rs-footer .footer-bottom .copyright p {
    margin: 0;
}
.slogan-2 {
    font-family: 'Segoe Print', sans-serif;
}
.rs-footer .footer-top .site-map li {
    margin-bottom: 12px;
}
.rs-footer .footer-top .site-map li a:hover {
    color: #fff;
}

.rs-footer .footer-top .site-map li a {
    font-size: 16px;
    color: #fff;
}
p {
    margin: 0 0 26px;
    line-height: 34px;
}
a {
    color: #fff;
    text-decoration: none !important;
    outline: none !important;
}

.footer-unique {
    width: 100%;
    height: 400px;
    overflow-y:hidden;
    
    }

@media only screen and (max-width: 760px) {
    .footer-unique {
        width: 100%;
        height: 360px;
        overflow-y: hidden;
    
    }
  }

@media only screen and (max-width: 940px) {
    .footer-unique {
        width: 100%;
        height: 760px;
        overflow-y: hidden;
    
    }
  }

.full-width-header .rs-header .topbar-area.style2 {
    /* background-image: linear-gradient(90deg, #91278E 10%, #951b81 100%); */
    background-color: #92278f;
    /* margin-top: 10px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

.tp-header-top-social a {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: rgba(146, 39, 143, 1);
    text-align: center;
    margin: 5px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    align-content: center;
}

.text-white {
    color: #fff !important;
}
