.date {
  color: #666;
}

.gre, .trip aside .price, .expert, .destination .block {
  background: linear-gradient(11.1deg, rgb(10, 76, 161) 35.4%, rgb(31, 104, 197) 70.2%);
}

.gre-i, .footer {
  background-image: linear-gradient(to right top, #0a4ca1, #003c84, #005b84, #007761, #2e973d);
}

.p-color {
  color: #0a4ca1 !important;
}

.gre-text, .why-us h2, .destination h2 {
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #FF731C;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

html,
body {
  width: 100%;
  height: 100%;
  color: #242120;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
  overflow-x: clip;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a4ca1;
}

a {
  color: #0a4ca1;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  color: #FF731C;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

header {
  transition: all 0.5s;
}
header .logobar {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  padding-top: 15px;
}
header .logobar .top {
  font-size: 16px;
}
header .logobar .top i {
  font-size: 18px;
  color: #FF731C;
}
@media screen and (max-width: 768px) {
  header .logobar .top {
    font-size: 16px;
  }
  header .logobar .top i {
    font-size: 16px;
  }
  header .logobar .top span {
    display: block;
  }
}
header .logobar .logo {
  max-width: 150px;
  margin-top: -73px;
}
@media only screen and (max-width: 768px) {
  header .logobar .logo {
    width: 100px;
    margin-top: -80px;
  }
}
header .logobar .navbar-brand {
  font-size: 16px;
}
header .logobar .navbar-brand .hcontact {
  display: none;
}
header hr {
  border: none;
  /* Remove default hr border */
  height: 1px;
  /* Set the height of the hr */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.75) 75%);
  /* Define the gradient */
  /* Define the gradient */
}
header nav {
  transition: all 0.5s;
}
header nav .navbar-toggler {
  border-color: #ffffff !important;
}
header nav .navbar-toggler .navbar-toggler-icon {
  font-size: 18px !important;
}
header nav .navbar-nav .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
@media all and (min-width: 1200px) {
  header nav .navbar-nav .nav-link {
    margin-right: 10px;
  }
}
header nav .navbar-nav .nav-link:hover {
  color: #FF731C !important;
}
header nav .navbar-nav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(37, 170, 235, 0.99) 0%, rgb(24, 107, 199) 100%);
  min-width: 15em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
header nav .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
header nav .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0.4rem 0.8rem;
  color: #ffffff;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #0a4ca1;
  color: #ffffff;
}
header nav .navbar-nav .dropdown-full {
  overflow: hidden;
}
header nav .navbar-nav .dropdown-full .dropdown-content {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  display: none;
  position: absolute;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(37, 170, 235, 0.99) 0%, rgb(24, 107, 199) 100%);
  width: 100%;
  left: 0;
  z-index: 950;
  transition: transform 0.3s;
  overflow-y: scroll;
  max-height: 100vh;
}
header nav .navbar-nav .dropdown-full .dropdown-content a {
  color: #ffffff;
}
header nav .navbar-nav .dropdown-full .dropdown-content hr {
  border-color: rgba(255, 255, 255, 0.5019607843);
}
header nav .navbar-nav .dropdown-full .dropdown-content ul li {
  margin: 0;
  padding: 5px 0;
}
header nav .navbar-nav .dropdown-full .dropdown-content ul li a {
  color: #ffffff;
}
header nav .navbar-nav .dropdown-full .dropdown-content ul li a:hover {
  color: #242120;
}
header nav .navbar-nav .dropdown-full:hover .dropdown-content {
  display: block;
}
@media all and (min-width: 992px) {
  header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  header .navbar .nav-item:hover .dropdown-menu {
    display: block;
    transition: height 0.35s ease;
  }
}
@media only screen and (max-width: 991px) {
  header .main-nav {
    background: #ffffff;
    background: radial-gradient(circle, rgba(37, 170, 235, 0.99) 0%, rgb(24, 107, 199) 100%) !important;
    border-radius: 10px;
  }
  header .main-nav .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 7px 20px;
  }
  header .main-nav .nav-item .nav-link {
    color: #ffffff;
    text-transform: uppercase;
  }
  header .main-nav .nav-item .dropdown-toggle::after {
    float: right;
    margin: 10px;
    cursor: pointer;
  }
  header .main-nav .dropdown-content {
    overflow-y: scroll;
    height: 50vh;
  }
}

header.fixed-top {
  z-index: 1024 !important;
}

.fixed-on {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background: #ffffff;
}
@media screen and (max-width: 576px) {
  .fixed-on {
    overflow: scroll;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.fixed-on .logobar {
  padding: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.fixed-on .logobar .logo {
  width: 80px;
  margin-top: 0;
}
.fixed-on .logobar .navbar-brand {
  padding: 0;
}
.fixed-on .top {
  display: none;
}
.fixed-on .hcontact {
  display: none;
}
@media only screen and (max-width: 991px) {
  .fixed-on .hcontact {
    display: block !important;
  }
}
.fixed-on .brand {
  line-height: 1.3;
}
.fixed-on .navbar .nav-link {
  color: #0a4ca1 !important;
}
@media screen and (max-width: 991px) {
  .fixed-on .navbar .nav-link {
    color: #ffffff !important;
  }
}

.fixed-on .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  color: #0a4ca1 !important;
}
@media screen and (max-width: 991px) {
  .fixed-on .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    color: #ffffff !important;
  }
}

.vbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .vbanner {
    height: 60vh;
  }
}
@media only screen and (max-width: 578px) {
  .vbanner {
    height: 40vh;
  }
}
.vbanner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.vbanner iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vw;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .vbanner iframe {
    width: 130%;
  }
}
@media screen and (max-width: 578px) {
  .vbanner iframe {
    width: 150%;
    height: 100vh;
  }
}
.vbanner .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.banner-img {
  overflow: hidden;
  position: relative;
}
.banner-img .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.banner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  animation: zoom 80s;
  height: 100vh;
}
@media (max-width: 768px) {
  .banner-img img {
    height: 50vh;
  }
}
.banner-img .caption {
  top: 50%;
  left: 20%;
  right: 20%;
  color: #ffffff;
  text-align: left;
  z-index: 999;
  position: absolute;
}
@media (max-width: 1024px) {
  .banner-img .caption {
    bottom: 10%;
    right: 0;
    left: 10%;
  }
}
@media (max-width: 576px) {
  .banner-img .caption {
    left: 5%;
  }
}
.banner-img .caption h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 768px) {
  .banner-img .caption h3 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .banner-img .caption h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.banner-img .caption p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .banner-img .caption .btn {
    display: none;
  }
}

.TA-winner-badge {
  max-width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin-left: -100px;
}

.TA-winner-badge-trip {
  max-width: 200px;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  #home-welcome {
    display: none;
  }
}

.wSlider .carousel-inner .carousel-item .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.wSlider .carousel-inner .carousel-item img {
  width: 100%;
  animation: zoom 80s;
}
@media (max-width: 574px) {
  .wSlider .carousel-inner .carousel-item img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wSlider .carousel-inner .carousel-item .carousel-caption {
  bottom: 25%;
  left: 15%;
  right: 30%;
  color: #ffffff;
  text-align: left;
  z-index: 999;
}
@media (max-width: 1024px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption {
    bottom: 10%;
    right: 0;
  }
}
.wSlider .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 768px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.wSlider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption .btn {
    display: none;
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.wSlider .carousel-indicators {
  bottom: 15%;
}
@media (max-width: 768px) {
  .wSlider .carousel-indicators {
    bottom: 0;
  }
}
.wSlider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  list-style-type: none;
}

@media (min-width: 992px) {
  .search {
    position: absolute;
    bottom: 10%;
    z-index: 2;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .search {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .search {
    padding: 20px 0;
  }
  .search .shadow {
    box-shadow: none !important;
  }
}
.search .box, .search .blog .latest-post, .blog .search .latest-post {
  background-color: rgba(255, 255, 255, 0);
  padding: 25px 30px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 575px) {
  .search .box, .search .blog .latest-post, .blog .search .latest-post {
    padding: 25px 5px;
  }
}

.special h3 {
  font-size: 24px;
}
.special h3 span {
  color: #FF731C;
  font-size: 80%;
}
.special p {
  font-size: 16px;
}

.destination {
  color: #ffffff;
}
.destination .overlay {
  opacity: 0.8;
  background: #0a4ca1;
}
.destination h2 {
  background-image: linear-gradient(45deg, #FF731C, #ffffff);
}
.destination .block h3 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 400;
}
.destination .block h3 a {
  color: #ffffff;
}
.destination .block h3 a:hover {
  color: #ffbd59;
}

.addon .block {
  line-height: 1.3;
}
.addon .block h3 {
  font-size: 20px;
  font-weight: 500;
}

.vehicle {
  background: #0a4ca1;
  color: #f1f1f1;
}
.vehicle h2 {
  color: #ffffff;
}
.vehicle .form-control {
  background: #0a4ca1;
  border-color: #FF731C;
  color: #f1f1f1;
  font-size: 16px;
}
.vehicle .form-control::-moz-placeholder {
  color: #f1f1f1;
}
.vehicle .form-control::placeholder {
  color: #f1f1f1;
}
.vehicle .input-group-text {
  background: #0a4ca1;
  border-color: #FF731C;
  color: #FF731C;
}

.why-us {
  color: #ffffff;
}
.why-us h2 {
  font-size: 40px !important;
  background-image: linear-gradient(45deg, #FF731C, #ffffff);
}
.why-us .block {
  margin: 10px;
}
.why-us .block h3 {
  color: #ffffff;
  font-size: 22px;
  text-transform: uppercase;
}
.why-us .block i {
  font-size: 30px;
}
.why-us .block p {
  font-size: 16px;
}

.parallax-container {
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(6, 100, 37, 0.9);
  overflow: hidden;
  height: auto;
}

.parallax {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("../images/parallax.jpg");
  z-index: 0;
}
.parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  background: #0a4ca1;
  z-index: -1;
}
.parallax .overlay-s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  background: #FF731C;
  z-index: -1;
}

.popular .owl-nav {
  font-size: 40px;
  position: absolute;
  top: -70px;
  right: 0;
}
.popular .owl-nav .owl-prev,
.popular .owl-nav .owl-next {
  border: 1px solid #0a4ca1 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: #0a4ca1 !important;
  margin-left: 5px;
  border-radius: 2px;
  transition: all 0.2s linear;
}
.popular .owl-nav .owl-prev:hover,
.popular .owl-nav .owl-next:hover {
  border-color: #FF731C !important;
  color: #FF731C !important;
}
.popular .owl-nav .owl-prev span,
.popular .owl-nav .owl-next span {
  padding: 5px 10px !important;
}

.cat {
  width: 100%;
}
.cat h2 {
  text-transform: uppercase;
}
.cat .owl-nav {
  display: none !important;
}
.cat .owl-dots {
  text-align: center;
}
.cat .owl-dots button {
  background: #aaa;
  padding: 10px !important;
  margin-right: 5px;
  border-radius: 100%;
}
.cat .owl-dots .active {
  background-color: #FF731C;
}

.ws-item {
  margin-bottom: 30px;
  padding: 2px;
}
@media only screen and (max-width: 576px) {
  .ws-item {
    max-width: 400px;
    margin: 0 auto 25px;
  }
}
.ws-item figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  background: #000000;
}
.ws-item figure:hover .hover-infos {
  opacity: 1;
}
.ws-item figure:hover .dark-overlay {
  opacity: 1;
}
.ws-item figure a {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.ws-item figure a img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.ws-item figure a img:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.ws-item figure img {
  padding: 0;
  max-width: 100%;
  transition: all 0.4s;
}
.ws-item figure:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.ws-item figure .hover-infos {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  z-index: 1011;
  align-self: center;
  justify-self: center;
  text-align: center;
  transition: opacity 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 92%;
  height: 90%;
  padding-top: 10%;
  border-radius: 5px;
}
.ws-item figure .hover-infos .price {
  color: #ffffff;
  font-size: 16px;
}
.ws-item figure .hover-infos .price strong {
  font-weight: 800;
  font-size: 22px;
}
.ws-item figure .hover-infos .price strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #dddddd;
}
.ws-item figure .hover-infos .rating {
  color: #ffffff;
}
.ws-item figure .hover-infos .rating a {
  color: #ffffff;
}
.ws-item figure .hover-infos .rating a:hover {
  text-decoration: underline;
}
.ws-item figure .dark-overlay {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.ws-item figure .title {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  left: 0;
  padding: 15px 15px 10px;
  z-index: 1;
}
.ws-item figure .cat {
  text-align: center;
}
.ws-item figure .cat h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}
.ws-item figure .cat span {
  background: #FF731C;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 15px 0;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 15px;
}
.ws-item figure .trip h3 a {
  color: #ffffff;
}
.ws-item figure .trip h3 a:hover {
  color: #ffbd59;
}
.ws-item figure .price {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
.ws-item figure .price span {
  text-decoration: line-through;
  color: rgba(255, 255, 255, 0.5);
}
.ws-item figure .save {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1012;
  background: #ffffff;
  width: 30px;
  height: 30px;
  padding-top: 8px;
  text-align: center;
}
.ws-item figure .save a {
  color: #cccccc;
}
.ws-item figure .save a:hover {
  color: #FF731C;
}
.ws-item .desc {
  line-height: 1.4;
}
.ws-item .desc span {
  font-style: italic;
}
.ws-item .desc i {
  color: #FF731C;
}
.ws-item .desc h3 {
  color: #242120;
  font-size: 24px;
  margin-bottom: 10px;
}
.ws-item .desc h3 a {
  color: #0a4ca1;
}
.ws-item .desc h3 a:hover {
  color: #FF731C;
}
.ws-item .desc .price {
  text-align: right;
  text-transform: uppercase;
  color: #999;
}
.ws-item .desc .price div {
  font-weight: 600;
  color: #8cab21;
  display: block;
  font-size: 16px;
}
.ws-item .desc .price div span {
  text-decoration: line-through;
  font-weight: 300;
  color: #999;
  display: inline-block;
  margin-left: 4px;
}
.ws-item .desc .info {
  font-size: 16px;
}

.featured h2 {
  color: #0a4ca1;
}
.featured .ws-item a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  overflow: hidden;
  background: #000000;
}
.featured .ws-item a:hover .hover-infos {
  opacity: 1;
}
.featured .ws-item a figure {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.featured .ws-item a figure img {
  width: 100%;
  height: auto;
  transition: all 0.4s;
}
.featured .ws-item a figure img:hover {
  transform: scale(1.1);
  opacity: 0.7;
}
.featured .ws-item a figure img {
  padding: 0;
  max-width: 100%;
  transition: all 0.4s;
}
.featured .ws-item a figure:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.featured .ws-item a figure .hover-infos {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  z-index: 3;
  align-self: center;
  justify-self: center;
  text-align: center;
  transition: opacity 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
  height: 85%;
  padding-top: 10%;
  cursor: pointer;
}
.featured .ws-item a figure .hover-infos p {
  font-size: 18px;
}
.featured .ws-item .btn-ws {
  text-transform: capitalize !important;
}

.blogh {
  padding-bottom: 20px;
}
.blogh h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blogh-item {
  background: rgb(255, 255, 255);
  margin-left: -150px;
  padding: 20px;
}
@media (max-width: 768px) {
  .blogh-item {
    margin: 0 0 20px;
  }
}
.blogh-item h3 {
  font-size: 26px !important;
}
.blogh-item h3 a {
  color: #0a4ca1;
}
.blogh-item h3 a:hover {
  color: #FF731C;
}
.blogh h4 {
  font-size: 18px !important;
}

.expert {
  color: #ffffff;
}
.expert h2 {
  color: #ffffff;
}
.expert h2 span {
  color: #ffffff !important;
}
.expert i {
  font-size: 50px;
  margin-bottom: 20px;
}

.contacts i {
  float: left;
  border-radius: 100%;
  width: 45px;
  line-height: 30px;
  height: 45px;
  font-size: 22px;
  border: 1px solid #FF731C;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
.contacts a {
  color: #0a4ca1;
}

.footer {
  padding: 50px 0 0;
  background-position: fixed;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}
.footer h2 {
  text-transform: uppercase;
}
.footer a {
  color: rgba(255, 255, 255, 0.7);
}
.footer a:hover {
  color: #FF731C;
}
.footer h3 {
  font-weight: 500 !important;
  font-size: 20px;
  color: #ffffff;
}
.footer .contact i {
  float: left;
  line-height: 24px;
  margin-bottom: 20px;
  width: 40px;
}
.footer .asst img {
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
}

.flink {
  background-color: #004c84;
  text-align: center;
}
.flink a {
  padding: 0 5px;
}

.ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  margin-left: 0.3em !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  margin-top: -9px !important;
}

.review-video-post {
  height: 300px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .review-video-post {
    width: 515px;
  }
}

.modal-backdrop.show {
  z-index: 1;
}

/*to remove padding before youtube video */
.ratio:before {
  padding: 0 !important;
}

@media only screen and (max-width: 576px) {
  .ubermenu-sub-indicators.ubermenu-sub-indicators-align-text .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: 10px !important;
  }
}
.wp-block-embed iframe {
  width: 100% !important;
}

.btn-info {
  background-image: linear-gradient(to right top, #0a4ca1, #003c84, #005b84, #007761, #2e973d);
  border-color: #FF731C;
  color: #ffffff;
}
.btn-info:hover {
  background: #0a4ca1;
  border-color: #0a4ca1;
  color: #ffffff;
}
.btn-info:checked {
  background: #FF731C !important;
  border-color: #FF731C;
  color: #ffffff;
}

.btn-warning {
  background: #FF731C;
  color: #ffffff;
  border-color: #FF731C;
}
.btn-warning:hover {
  background: #0a4ca1;
  border-color: #0a4ca1;
  color: #ffffff;
}

.btn-outline-info {
  border-color: #0a4ca1;
  color: #0a4ca1;
}
.btn-outline-info:hover {
  background: #0a4ca1;
  border-color: #0a4ca1;
  color: #ffffff;
}

.btn-w {
  background-color: #ffffff;
  color: #0a4ca1;
}

.bg-light {
  background-color: #f1f1f1;
}

.bg-none {
  background-color: none !important;
}

.medium {
  font-size: 2em;
}

.small {
  font-size: 1.5em;
}

.dark {
  color: #000000;
}

.p-color {
  color: #0a4ca1;
}

.s-color {
  color: #FF731C;
}

.d-color {
  color: #242120;
}

.form-select {
  border-radius: 3px;
}

.btn-info {
  background: #0a4ca1;
  border-color: #0a4ca1;
  color: #ffffff;
}
.btn-info:hover {
  background: #0a4ca1;
  border-color: #0a4ca1;
  color: #ffffff;
}
.btn-info:checked {
  background: #FF731C !important;
  border-color: #FF731C;
  color: #ffffff;
}

.btn-light {
  color: #0a4ca1;
}
.btn-light:hover {
  background: #FF731C;
  border-color: #FF731C;
  color: #ffffff;
}

.ws-title {
  background: #f9f9f9;
  color: #ffffff;
}
.ws-title .image {
  height: 50vh;
  overflow: hidden;
}
.ws-title .image-post {
  height: 70vh;
  overflow: hidden;
}
.ws-title a {
  color: #FF731C;
}
.ws-title h1 {
  color: #ffffff;
  font-weight: 500;
}
.ws-title h1 span {
  color: #FF731C;
  font-size: 20px;
  display: block;
}
.ws-title h1 span i {
  color: #FF731C;
}
.ws-title .title {
  position: absolute;
  bottom: 30px;
  width: 100%;
}

.trip-title {
  background: #f9f9f9;
}
.trip-title .image {
  overflow: hidden;
  background: #000000;
}
.trip-title .image figure {
  margin-bottom: 0;
}
.trip-title .image figure img {
  width: 100%;
  height: 70vh;
  opacity: 0.7;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 574px) {
  .trip-title .image figure img {
    height: 50vh;
  }
}
.trip-title h1 {
  font-weight: 500;
  color: #0a4ca1;
}
.trip-title h1 span {
  font-size: 20px;
  display: block;
  color: #242120;
  padding-top: 5px;
}
.trip-title .price {
  font-size: 16px;
}
.trip-title .price strong {
  font-weight: 800;
  font-size: 22px;
}
.trip-title .price strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #999;
}

.post-title {
  background: radial-gradient(circle, rgb(42, 123, 155) 0%, rgb(15, 165, 217) 59%, rgb(140, 155, 222) 100%);
  color: #ffffff;
  position: relative;
  height: 40vh;
}
.post-title .title {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.post-title .title a {
  color: #ffffff;
}

.rating i {
  color: #FF731C;
}

.ws-block {
  padding: 60px 0 50px;
}
@media (max-width: 574px) {
  .ws-block {
    padding: 40px 0 35px;
  }
}
.ws-block h1 {
  font-size: 35px;
}
.ws-block h1 span {
  font-size: 60%;
  display: block;
}
.ws-block h2 {
  font-size: 30px;
}
.ws-block h2 span {
  color: #FF731C;
  font-size: 70%;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 574px) {
  .ws-block h2 {
    font-size: 30px;
  }
}
.ws-block h3 {
  font-size: 25px;
  font-weight: 500;
}
.ws-block h3 span {
  display: block;
  font-size: 60%;
  color: #242120;
}
@media (max-width: 574px) {
  .ws-block h3 {
    font-size: 25px;
  }
}
.ws-block h4 {
  font-size: 20px;
}
.ws-block h4 span {
  display: block;
  font-size: 80%;
  color: #FF731C;
}
.ws-block blockquote {
  padding: 15px;
  margin-left: 25px;
  border-left: 5px solid #FF731C;
  background: #f9f9f9;
  font-size: 18px;
  font-weight: 500;
}
.ws-block blockquote p {
  margin-bottom: 0;
}
.ws-block ul {
  padding-left: 0px;
  position: relative;
}
.ws-block ul li {
  list-style-type: none;
  padding-left: 30px;
}
.ws-block ul li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  left: 10px;
}
.ws-block .nav-tabs {
  padding: 0;
  margin: 0;
}
.ws-block .nav-tabs .nav-link {
  color: #242120;
  text-transform: uppercase;
  font-weight: 600;
}
.ws-block .nav-tabs .active {
  color: #FF731C;
}
.ws-block .nav-tabs li {
  padding-left: 0;
}
.ws-block .nav-tabs li:before {
  display: none;
}
.ws-block .tab-pane {
  padding: 20px;
  border: 1px solid #eee;
  margin-top: -1px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .ws-block .show-o {
    display: block !important;
    opacity: 1 !important;
  }
}
.ws-block .nav-pills .nav-link {
  text-align: right;
  color: #242120;
  font-weight: 500;
  width: 170px;
}
.ws-block .nav-pills .active {
  color: #ffffff;
  background: #FF731C;
}
@media (max-width: 768px) {
  .ws-block .nav-pills {
    display: none !important;
  }
}
.ws-block hr {
  opacity: 0.1;
}
.ws-block .side-info {
  z-index: 1 !important;
}
.ws-block .side-info h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
  color: #FF731C;
}
.ws-block .side-info ul {
  padding: 0px;
  position: relative;
}
.ws-block .side-info ul li {
  list-style-type: none;
  padding: 3px 3px 3px 30px;
}
.ws-block .side-info ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  left: 5px;
  color: #0a4ca1;
}
.ws-block .side-info ul li a {
  color: #242120;
}
.ws-block .side-info ul li a:hover {
  color: #0a4ca1;
}

.highlights {
  line-height: 1.8;
  font-weight: 500;
}

.trip h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
}
.trip h3 {
  font-size: 22px;
}
.trip .alert {
  font-size: 16px;
}
.trip .alert h3 {
  font-size: 20px;
  text-transform: uppercase;
}
@media (min-width: 991px) {
  .trip .top-225 {
    margin-top: -225px;
  }
}
.trip aside .price {
  color: #ffffff;
  font-size: 16px;
}
.trip aside .price strong {
  font-weight: 800;
  font-size: 24px;
}
.trip aside .price strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #999;
}
.trip aside .price span {
  cursor: pointer;
}
.trip aside .sticky-top {
  top: 80px;
  z-index: 2;
}
.trip .trip-gallery {
  position: relative;
}
.trip .trip-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 5px;
  max-height: 569px;
}
.trip .trip-gallery .row-2 {
  grid-row: span 2;
}
.trip .trip-gallery .gallery-img {
  cursor: pointer;
  grid-column: span 2;
  margin: 0;
  background: #000;
  display: block;
  width: 100%;
  height: 282px;
}
@media (max-width: 991px) {
  .trip .trip-gallery .gallery-img {
    height: 148px;
  }
}
@media (max-width: 576px) {
  .trip .trip-gallery .gallery-img {
    grid-column: span 3;
  }
}
.trip .trip-gallery .gallery-img figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.trip .trip-gallery .gallery-img:first-child {
  grid-row: span 2;
  grid-column: span 8;
  height: 569px;
}
@media (max-width: 991px) {
  .trip .trip-gallery .gallery-img:first-child {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .trip .trip-gallery .gallery-img:first-child {
    grid-row: span 1;
    grid-column: span 12;
  }
}
.trip .trip-gallery .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trip .trip-gallery .view-gallery {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 111;
  background: #323232;
  color: #fff;
  padding: 13px 15px 13px 20px;
  border-radius: 45px 0 0 45px;
}
.trip .trip-gallery .view-gallery svg {
  vertical-align: bottom;
}
.trip .trip-itinerary {
  margin-bottom: 30px;
}
.trip .trip-itinerary .item h3 {
  font-size: 20px;
  color: #0a4ca1;
  padding-bottom: 10px;
}
.trip .trip-itinerary .item h3 span {
  color: #242120;
  display: block;
  font-size: 16px;
}
.trip .trip-itinerary .item .day {
  font-size: 16px;
  font-weight: 500;
}
.trip .trip-itinerary .item .day i {
  color: #FF731C;
  margin-right: 5px;
}
.trip .in-ex {
  margin-bottom: 30px;
}
.trip .in-ex ul {
  padding-left: 25px;
  position: relative;
  margin-bottom: 30px;
}
.trip .in-ex ul li {
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 5px;
}
.trip .in-ex ul li:before {
  font-family: "FontAwesome";
  content: "\f058";
  position: absolute;
  left: 10px;
  color: #28a745;
}
.trip .in-ex .ex {
  margin-top: 25px;
  opacity: 80%;
}
.trip .in-ex .ex h3 {
  color: #fc5145;
}
.trip .in-ex .ex ul li:before {
  content: "\f057";
  color: #fc5145;
}

.facts h3 {
  font-size: 16px;
  color: #242120;
}
.facts h3 strong {
  color: #0a4ca1;
}
.facts p {
  font-size: 16px;
}
.facts i {
  font-size: 22px;
  color: #FF731C;
  margin-right: 5px;
}

.img-thumb img {
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .img-thumb img {
    height: 70px;
  }
}

.ws-list {
  margin-bottom: 30px;
}
.ws-list ul {
  padding-left: 20px;
  position: relative;
}
.ws-list ul li {
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 5px;
}
.ws-list ul li:before {
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  left: 20px;
  color: #0a4ca1;
  font-size: 16px;
}

.ddates {
  margin-bottom: 30px;
}
.ddates small {
  color: #999;
}
.ddates td {
  vertical-align: middle;
}

.reviews .label-aero {
  padding: 3px 10px;
  background: #FF731C;
  color: #ffffff !important;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.reviews .label-aero:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #FF731C;
}
.reviews-gallery img {
  max-height: 130px;
}
.reviews-item h2 {
  font-size: 26px;
}
.reviews .video-container {
  position: relative;
  padding-bottom: 177.78%;
  /* 9:16 aspect ratio for Shorts */
  height: 0;
  overflow: hidden;
}
.reviews .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery img {
  margin-bottom: 15px;
}
.gallery-sm img {
  max-height: 75px;
  margin-bottom: 5px;
}
.gallery-md img {
  max-height: 150px;
  margin-bottom: 5px;
}
.gallery-lg img {
  max-height: 200px;
}

.pagenav {
  padding-top: 20px;
}
.pagenav .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  text-decoration: none;
  border-radius: 2px;
  color: #242120;
}
.pagenav .page-numbers:hover {
  border-color: #FF731C;
  color: #FF731C;
}
.pagenav .current {
  border-color: #FF731C;
  font-weight: 500;
  color: #FF731C;
}

.faqs .accordion-button {
  background: none;
  font-weight: 500;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-button:not(.collapsed) {
  color: #0a4ca1;
}

.ws-round .item {
  padding-bottom: 20px;
}
.ws-round .item strong {
  color: #FF731C;
}
.ws-round .item h3 {
  font-size: 20px;
  color: #242120;
  font-weight: 600;
}
.ws-round .item figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
}
.ws-round .item figure img {
  transition: all 0.4s;
}
.ws-round .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.ws-square {
  padding: 30px 0;
}
.ws-square .item {
  padding-bottom: 20px;
}
.ws-square .item h4 {
  font-size: 20px;
  color: #242120;
  font-weight: 600;
}
.ws-square .item figure {
  position: relative;
  overflow: hidden;
  border: 5px solid #ffffff;
}
.ws-square .item figure img {
  transition: all 0.4s;
}
.ws-square .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.team-list {
  padding-bottom: 30px;
}
.team-list strong {
  color: #FF731C;
}
.team-list h3 {
  font-size: 20px;
  color: #242120;
  font-weight: 600;
}
.team-list figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
  width: 100px;
  height: 100px;
  margin-bottom: 0;
}
.team-list figure img {
  transition: all 0.4s;
}
.team-list figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.blog-item {
  margin-bottom: 30px;
}
.blog-item figure {
  overflow: hidden;
}
.blog-item figure img {
  transition: all 0.4s;
}
.blog-item figure img:hover {
  transform: scale(1.1);
}
.blog-item h2 a {
  color: #242120;
}
.blog-item h2 a:hover {
  color: #0a4ca1;
}
.blog-item h3 {
  font-size: 20px;
}
.blog-item h3 a {
  color: #242120;
}
.blog-item h3 a:hover {
  color: #0a4ca1;
}
.blog .box, .blog .latest-post {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
}
.blog .blog-post .post-item {
  margin-bottom: 25px;
}
.blog .blog-post .post-item figure {
  margin-bottom: 0;
}
.blog .blog-post .post-item .desc {
  background: #f1f1f1;
  padding: 25px;
  border: 1px solid #ddd;
}
.blog .blog-post .post-item:last-child {
  margin-bottom: 0px;
}
.blog-search {
  padding: 20px;
  margin-bottom: 30px;
}
.blog-search input {
  line-height: 30px;
  font-size: 16px;
}
.blog-search button {
  border: none;
}
.blog-search button:hover {
  color: #FF731C;
}
.blog .latest-post h3 {
  margin-bottom: 20px;
}
.blog .latest-post .post-items h5 {
  line-height: 1.5;
  font-size: 16px;
}
.blog .latest-post .post-items .auth {
  color: #999;
  font-size: 90%;
}
.blog .cat {
  padding: 20px;
}
.blog .cat ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog .cat ul li {
  margin: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
.blog .cat ul li::before {
  display: none;
}
.blog .cat ul li span {
  float: right;
  border: 1px solid #FF731C;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  padding-top: 4px;
  color: #FF731C;
  font-size: 16px;
}
.blog .tags a {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.blog .tags a:hover {
  background: #ddd;
}

.contact .left {
  background: #0a4ca1;
  padding: 30px;
  color: #ffffff;
}
.contact .left .top i {
  width: 45px;
  height: 45px;
  line-height: 23px;
  padding: 10px;
  display: block;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.contact .left .top h2,
.contact .left .top h3 {
  color: #ffffff;
}
.contact .left .top h3 {
  font-size: 20px;
}

#single-nav {
  padding: 10px 0;
  display: none;
  background: #0a4ca1;
  z-index: 1040;
}
@media only screen and (max-width: 991px) {
  #single-nav {
    margin-top: 80px;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  #single-nav .navbar-cta {
    margin-left: -10px !important;
  }
}
#single-nav .nav-link {
  padding: 5px 12px !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  #single-nav .nav-link span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #single-nav .customize-icon {
    border: none;
  }
}
@media only screen and (max-width: 991px) {
  #single-nav .customize-icon span {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #single-nav .nav-link.book-now {
    margin-left: unset !important;
  }
}
#single-nav h2 {
  font-size: 30px;
}
#single-nav h2 .duration {
  font-size: 18px;
  text-transform: initial;
}
#single-nav .active {
  background: #FF731C;
}
#single-nav .active .nav-link {
  color: #ffffff !important;
}

aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff;
}
aside .video {
  margin-bottom: 30px;
}
aside .tripinfo ul {
  padding: 0px;
  position: relative;
}
aside .tripinfo ul li {
  list-style-type: none;
  padding-left: 30px;
}
aside .tripinfo ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 7px;
  color: #0a4ca1;
}
aside .book {
  background: aliceblue;
}
aside .book .pp {
  font-size: 20px;
  font-weight: 300;
  color: #0a4ca1;
}
aside .book .pp div {
  color: #FF731C;
  font-size: 24px;
}
aside .book .pp div span {
  text-decoration: line-through;
  color: #999;
}
aside .book .bpoints {
  line-height: 2;
  text-transform: uppercase;
  font-weight: 300;
  color: #0a4ca1;
}
aside .book .bpoints i {
  margin-right: 5px;
}
aside .book h3 {
  font-weight: 700;
  display: inline;
  color: #FF731C;
}
aside .enquiry h3 {
  color: #FF731C;
}
aside .sticky-top {
  top: 30px;
}
aside .related h5 {
  line-height: 1.4;
}
aside .related a {
  color: #242120;
}
aside .related img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  margin-bottom: 15px;
}
aside .related span {
  font-size: 16px;
}
aside .related hr {
  clear: both;
}

.s-links a {
  cursor: pointer;
  outline: none;
}
.s-links a.outline {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 100%;
  transition: all 0.2s linear;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
}
.s-links a.outline a {
  text-decoration: none;
}
.s-links a.outline:hover {
  color: white;
  background: #1172c4;
  border-color: white;
  transition: all 0.2s linear;
}
.s-links a.outline:active {
  border-radius: 4px;
}
.s-links a.fb {
  color: #005397;
}
.s-links a.fb:hover {
  background: #005397;
}
.s-links a.tw {
  color: #00aedd;
}
.s-links a.tw:hover {
  background: #00aedd;
}
.s-links a.in {
  color: #005397;
}
.s-links a.in:hover {
  background: #005397;
}
.s-links a.gp {
  color: #e3411f;
}
.s-links a.gp:hover {
  background: #e3411f;
}
.s-links a.yt {
  color: #ca3737;
}
.s-links a.yt:hover {
  background: #ca3737;
}
.s-links a.pi {
  color: #cb2027;
}
.s-links a.pi:hover {
  background: #cb2027;
}
.s-links a.ig {
  color: #000;
}
.s-links a.ig:hover {
  background: #333;
}

.enqbook {
  text-align: center;
}
@media (min-width: 767px) {
  .enqbook {
    display: none;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  background: #FF731C;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 1050;
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.sticky-top {
  top: 85px;
}

.image-source-link {
  color: #98C3D1;
}

.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  border: 1px solid #ccc !important;
}

.gform_wrapper.gravity-theme .gform_button {
  background: #0a4ca1;
  border: 1px solid #0a4ca1 !important;
  color: #ffffff;
  padding: 3px 25px;
  border-radius: 25px;
}
.gform_wrapper.gravity-theme .gform_button:hover {
  background: #FF731C;
  border: 1px solid #FF731C !important;
  color: #ffffff;
}/*# sourceMappingURL=app.css.map */