.logo-img img{
    width: 100%;
}
.slider-content {
    padding:43px 56px 20px 50px !important;
}
.shadow {
    box-shadow: 0 10px 14px -2px rgba(0,0,0,0.08);
}
.rounded-lg {
    border-radius: 20px;
}
.selection a .shadow:hover {
    background: #C62936;
    color: #fff !important;
}
.selection a .shadow:hover h4 {
    color: #fff !important;
}
.selection a:hover {
    color: #fff !important;
}
.ptb150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.light-gray-bg {
    background: #fefefe;
}
.breadcrumb {
    background-color: #C62936 !important;
}
.flex{display:flex;}
.items-center{align-items:center;}
.justify-between{justify-content: space-between;}
.flex-1{flex: 1 1 0%;}
.relative {position:relative;}
.inline-flex {display: inline-flex;}
.font-medium {	font-weight: 500;}
.text-grey-500 {color: rgba(107, 114, 128, 1);}
.rounded-md {border-radius: 0.375rem;}
.hidden {display:none;}