footer#footer {
   

}

.footer-widget h3 {
    color: #000;
        font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	}
/* .footer-widget .menu li:before {
    content: "\f068";
    font-family: var(--fa-style.ftr-btm-mnu:before-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    margin-right: 10px;
    font-size: 8px;
    line-height: 26px;
    
}*/

/*h3.widget-title.mb-4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    background-color: #ffffff;
    height: 2px;
    box-sizing: border-box;
    width: 20px;
}*/
.footer-widget h3.widget-title {
    position: relative;
}
.footer-widget ul {
    list-style: none;
    padding: 0;
}
.footer-widget ul li a {
    color: #000;
    font-size: 18px;
}
ul.footer-information li i {
    color: #000;
	    margin-top: 2px;
    padding-right: 20px;
	font-size: 16px;
}
ul.footer-information li:last-child span a {
    word-break: break-word;
}
.footer-widget li {
    display: flex;
    position: relative;
    text-align: left;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
	font-size: 14px;
}
.bottom-footer {
     background: #331470;
    border-top: 1px solid #dee2e65e !important;
}
.dsdv img {
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
}
.phnbg {
 border-right: 1px solid #d79a2c;
}
.phnbg a i {
    padding-right: 10px;
}
.phnbg a {
    color: #d79a2c !important;
}
.frmbg a {
    color: #d79a2c !important;
}
.frmbg a i {
    padding-right: 10px;
}
@media only screen and (max-width: 767px){.bottom-footer { padding-bottom: 40px; text-align: center !important;}
.bottom-footer .text-right.p-3 { padding-top: 0 !important;}.trms-us {padding-left: 40px; padding-top: 0 !important;  text-align: center;   justify-content: center;}.des-dev { padding-top: 0 !important;    text-align: center !important; justify-content: center;  float: none !important;}.ftr-btn a {
    color: #331470 !important;}.dsdv {text-align: center !important; padding-bottom: 24px !important;}
	.ftr-btm-mnu:before {left: 0;} ul#menu-bottom-footer-mnu{display: block !important; float: none !important;}}

.rmenu {
    position: fixed;
    top: 150px;
    right: 0;
    display: block;
    flex-direction: column;
    padding: 20px 0;
    z-index: 99999;
	}
.rmenu .menu-item-phn {
    position: fixed;
    right: 0px;
	padding: 8px;
    cursor: pointer;
    z-index: 999;
    height: 46px;
    width: 46px;
    top: 205px;
    border-bottom: 1.5px solid #3333;
    background: #331470;
    color: #fff !important;
    text-align: center;
    margin-bottom: 5px;
    transition: width 2s;
}
.menu-item-phn a {
    color: #fff;
    display: flex;
    padding: 0 7px;
    margin: 0px 0;
}
.menu-item-phn span {
    font-size: 15px;
    right: -150px;
    position: absolute;
    opacity: 0;
    transition: 1s;
}
.rmenu .menu-item-whtsap {
    position: fixed;
    right: 0px;
    cursor: pointer;
    z-index: 999;
    height: 46px;
    width: 46px;
    top: 241px;
    background: #331470;
    color: #fff !important;
    text-align: center;
    margin-top: 12px;
    transition: width 2s;
	padding: 10px;
   }
.menu-item-whtsap a {
    color: #fff;
    display: flex;
    padding: 0 7px;
    margin: 0px 0;
}
.menu-item-whtsap span {
    font-size: 15px;
    right: -150px;
    position: absolute;
    opacity: 0;
    transition: 1s;
}

.menu-item-phn:hover {
    right: 0;
    width: 230px;
    padding: 10px 10px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-radius: 0;
    border: 0;
	    color: #fff !important;
}
.menu-item-phn:hover span {
    display: block;
    font-size: 15px !important;
    float: left;
    right: 16px;
    opacity: 1;
    transition-delay: 1s;
    margin-top: 0px;
}
.menu-item-whtsap:hover {
    right: 0;
    width: 140px;
    padding: 10px 10px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-radius: 0;
}
.menu-item-whtsap:hover span {
    display: block;
    font-size: 15px !important;
    float: left;
    right: 8px;
    opacity: 1;
    transition-delay: 1s;
    margin-top: 0px;
}

div#media_image-2 img {
    width: 100%;
    height: auto;
    max-width: 200px !important;
}
.bottom-footer p {
    font-size: 14px;
}

.trms-us ul li a {
    font-size: 14px;
    color: #e7d0fc !important;
    padding-right: 6px;
}
.footer-widget p {
    color: #000;
}
ul.socil-icn li a {
    padding: 0 10px;
    font-size: 18px !important;
}
.dsdv p {
    color: #fff !important;
}
.trms-us li {
    padding-right: 6px;
}
.fbtn i {
    font-size: 16px;
    color: #331470;
}
.ftr-btn i {
    font-size: 24px;
}
.ftr-btn {
    padding: 5px !important;
}
.trms-us.d-flex.pt-3 {
    display: none !important;
}
.dsdv {
    text-align: right;
	    font-size: 14px;
}
.scroll-top a {
    color: #000;
}

.scroll-top a i {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid;
    color: #fc1d70;
}
ul#menu-bottom-footer-mnu {
    display: flex;
    justify-content: center;
    float: right;
}
ul#menu-bottom-footer-mnu li a {
    font-size: 14px;
    text-transform: uppercase;
}
ul#menu-bottom-footer-mnu li {
    margin-right: 42px;
}
.ftr-btm-mnu {
    position: relative;
}
.ftr-btm-mnu:before {
    position: absolute;
    content: "";
    background: #3314707a;
   top: -15px;
    right: 40px;
    width: 96%;
    height: 1px;
}
ul.ftr-lst {
    margin-top: -8px;
}
ul.socil-icn li {
    background: #3e2181;
    margin-right: 10px;
    padding: 5px 2px;
    padding-bottom: 3px;
}
ul.socil-icn li i {
    color: #fff;
}