/*
Custom Css
*/

.btn_mix {
border-bottom-left-radius: 4px !important;
border-bottom-right-radius: 0px !important;

border-top-left-radius: 4px !important;
border-top-right-radius: 0px !important;
}
.input_mix{
border-bottom-left-radius: 0px !important;
border-bottom-right-radius: 4px !important;

border-top-left-radius: 0px !important;
border-top-right-radius: 4px !important;
}
.bg-dark {
    background-color: #110b01 !important;
}
.footer-link-list{
}
.dir_rtl{
	direction: rtl;
}
body {
	color: #292521;
}
body a:hover { color: #e86a00  ;}
.txt_dark {
	color: #292521;
	
}

.aboutbg {
  background-image: url("/assets/img/about-bg.jpg");
  background-repeat: repeat;
}

.str {
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}