@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
  font-family: "Roboto", sans-serif;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.hidden {
  display: none;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #5875b1;
  border-color: #5875b1;
  transition: color 0.5s;

}

.communication h1:nth-child(3) {
  font-size: 13.5px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.communication h1 a:hover {
  color: #002a3a
}

.pagination>li>a:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* 
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #5875b1;
  border-color: #5875b1;
  transition: color 0.5s;
} */
.content-text strong {
  /* font-weight: 500; */
}

.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5875b1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li {
  display: inline;
}

/* 
.pagination {
  width: 100%;
  /* left: 50%; */
/* justify-content: center; */
/* right: 50%; */
/* display: flex;
  padding-left: 0;
  margin: 20px 0; */
/* transform: translate(-50%, -50%); */
/* border-radius: 4px;
  position: absolute;
  bottom: 0;
  min-width: 313px; */
/* } */
.pagination {
  left: 50%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  text-align: center;
  /* right: 50%; */
  /* display: inline-block; */
  padding-left: 0;
  margin: 20px 0;
  /* transform: translate(-50%, -50%); */
  border-radius: 4px;
  /* position: absolute; */
  bottom: 0;
  /* min-width: 313px;*/
}

/* .pagination {
  left: 50%;
  right: 50%;
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  min-width: 313px;
} */

.top-footer div ul {
  width: 20%;
}

.top-footer .container ul p, .top-footer div ul li {
  width: 96%;
}

.myaccordion-text ul li {
  padding-left: 9px;
}

.general-container {
  padding-right: 10px;
}

.general-container p {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin: 15px 0px !important;
}

figcaption {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  margin: 10px 0;
  color: #AEAEAE;
  font-size: 1em;
  font-style: italic;
  outline: 0 solid transparent;
}

.modal-backdrop {
  /* position: relative; */
}

.my-about {
  text-align: center;
}

.medium {
  max-width: 33.33%;
  float: left;
  margin: 0 30px 20px 0;
}

.general-container h2 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #012f3f;
  font-size: 38px;
  line-height: normal;
  text-align: center;
}

.bottom-row_scn-list {
  padding-left: 0px;
}

.bottom-row_scn-list li:first-child {
  padding-left: 0px !important;
}

.select_child {
  background-color: #fff;
  color: #9b9c9d;
  margin-right: 20%;
  border-radius: 1rem;
}

.print-icon:hover {
  color: #3b5998;

}

.print-icon {
  width: 24px;
  height: 24px;
  color: #103746;
  transition: color 0.4s;
}

.fa-envelope {
  color: #103746;
  font-size: 1.56rem;
  transition: color 0.4s;
}

.fa-print:hover {
  color: #3b5998;
}

.fa-print {
  color: #103746;
  font-size: 1.5rem;
  transition: color 0.4s;
}

.fa-envelope:hover {
  color: #0057a8;
}

.fa-youtube:hover {
  color: #C31A1E;
}

.fa-instagram:hover {
  color: #e63e6d;
}

.fa-twitter:hover {
  color: #55acee;
}

.fa-facebook:hover {
  color: #3b5998;
}

.fa-telegram:hover {
  color: #0088cc;
}

.fa-whatsapp:hover {
  color: #128c7e;
}

.fa-telegram {
  color: #103746;
}

.fa-whatsapp {
  color: #103746;
}

.fa-youtube {
  color: #103746;
}

.fa-instagram {
  color: #103746;
}

.fa-twitter {
  color: #103746;
}

.fa-facebook {
  color: #103746;
}

.bottom-row_items a .fab {
  font-size: 1.56rem;
  transition: color 0.4s;
}



@media only screen and (min-width: 1360px) {
  .main {
    display: flex;
  }

  .sol {
    width: 100vh;
    background-color: #f0f2f5;
  }

  .sag {
    background-color: white;
    width: 100vh;
  }

  .main .container {

    margin: 0 auto;
    min-width: 1360px;
  }
}

:root {
  --grey: #eff2f6;
}

.row {
  margin-right: 0;
}

.main-header_logo {
  padding-left: 1%;
}

.main-header_heading .title,
.main-header_heading .name {
  margin-bottom: 0px;
}

.main-header_heading .title a:hover {
  color: #103746;
}

.main-header_heading .name a:hover {
  color: #002a3a;
}

header {
  background-color: #f0f2f5;
  height: 170px;
  border-bottom: 2px solid #5875b1;
}

.container {
  max-width: 1360px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}


@media only screen and (max-width: 470px) {
  .title-az img {
    height: 52px;
    /* width: 50px; */
    margin-top: 3px;
  }

  .main-header_logo {
    width: 22.66vw;
    height: 15vw;
  }

  .main-header_heading .title {
    font-size: 3.8vw;

  }

  .main-header_heading .name {

    font-size: 4.4vw;
  }
}



@media only screen and (min-width: 1100px) {
  .top-footer .container {
    padding-left: 2.9%;
    padding-right: 2.9%;
  }
}

@media only screen and (max-width: 1099px) {
  .top-footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .medium {
    max-width: 37.33%;
  }

  .top-footer .container ul p {
    font-size: 14.5px;
  }

  .top-footer .container ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) {


  .communication-content div h1:nth-child(2) {
    font-size: 13.5px;
  }
}

@media only screen and (min-width: 769px) {
  .main-header_header {
    padding-top: 3rem;
  }
}

@media only screen and (max-width: 767px) {


  .main-header_logo img {
    max-width: 100%;
  }
}

.top-footer {
  background-color: #5875b1;
}

.top-footer .container {
  padding-top: 60px;
}

.top-footer .container ul li a {
  padding-left: 0px;
  color: white;
}

.top-footer .container ul li {
  padding-left: 0px;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 400;
}

.top-footer .container ul p {
  text-transform: uppercase;
  font-size: 15.5px;
  transform: scaleY(1.1);
  height: 60px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0rem;
}

.top-footer .container ul {
  vertical-align: top;
  margin: 0 auto;
  padding-bottom: 80px;
  color: #fff;
  padding-left: 0px;
}

.bottom-footer {
  background-color: #4660a0;
  padding: 32px 0;
}

.bottom-footer .container ul {
  padding-left: 10px;
  column-gap: 30px;
  padding-right: 10px;
}

.bottom-footer .container ul li a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: white;
  transform: scaleY(1.1);
}


.bottom-footer .container p {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #98a4c0;
  transform: scaleY(1.1);
}

.bottom-footer .container p a {
  color: #98a4c0;
  text-decoration: underline;
}

li {
  list-style: none;
}

.bottom-row_scn-list li {
  list-style: none;
  padding-left: 10px;
}

a {
  text-decoration: none;
  color: #000000;
}

.title {
  line-height: 1.2;
  color: #103746;
  font-size: 25px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.title:hover {
  color: #103746;
}

.name:hover {
  color: #002a3a;
}

.name {
  line-height: 1.2;
  color: #002a3a;
  font-family: "Roboto", sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.title-az {
  color: #494949;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.recommend-text h1 {
  font-size: 12px;
  padding-top: 2.5px;
  color: white;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}



.the-same-news_header_text {
  transform: scaleY(1.1);
  padding-bottom: 16px;
  border-bottom: solid #5875b1 5px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 2px;
  font-weight: 600;
}



.the-same-news_header .showall h1 {
  transform: scaleY(1.05);

  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
}

.the-same-news_header .showall a:hover {
  color: #5875b1;

}

.the-same-news_header div h1:hover {
  color: #5875b1;
}

.the-same-news_header {
  border-bottom: solid #5875b1 2px;
}

.the-same-news_header div i:hover {
  color: #5875b1;
}

.the-same-news_header div i {
  margin-top: 2px;
  margin-left: 7px;
}

.the-same-news_header div {
  cursor: pointer;
  margin-top: 5px;
}

.the-same-news_header .showall:hover {
  color: #5875b1;
}

.the-same-news_body {
  padding-top: 30px;
  /* padding-bottom: 30px; */
}

.the-same-news_body .row {
  margin-right: -12px;
}

.share {
  padding-right: 12px;
}

.share-top {
  column-gap: 4px;
}

.share-bottom {
  margin-top: 30px;
  margin-bottom: 70px;
}

.share-top_recommend {
  width: 92px;
  background-color: #1877f2;
  border-radius: 3px;
  max-height: 20px;
}

.share-top_share {
  width: 55px;
  max-height: 20px;
  background-color: #1877f2;
  border-radius: 3px;
}

.share-top_share h1 {
  font-size: 12px;
  padding-top: 2.5px;
  color: white;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.share-top_text h1 {
  font-size: 13px;
  margin-top: 7px;
  font-weight: 500;
  color: #000;
  font-family: "Roboto", sans-serif;
}


.news-header {
  margin-bottom: 2rem;
}

.news-header h1 {
  margin-top: 1.25rem;
  font-size: 36px;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.top-news a:nth-child(even) {
  text-decoration: underline;
}

.top-news a {
  font-size: 18px;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transform: scaleY(1.1);
}

.modal-footer button {
  background-color: #5875b1;
  color: #fff;
}

.modal-dialog, .modal-header, .modal-body, .modal-footer {
  background-color: white;
}

.btn:hover {
  color: #002a3a;
}

.btn:focus {
  box-shadow: 0 0 0 0rem #002a3a;
}

.left-part {
  padding-bottom: 24px;

  /*  overflow: auto;  */
  width: 370px;
  margin-right: 40px;
  /* margin-top: -5px; */
}

.about-part {
  width: 950px;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop {
  position: relative;
}

.modal-content {
  /* width: 50%; */
  background-color: white;
}

.right-part {
  position: inherit;
  min-height: 1208px;
  width: 950px;
}

.left-part {
  position: relative;
}

.left-part #menu-close {
  position: absolute;
  top: 48px;
  right: 2%;
  transform: translate(4.2%, -2%);
  z-index: 990;
  font-size: 2rem;
  display: none;
  margin-right: 0.5rem;
  transition: all 0.5s ease;
}

.left-part #menu-close:hover {
  cursor: pointer;
  color: #5875b1;
}

.myaccordion-header {
  margin-bottom: 0;
}

.myaccordion-header a h1 {
  background-color: #eff2f6;
  border-radius: 10px;
  padding-left: 18%;
  font-size: 18px;
  transform: scaleY(1.1);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #5875b1;
}

.left-part .myaccordion {

  padding-left: 12%;
  padding-right: 6px;

  border-radius: 0.5rem;
}

.left-part .myaccordion.active {
  background-color: var(--grey);
  animation-name: accordion;
  animation-duration: 0.5s;
  padding-top: 10px;
  animation-timing-function: linear;
}

@keyframes accordion {
  0% {
    background-color: #fff;
  }

  100% {
    background-color: var(--grey);
  }
}

.left-part .myaccordion .myaccordion-title {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-size: 18px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.5s ease;
}

.left-part .myaccordion .myaccordion-title .fas {
  margin-right: 0.5rem;
}

.left-part .myaccordion .myaccordion-title:hover {
  color: #5875b1;
}

.left-part .myaccordion .myaccordion-text {
  margin-top: -0.5rem;
  display: none;
}

.left-part .myaccordion.active .myaccordion-text {
  display: block;
}

.left-part .myaccordion.active .myaccordion-text ul {
  padding-left: 0;
  margin-top: 0;
}

.left-part .myaccordion .myaccordion-text a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0.3rem 1rem;
  font-family: "Roboto", sans-serif;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  font-size: 16px;
}

.communication-content {
  display: flex;
}

.content-text a:hover {
  color: #5875b1;
}

.communication img {
  margin-right: 20px;
  /* width: 53px; */

  height: auto;
  width: 46px;
  /* height: 46px; */
}

.communication h1:nth-child(1) {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 0px;
}

.communication h1:nth-child(2) {
  margin-top: 0.75rem;
  font-size: 17px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.left-part .myaccordion .myaccordion-text a:hover {
  background-color: #fff;
  color: #9b9c9d;
  margin-right: 20%;
  border-radius: 1rem;
}

.right-part-heading a {
  font-size: 18px;
}

.about-part-heading a:nth-child(2) {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  font-weight: 500;
  color: #5c5c5c;
}

.right-part-heading a:nth-child(2),
.right-part-heading a:nth-child(4) {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  font-weight: 500;
  color: #5c5c5c;
}

.right-part-heading a:nth-child(6) {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.right-part-heading,
.right-part .news-section .top-news {
  justify-content: flex-start;
  align-items: center;
}

.about-part-heading i {
  padding-right: 2%;
  font-size: 1.25rem;
  transition: all 0.5s ease-in-out;
}

.right-part-heading i,
.top-news i {
  padding-right: 2%;
  font-size: 1.25rem;
  transition: all 0.5s ease-in-out;
}

.about-part-heading i:hover {
  cursor: pointer;
  color: #5875b1;
}

.right-part-heading i:hover,
.top-news i:hover {
  cursor: pointer;
  color: #5875b1;
}

.accordion {
  width: 83%;
  position: sticky;
  top: 24px;
}

.news,
.news-section {
  padding-top: 48px;
  padding-left: 42px;
}

.main {
  background-color: #f0f2f5;
}

.main-content-events {
  border-top: 5px solid #5875b1;
}

.news-heading {
  font-size: 18px;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.news-body-lead {
  margin-bottom: 40px;
}

.news-body-lead h1 {
  transform: scaleY(1.1);

  font-size: 21px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #000;
}

p iframe {
  max-width: 100%;
}



.news-body p:first-child {
  font-weight: 700;
}

.news-body p {
  margin: 0 0 10px;
  /* transform: scaleY(1.1); */

  font-size: 20px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
}

.post-image {
  width: 100%;
  height: auto;
}

.content-text {
  padding-right: 15px;
  line-height: 1.4;
  margin: 0;
  font-size: 16px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.content-date {
  font-size: 12px;
  color: #7e7e7e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.myaccordion .myaccordion-text ul li:last-child {
  padding-bottom: 10px;
}

.right-part-heading a:hover {
  color: rgb(92, 92, 92);
}


@media only screen and (max-width: 440px) {
  .news-body-lead {
    margin-bottom: 60px;
  }

  .communication h1:nth-child(2) {
    font-size: 15px;
  }
}

@media only screen and (min-width: 961px) {


  .about {
    padding-top: 48px;
  }

  .news {
    padding-top: 48px;
  }

  .about-part-heading i {
    display: none;
  }

  .right-part-heading i {
    display: none;
  }

  .top-news i {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  header {
    height: auto;
  }

  .main-header_header {
    margin-bottom: 2rem;
    padding-top: 0.25rem;
  }

  .main-header_logo {
    padding-top: 29px;
  }

  .main-header_heading {
    padding-top: 28px;
  }

  .top-footer {
    display: none;
  }

  .left-part {
    overflow: auto;
    display: none;

  }

  .main-header_top-links {
    /* display: none; */
    margin-top: 16px;
  }

  .about {
    padding-left: 12px;
  }

  .news {
    padding-left: 12px;
  }

  .news-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .left-part.active {
    display: initial;
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    transform: translate(0);
    transition: all 2s ease-in-out;
    /* overflow: hidden; */
    margin-right: 0;
    margin-top: 0;
    transition: all 2s linear;
    animation-name: animate;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    scrollbar-width: thin;
  }

  .left-part .myaccordion.active {
    width: 90%;
  }

  .communication {
    width: 90%;
  }

  @keyframes animate {
    0% {
      width: 0;
    }

    50% {
      width: 220px;
    }

    100% {
      width: 370px;
    }
  }

  .left-part #menu-close {
    display: initial;
  }


  .myaccordion-header {
    width: 90%;
  }

}

@media screen and (min-device-width: 961px) and (max-device-width: 1130px) {
  .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium {
    max-width: 37.33%;
  }
}

@media screen and (min-device-width: 961px) and (max-device-width: 1272px) {
  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1130px) {

  .title-az {
    font-size: 12px;
  }

  .title {
    font-size: 23px;
  }

  .name {
    font-size: 32px;
  }
}

@media only screen and (max-width: 420px) {
  .the-same-news_header div i {
    margin-top: 1.5px;
    font-size: 14px;
  }

  .the-same-news_header_text {
    font-size: 20px;
  }

  .the-same-news_header .showall h1 {
    font-size: 15px;
  }

  .top-news a {
    font-size: 14px;
  }

  .top-news i {
    font-size: 1.1rem;
  }
}

@media only screen and (max-width: 419px) {
  .me-4 {
    margin-right: 1.25rem !important;
  }

}

@media only screen and (max-width: 420px) {
  .main-header_heading .title {
    font-size: 3.5vw;

    width: 62%;
  }

  .main-header_header {
    margin-bottom: 1.25rem;
    /* padding-top: 0.25rem; */
  }

  .main-header_heading {
    padding-top: 18px;
  }

  .main-header_logo {
    padding-top: 20px;
  }

  .main-header_heading .name {
    font-size: 4.8vw;
  }
}

@media screen and (min-device-width: 421px) and (max-device-width: 680px) {
  .main-header_heading .title {
    font-size: 2.9vw;

    /* width: 62%; */
  }

  .main-header_header {
    margin-bottom: 1.25rem;
  }

  .main-header_heading .name {
    font-size: 3.9vw;
  }

  .main-header_logo {
    width: 17vw;
  }
}

@media screen and (min-device-width: 681px) and (max-device-width: 768px) {
  .main-header_logo {
    width: 14.5vw;
  }
}

@media screen and (min-device-width: 333px) and (max-device-width: 375px) {
  .communication-content div h1:nth-child(2) {
    font-size: 16px;
  }
}

@media only screen and (min-device-width: 959px)and (max-width: 1031px) {
  /* .communication-content div h1:nth-child(2) {
   

 font-size: 14px;
  } */

  .communication h1:nth-child(1) {
    font-size: 10.5px;
  }

  .communication img {
    width: 46px;
    height: 42px;
  }
}

@media only screen and (min-device-width: 1031px)and (max-width: 1079px) {
  /* .communication-content div h1:nth-child(2) {
    font-size: 15px;
  } */

  /* .communication h1:nth-child(1) {
    font-size: 11px;
  } */
}

@media only screen and (min-device-width: 1080px)and (max-width: 1141px) {
  /* .communication-content div h1:nth-child(2) {
    font-size: 16px;
  } */
}

@media only screen and (min-device-width: 959px)and (max-width: 1141px) {
  /* .communication img {
    width: 39px;
    height: 34px;
  } */

  .myaccordion-text ul li {
    padding-left: 7px;
  }

  .left-part .myaccordion .myaccordion-title {
    font-size: 16px;
  }

  .myaccordion-header a h1 {
    font-size: 17px;
  }

  .left-part .myaccordion .myaccordion-text a {
    font-size: 15px;
  }
}

@media only screen and (min-device-width: 1142px) and (max-width: 1268px) {
  .left-part .myaccordion .myaccordion-title {
    font-size: 17px;
  }

  /* .communication h1:nth-child(2) {
    font-size: 18px;
  } */
}

@media only screen and (max-width: 717px) {
  .medium {
    float: none !important;
    max-width: 100% !important;
    margin: 20px 0 !important;
  }

  .title-az img {
    height: 60px;
    /* width: 60px; */
  }

  .general-container {
    padding-right: 0px;
  }

  .general-container h2 {
    font-size: 6.5vw;

  }
}

@media only screen and (max-width: 332px) {
  .myaccordion-text ul li {
    padding-left: 7px;
  }

  .communication img {
    width: 44px;
    height: 38px;
    margin-right: 15px;
  }

  .communication h1:nth-child(1) {
    font-size: 11.5px;
  }

  /* .communication-content div h1:nth-child(2) {
    font-size: 14px;
  } */

  .left-part .myaccordion .myaccordion-text a {
    font-size: 15px;
  }

  .left-part .myaccordion .myaccordion-title, .myaccordion-header a h1 {
    font-size: 17px;
  }

  .the-same-news_header_text {
    font-size: 18px;
  }

  .the-same-news_header .showall h1 {
    font-size: 13.5px;
    margin-top: -4px;
  }

  .the-same-news_header div i {
    margin-top: -2.5px;
  }
}

@media only screen and (max-width: 576px) {
  .modal {
    top: 0;
  }

  .about-part-heading i {
    font-size: 1rem;
  }

  .right-part-heading i {
    font-size: 1.25rem;
  }

  .about-part-heading a:nth-child(2) {
    font-size: 15px;
  }

  .right-part-heading a:nth-child(2) {
    font-size: 20px;
  }

  .right-part-heading a:nth-child(6) {
    font-size: 15px;
  }

  .right-part-heading a:nth-child(4) {
    font-size: 15px;
  }

  .news {
    padding-top: 24px;
  }

  .news-section {
    padding-top: 24px;
  }

  .top-news a {
    font-size: 16px;
  }

  .top-news i {
    font-size: 1.15rem;
  }

  .news-header h1 {
    font-size: 25px;
  }

  .news-body-lead h1 {
    font-size: 18px;
  }

  .news-body p {
    font-size: 17px;
  }

  .bottom-footer .container p,
  .bottom-footer .container ul li a {
    font-size: 13px;
  }

  .bottom-footer .container {
    font-size: 13px;
  }

  .content-text {
    padding-right: 15px;
    line-height: 1.2;
    margin: 0;
    font-size: 17px;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
  }

  .content-date {
    font-size: 13px;
    color: #7e7e7e;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }

  .left-part.active {
    width: 100%;
    right: initial;
    left: 0;
    top: 0;
    left: initial;
    animation-name: name;
    animation-duration: 0.5s;
    animation-timing-function: linear;
  }

  @keyframes name {
    0% {
      width: 0;
    }

    50% {
      width: 60%;
    }

    100% {
      width: 100%;
    }
  }

}

.content-text a:hover {
  color: #5875b1;
}

.communication {
  margin-bottom: 2rem;
  /* margin-left: 8%;
  margin-right: 8%; */
  padding-left: 7.5%;
  border-radius: 10px;
  padding-right: 7.5%;
  background-color: #eff2f6;
}

.news-carousel {
  max-width: 850px;
}

.news-section img {
  max-width: 100%;
}