@charset "UTF-8";
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.container-fluid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header {
  background-color: #ffffff;
  position: fixed !important;
  padding: 10px 0 !important;
  width: 100%;
  box-shadow: 0px 1px 19px -4px rgba(34, 60, 80, 0.19);
  z-index: 999;
}
.header .header-content {
  max-width: 1040px;
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px !important;
  height: 50px !important;
}
.header .header-content .logos {
  background-color: white;
  max-width: 400px;
}
.header .header-content .logos img {
  width: 100% !important;
}
.header .header-content .link-content {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-content .link-content .navbar-content {
  width: 90% !important;
  transition: all 0.15s linear;
}
.header .header-content .link-content .navbar-content .link-wrapper {
  width: 100% !important;
  display: flex;
}
.header .header-content .link-content .navbar-content .link-wrapper .lang-dr {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
}
.header .header-content .link-content .navbar-content .link-wrapper .navbar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  transition: all 0.2s linear;
  width: 100%;
}
.header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .nav .nav-link {
  text-decoration: none;
  position: relative;
  color: #123654;
  font-weight: 400;
  font-size: 14px !important;
}
.header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .nav .nav-link:hover::after {
  width: 100%;
  opacity: 0.9;
  background-color: #880019;
}
.header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .nav .nav-link:hover {
  color: #880019;
}
.header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .nav .nav-link::after {
  bottom: -4px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  opacity: 0.6;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}
.header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .responsive-hide-content {
  display: none;
}
.header .header-content .navbar-toggler {
  display: none;
  background-color: white;
  border: none;
}
.header .header-content .navbar-toggler i {
  font-size: 20px;
  cursor: pointer;
  color: #123654;
}

@media (max-width: 950px) {
  .header {
    position: relative;
  }
  .header .logos {
    max-width: 300px !important;
  }
  .header .header-content {
    padding: 0 20px !important;
    justify-content: space-between;
  }
  .header .header-content .link-content {
    position: absolute;
    width: 0vw !important;
    height: 100vh !important;
    top: 0;
    left: 0;
    z-index: 5 !important;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .header .header-content .link-content .navbar-content {
    background: white;
    width: 400px !important;
    height: 100% !important;
    margin-right: 60px !important;
    margin-left: -400px !important;
  }
  .header .header-content .link-content .navbar-content .link-wrapper {
    display: flex !important;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .header .header-content .link-content .navbar-content .link-wrapper .navbar-nav {
    margin-top: 10px !important;
    display: block;
    order: 2;
  }
  .header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .nav {
    margin: 0 30px !important;
    height: 39px;
    border-bottom: 1px solid rgba(0, 86, 129, 0.3490196078);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 600;
  }
  .header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .nav:nth-child(6) {
    border: none !important;
  }
  .header .header-content .link-content .navbar-content .link-wrapper .navbar-nav .nav .nav-link {
    font-weight: 600 !important;
  }
  .header .header-content .link-content.open {
    width: 100% !important;
  }
  .header .header-content .link-content.open .navbar-content {
    margin-left: 0px !important;
  }
  .header .header-content .navbar-toggler {
    display: block;
  }
  .header .header-content .navbar-toggler i {
    font-size: 16px;
  }
  .header .header-content .lang-dr {
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .header .header-content {
    height: 40px !important;
  }
  .header .header-content .logos {
    max-width: 250px !important;
    width: 80%;
  }
}
.mySwiper {
  margin-top: 70px !important;
}
.mySwiper .swiper-wrapper {
  height: 450px !important;
  overflow: hidden;
}
.mySwiper .swiper-wrapper .swiper-slide {
  height: 100%;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.mySwiper .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.mySwiper .swiper-wrapper .swiper-slide .blue-block {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 120px;
  opacity: 0.6000000238;
  background: #123654;
}
.mySwiper .swiper-wrapper .swiper-slide .block {
  max-width: 1115px;
  width: 100%;
  height: 120px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2 !important;
  padding: 10px 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mySwiper .swiper-wrapper .swiper-slide .block .text-content {
  width: 60%;
  padding: 0 20px !important;
  min-height: 90%;
  max-height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center !important;
  flex-wrap: wrap;
}
.mySwiper .swiper-wrapper .swiper-slide .block .text-content .title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  min-height: -moz-fit-content;
  min-height: fit-content;
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 5px !important;
  width: 100%;
}
.mySwiper .swiper-wrapper .swiper-slide .block .text-content .description {
  width: 100%;
  height: 30px;
  overflow: hidden;
  color: #fff;
  line-height: 30px; /* 150% */
  font-size: 16px;
  font-weight: 300 !important;
}
.mySwiper .sw-btn {
  width: 43px;
  border-radius: 50%;
  background-color: rgba(192, 192, 192, 0.4156862745);
  margin: 0 15px !important;
  margin-top: -20px !important;
}
.mySwiper .sw-btn::after {
  color: white !important;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .swiper .swiper-wrapper {
    height: 400px !important;
  }
  .swiper .swiper-wrapper .blue-block,
  .swiper .swiper-wrapper .block {
    height: 100px !important;
  }
  .swiper .swiper-wrapper .blue-block .title,
  .swiper .swiper-wrapper .block .title {
    font-size: 21px !important;
    line-height: 27px !important;
    max-height: 50px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
  }
  .swiper .swiper-wrapper .blue-block .description,
  .swiper .swiper-wrapper .block .description {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .swiper .sw-btn {
    width: 35px;
    height: 35px;
  }
  .swiper .sw-btn::after {
    font-size: 15px !important;
    font-weight: 500 !important;
  }
  .swiper .swiper-wrapper {
    height: 300px !important;
  }
  .swiper .swiper-wrapper .blue-block,
  .swiper .swiper-wrapper .block {
    height: 80px !important;
  }
  .swiper .swiper-wrapper .blue-block .title,
  .swiper .swiper-wrapper .block .title {
    font-size: 16px !important;
    line-height: 20px !important;
    max-height: 40px !important;
  }
  .swiper .swiper-wrapper .blue-block .description,
  .swiper .swiper-wrapper .block .description {
    font-size: 13px !important;
    height: 18px !important;
    line-height: 15px !important;
  }
}
@media (max-width: 576px) {
  .swiper {
    margin-top: 60px !important;
  }
  .swiper .swiper-wrapper {
    height: 250px !important;
  }
  .swiper .swiper-wrapper .blue-block,
  .swiper .swiper-wrapper .block {
    width: 100% !important;
  }
  .swiper .sw-btn {
    width: 30px;
    height: 30px;
  }
  .swiper .sw-btn::after {
    font-size: 13px;
    font-weight: 500;
  }
}
.swiper-container {
  width: 100%;
  display: none;
  margin: 20px auto 40px auto !important;
}
.swiper-container .swiper-wrapper {
  height: auto !important;
}
.swiper-container .swiper-wrapper .swiper-slide {
  padding: 0px !important;
  height: auto;
}
.swiper-container .swiper-wrapper .swiper-slide .col {
  width: 100%;
  margin: 0px !important;
  padding: 10px !important;
}
.swiper-container .swiper-wrapper .swiper-slide .col a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-wrapper .swiper-slide .col a hr {
  position: absolute;
  top: 275px;
  left: 0;
  height: 10px;
  width: 100px;
  background-color: #880019;
  border: #880019;
}
.swiper-container .swiper-wrapper .swiper-slide .col a img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-container .swiper-wrapper .swiper-slide .col a .text-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 18px !important;
}
.swiper-container .swiper-wrapper .swiper-slide .col a .text-content .title {
  color: #123654;
  font-size: 18px;
  font-weight: 700;
}
.swiper-container .swiper-wrapper .swiper-slide .col a .text-content .description {
  margin: 10px 0 !important;
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
  max-height: 40px !important;
}
.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination span {
  margin: 0 5px !important;
}
.swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #880019;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.what-we-do {
  margin-top: 40px !important;
}
.what-we-do .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: -moz-fit-content;
  height: fit-content;
}
.what-we-do .row .col {
  margin: 10px !important;
}
.what-we-do .row .col.col-1 {
  padding-right: 20px !important;
  width: 48%;
  flex-direction: column;
  flex: 1;
  display: flex;
}
.what-we-do .row .col.col-1 #home-wwd-paragraph {
  height: 320px !important;
  overflow: hidden;
}
.what-we-do .row .col.col-1 .text {
  color: #191919;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 18px 0 !important;
}
.what-we-do .row .col.col-1 ul li {
  color: #191919;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}
.what-we-do .row .col.col-1 ul li::before {
  content: "•";
  color: #880019;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
.what-we-do .row .col.col-1 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  background-color: #880019;
}
.what-we-do .row .col.col-1 .btn button {
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  font-size: 18px !important;
  color: white;
}
.what-we-do .row .col.col-2 {
  width: 50%;
  height: auto;
}
.what-we-do .row .col.col-2 img {
  width: 100%;
  height: 455px;
}

@media (max-width: 900px) {
  .what-we-do .row {
    flex-wrap: wrap !important;
    padding: 0 10px !important;
    align-items: flex-start;
  }
  .what-we-do .row .col {
    width: 100% !important;
  }
  .what-we-do .row .col.col-1 #home-wwd-paragraph {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}
@media (max-width: 500px) {
  .what-we-do .row .col.col-1 .text {
    font-size: 14px;
    line-height: 23px;
  }
  .what-we-do .row .col.col-1 ul li {
    line-height: 23px;
  }
  .what-we-do .row .col.col-1 .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    background-color: #880019;
  }
  .what-we-do .row .col.col-1 .btn button {
    font-size: 16px !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

* {
  box-sizing: border-box;
}

.our-team {
  margin-top: 80px !important;
  background: rgba(179, 204, 218, 0.1882352941);
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-team .our-team-block {
  margin-top: 50px !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
  max-width: 1100px;
  width: 100%;
  overflow: hidden;
}
.our-team .our-team-block .title-block {
  margin-left: 15px !important;
}
.our-team .our-team-block .row {
  margin-top: 20px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.our-team .our-team-block .row .col {
  width: 25% !important;
  margin: 0px !important;
  padding: 15px !important;
}
.our-team .our-team-block .row .col a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.our-team .our-team-block .row .col a hr {
  position: absolute;
  top: 275px;
  left: 0;
  height: 10px;
  width: 100px;
  background-color: #880019;
  border: #880019;
}
.our-team .our-team-block .row .col a img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .our-team-block .row .col a .text-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 18px !important;
}
.our-team .our-team-block .row .col a .text-content .title {
  color: #123654;
  font-size: 18px;
  font-weight: 700;
  max-height: 50px !important;
  line-height: 25px;
  overflow: hidden;
}
.our-team .our-team-block .row .col a .text-content .description {
  margin: 10px 0 !important;
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
  max-height: 40px !important;
}

@media (max-width: 900px) {
  .our-team .our-team-block .row .col img {
    height: 230px !important;
  }
  hr {
    top: 225px !important;
  }
}
@media (max-width: 768px) {
  .our-team .our-team-block .row .col {
    width: 33.3% !important;
    padding: 8px !important;
  }
}
@media (max-width: 576px) {
  .our-team .our-team-block .row .col {
    width: 50% !important;
  }
  .our-team .our-team-block .row.non-swiper {
    display: none;
  }
  .our-team .our-team-block .responsive-swiper {
    display: block;
  }
}
@media (max-width: 360px) {
  .our-team .our-team-block .row .col {
    width: 100% !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.activities {
  width: 100%;
  margin-top: 50px !important;
}
.activities .btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px !important;
  width: 100%;
  margin-left: 10px !important;
  flex-wrap: wrap;
}
.activities .btns > a {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  border: none;
  margin-right: 15px !important;
  margin-bottom: 10px !important;
  padding: 10px 15px !important;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #123654;
}
.activities .btns > a:hover {
  color: #880019;
}
.activities .row {
  margin-top: 20px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap !important;
}
.activities .row .col {
  width: 33%;
  position: relative;
  padding: 10px !important;
}
.activities .row .col > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.activities .row .col > a img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activities .row .col > a .text-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 18px !important;
}
.activities .row .col > a .text-content .date-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px !important;
}
.activities .row .col > a .text-content .date-content .type {
  font-weight: 600;
  margin-right: 20px !important;
  color: #880019;
}
.activities .row .col > a .text-content .date-content .date {
  color: #191919;
}
.activities .row .col > a .text-content .title {
  color: #123654;
  font-size: 18px;
  font-weight: 700;
  max-height: 50px !important;
  line-height: 25px;
  overflow: hidden;
}
.activities .row .col > a .text-content .description {
  margin: 8px 0 !important;
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px !important;
  max-height: 40px !important;
}
.activities hr {
  margin-top: 20px !important;
}
.activities .title-block {
  margin-left: 10px !important;
}

@media (max-width: 820px) {
  .activities {
    padding: 0 20px !important;
  }
}
@media (max-width: 768px) {
  .activities .row .col {
    width: 50%;
  }
  .activities .row .col img {
    height: 220px !important;
  }
}
@media (max-width: 576px) {
  .activities .btns a {
    font-size: 14px !important;
    padding: 12px 15px !important;
  }
  .activities .row .col img {
    height: 200px !important;
  }
  .activities .row .col .text-content {
    margin-top: 10px !important;
  }
  .activities .row .col .text-content .date-content {
    margin-top: -10px !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }
  .activities .row .col .text-content .date-content .type {
    margin-right: 0px !important;
  }
  .activities .row .col .text-content .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: -5px !important;
  }
  .activities .row .col .text-content .description {
    font-size: 14px !important;
    line-height: 0px !important;
  }
}
@media (max-width: 480px) {
  .activities .row .col {
    width: 100% !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.news {
  margin-top: 50px !important;
  width: 100%;
  max-width: 1100px !important;
  padding: 5px !important;
}
.news .title-block {
  margin-left: 10px !important;
}
.news .row {
  margin-top: 20px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news .row .col {
  width: 33.3333333333% !important;
  border-radius: 5px;
  background: #fff;
  padding: 10px !important;
}
.news .row .col > a {
  display: block;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
.news .row .col > a img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .row .col > a .text-content {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 18px !important;
  padding: 5px 15px 10px 15px !important;
}
.news .row .col > a .text-content .date-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  margin-bottom: 15px !important;
}
.news .row .col > a .text-content .date-content .date {
  font-weight: 600;
  color: #880019;
}
.news .row .col > a .text-content .title {
  color: #123654;
  font-size: 18px;
  font-weight: 700;
  max-height: 50px !important;
  line-height: 25px;
  overflow: hidden;
}
.news .row .col > a .text-content .description {
  margin: 8px 0 !important;
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
  max-height: 50px !important;
  overflow: hidden;
}
.news hr {
  margin: 40px 0 !important;
}

@media (max-width: 820px) {
  .news .row .col {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .news .row .col img {
    height: 220px !important;
  }
}
@media (max-width: 576px) {
  .news .row .col img {
    height: 200px !important;
  }
  .news .row .col .text-content {
    margin-top: 10px !important;
  }
  .news .row .col .text-content .date-content {
    margin-top: -10px !important;
    font-size: 12px !important;
    margin-bottom: 15px !important;
  }
  .news .row .col .text-content .date-content .type {
    margin-right: 0px !important;
  }
  .news .row .col .text-content .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: -5px !important;
  }
  .news .row .col .text-content .description {
    font-size: 11px !important;
    line-height: 0px !important;
  }
}
@media (max-width: 480px) {
  .news {
    padding: 0 20px !important;
  }
  .news .row .col {
    width: 100% !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.events {
  margin: 50px 0 !important;
  width: 100% !important;
  max-width: 1090px !important;
}
.events .title-block {
  margin-left: 10px !important;
}
.events .row {
  margin-top: 20px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.events .row .col {
  width: 33.3333333333% !important;
  padding: 10px !important;
  flex-direction: 1;
}
.events .row .col > a {
  border: 1px solid white;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-bottom: 5px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
}
.events .row .col > a .text-content {
  margin: 15px !important;
  width: 95%;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 18px !important;
}
.events .row .col > a .text-content .date-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px !important;
}
.events .row .col > a .text-content .date-content .date {
  font-weight: 600;
  color: #880019;
}
.events .row .col > a .text-content .title {
  font-size: 18px;
  font-weight: 700;
  color: #123654;
  max-height: 50px !important;
  line-height: 25px;
  overflow: hidden;
}
.events .row .col > a .text-content .description {
  margin: 8px 8px 8px 0 !important;
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
  overflow: hidden;
  line-height: 22px !important;
  max-height: 45px !important;
}

@media (max-width: 820px) {
  .events {
    padding: auto 10px !important;
  }
  .events .row .col {
    width: 50% !important;
  }
}
@media (max-width: 576px) {
  .events .row .col .text-content .date-content {
    margin-top: -10px !important;
    font-size: 12px !important;
    margin-bottom: 15px !important;
  }
  .events .row .col .text-content .date-content .type {
    margin-right: 0px !important;
  }
  .events .row .col .text-content .title {
    font-size: 15px;
    font-weight: 600;
    margin-top: -5px !important;
  }
  .events .row .col .text-content .description {
    font-size: 11px !important;
    line-height: 0px !important;
  }
}
@media (max-width: 480px) {
  .events .row .col {
    width: 100% !important;
  }
  .events .row .col > div {
    padding-top: 10px !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.footer {
  width: 100%;
  background-color: #123654;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto !important;
  padding: 0 !important;
}
.footer .footer-content {
  max-width: 1040px;
  width: 100%;
  height: 100%;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  padding: 0 15px !important;
}
.footer .footer-content .row {
  margin-top: -10px !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-content .row .col.col-1 {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .footer-content .row .col.col-2 {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.footer .footer-content .row .col.col-2 p {
  text-align: end;
}
.footer .footer-content .row .col.col-2 .link-logos {
  margin-right: 0 !important;
  margin-left: auto !important;
  width: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footer-content .row .col.col-2 .link-logos .sm-logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: all 0.4s linear;
  background-color: rgba(192, 192, 192, 0.4156862745);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.footer .footer-content .row .col.col-2 .link-logos .sm-logo i {
  font-size: 17px !important;
  color: white;
}
.footer .footer-content .row .col.col-2 .link-logos .sm-logo:hover {
  background-color: white;
}
.footer .footer-content .row .col.col-2 .link-logos .sm-logo:hover i {
  color: #880019;
}
.footer .footer-content .row .col > div {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer .footer-content .row .col > div p.think a {
  font-weight: 400 !important;
  font-size: 10px;
}
.footer .footer-content .row .col > div p.think a span {
  font-size: 12px;
  margin: 0 5px !important;
}
.footer .footer-content .row .col > div p a {
  color: #98b8d3;
  font-family: "Gotham Pro";
  font-size: 12px;
  font-weight: 500;
  line-height: 38px;
  transition: all 0.2s linear;
}
.footer .footer-content .row .col > div p a:hover {
  color: white;
}
.footer .footer-content .row .col > div p a span {
  color: white;
}

@media (max-width: 850px) {
  .footer .row .col {
    width: 100% !important;
    justify-content: center !important;
  }
  .footer .row .col.col-1 p a {
    margin-bottom: 20px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    position: relative;
  }
  .footer .row .col.col-1 p a span {
    top: 20px;
    width: 300px !important;
    display: block !important;
    position: absolute;
  }
  .footer .row .col.col-1 > div:nth-child(1), .footer .row .col.col-1 > div:nth-child(2) {
    display: none !important;
  }
  .footer .row .col.col-2 div {
    width: 100%;
  }
  .footer .row .col.col-2 div p {
    text-align: center !important;
  }
  .footer .row .col.col-2 div .link-logos {
    width: 100% !important;
    justify-content: center !important;
  }
  .footer .row .col.col-2 div .link-logos .sm-logo {
    margin: 0 10px !important;
  }
}
@media (max-width: 576px) {
  .footer .row .col-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer .row .col-1 div {
    width: 50% !important;
  }
  .footer .row .col-1 div:nth-child(3) {
    width: 100% !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.back-img {
  margin-top: 70px !important;
  width: 100%;
  height: 220px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-img img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100% !important;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.back-img .text-content p {
  text-align: center;
  color: #fff;
}
.back-img .text-content p.title {
  font-size: 35px;
  font-weight: 700;
  line-height: 56px; /* 150% */
}
.back-img .text-content p.text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; /* 150% */
}
.back-img .text-content p a {
  color: white;
}

@media (max-width: 768px) {
  .back-img {
    height: 150px;
  }
  .back-img .text-content .title {
    font-size: 26px !important;
  }
  .back-img .text-content .text {
    font-size: 14px !important;
  }
  .what-we-do {
    margin-top: 20px !important;
  }
}
@media (max-width: 576px) {
  .back-img {
    height: 120px;
    margin-top: 60px !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.member {
  max-width: 1040px;
  width: 100%;
  margin: 50px auto !important;
  padding: 15px !important;
}
.member .row.row-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.member .row.row-1 .col.col-1 {
  width: 36%;
  height: 100%;
}
.member .row.row-1 .col.col-1 img {
  width: 100%;
  height: 100%;
  min-height: 350px !important;
}
.member .row.row-1 .col.col-2 {
  width: 60%;
}
.member .row.line {
  border: 1px solid #b3ccda;
  margin: 40px 0 !important;
  padding: 30px !important;
}
.member .row p.title {
  color: #123654;
  margin-bottom: 20px !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.member .row p.text {
  color: #191919;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.member .row hr {
  margin: 30px 0 !important;
  background-color: #b3ccda !important;
  border: none;
}

@media (max-width: 768px) {
  .member {
    margin-top: 20px !important;
  }
  .member .title {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .member .text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 576px) {
  .member .col {
    width: 100% !important;
  }
  .member .col.col-1 {
    order: 2;
    margin-top: 20px !important;
  }
  .member .col.col-2 {
    order: 1;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.activities-post {
  max-width: 1060px;
  width: 100%;
  margin: 50px auto !important;
  padding: 20px !important;
}
.activities-post .head-section {
  padding: 10px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.activities-post .head-section div {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.activities-post .head-section div.text-content {
  color: #880019;
  font-weight: 600;
}
.activities-post .head-section div.text-content span {
  color: #191919;
  font-weight: 500;
  margin: 0 20px !important;
}
.activities-post .head-section div.link-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.activities-post .head-section div.link-logos .sm-logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 10px !important;
  transition: all 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #123654;
}
.activities-post .head-section div.link-logos .sm-logo i {
  font-size: 20px !important;
  color: #123654;
  transition: all 0.2s linear;
}
.activities-post .head-section div.link-logos .sm-logo:hover {
  border-color: #880019;
}
.activities-post .head-section div.link-logos .sm-logo:hover i {
  color: #880019;
}
.activities-post .head-section div.link-logos .share {
  font-size: 16px;
  font-weight: 600;
  color: #880019;
  margin: 0 10px !important;
  cursor: pointer;
}
.activities-post .row p.title {
  color: #123654;
  font-size: 30px;
  line-height: 32px;
  margin: 10px 0 30px 0 !important;
}
.activities-post .row p.text {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
}
.activities-post .row .img-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap !important;
}
.activities-post .row .img-content .col {
  width: 49% !important;
  margin: 30px 0 !important;
}
.activities-post .row .img-content .col img {
  width: 100%;
}

@media (max-width: 768px) {
  .activities-post {
    margin-top: 20px !important;
  }
  .activities-post .title {
    font-size: 24px !important;
    line-height: 28px !important; /* 80% */
  }
  .activities-post .text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 576px) {
  .activities-post .row .img-content .col {
    width: 100% !important;
    margin: 15px 0 !important;
  }
  .activities-post .head-section .link-logos {
    margin-top: 10px !important;
    margin-left: -10px !important;
  }
  .activities-post .head-section .link-logos .sm-logo {
    width: 30px !important;
    height: 30px !important;
    border-width: 1.5px !important;
  }
  .activities-post .head-section .link-logos .sm-logo i {
    transform: scale(0.8);
  }
  .activities-post .head-section .link-logos .share {
    font-size: 14px !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.news-post {
  max-width: 1060px;
  width: 100%;
  margin: 50px auto !important;
  padding: 20px !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news-post .head-section {
  width: 25%;
  padding: 20px 10px !important;
  border-radius: 5px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}
.news-post .head-section div {
  font-size: 14px;
  line-height: 24px;
}
.news-post .head-section div.text-content {
  color: #880019;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-post .head-section div.link-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
}
.news-post .head-section div.link-logos .sm-logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 10px !important;
  transition: all 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid;
  color: #123654;
}
.news-post .head-section div.link-logos .sm-logo i {
  font-size: 20px !important;
  transition: all 0.2s linear;
}
.news-post .head-section div.link-logos .sm-logo:hover {
  border-color: #880019;
}
.news-post .head-section div.link-logos .sm-logo:hover i {
  color: #880019;
}
.news-post .head-section div.link-logos .share {
  font-weight: 600;
  color: #880019;
  font-size: 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.news-post .head-section div.link-logos .sm-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-post .head-section hr {
  margin: 10px 0 !important;
  background-color: #b3ccda !important;
  border: none;
}
.news-post .row {
  width: 70%;
}
.news-post .row p.title {
  color: #123654;
  font-size: 30px;
  line-height: 40px;
  margin: 10px 0 30px 0 !important;
}
.news-post .row p.text {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
}
.news-post .row .img-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap !important;
}
.news-post .row .img-content .col {
  width: 49% !important;
  margin: 30px 0 !important;
}
.news-post .row .img-content .col img {
  width: 100%;
}

@media (max-width: 970px) {
  .news-post {
    margin-top: 20px !important;
  }
  .news-post .row {
    order: 2;
    width: 100% !important;
  }
  .news-post .row .title {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .news-post .row .text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .news-post .row .big-img {
    height: 500px !important;
  }
  .news-post .head-section {
    order: 1;
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  .news-post .head-section .link-logos {
    width: 100% !important;
    float: left;
  }
}
@media (max-width: 576px) {
  .news-post .row .img-content .col {
    width: 100% !important;
    margin: 15px 0 !important;
  }
  .news-post .row .big-img {
    height: 300px !important;
  }
}
@media (max-width: 400px) {
  .news-post .row .big-img {
    height: 200px !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.events-post {
  max-width: 1060px;
  width: 100%;
  margin: 30px auto !important;
  padding: 20px !important;
}
.events-post .video-section {
  height: 500px;
  margin-bottom: 30px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.events-post .video-section .video-box {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.events-post .video-section .video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.events-post .video-section .video-box .img-title {
  position: absolute;
  top: auto;
  bottom: 25px;
  left: 30px;
  z-index: 2;
  color: white;
  font-size: 25px;
  font-weight: 500;
}
.events-post .video-section .video-box video {
  display: none;
}
.events-post .video-section .video-box .play {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.events-post .video-section .video-box .play i {
  font-size: 20px !important;
  color: #880019;
}
.events-post .head-section {
  padding: 10px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.events-post .head-section div {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px !important;
}
.events-post .head-section div.text-content {
  color: #880019;
}
.events-post .head-section div.text-content span {
  color: #191919;
  font-weight: 500;
  margin: 0 20px !important;
}
.events-post .head-section div.link-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.events-post .head-section div.link-logos .sm-logo {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 10px !important;
  transition: all 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #123654;
}
.events-post .head-section div.link-logos .sm-logo i {
  font-size: 20px !important;
  color: #123654;
  transition: all 0.2s linear;
}
.events-post .head-section div.link-logos .sm-logo:hover {
  border-color: #880019;
}
.events-post .head-section div.link-logos .sm-logo:hover i {
  color: #880019;
}
.events-post .head-section div.link-logos .share {
  font-size: 16px;
  font-weight: 600;
  color: #880019;
  margin: 0 10px !important;
  cursor: pointer;
}
.events-post .row p.title {
  color: #123654;
  font-size: 30px;
  line-height: 38px; /* 80% */
  margin: 10px 0 30px 0 !important;
}
.events-post .row p.text {
  color: #191919;
  font-size: 16px;
  line-height: 26px; /* 162.5% */
}

@media (max-width: 768px) {
  .events-post {
    margin-top: 20px !important;
  }
  .events-post .video-section {
    height: 350px !important;
  }
  .events-post .video-section .img-title {
    bottom: 20px !important;
    left: 25px !important;
    font-size: 20px !important;
    font-weight: 500;
  }
  .events-post .video-section.active-video {
    height: 100% !important;
  }
  .events-post .video-section.active-video .video-box {
    width: 80%;
    height: 70%;
  }
  .events-post .title {
    font-size: 24px !important;
  }
  .events-post .text {
    font-size: 14px !important;
  }
}
@media (max-width: 576px) {
  .events-post .video-section {
    height: 250px !important;
  }
  .events-post .video-section .img-title {
    font-size: 18px !important;
    font-weight: 500;
  }
  .events-post .video-section.active-video {
    height: 100% !important;
  }
  .events-post .video-section.active-video .video-box {
    width: 95%;
    height: 50%;
  }
  .events-post .head-section .link-logos {
    margin-left: -10px !important;
  }
  .events-post .head-section .link-logos .sm-logo {
    width: 30px !important;
    height: 30px !important;
    border-width: 1.5px !important;
  }
  .events-post .head-section .link-logos .sm-logo i {
    transform: scale(0.8);
  }
  .events-post .head-section .link-logos .share {
    font-size: 14px !important;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.contacts {
  max-width: 900px;
  width: 100%;
  margin: 40px auto !important;
  padding: 20px !important;
}
.contacts .title {
  color: #123654;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
.contacts .row {
  margin: 10px 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap !important;
}
.contacts .row .col.col-1 {
  width: 40%;
  margin-right: 10px !important;
}
.contacts .row .col.col-2 {
  margin-right: 0;
  width: 58%;
}
.contacts .row .col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}
.contacts .row .col p a {
  color: #191919;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.contacts .row .col p a span {
  margin-right: 5px !important;
  color: #880019 !important;
  font-weight: 600;
}
.contacts .form form {
  width: 100%;
  margin-top: 20px !important;
}
.contacts .form form .col {
  width: 100%;
  margin: 15px 0 !important;
}
.contacts .form form .col input,
.contacts .form form .col textarea {
  border: 1px solid #b3ccda;
  width: 100%;
  outline: none;
  padding: 0 20px !important;
  font-size: 18px;
  font-weight: 500;
  color: #880019;
  resize: vertical;
}
.contacts .form form .col input {
  height: 40px;
}
.contacts .form form .col textarea {
  padding: 20px !important;
}
.contacts .form form .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contacts .form form .row .col {
  width: 48%;
}
.contacts .form form button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #880019;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.map {
  margin-top: -20px !important;
  width: 100%;
  height: 400px !important;
}

@media (max-width: 768px) {
  .contacts .row .col {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .contacts .form form .row .col {
    width: 100%;
  }
}
@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.center {
  text-align: center;
  margin-bottom: 50px !important;
}
.center .pagination {
  display: inline-block;
}
.center .pagination a {
  color: #191919;
  float: left;
  padding: 8px 16px !important;
  text-decoration: none;
  transition: all 0.2s linear;
  margin: 0 4px !important;
  font-size: 20px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.center .pagination a:hover {
  border-color: #880019;
  color: #880019;
}
.center .pagination a.prev:hover, .center .pagination a.next:hover {
  border-color: rgba(0, 0, 0, 0);
}
.center .pagination a.active {
  border-color: #880019;
  color: #880019;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("./../shrifts/gothampro.ttf");
}
.container-fluid {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
}

*,
body {
  text-decoration: none !important;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  font-family: "Gotham Pro";
}

.title-block {
  width: -moz-fit-content;
  width: fit-content;
}
.title-block .title {
  font-size: 26px;
  font-weight: 600;
  color: #123654;
  text-transform: uppercase;
}
.title-block hr {
  margin: 10px 0 !important;
  width: 50%;
  height: 3px;
  background-color: #880019;
  border: #880019;
}

hr {
  background-color: #b3ccda;
  border-color: #b3ccda;
  height: 1px;
}

.main {
  margin-top: 70px !important;
}

.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto !important;
}

.fancybox-slide--iframe,
.fancybox-slide--image {
  padding: 20px; /* Adjust the padding value as per your requirement */
}

.languages-dropdown__ru__list {
  margin: 2px 5px 0 35px !important;
  width: -moz-fit-content;
  width: fit-content;
}

.languages-dropdown__en__link {
  color: #123654;
  font-size: 14px !important;
  text-transform: uppercase;
}
.languages-dropdown__ru {
  position: relative;
  height: 20px;
}
.languages-dropdown__ru .dropdown-content {
  display: none;
  outline: none;
}
.languages-dropdown__ru_list {
  line-height: 100%;
  margin: 10px 0 !important;
}
.languages-dropdown__ru_list a {
  padding: 5px;
  width: 100%;
  height: auto;
  display: inline-block;
  color: #123654;
}
.languages-dropdown__ru_none {
  position: absolute;
  margin-top: 5px;
  top: 100% !important;
  left: -10px !important;
  width: 60px !important;
  height: auto !important;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
.languages-dropdown__ru_none .active {
  width: 100%;
}
.languages-dropdown__ru_none .active a {
  color: #123654;
}
.languages-dropdown__ru_cart {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 5px;
  cursor: pointer;
  padding: 10px 0px;
}
.languages-dropdown__ru_cart span {
  color: #123654;
  font-size: 14px;
  margin-top: 3px !important;
}
.languages-dropdown__burger__none {
  line-height: 100%;
  background-color: transparent;
  display: none;
}

@media (max-width: 950px) {
  .lang-dr {
    order: 1 !important;
    width: 100% !important;
    height: 39px;
    background-color: #f4f8fa !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .lang-dr .languages-dropdown__ru__list {
    margin-left: 30px !important;
  }
}/*# sourceMappingURL=style.css.map */