body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn {
	font-family: 'Noto Kufi Arabic', sans-serif;
}

.navbar {
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar.fixed-top {
	transition: box-shadow 0.3s;
}

.navbar-brand img {
	height: 50px;
}

.carousel-inner {
	max-height: 800px;
}
.carousel-caption {
	padding: 2rem 1rem;
	top: 50%;
	transform: translateY(-50%);
}
.btn {
	border-radius: 50px;
	padding: 10px 25px;
}
.bg-grey {
	background: #f3f3f3;
}
.rounded-20 {
	border-radius: 20px;
}
.bg-dark-image {
	background: #000000 url('../images/alt-4.png') no-repeat center center;
	background-size: cover;
}
.bg-transparent-white {
	background: #ffffff url('../images/alt-2.png') no-repeat center center;
	background-size: cover;
	background-position: top;
}
.bg-beige {
	background: #ffffff url('../images/alt-3.jpg') no-repeat center center;
	background-size: cover;
	background-position: center;
}
.text-grey {
	color: #dcdcdc;
}
ul.footer-links-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.footer-links-list li {
	margin-bottom: 10px;
	transition: all 0.3s ease;
}
ul.footer-links-list li:hover {
	padding-right: 10px;
}
ul.footer-links-list li:hover a {
	color: white;
}
.footer-social-icon {
	width: 25px;
	height: 25px;
	fill: white;
	margin-left: 8px;
	transition: all 0.3s ease;
}
.footer-social-icon:hover {
	opacity: 0.8;
	fill: #ef3b22;
}
.main-navbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1030;
	transition: all 0.3s ease-in-out;
}

.main-navbar.sticky {
	position: fixed;
	background-color: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}
	to {
		transform: translateY(0);
	}
}
.inner-page-header {
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	padding: 90px 0px;
}
/* Our Branches and Groups */
.main-branch-box {
	border-radius: 20px;
	background: #ffffff;
	border: solid 1px #49746d;
	padding: 20px;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}
.main-branch-box:hover {
	background: #49746d;
}
.main-branch-box svg {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	fill: #49746d;
	transition: all 0.3s ease;
}
.main-branch-box:hover svg {
	fill: #ffffff;
}
.main-branch-box h2 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.main-branch-box:hover h2, .main-branch-box:hover p, .main-branch-box:hover a {
	color: #ffffff;
}
.main-branch-box a {
	text-decoration: none;
	color: #49746d;
	font-weight: 500;
}
.main-branch-box a svg {
	width: 20px;
	height: 20px;
	margin-bottom: 0px;
	fill: #49746d;
	transition: all 0.3s ease;
}
.main-branch-box a:hover svg {
	margin-right: 10px;
}
/* Features Grids Section */
.dz-media {
    position: relative;
    overflow: hidden;
	height: 100%;
}
.dz-media img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.feature-box.box-style {
    padding: 40px;
    align-self: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    height: 100%;
    background: inherit;
    position: relative;
    z-index: 1;
}
.feature-box.box-style:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 40px;
    height: 40px;
    right: -10px;
    top: 40px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    z-index: -1;
}
.feature-box.box-style.left:after {
    right: unset;
    left: -10px !important;
}
.feature-box.box-style .title {
    margin-bottom: 20px;
	font-weight: 600;
}
.feature-box.box-style p {
    font-size: 18px;
    margin-bottom: 20px;
}
/* Why us in Shatha Farm */
.why-us-box {
	border-radius: 20px;
	background: #ffffff;
	border: solid 1px #dca04b;
	padding: 20px;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
}
.why-us-box:hover {
	background: #dca04b;
}
.why-us-box svg {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	fill: #dca04b;
	transition: all 0.3s ease;
}
.why-us-box:hover svg {
	fill: #ffffff;
}
.why-us-box h2 {
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 20px;
	transition: all 0.3s ease;
}
.why-us-box:hover h2, .why-us-box:hover p, .why-us-box:hover a {
	color: #ffffff;
}
.why-us-box a {
	text-decoration: none;
	color: #dca04b;
	font-weight: 500;
}
.why-us-box a svg {
	width: 20px;
	height: 20px;
	margin-bottom: 0px;
	fill: #dca04b;
	transition: all 0.3s ease;
}
.why-us-box a:hover svg {
	margin-right: 10px;
}