@font-face {
  font-family: "Apple-Garamond-Bold";
  src: url("../fonts/apple_garamond/AppleGaramond-Bold.ttf") format("woff");
}

@font-face {
  font-family: "Apple-Garamond";
  src: url("../fonts/apple_garamond/AppleGaramond.ttf") format("woff");
}

@font-face {
  font-family: "Gotham-Book";
  src: url("../fonts/Gotham-Font/GothamBook.ttf") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}

body {
  opacity: 1;
  transition: 2s opacity;
  color: #000;
  font-family: "Gotham-Book";
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body {
  overflow-x: hidden;
  font-size: 16px;
}
h1 {
  font-family: "Apple-Garamond-Bold";
  line-height: normal;
  color: #25093f;
}

p {
  font-size: 1.1rem;
  color: #575756;
  line-height: 25px;
}
h2,
h3 {
  font-family: "Apple-Garamond-Bold";
  color: #25093f;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #25093f;
  font-weight: 600;
}

h4 {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.verticle_block {
  position: fixed;
  right: -26px;
  top: 30%;
  z-index: 100;
  transform: rotate(-90deg);
  background-color: #fff;
  padding: 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  color: #313131 !important;
}

.verticle_block_item a {
  color: #313131 !important;
  transition: 0.5s;
}

.verticle_block_item a:hover {
  color: #c6912b !important;
  transition: 0.5s;
}

.pad-8 {
  padding-bottom: 8px;
  padding-right: 8px !important;
}

.content {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
}
button.read_more_btn.collapsible.active {
  display: none;
}

.max-width-95 {
  max-width: 1600px;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.max-width-85 {
  max-width: 1600px;
  width: 85%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.border-bottom {
  border-bottom: 1px solid #000 !important;
}
.img-responsive {
  width: 100%;
}
button:focus {
  outline: none !important;
}
.two-column-text {
  column-count: 2;
}

h2,
.h2 {
  font-size: 2.2rem;
  font-weight: 700;
}

ul {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}

li {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}

.pad_btm_30 {
  padding-bottom: 30px;
}

button.read_more_btn {
  background-color: #d1b698;
  border: 0;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 15px;
  font-size: 0.8rem;
}
.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 50px;
}

button.button_red {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #fff;
  margin-right: 15px;
  transition: 0.5s;
  font-size: 0.9rem;
  font-weight: 500;
}

button.button_border {
  background-color: transparent;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #313b48;
  transition: 0.5s;
  font-size: 0.9rem;
  font-weight: 500;
}

button.button_red:hover {
  background-color: transparent;
  border: 1px solid #b43c1a;
  color: #313b48;
  transition: 0.5s;
}

button.button_border:hover {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  color: #fff;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .max-width-85 {
    max-width: 1600px;
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  h2,
  .h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
}

span.read-more {
  font-size: 0.9rem;
  color: #000;
  font-weight: 600;
}

/* ////////////////////scroll///////////////////////// */

/* ////////////////////////navbar/////////////////////////// */

header#header {
  width: 100%;
  z-index: 5;
  font-family: "STIX Two Text", serif;
}

header#header {
  background-color: #fff;
}

.church_header {
  position: relative !important;
  padding-bottom: 12px;
}

.dropdown button {
  padding: 0.2em 0.4rem;
  font-size: 0.95rem;
  color: #000;
  font-weight: 500;
  transition: 0.3s;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}

#header-nav {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.7s 0.3s ease;
  -moz-transition: -moz-transform 0.7s 0.3s ease;
  -ms-transition: -ms-transform 0.7s 0.3s ease;
  transition: transform 0.7s 0.3s ease;
  z-index: 1000;
}
#header-nav.hide-nav-bar {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
a.menu-link {
  float: right;
  display: block;
  padding: 1em;
  margin-top: 6px;
}
nav[role="navigation"] {
  clear: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.js nav[role="navigation"] {
  max-height: 0;
}
nav[role="navigation"].active {
  max-height: 25em;
}

nav[role="navigation"] ul {
  margin: 0;
  padding: 0;
  float: left;
}
nav[role="navigation"] li a {
  display: block;
  font-size: 0.95rem;
  color: #000;
  font-weight: 400;
  transition: 0.3s;
}

.nav-link {
  color: #000 !important;
}

nav[role="navigation"] li a:hover {
  text-decoration: none;
  color: #eaae68;
  transition: 0.3s;
}
.menu-link {
  height: 30px;
  width: 33px;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  margin-top: 3px;
  background: #999;
  width: 33px;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.bar2 {
  margin-top: 13px;
}
.bar3 {
  margin-top: 23px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.brand {
  padding: 0;
  max-width: 210px;
}
.brand a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

nav#menu {
  padding-top: 5px;
}

nav#menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.header_logo_block {
  display: flex;
  align-items: center;
}
span.navbar-top-icon {
  margin-right: 10px;
}

li.active a {
  border-bottom: 2px solid #000 !important;
}

.brand_mobile {
  display: none;
}

.nav-item:last-child a.nav-link {
  border-right: 0px solid #000;
}

.custom-toggler.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

ul.dropdown-menu.show {
  width: 300px;
}
ul.dropdown-menu {
  width: 300px;
}
@media screen and (max-width: 767px) {
  header#header {
    z-index: 5;
    background-color: #fff;
  }
  .brand {
    display: none;
  }

  nav#menu ul li {
    padding-bottom: 16px;
  }

  .js nav[role="navigation"] {
    display: none !important;
  }
  nav#menu.active {
    display: block !important;
  }
  nav[role="navigation"] ul {
    margin: 0;
    padding: 0;
    float: left;
    padding: 0.7em 0 0;
    width: 100%;
    z-index: 100;
  }

  nav[role="navigation"] {
    width: 100%;
  }
  nav[role="navigation"] li a {
    padding-left: 0;
  }
  .brand {
    padding-bottom: 12px;
  }

  li.active::before {
    display: none;
  }
  .brand {
    float: left;
    padding: 1em 0;
    width: 80%;
  }

  .header_logo_block {
    position: relative;
  }
  .brand_mobile {
    display: block;
    width: 240px;
    position: absolute;
    top: 10px;
    left: 0px;
  }
  nav#menu ul {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  nav[role="navigation"] li a {
    color: #313131;
  }
  #menu li.active a {
    color: #909090 !important;
  }

  header#header {
    position: relative;
    height: auto;
    background-color: #fff;
  }
}

li.active {
  position: relative;
}

.brand a {
  display: flex;
  align-items: center;
}
a:hover,
a:focus {
  text-decoration: none;
}

#menu li.active a {
  border-bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #cccccc !important;
  line-height: 1;
  font-weight: 700 !important;
}

.brand_top {
  width: 60px;
}

.navbar-top-block {
  position: relative;
}
span.navbar-top-block-item-icon {
  margin-right: 5px;
}
ul.navbar-top-block-item {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 0;
  line-height: inherit;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 0.95rem;
    padding-bottom: 0.2rem;
  }
}

nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
  flex-wrap: wrap;
  padding: 0.5rem 0rem;
  padding-top: 30px;
}

ul.top-navbar-block {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

ul.top-navbar-block li {
  margin-left: 20px;
  padding-top: 8px;
}

ul.top-navbar-block li a {
  color: #000;
  font-size: 1.1rem;
}

ul.top-navbar-block li a span {
  margin-right: 5px;
}

ul.navbar-top-block-item li {
  color: #333333;
  font-weight: 600;
  padding: 0 10px;
}

ul.navbar-top-block-item li a {
  color: #333333;
  font-weight: 600;
}

a.navbar-top-donate-btn {
  background-color: #000;
  color: #fff !important;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

a.nav-link.active {
  color: #d97029 !important;
  position: relative;
  transition: 0.25s;
}
a.nav-link {
  transition: 0.25s;
  text-transform: uppercase;
}

a.nav-link:hover {
  color: #e01d24 !important;
  transition: 0.25s;
}
.dropdown-menu.dropdown-primary.show {
  margin: 0;
  border-radius: 0;
  border: 1px solid #000;
  border-bottom: 0;
  padding: 0;
}
a.dropdown-item {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #000;
}

a.dropdown-item:focus {
  background-color: #f8f9fa;
  color: #000;
}

a.dropdown-item.active {
  background-color: #f8f9fa;
  color: #000;
}

button.navbar-toggler {
  border: 1px solid #000 !important;
  z-index: 10;
  color: #000;
  background-color: #000;
}

@media only screen and (max-width: 991px) {
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    flex-wrap: wrap;
    padding: 0.5rem 0rem;
  }

  ul.navbar-nav {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  header#header {
    position: relative;
    height: auto;
    background-color: #fff;
  }
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    flex-wrap: wrap;
    padding: 0.5rem 0rem;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 750px) {
  .navbar-dark .navbar-brand {
    color: #fff;
    max-width: 300px !important;
    min-width: auto !important;
  }
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-toggler {
    padding: 0.05rem 0.35rem;
  }
}

@media only screen and (max-width: 576px) {
  ul.navbar-top-block-item {
    flex-direction: column;
  }
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    flex-wrap: wrap;
    padding: 0.5rem 0rem;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 450px) {
  .navbar-dark .navbar-brand {
    max-width: 100% !important;
    min-width: auto !important;
  }

  span.navbar-top-block-item-icon img {
    width: 20px;
  }
  ul.navbar-top-block-item li {
    color: #333333;
    font-weight: 600;
    padding: 0 0px;
  }
}

/* ////////////////////////navbar ends here/////////////////////////// */

/*////////////////////////////////////home banner starts here///////////////////////////////////////*/

.al-khaja-home-banner-block-02 {
  margin-bottom: 25px;
}
section#home_banner_section_202010_01 {
  padding: 40px 0;
  background-color: #edf4fa;
  position: relative;
}
.al-khaja-home-banner-block img {
  border-radius: 12px;
}

.section-title {
  text-align: left;
  padding-bottom: 40px;
}

.section-title h1 {
  font-weight: 800;
  font-size: 3rem;
}
section#saltom-product-range-section {
  position: relative;
  padding: 60px 0;
}
i.product-range-item-icon {
  display: block;
}
li.product-range-item {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #25093f;
  font-weight: 600;
  font-family: "Merriweather", serif;
  margin-bottom: 25px;
}
i.product-range-item-icon {
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 16px;
}
.product-range-item-icon img {
  padding: 4px;
  width: 70px;
}
.product-range-doctor-img-block {
  width: 80%;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .al-khaja-home-banner-block-01 {
    margin-bottom: 25px;
  }
}

/* ///////////////////////////////alkhaja-product-section///////////////////////////////////// */

section#al-khaja-product-section {
  padding: 60px 0;
  position: relative;
}

.al-khaja-product-item {
  width: 100%;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 20px;
  text-align: center;
  box-shadow: 0 2px 20px 0 rgb(0 0 0 / 7%);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out,
    opacity 0.2s ease-out;
  transition-delay: 0.1s;
  transform: translateZ(0);
  background-color: #fff;
  overflow: hidden;
}
.al-khaja-product-item:hover {
  opacity: 1 !important;
  box-shadow: rgb(45 45 45 / 5%) 0px 2px 2px, rgb(49 49 49 / 5%) 0px 4px 4px,
    rgb(42 42 42 / 5%) 0px 8px 8px, rgb(32 32 32 / 5%) 0px 16px 16px,
    rgb(49 49 49 / 5%) 0px 32px 32px, rgb(35 35 35 / 5%) 0px 64px 64px;
  transform: translate(0, -4px);
  z-index: 999;
}

.al-khaja-product-item img {
  border-radius: 10px;
}

.al-khaja-product-name {
  padding-top: 10px;
  text-align: center;
  color: #575756;
}
.al-khaja-product-name a {
  color: #575756;
}

.al-khaja-product-name h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.al-khaja-product-name h4 {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.5;
}

/* ///////////////////////////////alkhaja-wrapper-section///////////////////////////////////// */

section#al-khaja-home-wrapper-section-202010-01 {
  background-color: #edf4fa;
  padding: 60px 0;
}

.al-khaja-home-wrapper-block-02,
.al-khaja-home-wrapper-block-03 {
  margin-bottom: 35px;
}

@media only screen and (max-width: 991px) {
  .al-khaja-home-wrapper-block-02,
  .al-khaja-home-wrapper-block-03 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .al-khaja-home-wrapper-block-01 {
    margin-bottom: 25px;
  }
}
/* ///////////////////////////////download-cat-section///////////////////////////////////// */



section#al-khaja-download-cat-section {
  position: relative;
}

section#al-khaja-download-cat-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  background-color: #000;
}

.download-sub h5 {
  display: none;
}

.download-cat-block {
  background-color: #edf4fa;
  margin-top: 70px;
  padding: 20px 20px;
  border-radius: 15px;
}

.email-form {
  display: flex;
  color: #000000;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 30px;
}
input.email-input {
  height: 60px;
  padding: 0 30px;
  font-size: 1.2rem;
  color: #000000;
  border: 0px;
  background-color: transparent;
  width: 100%;
}

input.email-input:focus {
  outline: none;
}

button.ripple {
  background-color: #dc7029;
  border: 0;
  padding: 0 20px;
  height: 60px;
  font-size: 1.2rem;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  transition: 0.25s;
}
button.ripple:hover {
  background-color: #d15b0d;
  transition: 0.25s;
}

#footer-section {
  background-color: #000000;
  padding: 40px 0;
  position: relative;
}

.download-cat-block-01 form input {
  font-size: 2rem;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}
.download-cat-block-01 form label {
  font-size: 1.4rem;
  margin-bottom: 0px;
  padding-left: 15px;
  margin-bottom: 10px;
  font-family: "Apple-Garamond-Bold";
}

.demoInputBox {
  padding: 15px;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Apple-Garamond";
  font-size: 1.2rem;
}
.contect-department-block,
div#frmContact {
  margin-top: 30px;
}

.contect-department-block ul li {
  list-style: inside;
  font-size: 1.3rem;
  font-family: "Apple-Garamond";
}

button.enquiry-btn.btn-arrow {
  background-color: #414141;
  border: 0;
  padding: 13px 20px;
  color: #fff;
  font-family: "Apple-Garamond";
  font-size: 1.2rem;
}

/* ///////////////////////////////-section///////////////////////////////////// */

#inner-banner-section {
  position: relative;
  height: 650px;
}

.inner-banner-section-block-img img {
  height: 650px;
  object-fit: cover;
  object-position: top;
}

#al-khaja-about-section {
  padding: 60px 0 0 0;
}
.section-title2 {
  margin-bottom: 25px;
}

.al-khaja-qus-block h3 {
  font-family: "Apple-Garamond";
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.al-khaja-qus-block {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 10px;
  transition: 0.25s;
}
.al-khaja-qus-block:hover {
  transition: 0.25s;
  background-color: #cfcfcfcf;
}

#al-khaja-contact-section {
  padding: 60px 0;
}

.contect-department-block h4 {
  font-family: "Apple-Garamond-Bold";
  margin-bottom: 0;
}
.contect-department-block p {
  font-family: "Apple-Garamond";
  margin-bottom: 0;
  color: #000;
}

.contect-department-block a {
  color: #000;
}

.branches-block p {
  font-family: "Apple-Garamond";
  color: #000;
}

.branches-block {
  margin-top: 20px;
}
.branches-block p {
  margin-bottom: 0;
}

section#branches-section {
  padding-bottom: 60px;
  position: relative;
}

.copywrite h3 {
  color: #c2c2c2;
  font-family: "Apple-Garamond";
  font-size: 1.3rem;
  font-weight: 400;
}

/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #d97029 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, background-color 0.3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s,
    background-color 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, background-color 0.3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: #d97029;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 10px;
  }
}
