/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.wtheader02__search {
  background-color: #fdde4e !important;
  padding: 20px;
  color: #222222;
}
.wtheader02__search h2 {
  color: #222222;
}
.wtheader02__search select#select-category {
  border-radius: 0px;
}
.wtheader02__caption {
  top: 15%;
  left: 5%;
  right: 8%;
}
.wtheader02_caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 5%;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .wtheader02_caption {
    right: 5%;
    bottom: -30px;
  }
}
.wtheader02_image {
  height: 610px;
  background: #04091e;
}
.wtheader02_image img {
  object-position: top center;
}
@media (max-width: 767px) {
  .wtheader02_image {
    height: 430px;
  }
}
@media (max-width: 575px) {
  .wtheader02_image {
    height: 540px;
  }
}
.wtheader02_section {
  background: #fdd935;
  color: #222222;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.form-control-lg {
  font-size: 0.875rem;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.sw13 {
  position: relative;
  margin: 5px 5px 0.62rem 5px;
  box-shadow: 0px 0px 10px 0px rgba(107, 121, 124, 0.2);
}
.sw13 .gc-view-categories .mt-1 {
  margin-top: 2px !important;
}
.sw13 .gc-view-categories i {
  margin-right: 5px;
}
.sw13 .gc-view-categories .name {
  font-size: 80%;
}
.sw13 .gc-view-icons .list-inline {
  margin-bottom: 0px;
}
.sw13 .gc-view-icons .list-inline-item {
  margin-right: 0px;
  margin-bottom: 4px;
}
.sw13__img1 {
  width: 100%;
  height: auto;
  position: relative;
}
.sw13__img1 .sw13__img {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 20% 1.87rem 1.25rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s ease 0s;
}
.sw13__img1 .sw13__title1 {
  font-size: 1.06rem;
  font-weight: 600;
  color: #dddddd;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.sw13__img1 .sw13__title1 a {
  color: #fff;
}
.sw13__img1 .sw13__post1 {
  display: block;
  font-size: 0.875rem;
  color: #dddddd;
  font-style: italic;
  margin-bottom: 1.56rem;
}
.sw13__img1 .sw13__icon1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sw13__img1 .sw13__icon1 span {
  display: inline-block;
}
.sw13__img1 .sw13__icon1 span a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  color: #dddddd;
  border: 1px solid #dddddd;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
}
.sw13__img1 .sw13__icon1 span a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.sw13:hover .sw13__img1 .sw13__img {
  animation-name: loading;
  animation-duration: 1200ms;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 1;
}
.sw13__review {
  padding: 1.06rem 1.06rem 1.06rem 5px;
  background: #fff;
}
.sw13__comment {
  float: left;
  margin: 0;
  padding: 7px 0 0 0;
  line-height: 1;
  text-align: center;
  width: 50px;
}
.sw13__comment span {
  list-style: none;
  font-size: 1.1rem;
  font-weight: 700;
}
.sw13__comment span small {
  display: block;
  margin-bottom: 0.62rem;
  font-size: 0.812rem;
  text-transform: capitalize;
}
.sw13__comment span:after {
  content: "";
  border-bottom: 1px solid lightgray;
  margin-bottom: 0.62rem;
  display: block;
}
.sw13__comment span:last-child:after {
  border-bottom: 0px none;
  margin-bottom: 0;
}
.sw13__title {
  margin: 0;
  padding: 0 0 0 1.5rem;
}
.sw13__title > a {
  font-size: 1.06rem;
  text-transform: uppercase;
  margin-bottom: 0.93rem;
  display: block;
  letter-spacing: 1px;
  font-weight: bold;
  text-decoration: none;
}
.sw13__title > a:hover {
  color: #fdd935;
}
.sw13__description {
  font-size: 0.812rem;
  color: gray;
  line-height: 1.31rem;
  padding: 0 0 0 1.6rem;
}
.sw13__footer {
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.sw13__comment span a, .sw13:hover .sw13__comment span small {
  color: #111111;
}
.sw13-carousel .owl-nav .fa {
  display: none;
}
.gc-grid-view .sw13__icons {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.gc-list-view .sw13 .gc-list-col-4 {
  padding: 0px;
}
.gc-list-view .sw13__icons {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.gc-list-view .sw13 .img-crop-center {
  max-height: 280px;
}
@keyframes loading {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@media only screen and (max-width: 990px) {
  .sw13__img {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 360px) {
  .sw13__img1 .sw13__img {
    padding: 5% 5%;
  }
}
@media screen and (max-width: 320px) {
  .sw13__img1 .sw13__img {
    padding: 5% 5%;
  }
  .sw13__img1 .sw13__post1 {
    margin-bottom: 8px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.categories-oceanus {
  background-color: #ddd;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.categories-oceanus .slick-prev:before, .categories-oceanus .slick-next:before {
  font-size: 30px;
  color: #777;
}
.ocnwtcat-layout {
  background: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 10px 1px rgba(71, 85, 95, 0.08);
}
.ocnwtcat-layout:hover .ocnwtcat-img img {
  transform: scale(1.09);
  transition: all 0.3s ease-in-out 0s;
}
.ocnwtcat-img {
  height: 180px;
  overflow: hidden;
}
.ocnwtcat-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
  height: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-in-out 0s;
}
.ocnwtcat-content {
  position: relative;
}
.ocnwtcat-content span {
  color: #222222;
  background-color: #fdd935;
  width: 52px;
  height: 52px;
  font-size: 20px;
  line-height: 52px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ocnwtcat-content span a i {
  font-weight: 900;
  color: #222222;
  font-size: 20px;
  text-align: center;
}
.ocnwtcat-review {
  padding: 50px 0 30px;
}
.ocnwtcat-review h3 a {
  text-decoration: none;
  font-size: 20px;
  margin: 0 0 10px;
  color: #222222;
  font-weight: 500;
}
.ocnwtcat-review button {
  padding: 7px 20px !important;
  box-shadow: 0 2px 10px 0 #d8dde6;
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #eaeff5;
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}
.ocnwtcat .owl-nav div {
  background: #fff;
  color: #444;
  height: 30px;
  border-radius: 100% !important;
  width: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-radius: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transition: all 0.5s ease-in-out;
  line-height: 30px;
  left: -23px;
  top: 50%;
  box-shadow: 0 2px 10px 0 #d8dde6;
}
@media screen and (max-width: 600px) {
  .ocnwtcat .owl-nav div {
    left: 15px;
  }
}
.ocnwtcat .owl-nav div:hover {
  background: #444;
  color: #fff;
}
.ocnwtcat .owl-nav div.owl-next {
  left: auto;
  right: -25px;
}
@media screen and (max-width: 600px) {
  .ocnwtcat .owl-nav div.owl-next {
    right: 15px;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.interactstepswt06-layout {
  padding-top: 10px;
  text-align: center;
}
.interactstepswt06-layout:hover .interactstepswt06-layout-icon {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
}
.interactstepswt06-layout-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  display: block;
  margin: auto;
  color: #222222;
  background: #fdd935;
  font-size: 28px;
  transition: all 0.3s ease-in-out 0s;
}
.interactstepswt06-layout-data {
  text-align: center;
}
.interactstepswt06-layout-data h3 {
  font-size: 20px;
  margin: 18px 0 8px;
  color: #222222;
  font-weight: 500;
}
.interactstepswt06-layout-data p {
  font-size: 15px;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.explorewt01 {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 100px 0px 100px 0px;
  background: #111111;
}
.explorewt01-container {
  z-index: 2;
  position: relative;
}
.explorewt01 h2, .explorewt01 p {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 20px;
}
.explorewt01 p {
  font-size: 1.4rem;
  text-transform: capitalize;
  line-height: 2rem;
}
.explorewt01-icon i {
  font-size: 100px;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .explorewt01-icon i {
    font-size: 50px;
  }
}
.explorewt01-button a {
  fill: #ffffff;
  color: #ffffff;
  background-color: #fdd935;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 30px;
  font-size: 16px;
  /*width:15%;*/
  transition: all 0.3s;
  text-decoration: none;
}
@charset "UTF-8";
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.pkg15 {
  border: 1px solid #ccc;
  text-align: center;
  padding-bottom: 1.875rem;
  transition: all 0.5s ease 0s;
}
.pkg15 .package-savings {
  font-size: 15px;
  display: block;
  position: absolute;
  top: -10px;
}
.pkg15:hover {
  box-shadow: 0 0.62rem 1.31rem 0 #ccc;
}
.pkg15-header {
  padding: 1.25rem 0 6.25rem;
  color: #333333;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.pkg15 .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
}
.pkg15 .price-value {
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 0.62rem;
  background: #111111;
  color: #ffffff;
  position: absolute;
  bottom: -3.75rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(45deg);
}
.pkg15 .value {
  transform: rotate(-45deg);
  position: relative;
}
.pkg15 .amount {
  font-size: 2.18rem;
}
.pkg15 .month {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.pkg15-content {
  list-style: none;
  padding: 0;
  margin: 6.25rem 0 1.875rem;
  font-size: 1rem;
  color: #111111;
}
.pkg15-content li {
  line-height: 2.5rem;
  position: relative;
  border-bottom: 1px solid #eee;
}
.pkg15-content li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 1.25rem;
  margin-right: 0.62rem;
  display: none;
}
.pkg15-signup {
  display: inline-block;
  padding: 0.93rem 1.875rem;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 7px;
  background: #dddddd;
  transition: all 0.5s ease 0s;
}
.pkg15-signup i {
  font-size: 0.93rem;
  margin-right: 8px;
}
.pkg15-signup:hover {
  background: #111111;
  color: #ffffff;
}
.pkg15.active .price-value {
  background: #fdd935;
  color: #222222;
}
.pkg15.active:hover .pkg15-signup {
  background: #fdd935;
  color: #222222;
}
@media only screen and (max-width: 990px) {
  .pkg15 {
    margin-bottom: 1.25rem;
  }
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.tm21 {
  padding-bottom: 60px;
}
.tm21__quote {
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 30px;
}
.tm21 .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tm21 .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tm21 .carousel-indicators {
  bottom: 10px;
}
.tm21 .carousel-indicators > li {
  background-color: #fdd935;
  border: none;
}
.tm21 blockquote {
  text-align: center;
  border: none;
}
.tm21 .profile-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
}
