:root {
  --typ1-FontSize:16px;
}

picture {
  display: inline-block;
}

.newsandevents-list {
  padding-top: 60px;
}

.newsandevents-details {
  padding: 60px 0;
}
.newsandevents-details .container {
  /* Thumbnail styles */
  /* Iframe wrapper - maintains aspect ratio */
}
.newsandevents-details .container .inner .hd-typ4 {
  margin-bottom: 40px;
}
.newsandevents-details .container .inner .newsandevent-img {
  margin-bottom: 30px;
}
.newsandevents-details .container .inner .newsandevent-img picture {
  display: block;
}
.newsandevents-details .container .inner .newsandevent-img picture img {
  width: 100%;
}
.newsandevents-details .container .inner .txt p {
  font-weight: 300;
  color: #6F6F6F;
  margin: 20px 0 0 0;
  font-size: var(--typ1-FontSize);
  font-family: "Poppins", sans-serif;
}
.newsandevents-details .container .inner .txt p:first-child {
  margin-top: 0;
}
.newsandevents-details .container .inner .txt p strong {
  font-size: calc(var(--typ1-FontSize) + 2px);
  font-weight: 600;
}
.newsandevents-details .container .inner .txt p b {
  font-weight: 500;
}
.newsandevents-details .container .inner .list {
  margin: 20px 0 0 0;
}
.newsandevents-details .container .inner .list + .txt {
  margin-top: 20px;
}
.newsandevents-details .container .inner .list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.newsandevents-details .container .inner .list ul li {
  padding: 0 0 0 36px;
  font-weight: 300;
  color: #6F6F6F;
  margin: 20px 0 0 0;
  list-style-type: none;
  font-size: var(--typ1-FontSize);
  font-family: "Poppins", sans-serif;
  position: relative;
}
.newsandevents-details .container .inner .list ul li::before {
  left: 0;
  top: 8px;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: rgba(101, 101, 101, 0.2);
}
.newsandevents-details .container .inner .list ul li:first-child {
  margin-top: 0;
}
.newsandevents-details .container .inner .list ul li strong {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.newsandevents-details .container .video-container {
  position: relative;
  max-width: 872px;
  width: 100%;
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .newsandevents-details .container .video-container {
    margin: 60px auto 0;
  }
}
@media (min-width: 1600px) {
  .newsandevents-details .container .video-container {
    margin: 100px auto 0;
  }
}
.newsandevents-details .container .thumbnail-wrapper {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.newsandevents-details .container .custom-thumb {
  width: 100%;
  height: auto;
  display: block;
}
.newsandevents-details .container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 92px;
}
.newsandevents-details .container .iframe-wrapper {
  display: none;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.newsandevents-details .container .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgwith-newsandevents {
  padding: 60px 0;
  background: #FAFAFA;
}
.imgwith-newsandevents .container {
  position: relative;
}
.imgwith-newsandevents .container .list {
  margin: 20px 0 0 0;
}
.imgwith-newsandevents .container .list + .txt {
  margin-top: 20px;
}
.imgwith-newsandevents .container .list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.imgwith-newsandevents .container .list ul li {
  padding: 0 0 0 36px;
  font-weight: 300;
  color: #6F6F6F;
  margin: 20px 0 0 0;
  list-style-type: none;
  font-size: var(--typ1-FontSize);
  font-family: "Poppins", sans-serif;
  position: relative;
}
.imgwith-newsandevents .container .list ul li::before {
  left: 0;
  top: 8px;
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  background: rgba(101, 101, 101, 0.2);
}
.imgwith-newsandevents .container .list ul li:first-child {
  margin-top: 0;
}
.imgwith-newsandevents .container .list ul li strong {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.imgwith-newsandevents .container .inner .row {
  align-items: center;
}
.imgwith-newsandevents .container .inner .row .cols {
  margin-top: 20px;
}
.imgwith-newsandevents .container .inner .row .cols:first-child {
  margin-top: 0;
}
.imgwith-newsandevents .container .inner .row .cols .txt p {
  font-weight: 300;
  color: #6F6F6F;
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-size: var(--typ1-FontSize);
  font-family: "Poppins", sans-serif;
}
.imgwith-newsandevents .container .inner .row .cols .txt p:first-child {
  margin-top: 0;
}
.imgwith-newsandevents .container .inner .row .cols .img-bx picture {
  display: block;
}
.imgwith-newsandevents .container .inner .row .cols .img-bx picture img {
  width: 100%;
}
.imgwith-newsandevents .container .nStripe {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  position: absolute;
  bottom: -60px;
  left: 0;
}
@media (min-width: 768px) {
  .imgwith-newsandevents .container .nStripe {
    justify-content: right;
    left: 16px;
    bottom: -70px;
    padding-right: 52px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 1200px) {
  .imgwith-newsandevents .container .nStripe {
    width: calc(100% - 10px);
    left: 5px;
    bottom: -100px;
  }
}
.imgwith-newsandevents .container strong {
  font-size: calc(var(--typ1-FontSize) + 2px);
  font-weight: 600;
}
.imgwith-newsandevents .container b {
  font-weight: 500;
}

.snapshots-section {
  padding: 60px 0;
}
.snapshots-section .container .inner .top-content {
  margin-bottom: 120px;
}
.snapshots-section .container .inner .top-content .hd-typ4 {
  text-align: left;
}
.snapshots-section .slider-snapshots .slick-arrow {
  top: -62px;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.snapshots-section .slider-snapshots .slick-arrow::before {
  display: none;
}
.snapshots-section .slider-snapshots .slick-arrow .white-btn {
  display: none;
}
.snapshots-section .slider-snapshots .slick-arrow.slick-prev {
  left: 16px;
  right: auto;
}
.snapshots-section .slider-snapshots .slick-arrow.slick-next {
  left: 85px;
  right: auto;
}
.snapshots-section .slider-snapshots .slick-arrow .inner {
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.snapshots-section .slider-snapshots .slick-list {
  margin: 0 -7px;
}
.snapshots-section .slider-snapshots .slick-list.draggable {
  padding-left: 30px;
  padding-right: 60px;
}
.snapshots-section .slider-snapshots .slick-list .item {
  margin: 0 7px;
}

.stories-section {
  padding: 60px 0 60px 0;
  background: #FAFAFA;
}
.stories-section .container .inner .top-content {
  margin-bottom: 120px;
}
.stories-section .container .inner .top-content .hd-typ4 {
  text-align: left;
}
.stories-section .container .inner .stories-slider .slick-list {
  margin: 0 -15px;
}
.stories-section .container .inner .stories-slider .slick-list.draggable {
  padding-right: 60px;
}
.stories-section .container .inner .stories-slider .slick-list .slick-track {
  display: flex !important;
  margin-left: 0;
}
.stories-section .container .inner .stories-slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}
.stories-section .container .inner .stories-slider .slick-arrow {
  top: -62px;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.stories-section .container .inner .stories-slider .slick-arrow::before {
  display: none;
}
.stories-section .container .inner .stories-slider .slick-arrow .white-btn {
  display: none;
}
.stories-section .container .inner .stories-slider .slick-arrow.slick-prev {
  left: 0px;
  right: auto;
}
.stories-section .container .inner .stories-slider .slick-arrow.slick-next {
  left: 70px;
  right: auto;
}
.stories-section .container .inner .stories-slider .slick-arrow .inner {
  height: 50px;
  width: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
.stories-section .container .inner .stories-slider .item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
}
.stories-section .container .inner .stories-slider .item::before {
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #005E5C;
}
.stories-section .container .inner .stories-slider .item::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  position: absolute;
  background: #CD992B;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.stories-section .container .inner .stories-slider .item .img-box {
  overflow: hidden;
}
.stories-section .container .inner .stories-slider .item .img-box img {
  width: 100%;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}
.stories-section .container .inner .stories-slider .item .content-box {
  padding: 25px 15px 30px 15px;
}
.stories-section .container .inner .stories-slider .item .content-box .hd {
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
  font-size: --typ12-FontSize;
  font-family: "Poppins", sans-serif;
}
.stories-section .container .inner .stories-slider .item .content-box .txt {
  font-weight: 300;
  color: #6E6E6E;
  line-height: 28px;
  margin-bottom: 40px;
  font-size: --typ13-FontSize;
  font-family: "Poppins", sans-serif;
}

.social-icons-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.social-icons-wrapper .social-icons {
  display: none;
}
.social-icons-wrapper .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #0B5735;
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.social-icons-wrapper .icon:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  bottom: -10px;
  transform: translate(0, 50%);
}
.social-icons-wrapper .icon.light {
  background: rgba(3, 81, 46, 0.25);
}
.social-icons-wrapper .icon svg {
  position: relative;
  transition: transform 0.5s ease;
}
.social-icons-wrapper .icon svg path {
  transition: all 0.9s ease;
}
@keyframes criss-cross-bottom {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 50%;
    width: 10px;
    height: 10px;
  }
  100% {
    bottom: 50%;
    width: 375px;
    height: 375px;
  }
}

.footer.shw-icon .social-icons-wrapper .view-other-social svg {
  transform: rotate(45deg);
}
.footer.shw-icon .social-icons-wrapper .social-icons {
  display: block;
}

#whatsapp {
  background: linear-gradient(312deg, #CD992B 2.08%, #FFAD00 139.58%);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
#whatsapp svg path {
  fill: #ffffff;
  transition: fill 0.5s ease;
}
#whatsapp.light {
  background-color: #ffffff;
}
#whatsapp.light svg path {
  fill: #005E5C;
}
#whatsapp .inner {
  height: 40px;
  width: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}
#whatsapp .inner svg path {
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
}

.header .container .inner .header-rgt .chat {
  border-color: #0E633D;
}
.header .container .inner .header-rgt .chat .txt {
  display: none;
  text-transform: uppercase;
}

@media screen and (min-width: 369px) {
  .stories-section .container .inner .top-content .txt {
    font-size: --typ13-FontSize;
  }
}
@media screen and (min-width: 499px) {
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 100px;
    padding-right: 240px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --typ1-FontSize:16px;
  }
  .newsandevents-list {
    padding-top: 70px;
  }
  .newsandevents-details {
    padding: 70px 0;
  }
  .imgwith-newsandevents {
    padding: 70px 0;
  }
  #whatsapp {
    width: 45px;
    height: 45px;
    overflow: hidden;
  }
  #whatsapp .inner {
    height: 50px;
    width: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  #whatsapp .inner:after {
    position: absolute;
    bottom: -10px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
    transform: translate(0, 50%);
  }
  @keyframes criss-cross-bottom {
    0% {
      bottom: -10px;
    }
    50% {
      bottom: 50%;
      width: 10px;
      height: 10px;
    }
    100% {
      bottom: 50%;
      width: 375px;
      height: 375px;
    }
  }
  #whatsapp .inner svg path {
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
  }
  .social-icons-wrapper {
    bottom: calc(50% - 90px);
  }
  .social-icons-wrapper .social-icons {
    display: block;
  }
  .social-icons-wrapper .icon {
    width: 45px;
    height: 45px;
    -webkit-backdrop-filter: blur(1px);
            backdrop-filter: blur(1px);
  }
  .social-icons-wrapper .icon.view-other-social {
    display: none;
  }
  .social-icons-wrapper .icon svg {
    position: relative;
    transition: transform 0.5s ease;
  }
  .snapshots-section {
    padding: 70px 0;
  }
  .snapshots-section .container .inner .top-content {
    margin: 0 0 40px 0;
    padding-right: 130px;
  }
  .snapshots-section .slider-snapshots .slick-arrow::before {
    display: none;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-prev {
    right: 110px;
    left: auto;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-next {
    right: 40px;
    left: auto;
  }
  .snapshots-section .slider-snapshots .slick-list {
    margin: 0 -15px;
  }
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 80px;
    padding-right: 150px;
  }
  .snapshots-section .slider-snapshots .slick-list .item {
    margin: 0 15px;
  }
  .stories-section {
    padding: 70px 0 70px 0;
  }
  .stories-section .container .inner .top-content {
    margin-bottom: 40px;
  }
  .stories-section .container .inner .top-content .txt {
    font-size: --typ13-FontSize;
    max-width: 439px;
  }
  .stories-section .container .inner .stories-slider .slick-list {
    width: 108%;
  }
  .stories-section .container .inner .stories-slider .slick-list.draggable {
    padding-right: 268px;
  }
  .stories-section .container .inner .stories-slider .slick-arrow::before {
    display: none;
  }
  .stories-section .container .inner .stories-slider .slick-arrow.slick-prev {
    right: 70px;
    left: auto;
  }
  .stories-section .container .inner .stories-slider .slick-arrow.slick-next {
    right: 0px;
    left: auto;
  }
  .header .container .inner .header-rgt .chat .txt {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .imgwith-newsandevents .container .inner .row .cols {
    margin-top: 0;
  }
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 130px;
    padding-right: 360px;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item.quicklink-wrap {
    width: 70%;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item.quicklink-wrap .links-outer {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --typ1-FontSize:18px;
  }
  .newsandevents-list {
    padding-top: 100px;
  }
  .newsandevents-details {
    padding: 100px 0;
  }
  .imgwith-newsandevents {
    padding: 100px 0;
  }
  .snapshots-section {
    padding: 100px 0;
  }
  .snapshots-section .slider-snapshots .slick-arrow {
    top: -64px;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: #ffffff;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  .snapshots-section .slider-snapshots .slick-arrow::before {
    display: none;
  }
  .snapshots-section .slider-snapshots .slick-arrow .white-btn {
    display: none;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-prev {
    left: auto;
    right: 197px;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-next {
    left: auto;
    right: 127px;
  }
  .snapshots-section .slider-snapshots .slick-arrow .inner {
    height: 52px;
    width: 52px;
    margin-top: -1px;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
  }
  .snapshots-section .slider-snapshots .slick-arrow .inner:after {
    position: absolute;
    bottom: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #005E5C;
    border-radius: 50%;
    z-index: -1;
  }
  .snapshots-section .slider-snapshots .slick-arrow .inner:after {
    bottom: -10px;
    transform: translate(0, 50%);
  }
  @keyframes criss-arrow-bottom {
    0% {
      bottom: -10px;
    }
    50% {
      bottom: 50%;
      width: 10px;
      height: 10px;
    }
    100% {
      bottom: 50%;
      width: 375px;
      height: 375px;
    }
  }
  .snapshots-section .slider-snapshots .slick-arrow:hover .inner:after {
    animation: criss-arrow-bottom 0.9s both;
    animation-direction: alternate;
  }
  .snapshots-section .slider-snapshots .slick-arrow:hover .inner .normal-btn {
    display: none;
  }
  .snapshots-section .slider-snapshots .slick-arrow:hover .inner .white-btn {
    display: block;
  }
  .snapshots-section .slider-snapshots .slick-list {
    margin: 0 -15px;
  }
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 219px;
    padding-right: 539px;
  }
  .stories-section {
    padding: 100px 0 100px 0;
  }
  .stories-section .container .inner .top-content .txt {
    max-width: 649px;
    font-size: var(--typ13-FontSize);
  }
  .stories-section .container .inner .stories-slider .slick-list {
    width: auto;
  }
  .stories-section .container .inner .stories-slider .slick-list.draggable {
    padding-right: 0px;
  }
  .stories-section .container .inner .stories-slider .slick-arrow {
    top: -70px;
  }
  .stories-section .container .inner .stories-slider .slick-arrow.slick-prev {
    right: 70px;
  }
  .stories-section .container .inner .stories-slider .slick-arrow.slick-next {
    right: 0px;
  }
  .stories-section .container .inner .stories-slider .slick-arrow .inner {
    height: 52px;
    width: 52px;
    margin-top: -1px;
    margin-left: -1px;
  }
  .stories-section .container .inner .stories-slider .slick-arrow .inner:after {
    position: absolute;
    bottom: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #005E5C;
    border-radius: 50%;
    z-index: -1;
  }
  .stories-section .container .inner .stories-slider .slick-arrow .inner:after {
    bottom: -10px;
    transform: translate(0, 50%);
  }
  @keyframes criss-arrow-bottom {
    0% {
      bottom: -10px;
    }
    50% {
      bottom: 50%;
      width: 10px;
      height: 10px;
    }
    100% {
      bottom: 50%;
      width: 375px;
      height: 375px;
    }
  }
  .stories-section .container .inner .stories-slider .slick-arrow:hover .inner:after {
    animation: criss-arrow-bottom 0.9s both;
    animation-direction: alternate;
  }
  .stories-section .container .inner .stories-slider .slick-arrow:hover .inner .normal-btn {
    display: none;
  }
  .stories-section .container .inner .stories-slider .slick-arrow:hover .inner .white-btn {
    display: block;
  }
  .stories-section .container .inner .stories-slider .item:hover::after {
    width: 100%;
  }
  .stories-section .container .inner .stories-slider .item:hover .img-box img {
    transform: scale(1.1);
  }
  .social-icons-wrapper .icon:hover {
    border: 1px solid #005E5C;
  }
  .social-icons-wrapper .icon:hover:after {
    animation: criss-cross-bottom 0.9s both;
    animation-direction: alternate;
  }
  .social-icons-wrapper .icon:hover svg path {
    fill: #005E5C;
  }
  .footer .footer-inner .ft-mid-row .container .inner .cols.rgt-col .item.quicklink-wrap {
    width: 60%;
  }
  #whatsapp {
    cursor: pointer;
    right: 80px;
    transition: border 0.9s ease;
  }
  #whatsapp.light .inner:after {
    background-color: #005E5C;
  }
  #whatsapp .inner {
    height: 52px;
    width: 52px;
  }
  #whatsapp .inner:after {
    position: absolute;
    bottom: -10px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -1;
    transform: translate(0, 50%);
  }
  #whatsapp:hover {
    border: 1px solid #CD992B;
  }
  #whatsapp:hover .inner:after {
    animation: criss-cross-bottom 0.9s both;
    animation-direction: alternate;
  }
  #whatsapp:hover .inner svg path {
    fill: #CD992B;
  }
  .header .container .inner .header-rgt .chat .txt {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1299px) {
  .snapshots-section .slider-snapshots .slick-arrow.slick-prev {
    right: 240px;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-next {
    right: 170px;
  }
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 189px;
    padding-right: 569px;
  }
}
@media screen and (min-width: 1399px) {
  .snapshots-section .slider-snapshots .slick-arrow.slick-prev {
    right: 144px;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-next {
    right: 74px;
  }
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 99px;
    padding-right: 659px;
  }
}
@media screen and (min-width: 1599px) {
  .imgwith-newsandevents .container .inner .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .imgwith-newsandevents .container .inner .row .cols {
    padding-left: 30px;
    padding-right: 30px;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-prev {
    right: 226px;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-next {
    right: 154px;
  }
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 179px;
    padding-right: 579px;
  }
}
@media screen and (min-width: 1699px) {
  .header .container .inner .header-rgt .hamburger-menu {
    padding-left: 60px;
  }
  .snapshots-section .slider-snapshots {
    max-width: 1920px;
    margin: 0 auto;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-prev {
    right: 385px;
  }
  .snapshots-section .slider-snapshots .slick-arrow.slick-next {
    right: 315px;
  }
  .snapshots-section .slider-snapshots .slick-list.draggable {
    padding-left: 329px;
    padding-right: 729px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    position: fixed !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
  }
  .header.hide-header {
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
  }
  .protfolio-section .container {
    position: relative;
    overflow: hidden;
  }
  .protfolio-section .container .p-line {
    display: inline-block;
    width: 3px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: height 0s ease;
    position: absolute;
    background: #005E5C;
    z-index: 99;
  }
  .protfolio-section .container .inner {
    position: relative;
    overflow: hidden;
  }
  .protfolio-section .container .inner::before {
    width: 3px;
    height: 100%;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    background: #E0E0E0;
  }
  .protfolio-section .container .inner .item .inner-wrap .row {
    gap: 80px;
    margin: 0;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: calc(50% - 40px);
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box {
    margin-bottom: 0;
    text-align: left;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .year {
    font-size: 50px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .hd {
    font-size: var(--typ12-FontSize);
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols .content-box .txt {
    font-size: var(--typ13-FontSize);
  }
  .protfolio-section .container .inner .item:nth-child(even) .row .cols {
    order: 1;
  }
  .protfolio-section .container .inner .item:nth-child(even) .row .cols:first-child {
    order: 2;
  }
  .protfolio-section .container .inner .item:nth-child(odd) .row .cols .content-box {
    text-align: right;
  }
  .protfolio-section .container .inner .item.stickyyear {
    padding-top: 70px;
    margin-top: 70px;
  }
  .protfolio-section .container .inner .item.stickyyear:first-child {
    margin-top: 0;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year {
    left: 50%;
    right: auto;
    padding-right: 0;
    padding-left: 40px;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox {
    position: relative;
    text-align: left;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox::after {
    left: -50px;
    right: auto;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row {
    position: relative;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year {
    top: -70px;
    right: 50%;
    position: absolute;
    padding-right: 40px;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year .innerbox {
    position: relative;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year .innerbox::after {
    content: "";
    width: 20px;
    height: 20px;
    right: -50px;
    top: 0;
    position: absolute;
    background: #005E5C;
  }
}
@media screen and (max-width: 991px) {
  .protfolio-section .container {
    padding: 0;
  }
  .protfolio-section .container .p-line {
    left: 49px;
    top: 15px;
  }
  .protfolio-section .container .inner::before {
    left: 49px;
    top: 15px;
  }
  .protfolio-section .container .inner .item {
    padding-left: 100px;
    padding-right: 40px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row {
    gap: 40px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols {
    display: block;
    width: 100%;
  }
  .protfolio-section .container .inner .item:nth-child(odd) .inner-wrap .row .cols .content-box {
    text-align: left;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols {
    order: 2;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols .content-box .year {
    left: -51px !important;
    right: auto;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox {
    text-align: left;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox::after {
    left: 0;
    right: 0;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) {
    margin-top: 165px;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year {
    top: -140px;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year {
    left: 0;
    right: auto;
    color: #454545;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year .innerbox::after {
    top: 15px;
    left: -63px;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .protfolio-section .container .p-line {
    left: 25px;
    top: 15px;
  }
  .protfolio-section .container .inner::before {
    left: 25px;
    top: 15px;
  }
  .protfolio-section .container .inner .item {
    padding-left: 52px;
    padding-right: 16px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row {
    gap: 40px;
  }
  .protfolio-section .container .inner .item .inner-wrap .row .cols {
    display: block;
    width: 100%;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year {
    left: 0;
    right: auto;
    color: #454545;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
  }
  .protfolio-section .container .inner .item.stickyyear .inner-wrap .row .cols .content-box .year .innerbox::after {
    top: 15px;
    height: 15px;
    width: 15px;
    left: -35px;
    right: auto;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) {
    margin-top: 155px;
    padding-top: 30px;
  }
  .protfolio-section .container .inner .item.stickyyear:nth-child(even) .inner-wrap .row .cols .content-box .year {
    top: -110px;
    margin-bottom: 0;
  }
  .protfolio-section .container .inner .item:nth-child(odd) .inner-wrap .row .cols .content-box {
    text-align: left;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols {
    order: 2;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols .content-box .year {
    left: -25px !important;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox {
    text-align: left;
  }
  .protfolio-section .container .inner .item:nth-child(even) .inner-wrap .row .cols .content-box .year .innerbox::after {
    left: 0;
    right: 0;
  }
}/*# sourceMappingURL=newsandevents-style.css.map */