/* Crockery Footer CSS */
.footer_area {
    background: #fcfcfc;
    padding: 80px 0 40px;
}
.footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 50px 0 0
}
.footer_bottom div {
    width: 50%;
}
.navbar-brand img {
	width: 100%;
	max-height: 80px;
	object-fit: contain;
}
.widget_title {
    font-size: 30px;
    font-weight: 500;
    color: #9E2727;
    margin: 0 0 30px;
}
.widget_details li {
    margin: 0 0 3px;
    color: #333333;
}
.widget_details a {
  color: #333333;
}
.widget_details a:hover {
    text-decoration: underline;
    color: #9E2727;
}
.widget_details.contact_widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.widget_details.contact_widget li:first-child {
    margin: 0 0 20px
}
.widget_details.contact_widget li .contact_icon {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
}
.copyright_text p {
    font-size: 16px;
}
.copyright_text p a {
    color: #9E2727
}