.sticky-top .navbar-light .navbar-brand img{
	max-height: 75px;
}

.navbar {
    padding-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link{
	font-size: 1em;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
	color: #1f4f7d;
}

.text-heading{
	color: #1f4f7d;
}

h4{
	color: #1f4f7d;
}

.service-content a{
	color: #1f4f7d;
}

.text-primary{
	color: #1f4f7d !important;
}

.fs-5{
	color: #56bdec;
}

.header-carousel .header-carousel-item .carousel-caption{
	background: none;
}

.featurette-heading{
	color: #1f4f7d;
}

.featurette-divider {
    margin: 2rem 0;
}

.service {
    background-image: url(../../assests/images/service_bg.jpg);
}

.service .service-item i{
	color: #1f4f7d;
}

.bg-breadcrumb{
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../../assests/images/service_bg.jpg");
	background-position: middle center;
}

.centered-hr {
        width: 85%; /* Adjust the width as needed, e.g., 50% or 300px */
        margin-left: auto;
        margin-right: auto;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }

.footer{
	background-image: url("../../assests/images/footer_bg.jpg");
	background-color: #fff;
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

/* arabic Starts here */

.tajawal-regular {
  font-family: "Tajawal", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tajawal-bold {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-style: normal;
}