html,
body {
  width: 100%;
  height: 100%;
  color: #302f2f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7268a7;
}

strong {
  font-weight: 600;
}

a {
  color: #7268a7;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}

a:hover {
  color: #d84c4e;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1200px;
}

header .top {
  background: #f6e5d5;
  padding: 10px 0;
}

header .top .title {
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 575px) {
  header .top .title {
    font-size: 20px;
  }
}

header .top .title img {
  float: left;
  margin-right: 10px;
}

header .top .title span {
  font-size: 14px;
  display: block;
}

header .top .tsupport {
  padding-top: 10px;
  color: #7268a7;
}

@media (max-width: 993px) {
  header .top .tsupport {
    display: none;
  }
}

header .top .tsupport .cell {
  color: #d84c4e;
  display: block;
  font-size: 14px;
}

@media (max-width: 575px) {
  header .top .tsupport .cell {
    display: none;
  }
}

#navbarWs .navbar-nav a {
  color: #fff !important;
  padding: 1rem !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#navbarWs .navbar-nav a:hover {
  color: #000000 !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navbar {
  background: #7268a7;
  padding: 0;
}

@media (max-width: 991px) {
  .navbar {
    padding: 10px 0;
  }
}

.offcanvas-header {
  background: #f6e5d5;
}

.can-menu {
  padding: 20px;
}

.can-menu ul {
  list-style-type: none;
  padding: 0;
}

.can-menu ul li {
  list-style-type: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px 0;
}

.can-menu ul li a {
  color: #333;
}

.can-menu ul li a i {
  padding-right: 7px;
  color: #999;
}

.can-menu ul li a:hover {
  color: #ff8400;
}

.offcanvas-start {
  width: 270px !important;
}

.wSlider .carousel-inner {
  background: #000000;
}

.wSlider .carousel-inner img {
  width: 100%;
  opacity: .7;
  min-height: 200px;
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}

.wSlider .carousel-inner .carousel-caption {
  bottom: 20%;
  color: #ffffff;
  text-align: left;
  left: 15%;
}

.wSlider .carousel-inner .carousel-caption h3 {
  font-size: 45px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 768px) {
  .wSlider .carousel-inner .carousel-caption h3 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-caption h3 {
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
  }
}

.wSlider .carousel-inner .carousel-caption p {
  font-size: 20px;
  margin: 30px 0;
}

@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-caption .btn {
    display: none;
  }
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
  }
}

.wSlider .carousel-indicators {
  bottom: 10%;
}

@media (max-width: 576px) {
  .wSlider .carousel-indicators {
    bottom: 0;
  }
}

.wSlider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.section {
  padding: 50px 0 40px;
}

@media (max-width: 576px) {
  .section {
    padding: 30px 0;
  }
}

.section h1 {
  font-weight: 300;
}

.section h1 span {
  color: #d84c4e;
}

.section h2 {
  font-weight: 300;
}

.section h2 span {
  color: #d84c4e;
}

.section h3 {
  font-size: 20px;
  font-weight: 500;
}

.section h3 span {
  display: block;
  font-size: 80%;
  color: #d84c4e;
}

.welcome .slogan {
  color: #d84c4e;
}

.cne {
  color: #999;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cne {
    margin-bottom: 0px;
  }
}

.cne .box {
  background: #fafafa;
  text-align: center;
  padding: 40px;
}

@media (max-width: 768px) {
  .cne .box {
    margin-bottom: 20px;
  }
}

.cne .box:hover {
  color: #ffffff;
  background: #7268a7;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cne .box:hover i,
.cne .box:hover h4 {
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.cne .box h4 {
  font-size: 24px;
  color: #7268a7;
}

.cne .box i {
  font-size: 50px;
  margin-bottom: 30px;
  color: #7268a7;
}

.ws-item {
  margin-bottom: 20px;
}

.ws-item figure {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  margin-bottom: 0;
  overflow: hidden;
}

.ws-item figure:hover .hover-infos {
  opacity: 1;
}

.ws-item figure:hover .dark-overlay {
  opacity: 1;
}

.ws-item figure a {
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.ws-item figure a img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ws-item figure a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ws-item figure .hover-infos {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  z-index: 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
  text-align: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 80%;
  height: 80%;
  padding: 6%;
}

.ws-item figure .hover-infos p {
  margin-bottom: 10px;
  color: #ffffff;
}

.ws-item figure .dark-overlay {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  background-color: rgba(114, 104, 167, 0.8);
}

.ws-item .desc {
  padding: 15px;
}

.featured {
  background: #fafafa;
}

.review {
  text-align: center;
  background-color: #7268a7;
  color: #ffffff;
}

.review h2 {
  color: #ffffff;
}

.review a {
  color: #ffffff;
}

.review a:hover {
  color: #d84c4e;
}

.review img {
  border-radius: 50%;
  max-width: 150px;
  border: 5px solid rgba(255, 255, 255, 0.7);
}

.photo-tour {
  background: #fbfbfb;
  padding-bottom: 0;
}

.photo-tour figure {
  position: relative;
  overflow: hidden;
  background-color: #7268a7;
}

.photo-tour figure img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.photo-tour figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
}

footer {
  color: #ffffff;
  background: #7268a7;
  font-size: 14px;
}

footer .ass {
  text-align: center;
  padding-bottom: 20px;
}

footer .ass img {
  max-height: 35px;
  background: #ffffff;
  border-radius: 3px;
}

@media (max-width: 768px) {
  footer .ass {
    text-align: left;
  }
}

footer .s-links {
  text-align: right;
}

@media (max-width: 768px) {
  footer .s-links {
    text-align: left;
  }
}

footer a {
  color: #eeeeee;
}

footer a:hover {
  color: #d84c4e;
}

footer h3,
footer h2 {
  color: #ffffff;
}

footer h4 {
  font-weight: 300;
  color: #ffffff;
  font-size: 18px;
}

footer ul {
  padding-left: 20px;
}

footer ul li {
  padding: 2px 0;
}

footer ul li a:hover {
  color: #ff8400;
}

footer .contact i {
  margin-bottom: 20px;
  float: left;
  margin-top: 8px;
  width: 30px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #d84c4e;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 11;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.page-header {
  padding: 40px 0 20px;
  background: #f2f2f2;
}

.bg-light {
  background: #f2f2f2;
}

.team .member {
  padding-bottom: 20px;
}

.team .member figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.team .member figure img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.team .member figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
  cursor: pointer;
}

.reviews .rating {
  color: #d84c4e;
}

.reviews figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.reviews figure img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.reviews figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .7;
  cursor: pointer;
}

.contact-us h2 {
  color: #7268a7;
}

.contact-us .left {
  background: #7268a7;
  padding: 30px;
  color: #ffffff;
}

.contact-us .left .top i {
  width: 45px;
  height: 45px;
  line-height: 23px;
  padding: 10px;
  display: block;
  border-radius: 100%;
  border: 2px solid #ffffff;
}

.contact-us .left .top h2,
.contact-us .left .top h3 {
  color: #ffffff;
}

.s-links a {
  cursor: pointer;
  outline: none;
}

.s-links a.outline {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 1px 5px;
  width: 30px;
  display: inline-block;
  text-align: center;
}

.s-links a.outline a {
  text-decoration: none;
}

.s-links a.outline:hover {
  color: white;
  background: #1172c4;
  border-color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.s-links a.outline:active {
  border-radius: 4px;
}

.s-links a.fb {
  color: #005397;
}

.s-links a.fb:hover {
  background: #005397;
}

.s-links a.tw {
  color: #00aedd;
}

.s-links a.tw:hover {
  background: #00aedd;
}

.s-links a.in {
  color: #005397;
}

.s-links a.in:hover {
  background: #005397;
}

.s-links a.gp {
  color: #e3411f;
}

.s-links a.gp:hover {
  background: #e3411f;
}

.s-links a.yt {
  color: #ca3737;
}

.s-links a.yt:hover {
  background: #ca3737;
}

.s-links a.pi {
  color: #cb2027;
}

.s-links a.pi:hover {
  background: #cb2027;
}

.s-links a.ig {
  color: #000;
}

.s-links a.ig:hover {
  background: #333;
}
/*# sourceMappingURL=app.css.map */