.fs-20s {
  font-size: 20px;
}

.fs-52s {
  font-size: 52px;
}

.page__contact .container {
  margin-bottom: 0px;
}

.mb-20s {
  margin-bottom: 20px;
}

.mb-40s {
  margin-bottom: 40px;
}

.mb-50s {
  margin-bottom: 50px;
}

.mb-65s {
  margin-bottom: 65px;
}

.mb-115s {
  margin-bottom: 115px;
}

.mb-150s {
  margin-bottom: 150px;
}

.menu-options .cent {
  margin: 0px -15px;
}

.banner-about__pages {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.banner-about__pages:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}

.banner-about__pages iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .banner-about__pages iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .banner-about__pages iframe {
    width: 177.78vh;
  }
}

.full-mains__sections > section:last-child {
  height: auto;
}

.full-mains__sections > section .intros-banner__mains {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.full-mains__sections > section .intros-sevice__mains {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.full-mains__sections .active .intros-banner__mains {
  opacity: 1;
}

.full-mains__sections .active .intros-sevice__mains {
  opacity: 1;
}

.bg__img {
  background: transparent !important;
}

.videos-banner__mains {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.videos-banner__mains .icoins-scrolls {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 15;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  bottom: 8%;
  color: #ffffff;
}

.videos-banner__mains .icoins-scrolls img {
  width: 22px;
  height: 32px;
  margin-bottom: 15px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-animation: scroll-icons 1s infinite;
  animation: scroll-icons 1s infinite;
}

.videos-banner__mains:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
}

.videos-banner__mains .videos-banner__bg {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.videos-banner__mains .videos-banner__bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.05);
}

.videos-banner__mains .videos-banner__bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .videos-banner__mains .videos-banner__bg iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .videos-banner__mains .videos-banner__bg iframe {
    width: 177.78vh;
  }
}

.videos-banner__mains .intros-banner__mains {
  position: absolute;
  left: calc(3.17073px + 2.92683vw);
  bottom: 19%;
  z-index: 20;
  color: #ffffff;
  font-family: Gotham;
  font-weight: 300;
  max-width: 535px;
}

.videos-banner__mains .intros-banner__mains h2 {
  margin: 0px;
}

.videos-banner__mains .intros-banner__mains .field-banner__mains {
  font-family: Gotham;
  font-weight: 400;
}

.videos-banner__mains .intros-banner__mains .names-bannes__mains {
  font-family: UTM-Neutra;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.videos-banner__mains .intros-banner__mains .names-bannes__mains:hover,
.videos-banner__mains .intros-banner__mains .names-bannes__mains:focus {
  color: #f1c40f;
}

@-webkit-keyframes scroll-icons {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes scroll-icons {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.sl-sevice__mains {
  width: 100vw;
  height: 100vh;
}

.sl-sevice__mains .swiper-slide {
  width: 100%;
  height: 100%;
}

.items-sevice__mains {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.items-sevice__mains .img-sevice__mains {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.items-sevice__mains .img-sevice__mains:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000000),
    color-stop(50%, rgba(0, 0, 0, 0))
  );
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.05;
  z-index: 20;
}

.items-sevice__mains .img-sevice__mains img {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  -o-object-fit: cover;
  object-fit: cover;
}

.items-sevice__mains .img-sevice__mains iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .items-sevice__mains .img-sevice__mains iframe {
    height: 56.25vw;
  }
}

@media (max-aspect-ratio: 16/9) {
  .items-sevice__mains .img-sevice__mains iframe {
    width: 177.78vh;
  }
}

.items-sevice__mains .intros-sevice__mains {
  position: absolute;
  width: 535px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: calc(3.17073px + 2.92683vw);
  bottom: 15%;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
  color: #ffffff;
  font-family: Gotham;
  font-weight: 300;
  z-index: 40;
}

.items-sevice__mains .intros-sevice__mains .titles-sevice__mains {
  font-family: UTM-Neutra;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.items-sevice__mains .intros-sevice__mains .titles-sevice__mains:hover,
.items-sevice__mains .intros-sevice__mains .titles-sevice__mains:focus {
  color: #f1c40f;
}

.items-sevice__mains .intros-sevice__mains .button {
  margin-top: 20px;
  max-width: 240px;
  font-weight: 500;
  min-height: 60px;
  padding: 15px 20px 18px;
  text-align: center;
  -webkit-transition: 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.25s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  color: #1a1a1a;
  background: #f1c40f;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  font-family: Gotham;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.items-sevice__mains .intros-sevice__mains .btn-hide {
  margin-left: unset;
}

.partner-footer {
  padding: 70px 0px;
  background-color: #000000;
}

.items-partner__footers {
  position: relative;
  width: 100%;
  height: 1px;
  padding-top: 40%;
}

.items-partner__footers img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  /*         filter: invert(83%) sepia(6%) saturate(7%) hue-rotate(335deg) brightness(89%) contrast(92%); */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 200px;
}

.items-partner__footers:hover img,
.items-partner__footers:focus img {
  -webkit-filter: unset;
  filter: unset;
}

.footer-cont .img-cont .icons a i {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-cont .img-cont .icons a:nth-child(1):hover i {
  color: #1773ea;
}

.footer-cont .img-cont .icons a:nth-child(2):hover i {
  color: #1c96e8;
}

.footer-cont .img-cont .icons a:nth-child(3):hover i {
  color: #c51e26;
}

.footer-cont .img-cont .icons a:nth-child(4):hover i {
  color: #f70000;
}

.slide-shotting__mains {
  position: relative;
}

.slide-shotting__mains:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}

.sevice-mains .content-sevice__mains {
  scroll-snap-align: start;
  position: relative;
}

.list-catagory__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0px;
}

.list-catagory__items li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-catagory__items li:not(:last-child):after {
  content: "";
  width: 2px;
  height: 8px;
  background-color: #666666;
  margin: 0px 5px;
}

.list-catagory__items li a {
  color: #f1c40f;
  font-family: Gotham;
  font-weight: 500;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list-catagory__items li a:hover,
.list-catagory__items li a:focus {
  border-bottom: solid 1px #f1c40f;
}

.bottom-new__sidebars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column-reverse;
}

.bottom-new__sidebars .list-catagory__items {
  margin-bottom: 10px;
  margin-left: 10px;
}

.search-news__pages form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #8a8a8a;
}

.search-news__pages input {
  padding: 5px 15px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  font-size: 14px;
  border: 0px;
  outline: none;
}

.search-news__pages input::-webkit-input-placeholder {
  color: #8a8a8a;
}

.search-news__pages input::-moz-placeholder {
  color: #8a8a8a;
}

.search-news__pages input:-ms-input-placeholder {
  color: #8a8a8a;
}

.search-news__pages input::-ms-input-placeholder {
  color: #8a8a8a;
}

.search-news__pages input::placeholder {
  color: #8a8a8a;
}

.search-news__pages button {
  padding: 5px 15px;
  background-color: #8a8a8a;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 0px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-news__pages button:hover,
.search-news__pages button:focus {
  background-color: #f1c40f;
  color: #ffffff;
}

.search-news__pages a {
  padding: 5px 15px;
  background-color: #8a8a8a;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border: 0px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.search-news__pages a:hover,
.search-news__pages a:focus {
  background-color: #f1c40f;
  color: #ffffff;
}

.tags-new__lists {
  padding-left: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags-new__lists li {
  margin-bottom: 15px;
}

.tags-new__lists li:not(:last-child) {
  margin-right: 30px;
}

.tags-new__lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 1000px;
  background-color: #242424;
  font-size: 13px;
  color: #c0c0c0;
  font-family: Gotham;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.tags-new__lists li a:hover,
.tags-new__lists li a:focus {
  background-color: #f1c40f;
  color: #ffffff;
}

.top-new__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-new__details:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 3px;
  height: 3px;
  border-radius: 1000px;
  background-color: #c4c4c4;
  margin: 0px 10px;
}

.top-new__details .list-catagory__items {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.top-new__details .time,
.top-new__details .list-catagory__items {
  margin-bottom: 0px;
}

.inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 2em;
}

.custom-select {
  position: relative;
  font-font-family: Gotham;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  margin-bottom: 20px;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: transparent;
  min-height: 45px;
  border-bottom: solid 1px #ffffff;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 28px;
  right: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-items > div {
  padding: 10px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
}

.select-items > div:hover,
.select-items > div:focus {
  background-color: #00a6ff;
  color: #ffffff;
}

.select-hide {
  display: none;
}

.body-hiddens {
  overflow: hidden;
}

.items-banner__abouts {
  width: 100%;
  height: 1px;
  position: relative;
  padding-top: 40%;
}

.items-banner__abouts:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.items-banner__abouts img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 5;
  -o-object-fit: cover;
  object-fit: cover;
}

.about__has > .container {
  margin-bottom: 60px;
}

.about__has > .container > h2 {
  text-align: center;
}

.about__has .line:before {
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.intros-about-item {
  display: flex;
  /* width: 100%; */
  width: 270px;
  margin: 0 30px;
  flex-direction: column;
}

.list-about__has {
  /* position: relative; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: 0px -45px; */
  height: auto;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: center;
}

.items-abouts__has {
  /* padding: 0px 45px; */
  width: 100%;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.items-abouts__has .img-about__has {
  width: 136px;
  height: 136px;
  /* margin-right: 40px; */
}

.items-abouts__has .img-about__has img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.items-abouts__has .intros-abouts__has {
  /* width: 100%; */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-abouts__has {
  color: #c2c2c2;
  font-family: Gotham;
  font-weight: 300;
  height: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
  text-align: justify;
}

.title-abouts__has {
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: UTM-Neutra;
  font-size: 24px;
}

.title-abouts__has i {
  margin-left: 10px;
  margin-top: 10px;
  -webkit-animation: scroll-icons 1s infinite;
  animation: scroll-icons 1s infinite;
}

.title-abouts__has:hover,
.title-abouts__has:focus {
  color: #f1c40f;
}

/* .intros-abouts__has:hover .content-abouts__has,
.intros-abouts__has:focus .content-abouts__has {
  visibility: visible;
  height: 100%;
  opacity: 1;
} */

.intros-about-item {
  cursor: pointer;
}

.intros-about-item:hover .content-abouts__has,
.intros-about-item:focus .content-abouts__has {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.intros-about-item:hover .title-abouts__has,
.intros-about-item:focus .title-abouts__has {
  color: #f1c40f;
}

.intros-about-item .content-abouts__has {
  font-weight: 300;
}
/* .intros-abouts__has .content-abouts__has {
  font-weight: 300;
} */

.fp-watermark {
  display: none !important;
}

.active-about__has {
  color: #f1c40f;
}

.icon__group a:nth-child(1):hover img,
.icon__group a:nth-child(1):focus img {
  -webkit-filter: invert(32%) sepia(98%) saturate(1774%) hue-rotate(201deg)
    brightness(93%) contrast(95%);
  filter: invert(32%) sepia(98%) saturate(1774%) hue-rotate(201deg)
    brightness(93%) contrast(95%);
}

.icon__group a:nth-child(2):hover img,
.icon__group a:nth-child(2):focus img {
  -webkit-filter: invert(54%) sepia(41%) saturate(441%) hue-rotate(111deg)
    brightness(98%) contrast(89%);
  filter: invert(54%) sepia(41%) saturate(441%) hue-rotate(111deg)
    brightness(98%) contrast(89%);
}

.icon__group a:nth-child(3):hover img,
.icon__group a:nth-child(3):focus img {
  -webkit-filter: invert(48%) sepia(86%) saturate(1647%) hue-rotate(179deg)
    brightness(93%) contrast(95%);
  filter: invert(48%) sepia(86%) saturate(1647%) hue-rotate(179deg)
    brightness(93%) contrast(95%);
}

.icon__group a:nth-child(4):hover img,
.icon__group a:nth-child(4):focus img {
  -webkit-filter: invert(14%) sepia(63%) saturate(5323%) hue-rotate(349deg)
    brightness(93%) contrast(90%);
  filter: invert(14%) sepia(63%) saturate(5323%) hue-rotate(349deg)
    brightness(93%) contrast(90%);
}

.footer-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.menu-cont .relav .menu-options .cent {
  position: relative;
}

.menu-cont .relav .menu-options .menu-li:hover > ul,
.menu-cont .relav .menu-options .menu-li:focus > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-cont .relav .menu-options .cent ul {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #000000;
  padding-left: 0px;
  width: 200px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-cont .relav .menu-options .cent ul li {
  position: relative;
}

.menu-cont .relav .menu-options .cent ul li:not(:last-child) {
  border-bottom: dashed 1px #ebebeb;
}

.menu-cont .relav .menu-options .cent ul li:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 100%;
  background-color: #f1c40f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-cont .relav .menu-options .cent ul li:hover:after,
.menu-cont .relav .menu-options .cent ul li:focus:after {
  width: 100%;
}

.menu-cont .relav .menu-options .cent ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 15px;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}

.logo-cont img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.logo-color img {
  -webkit-filter: unset;
  filter: unset;
}

.scroll-fixed__headers {
  background-color: #000000;
}

.about__us-group h2 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.about__has > .container > h2 {
  margin-bottom: 50px;
}

.about__has .line {
  margin-bottom: 100px;
}

.about__us .line {
  margin-bottom: 50px;
}

.your__info h2 {
  margin-top: 30px;
}

.add__contact .contact-item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.scroll-fixed__headers {
  background-color: #000000;
  border-bottom: solid 1px #f1c40f;
}

.scroll-fixed__headers .menu-options .principal {
  color: #ffffff !important;
}

.scroll-fixed__headers .logo-cont {
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}

.scroll-fixed__headers .icon-cont img {
  -webkit-filter: brightness(0) invert(1) !important;
  filter: brightness(0) invert(1) !important;
}

.about-slide .frame img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1700.98px) {
  /*     .page__photo-shooting .btn__keywork-group .btn__keywork-item {
      font-size: 18px;
      height: auto;
      min-height: 60px;
  } */
}

@media (max-width: 1500.98px) {
  /*     .page__photo-shooting .btn__keywork-group .btn__keywork-item {
      padding: 5px 15px;
      min-height: 45px;
  }

  .fs-20s {
      font-size: 16px;
  }

  .fs-52s {
      font-size: 40px;
  }

  .mb-20s {
      margin-bottom: 15px;
  }

  .mb-40s {
      margin-bottom: 25px;
  }

  .mb-50s {
      margin-bottom: 30px;
  }

  .mb-65s {
      margin-bottom: 40px;
  }

  .mb-115s {
      margin-bottom: 60px;
  }

  .mb-150s {
      margin-bottom: 80px;
  } */
}

@media (max-width: 1300px) {
  .intros-about-item {
    max-width: calc(25% - 20px);
    margin: 0 10px;
  }
}

@media (max-width: 1199.98px) {
  .items-sevice__mains .img-sevice__mains iframe {
    height: 100%;
  }

  .videos-banner__mains .videos-banner__bg iframe {
    height: 100%;
  }

  .videos-cont .video-ind a p {
    font-size: 16px;
    margin-left: 15px;
    margin-bottom: 15px;
  }

  .page__photo-shooting .btn__keywork-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .icoins-scrolls {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .intros-about-item {
    width: 100%;
    max-width: calc(50% - 20px);
  }
  .items-abouts__has {
    margin: 0 25px;
    flex-direction: row;
    justify-content: space-between;
  }

  .items-abouts__has .intros-abouts__has {
    margin: 0 auto;
    flex: none;
  }

  .videos-banner__mains {
    height: 100vh !important;
    max-height: fit-content;
  }

  .full-mains__sections > section {
    height: 100vh !important;
    max-height: fit-content;
  }

  .content-abouts__has {
    padding: 0 15px;
  }

  /* .full-mains__sections .videos-banner__mains .videos-banner__bg {
    height: auto;
  }  */
  /*.full-mains__sections .items-sevice__mains .img-sevice__mains {
    height: auto;
  }*/
  /*.full-mains__sections .items-sevice__mains {
    height: auto;
  }*/

  .items-sevice__mains .intros-sevice__mains {
    top: unset;
    bottom: 15%;
  }

  .menu-overlay .menu-options h3 {
    font-size: 18px;
  }

  .items-sevice__mains .intros-sevice__mains .titles-sevice__mains {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .items-sevice__mains .intros-sevice__mains p {
    font-size: 14px;
  }

  .btn-hide {
    max-width: 150px;
  }

  .aux-btn {
    width: 150px;
  }

  .btn-hide .aux-btn .button {
    width: 150px;
    max-width: 150px;
    font-size: 15px;
    padding: 10px;
    min-height: 35px;
  }

  .items-sevice__mains .intros-sevice__mains .button {
    width: 150px;
    max-width: 150px;
    font-size: 15px;
    padding: 10px;
    min-height: 35px;
  }

  .intros-banner__mains .field-banner__mains {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .intros-banner__mains .names-bannes__mains {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .intros-banner__mains p {
    font-size: 14px;
  }

  .partner-footer {
    padding: 30px 0px;
  }
}

@media (max-width: 881px) {
  .items-abouts__has {
    margin: 0;
    flex-direction: column;
}
}

@media (max-width: 767.98px) {
  .intros-about-item {
    max-width: calc(100% - 20px);
  }
  .content-abouts__has {
    padding: 0 25px;
    margin-bottom: 10px;
  }
  .items-abouts__has {
    padding: 0px 25px;
  }

  .list-about__has {
    margin: 0px -15px;
  }

  .banner-about__pages {
    width: unset;
    height: unset;
    padding-top: 56.25%;
  }

  .banner-about__pages iframe {
    width: 100vw;
    height: 100%;
  }

  .fs-20s {
    font-size: 15px;
  }

  .fs-52s {
    font-size: 25px;
  }

  .mb-20s {
    margin-bottom: 10px;
  }

  .mb-40s {
    margin-bottom: 15px;
  }

  .mb-50s {
    margin-bottom: 25px;
  }

  .mb-65s {
    margin-bottom: 35px;
  }

  .mb-115s {
    margin-bottom: 50px;
  }

  .mb-150s {
    margin-bottom: 60px;
  }

  .intros-banner__mains .field-banner__mains {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .intros-banner__mains .names-bannes__mains {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .items-sevice__mains .intros-sevice__mains .titles-sevice__mains {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .items-abouts__has .img-about__has {
    margin-right: 0;
  }

  .title-abouts__has {
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .menu-cont {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /*.videos-banner__mains .btn-hide { display: none; }  */

  /* .items-abouts__has .img-about__has {
    width: 75px;
    height: 75px;
  } */

  .videos-banner__mains,
  .items-sevice__mains {
    height: 90% !important;
    max-height: 100vh;
    margin: auto 0px;
    position: unset;
    overflow: unset !important;
  }

  .videos-banner__mains .videos-banner__bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
  }

  .items-sevice__mains .img-sevice__mains {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
  }

  .videos-banner__mains .videos-banner__bg {
    height: 100%;
  }

  .items-sevice__mains .img-sevice__mains {
    height: 100%;
  }

  .title-abouts__has {
    padding-top: 25px;
  }

  .items-sevice__mains .intros-sevice__mains p {
    /*display: none;*/
  }

  .intros-banner__mains p {
    display: none;
  }

  .btn-hide {
    margin-top: 25px;
  }

  /*.items-sevice__mains .intros-sevice__mains .btn-hide {
    display: none;
  } */

  .items-sevice__mains .intros-sevice__mains {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .page__news .module__page-news .time time {
    font-size: 12px;
  }

  .justify-content {
    align-items: center !important;
  }

  .fadeInDown {
    -webkit-animation-name: aaaaaaaa !important;
    animation-name: aaaaaaaa !important;
  }

  .btn-hide .aux-btn .button {
    width: 100px;
    max-width: 100px;
    font-size: 15px;
    padding: 1px 5px;
    min-height: 30px;
  }

  .btn-hide {
    max-width: 100px;
  }

  .aux-btn {
    width: 100px;
  }

  .items-sevice__mains .intros-sevice__mains {
    bottom: 100px !important;
  }
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 110px;
}

.fancybox-slide--video .fancybox-content {
  height: 90% !important;
  width: 100% !important;
}

.fancybox-slide {
  padding: 0px;
}

.fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-thumbs__list a {
  float: unset;
  max-width: unset;
  max-height: unset;
  height: auto;
  position: relative;
  width: 230px;
  min-width: 230px;
  height: 110px;
}

.fp-viewing-1 .menu-cont,
.fp-viewing-2 .menu-cont,
.fp-viewing-3 .menu-cont,
.fp-viewing-4 .menu-cont {
  background-color: #28282885;
  /* border-bottom: solid 1px #f8f7f4; */
}

.videos-banner__mains .intros-banner__mains .fs-20s {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 100% !important;
}

.videos-banner__mains .btn-hide {
  margin-left: unset;
}

.fp-viewing-5 .menu-cont {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hidden-text__cuts span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hidden-text__cuts.actives-shows__cuts span {
  display: block;
}

.btn-cut__pages {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #f1c40f;
  margin-top: 15px;
  font-weight: 300;
  font-size: 15px;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.shows-btn__prds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-cut__pages .hide-more__cuts {
  display: none;
}

.actives-btn__shows .hide-more__cuts {
  display: block;
}

.actives-btn__shows .see-more__cuts {
  display: none;
}

.btn__keywork-group a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 1 !important;
max-width: 300px !important;
min-width: unset !important;*/
  line-height: 2.3 !important;
}

/* ///// */

.section.hide .intros-banner__mains,
.section.hide .intros-sevice__mains,
.videos-banner__mains.hide .intros-banner__mains,
.items-sevice__mains.hide .intros-sevice__mains {
  display: none;
}

ul li,
ul {
  list-style: disc;
}

ol li,
ol {
  list-style: decimal;
}

@media (max-width: 767px) {
  .items-abouts__has .img-about__has,
  .items-abouts__has .intros-abouts__has,
  .items-abouts__has {
    width: 100% !important;
  }

  .intros-about-item {
    width: 100%;
  }
}

/* @media (min-width: 992px) {
  .intros-about-item {
    max-width: calc(25% - 20px);
  }
} */
