/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.site-header {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); }

.header-top {
  background: #f36523;
  padding: 6px 0; }
  .header-top .maincontainer {
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 767px) {
      .header-top .maincontainer {
        width: 90%; } }
    @media (max-width: 575px) {
      .header-top .maincontainer {
        width: 96%; } }
  .header-top .ht-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .header-top .ht-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center; } }
  .header-top .ht-contact {
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .header-top .ht-contact {
        display: inline-grid; } }
    .header-top .ht-contact li {
      display: inline-block; }
      .header-top .ht-contact li:not(:last-child) {
        margin-right: 8px; }
      .header-top .ht-contact li i, .header-top .ht-contact li a {
        color: #fff;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .header-top .ht-contact li i, .header-top .ht-contact li a {
            font-size: 14px; } }
      .header-top .ht-contact li a:hover {
        color: #2d6aab; }
  .header-top .reg {
    color: #fff;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 767px) {
      .header-top .reg {
        display: none; } }
    .header-top .reg span {
      font-weight: 600; }
  .header-top .ht-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .header-top .profile img, .header-top .language-translator img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #fff;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .header-top .profile img, .header-top .language-translator img {
        width: 30px;
        height: 30px; } }
    @media (max-width: 575px) {
      .header-top .profile img, .header-top .language-translator img {
        width: 26px;
        height: 26px; } }
  .header-top .language-translator {
    align-items: center;
    margin-right: 1rem; }
    .header-top .language-translator img {
      margin-right: 4px; }
    .header-top .language-translator span {
      color: #fff; }
  .header-top .ht-media {
    margin: 0 20px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .header-top .ht-media {
        margin: 0 10px; } }
    .header-top .ht-media li {
      display: inline-block; }
      .header-top .ht-media li:not(:last-child) {
        margin-right: 5px; }
      .header-top .ht-media li i {
        color: #fff;
        font-size: 18px;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 1300px) {
          .header-top .ht-media li i {
            font-size: 16px; } }
        .header-top .ht-media li i:hover {
          color: #2d6aab; }
  .header-top .search {
    cursor: pointer; }
    .header-top .search i {
      height: 34px;
      line-height: 34px;
      width: 34px;
      text-align: center;
      border-radius: 50%;
      font-size: 18px;
      color: #f36523;
      background: #fff;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .header-top .search i {
          height: 30px;
          line-height: 30px;
          width: 30px;
          font-size: 16px; } }
      .header-top .search i:hover {
        background: #2d6aab;
        color: #fff; }

.header-btm {
  padding: 10px 0;
  background-color: #f7f7f7; }
  .header-btm .hb-inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header-btm .logo img {
    width: 350px;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .header-btm .logo img {
        width: 280px; } }
    @media (max-width: 767px) {
      .header-btm .logo img {
        width: 260px; } }
    @media (max-width: 575px) {
      .header-btm .logo img {
        width: 220px; } }
  .header-btm .menu-wrap ul li {
    display: inline-block; }
    .header-btm .menu-wrap ul li a {
      font-family: "Rubik", sans-serif;
      color: #111;
      text-transform: uppercase;
      padding: 0 10px; }
  .header-btm.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 4px 0;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2); }
    .header-btm.active .logo img {
      width: 170px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .header-btm.active .logo img {
          width: 140px; } }

#searchModal .btn-primary {
  background: #2d6aab; }

#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center; }
  #loading img {
    width: 20rem; }

.partners {
  background-color: #cae1fb; }
  .partners.sp-tb {
    padding-bottom: calc(5% - 24px);
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 767px) {
      .partners.sp-tb {
        padding-bottom: calc(5% - 20px); } }
    @media (max-width: 575px) {
      .partners.sp-tb {
        padding-bottom: calc(5% - 16px); } }
  .partners .partner-inner {
    display: flex;
    margin: 0 -12px;
    justify-content: center;
    flex-wrap: wrap; }
    .partners .partner-inner .partner-item {
      text-align: center;
      padding: 0 12px; }
      .partners .partner-inner .partner-item h5 {
        font-weight: 700;
        margin-bottom: 12px;
        font-size: 18px;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .partners .partner-inner .partner-item h5 {
            font-size: 16px;
            margin-bottom: 8px; } }
      .partners .partner-inner .partner-item ul li {
        display: inline-block;
        margin: 0 0 4px; }
        .partners .partner-inner .partner-item ul li img {
          width: 60px;
          /* Large Devices, Wide Screens */ }
          @media (max-width: 575px) {
            .partners .partner-inner .partner-item ul li img {
              width: 40px; } }

.footer-main {
  background-color: #133d6c;
  padding-top: 40px; }

.ft-title {
  align-items: center;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .ft-title {
      margin-bottom: 10px; } }
  .ft-title img {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .ft-title img {
        width: 34px;
        height: 34px; } }
  .ft-title h5 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    margin: 0 0 0 10px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .ft-title h5 {
        font-size: 18px; } }
  .ft-title.dark h5 {
    color: #111; }

.contact-det li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .contact-det li {
      margin-bottom: 4px; } }
  .contact-det li i {
    color: #f36523;
    position: absolute;
    top: 3px;
    left: 0; }
  .contact-det li a {
    color: #fff; }
    .contact-det li a:hover {
      color: #f36523; }
.contact-det.dark li a {
  color: #111;
  font-weight: 500; }
  .contact-det.dark li a:hover {
    color: #f36523; }

.bank-detail {
  text-align: center;
  border-top: 1px solid #2d6aab;
  padding: 24px 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .bank-detail {
      padding: 20px 0; } }
  @media (max-width: 575px) {
    .bank-detail {
      padding: 16px 0;
      text-align: left; } }
  .bank-detail h5 {
    font-family: "Rubik", sans-serif;
    color: #fff;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .bank-detail h5 {
        font-size: 18px; } }
  .bank-detail ul li {
    display: inline-block; }
    .bank-detail ul li:not(:last-child) {
      margin-right: 16px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .bank-detail ul li:not(:last-child) {
          margin-right: 10px; } }
    .bank-detail ul li h6 {
      color: #fff;
      font-family: "Rubik", sans-serif;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .bank-detail ul li h6 {
          font-size: 15px; } }
      .bank-detail ul li h6 span {
        font-weight: normal; }

.copyright {
  background-color: #0a2848;
  padding: 20px 0; }
  .copyright p {
    margin: 0;
    color: #fff; }
    .copyright p a {
      color: #f36523; }

.facebook {
  position: relative;
  height: 200px; }
  .facebook iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1; }
  #scroll-top i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: #16934f;
    color: #fff; }

.heroslider {
  position: relative;
  z-index: auto; }
  .heroslider .image {
    position: relative; }
    .heroslider .image img {
      height: 600px;
      width: 100%;
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */
      /* Large Devices, Wide Screens */ }
      @media (max-width: 1300px) {
        .heroslider .image img {
          height: 500px; } }
      @media (max-width: 991px) {
        .heroslider .image img {
          height: 450px; } }
      @media (max-width: 767px) {
        .heroslider .image img {
          height: 360px; } }
      @media (max-width: 575px) {
        .heroslider .image img {
          height: 360px; } }
    .heroslider .image .text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 7%;
      text-align: center; }
      .heroslider .image .text .hs-subtitle, .heroslider .image .text .hs-title {
        color: #fff; }
      .heroslider .image .text .hs-subtitle {
        font-size: 28px;
        /* Large Devices, Wide Screens */
        /* Large Devices, Wide Screens */
        /* Large Devices, Wide Screens */
        /* Large Devices, Wide Screens */ }
        @media (max-width: 1300px) {
          .heroslider .image .text .hs-subtitle {
            font-size: 24px; } }
        @media (max-width: 991px) {
          .heroslider .image .text .hs-subtitle {
            font-size: 22px; } }
        @media (max-width: 767px) {
          .heroslider .image .text .hs-subtitle {
            font-size: 20px; } }
        @media (max-width: 575px) {
          .heroslider .image .text .hs-subtitle {
            font-size: 18px; } }
      .heroslider .image .text .hs-title {
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 60px;
        margin: 1rem 0 0;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
        /* Large Devices, Wide Screens */
        /* Large Devices, Wide Screens */
        /* Large Devices, Wide Screens */
        /* Large Devices, Wide Screens */ }
        @media (max-width: 1300px) {
          .heroslider .image .text .hs-title {
            font-size: 50px; } }
        @media (max-width: 991px) {
          .heroslider .image .text .hs-title {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .heroslider .image .text .hs-title {
            font-size: 30px; } }
        @media (max-width: 575px) {
          .heroslider .image .text .hs-title {
            font-size: 22px; } }
  .heroslider .swiper-button-next,
  .heroslider .swiper-button-prev {
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 767px) {
      .heroslider .swiper-button-next,
      .heroslider .swiper-button-prev {
        height: 40px;
        line-height: 40px;
        width: 40px; } }
    @media (max-width: 575px) {
      .heroslider .swiper-button-next,
      .heroslider .swiper-button-prev {
        height: 34px;
        line-height: 34px;
        width: 34px;
        top: 80%; } }
    .heroslider .swiper-button-next::after,
    .heroslider .swiper-button-prev::after {
      font-size: 18px;
      color: #fff;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .heroslider .swiper-button-next::after,
        .heroslider .swiper-button-prev::after {
          font-size: 14px; } }
  .heroslider .write-review {
    position: absolute;
    right: 7%;
    bottom: 7%;
    z-index: 1;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .heroslider .write-review {
        right: 4%;
        bottom: 4%; } }

.about {
  position: relative;
  margin-top: -50px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .about {
      margin-top: -25px; } }
  .about .scroll-btn {
    text-align: -webkit-center;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .about .scroll-btn {
        text-align: left; } }
    .about .scroll-btn .image {
      position: relative;
      cursor: pointer;
      width: fit-content; }
      .about .scroll-btn .image img {
        width: 100px;
        animation: rotateCircle 10s linear infinite;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .about .scroll-btn .image img {
            width: 50px; } }
@keyframes rotateCircle {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
      .about .scroll-btn .image i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        color: #f5c506;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .about .scroll-btn .image i {
            font-size: 16px; } }
  .about .abt-desc {
    border-bottom: 2px solid #f36523;
    padding-bottom: 30px;
    /* Large Devices, Wide Screens */
    display: none; }
    @media (max-width: 575px) {
      .about .abt-desc {
        padding-bottom: 0; } }
    .about .abt-desc h1, .about .abt-desc h2, .about .abt-desc h3, .about .abt-desc h4, .about .abt-desc h5, .about .abt-desc h6 {
      font-size: 20px;
      font-family: "Rubik", sans-serif; }

.welcome-img {
  position: relative;
  padding-right: 10%;
  height: 100%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .welcome-img {
      margin-bottom: 5%;
      height: auto; } }
  .welcome-img img {
    height: 100%; }
  .welcome-img .experience {
    position: absolute;
    bottom: 1rem;
    right: 0;
    background-color: #f36523;
    color: #fff;
    padding: 24px 20px;
    text-align: center;
    border-radius: 100px;
    border: 4px solid #fff;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .welcome-img .experience {
        padding: 10px;
        border-radius: 0; } }
    .welcome-img .experience i {
      font-size: 50px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .welcome-img .experience i {
          font-size: 30px; } }
    .welcome-img .experience h2 {
      font-size: 32px;
      margin: 8px 0;
      font-family: "Rubik", sans-serif;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .welcome-img .experience h2 {
          font-size: 20px;
          margin: 4px 0; } }
    .welcome-img .experience span {
      line-height: normal;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .welcome-img .experience span {
          font-size: 14px; } }

.welcome-desc h5 {
  font-weight: 600;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .welcome-desc h5 {
      font-size: 18px; } }
.welcome-desc p {
  text-align: justify; }

.card1 {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  width: 100%; }
  .card1 .image {
    overflow: hidden; }
    .card1 .image img {
      height: 280px;
      width: 100%;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card1 .image img {
          height: 240px; } }
  .card1 .text {
    padding: 20px;
    background-color: #fff;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .card1 .text {
        padding: 1rem; } }
    .card1 .text .destination {
      color: #16934f;
      font-family: "Ru";
      font-size: 18px; }
    .card1 .text h5 a {
      color: #222;
      font-weight: 600;
      font-family: "Rubik", sans-serif;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card1 .text h5 a {
          font-size: 18px; } }
      .card1 .text h5 a:hover {
        color: #f36523; }
    .card1 .text .facts {
      margin: 12px 0; }
    .card1 .text .duration i, .card1 .text .group i {
      font-size: 14px; }
    .card1 .text .duration span, .card1 .text .group span {
      font-size: 15px; }
    .card1 .text .duration {
      margin-right: 1rem; }
  .card1:hover .image img {
    transform: scale(1.1); }

.card-ftr {
  align-items: end; }
  .card-ftr span {
    font-size: 15px; }
  .card-ftr h6 {
    margin: 0;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    color: #2d6aab;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card-ftr h6 {
        font-size: 16px; } }

.packageSlider .swiper-button-next,
.packageSlider .swiper-button-prev, .pkgSlider .swiper-button-next,
.pkgSlider .swiper-button-prev {
  height: 45px;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .packageSlider .swiper-button-next,
    .packageSlider .swiper-button-prev, .pkgSlider .swiper-button-next,
    .pkgSlider .swiper-button-prev {
      height: 40px;
      line-height: 40px;
      width: 40px; } }
  @media (max-width: 575px) {
    .packageSlider .swiper-button-next,
    .packageSlider .swiper-button-prev, .pkgSlider .swiper-button-next,
    .pkgSlider .swiper-button-prev {
      height: 34px;
      line-height: 34px;
      width: 34px; } }
  .packageSlider .swiper-button-next::after,
  .packageSlider .swiper-button-prev::after, .pkgSlider .swiper-button-next::after,
  .pkgSlider .swiper-button-prev::after {
    font-size: 18px;
    color: #111;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .packageSlider .swiper-button-next::after,
      .packageSlider .swiper-button-prev::after, .pkgSlider .swiper-button-next::after,
      .pkgSlider .swiper-button-prev::after {
        font-size: 16px; } }
.packageSlider .swiper-pagination, .pkgSlider .swiper-pagination {
  position: relative;
  bottom: unset;
  margin-top: 1rem; }
  .packageSlider .swiper-pagination .swiper-pagination-bullet, .pkgSlider .swiper-pagination .swiper-pagination-bullet {
    height: 16px;
    width: 34px;
    border-radius: 10px;
    border: 2px solid #fff;
    background-color: transparent;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .packageSlider .swiper-pagination .swiper-pagination-bullet, .pkgSlider .swiper-pagination .swiper-pagination-bullet {
        width: 20px; } }
  .packageSlider .swiper-pagination .swiper-pagination-bullet-active, .pkgSlider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff; }
.packageSlider.reviewSlider .swiper-pagination .swiper-pagination-bullet, .pkgSlider.reviewSlider .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #f36523; }
.packageSlider.reviewSlider .swiper-pagination .swiper-pagination-bullet-active, .pkgSlider.reviewSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f36523; }

.card4 .desc {
  position: relative;
  border: 2px solid #ddd;
  padding: 1rem;
  border-radius: 10px; }
  .card4 .desc::before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -11px;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
    border-radius: 0 0 4px 0; }
  .card4 .desc h5 {
    font-size: 18px;
    font-family: "Rubik", sans-serif; }
  .card4 .desc p {
    text-align: justify;
    margin: 0; }
.card4 .customer {
  margin-top: 20px; }
  .card4 .customer .image {
    margin-right: 10px; }
    .card4 .customer .image img {
      width: 50px; }
  .card4 .customer .info h6 {
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    margin-bottom: 4px; }

.expedition-package {
  background-color: #f5f5f5; }

.card2 {
  border-radius: 10px;
  overflow: hidden; }
  .card2 .image {
    position: relative; }
    .card2 .image img {
      height: 400px;
      width: 100%;
      -webkit-transition: all 0.6s ease-in-out;
      -moz-transition: all 0.6s ease-in-out;
      -ms-transition: all 0.6s ease-in-out;
      -o-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .image img {
          height: 360px; } }
  .card2 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20% 1rem 1rem;
    background-image: linear-gradient(to top, #000 0, #ffffff00 100%); }
    .card2 .text .destination {
      color: #f36523;
      font-size: 18px;
      font-family: "Ru"; }
    .card2 .text h5 {
      color: #fff;
      font-family: "Rubik", sans-serif;
      margin: 0;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .text h5 {
          font-size: 18px; } }
    .card2 .text .facts {
      margin-top: 10px; }
      .card2 .text .facts i {
        color: #f36523;
        font-size: 14px; }
      .card2 .text .facts span {
        color: #eee;
        font-size: 15px; }
      .card2 .text .facts .duration {
        margin-right: 1rem; }
  .card2 .price {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #fff;
    color: #2d6aab;
    padding: 6px 16px;
    text-align: center; }
    .card2 .price span {
      font-size: 15px;
      line-height: normal;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .price span {
          font-size: 13px; } }
    .card2 .price h6 {
      margin: 0;
      font-weight: 600;
      font-family: "Rubik", sans-serif;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .card2 .price h6 {
          font-size: 15px; } }
  .card2:hover .image img {
    transform: scale(1.1); }

.card3 {
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden; }
  .card3 .image img {
    height: 300px;
    width: 100%;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .card3 .image img {
        height: 240px; } }
  .card3 .text {
    padding: 20px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .card3 .text {
        padding: 1rem; } }
    .card3 .text h5 {
      margin-bottom: 12px; }
      .card3 .text h5 a {
        font-family: "Rubik", sans-serif;
        font-weight: 600;
        color: #222;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .card3 .text h5 a {
            font-size: 18px; } }
        .card3 .text h5 a:hover {
          color: #f36523; }

.tour-package {
  background-size: cover;
  position: relative;
  z-index: 1; }
  .tour-package::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #16934f;
    opacity: .8;
    z-index: -1; }

.blog-card .image {
  overflow: hidden;
  border-radius: 10px; }
  .blog-card .image img {
    height: 300px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .blog-card .image img {
        height: auto; } }
.blog-card h5 {
  font-family: "Rubik", sans-serif;
  color: #222;
  margin: 10px 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .blog-card h5 {
      font-size: 18px; } }
  .blog-card h5:hover {
    color: #16934f; }
.blog-card:hover .image img {
  transform: scale(1.2); }

.publish-date i, .publish-date span {
  font-size: 15px; }
.publish-date i {
  color: #16934f; }
.publish-date span {
  color: #666; }

.blog-detail .blog-img {
  width: 100%; }
.blog-detail .single-title {
  font-family: "Rubik", sans-serif;
  margin: 1rem 0 8px; }
.blog-detail .publish-date {
  margin-bottom: 10px; }

.related-blog {
  padding-left: 40px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .related-blog {
      padding-left: 0; } }
  .related-blog h4 {
    font-family: "Rubik", sans-serif;
    margin-bottom: 1rem; }
  .related-blog .date {
    margin: 0 !important; }

.our-team .row {
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .our-team .row {
      margin: 0 -5px; } }
  .our-team .row .member-col {
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .our-team .row .member-col {
        padding: 0 5px; } }

.member-inner {
  text-align: center; }
  .member-inner img {
    border-radius: 10px;
    height: 300px;
    width: 100%;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .member-inner img {
        height: 140px; } }
  .member-inner h5 {
    font-size: 18px;
    color: #333;
    margin: 10px 0 6px;
    font-weight: 700;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .member-inner h5 {
        margin: 10px 0 0;
        font-size: 16px; } }
  .member-inner h6 {
    margin: 0;
    color: #16934f;
    font-size: 15px;
    font-weight: normal;
    font-family: "Quicksand", sans-serif;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .member-inner h6 {
        font-size: 12px; } }

.team-detail .image {
  text-align: center;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .team-detail .image {
      margin-bottom: 1rem; } }
  .team-detail .image img {
    margin-bottom: 10px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 0px 1px #eee; }
  .team-detail .image h5 {
    margin-bottom: 4px;
    font-weight: 700;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .team-detail .image h5 {
        font-size: 16px; } }
  .team-detail .image span {
    color: #f36523;
    font-size: 15px; }
.team-detail .description p {
  text-align: justify; }
.team-detail ul {
  padding: 0; }
  .team-detail ul li {
    display: inline-block;
    margin: 5px 4px 0; }
    .team-detail ul li i {
      height: 36px;
      line-height: 36px;
      width: 36px;
      text-align: center;
      background-color: #16934f;
      border-radius: 50%;
      color: #fff; }
      .team-detail ul li i:hover {
        background-color: #f36523; }

.gal-row {
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .gal-row {
      margin: 0 -8px; } }
  .gal-row .gal-col {
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .gal-row .gal-col {
        padding: 0 8px; } }
    .gal-row .gal-col .gal {
      position: relative;
      cursor: zoom-in;
      border-radius: 10px;
      overflow: hidden; }
      .gal-row .gal-col .gal::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #0000009c;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .gal-row .gal-col .gal i {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 34px;
        line-height: 34px;
        width: 34px;
        border-radius: 50%;
        border: 2px solid #fff;
        text-align: center;
        color: #fff;
        background-color: #f36523;
        font-size: 15px;
        opacity: 0; }
      .gal-row .gal-col .gal img {
        width: 100%;
        height: 210px;
        /* Large Devices, Wide Screens */ }
        @media (max-width: 575px) {
          .gal-row .gal-col .gal img {
            height: 140px; } }
      .gal-row .gal-col .gal:hover::before {
        opacity: 1; }
      .gal-row .gal-col .gal:hover i {
        opacity: 1; }

.package-detail p {
  text-align: justify; }

.pacakge-img {
  position: relative; }
  .pacakge-img img {
    height: 600px;
    width: 100%;
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .pacakge-img img {
        height: 550px; } }
    @media (max-width: 991px) {
      .pacakge-img img {
        height: 500px; } }
    @media (max-width: 767px) {
      .pacakge-img img {
        height: 450px; } }
    @media (max-width: 575px) {
      .pacakge-img img {
        height: auto; } }
  .pacakge-img .package-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20% 5% 5%;
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    margin: 0;
    text-align: center;
    font-size: 60px;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */
    /* Large Devices, Wide Screens */ }
    @media (max-width: 1300px) {
      .pacakge-img .package-title {
        font-size: 50px; } }
    @media (max-width: 991px) {
      .pacakge-img .package-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .pacakge-img .package-title {
        font-size: 30px; } }
    @media (max-width: 575px) {
      .pacakge-img .package-title {
        font-size: 24px; } }

.info-tab {
  background: #f36523;
  padding: 0 7%;
  top: 0;
  /* Large Devices, Wide Screens */ }
  .info-tab.sticky {
    position: sticky;
    z-index: 3; }
  @media (max-width: 575px) {
    .info-tab {
      padding: 0; } }
  .info-tab ul {
    flex-wrap: nowrap;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 991px) {
      .info-tab ul {
        overflow-x: scroll; } }
  .info-tab .nav-link {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    width: max-content;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .info-tab .nav-link {
        padding: 10px;
        border-right: 1px solid #4f92d8;
        font-size: 16px; } }
    .info-tab .nav-link.active, .info-tab .nav-link:hover {
      background-color: #2d6aab; }
    .info-tab .nav-link.active {
      border-right: none; }

.tab-content ul li, .tab-content ol li {
  margin-bottom: 8px; }

.tabcontent-title {
  font-family: "Rubik", sans-serif;
  margin-bottom: 16px;
  font-size: 22px; }

.trip-facts {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin-left: 0; }
  .trip-facts .fact-item {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .trip-facts .fact-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
        padding-left: 40px; } }
    .trip-facts .fact-item i {
      position: absolute;
      top: 3px;
      left: 0;
      color: #16934f;
      font-size: 30px;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .trip-facts .fact-item i {
          font-size: 26px; } }
    .trip-facts .fact-item h6 {
      font-family: "Rubik", sans-serif;
      margin-bottom: 4px; }
    .trip-facts .fact-item span {
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .trip-facts .fact-item span {
          font-size: 15px; } }

.accordion-item {
  padding: 16px;
  background-color: #f7f7f7;
  border-color: #ddd;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .accordion-item {
      padding: 10px; } }
  .accordion-item .itinerary-day {
    font-size: 16px;
    margin-bottom: 4px;
    color: #444;
    font-weight: 300; }
    .accordion-item .itinerary-day span {
      font-size: 20px;
      color: #111;
      font-family: "Rubik", sans-serif;
      /* Large Devices, Wide Screens */ }
      @media (max-width: 575px) {
        .accordion-item .itinerary-day span {
          font-size: 16px; } }
  .accordion-item .accordion-button {
    padding: 0;
    font-size: 17px;
    background-color: transparent;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .accordion-item .accordion-button {
        font-size: 16px;
        line-height: normal; } }
  .accordion-item .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: none; }
  .accordion-item .accordion-body {
    padding: 16px 0 0; }
  .accordion-item .accordion-collapse p:last-child {
    margin: 0; }
  .accordion-item .accordion-button:not(.collapsed) {
    color: #f36523; }
  .accordion-item .accordion-button:not(.collapsed)::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transform: rotate(180deg);
    background-image: none;
    color: #f36523; }
  .accordion-item .accordion-button::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none;
    color: #555;
    font-size: 16px; }

.itinerary .itinerary-item {
  font-family: "Rubik", sans-serif;
  margin-bottom: 24px;
  font-weight: normal;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  .itinerary .itinerary-item span {
    font-family: "Rubik", sans-serif;
    font-weight: 600; }
  @media (max-width: 767px) {
    .itinerary .itinerary-item {
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .itinerary .itinerary-item {
      margin-bottom: 16px; } }

.include li, .exclude li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  list-style-type: none; }
  .include li::before, .exclude li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0; }

.include li::before {
  content: '\f058';
  color: #16934f; }

.exclude li::before {
  content: '\f057';
  color: red; }

.package-sidebar {
  background-color: #2d6aab;
  padding: 20px;
  text-align: center; }
  .package-sidebar .price span {
    color: #eee; }
  .package-sidebar .price h4 {
    color: #fff;
    font-family: "Rubik", sans-serif;
    margin: 4px 0; }
  .package-sidebar .enquiry a {
    width: 100%; }
  .package-sidebar .share li {
    display: inline-block; }
    .package-sidebar .share li:not(:last-child) {
      margin-right: 6px; }
    .package-sidebar .share li i {
      height: 40px;
      line-height: 40px;
      width: 40px;
      text-align: center;
      border: 1px solid #fff;
      border-radius: 2px;
      color: #fff; }
      .package-sidebar .share li i:hover {
        border-color: #2d6aab;
        background-color: #2d6aab; }
  .package-sidebar .expert {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 10px; }
    .package-sidebar .expert h5 {
      font-size: 18px;
      font-family: "Rubik", sans-serif;
      margin-bottom: 10px; }
    .package-sidebar .expert h5, .package-sidebar .expert h6, .package-sidebar .expert a {
      color: #fff;
      display: block; }
    .package-sidebar .expert img {
      width: 70px;
      height: 70px;
      border: 1px solid #fff;
      border-radius: 50%; }
    .package-sidebar .expert h6 {
      font-family: "Rubik", sans-serif;
      margin: 10px 0 4px; }
    .package-sidebar .expert a:hover {
      color: #f36523; }
  .package-sidebar .enquiry, .package-sidebar .share, .package-sidebar .expert {
    margin-top: 20px; }

.contact-form {
  background: #f6f6f6;
  padding: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .contact-form {
      margin-bottom: 5%; } }
  @media (max-width: 575px) {
    .contact-form {
      padding: 1rem; } }

.contact-aside .contact-det {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.social-media h5 {
  font-family: "Rubik", sans-serif;
  font-size: 18px; }
.social-media ul li {
  display: inline-block; }
  .social-media ul li:not(:last-child) {
    margin-right: 10px; }
  .social-media ul li i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #f36523;
    color: #fff;
    border-radius: 4px; }

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .page-not-found img {
      width: 60%; } }
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .page-not-found h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .page-not-found h2 {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .page-not-found h2 {
      font-size: 18px;
      margin: 1rem 0; } }

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif; }

/* =====typography=====*/
a, i, button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a, a:hover {
  text-decoration: none; }

p {
  text-align: justify; }

/* =====layout=====*/
img {
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto; }

.sp-tb {
  padding: 75px 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 1300px) {
    .sp-tb {
      padding: 60px 0; } }
  @media (max-width: 991px) {
    .sp-tb {
      padding: 55px 0; } }
  @media (max-width: 767px) {
    .sp-tb {
      padding: 30px 0; } }
  @media (max-width: 575px) {
    .sp-tb {
      padding: 20px 0; } }

.sp-t {
  padding-top: 75px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 1300px) {
    .sp-t {
      padding-top: 60px; } }
  @media (max-width: 991px) {
    .sp-t {
      padding-top: 55px; } }
  @media (max-width: 767px) {
    .sp-t {
      padding-top: 30px; } }
  @media (max-width: 575px) {
    .sp-t {
      padding-top: 20px; } }

.sp-b {
  padding-bottom: 75px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 1300px) {
    .sp-b {
      padding-bottom: 60px; } }
  @media (max-width: 991px) {
    .sp-b {
      padding-bottom: 55px; } }
  @media (max-width: 767px) {
    .sp-b {
      padding-bottom: 30px; } }
  @media (max-width: 575px) {
    .sp-b {
      padding-bottom: 20px; } }

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .maincontainer {
      width: 90%; } }

body, section, header, footer {
  max-width: 1600px;
  margin: 0 auto; }

#page {
  max-width: 1600px;
  margin: 0 auto; }

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus, .accordion-button:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none; }

button {
  background-color: unset;
  border: none; }

.btn-link:hover {
  text-decoration: none; }

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none; }

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mt {
      margin-top: 20px; } }
  @media (max-width: 575px) {
    .mt {
      margin-top: 16px; } }

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 767px) {
    .mb {
      margin-bottom: 20px; } }
  @media (max-width: 575px) {
    .mb {
      margin-bottom: 16px; } }

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f36523;
  color: #fff;
  border-radius: 4px;
  /* Large Devices, Wide Screens */ }
  .btn-one:hover {
    background-color: #16934f;
    color: #fff; }
  .btn-one.active {
    background-color: #f36523; }
    .btn-one.active:hover {
      background-color: #16934f; }
  @media (max-width: 575px) {
    .btn-one {
      padding: 8px 12px;
      font-size: 15px; } }

.section-heading span {
  color: #16934f;
  font-family: "Ru";
  font-size: 22px;
  line-height: normal;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .section-heading span {
      font-size: 20px; } }
  @media (max-width: 575px) {
    .section-heading span {
      font-size: 18px; } }
.section-heading .heading {
  font-size: 32px;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 1300px) {
    .section-heading .heading {
      font-size: 28px; } }
  @media (max-width: 991px) {
    .section-heading .heading {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .section-heading .heading {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .section-heading .heading {
      font-size: 20px; } }
.section-heading.light span, .section-heading.light .heading {
  color: #fff; }

.entry-title {
  font-family: "Rubik", sans-serif;
  font-size: 28px;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */ }
  @media (max-width: 991px) {
    .entry-title {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .entry-title {
      font-size: 24px; } }
  @media (max-width: 575px) {
    .entry-title {
      font-size: 22px;
      text-decoration: underline; } }
  .entry-title span {
    font-weight: normal; }

.entry-content {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .entry-content {
      border: none;
      padding: 0; } }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    /* Large Devices, Wide Screens */ }
    @media (max-width: 575px) {
      .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
        font-size: 18px; } }
  .entry-content ul li {
    margin-bottom: 8px; }
  .entry-content p {
    text-align: justify; }

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */ }
  @media (max-width: 575px) {
    .google-map {
      height: 300px; } }
  .google-map iframe {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

form label {
  margin-bottom: 4px;
  font-weight: 500; }
form input, form select {
  height: 44px; }
form input, form select, form textarea {
  margin-bottom: 10px; }
form textarea {
  height: 100px; }
form input[type=submit], form button[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f36523;
  color: #fff;
  height: max-content;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px; }
  form input[type=submit]:hover, form button[type=submit]:hover {
    background-color: #16934f;
    color: #fff; }

header ul, footer ul, section ul {
  margin: 0;
  padding: 0; }
  header ul li, footer ul li, section ul li {
    list-style-type: none; }

/*# sourceMappingURL=main.css.map */
