/* @import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */
html {
  height: 100%;
  position: relative;
}

body {
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 80%;
  }
}

@media only screen and (min-width: 1400px) {
  body {
    font-size: 115%;
  }
}

.no-mar-pad {
  margin: 0 !important;
  padding: 0 !important;
}

.no-mar-padright {
  padding-right: 0;
}

.no-mar-padleft {
  padding-left: 0;
}

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  line-height: 2;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

h1 {
  font-size: 2.3em;
  font-weight: 700;
}


h1 {
  margin: 10px 0;
}

h2 {
  font-size: 1.7em;
  margin: 10px 0;
}

h3 {
  font-size: 1.3em;
  margin: 10px 0;
}

h4 {
  font-size: 1.2em;
  margin: 10px 0;
}

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

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

.container {
  padding: 0 1.5%;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 0 4%;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
    padding: 0;
  }
}

.secGap {
  padding: 100px 0;
}

@media only screen and (max-width: 600px) {
  .secGap {
    padding: 40px 0;
  }
}

.secTitle h1 {
  margin-top: 0;
  font-size: 2.6em;
  margin-bottom: 30px;
  color: #000;
}

@media only screen and (max-width: 600px) {
  .secTitle h1 {
    font-size: 2em;
    margin-bottom: 15px;
  }
}

.btnCov {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .btnCov {
    margin-top: 10px;
  }
}

.btn_more {
  background: #ffcc07;
  padding: 10px 40px;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1em;
}

@media only screen and (max-width: 600px) {
  .btn_more {
    padding: 10px 30px;
    font-weight: 600;
  }
}

.btn_more:hover {
  background: #1c231f;
  color: #fff;
}

.pageTitle {
  color: #f8f8f8;
  text-shadow: 0 0 1px #000;
}

.pageTitle h2 {
  font-size: 2.8em;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 30px;
  font-weight: bolder;
}

@media only screen and (max-width: 600px) {
  .pageTitle h2 {
    font-size: 1.9em;
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}

.pageTitle h2::before {
  content: '';
  width: 100px;
  height: 6px;
  background: #ffcc07;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  .pageTitle h2::before {
    height: 5px;
    width: 60px;
  }
}

.pageTitle p {
  font-size: 1.7em;
}

@media only screen and (max-width: 600px) {
  .pageTitle p {
    font-size: 1.5em;
  }
}

.form-control:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0px rgba(0, 0, 0, 0.075);
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1300px;
    padding: 0 !important;
  }
}




.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
  background: #000;
}

.animated-icon2 span:nth-child(1) {
  width: 100%;
  top: 0px;
}

.animated-icon2 span:nth-child(4) {
  width: 100%;
  top: 20px;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
}

.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

@media (max-width: 767px) {
  .navbar.affix {
    z-index: 9999999;
  }
  .navbar-toggler {
    border: 0px solid transparent;
  }
  .navbar-brand {
    font-size: 1.2em !important;
  }
  .navbar-brand span {
    font-size: 0.7em !important;
  }
}

@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .navbar-brand {
    font-size: 1.3em;
  }
  .navbar-brand span {
    font-size: 0.755em;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8em;
  }
}

/*body-fixed*/
html.fixedPosition {
  overflow: hidden;
}

body.fixedPosition {
  overflow: visible;
  height: 100%;
}

/*hamburger-changer-on-click*/
/* Icon 1 */
/* Icon 3*/
.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.45s ease-in-out;
  transition: 0.45s ease-in-out;
  background: #fff;
}

.animated-icon2 span:nth-child(1) {
  width: 100%;
  top: 0px;
}

.animated-icon2 span:nth-child(4) {
  width: 100%;
  top: 20px;
}

.animated-icon2 span:nth-child(2) {
  top: 10px;
}

.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}


#homeBannerCover {
  background-color: #eaeaea;
  height: calc(100vh);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #homeBannerCover {
    height: 300px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #homeBannerCover {
    height: 60vh;
  }
}

#aboutBlock {
  background: whitesmoke;
}

#aboutBlock .abt_img {
  width: 97%;
  height: 425px;
}

@media only screen and (max-width: 600px) {
  #aboutBlock .abt_img {
    height: 225px;
    margin-bottom: 20px;
  }
}

#aboutBlock .abt_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#aboutBlock .abt_text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#aboutBlock .abt_text p {
  color: #58595a;
  font-size: 1em;
}

#places .places {
  margin-top: 45px;
}

@media only screen and (max-width: 600px) {
  #places .places {
    margin-top: 20px;
  }
}

#places .placesImage {
  position: relative;
  overflow: hidden;
}

#places .placesImage img {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

#places .placesImage:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

#places .places_text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 20px 35px;
}

@media only screen and (max-width: 600px) {
  #places .places_text {
    padding: 10px 25px;
  }
}

#places .places_text h2 {
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
}

#places .block {
  padding: 0 12px;
}

@media only screen and (max-width: 600px) {
  #places .block {
    padding: 0 15px;
  }
  #places .block .placesImage {
    height: 275px !important;
    margin-bottom: 15px;
  }
}

#places .left_place .block:nth-child(1) {
  margin-bottom: 24px;
}

@media only screen and (max-width: 600px) {
  #places .left_place .block:nth-child(1) {
    margin-bottom: auto;
  }
}

#places .left_place .block .placesImage {
  height: 355px;
}

#places .left_place .block .placesImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#places .right_place .placesImage {
  height: 100%;
}

#places .right_place .placesImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#offerWrap.similarTrips {
  padding: 65px 0;
  background: #fff;
}

#offerWrap.similarTrips .secTitle {
  text-align: left;
}

#offerWrap.similarTrips h1 {
  font-size: 2.2em;
  margin-bottom: 20px;
}

#offerWrap.similarTrips .offer {
  padding: 0 -10px;
}

#offerWrap.similarTrips .offer .offer_image {
  height: 360px;
}

#offerWrap.similarTrips .offer h2 {
  font-size: 1.4em;
}

#offerWrap.similarTrips .offer h4 {
  font-size: 1em;
}

#offerWrap.similarTrips .slider_image h2 {
  font-size: 1.4em;
}

#offerWrap.similarTrips .slider_image h4 {
  font-size: 1em;
}

#offerWrap.similarTrips .offerCov {
  padding: 0 10px;
}

#offerWrap.similarTrips .duration {
  font-size: 0.95em;
}

#offerWrap .offer {
  margin-top: 45px;
}

@media only screen and (max-width: 600px) {
  #offerWrap .offer {
    margin-top: 20px;
  }
}

#offerWrap .offer .middle .offer_image {
  height: 510px;
}

@media only screen and (max-width: 600px) {
  #offerWrap .offer .middle .offer_image {
    height: 310px;
    margin-bottom: 15px;
  }
}

#offerWrap .offer .offer_image {
  width: 100%;
  height: 445px;
  border: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  margin-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  #offerWrap .offer .offer_image {
    height: 310px;
    margin-bottom: 15px;
  }
}

#offerWrap .offer .offer_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#offerWrap .offer .offer_image .info_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

#offerWrap .offer .offer_image .info_text:hover {
  background: #0000004f;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

#offerWrap .offer .offer_image .info_text h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

#offerWrap .offer .offer_image .info_text h4 {
  color: #fff;
  font-weight: 600;
}

#offerWrap .offer .offer_image .info_text .innerCov {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}

#offerWrap .offer .offer_image .info_text .textInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#offerWrap .offer .offer_image .info_text .duration {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  color: #fff;
}

#chooseWrap .chooseInner {
  color: #fff;
  background: #0000004a;
}

@media only screen and (max-width: 600px) {
  #chooseWrap .chooseInner {
    padding: 60px 0;
    padding-bottom: 40px;
  }
}

#chooseWrap .chooseInner h1,
#chooseWrap .chooseInner h3 {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #chooseWrap .chooseInner h3 {
    font-size: 1.4em;
  }
}

#chooseWrap .chooseInner .choose {
  margin-top: 45px;
}

@media only screen and (max-width: 600px) {
  #chooseWrap .chooseInner .choose {
    margin-top: 25px;
  }
}

#chooseWrap .chooseInner .chooseBox {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #chooseWrap .chooseInner .chooseBox {
    padding: 20px 0;
  }
}

#chooseWrap .chooseInner .chooseBox img {
  height: 91px;
}

@media only screen and (max-width: 600px) {
  #chooseWrap .chooseInner .chooseBox img {
    height: 75px;
  }
}

@media only screen and (max-width: 600px) {
  #servNav {
    display: none;
  }
}

#servNav a {
  position: relative;
  margin: 10px;
  padding: 0;
  padding-left: 40px;
  -webkit-transition: .8s;
  transition: .8s;
  color: #808285;
  font-size: 1em;
  text-transform: uppercase;
}

#servNav a:hover {
  color: #000;
}

#servNav a:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #ccc;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .8s;
  transition: .8s;
}

#servNav a.active {
  font-weight: 700;
  color: #000;
  font-size: 1.05rem;
}

#servNav a.active:before {
  background-color: #000;
  width: 20%;
}

#greetingsWrap {
  background: #f5f4f4;
  padding: 70px 0;
}

@media only screen and (max-width: 600px) {
  #greetingsWrap {
    padding: 30px 0;
  }
}

#greetingsWrap h1 {
  font-size: 1.6em;
  margin-bottom: 35px;
}

@media only screen and (max-width: 600px) {
  #greetingsWrap h1 {
    margin-bottom: 20px;
  }
}

#greetingsWrap .leftImage img {
  width: 53%;
  float: right;
  margin-left: 40px;
  margin-bottom: 30px;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  #greetingsWrap .leftImage img {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 5px;
  }
}

#greetingsWrap .greetings h1 {
  font-size: 1.3em;
}

#mainSlider .container-fluid {
  overflow: hidden;
  padding: 0px;
}

#mainSlider .carousel-indicators {
  bottom: 0;
  display: none;
}

#mainSlider .carousel-control-next,
#mainSlider .carousel-control-prev {
  width: 10%;
}

#mainSlider .carousel-control-next i,
#mainSlider .carousel-control-prev i {
  font-size: 1.7em;
}

#mainSlider .carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#mainSlider .carousel-fade .carousel-item.active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .carousel-item-next.carousel-item-left {
  opacity: 1;
}

#mainSlider .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

#mainSlider .carousel-fade .active.carousel-item-left {
  opacity: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

#mainSlider .carousel-fade .carousel-item-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#mainSlider .carousel-control.right,
#mainSlider .carousel-control.left {
  background-image: none;
}

#mainSlider h1 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  font-size: 3em;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #mainSlider h1 {
    font-size: 2em;
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider h1 {
    font-size: 2.5em;
  }
}

#mainSlider .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#mainSlider .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#mainSlider .carousel-item {
  height: 100vh;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-item {
    height: 300px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-item {
    height: 60vh;
  }
}

#mainSlider .carousel-caption {
  top: 35%;
  bottom: auto;
  text-align: left;
  left: 10%;
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-caption {
    top: auto;
    bottom: 30%;
    left: 13%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-caption {
    top: 30%;
  }
}

#mainSlider .carousel-caption button:hover {
  background-color: #000;
  border-color: #000;
}

#mainSlider .carousel-caption h3 {
  padding: .5em;
  padding-left: 0;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-caption h3 {
    font-size: 1.7em;
    font-weight: 700;
  }
}

#mainSlider .carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}

#mainSlider .carousel-caption button {
  border-color: #000;
  margin-top: 1em;
}

#mainSlider .p {
  padding-top: 125px;
  text-align: center;
}

#mainSlider .p a {
  text-decoration: underline;
}

#mainSlider .logoIcon {
  width: 30%;
  height: 30%;
  border-radius: 100px;
}

#mainSlider .back-btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#mainSlider .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 600px) {
  #mainSlider .carousel-item img {
    height: 300px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #mainSlider .carousel-item img {
    height: 60vh;
  }
}

#aboutBlock.similarTrips {
  padding: 65px 0;
  background: #fff;
}

#aboutBlock.similarTrips .secTitle {
  text-align: left;
}

#aboutBlock.similarTrips h1 {
  font-size: 2.2em;
  margin-bottom: 25px;
}

#tripSlider {
  padding-bottom: 0;
  /* Product_slider*/
}

#tripSlider.similarTrips .slider_image {
  height: 360px;
}

#tripSlider.similarTrips .slider_image .info_text h2 {
  font-size: 1.4em;
}

#tripSlider.similarTrips .slider_image .info_text h4 {
  font-size: 1em;
}

#tripSlider.similarTrips .slider_image .duration {
  font-size: 0.95em;
}

#tripSlider .slider_cov {
  padding: 0 30px;
}

@media only screen and (max-width: 600px) {
  #tripSlider .slider_cov {
    padding: 0 20px;
  }
}

#tripSlider .testiCov {
  margin: 0 -40px;
}

@media only screen and (max-width: 600px) {
  #tripSlider .testiCov {
    margin: 0px -15px;
  }
}

#tripSlider .slick-prev {
  left: -25px;
}

#tripSlider .slick-prev:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: 20px;
}

#tripSlider .slick-prev:before .slick-next:before {
  font-size: 20px;
}

#tripSlider .slick-next {
  right: -25px;
}

#tripSlider .slick-next:before {
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 20px;
}

#tripSlider [dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

#tripSlider [dir="rtl"] .slick-prev:before {
  content: "\f105";
}

#tripSlider [dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

#tripSlider [dir="rtl"] .slick-next:before {
  content: "\f104";
}

#tripSlider [dir="rtl"] .slick-slide {
  float: right;
}

#tripSlider .slick-slide {
  margin: 0px 13px;
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none !important;
}

#tripSlider .slick-slide img {
  width: 100%;
  display: block;
  height: 100%;
}

#tripSlider .slick-slide a {
  outline: none !important;
}

#tripSlider .slick-slide:focus a {
  outline: none !important;
}

#tripSlider .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#tripSlider .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#tripSlider .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#tripSlider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  outline: none !important;
}

#tripSlider .slick-list:focus {
  outline: none;
}

#tripSlider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

#tripSlider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

#tripSlider .slick-track:before {
  display: table;
  content: "";
}

#tripSlider .slick-track:after {
  display: table;
  content: "";
  clear: both;
}

#tripSlider .slick-loading .slick-track {
  visibility: hidden;
}

#tripSlider .slick-loading .slick-slide {
  visibility: hidden;
}

#tripSlider .slick-slide.slick-loading img {
  display: none;
}

#tripSlider .slick-slide.dragging img {
  pointer-events: none;
}

#tripSlider .slick-initialized {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#tripSlider .slick-initialized .slick-slide {
  display: block;
}

#tripSlider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#tripSlider .slick-arrow.slick-hidden {
  display: none;
}

#tripSlider .slider {
  display: none;
}

#tripSlider .slider.slick-initialized {
  display: block;
}

#tripSlider #trip_slider {
  margin-top: 20px;
}

#tripSlider #trip_slider .slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

#tripSlider #trip_slider .slide:hover .m-info {
  padding: 20px;
  border: 1px solid #f3f3f3;
  border-top: 0;
  background: #fbfbfb;
}

#tripSlider #trip_slider .slide:hover a {
  text-decoration: underline;
}

#tripSlider #trip_slider .slide:hover h2 a {
  text-decoration: none;
}

#tripSlider .slider_image {
  width: 100%;
  height: 405px;
  border: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

@media only screen and (max-width: 600px) {
  #tripSlider .slider_image {
    height: 400px;
  }
}

#tripSlider .slider_image .info_text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 25px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

#tripSlider .slider_image .info_text:hover {
  background: #0000004f;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}

#tripSlider .slider_image .info_text h2 {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}

#tripSlider .slider_image .info_text h4 {
  color: #fff;
  font-weight: 600;
}

#tripSlider .slider_image .info_text .innerCov {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
}

#tripSlider .slider_image .info_text .textInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#tripSlider .slider_image .info_text .duration {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  color: #fff;
}

#tripSlider .box11 {
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}

#tripSlider #trip_slider figure {
  padding: 0 10px;
}

#tripSlider #trip_slider .slick-prev {
  left: -6px;
  margin-top: -13px;
  background: #fff;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 50%;
  font-size: 1px;
  -webkit-box-shadow: 0px 0px 16px rgba(72, 72, 72, 0.24);
          box-shadow: 0px 0px 16px rgba(72, 72, 72, 0.24);
}

@media only screen and (max-width: 600px) {
  #tripSlider #trip_slider .slick-prev {
    left: -15px;
  }
}

#tripSlider #trip_slider .slick-next {
  right: -10px;
  margin-top: -13px;
  background: #fff;
  width: 40px;
  height: 40px;
  z-index: 1;
  border-radius: 50%;
  font-size: 1px;
  -webkit-box-shadow: 0px 0px 16px rgba(72, 72, 72, 0.24);
          box-shadow: 0px 0px 16px rgba(72, 72, 72, 0.24);
}

@media only screen and (max-width: 600px) {
  #tripSlider #trip_slider .slick-next {
    right: -15px;
  }
}

#tripSlider .m-info {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-top: 0;
  background: #fbfbfb;
}

#tripSlider .m-info h2 {
  font-size: 1.525rem;
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  #tripSlider .m-info h2 {
    font-size: 1.325rem;
  }
}

#tripSlider .m-info h2 a {
  color: #333;
}

#tripSlider .m-info h2 a:hover {
  text-decoration: none;
}

#tripSlider .m-info small {
  color: #848484;
  font-weight: 600;
}

#tripSlider .m-info a {
  color: #ffcc07;
}

#tripSlider .m-info a:hover {
  text-decoration: underline;
}

#homeTestimonail {
  background: #232825;
  color: #fff;
}

#homeTestimonail .carousel-control-next,
#homeTestimonail .carousel-control-prev {
  display: none;
}

#homeTestimonail #testimonial4 {
  padding: 20px 70px;
}

@media only screen and (max-width: 600px) {
  #homeTestimonail #testimonial4 {
    padding: 10px 0;
  }
}

#homeTestimonail .carousel-indicators .active {
  background-color: #ffcc07;
}

#homeTestimonail .carousel-indicators {
  bottom: -35px;
}

#homeTestimonail .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

#homeTestimonail .carousel-indicators li:hover {
  cursor: pointer;
  background-color: #ffcc07;
}

#homeTestimonail h1 {
  margin-bottom: 20px;
}

#homeTestimonail h4 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 25px 0;
}

#homeTestimonail h1,
#homeTestimonail h4 {
  color: #fff;
}

#homeTestimonail p {
  font-size: 0.95em;
}

#homeTestimonail .leftImage {
  padding: 0;
}

#homeTestimonail .leftImage img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  #homeTestimonail .leftImage img {
    height: 300px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #homeTestimonail .leftImage img {
    height: 60vh;
  }
}

#homeTestimonail .rightTesti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 600px) {
  #homeTestimonail .rightTesti {
    padding: 40px;
    padding-bottom: 60px;
  }
}

#homeTestimonail .rightTesti.explore {
  text-align: center;
  padding: 0 60px;
}

@media only screen and (max-width: 600px) {
  #homeTestimonail .rightTesti.explore {
    padding: 60px 40px;
  }
}

#homeTestimonail .rightTesti.explore .more {
  color: #ffcc07;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
}

#homeTestimonail .rightTesti.explore .more:hover::after {
  display: none;
}

#homeTestimonail .rightTesti.explore .more::after {
  content: '';
  background: #ffcc07;
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

#homeTestimonail .read_more span {
  text-transform: capitalize;
  color: #ffcc07;
  font-size: 0.9em;
}

#homeTestimonail .read_more span:hover {
  text-decoration: underline;
}

#homeTestimonail .testimonial4_slide img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 600px) {
  #homeTestimonail .testimonial4_slide img {
    width: 70px;
    height: 70px;
  }
}

.detailSideNav {
  margin-top: 5px;
  position: -webkit-sticky;
  position: sticky;
  top: 175px;
  padding: 0;
}

.detailSideNav .btn_book {
  margin-left: 35px;
  margin-top: 25px;
  border: 2px solid #000;
  border-radius: 0;
  background: transparent;
  padding: 10px 30px;
  font-weight: 500;
}

.detailSideNav .btn_book:hover {
  color: #fff;
  background: #000;
}

@media only screen and (max-width: 600px) {
  .detailSideNav .btn_book {
    margin-left: 0;
    margin-top: 10px;
  }
}

#detailWrap {
  background: #fff;
  padding-top: 50px;
  font-size: 105%;
}

@media only screen and (max-width: 600px) {
  #detailWrap .mobRev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#detailWrap .detailTopInfo {
  bottom: 0;
  width: 100%;
  padding: 35px;
  display: none;
  margin-top: -50px;
}

@media only screen and (max-width: 600px) {
  #detailWrap .detailTopInfo {
    padding: 35px 0px;
    padding-bottom: 20px;
    display: block;
  }
}

#detailWrap .detailTopInfo .shortInfoWrap .shortInfo {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #detailWrap .detailTopInfo .shortInfoWrap .shortInfo {
    margin-bottom: 15px;
  }
}

#detailWrap .detailTopInfo .shortInfoWrap .activity {
  position: relative;
}

#detailWrap .detailTopInfo .shortInfoWrap .activity img {
  height: 45px;
  position: absolute;
  top: -50px;
  left: 37%;
}

@media only screen and (max-width: 600px) {
  #detailWrap .detailTopInfo .shortInfoWrap .activity img {
    height: 34px;
    left: 33%;
    top: -41px;
  }
}

#detailWrap .detailTopInfo .shortInfoWrap .activity h3 {
  margin-top: 45px !important;
}

@media only screen and (max-width: 600px) {
  #detailWrap .detailTopInfo .shortInfoWrap .activity h3 {
    margin-top: 30px !important;
    margin-bottom: 5px;
  }
}

#detailWrap .detailTopInfo .shortInfoWrap .topic i {
  font-size: 1.4em;
  color: #ffcc07;
}

#detailWrap .detailTopInfo .shortInfoWrap .topic h3 {
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 7px;
  font-size: 1.2em;
}

#detailWrap h2 {
  font-size: 2.2em;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  #detailWrap h2 {
    font-size: 2em;
    margin-bottom: 25px;
    margin-top: 10px;
  }
}

#detailWrap h3 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  #detailWrap h3 {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
}

#detailWrap p {
  color: #808285;
  font-size: 0.98em;
}

#detailWrap #bookingForm h3 {
  font-size: 1.3em;
  margin-bottom: 15px;
  margin-top: 10px;
}

#detailWrap #bookingForm p {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

#detailWrap #bookingForm .input-group {
  margin-bottom: 15px;
}

#detailWrap #bookingForm .input-group .input-group-text {
  padding: 0.375rem 0.8rem;
  font-size: 1rem;
  color: #ffcc07;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
}

#detailWrap #bookingForm .input-group .input-group-text img {
  height: 28px;
}

#detailWrap #bookingForm .form-control {
  border-left: 0;
  border-radius: 0;
  font-size: 0.9em;
  border: 0;
  padding-left: 5px;
  font-weight: 500;
  height: 42px;
}

#detailWrap #bookingForm .submitBtn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  background: #232825;
  border-color: #232825;
  margin-top: 15px;
  font-weight: 700;
  padding: 10px 30px;
}

#detailWrap #bookingForm .submitBtn:hover {
  background: #353c38;
  border-color: #353c38;
}

#detailWrap #bookingForm .counted {
  padding: 10px !important;
  height: auto;
}

#detailWrap #bookingForm .modal-body {
  background: #f3f3f3;
  padding: 40px;
}

#detailWrap #bookingForm .modal-title {
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}

#detailWrap #bookingForm .modal-content {
  border-radius: 0;
  overflow: hidden;
}

#detailWrap #bookingForm .close {
  font-size: 1.7em;
  color: #232825;
  opacity: 1;
}

#detailWrap #bookingForm .close:hover {
  color: #565656;
}

#detailWrap #bookingForm .modal-header {
  padding: 17px 15px 17px 35px;
}

@media (min-width: 576px) {
  #detailWrap #bookingForm .modal-dialog {
    max-width: 575px;
  }
}

#detailWrap .detailsec {
  padding: 20px 0;
}

#detailWrap .detailsec:last-child {
  padding-bottom: 0;
}

#detailWrap .detailHighLights {
  position: relative;
  margin-bottom: 25px;
}

#detailWrap .detailHighLights h2 {
  margin-top: 0;
}

#detailWrap .detailHighLights ul {
  margin-top: 15px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 7px 0;
}

#detailWrap .detailHighLights ul li {
  list-style: none;
  line-height: 1.9;
  margin-right: 25px;
  font-size: 0.9em;
  color: #808285;
  margin-bottom: 5px;
}

#detailWrap .detailHighLights ul li i {
  color: #ffcc07;
  margin-right: 7px;
  font-size: 1.1em;
}

#detailWrap .detailHighLights ul li span {
  font-weight: 600;
  color: #7c7c7c;
}

#detailWrap .mainHighlights {
  margin-top: 45px;
  width: 60%;
}

@media only screen and (max-width: 600px) {
  #detailWrap .mainHighlights {
    width: 100%;
  }
}

#detailWrap .mainHighlights ul {
  color: #808285;
  padding-left: 0;
}

#detailWrap .mainHighlights ul li {
  list-style: none;
  line-height: 1.9;
  border-top: 1px solid #ddd;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detailWrap .mainHighlights ul li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#detailWrap .mainHighlights ul li span:first-child {
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
}

#detailWrap .mainHighlights ul li:last-child {
  border-bottom: 1px solid #ddd;
}

#detailWrap .includedList ul {
  padding-left: 0;
  position: relative;
}

#detailWrap .includedList ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  line-height: 1.9;
  color: #808285;
}

#detailWrap .includedList ul li::before {
  position: absolute;
  margin-left: -1.7em;
  font-weight: 600;
  content: "\f00c";
  font-size: 14px;
  font-family: "Font Awesome\ 5 Free";
  color: #ffcc07;
  margin-top: 2px;
}

#detailWrap .notincludedList ul {
  padding-left: 0;
  position: relative;
}

#detailWrap .notincludedList ul li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  line-height: 1.9;
  color: #808285;
}

#detailWrap .notincludedList ul li::before {
  position: absolute;
  margin-left: -1.7em;
  font-weight: 600;
  content: "\f00d";
  font-size: 14px;
  font-family: "Font Awesome\ 5 Free";
  color: #333;
  margin-top: 2px;
}

#detailWrap .itinerary .itineraryText {
  line-height: 2;
  color: #808285;
}

#detailWrap .detailGallery .galCov {
  margin: 0 -10px;
  margin-top: 30px;
}

#detailWrap .detailGallery .galHolder {
  padding: 0 10px;
}

#detailWrap .detailGallery .galHolder .galImg {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  #detailWrap .detailGallery .galHolder .galImg {
    height: 145px;
  }
}

#detailWrap .detailGallery .galHolder .galImg:hover {
  cursor: pointer;
}

#detailWrap .detailGallery .galHolder .galImg:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

#detailWrap .detailGallery .galHolder .galImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

@-webkit-keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes lum-fadeZoom {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@keyframes lum-loader-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}

@-webkit-keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lum-loader-before {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(8px);
            transform: scale(1.3) translateX(8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(6px);
            transform: scale(1.2) translateX(6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(8px);
            transform: scale(0.7) translateX(8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(6px);
            transform: scale(0.8) translateX(6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lum-loader-after {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  25% {
    -webkit-transform: scale(1.3) translateX(-8px);
            transform: scale(1.3) translateX(-8px);
  }
  40% {
    -webkit-transform: scale(1.2) translateX(-6px);
            transform: scale(1.2) translateX(-6px);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  75% {
    -webkit-transform: scale(0.7) translateX(-8px);
            transform: scale(0.7) translateX(-8px);
  }
  90% {
    -webkit-transform: scale(0.8) translateX(-6px);
            transform: scale(0.8) translateX(-6px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.lum-lightbox {
  background: #000;
  z-index: 99999;
}

.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
  padding: 55px;
}

.lum-lightbox-inner img {
  position: relative;
}

.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}

.lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
          animation: lum-loader-rotate 1800ms infinite linear;
}

.lum-lightbox-loader:before,
.lum-lightbox-loader:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
          animation: lum-loader-before 1800ms infinite linear;
}

.lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
          animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms;
}

.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
          animation: lum-fade 180ms ease-out;
}

.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
          animation: lum-fadeZoom 180ms ease-out;
}

.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
          animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}

.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
          animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}

.lum-img {
  -webkit-transition: opacity 120ms ease-out;
  transition: opacity 120ms ease-out;
}

.lum-loading .lum-img {
  opacity: 0;
}

.lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .lum-gallery-button {
    top: 57%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .lum-gallery-button {
    top: 58%;
  }
}

.lum-close-button {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}

.lum-close-button:hover {
  opacity: 1;
}

.lum-close-button:before,
.lum-close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}

.lum-close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lum-close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lum-previous-button {
  left: 12px;
}

.lum-next-button {
  right: 12px;
}

.lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}

.lum-previous-button:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}

.lum-next-button:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}

/* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox-inner img {
    max-width: 100%;
    max-height: 100%;
  }
}

#topBlock.otherPage.general .detailTopInfo {
  bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #topBlock.otherPage.general .blockCov .detailTopInfo {
    padding: 35px 0;
  }
}

@media only screen and (max-width: 600px) {
  #topBlock.otherPage.general h1 {
    font-size: 2em;
  }
}

#topBlock.otherPage h1 {
  color: #fff;
  font-size: 2.9em;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #topBlock.otherPage h1 {
    font-size: 2.7em;
  }
}

@media only screen and (max-width: 600px) {
  #topBlock.otherPage h1 {
    font-size: 2.1em;
  }
}

#topBlock.otherPage .blockCov {
  height: 550px;
}

#topBlock.otherPage .blockCov .detailTopInfo {
  background: transparent;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #topBlock.otherPage .blockCov {
    height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  #topBlock.otherPage .blockCov {
    height: 250px;
  }
}

@media only screen and (max-width: 600px) {
  #topBlock.otherPage .blockCov .detailTopInfo {
    padding: 5px 0;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #topBlock.otherPage .blockCov .detailTopInfo {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  #topBlock.detailDisplay .blockCov .detailTopInfo {
    display: none;
  }
}

#topBlock .blockCov {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #0000003d;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #topBlock .blockCov {
    height: 250px;
  }
}

#topBlock .blockCov .blockInner {
  text-align: center;
}

#topBlock .blockCov .blockInner h1 {
  color: #fff;
  font-size: 3.2em;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  #topBlock .blockCov .blockInner h1 {
    font-size: 2.1em;
  }
}

#topBlock .blockCov .blockInner p {
  font-size: 1.2em;
}

#topBlock .blockCov .detailTopInfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 35px;
  background: #0000004d;
}

@media only screen and (max-width: 600px) {
  #topBlock .blockCov .detailTopInfo {
    padding: 35px 0px;
    padding-bottom: 20px;
  }
}

#topBlock .blockCov .detailTopInfo .shortInfoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 600px) {
  #topBlock .blockCov .detailTopInfo .shortInfoWrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#topBlock .blockCov .detailTopInfo .shortInfoWrap .shortInfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #topBlock .blockCov .detailTopInfo .shortInfoWrap .shortInfo {
    margin: 0 10px;
    margin-bottom: 15px;
  }
}

#topBlock .blockCov .detailTopInfo .shortInfoWrap .activity {
  position: relative;
}

#topBlock .blockCov .detailTopInfo .shortInfoWrap .activity img {
  height: 45px;
  position: absolute;
  top: -50px;
  left: 37%;
}

@media only screen and (max-width: 600px) {
  #topBlock .blockCov .detailTopInfo .shortInfoWrap .activity img {
    height: 40px;
    left: 33%;
  }
}

#topBlock .blockCov .detailTopInfo .shortInfoWrap .activity h3 {
  margin-top: 45px !important;
}

@media only screen and (max-width: 600px) {
  #topBlock .blockCov .detailTopInfo .shortInfoWrap .activity h3 {
    margin-top: 30px !important;
    margin-bottom: 5px;
  }
}

#topBlock .blockCov .detailTopInfo .shortInfoWrap .topic i {
  font-size: 1.6em;
}

#topBlock .blockCov .detailTopInfo .shortInfoWrap .topic h3 {
  color: #fff;
  font-weight: 600;
  margin-top: 5px;
}

#tripCollection {
  padding-top: 60px;
}

#tripCollection .secTitle h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
  border-left: 4px solid #4e9dd2;
  padding-left: 15px;
  font-size: 1.9em;
}

#tripCollection #offerWrap .offer {
  margin-top: 0;
}

#aboutWrap {
  padding-top: 60px;
}

@media only screen and (max-width: 600px) {
  #aboutWrap {
    padding-top: 40px;
  }
}

#aboutWrap .goodWill {
  margin-top: 60px;
}

@media only screen and (max-width: 600px) {
  #aboutWrap .goodWill {
    margin-top: 15px;
  }
}

#aboutWrap .goodWill .goodWillBox {
  margin-bottom: 35px;
}

@media only screen and (max-width: 600px) {
  #aboutWrap .goodWill .goodWillBox {
    margin-bottom: 15px;
  }
}

#aboutWrap .goodWill .titleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#aboutWrap .goodWill .titleBlock .iconBox {
  width: 50px;
  height: 50px;
}

#aboutWrap .goodWill .titleBlock .iconBox img {
  height: 50px;
}

#aboutWrap .goodWill .textBox {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 15px;
}

#aboutWrap .goodWill .textBox h3 {
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
  margin: 0;
}

#aboutWrap .goodWill p {
  font-size: 0.98em;
}

#associatedWrap {
  padding: 50px 0;
}

#associatedWrap .associatedComp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  #associatedWrap .associatedComp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#associatedWrap .associatedComp img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  height: 110px;
}

@media only screen and (max-width: 600px) {
  #associatedWrap .associatedComp img {
    height: 80px;
  }
  #associatedWrap .associatedComp img:not(last-child) {
    margin-bottom: 15px;
  }
}

#associatedWrap .associatedComp img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

#treskWrap #tripSlider:last-child {
  padding-bottom: 100px;
}

#treskWrap #tripSlider:nth-child(odd) .testiCov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#treskWrap #tripSlider h1 {
  font-size: 2.1em;
  margin-bottom: 20px;
}

#treskWrap #tripSlider .btnCov {
  margin-top: 25px;
}

@media only screen and (max-width: 600px) {
  #treskWrap #tripSlider .btnCov {
    margin-bottom: 20px;
  }
}

#treskWrap #tripSlider .testiCov {
  margin: 0 -15px;
}

#generalWrap {
  background: #efefef;
}

#generalWrap .generalContent {
  background: #fff;
  padding: 50px 50px;
  margin-top: -150px;
  border-bottom: 5px solid #4497d5;
}

@media only screen and (max-width: 600px) {
  #generalWrap .generalContent {
    padding: 20px 15px;
    margin-top: -95px;
  }
}

#generalWrap .generalContent img {
  background: #efefef;
  padding: 7px;
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
  width: 195px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  #generalWrap .generalContent img {
    width: 130px;
    height: 140px;
    margin-right: 20px;
    margin-top: 6px;
  }
}

#contactWrap .entry h2 {
  font-size: 2em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 27px;
}

#contactWrap .entry .btn_more {
  font-weight: 600;
  letter-spacing: 1px;
  padding: 13px 65px;
  width: auto;
}

@media only screen and (max-width: 600px) {
  #contactWrap .entry .btn_more {
    padding: 10px 40px;
  }
}

#contactWrap .entry input.form-control {
  border: 0;
  background: #f9f9f9;
  font-weight: 500;
  font-size: 0.95em;
  height: 45px;
  border-radius: 0;
  padding: 0.375rem 1rem;
}

#contactWrap .entry textarea.form-control.counted {
  border: 0;
  background: #f9f9f9;
  font-weight: 500;
  font-size: 0.95em;
  border-radius: 0;
  padding: 0.7rem 1rem;
}

#contactWrap .detailCov {
  color: #808285;
}

#contactWrap .detailCov h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.4em;
}

#contactWrap .detailCov ul {
  padding-left: 0;
}

#contactWrap .detailCov ul li {
  list-style: none;
  line-height: 1.7;
}

#contactWrap .detailCov ul li a:hover {
  color: #ffcc07;
}

#contactMap {
  height: 500px;
}

#newsletterWrap {
  background: #f8f8f8;
  padding: 40px 0;
}

#newsletterWrap h2 {
  font-size: 2.1em;
  font-weight: 800;
}

@media only screen and (max-width: 600px) {
  #newsletterWrap h2 {
    font-size: 2em;
  }
}

#newsletterWrap p {
  font-size: 1.18em;
}

#newsletterWrap .letterCov {
  margin-top: 25px;
}

@media only screen and (max-width: 600px) {
  #newsletterWrap .letterCov {
    margin-top: 0;
  }
}

#newsletterWrap .letterCov .form-subscribe .form-control {
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 24px;
  padding-right: 24px;
  letter-spacing: 1px;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ddd;
  height: 55px;
  color: #333;
}

@media only screen and (max-width: 600px) {
  #newsletterWrap .letterCov .form-subscribe .form-control {
    height: 44px;
    font-size: 0.9em;
    margin-bottom: 0;
  }
}

#newsletterWrap .letterCov .form-subscribe .form-control.focus,
#newsletterWrap .letterCov .form-subscribe .form-control:focus {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}

#newsletterWrap .letterCov .form-subscribe .btn {
  background: #232825;
  border-color: #232825;
  height: 55px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 2px;
  padding: 0 45px;
}

@media only screen and (max-width: 600px) {
  #newsletterWrap .letterCov .form-subscribe .btn {
    height: 44px;
    font-size: 0.8em;
    padding: 0 21px;
  }
}

#newsletterWrap .letterCov .form-subscribe .btn:hover {
  background: #171a18;
  border-color: #171a18;
}

/* footer */
#footerWrap {
  background: #1c231f;
  color: #828282;
}

@media only screen and (max-width: 600px) {
  #footerWrap {
    font-size: 110%;
  }
}

@media only screen and (min-width: 1400px) {
  #footerWrap .container {
    max-width: 1300px;
    padding: 0;
  }
}

#footerWrap .footLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 600px) {
  #footerWrap .footLogo .footLogoCov {
    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: 600px) {
  #footerWrap .footLogo img {
    height: 45px;
    margin-bottom: 20px;
  }
}

#footerWrap h3 {
  margin-bottom: 20px;
  font-size: 1.4em;
  color: #dedede;
}

@media only screen and (max-width: 600px) {
  #footerWrap h3 {
    margin-bottom: 15px;
    font-size: 1.3em;
  }
}

#footerWrap ul {
  padding-left: 0;
}

#footerWrap ul li {
  list-style: none;
  line-height: 2.2;
  font-size: 0.95em;
  color: #c1c1c1;
}

#footerWrap ul li a:hover {
  color: #ffcc07;
}

#footerWrap .quickLinks ul {
  -webkit-column-count: 2;
          column-count: 2;
}

#footerWrap .mainFoot {
  border-bottom: 1px solid #525252;
  padding: 70px 0;
}

@media only screen and (max-width: 600px) {
  #footerWrap .mainFoot {
    padding-bottom: 25px;
  }
}

#footerWrap .bottonFoot {
  text-align: center;
  padding: 35px 0;
}

#footerWrap .bottonFoot a {
  margin-right: 40px;
}

@media only screen and (max-width: 600px) {
  #footerWrap .bottonFoot a {
    margin-right: 25px;
  }
}

#footerWrap .bottonFoot a:hover {
  color: #fff;
}

#footerWrap .bottonFoot .leftRight {
  font-size: 0.91em;
}

#footerWrap .bottonFoot .leftRight span {
  color: #ffcc07;
}

#footerWrap .bottonFoot .btmLinks {
  font-size: 0.91em;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  #footerWrap .bottonFoot .btmLinks {
    font-size: 0.9em;
    line-height: 2;
    margin-top: 20px;
    text-align: center;
  }
}

#footerWrap .bottonFoot .btmLinks a:hover {
  color: #ffcc07;
}

#footerWrap .bottonFoot .btmLinks a:last-child {
  margin-right: 0;
}

#footerWrap .bottonFoot .btmLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 600px) {
  #footerWrap .bottonFoot .btmLinks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footerWrap .bottonFoot .btmLinks ul li {
  margin-right: 40px;
}

@media only screen and (max-width: 600px) {
  #footerWrap .bottonFoot .btmLinks ul li {
    margin-right: 30px;
  }
}

#footerWrap .getTOuch i {
  color: #ffcc07;
  margin-right: 15px;
}

#footerWrap .getTOuch i.fas.fa-phone {
  -webkit-transform: rotate(96deg);
          transform: rotate(96deg);
}

#footerWrap .getTOuch .getContact {
  border-bottom: 1px solid #828282;
  margin-bottom: 25px;
}

#footerWrap .getTOuch .getContact span {
  color: #ffcc07;
  margin-right: 5px;
}

#footerWrap .getTOuch .socialLinks i {
  font-size: 1.3em;
  margin-right: 20px;
}

#footerWrap .getTOuch .socialLinks i:hover {
  color: #fff;
}
/*# sourceMappingURL=main.css.map */