@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
@font-face {
  font-family: "AdobeCleanSerif-Regular";
  src: url("/font/AdobeCleanSerif/AdobeCleanSerif-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/font/AdobeCleanSerif/AdobeCleanSerif-Regular.eot?#iefix") format("embedded-opentype"),
    url("/font/AdobeCleanSerif/AdobeCleanSerif-Regular.otf") format("opentype"),
    url("/font/AdobeCleanSerif/AdobeCleanSerif-Regular.svg") format("svg"),
    url("/font/AdobeCleanSerif/AdobeCleanSerif-Regular.ttf") format("truetype"),
    url("/font/AdobeCleanSerif/AdobeCleanSerif-Regular.woff") format("woff"),
    url("/font/AdobeCleanSerif/AdobeCleanSerif-Regular.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #233147;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 860px) {
  h1 {
    font-size: 3.5vw;
  }
}

h2 {
  font-size: 2.3vw;
  font-weight: 700;
  color: #c49735;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 860px) {
  h2 {
    font-size: 4vw;
  }
}

h3 {
  font-size: 0.9vw;
  color: #969faf;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 860px) {
  h3 {
    font-size: 2vw;
  }
}

h4 {
  font-size: 0.8vw;
  font-weight: 600;
  color: #233147;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 860px) {
  h4 {
    font-size: 3vw;
  }
}

p {
  font-size: 1vw;
  font-family: "AdobeCleanSerif-Regular";
  color: #969faf;
}
@media screen and (max-width: 860px) {
  p {
    font-size: 4vw;
  }
}

a {
  font-size: unset;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 860px) {
  a {
    font-size: unset;
  }
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: unset;
}

html {
  scroll-behavior: smooth;
}

button {
  outline: none;
}

body {
  background-color: #efedeb !important;
  margin: 0 !important;
  float: left;
  width: 100%;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  background-color: red;
}
body.noScroll {
  overflow: hidden !important;
}

section {
  float: left;
  width: 100%;
}
@media screen and (max-width: 860px) {
  section {
    overflow: hidden;
    padding: 5% 0;
  }
}

img {
  max-width: 100%;
}

.noContent {
  text-align: center;
}

blockquote {
  margin: 0;
}

.MainAr {
  display: none !important;
}

.MuiExpansionPanelSummary-expandIcon.Mui-expanded {
  height: 2px;
  padding: 0;
  overflow: hidden;
  margin-right: 5px;
}

.ContactHome .dataInfo li {
  display: block;
}

.relative {
  position: relative;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**************************************************************************************
                                                                                       Header
**************************************************************************************/
.clearfix,
.row:after,
.toast {
  clear: both;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.row {
  max-width: 90vw;
  margin: 0 auto !important;
}
@media screen and (max-width: 1023px) {
  .row {
    max-width: 94vw;
  }
}

.no_padding {
  padding: 0 !important;
}

.flexDev {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  opacity: 0.5;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(173, 173, 173, 0.9);
}

/**************************************************************************************
                                                                                       loader
**************************************************************************************/
.loader {
  background-color: #2e3f60;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999999999;
  display: flex;
  text-align: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none !important;
  top: 0;
}
.loader.hide {
  display: none;
}

#loading {
  width: 10vw;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  /* touch-action:manipulation; */
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  /* width: 100%; */
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**************************************************************************************
                                                                                       commen
**************************************************************************************/
.titlePage h2 {
  margin-top: 4%;
  display: flex;
  align-items: center;
  color: #233147;
}
.titlePage h2 img {
  max-height: 5vh;
  margin-right: 10px;
}
.titlePage p {
  font-family: "Montserrat", sans-serif;
  color: #969faf;
  font-weight: 500;
  margin-bottom: 5%;
}
.titlePage a {
  height: initial !important;
  padding: 9px 25px !important;
  border-radius: 40px !important;
}
.titlePage a img {
  margin-left: 5px;
}

.hideMobile {
  display: block;
}
@media screen and (max-width: 1023px) {
  .hideMobile {
    display: none;
  }
}

.showMobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .showMobile {
    display: block;
  }
  .showMobile img {
    max-height: 5vh;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 860px) {
  .showMobile img {
    max-height: 2.5vh;
  }
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #2e3f60;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading img {
  animation: loading 2s infinite;
  max-width: 80px;
}

.loading:before {
  font-family: "Lobster", cursive;
  font-size: 20px;
  letter-spacing: 1px;
  color: white;
  content: "Loading...";
  position: absolute;
  top: 57%;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.7;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
}
.loadBtn {
  padding: 20px 0px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.loadBtn a {
  font-size: 2vh;
  border: 1px solid #c49735;
  padding: 10px;
  min-width: 12vw;
  border-radius: 30px;
  color: #c49735;
  width: initial !important;
  text-decoration: initial !important;
  margin: 0px !important;
  margin-bottom: 25px !important;
}
.loadBtn a:hover {
  background: #c49735;
  color: #fff;
}

.downloadBtn {
  padding: 20px 0px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.downloadBtn a {
  font-size: 16px;
  border: 1px solid #c49735;
  padding: 10px;
  min-width: 160px;
  border-radius: 30px;
  color: #c49735;
}
.downloadBtn a:hover {
  background: #c49735;
  color: #fff;
}

/************* multimedia buttons *********/
.videoBtns {
  display: flex;
  float: left;
  width: 100%;
  position: relative;
}
.videoBtns .watchBtn {
  border: 1px solid #c49735;
  color: #fff;
  background-color: #c49735;
  margin-right: 25px;
}
.videoBtns .detailsBtn {
  border: 1px solid #fff;
  color: #fff;
}
.videoBtns a {
  max-width: initial !important;
  position: relative !important;
  z-index: initial;
  font-size: 12px;
  border-radius: 30px;
  padding: 5px 10px;
  min-width: 30%;
  text-align: center;
  top: initial !important;
}
.videoBtns a:hover {
  border-color: #ebc76c;
  background-color: #ebc76c;
}
.videoBtns.bigVideo {
  padding-left: 8% !important;
}
@media screen and (max-width: 860px) {
  .videoBtns.bigVideo {
    padding-left: 0 !important;
    padding: 10px 0;
  }
}
.videoBtns.bigVideo a {
  min-width: 100px;
  width: initial !important;
  justify-content: center;
}
.videoBtns.darkButtons {
  margin-bottom: 20px;
}
.videoBtns.darkButtons .watchBtn {
  border: 1px solid #c49735;
  color: #c49735;
  background-color: initial;
  margin-right: 25px;
}
.videoBtns.darkButtons .detailsBtn {
  border: 1px solid #2e3f60;
  color: #2e3f60;
}

.notFound {
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
}
.notFound .BgImg {
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
}
.notFound > div {
  width: 100%;
  font-size: 50px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .notFound > div {
    font-size: 25px;
  }
}
.notFound > div span {
  font-weight: 400;
  color: #c49735;
  font-size: 18px;
  margin-left: 10px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding: 20px;
}
@media screen and (max-width: 860px) {
  .notFound > div span {
    font-size: 12px;
  }
}

header {
  background: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  transition: 0.5s;
}
header .goldLogo {
  max-height: 62px;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  header .goldLogo {
    margin-top: 5px;
  }
}
header .topHeader {
  padding-top: 20px;
  margin-bottom: 10px;
  height: 50px;
}
@media screen and (max-width: 1023px) {
  header .topHeader {
    height: initial;
    margin-bottom: 15px;
    border-bottom: 1px solid #eeee;
  }
}
header .showMobileMenu {
  display: none;
}
@media screen and (max-width: 1023px) {
  header .showMobileMenu {
    display: block;
  }
  header .showMobileMenu .open .one {
    transform: rotate(45deg) translate(5px, 5px);
  }
  header .showMobileMenu .open .two {
    opacity: 0;
  }
  header .showMobileMenu .open .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
}
header .showMobileMenu #toggle {
  width: 28px;
  height: 30px;
  margin: 0px auto;
}
header .showMobileMenu #toggle > div {
  width: 100%;
  height: 5px;
  backface-visibility: hidden;
  background: #2e3f60;
  margin: 4px auto;
  transition: all 0.3s ease 0s;
  border-radius: 20px;
}
header .showMobileMenu .searchBtnMobile {
  height: 40px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 10px;
  width: 40px;
  /* display: inline-block; */
  margin: 18px auto;
  text-align: center;
  align-self: center;
}
header .showMobileMenu .mobileMenuBtn {
  margin: 18px auto;
  display: flex;
}
header .mainMenu {
  display: flex;
}
header .mainMenu li {
  float: left;
  margin: 10px 0px;
  margin-bottom: 0px;
  padding: 0px;
}
header .mainMenu li a {
  color: #2e3f60;
  font-size: 0.9vw;
  font-weight: 600;
  display: inline-block;
  padding: 10px 30px;
  padding-bottom: 20px;
  border-radius: 20px 20px 0px 0px;
}
header .mainMenu li a div {
  text-align: center;
  white-space: nowrap;
}
header .mainMenu li a div img {
  margin-bottom: 10px;
  height: 16px;
}
header .mainMenu li a:hover {
  background-color: #eeeeee;
}
@media screen and (max-width: 1023px) {
  header .mainMenu {
    opacity: 0;
    z-index: -9;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    transition: 1s;
    overflow: hidden;
    height: 0px;
    position: absolute;
    background: #fff;
    left: 0;
    border-top: 1px solid #ccc;
    display: block;
  }
  header .mainMenu li {
    float: left;
    margin: 10px 0px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .mainMenu li a div {
    font-size: 4vw;
  }
  header .mainMenu li a div img {
    height: 5vw;
  }
  header .mainMenu.open {
    opacity: 1;
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    z-index: 99;
    height: initial;
    overflow: initial;
  }
}
header .headerCarousel {
  padding: 0px 30px;
}
header .headerCarousel .owl-carousel .owl-stage {
  height: 25px;
  overflow: hidden;
}
header .slick-slide {
  width: auto !important;
}
header .slick-prev:before {
  content: " ";
  display: block;
  background-image: url(/images/arrowBack.png);
  color: #eeeeee;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
}
header .slick-slide > div:focus {
  outline: unset !important;
}
header .slick-next:before {
  content: " ";
  display: block;
  background-image: url(/images/arrowForw.png);
  color: #eeeeee;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
}
header .owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
header .owl-nav > div {
  font-size: 0px;
  background-image: url(/images/arrowBack.png);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 4px;
}
header .owl-nav .owl-prev {
  left: -20px;
  background-image: url(/images/arrowBack.png);
}
header .owl-nav .owl-next {
  right: -20px;
  background-image: url(/images/arrowForw.png);
}
header .carousel-content {
  border-right: 1px solid #ccc;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
header .carousel-content a {
  color: #2e3f60;
  font-size: 12px;
  display: inline-block;
}
header .social {
  float: right;
}
@media screen and (max-width: 1023px) {
  header .social {
    float: initial;
    display: flex;
    align-self: center;
    margin: 0 auto;
    justify-content: center;
  }
}
header .social li {
  float: left;
  margin: 10px 15px;
}
header .social li a {
  color: #969faf;
  font-size: 18px;
}
header .social li a:hover {
  color: #c49735;
}
header .social .langImg {
  margin: 0px 8px;
  margin-bottom: -5px;
  width:20px;
}
header .smallMenu {
  float: right;
  margin-top: 30px;
}
header .smallMenu li {
  float: left;
  margin: 10px 15px;
  color: #2e3f60;
}
header .smallMenu li a {
  color: #2e3f60;
}
header .smallMenu li a:hover i {
  color: #f2da9d;
}
header .smallMenu .subscribeBnt {
  color: #2e3f60;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #f2da9d;
  border-radius: 30px;
}
header .smallMenu .subscribeBnt:hover {
  background-color: #f2da9d;
}
.searchBox {
  background-color: #efc46f;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
  transition: 1s;
  height: 0px;
  overflow: hidden;
}
.searchBox h3 {
  color: #2e3f60;
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .searchBox h3 {
    margin: 10px;
    font-size: 20px;
    margin-bottom: 0;
  }
}
.searchBox h4 {
  color: #2e3f60;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .searchBox h4 {
    margin: 14px 0;
    font-size: 17px;
  }
}
.searchBox p {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .searchBox p {
    display: none;
  }
}
.searchBox .inputSearch {
  width: 90%;
}
.searchBox .iconButton {
  padding: 10px;
  position: absolute;
  right: 10%;
}
.searchBox .MuiInput-underline:after {
  border-bottom: 2px solid #c49735;
}
.searchBox .MuiFormLabel-root.Mui-focused {
  color: #233147 !important;
}
.searchBox .chipStyle {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  background: #fff;
  color: #c49735;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .searchBox .chipStyle {
    margin-bottom: 12px;
    margin-right: 7px;
    margin-left: 7px;
  }
}
.searchBox .chipStyle:hover {
  background: #c49735;
  color: #fff;
}
.searchBox.open {
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  z-index: 99;
  height: initial;
  overflow: initial;
}

.searchOverlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
}

footer {
  background: #2e3f60;
  width: 100%;
  float: left;
  padding: 20px 0px;
  overflow: hidden;
}
footer .footerLinks {
  display: flex;
}
@media screen and (max-width: 1023px) {
  footer .footerLinks {
    display: block;
  }
}
footer .footerLinks ul li {
  display: block;
  text-align: left;
}
footer .newsLetterInput {
  display: flex;
}
footer .newsLetterInput .inputSearch {
  width: 100%;
}
footer .newsLetterInput .inputSearch label {
  color: #fff;
  opacity: 0.7;
  font-weight: 300;
  font-size: 13px;
}
footer .newsLetterInput .inputSearch .MuiInput-underline:before {
  border-bottom: 1px solid #ebc76c;
}
footer .newsLetterInput .inputSearch .MuiInput-underline:after {
  border-bottom: 1px solid #ebc76c;
}
footer .newsLetterInput button {
  background-color: #c49735;
  border-radius: 30px;
  margin-left: 25px;
  padding: 0px 25px;
  min-width: 150px;
  color: #fff;
}

footer .newsLetter {
  margin-left: 3.5rem;
}

@media screen and (max-width: 970px) {
  footer .newsLetter {
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px) {
  footer .newsLetterInput button {
    padding: 0px 10px;
    min-width: 105px;
    color: #fff;
    font-size: 12px;
    max-height: 40px;
  }
}
footer h2 {
  color: #f8ecce;
  font-size: 1.3vw;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  footer h2 {
    font-size: 5.5vw;
  }
}
footer h3 {
  color: #f8ecce;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  footer h3 {
    font-size: 5.5vw;
    margin: 0px;
  }
  footer h3 a {
    font-size: 4vw;
  }
}
footer ul {
  padding: 0px 20px;
}
@media screen and (min-width: 860px) {
  footer ul {
    width: 16.667%;
  }
}
@media screen and (max-width: 1023px) {
  footer ul {
    padding: 0px;
  }
}
footer ul li a {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
}
footer ul li a:hover {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  footer ul {
    width: 100%;
    margin-bottom: 25px;
  }
}
footer p {
  font-size: 13px;
  color: #fff;
  opacity: 0.7;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
}
footer .footerP {
  padding-right: 30px;
  line-height: 2;
  margin-top: 20px;
  font-size: 11px;
}
@media screen and (max-width: 1023px) {
  footer .footerP {
    margin-top: 20px;
  }
}
footer .social {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  footer .social {
    float: initial;
    display: flex;
    align-self: center;
    margin: 0 auto;
    justify-content: center;
  }
}
footer .social li {
  float: left;
  margin: 10px 15px;
}
footer .social li a {
  color: #c49735;
  font-size: 20px;
}
footer .social li a:hover {
  opacity: 0.7;
}
footer .newsArchve {
  color: #c49735;
  font-size: 16px;
  margin-top: 70px;
  display: block;
}
@media screen and (max-width: 1023px) {
  footer .newsArchve {
    margin-top: 20px;
  }
}
footer .copyRights {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 25px;
  margin-top: 50px;
  text-align: center;
}
footer .goldLogo {
  /* max-height: 40px; */
}
@media screen and (max-width: 1023px) {
  footer .goldLogo {
    margin: 0 auto;
    display: inherit;
    max-width: 80vw;
    max-height: 60px;
  }
}

.tabs {
  flex-grow: 1;
  display: flex;
}
.tabs .tabsBg {
  background-color: #f2da9d;
  padding: 25px;
  border-radius: 15px;
}
.tabs .tabsBg > div > span {
  background-color: transparent !important;
}
.tabs .tabsBg2 {
  background-color: #f2da9d;
  padding: 25px;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 50px;
}
.tabs .tabsBg2 > div > span {
  background-color: transparent !important;
}
.tabs .PrivateTabIndicator-vertical-131 {
  background-color: transparent !important;
}
.tabs .MuiTab-wrapper {
  width: 100%;
  display: inline-flex;
  text-align: left;
  color: #2e3f60;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  text-transform: initial;
  font-weight: 500;
  font-size: 0.9vw;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 860px) {
  .tabs .MuiTab-wrapper {
    font-size: 3vw;
  }
}
.tabs .MuiTab-textColorInherit {
  color: transparent;
  opacity: 1;
}
.tabs .MuiTab-textColorInherit.Mui-selected {
  opacity: 1;
  background-color: #2e3f60;
  border-radius: 34px;
}
.tabs .MuiTab-textColorInherit.Mui-selected .MuiTab-wrapper {
  color: #f8ecce;
}
.tabs .MuiTab-root2 {
  min-height: 35px;
  margin-bottom: 10px;
  opacity: 1;
  background-color: #2e3f60;
  border-radius: 34px;
  width: 100%;
}
.tabs .MuiTab-root2 .MuiTab-wrapper {
  color: #f8ecce;
}
.tabs .MuiExpansionPanel-root.Mui-expanded:last-child {
  margin-bottom: 0;
}
.tabs .MuiExpansionPanel-root.Mui-expanded:first-child {
  margin-top: 0;
}
.tabs .MuiExpansionPanel-rounded:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tabs .MuiExpansionPanel-rounded:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tabs .MuiPaper-elevation1 {
  box-shadow: none;
}
.tabs .MuiPaper-root {
  background-color: transparent;
}
.tabs .MuiExpansionPanelSummary-content.Mui-expanded {
  margin: 0;
}
.tabs .MuiExpansionPanelDetails-root {
  padding: 0 !important;
}
.tabs .MuiExpansionPanelSummary-root {
  padding: 0 !important;
}
.tabs .expansionName h3 {
  font-size: 1vw;
  color: #2e3f60;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  .tabs .expansionName h3 {
    font-size: 3.5vw;
  }
}
.tabs .expansionName h3 span {
  color: #969faf;
  font-weight: 400;
}
.tabs .MuiExpansionPanel-root:before {
  background-color: transparent;
}

.transSection h2 {
  margin-bottom: 4%;
  margin-top: 4%;
}
.transSection .transContent {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .transSection .transContent {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 860px) {
  .transSection .transContent > div {
    padding-bottom: 0;
  }
}
.transSection .transContent .imgTrans {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 42vh;
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 860px) {
  .transSection .transContent .imgTrans {
    height: 30vh;
  }
}
.transSection .transContent .bgPress {
  background-color: #e9ebef;
  max-width: 10vw;
  height: 4.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 860px) {
  .transSection .transContent .bgPress {
    max-width: 35vw;
  }
}
.transSection .transContent .bgPress h3 {
  font-size: 0.7vw;
}
@media screen and (max-width: 860px) {
  .transSection .transContent .bgPress h3 {
    font-size: 2.5vw;
  }
}
.transSection .transContent h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1.2vw;
}
@media screen and (max-width: 860px) {
  .transSection .transContent h1 {
    font-size: 3.5vw;
  }
}
.transSection .transContent p {
  margin-bottom: 20px;
}
@media screen and (max-width: 860px) {
  .transSection .transContent p {
    font-size: 3.2vw;
  }
}
.transSection .transContent a {
  color: #c49735;
  display: block;
  display: flex;
  align-items: center;
  font-size: 0.9vw;
}
@media screen and (max-width: 860px) {
  .transSection .transContent a {
    font-size: 3vw;
  }
}
.transSection .transContent a img {
  max-height: 1vh;
  margin-left: 5px;
}
.transSection .transContent .btnMore {
  color: #c49735;
  margin-bottom: 25px;
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.2vh;
}
@media screen and (max-width: 860px) {
  .transSection .transContent .btnMore {
    font-size: 3vw;
    margin-bottom: 10px;
  }
}
.transSection .transContent .btnMore img {
  max-height: 1vh;
  margin-left: 5px;
}
.transSection .transContent .timeDate {
  display: flex;
}
.transSection .transContent .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.2vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .transSection .transContent .timeDate li {
    font-size: 2.5vw;
  }
}
.transSection .transContent .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.transSection .transContent .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.transSection .viewBtn {
  width: 100%;
  color: #c49735;
  text-align: center;
  display: block;
  text-decoration: underline;
  font-size: 2vh;
  font-weight: 600;
  margin-bottom: 10%;
  margin-top: 5%;
}
@media screen and (max-width: 860px) {
  .transSection .viewBtn {
    font-size: 3.5vh;
  }
}

.articleSection .articleTop {
  position: relative;
}
.articleSection .articleTop .topLink {
  position: absolute;
  bottom: 15vh;
  left: 5%;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .articleSection .articleTop .topLink {
    bottom: 30%;
    left: 15%;
    right: 15%;
    max-width: 100%;
    position: relative;
    display: none;
  }

  .articleSection .articleTop .topLink.mobileTopLink {
    bottom: 30%;
    left: 15%;
    right: 15%;
    max-width: 100%;
    position: relative;
    display: block;
  }


}
@media screen and (max-width: 860px) {
  .articleSection .mainImagBefore {
    height: 30vh !important;
    width: 100%;
  }


  .articleSection .mainImg { 
    height: 30vh !important;
    width: 100% !important;
  }

  .articleSection .articleTop .topLink {
    bottom: 30%;
    left: 15%;
    right: 15%;
    max-width: 100%;
    position: absolute;
    display: none;

  }
  .mainDate.mobileTopLink {
    float: right;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-size: 1.3vw;
    margin-right: 0;
    margin-bottom: 0;

  }
  
  .articleSection .articleTop .topLink.mobileTopLink {
    bottom: 20%;
    left: 0%;
    right: 15%;
    max-width: 100%;
    position: relative;
    display: block;
  }
  .articleSection .articleTop .topLink.mobileTopLink h1 {
    color: #2e3f60 !important;
    font-size: 2vh;
    margin-top: 10px;
    margin-bottom: 0;
    min-height: 40px;
    font-weight: 600;

  }

}

@media screen and (max-width: 375px) {
  .articleSection .articleTop .topLink {
    bottom: 30%;
    left: 15%;
    right: 15%;
    max-width: 100%;
    display: none;
  }

  .articleSection .articleTop .topLink.mobileTopLink {
    bottom: 30%;
    left: 15%;
    right: 15%;
    max-width: 100%;
    position: relative;
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .articleSection .articleTop .topLink {
    bottom: 20%;
    left: 15%;
    right: 15%;
    max-width: 100%;
    display: none;
  }
}

.articleSection .articleTop .topLink h1 {
  color: #fff;
  font-size: 2.5vh;
}
.articleSection .articleTop .topLink p {
  color: #c49735;
  font-size: 2vh;
}
.articleSection .WideTags {
  display: flex !important;
}
.articleSection .mainImagBefore {
  content: "";
  background: #2e3f60;
  width: 100%;
  height: 60vh;
  border-radius: 15px;
  opacity: 1;
}
.articleSection .mainImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 60vh;
  width: 100%;
  opacity: 0.4;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
  object-fit: cover;
}
.articleSection .mainImg::after {
  content: "";
  background: black;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(black),
    color-stop(18%, #020202),
    color-stop(43%, rgba(10, 10, 10, 0.852362)),
    color-stop(62%, rgba(15, 15, 15, 0.488217)),
    to(rgba(84, 84, 84, 0))
  );
  background: linear-gradient(
    0deg,
    black 0%,
    #020202 18%,
    rgba(10, 10, 10, 0.852362) 43%,
    rgba(15, 15, 15, 0.488217) 62%,
    rgba(84, 84, 84, 0) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  opacity: 0.9;
}
.articleSection h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}
.articleSection p {
  margin-bottom: 20px;
  font-size: 1.2vh;
}
@media screen and (max-width: 860px) {
  .articleSection p {
    font-size: 4vw;
  }
}
.articleSection ul {
  display: grid;
  grid-template-columns: auto auto auto;
}
.articleSection ul li {
  margin-right: 9px;
  margin-bottom: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.7vw;
  color: #969faf;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .articleSection ul li {
    font-size: 2.5vw;
  }
}
.articleSection ul li img {
  max-height: 2vh;
  margin-right: 5px;
}
.articleSection .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.articleSection .mainTags .tag1 {
  float: left;
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 860px) {
  .articleSection .mainTags .tag1 {
    font-size: 2.5vw;
  }
  .articleSection .mainTags .mainDate {
    float: left;
    justify-content: flex-start !important;
  }
}
.articleSection .mainTags .mainDate {
  float: right;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: 1.3vw;
  margin-right: 0;
}
@media screen and (max-width: 425px) {
  .articleSection .mainTags .mainDate {
    float: left;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 425px) {
  .articleTitles {
    display: flex;
  }

  .articleTitles h1 {
    padding-top: 0;
    color: #fff;
  }
}

.articleTitles {
  display: none;
}
.articleSection .rightSide {
  border-bottom: 1px solid #cacfd7;
  margin-bottom: 30px;
}
.articleSection .rightSide:last-child {
  border-bottom: none;
}
.articleSection .rightSide .tagsNames .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 860px) {
  .articleSection .rightSide .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.articleSection .rightSide .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 8vw;
}
@media screen and (max-width: 860px) {
  .articleSection .rightSide .tagsNames .tag2 {
    font-size: 2.5vw;
    width: unset;
  }
}
.articleSection .rightSide .tagsNamesRight {
  display: initial;
}
.articleSection .rightSide .tagsNamesRight .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .articleSection .rightSide .tagsNamesRight .tag1 {
    font-size: 2.5vw;
  }
}
.articleSection .rightSide .tagsNamesRight .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
  margin-right: 0;
}
@media screen and (max-width: 860px) {
  .articleSection .rightSide .tagsNamesRight .tag2 {
    font-size: 2.5vw;
    width: unset;
  }
}
.articleSection .rightSide .smImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 15vh;
  width: 100%;
  border-radius: 15px;
}
@media screen and (max-width: 860px) {
  .articleSection .rightSide .smImg {
    margin-top: 0;
    height: 30vh;
  }
}
.articleSection .articalCards {
  margin-bottom: 20px;
}
.articleSection .articalCards:last-child {
  margin-bottom: 30px;
}
.articleSection .articalCards .mdImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 30vh;
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}
.articleSection .articalCards h4 {
  font-size: 2vh;
  margin-top: 10px;
  margin-bottom: 5px;
  min-height: 40px;
}
.articleSection .articalCards .tagsNames .tag1 {
  background-color: #2e3f60;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #efc46f;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 860px) {
  .articleSection .articalCards .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.articleSection .articalCards .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 860px) {
  .articleSection .articalCards .tagsNames .tag2 {
    font-size: 2.5vw;
  }
}
.articleSection .articalCards .timeDate {
  display: flex;
}
.articleSection .articalCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .articleSection .articalCards .timeDate li {
    font-size: 2.5vw;
  }
}
.articleSection .articalCards .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.articleSection .articalCards .writerName {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.articleSection .articalCards .writerName .xsImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 3vh;
  width: 3vh;
  border-radius: 50px;
}
.articleSection .articalCards .writerName .name {
  color: #2e3f60;
}

.eventsSection .tabs > div > div > div > div {
  padding-top: 0px;
}
@media screen and (max-width: 860px) {
  .eventsSection .EventsMain {
    margin-top: 0;
  }
}
.eventsSection .eventsArticlesSection {
  padding: 0;
  margin-bottom: 5%;
}
.eventsSection .eventsArticlesSection .titleInner {
  color: #c49735;
  margin-top: 0;
  font-size: 1.3vw;
  position: relative;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .titleInner {
    font-size: 3.5vw;
  }
}
.eventsSection .eventsArticlesSection .titleInner::after {
  content: "";
  background-color: #cacfd7;
  width: 78%;
  min-height: 0.1vw;
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .titleInner::after {
    width: 54%;
  }
}
.eventsSection .eventsArticlesSection .descrip {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8vw;
  padding-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .descrip {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.eventsSection .eventsArticlesSection ul {
  display: flex;
}
.eventsSection .eventsArticlesSection ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection ul li {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection ul li img {
  max-height: 2vh;
  margin-right: 5px;
}
.eventsSection .eventsArticlesSection .mainEventsCards {
  margin-bottom: 30px;
}
.eventsSection .eventsArticlesSection .mainEventsCards .mainImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .mainEventsCards .mainImg {
    height: 30vh;
    background-size: contain;
  }
}
.eventsSection .eventsArticlesSection .mainEventsCards .tagsNames .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .mainEventsCards .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .mainEventsCards .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #969faf;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .mainEventsCards .tagsNames .tag2 {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .mainEventsCards h1 {
  font-size: 2.5vh;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px;
  padding-top: 30vh;
  padding-bottom: 0;
  color: white;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .mainEventsCards h1 {
    font-size: 3.5vw;
    color: #2e3f60;
    padding-left: 0;
    padding-right: 0;
    padding-top: 32vh;


  }
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .mainEventsCards h1 a {
    font-size: 4vw;
  }
}
.eventsSection .eventsArticlesSection .mainEventsCards p {
  font-size: 2vh;
  min-height: 4vw;
  text-align: justify;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .mainEventsCards p {
    font-size: 3vw;
    padding-top: 3rem;
  }
}
.eventsSection .eventsArticlesSection .mainEventsCards .timeDate {
  display: flex;
}
.eventsSection .eventsArticlesSection .mainEventsCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .mainEventsCards .timeDate li {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .mainEventsCards .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.eventsSection .eventsArticlesSection .pressEventsCards .pressImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 19vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .pressImg {
    height: 30vh;
    margin-bottom: 0;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .tagsNames .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #969faf;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .tagsNames .tag2 {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards h1 {
  font-size: 0.9vw;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards h1 {
    font-size: 3.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .timeDate {
  display: flex;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .timeDate {
    margin-bottom: 10%;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .timeDate li {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.eventsSection .eventsArticlesSection .pressEventsCards .titleRightSide {
  display: flex;
  align-items: center;
  color: #2e3f60;
  font-size: 1vw;
  margin-top: 0;
  max-height: 2vh;
  margin-bottom: 25px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .titleRightSide {
    font-size: 3vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .titleRightSide img {
  max-height: 2vh;
  margin-right: 5px;
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection {
  border-bottom: 1px solid #cacfd7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection .dateBg {
  background-color: #efc46f;
  border-radius: 10px;
  text-align: center;
  min-height: 12vh;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: grid;
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection .dateBg h2 {
  color: #233147;
  font-size: 1.2vw;
  margin-bottom: 5px;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .borderSection .dateBg h2 {
    font-size: 3.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection .dateBg h3 {
  color: #233147;
  font-size: 0.6vw;
  margin: 0;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .borderSection .dateBg h3 {
    font-size: 2vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection .pressTitle {
  font-size: 0.6vw;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .borderSection .pressTitle {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection ul {
  display: inline-block;
}
.eventsSection .eventsArticlesSection .pressEventsCards .borderSection ul li {
  font-size: 0.6vw;
  margin-bottom: 5px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .borderSection ul li {
    font-size: 2.3vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .competition .mainImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 23vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .competition .mainImg {
    height: 30vh;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .competition .tagsNames .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .competition .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .competition .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #969faf;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .competition .tagsNames .tag2 {
    font-size: 2.5vw;
  }
}
.eventsSection .eventsArticlesSection .pressEventsCards .competition h3 {
  color: #233147;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  .eventsSection .eventsArticlesSection .pressEventsCards .competition h3 {
    font-size: 3vw;
  }
}

.about .about-us {
  padding: 5% 0;
  background-color: #ffffff;
  position: relative;
  text-align: center;
}
.about .about-us .row {
  max-width: 68vw;
  margin: 0 auto !important;
}
.about .about-us h1 {
  color: #c49735;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 35px;
  font-style: unset;
}
.about .about-us .aboutBg {
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  width: 100%;
}
.about .about-us p {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .about .about-us p {
    font-size: 14px;
  }
}
.about h1 {
  color: #c49735;
  font-family: "AdobeCleanSerif-Regular";
  font-style: italic;
  font-size: 30px;
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.about h1 span {
  display: block;
  color: #233147;
  font-size: 50px;
  font-style: normal;
}
.about .whatWeDo {
  text-align: center;
  padding: 10% 0;
  padding-bottom: 5%;
  position: relative;
}
@media screen and (max-width: 860px) {
  .about .whatWeDo {
    padding-top: 20%;
  }
}
.about .whatWeDo .whatBg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 108vh;
  width: 30vw;
  position: absolute;
  left: -7vw;
  top: 45vh;
}
@media screen and (max-width: 860px) {
  .about .whatWeDo .whatHead {
    padding: 0px 16px;
  }
}
@media screen and (max-width: 860px) {
  .about .whatWeDo .whatHead p {
    margin: 0;
  }
}
@media screen and (max-width: 860px) {
  .about .whatWeDo .whatHead h1 {
    margin: 0;
  }
}
.about .whatWeDo .headBlock {
  display: flex;
  justify-content: center;
}
.about .whatWeDo h1 {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}
.about .whatWeDo .aboutP {
  text-align: left;
  color: #2e3f60;
  margin: 24.9px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 14%;
}
@media screen and (max-width: 1024px) {
  .about .whatWeDo .aboutP {
    text-align: center;
    padding-right: 0;
  }
}
.about .whatWeDo .picturesGroup {
  position: relative;
  padding-bottom: 16%;
  padding-top: 5%;
}
.about .whatWeDo .picturesGroup .streetImg {
  height: 70vh;
  text-align: center;
  /* viewport-4 */
}
@media screen and (max-width: 480px) {
  .about .whatWeDo .picturesGroup .streetImg {
    height: 30vh;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .about .whatWeDo .picturesGroup .streetImg {
    height: 30vh;
    width: 61vw;
    float: right;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .about .whatWeDo .picturesGroup .streetImg {
    height: 33vh;
  }
}
.about .whatWeDo .picturesGroup .whatImg {
  position: absolute;
  bottom: 92px;
  left: 121px;
  height: 32vh;
}
@media screen and (max-width: 480px) {
  .about .whatWeDo .picturesGroup .whatImg {
    height: 30vh;
    position: unset;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .about .whatWeDo .picturesGroup .whatImg {
    position: absolute;
    bottom: 30px;
    left: 0px;
    height: 14vh;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .about .whatWeDo .picturesGroup .whatImg {
    height: 16vh;
  }
}
.about .whyWeDo .whyContent {
  padding: 48px 34px;
}
@media screen and (max-width: 780px) {
  .about .whyWeDo .whyContent {
    padding: 0;
  }
}
.about .whyWeDo .whyP {
  text-align: left;
  color: #2e3f60;
  margin: 24.9px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 14%;
}
.about .howWeDo {
  padding: 5% 0;
}
.about .howWeDo .howP {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .about .howWeDo .whyImg {
    height: 25vw;
  }
}
@media screen and (max-width: 780px) {
  .about .howWeDo .MuiGrid-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about .howWeDo .haedLine {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 20px 0;
}
.about .howWeDo .pdfDownload {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .about .howWeDo .pdfDownload {
    display: unset;
  }
}
.about .howWeDo .pdfDownload .downloadP {
  font-size: 13px;
  color: #c49735;
  margin-right: 20vh;
}
@media screen and (max-width: 480px) {
  .about .howWeDo .pdfDownload .downloadP {
    margin-right: 0;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .about .howWeDo .pdfDownload .downloadP {
    margin-right: 21vh;
  }
}
@media screen and (min-width: 780px) and (max-width: 1025px) {
  .about .howWeDo .pdfDownload .downloadP {
    margin-right: 0vh;
  }
}
.about .howWeDo .pdfDownload .downloadP span {
  display: block;
}
@media screen and (max-width: 480px) {
  .about .howWeDo .pdfDownload .downloadP span {
    display: unset;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .about .howWeDo .pdfDownload .downloadP span {
    display: unset;
  }
}
.about .howWeDo .pdfDownload a {
  color: #2e3f60;
  background-color: #efc46f;
  border-radius: 18px;
  box-shadow: none;
  padding: 5px 10px;
  opacity: 1;
  outline: none;
  display: block;
  height: 4vh;
  width: 9vw;
  text-align: center;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 480px) {
  .about .howWeDo .pdfDownload a {
    width: unset;
    height: unset;
    padding: 12px 10px;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .about .howWeDo .pdfDownload a {
    padding: 10px 10px;
    height: 4vh;
    width: 17vw;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .about .howWeDo .pdfDownload a {
    height: 2vh;
    width: 13vw;
  }
}
.about .ourTeam {
  background-color: #f9f4ef;
  padding-top: 5%;
  padding-bottom: 10%;
}
.about .ourTeam h1 {
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 400;
  font-size: 30px;
  padding: 10px 20px;
  font-style: unset;
  margin-top: 0;
}
.about .ourTeam .MuiGrid-item {
  text-align: center;
}
.about .ourTeam img {
  max-height: 40vh;
  cursor: pointer;
}
.about .ourTeam h3 {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .about .ourTeam h3 {
    font-size: 16px;
  }
}
.about .ourTeam p {
  color: #c49735;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  margin: 10px 0;
}
@media screen and (max-width: 780px) {
  .about .ourTeam p {
    font-size: 14px;
  }
}
@media screen and (min-width: 780) and (max-width: 1024px) {
  .about .ourTeam p {
    font-size: 16px;
  }
}
.about .AdvisoryBoard {
  padding: 5% 0;
  background-color: #2e3f60;
  text-align: center;
}
.about .AdvisoryBoard h2 {
  color: #efc46f;
  font-size: 25px;
  font-family: "AdobeCleanSerif-Regular";
  margin-bottom: 5%;
  font-weight: initial;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .about .AdvisoryBoard h2 {
    font-size: 25px;
  }
}
.about .AdvisoryBoard img {
  max-height: 40vh;
  cursor: pointer;
}
.about .AdvisoryBoard h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fafbfc;
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .about .AdvisoryBoard h3 {
    font-size: 14px;
  }
}
.about .AdvisoryBoard p {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #c49735;
  padding: 0 20px;
}
@media screen and (max-width: 480px) {
  .about .AdvisoryBoard p {
    padding: 0 0;
    font-size: 12px;
  }
}
.about .GetIn {
  background-color: #f9f4ef;
  padding: 10% 0;
}
.about .GetIn .contact {
  background-color: #fafbfc;
  padding: 5% 7%;
  box-shadow: 0px 18px 65px rgba(229, 181, 59, 0.25);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .about .GetIn .contact {
    border-radius: 20px;
  }
}
.about .GetIn .head {
  font-size: 30px;
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: unset;
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .about .GetIn .head {
    font-size: 18px;
    margin: 0;
  }
}
.about .GetIn a {
  font-size: 25px;
  color: #c49735;
  font-family: "AdobeCleanSerif-Regular";
  margin: 10px 0;
  border-bottom: 1px solid #c49735;
  padding-bottom: 2px;
  outline: none;
}
@media screen and (max-width: 480px) {
  .about .GetIn a {
    font-size: 18px;
  }
}
.about .GetIn .contactBG {
  opacity: 10%;
  position: absolute;
  right: 0;
  top: 20px;
  max-height: 46vh;
}
@media screen and (max-width: 480px) {
  .about .GetIn .contactBG {
    position: absolute;
    right: 0;
    top: 20px;
    max-height: 16vh;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .about .GetIn .contactBG {
    max-height: 25vh;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .about .GetIn .contactBG {
    max-height: 20vh;
  }
}

.memberModal {
  overflow-y: scroll;
  z-index: 99999 !important;
}
.memberModal > div:nth-child(1) {
  background-color: #2e3f60 !important;
  opacity: 0.3;
}
.memberModal .memeberImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 84vh;
  width: 42%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
@media screen and (max-width: 480px) {
  .memberModal .memeberImg {
    width: 100%;
    position: unset;
    height: 42vh;
    margin-top: 30px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .memberModal .memeberImg {
    height: 50vh;
    width: 50%;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .memberModal .memeberImg {
    width: 100%;
    position: unset;
    height: 67vw;
    margin-top: 50px;
  }
}
.memberModal .closeModal {
  position: absolute;
  right: 30px;
  height: 5vh;
}
@media screen and (max-width: 1204px) {
  .memberModal .closeModal {
    top: 15px;
    height: 4vh;
  }
}
.memberModal .memberInfo {
  padding: 4% 5% 0% 12%;
}
@media screen and (max-width: 480px) {
  .memberModal .memberInfo {
    padding: 0% 5% 13% 12%;
  }
}
.memberModal .memberInfo h1 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
}
.memberModal .memberInfo h3 {
  font-family: "Montserrat", sans-serif;
  color: #c49735;
  margin-top: 10px;
  font-size: 16px;
}
.memberModal .memberInfo p {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-top: 7%;
}

.KnowledgeHub .subjects {
  padding: 3% 0;
}
@media screen and (max-width: 1024px) {
  .KnowledgeHub .subjects {
    padding: 10% 0;
  }
}
.KnowledgeHub .subjects a {
  color: #969faf;
  text-decoration: underline;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.KnowledgeHub .subjects a svg {
  margin-left: 5px;
}
.KnowledgeHub .subjects h1 {
  font-size: 2.3vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .KnowledgeHub .subjects h1 {
    font-size: 25px;
  }
}
.KnowledgeHub .subjects h1 img {
  height: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 480px) {
  .KnowledgeHub .subjects h1 img {
    height: 24px;
    margin-right: 10px;
  }
}
.KnowledgeHub .subjects p {
  font-size: 1vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 0 25px;
  padding-bottom: 2%;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .KnowledgeHub .subjects p {
    padding: 2px 0;
    font-size: 3vw;
  }
}
.KnowledgeHub .subjects .featureTopics {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 20px;
}
.KnowledgeHub .subjects .featureTopics:first-child .singleFeature:first-child {
  background-image: unset !important;
  background-color: #f2da9d;
}
.KnowledgeHub .subjects .featureTopics:first-child .singleFeature:first-child::before {
  content: unset;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics {
    grid-template-columns: auto;
    grid-gap: 30px;
  }
}
.KnowledgeHub .subjects .featureTopics .singleFeature {
  background-repeat: no-repeat;
  background-size: cover;
  height: 18vw;
  text-align: center;
  border-radius: 24px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics .singleFeature {
    height: 65vw;
  }
}
.KnowledgeHub .subjects .featureTopics .singleFeature::before {
  content: " ";
  height: 18vw;
  background-color: #2e3f60;
  border-radius: 24px;
  opacity: 43%;
  position: absolute;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics .singleFeature::before {
    height: 100%;
  }
}
.KnowledgeHub .subjects .featureTopics .singleFeature h3 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3vh;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.KnowledgeHub .subjects .featureTopics .singleFeature h3:hover {
  color: #f2da9d;
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics .singleFeature h3 {
    font-size: 30px;
  }
}
.KnowledgeHub .subjects .featureTopics .singleFeature:nth-child(even) {
  height: 25vw;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics .singleFeature:nth-child(even) {
    height: 50vw;
  }
}
.KnowledgeHub .subjects .featureTopics .singleFeature:nth-child(even)::before {
  height: 25vw;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics .singleFeature:nth-child(even)::before {
    height: 50vw;
  }
}
.KnowledgeHub .subjects .featureTopics .main {
  background-color: #f2da9d;
}
.KnowledgeHub .subjects .featureTopics .main h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #2e3f60;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics .main h4 {
    font-size: 30px;
  }
}
.KnowledgeHub .subjects .featureTopics:nth-child(odd) {
  padding-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) {
    margin-top: 30px;
  }
}
.KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature {
  background-repeat: no-repeat;
  background-size: cover;
  height: 18vw;
  text-align: center;
  border-radius: 24px;
  position: relative;
  width: 100%;
}
.KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:first-child::before {
  content: " ";
  height: 18vw;
  background-color: #2e3f60;
  border-radius: 24px;
  opacity: 43%;
  position: absolute;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:first-child::before {
    height: 50vw;
  }
}
.KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(even) {
  height: 18vw;
  margin-top: 20px;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(even) {
    height: 50vw;
  }
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(even) {
    margin-top: 0px;
  }
}
.KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(even)::before {
  height: 18vw;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(even)::before {
    height: 50vw;
  }
}
.KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(odd) {
  height: 25vw;
  margin-top: -75px;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(odd) {
    margin-top: 0px;
    height: 50vw;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(odd) {
    margin-top: -54px;
  }
}
.KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(odd)::before {
  height: 25vw;
}
@media screen and (max-width: 780px) {
  .KnowledgeHub .subjects .featureTopics:nth-child(odd) .singleFeature:nth-child(odd)::before {
    height: 50vw;
  }
}

.multimediaSection .tabs > div > div > div > div {
  padding-top: 0px;
}
.multimediaSection .multimediaArticlesSection .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.multimediaSection .multimediaArticlesSection ul {
  display: flex;
}
.multimediaSection .multimediaArticlesSection ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection ul li {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection ul li img {
  max-height: 2vh;
  margin-right: 5px;
}
.multimediaSection .multimediaArticlesSection .tagsNames .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
.multimediaSection .multimediaArticlesSection .tagsNames .tag1 a {
  position: unset !important;
  font-size: 0.7vw;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .tagsNames .tag1 a {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #969faf;
}
.multimediaSection .multimediaArticlesSection .tagsNames .tag2 a {
  position: unset !important;
  font-size: 0.7vw !important;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .tagsNames .tag2 {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .tagsNames a h3 {
  background-color: rgba(0, 0, 0, 0.2);
  color: #c49735;
  margin-right: 15px;
  padding: 4px 8px;
  border-radius: 16px;
  font-weight: 600;
  cursor: pointer;
}
.multimediaSection .multimediaArticlesSection .tagsNames a h3:hover {
  background-color: #c49735;
  color: #fff;
}
.multimediaSection .multimediaArticlesSection .largeVideo {
  margin-bottom: 40px;
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo {
  position: relative;
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .imgContainer {
  position: relative;
  height: 70vh;
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .imgContainer img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .imgContainer {
    height: 30vh !important;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .imgContainer::after {
  content: " ";
  z-index: 1;
  top: 0;
  background: black;
  background: linear-gradient(
    0deg,
    black 0%,
    #020202 18%,
    rgba(10, 10, 10, 0.8523623683) 43%,
    rgba(15, 15, 15, 0.48821671) 62%,
    rgba(84, 84, 84, 0) 100%
  );
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 25px;
  opacity: 0.7;
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent {
  z-index: 999;
  position: absolute;
  bottom: 20px;
  left: 7%;
  padding-bottom: 1%;
}



.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent span {
  display: none;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent {

    display: none;
  }
}


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

  .multimediaSection .multimediaArticlesSection .largeVideo {
     margin-bottom: 0
  }

   .overlayContent.overlayContentMobile {
    bottom: 20px;
    left: auto;
    padding-bottom: 1%;
    display: block;
  }



.overlayContent.overlayContentMobile .TitleLink h2 {
    color: #2e3f60;
    font-size: 3.5vw;
    font-weight: 600;
  }

 .overlayContent.overlayContentMobile .timeDate li {
    padding: 3px 0;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #969faf;
    display: flex;
    align-items: center;
    margin-right: 9px;
    font-size: 2.5vw;

  }
}

.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .tagsNames {
  margin-bottom: 1.5%;
  margin-left: 8%;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .tagsNames {
    margin-bottom: 3%;
    margin-left: 0;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .tagsNames .tag1 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3.3vh;
  text-align: center;
  justify-content: center;
  color: #efc46f;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent a {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent a {
    top: -10vh;
    left: auto;
    width: 100%;
    display: flex;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent a img {
  max-height: 8vh;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent a img {
    max-height: 6vh;
    margin: 0 auto;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .TitleLink {
  position: relative;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .TitleLink {
    top: 0;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent h2 {
  display: block;
  margin-left: 5vw;
  margin-top: 0;
  font-size: 1.6vw;
  color: #ffffff;
  margin-right: 20%;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent h2 {
    margin-left: auto;
    margin-top: 0;
    font-size: 3.5vw;
    color: #ffffff;
    margin-bottom: 5px;
    margin-right: auto;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .videoBtns.bigVideo {
  margin-bottom: 25px;
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent p {
  margin-left: 8%;
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 20%;
  font-size: 0.9vw;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent p {
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 8px;
    margin-right: auto;
    font-size: 3vw;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .timeDate {
  display: flex;
  float: left;
  margin-top: 8px;
  margin-left: 8%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .timeDate {
    display: flex;
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 4%;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .timeDate li {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
  opacity: 0.6;
  filter: invert(1);
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .timeDate li img {
    max-height: 1vh;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia {
  float: right;
  margin-right: 4%;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia {
    margin-right: auto;
    float: left;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia li {
  border: 1px solid #969faf;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia li {
    width: 20px;
    height: 20px;
  }
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia li a {
  position: relative;
  top: 0;
  justify-content: center;
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia li .fas {
  font-size: 12px !important;
}
.multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia li i {
  font-size: 1vw;
  color: #969faf;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .largeVideo .mainVideo .overlayContent .socialMedia li i {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .mainMultCards {
  margin-bottom: 30px;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mediaImgcontainer {
  position: relative;
  display: flex;
  height: 40vh !important;
  margin-bottom: 1vh;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .mainMultCards .mediaImgcontainer {
    height: 30vh !important;
  }
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mediaImgcontainer .upperHeader {
  padding: 5px;
  height: 4vh;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mediaImgcontainer .playIconSm {
  max-height: 4vh;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mediaImgcontainer .playIcon {
  max-height: 8vh;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .innerImg {
  filter: brightness(70%);
  position: absolute;
  z-index: -1;
  height: 40vh !important;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mainImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .mainMultCards .mainImg {
    height: 30vh !important;
  }
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mainImg span {
  display: none;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mainImg a {
  z-index: 999;
  position: absolute;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .mainImg::after {
  content: "";
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(69, 69, 69, 0.30054164) 50%, rgba(84, 84, 84, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 15px;
  opacity: 0.7;
}
.multimediaSection .multimediaArticlesSection .mainMultCards h1 {
  font-size: 2.2vh;
  min-height: 3vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: white;
  padding: 10px;
  padding-top: 15vh;
  padding-bottom: 0;
  color: white;
}

.multimediaSection .multimediaArticlesSection .mainMultCards h1.tilteMainMultCards {
  font-size: 2.2vh;
  min-height: 3vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 10px;
  padding-top: 15vh;
  padding-bottom: 0;
  color: #2e3f60;
  display: none;
}


@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .mainMultCards h1 {
    font-size: 3.5vw;
    padding-top: 15vh;
    display: none;
    
  }
}

@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .mainMultCards h1.tilteMainMultCards {
    font-size: 3.5vw;
    padding: 0rem;
    color: #2e3f60;
    display: block;
  }
}

.multimediaSection .multimediaArticlesSection .mainMultCards p {
  font-size: 0.9vw;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .mainMultCards p {
    font-size: 3vw;
  }
}
.multimediaSection .multimediaArticlesSection .mainMultCards .timeDate {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.multimediaSection .multimediaArticlesSection .mainMultCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .mainMultCards .timeDate li {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .mainMultCards .timeDate li img {
  max-height: 1.2vh;
  margin-right: 5px;
  opacity: 0.4;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .MainSpace {
  margin-bottom: 5%;
  position: relative;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .MainSpace .upperHeader{
  padding: 5px;
  height: 4vh;
  position: absolute;
  top: 10px;
  left: 0;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .MainSpace .upperHeader .playIconSm{
  max-height: 4vh;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .pressImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 19vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards .pressImg {
    height: 30vh;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards h1 {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 1.2vw;

}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards h1 {
    font-size: 3.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .timeDate {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards .timeDate li {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .timeDate li img {
  max-height: 1.6vh;
  margin-right: 5px;
  opacity: 0.4;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .timeDate li .clock {
  opacity: 1;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 70vh;
  width: 100%;
  border-radius: 30px;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject {
    min-height: 50vh;
    margin-bottom: 10%;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .tagsNames {
  margin-left: 15px;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .tagsNames .tag1 {
  background-color: #3c5377;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #cacfd7;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .projectLogo {
  height: 9vh;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10vh;
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .projectText {
  max-width: 15vw;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10%;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .projectText {
    max-width: 45vw;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .projectTextAr {
  max-width: 15vw;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 10%;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject .projectTextAr {
    max-width: 45vw;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject a {
  border: 1px solid #efc46f;
  border-radius: 15px;
  max-width: 12.5vh;
  margin-left: 15px;
  font-size: 0.7vw;
  display: flex;
  justify-content: center;
  height: 3.2vh;
  color: #e9ebef;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject a {
    font-size: 3vw;
  }
}
.multimediaSection .multimediaArticlesSection .pressMultiCards .interactiveProject .bgProject a img {
  max-width: 1.2vh;
  margin-left: 5px;
}

.eventDetails .Details {
  padding-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .eventDetails .Details {
    padding-bottom: 0;
  }
}
.eventDetails .Details .haedTopic {
  position: relative;
  margin-right: 50vh;
}
@media screen and (max-width: 1024px) {
  .eventDetails .Details .haedTopic {
    margin-right: 0;
  }
}
.eventDetails .Details .haedTopic a {
  color: #969faf;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 5px;
}
.eventDetails .Details .haedTopic a svg {
  margin-right: 5px;
}
.eventDetails .Details .haedTopic h1 {
  color: #3c5377;
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 50px 0px 20px 0px;
}
@media screen and (max-width: 480px) {
  .eventDetails .Details .haedTopic h1 {
    margin: 35px 0px 20px 0px;
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .haedTopic h1 {
    font-size: 35px;
  }
}
.eventDetails .Details .haedTopic h1 span {
  display: block;
}
.eventDetails .Details .haedTopic .socialLinks {
  display: flex;
  flex-direction: row;
  float: right;
  margin-bottom: 12px;
  padding: 0 16px;
}
@media screen and (max-width: 780px) {
  .eventDetails .Details .haedTopic .socialLinks {
    margin: 10px 0 10px;
    padding: 0;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .eventDetails .Details .haedTopic .socialLinks {
    margin: 10px 0 20px;
  }
}
.eventDetails .Details .haedTopic .socialLinks a {
  position: unset;
  color: #c49735;
  margin-right: 20px;
  font-size: 14px;
}
.eventDetails .Details .haedTopic .socialLinks a .fas {
  font-size: 12px !important;
}
.eventDetails .Details .haedTopic .socialLinks a img {
  height: 14px;
}
.eventDetails .Details .mainImg {
  height: 65vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 36px;
}
@media screen and (max-width: 480px) {
  .eventDetails .Details .mainImg {
    height: 22vh;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .mainImg {
    height: 30vh;
    width: 100%;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .eventDetails .Details .mainImg {
    height: 25vh;
    width: 58vw;
    background-size: cover;
    border-radius: 36px;
  }
}


@media screen and (max-width: 780px) {
  .eventDetails .Details .eventTime {
    margin: 35px;
  }
}
.eventDetails .Details .eventTime .date {
  display: flex;
  font-family: "Montserrat", sans-serif;
}
.eventDetails .Details .eventTime .date h1 {
  font-weight: 600;
  font-size: 6vw;
  color: #f2da9d;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .eventDetails .Details .eventTime .date h1 {
    font-size: 30vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime .date h1 {
    font-size: 25vw;
  }
}
.eventDetails .Details .eventTime .date span {
  margin: 28px 4px;
  color: #c49735;
  font-weight: 500;
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime .date span {
    font-size: 22px;
  }
}
.eventDetails .Details .eventTime .time li {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2e3f60;
  font-size: 14px;
  margin: 15px 0;
  display: flex;
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime .time li {
    font-size: 24px;
    margin: 30px 0;
  }
}
.eventDetails .Details .eventTime .time li img {
  height: 2vh;
  margin-right: 5px;
  margin-left: 5px;
}
.eventDetails .Details .eventTime a {
  background-color: #ebc76c;
  border-radius: 18px;
  padding: 8px 14px;
  color: #2e3f60;
  outline: none;
  font-size: 14px;
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime a {
    font-size: 24px;
  }
}
.eventDetails .Details .eventTime a img {
  margin-left: 5px;
}

@media screen and (max-width: 860px) {
  .eventDetails .Details .eventTime .date {
    color: #2e3f60;
  }
  .eventDetails .Details .eventTime .date h1 {
    font-size: 3vw;
    color: #2e3f60;
  
  }
.eventDetails .Details .eventTime .date span {
  font-size: 3vw;
  margin: 0 0.5rem;
  color: #2e3f60;
}

.eventDetails .eventArticle .article .singleTopic {
    margin: 0 !important;
}


.singleTopic  iframe {
    width: 100%;
  }
}



@media screen and (max-width: 480px) {
  .eventDetails .Details .eventTime .date {
    color: #2e3f60;
  }
  .eventDetails .Details .eventTime .date h1 {
    font-size: 3vw;
    color: #2e3f60;
  
  }
.eventDetails .Details .eventTime .date span {
  font-size: 3vw;
  margin: 0 0.5rem;
  color: #2e3f60;
}

.eventDetails .eventArticle .article .singleTopic {
    margin: 0 !important;
}


.singleTopic  iframe {
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime a img {
    width: 2vw;
  }
}
.eventDetails .Details .eventTime .speakers {
  margin-top: 13vh;
  padding: 0;
}
@media screen and (max-width: 780px) {
  .eventDetails .Details .eventTime .speakers {
    margin-top: 8vh;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .eventDetails .Details .eventTime .speakers {
    margin-top: 2vh;
  }
}
.eventDetails .Details .eventTime .speakers h5 {
  color: #c49735;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime .speakers h5 {
    font-size: 24px;
  }
}
.eventDetails .Details .eventTime .speakers li {
  font-size: 14px;
  display: flex;
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 4px 0;
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime .speakers li {
    font-size: 25px;
  }
}
.eventDetails .Details .eventTime .speakers li img {
  height: 30px;
  margin-right: 10px;
  width: 30px;
  border-radius: 50%;
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .Details .eventTime .speakers li img {
    height: 50px;
  }
}
.eventDetails .eventArticle {
  padding: 50px 0;
}
.eventDetails .eventArticle table {
  width: 100% !important;
}
.eventDetails .eventArticle table td img {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 780px) {
  .eventDetails .eventArticle {
    padding: 10px 0;
  }
}
@media screen and (max-width: 780px) {
  .eventDetails .eventArticle .links {
    padding: 20px;
  }
}
.eventDetails .eventArticle a {
  display: block;
  color: #969faf;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
}
.eventDetails .eventArticle a:hover {
  color: #c49735;
  font-weight: 600;
}
.eventDetails .eventArticle a:active {
  color: #c49735;
  font-weight: 600;
}
.eventDetails .eventArticle .article .singleTopic {
  margin-bottom: 10%;
  margin: 0 30vh;
}
@media screen and (max-width: 780px) {
  .eventDetails .eventArticle .article .singleTopic {
    margin-right: 0px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .eventDetails .eventArticle .article .singleTopic {
    margin-right: 0px;
  }
}
.eventDetails .eventArticle .article .singleTopic a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
  font-size: unset;
  font-weight: unset;
  font-family: unset;
}
.eventDetails .eventArticle .article .singleTopic h4 {
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
  color: #c49735;
  font-size: 20px;
  margin: 0;
}
.eventDetails .eventArticle .article .singleTopic p {
  font-size: 16px;
  font-family: "AdobeCleanSerif-Regular";
  color: #2e3f60;
  width: 100%;
}
.eventDetails .eventArticle .article .singleTopic p span{
  font-family: "AdobeCleanSerif-Regular" !important;
}
.eventDetails .eventArticle .article .singleTopic p .headLine {
  font-family: "AdobeCleanSerif-Regular";
  font-size: 18px;
  font-weight: 700;
  color: #233147;
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #c49735;
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle ul li {
  display: grid;
  grid-template-columns: auto auto;
  border-bottom: 1px solid #cacfd7;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .eventDetails .eventArticle .article .singleTopic .relatedArticle ul li {
    grid-template-columns: 16vw auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .eventDetails .eventArticle .article .singleTopic .relatedArticle ul li {
    grid-template-columns: 12vw auto;
  }
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle ul li:last-child {
  border-bottom: none;
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
  height: 11vh;
  width: 5vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
}
@media screen and (max-width: 480px) {
  .eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
    height: 8vh;
    width: 15vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
    height: 8vh;
    width: 11vw;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
    height: 8vh;
    width: 12vw;
  }
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic {
  display: inline;
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic span:first-child {
  background-color: #e9ebef;
  padding: 5px 12px;
  border-radius: 12px;
  color: #969faf;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic span:last-child {
  font-size: 8px;
  color: #969faf;
  border: 1px solid #969faf;
  padding: 5px;
  border-radius: 20px;
}
.eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #233147;
  margin: 6px 8px;
  font-size: 10px;
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .eventDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic h5 {
    font-size: 15px;
  }
}
.eventDetails .eventArticle .article .employment {
  margin-right: 0;
}
.eventDetails .eventArticle .article .video {
  position: relative;
}
.eventDetails .eventArticle .article .video .vidImg {
  height: 58vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 479.98px) {
  .eventDetails .eventArticle .article .video .vidImg {
    height: 30vh;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .eventDetails .eventArticle .article .video .vidImg {
    height: 40vh;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .eventDetails .eventArticle .article .video .vidImg {
    height: 30vh;
  }
}
.eventDetails .eventArticle .article .video .playIcon {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .eventDetails .eventArticle .article .video .playIcon {
    width: 7vh;
    top: 40%;
  }
}
.eventDetails .eventArticle .article .video .Description {
  font-family: "AdobeCleanSerif-Regular";
  font-size: 14px;
  font-style: italic;
  color: #969faf;
}
@media screen and (max-width: 1024px) {
  .eventDetails .eventArticle .article .references {
    margin-right: 0;
    padding: 0 20px;
  }
}
.eventDetails .eventArticle .article .references ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #233147;
  margin: 10px 0;
}
.eventDetails .eventArticle .article .references ul li span {
  color: #c49735;
  margin: 0;
}
.eventDetails .eventArticle .article .references ul li a {
  padding: 0;
  display: inline-block;
  color: #c49735;
  font-size: 12px !important;
}
.eventDetails .eventArticle .article .references .expansion h4 {
  color: #c49735;
  padding-top: 10%;
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.eventDetails .eventArticle .article .references .expansion h4 span {
  float: right;
  font-size: 20px;
  color: #969faf;
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
}
.eventDetails .eventArticle .article .references .expansion ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  list-style-type: initial;
  color: #3c5377;
}
.eventDetails .eventArticle .article .references .expansion .MuiPaper-root {
  background-color: transparent;
}
.eventDetails .eventArticle .article .references .expansion .MuiTypography-root {
  width: 100%;
}
.eventDetails .eventArticle .article .references .referenceBottom p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3c5377;
  font-size: 14px;
  border: 1px solid #cacfd7;
  border-radius: 18px;
  padding: 12px 22px;
  text-align: center;
  margin: 40px 0;
}
.eventDetails .eventArticle .article .references .referenceBottom .articleTopics {
  padding: 10% 0;
  text-align: center;
}
.eventDetails .eventArticle .article .references .referenceBottom .articleTopics img {
  margin-bottom: 30px;
}
.eventDetails .eventArticle .article .references .referenceBottom .articleTopics h6 {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
.eventDetails .eventArticle .article .references .referenceBottom .articleTopics ul {
  padding: 0 8vw;
}
@media screen and (max-width: 780px) {
  .eventDetails .eventArticle .article .references .referenceBottom .articleTopics ul {
    padding: 0px 2vw;
  }
}
.eventDetails .eventArticle .article .references .referenceBottom .articleTopics ul li {
  display: inline-block;
  border: 1px solid #cacfd7;
  padding: 5px 7px;
  border-radius: 36px;
  color: #969faf;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 10px 5px;
}
.eventDetails .eventArticle .article .references .referenceBottom .articleTopics ul li:first-child {
  background-color: #3c5377;
  color: #c49735;
  border: 1px solid #3c5377;
}

.knowledgeHubArticlesSection {
  margin-bottom: 10%;
}
.knowledgeHubArticlesSection .titlePage h2 {
  margin-bottom: 5px;
}
.knowledgeHubArticlesSection .titlePage p {
  margin-left: 3.5%;
  font-family: "Montserrat", sans-serif;
  color: #969faf;
  font-weight: 500;
  margin-bottom: 5%;
}
.knowledgeHubArticlesSection .knowledgeCard {
  background-color: #ffffff;
  border-radius: 15px;
  width: 70vw;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 3%;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticlesSection .knowledgeCard {
    margin-bottom: 6%;
    width: unset;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.knowledgeHubArticlesSection .knowledgeCard h1 {
  font-size: 1.4vw;
  color: #233147;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticlesSection .knowledgeCard h1 {
    font-size: 3.5vw;
  }
}
.knowledgeHubArticlesSection .knowledgeCard h2 {
  font-size: 1vw;
  color: #2e3f60;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 20px;
}
.knowledgeHubArticlesSection .knowledgeCard h2 p a {
  color: #2e3f60;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticlesSection .knowledgeCard h2 {
    font-size: 3vw;
    line-height: 18px;
  }
}
.knowledgeHubArticlesSection .knowledgeCard h3 {
  color: #969faf;
  font-size: 0.8vw;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticlesSection .knowledgeCard h3 {
    font-size: 2vw;
  }
}
.knowledgeHubArticlesSection .knowledgeCard h3 img {
  max-height: 2vh;
  margin-right: 5px;
}
.knowledgeHubArticlesSection .knowledgeCard .tagsNames {
  display: flex;
  float: right;
}
.knowledgeHubArticlesSection .knowledgeCard .tagsNames .tag1 {
  background-color: #cacfd7;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #fafbfc;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticlesSection .knowledgeCard .tagsNames .tag1 {
    font-size: 2vw;
  }
}
.knowledgeHubArticlesSection .knowledgeCard .tagsNames .tag2 {
  border: 1px solid #cacfd7;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticlesSection .knowledgeCard .tagsNames .tag2 {
    font-size: 2vw;
  }
}
.knowledgeHubArticlesSection .knowledgeCard .tagsNames .tag3 {
  border: 1px solid #cacfd7;
  border-radius: 50%;
  min-height: 3vh;
  min-width: 3vh;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
.knowledgeHubArticlesSection .knowledgeCard .tagsNames .tag3 img {
  max-height: 1.3vh;
}

.knowledgeHubArticles {
  padding: 3% 0;
}
.knowledgeHubArticles .scaleParagraph {
  width: 100%;
  overflow: hidden;
}
.knowledgeHubArticles .scaleParagraph a {
  color: #233147;
  font-size: unset;
  color: blue;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph a {
    font-size: unset;
  }
}
.knowledgeHubArticles .scaleParagraph li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0;
}
.knowledgeHubArticles .scaleParagraph li p {
  display: inline !important;
}
.knowledgeHubArticles .scaleParagraph p {
  transform: scale(1);
  font-size: 0.9vw;
  display: inline-block;
}
.knowledgeHubArticles .scaleParagraph p img {
  max-width: 100%;
  text-align: center;
  margin: 0%;
  height: initial !important;
  width: initial !important;
}
@media screen and (max-width: 1024px) {
  .knowledgeHubArticles .scaleParagraph p img {
    margin: 0;
  }
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph p {
    font-size: 4.4vw;
  }
}
.knowledgeHubArticles .scaleParagraph h1 {
  font-size: 2.2vw;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph h1 {
    font-size: 6.5vw;
  }
}
.knowledgeHubArticles .scaleParagraph h2 {
  font-size: 1.8vw;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph h2 {
    font-size: 5.5vw;
  }
}
.knowledgeHubArticles .scaleParagraph h3 {
  font-size: 1.5vw;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph h3 {
    font-size: 5.2vw;
  }
}
.knowledgeHubArticles .scaleParagraph h4 {
  font-size: 1.2vw;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph h4 {
    font-size: 4.8vw;
  }
}
.knowledgeHubArticles .scaleParagraph h5 {
  font-size: 0.9vw;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph h5 {
    font-size: 4.4vw;
  }
}
.knowledgeHubArticles .scaleParagraph h6 {
  font-size: 0.7vw;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph h6 {
    font-size: 3.7vw;
  }
}
.knowledgeHubArticles .scaleParagraph.size1 span,
.knowledgeHubArticles .scaleParagraph.size1 p,
.knowledgeHubArticles .scaleParagraph.size1 a {
  transform: scale(1);
  font-size: 0.9vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size1 span,
  .knowledgeHubArticles .scaleParagraph.size1 p,
  .knowledgeHubArticles .scaleParagraph.size1 a {
    font-size: 4.4vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size1 h1 {
  font-size: 2.2vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size1 h1 {
    font-size: 6.5vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size1 h2 {
  font-size: 1.8vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size1 h2 {
    font-size: 5.5vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size1 h3 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size1 h3 {
    font-size: 5.2vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size1 h4 {
  font-size: 1.2vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size1 h4 {
    font-size: 4.8vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size1 h5 {
  font-size: 0.9vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size1 h5 {
    font-size: 4.4vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size1 h6 {
  font-size: 0.7vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size1 h6 {
    font-size: 3.7vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size2 span,
.knowledgeHubArticles .scaleParagraph.size2 p,
.knowledgeHubArticles .scaleParagraph.size2 a {
  font-size: 1.2vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size2 span,
  .knowledgeHubArticles .scaleParagraph.size2 p,
  .knowledgeHubArticles .scaleParagraph.size2 a {
    font-size: 5vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size2 h1 {
  font-size: 2.5vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size2 h1 {
    font-size: 7.5vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size2 h2 {
  font-size: 2.2vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size2 h2 {
    font-size: 6.5vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size2 h3 {
  font-size: 2vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size2 h3 {
    font-size: 5.8vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size2 h4 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size2 h4 {
    font-size: 5.4vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size2 h5 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size2 h5 {
    font-size: 4.8vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size2 h6 {
  font-size: 1vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size2 h6 {
    font-size: 4.2vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size3 span,
.knowledgeHubArticles .scaleParagraph.size3 p,
.knowledgeHubArticles .scaleParagraph.size3 a {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size3 span,
  .knowledgeHubArticles .scaleParagraph.size3 p,
  .knowledgeHubArticles .scaleParagraph.size3 a {
    font-size: 6vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size3 h1 {
  font-size: 3vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size3 h1 {
    font-size: 7.8vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size3 h2 {
  font-size: 2.5vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size3 h2 {
    font-size: 6.8vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size3 h3 {
  font-size: 2.3vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size3 h3 {
    font-size: 6.1vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size3 h4 {
  font-size: 1.8vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size3 h4 {
    font-size: 5.8vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size3 h5 {
  font-size: 1.85vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size3 h5 {
    font-size: 5.1vw !important;
  }
}
.knowledgeHubArticles .scaleParagraph.size3 h6 {
  font-size: 1.3vw !important;
}
@media screen and (max-width: 860px) {
  .knowledgeHubArticles .scaleParagraph.size3 h6 {
    font-size: 4.5vw !important;
  }
}

.articleDetails .socialMedia {
  float: left;
  display: flex;
}
@media screen and (max-width: 860px) {
  .articleDetails .socialMedia {
    margin-right: auto;
    display: table;
    float: initial;
  }
}
.articleDetails .socialMedia li {
  border-radius: 50%;
  width: 25px;
  height: 30px;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (max-width: 860px) {
  .articleDetails .socialMedia li {
    width: 20px;
    height: 20px;
  }
}
.articleDetails .socialMedia li .fas {
  font-size: 12px !important;
}
.articleDetails .socialMedia li i {
  font-size: 1vw;
  color: #969faf;
}
@media screen and (max-width: 860px) {
  .articleDetails .socialMedia li i {
    font-size: 2.5vw;
  }
}
.articleDetails .Details {
  padding-bottom: 50px;
}
@media screen and (max-width: 780px) {
  .articleDetails .Details {
    padding-bottom: 0;
  }
}
.articleDetails .Details .haedTopic {
  position: relative;
  /* margin-right: 50vh; */
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  .articleDetails .Details .haedTopic {
    margin-right: 0;
  }
}
.articleDetails .Details .haedTopic a {
  color: #969faf;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 5px;
}
.articleDetails .Details .haedTopic a svg {
  margin-right: 5px;
}
.articleDetails .Details .haedTopic h1 {
  color: #3c5377;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 480px) {
  .articleDetails .Details .haedTopic h1 {
    margin: 5px 0px 20px 0px;
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .articleDetails .Details .haedTopic h1 {
    font-size: 35px;
  }
}
.articleDetails .Details .haedTopic h1 span {
  display: block;
}
.articleDetails .Details .haedTopic .socialLinks {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  float: right;
  padding: 0 16px;
}
@media screen and (max-width: 780px) {
  .articleDetails .Details .haedTopic .socialLinks {
    margin: 10px 0 10px;
    padding: 0;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .Details .haedTopic .socialLinks {
    margin: 10px 0 20px;
  }
}
.articleDetails .Details .haedTopic .socialLinks a {
  position: unset;
  color: #c49735;
  margin-right: 20px;
  font-size: 14px;
  outline: none !important;
}
.articleDetails .Details .haedTopic .socialLinks a .fas {
  font-size: 12px !important;
}
.articleDetails .Details .haedTopic .socialLinks a img {
  height: 14px;
}
.articleDetails .Details .mainImg {
  /* height: 65vh;
  width: 65vw; */
  height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 36px; */
  border-radius: 5px;
  object-fit: cover;
  object-position: 10% 20%;
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .articleDetails .Details .mainImg {
    height: 30vh;
    width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .articleDetails .Details .mainImg {
    height: 32vh;
    width: 67vh;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .Details .mainImg {
    height: 25vh;
    width: 100%;
    background-size: cover;
    border-radius: 36px;
  }
}
.articleDetails .Details .mainDate .timeDate {
  display: flex;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .articleDetails .Details .mainDate .timeDate {
    padding-bottom: 10px;
  }
}
.articleDetails .Details .mainDate .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #969faf;
  align-items: center;
  margin-right: 9px;
  max-height: 2vh;
}
@media screen and (max-width: 480px) {
  .articleDetails .Details .mainDate .timeDate li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .Details .mainDate .timeDate li {
    font-size: 14px;
  }
}
.articleDetails .Details .mainDate .timeDate li img {
  max-height: 2vh;
}
@media screen and (max-width: 1024px) {
  .articleDetails .Details .mainDate .timeDate li img {
    max-height: 1vh;
  }
}
.articleDetails .Details .writer {
  /* padding: 15% 0px 0px; */
  width: 65vw;
  margin: auto;
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .Details .writer {
    padding: 5px 0px;
  }
}
@media screen and (max-width: 780px) {
  .articleDetails .Details .writer {
    padding-top: 20px;
    width: 67vh;
  }
}
@media screen and (max-width: 478px) {
  .articleDetails .Details .writer {
    padding-top: 20px;
    width: 90vw;
  }
}
.articleDetails .Details .writer .timeDate {
  display: flex;
  padding-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .articleDetails .Details .writer .timeDate {
    padding-bottom: 10px;
  }
}
.articleDetails .Details .writer .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  color: #969faf;
  align-items: center;
  margin-right: 9px;
  max-height: 2vh;
}
@media screen and (max-width: 480px) {
  .articleDetails .Details .writer .timeDate li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .Details .writer .timeDate li {
    font-size: 14px;
  }
}
.articleDetails .Details .writer .timeDate li img {
  max-height: 2vh;
}
@media screen and (max-width: 1024px) {
  .articleDetails .Details .writer .timeDate li img {
    max-height: 1vh;
  }
}
.articleDetails .Details .writer .writerName {
  display: flex;
}
.articleDetails .Details .writer .writerName .writerPic {
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
  background-size: cover;
  background-repeat: no-repeat;
}
.eventArticle .writer .writerName .writerPic {
  border-radius: 50%;
  /* width: 35%; */
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .articleDetails .Details .writer .writerName .writerPic {
    width: 10vw;
    height: 10vw;
  }
  .eventArticle .writer .writerName .writerPic {
   
    width: 30%;
   
  }
}
.articleDetails .Details .writer .writerName h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2e3f60;
  font-size: 14px;
  margin: auto 16px;
}
.articleDetails .Details .writer p {
  color: #969faf;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
}
.articleDetails .eventArticle {
  padding: 50px 0;
  padding-top: 5px;
}
.articleDetails .eventArticle table {
  width: 100% !important;
}
.articleDetails .eventArticle table td {
  height: 150px;
  position: relative;
}
.articleDetails .eventArticle table td img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 1;
  /* opacity: 0.9; */
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
}
@media screen and (max-width: 780px) {
  .articleDetails .eventArticle {
    padding: 10px 0;
  }
}
@media screen and (max-width: 780px) {
  .articleDetails .eventArticle .links {
    padding: 20px;
  }
}
.articleDetails .eventArticle .singleTopic a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: unset;
  text-decoration: underline;
  font-weight: unset;
  font-family: unset;
  color: blue;
}
@media screen and (max-width: 780px) {
  .articleDetails .eventArticle .article .singleTopic {
    margin-right: 0px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .eventArticle .article .singleTopic {
    margin-right: 0px;
  }
}
.articleDetails .eventArticle .article .singleTopic h4 {
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
  color: #c49735;
  font-size: 20px;
  margin: 0;
}
.articleDetails .eventArticle .article .singleTopic p {
  font-size: 16px;
  font-family: "AdobeCleanSerif-Regular";
  color: #2e3f60;
  display: inline-block;
  width: 100%;
  margin: 0.5rem 0;
}

.articleDetails .eventArticle .article .singleTopic p[dir="ltr"] {
  direction: ltr;
}

.articleDetails .eventArticle .article .singleTopic p .headLine {
  font-family: "AdobeCleanSerif-Regular";
  font-size: 18px;
  font-weight: 700;
  color: #233147;
}
.articleDetails .eventArticle .article .singleTopic .mainTopic {
  font-size: 16px;
  font-family: "AdobeCleanSerif-Regular";
  color: #2e3f60 !important;
  color: #2e3f60 !important;
}
.articleDetails .eventArticle .article .singleTopic .mainTopic .headLine {
  font-family: "AdobeCleanSerif-Regular";
  font-size: 18px;
  font-weight: 700;
  color: #233147;
}
.articleDetails .eventArticle .article .singleTopic .mainTopic iframe {
  width: 100%;
  border-radius: 36px;
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #c49735;
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle ul li {
  display: grid;
  grid-template-columns: auto auto;
  border-bottom: 1px solid #cacfd7;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  .articleDetails .eventArticle .article .singleTopic .relatedArticle ul li {
    grid-template-columns: 16vw auto;
  }
}
@media screen and (min-width: 480px) and (max-width: 1024px) {
  .articleDetails .eventArticle .article .singleTopic .relatedArticle ul li {
    grid-template-columns: 12vw auto;
  }
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle ul li:last-child {
  border-bottom: none;
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
  height: 11vh;
  width: 5vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
}
@media screen and (max-width: 480px) {
  .articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
    height: 8vh;
    width: 15vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
    height: 8vh;
    width: 11vw;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .relatedImg {
    height: 8vh;
    width: 12vw;
  }
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic {
  display: inline;
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic span:first-child {
  background-color: #e9ebef;
  padding: 5px 12px;
  border-radius: 12px;
  color: #969faf;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic span:last-child {
  font-size: 8px;
  color: #969faf;
  border: 1px solid #969faf;
  padding: 5px;
  border-radius: 20px;
}
.articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #233147;
  margin: 6px 8px;
  font-size: 10px;
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .eventArticle .article .singleTopic .relatedArticle ul li .topic h5 {
    font-size: 15px;
  }
}
.articleDetails .eventArticle .article .employment {
  margin-right: 0;
}
.articleDetails .eventArticle .article .video {
  position: relative;
}
.articleDetails .eventArticle .article .video .vidImg {
  height: 58vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 479.98px) {
  .articleDetails .eventArticle .article .video .vidImg {
    height: 30vh;
  }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
  .articleDetails .eventArticle .article .video .vidImg {
    height: 40vh;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetails .eventArticle .article .video .vidImg {
    height: 30vh;
  }
}
.articleDetails .eventArticle .article .video .playIcon {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .articleDetails .eventArticle .article .video .playIcon {
    width: 7vh;
    top: 40%;
  }
}
.articleDetails .eventArticle .article .video .Description {
  font-family: "AdobeCleanSerif-Regular";
  font-size: 14px;
  font-style: italic;
  color: #969faf;
}
.articleDetails .eventArticle .article .references {
  margin-right: 45vh;
}
@media screen and (max-width: 1024px) {
  .articleDetails .eventArticle .article .references {
    margin-right: 0;
    padding: 0 20px;
  }
}
.articleDetails .eventArticle .article .references ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #233147;
  margin: 10px 0;
}
.articleDetails .eventArticle .article .references ul li span {
  color: #c49735;
  margin: 0;
}
.articleDetails .eventArticle .article .references ul li a {
  padding: 0;
  display: inline-block;
  color: #c49735;
  font-size: 12px !important;
}
.articleDetails .eventArticle .article .references .expansion h4 {
  color: #c49735;
  padding-top: 10%;
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.articleDetails .eventArticle .article .references .expansion h4 span {
  float: right;
  font-size: 20px;
  color: #969faf;
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
}
.articleDetails .eventArticle .article .references .expansion ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  list-style-type: initial;
  color: #3c5377;
}
.articleDetails .eventArticle .article .references .expansion .MuiPaper-root {
  background-color: transparent;
}
.articleDetails .eventArticle .article .references .expansion .MuiTypography-root {
  width: 100%;
}
.articleDetails .eventArticle .article .references .referenceBottom .refrenceP {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3c5377;
  font-size: 14px;
  border: 1px solid #cacfd7;
  border-radius: 18px;
  padding: 12px 22px;
  text-align: center;
  margin: 40px 0;
}
.articleDetails .eventArticle .article .references .referenceBottom .articleTopics {
  padding: 10% 0;
  text-align: center;
}
.articleDetails .eventArticle .article .references .referenceBottom .articleTopics img {
  margin-bottom: 30px;
}
.articleDetails .eventArticle .article .references .referenceBottom .articleTopics h6 {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
.articleDetails .eventArticle .article .references .referenceBottom .articleTopics ul {
  padding: 0 8vw;
}
@media screen and (max-width: 780px) {
  .articleDetails .eventArticle .article .references .referenceBottom .articleTopics ul {
    padding: 0px 2vw;
  }
}
.articleDetails .eventArticle .article .references .referenceBottom .articleTopics ul li {
  display: inline-block;
  border: 1px solid #969faf;
  padding: 5px 7px;
  border-radius: 36px;
  color: #969faf;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 10px 5px;
}
.articleDetails .eventArticle .article .references .referenceBottom .articleTopics ul li a {
  font-size: 12px !important;
}
.articleDetails .eventArticle .article .references .referenceBottom .articleTopics ul li:first-child {
  background-color: #3c5377;
  color: #c49735;
  border: 1px solid #3c5377;
}

.readAlsoSection .readMoreTitle {
  margin-bottom: 3%;
}
.readAlsoSection .readMoreTitle h3 {
  color: #c49735;
  margin-top: 0;
  font-size: 1vw;
  position: relative;
}
@media screen and (max-width: 860px) {
  .readAlsoSection .readMoreTitle h3 {
    font-size: 3.5vw;
  }
}
.readAlsoSection .readMoreTitle h3::after {
  content: "";
  background-color: #cacfd7;
  width: 90%;
  min-height: 0.1vw;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.readAlsoSection ul {
  display: flex;
}
.readAlsoSection ul li {
  margin-right: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.8vw;
  color: #969faf;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .readAlsoSection ul li {
    font-size: 2.5vw;
  }
}
.readAlsoSection ul li img {
  max-height: 2vh;
  margin-right: 5px;
}
.readAlsoSection .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.readAlsoSection .articalCards {
  margin-bottom: 10%;
}
.readAlsoSection .articalCards .row {
  max-width: 65vw;
  margin: 0 auto !important;
}
.readAlsoSection .articalCards .row:last-child {
  margin-bottom: 100px;
}
.readAlsoSection .articalCards .row .mdImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 25vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}
.readAlsoSection .articalCards .row h4 {
  font-size: 13px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}
.readAlsoSection .articalCards .row .tagsNames .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 860px) {
  .readAlsoSection .articalCards .row .tagsNames .tag1 {
    font-size: 2.5vw;
  }
}
.readAlsoSection .articalCards .row .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  font-size: 0.7vw;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #969faf;
}
@media screen and (max-width: 860px) {
  .readAlsoSection .articalCards .row .tagsNames .tag2 {
    font-size: 2.5vw;
  }
}
.readAlsoSection .articalCards .row .timeDate {
  display: flex;
}
.readAlsoSection .articalCards .row .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.7vw;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 860px) {
  .readAlsoSection .articalCards .row .timeDate li {
    font-size: 2.5vw;
  }
}
.readAlsoSection .articalCards .row .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.readAlsoSection .articalCards .row .writerName {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.readAlsoSection .articalCards .row .writerName .xsImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 3vh;
  width: 3vh;
  border-radius: 50px;
}
.readAlsoSection .articalCards .row .writerName .name {
  color: #2e3f60;
}

.articleDetailVideo h1 {
  padding: 10px 25%;
  text-align: center;
}
.articleDetailVideo .largeVideo {
  margin-bottom: 40px;
}
.articleDetailVideo .largeVideo .mainVideo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 70vh;
  width: 80%;
  border-radius: 25px;
  margin-bottom: 15px;
  position: relative;
  margin-left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.articleDetailVideo .largeVideo .mainVideo .detailsVidoeImg {
  height: 70vh;
  width: 100%;
  border-radius: 25px;
}
@media screen and (max-width: 860px) {
  .articleDetailVideo .largeVideo .mainVideo .detailsVidoeImg {
    height: 50vh;
    margin-left: 0%;
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  .articleDetailVideo .largeVideo .mainVideo {
    height: 50vh;
    margin-left: 0%;
    width: 100%;
  }
}
.articleDetailVideo .largeVideo .mainVideo .overlayContent {
  z-index: 999;
  position: absolute;
  width: 80px;
  height: 80px;
}
.articleDetailVideo .largeVideo .mainVideo::after {
  content: "";
  top: 0;
  background: black;
  background: linear-gradient(
    0deg,
    black 0%,
    #020202 18%,
    rgba(10, 10, 10, 0.8523623683) 43%,
    rgba(15, 15, 15, 0.48821671) 62%,
    rgba(84, 84, 84, 0) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 25px;
  opacity: 0.7;
}
.articleDetailVideo .timeDate {
  display: flex;
  padding-bottom: 35px;
  float: right !important;
}
@media screen and (max-width: 1024px) {
  .articleDetailVideo .timeDate {
    padding-bottom: 10px;
  }
}
.articleDetailVideo .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #969faf;
  align-items: center;
  margin-right: 9px;
}
@media screen and (max-width: 480px) {
  .articleDetailVideo .timeDate li {
    font-size: 2vw;
  }
}
@media screen and (min-width: 780px) and (max-width: 1024px) {
  .articleDetailVideo .timeDate li {
    font-size: 14px;
  }
}
.articleDetailVideo .timeDate li img {
  max-height: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 1024px) {
  .articleDetailVideo .timeDate li img {
    max-height: 12px;
  }
}
.articleDetailVideo .socialMedia {
  float: right;
  display: flex;
}
@media screen and (max-width: 860px) {
  .articleDetailVideo .socialMedia {
    margin-right: auto;
    display: table;
    float: initial;
  }
}
.articleDetailVideo .socialMedia li {
  border-radius: 50%;
  justify-content: center;
  margin-right: 15px !important;
}
.articleDetailVideo .socialMedia li .fas {
  font-size: 12px !important;
}
.articleDetailVideo .socialMedia li i {
  font-size: 1vw;
  color: #969faf;
}
@media screen and (max-width: 860px) {
  .articleDetailVideo .socialMedia li i {
    font-size: 2.5vw;
  }
}
.articleDetailVideo iframe {
  margin: 15px 0px;
  max-width: 100%;
  width: 100% !important;
  border-radius: 36px;
}
.articleDetailVideo p {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9vw;
  line-height: 1.8;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
}
@media screen and (max-width: 860px) {
  .articleDetailVideo p {
    font-size: 4.4vw !important;
  }
}
.articleDetailVideo .videoTitle {
  color: #c49735;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 16px;
}
.articleDetailVideo h5 {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9vw;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
}
.articleDetailVideo h5 a {
  color: #c49735;
  font-size: 0.9vw;
}
.articleDetailVideo .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 25px 0px;
}
.articleDetailVideo .video-container iframe,
.articleDetailVideo .video-container object,
.articleDetailVideo .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articleDetailVideo .references {
  margin-right: 45vh;
}
@media screen and (max-width: 1024px) {
  .articleDetailVideo .references {
    margin-right: 0;
    padding: 0 20px;
  }
}
.articleDetailVideo .references ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #233147;
  margin: 10px 0;
}
.articleDetailVideo .references ul li span {
  color: #c49735;
  margin: 0;
}
.articleDetailVideo .references ul li a {
  padding: 0;
  display: inline-block;
  color: #c49735;
  font-size: 12px !important;
}
.articleDetailVideo .references .expansion h4 {
  color: #c49735;
  padding-top: 10%;
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}
.articleDetailVideo .references .expansion h4 span {
  float: right;
  font-size: 20px;
  color: #969faf;
  font-family: "AdobeCleanSerif-Regular";
  font-weight: 700;
}
.articleDetailVideo .references .expansion ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  list-style-type: initial;
  color: #3c5377;
}
.articleDetailVideo .references .expansion .MuiPaper-root {
  background-color: transparent;
}
.articleDetailVideo .references .expansion .MuiTypography-root {
  width: 100%;
}
.articleDetailVideo .references .referenceBottom p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #3c5377;
  font-size: 14px;
  border: 1px solid #cacfd7;
  border-radius: 18px;
  padding: 12px 22px;
  text-align: center;
  margin: 40px 0;
}
.articleDetailVideo .references .referenceBottom .articleTopics {
  padding: 10% 0;
  text-align: center;
}
.articleDetailVideo .references .referenceBottom .articleTopics img {
  margin-bottom: 30px;
}
.articleDetailVideo .references .referenceBottom .articleTopics h6 {
  color: #2e3f60;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 10px 0;
}
.articleDetailVideo .references .referenceBottom .articleTopics ul {
  padding: 0 8vw;
}
@media screen and (max-width: 780px) {
  .articleDetailVideo .references .referenceBottom .articleTopics ul {
    padding: 0px 2vw;
  }
}
.articleDetailVideo .references .referenceBottom .articleTopics ul li {
  display: inline-block;
  border: 1px solid #969faf;
  padding: 5px 7px;
  border-radius: 36px;
  color: #969faf;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 10px 5px;
}
.articleDetailVideo .references .referenceBottom .articleTopics ul li:first-child {
  background-color: #3c5377;
  color: #c49735;
  border: 1px solid #3c5377;
}

@media screen and (max-width: 860px) {
  .topLeftDate .timeDate {
    padding-bottom: 10px;
    float: left;
    min-width: 50%;
  }
  .topLeftDate .timeDate li {
    font-size: 4vw;
  }
  .topLeftDate .socialMedia li {
    width: 15px;
    color: #9a9a9a;
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 860px) and (max-width: 860px) {
  .topLeftDate .socialMedia li {
    width: 5px;
  }
}

.whiteBox {
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 20px;
  margin-bottom: 30px;
  max-width: 70%;
  position: relative;
}
@media screen and (max-width: 860px) {
  .whiteBox {
    max-width: 100%;
    padding: 10px;
    z-index: initial;
    position: relative;
  }
}
.whiteBox .smallText {
  font-size: 13px;
  color: #854f4f;
  margin-right: 15px;
}
.whiteBox .mediumText {
  font-size: 17px;
  color: #888;
  margin-right: 15px;
}
.whiteBox .largeText {
  font-size: 20px;
  color: #888;
  margin-right: 15px;
}
.whiteBox a.active {
  color: #000;
  font-weight: bold;
}
.whiteBox h6 {
  margin: 0px;
  text-align: center;
  color: #888;
  line-height: 30px;
  font-size: 0.8vw;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  .whiteBox h6 {
    font-size: 3vw;
  }
}
.whiteBox .scaleParagraph {
  padding-right: 30%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .whiteBox .scaleParagraph {
    padding-right: 0%;
  }
}

.scaleParagraph {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1300px) {
  .scaleParagraph .articlevidprg p,
  .scaleParagraph .articlevidprg span {
    width: 70%;
  }
}
.scaleParagraph a {
  color: blue;
  font-size: unset;
}
@media screen and (max-width: 860px) {
  .scaleParagraph a {
    font-size: unset;
  }
}
.scaleParagraph li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding: 0;
}
.scaleParagraph li p {
  display: inline !important;
}
.scaleParagraph p {
  transform: scale(1);
  font-size: 0.9vw;
  display: inline-block;
}
.scaleParagraph p img {
  max-width: 100%;
  text-align: center;
  margin: 0%;
  height: initial !important;
  width: initial !important;
}
@media screen and (max-width: 1024px) {
  .scaleParagraph p img {
    margin: 0 !important;
  }
}
@media screen and (max-width: 860px) {
  .scaleParagraph p {
    font-size: 4.4vw !important;
  }
}
.scaleParagraph h1 {
  font-size: 2.2vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph h1 {
    font-size: 6.5vw !important;
  }
}
.scaleParagraph h2 {
  font-size: 1.8vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph h2 {
    font-size: 5.5vw !important;
  }
}
.scaleParagraph h3 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph h3 {
    font-size: 5.2vw !important;
  }
}
.scaleParagraph h4 {
  font-size: 1.2vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph h4 {
    font-size: 4.8vw !important;
  }
}
.scaleParagraph h5 {
  font-size: 0.9vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph h5 {
    font-size: 4.4vw !important;
  }
}
.scaleParagraph h6 {
  font-size: 0.7vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph h6 {
    font-size: 3.7vw !important;
  }
}
.scaleParagraph.size1 p,
.scaleParagraph.size1 span,
.scaleParagraph.size1 a {
  transform: scale(1);
  font-size: 0.9vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size1 p,
  .scaleParagraph.size1 span,
  .scaleParagraph.size1 a {
    font-size: 4.4vw !important;
  }
}
.scaleParagraph.size1 h1 {
  font-size: 2.2vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size1 h1 {
    font-size: 6.5vw !important;
  }
}
.scaleParagraph.size1 h2 {
  font-size: 1.8vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size1 h2 {
    font-size: 5.5vw !important;
  }
}
.scaleParagraph.size1 h3 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size1 h3 {
    font-size: 5.2vw !important;
  }
}
.scaleParagraph.size1 h4 {
  font-size: 1.2vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size1 h4 {
    font-size: 4.8vw !important;
  }
}
.scaleParagraph.size1 h5 {
  font-size: 0.9vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size1 h5 {
    font-size: 4.4vw !important;
  }
}
.scaleParagraph.size1 h6 {
  font-size: 0.7vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size1 h6 {
    font-size: 3.7vw !important;
  }
}
.scaleParagraph.size2 p,
.scaleParagraph.size2 span,
.scaleParagraph.size2 a {
  font-size: 1.2vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size2 p,
  .scaleParagraph.size2 span,
  .scaleParagraph.size2 a {
    font-size: 5vw !important;
  }
}
.scaleParagraph.size2 h1 {
  font-size: 2.5vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size2 h1 {
    font-size: 7.5vw !important;
  }
}
.scaleParagraph.size2 h2 {
  font-size: 2.2vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size2 h2 {
    font-size: 6.5vw !important;
  }
}
.scaleParagraph.size2 h3 {
  font-size: 2vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size2 h3 {
    font-size: 5.8vw !important;
  }
}
.scaleParagraph.size2 h4 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size2 h4 {
    font-size: 5.4vw !important;
  }
}
.scaleParagraph.size2 h5 {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size2 h5 {
    font-size: 4.8vw !important;
  }
}
.scaleParagraph.size2 h6 {
  font-size: 1vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size2 h6 {
    font-size: 4.2vw !important;
  }
}
.scaleParagraph.size3 p,
.scaleParagraph.size3 span,
.scaleParagraph.size3 a {
  font-size: 1.5vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size3 p,
  .scaleParagraph.size3 span,
  .scaleParagraph.size3 a {
    font-size: 6vw !important;
  }
}
.scaleParagraph.size3 h1 {
  font-size: 3vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size3 h1 {
    font-size: 7.8vw !important;
  }
}
.scaleParagraph.size3 h2 {
  font-size: 2.5vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size3 h2 {
    font-size: 6.8vw !important;
  }
}
.scaleParagraph.size3 h3 {
  font-size: 2.3vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size3 h3 {
    font-size: 6.1vw !important;
  }
}
.scaleParagraph.size3 h4 {
  font-size: 1.8vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size3 h4 {
    font-size: 5.8vw !important;
  }
}
.scaleParagraph.size3 h5 {
  font-size: 1.85vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size3 h5 {
    font-size: 5.1vw !important;
  }
}
.scaleParagraph.size3 h6 {
  font-size: 1.3vw !important;
}
@media screen and (max-width: 860px) {
  .scaleParagraph.size3 h6 {
    font-size: 4.5vw !important;
  }
}

.image-gallery-icon {
  color: #fff;
  transition: all 0.2s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a);
}

@media (min-width: 768px) {
  .image-gallery-icon:hover {
    color: #337ab7;
  }

  .image-gallery-icon:hover .image-gallery-svg {
    transform: scale(1.1);
  }
}
.image-gallery-icon:focus {
  outline: 2px solid #337ab7;
}

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: 0;
}

@media screen and (max-width: 860px) {
  .image-gallery-using-mouse {
    margin-right: 0 !important;
  }
}

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px;
}

.image-gallery-fullscreen-button .image-gallery-svg,
.image-gallery-play-button .image-gallery-svg {
  height: 36px;
  width: 36px;
}

@media (max-width: 768px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 15px;
  }

  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 480px) {
  .image-gallery-fullscreen-button,
  .image-gallery-play-button {
    padding: 10px;
  }

  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 16px;
    width: 16px;
  }
}
.image-gallery-fullscreen-button {
  right: 0;
}

.image-gallery-play-button {
  left: 0;
}

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 90px;
  width: 60px;
}

@media (max-width: 768px) {
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 72px;
    width: 36px;
  }
}
@media (max-width: 480px) {
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 48px;
    width: 24px;
  }
}
.image-gallery-left-nav[disabled],
.image-gallery-right-nav[disabled] {
  cursor: disabled;
  opacity: 0.6;
  pointer-events: none;
}

.image-gallery-left-nav {
  left: 0;
}

.image-gallery-right-nav {
  right: 0;
}

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.image-gallery.fullscreen-modal {
  background: #000;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.image-gallery.fullscreen-modal .image-gallery-content {
  top: 50%;
  transform: translateY(-50%);
}

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0;
  max-width: 75%;
}

.image-gallery-content.fullscreen {
  background: #000;
}

.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: 30vw;
}
@media screen and (max-width: 860px) {
  .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: initial;
  }
}

.image-gallery-content.left .image-gallery-slide .image-gallery-image,
.image-gallery-content.right .image-gallery-slide .image-gallery-image {
  max-height: 100vh;
}

.image-gallery-slide-wrapper {
  position: relative;
}

.image-gallery-slide-wrapper.left,
.image-gallery-slide-wrapper.right {
  display: inline-block;
  width: calc(100% - 110px);
}

@media (max-width: 768px) {
  .image-gallery-slide-wrapper.left,
  .image-gallery-slide-wrapper.right {
    width: calc(100% - 87px);
  }
}
.image-gallery-slide-wrapper.image-gallery-rtl {
  direction: rtl;
}

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center;
  border-radius: 30px;
}

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.image-gallery-slide.center {
  position: relative;
  outline: 0;
}

.image-gallery-slide .image-gallery-description {
  background: rgba(0, 0, 0, 0.4);
  bottom: 70px;
  color: #fff;
  left: 0;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  white-space: normal;
}

@media (max-width: 768px) {
  .image-gallery-slide .image-gallery-description {
    bottom: 45px;
    font-size: 0.8em;
    padding: 8px 15px;
  }
}
.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4;
}

.image-gallery-bullets .image-gallery-bullets-container {
  margin: 0;
  padding: 0;
  text-align: center;
}

.image-gallery-bullets .image-gallery-bullet {
  appearance: none;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 0 #1a1a1a;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  outline: 0;
  padding: 5px;
  transition: background 0.2s ease-out;
}

@media (max-width: 768px) {
  .image-gallery-bullets .image-gallery-bullet {
    margin: 0 3px;
    padding: 3px;
  }
}
@media (max-width: 480px) {
  .image-gallery-bullets .image-gallery-bullet {
    padding: 2.7px;
  }
}
.image-gallery-bullets .image-gallery-bullet:focus,
.image-gallery-bullets .image-gallery-bullet:hover {
  background: #337ab7;
  transform: scale(1.1);
}

.image-gallery-bullets .image-gallery-bullet.active {
  background: #fff;
}

.image-gallery-thumbnails-wrapper {
  position: relative;
}

.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
  direction: rtl;
}

.image-gallery-thumbnails-wrapper.left,
.image-gallery-thumbnails-wrapper.right {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left,
  .image-gallery-thumbnails-wrapper.right {
    width: 81px;
  }
}
.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails,
.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail,
.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
  display: block;
  margin-right: 0;
  padding: 0;
}

.image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail,
.image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 0;
  margin-top: 2px;
}

.image-gallery-thumbnails-wrapper.left,
.image-gallery-thumbnails-wrapper.right {
  margin: 0 5px;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails-wrapper.left,
  .image-gallery-thumbnails-wrapper.right {
    margin: 0 3px;
  }
}
.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .image-gallery-thumbnails {
    padding: 3px 0;
  }
}
.image-gallery-thumbnails .image-gallery-thumbnails-container {
  cursor: pointer;
  text-align: center;
  transition: transform 0.45s ease-out;
  white-space: nowrap;
}

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border 0.3s ease-out;
  width: 100px;
  background: 0 0;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail {
    border: 3px solid transparent;
    width: 81px;
  }
}
.image-gallery-thumbnail + .image-gallery-thumbnail {
  margin-left: 2px;
}

.image-gallery-thumbnail .image-gallery-thumbnail-inner {
  position: relative;
}

.image-gallery-thumbnail .image-gallery-thumbnail-image {
  vertical-align: middle;
  width: 100%;
  line-height: 0;
}

.image-gallery-thumbnail.active,
.image-gallery-thumbnail:focus,
.image-gallery-thumbnail:hover {
  outline: 0;
  border: 2px solid #2e3f60;
  border-radius: 15px;
  outline: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail.active,
  .image-gallery-thumbnail:focus,
  .image-gallery-thumbnail:hover {
    border: 3px solid #337ab7;
  }
}
.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 #000;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%;
}

@media (max-width: 768px) {
  .image-gallery-thumbnail-label {
    font-size: 0.8em;
    line-height: 0.8em;
  }
}
.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
}

@media (max-width: 768px) {
  .image-gallery-index {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}
body {
  margin: 0;
  padding: 0;
  background: #f4f6f9;
  color: #222;
  font-family: Raleway, sans-serif;
}

li,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  padding: 3px 0;
  display: inline-block;
}

label {
  margin-left: 5px;
}

.app-header {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.play-button {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 60px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
}

.play-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.play-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 16.5px;
  left: 40px;
  margin: 0 auto;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent white;
}

.close-video::before {
  content: "✖";
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  padding: 20px;
  z-index: 1;
  line-height: 0.7;
  display: block;
  color: #fff;
}

.video-wrapper {
  position: relative;
  padding: 33.35% 0;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.app .image-gallery,
.app-sandbox {
  margin: 0 auto;
  width: 65%;
  transition: all 1s ease;
}

@media (max-width: 1320px) {
  .app-sandbox-content {
    padding: 0 20px;
  }
}
.app-sandbox {
  margin: 40px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.app-buttons li {
  display: block;
}

@media (max-width: 768px) {
  .app-header {
    font-size: 20px;
  }

  .app-buttons li {
    display: block;
    margin: 10px 0;
  }

  .app-buttons li + li {
    padding: 0;
  }

  .play-button {
    height: 40px;
    width: 65px;
  }

  .play-button:after {
    top: 11px;
    left: 27px;
    border-width: 8.5px 0 8.5px 12px;
  }

  .close-video::before {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .app .image-gallery,
  .app-sandbox {
    width: 100%;
  }
}
.app-interval-input-group {
  display: table;
}

.app-interval-label {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 3px solid #ccc;
  border-right: none;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.app-interval-input {
  -webkit-appearance: none;
  display: table-cell;
  margin: 0;
  padding: 9px;
  border-radius: 5px;
  font-size: 14px;
  border: 3px solid #ccc;
  background: #fff;
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input.app-interval-input {
  width: 65px;
}

.app-checkboxes {
  margin-top: 10px;
}

.app-checkboxes li {
  display: block;
}

.homeMainBody {
  display: table-row;
}
.homeMainBody .row {
  padding: 0 5vw;
  max-width: 100vw;
  width: 100vw;
  margin: 0px !important;
}
@media screen and (max-width: 1023px) {
  .homeMainBody .row {
    padding: 0 3vw;
  }
}

.transSection .transContent h1 {
  margin-bottom: 10px;
  font-size: 2.5vh;
}
.transSection .transContent p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 2vh;
  max-height: 20vh;
}
@media screen and (max-width: 970px) {
  .transSection .transContent p {
    height: auto;
  }
}
.transSection .hashLinks {
  display: flex;
}
.transSection .hashLinks .bgPress {
  margin-left: 10px;
}
.transSection .hashLinks .bgPress:first-child {
  margin-left: 0px;
}

.main-header {
  height: 69vh;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-header {
    height: 50vh;
    width: 100vw;
    min-height: 300px;
  }
}
.main-header .slide {
  height: 69vh;
  width: 100vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main-header .slide {
    height: 50vh;
    width: 100vw;
    min-height: 300px;
  }
}
.main-header .slide .sliderImage {
  background-position: center;
  background-size: cover;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  opacity: 0.4;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .main-header .slide .sliderImage {
    object-fit: cover;
    height: 100%;
    min-height: auto;
  }
}
.main-header .slide .sliderImage:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2e3f60;
  opacity: 0.5;
  z-index: 2;
  left: 0;
}
.main-header .slide .sliderData {
  position: absolute;
  width: 50%;
  left: 7%;
  bottom: 50%;
  z-index: 3;
  text-align: left;
  opacity: 0;
  -webkit-transform: translate3d(-10%, 50%, 0);
  transform: translate3d(-10%, 50%, 0);
  transition: 1s;
}
.main-header .slide .sliderData a {
  color: #ebc76c;
  font-size: 14px;
}
.main-header .slide .sliderData a:active {
  color: #f2da9d;
}
.main-header .slide .sliderData a:hover {
  color: #f2da9d;
}
.main-header .slide .sliderData .hashLinks {
  display: flex;
}
.main-header .slide .sliderData .hashLinks a {
  font-family: "Cairo", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .main-header .slide .sliderData {
    width: 80%;
    bottom: 24vh;
  }
}
.main-header .slide .sliderData h5 {
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  .main-header .slide .sliderData h5 {
    font-size: 18px;
    letter-spacing: 5px;
  }
}
.main-header .slide .sliderData h1 {
  color: #fff;
  position: relative;
  margin-bottom: 30px !important;
  font-size: 1.7vw;
}
@media screen and (max-width: 1023px) {
  .main-header .slide .sliderData h1 {
    font-size: 5vw;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
  }
}
.main-header .slide .sliderData h3 {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .main-header .slide .sliderData h3 {
    font-size: 4vw;
  }
}
.main-header .slide .sliderData p {
  color: #cacfd7;
  font-size: 14px;
  margin-bottom: 20px;
  padding-right: 20%;
}
@media screen and (max-width: 1023px) {
  .main-header .slide .sliderData p {
    font-size: 4.5vw;
    margin-bottom: 20px;
    opacity: 1 !important;
    display: none;
  }
}
.main-header .slide.selected .sliderData {
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  z-index: 99;
}
.main-header .chipStyle {
  background-color: rgba(0, 0, 0, 0.2);
  color: #c49735;
  margin-right: 15px;
  cursor: pointer;
}
.main-header .chipStyle:hover {
  background-color: #c49735;
  color: #fff;
}
.main-header .sliderDate {
  color: #fff;
  font-size: 14px;
  color: #cacfd7;
}
.main-header .sliderDate span {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .main-header .sliderDate span {
    font-size: 12px;
    margin-right: 10px;
  }
}
.main-header .sliderDate img {
  max-width: 15px;
  margin-top: 22px;
  margin-right: 5px;
}
.main-header .social {
  float: left;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main-header .social {
    float: initial;
    display: flex;
    align-self: center;
    margin: 0 auto;
    justify-content: center;
  }
}
.main-header .social li {
  float: left;
  margin: 10px 15px;
}
.main-header .social li a {
  color: #969faf;
  font-size: 13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #969faf;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.main-header .social li a:hover {
  color: #c49735;
  border: 1px solid #c49735;
}

button.control-arrow.control-next {
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: -45px !important;
  right: 22% !important;
  top: initial !important;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #fff !important;
  border-radius: 50%;
  font-size: 22px !important;
  padding: 0px !important;
}
@media screen and (max-width: 1023px) {
  button.control-arrow.control-next {
    right: 5% !important;
  }
}
button.control-arrow.control-next:before {
  width: 12px !important;
  height: 12px !important;
  background-image: url("/img/leftArrow.svg");
}

button.control-arrow.control-prev {
  width: 30px;
  height: 50px;
  position: absolute;
  bottom: -45px !important;
  top: initial !important;
  left: 22% !important;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #fff !important;
  border-radius: 50%;
  font-size: 22px !important;
  padding: 0px !important;
}
@media screen and (max-width: 1023px) {
  button.control-arrow.control-prev {
    left: 5% !important;
  }
}
button.control-arrow.control-prev:before {
  width: 12px !important;
  height: 12px !important;
  background-image: url("/img/rightArrow.svg");
}

.carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border: 0 !important;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

.carousel-slider {
  overflow: initial !important;
}

.nextSlide {
  background-color: #13223e;
  width: 100%;
  float: left;
  height: 60px;
}
.nextSlide h3 {
  width: 50%;
  margin-left: 25%;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .nextSlide h3 {
    font-size: 3.5vw;
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
  }
}
.nextSlide h3 span {
  color: #c49735;
  padding-right: 25px;
  font-size: 0.8em !important;
}
@media screen and (max-width: 1023px) {
  .nextSlide h3 span {
    width: 100%;
    clear: both;
    float: left;
  }
}

.inclusiveDevelopment {
  margin: 40px 0px;
}
.inclusiveDevelopment .mainBg {
  width: 100%;
  height: 27vw;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .inclusiveDevelopment .mainBg {
    height: 42vw;
  }
}
.inclusiveDevelopment .mainBg img {
  display: inline-block;
  max-width: 40vw;
  margin-top: 5vw;
}
@media screen and (max-width: 860px) {
  .inclusiveDevelopment .mainBg img {
    max-width: 55vw;
    margin-top: 5vw;
  }
}
.inclusiveDevelopment .mainBg a {
  display: inline-block;
  margin-top: 0vw;
}
.inclusiveDevelopment .mainBg a img {
  max-width: 180px;
}
@media screen and (max-width: 860px) {
  .inclusiveDevelopment .mainBg a img {
    max-width: 90px;
  }
}
.inclusiveDevelopment .mainBg a:hover {
  opacity: 0.7;
}

.homeMultimediaSection .titlePage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0px;
  align-items: center;
}
.homeMultimediaSection .titlePage h2 {
  margin: 0px;
}
.homeMultimediaSection .titlePage a {
  background-color: #d83f85;
  padding: 9px 10px;
  border-radius: 40px;
  color: #fff;
  height: 2vh;
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.homeMultimediaSection .mainMultCards {
  margin-bottom: 5% !important;
}
.homeMultimediaSection .mainImg::after {
  display: none !important;
}
.homeMultimediaSection div.mainImg {
  height: 30vh !important;
  max-height: 30vh !important;
  margin-top: 40px;
  position: relative !important;
}
.homeMultimediaSection div.mainImg:after {
  display: none;
}
.homeMultimediaSection div.mainImg .bgImg {
  max-height: 30vh !important;
  height: 30vh;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  border-radius: 16px;
  filter: brightness(70%);
}
@media screen and (max-width: 860px) {
  .homeMultimediaSection div.mainImg .bgImg {
    max-height: 100% !important;
    height: 100%;
  }
}
@media screen and (max-width: 860px) {
  .homeMultimediaSection div.mainImg {
    height: 30vh !important;
  }
}
.homeMultimediaSection .mediaOverlay {
  bottom: 0;
  padding: 20px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .homeMultimediaSection .mediaOverlay {
    margin-top: 0 !important;
  }
}
.homeMultimediaSection .mediaOverlay .homeChip {
  padding-left: 30px;
  margin-bottom: 10px;
}
.homeMultimediaSection .mediaOverlay .chipStyle {
  background-color: rgba(0, 0, 0, 0.2);
  color: #c49735;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}
.homeMultimediaSection .mediaOverlay .chipStyle:hover {
  background-color: #c49735;
  color: #fff;
}
.homeMultimediaSection .mediaOverlay ul.timeDate {
  padding-left: 30px;
}
.homeMultimediaSection .mediaOverlay ul.timeDate li {
  color: #d2d2d2;
}
.homeMultimediaSection .mediaOverlay h1 {
  padding-left: 30px;
  margin-top: 0px;
  color: #fff;
  font-size: 1.1vw;
  margin-bottom: 20px;
}
.homeMultimediaSection .mediaOverlay a {
  max-width: 20px;
}
.homeMultimediaSection .overlayContent {
  width: 97%;
}
.homeMultimediaSection .overlayContent .chipStyle {
  background-color: rgba(0, 0, 0, 0.2);
  color: #c49735;
  margin-right: 15px;
  cursor: pointer;
}
.homeMultimediaSection .overlayContent .chipStyle:hover {
  background-color: #c49735;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .homeMultimediaSection .overlayContent .tagsNames {
    margin-bottom: 0 !important;
    margin-left: 6% !important;
  }
}
@media screen and (max-width: 860px) {
  .homeMultimediaSection .overlayContent .tagsNames h3 {
    font-size: 3.4vw;
    color: #fff;
  }
}
.homeMultimediaSection .overlayContent h2 {
  max-width: 45vw;
}
@media screen and (max-width: 860px) {
  .homeMultimediaSection .overlayContent h2 {
    max-width: 100%;
    font-size: 4.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .homeMultimediaSection .overlayContent h2 {
    margin-left: 6% !important;
    margin-bottom: 20px !important;
  }
}
.homeMultimediaSection .overlayContent p {
  max-width: 45vw;
}
.homeMultimediaSection .overlayContent a {
  position: unset !important;
}
@media screen and (min-width: 1025px) {
  .homeMultimediaSection .overlayContent a img {
    position: absolute !important;
  }
}
.homeMultimediaSection .mediaCarousel {
  width: 100%;
}
.homeMultimediaSection .mediaCarousel .owl-dots {
  width: 50%;
}
.homeMultimediaSection .mediaCarousel .owl-dots .owl-dot {
  background: #ccc;
  width: 80px;
  height: 4px;
  margin-right: 25px;
  float: left;
}
@media screen and (max-width: 480px) {
  .homeMultimediaSection .mediaCarousel .owl-dots .owl-dot {
    margin-right: 5px;
    width: 40px;
  }
}
.homeMultimediaSection .mediaCarousel .owl-dots .owl-dot.active {
  background-color: #d83f85;
}
.homeMultimediaSection .mediaCarousel .owl-nav {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .homeMultimediaSection .mediaCarousel .owl-nav {
    height: 30px;
  }
}
.homeMultimediaSection .mediaCarousel .owl-nav > div {
  font-size: 0px;
  background-image: url(/images/arrowBack.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  opacity: 0.7;
}
@media screen and (max-width: 860px) {
  .homeMultimediaSection .mediaCarousel .owl-nav > div {
    width: 30px;
    height: 30px;
  }
}
.homeMultimediaSection .mediaCarousel .owl-nav > div:hover {
  opacity: 1;
}
.homeMultimediaSection .mediaCarousel .owl-nav .owl-prev {
  bottom: -12px;
  left: 70%;
  background-image: url(/img/mediaArrowLeft.png);
}
.homeMultimediaSection .mediaCarousel .owl-nav .slick-next::before,
.homeMultimediaSection .mediaCarousel .owl-nav .owl-next {
  bottom: -12px;
  left: calc(70% + 40px);
  background-image: url(/img/mediaArrowRight.png);
  background-repeat: no-repeat;
}
.homeMultimediaSection .mediaList {
  display: block !important;
}
.homeMultimediaSection .mediaList > li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.homeMultimediaSection .mediaList > li:last-child {
  border-bottom: 0px solid #ccc;
}
.homeMultimediaSection .mediaList > li .smalImg {
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  border-radius: 12px;
}
@media screen and (max-width: 860px) {
  .homeMultimediaSection .mediaList > li .smalImg {
    height: 70px;
  }
}
.homeMultimediaSection .mediaList > li .smallMediaData h3 {
  margin-top: 0px;
  color: #000;
}
@media screen and (max-width: 860px) {
  .homeMultimediaSection .mediaList > li .smallMediaData h3 {
    font-size: 4vw;
    margin-bottom: 0px;
  }
}
.homeMultimediaSection .mediaList > li .smallMediaData .timeDate li {
  color: #d83f85;
}
.homeMultimediaSection .smallMediaHeadline {
  margin-top: 40px;
  font-size: 18px;
  color: #d83f85;
}
.homeMultimediaSection .smallMediaHeadline img {
  max-height: 14px;
  margin-right: 5px;
}

.knowledgehub {
  background: #ebc76c;
  padding: 50px 0;
}
.knowledgehub .tabs > div > div > div > div {
  padding-top: 0px;
}
.knowledgehub .titlePage {
  display: flex;
  justify-content: space-between;
  margin: 20px 0px;
  align-items: center;
}
.knowledgehub .titlePage h2 {
  margin: 0px;
}
.knowledgehub .titlePage a {
  background-color: #15634d;
  padding: 9px 10px;
  border-radius: 40px;
  color: #fff;
  height: 2vh;
  font-size: 11px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
}
.knowledgehub .titlePage a img {
  padding-left: 5px;
  width: 10px;
}
.knowledgehub .seperator {
  border: 0.5px solid #fff;
  margin: 10px 0;
}
.knowledgehub .tabsBg {
  border: 2px solid #fff;
  background: transparent;
}
@media screen and (max-width: 860px) {
  .knowledgehub .tabsBg {
    background-color: #f2da9d;
    padding: 10px;
    border-radius: 15px;
    margin: 20px;
  }
}
.knowledgehub .tabKnowledge {
  margin: 2vh 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 860px) {
  .knowledgehub .tabKnowledge {
    margin: 10px 0;
  }
}
.knowledgehub .KnoweldgeContentSection .titleInner {
  color: #c49735;
  margin-top: 0;
  font-size: 3vh;
  position: relative;
}
.knowledgehub .KnoweldgeContentSection .titleInner::after {
  content: "";
  background-color: #cacfd7;
  width: 78%;
  min-height: 0.1vw;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.knowledgehub .KnoweldgeContentSection .descrip {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8vh;
  padding-bottom: 30px;
}
.knowledgehub .KnoweldgeContentSection .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.knowledgehub .KnoweldgeContentSection ul {
  display: flex;
}
.knowledgehub .KnoweldgeContentSection ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.knowledgehub .KnoweldgeContentSection ul li img {
  max-height: 2vh;
  margin-right: 5px;
}
.knowledgehub .KnoweldgeContentSection .bgPress {
  background-color: #ebc76c;
  width: 18vh;
  height: 4.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 860px) {
  .knowledgehub .KnoweldgeContentSection .bgPress {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
    height: initial;
  }
}
.knowledgehub .KnoweldgeContentSection .bgPress h3 {
  font-size: 1.5vh;
  color: #2e3f60;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: calc(100% + 32px);
  margin: -16px;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .MuiGrid-item {
  padding: 14px;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg {
  min-height: 18vw;
  border-radius: 15px;
  margin-bottom: 15px;
  background-color: #ffeec2;
  padding: 25px;
}
@media screen and (max-width: 860px) {
  .knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg {
    height: initial;
  }
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader {
  display: flex;
  justify-content: space-between;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader .tagsCons {
  display: flex;
}
@media screen and (max-width: 860px) {
  .knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader .tagsCons {
    display: initial;
    min-width: calc(100% - 70px);
  }
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader .tagsNames {
  margin-left: 10px;
}
@media screen and (max-width: 860px) {
  .knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader .tagsNames {
    margin-left: 0px;
  }
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader .tagsNames .tag1 {
  padding-left: 15px;
  padding-right: 15px;
  height: 4.5vh;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  font-weight: 300;
  color: #2e3f60;
  border: 1px solid #2e3f60;
}
@media screen and (max-width: 860px) {
  .knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader .tagsNames .tag1 {
    width: 100%;
  }
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .KnowledgeCardHeader .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 50px;
  min-width: 15vh;
  font-size: 1.5vh;
  height: 4.2vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #969faf;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .externalLink a {
  border: 1px solid #cacfd7;
  border-radius: 50%;
  padding: 12px;
  display: flex;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .NoteBulb {
  display: flex;
  align-items: center;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .NoteBulb img {
  padding-right: 7px;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .mainImg .NoteBulb p {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards h1 {
  font-size: 2.5vh;
  min-height: 50px;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards p {
  font-size: 2vh;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .timeDate {
  display: flex;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.knowledgehub .KnoweldgeContentSection .mainKnowledgeCards .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}

.eventsArticlesSection {
  padding: 50px 0;
}
.eventsArticlesSection .titleInner {
  color: #c49735;
  margin-top: 0;
  font-size: 3vh;
  position: relative;
}
.eventsArticlesSection .titleInner::after {
  content: "";
  background-color: #cacfd7;
  width: 78%;
  min-height: 0.1vw;
  position: absolute;
  bottom: 10px;
  right: 0;
}
.eventsArticlesSection .titlePage {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
.eventsArticlesSection .titlePage h2 {
  margin: 0px;
}
.eventsArticlesSection .titlePage a {
  background-color: #ff9100;
  padding: 9px 10px;
  border-radius: 40px;
  color: #fff;
  height: 2vh;
  font-size: 11px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.eventsArticlesSection .titlePage a img {
  padding-left: 5px;
  width: 10px;
}
.eventsArticlesSection .descrip {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8vh;
  padding-bottom: 30px;
}
.eventsArticlesSection .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.eventsArticlesSection ul {
  display: flex;
}
.eventsArticlesSection ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.eventsArticlesSection ul li img {
  max-height: 2vh;
  margin-right: 5px;
}
@media screen and (max-width: 860px) {
  .eventsArticlesSection .externalLink {
    max-width: 50px;
    display: flex;
    align-items: center;
  }
}
.eventsArticlesSection .tagsCons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventsArticlesSection .tagsCons .tag2 {
  border: 1px solid #969faf;
  border-radius: 50px;
  min-width: 15vh;
  font-size: 1.5vh;
  height: 4.2vh;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #969faf;
  margin-left: 10px;
}
.eventsArticlesSection .bgPress {
  background-color: #fafbfc;
  width: 18vh;
  height: 4.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 860px) {
  .eventsArticlesSection .bgPress {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
    height: initial;
  }
}
.eventsArticlesSection .bgPress h3 {
  font-size: 1.5vh;
  color: #969faf;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #ff9100;
}
.eventsArticlesSection .DataCol {
  padding-top: 7vh;
}
.eventsArticlesSection .mainEventsCards {
  margin-bottom: 30px;
}
.eventsArticlesSection .mainEventsCards .CommentaryCon {
  display: flex;
  line-height: 0;
}
.eventsArticlesSection .mainEventsCards .CommentaryCon img {
  padding-right: 5px;
}
.eventsArticlesSection .mainEventsCards .CommentaryCon h3 {
  color: #ff9100;
  font-size: 2vh;
  font-weight: bold;
}
.eventsArticlesSection .mainEventsCards .writerName {
  display: flex;
  margin: 22px 0;
}
.eventsArticlesSection .mainEventsCards .writerName li img {
  max-height: unset;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
}
.eventsArticlesSection .mainEventsCards .writerName .name {
  display: flex;
  flex-direction: column;
}
.eventsArticlesSection .mainEventsCards .writerName .name .author {
  font-style: italic;
  color: #ff9100;
}
.eventsArticlesSection .mainEventsCards .writerName .name .authorName {
  color: #2e3f60;
}
.eventsArticlesSection .mainEventsCards .mainImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 55vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
  object-fit: cover;
  object-position: 10% 23%;
}
@media screen and (max-width: 860px) {
  .eventsArticlesSection .mainEventsCards .mainImg {
    height: 30vh !important;
  }
}
.eventsArticlesSection .mainEventsCards h1 {
  font-size: 2.8vh;
  font-weight: bold;
}
.eventsArticlesSection .mainEventsCards p {
  font-size: 2vh;
}
.eventsArticlesSection .mainEventsCards .timeDateCon {
  justify-content: space-between;
}
.eventsArticlesSection .mainEventsCards .timeDateCon .timeDate {
  display: flex;
}
.eventsArticlesSection .mainEventsCards .timeDateCon .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.eventsArticlesSection .mainEventsCards .timeDateCon .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.eventsArticlesSection .mainEventsCards .timeDateCon .externalLink a {
  border: 1px solid #cacfd7;
  border-radius: 50%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eventsArticlesSection .pressEventsCards .pressImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 30vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  .eventsArticlesSection .pressEventsCards .pressImg {
    height: 30vh;
  }
}
.eventsArticlesSection .pressEventsCards h1 {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}
.eventsArticlesSection .pressEventsCards .timeDate {
  display: flex;
}
.eventsArticlesSection .pressEventsCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.eventsArticlesSection .pressEventsCards .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.eventsArticlesSection .pressEventsCards .titleRightSide {
  display: flex;
  align-items: center;
  color: #2e3f60;
  font-size: 2vh;
  margin-top: 0;
  max-height: 2vh;
  margin-bottom: 25px;
}
.eventsArticlesSection .pressEventsCards .titleRightSide img {
  max-height: 2vh;
  margin-right: 5px;
}
.eventsArticlesSection .pressEventsCards .borderSection {
  border-bottom: 1px solid #cacfd7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.eventsArticlesSection .pressEventsCards .borderSection:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}
.eventsArticlesSection .pressEventsCards .borderSection .dateBg {
  background-color: #ff9100;
  border-radius: 10px;
  text-align: center;
  min-height: 12vh;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: grid;
}
.eventsArticlesSection .pressEventsCards .borderSection .dateBg h2 {
  color: #fff;
  font-size: 2.5vh;
  margin-bottom: 5px;
  margin: 0;
}
.eventsArticlesSection .pressEventsCards .borderSection .dateBg h3 {
  color: #fff;
  font-size: 1.3vh;
  margin: 0;
}
.eventsArticlesSection .pressEventsCards .borderSection .pressTitle {
  font-size: 1.5vh;
  margin-bottom: 10px;
  margin-top: 0;
}
.eventsArticlesSection .pressEventsCards .borderSection ul {
  display: inline-block;
}
.eventsArticlesSection .pressEventsCards .borderSection ul li {
  font-size: 1.5vh;
  margin-bottom: 5px;
}
.eventsArticlesSection .pressEventsCards .competition .mainImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 23vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .eventsArticlesSection .pressEventsCards .competition .mainImg {
    height: 30vh;
  }
}
.eventsArticlesSection .pressEventsCards .competition .tagsNames .tag1 {
  background-color: #e9ebef;
  border-radius: 10px;
  min-width: 15vh;
  font-size: 1.5vh;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  color: #969faf;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}
.eventsArticlesSection .pressEventsCards .competition .tagsNames .tag2 {
  border: 1px solid #969faf;
  border-radius: 10px;
  min-width: 15vh;
  font-size: 1.5vh;
  min-height: 3vh;
  text-align: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  color: #969faf;
}
.eventsArticlesSection .pressEventsCards .competition h3 {
  color: #233147;
  font-weight: 600;
}
@media screen and (max-width: 860px) {
  .eventsArticlesSection .mainEventsCards {
    display: flex;
  }
  .eventsArticlesSection .mainEventsCards > div:nth-child(1) {
    order: 2;
  }
  .eventsArticlesSection .mainEventsCards > div:nth-child(1) .DataCol {
    margin-top: 10px;
    padding-top: 0;
  }
  .eventsArticlesSection .mainEventsCards > div:nth-child(2) {
    order: 1;
  }
  .eventsArticlesSection .mainEventsCards > div:nth-child(2) > div {
    margin-top: 20px;
  }
}

.FactsHomeContent {
  padding-top: 100px;
  background-color: #2e3f60;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent {
    padding-top: 20px;
  }
}
.FactsHomeContent a.lMorebtn {
  margin: 0 auto;
  background-color: #e5b53b;
  padding: 9px 13px;
  border-radius: 40px;
  color: #2e3f60;
  height: 2vh;
  font-size: 10px;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  width: 100px;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent a.lMorebtn {
    height: initial;
  }
}
.FactsHomeContent a.lMorebtn img {
  width: 10px;
  padding-left: 5px;
}
.FactsHomeContent .aboutsecpattern {
  background-image: url("../img/pattern.svg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 0px 150px 100px 150px;
  max-height: 65vh;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .aboutsecpattern {
    padding: 10px;
    max-height: initial;
  }
}
.FactsHomeContent .aboutsecpattern .mainTitleAbout {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 35px;
}
.FactsHomeContent .aboutsecpattern .mainTitleAbout img {
  width: 40px;
  padding-right: 10px;
}
.FactsHomeContent .aboutsecpattern .paraabout {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .aboutsecpattern .paraabout {
    font-size: 4vw;
    line-height: 2;
  }
}
.FactsHomeContent .descrip {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8vh;
  padding-bottom: 30px;
}
.FactsHomeContent .dot {
  background-image: url("/img/dot.svg");
  min-width: 0.7vh;
  min-height: 0.7vh;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.FactsHomeContent ul {
  display: flex;
}
.FactsHomeContent ul li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.FactsHomeContent ul li img {
  max-height: 2vh;
  margin-right: 5px;
}
.FactsHomeContent .tagsCons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FactsHomeContent .tagsCons .tag2 {
  border: 1px solid #969faf;
  border-radius: 50px;
  min-width: 15vh;
  font-size: 1.5vh;
  height: 4.2vh;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #969faf;
  margin-left: 10px;
}
.FactsHomeContent .bgPress {
  background-color: #fafbfc;
  width: 18vh;
  height: 4.5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .bgPress {
    width: 100%;
    margin-bottom: 20px;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
    height: initial;
  }
}
.FactsHomeContent .bgPress h3 {
  font-size: 1.5vh;
  color: #969faf;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #ff9100;
}
.FactsHomeContent .DataCol {
  padding-top: 7vh;
}
.FactsHomeContent .mainEventsCards {
  margin-bottom: 30px;
}
.FactsHomeContent .mainEventsCards .CommentaryCon {
  display: flex;
  line-height: 0;
}
.FactsHomeContent .mainEventsCards .CommentaryCon img {
  padding-right: 5px;
}
.FactsHomeContent .mainEventsCards .CommentaryCon h3 {
  color: #ff9100;
  font-size: 2vh;
  font-weight: bold;
}
.FactsHomeContent .mainEventsCards .writerName {
  display: flex;
  margin: 22px 0;
}
.FactsHomeContent .mainEventsCards .writerName li img {
  max-height: unset;
}
.FactsHomeContent .mainEventsCards .writerName .name {
  display: flex;
  flex-direction: column;
}
.FactsHomeContent .mainEventsCards .writerName .name .author {
  font-style: italic;
  color: #ff9100;
}
.FactsHomeContent .mainEventsCards .writerName .name .authorName {
  color: #2e3f60;
}
.FactsHomeContent .mainEventsCards .mainImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 60vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .mainEventsCards .mainImg {
    height: initial;
  }
}
.FactsHomeContent .mainEventsCards .mainImg h1 {
  padding-top: 8vh;
  padding-bottom: 4vh;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e3f60;
}
.FactsHomeContent .mainEventsCards .mainImg h1 img {
  width: 20px;
  padding-right: 10px;
}
.FactsHomeContent .mainEventsCards .mainImg .StatsItemCol {
  padding: 40px 50px;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .mainEventsCards .mainImg .StatsItemCol {
    padding: 10px;
  }
}
.FactsHomeContent .mainEventsCards .mainImg .StatsItemCol .statCon {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e3f60;
}
.FactsHomeContent .mainEventsCards .mainImg .StatsItemCol .statCon .num {
  font-size: 80px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e3f60;
  line-height: 50px;
}
.FactsHomeContent .mainEventsCards .mainImg .StatsItemCol .forsttitle {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #2e3f60;
}
.FactsHomeContent .mainEventsCards .mainImg .StatsItemCol .paraseco {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .mainEventsCards .mainImg .StatsItemCol .paraseco {
    margin: 10px 30px;
  }
}
.FactsHomeContent .mainEventsCards h1 {
  font-size: 2.8vh;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .mainEventsCards h1 {
    padding: 10px !important;
  }
}
.FactsHomeContent .mainEventsCards p {
  font-size: 2vh;
}
.FactsHomeContent .mainEventsCards .timeDateCon {
  justify-content: space-between;
}
.FactsHomeContent .mainEventsCards .timeDateCon .timeDate {
  display: flex;
}
.FactsHomeContent .mainEventsCards .timeDateCon .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.FactsHomeContent .mainEventsCards .timeDateCon .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.FactsHomeContent .mainEventsCards .timeDateCon .externalLink a {
  border: 1px solid #cacfd7;
  border-radius: 50%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FactsHomeContent .pressEventsCards .pressImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 30vh;
  width: 100%;
  border-radius: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  .FactsHomeContent .pressEventsCards .pressImg {
    height: 30vh;
  }
}
.FactsHomeContent .pressEventsCards h1 {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
}
.FactsHomeContent .pressEventsCards .timeDate {
  display: flex;
}
.FactsHomeContent .pressEventsCards .timeDate li {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.7vh;
  color: #969faf;
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.FactsHomeContent .pressEventsCards .timeDate li img {
  max-height: 2vh;
  margin-right: 5px;
}
.FactsHomeContent .pressEventsCards .titleRightSide {
  display: flex;
  align-items: center;
  color: #2e3f60;
  font-size: 2vh;
  margin-top: 0;
  max-height: 2vh;
  margin-bottom: 25px;
}
.FactsHomeContent .pressEventsCards .titleRightSide img {
  max-height: 2vh;
  margin-right: 5px;
}
.FactsHomeContent .pressEventsCards .borderSection {
  border-bottom: 1px solid #cacfd7;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.FactsHomeContent .pressEventsCards .borderSection:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}
.FactsHomeContent .pressEventsCards .borderSection .dateBg {
  background-color: #ff9100;
  border-radius: 10px;
  text-align: center;
  min-height: 12vh;
  align-items: center;
  align-content: center;
  justify-content: center;
  display: grid;
}
.FactsHomeContent .pressEventsCards .borderSection .dateBg h2 {
  color: #fff;
  font-size: 2.5vh;
  margin-bottom: 5px;
  margin: 0;
}
.FactsHomeContent .pressEventsCards .borderSection .dateBg h3 {
  color: #fff;
  font-size: 1.3vh;
  margin: 0;
}
.FactsHomeContent .pressEventsCards .borderSection ul {
  display: inline-block;
}
.FactsHomeContent .pressEventsCards .borderSection ul li {
  font-size: 1.5vh;
  margin-bottom: 5px;
}

.ContactHome {
  padding: 20px 0vw;
  background-color: transparent;
  border-bottom: 2px solid #efc46f;
}
.ContactHome .titlePage h2 {
  padding: 0px 9vw;
}
@media screen and (max-width: 860px) {
  .ContactHome {
    padding: 20px 0vw;
  }
}
.ContactHome .mainEventsCards {
  padding: 10px 9vw;
}
.ContactHome .contactTitle p {
  color: #c49735;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.ContactHome .contactTitlefollow {
  padding-top: 10vh;
}
.ContactHome .contactTitlefollow p {
  color: #c49735;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.ContactHome .dataInfo {
  padding-top: 7vh;
}
.ContactHome .dataInfo li.datalist img {
  margin-right: 9px;
  width: 13px;
}
.ContactHome .dataInfo li.datalist p {
  color: #2e3f60;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
}
.ContactHome .dataInfo li.datalist p.maill {
  text-decoration: underline;
}
.ContactHome .dataInfo li.address p {
  width: 50%;
}
.ContactHome ul.social {
  float: left;
  width: 100%;
}
.ContactHome ul.social li {
  float: left;
  margin-right: 14px;
}
.ContactHome ul.social li a {
  color: #2e3f60;
  font-size: 18px;
}
.ContactHome a.submit {
  padding: 5px 29px;
  width: auto;
  background: #efc46f;
  border: none;
  font-size: 11px;
  color: #2e3f60;
  font-weight: 500;
  cursor: pointer;
  border-radius: 50px;
  display: inline-block;
  float: right;
  clear: right;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media screen and (max-width: 860px) {
  .ContactHome a.submit {
    width: 100%;
    text-align: center;
    padding: 10px 29px;
    margin-top: 20px;
  }
}
.ContactHome a.submit img {
  padding-right: 3px;
  width: 12px;
}

form {
  padding: 30px;
  width: 80%;
  height: auto;
  overflow: hidden;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #969faf;
}
@media screen and (max-width: 860px) {
  form {
    width: 100%;
  }
}

form input {
  float: left;
  clear: both;
}

form input,
form textarea,
form textarea#msg {
  margin: 8px 0;
  padding: 17px 20px;
  width: 100%;
  font-size: 11px;
  background: transparent;
  outline: none;
  border: 1px solid #969faf;
  border-radius: 20px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #969faf;
}

form div::before {
  display: none;
}
form div::after {
  display: none;
}

form input[type="text"]:focus,
form input[type="password"]:focus {
  border-color: cornflowerblue;
}

input[type="submit"] {
  padding: 10px 30px;
  width: auto;
  background: #c49735;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: right;
  clear: right;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

input[type="submit"]:hover {
  opacity: 0.8;
}

input[type="submit"]:active {
  opacity: 0.4;
}

#msg {
  height: 30vh;
}
.authorWidth{
  display: flex;
  justify-content: center;
}
.aurhorDetailsWriter{
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media(max-width:768px){
  .aurhorDetailsWriter{
    /* align-items: flex-start; */
    align-items: center;
  }
}
.authorTitleDesc p {
  /* margin: auto 8px; */
  font-size: 12px;

}
.authorTitleDesc h4{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #2e3f60;
  font-size: 14px;
  /* margin: auto 8px; */
  margin-bottom: 5px;
}
.articleDetails .eventArticle .article .singleTopic ul{
  padding-left: 1.5rem;
}
.authorTitleDesc p span{
  font-size: 12px;
}
.authorTitleDesc span{
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */
