*:focus {
  outline: none !important;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: "Oxygen", sans-serif;
}

body {
  overflow-x: hidden;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bc2220;
  border-radius: 100%;
  background: #fff;
  border: 1px #bc2220 solid;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #bc2220;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.red::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #df211e;
  opacity: 1; /* Firefox */
  font-size: 16px;
}

.red:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #df211e;
}

.red::-ms-input-placeholder { /* Microsoft Edge */
  color: #df211e;
}
.car-image {
  background: #f7f7f7 none repeat scroll 0 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 10px 50px;
}

.car-box-inner {
  background: #fff;
  height: 260px;
  margin: 20px 10px 50px 10px;
  border-radius: 10px 50px 10px 10px;
  text-align: left;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
#package a{
  text-decoration: none;
}
.car-box-inner:active{
  transform: scale(.92) !important;
  transition: .2s ease;
}

.pa {
  padding: 8px !important;
}

.header {
  margin: 20px auto 20px auto;
  width: 100%;
  text-align: center;
}

.header img {
  width: 400px;
}

.projects {
  margin: 20px auto;
}

.project {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.project img {
  width: 70px;
  height: 70px;
  cursor: pointer;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.project img:hover {
  transform: scale(1.05);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/* Centered text */

.centered {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 5px gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 100%;
  text-align: center;
}

.card-view {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 0;
  cursor: pointer;
  border-radius: 10px;
}

figure {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}

.card-view img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.card-view figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.card-view figure div:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.project a {
  text-decoration: none;
  color: #000;
  outline: none;
}

.project label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #606060;
  margin-top: 10px;
}

.welcome {
  text-align: center;
  width: 100%;
  margin-top:10px;
  font-size: 24px;
}

footer {
  position: fixed;
  height: 170px;
  bottom: 0;
  width: 100%;
}

.social {
  margin-left: 50px;
}

.lowest * {
  font-size: 12px !important;
  color: white;
  background: #730606;
}

.lowest a {
  color: #03c1b5;
}

.upper {
  height: 100px;
}

.bottom {
  background: #bc2220;
}

.accept {
  height: 15px;
  margin-left: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}

.social img {
  width: 50px;
  margin: 10px;
  float: left;
  cursor: pointer;
}

.follow {
  margin-top: 20px;
  font-size: 1.2em;
  color: #fff;
}

.footer-txt {
  text-align: center;
  margin-top: 15px;
  font-size: 1.2em;
  color: #fff;
}

.footer-txt a {
  color: #fff;
}

.package_menu{
  font-size:24px;
}

#subscribe {
  background: #ddd;
  padding-left: 15px;
  width: 60%;
  border-radius: 10px;
  height: 45px;
}

#btn-sub {
  width: 130px;
  background: #bc2220;
  border-radius: 10px;
  color: #fff;
  padding: 13px;
  border: 0;
}

.img-fluid {
  cursor: pointer;
  /*height: 240px;*/
  /*min-height: 240px;*/
}

.car-details {
  width: 100%;
}

.car-details a {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 700;
  color: #333;
  display: block;
}

.car-details a:hover {
  color: #bc2220;
}

.car-details h5 {
  font-size: 15px;
  padding: 5px;
  color: #606060;
}

@media (max-height: 1000px) {
  footer {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .centered {
    font-size: 18px;
  }
  .package_menu{
    font-size:22px;
  }
  footer {
    position: relative;
    width: 100%;
  }
  #btn-sub {
    width: 90px;
    padding-left: 10px;
  }
  .footer-txt {
    font-size: 0.9em;
    margin-top: 25px;
  }
  .img-fluid {
    height: 300px;
    min-height: 300px;
    width: 300px;
    min-width: 300px;
  }
  .border {
    border: 1px soild #808080;
    padding-top: 10px;
  }
  .tour_package{
    margin-top:130px;
   }
}
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 320px) and (max-width: 767px) {
  .tour_package{
    margin-top:130px;
   }
   .package_menu{
    font-size:22px;
  }
}
/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
  .welcome {
    margin-top:130px;
 }
 .package_menu{
  font-size:22px;
}
 .tour_package{
  margin-top:135px;
  text-align: center;
 }
  .social {
    margin-left: 20px;
  }
  .social img {
    width: 30px;
    margin: 5px;
  }
  .col-6 {
    padding: 0 !important;
  }
  .centered {
    font-size: 20px;
  }
  footer {
    position: relative;
    width: 100%;
  }
  #btn-sub {
    width: 90px;
    padding-left: 10px;
  }
  .upper {
    height: 180px;
  }
  .footer-txt {
    font-size: 1.1em;
    margin-top: 0;
  }
  .header img {
    width: 300px;
  }
  .border {
    border: 1px soild #808080;
    padding-top: 10px;
  }
  .card-view figure {
    margin: 10px 0;
  }
  .carousel-control-prev {
    margin-left: -15px !important;
  }
  .carousel-control-next {
    margin-right: -15px !important;
  }
}

.border {
  border: 1px solid #e9ecef !important;
  padding: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner
    .active.col-md-6.carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  .tour_package{
    margin-top:130px;
   }
}

@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner
    .active.col-sm-6.carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */

@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* LG */

@media (min-width: 991px) {
  /* show 4th item */
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  .carousel-inner
    .active.col-lg-3.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 100px;
  right: 40px;
  background: transparent;
  border-radius: 50px;
  text-align: center;
}

.float img {
  width: 40px;
  height: 40px;
}
/* Search Form */

.search-form {
  margin: 10px 20px;
}

#passenger {
  width: 220px;
}

.tab {
  display: inline-block;
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 7px 20px;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 10px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.aa {
  background: #bc2220;
  color: #fff;
}

.tabcontent {
  display: none;
  padding: 30px 0px;
}

.tabcontent-car {
  display: none;
  padding: 30px 0px;
}
/* Tabs */

.nav-link {
  color: #222;
  font-size: 14px;
}

@media (min-width: 400px) and (max-width: 1000px) {
      .welcome {
  margin-top:135px;
 }
  .head .nav-link {
    font-size: 16px;
  }
}

.nav-link:hover {
  color: #bc2220;
}

.nav-item .active {
  color: #bc2220 !important;
}

.inner {
  margin: 40px auto;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff !important;
  background-color: #bc2220;
}

.car-date {
  border-radius: 0;
  border: 0;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #aaa;
  width: 100%;
  background: #fff;
  padding: 6px;
}

#one-date,
#round_trip,
.btn {
  border-radius: 0;
  border: 0;
  font-size: 14px;
}

.daterangepicker select.yearselect {
  width: 45%;
}
.select2{
  font-family: 'FontAwesome', 'Second Font name';
}
.select2-results{
  font-family: 'FontAwesome', 'Second Font name';
}
.select2class {
  display: block;
}
/* .select2classes {
        display: block;
    }
     */
.select2-results__options::-webkit-scrollbar {
  width: 16px;
  background-clip: padding-box;
}
.select2-results__options::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  height: 8px;
  background-clip: padding-box;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #498eeb;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.select2-results__options::-webkit-scrollbar-button {
  display: none;
}
.select2 .selection .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
  height: 35px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-width: 0 0 1px 0 !important;
  border-radius: 0 !important;
}

.select2-results__option {
  color: #808080;
  padding: 8px 16px;
  font-size: 16px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #eee !important;
  color: #bc2220 !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #e1e1e1 !important;
}

.select2-dropdown {
  border: none !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.select2-container--default
  .select2-results__option[role="group"]
  .select2-results__group {
  background-color: #333333;
  color: #fff;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}

.select2-container .select2-selection--multiple {
  min-height: 2.05rem !important;
}

.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #fff !important;
  color: rgba(0, 0, 0, 0.26);
}

#from,
#to {
  margin-right: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

#one-date,
#round_trip {
  display: block;
  border-bottom: 1px solid #aaa;
  width: 100%;
}

.btn-search {
  margin-top:-12px;
  padding: 7px 25px;
  margin-left: 20px;
  border: 0;
  color: #fff;
  background: #bc2220;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.passenger {
  position: relative;
  border-bottom: 1px solid #aaa;
}

.btn-passenger {
  background: #fff;
  color: #bc2220;
  width: 100%;
  margin-top: -1px;
}

.nav-link:hover {
  color: #bc2220;
}

.nav-item .active {
  color: #bc2220 !important;
}

.inner {
  margin: 40px auto;
}

.view-passenger button {
  background: #fff;
  color: #888;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #bc2220;
}

.view-passenger button:hover {
  color: #bc2220;
}

.nav-pills .nav-link .active,
.show > .nav-pills .nav-link {
  color: #fff !important;
  background-color: #bc2220;
}

#date,
.btn {
  border-radius: 0;
  border: 0;
  font-size: 14px;
}

.name-holder {
  margin: 10px;
}

.name {
  padding: 5px 50px 5px 5px;
  font-size: 15px;
  display: flex;
  width: 110px;
}

.name i {
  margin: 2px 8px 0 0;
}

.view-passenger {
  position: absolute;
  background: #fafafa;
  z-index: 1;
  border: 1px solid #ddd;
}

.t-border {
    border: 1px solid #ddd;
  /*border-right: 1px solid #ddd;*/
  /*border-left: 1px solid #ddd;*/
  /*border-bottom: 1px solid #ddd;*/
}

.radio-view {
  /*height: 60px;*/
  font-size: 14px;
}

.add {
  width: 35px;
  height: 35px;
}

input[type="number"] {
  -moz-appearance: textfield;
  width: 24px;
  border: 0;
  text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

.col-7 {
  padding-right: 0 !important;
}

.form-control[readonly] {
  background-color: #fff;
}
/* .form-control{

            } */

input[type="radio"] {
  margin-right: 7px !important;
}

.form-group {
  padding: 4px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #overlay,
  #overlay1 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    cursor: pointer;
  }
  #passengers,
  #roundquantity {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .t-border{
    height:340px;
    margin-left:12px;
    margin-right:12px;
    margin-top:-14px;
  }
}

@media (max-width: 400px) {
  .col-full {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .t-border{
    height:345px;
    margin-left:12px;
    margin-right:12px;
    margin-top:-14px;
  }
  .welcome {
  margin-top:135px;
 }
}

.phone {
  z-index: 100;
  position: fixed;
  top: 197px;
  padding: 10px 0;
  left: 0;
  width: 24px;
  background: #fff;
  color: #bc2220;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 5px 5px 0;
}

.phone i {
  padding: 5px;
  font-size: 24px;
}

.inner-txt {
  display: flex;
  justify-content: space-between;
}

.phone a {
  color: #bc2220;
}

.txt {
  width: 30px;
  font-size: 14px;
  margin-right: 3px;
  writing-mode: vertical-rl;
}

.radio-label {
  font-size: 16px;
  font-weight: bold;
  color: #bc2220;
}
/* text animation*/

.text-banner {
  margin: 0 auto;
  background: #6c6969;
  border-radius: 10px;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#home-news {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #464646;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: relative;
}

.home_header {
  position: absolute;
  width: 100%;
  z-index: 99;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.home_header_on {
  z-index: 100;
}

.home_header strong {
  color: white;
}

.home_header span,
.home_header strong {
  position: relative;
  top: -50px;
}

.home_header_on *:nth-child(1) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out;
  -moz-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}

.home_header_on *:nth-child(2) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  -moz-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

.home_header_on *:nth-child(3) {
  top: 0;
  -webkit-transition: top 0.6s ease-in-out 0.3s;
  -moz-transition: top 0.6s ease-in-out 0.3s;
  transition: top 0.6s ease-in-out 0.3s;
}

.home_header_out *:nth-child(1) {
  top: 50px;
  -webkit-transition: top 0.6s ease-in-out;
  -moz-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}

.home_header_out *:nth-child(2) {
  top: 50px;
  -webkit-transition: top 0.6s ease-in-out 0.15s;
  -moz-transition: top 0.6s ease-in-out 0.15s;
  transition: top 0.6s ease-in-out 0.15s;
}

.home_header_out *:nth-child(3) {
  top: 50px;
  -webkit-transition: top 0.6s ease-in-out 0.3s;
  -moz-transition: top 0.6s ease-in-out 0.3s;
  transition: top 0.6s ease-in-out 0.3s;
}

@media (max-width: 400px) {
  #home-news {
    font-size: 14px;
  }
  .head .nav-link {
    font-size: 14px;
  }
  .t-border{
    height:345px;
    margin-left:12px;
    margin-right:12px;
    margin-top:-14px;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  #home-news {
    font-size: 18px;
  }
  .t-border{
    height:345px;
    margin-left:12px;
    margin-right:12px;
    margin-top:-14px;
  }
    .welcome {
  margin-top:135px;
 }
}

.shadow-effect {
  background: #fff;
  height: 350px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}

.testimonial-name {
  margin: -22px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 10px;
  margin-bottom: 50px;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.img-circle {
  width: 90px !important;
  height: 90px;
  margin: 0 auto 17px;
  border-radius: 50px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #3190e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

blockquote {
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.quotes {
  color: #099;
  font-size: 2em;
  line-height: 1;
}
/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content */

.modal-content {
  border: 0;
  /* background: linear-gradient(to bottom, #e76d6d 0%,#ae0a0a 100%); */
  color: #fff;
  margin: auto;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  width: 500px;
  height: 500px;
  text-align: center;
  font-family: "Cinzel", serif;
  border-radius: 20px;
}
/* The Close Button */

#promo-reg,
#promo-close {
  cursor: pointer;
  color: #bc2220;
  background: #fff;
}
#promo-reg:hover {
  color: #bc2220;
  background: #ddd;
}
#promo-close:hover {
  color: #bc2220;
  background: #ddd;
}
.promo-txt {
  padding: 5px 20px;
  /* background: #ddd;
  color: #bc2220;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05); */
}
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 0;
  padding: 10px;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.title-1 {
  font-size: 2.5em;
  margin: 25px;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000000;
}
.title-2 {
  font-size: 3em;
  font-weight: bold;
  color: gold;
  text-shadow: 2px 2px 4px #000000;
}
.title-3 {
  font-size: 2.5em;
  margin: 20px;
  text-shadow: 2px 2px 4px #000000;
}
.title-4 {
  font-size: 1.5em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #000000;
}
.btn-design {
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
/* The referral */
.plane {
  width: 550px;
  height: 550px;
  margin-left: -15px;
  border-radius: 12px;
}
.lang {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
.lang .btn {
  background: #fff;
  color: #bc2220;
}
.aa {
  background: #bc2220 !important;
  color: #fff !important;
}
.partner {
  margin-bottom: 50px;
}
.partner img {
  margin-top: 10px;
  width: 120px;
  height: 40px;
}

.heading h1:after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #bababa;
  margin-top: 4px;
}

.clear-fix {
  clear: both;
}

.hidden {
  visibility: hidden !important;
}

/* end global */

/* start of our services section */

#our-services {
  background: #fff;
  padding-top: 25px;
}

/* OUR SEERVICES LEFT SIDE */

#our-services .desc {
  width: 40%;
  float: left;
}

#our-services .desc .heading h2 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}

#our-services .desc .text {
  color: #555;
}

/* OUR SERVICES RIGHT SIDE */

#our-services .services {
  width: 60%;
  float: left;
}

#our-services .services .column {
  float: right;
  margin-right: 60px;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

#our-services .services .column .service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #fff;
  margin-bottom: 7px;
  border-radius: 20px;
  user-select: none;
  cursor: pointer;
  border: 1px solid #808080;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.1);
}

#our-services .services .column .service:hover {
  background: #28282e;
  color: #fff;
}
#our-services .services .column .service:active {
  transform: scale(0.95) !important;
}

#our-services .services .column .service:hover .service-icon {
  color: #fff;
}

#our-services .services .column .service .service-desc {
  transform: rotate(-45deg);
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.services a{
  color: #555;
  text-decoration: none;
}
#our-services .services .column .service .service-desc .service-icon {
  font-size: 24px;
  margin-bottom: 5px;
  color: #bc2220;
}

/* end of our services section */

/* media query */

@media all and (max-width: 967px) {
  #our-services {
    padding-top: 60px;
  }

  #our-services .desc {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }

  #our-services .services {
    width: 100%;
  }

  #our-services .services .column {
    transform: rotate(0deg);
    margin-right: 7px;
  }

  #our-services .services .column .service .service-desc {
    transform: rotate(0deg);
  }
}
.profile_container{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
}
#login{
    margin: 22px;
    padding: 5px 10px;
    box-shadow: 0 20px 30px #aeaeae8f;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    display: block;
    color:#bc2220;
    text-decoration:none;
}
.profile {
  position: relative;
  border-radius: 20px;
  width: 200px;
  margin: 20px;
}
.profile.open > .menu-button {
  color: #000;
}
.profile.open > .menu-dropdown {
  opacity: 1;
  border-radius: 11px;
  transition: opacity 0.2s, box-shadow 0.3s, border-radius 0.3s, -webkit-transform 0.2s 0s ease-out;
  transition: opacity 0.2s, box-shadow 0.3s, border-radius 0.3s, transform 0.2s 0s ease-out;
  transition: opacity 0.2s, box-shadow 0.3s, border-radius 0.3s, transform 0.2s 0s ease-out, -webkit-transform 0.2s 0s ease-out;
  -webkit-transform: none;
          transform: none;
}

.menu-button {
  background: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: none;
  padding: 0 8px;
  padding-right: 20px;
  height: 44px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  outline: none !important;
  background-color: transparent;
  z-index: 10;
  position: relative;
}
.menu-button > img {
  border-radius: 100%;
  height: 30px;
  width: 30px;
  margin-right: 13px;
  cursor:pointer;
}

.menu-dropdown {
  box-shadow:0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
  opacity: 0;
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 0;
  z-index: 1;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  overflow: hidden;
  border-radius: 22px 22px 11px 11px;
  transition: opacity 0.2s, box-shadow 0.4s, border-radius 0.4s, -webkit-transform 0s 0.2s ease-out;
  transition: opacity 0.2s, box-shadow 0.4s, border-radius 0.4s, transform 0s 0.2s ease-out;
  transition: opacity 0.2s, box-shadow 0.4s, border-radius 0.4s, transform 0s 0.2s ease-out, -webkit-transform 0s 0.2s ease-out;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  padding-top: 44px;
}
.menu-dropdown .content {
  overflow: hidden;
  padding: 8px 12px 2.6666666667px;
}
.menu-dropdown .content > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-dropdown .content > ul > li {
  list-style: none;
  font-size: 16px;
  margin: 0 0 15px;
  padding: 0;
  cursor: pointer;
}
.menu-dropdown .content > ul > li a{
  text-decoration: none;
  color:#bc2220;
  font-weight:100;
}
.menu-dropdown > .menu-button {
  border: none;
  color: #000;
}
.round-date{
  width: 50% !important;
  border: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
/* The referral */
  .welcome {
  margin-top:135px;
 }
.modal-content {
    margin-top: 70px;
    width: 350px;
    height: 310px;
  }
  .plane {
    width: 350px;
    height: 350px;
    margin-left: -15px;
    margin-bottom: 10px;
 
  }
  .title-1,
  .title-3 {
    font-size: 1em;
    margin: 10px;
  }
  .title-2 {
    font-size: 1.5em;
  }
  .title-4 {
    font-size: 1em;
  }
  .btn-design {
    padding: 10px;
  }
  .lang {
    top: 100px;
  }
  .profile_container{
    top: 70px;
  }
  .menu-button {
    color: transparent;
  }
  .profile.open > .menu-button {
    color: #000;
  }
}