@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playball&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;600&display=swap');
:lang(en), :lang(en) #home-revslider {
  font-family: 'Signika Negative', sans-serif !important;
}
:lang(en) i {
  font-family: FontAwesome !important
}
:lang(en) .welcome-section-1 .wc-max-content h3, :lang(en) .gallery-section .section-header h3, :lang(en) .section-header h3, :lang(en) .header-section-1 .menu-block .ow-navigation .nav.navbar-nav li > a, :lang(en) .page-banner .banner-content h3, :lang(en) .page-banner .banner-content h4 {
  font-weight: 600 !important;
  letter-spacing: 0.5px !important
}
:lang(en) .header-section-1 .menu-block .ow-navigation .navbar-nav li > .dropdown-menu > li > a {
  font-weight: 400 !important;
}
:lang(en) .booking-section-1 marquee {
  font-family: 'Playball', cursive, sans-serif !important
}
/* * Body */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Prompt', sans-serif;
  font-size: 17px;
  color: #666;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.loader-inner {
  color: #9C9C9C
}
a {
  outline: 0 !important;
  color: #666;
  text-decoration: none
}
a:hover {
  text-decoration: none;
  color: #b811ff
}
/* - Padding/Margin */
.no-padding {
  padding: 0;
}
.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}
.no-top-padding {
  padding-top: 0;
}
.no-bottom-padding {
  padding-bottom: 0;
}
.no-margin {
  margin: 0;
}
.no-left-margin {
  margin-left: 0;
}
.no-right-margin {
  margin-right: 0;
}
.no-top-margin {
  padding-top: 0;
}
.no-bottom-margin {
  margin-bottom: 0;
}
/*
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
---------------------------------------------*/
/* - Slider Section */
.slider-section .uranus.tparrows {
  background-color: transparent;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.slider-section .uranus.tparrows::before {
  color: #fff;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 45px;
}
.slider-section .uranus.tparrows:hover {
  background-color: #b811ff10;
}
.slider-section .tp-bullets {
  top: 98% !important;
}
.slider-section .tp-bullets.zeus .tp-bullet {
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid #fff;
}
.slider-section .tp-bullets.zeus .tp-bullet::after {
  height: auto;
}
.slider-section .tp-bullets.zeus .tp-bullet.selected {
  background-color: #fff;
  width: 13px;
  height: 13px;
  top: -2px !important;
  position: relative;
}
/* - Booking Section */
.slider-section {
  position: relative;
}
.booking-section .booking-detail {
  background-color: #b811ff;
  padding: 90px 120px;
  text-align: center;
}
.booking-section .booking-detail h5.booking-heading {
  color: #fff;
  font-size: 34px;
  line-height: 36px;
  margin-top: 0;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.booking-section .booking-detail .input-group {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 0;
  margin-bottom: 15px;
}
.booking-section .booking-detail .form-control, .booking-section .booking-detail .btn {
  background-color: transparent;
  height: 46px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
}
.booking-section .booking-detail .form-control {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.booking-section .booking-detail .input-group-addon {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}
.booking-section .booking-detail .form-control::-webkit-input-placeholder {
  color: #fff;
}
.booking-section .booking-detail .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.booking-section .booking-detail .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.booking-section .booking-detail .form-control:-ms-input-placeholder {
  color: #fff;
}
.booking-section .booking-detail .btn {
  font-size: 18px;
}
.booking-section .booking-detail select {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 50px;
  width: 100%;
  padding: 0 20px;
}
.booking-section .booking-detail select option {
  padding: 0 20px;
  box-shadow: none;
}
.booking-section .booking-detail textarea.form-control {
  border: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 115px;
}
.booking-section .booking-detail a.book-now {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 20px;
  padding: 2px 22px;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.booking-section .booking-detail a.book-now:hover {
  background-color: #fff;
  color: #b811ff;
}
/* - Booking Section 1 */
.booking-section-1 {
  background-color: #b9a4dd;
  position: absolute;
  bottom: 0;
  padding: 35px 0 25px 0;
  width: 100%;
  position: relative;
  font-size: 32px;
  letter-spacing: 2px
}
.booking-section-1 span {
  font-size: 50px
}
.booking-section-1 .booking-content-block h5 {
  color: #b811ff;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0;
}
.booking-section-1 .booking-content-block h5 span {
  display: block;
}
.booking-section-1 .form-control {
  background-color: transparent;
  height: 46px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  color: #fff;
}
.booking-section-1 .form-control {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.booking-section-1 .form-control::-webkit-input-placeholder {
  color: #fff;
}
.booking-section-1 .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.booking-section-1 .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.booking-section-1 .form-control:-ms-input-placeholder {
  color: #fff;
}
.booking-section-1 .input-group {
  border: 1px solid #fff;
  border-radius: 0;
  float: left;
  margin-bottom: 0;
  margin-top: 15px;
  margin-left: 15px;
}
.booking-section-1 .input-group-addon {
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}
.booking-section-1 .form-group {
  margin-bottom: 0;
  margin-top: 15px;
}
.booking-section-1 select {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid #fff;
  height: 48px;
  width: 100%;
  padding: 0 20px;
}
.booking-section-1 select option {
  padding: 0 20px;
  box-shadow: none;
  color: #666;
}
.booking-section-1 a.book-now {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 15px;
  padding: 5px 32px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.booking-section-1 a.book-now:hover {
  background-color: #fff;
  color: #b811ff;
}
/* - Welcome Section */
.welcome-section .welcome-box, .welcome-section .welcome-box span, .welcome-section .welcome-box p, .welcome-section .welcome-box > i {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.welcome-section {
  margin-bottom: 150px;
}
.welcome-section .welcome-outer {
  text-align: center;
}
.welcome-section .welcome-content p {
  color: #666;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 85px;
  text-align: center;
}
.welcome-section .welcome-box {
  border: 2px solid #b811ff;
  border-radius: 100%;
  display: inline-block;
  height: 240px;
  width: 240px;
  text-align: center;
  position: relative;
  padding: 70px 30px;
}
.welcome-section .welcome-box span {
  color: #333;
  font-style: italic;
  font-size: 16px;
  line-height: 36px;
}
.welcome-section .welcome-box p {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 5px;
}
.welcome-section .welcome-box > i {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #b811ff;
  display: inline-block;
  height: 51px;
  font-size: 18px;
  width: 51px;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 51px;
  text-align: center;
}
.welcome-section .welcome-box:hover {
  background-color: #b811ff;
}
.welcome-section .welcome-box:hover span, .welcome-section .welcome-box:hover p {
  color: #fff;
  font-weight: 700;
}
.welcome-section .welcome-box:hover > i {
  border-color: #b811ff;
  color: #333;
}
/* - Welcome Section 1 */
.welcome-section-1 {
  padding: 80px 0;
}
.welcome-section-1 .wc-1-img > i {
  position: relative;
  display: inline-block;
}
.welcome-section-1 .wc-max-content h3 {
  color: #666;
  font-size: 34px;
  letter-spacing: 0.34px;
  margin-top: 0;
  margin-bottom: 35px;
  word-wrap: break-word;
}
.welcome-section-1 .wc-max-content p {
  color: #666;
  font-size: 17px;
  letter-spacing: 0.15px;
  line-height: 25px;
  margin-bottom: 15px;
}
.welcome-section-1 .wc-max-content .wc-mission-section {
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 32px;
  width: 100%;
}
.welcome-section-1 .wc-max-content .wc-mission {
  display: inline-block;
  position: relative;
  padding-left: 65px;
}
.welcome-section-1 .wc-max-content .wc-mission i {
  border: 1px solid #666;
  border-radius: 100%;
  color: #b811ff;
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  line-height: 44px;
  text-align: center;
}
.welcome-section-1 .wc-max-content .wc-mission h5 {
  color: #666;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0;
  word-wrap: break-word;
}
.welcome-section-1 .wc-max-content .wc-mission span {
  color: #666;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.16px;
}
.welcome-section-1 .wc-max-content a.learn-more {
  background-color: #fff;
  border: 1px solid #b811ff;
  color: #b811ff;
  display: inline-block;
  font-weight: 600;
  line-height: 26px;
  padding: 10px 28px;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.welcome-section-1 .wc-max-content a.learn-more i {
  padding-left: 15px;
}
.welcome-section-1 .wc-max-content a.learn-more:hover {
  background-color: #b811ff;
  color: #fff;
}
/* - Whychooseus Section */
.whychooseus-section {
  background-color: #fafafa;
  margin-bottom: 150px;
  padding: 120px 0;
}
.whychooseus-section .choose-us-block {
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.whychooseus-section .choose-us-cover {
  padding-left: 0;
  position: relative;
}
.whychooseus-section .choose-us-cover > i {
  position: relative;
  display: inline-block;
}
.whychooseus-section .choose-us-cover > i::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.502);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 2;
}
.whychooseus-section .choose-us-cover > a.site-enter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  border: none;
  background-color: #b811ff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 3;
}
.whychooseus-section .choose-us-content {
  padding-top: 15px;
  padding-right: 30px;
}
.whychooseus-section .choose-us-content h5 {
  color: #666;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.whychooseus-section .choose-us-content p {
  color: #333;
  font-size: 13px;
  letter-spacing: 0.13px;
  line-height: 26px;
  margin-bottom: 12px;
}
.whychooseus-section .choose-us-content a {
  border: 2px solid #dfd8c8;
  color: #666;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 36px;
  padding: 0 17px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.whychooseus-section .choose-us-content a:hover {
  background-color: #dfd8c8;
}
.whychooseus-section .choose-us-block:hover .choose-us-cover > i::before {
  opacity: 1;
}
.whychooseus-section .choose-us-block:hover .choose-us-cover > a.site-enter {
  opacity: 1;
  top: 50%;
}
/* - Offer Section */
.offer-section .offer-box > i {
  position: relative;
  display: block;
}
.offer-section .offer-box > i::before {
  content: "";
  background-color: #b811ff30;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  z-index: 2;
}
.offer-section .offer-content {
  background-color: #fff;
  padding: 20px 28px;
}
.offer-section .offer-content > a.site-enter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  display: inline-block;
  text-align: center;
  /*	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;*/
  z-index: 3;
}
.offer-section .offer-content p {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 24px;
  margin-bottom: 5px;
  ;
}
.offer-section .offer-content span {
  color: #b811ff;
  font-style: italic;
  letter-spacing: 0.14px;
  line-height: 24px;
  display: block;
  margin-bottom: 25px;
}
.offer-section .offer-content a.book-now {
  border: 2px solid #b811ff;
  color: #666;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.12px;
  line-height: 24px;
  padding: 8px 28px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.offer-section .offer-content a.book-now:hover {
  background-color: #b811ff;
  color: #fff;
}
.offer-section .offer-box:hover > i::before {
  opacity: 1;
}
.offer-section .offer-box:hover .offer-content > a.site-enter {
  opacity: 1;
  top: 30%;
}
.offer-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: #fff;
  border: 2px solid #b811ff;
  border-radius: 0;
  display: inline-block;
  font-size: 0;
  height: 41px;
  width: 41px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.offer-section .owl-controls .owl-nav .owl-prev {
  left: -75px;
}
.offer-section .owl-controls .owl-nav .owl-next {
  right: -75px;
}
.offer-section .owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #111;
}
.offer-section .owl-theme .owl-controls .owl-nav .owl-prev::before {
  content: "\f104";
}
.offer-section .owl-theme .owl-controls .owl-nav .owl-next::before {
  content: "\f105";
}
/* - Counter Section */
.counter-section {
  background-image: url("../images/counter-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 90px 0;
}
.counter-section::before {
  background-color: rgba(41, 43, 44, 0.702);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  position: absolute;
}
.counter-section .counter-box {
  text-align: center;
}
.counter-section .counter-box i {
  color: #fff;
  font-size: 35px;
}
.counter-section .counter-box h3 {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 2.1px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.counter-section .counter-box p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* - Gallery Section */
.gallery-section .portfolio-categories li a, .gallery-section .content-image-block::before, .gallery-section .content-block-hover, .gallery-section .content-block-hover > a {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.gallery-section {
  background-color: #f9f9f9;
  padding: 130px 0;
}
.gallery-section .portfolio-categories {
  padding-left: 0;
  margin-bottom: 50px;
  text-align: center;
}
.gallery-section .portfolio-categories li {
  display: inline-block;
  margin-right: 35px;
}
.gallery-section .portfolio-categories li:last-child {
  margin-right: 0;
}
.gallery-section .portfolio-categories li a {
  color: #666;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.16px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.gallery-section .portfolio-categories li a:hover::after, .gallery-section .portfolio-categories li a.active::after, .gallery-section .portfolio-categories li a:focus::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  right: 0;
  background-color: #b811ff;
  content: "";
  color: #666;
}
.gallery-section .portfolio-categories li a:hover {
  color: #b811ff;
}
.gallery-section .portfolio-categories li a.active, .gallery-section .portfolio-categories li a:hover, .gallery-section .portfolio-categories li a:focus {
  color: #b811ff;
}
.gallery-section .portfolio-list {
  margin-bottom: 0;
}
.gallery-section .portfolio-list li {
  list-style: none;
}
.gallery-section .content-image-block {
  position: relative;
  margin-bottom: 30px;
}
.gallery-section .content-image-block::before {
  content: "";
  background-color: #b811ff30;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  opacity: 0;
}
.gallery-section .content-block-hover {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  text-align: center;
  opacity: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.gallery-section .content-block-hover h5 {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.gallery-section .content-block-hover p {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.gallery-section .content-block-hover > a {
  border: 2px solid #b811ff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  height: 42px;
  width: 42px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
}
.gallery-section .content-image-block:hover::before {
  opacity: 1;
}
.gallery-section .content-image-block:hover .content-block-hover {
  top: 50%;
  opacity: 1;
}
.gallery-section .content-block-hover > a:hover {
  background-color: #b811ff;
}
/* - Gallery Section 2 */
.gallery-section-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 150px;
}
.service-gallery {
  background-color: #f7f7f7;
  margin-bottom: 0;
}
.gallery-section-bg {
  margin-bottom: 0;
}
.gallery-section-2 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.gallery-section .section-header {
  background-color: #fff;
  padding: 124px 45px;
  margin-bottom: 0;
}
.gallery-section .section-header h3 {
  font-size: 25px;
  letter-spacing: 0.36px;
  padding-bottom: 17px;
}
.gallery-section .section-header p {
  color: #666;
  letter-spacing: 0.56px;
  line-height: 26px;
  margin: 21px 0;
}
.gallery-section-2 .section-header > a {
  background-color: #b811ff;
  border: 1px solid #b811ff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 12.6px;
  letter-spacing: 0.063px;
  line-height: 23.4px;
  padding: 10px 28px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.gallery-section-2 .section-header > a:hover {
  background-color: transparent;
  color: #b811ff;
}
.gallery-section-2 .portfolio-list li {
  padding-left: 5px;
  padding-right: 5px;
}
.gallery-section-2 .content-image-block {
  margin-bottom: 10px;
}
/* - Gallery Single */
.gallery-single {
  margin-bottom: 150px;
}
.gallery-single .flexslider.gallery-details-full {
  margin-bottom: 50px;
  border: none;
  border-radius: 0;
}
.gallery-single .flexslider.gallery-details-thumb {
  margin-bottom: 60px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.gallery-single .flexslider .slides > li {
  text-align: center;
}
.gallery-single .flexslider .slides > li img {
  display: inline-block;
}
.gallery-single .flexslider.gallery-details-full .flex-direction-nav a {
  display: none;
  height: 0;
}
.gallery-single .flexslider.gallery-details-thumb .slides > li {
  position: relative;
}
.gallery-single .flexslider.gallery-details-thumb .slides > li::before {
  background-color: rgba(0, 0, 0, 0.502);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.gallery-single .flexslider.gallery-details-thumb .slides > li::after {
  content: "\e67b";
  color: #fff;
  font-size: 30px;
  font-family: 'Stroke-Gap-Icons';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.gallery-single .flexslider.gallery-details-thumb .slides > li.flex-active-slide::before {
  opacity: 1;
}
.gallery-single .flexslider.gallery-details-thumb .slides > li.flex-active-slide::after {
  opacity: 1;
  top: 50%;
}
.gallery-single .flex-direction-nav a {
  border: 2px solid #b811ff;
  display: inline-block;
  color: #111;
  height: 46px;
  width: 46px;
  line-height: 44px;
  text-align: center;
  font-size: 0;
}
.gallery-single .flex-direction-nav a.flex-prev::before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  color: #111;
}
.gallery-single .flex-direction-nav a.flex-next::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  display: inline-block;
  color: #111;
}
.gallery-single .flexslider .flex-direction-nav .flex-prev {
  left: -100px;
  opacity: 1;
}
.gallery-single .flexslider:hover .flex-direction-nav .flex-prev {
  left: -100px;
  opacity: 1;
}
.gallery-single .flexslider .flex-direction-nav .flex-next {
  right: -100px;
  opacity: 1;
}
.gallery-single .flexslider:hover .flex-direction-nav .flex-next {
  right: -100px;
  opacity: 1;
}
.gallery-single .flexslider .slides img {
  width: auto;
}
.information-section {
  margin-bottom: 50px;
}
.information-section .info-box {
  border: 1px solid #c8bea2;
  padding: 40px 65px 20px;
}
.information-section .info-box h3 {
  color: #666;
  font-size: 18px;
  letter-spacing: 0.72px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  position: relative;
}
.information-section .info-box span {
  color: #333;
  float: right;
  text-transform: capitalize;
}
.information-section .info-box h3::before {
  content: ":";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
}
.gallery-single h3.info-heading {
  color: #666;
  font-size: 28px;
  letter-spacing: 1.12px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
.gallery-single p.info-content {
  color: #666;
  font-size: 15px;
  letter-spacing: 0.375px;
  line-height: 30px;
  margin-top: 20px;
}
/* - Callout */
.callout {
  background-image: url("../images/callout-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}
.callout .call-out-content {
  background-color: rgba(0, 0, 0, 0.749);
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.callout .call-out-content h3 {
  color: #fff;
  font-size: 44px;
  letter-spacing: 0.44px;
  line-height: 70px;
  margin-top: 0;
  margin-bottom: 0;
}
.callout .call-out-content p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.16px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.callout .call-out-content a {
  border: 3px solid #b811ff;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.14px;
  padding: 10px 24px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.callout .call-out-content a:hover {
  background-color: #b811ff;
  color: #fff;
}
/* - Clients */
.clients {
  background-color: #f2f2f2;
  padding: 80px 0;
  margin-bottom: 150px;
}
.clients-1 {
  background-color: transparent;
  padding: 0;
}
.clients .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.clients .clients-carousel .item a {
  background-color: #fff;
  text-align: center;
  line-height: 140px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  min-height: 140px;
  max-height: 140px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.clients .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.clients .clients-carousel .item a {
  text-align: center;
  line-height: 180px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  min-height: 180px;
  max-height: 180px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.clients .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: #fff;
  border: 2px solid #b811ff;
  border-radius: 0;
  display: inline-block;
  font-size: 0;
  height: 41px;
  width: 41px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.clients .owl-controls .owl-nav .owl-prev {
  left: -75px;
}
.clients .owl-controls .owl-nav .owl-next {
  right: -75px;
}
.clients .owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #111;
}
.clients .owl-theme .owl-controls .owl-nav .owl-prev::before {
  content: "\f104";
}
.clients .owl-theme .owl-controls .owl-nav .owl-next::before {
  content: "\f105";
}
/* - Event Section */
.event-section {
  margin-bottom: 150px;
}
.event-section .event-box img {
  position: relative;
}
.event-section .event-content {
  padding-left: 20px;
}
.event-section .event-content .event-date {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 60px;
}
.event-section .event-content .event-date p {
  background-color: #fff;
  color: #b811ff;
  font-size: 30px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  width: 60px;
  margin-bottom: 0;
}
.event-section .event-content .event-date span {
  background-color: #b811ff;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  width: 60px;
  text-transform: uppercase;
}
.event-section .event-content h5.event-title {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 70px;
  margin: 0;
  text-transform: uppercase;
}
.event-section .event-content h5.event-title > a {
  color: #666;
  text-decoration: none;
  word-wrap: break-word;
}
.event-section .event-content h5.event-title > a:hover {
  color: #b811ff;
}
.event-section .event-content p {
  color: #666;
  font-weight: 600;
}
.event-section .event-content p > i {
  color: #b811ff;
  padding-right: 15px;
}
.event-section .event-content p > a {
  color: #666;
}
.event-section .event-content a.view-detail {
  color: #666;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
}
.event-section .event-content a.view-detail i {
  padding-left: 5px;
}
/* - Service Section */
.service-section {
  padding: 80px 0;
}
.service-section .service-content {
  padding: 30px 30px 20px;
  position: relative;
}
.service-section .service-content h5, .offer-content h5 {
  color: #111;
  font-size: 17px;
  letter-spacing: 0.1px;
  text-align: center;
  margin-top: 0;
  position: relative;
  margin-bottom: 0;
  text-transform: capitalize;
  word-wrap: break-word;
}
/*.service-section .service-content h5::after,.offer-content h5::after{
	background-color: #b811ff;
	content: "";
	width: 50px;
	height: 3px;
	left: 0;
	bottom: 0;
	position: absolute;
}*/
.service-section .service-content p {
  color: #333;
  letter-spacing: 0.07px;
  line-height: 20px;
  margin-bottom: 20px;
}
.service-section .service-content a.read-more {
  color: #666;
  font-weight: 600;
  letter-spacing: 0.07px;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.service-section .service-content a.read-more:hover {
  color: #b811ff;
}
.service-section .service-content a.link {
  background-color: #b811ff;
  color: #fff;
  display: inline-block;
  height: 43px;
  width: 43px;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 48px;
  text-align: center;
}
.service-section .service-content a.link > i {
  font-size: 20px;
}
.navbar-toggle .icon-bar {
  width: 26px;
  height: 3px;
}
.navbar-toggle {
  padding: 13px 10px;
}
/* - Video Section */
.video-section2 {
  background-image: url("../images/video-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 500px;
  text-align: center;
  background-attachment: fixed;
}
.video-section2::before {
  background-color: rgbA(0, 0, 0, 0.3);
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.video-section2 .video-section-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.video-section2 .video-section-content a {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 100%;
  display: inline-block;
  line-height: 80px;
  font-size: 18px;
  color: #fff;
}
.video-section2 a i {
  margin-left: 5px;
  font-size: 25px;
}
.video-section2 .video-section-content p {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.38px;
  padding: 0 15px;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.detail-1 {
  padding: 80px 0;
}
.detail-1 ul {
  margin-top: 20px
}
/* - Testimonial Section */
.testimonial-section {
  margin-bottom: 140px;
}
.testimonial-section-1 {
  margin-bottom: 0;
}
.testimonial-section .testimonial-carousel-1 .col-md-12, .testimonial-section .testimonial-carousel-2 .col-md-12 {
  padding-top: 50px;
}
.testimonial-section .testimonial-content {
  position: relative;
  padding: 20px;
}
.testimonial-section .testimonial-content i {
  width: 100%;
  text-align: center;
  display: inline-block
}
.testimonial-section .testimonial-content img {
  width: 180px;
  border-radius: 100%;
  margin-bottom: 20px;
  display: inline-block
}
.testimonial-section .testimonial-content p {
  color: #666;
  line-height: 26px;
  letter-spacing: 0.07px;
}
.testimonial-section .testimonial-content h5 {
  color: #666;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.07px;
  margin: 0;
  word-wrap: break-word;
  text-align: center
}
.testimonial-section .testimonial-content h5 span {
  font-weight: normal;
  padding-left: 10px;
}
/* - Testimonial Section 1 */
.testimonial-section-1 {
  padding: 80px 0 0px 0;
}
.testimonial-section-1 .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  font-size: 0;
  height: 41px;
  width: 41px;
  line-height: 28px;
  position: absolute;
  top: 50%;
  text-align: center;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.testimonial-section-1 .owl-controls .owl-nav .owl-prev {
  left: -75px;
}
.testimonial-section-1 .owl-controls .owl-nav .owl-next {
  right: -75px;
}
.testimonial-section-1 .owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #111;
}
.testimonial-section-1 .owl-theme .owl-controls .owl-nav .owl-prev::before {
  content: "\f104";
}
.testimonial-section-1 .owl-theme .owl-controls .owl-nav .owl-next::before {
  content: "\f105";
}
/* - Blog Section */
.content-area {
  margin-bottom: 150px;
}
.content-area .type-post {
  margin-bottom: 45px;
}
.type-post .blog-content {
  background-color: #f8f9f9;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 110px;
  position: relative;
}
.type-post .entry-meta .post-admin, .type-post .entry-meta .post-date {
  display: inline-block;
}
.type-post .entry-meta .post-admin {
  color: #a7a7a7;
  font-size: 13px;
  text-transform: uppercase;
}
.type-post .entry-meta {
  margin-bottom: 10px;
}
.type-post .entry-meta a {
  color: #a7a7a7;
  font-size: 13px;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: none;
}
.type-post .entry-meta .post-admin a::after {
  content: "/";
  padding: 5px;
}
.type-post .blog-content h3.entry-title {
  color: #666;
  font-size: 22px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.type-post .blog-content h3.entry-title::after {
  background-color: #b811ff;
  content: "";
  height: 3px;
  width: 54px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.type-post .blog-content h3.entry-title a {
  color: #666;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.type-post .blog-content h3.entry-title a:hover {
  color: #b811ff;
  text-decoration: none;
}
.type-post .blog-content .entry-content p {
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.type-post .blog-content a.read-more {
  background-color: #b811ff;
  bottom: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 60px;
}
.blog-section .ow-pagination {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  margin-top: 50px;
  text-align: center;
}
.blog-section .ow-pagination ul {
  margin: 0;
}
.blog-section .ow-pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.blog-section .ow-pagination ul li a {
  border: 1px solid #cecece;
  background-color: transparent;
  border-radius: 0;
  color: #666;
  font-size: 17px;
  width: 44px;
  height: 46px;
  line-height: 44px;
  letter-spacing: 0.68px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blog-section .ow-pagination .pagination > li:first-child > a, .blog-section .ow-pagination .pagination > li:last-child > a {
  border-radius: 0;
}
.blog-section .ow-pagination ul li a:hover {
  background-color: #b811ff;
  color: #fff;
}
/* - Widget Area */
.widget-area .widget {
  margin-bottom: 60px;
}
.widget-area h3.widget-title {
  color: #232323;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 0;
  word-wrap: break-word;
}
/* - Search Widget */
.widget-area .widget_search {
  border: 1px solid #555;
  background-color: transparent;
  border-radius: 0;
}
.widget-area .widget_search .input-group .form-control, .widget-area .widget_search .btn-search {
  height: 50px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  color: #555;
}
.widget-area .widget_search .btn-search {
  padding: 6px 18px;
  background-color: transparent;
  color: #555;
}
.widget-area .widget_search .input-group .form-control {
  font-size: 14px;
  padding: 10px 22px;
  letter-spacing: 0.98px;
  color: #555;
  background-color: transparent;
}
.widget-area .widget_search .form-control::-webkit-input-placeholder {
  color: #555;
}
.widget-area .widget_search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}
.widget-area .widget_search .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}
.widget-area .widget_search .form-control:-ms-input-placeholder {
  color: #555;
}
/* - Widget Categories */
.widget-area .widget_categories ul {
  padding-left: 0;
  list-style: none;
}
.widget-area .widget_categories ul li {
  background-color: #f9f9f9;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}
.widget-area .widget_categories ul li a {
  color: #232323;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.widget-area .widget_categories ul li a::before {
  content: "\f10c";
  font-family: 'FontAwesome';
  padding-right: 22px;
}
.widget-area .widget_categories ul li a:hover {
  color: #b811ff;
}
/* - Widget Latestpost */
.widget-area .widget_latestposts .latest-content {
  border-bottom: 1px solid #dbdbdb;
  display: inline-block;
  position: relative;
  padding-left: 90px;
  padding-bottom: 30px;
  padding-top: 10px;
  margin-bottom: 15px;
}
.widget-area .widget_latestposts .latest-content > a > i {
  position: absolute;
  left: 0;
}
.widget-area .widget_latestposts .latest-content h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 5px;
}
.widget-area .widget_latestposts .latest-content h5 > a {
  color: #333;
  text-decoration: none;
}
.widget-area .widget_latestposts .latest-content h5 > a:hover {
  color: #b811ff;
}
.widget-area .widget_latestposts .latest-content span {
  color: #b811ff;
  display: inline-block;
}
/* - Widget Tags */
.widget-area .widget_tags a {
  border: 1px solid #999;
  background-color: transparent;
  color: #333;
  display: inline-block;
  font-size: 15px;
  padding: 8px 24px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-right: 8px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.widget-area .widget_tags a:hover {
  background-color: #b811ff;
  color: #fff;
}
/* - Blog Post */
.blog-post .type-post .blog-content {
  background-color: transparent;
  border-bottom: 3px solid #e5e5e5;
  padding-bottom: 45px;
}
.blog-post .type-post .blog-content .entry-content p {
  color: #666;
  font-weight: normal;
  margin-bottom: 40px;
}
.blog-post .type-post .blog-content .entry-content blockquote {
  background-color: #f9f9f9;
  border-left: none;
  color: #666;
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 40px 0;
  padding: 20px 40px;
}
.blog-post .type-post .blog-content .social-share {
  display: inline-block;
  width: 100%;
}
.blog-post .type-post .blog-content .social-share h5 {
  color: #666;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  margin-top: 10px;
}
.blog-post .type-post .blog-content .social-share ul {
  float: right;
  padding-left: 0;
  margin-bottom: 0;
}
.blog-post .type-post .blog-content .social-share ul li {
  display: inline-block;
  margin-right: 8px;
}
.blog-post .type-post .blog-content .social-share ul li a {
  border: 1px solid #d3d3d3;
  color: #d3d3d3;
  display: inline-block;
  height: 40px;
  font-size: 15px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blog-post .type-post .blog-content .social-share ul li a:hover {
  background-color: #666;
  border-color: #666;
  color: #fff;
}
/* - Comment Section */
.comment-section {
  display: inline-block;
  margin-bottom: 100px;
  width: 100%;
}
.section-heading h3 {
  color: #666;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
.comment-form .section-heading h3 {
  text-transform: capitalize;
}
.comment-section .section-heading span {
  margin-left: 10px;
}
.comment-section .media {
  border-bottom: 1px solid #e4e4e4;
  padding: 30px 0;
}
.comment-section .media img {
  border-radius: 100%;
}
.comment-section .media-body {
  text-align: left;
}
.comment-section .media-left {
  float: left;
  clear: both;
}
.comment-section .media-heading {
  color: #666;
  font-size: 22px;
  display: inline-block;
  letter-spacing: -0.44px;
  line-height: 28px;
  margin-bottom: 0;
  text-transform: capitalize;
  word-wrap: break-word;
}
.comment-section span {
  color: #b811ff;
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 28px;
}
.comment-section .media-list {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}
.comment-section .media-content {
  margin-left: 24px;
  position: relative;
  display: inline-block;
}
.comment-section .media-content p {
  color: #777;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 20px;
}
.comment-section .media-content a {
  border: 2px solid #b811ff;
  background-color: transparent;
  font-size: 12px;
  color: #666;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.3px;
  line-height: 26px;
  padding: 4px 25px;
  text-transform: uppercase;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.comment-section .media-content a:hover {
  background-color: #b811ff;
  color: #fff;
}
.comment-section .media.media-even {
  margin-left: 100px;
}
/* - Comment Form */
.comment-form form {
  margin-top: 40px;
}
.comment-form .form-control {
  padding: 12px 25px;
  height: auto;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #979797;
  background-color: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-size: 16px;
  color: #555;
}
.comment-form .form-control::-webkit-input-placeholder {
  color: #555;
}
.comment-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.comment-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.comment-form .form-control:-ms-input-placeholder {
  color: #555;
}
.comment-form input[type="submit"] {
  color: #010000;
  font-size: 14px;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #b811ff;
  border-radius: 0;
  padding: 12px 30px;
  margin: 10px 15px 0;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.comment-form input[type="submit"]:hover {
  color: #fff;
  background-color: #b811ff;
}
/* - Latest News */
.latest-blog {
  background-color: #f6f7f8;
  padding: 80px 0;
}
.latest-blog .type-post .blog-content {
  background-color: transparent;
  padding: 0;
  text-align: center;
}
.latest-blog .type-post .blog-content a.post-more {
  background-color: #b811ff;
  color: #fff;
  display: inline-block;
  font-size: 35px;
  height: 69px;
  width: 69px;
  line-height: 69px;
  margin-top: -30px;
  text-align: center;
  text-decoration: none;
}
.latest-blog .type-post .blog-content .entry-header {
  margin-top: 20px;
}
.latest-blog .type-post .blog-content .entry-header, .latest-blog .type-post .blog-content .entry-content {
  text-align: left;
}
.latest-blog .blog-content h3.entry-title {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  line-height: 26px;
  text-transform: capitalize;
}
.latest-blog .blog-content h3.entry-title a {
  color: #111;
  word-wrap: break-word;
}
.latest-blog .blog-content h3.entry-title::after {
  display: none;
}
.latest-blog .blog-content .entry-meta .post-admin, .latest-blog .blog-content .entry-meta .post-recent, .latest-blog .blog-content .entry-meta .post-date {
  display: inline-block;
}
.latest-blog .type-post .entry-meta .post-admin {
  color: #666;
  font-style: italic;
}
.latest-blog .type-post .entry-meta .post-admin a::after {
  content: "/";
}
.latest-blog .type-post .entry-meta > div > a {
  color: #666;
  font-style: italic;
  letter-spacing: 0.35px;
  text-transform: capitalize;
}
.latest-blog .type-post .entry-meta > div > a::after {
  content: "/";
  padding: 0 5px;
}
.latest-blog .type-post .entry-meta > div:last-child > a::after {
  content: "";
}
.latest-blog .type-post .entry-content p {
  color: #666;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.375px;
}
.latest-blog .type-post .entry-content p > a {
  color: #b811ff;
}
.map-canvas.map_2 {
  height: 455px;
  margin-top: 0;
}
/* - Contact Us */
.contact-us .contact-header h3 {
  color: #555;
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 30px;
  word-wrap: break-word;
}
.contact-us .contact-header p {
  color: #555;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
.contact-us .contact-detail {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 20px
}
.contact-us .contact-detail i {
  border-radius: 100%;
  background-color: #ccc;
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
.contact-us .contact-detail h5 {
  color: #666;
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 5px;
  word-wrap: break-word;
  
}
ul.social-link {
  float: left;
  margin: 0 0 10px 0;
  padding: 0
}
ul.social-link li {
  display: inline-block
}
ul.social-link i {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  background-color: #ccc;
  color: #fff;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
ul.social-link i:hover {
  background-color: #b811ff
}
.contact-us .contact-detail div {
  color: #555;
  line-height: 18px;
  margin-bottom: 0;
  width: calc(100% - 67px);
  vertical-align: middle;
  display: inline-block;
  padding:5px 0 0 20px
}
.contact-us .contact-detail a {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.contact-us .contact-detail.contact-mail a {
  font-weight: normal;
}
.contact-us .form-control {
  border-radius: 0;
  border-color: #a8a8a8;
  box-shadow: none;
  color: #555;
  font-size: 16px;
  height: 49px;
  padding: 6px 30px;
}
.contact-us .form-group {
  margin-bottom: 32px;
}
.contact-us .form-group textarea {
  height: 95px;
}
.contact-us .form-control::-webkit-input-placeholder {
  color: #555;
}
.contact-us .form-control:-moz-placeholder { /* Firefox 18- */
  color: #555;
}
.contact-us .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
.contact-us .form-control:-ms-input-placeholder {
  color: #555;
}
.contact-us .form-group button {
  background-color: #b811ff;
  border: none;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 28px;
  margin-left: 15px;
  line-height: 25px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.contact-us .form-group button:hover {
  color: #fff;
  background-color: #666;
}
/* - Alert Msg */
.alert-msg {
  color: #ccc;
  width: 100%;
  margin: 10px 15px;
  text-align: left;
}
.alert-msg-success {
  color: #50B948;
  position: relative;
  z-index: 1;
}
.alert-msg-failure {
  color: #FF0000;
  position: relative;
  z-index: 1;
}
/* - Map */
.map-canvas {
  height: 700px;
  margin-top: 100px;
  width: 100%;
}
/* - Error Page */
.error-page {
  background-image: url("../images/404-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 175px 0;
  text-align: center;
}
.error-page .error-code h3 {
  color: #b811ff;
  font-weight: 600;
  font-size: 150px;
  margin-top: 0;
  margin-bottom: 22px;
  word-wrap: break-word;
}
.error-page .error-content p {
  color: #666;
  font-size: 30px;
  line-height: 25px;
  margin-bottom: 30px;
}
.error-page .error-content a {
  background-color: #b811ff;
  border: 1px solid #b811ff;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 35px;
  margin-top: 20px;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.error-page .error-content a > i {
  padding-right: 20px;
}
.error-page .error-content a:hover {
  background-color: transparent;
  color: #666;
}
.offer-section [class*="col-"] {
  margin-bottom: 30px
}
.load-position .logo {
  margin: 0 auto;
  width: 150px;
}
.load-complete .square-spin > div {
  border-color: #059664 #059664 transparent;
  background-color: #059664;
  margin: 0 auto;
  display: block;
  top: 50%;
  position: absolute;
  left: 0;
  right: 0;
}
.load-complete {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1031;
  text-align: center;
  vertical-align: middle
}
.load-complete .logo {
  color: #4C4C4C;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
}
.load-complete .load-position h6 {
  text-align: center;
  color: #666;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.load-complete .load-position {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 999;
  right: 0;
  margin-top: -100px;
}
.load-complete .loading {
  position: absolute;
  width: 100%;
  height: 1px;
  margin: 20px auto;
  left: 0;
  right: 0;
}
.load-complete .loading-line {
  position: absolute;
  background: #eee;
  width: 100%;
  height: 2px;
}
.load-complete .loading-break {
  position: absolute;
  background: #059664;
  width: 15px;
  height: 2px;
}
.load-complete .loading-dot-1 {
  -webkit-animation: loading 2s infinite;
  -moz-animation: loading 2s infinite;
  -ms-animation: loading 2s infinite;
  -o-animation: loading 2s infinite;
  animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
  -webkit-animation: loading 2s 0.5s infinite;
  -moz-animation: loading 2s 0.5s infinite;
  -ms-animation: loading 2s 0.5s infinite;
  -o-animation: loading 2s 0.5s infinite;
  animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
  -webkit-animation: loading 2s 1s infinite;
  -moz-animation: loading 2s 1s infinite;
  -ms-animation: loading 2s 1s infinite;
  -o-animation: loading 2s 1s infinite;
  animation: loading 2s 1s infinite;
}
@keyframes "loading" {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loading {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes "loading" {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-ms-keyframes "loading" {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes "loading" {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
.ow-navigation {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 1px;
  padding: 20px 0 0;
  width: 100%;
}
.menu-block {
  background-color: #fff;
  padding-top: 35px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.ow-navigation .nav.navbar-nav > li {
  margin: 0 12px;
}
.ow-navigation .nav.navbar-nav > li:first-child {
  margin-left: 0;
}
.ow-navigation .nav.navbar-nav > li:last-child {
  margin-right: 0;
}
.ow-navigation .nav.navbar-nav li > a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  margin-top: 30px;
  font-weight: 500;
  margin-bottom: 33px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 10px;
  letter-spacing: 0.35px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
ul.nav.navbar-nav.header2 li a {
  color: #666;
}
.navbar-fixed-top ul.nav.navbar-nav.header2 li a {
  color: #666;
}
.ow-navigation .nav.navbar-nav > li > a:hover::after, .ow-navigation .nav.navbar-nav > li > a:focus::after {
  color: #b811ff;
}
.ow-navigation .nav.navbar-nav > li.active > a::after {
  color: #b811ff;
}
.ow-navigation .navbar-nav > li > a:hover::before, .ow-navigation .navbar-nav > li > a:focus::before, .ow-navigation .navbar-nav > .active > a::before, .ow-navigation .navbar-nav > .active > a:focus::before, .ow-navigation .navbar-nav > .active > a:hover::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  right: 0;
  background-color: #b811ff;
  content: "";
  color: #666;
}
.ow-navigation .navbar-nav > li .dropdown-menu > li > a {
  padding: 5px 0;
  color: #fff;
}
.ow-navigation .navbar-nav li > a:hover, .ow-navigation .navbar-nav li > a:focus, .ow-navigation .navbar-nav > .active > a, .ow-navigation .navbar-nav > .active > a:focus, .ow-navigation .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #b811ff;
}
.ow-navigation .nav.navbar-nav li .dropdown-menu > li a:hover::after {
  display: none;
}
/* - Header Section 1 */
.header-section-1 .menu-block {
  background-color: transparent;
  padding-top: 0;
}
.header-section-1 .menu-block .navbar-right {
  margin-right: 0;
  padding: 0 0
}
.header-section-1 .menu-block .ow-navigation .nav.navbar-nav {
  margin-top: 0;
}
.header-section-1 .menu-block .ow-navigation .nav.navbar-nav li {
  /*  border-right: solid 1px #ccc;*/
  float: left;
  margin: 0 0px;
}
.header-section-1 .menu-block .ow-navigation .nav.navbar-nav li:last-child {
  border-right: none
}
.header-section-1 .ow-navigation .navbar-nav > li > a:hover::before, .header-section-1 .ow-navigation .navbar-nav > li > a:focus::before, .header-section-1 .ow-navigation .navbar-nav > .active > a::before, .header-section-1 .ow-navigation .navbar-nav > .active > a:focus::before, .header-section-1 .ow-navigation .navbar-nav > .active > a:hover::before {
  display: none;
}
.header-section-1 .ow-navigation .menu-icon {
  float: right;
  border-left: 1px solid #666;
  margin: 24px 0 0 20px
}
.header-section-1 .ow-navigation .menu-icon a {
  color: #666;
  font-size: 15px;
  padding: 0px 0 0px 10px;
  text-decoration: none;
}
/* - Footer Menu */
.bottom-footer .navbar-default {
  display: inline-block;
  background-color: transparent;
}
.bottom-footer {
  background-color: #111;
}
.bottom-footer .ow-navigation {
  padding: 0;
}
.bottom-footer .ow-navigation.navbar-default .navbar-nav {
  float: right;
  margin-top: 0;
}
.bottom-footer .ow-navigation.navbar-default .navbar-nav > li {
  margin-right: 10px;
}
.bottom-footer .ow-navigation.navbar-default .navbar-nav > li > a {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.bottom-footer .ow-navigation .nav.navbar-nav > li > a:hover, .bottom-footer .ow-navigation .nav.navbar-nav > li > a:focus, .bottom-footer .ow-navigation .nav.navbar-nav > li.active > a, .bottom-footer .ow-navigation .nav.navbar-nav > li.active:hover > a, .bottom-footer .ow-navigation .nav.navbar-nav > li.active:focus > a, .bottom-footer .ow-navigation .nav.navbar-nav > li:hover > a, .bottom-footer .ow-navigation .nav.navbar-nav > li:focus > a {
  color: #b811ff;
}
.bottom-footer .ow-navigation .navbar-nav > li > a:hover::before, .bottom-footer .ow-navigation .navbar-nav > li > a:focus::before, .bottom-footer .ow-navigation .navbar-nav > .active > a::before, .bottom-footer .ow-navigation .navbar-nav > .active > a:focus::before, .bottom-footer .ow-navigation .navbar-nav > .active > a:hover::before {
  display: none;
}
/* - Navbar Fixed */
.navbar-fixed-top .top-header {
  display: none;
}
.navbar-fixed-top .menu-block {
  padding-top: 0;
}
.navbar-fixed-top .menu-block .ow-navigation .navbar-brand {
  display: none;
}
.navbar-fixed-top .menu-block .ow-navigation .nav.navbar-nav {
  margin-top: 0;
}
.ow-navigation .nav.navbar-nav li.dropdown li > a:hover, .ow-navigation .nav.navbar-nav li.dropdown li > a:focus {
  color: #b811ff;
}
.header-section-1.navbar-fixed-top .menu-block {
  background-color: #fff;
}
.header-section-1.navbar-fixed-top .menu-block .navbar-default {
  border-bottom: none;
}
/* - OW pull-left/pull-right */
.ow-pull-left {
  float: left;
}
.ow-pull-right {
  float: right;
}
/* - Section Padding */
.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* * Header */
/* - Top Header */
.top-header {
  background-color: #b811ff;
  padding: 15px 0;
}
.top-header .info p {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.35px;
  line-height: 30px;
  margin-bottom: 0;
  margin-left: 38px;
}
.top-header .info p:first-child {
  margin-left: 0;
}
.top-header .info p > a {
  color: #fff;
  text-decoration: none;
}
.top-header .info p > a:hover {
  color: #b811ff;
}
.top-header .info p i {
  color: #fff;
  padding-right: 11px;
}
.top-header .header-social {
  text-align: right;
}
.top-header .header-social h5 {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.35px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
.top-header .header-social ul {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 22px;
}
.top-header .header-social ul li {
  display: inline-block;
  margin-right: 16px;
}
.top-header .header-social ul li:last-child {
  margin-right: 0;
}
.top-header .header-social ul li a {
  color: #fff;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.top-header .header-social ul li a:hover {
  color: #b811ff;
}
/* - Header Section 1 */
/* - Top Header 1 */
.top-header-1 .header-social ul li a {
  background-color: #b811ff;
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
}
.top-header-1 .header-social ul li a:hover {
  background-color: #fff;
  color: #b811ff;
}
.header-section-1 .menu-block .container {
  position: relative;
}
.header-section-1 .menu-block {
  background-color: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 100;
}
.header-section-1 .menu-icon > div {
  float: right;
  padding: 10px 0;
  margin-top: 10px
}
.header-section-1 .menu-icon .search a i {
  font-size: 18px;
}
.search-box {
  background-color: #f7f6f7;
  max-width: 100%;
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 15px;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease-in-out 0s;
  width: 620px;
  z-index: 101;
}
.search-box.active {
  opacity: 1;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  visibility: visible;
}
.search-box form {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.search-box form input {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #212121;
  font-size: 16px;
  height: auto;
}
.search-box form input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border-color: #fff;
}
.search-box span {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.search-box span i {
  font-size: 15px;
  color: #212121;
  float: right;
  margin: 5px;
}
.navbar-brand > img {
  margin: 0 auto;
}
/* * Footer */
/* - Footer Main */ .top-footer h5 {
  color: #fff !important
}
.top-footer {
  background-color: #666;
  padding: 50px 0 10px 0;
}
.top-footer .ftr-widget h3.widget-title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 46px;
  margin-top: 0;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  word-wrap: break-word;
}
.top-footer .ftr-widget h3.widget-title span {
  color: #fff;
}
.top-footer .ftr-widget p {
  color: #dadada;
  margin-bottom: 0;
}
.top-footer .widget_about ul {
  padding-left: 0;
  margin-bottom: 0;
}
.top-footer .widget_about ul li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 40px;
}
.top-footer .widget_about ul li a {
  background-color: #313131;
  color: #dadada;
  display: inline-block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.top-footer .widget_about ul li a:hover {
  background-color: #b811ff;
  color: #fff;
}
.top-footer .widget_links ul {
  padding-left: 0;
  list-style: none;
  margin-left: 25px
}
.top-footer .widget_links ul li {
  margin-bottom: 5px;
  width: 50%;
  float: left;
  list-style-type: disc;
  color: #fff
}
.top-footer .widget_links ul li a {
  color: #fff;
}
.top-footer .widget_links ul li a:hover {
  color: #D6D6D6;
}
.top-footer .widget_hours {
  padding-left: 25px;
}
.top-footer .ftr-widget.widget_hours p {
  line-height: 38px;
}
.top-footer .ftr-widget.widget_hours p span {
  padding: 0 15px;
}
.top-footer .widget_destination {
  padding-left: 94px;
}
.top-footer .widget_destination ul {
  padding-left: 0;
  list-style: none;
}
.top-footer .widget_destination ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bottom-footer {
  padding: 25px 0;
}
.coyright-content {
  margin-top: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 300
}
.coyright-content a {
  color: #fff
}
.coyright-content p {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.52px;
  margin-bottom: 0;
  text-transform: uppercase;
}
/* - Footer Main 1 */
.footer-main-1 {
  font-size: 14px
}
.footer-main-1 .top-footer .ftr-widget h3.widget-title {
  font-weight: normal;
}
.footer-main-1 .top-footer .ftr-widget p {
  color: #fff;
}
.footer-main-1 .top-footer .ftr-widget p.call-us {
  color: #fff;
  margin-top: 10px;
}
.footer-main-1 .top-footer .ftr-widget p > i {
  color: #fff;
  padding-right: 12px;
}
.footer-main-1 .top-footer .ftr-widget p a {
  color: #fff;
}
.footer-main-1 .top-footer .widget_rooms {
  padding-left: 50px;
}
.footer-main-1 .top-footer .widget_newsletter .form-control {
  background-color: #666;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #777;
  height: 50px;
  font-style: italic;
  font-size: 13px;
  padding: 6px 30px;
  letter-spacing: 0.52px;
}
.footer-main-1 .top-footer .widget_newsletter .form-control::-webkit-input-placeholder {
  color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .form-control:-moz-placeholder { /* Firefox 18- */
  color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .form-control:-ms-input-placeholder {
  color: #777;
}
.footer-main-1 .top-footer .widget_newsletter .input-group .btn-default {
  border-radius: 0;
  background-color: #b811ff;
  border: none;
  padding: 14px 20px;
  color: #fff;
}
.footer-main-1 .top-footer .widget_newsletter ul {
  padding-left: 0;
  margin-top: 10px;
}
.footer-main-1 .top-footer .widget_newsletter ul li {
  display: inline-block;
  margin-right: 3px;
}
.footer-main-1 .top-footer .widget_newsletter ul li:hover a {
  background-color: #fff;
  color: #666
}
.footer-main-1 .top-footer .widget_newsletter ul li a {
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/* * Page Banner */
.page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 377px;
  min-height: 377px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.page-banner::before {
  /*	background-color: rgba(200, 170, 226, 0.2);*/
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.page-banner {
  text-align: left;
  overflow: hidden
}
.page-banner .banner-content {
  display: inline-block;
  padding: 0 20px 0 20px;
  position: absolute;
  bottom: 7%;
  width: 100%;
  text-align: center;
}
.bg-left .banner-content {
  width: auto !important
}
.page-banner .banner-content h3 {
  color: #43065d;
  font-size: 35px;
  letter-spacing: 1.9px;
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: solid 1px #43065d;
  margin-top: 0px;
  padding-bottom: 10px;
  width: max-content;
  margin: 0 auto;
}
.page-banner .banner-content h4 {
  color: #43065d;
  font-size: 22px;
  font-weight: 400;
}
.page-banner .banner-content .breadcrumb {
  background-color: transparent;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.page-banner .banner-content .breadcrumb li.active {
  color: #780ba6
}
.page-banner .banner-content .breadcrumb li, .page-banner .banner-content .breadcrumb li a {
  color: #43065d;
  text-decoration: none;
  letter-spacing: 0.7px;
}
.page-banner .banner-content .breadcrumb li a:hover {
  color: #b811ff;
}
.page-banner .banner-content .breadcrumb > li + li::before {
  color: #780ba6;
  content: "/";
  padding: 0 5px;
}
.page-banner.services-banner {
  background-image: url("../images/service-banner.jpg");
  margin-bottom: 0;
}
.page-banner.gallerysingle-banner {
  background-image: url("../images/gallerysingle-banner.jpg");
}
.page-banner.gallery-banner {
  background-image: url("../images/gallery-banner.jpg");
  margin-bottom: 0;
}
.page-banner.gallery-banner.room-banner {
  margin-bottom: 150px;
}
.page-banner.blog-banner {
  background-image: url("../images/blog-banner.jpg");
}
.page-banner.contact-banner {
  background-image: url("../images/contact-banner.jpg");
}
/* * Section Header */
.section-header {
  text-align: center;
  margin-bottom: 45px
}
.section-header h3 {
  background-repeat: no-repeat;
  background-position: center bottom;
  color: #666;
  font-size: 35px;
  letter-spacing: 0.44px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}
.section-header h3:after {
  background-color: #b9a4dd;
  content: "";
  width: 100px;
  margin-left: -50px;
  height: 3px;
  left: 50%;
  bottom: 0;
  position: absolute;
}
.section-header-1 h3 {
  background-image: url("../images/section-seprator-1.png");
  color: #474747;
  font-weight: 700;
}
.section-header-1 p {
  color: #7f7f7f;
  font-weight: 600;
  font-size: 20px;
}
.section-header-2 h3 {
  background-image: url("../images/section-seprator-2.png");
  color: #333;
}
.section-header-2 h3 span {
  color: #b811ff;
}
/* * Pagination */
.ow-pagination {
  display: inline-block;
  width: 100%;
  background-color: transparent;
  margin-top: 50px;
  text-align: center;
}
.ow-pagination ul {
  margin: 0;
}
.ow-pagination ul li {
  display: inline-block;
  margin: 0 8px;
}
.ow-pagination ul li a {
  border: 1px solid #b811ff;
  border-radius: 100%;
  background-color: transparent;
  color: #666;
  font-size: 17.6px;
  font-weight: 600;
  width: 46px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0.704px;
  padding: 0;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a, .ow-pagination .pagination > li:last-child > a {
  border-radius: 100%;
}
.ow-pagination ul li a:hover {
  background-color: #b811ff;
  color: #fff;
}
.navbar-brand > img {
  width: 150px
}
.loader-inner {
  margin-top: 20%
}
.text-white {
  color: #fff
}
.offer-box i {
  overflow: hidden
}
.offer-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.offer-box img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
/*---------------*/
/***** Sarah *****/
/*---------------*/
figure.effect-sarah {
  background: #fff;
}
figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 0px);
  width: calc(100% + 0px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
  transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
figure.effect-sarah:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-sarah figcaption {
  text-align: left;
}
figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
  font-weight: 600
}
figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  text-shadow: 1px 1px 1px #000
}
figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.grid {
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #fff;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
}
.grid figure:hover {}
.grid figure img {
  position: relative;
  display: block;
  width: 110%;
  opacity: 100%
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2, .grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
  text-shadow: 1px 1px 1px #000
}
.footer-logo {
  width: 150px;
  margin-bottom: 20px
}
.no-float {
  font-size: 0;
  text-align: left
}
.no-float [class*='col-'] {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #b811ff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.text-violet {
  color: #b811ff
}
section {
  margin: 20px 0;
  clear: left
}
.bg-gray {
  background-color: #f7f7f7
}
.team section {
  padding-bottom: 50px;
  display: inline-block;
  border-bottom: solid 1px #ccc
}
.team section:last-child {
  border-bottom: none
}
.team .wc-max-content {
  padding: 30px 50px;
  background-color: #fff;
}
.team .wc-max-content::after {
  position: absolute;
  left: -18px;
  content: "";
  top: 50px;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #ffffff;
}
.team .wc-1-img {
  padding-right: 5%
}
.btns {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #b811ff;
  border: none;
  color: #b811ff;
  text-align: center;
  font-size: 0;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btns:hover {
  background-color: #666;
  border: none;
}
#gallery {
  padding-bottom: 50px
}
strong, b {
  color: #441463
}
.treat h4 {
  color: #b811ff
}
.wc-max-content ul li {
  padding-bottom: 10px
}
#b1 {
  position: absolute;
  left: 46%;
  top: 9%;
  z-index: 2
}
#b2 {
  position: absolute;
  left: 58%;
  top: 17%;
  z-index: 2
}
#b3 {
  position: absolute;
  left: 58%;
  top: 47%;
  z-index: 2
}
#b4 {
  position: absolute;
  left: 45%;
  top: 26%;
  z-index: 2
}
#b5 {
  position: absolute;
  left: 50%;
  top: 41%;
  z-index: 2
}
#b6 {
  position: absolute;
  left: 41%;
  top: 65%;
  z-index: 2
}
#b7 {
  position: absolute;
  left: 41%;
  top: 91%;
  z-index: 2
}
/*top*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(117, 117, 117, .6) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: rgba(117, 117, 117, 1);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}
body > header {}
body > header hgroup h1 {}
body > footer {}
body > article {}
article > header {}
body > aside {}
.content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto
}
/*ความเร็ว 
-webkit-transition: -webkit-transform 2.15s, opacity 2.15s;
	-moz-transition: -moz-transform 2.15s, opacity 2.15s;
	transition: transform 2.15s, opacity 2.15s;
*/
.cbp-so-scroller {
  margin-top: 3em;
  overflow: hidden;
}
.cbp-so-section {
  margin-bottom: 15em;
}
/* Clear floats of children */
.cbp-so-section:before, .cbp-so-section:after {
  content: " ";
  display: table;
}
.cbp-so-section:after {
  clear: both;
}
/* Text styling */
.cbp-so-section h2 {
  font-size: 5em;
  font-weight: 300;
  line-height: 1;
}
.cbp-so-section p {
  font-size: 2em;
  font-weight: 300;
}
/* Sides */
.cbp-so-side {
  width: 50%;
  float: left;
  margin: 0;
  padding: 3em 4%;
  overflow: hidden;
  min-height: 12em;
  -webkit-transition: -webkit-transform 1.15s, opacity 2.15s;
  -moz-transition: -moz-transform 1.15s, opacity 2.15s;
  transition: transform 1.15s, opacity 2.15s;
}
/* Clear floats of children */
.cbp-so-side:before, .cbp-so-side:after {
  content: " ";
  display: table;
}
.cbp-so-side:after {
  clear: both;
}
.cbp-so-side-right {
  text-align: left;
}
.cbp-so-side-left {
  text-align: right;
}
.cbp-so-side-right img {
  float: left;
}
.cbp-so-side-left img {
  float: right;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
  opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  transform: translateX(-80px);
}
.cbp-so-init .cbp-so-side-right {
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  transform: translateX(80px);
}
.cbp-so-init .cbp-so-side-top {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  transform: translateY(80px);
}
.cbp-so-init .cbp-so-side-bottom {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  transform: translateY(-80px);
}
/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left, .cbp-so-section.cbp-so-animate .cbp-so-side-right {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.cbp-so-section.cbp-so-animate .cbp-so-side-top, .cbp-so-section.cbp-so-animate .cbp-so-side-bottom {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.service-content h4 {
  padding-bottom: 40px;
  padding-top: 20px;
  text-align: center;
  font-weight: 300
}
.list-unstyled li {
  overflow: hidden !important
}
img.img-responsive {
  opacity: 1;
  transition: all 300ms linear 0s;
  display: block;
  max-width: 100%;
  height: auto;
}
img.img-responsive:hover {
  transform: scale(1.1);
}
.index-gallery .service-box {
  display: none
}
.index-gallery .service-box:nth-child(1), .index-gallery .service-box:nth-child(2), .index-gallery .service-box:nth-child(3) {
  display: inline-block !important
}
.bg-wallpaper {
  background: url("../images/bg7.jpg") no-repeat;
  background-position: bottom;
  background-size: cover
}
.treat {
  border: solid 1px #b811ff;
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
}
.breadcrumb {
  padding-left: 0
}
#home-revslider .tp-parallax-wrap {
  text-shadow: 1px 0px 1px #000
}
.service-section [class*="col-"] {
  overflow: hidden;
  position: relative
}
.tp-caption.NotGeneric-Title, .NotGeneric-Title,.tp-caption.NotGeneric-Button, .NotGeneric-Button{background-color:transparent!important;color:#fff!important}