*:not(i){
	font-family: 'Montserrat', sans-serif!important;
}
body{
	padding: 0!important
}
.logo a{
	background: url(../images/logo.jpeg);
    background-repeat: no-repeat;
    background-size: 83px;
    padding: 20px 0;
    padding-left: 95px;
    width: 350px;
    color: black;
    font-size: 14px;
}
.scroll-to-fixed-fixed .logo a{
	color: white;
}
.rekin-header-top {
    background: #000000;
}
.rekin_menu > ul > li > a {
    margin: 30px 8px;
    text-transform: uppercase;
    font-size: 13px;
}
.witr_content_pslide_text{
	    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    background: #000;
    color: #000;
    z-index: 1;
}
.witr_content_pslide_text a{
	color: white;
	font-size: 16px;
}
section{
	padding: 50px 0!important;
}
.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3{
	margin-bottom: 15px;
}
.breadcumb-inner li{
    position:relative;
}
.breadcumb-inner li:after{
    content: "\eaca";
        font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
}
.breadcumb-inner li:last-child:after{
    display:none;
}
.objects td:last-child{
    text-align:right;
}
a.dtbtn {
    color: #000;
    background: #ffb923;
}
.witr_apartment_form .btn {
    background: #ffb923;
    color: black;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}
.witr_cslide_idany{
        margin-bottom: 30px;
}
.donate-btn-header a.dtbtn {
    font-size: 14px;
}
a.dtbtn:hover{
    color:white;
}
.overlay{
    position:relative;
    background-attachment:fixed
}
.overlay:before{
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    opacity: .5;
}
.overlay>div{
    position:relative;
}
.witr_pslide_image img{
        height: 175px;
    object-fit: cover;
}
.witr_content_pslide .dtbtn{
    padding: 3px 20px;
    border-radius: 5px;
    background: #ffb923;
    color: black;
    margin-top: 10px;
    font-size: 14px;
}
.call_action_area {
    background-image: url("../images/bg11.jpg");
   
}
.rekin_service_area {
    background: black;
    border-top: 25px solid #ffb923;
    border-bottom: 25px solid #ffb923;
}
.rekin_service_area h3{
    color:white;
}
.service{
    border: 3px solid #ffb923;
    padding: 10px;
    border-radius: 10px;
    color: white!important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    text-align: center;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 30px;
    
}
.content ul li{
   list-style: disc;
   list-style-position: inside;
   text-align: justify;
}
.content ul ul li{
   list-style: circle ;
   list-style-position: inside;
padding-left: 25px;
}
.content ul {
    padding: 0 0 15px 0;
}
 .footer-middle .widget ul li a:hover {
    color: #ffb923!important;
}
.witr_content_pslide_text h3 {
    margin-bottom: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text_section  p {
    text-align: justify;
}
.content p {
    text-align: justify;
}
.brands{
    
}
.brands a{
        box-shadow: 0 2px 10px rgba(0,0,0,.08);
    margin: 15px 0;
    display: block;
    padding: 15px;
}
.brands a img{
    display: block;
    width: 100%;
    height: 90px;
    object-fit: contain;
}
.brands a p{
    margin-bottom: 0;
    text-align: center;
    margin-top: 15px;
        text-transform: uppercase;
        min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}









@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
@media(max-width:768px){
    .logo a {
    background: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-size: 44px;
    padding: 0px 0;
    padding-left: 60px;
    width: 320px;
    color: black;
    font-size: 14px;
    }
    .breadcumb-area {
    padding-top: 30px;
    padding-bottom: 35px;
    }
    .logo{
        border-bottom: 1px solid #c8c8c8;
    padding-bottom: 10px;
    margin-bottom: 10px;
        margin-top: 15px;
    }
    .faq_img_inner {
    text-align: center;
    }
    .witr_section_title_inner {
    text-align: center;
    }
}