@charset "UTF-8";
/******************base element default style
/******************/
body {
  color: #666666;
  line-height: 30px;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  padding-top: 70px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  font-size: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #0d4b88;
  outline: none;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: normal;
}

h1,
h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

input,
textarea {
  width: 100%;
  padding: 2px 15px;
  border: 1px solid #f6f6f6;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  color: #666;
  font-family: inherit;
}

pre,
code,
blockquote {
  background-color: #f5f5f5;
  border-color: #000;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  padding: 20px;
  margin-top: 10px;
  font-size: 16px;
}

pre,
code {
  font-family: monospace;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

:-moz-placeholder {
  opacity: 1;
  color: inherit;
}

:focus,
:active {
  outline: none;
}

/******************#Global utility classes. applicable for style any element
/******************/
.btn {
  cursor: pointer;
}

.btn-theme {
  background: #0d4b88;
  font-size: 13px;
  font-weight: 600;
  padding: 15px 30px;
  color: #fff;
  line-height: normal;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
  min-width: 200px;
  text-align: center;
  letter-spacing: 1px;
}

.btn-round {
  border-radius: 100px;
}

.btn-theme:hover,
.btn-theme:focus {
  background: #53b29f !important;
  color: #000;
}

.social-share > li:first-child {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.info-title {
  font-size: 20px;
  font-weight: 600;
  color: inherit;
}

.section-title {
  font-size: 40px;
  color: #000;
  font-weight: 300;
  margin-top: 0;
  font-family: "Raleway", sans-serif;
  line-height: 60px;
  margin-bottom: 20px;
}

.section-tagline {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.icon-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
}

.bg-yellow {
  background: #ffb81e;
}

.bg-pink {
  background: #ef8aeb;
}

.bg-blue-light {
  background: #58c9e9;
}

.bg-green {
  background: #77de51;
}

.bg-red-light {
  background: #77de51;
}

.bg-purple {
  background: #8e71ec;
}

.bg-gray {
  background: #e6e4e4ab;
}

.highlight-text {
  color: #000;
}

.contact-message {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
  position: absolute;
  top: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/******************# END global utility classes
/******************/
@media screen and (max-width: 767px) {
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-title {
    font-size: 38px;
  }
  .section-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .btn.btn-theme.btn-round {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    float: none !important;
  }
}

.site-header {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.site-header.navbar-fixed-top {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.navbar-brand {
  padding-top: 5px;
}

.main-nav > .nav-item > .nav-link {
  text-transform: capitalize;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
.main-nav > .nav-item > .nav-link.btn-menu {
  min-width: 120px;
}
.main-nav > .nav-item > .nav-link:hover,
.main-nav > .nav-item > .nav-link:focus {
  background: inherit;
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    color: #000;
    cursor: pointer;
  }
  .navbar-toggler-icon {
    margin: 0;
    width: auto;
    height: auto;
    padding: 3px;
  }
}

/******************#intro section
/******************/
#intro-hero {
  background: url(../images/nikharaventino-banner.jpeg) no-repeat scroll 0 0;
  padding-top: 35px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: 0px;
}
#intro-hero::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background: rgba(114, 192, 44, 0.5); */
  z-index: -1;
}

.hero-title {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.hero-tagline {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.intro-btn > .btn {
  margin-right: 15px;
}

.slick-dots {
  position: static;
  margin-top: 15px;
}
.slick-dots > li {
  border: 1px solid #fff;
  background: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.slick-dots > li button[type="button"] {
  display: none;
}
.slick-dots > li.slick-active {
  border: 1px solid #fff;
  background: #fff;
}

@media screen and (max-width: 991px) {
  #intro-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .w-50 {
    width: 100% !important;
  }
  #intro-hero {
    padding-top: 50%;
    padding-bottom: 60px;
  }
  .intro {
    padding: 0;
  }
  .intro-inner {
    border-radius: 0 !important;
    background: #000000e8 !important;
  }
  .enquiry-inner {
    background: #000000bf !important;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .intro-btn .btn {
    display: block;
    margin: 0;
    margin-bottom: 15px;
  }
}

.feature-block {
  padding-left: 15px;
  padding-right: 15px;
}
.feature-block > h4 {
  margin: 20px 0;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 575px) {
  .feature-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.promo-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo-list > ul > li {
  width: 100%;
  float: left;
  padding: 10px 0;
  color: #000;
}
.promo-list > ul > li span {
  color: #000;
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.promo-thumb.pull-right {
  padding-left: 30px;
  padding-right: 15px;
}

.promo-thumb {
  padding-right: 30px;
}

.promo-thumb > img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .promo-thumb {
    float: none !important;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .promo-list > ul > li {
    width: 100%;
    float: none;
  }
}

.swiper-container {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 50px;
}

.swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #c1c1c1;
  opacity: 1;
  margin: 0 5px;
}
.swiper-pagination-bullet.active {
  background: #3498db;
}

.swiper-pagination-bullet-active {
  background: #000;
}

#video {
  background-position: top center;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
  color: #fff;
  background: #f5f4f4;
}
#video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.popup-video {
  font-size: 72px;
}
.popup-video:hover {
  color: #fff;
}

.video-content > h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #fff;
  margin-top: 20px;
}

.video-content > P {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .video-content > h4 {
    font-size: 28px;
  }
}

.faq-title > a {
  display: block;
  padding: 10px;
  font-size: 18px;
  color: #000;
}

.faq-text {
  padding: 10px 15px 20px;
}

.faq-icon {
  margin-right: 10px;
}

.card.faq {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.card.faq:nth-child(1) {
  border-top: 1px solid #f1f1f1;
}

.faq-arrow {
  float: right;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

[data-toggle="collapse"] .faq-arrow:before {
  content: "";
}

[data-toggle="collapse"].collapsed .faq-arrow:before {
  content: "";
}

.free-trail-text {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .free-trail-text {
    margin-left: 0;
  }
}

.form-join {
  background: #060606b5;
  max-width: 500px;
  margin: 0 auto;
  padding: 25px;
  border-radius: 4px;
  text-align: left;
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
  margin-top: -10px;
}
.form-join > h4 {
  font-weight: 600;
  margin-bottom: 0px;
}
.form-join input {
  background: #f6f6f6;
  color: #aaa;
}

.form-small-text {
  display: block;
  margin-top: 30px;
  color: #bbbbbb;
  font-size: 12px;
}

.nice-select {
  color: #aaa;
}

.author-list {
  width: 250px;
  margin: 0 auto;
}

.author-img {
  border-radius: 50%;
  overflow: hidden;
  margin: 10px;
  border: 3px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.author-img.slick-center {
  border-color: #000;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  cursor: default;
}

.ratting {
  color: #000;
}

.author-meta > h4 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.author-meta > span {
  color: #bbbbbb;
}

.plan {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.plan.recommended {
  border: 3px solid #000;
}
.plan:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);
}

.plan-head {
  background: #000;
  color: #fff;
  padding: 30px;
}
.plan-head > h4 {
  font-family: Courgette, cursive;
  font-size: 30px;
  color: #fff;
  margin: 0;
  font-style: italic;
}
.plan-head > h4 > sup {
  font-size: 16px;
}
.plan-head > p {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.plan-duration {
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  position: relative;
  color: #000;
  text-transform: inherit;
  padding-top: 12px;
  padding-bottom: 12px;
}

.plan-details {
  padding-top: 20px;
}
.plan-details ul {
  padding-left: 0;
  list-style: none;
}
.plan-details ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f6f6f6;
}
.plan-details ul li.text-mute {
  color: #bbbbbb;
}
.plan-details ul li i {
  color: #000;
}
.plan-details ul li:nth-child(odd) {
  background: #f6f6f6;
}
.plan-details ul li:nth-child(even) {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
}

.plan-action > .btn {
  letter-spacing: 2px;
}

.post-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.post-content > a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
}
.post-content > a:hover {
  color: #000;
}

.post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
}

#news-details {
  padding-top: 60px;
  border-bottom: 1px solid #eee;
}

.post-details-content a {
  color: #000;
}

.post-details-content p {
  margin-bottom: 20px;
}

.post-social-share > h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
}

.ec-comments-area ol,
.ec-comments-area ul {
  padding: 0;
  list-style: none;
}

.ec-comments-area {
  background: #fff;
  margin-top: 60px;
}

.comments-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 60px;
  font-weight: 600;
}

.comment-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}

.comment-main-area {
  margin-left: 90px;
}

.comment {
  padding-bottom: 15px;
}

.ec-comments-meta > h4 {
  font-size: 16px;
}

.comments .children {
  margin-left: 90px;
  border-top: 1px solid #f6f6f6;
  padding-top: 30px;
}

.comments-reply {
  float: right;
}

.ec-comment-form {
  margin-top: 30px;
  padding: 30px;
  margin-bottom: 70px;
}

.comment-reply-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/***************************WordPress Default Widget style
/***************************/
.sidebar-widget,
.widget,
.widget_recent_entries,
.widget_calendar,
.widget_archive,
.widget_recent_entries,
.widget_recent_comments,
.widget_categories,
.widget_text,
.widget_pages,
.widget_meta,
.widget_recent_entries,
.widget_rss {
  background: #fff;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_categories ul > li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.widget_categories ul > li:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 5px;
}
.widget_categories ul > li > a:hover {
  padding-left: 5px;
}

.widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.recent-post {
  padding-bottom: 15px;
}

.recent-post .post-title {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.tagcloud > a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #f6f6f6;
  margin-bottom: 15px;
}

.insta-feeds ul > li {
  width: 33.333%;
  float: left;
  padding: 3px;
}
.insta-feeds ul > li > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .post {
    width: 100%;
  }
}

#newsletter {
  padding: 0;
}

.newsletter-block {
  padding: 70px;
  margin-top: -90px;
  background: #000;
  border-radius: 2px;
  color: #fff;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.2);
}
.newsletter-block > h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.newsletter {
  max-width: 600px;
  margin: 20px auto 0;
  position: relative;
}
.newsletter input {
  border-radius: 100px;
  height: 50px;
  color: #666;
  padding-left: 20px;
}
.newsletter .btn {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 48px;
  width: 100px;
  font-size: 30px;
  background: transparent;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newsletter .btn:focus,
.newsletter .btn:active {
  outline: none;
}
.newsletter .btn:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .width {
    width: auto;
  }
  .mobile-p {
    text-align: justify;
    padding: 5%;
    line-height: 24px;
    font-size: 15px;
  }
  .logo-mobile {
    width: 80%;
  }
  .snip1189 h2:before {
    left: 10% !important;
  }
  .snip1189 h2:after {
    right: 10% !important;
  }
  #intro-hero {
    background-size: 100%;
    margin-top: 0px;
  }
  .col-sm-6 {
    width: 50%;
  }
  #wp_div {
    position: fixed;
    bottom: 0%;
    z-index: 2;
    padding: 1%;
  }
  .table td,
  .table th {
    padding: 0.3rem !important;
    font-size: 16px !important;
  }
  .table th {
    background-color: #ed8a2824;
    text-align: justify;
  }
  .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .width {
    width: 1258px;
  }
  .hide-desktop {
    display: none;
  }
}

.site-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.copyright-text {
  font-size: 12px;
  color: #787676;
  margin-bottom: 0;
  text-align: justify;
  line-height: 18px;
}
.copyright-text i {
  color: #000;
}

.social > li {
  display: inline-block;
  margin: 5px;
}

.social a i {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: relative;
}
.social a i:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid #bbb;
  left: -5px;
  top: -5px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.social a i:hover:after {
  opacity: 1;
}

.social .fa-facebook {
  background: #365493;
}

.social .fa-twitter {
  background: #33ccff;
}

.social .fa-google-plus {
  background: #d44132;
}

.social .fa-pinterest-p {
  background: #cb2027;
}

@media screen and (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .col-sm-6.pull-right {
    float: none !important;
    text-align: center;
    padding-bottom: 15px;
  }
}

#page-breadcrumbs {
  background-size: cover !important;
  background-attachment: fixed !important;
  position: relative;
  padding: 70px 0;
  z-index: 1;
  color: #fff;
}
#page-breadcrumbs:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.post-meta {
  text-transform: capitalize;
}

.entry-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
.entry-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 5px;
  background: #fff;
  left: 0;
  top: 100%;
  margin-top: 15px;
}

#all-news {
  padding-top: 30px;
  border-bottom: 1px solid #eee;
}

#loader {
  position: fixed;
  background: #fff;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#loader > .circle {
  position: absolute;
  width: 50px;
  height: 50px;
  opacity: 0;
  -webkit-transform: rotate(225deg) translate(-50%, -50%);
  -ms-transform: rotate(225deg) translate(-50%, -50%);
  transform: rotate(225deg) translate(-50%, -50%);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: orbit;
  animation-name: orbit;
  -webkit-animation-duration: 5.5s;
  animation-duration: 5.5s;
  top: 50%;
  left: 50%;
}
#loader > .circle:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
#loader > .circle:nth-child(2) {
  -webkit-animation-delay: 240ms;
  animation-delay: 240ms;
}
#loader > .circle:nth-child(3) {
  -webkit-animation-delay: 480ms;
  animation-delay: 480ms;
}
#loader > .circle:nth-child(4) {
  -webkit-animation-delay: 720ms;
  animation-delay: 720ms;
}
#loader > .circle:nth-child(5) {
  -webkit-animation-delay: 960ms;
  animation-delay: 960ms;
}

@-webkit-keyframes orbit {
  0% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  30% {
    -webkit-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  39% {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  70% {
    -webkit-transform: rotate(815deg);
    transform: rotate(815deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  76% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0;
  }
}

@keyframes orbit {
  0% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  7% {
    -webkit-transform: rotate(345deg);
    transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  30% {
    -webkit-transform: rotate(455deg);
    transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  39% {
    -webkit-transform: rotate(690deg);
    transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  70% {
    -webkit-transform: rotate(815deg);
    transform: rotate(815deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  76% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
    opacity: 0;
  }
}

.scroll-top {
  position: fixed;
  bottom: -50px;
  right: 20px;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 5px;
  z-index: 999;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}
.scroll-top.active {
  bottom: 30px;
}

.switcher-wrap {
  position: fixed;
  top: 100px;
  width: 250px;
  background: #fff;
  z-index: 100;
  padding: 20px;
  color: #000;
  left: -250px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.05);
}
.switcher-wrap.active {
  left: 0;
}

.switcher-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.switcher-wrap h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

.color-switcher > ul > li {
  width: 28px;
  height: 28px;
  float: left;
  margin: 3px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.color-switcher > ul > li.active {
  border: 3px solid #fff;
}

.switcher-trigger {
  position: absolute;
  left: 100%;
  width: 40px;
  height: 40px;
  background: #fff;
  top: 0;
  font-size: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 0 2px 2px 0;
}

.color-yellow {
  background: #ffb81e;
}

.color-light-blue {
  background: #58c9e9;
}

.color-green {
  background: #0d4b88;
}

.color-pink {
  background: #ef8aeb;
}

.color-red {
  background: #000;
}

.color-purple {
  background: #8e71ec;
}

.color-white {
  background: #fff !important;
}

.white {
  color: white;
}
.font-green {
  color: #000;
}
.m10 {
  margin-bottom: 10% !important;
}
.head {
  color: #ffdb2a;
  font-weight: 600;
  line-height: 25px;
  margin-top: -20px;
}
.price-th {
  border-left: 2px solid white;
  border-right: 2px solid white;
  padding: 2% 15%;
  width: 50%;
}
.fw6 {
  font-weight: 600;
}
.f12 {
  font-size: 12px;
}
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #000;
  cursor: default;
  border-bottom: 5px solid #000;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
}

.nav-pills .nav-link {
  border-radius: 0rem;
}
.form-enquiry {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.enquiry-input {
  padding: 10px 15px !important;
}
.w80 {
  width: 80%;
}
.w14 {
  width: 14%;
}
.video {
  font-size: 72px;
}
.snip1189 {
}
.snip1189 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1189 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
.snip1189 h2 {
  padding: 0.5em 0.8em;
  margin: 0.2em 0;
  display: block;
  color: black;
  position: relative;
  text-decoration: none;
  font-size: 30px;
}
.snip1189 h2:before,
.snip1189 h2:after {
  height: 40%;
  width: 15%;
  position: absolute;
  content: "";
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 1;
}
.snip1189 h2:before {
  left: 36%;
  top: 5px;
  border-left: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-transform: translate(10%, 5%);
  transform: translate(10%, 5%);
}
.snip1189 h2:after {
  right: 36%;
  bottom: 5px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: translate(-10%, -5%);
  transform: translate(-10%, -5%);
}
.snip1189 h2:hover,
.snip1189 .current a {
  color: #000;
}
.snip1189 h2:hover:before,
.snip1189 .current a:before,
.snip1189 h2:hover:after,
.snip1189 .current h2:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}

.video-content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
