/* Kohana
// =============================================== 
// Table Of Content
// =============================================== 

// 1. Navbar Content
// 2. Banner Content
// 3. About Content
// 4. Promo Destinantion
// 5. Destination List
// 6. Testimonials
// 7. Register Safaria
// 8. Footer Safaria
// 9. SVG Cheklist Safaria
// 10. Destination
// 11. About Page
// 12. Planning Safaria
// 13. Mega Menu
// 14. Pop Up Safaria
// 15. Gallery Safaria
// 16. 404 500 Page
 
// =============================================== 
// 1. Navbar Content
// =============================================== 
*/
/*
// =============================================== 
// Table Of Content
// =============================================== 

// 1. Color Scheme
// 2. Responsive Style
// 3. Normal Heading
// 4. Transition Effect
// 5. Border-Radius
// 6. Margin and Padding
// 7. Image Center
// 8. Font Rotate
 
// =============================================== 
// 1. Color Scheme
// =============================================== 
*/
.normal-heading {
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}
.mar-top-10 {
  margin-top: 10px;
}
.mar-top-15 {
  margin-top: 15px !important;
}
.mar-top-20 {
  margin-top: 20px;
}
.mar-top-40 {
  margin-top: 40px;
}
.mar-right-10 {
  margin-right: 10px;
}
.mar-right-15 {
  margin-right: 15px;
}
.mar-left-10 {
  margin-left: 10px;
}
.mar-left-15 {
  margin-left: 15px;
}
.mar-btm-0 {
  margin-bottom: 0 ;
}
.mar-btm-0i {
  margin-bottom: 0px !important;
}
.mar-btm-10 {
  margin-bottom: 10px;
}
.mar-btm-20 {
  margin-bottom: 20px;
}
.mar-btm-60 {
  margin-bottom: 60px;
}
.mar-right-25 {
  margin-right: 25px;
}
.mar-left-25 {
  margin-left: 25px;
}
.mar-top-200 {
  margin-top: 200px;
}
.mar-top-450 {
  margin-top: 450px;
}
.no-mar-right {
  margin-right: 0 !important;
}
.no-mar-left {
  margin-left: 0 !important;
}
.no-pad-right {
  padding-right: 15px;
}
@media (min-width: 768px) {
  .no-pad-right {
    padding-right: 0;
  }
}
.no-pad-left {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .no-pad-left {
    padding-left: 0;
  }
}
.pad-right-75 {
  padding-right: 7.5px;
}
@media (max-width: 768px) {
  .pad-right-75 {
    padding-right: 15px;
  }
}
.pad-left-75 {
  padding-left: 7.5px;
}
@media (max-width: 768px) {
  .pad-left-75 {
    padding-left: 15px;
  }
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-btm-10 {
  padding-bottom: 10px;
}
.pad-btm-15 {
  padding-bottom: 15px;
}
.img-center {
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .img-bow-center-res {
    display: block;
    margin: 0 auto;
  }
}
.img-full-size {
  width: 100%;
}
.navbar-safaria {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.navbar-safaria a {
  color: white;
}
.navbar-safaria .navbar-mobile {
  float: right;
  padding: 15px;
}
.navbar-safaria .navbar-mobile li {
  margin: 0;
  padding: 0;
  float: left;
}
.navbar-safaria .navbar-mobile li a {
  padding: 0;
}
.navbar-safaria .navbar-brand {
  padding: 25px 0;
  height: auto;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .navbar-safaria .navbar-brand {
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-safaria .navbar-brand {
    margin-left: 0 !important;
  }
}
.navbar-safaria li {
  padding: 25px 0;
}
.navbar-safaria li:hover,
.navbar-safaria li a:hover,
.navbar-safaria li:focus,
.navbar-safaria li a:focus,
.navbar-safaria li:active,
.navbar-safaria li a:active {
  background-color: transparent;
}
.navbar-safaria li a {
  font-size: 14px;
  padding: 5px 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar-safaria li a:hover {
  opacity: 0.5;
}
.navbar-safaria.navbar-black {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
  background-color: #10090a;
  z-index: 3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*
// =============================================== 
// 2. Banner Content
// =============================================== 
*/
#banner-1,
#banner-2,
#banner-3,
#banner-4,
#banner-5 {
  height: 800px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  #banner-1,
  #banner-2,
  #banner-3,
  #banner-4,
  #banner-5 {
    height: 400px;
  }
}
#banner-1 .text-banner h1,
#banner-2 .text-banner h1,
#banner-3 .text-banner h1,
#banner-4 .text-banner h1,
#banner-5 .text-banner h1 {
  font-family: 'dk_cinnabar';
  font-size: 104px;
  line-height: 100px;
}
#banner-1 .text-banner p,
#banner-2 .text-banner p,
#banner-3 .text-banner p,
#banner-4 .text-banner p,
#banner-5 .text-banner p {
  color: white;
  font-weight: 500;
}
#banner-1 .text-banner i,
#banner-2 .text-banner i,
#banner-3 .text-banner i,
#banner-4 .text-banner i,
#banner-5 .text-banner i {
  font-weight: 600;
}
#banner-1 .scroll-icon .scroll-mouse,
#banner-2 .scroll-icon .scroll-mouse,
#banner-3 .scroll-icon .scroll-mouse,
#banner-4 .scroll-icon .scroll-mouse,
#banner-5 .scroll-icon .scroll-mouse {
  width: 30px;
  height: 55px;
  border-radius: 50px;
  margin: 0 auto;
  border: 2px solid white;
  position: relative;
}
#banner-1 .scroll-icon .scroll-mouse:after,
#banner-2 .scroll-icon .scroll-mouse:after,
#banner-3 .scroll-icon .scroll-mouse:after,
#banner-4 .scroll-icon .scroll-mouse:after,
#banner-5 .scroll-icon .scroll-mouse:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 13px;
  background-color: white;
  top: 10px;
  left: 50%;
  margin-left: -2px;
  -webkit-animation: scrollmouse 1s linear 0.2s infinite;
  /* Chrome, Safari, Opera */
  animation: scrollmouse 1s linear 0.2s infinite;
  opacity: 1;
}
/* ---- isotope ---- */
.grid {
  background: transparent;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  padding: 7.5px;
  width: 50%;
}
@media (max-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}
@media (min-width: 1199px) {
  .grid-sizer.grid-3column,
  .grid-item.grid-3column {
    width: 33.33%;
  }
}
.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes scrollmouse {
  from {
    top: 10px;
  }
  to {
    top: 30px;
    opacity: 0;
  }
}
/* Standard syntax */
@keyframes scrollmouse {
  from {
    top: 10px;
  }
  to {
    top: 30px;
    opacity: 0;
  }
}
.overlay-banner {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.point-slider-image {
  height: 135px;
  position: absolute;
  width: 100%;
  top: -65.5px;
  z-index: 2;
}
.point-slider-image.auto-position {
  position: inherit;
  top: 0;
}
@media (max-width: 768px) {
  .point-slider-image {
    top: -58.5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .point-slider-image {
    top: -65.5px;
  }
}
.point-slider-image ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
}
.point-slider-image ul li {
  float: left;
  width: 188px;
  height: 134px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .point-slider-image ul li {
    width: 20%;
    height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .point-slider-image ul li {
    height: 135px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .point-slider-image ul li {
    width: 91px;
  }
}
.point-slider-image ul li .hover-active {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(117, 112, 252, 0.7);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.point-slider-image ul li .hover-active:hover {
  opacity: 1;
  cursor: pointer;
}
.point-slider-image ul li.active .span-active {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(117, 112, 252, 0.7);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.point-slider-image{
  background-size: cover;
}

.point-slider-image-destination {
  height: 135px;
  position: absolute;
  width: 100%;
  top: -65.5px;
  z-index: 2;
}
.point-slider-image-destination.auto-position {
  position: inherit;
  top: 0;
}
@media (max-width: 768px) {
  .point-slider-image-destination {
    top: -58.5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .point-slider-image-destination {
    top: -65.5px;
  }
}
.point-slider-image-destination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  cursor: pointer;
}
.point-slider-image-destination ul li {
  float: left;
  width: 135px;
  height: 135px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .point-slider-image-destination ul li {
    width: 20%;
    height: 58px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .point-slider-image-destination ul li {
    height: 135px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .point-slider-image-destination ul li {
    width: 91px;
  }
}
.point-slider-image-destination ul li .hover-active {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(117, 112, 252, 0.7);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.point-slider-image-destination ul li .hover-active:hover {
  opacity: 1;
  cursor: pointer;
}
.point-slider-image-destination ul li.active .span-active {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(117, 112, 252, 0.7);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.point-slider-image-destination ul li:nth-child(1) {
  background: url('../images/point6.jpg') no-repeat center center;
  background-size: cover;
}
.point-slider-image-destination ul li:nth-child(2) {
  background: url('../images/point7.jpg') no-repeat center center;
  background-size: cover;
}
.point-slider-image-destination ul li:nth-child(3) {
  background: url('../images/point8.jpg') no-repeat center center;
  background-size: cover;
}
.point-slider-image-destination ul li:nth-child(4) {
  background: url('../images/point9.jpg') no-repeat center center;
  background-size: cover;
}
.point-slider-image-destination ul li:nth-child(5) {
  background: url('../images/point10.jpg') no-repeat center center;
  background-size: cover;
}
.point-slider-image-destination ul li:last-child {
  width: 265px;
  height: 135px;
  background-color: #f5f5f5;
}
@media (max-width: 768px) {
  .point-slider-image-destination ul li:last-child {
    width: 100%;
    height: 100%;
  }
}
.weather-wrap {
  overflow: hidden;
}
.weather-wrap.orange-version {
  background-color: #ff9c00;
}
.weather-wrap.orange-version .weather-text {
  color: white;
}
.weather-wrap .weather-text {
  color: #939c9f;
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .weather-wrap .weather-text {
    font-size: 10px;
    padding: 8px;
  }
}
.weather-wrap .weather-text .icon-weather {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .weather-wrap .weather-text .icon-weather {
    margin-top: 5px;
  }
}
.weather-wrap .weather-text .icon-weather .icon,
.weather-wrap .weather-text .icon-weather .text-weather {
  display: inline-block;
}
.weather-wrap .weather-text .icon-weather .text-weather {
  font-size: 35px;
  vertical-align: middle;
  position: relative;
}
.weather-wrap .weather-text .icon-weather .text-weather:after {
  content: "\00b0";
  position: absolute;
  top: -6px;
  right: -15px;
}
.weather-wrap .weather-left .weather-text {
  text-align: left;
  margin-right: 7.5px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .weather-wrap .weather-left .weather-text {
    text-align: center;
  }
}
.weather-wrap .weather-right .weather-text {
  text-align: right;
  margin-left: 7.5px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .weather-wrap .weather-right .weather-text {
    text-align: center;
  }
}
.weather-wrap .weather-right .weather-text .icon-weather {
  padding-right: 15px;
}
.weather-wrap .weather-left,
.weather-wrap .weather-right {
  float: left;
  width: 50%;
  color: black;
}
/*
// =============================================== 
// 3. About Content
// =============================================== 
*/
#about {
  position: relative;
  background: url('../images/wood-top.jpg') repeat;
  padding: 130px 0 100px 0px;
  margin-top: -5px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #about {
    padding: 190px 0 100px 0px;
  }
}
#about .about-content {
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #about .about-content img {
    max-width: 200px;
  }
  #about .about-content p {
    font-size: 12px;
  }
  #about .about-content h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
#about .about-content:after {
  content: '';
  width: 377px;
  height: 385px;
  position: absolute;
  top: 0;
  left: -200px;
}
@media (max-width: 768px) {
  #about .about-content:after {
    display: none;
  }
}
#about p {
  max-width: 750px;
  margin: 0 auto;
}
#content {
  background-color: #10090a;
}
.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 800px;
  position: fixed;
  z-index: -1;
}
@media (max-width: 768px) {
  .layer {
    height: 400px;
    background-position: center center !important;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .layer {
    background-position: center center !important;
  }
}
#content {
  position: relative;
}
.intro-safaria {
  position: absolute;
  top: -170px;
  width: 100%;
  z-index: 4;
}
@media (max-width: 768px) {
  .intro-safaria {
    top: -120px;
  }
  .intro-safaria img {
    width: 110px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .intro-safaria {
    top: -160px;
  }
  .intro-safaria img {
    width: 135px;
  }
}
/*
// =============================================== 
// 4. Promo Destinantion
// =============================================== 
*/
.destination {
  margin-top: 75px;
  background: url('../images/shadow.png') no-repeat center center;
  background-size: cover;
  background-position: 0 65%;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .destination {
    padding-bottom: 40px;
  }
}
.promo-content,
.destination {
  width: 100%;
  text-align: center;
}
.promo-content h2,
.destination h2 {
  font-family: "dry_brush", arial;
  font-size: 40px;
  letter-spacing: 0;
  margin-top: 70px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .promo-content h2,
  .destination h2 {
    font-size: 30px;
  }
}
.first-section {
  padding: 100px 0 20px 0;
}
.text-header {
  font-size: 50px;
  text-align: center;
}
h1 {
  line-height: 120%;
  margin-bottom: 30px;
}
p {
  color: #ede0d5;
  font-size: 18px;
  line-height: 150%;
}
#banner,
.layer {
  min-height: 800px;
}
@media (max-width: 768px) {
  #banner,
  .layer {
    min-height: 400px;
  }
}
.layer-bg {
  background-image: url('../images/layer1.jpg');
}
.layer-1 {
  background-image: url('../images/layer2.png');
}
.layer-2 {
  background-image: url('../images/layer3.png');
}
.tutorial-link {
  color: white;
  font-size: 18px;
  text-decoration: underline;
}
.tutorial-link:hover {
  color: #ede0d5;
}
.homeslick .slick-center .box-ex-promo {
  padding: 7px;
  margin-top: 10px;
}
.homeslick .slick-slide:focus {
  outline: transparent;
}
.homeslick .slick-dots {
  bottom: -50px;
}
.homeslick .slick-dots li {
  margin: 0 10px;
}
.homeslick .slick-dots li button:before {
  font-size: 15px;
  color: white !important;
}
.homeslick .box-ex-promo {
  overflow: hidden;
  margin: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.homeslick .box-ex-promo .top-section {
  background-color: white;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .homeslick .box-ex-promo .top-section:hover .bottom-section {
    height: 100%;
    background-size: cover;
  }
  .homeslick .box-ex-promo .top-section:hover .bottom-section span,
  .homeslick .box-ex-promo .top-section:hover .bottom-section .bar-section {
    opacity: 0;
  }
  .homeslick .box-ex-promo .top-section:hover .bottom-section .bottom-wrap {
    display: block;
  }
}
.homeslick .box-ex-promo .top-section .bottom-section {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  -webkit-transition: height 0.2s;
  /* For Safari 3.1 to 6.0 */
  transition: height 0.2s;
}
.homeslick .box-ex-promo .top-section .bottom-section .bottom-wrap {
  width: 100%;
  height: 100%;
  display: none;
}
.homeslick .box-ex-promo .top-section .bottom-section .bottom-table {
  display: table;
  width: 100%;
  height: 100%;
}
.homeslick .box-ex-promo .top-section .bottom-section .bottom-table .bottom-cell {
  display: table-cell;
  vertical-align: middle;
}
.homeslick .box-ex-promo .top-section .bottom-section .bottom-table .button-default {
  width: 100%;
  padding: 20px 0;
}
.homeslick .box-ex-promo .top-section .bottom-section .bar-section {
  max-width: 50%;
  height: 5px;
  margin: 0 auto;
  margin-top: 20px;
}
.homeslick .box-ex-promo .top-section .ex-one {
  padding: 20px;
  height: 300px;
}
.homeslick .box-ex-promo .top-section .ex-one .left-ex {
  width: 50%;
  text-align: left;
}
.homeslick .box-ex-promo .top-section .ex-one .left-ex h4 {
  font-size: 50px;
  text-align: left;
}
.homeslick .box-ex-promo .top-section .ex-one .left-ex p {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.homeslick .box-ex-promo.box-blue {
  background-color: #07d0ee;
  background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #00d2ff, #3a7bd5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-blue .ex-one,
.homeslick .box-ex-promo.box-blue p {
  color: #07d0ee;
}
.homeslick .box-ex-promo.box-blue .bottom-section {
  background-color: #07d0ee;
  background: -webkit-linear-gradient(to left, #00d2ff, #3a7bd5);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #00d2ff, #3a7bd5);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-blue .bar-section {
  background-color: #07d0ee;
}
.homeslick .box-ex-promo.box-purple {
  background-color: #7570fc;
  background: -webkit-linear-gradient(to left, #4776e6, #8e54e9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4776e6, #8e54e9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-purple .ex-one,
.homeslick .box-ex-promo.box-purple p {
  color: #7570fc;
}
.homeslick .box-ex-promo.box-purple .bottom-section {
  background-color: #7570fc;
  background: -webkit-linear-gradient(to left, #4776e6, #8e54e9);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4776e6, #8e54e9);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-purple .bar-section {
  background-color: #453efb;
}
.homeslick .box-ex-promo.box-green {
  background-color: #04ad23;
  background: -webkit-linear-gradient(to left, #56ab2f, #a8e063);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #56ab2f, #a8e063);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-green .ex-one,
.homeslick .box-ex-promo.box-green p {
  color: #04ad23;
}
.homeslick .box-ex-promo.box-green .bottom-section {
  background-color: #04ad23;
  background: -webkit-linear-gradient(to left, #56ab2f, #a8e063);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #56ab2f, #a8e063);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-green .bar-section {
  background-color: #04ad23;
}
.homeslick .box-ex-promo.box-orange {
  background-color: #ff9c00;
  background: -webkit-linear-gradient(to left, #ff512f, #f09819);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ff512f, #f09819);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-orange .ex-one,
.homeslick .box-ex-promo.box-orange p {
  color: #ff9c00;
}
.homeslick .box-ex-promo.box-orange .bottom-section {
  background-color: #ff9c00;
  background: -webkit-linear-gradient(to left, #ff512f, #f09819);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ff512f, #f09819);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-orange .bar-section {
  background-color: #ff9c00;
}
.homeslick .box-ex-promo.box-pink {
  background-color: #ff508e;
  background: -webkit-linear-gradient(to left, #f857a6, #ff5858);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f857a6, #ff5858);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-pink .ex-one,
.homeslick .box-ex-promo.box-pink p {
  color: #ff508e;
}
.homeslick .box-ex-promo.box-pink .bottom-section {
  background-color: #ff508e;
  background: -webkit-linear-gradient(to left, #f857a6, #ff5858);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f857a6, #ff5858);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.homeslick .box-ex-promo.box-pink .bar-section {
  background-color: #ff1d6d;
}
/*
// =============================================== 
// 5. Destinantion List
// =============================================== 
*/
ul.destination-list {
  margin: 40px 0;
  float: left;
  cursor: pointer;
}
ul.destination-list a {
  color: white;
  display: block;
  height: 230px;
}
ul.destination-list a:hover {
  opacity: 1;
}
ul.destination-list .span-img {
  position: relative;
  height: 100%;
}
ul.destination-list .span-img .wrap-text-destination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
ul.destination-list .span-img .wrap-text-destination .top-section-des {
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 0;
  left: 0;
}
ul.destination-list .span-img .wrap-text-destination .top-section-des .round-des {
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: solid 1px white;
}
ul.destination-list .span-img .wrap-text-destination .bottom-section-des {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
ul.destination-list li {
  width: 33.33%;
  height: 230px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  ul.destination-list li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  ul.destination-list li {
    width: 50%;
  }
}
ul.destination-list li:hover img {
  opacity: 0.5;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
ul.destination-list li img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*
// =============================================== 
// 6. Testimonials
// =============================================== 
*/
.testimonials {
  margin: 0 auto;
  font-size: 18px;
}
@media (max-width: 768px) {
  .testimonials {
    font-size: 12px;
  }
}
.testimonials h2 {
  font-family: 'dry_brush';
  font-size: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .testimonials h2 {
    font-size: 30px;
  }
}
.testimonials .slidetestimony {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  color: #ede0d5;
}
.testimonials .slidetestimony .slick-next {
  right: -100px;
}
.testimonials .slidetestimony .slick-prev {
  left: -100px;
}
/*
// =============================================== 
// 7. Register Safaria
// =============================================== 
*/
.register-safaria {
  background: url('../images/texture-1.png') no-repeat center top;
  position: relative;
  background-color: #ff508e;
  padding: 100px 0;
  z-index: 2;
  font-size: 18px;
}
.register-safaria h2 {
  font-family: 'dry_brush';
  font-size: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .register-safaria h2 {
    font-size: 30px;
  }
}
.register-safaria img {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .register-safaria img {
    width: 70%;
  }
}
/*
// =============================================== 
// 8. Footer Safaria
// =============================================== 
*/
.form-newsletter {
  padding-top: 30px;
}
.form-custom {
  background-color: black;
  border: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: white;
  padding: 20px;
}
.wrap-footer {
  background: url('../images/wood-top.jpg') repeat center center;
  padding: 130px 0 100px 0px;
}
@media (max-width: 768px) {
  .wrap-footer {
    padding: 50px 0 100px 0px;
  }
}
.wrap-footer h2 {
  font-family: 'dry_brush';
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wrap-footer h2 {
    text-align: center;
    margin-top: 20px;
  }
}
.wrap-footer p {
  font-size: 14px;
}
@media (max-width: 768px) {
  .wrap-footer p {
    font-size: 12px;
    text-align: center;
  }
}
.latest-photo li {
  display: inline-block;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.latest-photo li:hover {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .socmed-list ul {
    text-align: center;
  }
}
.socmed-list li {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #10090a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 15px;
  margin-top: 25px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.socmed-list li:hover {
  background-color: #7570fc;
}
.socmed-list li i {
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 20px;
}
.socmed-list li:last-child {
  margin-right: 0;
}
.logo-footer {
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.logo-footer:hover {
  opacity: 0.7;
}
.logo-footer img {
  width: 70%;
}
@media (max-width: 768px) {
  .logo-footer img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
/*
// =============================================== 
// 9. SVG Cheklist Safaria
// =============================================== 
*/
.svg-table {
  display: table;
  width: 100%;
  height: 100%;
}
.svg-table .svg-cell {
  display: table-cell;
  vertical-align: middle;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: white;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 4;
  stroke: #7570fc;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px $white;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
@media (max-width: 768px) {
  .checkmark {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkmark {
    width: 56px;
    height: 56px;
  }
}
.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px white;
  }
}
.slide-img-2 {
  position: relative;
}
.slide-img-2 .layer-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/*
// =============================================== 
// 10. Destinantion
// =============================================== 
*/
.top-destination .img-relative {
  position: relative;
  width: 100%;
  height: 100%;
}
.top-destination .img-relative .wrap-info-destination {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -485px;
}
@media (max-width: 768px) {
  .top-destination .img-relative .wrap-info-destination {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .top-destination .img-relative .wrap-info-destination {
    margin-left: -375px;
  }
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination {
  float: left;
  margin-bottom: 25px;
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li.active .icon-wrap {
  background-color: #ff9c00;
  border: solid 2px #ff9c00;
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .md-size {
  font-size: 20px;
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li {
  float: left;
  margin-right: 20px;
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  border: solid 2px white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap:hover {
  background-color: #ff9c00;
  border: solid 2px #ff9c00;
}
@media (max-width: 1199px) {
  .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap {
    width: 40px;
    height: 40px;
  }
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i {
  text-align: center;
  display: block;
  line-height: 50px;
}
@media (max-width: 1199px) {
  .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i {
    line-height: 40px;
  }
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i.md-size {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .icon-wrap i.md-size {
    font-size: 15px;
  }
}
.top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .count-text {
  float: left;
  line-height: 50px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top-destination .img-relative .wrap-info-destination ul.left-icon-destination li .count-text {
    line-height: 40px;
  }
}
.top-destination .img-relative .wrap-info-destination .right-icon-destination {
  float: right;
}
.top-destination .img-relative .wrap-info-destination .right-icon-destination ul li {
  width: 50px;
  height: 50px;
  border: solid 2px white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .top-destination .img-relative .wrap-info-destination .right-icon-destination ul li {
    width: 40px;
    height: 40px;
    line-height: 35px;
  }
}
@media (max-width: 768px) {
  .top-destination .img-relative img {
    height: 300px;
    object-fit: cover;
  }
}
.top-destination .img-relative .text-destination {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .top-destination .img-relative .text-destination p {
    font-size: 12px;
  }
}
.top-destination .img-relative .text-destination .text-table {
  display: table;
  width: 100%;
  height: 100%;
}
.top-destination .img-relative .text-destination .text-table .text-cell {
  display: table-cell;
  vertical-align: middle;
}
.top-destination .img-relative .text-destination .text-table .text-cell h1 {
  font-family: 'dk_cinnabar';
  font-size: 104px;
}
@media (max-width: 768px) {
  .top-destination .img-relative .text-destination .text-table .text-cell h1 {
    font-size: 40px;
  }
}
.top-destination .img-relative .text-destination .text-table .text-cell p {
  color: white;
}
.top-destination .point-destination {
  background: url('../images/wood-top.jpg') repeat center;
}
.top-destination .point-destination .title-des {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 768px) {
  .top-destination .point-destination .title-des {
    text-align: center;
    margin-top: 30px;
  }
}
.top-destination .point-destination ul {
  width: 100%;
}
.top-destination .point-destination li.phone-number {
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  margin-left: 15px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .top-destination .point-destination li.phone-number {
    line-height: 40px;
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-destination .point-destination li.phone-number {
    font-size: 20px;
  }
}
.top-destination .point-destination ul.des-socmed li {
  margin-right: 15px;
}
.top-destination .point-destination ul.des-socmed li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .top-destination .point-destination ul.des-socmed {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-destination .point-destination ul.des-socmed {
    text-align: center;
  }
}
.top-destination .point-destination ul.photo-like {
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .top-destination .point-destination ul.photo-like {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .top-destination .point-destination ul.photo-like {
    text-align: center;
  }
}
.top-destination .point-destination ul.photo-like li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.top-destination .point-destination ul.photo-like li.active .icon-wrap {
  background-color: #ff9c00;
  border: solid 2px #ff9c00;
}
.top-destination .point-destination ul.photo-like li:hover {
  opacity: 0.5;
}
.top-destination .point-destination ul.photo-like li {
  display: inline-block;
  margin-right: 15px;
}
.top-destination .point-destination ul.photo-like li:last-child {
  margin-right: 0;
}
.top-destination .point-destination ul.photo-like li .photo-wrap {
  width: 50px;
  height: 50px;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
@media (max-width: 1199px) {
  .top-destination .point-destination ul.photo-like li .photo-wrap {
    width: 40px;
    height: 40px;
  }
}

.top-destination .point-destination ul.photo-like li .photo-wrap i {
  text-align: center;
  display: block;
  line-height: 47px;
}
.top-destination .point-destination ul.photo-like li .photo-wrap i.md-size {
  font-size: 20px;
}
.description {
  background-color: white;
  color: #10090a;
}
.description .box-location {
  width: 100%;
  height: 290px;
  background-color: #7570fc;
}
.description .box-blog .title-blog {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: 15px;
}
.description .box-blog .content-blog {
  margin-top: 15px;
}
.description .box-blog .content-blog a {
  color: #7570fc;
  font-weight: 600;
  text-transform: uppercase;
}
.description .box-wrap {
  margin-top: 25px;
  margin-bottom: 25px;
}
.description ul.box-img {
  float: left;
  width: 100%;
}
.description ul.box-img .span-img {
  position: relative;
  height: 100%;
}
.description ul.box-img .span-img .wrap-text-high {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  opacity: 0;
  color: white;
}
.description ul.box-img .span-img .wrap-text-high .top-section-high {
  position: absolute;
  width: 100%;
  padding: 15px;
  top: 0;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.description ul.box-img .span-img .wrap-text-high .bottom-section-high {
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 15px;
  right: 15px;
  text-align: right;
  text-transform: uppercase;
}
.description ul.box-img .span-img .wrap-text-high .bottom-section-high i {
  font-size: 25px;
  padding-top: 10px;
}
.description ul.box-img li {
  width: 33.33%;
  height: 230px;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  .description ul.box-img li {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .description ul.box-img li {
    width: 50%;
  }
}
.description ul.box-img li:hover .wrap-text-high {
  opacity: 1;
}
.description ul.box-img li:hover img {
  opacity: 0.2;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.description ul.box-img li img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.description ul.box-img li {
  width: 33.33%;
  height: 200px;
  background-color: #7570fc;
  float: left;
}
@media (max-width: 768px) {
  .description ul.box-img li {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .description ul.box-img li {
    width: 50%;
  }
}
.description h2 {
  font-family: 'dry_brush';
  margin-bottom: 15px;
  font-size: 40px;
  margin-top: 15px;
}
.description h3 {
  text-transform: uppercase;
  font-family: 'latoregular', arial;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 15px;
}
.description p {
  color: #10090a;
  font-size: 14px;
}
.mail-contact {
  line-height: 45px;
  font-size: 25px;
  margin-left: 15px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .mail-contact {
    line-height: 35px;
  }
}
@media (min-width: 769px) and (max-width: 1199px) {
  .mail-contact {
    font-size: 18px;
  }
}
.information-safari {
  background: url('../images/texture-1.png') no-repeat center top;
  background-color: #ff9c00;
  padding: 100px 0;
}
.information-safari h2 {
  font-family: 'dry_brush';
  font-size: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .information-safari h2 {
    font-size: 30px;
  }
}
.info-place {
  margin-top: 0;
}
@media (max-width: 767px) {
  .info-place {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .info-place {
    margin-top: 80px;
  }
}
/*
// =============================================== 
// 11. About Page
// =============================================== 
*/
.header-about {
  height: 450px;
  width: 100%;
  position: fixed;
  z-index: -1;
  margin: 0;
  
  font-size: 72px;
  font-family: "Helvetica";
  color: #eee;
  opacity: 1;
  
  background-position: 0px -50px;
  background-size: cover;
}
.header-about.header-contacto {
  background: url('../images/about-people.jpg') center center no-repeat;
  background-size: cover;
}
.header-about.header-terms {
  height: 250px;
  
}
.header-about.header-terms h3 {
  font-family: 'dry_brush';
  font-size: 40px;
  color: white;
}
@media (max-width: 1199px) {
  .header-about {
    background-position: 0 0;
  }
}
.header-about p {
  color: white;
}
@media (max-width: 768px) {
  .header-about p {
    font-size: 14px;
  }
}
.header-about .head-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.header-about .head-table .head-cell {
  display: table-cell;
  vertical-align: middle;
}
.header-about .head-table .head-cell h1 {
  font-size: 104px;
  font-family: 'dk_cinnabar';
}
@media (max-width: 768px) {
  .header-about .head-table .head-cell h1 {
    font-size: 50px;
  }
}
/*
// =============================================== 
// 12. Planning Safaria
// =============================================== 
*/
.header-planning {
  position: relative;
  background: url('../images/planning-bg.png') center center no-repeat;
  background-size: cover;
  min-height: 600px;
}
.header-planning .content-planning {
  position: absolute;
  top: 150px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.header-planning .content-planning h1 {
  font-size: 104px;
  font-family: 'dk_cinnabar';
}
@media (max-width: 768px) {
  .header-planning .content-planning h1 {
    font-size: 50px;
  }
}
.header-planning .content-planning p {
  color: white;
}
.header-planning .content-planning p.size-lg {
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .header-planning .content-planning p.size-lg {
    font-size: 30px;
    line-height: 30px;
  }
}
.content-pixie {
  overflow: hidden;
  position: relative;
  margin-top: -60px;
}
#pixie {
  z-index: 0;
}
.content-planning-card {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.planning-xs {
  position: relative;
}
.content-card {
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.content-card .silver-card {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .content-card .silver-card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-card .silver-card {
    width: 50%;
  }
}
.content-card .silver-card .card {
  background-color: #989898;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .content-card .silver-card .card {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.content-card .silver-card .card .top-card {
  color: #10090a;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 20px 0;
}
.content-card .silver-card .card .top-card p {
  color: #10090a;
  font-weight: 300;
}
.content-card .silver-card .card .bottom-card {
  background-color: #dad9d9;
  color: #10090a;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content-card .silver-card .card .bottom-card p.lg-font {
  color: #10090a;
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 0;
}
.content-card .silver-card .card .bottom-card p.lg-font span {
  font-size: 20px;
}
.content-card .silver-card .card .bottom-card ul.card-list li {
  padding: 15px 0;
  border-bottom: solid 1px #10090a;
}
.content-card .silver-card .card .bottom-card ul.card-list li:first-child {
  border-top: solid 1px #10090a;
}
.content-card .gold-card {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .content-card .gold-card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-card .gold-card {
    width: 50%;
  }
}
.content-card .gold-card .card {
  background-color: #dcbe4b;
  margin-left: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .content-card .gold-card .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.content-card .gold-card .card .top-card {
  color: #10090a;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 20px 0;
}
.content-card .gold-card .card .top-card p {
  color: #10090a;
  font-weight: 300;
}
.content-card .gold-card .card .bottom-card {
  background-color: #dad9d9;
  color: #10090a;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.content-card .gold-card .card .bottom-card p.lg-font {
  color: #10090a;
  font-size: 40px;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom: 0;
}
.content-card .gold-card .card .bottom-card p.lg-font span {
  font-size: 20px;
}
.content-card .gold-card .card .bottom-card ul.card-list li {
  padding: 15px 0;
  border-bottom: solid 1px #10090a;
}
.content-card .gold-card .card .bottom-card ul.card-list li:first-child {
  border-top: solid 1px #10090a;
}
.content-started h3 {
  text-align: center;
  font-family: 'dry_brush', arial;
  font-size: 40px;
  margin-bottom: 40px;
}
.content-started h4 {
  margin-bottom: 20px;
}
.content-started ul {
  margin-bottom: 40px;
}
.content-started ul li {
  padding: 15px;
  text-transform: uppercase;
  border-bottom: dashed 1px white;
}
.content-started p {
  font-size: 14px;
  color: white;
}
.content-started .row {
  display: table;
}
.content-started .row [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.contact-column a,
.menu-wrap a {
  color: white;
}
.contact-column a:hover,
.menu-wrap a:hover {
  opacity: 1;
}
.contact-column .row,
.menu-wrap .row {
  display: block !important;
}
.contact-column .row [class*="col-"],
.menu-wrap .row [class*="col-"] {
  float: left !important;
  display: block !important;
  vertical-align: top !important;
}
@media (max-width: 768px) {
  .contact-column .row [class*="col-"],
  .menu-wrap .row [class*="col-"] {
    width: 100%;
  }
}
/*
// =============================================== 
// 13. Mega Menu
// =============================================== 
*/
.menu-wrap {
  padding: 70px 0;
}
.menu-wrap .w-24 {
  width: 24%;
  float: left;
}
@media (max-width: 768px) {
  .menu-wrap .w-24 {
    width: 100%;
  }
}
.menu-wrap .w-76 {
  width: 76%;
  float: left;
}
@media (max-width: 1199px) {
  .menu-wrap .w-76 {
    width: 100%;
  }
}
.menu-wrap h3 {
  text-transform: uppercase;
  font-weight: 300;
  padding: 20px 0;
}
.menu-wrap p {
  font-size: 14px;
  color: white;
}
.menu-wrap .nav-menu {
  border-bottom: dashed 1px white;
  border-top: dashed 1px white;
  margin-bottom: 20px;
}
.menu-wrap .style-us {
  margin-top: 30px;
}
.menu-wrap .style-menu li {
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-wrap .style-menu li a {
  padding: 10px;
  display: block;
}
.menu-wrap .style-menu li:hover {
  background-color: #10090a;
}
.content-about {
  width: 100%;
  top: 450px;
  background-color: white;
  z-index: 2;
  position: relative;
  font-family: "Helvetica";
  color: #10090a;
}
.content-about.content-terms {
  top: 250px;
}
.content-about .detail-about {
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
.content-about .detail-about .row {
  display: table;
}
.content-about .detail-about .row [class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
.content-about .detail-about h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.content-about .detail-about p {
  color: #10090a;
  font-size: 14px;
}
.content-about .detail-about p.italic-style {
  font-family: 'Times New Roman', arial;
  font-style: italic;
  font-size: 25px;
  letter-spacing: 0;
}
.content-about .detail-about ul {
  margin-bottom: 40px;
}
.content-about .detail-about ul li {
  padding: 15px;
  text-transform: uppercase;
  border-bottom: dashed 1px #10090a;
}
.detail-about-relative {
  float: none;
  width: 100%;
  height: 100%;
  display: block;
}
.detail-blog {
  padding: 30px 0;
}
.detail-blog .form-group {
  width: 100%;
}
.detail-blog h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.detail-blog h4 {
  margin-bottom: 20px;
}
.detail-blog p {
  color: #10090a;
  font-size: 14px;
}
.detail-blog p.italic-style {
  font-family: 'Times New Roman', arial;
  font-style: italic;
  font-size: 25px;
  letter-spacing: 0;
}
.detail-blog .wrap-latest-blog {
  float: left;
  width: 100%;
}
.detail-blog .wrap-latest-blog ul,
.detail-blog .wrap-latest-blog ul li {
  float: left;
  width: 100%;
}
.detail-blog .wrap-latest-blog ul li,
.detail-blog .wrap-latest-blog ul li li {
  margin-bottom: 15px;
}
.detail-blog .wrap-latest-blog li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.detail-blog .wrap-latest-blog li:hover {
  background-color: whitesmoke;
}
.detail-blog .wrap-latest-blog li:last-child {
  margin-bottom: 0;
}
.detail-blog .wrap-latest-blog .left-img-blog {
  width: 20%;
  object-fit: cover;
  float: left;
}
.detail-blog .wrap-latest-blog .right-text-info {
  float: left;
  padding-left: 15px;
  width: 80%;
  display: table;
}
.detail-blog .wrap-latest-blog .right-text-info .title-blog-info {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.detail-blog .wrap-latest-blog .right-text-info .title-blog-info .title-blog-left {
  font-size: 18px;
}
.detail-blog ul.categories li {
  padding: 15px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.detail-blog ul.categories li:hover {
  background-color: whitesmoke;
}
.detail-blog ul.categories li i {
  padding-right: 10px;
}
.breadcrumb-custom {
  background: transparent;
  padding: 0;
}
.breadcrumb-custom a {
  color: #10090a;
  opacity: 0.5;
}
.breadcrumb-custom a:hover {
  opacity: 1;
}
.box-fixed {
  position: fixed;
  width: 300px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box-fixed {
    width: 220px;
  }
}
.box-fixed-bottom {
  position: absolute;
  bottom: 0;
  width: 300px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box-fixed-bottom {
    width: 220px;
  }
}
@media (max-width: 768px) {
  #js-menu {
    position: absolute;
  }
}
/*
// =============================================== 
// 14. Pop Up Safaria
// =============================================== 
*/
.search-wrap,
.login-wrap,
.menu-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background: rgba(59, 25, 13, 0.9);
  display: table;
  overflow: hidden;
}
.search-wrap .content-search,
.login-wrap .content-search,
.menu-wrap .content-search,
.search-wrap .content-login,
.login-wrap .content-login,
.menu-wrap .content-login {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.search-wrap .content-search h2,
.login-wrap .content-search h2,
.menu-wrap .content-search h2,
.search-wrap .content-login h2,
.login-wrap .content-login h2,
.menu-wrap .content-login h2 {
  margin-bottom: 10px;
}
.search-wrap .content-search .box-login,
.login-wrap .content-search .box-login,
.menu-wrap .content-search .box-login,
.search-wrap .content-login .box-login,
.login-wrap .content-login .box-login,
.menu-wrap .content-login .box-login {
  max-width: 400px;
  margin: 0 auto;
  padding: 7px;
}
.search-wrap .content-search .box-login .box-content-login,
.login-wrap .content-search .box-login .box-content-login,
.menu-wrap .content-search .box-login .box-content-login,
.search-wrap .content-login .box-login .box-content-login,
.login-wrap .content-login .box-login .box-content-login,
.menu-wrap .content-login .box-login .box-content-login {
  padding: 25px;
}
.search-wrap .close-pop,
.login-wrap .close-pop,
.menu-wrap .close-pop {
  position: absolute;
  right: 27px;
  top: 27px;
  z-index: 5;
  cursor: pointer;
}
.search-wrap .close-pop a,
.login-wrap .close-pop a,
.menu-wrap .close-pop a {
  color: white;
  text-shadow: none;
  z-index: 5;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.wrap-intro span {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  font-family: 'dk_cinnabar';
  letter-spacing: 0;
}
.wrap-intro span.button-intro {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .wrap-intro span.button-intro {
    width: 50px;
    height: 50px;
  }
}
.wrap-intro span.text-intro {
  font-size: 25px;
  max-width: 100px;
}
@media (max-width: 768px) {
  .wrap-intro span.text-intro {
    font-size: 17px;
  }
}
.wrap-intro span a {
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  border: solid 5px white;
}
@media (max-width: 768px) {
  .wrap-intro span a {
    border: solid 3px white;
  }
}
.wrap-intro span a:hover {
  background-color: #ff9c00;
  border: solid 5px #ff9c00;
  opacity: 1;
}
@media (max-width: 768px) {
  .wrap-intro span a:hover {
    border: solid 3px #ff9c00;
  }
}
.wrap-intro span a i {
  text-align: center;
  font-size: 30px;
  color: white;
  line-height: 70px;
}
@media (max-width: 768px) {
  .wrap-intro span a i {
    font-size: 20px;
    line-height: 50px;
  }
}
#banner-video {
  position: relative;
}
#banner-video .title-video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
}
#banner-video .title-video .content-text-video {
  height: 725px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#banner-video .title-video h2 {
  font-family: 'dk_cinnabar';
  font-size: 104px;
}
#banner-video .title-video p {
  color: white;
}
/*
// =============================================== 
// 15. Gallery Safaria
// =============================================== 
*/
.simplefilter {
  padding: 20px 0;
  text-align: center;
}
.simplefilter button {
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  border: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.simplefilter button:hover {
  opacity: 0.5;
}
.filter-content-gallery {
  margin-bottom: 15px;
}
.filter-content-gallery .wrap-filter {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.filter-content-gallery img {
  -webkit-transform: scale(1);
  transform: scale(1);
  cursor: pointer;
}
.filter-content-gallery img:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.info-image {
  margin: 0px 0 30px 0;
}
.info-image p {
  color: #10090a;
  font-size: 14px;
  text-align: center;
}
.img-blog-top {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-blog-top .img-blog-abs {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 25, 13, 0.9);
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.img-blog-top .img-blog-abs:hover {
  opacity: 1;
}
.img-blog-top .img-blog-abs a {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.img-blog-top .img-blog-abs a span {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 24px;
}
.img-blog-top .img-blog-abs a:hover {
  opacity: 1;
}
/*
// =============================================== 
// 16. 404 500 Page
// =============================================== 
*/
.detail-404 {
  padding: 40px 0 ;
}
.detail-404 h1 {
  text-align: center;
  font-size: 150px;
  font-family: 'dry_brush';
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.mySlides .fading {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}