body {
  padding-top: 80px;
}

:root {
  font-size: 14px;
}

*:focus {
  outline: none !important;
}

@font-face {
  font-family: 'andersregular';
  src: url("../fonts/anders-webfont.woff2") format("woff2"), url("../fonts/anders-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'autumn';
  src: url("../fonts/autumn.ttf") format("ttf"), url("../fonts/autumn.woff") format("woff"), url("../fonts/autumn.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.dropdown-item {
  padding: 1rem;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: #F2404B;
  color: #fff
}

.dropdown-menu {
  width: 14rem;
  top: 75px;
  border: none;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #e6e6e6
}

.navbar-nav .dropdown-menu::before {
  content: '\f0d8';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  font-size: 3rem;
  color: #fff;
  top: -35px;
  left: 15px;
  text-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15) !important
}
.navbar-light .navbar-toggler{
  border: none;
}

.navbar-nav a{
  transition: all 0.3s ease-in-out;
}
.navbar-nav .active a, .navbar-nav a:hover{
  background: #F2404B;
  color: #fff !important;
}


.btn--default {
  background: #F2404B;
  color: #fff;
  padding: 15px 50px;
  border-radius: 50px;
  margin-top: 20px;
}

.btn--default:hover {
  color: #fff;
  background: #CD232D
}

.kalinchowk--color {
  color: #F2404B !important;
  display: block;
}

.overlay {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.citypulse--color {
  color: #589f05;
}

.featherwebs--color {
  color: #4cc3a7;
}

.box--shadow, .navbar {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15) !important;
  z-index: 5 !important
}

.bottom-border:after {
  display: block;
  content: '';
  height: 19px;
  width: 300px;
  background: #F2404B;
  margin-top: 20px;
  margin-bottom: 80px;
}

.font-green {
  color: #F2404B;
}

.common-header h1 {
  color: #1F1F1F;
  font-size: 2.35rem;
  line-height: 2.85rem;
  font-weight: bold;
}

.btn--center {
  background: #F2404B;
  padding: 15px 40px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  clear: both;
  display: block;
  width: 200px;
  border-radius: 50px;
  text-decoration: none
}

.btn--center:hover {
  text-decoration: none;
  color: #fff;
}

.btn-style {
  border: 2px solid #F2404B;
  color: #3F3F3F;
  border-radius: 50px;
  text-decoration: none;
  padding: 16px 30px;
  font-size: 1.28rem;
  line-height: 14px;
}

.fill--btn {
  background: transparent;
  border-radius: 0;
  letter-spacing: .2em;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 20px;
  color: #fff;
  border: 2px solid #fff;
  margin: 20px auto;
  text-shadow: none;
}

.fill--btn:hover, .fill--btn:active, .fill--btn:focus {
  webkit-transition: background linear 300ms, color linear 300ms;
  -moz-transition: background linear 300ms, color linear 300ms;
  -o-transition: background linear 300ms, color linear 300ms;
  transition: background linear 300ms, color linear 300ms;
  background-color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  outline: 0;
  color: #000;
}

#location {
  margin-top: 50px;
  margin-bottom: 150px;
}

.weatherforecast img {
  width: 50%;
}

.weatherforecast {
  text-align: center;
}

.weatherforecast h5 {
  margin: 30px 0px;
}

.pulsing__item, #location .location--wrapper .location__find .location__footer .find_agents {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

@-webkit-keyframes shrink-animation {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

}

@keyframes shrink-animation {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

}

.pulsing__item:hover, #location .location--wrapper .location__find .location__footer .find_agents:hover, .pulsing__item:focus, #location .location--wrapper .location__find .location__footer .find_agents:focus, .pulsing__item:active, #location .location--wrapper .location__find .location__footer .find_agents:active {
  -webkit-animation-name: shrink-animation;
  animation-name: shrink-animation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.navbar {
  background: #fff;
  padding: 0px;
}

.navbar .navbar-brand {
  border: 1px solid black;
  max-height: 87px;
}

.navbar .navbar-brand img {
  height: 60px;
}

.navbar .nav-link {
  color: #F2404B !important;
  cursor: pointer;
  padding: 35px 10px;
}

#banner {
  height: 90vh;
}

#banner h1 {
  font-size: 3.5em;
  font-weight: bolder;
}

#banner .kalinchowk_txt {
  clear: both;
  display: block;
  color: #F2404B;
}

#banner .banner__image img {
  width: 100%;
}

#banner .bl__date {
  display: flex;
  color: #F2404B;
}

#banner .bl__date .bl__date--number {
  font-size: 6em;
}

#banner .b__main-wrapper .bl__content--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__date {
  display: flex;
  color: #F2404B;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__date .bl__date--weather-img {
  max-width: 118px;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__date .bl__date--weather-img img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__date header {
  margin-left: 20px;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__date header .bl__date--day {
  font-size: 2.64rem;
  font-weight: bold;
  line-height: 3.21rem;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__header {
  color: #1F1F1F;
  margin-bottom: 20px;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__header header h1 {
  font-size: 2.78rem;
  line-height: 3.57rem;
  font-weight: bold;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__header header:after {
  content: '';
  width: 65%;
  height: 16px;
  background: #26E388;
  display: block;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__icons {
  display: flex;
  color: #25E287;
  justify-content: space-between;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__icons .bl__icons--contents .bl__icons--image {
  max-width: 80px;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__icons .bl__icons--contents .bl__icons--image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__icons .bl__icons--contents header {
  text-align: center;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__icons .bl__icons--contents header .bl__icons--number {
  font-size: 1.42rem;
  line-height: 1.64rem;
}

#banner .b__main-wrapper .bl__content--wrapper .bl__icons .bl__icons--contents header .bl__icons--day {
  font-size: 0.92rem;
  line-height: 1.14rem;
  font-weight: bold;
}

#about {

  /* background-image:  url('../images/aboutbg1.png'), linear-gradient(to bottom, #ffffff, #dcddd6); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 180px;  /*height: 80vh;*/
  min-height: 400px;
  padding: 2px 0px 70px 0px;
}

.about__images {
  position: relative;
  widows: 100%;
  min-height: 400px;
  height: 40vh;
  margin-top: 200px;
}

/*.about__images--footer{
width: 100%;
height: 400px;
background:url('../images/aboutbg1.png');
}*/
.about__images img {
  position: absolute;
  top: -30px;
}

.about__images img:nth-child(2) {
  right: 0;
  height: 300px;
  top: -17px;
}

.about__contents--wrapper {
  margin-top: 120px;
}

#about .about__contents--wrapper header {
  margin-bottom: 12px;
}

#about .about__contents--wrapper header h1 {
  font-size: 2.78rem;
  line-height: 3rem;
  font-weight: bold;
  color: #474747;
  text-transform: uppercase;
}

#about .about__contents--wrapper .about__contents--texts p {
  line-height: 1.21rem;
}

#location #map, #location #map_two {
  min-height: 250px;
  max-height: 400px;
  width: 100%;
}

#location .location--wrapper {
  position: relative;
  z-index: 1;
  height: 600px;
}

#location .location--wrapper .location__find {
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
}

#location .location--wrapper .location__find header {
  background: #2B3682;
  text-align: center;
}

#location .location--wrapper .location__find header h1 {
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 2rem;
  line-height: 2.571rem;
  font-weight: bold;
}

#location .location--wrapper .location__find .input__location--wrapper {
  position: relative;
  padding: 20px 25px;
}

#location .location--wrapper .location__find .input__location--wrapper .name__location {
  display: block !important;
  width: 100%;
  padding: 20px 28px 15px 5px;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #2B3682;
  transition: all 0.2s ease;
  font-size: 16px;
}

#location .location--wrapper .location__find .input__location--wrapper .name__location:focus {
  outline: none;
  outline-width: 0;
  border-bottom: 2px solid #2B3682;
  font-size: inherit;
}

#location .location--wrapper .location__find .input__location--wrapper .current__location {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(-5px, -50%);
  height: 22px;
  width: 22px;
  background: url("../images/target.svg") no-repeat 100% 50%;
  background-size: 21px 21px;
}

#location .location--wrapper .location__find button {
  margin: 10px 50px;
  border-radius: 22px;
  padding: 20px 0;
  cursor: pointer;
  background: #2B3682;
  color: #fff;
  font-size: 1.21rem;
  line-height: 1.5rem;
  font-weight: bold;
}

#location .location--wrapper .location__find .location__footer {
  margin: 20px;
}

#location .location--wrapper .location__find .location__footer .companies--wrapper .company__logo {
  padding: 10px;
}

#location .location--wrapper .location__find .location__footer .find_agents {
  text-decoration: none;
  color: #2B3682;
  font-weight: bold;
  line-height: 1.21rem;
}

#location .map__view--lg #map_two {
  position: relative;
  left: -30px;
}

/* about-page */
#about-page {
  margin-top: 50px;
}

#about-page img {
  width: 100%;
  margin: 50px 0px;
}

/* about-page */
.even--todo {
  margin-left: 0px;
}

.todo--single {
  box-shadow: 0 2px 4px 0 rgba(184, 184, 184, 0.5);
  border-radius: 10px;
  height: 410px;
}

.todo--single:hover {
  box-shadow: 0 2px 8px 0 rgba(184, 184, 184, 0.5);
  cursor: pointer;
}

.todo-section .slick-slide {
  padding: 0px;
  margin-right: 10px;
}

.todo-section .slick-track {
  min-height: 460px;
}

.todo--single h1 {
  line-height: 20px;
  margin-bottom: 20px;
}

.todo--single h1 a {
  font-size: 18px;
  color: #565656;
  line-height: 0px
}

.todo--single img {
  border-radius: 10px 10px 0px 0px;
}

.todo__hike--contents {
  padding: 20px
}

.todo__single {
  margin-top: 50px;
}

.todo__single .main_content {
  margin-bottom: 100px;
  position: relative;
}

.todo__single .main_content::after {
  content: " ... ";
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 40px;
}

.todo__single .card {
  padding-top: 0px;
  overflow: hidden;
  height: 400px;
}

.todo__single .card img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.todo__single__image {
  width: 100%;
  margin-bottom: 40px;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.todo__single h1 {
  margin-bottom: 40px;
}

.todo__list__image {
  width: 100%;
}

.todo__aside {
  border: 1px solid #a7a7a8;
  border-radius: 10px;
  margin-bottom: 10px;
}

.todo__aside h3 {
  font-size: 20px;
}

.todo__single__title {
  margin-bottom: 20px;
  color: #F2404B
}

.todo__aside h3 a {
  color: #353535;
  text-decoration: none;
  transition: all 0.3s ease-in-out
}

.todo__aside h3 a:hover {
  color: #F2404B
}

.todo__aside h3 a .font-green {
  color: #353535
}

.todo__aside__image {
  padding: 0px;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

.todo__aside__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.todo__aside__text {
  padding: 20px 10px
}

.todo__aside__text p {
  color: #5e5e5e
}

#todo {
  margin-bottom: 120px;
}

#todo .odd--todo, #todo .even--todo {
  margin-bottom: 10px;
}

#todo header {
  margin-bottom: 11px;
}

#todo p {
  line-height: 1.21rem;
}

#todo .todo__hike--wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#todo .todo__hike--wrapper .todo__hike--btn {
  margin-top: 5px;
}

#todo .todo__hike--wrapper .todo__hike--btn a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit !important;
  background-color: white;
  overflow: hidden;
}

#todo .todo__hike--wrapper .todo__hike--btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F2404B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#todo .todo__hike--wrapper .todo__hike--btn a:hover, #todo .todo__hike--wrapper .todo__hike--btn a:focus, #todo .todo__hike--wrapper .todo__hike--btn a:active {
  color: white !important;
}

#todo .todo__hike--wrapper .todo__hike--btn a:hover:before, #todo .todo__hike--wrapper .todo__hike--btn a:focus:before, #todo .todo__hike--wrapper .todo__hike--btn a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.todo__hike--wrapper a {
  text-decoration: none;
  color: #1F1F1F
}

#todo .todo__image-wrapper figure {
  max-height: 460px;
  max-width: 100%;
}

#todo .todo__image-wrapper figure img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
}

#musthave .musthave--image-wrapper figure {
  text-align: center;
  max-width: 821px;
}

#musthave .musthave--image-wrapper figure img {
  width: 100%;
  height: 100;
  object-fit: scale-down;
}

#instafeed {
  margin-bottom: 50px;
}
#instafeed .insta-info{
  text-align: center;
}
#instafeed .insta-info p{

}
#instafeed .instafeed--image-wrapper figure {
  overflow: hidden;

}
.insta-follow{
  margin-top: 40px;
}
.insta-follow a{
  background: #3897f0;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 10px;

}
.insta--singleimg{
  margin-bottom: 20px;
}

#instafeed .instafeed--image-wrapper figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#instafeed .insta--image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  position: relative;
  margin: 0 auto;
}

#instafeed .insta--image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  margin: 0 auto;
  border: 2px solid #fff;
}

#subscribe {
  margin-top: 50px;
}

#subscribe .subscribe--wrapper .subscribe--contents {
  display: flex;
  flex-wrap: wrap;
}

#subscribe .subscribe--wrapper .subscribe--contents .subscribe--text p {
  color: #494C4A;
  font-size: 2.14rem;
  line-height: 2.5rem;
}

#subscribe .subscribe--wrapper .subscribe--contents form {
  display: flex;
  flex-direction: column;
  flex: 1;
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__input {
  border: 1px solid #979797;
  padding: 30px;
  flex: 1;
  transition: all 0.2s ease;
  font-size: 16px;
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__input:focus {
  outline: none;
  outline-width: 0;
  border-bottom: 2px solid #979797;
  font-size: inherit;
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn {
  margin-top: 35px;
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: inherit !important;
  background-color: white;
  overflow: hidden;
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #26E388;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:hover, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:focus, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:active {
  color: white !important;
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:hover:before, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:focus:before, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button {
  min-width: 220px;
  color: #3F3F3F !important;
}

footer .footer--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #584f50;
  font-weight: bold;
}

.todo-slick-prev {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  cursor: pointer;
  height: 36px;
  width: 36px;
  background-color: #fff !important;
  color: #757575 !important;
  border-radius: 50%;
  top: 50% !important;
  transform: translate(0, -50%);
  font-size: 25px !important;
  text-align: center;
  left: -20px;
}

.todo-slick-next {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  cursor: pointer;
  height: 36px;
  width: 36px;
  background-color: #fff !important;
  color: #757575 !important;
  border-radius: 50%;
  top: 50% !important;
  transform: translate(0, -50%);
  font-size: 25px !important;
  text-align: center;
  right: -20px;
}

@media only screen and (max-width:991px) {

  /* .navbar-toggler {
    padding: 0;
    border: none; }
    .navbar-toggler .toggle-icon {
      display: block;
      position: relative;
      width: 100%;
      -webkit-transition: margin 600ms;
      -moz-transition: margin 600ms;
      transition: margin 600ms; }
      .navbar-toggler .toggle-icon .top-bar {
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        transition: opacity 300ms; }
      .navbar-toggler .toggle-icon .middle-bar {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
    .navbar-toggler .icon-bar {
      display: block;
      height: 0px;
      width: 45px;
      margin: 0.4rem;
      border: 2px solid black;
      border-image: linear-gradient(to right, #ECB91D, #ECB91D 35%, #2B3682 0%, #2B3682 66%, #EB3624 35%);
      border-image-slice: 1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition-property: -webkit-transform, margin, border-right-color, box-shadow;
      -moz-transition-property: -moz-transform, margin, border-right-color, box-shadow;
      transition-property: transform, margin, border-right-color, box-shadow;
      -webkit-transition-duration: 600ms;
      -moz-transition-duration: 600ms;
      transition-duration: 600ms; }
    .navbar-toggler.active .top-bar {
      opacity: 0; }
    .navbar-toggler.active .middle-bar {
      -webkit-transform: rotate(-137deg) translateY(0);
      -moz-transform: rotate(-137deg) translateY(0);
      -ms-transform: rotate(-137deg) translateY(0);
      -o-transform: rotate(-137deg) translateY(0);
      transform: rotate(-137deg) translateY(0); }
    .navbar-toggler.active .bottom-bar {
      -webkit-transform: rotate(-42deg) translate(5px, -7px);
      -moz-transform: rotate(-42deg) translate(5px, -7px);
      -ms-transform: rotate(-42deg) translate(5px, -7px);
      -o-transform: rotate(-42deg) translate(5px, -7px);
      transform: rotate(-42deg) translate(5px, -7px); }

  nav {
    position: relative;
    background: white;
    z-index: 4 !important;
    height: 80px; }
    nav .navbar-nav .nav-item:first-of-type .nav-link {
      border-top: 1px solid #e8e8e8; }
    nav .navbar-nav .nav-item .nav-link {
      border-bottom: 1px solid #e8e8e8;
      display: block !important; }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 1%;
    width: 100%;
    transition: all 0.2s ease;
    background: white;
    z-index: 3; }

  .navbar-collapse.collapsing {
    height: auto !important;
    transition: all 0.1s linear;
    left: 100%; }

  .navbar-collapse.show {
    left: 0; }
    .navbar-collapse.show a {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px rgba(0, 0, 0, 0);
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      color: #3F9948 !important;
      background-color: white;
      overflow: hidden; }
      .navbar-collapse.show a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ECB91D;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .navbar-collapse.show a:hover, .navbar-collapse.show a:focus, .navbar-collapse.show a:active {
        color: white !important; }
      .navbar-collapse.show a:hover:before, .navbar-collapse.show a:focus:before, .navbar-collapse.show a:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .navbar-collapse.show a {
      padding: 15px; } */
  .footer__info--wrapper {
    text-align: center;
  }

}

@media only screen and (max-width:767px) {
}

@media only screen and (max-width:413px) {
  .bottom-border:after {
    display: block;
    content: '';
    height: 19px;
    width: 40%;
    background: #26E388;
    margin-top: 20px;
    margin-bottom: 40px;
  }

}

@media only screen and (min-width:768px) {
  #banner .b__main-wrapper .bl__content--wrapper .bl__date header .bl__date--number {
    margin-top: 20px;
    font-size: 6.4rem;
    line-height: 2rem;
    font-weight: bolder;
  }

  #banner .b__main-wrapper .bl__content--wrapper .bl__date header .bl__date--day {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.21rem;
  }

  #banner .b__main-wrapper .bl__content--wrapper .bl__header header h1 {
    font-size: 3.78rem;
    line-height: 4.57rem;
    font-weight: bold;
  }

  #banner .b__main-wrapper .bl__content--wrapper .bl__header header:after {
    content: '';
    width: 50%;
    height: 16px;
    background: #26E388;
    display: block;
  }

  #banner .b__main-wrapper .bl__content--wrapper .bl__icons .bl__icons--contents header .bl__icons--number {
    font-size: 1.42rem;
    line-height: 1.64rem;
  }

  #banner .b__main-wrapper .bl__content--wrapper .bl__icons .bl__icons--contents header .bl__icons--day {
    font-size: 0.92rem;
    line-height: 1.14rem;
    font-weight: bold;
  }

  #banner .b__main-wrapper .br__content--wrapper figure {
    max-width: 555px;
  }

  #banner .b__main-wrapper .br__content--wrapper figure img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
    object-position: center;
  }

  #about .about__contents--wrapper header h1 {
    font-size: 3.78rem;
    line-height: 4.57rem;
  }

}

@media only screen and (min-width:992px) {

  /* .navbar .navbar-nav .nav-item a {
    text-decoration: none; }
    .navbar .navbar-nav .nav-item a::after {
      content: '';
      display: block;
      width: 0;
      height: 2px;
      background: linear-gradient(to right, #ECB91D 25%, #2B3682 25%, #2B3682 50%, #EB3624 50%, #EB3624 75%, #3F9948 75%);
      transition: width .3s; }
    .navbar .navbar-nav .nav-item a:hover::after {
      width: 100%; } */
  #location #map, #location #map_two {
    min-height: 575px;
    width: 100%;
  }

  #location .location--wrapper {
    padding: 40px 0;
  }

  #location .location--wrapper .location__find header h1 {
    font-size: 2.2rem;
    line-height: 2.571rem;
  }

  #location .location--wrapper .location__find .input__location--wrapper {
    position: relative;
    padding: 20px 50px;
  }

  #location .location--wrapper .location__find .input__location--wrapper .name__location {
    display: block !important;
    width: 100%;
    padding: 20px 28px 15px 5px;
    border: 1px solid transparent;
    border-radius: 0;
    outline: none;
    border-bottom: 1px solid #2B3682;
    transition: all 0.2s ease;
  }

  #location .location--wrapper .location__find .input__location--wrapper .name__location:focus {
    outline: none;
    outline-width: 0;
    border-bottom: 2px solid #2B3682;
  }

  #location .location--wrapper .location__find .input__location--wrapper .current__location {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(-5px, -50%);
    height: 22px;
    width: 22px;
    background: url("../images/target.svg") no-repeat 100% 50%;
    background-size: 21px 21px;
  }

  #location .location--wrapper .location__find button {
    margin: 0px 65px;
    padding: 21px 109px;
  }

  #location .location--wrapper .location__find .location__footer {
    display: inline-flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0;
  }

  #location .location--wrapper .location__find .location__footer .companies--wrapper {
    margin-top: 20px;
  }

  #location .location--wrapper .location__find .location__footer .companies--wrapper .company__logo {
    padding: 10px;
  }

  #location .location--wrapper .location__find .location__footer .companies--wrapper .company__logo img {
    width: 100%;
    height: 60px;
    object-fit: scale-down;
    object-position: center;
  }

  #location .location--wrapper .location__find .location__footer .find_agents {
    align-self: flex-start;
    margin: 10px 0 0 20px;
  }

  #todo [class*="order-lg"] {
    display: flex;
    justify-content: center;
  }

  #todo .odd--todo .todo__hike--wrapper {
    align-items: flex-end;
  }

  #todo .todo__hike--wrapper header h1 {
    width: 202px;
  }

  #todo .todo__hike--wrapper .todo__image-wrapper {
    border: 1px solid red;
  }

  #todo .todo__hike--wrapper .todo__image-wrapper figure {
    border: 1px solid  blue;
    height: 460px;
    width: 370px;
  }

  #todo .todo__hike--wrapper .todo__image-wrapper figure img {
    border: 2px solid black;
  }

  #instafeed .instafeed--image-wrapper figure {
    height: 100%;
    width: 100%;
    transition: all 0.2s ease;
  }

  #instafeed .instafeed--image-wrapper figure:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  }

  #subscribe .subscribe--wrapper .subscribe--contents .subscribe--text p {
    max-width: 350px;
  }

  #subscribe .subscribe--wrapper .subscribe--contents form {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 65px;
  }

  #subscribe .subscribe--wrapper .subscribe--contents form .email__input {
    padding: 30px;
    flex: 1;
  }

  #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn {
    margin-top: 35px;
  }

  #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: inherit !important;
    background-color: white;
    overflow: hidden;
  }

  #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #26E388;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:hover, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:focus, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:active {
    color: white !important;
  }

  #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:hover:before, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:focus:before, #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  #subscribe .subscribe--wrapper .subscribe--contents form .email__submit--btn button {
    min-width: 220px;
    color: #3F3F3F !important;
  }

  .copyright--text {
    text-align: right;
  }

}

.tickets {
  min-height: 80vh;
  min-height: 500px;
  margin-bottom: 150px;
}

.ticket__price--prices {
  text-align: center;
}

.ticket__price--prices small {
  font-weight: bolder;
  color: #f2404b;
}

.ticket__price--prices h4 {
  font-weight: bolder;
}

.ticket--currency h4 {
  color: #f2404b;
  line-height: 70px
}

.tickets .nav-link {
  width: 344px;
  height: 64px;
  background: red;
  border-radius: 15px;
  box-shadow: 0 2px 4px 0 rgba(195, 193, 193, 0.5);
  background-color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
  line-height: 50px;
}



.tickets .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #f2404b;
}

.tickets .nav-link:hover {
  background-color: #f2404b;
  color: #fff
}

.tickets {

  /* box-shadow: 0 2px 4px 0 rgba(195, 193, 193, 0.5); */
}

.ticket__category {
  font-size: 16px;
  box-shadow: 0 2px 4px 0 rgba(195, 193, 193, 0.5);
  padding: 20px 20px;
  cursor: pointer;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 80%;
}

.ticket__categories .slick-current, .ticket__category:hover {
  color: #fff;
  outline: none;
  background: #F2404B;
  transition: all 0.5s ease-in-out
}

.ticket__categories .slick-track {
  transform: none !important;
}

.tickets__ticket {
  width: 100%;
  height: 600px;
  border-right: 2px dotted grey;
  background-color: #ffffff;
}

.tickets__ticket .ticketimg {
  width: 100%;
  height: 310.6px;
  margin-bottom: 50px;
}

.tickets__ticket .ticketimg img {
  width: 100%;
}

.tickets__ticket h3 {
  height: 27px;
  font-family: HelveticaNeue;
  font-size: 23px;
  font-weight: bold;
  color: #f2404b;
  background: #fff;
  position: relative;
  top: -10px;
  display: inline-block;
  left: 50%;
  right: 0;
  margin: 0 auto;
  transform: translate(-50%, 0);
  padding: 0px 11px;
  margin-top: 25px;
}

.ticket__price {
  width: 90%;
  height: 128px;
  border-radius: 22px;
  border: 2px solid #F2404B;
  margin: 0 auto;
  margin-top: 20px;
}

.ticket__price h3 {
  height: 27px;
  font-family: HelveticaNeue;
  font-size: 23px;
  font-weight: bold;
  color: #f2404b;
  background: #fff
}

.ticket_info {
  font-size: 10px;
}

.ticket_info h4 {
  color: #f2404b;
  font-size: 12px;
  font-weight: bolder;
  margin: 20px 0px;
}

.ticket__footer {
  margin-top: 20px;
  text-align: center;
}

.ticket__footer p {
  font-weight: bolder;
  color: #989494;
  margin: 0px;
}

.text-align-right {
  text-align: right;
}

#map_agent {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}

.agent-map_container p {
  margin-bottom: 0px;
}

.main_footer {
  margin-top: 50px;
  background: #fafafa;
  min-height: 200px;
  padding: 50px 0px;
  color: #1e1d1d;
}

.main_footer ul, .main_footer ul li {
  list-style: none;
  padding: 2px 0px;
}

.main_footer ul li a {
  color: #5E5E5E;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.main_footer ul li a:hover {
  color: #F2404B
}

.main_footer h3 {
  font-weight: 700;
  font-size: 1.2rem;
}

.footer--logo {
  width: 70%;
}

.socialmedia {
  margin-top: 5px;
}

.socialmedia a {
  font-size: 25px;
  text-align: center;
  color: #7A7A7A;
  padding: 5px;
}

.footer--handcrafted {
  color: #7A7A7A;
  border-top: 1px solid #D2D0D0;
  padding: 20px 0px;
  margin-top: 10px;
}

.footer--handcrafted--right {
  text-align: right;
}

.footer--handcrafted--right a {
  color: #1CB850
}

/* agents */
#agents {
  margin: 100px 0px
}

.card header {
  margin: 20px 0px
}

.card--wrapper {
  margin-top: 30px;
}

.card {
  border: none;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  padding: 35px 0px;
  border-radius: 20px;
}

.card h1 {
  padding: 0px 40px;
}

/* agents */
@media only screen and (max-width:480px) {
  .nav-item{
    font-size: 2rem;

  }
  .navbar-nav{
    height: 100vh
  }
  .about__contents--wrapper {
    margin-top: 65px;
  }

  .about__images {
    min-height: 300px;
    height: 200px;
  }

  .about__images img {
    height: 200px;
  }

  .todo--main-header h1 {
    margin-top: 70px;
  }

  .todo-section {
    margin-bottom: 0px;
  }

  .news__element {
    padding: 0px !important;
  }

  .news-container, .news {
    height: auto !important;
  }

  #location {
    margin-top: 50px;
    margin-bottom: 50px
  }

  #location .location--wrapper {
    height: auto;
  }

  #agents {
    margin: 20px 0px
  }

  .todo-slick-next, .todo-slick-prev {
    display: none !important;
  }

  .agents__info {
    padding: 0px 35px;
  }

  .tickets__ticket {
    border: none;
  }

  .tickets__ticket .ticketimg {
    height: auto;
    margin-bottom: auto;
  }

  .ticket__category {
    width: 30% !important;
    margin-right: 18px;
    height: 60px !important;
    font-size: 12px;
    font-weight: bolder;
    padding: 10px;
    line-height: 3;
    text-align: center;
  }

  .ticket__category:last-child {
    margin-right: 0px !important;
  }

  .tickets .slick-list, .tickets .slick-track {
    height: auto !important;
    padding: 0px !important
  }

  .tickets .slick-slide {
    height: 512px
  }

  .cd-slider img, .cd-slider-wrapper {
    height: 60vh !important
  }

  .cd-slider .slider__text {
    top: 0 !important;
    transform: none !important;
  }

}

/* Company CSS */
#company {
  margin-bottom: 150px;
}

.container-fluid {
  padding: 0px;
}

.content {
  margin: 50px 0px;
}

.content img {
  width: 100%;
  margin: 30px 0px
}

.hero-image {
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 50px;
}

.hero-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: bottom;
  position: relative;
}

.hero-image .hero-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  width: 50%;
  color: #fff;
  font-weight: bolder;
}

.hero-image::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 450px;
  background-image: linear-gradient(to right, #DF1F29 0%, #C91426 0%, #F73E50 0%, #F43B4E 33%, #EA1F33 66%, #DF1F29 100%);
  opacity: 0.8;
  z-index: 1;
}

.mission {
  width: 100%;
  margin: 50px 0px;
  color: #E82337;
  font-family: 'Roboto Slab', serif;
}

.mission h2 {
  font-weight: 700
}

#temple h1 {
  color: #E82337;
  font-family: 'Roboto Slab', serif;
  font-weight: 700
}

#temple h2 {
  font-size: 1.4rem
}

#management h2 {
  margin-bottom: 20px;
}

#management .signature {
  padding-top: 20px !important;
}

#management .signature p {
  line-height: 5px;
}

#management section {
  margin-top: 50px;
  /* border-bottom: 1px solid #e0e1e1 */
}

.team .name, .team .designation {
  line-height: 22px;
  text-align: left;
}

.team .name {
  font-weight: 700
}

.team .description {
  margin-bottom: 40px;
}

#tickets-page section {
  margin: 80px 0px;
}

#tickets-page table {
  background: #fff;
  color: #000;
  border-radius: 30px;
  margin: 50px 0px
}

#tickets-page thead {
  background: #E82337;
  border: 0px;
  color: #fff;
}

#tickets-page th, #tickets-page tr, #tickets-page td {
  padding: 15px;
  text-align: center;
  vertical-align: center;
  text-align: center
}
#tickets-page .fw-card{
  text-align: center;
  border-radius: 10px;
}

#adventure .content-featured {
  margin-bottom: 50px;
}

#adventure .content-featured img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

#adventure .content-featured  h1 {
  font-weight: 700;
  letter-spacing: -1.5px;
  margin-top: 50px;
}

#adventure .content-featured a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

#adventure .content-featured a:hover {
  color: #F2404B;
}

#adventure .fw-card {
  /* height: 450px; */
  padding: 0px;
  border-radius: 8px;
}

#adventure .fw-card__body {
  padding: 0px 20px 20px 20px;
}

#adventure .fw-card__body a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

#adventure .fw-card__body a:hover {
  color: #F2404B;
}

#adventure .fw-card__body h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

#adventure .fw-card img {
  height: 200px;
  object-fit: cover;
  object-position: center;
  margin: 0px 0px 25px 0px;
}

#adventure .weather{
  background: #fff;
  height: 480px;
  padding: 100px 0px;
  border: 1px solid rgba(0,0,0,0.12);

}
#adventure .weatherforecast h3{

  margin-bottom: 50px;
  font-size: 2rem;
  text-transform:uppercase;
  font-weight: bolder;
  color: #202124 !important
}

#adventure .adventure-map{
  padding: 130px 0px;
  background: #fff;
}

#adventure .adventure-map img{
  width: 100%;
}
#adventure .adventure-map h3{
  font-size: 2.5rem;
  font-weight: bold;

}
#adventure .adventure-map h3 span{
  color: #F2404B
}

#adventure .destination h4{
  font-size: 3rem;
  font-weight: bolder;
  border-bottom: 5px solid #F2404B;
  display: inline;
  margin-bottom: 150px;
}

#adventure .destination--list{
  list-style: none;
  padding: 0px;
  margin-top: 40px;
}
#adventure .destination--list li{
  margin-bottom: 10px;

}
#adventure .destination--list li::before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  margin-right: 10px;
}


.fw-card {
  border: 1px solid #E2E2E2;
  padding: 20px;
  /* height: 400px; */
  overflow: hidden;
  margin-bottom: 35px;
}

.fw-card h3 {
  text-align: center;
}

.fw-card img {
  height: 100px;
}

.ticket--info {
  margin-bottom: 50px;
}

.note {
  color: #5E5E5E;
  text-align: left;
}

/*gallery*/
.fw-mb--title {
  margin-top: 80px;
}

.fw-gallery {
  position: relative;
  margin-top: 1.6rem;
}

.fw-gallery__image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
}

.fw-gallery__image__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: -2;
}

.fw-gallery__link {
  text-decoration: none !important;
}

.fw-gallery__text {
  font-size: 1rem;
  line-height: 1.4rem;
  color: #444444;
}

.fw-gallery.fw-gallery--overlay .fw-gallery__image::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.fw-gallery.fw-gallery--overlay .fw-gallery__overlay-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-transform: translateY(3.5rem);
  transform: translateY(3.5rem);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.fw-gallery.fw-gallery--overlay .fw-gallery__overlay-content__image {
  height: 1.3rem;
  width: 1.3rem;
  fill: #ffffff;
  margin-right: 0.5rem;
}

.fw-gallery.fw-gallery--overlay .fw-gallery__body {
  margin-top: 1rem;
}

.fw-gallery.fw-gallery--overlay .fw-gallery__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
  padding-left: 0.9rem;
  position: relative;
}

.fw-gallery.fw-gallery--overlay .fw-gallery__title::after {
  content: '';
  position: absolute;
  display: block;
  height: 75%;
  width: 0.2em;
  background-color: #005BAA;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fw-gallery.fw-gallery--overlay .fw-gallery__sub-title {
  font-size: 1.125rem;
  padding-left: 0.9rem;
  font-weight: 400;
  color: #444444;
}

.fw-gallery.fw-gallery--overlay:hover .fw-gallery__image::after {
  opacity: 1;
}

.fw-gallery.fw-gallery--overlay:hover .fw-gallery__overlay-content {
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}

.fw-album__back {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #444444;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media only screen and (max-width:576px) {
  .fw-album__back {
    margin-bottom: 3rem;
  }

}

.fw-album__back:hover {
  color: #444444;
  text-decoration: none;
  opacity: .8;
}

.fw-album__title {
  font-size: 2.18rem;
  font-weight: 700;
  color: #242424;
  text-align: center;
}

@media only screen and (max-width:576px) {
  .fw-album__title {
    text-align: left;
  }

}

.fw-album__info {
  font-size: 1rem;
  color: #444444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width:576px) {
  .fw-album__info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

}

.fw-album__info__item {
  padding: 0 0.5em;
}

.fw-album__image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin-top: 2rem;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.fw-album__image__item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
#map_contact{
  background: #E3E3E3;
  width: 100%;

}
.fw-image-container {
  position: relative;
  padding-top: 125%;
  margin-bottom: 30px;
  margin-top: 30px;
}
.fw-image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .mt-100 {
  margin-top: 0px;}
}