@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;
}

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;
}

a.navbar-brand img {
  width: 320px;
}
.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");
}

@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;
}

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: 1100px) {
  a.navbar-brand img {
    width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  header#header {
    position: fixed;
    height: 115px;
    background-color: #fff;
  }
  nav.navbar.navbar-expand-md.navbar-dark.teal.no-border {
    flex-wrap: wrap;
    padding: 0.5rem 0rem;
    padding-top: 56px;
  }

  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;
  }
  ul.navbar-nav {
    margin-top: 30px;
  }
}

@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///////////////////////////////////////*/

.gutters-2 {
  margin-right: -2px !important;
  margin-left: -2px !important;
}
.gutters-2 > .col,
.gutters-2 > [class*="col-"] {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

#home_banner_section_202010_01 .container-fluid {
  padding: 0;
}

.home_banner_block_item_img_202010_01 {
  height: 680px;
  transition: 0.5s;
  overflow: hidden;
  transition: 0.5s;
}
.home_banner_block_item_img_202010_01 img {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  object-position: center;
  object-fit: cover;
}

.home_banner_block_item_202010_01 {
  position: relative;
}

.home_banner_block_item_text_202010_01 a span {
  color: #fff;
}
.home_banner_block_item_text_202010_01 {
  position: absolute;
  bottom: 230px;
  z-index: 1;
  left: 100px;
  margin: 0px auto;
  transform: translate(10%, 0px);
}

.inner-banner-text {
  position: absolute;
  bottom: 230px;
  z-index: 1;
  left: 0px;
  margin: 0px auto;
  transform: translate(10%, 0px);
}

.home_banner_block_item_text_202010_01 h1 {
  font-size: 3rem;
}
.inner-banner-text h1 {
  font-size: 3rem;
}

/*
.home_banner_block_item_202010_01:hover .home_banner_block_item_text_202010_01{
   top: calc(100% - 90px);
    opacity: 0;
    transition: .4s;
}
*/

.home_banner_block_item_text_202010_01 h2 {
  color: #fff;
  font-size: 2.8rem;
  position: relative;
}
.home_banner_block_item_text_202010_01 h2 {
  font-weight: normal;
}

/* .home_banner_block_item_text_202010_01 h2::before {
  position: absolute;
  content: "";
  top: -14px;
  background-color: #179bd7;
  height: 3px;
  width: 50px;
  left: 0;
} */

span.home_banner_block_item_text_date {
  color: #fff;
  display: block;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.home_banner_block_item_202010_01 {
  position: relative;
}
.client-speak-item-inner span {
  display: block !important;
  width: 100% !important;
  font-size: 1.2rem;
}

/* Zoom In #1 */

.eft {
  overflow: hidden;
}
.member-block-item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.member-block-item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.cor-logo {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 1300px) {
  .home_banner_block_item_img_202010_01 {
    height: 600px;
  }
}

@media only screen and (max-width: 991px) {
  .home_banner_block_item_202010_01 {
    position: relative;
    margin-top: 115px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
    padding-bottom: 0;
  }
  .home_banner_block_item_text_202010_01 h3 {
    font-size: 1.2rem;
  }
  li.social-media-link {
    padding: 0 6px;
  }
  a.navbar-brand img {
    width: 260px;
  }
  .home_banner_block_item_text_202010_01 {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .home_banner_block_item_202010_01 {
    position: relative;
    margin-top: 0px;
  }

  .product-range-item-block {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 576px) {
  a.navbar-brand img {
    width: 220px;
  }

  .home_banner_block_item_img_202010_01 {
    height: 500px;
  }

  .inner-banner-text h1 {
    font-size: 2.5rem;
  }
  .home_banner_block_item_text_202010_01 h1 {
    font-size: 2.5rem;
  }

  .inner-banner-text {
    position: absolute;
    bottom: 100px;
    z-index: 1;
    left: 0px;
    margin: 0px auto;
    transform: translate(10%, 0px);
    width: 85%;
  }
  .home_banner_block_item_text_202010_01 {
    position: absolute;
    bottom: 100px;
    z-index: 1;
    left: 0px;
    margin: 0px auto;
    transform: translate(10%, 0px);
    width: 85%;
  }
}

.section-title {
  text-align: center;
  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;
  transition: 0.25s;
}
i.product-range-item-icon {
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 16px;
  transition: 0.25s;
}

.product-range-item:hover .product-range-item-icon {
  background-color: #f7ab79;
  transition: 0.25s;
}

.product-range-item-icon img {
  padding: 4px;
  width: 70px;
}
.product-range-doctor-img-block {
  width: 80%;
  margin: auto;
}

/* ///////////////////////////////saltom-principal-manufactures-section///////////////////////////////////// */

section#saltom-principal-manufactures-section {
  background-color: #dfdfdf;
  padding: 60px 0;
  position: relative;
}

.saltom-principal-manufactures-img-block {
  border: 1px solid #838791;
}
.saltom-principal-manufactures-text-block p {
  color: #575756;
  margin-bottom: 10px;
  font-size: 1.1rem;
}
.saltom-principal-manufactures-text-block h2 {
  padding-bottom: 20px;
  padding-right: 200px;
}

/* ///////////////////////////////saltom-clientele-section///////////////////////////////////// */

section#saltom-clientele-section {
  position: relative;
  padding: 60px 0;
}

.col.saltom-clientele-block {
  flex: 0 0 16%;
  max-width: 18%;
  margin-bottom: 30px;
}
.saltom-clientele-block-item {
  text-align: center;
  border: 1px solid #575756;
  padding: 15px;
  height: 100%;
  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;
  height: 100%;
}

.saltom-clientele-block-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;
}
.saltom-clientele-block-text {
  padding-top: 10px;
}

.saltom-clientele-block-text h3 {
  font-size: 1.3rem;
}

.download-sub {
  padding-top: 30px;
}
.download-sub h5 {
  display: none;
}

.download-sub h2 {
  margin-bottom: 20px;
}
.download-cat-block {
  margin-top: 40px;
}

.email-form {
  display: flex;
  color: #000000;
  border: 1px solid #000;
  border-radius: 15px;
}
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;
}

@media (max-width: 991px) {
  .col.saltom-clientele-block {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
  .col.saltom-clientele-block {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .download-cat-block-01 {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .col.saltom-clientele-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

#footer-section {
  background-color: #dfdfdf;
  padding: 30px 0;
  position: relative;
}

section#saltom-about-section {
  padding: 60px 0;
}

.about-text-block {
  padding-top: 25px;
}

.about-executive-team-item {
  width: 100%;
  height: 250px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 10px;
}

.about-executive-team-name {
  padding-top: 20px;
}
.about-executive-team-name h5 {
  font-weight: 600;
  font-size: 1rem;
}
#saltom-about-executive-team-section {
  padding-bottom: 60px;
  position: relative;
}

.saltom-product-block-text h4 {
  font-size: 1rem;
  color: #575756;
  margin-bottom: 0px;
}

.saltom-product-img {
  border: 1px solid #1d1d1b;
  padding: 0 4px;
  margin-bottom: 10px;
}

.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;
}

.branches-block {
  margin-top: 30px;
}
.branches-block p {
  margin-bottom: 0;
}

section#branches-section {
  padding-bottom: 60px;
  position: relative;
}

/*-------------------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;
  }
}

.mfp-figure {
  width: 500px;
}
img.mfp-img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  max-height: 100% !important;
}

.ekko-lightbox-nav-overlay {
  display: none !important;
}
.modal-header.hide {
  display: block !important;
  border-bottom: 0;
}
.close {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.8;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}
button.close {
  padding: 0 !important;
  margin: 0 !important;
}

button.download-btn {
  background-color: #dc7029;
  border-radius: 15px;
  padding: 0 20px;
  height: 60px;
  font-size: 1.2rem;
  color: #fff;
}

button.download-btn a {
  color: #fff;
}
