@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800|Yeseva+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800|Yeseva+One&display=swap");

/*check to see if file is loaded */
.header-area {
    padding: 0 10px 10px 10px;
    background-color:#b00000;
    }

#sticky-header {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h1 {
    font-size: 25px;
}
.header-area .main-header-area,.header-area .main-header-area.sticky {
    background: #100f0f;
	
}

.header-area .header-top_area .short_contact_list ul li {
    display: inline-block;
    color: white;
}

.header-area .main-header-area .main-menu ul li a {
color: #F4F6EB;
}
.header-area .main-header-area .Appointment .book_btn a {
background: #a62222;
color: #e3d6d6;}

.header-area .main-header-area .Appointment .book_btn a:hover {
color: #a62222;
}

#navigation li a:hover {
			background-color:white;
			color: black;
			font-weight: bold;
			//padding-left: 5px;
			//padding-right: 5px;
        }

 

.breadcam_bg {
  background-image: url(../img/banner/bg4.png);
}
.bradcam_area {
    background-size: cover;
    background-position: center center;
    height: 370px;
    background-repeat: no-repeat;
}

.slider_area .single_slider {
    height: 370px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.slider_bg_1 {
    background-image: url(../img/banner/bg4.png);
}

.slider_bg_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(176, 0, 0, 0.5); /* Adjust the color and opacity as needed */
}

.slider_area .single_slider .slider_text {
    text-transform: capitalize;
    font-size: 26px;
    color: #F4F6EB;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    display: block;
}


.slider_area .single_slider .slider_text h3 {
    color: #F4F6EB;
    font-family: "Yeseva One", cursive;
    font-size: 40px;
    margin-top: 6px;
    margin-bottom: 9px;
    line-height: 1.14;
	
.header-area .header-top_area .short_contact_list ul li a {
   font-size: 16px;
   color: #4b1e1e;
	}
	
.section_title h3 {
	font-size: 30px;
	line-height: 42px;
		}
.section_title h3 span::before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b00000;
	height: 10px;
	width: 100%;
	content: '';
	opacity: .5;
	bottom: 7px;
	z-index: -1;
	}

.make_donation_area .donation_form .input_field .input-group {
	width: 100%;
	border: 1px solid #b00000;
	border-radius: 7px;
	padding: 5px 10px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
		}

.make_donation_area .donation_form .single_amount .fixed_donat {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	padding: 18px 27px;
	border-radius: 7px;
	border: 1px solid #b00000;
	display: block;
	overflow: hidden;
	}

.boxed-btn4 {
	background: #b00000;
		}	
		

.boxed-btn4:hover {
  background: #b00000;
  color: #fff;
  border: 1px solid #b00000;
}

.footer .footer_top .footer_widget ul li a {
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

.footer .footer_top .footer_widget ul li a:hover {
    color: #b00000;
}

.socail_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.socail_links ul li {
    display: inline-block;
    margin-right: 10px; /* Adjust this value to change the space between images */
}

.socail_links ul li:last-child {
    margin-right: 0; /* Remove the margin from the last item */
}

.socail_links ul li img {
    display: inline;
    width: auto; /* Adjust this value if needed */
    height: auto; /* Adjust this value if need


.footer .socail_links ul li a:hover {
    color: #b00000 !important;
    border-color: transparent;
}