body {

  background-color: #fff;
  position: relative;

  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto", sans-serif;
  color: #000000;

}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

/* p {
  color: #b3b3b3;
  font-weight: 300;
} */



a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

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

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

.top-bar {
  padding: .5rem 0;
  background: #eee;
}

.top-bar a {
  color: #666666;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: #000 !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.site-logo img {
  max-height: 40px;
  border-radius: 5px;
  background: transparent;
  padding: 4px;
}

.dropdown-toggle {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 4px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.container-tab {
  background: #83909b4f;
  padding: 14px;
  border-radius: 10px;
}

.jumbotron {
  background-attachment: fixed;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  background-color: #a8d1ff;
  ;
  z-index: 2;


}

.tab-pane {
  background: white;
  color: black;
  padding: 20px;
  border-radius: 0px 0px 11px 11px;
}

.service-icon {
  /* font-size:36px; padding: 30px 0px; 
  transition: transform .3s; Animation */
  width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(40,125,250,0.1);
    font-size: 27px;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-align: center;
    margin: auto;
    margin-bottom: 40px;
    transition: all 0.3s ease-out 0s;
  line-height: 80px;
  font-size: 34px;
    font-size: 34px;
    color: #287dfa;
}

.service-icon:hover {

  transform: scale(1.2);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

h5 {
  font-size: 20px;
  color: #0d233e;
  margin-bottom: 13px;
}

.service-block {
  font-size: 16px;
  color: #5d646d;
  line-height: 27px;
  z-index: 1;
  margin-bottom: 30px;
}


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

::selection {
  background: #a8d1ff;
}


/* .service-icon::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(40,125,250,0.1);
} */

.flag-icon-us{
  background-image: url(images/us.svg);
}
.card-blk::before {
  background: rgba(40,125,250, 0.2);
  padding: 10px;
  border-radius: 50px;
}

.nav-tabs .nav-link {
  border: 0;
  font-weight: bolder;
  color: white;
}

.col-lg-12 {
  padding: 0px;
  margin: 0px;
}
.card-section{
  padding: 60px 0px 60px 0px;
}

.row1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-flow: wrap;
  
}

.card {
  width: 27%;
  background: #fff;
  margin-bottom: 20px;
  display: flex;
margin-left: 21px;
border-radius: 6px;
 box-shadow:  0 0 40px rgb(82 85 90 / 10%);
 border: 0px solid transparent;
/* min-height: 132px; */
cursor: pointer;
align-items: center;
    justify-content: center;
    flex-direction: row;
    min-height: 132px;
}

.card-header {
  padding: 0px 12px;
  background: #e4e8ef;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 6px;
}
.card-header img{
  width: 104px;
  padding: auto;
}

.card-body {
  padding: 12px;
  font-size: 16px;
  width: 70%;
}

.card-body h6{
color: rgb(69, 69, 255);
margin: 5px 7px;
    font-size: 16px;
  }

hr {
    border-top: 1px dashed #3e4144;
    background-color: transparent;
    margin: 12px 6px;
    opacity: .25;
}

.card-body p{
  color: #000;
    font-weight: bold;
    margin: 0;
}
.from{
color: rgb(33, 62, 255);}
.currency{
    color: #0d233e;
    font-size: 17px;
    font-weight: 700;
}

.card:hover {
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 1000px) {
  .card {
    width: 40%;
  }
}

@media screen and (max-width: 620px) {
  .container {
    width: 100%;
  }

  .card {
    width: 80%;
  }
}
.sec-heading{
  text-align: center;
 position: relative;
}
.row-title{
  font-size: 22px;
    color: #0d233e;
    font-weight: 700;
    line-height: 55px!important;
}
.row{
  padding: 0px;
  margin: 0px;
}

.owl-carousel{

  padding-top: 30px;
  background-color: #f5f7fc;
  padding-bottom: 40px;
}
.item{
  opacity:0.4;
  transition:.4s ease all;
  margin:0 20px;
  transform:scale(.8);
}
@media(max-width:1000px){
  .item{margin:0; transform:scale(.9)}
}
.active .item{
  opacity:1;
  transform:scale(1);
} 


.inner{position:absolute; bottom:30px; left:0; right:0; text-align:center;}
.inner a{color:#fff; text-decoration:none; border-bottom:2px solid rgba(255,255,255,0.5); transition:.3s ease border-color}
.inner a:hover{border-color:#fff;}
.black .inner a{color:#000; border-color:rgba(0,0,0,0.4)}
.black .inner a:hover{border-color:#000;}

/* .owl-carousel:after{content:""; display:block; position:absolute; width:8%; top:0; bottom:0; left:50%; margin-left:-4%; pointer-events: none; background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/43033/aett_logo_slider.png) no-repeat center 50%; background-size:100% auto;
} */

.owl-controls{position:absolute; margin-top:300px;}
.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  border: 2px solid rgb(16, 18, 155) !important;
  transition: all 0.3s ease;
}

.owl-dot:hover,
.owl-dot.active {
  background-color: #fff !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 45%;
  transform: translate(-50%, -50%);
}

.owl-prev {
  left: 40px;
}

.owl-next {
  right: 20px;
}

.arrow-slide,
.arrow-slide {
  font-size: 20px;
  color: black;
  transition: all 0.2s;
  padding: 12px;
  background-color: #fff;
  border-radius: 50px;
}

.arrow-slide:hover,
.arrow-slide:hover {
  color: #fff;
  background-color: blue;
}
.card-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 100;
  padding: 10px;
}
.owl-item{
      width: 357.333px;
      background: white;
    margin-right: 30px;
    border-radius: 10px;
}
.padding-top-50px{
  padding-top: 50px;
}
.owl-stage{
  /* transform: translate3d(-3485px, 0px, 0px); */
    transition: all 0.7s ease 0s;
    /* width: 7360px; */
}


.name-profession{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2px;
  color: black;
} 

.name-profession .name{
  font-size: 20px;
  font-weight: 600;
  color: black;
    transition: all .3s;
    margin: 0;
    cursor: pointer;
}
.name:hover{
  color: #287dfa;
}

.name-profession .profession{
  font-size: 15px;
  margin: 0;
}

.item .rating{
  display: flex;
  /* align-items: center; */
  background-color: rgb(230, 76, 76);
  margin-top: 15px;
    padding: 5px 0px;
    border-radius: 10px;
   
}

.item .rating i{
  font-size: 14px;
  margin: 0 2px;
  color: white;
}

.item{
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  transition: all 0.7s ease 0s;

}
.item a{
  text-decoration: none;

}
.item img{

  border-radius: 10px;
  height: 200px;
}

.item .button{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding: 8px 0px;
  font-size: 14px;
  cursor: pointer;
}
.owl-stage-outer{
  padding-top: 20px;
}
.badge{
  position: absolute;
    background-color: #40cc6f;
    top: -10px;
    left: 20px;
    padding: 6px 11px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 15px !important;
    font-weight: 500;
    z-index: 1;
    color: #fff;
}
.item:hover {
  transform: scale(1.01);
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}
.item .button .aboutMe{
  color: #0d233e;
  font-size: 18px;
  padding-right: 4px;
  font-weight: 500;
}
.item .button .hireMe{
    color: #0d233e;
    transition: all .3s;
    font-size: 15px;
}
.price{
  font-size: 15px;
  font-weight: 400;
}
.detail-ico{
  font-weight: 100;
  font-size: 14px;
}
.container-fluid{
  /* padding-top: 60px; */
  background-color: #f5f7fc;
}
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}
}
.container{
  /* width: 100%; */
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
.text-center{
  text-align: center;
}
.section-heading .section-title{
  font-size: 22px;
    color: #0d233e;
    font-weight: 700;
    /* line-height: 55px!important; */
}
.line-height-55 {
  line-height: 55px!important;
}
.section-padding {
  padding-top: 20px;
  padding-bottom: 90px;
}
.sec_title_left {
  color: #000;
  font-size: 22px;
}
.left-line:before {
  content: '';
  height: 3px;
  width: 140px;
  position: absolute;
  margin-top: 37px;
  margin-left: 0;
  z-index: 1;
  background: #000;
  background: linear-gradient( 90deg ,#76afdf 0,#0044c0 100%);
}
.bottom-line:before {
  content: '';
    height: 3px;
    width: 140px;
    margin: auto;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    z-index: 0;
  /* background: #000; */
  background: linear-gradient( 90deg ,#000 0,#0044c0 100%);
}
.card-item .card-img img {
  width: 100%;
  border-radius: 10px;
  height: 250px;
}
.destination-card {
  /* border-radius: 10px !important; */
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  transition: all 0.7s ease 0s;
}
.destination-card .card-img:before {
  background-color: #0d233e;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  z-index: 1;
  border-radius: 5px;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.card-item .card-img .badge {
  position: absolute;
  background-color: #287dfa;
  top: 20px;
  left: 20px;
  padding: 6px 11px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 15px !important;
  border-radius: 30px;
  font-weight: 500;
  z-index: 1;
  color: #fff;
  transition: all .3s;
}
.destination-card .dest-card-body {
  position: absolute;
  bottom: -50px;
  width: 100%;
  z-index: 2;
  transition: all .3s;
  padding: 25px 30px;
    min-height: auto;
    color: red;
    margin-bottom: 0.25em;
}
.mr-1 {
  margin-right: 0.25rem!important;
}

.align-items-center {
  align-items: center!important;
}
.d-flex {
  display: flex!important;
}
.rating-text{
  color: white;
}
.card-title{
  color: white;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}
.justify-end{
  justify-content: flex-end;
}
.card-price {
  font-size: 15px;
  color: white;
}
.price-num{
  font-size: 18px;
    padding-left: 4px;
    font-weight: 500;
}
.dest-card-body:hover{
  bottom: 30px;
}
small{
  font-style: normal;
}
.destination-card:hover{
  transform: scale(1.01);

}
.hotel-info {
  background-color: #0d233e !important;
  background-image: none;
  padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.hotel-info:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 55'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23fff' stroke-width='7' opacity='.1'%3E%3Cpath d='M-345 34.5s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 48.3 0 48.3s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 20.7s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 34.5 0 34.5s115-13.8 115-13.8S172.5 6.9 230 6.9s115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8m-920 27.6s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 62.1 0 62.1s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3Cpath d='M-345 6.9s57.5-13.8 115-13.8S-115 6.9-115 6.9-57.5 20.7 0 20.7 115 6.9 115 6.9 172.5-6.9 230-6.9 345 6.9 345 6.9s57.5 13.8 115 13.8S575 6.9 575 6.9'/%3E%3Cpath d='M-345-6.9s57.5-13.8 115-13.8S-115-6.9-115-6.9-57.5 6.9 0 6.9 115-6.9 115-6.9s57.5-13.8 115-13.8S345-6.9 345-6.9 402.5 6.9 460 6.9 575-6.9 575-6.9m-920 69s57.5-13.8 115-13.8 115 13.8 115 13.8S-57.5 75.9 0 75.9s115-13.8 115-13.8 57.5-13.8 115-13.8 115 13.8 115 13.8 57.5 13.8 115 13.8 115-13.8 115-13.8'/%3E%3C/g%3E%3C/svg%3E%0A"), linear-gradient(80deg, #000000, #01060d);
  position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    animation: background-move 20s cubic-bezier(0, 0, 0.32, 0.72) infinite;    background-size: 100vw auto,100% 100%;
    opacity: 0.2;
    z-index: -1;
}
.sec_title_list {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}
.hotel-night-info p{
  font-size: 14px;
  line-height: 28px;
  margin-bottom: -10px;}
.list-items li{
  color: white;
  list-style: none;
  background: rgb(238 238 238 / 26%);
    border-radius: 4px;
    padding: 8px 20px !important;
}
.fa.fa-hotel:before {
  content: "\f236";
}

.career-form {
  background-color: #4e63d7;
  border-radius: 5px;
  padding: 0 16px;
}

.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.career-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.career-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.career-form .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career-form .select-container {
  position: relative;
}

.career-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: '\F2F9';
  font-family: "Material-Design-Iconic-Font";
}