html {
  font-size: 16px; }
  html body {
    overflow-x: hidden !important; }

.overflow-hidden {
  overflow-y: hidden !important; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

p {
  font-size: 1rem; }

a:hover {
  text-decoration: none; }

* {
  outline: none; }
  *:focus {
    outline: none; }

.overflow-y-scroll {
  overflow-y: scroll; }

.toupper {
  text-transform: uppercase !important; }

.seperator {
  width: 80%;
  height: 1px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .seperator.grey {
    background: #D8D8D8; }

.add-border-bottom {
  border-bottom: 1px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 40px; }

.lato {
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important; }
  .lato * {
    font-family: 'Lato', sans-serif;
    font-weight: 400; }

.limit-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical; }

.lato-bold {
  font-family: 'Lato', sans-serif !important;
  font-weight: 700 !important; }
  .lato-bold * {
    font-family: 'Lato', sans-serif;
    font-weight: 700; }

.lato-black {
  font-family: 'Lato', sans-serif !important;
  font-weight: 900 !important; }
  .lato-black * {
    font-family: 'Lato', sans-serif;
    font-weight: 900; }

.font-primary {
  color: #89202A; }
  .font-primary * {
    color: #89202A; }

.font-secondary {
  color: #fff !important; }
  .font-secondary * {
    color: #fff; }

.font-light-grey {
  color: #ADADAD; }
  .font-light-grey * {
    color: #ADADAD; }

.font-white {
  color: #fff; }
  .font-white * {
    color: #fff; }

.custom-upld-btn.alone .custom-upl-btn {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%); }
  .custom-upld-btn.alone .custom-upl-btn input {
    display: none; }
.custom-upld-btn.alone a {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%); }

.social-ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .social-ul li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px; }
    .social-ul li:first-child {
      margin-left: 0px; }
    .social-ul li:last-child {
      margin-right: 0px; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 35;
  padding-top: 10px;
  padding-bottom: 10px; }
  .header img.logo {
    height: 200px; }
  .header .right-side {
    padding-top: 40px; }
  .header .hamburger {
    cursor: pointer; }

.menu-full {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #89202A;
  z-index: -1;
  transition: all 0.3s ease-in-out; }
  .menu-full ul {
    list-style-type: none;
    padding: 0;
    padding-top: 100px;
    margin: 0; }
    .menu-full ul li {
      padding: 10px 0px; }
      .menu-full ul li a {
        font-size: 45px; }
        .menu-full ul li a:hover {
          color: #fff; }
  .menu-full .top img {
    position: absolute;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .menu-full.open {
    opacity: 1;
    z-index: 150;
    transition: all 0.3s ease-in-out; }

.custom-slick-arrows-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  z-index: 30;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .custom-slick-arrows-center img {
    width: 15px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.lightbox-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out; }
  .lightbox-container.show {
    opacity: 1;
    z-index: 100; }
  .lightbox-container .wrapper {
    height: 70vh; }
  .lightbox-container .top {
    position: absolute;
    top: 0;
    left: 0;
    height: 15vh;
    width: 100%;
    z-index: 30; }
    .lightbox-container .top img {
      position: absolute;
      bottom: 15px;
      right: 0;
      cursor: pointer; }
  .lightbox-container .top-left {
    position: absolute;
    top: 0;
    left: 0;
    height: 15vh;
    width: 100%;
    z-index: 20; }
    .lightbox-container .top-left h4 {
      position: absolute;
      bottom: 15px;
      left: 0;
      font-size: 26px; }
      .lightbox-container .top-left h4 span {
        font-size: 28px;
        margin-right: 10px; }
  .lightbox-container .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 70vh; }
    .lightbox-container .inside .left img {
      width: auto;
      height: 18px; }
    .lightbox-container .inside .right {
      right: 0;
      transform: rotate(180deg) translateY(-50%);
      margin-top: -45px; }
      .lightbox-container .inside .right img {
        width: auto;
        height: 18px; }
    .lightbox-container .inside img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .lightbox-container .inside video {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.media-item {
  margin-bottom: 30px; }
  .media-item .media-inside {
    position: relative;
    z-index: 10;
    height: 250px;
    cursor: pointer; }
    .media-item .media-inside .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      background: rgba(0, 0, 0, 0);
      z-index: 20;
      transition: all 0.3s ease-in-out; }
      .media-item .media-inside .overlay:hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4);
        transition: all 0.3s ease-in-out; }
    .media-item .media-inside img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor: pointer;
      position: relative;
      z-index: 10; }

.rounded-button {
  font-size: 14px;
  border-radius: 25px;
  padding: 5px 40px;
  transition: all 0.2s ease-in-out; }
  .rounded-button.primary {
    background: #990D1A;
    color: #fff;
    border: 2px solid #990D1A;
    transition: all 0.2s ease-in-out; }
    .rounded-button.primary:hover {
      color: #990D1A;
      border: 2px solid #990D1A;
      background: #fff;
      transition: all 0.2s ease-in-out; }
  .rounded-button.transparent {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: all 0.2s ease-in-out; }
    .rounded-button.transparent:hover {
      color: #89202A;
      background: #fff;
      border: 2px solid #89202A;
      transition: all 0.2s ease-in-out; }

#map {
  height: 550px; }

.contact-form h5 {
  font-size: 30px; }
.contact-form input {
  width: 100%;
  background: #fff;
  outline: none;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
  border: 1px solid #EBEBEB;
  font-size: 17px; }
  .contact-form input::placeholder {
    font-family: 'Lato';
    font-size: 17px; }
.contact-form textarea {
  width: 100%;
  border: 1px solid #EBEBEB;
  background: #fff;
  outline: none;
  min-height: 180px;
  max-height: 260px;
  max-width: 100%;
  min-width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  font-size: 14px; }
  .contact-form textarea::placeholder {
    font-family: 'Lato';
    font-size: 14px; }

.contact-details .content {
  width: 100%;
  height: 100%;
  background: #F2EFEF; }
  .contact-details .content h5 {
    font-size: 24px; }
  .contact-details .content p {
    font-size: 18px; }
  .contact-details .content a {
    color: #000;
    transition: all 0.2s ease-in-out; }
    .contact-details .content a:hover {
      color: #89202A;
      transition: all 0.2s ease-in-out; }

.f18 {
  font-size: 18px; }
  .f18 * {
    font-size: 18px; }

.f25 {
  font-size: 25px; }
  .f25 * {
    font-size: 25px; }

.slick-red-wrapper {
  background: rgba(153, 13, 26, 0.8);
  padding-left: 100px;
  padding-right: 100px; }
  .slick-red-wrapper .inside-slick p.date {
    font-size: 22px; }
  .slick-red-wrapper .inside-slick h5 {
    font-size: 28px; }
  .slick-red-wrapper .inside-slick p {
    font-size: 22px; }
  .slick-red-wrapper .slick-dots {
    bottom: -40px !important; }
  .slick-red-wrapper a.rounded-button {
    background: #fff;
    border: 1px solid #89202A;
    color: #89202A; }
    .slick-red-wrapper a.rounded-button:hover {
      border: 1px solid #89202A;
      background: #89202A;
      color: #fff; }

.home-red-wrapper {
  padding-left: 30px;
  padding-right: 30px; }

.banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 20; }
  .banner.small {
    height: 80vh; }
  .banner.large {
    height: 100vh; }
  .banner .overlay-dark {
    position: absolute;
    z-index: 28;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0; }
  .banner .overlay-gradient-white {
    position: absolute;
    z-index: 29;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    background: #134657;
    background: linear-gradient(360deg, rgba(19, 70, 87, 0) 0%, rgba(255, 255, 255, 0.55) 100%); }
  .banner .align-bottom {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 30; }
  .banner .content {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 35; }
    .banner .content.small {
      width: 50%; }
    .banner .content.dont-center {
      position: absolute;
      top: 100px;
      transform: translateX(-50%); }
  .banner h1 {
    font-size: 70px; }
  .banner h5 {
    font-size: 25px; }

.slick-homepage .content h1 {
  position: relative;
  padding-bottom: 40px; }
  .slick-homepage .content h1.add-underline:after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 5px;
    background: #fff; }
.slick-homepage .content p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  font-size: 22px; }

.slick-homepage .slick-dots li button {
  padding: 0 !important; }
.slick-homepage .slick-dots {
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  display: inline;
  z-index: 100;
  width: auto; }
.slick-homepage .slick-dots li button:before {
  opacity: 1;
  color: transparent;
  font-size: 6px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px; }
.slick-homepage .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fff;
  font-size: 6px;
  background: #fff; }
.slick-homepage .slick-list,
.slick-homepage .slick-track {
  height: 100%; }

.boredered-text {
  background: #fff;
  border: 4px solid #89202A;
  padding: 40px; }
  .boredered-text .left img {
    width: 70px; }
  .boredered-text .right h2 {
    font-size: 32px; }
  .boredered-text .right h3 {
    font-size: 26px; }
  .boredered-text.push-upper {
    margin-top: -120px; }

.mission-vision img.background {
  height: 570px;
  object-fit: cover; }

.red-text {
  margin-top: -140px; }
  .red-text .inside {
    background: #89202A;
    padding-bottom: 130px; }
    .red-text .inside p {
      font-size: 19px;
      line-height: 1.8; }

.album-single {
  margin-bottom: 30px; }
  .album-single img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    position: relative;
    z-index: 10; }
  .album-single .overlay {
    position: absolute;
    z-index: 20;
    left: 15px;
    bottom: 0;
    width: calc(100% - 30px);
    height: 25%;
    background: rgba(0, 0, 0, 0.6); }
    .album-single .overlay h5 {
      font-size: 26px; }
    .album-single .overlay a {
      font-size: 12px;
      padding: 7px 25px; }
    .album-single .overlay .text-left img {
      width: 30px;
      height: auto;
      object-fit: contain; }
    .album-single .overlay .text-left p {
      font-size: 17px; }

.pills ul {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .pills ul li {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px; }
    .pills ul li:first-child {
      margin-left: 0px; }
    .pills ul li:last-child {
      margin-right: 0px; }
    .pills ul li a {
      display: block;
      color: #000;
      background: #F2EFEF;
      border: 1px solid #F2EFEF;
      border-radius: 25px;
      padding: 10px 32px;
      transition: all 0.3s ease-in-out;
      -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0);
      -moz-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0);
      box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0); }
    .pills ul li.active a {
      background: #fff;
      color: #89202A;
      border: 1px solid #89202A;
      -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
      transition: all 0.3s ease-in-out; }
    .pills ul li:hover a {
      background: #fff;
      color: #89202A;
      border: 1px solid #89202A;
      -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.75);
      transition: all 0.3s ease-in-out; }

.subsidiaries .inside {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -240px;
  border-top: 10px solid #89202A;
  background: #fff;
  position: relative;
  z-index: 30; }
  .subsidiaries .inside .grid-item {
    padding-left: 65px;
    padding-right: 65px;
    margin-bottom: 40px; }
    .subsidiaries .inside .grid-item .content {
      border: 2px solid #B7B7B7;
      border-radius: 25px;
      height: 230px;
      position: relative; }
      .subsidiaries .inside .grid-item .content img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        height: 180px;
        object-fit: contain;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .subsidiaries .inside .grid-item a {
      color: #000;
      font-size: 18px;
      transition: all 0.2s ease-in-out; }
      .subsidiaries .inside .grid-item a:hover {
        color: #89202A;
        transition: all 0.2s ease-in-out; }
    .subsidiaries .inside .grid-item p {
      color: #000;
      font-size: 18px; }
  .subsidiaries .inside:before {
    height: 230px;
    left: 0;
    top: 0;
    width: 10px;
    background: #89202A;
    position: absolute;
    content: '';
    z-index: 30; }
  .subsidiaries .inside:after {
    height: 230px;
    right: 0;
    top: 0;
    width: 10px;
    background: #89202A;
    position: absolute;
    content: '';
    z-index: 30; }

.news-details img {
  width: 100%; }
.news-details .right-side {
  margin-top: 100px; }
  .news-details .right-side .content {
    background: #89202A; }
    .news-details .right-side .content p {
      font-size: 18px; }
    .news-details .right-side .content p.date {
      font-size: 15px; }
    .news-details .right-side .content h5 {
      font-size: 34px; }
    .news-details .right-side .content a {
      font-size: 12px; }

.related h4 {
  position: relative;
  padding-left: 50px; }
  .related h4:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: #89202A; }

.news-box {
  margin-bottom: 15px; }
  .news-box .content {
    background: #89202A; }
    .news-box .content img {
      width: 100%;
      height: 250px;
      object-fit: cover; }
    .news-box .content p {
      font-size: 1rem; }
    .news-box .content h5 {
      font-size: 1.3rem; }
      .news-box .content h5 a {
        font-size: 1.3rem; }
        .news-box .content h5 a:hover {
          color: #fff; }
    .news-box .content a {
      font-size: 12px; }

.max-w-100 {
  max-width: 100%; }

.pagination-container {
  background: #F2EFEF;
  border-radius: 45px;
  max-width: 100%;
  overflow-x: scroll;
  padding: 0px 10px;
  /* Optional: show position indicator in red */ }
  .pagination-container::-webkit-scrollbar {
    display: none;
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */ }
  .pagination-container::-webkit-scrollbar-thumb {
    display: none;
    background: transparent; }
  .pagination-container .pagination {
    height: 100%;
    margin: 0; }
    .pagination-container .pagination li:first-child {
      display: none; }
    .pagination-container .pagination li:last-child {
      display: none; }
    .pagination-container .pagination li:nth-last-child(2) {
      margin-right: 0px; }
    .pagination-container .pagination li span {
      border-radius: 50%;
      width: 38px;
      height: 38px;
      font-family: 'Roboto', sans-serif !important;
      font-weight: 400 !important; }
    .pagination-container .pagination li a {
      border-radius: 50%;
      width: 38px;
      height: 38px;
      color: #000;
      font-family: 'Roboto', sans-serif !important;
      font-weight: 400 !important;
      border: none; }
    .pagination-container .pagination .page-item .page-link {
      background: #F2EFEF; }
    .pagination-container .pagination .page-item.active .page-link {
      background: #fff;
      border: 1px solid #89202A;
      color: #000; }

.footer {
  background: #000000;
  padding: 80px 120px; }
  .footer .social-ul img {
    width: 35px; }
  .footer .links-container a {
    font-size: 16px;
    color: #7F7F7F;
    transition: all 0.2s ease-in-out; }
    .footer .links-container a:hover {
      color: #fff;
      transition: all 0.2s ease-in-out; }
    .footer .links-container a.active {
      color: #fff; }
  .footer .copyrights {
    margin-top: 80px; }
    .footer .copyrights p {
      color: #7F7F7F;
      font-size: 16px; }

.careers h5 {
  font-size: 36px;
  position: relative; }
  .careers h5 button {
    width: 100%;
    text-align: left;
    background: transparent;
    z-index: 40;
    position: relative; }
  .careers h5 span {
    right: 15px;
    position: absolute;
    top: 50%;
    z-index: 30;
    width: 20px;
    transform: translateY(-50%) rotate(180deg);
    height: 20px;
    background-image: url(../img/arrow-2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out; }
    .careers h5 span.active {
      transform: translateY(-50%) rotate(0deg);
      transition: all 0.2s ease-in-out; }
.careers h6 {
  font-size: 24px; }
.careers .grey-section .content {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F2EFEF; }

#accordion .card-header {
  background: #fff;
  border-radius: 0px;
  border: none; }
#accordion .card {
  border-radius: 0px;
  border-left: 3px solid #89202A !important;
  border-bottom: 3px solid #89202A !important; }
#accordion .btn-link {
  color: #89202A;
  font-size: 27px;
  padding-left: 0px; }
  #accordion .btn-link:hover {
    color: #000;
    text-decoration: none; }
#accordion .custom-upld-btn {
  width: 100%;
  height: 60px;
  border: 1px solid #EBEBEB; }
#accordion .card-body p, #accordion .card-body li {
  font-size: 23px; }

.add-border {
  border-right: 1px solid #7F7F7F; }

.custom-upld-btn {
  width: 60%;
  height: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  /***** Example custom styling *****/ }
  .custom-upld-btn label.myLabel input[type="file"] {
    position: absolute;
    opacity: 0; }
  .custom-upld-btn p {
    font-size: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    color: #888888;
    transform: translateY(-50%);
    left: 20px; }
  .custom-upld-btn .myLabel {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #89202A;
    border-radius: 25px;
    padding: 5px 30px;
    color: #fff;
    background: #89202A;
    display: inline-block; }
  .custom-upld-btn .myLabel:active {
    background: #CCF; }
  .custom-upld-btn .myLabel :invalid + span {
    color: #fff;
    font-size: 12px; }
  .custom-upld-btn .myLabel :valid + span {
    color: #fff;
    font-size: 12px; }

.ql-align-justify {
  text-align: justify; }

.ql-align-right {
  text-align: right; }

.ql-align-left {
  text-align: left; }

.ql-align-center {
  text-align: center; }

.sub-item {
  margin-bottom: 50px; }
  .sub-item img {
    margin-bottom: 3px;
    width: 100%;
    height: 350px;
    object-fit: cover; }
  .sub-item .title-box {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000;
    border-bottom: 4px solid #89202A; }

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