/*COLORS*/
/*FONTS*/
.dark {
  color: #4b4b4b !important;
}

.semiDark {
  color: #666666 !important;
}

.maroon {
  color: #c70000 !important;
}

.yellow {
  color: #febb17 !important;
}

.blue {
  color: #06344e !important;
}

.sc-about-us,
.sc-values,
.sc-vision-mission,
.sc-supply,
.sc-gallery,
.sc-gallery-page,
.sc-about-us-page,
.sc-ethics-page,
.sc-contact-us-page,
.footer-wrapper,
.sc-health-safety-page,
.sc-management-structure-page,
.sc-resources-page,
.sc-vision-mission-page {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.top-page-wrapper {
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #f2f4f5));
  background: linear-gradient(90deg, #ffffff 50%, #f2f4f5 50%);
}
.top-page-wrapper .top-banner {
  height: 100vh;
  width: 100%;
  background: url("../../../images/top-bg.jpg");
  background-size: cover;
}
.top-page-wrapper .top-banner .caption {
  height: 100vh;
  padding: 3rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.top-page-wrapper .top-banner .caption .heading-1,
.top-page-wrapper .top-banner .caption .heading-2 {
  padding: 5px 30px;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 73px;
}
.top-page-wrapper .top-banner .caption.heading-1 {
  margin-top: 70px;
}

.dash-line {
  height: 2px;
  width: 70px;
  background-color: #febb17;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0.25rem auto 0;
}

.sc-values .wprt-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
}
.sc-values .icon-wrap {
  border-radius: 100%;
  display: inline-block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  background-color: #febb17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
}
.sc-values .icon-wrap i {
  font-size: 24px;
  color: #ffffff;
}
.sc-values .dd-title h5 {
  font-weight: 500;
}
.sc-values .dd-title a {
  color: #4b4b4b;
}

.sc-supply .icon-wrap {
  border-radius: 100%;
  display: inline-block;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  text-align: center;
  background-color: #febb17;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1rem;
}
.sc-supply .icon-wrap img {
  width: 60%;
}
.sc-supply .dd-title {
  font-size: 16px;
  margin-bottom: 0;
}

.para-text {
  color: #666666;
}

.aboutus-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 70px;
  overflow: hidden;
  padding-top: 70px;
  width: calc(100% - 70px);
}

.aboutus-wrapper .bg-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px 70px 70px;
  width: 100%;
}

.aboutus-wrapper .aboutus-img {
  margin-top: -160px;
  max-width: 555px;
  width: 50% img;
  width-aspect-ratio: 4/6;
  width-object-fit: cover;
}

.aboutus-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  padding-left: 70px;
  position: relative;
  width: 50%;
  z-index: 1;
}

.aboutus-content .text-big {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}

.aboutus-content .text-with-line {
  margin-bottom: 8px;
}

.aboutus-content .text-with-line:before {
  content: none;
}

.aboutus-content .sc-title {
  margin-bottom: 25px;
}

.aboutus-content .detail-btn {
  background: #fff;
  border: 2px solid #ddd;
  color: #fff;
}

.aboutus-text {
  position: absolute;
  right: -80px;
  top: 110px;
}

.sc-title h3 {
  color: #4b4b4b;
  font-weight: 500;
}

.dd-title {
  font-weight: 500;
}

.sc-vision-mission {
  background-image: url("../../../images/vision.jpg");
  background-attachment: fixed;
  background-position: 50% 100%;
  position: relative;
}
.sc-vision-mission:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 52, 78, 0.75);
}
.sc-vision-mission .sc-title {
  background: rgba(255, 255, 255, 0.25);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.sc-vision-mission .sc-title h3,
.sc-vision-mission .sc-title .para-text {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.gallery-slider .item,
.sc-gallery-page .item {
  padding: 1rem;
}
.gallery-slider .isBGImg img,
.sc-gallery-page .isBGImg img {
  aspect-ratio: 3/3.5;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-slider .slick-prev:before,
.gallery-slider .slick-next:before,
.sc-gallery-page .slick-prev:before,
.sc-gallery-page .slick-next:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gallery-slider .slick-next:before,
.sc-gallery-page .slick-next:before {
  content: "\f285";
}
.gallery-slider .slick-prev:before,
.sc-gallery-page .slick-prev:before {
  content: "\f284";
}
.gallery-slider .slick-prev,
.sc-gallery-page .slick-prev {
  left: 0rem;
}
.gallery-slider .slick-next,
.sc-gallery-page .slick-next {
  right: 0rem;
}
.gallery-slider .slick-prev,
.gallery-slider .slick-next,
.sc-gallery-page .slick-prev,
.sc-gallery-page .slick-next {
  background: #febb17;
  z-index: 1;
  padding: 0.1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.gallery-slider .slick-prev:hover,
.gallery-slider .slick-next:hover,
.sc-gallery-page .slick-prev:hover,
.sc-gallery-page .slick-next:hover {
  background: #06344e;
}
.gallery-slider figure,
.sc-gallery-page figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.gallery-slider figure img,
.sc-gallery-page figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}
.gallery-slider figure figcaption,
.sc-gallery-page figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-slider figure figcaption::before,
.gallery-slider figure figcaption::after,
.sc-gallery-page figure figcaption::before,
.sc-gallery-page figure figcaption::after {
  pointer-events: none;
}
.gallery-slider figure h5,
.sc-gallery-page figure h5 {
  margin: 0;
}
.gallery-slider figure h5:hover a,
.sc-gallery-page figure h5:hover a {
  text-decoration: underline;
  color: #fff;
}
.gallery-slider .effect-sadie figcaption::before,
.sc-gallery-page .effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(72, 76, 97, 0)), color-stop(75%, rgba(72, 76, 97, 0.8)));
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.gallery-slider .effect-sadie h5,
.sc-gallery-page .effect-sadie h5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  font-weight: 400;
}
.gallery-slider .effect-sadie figcaption::before,
.sc-gallery-page .effect-sadie figcaption::before {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.gallery-slider .effect-sadie:hover h5,
.sc-gallery-page .effect-sadie:hover h5 {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
}
.gallery-slider .effect-sadie:hover figcaption::before,
.sc-gallery-page .effect-sadie:hover figcaption::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn-danger {
  background-color: #c70000;
  border-color: #c70000;
}

.security-services {
  position: relative;
  overflow: hidden;
}
.security-services figure {
  margin-bottom: 0 !important;
  margin-right: 2rem;
  min-width: 120px;
  margin-top: -2rem;
}
.security-services figure img {
  max-height: 120px;
}
.security-services .ss-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.security-services .ss-wrap:after {
  content: "";
  background: #dc3545;
  height: 40px;
  width: 50%;
  right: -47%;
  bottom: -4px;
  position: absolute;
  z-index: 0;
}
.security-services .ss-wrap .ss-link {
  margin-bottom: -4px;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 0.5rem 1rem;
  min-height: 40px;
}
.security-services .ss-wrap .ss-link:after {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #dc3545 transparent;
}
.security-services .ss-wrap .ss-link a {
  font-size: 16px;
}

@media (max-width: 1199.98px) {
  .aboutus-wrapper {
    margin-left: 50px;
    width: calc(100% - 50px);
  }
  .aboutus-wrapper .bg-white {
    padding: 50px;
  }
  .aboutus-content {
    padding-left: 50px;
  }
  .aboutus-text {
    right: -260px;
  }
  .aboutus-text img {
    width: 50%;
  }
  .aboutus-content .text-big {
    font-size: 40px;
  }
  .footer-navigation {
    padding-right: 0 !important;
  }
  .contact-us-wrap .contact-info {
    width: 40% !important;
  }
}
@media (max-width: 991.98px) {
  .header-rt .dropdown .dropdown-toggle {
    display: none;
  }
  .header-rt .dropdown .dropdown-menu.dropdown-menu-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    border: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
  }
  .header-rt a {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }
  .aboutus-wrapper .bg-white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutus-wrapper .aboutus-img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    width: 100%;
  }
  .aboutus-wrapper .aboutus-content {
    max-width: 100%;
    padding-left: 0;
    width: 100%;
  }
  .aboutus-text {
    bottom: 0;
    top: inherit;
  }
}
@media (max-width: 768.98px) {
  .footer-wrapper .footer-navigation {
    padding-right: 0;
  }
  .contact-us-wrap .contact-info {
    padding: 1rem 1rem 1rem 1rem !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
  }
  .contact-us-wrap .contact-info:after {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  .contact-us-wrap .contact-info p {
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  .para-text {
    text-align: justify;
  }
  header {
    min-height: 80px !important;
  }
  header .logo img {
    vertical-align: inherit;
    height: 45px;
  }
  header .logo .logo-text {
    font-size: 14px !important;
  }
  .top-page-wrapper .top-banner .caption {
    padding: 10px;
  }
  .top-page-wrapper .top-banner .caption .heading-1,
  .top-page-wrapper .top-banner .caption .heading-2 {
    font-size: 20px;
    min-height: auto;
  }
  .aboutus-wrapper {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .aboutus-wrapper .bg-white {
    padding: 20px;
  }
  .sc-about-us {
    padding: 3rem 0 3rem;
  }
  .aboutus-content .text-big {
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .aboutus-wrapper .bg-white {
    width: calc(100% - 20px);
  }
  .aboutus-text {
    right: -315px;
  }
  .aboutus-text img {
    width: 35%;
  }
  .banner-caption {
    max-width: calc(100% - 5rem);
  }
  .banner-caption h1 {
    font-size: 20px !important;
  }
  .banner-caption p {
    font-size: 16px !important;
  }
  .sc-values .wprt-icon-box {
    position: relative;
  }
  .sc-values .icon-wrap {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sc-values .content-wrap .dd-title {
    padding-left: 4.5rem;
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc-values .content-wrap .para-text {
    text-align: justify;
  }
  .sc-vision-mission .row [class*=col-] {
    margin-bottom: 1rem;
  }
  .sc-title h3 {
    font-size: 20px;
  }
  .sc-supply .row [class*=col-] .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.5rem !important;
  }
  .sc-supply .icon-wrap {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .sc-supply .dd-title {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
  }
  .footer-wrapper .sc-title {
    margin-bottom: 2rem !important;
  }
  .footer-wrapper .sc-title h5 {
    text-align: center;
  }
  .footer-wrapper .dash-line.ms-0 {
    margin-left: auto !important;
  }
  .footer-wrapper .col-md-5 {
    margin-top: 2rem;
  }
  .footer-wrapper .footer-navigation {
    margin-bottom: 2rem;
  }
  .footer-wrapper figure.pe-4 {
    padding-right: 0 !important;
    text-align: center;
  }
  .footer-wrapper figure.pe-4 img {
    max-width: 75%;
  }
  .sub-banner {
    height: 220px !important;
  }
  .sc-about-us,
  .sc-values,
  .sc-vision-mission,
  .sc-supply,
  .sc-gallery,
  .sc-gallery-page,
  .sc-about-us-page,
  .sc-ethics-page,
  .sc-contact-us-page,
  .footer-wrapper,
  .sc-health-safety-page,
  .sc-management-structure-page,
  .sc-resources-page,
  .sc-vision-mission-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sc-gallery-page .item {
    padding: 0.5rem !important;
  }
  .sc-gallery-page .item figure {
    margin-bottom: 0;
  }
  .sc-gallery-page .item .isBGImg img {
    aspect-ratio: 3/3;
  }
  .sc-health-safety-page h2,
  .sc-resources-page h2,
  .sc-management-structure-page h2 {
    font-size: 20px;
  }
  .nav-menu.active {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .security-services figure {
    margin-right: 0rem;
    min-width: 90px;
  }
  .security-services figure img {
    max-height: 75px;
  }
  .security-services .ss-wrap .ss-link {
    padding: 0.5rem 0.25rem;
  }
  .security-services .ss-wrap .ss-link a {
    font-size: 14px;
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  color: #4b4b4b;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* custom scrollbar  */
::-webkit-scrollbar {
  width: 6px !important;
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  height: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background: #febb17 !important;
  height: 6px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #febb17 !important;
  height: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

a {
  color: #4b4b4b;
}

a,
button {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  word-break: break-word;
  word-wrap: break-word;
}
a:hover,
button:hover {
  opacity: 0.8;
  text-decoration: none;
}

section {
  clear: both;
}

p {
  word-break: break-word;
  word-wrap: break-word;
}

.topTop {
  font-size: 32px;
  line-height: 50px;
  position: fixed;
  z-index: 8;
  right: 15px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  color: #ffffff;
  border-radius: 50%;
  background-color: #c70000;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
}
.topTop:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../../../images/goto-top.png") no-repeat;
}
.topTop:hover {
  background-color: #febb17;
  color: #ffffff;
}

.img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.isBGImg {
  display: block;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.isBGImg img {
  visibility: hidden;
}

.hamburger {
  display: none;
}
.hamburger .bar {
  width: 1.5rem;
  height: 3px;
  display: block;
  color: #ffffff;
  padding: 0;
  margin: 8px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #febb17;
}
.hamburger .bar:nth-child(1) {
  width: 15px;
}
.hamburger .bar:nth-child(2) {
  width: 25px;
}
.hamburger .bar:nth-child(3) {
  width: 35px;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  min-height: 150px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  top: 0;
  z-index: 999;
}
header .header-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-rt a {
  color: #4b4b4b;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-transform: uppercase;
  font-weight: 500;
}
header .header-rt a:hover {
  opacity: 0.8;
  color: #febb17;
  background: transparent;
}
header .header-rt a.active {
  color: #febb17 !important;
  background: transparent;
}
header .header-rt .dropdown .dropdown-menu {
  margin-top: 13px !important;
  border: 0;
  border-radius: 0;
  border-top: 3px solid #eeb350;
}
header .logo {
  max-height: 135px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .logo img {
  vertical-align: baseline;
  max-height: 100px;
}
header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #06344e;
}
header .logo .logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #05344d;
}

header.header-top-sticky {
  -webkit-box-shadow: 0px 1px 6px #d9d9d9;
          box-shadow: 0px 1px 6px #d9d9d9;
}

.sc-banner {
  margin-top: 150px;
  margin-bottom: 0 !important;
}
.sc-banner .slick-dots {
  bottom: 20px;
  z-index: 3;
}
.sc-banner .slick-dots li button {
  background: #ffffff;
  border-radius: 100%;
  height: 14px;
  width: 14px;
}
.sc-banner .slick-dots li button:before {
  background: transparent;
  content: "";
}
.sc-banner .slick-dots li.slick-active button {
  background: #febb17;
}
.sc-banner .slick-prev:before,
.sc-banner .slick-next:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sc-banner .slick-next:before {
  content: "\f285";
}
.sc-banner .slick-prev:before {
  content: "\f284";
}
.sc-banner .slick-prev {
  left: 1rem;
}
.sc-banner .slick-next {
  right: 1rem;
}
.sc-banner .slick-prev,
.sc-banner .slick-next {
  background: #febb17;
  z-index: 1;
  padding: 0.1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.sc-banner .slick-prev:hover,
.sc-banner .slick-next:hover {
  background: #06344e;
}
.sc-banner .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sc-banner .slick-slide figure {
  position: relative;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc-banner .slick-slide figure:after {
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.sc-banner .slick-slide .banner-caption {
  position: absolute;
  z-index: 2;
  padding: 1rem 1rem 1rem 1rem;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}
.sc-banner .slick-slide .banner-caption h1 {
  font-size: 46px;
}
.sc-banner .slick-slide .isBGImg {
  max-height: calc(100vh - 120px);
  background-size: cover;
  width: 100%;
}

footer {
  background: #06344e;
  color: #ffffff;
}
footer a {
  color: #ffffff !important;
  text-decoration: none;
  font-size: 14px;
}
footer a.active {
  color: #febb17 !important;
}
footer a:hover {
  color: #febb17 !important;
}
footer h5 {
  font-weight: 500;
}
footer .footer-address p {
  margin-bottom: 5px;
  font-size: 14px;
}
footer .footer-address a:hover {
  color: #ffffff;
  text-decoration: none !important;
}
footer .footer-address h6 {
  font-weight: 500;
}
footer figure p {
  font-size: 14px;
}
footer figure p br {
  display: none;
}

.footer-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -0.5rem;
  padding-right: 2rem;
}
.footer-navigation .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-navigation .nav a {
  padding: 0.5rem 0;
  font-size: 14px;
}

.copyright {
  border-top: 1px solid #325c73;
  margin-bottom: 0;
  font-size: 12px;
  padding: 20px 1rem;
  text-align: center;
}

.sub-banner {
  position: relative;
  z-index: 1;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
}
.sub-banner:before {
  position: absolute;
  background-size: cover;
  background-position: center;
  -webkit-filter: brightness(30%);
          filter: brightness(30%);
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}
.sub-banner.about-us-bg:before {
  background: url("../../../images/sub-banner.jpg");
  background-size: cover;
  background-position: center;
}

.contact-us-wrap {
  overflow: hidden;
  position: relative;
}
.contact-us-wrap h5 {
  color: #06344e;
}
.contact-us-wrap .contact-info {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 1rem 1rem 1rem 1rem;
  z-index: 1;
  width: 35%;
  height: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-us-wrap .contact-info:after {
  content: "";
  position: absolute;
  background: #febb17;
  width: 125%;
  height: calc(100% - 7px);
  top: 0;
  right: -15%;
  z-index: -1;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.sc-health-safety-page .bi-circle-fill {
  font-size: 10px;
}

.sc-sitemap-page a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sc-sitemap-page a:hover {
  color: #eba826 !important;
  font-weight: 600;
}

.fancybox-caption:after {
  content: none !important;
}

.pagination .page-item {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination .page-item:hover {
  background: #febb17;
}
.pagination .page-item.active a {
  background: #febb17;
}
.pagination .page-item a {
  border: 0;
  color: white;
  background: #06344e;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 !important;
}
.pagination .page-item a:hover {
  background: #febb17;
  color: white;
}
.custom-bg-primary {
  background-color: #05344d;
  color: white;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 992px) {
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 999;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    width: 35px;
  }
  .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    width: 35px;
  }
  .nav-menu {
    width: 100%;
    height: 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: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    right: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
  }
  .nav-menu.active {
    right: 0;
    z-index: 100;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    background: #113b50;
  }
  .nav-menu a {
    padding: 1rem;
    color: #ffffff !important;
  }
  .sub-banner {
  margin-top :95px;
  }
}
@media (max-width: 575.98px) {
  .sc-banner {
    margin-top: 60px;
  }
  .sub-banner {
  margin-top :95px;
  }
  footer .footer-wrapper .col-md-5 {
    text-align: center;
  }
  footer .footer-address .row [class*=col-] {
    border-left: 0;
    padding: 15px 0;
    border-bottom: 1px solid #325c73;
  }
  footer .footer-address .row [class*=col-]:first-child {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
  footer .footer-address .row [class*=col-]:last-child {
    border-right: 0;
    border-bottom: 0;
  }
  .footer-navigation li {
    margin-bottom: 10px;
  }
}