/*
TODO: adding some pages styles to this file, pages like blog detail or gallery detail
      and some simple detail page.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.contact-us {
  margin-top: 0;
  margin-bottom: 9rem;
}
.contact-us iframe {
  margin: 5% 0 !important;
  border: none;
  width: 100%;
  height: 300px;
  padding: 0;
  box-shadow: 0 0 5px #e3e3e3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.contact-us__img {
  margin: auto;
  width: 400px;
}
@media only screen and (max-width: 575.98px) {
  .contact-us__img {
    width: 100%;
  }
}
.contact-us__sub-title {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 1rem;
  margin-bottom: 0;
}
.contact-us .main-btn {
  padding: 13px 25px;
  transition: all 300ms linear;
}
.contact-us .main-btn:hover {
  background-color: rgb(35.8473684211, 103.1526315789, 85.5947368421);
}
.contact-us .main-btn__text {
  font-size: 13.5px;
  color: #fff !important;
}

.contact-info__title {
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-top: 1rem;
}
.contact-info__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-flow: column;
  font-size: 15px;
}
.contact-info__list-item {
  color: #6e6e6e;
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.contact-info__list-item:hover .contact-info__list-icon {
  color: rgb(69.6, 152.4, 130.8);
}
.contact-info__list-text {
  color: rgb(25.5, 25.5, 25.5);
  margin: 0px;
}
.contact-info__list-text:hover {
  color: #318d75;
}
.contact-info__list-icon {
  font-size: 18px;
  color: #318d75;
  margin-left: 7px;
  transition: all 300ms linear;
}
.contact-info .contact-social {
  margin-top: 15px;
}
.contact-info .contact-social__text {
  color: #333;
  line-height: 1.9;
}

.social-media {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.social-media__icon {
  padding: 5px;
  font-size: 30px;
  transition: all 300ms linear;
}
.social-media__item {
  margin: 5px;
}
.social-media__item:first-child .social-media__icon {
  padding-left: 0;
}

.blog {
  background: transparent;
  /* blog text */
}
.blog__title {
  font-size: 20px;
  font-weight: 600;
  color: #318d75;
  margin-bottom: 10px;
}
.blog__date {
  color: rgb(121.6, 121.6, 121.6);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blog__date-icon {
  font-size: 16px;
  margin-left: 7px;
  margin-top: -5px;
}
.blog__content {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1.9;
  text-align: justify;
  font-weight: 300;
}
.blog__content > img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-left: 0;
  height: auto;
  border-radius: 5px;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .blog__content > img {
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .blog__content {
    padding: 15px;
  }
}
.blog__text img {
  max-width: 100%;
}
.blog iframe {
  margin-top: 25px;
  width: 100%;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
  aspect-ratio: 16/9;
}
.blog .blog-video__tag {
  margin-top: 25px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media (max-width: 991.98px) {
  .blog .blog-video__tag {
    height: auto;
  }
}
.blog .main-btn {
  padding: 10px 20px;
}

.player-container {
  height: 100vh !important;
}

#playerContainer {
  height: 100vh !important;
}

.switcher-language .lang-wrapper .lang-link {
  flex-direction: revert;
  justify-content: end;
}
.switcher-language .lang-list .lang-link {
  justify-content: start;
}

/*main-header*/
#main-header .bottom-header:before {
  transform: skewX(385deg) !important;
  border-radius: 0 0 0 18px;
}
#main-header .bottom-header:after {
  transform: skewX(-385deg) !important;
  border-radius: 0 0 18px 0;
}

/*header-info*/
.header-info .contact-us .main-btn__icon {
  transform: rotate(0deg);
}

.main-nav__item.last-item .main-nav__link:after {
  left: 0 !important;
}
.main-nav__item.first-item .main-nav__link:after {
  left: 100% !important;
}

/*services*/
.about-us__box:after {
  border-radius: 0 10px 10px 0 !important;
}

.main-footer-wrapper .footer-list__link .icon {
  transform: rotate(180deg);
}

.index-widget-header .main-btn .icon {
  transform: rotate(180deg);
}

.bottom-header .main-btn {
  flex-direction: row-reverse;
}

.footer-righit {
  padding-left: 76px;
}
@media only screen and (max-width: 991.98px) {
  .footer-righit {
    padding-left: 0;
  }
}

.main-nav__link {
  flex-direction: row-reverse;
}

.footer-tel:after {
  right: 180px !important;
  left: auto !important;
}
@media only screen and (max-width: 991.98px) {
  .footer-tel:after {
    right: 159px !important;
  }
}

.footer-contact:after {
  right: 240px !important;
  left: auto !important;
}
@media only screen and (max-width: 991.98px) {
  .footer-contact:after {
    right: 221px !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer-tel {
    padding-right: 8rem;
  }
}

@media only screen and (max-width: 499.98px) {
  .footer-tel {
    padding-left: 0rem !important;
    padding-right: 4rem !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .footer-info__itsa-img {
    position: unset;
    transform: translate(15rem, 167%);
  }
}

/* itsa img */
video {
  width: 100%;
}

/*# sourceMappingURL=pages-en.css.map */
