/** css for fonts **/
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;600;700;800&display=swap');


@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }

  .contact-info {
    padding-right: 100px;
  }

  .contact-form {
    padding-left: 85px;
  }
}

body,
html {
  font-family: 'Overpass', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.mt-lg-padding {
  padding: 80px 15px;
}

.mt-med-padding {
  padding: 60px 15px;
}

.mt-sm-padding {
  padding: 40px 15px;
}

.inner-section ul {
  padding-left: 30px;
}

.mt-lists li,
.inner-section li {
  position: relative;
  line-height: 28px;
  padding-left: 25px;
  font-family: 'Overpass', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

.mt-vehicle figure figcaption:before,
.mt-lists li:before,
.inner-section li:before {
  position: absolute;
  left: 0;
  top: 7px;
  background: #003366;
  width: 8px;
  content: '';
  height: 8px;
}
li {
  list-style: none;
}

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

a,
a:hover,
a:focus {
  outline: none;
  cursor: pointer;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'Overpass', sans-serif;
  color: #003366;
  margin-bottom: 15px;
  letter-spacing: -0.3px;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 40px;
  letter-spacing: -0.8px;
}

h2 {
  font-size: 34px;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
}

p {
  line-height: 30px;
  font-weight: 300;
  color: #302f31;
  margin-bottom: 20px;
}

h2.section-title {
  position: relative;
  z-index: 99;
}

.mt-content {
  margin-bottom: 40px;
}

blockquote p {
  font-size: 20px;
  line-height: 36px;
  border-left: 10px solid #fab127;
  padding: 15px 40px;
  margin: 40px 0;
  color: #fab127;
  letter-spacing: -1px;
}

.btn{
    padding: 12px 25px;
      transition: all 0.4s;
  border-radius: 0;
}

.mt-btn,
.btn-primary{
  color: #fff;
  padding: 12px 25px;
  background: #003366;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  border: none;
  transition: all 0.4s;
  border-radius: 0;
}

.mt-btn.btn-white {
  background: #fff;
  color: #333;
}

.mt-btn.btn-dark:hover {
  background: #003366;
}

.mt-btn:hover {
  background: #fab127;
  color: #fff;
}

.mt-btn i.far {
  font-size: 20px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.mt-med-padding {
  padding: 60px 0;
}

.text-primary{
    color:#003366 !important;
}

.srv-title {
  font-size: 24px;
  line-height: 33px;
  color: #004488;
}

.inner-title {
  font-size: 46px;
  color: #fff;
  margin: 0;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}

.breadcrumb {
  margin: 0;
  padding: 10px 0 0;
  background: none;
  justify-content: center;
}

ul.breadcrumb li {
  font-size: 18px;
  position: relative;
  color: #fff;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: #e4e1e1;
  content: '>';
}

ul.breadcrumb li a {
  text-decoration: underline;
  color: #fff;
}

ul.breadcrumb li a:hover {
  color: #f58026;
}

/** main css starts here **/
#bg-holder {
  position: relative;
}

.header-section.sticky-header .container-fluid {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  margin: 0;
  left: 0;
  right: 0;
}

.header-section.sticky-header .container-fluid {
  /* margin: 0; */
}

.header-section .container-fluid {
  margin: 0 100px;
  background: #fff;
  width: auto;
  padding: 0;
  overflow: hidden;
}

.hdr-phone {
  background: #fab127;
  height: 100%;
  text-align: center;
  width: 20%;
  float: right;
}

.hdr-phone h4 {
  margin-bottom: 0;
  color: #fff;
  line-height: 86px;
  font-family: 'Europa-Bold', sans-serif;
}

.hdr-phone span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.top-header.d-flex {
  justify-content: space-between;
  padding: 12px 0;
  align-items: center;
}

.hdr-right ul {
  display: flex;
  align-items: center;
}

.hdr-right li span {
  display: inline-block;
  margin-right: 5px;
}

.hdr-right ul li {
  margin-left: 40px;
  display: flex;
  align-items: center;
}
.hdr-right ul li a {
  color: #003366;
}
.hdr-right ul li a:hover {
  color: #fab127;
}

.hdr-right span img {
  width: 20px;
  height: 20px;
}

.logo img {
  height: 60px;
  margin-left: -10px;
}
.mbl-search {
  display: none;
}
.navigation-section {
  background: #003366;
}

.navbar-dark .navbar-toggler {
  color: white !important;
  border-color: transparent !important;
  padding: 8px 0;
}

.navbar-toggler:focus{
    box-shadow:none;
}

li.menu-item-has-children > a:before {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  padding-left: 7px;
  font-size: 10px;
  color: #c1b8b8;
  font-weight: 900;
  position: relative;
  top: 18px;
  right: -20px;
  position: absolute;
}

ul.navbar-nav.mr-auto {
  width: 100%;
  padding: 0;
}

.navbar .nav-item {
  padding: 0 60px 0 0;
  text-align: center;
}

.navbar .nav-item:hover > ul.submenu {
  display: block;
}

ul.submenu {
  position: absolute;
  top: 100%;
  z-index: 999;
  background: #003366;
  width: 300px;
  padding: 0px 30px 15px;
  text-align: left;
  left: -30px;
  display: none;
}

ul.submenu li a:hover {
  color: #fab127;
}

ul.submenu li a {
  font-size: 16px;
  margin: 15px 0;
  display: block;
  color: #fff;
  /* text-transform: uppercase; */
}

ul.navbar-nav li {
  position: relative;
}

.navbar .nav-item.current-menu-item .nav-link {
  color: #fab127;
}

.navbar .nav-item .nav-link {
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 15px 0px;
  display: inline-block;
  text-align: left;
  color: #fff;
  position: relative;
}

.navbar .nav-item .nav-link:hover {
  color: #fab127;
}

.navbar-dark .navbar-toggler-icon {
  background: url(../images/menu-icon.png) no-repeat center (center / cover) !important;
  float: right;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  vertical-align: middle;
  padding-right: 10px;
}

form.search-form {
  display: flex;
}

.search-div input:focus {
  outline: none;
  box-shadow: none;
}

.search-div input {
  width: 170px;
  font-size: 16px;
  border-radius: 0;
  height: 45px;
  min-height: auto;
}

.search-div button:hover {
  background: #fab127;
}

.search-div button {
  background: #003366;
  border: none;
  height: 45px;
  width: 45px;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/****banner-starts-here**********/
.billboard-slider {
  position: relative;
}

.hero-image {
  position: relative;
}
.hero-image:before {
  content: '';
  background: rgba(51, 50, 50, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  z-index: 9;
  top: 0;
}
.hero-image-caption {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 99;
}

.hero-image-caption h1 {
  line-height: 82px;
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #fff;
}

.hero-image-caption p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 36px;
}

/*** service section starts here ***/

#intro-section {
  position: relative;
  padding: 100px 0;
  margin: 20px 0;
}

.site-title {
  max-width: 823px;
  margin: 0 auto;
}

#intro-section .shape-1 {
  left: 0;
  top: 50px;
  position: absolute;
  display: inline-block;
  max-width: 600px;
}

.intro-image {
  padding-right: 0;
  position: relative;

}

.service-lists ul {
  margin-top: 40px;
}

.service-lists li {
  width: 50%;
  float: left;
  font-size: 18px;
  padding: 10px 0;
}

.service-lists li a {
  border-bottom: 1px solid #efefef;
  color: #131a15;
  padding-bottom: 5px;
}

.service-lists li a:hover {
  border-bottom: 1px solid #fab127;
  color: #fab127;
}

.service-lists li span {
  margin-right: 10px;
}

.green-box {
  position: relative;
  z-index: 9;
}

/** work place section **/
#work-place h2 {
  color: #003366;
}

.tourpackage-slider figure,
.workplace-slider figure {
  text-align: left;
  border: 1px solid #c4c4c4;
}

.tourpackage-slider figure figcaption,
.workplace-slider figure figcaption {
  padding: 25px 35px;
}

#work-place .owl-carousel .owl-stage-outer {
  padding: 0 0px 48px;
}

#work-place h4,
.abt-section h4 {
  font-size: 22px;
}

.work-image img {
  -webkit-box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 44px 0 rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

.workplace-slider,
.tourpackage-slider {
  margin-top: 40px;
}

/** why choose us section **/
#work-place {
  position: relative;
}

.shape-2 {
  display: block;
  position: absolute;
  right: 0;
  top: 100%;
}

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

.content-section h4 {
  font-family: 'Europa-Regular', sans-serif;
  font-size: 22px;
}

.content-section .mt-lists {
  text-align: left;
}
section#sry-msg {
  padding: 0;
}
/** testimonial section css **/
#testimonial-section {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}

#testimonial-section .single-popular-carusel {
  padding: 40px 0;
}

.owl-prev,
.owl-next {
  display: block !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  font-size: 24px;
  line-height: 50px;
  color: #666;
  text-align: center;
  left: -70px;
  transform: translateY(-50%);
}

.owl-next {
  left: auto;
  right: -70px;
}

.owl-prev:hover,
.owl-next:hover {
  -webkit-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.04);
  background: #fab127;
  color: #fff;
}

.owl-nav i.fas {
  -webkit-text-stroke: 1.5px white;
}

.owl-nav:hover i.fas {
  -webkit-text-stroke: 1.5px #fab127;
}

#testimonial-section .single-popular-carusel .user-testimonials {
  background: #eaeaea;
  padding: 30px;
  transition: all 0.4s;
}

#testimonial-section .single-popular-carusel .user-testimonials:hover {
  background: #4abdac;
}

.user-testimonials:hover h6,
.user-testimonials:hover .user-detail p {
  color: #fff;
}

.user-testimonials:hover .testimonial-contents p {
  color: rgba(255, 255, 255, 0.8);
}

.quote-icon {
  font-size: 26px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #cecece;
  text-align: center;
  line-height: 60px;
  margin: -60px auto 0;
}

.testimonial-contents p {
  position: relative;
  padding-top: 30px;
  color: #5a5a5a;
  letter-spacing: -0.5px;
  line-height: 25px;
}

.testimonial-contents h6 {
  font-size: 16px;
  margin-top: 30px;
}

/** mt-half-section css **/
#mt-half .container-fluid {
  padding: 0;
}

.mt-video {
  margin-right: 30px;
  height: 100%;
  background: url(../images/mid-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

#mt-half {
  background: #003366;
  margin: 60px 0 30px;
}

.abt-section {
  padding: 100px 200px 100px 20px;
}

.abt-section h2,
.abt-section h4,
.abt-section p {
  color: #fff;
}

.mt-image {
  margin: 40px 0;
}

/** faq section css **/
#faq-section {
  position: relative;
}

.log-shape {
  margin-bottom: 100px;
}

.shape-3 {
  position: absolute;
  left: 50%;
  top: -160px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.shape-4 {
  position: absolute;
  right: 0;
  background: url(../images/plant.png) no-repeat;
  width: 205px;
  height: 612px;
  top: 240px;
}

#faq-section h2 {
  text-align: center;
}

.faq-lists {
  margin: 30px 0;
}

.faq-lists .faq-wrap {
  border-bottom: 1px solid #d8d8d8;
}

.faq-lists h5 {
  font-size: 18px;
  padding: 15px;
  font-family: 'Europa-Bold', sans-serif;
  cursor: pointer;
  margin: 0;
}

.faq-lists p {
  margin-top: 5px;
  padding: 15px;
}

.faq-lists h5:hover {
  background: #f0f0f0;
}

.faq-lists h5 i.far {
  float: right;
  font-size: 24px;
}

.faq-lists h5.active {
  background: #09d1ae;
  color: #fff;
}

.faq-lists h5.active i.far:before {
  content: '\f056';
}

/** enquire-form section **/

.enquire-form {
  background: #fff;
  padding: 60px;
  margin: 40px 0 80px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}

.enquire-form h4,
.quick-contact h4 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.enquire-form .stateField{
    margin-bottom: 15px;
}
.form-control
{
  min-height: 48px;
  border: 1px solid #dee2e6;
  border-radius: 0;
  background: white;
  font-size: 16px;
}

.form-select{
      min-height: 48px;
  border: 1px solid #dee2e6;
  border-radius: 0;
  font-size: 16px;
}

.form-control:focus,
.form-select:focus{
  border: 1px solid orange;
  outline: none;
  box-shadow: none;
}

select{
    border-radius:0;
}

.quick-contact h4 {
  color: #fff;
  padding: 20px;
  border-bottom: 1px solid #fff;
  margin: 0;
}

.quick-contact .mt-btn:hover {
  background: #082542;
}

.quick-contact .mt-btn img {
  width: 18px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.quick-contact p {
  color: #fff;
  padding: 20px;
  margin: 0;
}

.form-group {
  margin-bottom: 25px;
}

textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
  max-width: 100%;
  resize: none;
  border-radius: 0;
  padding: 10px 12px;
}

p.site-info {
  background: #edfbf6;
  padding: 12px 20px;
  margin-bottom: 20px;
  line-height: 22px;
  color: #32d296;
}

.enquire-form .mt-btn {
  font-size: 18px;
  border: none;
  width: 100%;
  transition: all 0.4s;
  margin: 0;
}

.quick-contact {
  text-align: center;
  margin: 40px 0;
  color: #fff;
  background: orange;
}

.quick-contact .mt-btn {
  width: 100%;
  font-size: 22px;
  padding: 15px;
}

.shape-5 {
  display: block;
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-40%, -50%);
}

.bottom-image {
  padding: 0 50px;
}

#bottom-descriptions h1 {
  text-align: center;
  font-family: 'Timepos-Headline-Medium';
}

/** footer section css **/
.footer-section {
  background: #003366;
  padding-bottom: 0;
  position: relative;
}

.top-footer .col-lg-5 {
  padding: 0;
}

.footer-section .container-fluid {
  padding: 0 80px;
}

span.shape-7 img {
  width: 100%;
}

.ftr-logo {
  margin-bottom: 30px;
}
.ftr-logo img {
  margin: -10px 0;
  height: 120px;
}

.footer-section h6 {
  color: #fff;
  font-size: 16px;
  margin: 0 0 20px;
}

ul.ftr-contacts li i {
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  color: #003366;
  margin-right: 5px;
}

.footer-widgets li {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-section a:hover {
  color: #fab127;
}

.mid-footer.d-flex {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 40px 0 30px;
  padding: 30px 0;
  justify-content: space-between;
}

.ftr-affiliation.d-flex.align-items-center img {
  width: 50px;
  height: 50px;
  background: #fff;
  margin-left: 10px;
  object-fit: contain;
  border-radius: 50%;
  padding: 6px;
}

.ftr.social i:hover {
  background: #fab127;
  color: #fff;
}

.ftr.social i {
  width: 35px;
  height: 35px;
  background: #fff;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  margin-left: 15px;
  color: #003366;
}

.footer-widgets p,
.footer-widgets a {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 0px;
}

.ftr-affiliation h6 {
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}

p.ftr-info {
  max-width: 460px;
  padding-right: 40px;
}

ul.ftr-contacts li {
  display: flex;
  /*flex-wrap: wrap;*/
  margin-bottom: 20px;
}

ul.ftr-contacts span {
  color: #fff;
  width: calc(100% - 45px);
  padding-left: 5px;
  font-size: 16px;
}

ul.ftr-contacts span {
  color: #fff;
  width: calc(100% - 45px);
  padding-left: 5px;
  font-size: 16px;
  word-break: break-all;
}

.ftr-phone span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.ftr-phone h5 {
  color: #fff;
}

.top-footer {
  margin-bottom: 20px;
}

.shape-6 {
  position: absolute;
  bottom: 20px;
}

.bottom-footer p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.footer-widgets input {
  width: 192px;
  height: 48px;
  float: left;
  border: none;
  padding: 0 15px;
}

.footer-widgets button {
  background: #076756;
  border: none;
  width: 55px;
  height: 48px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}

.footer-widgets button:hover {
  background: #09d1ae;
}

#srv-banner {
  background: #004088;
  padding: 150px 0;
  max-height: 490px;
}

#srv-main-content {
  margin-top: -150px;
}

#srv-banner h2 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 600;
}

.srv-content,
.abt-content {
  margin: 40px 0;
}

.srv-content h3,
.abt-content h3 {
  color: #f15c22;
  font-size: 44px;
  margin-bottom: 30px;
}

/** why us section css **/
.mt-section h2 {
  color: #004088;
}

.main-content .mt-section {
  margin-bottom: 10px;
}

.mt-section h4 {
  font-size: 24px;
  color: #0a0a0a;
}

/**** inner page css *****/
.inner-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 350px;
  overflow: hidden;
}

.inner-banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.34);
  top: 0;
  left: 0;
}

.inner-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner.single-blog .inner-caption {
  position: absolute;
  top: 50%;
  z-index: 99;
  left: auto;
  text-align: left;
  transform: none;
  max-width: 80%;
}

.inner-banner.single-blog .inner-caption h1 {
  text-transform: initial;
}

.inner-banner .inner-caption {
  position: absolute;
  top: 50%;
  z-index: 99;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.mt-content.mt-documents a {
  margin-bottom: 30px;
  display: block;
}

.mt-content h2 {
  color: #fab127;
}

.nav-tabs {
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
  padding: 20px 0;
}

.nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  margin: 0 20px;
  font-weight: 600;
  color: #666;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #003366;
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #003366;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 1px solid #003366;
}

.mt-heading {
  padding: 40px;
  background: #fab127;
}

.mt-heading h2,
.mt-heading h5 {
  color: #fff;
  margin-bottom: 0px;
}

.mt-heading h5 {
  margin-top: 10px;
  font-family: 'Europa-Regular', sans-serif;
}

.secondary-section .enquire-form {
  margin: 0;
  box-shadow: none;
  background: #f8f8f8;
}

.primary-section {
  margin-bottom: 60px;
  padding-right: 20px;
}

.secondary-section .enquire-form {
  padding: 30px 25px;
}

.rental-slider {
  width: 90%;
  margin: 0 auto;
}

.mt-vehicle figure figcaption {
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.mt-vehicle figure figcaption:before {
  top: 7px;
}

.mt-vehicle {
  width: 20%;
  padding: 0 20px;
}

.vehicle-type {
  margin: 40px -20px 20px;
  flex-wrap: wrap;
}

.mt-services h2 a {
  color: #fab127;
}

.mt-services h2 a:hover {
  color: #30190e;
}

.mt-services li:before {
  content: '\f061';
  color: #cecece;
  top: 5px;
}

.secondary-section li a {
  padding: 5px;
  display: inline-block;
  color: #131a15;
}

.secondary-section li a:hover {
  color: #fab127;
}

.secondary-section ul {
  padding: 20px 15px;
}

.secondary-section li {
  border-bottom: 1px solid #ccc;
  padding-left: 25px;
}

.secondary-section li:last-child {
  border-bottom: none;
}

figure.mt-team:hover {
  transform: translateY(-1px);
  box-shadow: 0 30px 90px 0 rgb(31 36 48 / 10%);
}

figure.mt-team {
  border: 1px solid #c4c4c4;
  text-align: center;
  margin: 20px 0;
  transition: all 0.4s;
}

figure.mt-team img{
    width:100%;
    height:100%;
    aspect-ratio:1/1;
    object-fit:cover;
}

figure.mt-team h5 {
    font-size:18px;
  margin: 0;
}

figure.mt-team h6 {
  margin: 5px 0 0;
  font-size: 13px;
  color: #333;
}

figure.mt-team figcaption {
  padding: 15px 10px;
}

#inner-body {
  position: relative;
}

.tour-section .col-xl-4 {
  margin-bottom: 40px;
}

.mt-tour {
  padding: 12px;
  height: 100%;
  transition: all 0.4s;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.mt-tour:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 50px rgb(0 0 0 / 20%);
}

.mt-tour:hover h5 a {
  color: #fab127;
}

.mt-tour:hover img {
  transform: scale(1.05);
}

.mt-tour figure {
  margin: 0;
}

.mt-tour figure img {
  transition: all 0.4s;
  object-fit: cover;
}

.mt-tour h5 a {
  color: #003366;
}

.mt-tour h5 a:hover {
  color: #fab127;
}

.mt-tour figcaption {
  padding: 25px 0 5px;
}

.mt-tour h5 {
  margin: 0 0 10px;
  height: 58px;
  overflow: hidden;
}

p.duration {
  color: #aeaeae;
}

h4.price {
  color: #003366;
  text-align: right;
  margin: 0;
  padding-right: 10px;
}

h4.price img {
  display: inline-block;
  padding-right: 9px;
}

span.shape-10 {
  position: absolute;
  right: 0;
  top: -100px;
}

.table-div {
  border: 1px solid #c4c4c4;
  padding: 30px 20px;
  max-width: 600px;
  margin-bottom: 40px;
}

th,
td {
  text-align: left;
  padding: 7px 10px;
  vertical-align: initial;
}

.rate-table th,
.rate-table td {
  padding: 15px;
}

.rate-table th {
  color: #003366;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.rate-table tr {
  border-bottom: 0.5px solid #c4c4c4;
}

/*th {*/
/*  text-align: right;*/
/*  padding: 7px 20px;*/
/*}*/

.rate-table {
  font-size: 16px;
}

.rate-table td,
.rate-table th {
  text-align: center;
}

.rate-table tr th:first-child,
.rate-table tr td:first-child {
  text-align: left;
}

.rate-table.table-responsive table {
  min-width: 700px;
}

.two-col.d-flex .table-div,
.two-col .site-photos {
  width: 48%;
  padding: 0 30px;
}

.two-col.d-flex .table-div {
  padding: 30px 15px;
  margin-bottom: 0;
}

.mt-search {
  margin-bottom: 30px;
}

.two-col.d-flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-photos a {
  display: block;
  margin-bottom: 30px;
}

ul.days-lists span {
  color: #003366;
  font-weight: 600;
  width: 60px;
  margin-right: 15px;
}

.days-lists p {
  width: calc(100% - 60px);
}

ul.days-lists {
  padding: 0;
}

ul.days-lists li:before {
  display: none;
}

ul.days-lists li {
  padding-left: 0;
  display: flex;
  align-items: baseline;
}

.mt-inclusions {
  background: #fbfbfb;
  padding: 40px 80px;
  margin-top: 20px;
  max-width: 840px;
}

.mt-content.border-content:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mt-included:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}

.mt-content.border-content {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.related-packages {
  margin-top: 100px;
}

.mt-search input {
  width: 500px;
  height: 48px;
  padding: 0 15px;
}

.mt-search button {
  background: #076756;
  border: none;
  width: 55px;
  height: 48px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}

.mt-search button:hover {
  background: #09d1ae;
}

span.mt-date {
  font-size: 14px;
  color: #003366;
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

.text-normal {
    text-transform: none !important;
}


.mt-content.blog-section .col-xl-4 {
  margin-bottom: 40px;
}

.search-wrapper {
  padding-top: 40px;
  border-top: 1px solid #eee;
}

section.inner-banner.single-blog {
  height: 600px;
}

.mt-pagination {
  margin-top: 40px;
}

.pagination{
    justify-content:center;
    list-style:none;
    padding-left:0;
}

.pagination li{
    padding-left:0;
}

.pagination li a,
.pagination li span{
    width:30px;
  height: 30px;
  background: #cecece;
  border-radius: 0;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding:0;
}

.pagination li.active span{
    padding:0;
}

.pagination li.page-item.active a,
.pagination li.page-item.active span,
.pagination li a:hover {
  background: #003366;
  color: #fff;
  border-color:#003366;
}

.mt-date span {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
  display: block;
}

.inner-banner .mt-date {
  color: #fff;
  width: 70px;
  border-right: 1px solid #ffffff52;
}

.inner-caption.d-flex h1 {
  width: calc(100% - 70px);
  padding-left: 30px;
}

.blog-section ul {
  margin-bottom: 40px;
}

.wp-block-image {
  margin: 30px 0;
}

.mt-share h6 img {
  margin: 0 15px 0 0px;
}

.mt-share h6 {
  display: flex;
  align-items: center;
  margin: 0;
  margin-right: 20px;
}
.social-share a:hover {
  opacity: 0.7;
}
.social-share {
  display: flex;
  flex-wrap: wrap;
}
.social-share img {
  margin-right: 7px;
  height: 38px;
}
.mt-share.pt-4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.related-blogs {
  margin-top: 80px;
}

.inner-section.contact-body {
  padding-bottom: 100px;
}

.contact-info {
  border-right: 1px solid #ccc;
  padding-right: 70px;
}

.contact-form {
  padding-left: 65px;
}

#contact-form {
  padding: 60px;
  max-width: 400px;
}

#contact-form h2 {
  color: #133d65;
}

#contact-form .form-control {
  background: #fff;
  min-height: 48px;
  border-radius: 0;
  box-shadow: none;
}

h2.site-name {
  text-transform: initial;
  font-size: 30px;
  margin: 0 0 30px;
  color: #133d65;
}

.site-contact .site-content {
  width: calc(100% - 20px);
  padding-left: 20px;
}

.site-icon img,
.site-contact .site-icon {
  width: 20px;
}

.site-social li:before {
  display: none;
}

.site-social li {
  padding-left: 0;
}

.site-social li i:hover {
  background: #fab127;
}

.site-social li i {
  width: 40px;
  height: 40px;
  background: #003366;
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: all 0.4s;
  border-radius: 50%;
  margin-right: 12px;
}

.site-contact.no-border {
  border-bottom: none !important;
}

.site-contact {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.site-logo {
  margin-bottom: 30px;
}

.site-content span {
  display: block;
  color: #003366;
  font-weight: 600;
}

.site-content h5 {
  font-weight: 400;
  text-transform: inherit;
  font-size: 18px;
  margin: 0;
  color: #111;
}

#contact-form p {
  color: #707070;
}

.contact-info .mt-content a {
  color: #333;
}

.contact-info .mt-content a:hover {
  color: #fab127;
}

.google-map iframe {
  margin-bottom: -10px;
}

table tr {
  height: 25px;
}

.lg-bottom-padding {
  padding-bottom: 200px;
}

.search-content {
  margin-bottom: 40px;
}

.search-content h4,
.search-page h4 {
  font-family: 'Europa-Regular', sans-serif;
}
form.mbl-search-form {
  display: none;
  position: relative;
}
.recent-posts li:before {
  display: none;
}
.recent-posts ul {
  padding: 0;
  margin-bottom: 30px;
}
iframe {
  max-width: 100% !important;
}
.recent-posts li {
  padding-left: 0;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.mbl-search-form button {
  position: absolute;
  right: 0;
  background: #f28e4d;
  border: none;
  padding: 10px;
  width: 45px;
  height: 100%;
}
.mbl-search-form button:hover {
  background: #d47230;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #53d45f !important;
  border: none !important;
  padding: 0 !important;
  font-size: 20px !important;
  margin: 10px 0 !important;
  font-weight: 700 !important;
}

.toggle-trigger.card .card-body{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    align-items:center;
    justify-content:space-between;
}

.toggle-trigger.card .card-body .thumb{
    flex-shrink:0;
}



/**** media query css ****/
@media only screen and (max-width: 1400px) {
  .header-section .container-fluid {
    margin: 0 50px;
  }

  .nav-tabs .nav-link {
    margin: 0;
  }

  h2.site-name {
    font-size: 24px;
  }
  .contact-info {
    padding-right: 30px;
  }
  .navbar .nav-item {
    padding: 0 50px 0 0;
  }

  .navbar .nav-item .nav-link {
    font-size: 17px;
  }

  .abt-section {
    padding-right: 200px;
  }

  .hero-image-caption {
    width: 50%;
  }

  .intro-image {
    padding-right: 0;
    position: relative;

    max-width: 450px;
  }

  #intro-section .shape-1 {
    max-width: 500px;
  }

  .intro-image {
    padding-right: 0;
    position: relative;

  }

  .enquire-form .mt-btn {
    padding: 10px 18px;
    font-size: 16px;
  }
  .hdr-right ul li {
    margin-left: 25px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }

  #intro-section .shape-1 {
    max-width: 420px;
  }

  .quick-contact .mt-btn {
    width: 100%;
    font-size: 17px;
    padding: 15px;
  }

  .hdr-phone h3 {
    font-size: 22px;
  }

  .navbar .nav-item .nav-link {
    font-size: 16px;
  }
  .hdr-right .hdr-contact {
    display: none;
  }

  .hero-image img {
    height: 420px;
    object-fit: cover;
  }

  h4 {
    font-size: 18px;
  }

  .hero-image-caption h1 {
    font-size: 44px;
    line-height: 58px;
  }

  .hero-image-caption p {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .hdr-phone img {
    width: 22px;
  }

  .hdr-phone span {
    margin-right: 5px;
  }
  .hero-image-caption {
    width: 80%;
  }

  .hdr-phone {
    width: 200px;
  }

  .navbar .nav-item {
    padding: 0 17px;
  }

  nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 0 30px;
  }

  .tourpackage-slider figure figcaption,
  .workplace-slider figure figcaption {
    padding: 25px;
  }

  body,
  html {
    font-size: 17px;
  }

  .mt-btn,
  .btn-primary{
    padding: 10px 23px;
    font-size: 16px;
  }

  .abt-section {
    padding: 60px 100px 60px 20px;
  }

  .inner-title {
    font-size: 36px;
    line-height: 50px;
  }

  .two-col.d-flex .table-div,
  .two-col .site-photos {
    width: 50%;
  }

  .hdr-right ul li {
    margin-left: 25px;
    display: flex;
    font-size: 16px;
    align-items: center;
  }

  .search-div input {
    width: 220px;
  }
}

@media only screen and (max-width: 1080px) {
  #work-place h4,
  .abt-section h4 {
    font-size: 20px;
  }

  .abt-section {
    padding: 60px 100px 60px 20px;
  }

  .navbar .nav-item {
    padding: 0 15px;
  }

  nav.navbar.navbar-expand-lg.navbar-dark {
    width: auto;
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  .mt-share h6 {
    width: 100%;
    margin-bottom: 15px;
  }
  .social-share img {
    margin-right: 7px;
    height: 35px;
    margin-bottom: 7px;
  }
  .two-col.d-flex .table-div,
  .two-col .site-photos {
    width: 100%;
  }

  .two-col .site-photos {
    padding: 0;
  }

  .mt-vehicle {
    width: 33.333%;
    padding: 0 20px;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  h4,
  .content-section h4 {
    font-size: 20px;
  }

  .service-lists li {
    width: 100%;
  }

  #intro-section .shape-1 {
    max-width: 338px;
  }

  h2.site-name {
    font-size: 22px;
    font-weight: 600;
  }

  .top-footer .col-lg-5 {
    padding: 0 15px;
  }

  .mt-content {
    margin-bottom: 30px;
  }

  .shape-2 {
    background-size: 80%;
  }

  .abt-section {
    padding-right: 100px;
  }

  .navbar .nav-item .nav-link {
    font-size: 16px;
  }

  .hdr-phone h4 {
    font-size: 16px;
    line-height: 70px;
  }

  button.navbar-toggler {
    width: 100%;
  }

  button.navbar-toggler:focus {
    outline: none;
  }

  nav.navbar.navbar-expand-lg.navbar-dark {
    width: 50%;
  }

  .navbar .nav-item {
    padding: 0;
  }

  .navbar .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-section .container-fluid {
    position: relative;
  }

  nav.navbar.navbar-expand-lg.navbar-dark {
    width: 100%;
  }

  .hdr-phone {
    position: absolute;
    height: auto;
    top: 0;
    right: 0;
  }

  nav.navbar.navbar-expand-lg.navbar-dark.align-self-center {
    background: #003366;
  }

  ul.navbar-nav.mr-auto.d-flex.justify-content-center {
    padding-bottom: 30px;
  }

    .search-div {
    display: none;
  }

    .mbl-search {
    display: block;
  }
  .mbl-search-form {
    display: none;
  }
  form.mbl-search-form.active {
    display: block;
  }
    .mbl-search-form input:focus {
    outline: none;
    border: none;
  }
  .mbl-search-form input {
    width: 100%;
    background: #f5f5f5;
    border: none;
    height: 50px;
    padding: 0 25px;
    font-size: 18px;
  }

  a.src-btn {
    color: #312d64;
    display: block;
    line-height: 40px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    font-size: 24px;
    -webkit-text-stroke: 1px white;
  }
  .on .fa-search:before {
    content: '\f00d';
    font-size: 26px;
  }

  .logo {
    width: auto;
  }

  .shape-5 {
    width: 100%;
  }

  .footer-widgets {
    margin-bottom: 40px;
  }

  .top-footer {
    margin-bottom: 0;
  }

  h5 {
    font-size: 18px;
  }

  .ftr-logo,
  .ftr-phone h5 {
    margin: 0;
  }

  ul.submenu {
    position: relative;
    background: #003366;
    width: 100%;
    padding: 10px 30px 5px;
    display: none;
  }

  a.on + ul.submenu {
    display: block !important;
  }

  .navbar .nav-item:hover > ul.submenu {
    display: none;
  }

  .menu-item-has-children > a {
    position: relative;
  }

  .menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    content: '+';
    top: 8px;
    font-size: 28px;
    font-weight: 300;
  }

  .menu-item-has-children > a.on:after {
    content: '-';
    top: 8px;
  }

  .navbar .nav-item .nav-link:before {
    display: none;
  }

  .form-control {
    min-height: 40px;
  }

  .form-label{
      margin-bottom:0;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .mt-teams .nav-link {
    display: block;
    padding: 8px 15px;
    border: 1px solid #eee !important;
    border-radius: 0 !important;
    width: 50%;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    background: #003366 !important;
    border: none;
    color: #fff;
    border-bottom: 1px solid #003366;
  }

  .mt-content.mt-teams {
    padding: 0 12px;
  }

  .mt-inclusions {
    background: #fbfbfb;
    padding: 40px 30px;
    margin-top: 20px;
    max-width: 840px;
  }

  section.inner-banner.single-blog {
    height: 300px;
  }

  .contact-form {
    padding-left: 20px;
  }

  .contact-info {
    border-right: 1px solid #ccc;
    padding-right: 20px;
  }

  .site-name {
    text-transform: initial;
    font-size: 22px;
    margin-top: 30px;
    font-weight: 400;
  }

  .two-col.d-flex .table-div {
    margin-bottom: 40px;
  }

  .hdr-right .hdr-contact {
    display: none;
  }
  ul.navbar-nav.mr-auto {
    width: 100%;
    padding: 0 0 20px;
  }
  .navbar .nav-item:last-child .nav-link {
    border-bottom: none;
  }

  .toggle-trigger.card .card-body .info{
    flex:0 0 calc(100% - 95px);
}
}

@media only screen and (max-width: 768px) {
  .service-lists li {
    width: 50%;
  }

  .inner-banner .inner-caption {
    width: 90%;
  }
  .logo img {
    height: 70px;
  }
  .inner-title {
    font-size: 30px;
    line-height: 44px;
  }

  .contact-info {
    border-right: none;
    padding-right: 0;
  }

  .contact-form {
    padding-left: 0;
  }

  iframe {
    height: 300px;
  }

  .mid-footer.d-flex.align-items-center {
    display: block !important;
    text-align: center;
  }

  .ftr.social ul {
    justify-content: center;
    margin-top: 20px;
  }

  .ftr-affiliation.d-flex.align-items-center {
    justify-content: center;
    flex-wrap: wrap;
  }

  .mt-content.border-content {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .ftr-affiliation h6 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
    margin: 0 0 12px;
  }

  .ftr-affiliation.d-flex.align-items-center img {
    width: 65px;
    height: 65px;
    background: #fff;
    margin: 0 10px 10px;
    object-fit: contain;
    border-radius: 50%;
    padding: 6px;
  }

  p.ftr-info {
    padding: 0;
  }

  .mt-video {
    margin-right: 0;
    height: 300px;
  }

  .mt-image {
    position: relative;
    top: 0px;
    margin-top: 60px;
  }

  .ftr-shape {
    display: none;
  }

  span.shape-7 {
    width: 150%;
  }

  .ftr-phone h6 {
    font-size: 13px;
  }

  .footer-section .container-fluid {
    padding: 0 45px;
  }

  .hero-image img {
    height: 350px;
    object-fit: cover;
  }

  .ftr.social i {
    margin: 0 7px;
  }

  .primary-section {
    padding-right: 0;
  }
  .form-control {
    min-height: 48px;
  }
}

@media only screen and (max-width: 640px) {
  .header-section .container-fluid {
    margin: 0 30px;
  }

  .hero-image-caption {
    width: 60%;
    padding: 20px;
  }

  .inner-banner {
    height: 260px;
  }

  .inner-section ul {
    padding-left: 0;
  }

  .abt-section {
    padding-right: 30px;
  }

  .hero-image-caption h1 {
    font-size: 34px;
    line-height: 40px;
  }

  /* .intro-image.wow.fadeInDown.service-list.animated {
    display: none;
  } */

  .hero-image-caption p {
    display: none;
  }

  #intro-section .shape-1,
  #intro-section .shape-2 {
    display: none;
  }
  .owl-dot {
    width: 13px;
    height: 13px;
    background: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
  }
  .owl-dot.active {
    background: orange;
  }
  #work-place .owl-carousel .owl-stage-outer {
    padding: 0 0px 10px;
    margin-bottom: 40px;
  }
  .owl-dots {
    margin-bottom: 40px;
  }
  .owl-nav {
    display: none;
  }

  #mt-half {
    background: #003366;
    margin: 0;
  }

  .ftr-logo {
    margin-bottom: 30px;
  }

  .ftr-phone h6 {
    font-size: 14px;
  }

  #intro-section {
    position: relative;
    margin: 60px 0;
    padding: 0px;
  }





  .service-lists li {
    font-size: 16px;
  }

  .service-lists ul {
    margin-top: 0;
  }

  .mt-video {
    height: 240px;
  }

  .mt-video .front-btn i {
    font-size: 60px;
  }

  h3 {
    font-size: 22px;
    line-height: 34px;
  }

  section.inner-banner.single-blog {
    height: 300px;
  }

  .inner-banner.single-blog .inner-caption {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: auto;
    text-align: left;
    max-width: 90%;
    transform: translateY(-50%);
  }

  .inner-banner.single-blog .inner-caption h1 {
    text-transform: initial;
    font-size: 28px;
    line-height: 36px;
  }

  .inner-banner .mt-date {
    color: #fff;
    width: 55px;
    border-right: 1px solid #ffffff52;
  }

  .inner-caption.d-flex h1 {
    width: calc(100% - 55px);
    padding-left: 20px;
  }

  .inner-section.contact-body {
    padding-bottom: 60px;
  }

  .mt-vehicle {
    width: 33.333%;
    padding: 0 10px;
  }
  .vehicle-type {
    margin: 40px -10px 20px;
  }
  .mt-vehicle figure figcaption {
    margin-top: 10px;
  }
}

@media(max-width:575.98px){
    .toggle-trigger.card .card-body .type,
    .toggle-trigger.card .card-body .time,
    .toggle-trigger.card .card-body .seat,
    .toggle-trigger.card .card-body .price{
        flex:0 0 calc(50% - 10px);
    }
}

@media only screen and (max-width: 480px) {
  .header-section .container-fluid {
    margin: 0 20px;
  }

  .site-name {
    text-transform: initial;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;
  }

  .container {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    margin-right: auto;
    margin-left: auto;
  }

  .table-div {
    padding: 15px 0;
  }

  .footer-section .container-fluid {
    padding: 0 25px;
  }

  .hero-image img {
    height: 280px;
    object-fit: cover;
  }

  .bottom-footer p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 15px;
    margin-top: -15px;
  }

  .header-section {
    top: 20px;
  }

  .hdr-phone h4 {
    font-size: 14px;
    line-height: 70px;
  }

  .hdr-phone img {
    width: 18px;
  }

  .hdr-phone {
    width: 170px;
  }

  .header-section {
    top: 30px;
  }

  .hero-image-caption {
    width: 90%;
  }

  .col-xl-3.col-lg-4.col-6 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .mt-teams .tab-pane .row {
    margin-right: -7px;
    margin-left: -7px;
  }

  figure.mt-team h5 {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 20px;
  }

  figure.mt-team h6 {
    margin: 5px 0 0;
    font-size: 13px;
    color: #333;
  }

  .gallery-section .col-xl-4,
  .blog-section .col-xl-4,
  .tour-section .col-xl-4 {
    margin-bottom: 40px;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .tourpackage-slider.owl-carousel.owl-theme.owl-loaded,
  .workplace-slider.owl-carousel.owl-theme.owl-loaded {
    max-width: 95%;
    margin: 0 auto;
  }
  #work-place {
    padding-bottom: 00px;
  }
  .owl-next {
    left: auto;
    right: -30px;
  }
  section#billboard-section .owl-dots {
    display: none !important;
  }
  .owl-prev {
    left: -30px;
    right: auto;
  }
}

@media only screen and (max-width: 360px) {
  .banner-caption h1 {
    line-height: 32px;
    font-size: 24px;
  }

  #service-lists {
    padding: 40px 25px 0;
  }

  .srv-content h3,
  .abt-content h3 {
    color: #f15c22;
    font-size: 24px;
  }

  .abt-content h4 {
    font-size: 20px;
    line-height: 30px;
  }

  #srv-banner h2 {
    font-size: 24px;
  }

  .page-title {
    max-width: 290px;
  }

  .footer-widget {
    text-align: left;
  }
}

.header-section {
  transition: top 0.4s ease-in-out;
  width: 100%;
  z-index: 999;
}

.nav-up {
  top: -100px;
}

.nav-down {
  top: 0;
}

div#mt-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
}

div#mt-video a {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.album-group-info p,
div#mt-video p {
  font-size: 14px;
  color: #999;
}

h5.video-caption {
  font-size: 18px;
  margin-bottom: 5px;
}

.album-group {
  margin: 15px 10px 40px;
  position: relative;
  padding: 12px;
}

.album-group:after,
.album-group:before {
  content: ' ';
  position: absolute;
  z-index: 5;
  background-color: #fff;
  top: 0;
  left: 0;
  transition: all 0.4s;
  right: 0;
  bottom: 0;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 16%);
}

.album-group:hover:before {
  -webkit-transform: scale(1.01) rotate(-6deg);
  transform: scale(1.01) rotate(-6deg);
  box-shadow: 0 4px 16px 0 rgb(0 0 0 / 26%);
}

.album-group:before {
  -webkit-transform: scale(1.01) rotate(-3deg);
  transform: scale(1.01) rotate(-3deg);
}

.album-group figure {
  background: #fff;
  text-align: center;
  height: 180px;
  position: relative;
  z-index: 9;
}

.album-group figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-total {
  background: #061d7a;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 9;
  padding: 5px 10px;
  text-align: center;
}

.album-total h4 {
  font-weight: 600;
  position: relative;
  font-size: 22px;
  top: 5px;
}

.album-total p,
.album-total h4 {
  margin: 0;
  color: #fff;
}

.album-total p {
  font-weight: 500;
  font-size: 14px;
}

.album-group-info {
  background: #fff;
  padding: 5px;
  transition: 0.4s;
  position: relative;
  top: 0;
  z-index: 9;
}

.album-group-info h4 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 28px;
}

.album-group-info .mt-btn {
  background: transparent;
  padding: 0;
  color: #061d7a;
  margin-top: 0;
}

.album-group-info .mt-btn i {
  -webkit-text-stroke: 0.5px white;
  font-size: 18px;
  position: relative;
  top: 0;
  padding-left: 3px;
}

.album-group-info .mt-btn:hover {
  color: orange;
  background:transparent;
}

img.attachment-homepackage.size-homepackage.wp-post-image {
  height: 221px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: red !important;
  background: red !important;
  color: #fff;
}

.mbl-search-form .search-div button {
  background: #003366;
  border: none;
  height: 45px;
  width: 45px;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.fa-viber:before {
  content: '\f409';
  margin-right: 3px;
}
.fa-whatsapp:before {
  content: '\f232';
  margin-right: 3px;
}

a.scrollup,
a.scrollup:visited {
  bottom: 30px;
  color: #ffffff !important;
  float: right;
  line-height: 1.2;
  padding: 13px 17px;
  position: fixed;
  right: 13px;
  text-align: center;
  z-index: 999;
  border-radius: 4px;
  background: #ffa500;
}
.contact-div {
  background: #003366;
  padding: 17px;
}
.contact-div a {
  color: #fff;
  font-size: 16px;
  display: block;
  font-weight: 600;
}
.contact-div a:hover {
  opacity: 0.7;
}
.contact-icons i {
  font-size: 27px;
  margin-bottom: 10px;
}
.contact-icons i.fab.fa-whatsapp,
.contact-icons i.fab.fa-viber {
  color: #fff;
}

/* ----------------New CSS------------------ */

.banner {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
  color: var(--white-color);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-inner {
/*height:550px;*/
height:100%;
}

.banner-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.booking-form-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.booking-form {
  background-color: #fff;
}

.booking-form form {
  font-size: 16px;
}

.booking-form form .stateField {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

.booking-form form .stateField label {
  font-weight: 300;
  color: #6c6c6c;
  margin: 0 0 0 5px;
}

.booking-form form .stateField:nth-child(3) label {
  margin: 0;
}

.booking-form form .stateField select,
.booking-form form .stateField input {
  border: none;
}

.booking-form form .stateField select:focus,
.booking-form form .stateField input:focus {
  box-shadow: none;
  outline: none;
}

.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background-color: #003366;
  padding: 10px 15px;
  width: 100%;
}

.card {
  overflow: hidden;
  border-radius: 0;
}

.card .card-img {
  margin-bottom: 0;
}

.card .card-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/2.8;
  object-fit: cover;
}

.card-body {
  padding: 20px;
}

.toggle-row {
  background-color: #f6f6f6;
  margin-bottom: 10px;
}

.toggle-trigger {
  display: block;
  color: #222222;
  font-size: 16px;
  padding: 10px;
}

.thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.toggle-trigger p {
  color: var(--secondary-color);
  margin-bottom: 0;
}



.toggle-content {
  display: block; /* hidden by default */
  padding: 30px;
  background: #fff;
  border: 2px solid #f6f6f6;
}

/*.seat-wrap tr td {*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 5px;*/
/*}*/


.seat-wrap input[type='checkbox'] {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  background: url(../images/green-seat.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  transform:rotate(90deg);
}

.seat-wrap input:checked[type='checkbox'] {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  background: url(../images/yellow-seat.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}

input:disabled[type='checkbox'] {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
  background: url(../images/red-seat.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}

.seat-wrap {
  padding: 20px;
  border: 1px solid #003366;
  border-radius: 12px;
}

.form-check-input[type='checkbox'] {
  width: 18px;
  height: 18px;
  border-radius: 0;
}

.form-check-label {
  margin-top: 2px;
}
.form-check a {
  color: #003366;
  text-decoration: underline;
}

.form-check-input:checked {
  background-color: #003366;
  border-color: #003366;
}
.sidebar-card .card-header {
  color: #fff;
  background-color: #003366;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-card .card-body {
  background-color: #f6f6f6;
}

.point,
.place {
  color: var(--white-color);
  min-width: 50%;
  padding: 8px;
}

.point {
  text-align: center;
  background-color: #003366;
}

.place {
  background-color: var(--secondary-color);
}

.payment-gateway img {
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
  transition:ease all 0.3s;
}

.payment-gateway:hover{
    box-shadow:0 0 25px rgba(0, 0, 0, 0.18);
}

.itinerary strong{
   font-weight: 700 !important;
}

.form-check-input:checked[type=checkbox]{
    background-color:#003366;
}

.stateField [type="date"],
.destination-dropdown {
    color:#6C6C6C;
    -webkit-appearance: none; /* removes Safari’s default arrow + background */
    -moz-appearance: none;
    appearance: none;
    background: none !important; /* remove background */
    background-color: transparent !important; /* fully transparent */
}

.app-section{
	background-color:#F2F9F6;
}

		.app-btn{
		display:flex;
	}
	.app-btn img{
		flex-shrink:0;
		max-width:200px;
		width:100%;
	}

.app-screen{
		animation:updown 2s infinite alternate;
}

.book-box{
    background-color:#003366;
    padding:20px;
    color:#fff

}

@keyframes updown{
	0%{
		transform:translatey(-10px);
	}

		100%{
		transform:translatey(20px);
	}
}

/* ---------Respnosive------------ */


@media (min-width: 576px) {
  .banner-inner {
    /*aspect-ratio: 3 / 1.2;*/
    aspect-ratio: 16 / 7.6;
  }
}

@media (min-width: 768px) {
  .booking-form form {
    display: flex;
    align-items: center;
  }

  .booking-form form .stateField {
    flex: 0 0 26.6%;
    border-right: 1px solid #dddddd;
  }

  .booking-form form .btn-wrap {
    padding: 0 15px;
    flex: 0 0 20%;
  }
}


@media (min-width: 992px) {
  .point,
  .place {
    min-width: 170px;
  }
}

@media(max-width:575.98px){
    .navbar-toggler-icon{
        position:relative;
    }
        .navbar-toggler-icon:after{
            content:'Menu';
            position:absolute;
            top:52%;
            transform:translateY(-50%);
            left:-155%;
            font-size:18px;
            font-weight:400;
            color:rgba(255,255,255, .7);
        }

    .toggle-content{
        padding:12px;
    }

    .seat-wrap{
        padding:10px;
    }
    .booking-form-wrap{
        position:relative;
        padding-top:30px;
        background:#fff;
    }
    .booking-form-wrap h1{
        color:#000!important;
    }
    .booking-form input[type='date']{
        text-align:left!important;
    }
}

