body {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-family: "Larsseit";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Larsseit-Medium";
}

a {
  text-decoration: none;
}

p {
  line-height: 24px;
}

/*button*/
.btn {
  border-radius: 0;
}
.btn:focus:active {
  box-shadow: none;
}
.btn-primary {
  color: #e8673a;
  border-color: #e8673a;
  background-color: transparent;
  font-size: 14px;
}
.btn-primary:hover {
  background-color: #e8673a;
  border-color: #e8673a;
  box-shadow: none;
}
.btn-primary:focus {
  background-color: #e8673a;
  border-color: #e8673a;
  box-shadow: none;
}

/*header*/
.header .navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .navbar .navbar-brand {
  position: absolute;
  left: 0;
  top: -10px;
  background-color: #f6df4f;
  padding: 18px 5px;
}
.header .navbar .navbar-brand img {
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .header .navbar .navbar-brand {
    padding: 6px 5px;
    width: 70px;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar-nav {
    padding-top: 30px;
  }
}
.header .navbar-nav .nav-link {
  font-size: 14px;
  padding-right: 15px;
  padding-left: 15px;
  color: #000;
}
@media screen and (max-width: 992px) {
  .header .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
.header .join-us {
  margin-left: 20px;
}

.content-wrapper {
  margin-top: 60px;
  position: relative;
}

.contact-band {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 1;
  display: flex;
}
@media screen and (max-width: 992px) {
  .contact-band {
    display: none;
  }
}
.contact-band .contact-band-item {
  position: relative;
  top: 0;
  background-color: rgba(255, 255, 255, 0.93);
  padding-right: 3.1%;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  display: flex;
  align-items: center;
}
.contact-band .contact-band-item.contact-band-left {
  justify-content: flex-end;
}
.contact-band .contact-band-item a {
  margin-top: 0.4vw;
  margin-bottom: 0.4vw;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.h34 {
  min-height: 34vw;
}

.topbottom {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 2vw 1.9vw;
  height: 8.45vw;
  z-index: 1;
  border: 1px solid #fff;
  padding-top: 30px;
  cursor: pointer;
}

@media only screen and (min-width: 1281px) {
  .topbottom {
    padding: 2vw 1.9vw;
    height: 8.45vw;
  }
}
.topbottom svg {
  width: 7px;
  fill: #fff;
  /* height: 49px; */
  width: 0.6vw;
  height: 2.6vw;
}

.slider-item .row {
  margin-left: 0;
  margin-right: 0;
}

.blacksc {
  background-color: #1a1520;
  margin-top: 30px;
  min-height: calc(100% - 70px);
  position: relative;
}

@media screen and (max-width: 767px) {
  .banner-downarrow {
    display: none;
  }
}

.pad-l0 {
  padding-left: 0;
}

.bannerimg {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  .bannerimg {
    max-height: 620px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1366px) {
  .bannerimg {
    max-height: 34vw;
    height: 34vw;
  }
}
.overa {
  position: relative;
}

@media only screen and (min-width: 1366px) {
  .bannerimg img {
    height: 34vw;
    object-fit: cover;
  }
}
.black-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
}

.bannerimg .slidetxt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 8.45vw;
  max-width: 23vw;
  padding: 0.64vw 25px;
  border: 1px solid #fff;
  color: #fff;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .bannerimg .slidetxt {
    max-width: 90%;
    padding: 15px;
    height: auto;
    padding: 10px 10px;
  }
}

.bannerimg .slidetxt h4 {
  /* font-size: 30px; */
  font-size: 1.5vw;
  font-family: "Larsseit";
  text-align: left;
  margin-top: 0.6vw;
  margin-bottom: 0.6vw;
}
@media screen and (max-width: 992px) {
  .bannerimg .slidetxt h4 {
    font-size: 18px;
  }
}

/*about us*/
.common-section {
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  .common-section {
    padding-top: 40px;
  }
}

.section-title {
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .section-title {
    margin-bottom: 30px;
  }
}
.section-title h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .section-title h2 {
    font-size: 30px;
  }
}

.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  margin-bottom: 3rem;
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .carousel-indicators {
    margin-bottom: 2rem;
  }
}

.carousel-indicators [data-bs-target] {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 25px;
  margin-left: 25px;
  text-indent: unset;
  border: 0;
  border-top: none;
  border-bottom: none;
  opacity: 1;
  transition: opacity 0.6s ease;
  font-size: 15px;
  position: relative;
}
.carousel-indicators [data-bs-target]:after {
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8673a;
  transition: 0.5s;
}
.carousel-indicators [data-bs-target]:hover {
  color: #e8673a;
}
.carousel-indicators [data-bs-target]:hover:after {
  width: 100%;
  transition: 0.5s;
}
.carousel-indicators [data-bs-target].active {
  color: #e8673a;
}
.carousel-indicators [data-bs-target].active:after {
  width: 100%;
  transition: 0.5s;
}

.about-contact-info {
  margin-top: 50px;
}
.about-contact-info h3 {
  font-size: 18px;
}
.about-contact-info ul {
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}
.about-contact-info ul li {
  margin-bottom: 10px;
}
.about-contact-info ul li a {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-image {
  position: relative;
}
.about-image .group-img {
  position: absolute;
  bottom: 50px;
  right: 0;
}
@media screen and (max-width: 992px) {
  .about-image .group-img {
    position: relative;
    bottom: 0;
  }
}
.about-image .group-img img {
  border: 8px solid #fff;
}

/**services**/
.utodest {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .utodest {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .utodest.col-md-7 .swap-last {
    order: 2;
  }
  .utodest.col-md-7 .swap-first {
    order: 1;
  }
}

.destimg {
  max-height: 430px;
  overflow: hidden;
  position: relative;
}

.services-list .destimg {
  max-height: 100%;
}

.services-list .bigbox .destimg {
  /* max-height: 828px; */
  max-height: 42vw;
}
.services-list .bigbox .destimg.destimg-small {
  max-height: 21vw;
}
@media screen and (max-width: 992px) {
  .services-list .bigbox .destimg.destimg-small {
    max-height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .services-list .bigbox .destimg {
    max-height: 100%;
  }
}

.row.dest-item {
  margin: 0;
}
.row.dest-item .col-md-6 {
  padding: 0;
}
@media screen and (max-width: 992px) {
  .row.dest-item .col-md-6 {
    width: 100%;
  }
}

.destimg img {
  width: 100%;
  transition: 0.8s;
}
@media screen and (max-width: 992px) {
  /* .destimg img {
    height: 100vw;
  } */
}
.destimg:hover img {
  transition: 0.8s;
  transform: scale(1.1);
}

.destnf {
  padding: 30px;
  position: absolute;
  top: 0;
  overflow-y: auto;
  max-height: 100%;
}
@media screen and (max-width: 992px) {
  .destnf {
    position: relative;
    padding: 15px !important;
    text-align: left !important;
  }
}

.destnf h3 {
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .destnf h3 {
    font-size: 24px;
  }
}
.destnf h3:before {
  content: "";
  width: 2px;
  height: 24px;
  background-color: #e8673a;
  position: absolute;
  top: 4px;
  left: -15px;
}
.destnf h3 .logo-title {
  width: 40px !important;
  margin-right: 8px;
  height: auto;
}

.destnf p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px;
}

.smallbox .col-md-6 .destinf {
  /* height: 414px; */
  height: 21vw;
  position: relative;
}
@media screen and (max-width: 992px) {
  .smallbox .col-md-6 .destinf {
    height: auto;
  }
}

.dest-item .col-md-6 .destnf {
  padding: 30px;
}

.bigbox .destnf {
  text-align: right;
}
.bigbox .destnf h3:before {
  right: -15px;
  left: auto;
}
@media screen and (max-width: 992px) {
  .bigbox .destnf h3:before {
    right: auto;
    left: -15px;
  }
}

/**google map**/
.location-map {
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .location-map {
    margin-bottom: 40px;
  }
}
.location-map iframe {
  width: 100%;
}

/*contact*/
.contact-info .contact-info-list {
  padding-left: 0;
  max-width: 285px;
}
@media screen and (max-width: 992px) {
  .contact-info .contact-info-list {
    max-width: 100%;
  }
}
.contact-info .contact-info-list li {
  list-style-type: none;
  padding: 12px 0;
  border-top: 1px solid #000;
  color: #4e4e4e;
  line-height: 24px;
}
.contact-info .contact-info-list li a {
  color: #4e4e4e;
}

.contact-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-group .form-control {
  border-color: #cccccc;
  border-radius: 0;
  font-size: 14px;
}
.contact-form .btn-primary {
  min-width: 140px;
}

/**footer**/
.footer {
  background-color: #e5e5e5;
  padding-top: 25px;
  padding-bottom: 15px;
}
.footer .footer-lisnks h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .footer-lisnks ul {
  padding-left: 0;
  list-style-type: none;
}
.footer .footer-lisnks ul li {
  font-size: 14px;
  color: #808080;
  margin-bottom: 10px;
}
.footer .footer-lisnks ul li a {
  color: #808080;
}
.footer .footer-lisnks .social-links {
  display: flex;
  gap: 15px;
}
.footer .footer-lisnks .social-links li a {
  color: #000;
  font-size: 16px;
}

.navbar-light .navbar-toggler {
  margin-left: auto;
  padding: 0;
  border-color: transparent;
}

.copyrights {
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
  color: #000;
  background-color: #cfcfcf;
}

.moretext {
  display: none;
}

.team-member {
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all ease 0.3s;
  border: 1px solid #eaeaea;
}
.team-member img {
  width: 100%;
}
.team-member .article {
  padding: 15px;
}
.team-member .article h3 {
  font-size: 20px;
}
.team-member .article h5 {
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  font-family: "Larsseit";
  letter-spacing: 1px;
}

.hide {
  display: none;
}

.read-more-show, .read-more-hide {
  color: #e8673a;
  position: relative;
  margin-left: 5px;
  padding: 4px 0;
}
.read-more-show:after, .read-more-hide:after {
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e8673a;
  transition: 0.5s;
}
.read-more-show:hover, .read-more-hide:hover {
  color: #e8673a;
}
.read-more-show:hover:after, .read-more-hide:hover:after {
  width: 100%;
  transition: 0.5s;
}

/**loader**/
.loader-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */
