@import url(https://fonts.googleapis.com/css?family=Playfair);
@import url(https://fonts.googleapis.com/css?family=Ubuntu&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

body {
  font-family: "Ubuntu", sans-serif;
}

div.scroll {
  height: 65vh;
  overflow: auto;
  /* margin-bottom: -80px !important; */
}

.not-data {
  margin-left: 475px !important;
}

.pagination>li>span {
  color: #d50015 !important;
}

.store-paginate {
  margin-top: 80px !important;
  margin-left: 100px !important;
  position: relative;
}

.sweet-left {
  text-align: left;
  line-height: 1.6;
  text-align: justify;
}

.required-error {
  color: #ff0000 !important;
}

.company-footer:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

.mail-color {
  color: #66afe9 !important;
}

.tc {
  color: #505e6b !important;
  text-decoration: none !important;
  cursor: pointer;
}

.red {
  color: #d50015 !important;
}

.reload-btn {
  color: black;
  text-decoration: none !important;
}

.carousel-indicators{
	justify-content: left;
	padding-bottom: 50px;
}

#carouselExampleIndicators2 .active{
	background-color: #d50015;
}

.slide-text{
	    background-color: #dcdcdc;
    margin-left: -110px;
    padding-left: 50px;
}

.slider1 {
  background-image: url("../images/01.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.slider2 {
  background-image: url("../images/02-new.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.slider3 {
  background-image: url("../images/03.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.slider4 {
  background-image: url("../images/04.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}



.main-slider-content {
  font-family: "Lato", sans-serif;
  margin-top: 250px;
  z-index: 500;
  padding-left: 20px;
  min-height: 1000px;
}

.main-slider-content .title1 {

  color: #d50015;
  font-weight: bold;
  font-size: 2rem;
 /* text-shadow: 2px 2px 0.1px black; */
  margin-bottom: -1rem;
}

.main-slider-content .title2 {
  color: #ffffff; 
  font-weight: bold;
  font-size: 2rem;
}

.main-slider-content .main-slider-text {
 /* color: #ffffff; */
    color: black;
    margin-top: 60px;
}

.tales {
  width: 100%;
}

.carousel-inner {
  width: 100%;
  max-height: 720px !important;
}

.blog {
  background: #fcfcfc;
}

.blog-social {
  color: #c4c4c4;
  font-family: "Lato", sans-serif !important;
  margin: 20px 0px;
}

.blog-card {
  border-radius: 5px;
  -webkit-box-shadow: 0.1px 5px 8px 0.5px #0000003d;
  box-shadow: 0.1px 5px 8px 0.5px #0000003d;
  font-family: "Lato", sans-serif;
}

.blog-card .blog-image {
  border-radius: 5px;
}

.form-submit-blog {
  background-color: #d50015;
  color: #ffffff;
}

.form-submit-blog:hover {
  color: #ffffff;
}

.w-100 {
  width: 100% !important;
}

.w-10 {
  width: 100% !important;
  height: 50vh;
}

.content-title-black-test {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  color: #35373a;
  font-weight: bold;
}

.common-small-font-test {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.snip1581 h3 {
  font-family: "Lato", sans-serif !important;
}

.test-font {
  font-family: "Lato", sans-serif !important;
}

.carousel-item .img-fluid {
  width: 100%;
  height: 100%;
}

.font-lato {
  font-family: "Lato", sans-serif !important;
}

.news-bg {
  background-color: #efefef;
}

.left-circle {
  left: 165px !important;
}

.right-circle {
  left: 580px !important;
}

.t-image {
  width: 100% !important;
  padding: 50px;
  margin-left: 50px;
  margin-top: 50px;
}

.t-blok {
  padding: 100px 100px 100px 0px;
}

.icon-color {
  background-color: #d50015;
  width: 30px;
  height: 30px;
  padding: 20px;
  border-radius: 25px;
  opacity: 0.5;
  background-size: 10px;
}

.carousel {
  position: relative;
}

.carousel-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.red-bg-button {
  color: #d50015;
  border: 2px solid #d50015;
  padding: 40px;
  margin: 10px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.red-bg-button:hover {
  background-color: #d50015;
  color: #ffffff;
  font-weight: bold;
}

.carousel-container #carousel-thumbs {
  background: #d50015;
}

#carousel-thumbs {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 0;
  padding: 0 50px;
  right: 0;
}

#carousel-thumbs img {
  border: 5px solid transparent;
  cursor: pointer;
}

#carousel-thumbs img:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

#carousel-thumbs .selected img {
  border-color: #fff;
}

.slide-carousel{
	margin-top: 250px;
}

@media all and (max-width: 767px) {
  .carousel-container #carousel-thumbs img {
    border-width: 3px;
  }
}

@media all and (min-width: 576px) {
  .carousel-container #carousel-thumbs {
    background: #d50015;
  }
}

.header-red {
  background-color: #d50015;
}

.gold {
  color: #a48f49;
}

.gray {
  color: #616161;
  font-size: 15px;
}

.blog-bg-red {
  background: #d50015 !important;
}

.blog-top {
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-row {
  margin-top: 100px;
}

.blog-inner-grid-margin {
  margin-top: 16px;
}

.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
  line-height: 1.5;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}

.card-body {
  z-index: 10;
}

.logo-on-banner {
  width: 40%;
}

.brand-logo {
  width: 100%;
}

.desktop-hide {
  display: none !important;
}

.main-banner-title {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 1.25rem;
  text-shadow: 2px 1px 2px #969696;
}

.red-line {
  border-bottom: 5px solid #d50015;
  width: 100%;
  padding-top: 40px;
}

.red-line-small {
  border-bottom: 2px solid #d50015;
  width: 100%;
  float: right;
  padding-top: 10px;
}

.carousel-dots .active {
  background-color: #d50015;
}

.carousel-dots li {
  background-color: #616161;
}

.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #a48f4991;
  content: "";
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

.main-banner-title-without-logo {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 1.25rem;
  margin-top: 18.5rem;
}

.main-title {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  line-height: 1;
  font-size: 2.2rem;
  margin-bottom: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
}

.main-sub-title {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  line-height: 1;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  line-height: 1.2em;
  font-weight: 600;
}

.common-small-font {
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
}

.about-banner-sm-txt {
  font-size: 1.2em;
}

/* ! Pagination */
.pagination>li>a,
.pagination>li>span {
  color: #a48f49 !important;
  width: 100% !important;
  right: -220px !important;
  bottom: 62px !important;
}

.pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: -70px !important;
}

.table-responsive {
  overflow-x: unset !important;
}

/* ! Pagination  end*/
/* ! ------------------------------------ */
/*! */
/* * Bootstrat form default css */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:focus {
  color: #616161;
  background-color: #ffffff;
  border-color: rgba(164, 143, 73, 0.808);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(175, 153, 53, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(175, 153, 53, 0.25);
}

ul.kist {
  padding-left: 20px;
  list-style-type: circle;
  line-height: 30px;
}

/*  */
.content-title-banner-parallax {
  font-size: 38px;
  font-family: "Playfair Display", serif;
  color: #a48f4c;
  line-height: 45px;
  font-weight: bold;
}

/* ! Parallax End */
/* ! Contact form start */
.form-label {
  color: #616161;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  padding-bottom: 10px;
}

.form-submit {
  border: 2px solid #d50015 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.form-submit:hover {
  background-color: #d50015;
  color: #ffffff;
}

@media only screen and (min-width: 960px) {
  .hidedesktop {
    display: none;
  }
}

.outlet-border {
  border-right: 2px solid #7e7e7e;
}

.bg-gold {
  background-color: #d50015 !important;
  color: #ffffff !important;
}

.bg-gold-lite {
  background-color: #d50015 !important;
  color: #ffffff !important;
}

.collapse-style {
  color: #ffffff !important;
  text-decoration: none !important;
}

.rotate {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.rotate.down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-banner {
  position: relative;
  color: #ffffff;
}

.background-banner {
  width: 100%;
}

.contact-officer a {
  color: #616161;
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
}

.contact-officer-heading {
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  color: #a48f4c;
  font-weight: bold;
}

.contact-officer-info {
  color: #616161;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.4em;
}

.board-p-line-height {
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
}

.content-title {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #a48f4c;
  font-weight: bold;
}

.content-title-black {
  font-family: "Playfair Display", serif;
  font-size: 34px;
  color: #35373a;
  font-weight: bold;
}

.content-title-small-black {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  margin-top: 30px;
  color: #35373a;
  font-weight: bold;
}

.content-title-small {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  color: #a48f4c;
  font-weight: bold;
}

.content-title-small-bold {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  color: #a48f4c;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.bod-rounded-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 160px;
}

.contact-details {
  line-height: 2em;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #616161;
}

.contact-details a {
  font-family: "Ubuntu";
  color: #616161;
  text-decoration: none;
}

.contact-details i {
  line-height: 1.5em;
  font-size: 1.2rem;
}

.contact-details-supplier {
  line-height: 2em;
  font-size: 1.2rem;
  margin-left: 10px;
  color: #ffffff;
}

.contact-details-supplier a {
  font-family: "Ubuntu";
  color: #ffffff;
  text-decoration: none;
}

.contact-details-supplier i {
  line-height: 1.5em;
  font-size: 1.2rem;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  -webkit-transition: opacity ease-out 0.7s;
  transition: opacity ease-out 0.7s;
}

.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.banner-text-logo {
  margin-top: -29rem !important;
  color: white;
  position: absolute;
}

.banner-text-logo-contact {
  margin-top: -36rem !important;
  color: white;
  position: absolute;
}

.content-title-banner {
  font-size: 38px;
  font-family: "Playfair Display", serif;
  color: #a48f4c;
  line-height: 45px;
  font-weight: bold;
  margin-top: 16rem;
}

.content-title-banner-contact {
  font-size: 38px;
  font-family: "Playfair Display", serif;
  color: #a48f4c;
  line-height: 45px;
  font-weight: bold;
}

.headeractive {
  background-color: #d50015;
}

.headeractive-red {
  background-color: #d50015;
}

#footer {
  color: #ffffff;
  background-color: #d50015;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

#footer p {
  color: #ffffff;
  line-height: 24px;
}

#footer-red {
  color: #ffffff;
  background-color: #d50015;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

#footer-red p {
  color: #ffffff;
  line-height: 24px;
}

.smalltext {
  color: #be8e8e;
  font-size: 12px;
}

.snip1581 {
  font-family: "Lato", sans-serif !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 200px;
  max-width: 250px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.snip1581 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.8)),
      to(transparent));
  background-image: linear-gradient(to top,
      rgba(0, 0, 0, 0.8) 0%,
      transparent 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.snip1581 h3 {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  margin: 3px 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
}

.snip1581 .title2 {
  color: #a58e7c;
  font-weight: 300;
}

.snip1581 .title3 {
  font-weight: 700;
  font-size: 25px;
}

.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
}

/* ! ANNUAL REPORT */
.bg-gold-reports {
  background-color: #d50015;
}

.btn {
  font-size: 1em !important;
}

/* !END */
/* ! Sweet alt */
.swal-button--confirm {
  color: #ffffff !important;
  background-color: #d50015 !important;
}

/* ! Nav active */
.nav-active {
  background: #d50015;
  color: #ffffff !important;
}

.nav-active a {
  color: #ffffff !important;
}

.contact-nav-dropdown {
  margin-left: -107px;
}

.logo-inner-page {
  width: 100%;
}

.backend-pg-padding {
  margin-top: 50px;
  margin-bottom: 50px;
}

.desk-hide {
  display: none;
}

@media only screen and (max-width: 759px) {

  /*.slider1 {
    min-height: 300px;
  }*/
  div.scroll {
    height: 93vh;
    overflow: auto;
  }

  .store-paginate {
    display: none !important;
  }

  #header nav a {
    font-size: 16px !important;
  }

  .content-title-banner-parallax {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
  }

  .background-banner {
    width: 100%;
    margin-top: 80px !important;
  }

  .desk-hide {
    display: block;
  }

  .mob-margin-minus {
    margin-top: -25px;
  }

  .background-absolute {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-position-x: 80% !important;
  }

  .slideshow__slide-caption-subtitle-label {
    display: none;
  }

  .container-slider p {
    display: none;
  }

  .slideshow__slide-caption-title {
    display: none;
  }

  .banner-text-logo {
    margin-top: -14rem !important;
    color: #4d4d4d;
    position: relative;
  }

  .contact-details-supplier {
    line-height: 1.5em;
    font-size: 1.2rem;
    margin-left: 10px;
    color: #4d4d4d;
  }

  .contact-details-supplier a {
    color: #4d4d4d;
  }

  .mob-pt {
    margin-top: 20px;
  }

  .mob-hide {
    display: none;
  }

  .mob-pb {
    margin-bottom: -50px;
  }

  .pt-1,
  .pt-2,
  .pt-3,
  .pt-4,
  .pt-5 {
    margin-top: -30px !important;
  }

  .content-title {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    margin-top: 15px;
  }

  .common-small-font {
    font-size: 18px;
  }

  .logo-inner-page {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .annual-report-block {
    padding: 20px 0px 20px 0px;
  }

  .mob-logo-width {
    width: 50%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 90px;
  }

  .content-title-banner {
    font-size: 34px !important;
    font-family: "Playfair Display", serif;
    color: #a48f4c;
    font-weight: bold;
    margin-top: 118px !important;
  }

  .desktop-hide {
    display: block !important;
    position: fixed;
  }

  .dropdown-menu.show {
    display: block !important;
    background: #d50015;
    width: 100% !important;
    z-index: 16549849 !important;
    overflow-y: scroll;
  }

  .mob-bs {
    height: 500px !important;
    overflow-y: scroll !important;
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .hide-mob {
    display: none;
  }

  .logo-on-banner {
    margin-top: 140px;
  }

  .main-banner-title {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    line-height: 1;
    font-size: 30px;
    margin-top: 250px;
    width: 100%;
    text-shadow: none;
  }

  .main-banner-title-without-logo {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    line-height: 1;
    font-size: 30px;
    margin-top: 17rem;
    width: 100%;
  }

  .main-title {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    line-height: 1;
    font-size: 26px;
    margin-bottom: 1.25rem;
    line-height: 1.2em;
    font-weight: 600;
    margin-top: 20px;
  }

  .content-title-banner-contact {
    font-size: 24px !important;
    font-family: "Playfair Display", serif;
    color: #a48f4c;
    font-weight: bold;
    margin-top: 185px !important;
  }

  .bod-rounded-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50% !important;
    border-radius: 160px;
  }

  .hidemobile {
    display: none;
  }

  .mob-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  #footer {
    bottom: 0;
  }

  #footer p {
    text-align: center;
  }

  .slide-image {
    width: 100%;
    height: 100vh;
  }

  #header {
    background-color: #d50015;
  }

  .snip1581 {
    min-width: 340px;
  }

  /*! Popup mobile */
  .subscribe-optin {
    width: 100% !important;
  }

  .main-slider-paragraph {
    margin-top: -125px;
  }

  .o-button.-square {
    margin-top: -60px;
  }

  .slideshow__slide-caption-text {
    padding-top: 16vh;
  }

  .slide-image {
    height: 70vh;
  }

  .slideshow {
    height: 70vh;
  }

  .text-center-mob {
    margin-top: 20px;
    text-align: center;
  }

  .main-slider-content {
    display: none;
  }

  .carousel-item {
    margin-top: 50px;
    min-height: 200px;
  }
}

/* ! Home page popup */
.bg-overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.bg-overlay:target {
  visibility: visible;
  opacity: 1;
}

.subscribe-optin {
  margin-top: 25px;
  position: relative;
  z-index: 9995756757 !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* padding: 5rem; */
  width: 50%;
  height: auto;
  background: transparent;
  border-radius: 5px;
  /* text-transform: uppercase; */
  font-size: 0.8rem;
}

.subscribe-optin .optin-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 999;
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
}

.subscribe-optin .optin-close:hover {
  color: #ff0000;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
}

.popup-content {
  font-family: "Lato", sans-serif;
  margin-top: 220px;
  color: #ffffff;
}

.popup-title {
  padding-bottom: 10px;
  color: #a48f49;
}

.popup-text {
  font-size: 16px;
  line-height: 1.5rem;
}

.bg-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop1.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop1.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.bg-2 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop2.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop2.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.bg-3 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop3.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop3.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.bg-4 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop4.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop4.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.bg-5 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop5.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop5.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.bg-6 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop6.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop6.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.bg-7 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop7.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop7.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.bg-8 {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.815)),
      to(rgba(0, 0, 0, 0.644))),
    url("../images/business/pop8.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.815), rgba(0, 0, 0, 0.644)),
    url("../images/business/pop8.jpg");
  border: 5px solid #a48f4c;
  min-height: 400px;
  background-size: cover;
  width: 100%;
}

.card {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */

.carouselsocialmedia .carousel-inner {
  max-height: none !important;
}

nav li a {
  font-family: "Lato", sans-serif !important;
}

nav .dropdown li a {
  font-family: "Lato", sans-serif !important;
}

nav ul li a {
  font-family: "Lato", sans-serif !important;
  font-size: 12px !important;
}

nav li li a {
  font-family: "Lato", sans-serif !important;
}

nav .dropdown li {
  font-family: "Lato", sans-serif !important;
}

.mega-dropdown {
  font-family: "Lato", sans-serif !important;
}

/*================================ store - locator   ===========================================*/

.view-map-btn {
  color: #d50016;
  background-color: #ffffff;
  border-color: #d50016;
}

.view-map-btn:hover {
  color: #ffffff;
  background-color: #d50016;
  border-color: #ffffff;
}

.view-map-btn:focus {
  color: #d50016;
  text-decoration: none;
}

.modal .modal-content {
  background-color: transparent;
}

.modal .close {
  color: #ffffff !important;
}

.modal .close:hover {
  color: #ffffff;
}

.modal .close span {
  font-size: 2rem;
}

/*======================Home Page Carousel ===================*/

.left-carousel-header-1 {
  font-size: 1.3rem;
  color: #d50016;
}

.left-carousel-header-2 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.left-carosoul-text {
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 1rem;
  border-left: 2px solid #d50016;
  font-weight: 300;
}

.right-carousel-header-1 {
  font-size: 1.3rem;
  color: #d50016;
}

.right-carousel-header-2 {
  font-size: 2rem;
  font-weight: 900;
}

.right-carosoul-text {
  border-bottom: 2px solid #d50016;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 1rem;
}

.bottom-carousel-header {
  font-size: 2rem;
  font-weight: bolder;
}

.bottom-carousel-text {
  font-weight: 200;
  font-size: 1rem;
}

/*====================Mobile View===================*/

@media screen and (min-width: 480px) {
  .mobile-view {
    display: none;
  }

  .desktop-view {
    display: block;
  }
}

/*====================Desktop View===================*/

@media screen and (max-width: 479px) {
  .mobile-view {
    display: block;
  }

  .desktop-view {
    display: none;
  }
}

/*=======================================================
                 About Us                                
=======================================================*/

.aboutus-slider1 {
  background-image: url("../images/slider/01_abt.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.aboutus-slider2 {
  background-image: url("../images/slider/05.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.aboutus-slider3 {
  background-image: url("../images/slider/03_1.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.aboutus-slider4 {
  background-image: url("../images/slider/04_abt.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
}

/*=======================================================
                 About Us  New                             
=======================================================*/

html {
  scroll-behavior: smooth;
}

.about-us-new-des {
  font-weight: 600;
  font-size: 1rem;
}

.about-us-new-title {
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
}

.about-us-new-text {
  border-left: 3px solid red;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.about-us-side-menu {
  border-left: 2px solid gray;
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: "PT Sans", sans-serif;
  font-family: "Roboto", sans-serif;
}

.about-us-side-menu-active {
  border-left: 2px solid red;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: "PT Sans", sans-serif;
  font-family: "Roboto", sans-serif;
}

.about-us-side-menu:hover {
  border-left: 2px solid red;
  background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1000) {
  .about-us-new-title {
    font-size: 0.8rem;
  }

  .about-us-new-text {
    font-size: 0.8rem;
    line-height: 1rem;
  }

  .about-us-side-menu {
    font-size: 0.9rem;
    line-height: 1rem;
  }

  .about-us-side-menu-active {
    font-size: 0.9rem;
    line-height: 1rem;
  }

  .about-us-new-des {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 800px) {
  .about-us-new-title {
    font-size: 1.4rem;
  }

  .about-us-new-text {
    font-size: 1.4rem;
    line-height: 1.5rem;

  }

  .about-us-side-menu {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .about-us-side-menu-active {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .about-us-new-des {
    font-size: 0.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .about-us-new-title {
    font-size: 1.4rem;
  }

  .about-us-new-text {
    font-size: 1.4rem;
    line-height: 1.5rem;

  }

  .about-us-side-menu {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .about-us-side-menu-active {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .about-us-new-des {
    font-size: 0.6rem;
  }
}





/*============================================================================================================================
                                                Annual Reports
============================================================================================================================*/

.annual-reports {
  position: fixed;
  z-index: 1000;
  right: 10px;
  font-size: 0.9rem;
}

.report-heading {
  top: -200px;
  position: relative;
}

.reports-panel {
  padding-top: 80px;
}

@media only screen and (max-width: 1200px) {
  .annual-reports {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 1000px) {
  .annual-reports {
    font-size: 0.7rem;
  }

  .report-heading {
    top: -170px;
  }

  .reports-panel {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 800px) {
  .annual-reports {
    font-size: 0.6rem;
  }

  .report-heading {
    top: -160px;
  }

  .reports-panel {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .annual-reports {
    font-size: 0.6rem;
  }

  .report-heading {
    top: -100px;
  }

  .reports-panel {
    padding-top: 0px;
  }

  .video-desktop {
    display: none;
  }

  .video-mobile {
    display: block;
  }
}

@media only screen and (min-width: 601px) {
  .video-desktop {
    display: block;
  }

  .video-mobile {
    display: none;
  }
}