body::-webkit-scrollbar {
    display: none;
	-ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.carousel-caption {
	top: 0;
	bottom: auto;
}
.card-deck{
    margin-top: 10px;
    margin-left: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: .5rem;
}
.header-shadow{
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.70);
}
.text-shadow {
	text-shadow: 0 0 2px #000000;
	border-width: 3px;
	background-color: rgba(0, 0, 0, 0.4);
}
.text-border {
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.4);
	border-radius: 5px;
}
.text-border-top {
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.4);
	border-radius: 5px 5px 0 0;
}
.text-border-bottom {
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.4);
	border-radius: 0 0 5px 5px;
}
.container-border {
	box-shadow: 0px 0px 5px 1px rgba(0,40,145,0.60);
	/*border-radius: 0px;*/
}
.container-margin {
	margin-top: 15px !important;
}
.card {
  padding: 10px;
  margin-bottom: 10px;
}

.filter {
  margin-bottom: 30px;
  display: block;
}
.icon-border {
	transition: 0.5s;
	box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.60);
	border-radius: 10px;
}
.icon-border:hover {
	transition: 0.75s;
	box-shadow: 0px 0px 15px 5px rgba(255,255,255,0.60);
	border-radius: 15px;
}
footer {
    color: #fff;
}
ul {
    padding: 0px;
}
ol, ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 64px;
    width: 64px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 58px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}
.fa-lg{
	font-size: 	44px !important;
}
.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    margin-top: -7px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
}
.footer-top {
/*  background: #0059B7;*/
	background: #00438C;
    padding:50px 0 50px;
}
.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-top p {
    font-size: 13px;
    line-height: 2;
}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
    background: #4b8800;
    padding: 10px 0px;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li a{
    color:#fff;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 18px;
}
.header-center{
	margin-left: 30%;
}
.img-size{
  height: 34px;
  width: 34px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.container-success{
	background-image: linear-gradient(to right, rgba(0,255,90,0.60) , rgba(0,255,90,0.40), rgba(0,255,90,0.20));
}
.container-fail{
	background-image: linear-gradient(to right, rgba(255,0,0,0.80) , rgba(255,0,0,0.60), rgba(255,0,0,0.40));
}