/*
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;
}

body {
  background-color: #c4c4ca;
}

.notfound-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .notfound-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .notfound-wrapper {
    width: 65%;
  }
}
.notfound-wrapper .strong-text {
  font-weight: 800;
  font-size: 25px;
  color: #fff;
  background: #318d75;
  border-radius: 15px;
  padding: 10px 0;
  margin: 15px 0;
}
@media screen and (max-width: 1199.98px) {
  .notfound-wrapper .strong-text {
    font-size: 18px;
  }
}
.notfound-wrapper .error-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
}
.notfound-wrapper .go-back-btn {
  background-color: #318d75;
  color: #fff !important;
  padding: 10px 15px;
  border-radius: 15px;
  margin: 26px 0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}
.notfound-wrapper .go-back-btn:hover {
  background-color: #b8985e;
}
@media screen and (max-width: 991.98px) {
  .notfound-wrapper .notfound-img {
    margin-bottom: 0;
  }
}
.notfound-wrapper .notfound-img img {
  width: 100%;
  height: 100%;
}
.notfound-wrapper .notfound-info {
  text-align: center;
}
.notfound-wrapper .notfound-title {
  font-size: 35px;
  font-weight: 800;
}
@media screen and (max-width: 99.98px) {
  .notfound-wrapper .notfound-title {
    font-size: 30px;
  }
}
.notfound-wrapper .notfound-list {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.notfound-wrapper .notfound-list .item {
  position: relative;
  padding: 0 20px;
  font-size: 14px;
  cursor: pointer;
}
.notfound-wrapper .notfound-list .item .link {
  color: #121212;
  text-decoration: none;
}
.notfound-wrapper .notfound-list .item .link:hover {
  color: #b8985e;
}

video {
  width: 100%;
}

/*# sourceMappingURL=pages.css.map */
