/* ==================================================
  * Template: Travi
  * Version:  1
  * Date:     April 12 2021
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');


/*==================================================*/
             /* [Table of contents] */
/*==================================================*/

/*	
    1. RESET.
    2. COLOR PALETTE.
    3. TYPOGRAPHY. 
    4. SPACE AND ALIGMENT. 
    5. BUTTONS. 
    6. PRELOADER. 
    7. SCROLLING TOP.
    8. YOUTUBE POPUP.
    9. MODAL POPUP. 
    10. GALLERY FILTER.
    11. MAGNIFIC POPUP. 
    12. MASONRY GALLERY. 
    13. MEDIA QUERIES. 
*/

/* =====================================
    1. RESET.
===================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #9dabaf;
  background-color: #FBFFFC;
  letter-spacing: 0px;
}

strong{
  font-weight: bold;
}

ol, ul{ 
  padding: 0; 
  margin: 0;
  list-style: none;
}

iframe{
  width: 100%;
  border: none;
  display: block;
}

img{
  width: 100%;
}

/** Transition **/
a{
   transition: all 0.3s ease-in-out 0s; 
}

a:hover{
    color: var(--secundary-color);
}

/**  Shadow **/
.box-shadow{
  box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}

/* =====================================
    2. COLOR PALETTE.
===================================== */


a {
  color: var(--headline-color);
  text-decoration: none;
}

a:hover {
  color: var(--secundary-color);
  text-decoration: none;
}

/* ===================================== 
    3. TYPOGRAPHY. 
===================================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #30302F;
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-size: 35px;
  line-height: 42px;
}

h3 {
  font-size: 25px;
  line-height: 35px;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Open Sans', sans-serif;
}

h6 {
  font-size: 16px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
}

p {
  margin: 0 0 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px; text-align:justify;
  color: #30302F;
}
b{ font-weight:bold;}

h6 a {
  font-size: 14px;
  text-decoration: underline;
  text-transform: uppercase;
}

li{
  font-family: 'Open Sans', sans-serif;
}

h5.subtitle{
  color: #a3b0b4;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* ===================================== 
    4. SPACE AND ALIGMENT. 
===================================== */
  .mt-3,
  .my-3 {
    margin-top: 1.5rem !important;
  }

  .mt-4,
  .my-4 {
    margin-top: 3rem !important;
  }

  .mt-5,
  .my-5 {
    margin-top: 5rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 5rem !important;
  }

  .spacing-p-right {
    padding-right: 35px;
  }

  .spacing-p-left {
    padding-left: 35px;
  }

  .spacing-m-buttom {
    margin-bottom: 25px;
  }

  .icon {
    margin-bottom: 15px !important;
  }

  .bg-wrapper {
    background-color: #EFF4F5;
    padding: 5rem 0rem;
  }

  section{
    overflow: hidden !important;
  }

/* ===================================== 
    5. BUTTONS. 
===================================== */
.btn-default {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 30px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.3333333;
  letter-spacing: 1px;
  font-weight: 600;
  color: #FFF;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  transition: all 0.3s ease-in-out 0s; 
}

.btn-default:hover {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  box-shadow: none;
  outline: 0;
}

.btn-default.disabled, .btn-default:disabled {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
}

.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  opacity: 1;
}
  
.btn-default-white {
  color: var(--headline-color);
  background-color: #FBFFFC;
  border-color:  #FFF;
}

.btn-outline{
    background-color: transparent;
    border: solid 1px var(--secundary-color);
    color: var(--secundary-color);
}

.btn-outline-white{
  background-color: transparent; 
  border: solid 1px #FFF;
  color: #FFF;
}

.btn-outline{
  background-color: var(--secundary-color); ; 
  border: solid 1px var(--secundary-color); 
  color: #FFF;
}

.btn-lg{
  padding: 10px 35px;
  font-size: 18px;
  line-height:30px;
}

.btn-lg:hover{
  background-color: var(--secundary-color); 
  border: solid 1px var(--secundary-color); 
  color: #FFF;
}

/* ===================================== 
    6. PRELOADER. 
===================================== */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #F2F2F2;
}

#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
@keyframes animate {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loader:after {
  animation: animate2 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 80px;
  width: 80px;
  position: absolute; 
} 
@keyframes animate2 {
  0% {
    box-shadow: inset var(--primary-color) 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset var(--secundary-color) 0 0 0 2px;
  }
  100% {
    box-shadow: inset var(--base-color) 0 0 0 17px;
    transform: rotate(140deg);
  }
}


/* =====================================
    7. SCROLLING TOP.
===================================== */
@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2A9D8F url(../image/top-arrow.png) no-repeat center 50%;
  visibility: hidden;
  border-radius: 5px;
  z-index: 4;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: #B4E602;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 30px;
  }
}

/* =====================================
    8. YOUTUBE POPUP.
===================================== */
.popup-youtube{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; 
}

.popup-youtube .video-image {
  position: relative;
  display: inline-block;
}

.popup-youtube .video-image img {
  width: 100%
}

.popup-youtube .video-image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: transparent url(../img/master/play-button.png) center center no-repeat;
}

.popup-youtube .video-image img a:link {
  text-decoration: none;
  color: #FFF;
}

.popup-youtube .video-image img a:visited {
  text-decoration: none;
  color: #FFF;
}

.popup-youtube .video-image img a:hover {
  text-decoration: none;
  color: #FFF;
}

.popup-youtube .video-image img a:active {
  text-decoration: none;
  color: #FFF;
}

/* ===================================== 
    9. MODAL POPUP. 
===================================== */
.modal-box {
  text-align: center;
}

.modal-box p {
  margin: 15px 0px 15px 0px;
}

.modal-sm .modal-content {
  background: #FFF;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  padding: 10px 20px 10px 20px;
}

.close {
  color: #000;
}

@media (min-width: 992px) {
  .modal-md {
    width: 600px;
  }
}

/* .btn-popup {
  display: inline-block;
  margin-left: 5rem;
  margin-top: -10px;
} */

.popup-youtube {
  position: relative;
}

.pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #2485B0;
  width: 70px;
  height: 70px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 73px;
  font-size: 30px;
  transform: translate(-50%, -50%);
  padding-left: 4px;
}

.pulse::before,
.pulse::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #2485B0;
  top: -15px;
  right: -15px;
  left: -15px;
  bottom: -15px;
  animation: pulse 1.5s linear infinite;
}

.pulse::after {
  animation-delay: .5s;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* ===================================== 
    10. GALLERY FILTER.
===================================== */
/* * {
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  } */

  .filter-container {
    width: 100%;
    margin: 0rem auto 2.5rem;
    text-align: center;
  }

  .filter {
    padding: 0;
    list-style: none;
  }

  .filter li {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 2;
    padding: 5px 25px;
    position: relative;
    color: var(--headline-color);
    font-weight: 600;
    border: solid 2px var(--main-yellow-color);
    border-radius: 10px;
    margin: 0px 5px;
  }

  .filter li.active {
    background-color: var(--secundary-color);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 50rem !important;
    color: #FFF;
  }

  #kehl-grid {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /*  max-width:1920px; */
  }

  #kehl-grid:after {
    content: '';
    display: block;
    clear: both;
  }

  .grid-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(100% / 3);
    margin: 0;
    padding: 5px;
    /*   box-sizing: border-box;
        -webkit-transform: translate3d(1px,0,0);
        transform: translate3d(1px,0,0); */
    clear: both;
  }


  /* #kehl-grid p {
    color: #333;
    z-index: 4;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
  } */

  /* clear fix */
  .grid:after {
    content: '';
    display: block;
    clear: both;
  }

  /* ---- .grid-item ---- */
  .grid-sizer,
  .grid-box {
    width: 33.333%;
  }

  .grid-two-col .grid-sizer,
  .grid-two-col .grid-box {
    width: 49%;
  }

  .grid-four-col .grid-sizer,
  .grid-four-col .grid-box {
    width: 25%;
  }

  .grid-box {
    float: left;
    text-align: left;
  }

  .grid-box img {
    display: block;
    width: 100%;
  }

  .grid-box .image-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 300ms linear;
  }

  .grid-box:hover .image-mask {
  }

  /* .grid-box h3 {
    position: absolute;
    width: 100%;
    bottom: 30%;
    left: 0;
    margin-bottom: -16px;
    line-height: 26px;
    text-align: center;
    z-index: 4;
    opacity: 0;
    transition: all 300ms linear;
  }

  .grid-box:hover h3 {
    bottom: 50%;
    opacity: 1;
  }

  .grid-box p {
    position: absolute;
    top: 15px;
    left: 25px;
    opacity: 0;
    font-style: italic;
    line-height: 18px;
    transition: all 300ms linear;
  }

  .grid-box:hover p {
    top: 60px;
    left: 25px;
    opacity: 0;
  } */

  
/* ===================================== 
    11. MAGNIFIC POPUP. 
===================================== */
.magnific-img {
  width: 100%;
  height: 100%;
}

.magnific-img img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;

}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

/* .mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
} */
/* .mfp-auto-cursor .mfp-content {
  cursor: auto;
} */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}


.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: -10px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  text-align: center; 
  color: var(--base-color);
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 30px;
  
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.magnific-img .image-popup-vertical-fit img a:link {
  text-decoration: none;
  border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:visited {
  text-decoration: none;
  border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:hover {
  text-decoration: none;
  border: solid 2px #000;
}

.magnific-img .image-popup-vertical-fit img a:active {
  text-decoration: none;
  color: #000;
  border: solid 2px #000;
}

.mfp-figure button.mfp-close {
  cursor: pointer;
}

/* .popup-gallery a {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-figure figure {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
} */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  z-index: 1;
  right: -10px !important;
  font-size: 40px;
  cursor: pointer !important;
  color: var(--base-color)
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  color: white;
  border-color: white;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  background: url(../images/icons/left-arrow.png) no-Repeat top left !important;
  width: 110px;
  height: 110px;
  left: 30px;
}

.mfp-arrow-right {
  background: url(../images/icons/next.png) no-Repeat top left !important;
  width: 110px;
  height: 110px;
  right: 30px;
}

/* .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
  } */
/* .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
  } */
/* .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
  }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
  } */


/* ===================================== 
    12. MASONRY GALLERY. 
===================================== */
/* ---- isotope ---- */
    /* .grid {
      background: #DDD;
    } */
    /* clear fix */
    .grid:after {
      content: '';
      display: block;
      clear: both;
    }

    /* ---- .grid-item ---- */
    .grid-sizer,
    .grid-item {
      width: 33.333%;

    }

    .grid-item {
      float: left;
    }

    .grid-item img {
      display: block;
      max-width: 100%;
    }

    @media (max-width:992px) {

      .grid-sizer,
      .grid-item {
        width: 50%;
      }
    }  

/* ===================================== 
    13. MEDIA QUERIES. 
===================================== */
@media (max-width:1200px) {
  .container {
    max-width: 95%;
  }

  .spacing-lg {
    margin-top: 50px;
  }

}

@media (max-width:992px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  h4 {
    font-size: 20px;
    line-height: 25px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    font-size: 14px;
    line-height: 18px;
  }

  .spacing-m-center {
    margin: 40px 0px;
  }

  .spacing-md {
    margin-top: 40px;
  }

  .ca-left-side {
    text-align: center;
  }

  .ca-right-side .btn-primary {
    float: none;
    margin-top: 15px;
  }

  .flex-parent {
    display: flex;
  }

  .jc-center {
    justify-content: center;
  }

}

@media (max-width:991px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  h2 {
      font-size: 30px;
      line-height: 35px;
  }

  h3 {
      font-size: 25px;
      line-height: 30px;
  }

  h4 {
      font-size: 20px;
      line-height: 25px;
  }

  h5 {
      font-size: 18px;
      line-height: 24px;
  }

  h6 {
      font-size: 14px;
      line-height: 18px;
  }

  .order-first {
    order: -1;
  }

  .order-last {
    order: 13;
  }

  .order-md-12 {
    order: 6;
  }

  .order-first {
    order: -1;
  }

  .order-last {
    order: 13;
  }

}

@media (max-width:767px) {
  .spacing-sm {
    margin-top: 50px;
  }

  .mt-5,
  .my-5 {
    margin-top: 4rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 4rem !important;
  }

}

@media (max-width:576px) {
  .spacing-sm{
    margin-top: 40px;
  }
}

@media (max-width:480px) {
  .mt-5,
  .my-5 {
    margin-top: 3rem !important;
  }

  .mb-5,
  .my-5 {
    margin-bottom: 3rem !important;
  }

}

@media (max-width:380px) {}




/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
 .owl-carousel,.owl-carousel .owl-item{position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;}.owl-carousel .owl-item{min-height:1px;float:left;}.owl-carousel .owl-item img{display:block;width:100%;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}
 .owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
 
 
 
 
 
 .navbar {
  position: absolute;
  left: 0;
  top: 25px;
  padding: 0;
  width: 100%;
  z-index: 2;
}

.navbar .container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar .navbar-brand {
  width: 280px;
}

.navbar .navbar-brand img {
  width: 100%;
}

.navbar .navbar-toggler {
  position: relative;
  height: 60px;
  width: 60px;
  border: none;
  cursor: pointer;
  outline: none;
}

.navbar .navbar-toggler .menu-icon-bar {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: #FFF;
  opacity: 0;
  transform: translateY(-1px);
  transition: all 0.3s ease-in;
}

.navbar .navbar-toggler .menu-icon-bar:first-child {
  opacity: 1;
  transform: translateY(-1px) rotate(45deg);
}

.navbar .navbar-toggler .menu-icon-bar:last-child {
  opacity: 1;
  transform: translateY(-1px) rotate(135deg);
}

.navbar .navbar-toggler.collapsed .menu-icon-bar {
  opacity: 1;
}

.navbar .navbar-toggler.collapsed .menu-icon-bar:first-child {
  transform: translateY(-7px) rotate(0);
}

.navbar .navbar-toggler.collapsed .menu-icon-bar:last-child {
  transform: translateY(5px) rotate(0);
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--primary-color);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--base-color);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--base-color);
}

.navbar .dropdown-menu {
  padding: 0;
  background-color: #FFF;
  transition: opacity .15s ease-in-out;
}

.navbar .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 20px;
  color: var(--headline-color);
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid rgb(221, 221, 221, 0.7);
  transition: color 0.2s ease-in;
}

.dropdown-menu {
  border: none;
  border-radius: 0rem;
  box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}

.navbar .dropdown-menu .dropdown-item:focus {
  background: transparent;
}

.navbar .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--primary-color);
}

.navbar .dropdown-menu .dropdown-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 5px;
  background-color: transparent; /* navbar dropdowon border left */
  opacity: 0;
  transition: opacity 0.2s ease-in;
}

.navbar .dropdown-menu .dropdown-item:hover::before {
  opacity: 1;
}

.navbar.fixed-top {
  top: 0;
  animation: fade .50s;
  background-color: var(--primary-color);
  box-shadow: 0 4px 4px -6px #333;
}


.navbar.fixed-top.navbar-dark .navbar-nav .nav-link {
  font-size: 14px;
}

/* .navbar.fixed-top.navbar-dark .navbar-brand {
    margin-top: -5px;
  }
   */

.navbar.fixed-top.navbar-dark .container {
  background-color: transparent;
}


.navbar.fixed-top.navbar-dark .navbar-nav .nav-link.active {
  color: #c0ca33;
}

.navbar.fixed-top.navbar-dark .navbar-nav .nav-link::after {
  background-color: #c0ca33;
}

.content {
  padding: 120px 0;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    padding: 20px;
    background-color: #FFF;
  }

  .navbar .container {
    padding: 0px;
    border-radius: 0px;
  }

  .navbar-collapse .navbar-nav .nav-link {
    color: var(--headline-color);
    border-bottom: 1px solid rgb(221, 221, 221, 0.7);
    line-height: 2;
    margin-left: 0px;
    font-size: 13px;
  }

  .navbar-collapse .navbar-nav .last-link-item {
    border-bottom: none;
  }

  .navbar-collapse .navbar-nav .contact-link {
    font-size: 13px;
    padding: 0px;
    border-bottom: none;
  }

  .navbar.fixed-top .navbar-nav {
    background: transparent;
  }

  .navbar.fixed-top .navbar-nav .nav-link{
    border-bottom: 1px solid rgb(221, 221, 221, 0.7);
    line-height: 2;
    margin-left: 0px;
    font-size: 13px !important;
    color: #FFF;
  }

  .navbar.fixed-top .navbar-collapse .navbar-nav .last-link-item {
    border-bottom: none;
  }

  .navbar .dropdown-menu {
    padding: 0;
    background-color: #FFF;
    border: none;
  }

  .navbar .dropdown-menu .dropdown-item {
    position: relative;
    padding: 10px 20px;
    color: var(--headline-color);
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid rgb(221, 221, 221, 0.7);
    transition: color 0.2s ease-in;
   
  }

  .navbar.fixed-top .dropdown-menu .dropdown-item {
    background-color: var(--primary-color);
    color: #FFF;
  }

  .navbar.fixed-top .navbar-dark .navbar-nav .nav-link:focus,
  .navbar.fixed-top .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFF;
  }

  .navbar .navbar-brand {
    width: 150px;
    margin-left: 10px;
  }

  .dropdown-menu {
    border: none;
    border-radius: 0rem;
    box-shadow: none;
  }  


}

@media screen and (min-width: 992px) {
  .banner {
    padding: 0 150px;
  }

  .banner h1 {
    font-size: 5rem;
  }

  .banner p {
    font-size: 2rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 23px 15px;
  }

  .navbar-dark .navbar-nav .nav-link:hover::after {
    transform: scaleX(1);
  }

  .dropdown-menu {
    min-width: 200px;
    animation: dropdown-animation 0.4s;
    transform-origin: top;
  }

}


@media (max-width:767px) {
  .navbar .navbar-brand {
    margin-top: 0px;
  }

  .navbar .navbar-brand {
    width: 160px;
  }

  .navbar .container {
    background-color: transparent;
  }

  .navbar {
    background-color: transparent;

  }

}




/* ==================================================
  * Template: Travi
  * Version:  1
  * Date:     April 12 2021
===================================================== */

/*==================================================*/
/* [Table of contents] */
/*==================================================*/

/*	
    1. SLIDER.
    2. HOME PAGE.
    3. FOOTER.
    4. PAGES HERO. 
    5. ABOUT US. 
    6. ACTIVITY PAGE. 
    7. ACTIVITY DESCRIPTION. 
    8. OUR TEAM. 
    9. TESTIMONIALS. 
    10. ERROR PAGE.
    11. FAQ.
    12. BLOG GRID.
    13. BLOG SIDEBAR.
    14. BLOG SINGLE.
    15. CONTACT US.

*/

/* =====================================
    1. SLIDER.
===================================== */
.home-slider {
  width: 100%;
  height: 850px;
  position: relative;
  z-index: 0;
}

.hero-slider {
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.hero-slider .carousel-cell {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider-caption {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  color: #FFF;
  text-align: center;
}

.slider-caption .subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 10px;
  color: var(--base-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.slider-caption h1 {
  font-size: 60px;
  line-height: 70px;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hero-slider .flickity-prev-next-button {
  display: none;
}

.hero-slider .flickity-prev-next-button:hover {
  background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
  fill: white;
}

.hero-slider .flickity-page-dots {
  top: 40%;
  left: 150px;
  z-index: 0;
  width: 20px;
}

.hero-slider .flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: rgba(255, 255, 255);
  border: 2px solid white;
  border-radius: 50%;
  display: block;
  margin: 15px 0px;
}

.hero-slider .flickity-page-dots .dot.is-selected {
  background: var(--base-color);
  border: 2px solid var(--base-color);
}

.dot-hide .flickity-page-dots .dot {
  display: none;
}

/* =====================================
    2. HOME PAGE.
===================================== */
.hero-box {
  margin-top: -223px;
  z-index: 1;
  position: relative;
}

.fb-icon {
  width: 60px;
}

.front-box {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin: 5px;
}

.front-box h4 {
  margin: 15px 0px 5px;
}

.social-media {
  position: absolute;
  top: 25%;
  right: 30px;
  z-index: 2 !important;
}

.social-media ul li {
  margin: 20px 30px;
  font-size: 20px;
  z-index: 2;
}

.social-media ul li a {
  color: #FFF;
}

.social-media ul li a:hover {
  color: var(--base-color);
}

.section-title {
  text-align: center;
  margin: auto auto 50px;
}

.destination-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 10px 0px;
}

.destination-box * {
  transition: all 0.35s;
  box-sizing: border-box;
}

.destination-box img {
  max-width: 100%;
  vertical-align: top;
}

.destination-box figcaption {
  position: absolute;
  height: 56px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgb(36, 133, 176, 0.8);
}

.destination-box h4 {
  color: #FFF;
  margin-bottom: 5px;
}

.destination-box h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
}

.destination-box blockquote {
  margin-top: 10px;
}

.destination-box blockquote p {
  color: #FFF;
}

.destination-box a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.destination-box:hover figcaption,
.destination-box.hover figcaption {
}

.destination-box ul li {
  display: inline-block;
  margin: 3px;
  font-weight: 600;
  color: var(--base-color);
}

.destination-box ul li.rating-number {
  font-weight: 700;
}

.testimonials-layer {
  background-image: url(../image/taj-mahal-tour.jpg);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 80px 0px;
}

.testimonial-carousel {
  position: relative;
  background-color: rgba(36, 133, 176, 0.7);
  border-radius: 5px;
  padding: 50px 0px;
}

.testimonial-card {
  padding: 0px;
}

.testimonial-carousel .owl-theme .custom-nav {
  display: none;
}

.testimonial-carousel .owl-dots {
  display: none;
}

.testimonial-card {
  text-align: center;
}

.testimonial-card h2 {
  color: #FFF;
  margin: 20px 0px;
}

.testimonial-card p {
  color: #FFF;
}

.client-avatar {
  width: 100px;
  margin: 25px auto;
}

.client-avatar img {
  border-radius: 50%;
  border: solid 5px #FFF;
}

.quote-icon .fas {
  font-size: 50px;
  color: var(--base-color);
  text-align: center !important;
}

.t-caption {
  margin-top: 15px;
}

.t-caption h4 {
  color: #FFF;
  margin-bottom: 0px;
}

p.profession {
  color: var(--base-color);
  font-weight: 500;
  margin-bottom: 0px !important;
}

p.customer-opinion {
  width: 70%;
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  margin: auto auto 20px;
}

.activities-carousel {
  position: relative;
}

.activities-carousel .owl-theme .custom-nav {
  display: none;
}

.activities-carousel .owl-carousel .item .thumbnail {
  margin: 0rem 1rem;
}

.activities-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.activities-carousel .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #e0e9eb;
  margin: 0 3px;
  box-shadow: none;
  border: none;
}

.activities-carousel .owl-dots button.owl-dot.active {
  background-color: var(--primary-color);
  width: 13px;
  border-radius: 25px;
}

.activities-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}

.activitie-thumb {
  margin: 10px 15px;
  position: relative;
}

.price-layer {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #FFF;
  padding: 5px 20px;
  z-index: 1;
}

.price-box h4 {
  margin-bottom: 0px;
}

.activitie-info {
  position: absolute;
  bottom: 20px;
  margin: 0px 15px;
  padding: 20px;
  width: auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s; 
}

.activitie-thumb:hover .activitie-info{
  bottom: 35px;
}

.activty-img:hover .activitie-info{
  bottom: 35px;
}

.activitie-info h3 {
  font-size: 45px;
  margin-right: 10px;
}

ul.activity-rating {
  margin-top: -5px;
}

ul.activity-rating li {
  display: inline-block;
  margin: 0px 2px;
  font-size: 13px;
  color: var(--base-color);
}

p.rating-count {
  font-size: 13px;
  margin-top: -5px;
}

.activitie-info p {
  font-size: 13px;
  line-height: 20px;
}

.video-parallax {
  background-image: url(../image/video-bg.jpg);
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.video-content {
  margin-bottom: 30px;
}

.video-content .left-layer p {
  font-style: italic;
}

.left-layer h3 {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.blog-leftside .mr-3 {
  width: 150px;
}

.center-box {
  margin: 20px 0px;
}

.blog-leftside p {
  font-size: 14px;
}

.blog-leftside h6 {
  font-size: 14px;
}

.blog-caption {
  margin-top: 25px;
}

.blog-leftside .media-body {
  padding-left: 15px;
}

.blog-leftside .media-body h6 a {
  color: var(--base-color);
  text-transform: none;
  text-decoration: none;
}

.blog-leftside .media-body h6 a:hover {

  color: var(--primary-color);
}

.blog-leftside .media-body h6::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: var(--base-color);
}

.blog-lefcaption h6 a {
  color: var(--base-color);
  text-transform: none;
  text-decoration: none;
}

.blog-caption h6 a:hover {
  color: var(--primary-color);
}

.blog-caption h6::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: var(--base-color);
}

.blog-caption h6 a {
  color: var(--base-color);
  text-transform: none;
  text-decoration: none;
}

.blog-caption h6 a:hover {
  color: var(--primary-color);
}

.bp-thumb {
  position: relative;
}

.date-layer {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.90);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.date-layer h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

.date-layer p {
  margin: -5px auto 0px;
  font-weight: 600;
}

.blog-rightside .date-layer {
  top: 20px;
  left: 25px;
}

.bp-thumb {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}

.bp-thumb:hover {
  opacity: 0.7;
}

.blog-rightside .mr-3 {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}

.blog-rightside .mr-3:hover {
  opacity: 0.7;
}

.image-hover figure {
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
}

.image-hover figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

/* Zoom In #1 */
.zoom-in img {
  transform: scale(1);
  transition: .4s ease-in-out;
}

.zoom-in:hover img {
  transform: scale(1.2);
}

/* =====================================
    3. FOOTER.
===================================== */
footer {
  padding: 80px 0px;
  background: #027CFF;
}

.footer-logo {
  width: 180px;
  margin: auto;
}

ul.footer-menu {
  margin: 30px 0px;
}

ul.footer-menu li {
  margin: 0px 15px;
  font-size: 14px;
  font-weight: 600;
}

ul.footer-menu li a {
  color: #FFF;
}

.footer-social div {
  margin: 0px 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFF;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.footer-social div .fab {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--primary-color);
 transition: all 0.3s ease-in-out 0s;
}

.footer-social div:hover {
  background: var(--base-color);
}

.footer-social div:hover .fab {
  color: #FFF;
}

/*====================================================
    4. PAGES HERO. 
  ====================================================*/
.pages-hero {
  background-image: url(../image/hero-image.jpg);
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pages-hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pages-title {
  position: absolute;
  bottom: 50px;
  color: #FFF;
}

.pages-title span {
  font-weight: 700;
  font-size: 2rem;
}

.pages-title h1 {
  color: #FFF;
  margin-bottom: 5px;
}

.page-nav {
  width: 100%;
  z-index: 1;
}

.page-nav p {
  color: #FFF;
  margin-bottom: 0px;
}

.pages-title a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.pages-title a:hover {
  color: var(--main-yellow-color);
  text-decoration: none;
}

.pages-hero .social-media {
  position: absolute;
  top: 25%;
  right: 30px;
  z-index: 2 !important;
}

.pages-hero .social-media ul li {
  margin: 30px;
  font-size: 16px;
  z-index: 2;
}


/*====================================================
    5. ABOUT US. 
  ====================================================*/
.multicolor-layer {
  height: 100%;
  background: linear-gradient(90deg, #FFF 50%, var(--primary-color) 50%);
  padding: 5rem;
}

.about-layer h2 {
  margin-bottom: 20px;
}

.about-layer .media {
  margin-top: 15px;
}

.about-layer .mr-3 {
  width: 70px;
}

.about-layer {
  padding-right: 30px;
}

.about-img-layer {
  padding-left: 30px;
}

.team-portrait {
  margin: 0px 15px;
  position: relative
}

.team-portrait img {
  outline: 1px solid white;
  outline-offset: -10px;
}

.team-caption {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 15px 10px;
  width: 88%;
}

.team-caption h4 {
  margin-bottom: 0px;
}

.team-caption p {
  margin-bottom: 0px;
}

.tc-social {
  transition: all 0.3s ease-in-out 0s;
  margin-top: 10px;
  z-index: 1;
  position: relative;
}

.tc-social li {
  background-color: var(--secundary-color);
  padding: 5px 10px;
  margin: 2px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
}

.tc-social li:hover {
  background-color: var(--primary-color);
  padding: 5px 10px;
  margin: 2px;
  text-align: center;
}

.tc-social li a {
  color: #FFF;
}

.team-carousel {
  position: relative;
}

.team-carousel .owl-theme .custom-nav {
  display: none;
}

.team-carousel .owl-carousel .item .thumbnail {
  margin: 0rem 1rem;
}

.team-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}

.team-carousel .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #e0e9eb;
  margin: 0 3px;
  box-shadow: none;
  border: none;
}

.team-carousel .owl-dots button.owl-dot.active {
  background-color: var(--primary-color);
  width: 13px;
  border-radius: 25px;
}

.team-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}

/*====================================================
    6. ACTIVITY PAGE. 
  ====================================================*/
.grid-four-col .grid-sizer,
.grid-four-col .grid-box {
  width: 25%;
}

.activity-img {
  margin: 0px 10px !important;
  position: relative;
}

.tour-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.tour-caption h4 {
  color: #FFF;
  margin-bottom: 10px;
}

.tour-caption h5 {
  color: #FFF;
  font-size: 40px;
}

/**  Call To Action **/
.call-action-wrapper {
  background-color: var(--secundary-color);
  padding: 40px 30px;
}

.ca-left-side h3 {
  color: #FFF;
  margin-bottom: 0px;
}

.ca-left-side p {
  color: #FFF;
  margin-bottom: 0px;
}

.ca-right-side .btn-default {
  float: right;
  margin-top: 10px;
  background-color: #FEFDFD;
  border: 1px solid #FFF;
  color: var(--headline-color);
  font-weight: 600;
}

/*====================================================
    7. ACTIVITY DESCRIPTION. 
  ====================================================*/
.atv-activity {
  background-image: url(../image/activity-bg.jpg);
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.atv-activity:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #002642, #002642);
  opacity: 0.6;
}

.feature-img{ 
  height: 405px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-right: 5px;
}

.feature-img-thumb{ 
  height: 200px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 5px;
}

.activity-description{
  margin-top: 30px;
}

.activity-description p{
  line-height: 30px;
  margin-top: 30px;
}

.activity-description h3{
  margin-top: 25px;
}

.price-layer{
  background: #FFF;
  box-shadow: 0 0 11px 0 rgba(6,22,58,.14);
}

.thumb-carousel {
  position: relative;
}

.thumb-carousel .owl-theme .custom-nav {
  display: none;
}


.thumb-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
  display: none;
}

.thumb-carousel .owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
  box-shadow: none;
  border: none;
}

.thumb-carousel .owl-dots button.owl-dot.active {
  background-color: #000;
  width: 20px;
  border-radius: 25px;
}

.thumb-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}

figure.tour-hover {
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.tour-hover * {
  transition: all 0.3s ease-in-out;
}
figure.tour-hover img {
  opacity: 0.8;
  width: 100%;
}
figure.tour-hover figcaption {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
figure.tour-hover h3 {
  color: #FFF;
  font-weight: 400;
  left: 0;
  right: 0;
  letter-spacing: -1px;
  margin: 0 auto ;
  position: absolute;
  text-transform: uppercase;
  bottom: 50%;
  transform: translateY(50%);
  margin-bottom: 0px;
  line-height: 25px;
}
figure.tour-hover h3 span {
  font-weight: 800;
}
figure.tour-hover p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  opacity: 0;
  font-size: 14px;
  color: #FFF;
  transform: translateY(-20%) scale(0.7);
}
figure.tour-hover .square {
  height: 78px;
  width: 78px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
}
figure.tour-hover .square:before,
figure.tour-hover .square:after,
figure.tour-hover .square div:before,
figure.tour-hover .square div:after {
  background-color: #FEFDFD;
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
figure.tour-hover .square:before,
figure.tour-hover .square:after {
  width: 65%;
  height: 2px;
}
figure.tour-hover .square div:before,
figure.tour-hover .square div:after {
  width: 2px;
  height: 65%;
}
figure.tour-hover .square:before,
figure.tour-hover .square div:before {
  left: 0;
  top: 0;
}
figure.tour-hover .square:after,
figure.tour-hover .square div:after {
  bottom: 0;
  right: 0;
}
figure.tour-hover a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.tour-hover:hover img,
figure.tour-hover.hover img {
  opacity: 0.25;
  transform: scale(1.1);
}
figure.tour-hover:hover h3,
figure.tour-hover.hover h3 {
  opacity: 1;
  transform: translateY(0px);
}
figure.tour-hover:hover p,
figure.tour-hover.hover p {
  opacity: 1;
  transform: translateY(0px) scale(1);
}
figure.tour-hover:hover .square:before,
figure.tour-hover.hover .square:before {
  width: 38%;
}
figure.tour-hover:hover .square div:before,
figure.tour-hover.hover .square div:before {
  height: 38%;
}
figure.tour-hover:hover .square:after,
figure.tour-hover.hover .square:after {
  width: 55%;
}
figure.tour-hover:hover .square div:after,
figure.tour-hover.hover .square div:after {
  height: 55%;
}




/*====================================================
    8. OUR TEAM. 
  ====================================================*/
.row .team-portrait {
  margin: 15px 0px;
}

/*====================================================
    9. TESTIMONIALS. 
  ====================================================*/
.testimonials-box {
  background-color: #FEFDFD;
  padding: 35px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  border-radius: 5px;
  outline: 1px solid var(--base-color);
  outline-offset: -15px;
  margin: 10px 0px;
  transition: all 0.3s ease-in-out 0s;
}

.testimonials-box:hover {
  background-color: var(--base-color);
  outline: 1px solid #FFF;
}

.testimonials-box .mr-3 {
  width: 60px;
  border-radius: 50%;
}

.testimonials-box .fas {
  font-size: 50px;
  color: var(--base-color);
  margin-bottom: 5px;
 transition: all 0.3s ease-in-out 0s;
}

.testimonials-box:hover .fas{
  color: var(--headline-color);
}


.testimonials-box h4 {
  margin: 10px 0px;
}

.testimonials-box p {
  font-style: italic;
}

.testimonials-box .media {
  margin-top: 25px;
}

.testimonials-box .mr-3 {
  border: solid 2px #FFF
}

.testimonials-box .media-body {
  padding: 5px 0px;
}

.testimonials-box h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

p.prof {
  font-style: normal;
  margin-top: -5px;
  font-size: 14px;
  color: var(--secundary-color);
 transition: all 0.3s ease-in-out 0s;
}

.testimonials-box:hover p.prof{
  color: var(--headline-color);
}


.active-box {
  background-color: rgba(233, 196, 106, 0.3);
}

/* =====================================
    10. ERROR PAGE.
======================================== */
.error-page {
  height: calc(100vh);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.error-page:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000, #000);
  opacity: 0.5;
}

.error-page-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
}

.error-page-content h1 {
  font-size: 8rem;
  color: #FFF;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.error-page-content h2 {
  color: #FFF;
}

.error-page-content p {
  color: #fff;
  font-weight: 600;
}

.error-page-search {
  display: inline-block;
  position: relative;
  color: #FFF;
  margin-top: 2rem;
  width: 70%;
}

.error-page-search .form-control {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  transition: 0.3s;
}

.error-page-search .form-control:focus {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.8);
  outline: 0;
  box-shadow: none;
}

.error-page-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2rem;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFF;
  right: 0;
  font-size: 16px;
}

.error-page-content .social-error-page ul li a {
  color: #FFF;
  transition: 0.3s;
}

.error-page-content .social-error-page ul li a:hover {
  color: var(--main-blue-color);
}

.social-error-page ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 15px;
  font-size: 18px;
}

/* =====================================
    11. FAQ
======================================== */
.accordion-layer {
  margin-top: 60px;
}

.accordion {
  border: 1px solid #d9e5e8;
  padding: 0px 20px;
}

.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
  list-style-type: none;
}

.accordion li p {
  display: none;
  padding: 10px 20px 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.accordion a {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 16px;
  user-select: none;
  color: var(--headline-color);
}

.accordion li a.active {
  color: var(--secundary-color);
}

.accordion li a.hover {
  color: var(--secundary-color);
}

.accordion-layer .accordion a:after {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 0px;
  transition: all 0.2s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  border: none;
  transform: none;
  color: var(--secundary-color);
}

.accordion-layer a.active:after {
  transition: all 0.2s ease-in-out;
  border: none;
  transform: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
}

.accordion .last-item {
  border-bottom: none;
}

.faq-box {
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  background-color: #FEFDFD;
  text-align: center;
  padding: 30px 20px;
}

.faq-box .fb-icon {
  width: 60px;
  margin: auto auto 15px auto;
}

.faq-box p {
  margin-bottom: 0px;
}

.faq-box h4 {
  margin-bottom: 15px;
}

.faq-box h4 span {
  font-weight: 600;
  font-size: 14px;
  color: var(--secundary-color);
  text-transform: uppercase;
}

.faq-box h6 {
  color: var(--headline-color);
  margin-top: 15px;
  text-decoration: underline;
}

/* =====================================
    12. BLOG GRID
======================================== */
.blog-card {
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
}

.bc-caption {
  padding: 25px;
}

.bc-caption h6 a:hover {
  color: var(--secundary-color);
}

.bc-caption h6::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  margin-left: 10px;
  color: var(--secundary-color);
}

.bc-caption h6 a {
  color: var(--secundary-color);
  text-transform: none;
  text-decoration: none;
}

.bc-caption h6 a:hover {
  color: var(--primary-color);
}

.bc-thumbnail .date-layer {
  position: absolute;
  top: 10px;
  left: 25px;
  background-color: rgba(255, 255, 255, 0.90);
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.blog-card-full {
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bc-box {
  margin-bottom: 25px;
}

.bcf-caption {
  width: auto;
  position: absolute;
  bottom: 15px;
  padding: 20px;
  margin: 0px 15px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
}

.bcf-caption h6::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  margin-left: 10px;
  color: var(--secundary-color);
}

.bcf-caption h6 a {
  color: var(--secundary-color);
  text-transform: none;
  text-decoration: none;
}

.bcf-caption h6 a:hover {
  color: var(--primary-color);
}

.site-pagination .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0rem;
  justify-content: center;
}

.site-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.3rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--headline-color);
  background-color: #FEFDFD;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.site-pagination .page-link:hover {
  z-index: 2;
  color: var(--primary-color);
  text-decoration: none;
  background-color: #F7F8F8;
  border-color: #F7FAFA;
}

.site-pagination .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-link .fas {
  font-size: 18px;
}

.site-pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  border-radius: 5px;
}

/* =====================================
    13. BLOG SIDEBAR.
======================================== */
.aside-left {
  padding-right: 15px;
}

.aside-right {
  padding-left: 15px;
}

.author-avatar {
  position: relative;
}

.author-bio {
  padding: 15px;
}

.author-bio P {
  text-align: center;
  font-weight: 600;
}

.author-caption {
  position: absolute;
  bottom: 15px;
  padding: 15px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.author-caption h4 {
  margin-bottom: 0px;
}

.author-caption p {
  margin-bottom: 0px;
}

.author-social li {
  font-size: 18px;
  margin: 0px 10px;
}

.author-social li a {
  color: var(--primary-color);
}

.author-social li a:hover {
  color: var(--secundary-color);
}

.blog-prev-caption {
  background-color: rgba(255, 255, 255, 0.90);
  position: absolute;
  bottom: 10px;
  width: auto;
  margin: 30px 60px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}

.bp-preview .date-layer {
  left: 30px;
}

.blog-prev-caption h6 {
  text-decoration: underline;
}

.blog-prev-caption h6 a {
  color: var(--secundary-color);
}

.blog-prev-caption h6 a:hover {
  color: var(--primary-color);
}

.blog-posts {
  margin-bottom: 25px;
  position: relative;
}

.post-block {
  position: relative;
  margin-bottom: 15px;
}

.pb-caption {
  background-color: rgba(255, 255, 255, 0.90);
  position: absolute;
  bottom: -10px;
  text-align: center;
  margin: 30px;
  padding: 10px 5px;
  border-radius: 5px;
}

.pb-caption h5 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* =====================================
    14. BLOG SINGLE.
======================================== */
.blogs-bg {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.blogs-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #002642, #002642);
  opacity: 0.6;
}

.blogs-bg .pages-title {
  width: 40%;
  bottom: 30px;
  padding-right: 25px;
}

.blogs-bg .pages-title h1 {
  font-size: 40px;
}

.author-info p {
  color: #FFF;
}

.post-feauture {
  margin-bottom: 30px;
}

.post-layer p {
  font-size: 16px;
  color: #1f2223;
  line-height: 30px;
}

.post-layer line-text {
  text-decoration: underline;
  font-weight: 600;
}

.share-link {
  background: #FFF;
  border: solid 1px var(--primary-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
}

.share-link:hover {
  background: var(--primary-color);
  border: solid 1px var(--primary-color);
}

.share-link .fab {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out 0s;
}

.share-link:hover .fab {
  color: #FFF;
}

.comment-layer {
  margin: 50px 0px;
}

.comment-box {
  margin-top: 60px;
}

.comment-box .media {
  margin: 35px 0px;
}

.comment-box .media .mr-3 {
  width: 80px;
  border-radius: 50%;
}

.comment-box .media-body {
  background-color: #eff4f5;
  padding: 25px;
}

.comment-box h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

p.comment-date {
  font-size: 13px;
  margin-bottom: 10px;
}

.comment-box p {
  line-height: 30px;
}

.comment-box .btn-default {
  padding: 6px 20px;
  text-transform: none;
}

.replay-layer {
  padding-left: 60px;
}

.comment-form-layer {
  margin-top: 30px;
}

.comment-form-layer p {
  font-style: italic;
}

.comment-form-layer form {
  margin-top: 30px;
}

.fc-comments {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  background-color: #f0f2f5 !important;
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}

.message-form {
  background-color: #f0f2f5 !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}


.fc-comments:focus {
  color: #495057;
  background-color: #d1d9e0;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}


.fc-comments::placeholder {
  color: #6c757d;
  opacity: 1;
}

.comment-form-layer .btn-default {
  margin-top: 40px;
}

.blog-search {
  display: inline-block;
  position: relative;
  color: #FFF;
  width: 100%;
  margin-bottom: 40px;
}

.blog-search .form-control {
  background-color: #eff5f5;
  border: none;
  border-radius: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  height: 45px;
  font-family: 'Open Sans', sans-serif;
  color: #CCC;
  transition: 0.3s;
}

.blog-search .form-control:focus {
  color: #CCC;
  background-color: #e0ebeb;
  outline: 0;
  box-shadow: none;
}

.blog-search .form-control-feedback {
  position: absolute;
  z-index: 1;
  display: block;
  width: 2rem;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #CCC;
  right: 0;
  font-size: 16px;
}

.categorie-list .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 0rem;
  background-color: #FEFDFD;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  color: var(--paragraph-color);
  font-weight: 600;
  font-size: 14px;
}

.categorie-list .list-group-item .badge {
  font-family: 'Open Sans', sans-serif;
  color: var(--paragraph-color);
  font-weight: 600;
  font-size: 14px;
}

.inner-aside {
  margin-bottom: 40px;
}

.inner-aside h5 {
  margin-bottom: 20px;
}

.inner-aside .mr-3 {
  width: 80px;
}

.center-media {
  margin: 20px 0px;
}

.inner-aside .media-body h6 {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}

.inner-aside .media-body h6 a {
  color: var(--headline-color);
  text-decoration: none;
}

.inner-aside .media-body h6 a:hover {
  color: var(--primary-color);
}

.inner-aside .media-body p {
  font-size: 13px;
  color: var(--secundary-color);
}

.tags li {
  display: inline-block;
}

.tags .btn-default {
  padding: 4px 15px;
  font-size: 12px;
  text-transform: none;
  background-color: #EBF0F2;
  border: solid 1px #edf2f4;
  color: var(--headline-color);
  font-weight: 600;
  margin: 2px;
  text-transform: uppercase;
  border-radius: 0px;
}

ul.blog-social li {
  background-color: var(--secundary-color);
  display: inline-block;
  padding: 8px 15px;
  margin: 0px 2px;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}

ul.blog-social li a {
  color: #FFF;
}

ul.blog-social li:hover .fab {
  color: #FFF;
}

ul.blog-social li:hover {
  background-color: var(--primary-color);
  color: #FFF;
}

.video-iframe {
  width: 100%;
  height: 500px;
}

/* =====================================
    15. CONTACT US.
======================================== */
.contact-title {
  text-align: center;
}

.contact-form {
  margin-top: 40px;
}

.contact-form .col-sm-6,
.contact-form .col-sm-12 {
  margin: 10px 0px;
}

.map-iframe-alt {
  width: 100%;
  height: 500px;
}

.custom-form {
  display: block;
  width: 100%;
  height: calc(2em + 1rem + 2px);
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-color);
  background-color: #f0f2f5 !important;
  background-clip: padding-box;
  border: none;
  border-radius: 50rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}

.message-form {
  background-color: #f0f2f5 !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.custom-form:focus {
  color: #495057;
  background-color: #d1d9e0;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.custom-form::placeholder {
  color: #6c757d;
  opacity: 1;
}

.with-errors {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  color: red;
  margin-top: 10px;
  margin-left: 15px;
}

.alert-success {
  color: #FFF;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.close {
  float: right;
  margin-left: 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-shadow: none;
  opacity: 1;
}

.map-iframe-alt {
  width: 100%;
  height: 500px;
  position: relative;
}

.bottom-map {
  position: relative;
}

.contact-box {
  text-align: center;
  padding: 0px 30px;
}

.contact-box p {
  margin-bottom: 0px;
}

.cb-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  background: var(--primary-color);
  margin: auto auto 15px;
}

.cb-icon {
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.contact-banner {
  background: #EFF4F5;
  padding: 50px 0px;
}





/* =====================================
    MEDIA QUERIES.
===================================== */
@media (max-width:1400px) {
  .multicolor-layer {
    height: 100%;
    background: transparent;
    padding: 0rem;
    margin: 5rem 0rem;
  }

  .about-img-layer {
    padding-left: 0px;
  }

  .about-layer {
    padding-right: 0px;
  }

  .grid-four-col .grid-sizer,
  .grid-four-col .grid-box {
    width: 33%;
  }

}

@media (max-width:1200px) {
  .container {
    max-width: 95%;
  }

  .hero-slider .flickity-page-dots {
    display: none;
  }

  .social-media {
    position: absolute;
    top:70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .social-media ul li {
    margin: 10px 20px;
    font-size: 20px;
    z-index: 2;
    display: inline-block;
    text-align: center;
  }

  .slider-caption h1 {
    font-size: 45px;
    line-height: 55px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .hero-box {
    margin-top: 5rem;
  }

  .front-box {
    background-color: #FFF;
    padding: 20px;
    margin: 10px;
    box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
  }

  .pages-hero .social-media {
    display: none;
  }
}

@media (max-width:991px) {
  .grid-sizer,
  .grid-box {
    width: 49%;
  }

  .section-title {
    width: 70%;
  }

  .call-to-action {
    height: 100%;
    padding: 2rem 1.8rem 1.8rem;
  }

  .call-left,
  .call-right {
    float: none;
    padding: 0rem;
    text-align: center;
  }

  .call-right {
    margin-top: 10px;
  }

  .call-button {
    margin-top: 15px;
  }

  .aside-left {
    padding-right: 0px;
  }

  .aside-right {
    padding-left: 0px;
  }

  .testimonials-layer {
    padding: 50px 0px;
  }

  .pages-hero {
    height: 350px;
  }

  .grid-four-col .grid-sizer,
  .grid-four-col .grid-box {
    width: 50%;
  }

  .feature-img-thumb {
    display: none;
  }

  .blogs-bg .pages-title {
    width: 80%;
  }

  .ca-left-side p {
    margin: 10px 0px;
  }
}

@media (max-width:767px) {
  .social-media ul li {
    margin: 0px 15px;
    font-size: 18px;
  }

  .slider-caption h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .slider-caption .subtitle {
    font-size: 14px;
  }

  .front-box {
    margin: 10px 0px;
  }

  .section-title {
    width: 80%;
  }

  .home-slider {
    width: 100%;
    height: 100vh;
  }

  .hero-slider {
    width: 100%;
    height: 100vh;
  }

  .testimonials-layer {
    padding: 20px 0px 10px 0px;
  }

  .testimonials-layer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(36, 133, 176, 0.5);
  }

  .testimonial-carousel {
    background-color: transparent;
  }

  .destination-box:hover figcaption,
  .destination-box.hover figcaption {
    height: 150px;
  }

  .activitie-thumb {
    margin: 0px;
  }

  .error-page-content {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    text-align: center;
    color: #FFF;
    padding: 0rem 5rem;
  }

  .error-page-content {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    transform: translate(0%, 0%);
    text-align: center;
    color: #FFF;
    padding: 0rem 5rem;
  }

  .blog-prev-caption {
    background-color: rgba(255, 255, 255, 0.90);
    position: absolute;
    bottom: 0px;
    margin: 0px;
  }

  .social-post {
    margin-bottom: 15px;
  }

  .share-link {
    display: inline-block;
    margin: 0px 5px;
  }

  .pages-title h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .blogs-bg .pages-title h1 {
    font-size: 30px;
    line-height: 35px;
  }

}

@media (max-width:576px) {
  .section-title {
    width: 90%;
  }

  ul.footer-menu li {
    margin: 0px 10px;
    font-size: 13px;width:100%;
  }
   ul.footer-menu li a{ width:100%;}

  .grid-four-col .grid-sizer,
  .grid-four-col .grid-box {
    width: 100%;
  }

  .error-page-content {
    position: absolute;
    padding: 0rem 3rem;
  }

  .error-page-content h1 {
    font-size: 6rem;
  }

  .blogs-bg .pages-title {
    width: 100%;
  }

  .blog-prev-caption {
    position: relative;
  }

}

@media (max-width:480px) {
  .social-media ul li {
    margin: 0px 10px;
    font-size: 16px;
  }

  .section-title {
    width: 95%;
  }

  .comment-box .media {
    display: block !important;
  }

  .comment-box .media .mr-3 {
    margin-bottom: 20px;
  }
}

@media (max-width:380px) {
  .social-media ul li {
    margin: 0px 5px;
    font-size: 16px;
  }
}

@media (max-width:350px) {
  ul.footer-menu {
    display: block !important;
    text-align: center;
  }

  ul.footer-menu li {
    margin: 5px;
  }

}
.footer-social a{ color:#FFFFFF}
.whatsapp-bar {
  position: fixed;
  top: 80%; z-index:999;
}
/* Style the icon bar links */
.whatsapp-bar a {
  display: block;
  text-align: center;
  padding: 5px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.whatsapp {
  color: white;
}