/*----------------------------------------------------------------------------------- 

Template Name: Tripex - Travel & Tour Booking HTML Template
URI: pixelfit.agency
Description: Tripex is a clean and elegant Travel & Tour Booking HTML template designed for travel agencies, tour operators, and booking platforms. With its modern layout and smooth user experience, it allows you to beautifully showcase destinations, tour packages, and booking options all in one place. Perfect for creating a professional online presence with style and simplicity. 
Author: Pixelfit
Author URI: https://themeforest.net/user/pixelfit
Version: 1.0 


------------------------------------------------------
   CSS INDEX
-----------------------------------------------------

    # Components
        # Base CSS
        # Common CSS
        # Preloader CSS
        # Offcanvas CSS
        # Animation CSS
        # Button CSS
        # Header CSS
        # Footer CSS
-------------------------------------------------------    */
/*---- 

====================
1. Base CSS
    # base  CSS
====================

----*/
/* Base CSS */
:root {
  --primary-color: #73B458;
  --secondary-color: #F29727;
  --heading-color: #11221C;
  --primary-black-color: #11221C;
  --gray-color: #EAF4E6;
  --white-color: #ffffff;
  --text-color: #737373;
  --border-color: #EEEFEF;
  --heading-font: 'Norsy';
  --body-font: 'Norsy';
  --accent-font: 'sans-serif';
  --custom-font: "Norsy", sans-serif;
}

@font-face {
  font-family: 'Norsy';
  src: url('../fonts/norsy-regular.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0px;
  color: #0a0606b5;
  opacity: 1;
  font-family: var(--custom-font);
}

h1 {
  font-size: 75px;
  line-height: 100px;
}

h2 {
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -0.03em;
}

h3 {
  font-size: 24px;
  line-height: 40px;
}

h4 {
  font-size: 18px;
  line-height: 32px;
}

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

h6 {
  font-size: 18px;
  line-height: 28px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

button {
  border: none;
}

label {
  margin-bottom: 0;
}

iframe {
  width: 100%;
  border: none;
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  font-weight: normal;
  font-style: normal;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

main {
  display: inline-block;
  width: 100%;
}

/*===== Scrollbar =====*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #abafb9;
}

::-webkit-scrollbar-thumb {
  background-color: #13172b;
}

/*---- 

====================
01. Base CSS
    # Common CSS
====================

----*/
@media (min-width: 1451px) {
  .container {
    max-width: 1314px;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .container {
    max-width: 1200px;
  }
}

.p-r {
  position: relative;
}

.bg_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.font-200 {
  font-weight: 200;
}

.form-group {
  position: relative;
}

label {
  margin-bottom: 0;
}

.form_control {
  width: 100%;
}

.text-white p,
.text-white h6,
.text-white h5,
.text-white h4,
.text-white h3,
.text-white h2,
.text-white h1 {
  color: var(--white-color);
}

.thin-200 {
  font-weight: 200;
}

.sub-title {
  font-size: 25px;
  line-height: 0;
  letter-spacing: 0.01em;
  font-family: sans-serif;
  color: #1f3a5f;
}

/* Section Title */
.section-title .sub-title {
  margin-bottom: 13px;
}

/* .section-title h2 {
  margin-bottom: 20px;
} */
@media (max-width: 1650px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 991.98px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .content p{
      text-align: Start;
  }
 
}
@media only screen and (min-width: 350px) {
 .tripex-iconic-box.bestie{ height: auto; } p{ text-align: Start; }
 
}

/* Check List */
.check-list.style-one li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.check-list.style-one li:not(:last-child) {
  margin-bottom: 13px;
}

.check-list.style-one li i {
  margin-right: 10px;
  color: #ab2627;
}

.check-list.style-two li {
  position: relative;
  padding-left: 15px;
}

.check-list.style-two li:not(:last-child) {
  margin-bottom: 10px;
}

.check-list.style-two li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ab2627;
}

/* Floatig Animation */
.animate-float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.animate-float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* Rotate360 */
.rotate360 {
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}

/* ZoomInOut */
.zoomInOut {
  -webkit-animation: zoomInOut 6s linear infinite;
  animation: zoomInOut 6s linear infinite;
}

/* Nice Select */
.nice-select:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  right: 8px;
  position: absolute;
  top: 11px;
}

/* Ratings */
.ratings i {
  color: #1f3a5f;
}

/* Form Check & Radio */
.form-check {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}

.form-input-radio {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  margin-right: 10px;
}

.form-input-radio:checked {
  border-color: #1f3a5f;
}

.form-input-radio:checked:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1f3a5f;
}

/* Tripex Switch Box */
.tripex-switch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tripex-switch-box span {
  margin-right: 10px;
}

.tripex-switch-box .switch {
  display: inline-block;
  height: 26px;
  position: relative;
  width: 50px;
}

.tripex-switch-box .switch input {
  display: none;
}

.tripex-switch-box .switch input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}

.tripex-switch-box .switch .slider {
  background-color: #1f3a5f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin-right: 0;
  cursor: pointer;
}

.tripex-switch-box .switch .slider.round {
  border-radius: 15px;
}

.tripex-switch-box .switch .slider:before {
  background-color: var(--white-color);
  position: absolute;
  bottom: 3px;
  left: 3px;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pagination */
.tripex-pagination ul li {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
}

.tripex-pagination ul li a {
  width: 45px;
  height: 45px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}

.tripex-pagination ul li a:hover {
  background-color: #ab2627;
  color: var(--white-color);
}

/* Offcanvas Panel */
.tripex-offcanvas-panel {
  position: fixed;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 460px;
  height: 100%;
  padding: 20px 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -460px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--white-color);
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tripex-offcanvas-panel.panel-on {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}

.tripex-offcanvas-panel .panel-header {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 40px;
}

.tripex-offcanvas-panel .panel-header .panel-close-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  background-color: #1f3a5f;
  cursor: pointer;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item {
  border-radius: 14px;
  overflow: hidden;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail {
  position: relative;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail img {
  border-radius: 10px;
  width: 100%;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .features-tag {
  position: absolute;
  top: 25px;
  left: 30px;
  z-index: 1;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .offer,
.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .tag-text {
  background-color: #1f3a5f;
  color: var(--white-color);
  padding: 8px 15px;
  line-height: 1;
  font-family: var(--custom-font);
  font-weight: 600;
  border-radius: 10px;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .offer {
  background-color: #ab2627;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .thumbnail .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 30px 18px;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 34, 28, 0)), to(#11221C));
  background: linear-gradient(180deg, rgba(17, 34, 28, 0) 0%, #11221C 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .content h4 {
  color: var(--white-color);
}

.tripex-offcanvas-panel .panel-box .sidebar-tour-item .content .ratings a {
  margin-left: 5px;
  color: var(--white-color);
}

.tripex-offcanvas-panel .panel-box .panel-info-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -10px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 40px;
}

.tripex-offcanvas-panel .panel-box .panel-info-list .panel-info-box {
  width: 50%;
  padding: 0 10px;
}

.tripex-offcanvas-panel .panel-box .panel-info-list .panel-info-box .content span i {
  color: #1f3a5f;
  margin-right: 7px;
}

.tripex-offcanvas-panel .panel-box .panel-info-list .panel-info-box .content h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.tripex-offcanvas-panel .panel-box form {
  padding-bottom: 20px;
}

.tripex-offcanvas-panel .panel-box .form_control {
  border-radius: 28px;
  border: 1px solid var(--border-color);
  padding: 12px 170px 12px 25px;
}

.tripex-offcanvas-panel .panel-box .theme-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 5px 5px 25px;
}

/*====== Start Back to top css ======*/
.back-to-top {
  border-radius: 50%;
  bottom: 30px;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 337;
  color: var(--white-color);
  background-color: #ab2627;
}

.back-to-top:hover {
  background-color: #1f3a5f;
}

/* Preloader CSS */
.preloader {
  bottom: 0;
  height: 100vh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white-color);
}

.preloader .loader img {
  width: 150px;
  height: 150px;
}

/* Offcanvas Overlay */
/*.offcanvas__overlay {*/
/*  position: fixed;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background: #151515;*/
/*  z-index: 1000;*/
/*  top: 0;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  right: 0;*/
/*  -webkit-transition: all 0.3s;*/
/*  transition: all 0.3s;*/
/*}*/

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

.sidebar-btn {
  margin-left: 15px;
  cursor: pointer;
  text-align: right;
}

.sidebar-btn span {
  width: 30px;
  display: block;
  height: 2px;
  background-color: var(--heading-color);
}

.sidebar-btn span:nth-child(2) {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 25px;
  margin-left: auto;
}

.sidebar-panel {
  position: fixed;
  z-index: 1111;
  right: 0;
  top: 0;
  width: 350px;
  height: 100%;
  opacity: 1;
  background-color: var(--white-color);
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  padding: 40px 30px;
  overflow: auto;
}

.sidebar-panel.info-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.sidebar-panel .panel-close .panel-close-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.sidebar-panel .panel-body .panel-box h5 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}

.sidebar-panel .panel-body .panel-box p {
  margin-bottom: 15px;
}

.sidebar-panel .panel-body .panel-box p i {
  width: 20px;
  margin-right: 10px;
  color: #ab2627;
}

.sidebar-panel .panel-body .panel-box ul.social-link li {
  display: inline-block;
  margin-right: 5px;
}

.sidebar-panel .panel-body .panel-box ul.social-link li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.sidebar-panel .panel-body .panel-box ul.social-link li a:hover {
  background-color: #ab2627;
  color: var(--white-color);
}

@-webkit-keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes playpopup {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: translate(-2px, 0);
    transform: translate(-2px, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}

/* Translate 3D Animation */
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
    transform: translate3d(-2250px, 0, 0);
  }
}

@keyframes translateBg {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-2250px, 0, 0);
    transform: translate3d(-2250px, 0, 0);
  }
}

.theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--custom-font);
  font-size: 1rem;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.theme-btn:hover i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.theme-btn.style-one {
  padding: 5px 5px 5px 15px;
  line-height: 20px;
  background-color: #ab2627;
  color: var(--white-color);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.theme-btn.style-one i {
  background-color: var(--white-color);
  color: #ab2627;
}

/* .theme-btn.style-one:hover {
  background-color: #1f3a5f;
} */
.theme-btn.style-one:hover i {
  color: #1f3a5f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.theme-btn.style-two {
  padding: 7px 5px 7px 25px;
  border: 1px solid var(--border-color);
}

.theme-btn.style-two i {
  background-color: #ab2627;
  color: var(--white-color);
}

.theme-btn.style-two:hover {
  color: var(--white-color);
  background-color: #ab2627;
  border-color: transparent;
}

.theme-btn.style-two:hover i {
  color: #ab2627;
  background-color: var(--white-color);
}

.read-more.style-one {
  font-weight: 500;
  font-family: var(--body-font);
}

.read-more.style-one i {
  margin-left: 7px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.read-more.style-one:hover {
  color: #ab2627;
  text-decoration: underline;
}

.read-more.style-one:hover i {
  margin-left: 10px;
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--heading-color);
}

.play-btn .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-filter: drop-shadow(10px 4px 60px rgba(169, 169, 169, 0.25));
  filter: drop-shadow(10px 4px 60px rgba(169, 169, 169, 0.25));
  margin-right: 20px;
}

.play-btn span {
  text-decoration: underline;
  font-weight: 700;
  font-family: var(--custom-font);
}

.icon-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-btn.style-one {
  border-radius: 50%;
}

.icon-btn.style-one i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.icon-btn.style-one:hover {
  background-color: #ab2627;
  color: var(--white-color);
}

.icon-btn.style-one:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* Transparent Header */
.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* Tripex Dropdown */
.tripex-dropdown {
  position: relative;
}

.tripex-dropdown:hover .dropdown {
  opacity: 1;
  display: block;
  visibility: visible;
  margin: 6px 0 0 0;
}

.tripex-dropdown i {
  color: var(--heading-color);
}

.tripex-dropdown .dropdown {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 100px;
  padding: 10px 15px;
  margin: 25px 0 0 0;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto;
  background: var(--white-color);
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid var(--border-color);
  display: block;
  border-radius: 10px;
}

.tripex-dropdown .dropdown a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.tripex-dropdown .dropdown a:hover {
  color: #ab2627;
}

/* Header Three */
@media (max-width: 1650px) {
  .header-top-bar {
    font-size: 14px;
  }
}

.header-top-bar .top-left span {
  color: var(--heading-color);
}

.header-top-bar .top-left span i {
  margin-right: 7px;
}

.header-top-bar .top-left span:not(:last-child) {
  margin-right: 25px;
}

.header-top-bar .top-text p a {
  color: #1f3a5f;
}

.header-top-bar .top-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
}

.header-top-bar .top-right span {
  margin-right: 30px;
}

.header-top-bar .top-right span i {
  margin-right: 7px;
  color: var(--heading-color);
}

.header-top-bar .top-right span a {
  font-weight: 600;
}

.header-top-bar .top-right span:hover a {
  color: var(--heading-color);
}

/* Header Navigation */
@media screen and (max-width: 1199.98px) {
  .header-navigation {
    padding: 20px 0;
  }
}

.header-navigation .primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-navigation .main-menu ul>li {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  margin-right: 22px;
}

@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul>li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.header-navigation .main-menu ul>li>a {
  position: relative;
  display: block;
  font: 400 18px var(--custom-font);
  text-transform: capitalize;
  line-height: 1;
  color: #0a0606b5;
  padding: 36px 16px;
}

@media screen and (max-width: 1199.98px) {
  .header-navigation .main-menu ul>li>a {
    font-size: 16px;
  }
}

.header-navigation .main-menu ul>li>a span.dd-trigger {
  margin-left: 5px;
}

.header-navigation .main-menu ul>li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
  padding: 10px 0;
  background-color: var(--white-color);
  height: auto;
  text-align: left;
  -webkit-box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 30px 80px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}

.header-navigation .main-menu ul>li .sub-menu li {
  display: block;
  margin: 0;
}

.header-navigation .main-menu ul>li .sub-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  line-height: 2.5;
  margin: 0;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.header-navigation .main-menu ul>li .sub-menu li a span.dd-trigger {
  margin-left: auto;
}

.header-navigation .main-menu ul>li .sub-menu li a::after {
  display: none;
}

.header-navigation .main-menu ul>li .sub-menu li a:hover {
  color: #ab2627;
}

.header-navigation .main-menu ul>li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover .sub-menu {
  top: 0%;
}

.header-navigation .main-menu ul>li .sub-menu li:hover>a {
  margin-left: 5px;
  color: #1f3a5f;
}

.header-navigation .main-menu ul>li:hover>a {
  color: #1f3a5f;
}

.header-navigation .main-menu ul>li:hover>a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.header-navigation .main-menu ul>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-navigation .navbar-toggler {
  padding: 11px 7px;
  border: 1px solid var(--heading-color);
  background-color: transparent;
  cursor: pointer;
  display: none;
  border-radius: 5px;
  margin-left: 20px;
}

.header-navigation .navbar-toggler span {
  position: relative;
  border-radius: 3px;
  display: block;
  height: 2px;
  padding: 0;
  width: 30px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: var(--heading-color);
}

.header-navigation .navbar-toggler span:not(:first-child) {
  margin-top: 5px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  top: 7px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  top: -7px;
}

@media screen and (max-width: 1199.98px) {
  .header-navigation .theme-nav-menu {
    text-align: left;
    position: fixed;
    top: 0;
    left: -290px;
    width: 290px;
    height: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 20px 20px 30px;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 9999;
    background-color: var(--white-color);
  }

  .header-navigation .theme-nav-menu.menu-on {
    left: 0;
  }

  .header-navigation .theme-nav-menu .main-menu {
    margin-top: 30px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li {
    display: block;
    margin: 0;
  }

  .header-navigation .theme-nav-menu .main-menu ul li:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }

  .header-navigation .theme-nav-menu .main-menu ul li a {
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li a:after {
    display: none;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu>li>a {
    padding: 5px 20px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .sub-menu>li .sub-menu {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    margin-left: 30px;
  }

  .header-navigation .theme-nav-menu .main-menu ul li .dd-trigger {
    position: absolute;
    right: 0;
    top: 10px;
    height: 25px;
    width: 25px;
    border-radius: 3px;
    z-index: 2;
    cursor: pointer;
    font-size: 16px;
  }

  .header-navigation .navbar-close {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    font-size: 16px;
  }

  .header-navigation .navbar-toggler {
    display: block;
  }

  .header-navigation .theme-menu-bottom h5 {
    margin-bottom: 25px;
  }

  .header-navigation .theme-menu-bottom .social-link li {
    display: inline-block;
    margin-right: 10px;
  }

  .header-navigation .theme-menu-bottom .social-link li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-navigation .theme-menu-bottom .social-link li a:hover {
    background-color: #ab2627;
    color: var(--white-color);
  }
}

/* Nav Right Item */
.nav-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-right-item .offcanvas-toggle {
  margin-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  background-color: #1f3a5f;
  border-radius: 7px;
}

@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle {
    width: 40px;
    height: 40px;
    display: none;
  }
}

.nav-right-item .offcanvas-toggle .toggle-inner {
  position: relative;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle .toggle-inner {
    width: 25px;
    height: 25px;
  }
}

.nav-right-item .offcanvas-toggle .toggle-inner span {
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 0;
  background-color: var(--white-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199.98px) {
  .nav-right-item .offcanvas-toggle .toggle-inner span {
    width: 4px;
    height: 4px;
  }
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(1) {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(2) {
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(3) {
  left: 100%;
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(4) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(5) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(6) {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(7) {
  top: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(8) {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.nav-right-item .offcanvas-toggle .toggle-inner span:nth-child(9) {
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(1) {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(2) {
  left: 0;
  top: 0;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(3) {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(4) {
  left: 0;
  top: 100%;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(6) {
  left: 100%;
  top: 0;
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(7) {
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(8) {
  left: 100%;
  top: 100%;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.nav-right-item .offcanvas-toggle:hover .toggle-inner span:nth-child(9) {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.header-one {
  position: relative;
  z-index: 999;
  border: 1px solid rgba(115, 180, 88, 0.2);
}

@media screen and (max-width: 1199.98px) {
  .header-one {
    z-index: 9999;
  }
}

@media screen and (max-width: 1199.98px) {
  .header-one .header-navigation {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
  }
}

.header-one .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.header-one .site-branding {
  padding: 25px 150px 25px 70px;
  /* width: 20%; */
  /* border-radius: 0 100px 100px 0; */
  /* background-color: #ab2627; */
}

@media (max-width: 1650px) {
  .header-one .site-branding {
    padding: 11px 100px 10px 35px;
  }
}

@media screen and (max-width: 1199.98px) {
  .header-one .site-branding {
    width: auto;
    padding: 0;
    background-color: inherit;
    max-width: 150px;
    border-radius: 0;
  }
}

.header-one .nav-inner-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /*border: 1px solid rgba(115, 180, 88, 0.2);*/
  /* border-radius: 100px 0px 0px 100px; */
  padding-left: 15px;
  padding-right: 50px;
  background-color: var(--white-color);
  margin-left: -70px;
  z-index: 1;
  /* background: #ab2627 !important; */
}

.header-one .nav-inner-menu .nav-right-item {
  margin-left: auto;
}

@media screen and (max-width: 1199.98px) {
  .header-one .nav-inner-menu {
    margin-left: 0;
    background-color: inherit;
    border: none;
    padding: 0;
    border-radius: 0;
  }
}

/* Header Two */
.header-two {
  padding: 0 40px;
}

@media (max-width: 767.98px) {
  .header-two {
    padding: 0;
  }
}

.header-two.transparent-header {
  top: 25px;
}

@media (max-width: 767.98px) {
  .header-two.transparent-header {
    top: 0;
  }
}

.header-two.transparent-header {
  z-index: 999;
}

@media screen and (max-width: 1199.98px) {
  .header-two.transparent-header {
    z-index: 9999;
  }
}

.header-two .header-navigation .main-menu ul>li>a {
  color: var(--white-color);
}

@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul>li>a {
    color: var(--heading-color);
  }
}

.header-two .header-navigation .main-menu ul>li .sub-menu {
  background-color: var(--white-color);
}

@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul>li .sub-menu {
    background-color: var(--white-color);
  }
}

.header-two .header-navigation .main-menu ul>li .sub-menu li a {
  color: var(--heading-color);
}

@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .main-menu ul>li .sub-menu li a {
    color: var(--heading-color);
  }
}

.header-two .header-navigation .main-menu ul>li .sub-menu li a:hover {
  color: #ab2627;
}

.header-two .header-navigation .main-menu ul>li .sub-menu li:hover>a {
  color: #ab2627;
}

.header-two .header-navigation .main-menu ul>li:hover>a {
  color: #ab2627;
}

@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (max-width: 1199.98px) {
  .header-two .header-navigation .navbar-toggler span {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

/* Header Three */
.header-three {
  margin: 20px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
}

@media (max-width: 767.98px) {
  .header-three {
    margin: 10px;
  }
}

.header-three .header-top-bar {
  padding: 7px 25px;
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 1650px) {
  .header-three .header-top-bar {
    padding: 7px 15px;
  }
}

@media screen and (max-width: 1199.98px) {
  .header-three .header-top-bar {
    display: none;
  }
}

.header-three .header-navigation {
  padding: 0 15px;
}

@media screen and (max-width: 1199.98px) {
  .header-three .header-navigation {
    padding: 20px 15px;
  }
}

.header-three .header-navigation .main-menu ul>li>a {
  padding: 28px 0;
}

@media screen and (max-width: 1199.98px) {
  .header-three .header-navigation .main-menu ul>li>a {
    padding: 12px 0;
  }
}

.footer-widget .widget-title {
  margin-bottom: 30px;
  font-size: 25px;
  color: #0a0606b5;
  font-weight: 500;
}

.footer-widget .footer-content .text-box span i {
  color: #1f3a5f;
  margin-right: 10px;
}

.footer-widget .footer-content .social-box a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
}

.footer-widget .footer-content .social-box a:hover {
  border-color: transparent;
}

.footer-widget .footer-content .social-box a:not(:last-child) {
  margin-right: 5px;
}

.footer-widget.footer-about-widget .footer-logo {
  margin-bottom: 20px;
}

.footer-widget.footer-about-widget p {
  margin-bottom: 20px;
}

.footer-widget.footer-about-widget .text-box span i {
  color: #1f3a5f;
  margin-right: 10px;
}

.footer-widget.footer-nav-widget ul li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget.footer-nav-widget ul li a:before {
  width: 5px;
  height: 5px;
  display: inline-block;
  content: "";
  background-color: #ab2627;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: -5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget.footer-nav-widget ul li a:hover {
  color: #ab2627;
  /* text-decoration: underline; */
}

.footer-widget.footer-nav-widget ul li a:hover:before {
  margin-right: 7px;
  visibility: visible;
  opacity: 1;
}

.footer-widget.footer-newsletter-widget .footer-content p {
  margin-bottom: 20px;
}

.footer-widget.footer-newsletter-widget .footer-content .form_control {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  padding: 12px 25px;
  margin-bottom: 10px;
}

/* .footer-widget.footer-social-widget .footer-content ul li {
  display: inline-block;
} */
.footer-widget.footer-social-widget .footer-content ul li:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 1650px) {
  .footer-widget.footer-social-widget .footer-content ul li:not(:last-child) {
    margin-right: 5px;
  }
}

/* 
.footer-widget.footer-social-widget .footer-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  font-size: 14px;
} */
.footer-widget.footer-social-widget .footer-content ul li a:hover {
  /* background-color: #1f3a5f; */
  color: #0a060691;
  border-color: transparent;
}

.copyright-area {
  border-top: 1px solid var(--border-color);
  padding: 10px 0;
}

@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-text {
    text-align: center;
    margin-bottom: 15px;
  }
}

.copyright-area .copyright-text .copyright {
  color: #bc241d;
}

.copyright-area .copyright-text .company {
  color: #bc241d;
}

.copyright-area .copyright-nav {
  float: right;
}

@media screen and (max-width: 991.98px) {
  .copyright-area .copyright-nav {
    float: none;
    text-align: center;
  }
}

.copyright-area .copyright-nav a:hover {
  color: #ab2627;
}

.copyright-area .copyright-nav a:not(:last-child) {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .copyright-area .copyright-nav a:not(:last-child) {
    margin-right: 7px;
  }
}

@media (max-width: 767.98px) {
  .copyright-area .copyright-nav a {
    margin-right: 7px;
    margin-left: 7px;
  }
}

.copyright-social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.copyright-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Default Footer */
.default-footer .big-text {
  padding: 20px 0 75px;
}

/* Footer Curve Shape */
.default-footer-curve {
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  /*.default-footer-curve {*/
  /*  padding-bottom: 30px;*/
  /*}*/
}

.default-footer-curve .svg-shape-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 265px;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .default-footer-curve .svg-shape-wrapper {
    height: 120px;
  }
}

.default-footer-curve .svg-shape-wrapper svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.default-footer-curve .svg-shape-wrapper svg use {
  -webkit-animation: wave 7s linear infinite;
  animation: wave 7s linear infinite;
}

.default-footer-curve .svg-shape-wrapper svg use:nth-child(2) {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.default-footer-curve .copyright-area {
  border-top: 1px solid #cdc0c0;
}

@media (max-width: 767.98px) {
  .default-footer-curve .copyright-area {
    padding-top: 30px;
  }
}

/* Footer Two */
.footer-v2 {
  background-color: #11221C;
  margin: 30px 20px 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .footer-v2 {
    margin: 30px 10px 20px;
  }
}

.footer-v2 .footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 5000%;
  height: 35%;
  background-repeat: repeat-x;
  background-size: contain;
  -webkit-animation: translateBg 40s linear infinite;
  animation: translateBg 40s linear infinite;
  opacity: 0.05;
}

.footer-v2 .footer-cta {
  position: relative;
  z-index: 1;
  padding-top: 85px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767.98px) {
  .footer-v2 .footer-cta {
    padding: 45px 0 50px;
  }
}

.footer-v2 .footer-cta .shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1650px) {
  .footer-v2 .footer-cta .shape img {
    width: 70%;
  }
}

@media screen and (max-width: 1199.98px) {
  .footer-v2 .footer-cta .shape {
    display: none;
  }
}

.footer-v2 .footer-cta .shape.shape-one {
  top: 150px;
  left: 80px;
}

@media (max-width: 1650px) {
  .footer-v2 .footer-cta .shape.shape-one {
    top: 50px;
    left: 30px;
  }
}

.footer-v2 .footer-cta .shape.shape-two {
  right: 190px;
  top: 190px;
}

@media (max-width: 1650px) {
  .footer-v2 .footer-cta .shape.shape-two {
    right: 0;
    top: 90px;
  }
}

.footer-v2 .footer-cta .cta-content-box h2 {
  color: var(--white-color);
  margin-bottom: 30px;
}

@media (max-width: 1650px) {
  .footer-v2 .footer-cta .cta-content-box h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media screen and (max-width: 1199.98px) {
  .footer-v2 .footer-cta .cta-content-box h2 {
    font-size: 38px;
    line-height: 50px;
  }
}

@media (max-width: 767.98px) {
  .footer-v2 .footer-cta .cta-content-box h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.footer-v2 .footer-cta .cta-content-box p {
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .footer-v2 .footer-cta .cta-content-box p {
    font-size: 16px;
    line-height: 30px;
  }
}

.footer-v2 .footer-cta .cta-content-box p span {
  background-color: #1f3a5f;
  padding: 5px 9px;
  border-radius: 20px;
  line-height: 1;
  font-weight: 600;
}

.footer-v2 .footer-widget {
  color: rgba(255, 255, 255, 0.65);
}

.footer-v2 .footer-widget .widget-title {
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-about-widget {
  padding-right: 100px;
}

.footer-v2 .footer-widget.footer-about-widget .text-box h4 {
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-nav-widget ul li a:hover {
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-nav-widget ul li a:before {
  background-color: #1f3a5f;
}

.footer-v2 .footer-widget.footer-newsletter-widget {
  padding-left: 70px;
}

@media screen and (max-width: 1199.98px) {
  .footer-v2 .footer-widget.footer-newsletter-widget {
    padding-left: 0;
  }
}

.footer-v2 .footer-widget.footer-newsletter-widget .form_control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  max-width: 300px;
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-newsletter-widget .form_control::-webkit-input-placeholder {
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-newsletter-widget .form_control::-moz-placeholder {
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-newsletter-widget .form_control:-ms-input-placeholder {
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-newsletter-widget .form_control::-ms-input-placeholder {
  color: var(--white-color);
}

.footer-v2 .footer-widget.footer-newsletter-widget .form_control::placeholder {
  color: var(--white-color);
}

.footer-v2 .copyright-area {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-v2 .copyright-area .copyright-text p {
  color: rgba(255, 255, 255, 0.65);
}

.footer-v2 .copyright-area .copyright-social {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  float: right;
}

@media screen and (max-width: 991.98px) {
  .footer-v2 .copyright-area .copyright-social {
    display: none;
  }
}

.footer-v2 .copyright-area .copyright-social a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
}

.footer-v2 .copyright-area .copyright-social a:hover {
  background-color: #ab2627;
  color: var(--white-color);
}

.footer-v2 .copyright-area .copyright-social a:not(:last-child) {
  margin-right: 10px;
}

/* Footer Three */
.footer-v3 {
  position: relative;
  background-color: var(--primary-black-color);
  z-index: 1;
}

.footer-v3 .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 991.98px) {
  .footer-v3 .footer-top {
    text-align: center;
    padding: 30px;
  }
}

.footer-v3 .footer-top .footer-top-content {
  padding: 50px 0 50px 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 991.98px) {
  .footer-v3 .footer-top .footer-top-content {
    padding: 0;
    border-left: none;
  }
}

.footer-v3 .footer-top .footer-top-content h3 {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.02em;
  color: var(--white-color);
}

@media screen and (max-width: 1199.98px) {
  .footer-v3 .footer-top .footer-top-content h3 {
    font-size: 24px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991.98px) {
  .footer-v3 .footer-top .footer-top-content h3 {
    margin-bottom: 30px;
  }
}

.footer-v3 .footer-top .footer-top-content .theme-btn.style-one {
  padding: 5px 5px 5px 15px;
}

.footer-v3 .copyright-area {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-v3 .footer-widget .footer-content {
  color: rgba(255, 255, 255, 0.65);
}

.footer-v3 .footer-widget .footer-content .widget-title {
  color: var(--white-color);
}

.footer-v3 .footer-widget .footer-content .text-box h5 {
  color: var(--white-color);
}

.footer-v3 .footer-widget.footer-about-widget .footer-content .social-box a {
  border: 1px solid rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.65);
}

.footer-v3 .footer-widget.footer-about-widget .footer-content .social-box a:hover {
  background-color: #1f3a5f;
  color: var(--white-color);
  border-color: transparent;
}

.footer-v3 .footer-widget.footer-nav-widget {
  padding-left: 100px;
}

@media (max-width: 1650px) {
  .footer-v3 .footer-widget.footer-nav-widget {
    padding-left: 30px;
  }
}

@media screen and (max-width: 1199.98px) {
  .footer-v3 .footer-widget.footer-nav-widget {
    padding-left: 0;
  }
}

.footer-v3 .footer-widget.footer-nav-widget ul li a {
  color: rgba(255, 255, 255, 0.65);
}

.footer-v3 .footer-widget.footer-nav-widget ul li a:hover {
  color: var(--white-color);
}

.footer-v3 .footer-widget.footer-nav-widget ul li a:before {
  background-color: #1f3a5f;
}

.footer-v3 .footer-widget.footer-newsletter-widget .form_control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.35);
  border-radius: 30px;
}

.footer-v3 .footer-widget.footer-newsletter-widget .form_control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.footer-v3 .footer-widget.footer-newsletter-widget .form_control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.footer-v3 .footer-widget.footer-newsletter-widget .form_control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.footer-v3 .footer-widget.footer-newsletter-widget .form_control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.footer-v3 .footer-widget.footer-newsletter-widget .form_control::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.footer-v3 .footer-widget.footer-newsletter-widget .icon-btn.style-one {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  font-size: 14px;
  background-color: #1f3a5f;
  color: var(--white-color);
  border-color: transparent;
}

/* Footer 404 */
.footer-404 .copyright-area {
  padding: 20px 0;
}

.site-branding a img {
  height: 70px;
}

.footer-logo img {
  height: 100px;
}

/* footer.default-footer-curve {
    background-image: url(../images/foot-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
} */
footer.default-footer-curve {
  position: relative;
}

footer.default-footer-curve {
  position: relative;
}

/* footer.default-footer-curve::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(60deg,#a34949, #000);
    background: #000;
    left: 0;
    opacity: 0.8;
    z-index: -1;
} */
.footer-content.first p {
  color: #0a0606b5;
  font-size: 16px;
}

.footer-content.first ul li {
  display: inline;
  margin: 11px;
  border: 1px solid #cdc0c0;
  padding: 6px;
  border-radius: 5px;
}

.footer-content ul li a {
  color: #0a0606b5;
  font-size: 16px;
}

.footer-content.last ul li {
  margin-bottom: 19px;
  display: flex;
  align-items: center;
}

.footer-content.last ul li i {
  color: #ab2627;
  margin-right: 13px;
}

.gallery-image img {
  height: 400px;
  width: 100%;
}

.thumbnail img {
  height: 400px;
  width: 300px;
  object-fit: cover;
}

ul.breadcrumb-link li a {
  font-size: 18px !important;
  color: #0a0606b5 !important;
}

ul.breadcrumb-link li {
  font-size: 19px !important;
}

.tripex-iconic-box-two.mb-30.aos-init.aos-animate {
  background-color: var(--gray-color);
  padding: 40px 50px 35px;
  border-radius: 15px;
}

.tripex-image.d-none.d-xl-block.mb-30.aos-init.aos-animate img {
  border-radius: 205px;
}

section.page-hero-banner.bg_cover {
  /* margin: 0 20px; */
  /* border-radius:0 0 15px 15px; */
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid rgba(115, 180, 88, 0.2);
}


h1.page-title {
  color: #0a0606b5;
  /* margin-bottom: 12px; */
  /* letter-spacing: -0.03em; */
  font-weight: 500;
  font-size: 40px;
}


.page-hero-banner .page-content .breadcrumb-link li {
  display: inline-block;
  color: #0a0606b5;
  font-weight: 500;
  font-size: 22px;
}

@media (max-width: 1650px) {
  .page-hero-banner .text-bg {
    left: 0;
    max-width: 750px;
  }
}

.page-hero-banner .text-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  /* max-width: 850px; */
  width: 100%;
  height: 300px;
  z-index: -1;
}

.page-hero-banner .page-content {
  /* padding-bottom: 40px; */
  text-align: start;
}

.tripex-contact-form .form_control {
  border-radius: 10px;
  border: 1px solid rgba(17, 34, 28, 0.1);
  padding: 12px 20px;
  margin-bottom: 20px;
  /*color: var(--heading-color);*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 60px;
}

.tripex-about-sec .tripex-content-box .tripex-features-box {
  /*border-top: 1px solid var(--border-color);*/
  /*border-bottom: 1px solid var(--border-color);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tripex-about-sec .tripex-content-box .tripex-features-box .tripex-iconic-left {
  width: 50%;
  padding: 30px 0 20px;
  padding-right: 30px;
}

.tripex-iconic-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tripex-iconic-left .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 55px;
  color: var(--secondary-color);
}

.tripex-iconic-left .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  font-size: 55px;
  color: var(--secondary-color);
}

.tripex-about-sec .tripex-content-box .tripex-features-box .tripex-iconic-left.item-border {
  padding-left: 45px;
  /*border-left: 1px solid var(--border-color);*/
}

.tripex-about-sec .tripex-image-box .elements.element-one {
  top: 30%;
  left: 45px;
}

.tripex-about-sec .tripex-image-box .elements {
  position: absolute;
  z-index: 1;
}

.tripex-about-sec .tripex-image-box .elements.element-two {
  bottom: 60px;
  right: -45px;
}

.tripex-about-sec .tripex-image-box .elements {
  position: absolute;
  z-index: 1;
}

.tripex-about-sec .shape.shape-two {
  left: 55px;
  bottom: 55px;
}

.tripex-about-sec .shape {
  position: absolute;
  z-index: -1;
}

.tripex-about-sec .shape.shape-three {
  bottom: 100px;
  right: 0;
}

.tripex-about-sec .shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1650px) {
  .tripex-about-sec .shape.shape-one {
    top: 30px;
  }
}

.tripex-about-sec .shape.shape-one {
  left: 30px;
  top: 110px;
}

.tripex-about-sec .shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1650px) {
  .tripex-about-sec .shape img {
    width: 70%;
  }
}

@media (max-width: 1650px) {
  .tripex-about-sec .shape img {
    width: 70%;
  }
}

@media (max-width: 1399.98px) {
  .tripex-about-sec .shape.shape-three {
    right: -10px;
  }
}

@media (max-width: 1650px) {
  .tripex-about-sec .shape.shape-three {
    right: 20px;
    top: 10px;
  }
}

@media (max-width: 1650px) {
  .tripex-team-page .shape.shape-one {
    top: 10%;
    left: 20px;
  }
}

.tripex-team-page .shape.shape-one {
  left: 90px;
  top: 45%;
}

.tripex-team-page .shape {
  position: absolute;
  z-index: -1;
}

@media (max-width: 1650px) {
  .tripex-team-page .shape.shape-two {
    top: 10%;
    right: 20px;
  }
}

.tripex-team-page .shape.shape-two {
  right: 100px;
  top: 25%;
}

.tripex-team-page .shape {
  position: absolute;
  z-index: -1;
}

section.tripex-team-page.pt-110.pb-20 {
  position: relative;
}

.tripex-team-item .member-info {
  padding-top: 22px;
  padding-bottom: 20px;
}

.member-info {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.tripex-client-item .thumbnail img {
  margin: 0 auto;
}

.slick-slide img {
  display: block;
}

/* section.page-hero-banner.bg_cover::after {
    background: #000;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
} */
.page-content {
  z-index: 9;
  position: relative;
}

ul.breadcrumb-link li i {
  margin: 0 10px;
}

.contact-info-box.style1 {
  text-align: center;
  padding: 40px 50px;
  background: var(--theme2);
  height: 270px;
}

.contact-info-box.style1 .icon {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ab2627;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 5px;
}

.contact-info-box.style1 .title {
  color: var(--title);
  text-align: center;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #0a0606b5;
}

.contact-info-box.style1 .info {
  color: var(--text);
  text-align: center;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.contact-info-box.style2 {
  text-align: center;
  padding: 40px 50px;
  /* background: #1f3a5f; */
  border-radius: 15px;
}

.contact-info-box.style2 .icon {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: var(--theme3);
  margin: auto;
  margin-bottom: 15px;
}

.contact-info-box.style2 .title {
  color: var(--white);
  text-align: center;
  font-family: "Plus Jakarta Sans", system-ui;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.contact-section.section-padding.fix {
  margin: 70px 0;
}

.contact-info-box.style1 {
  text-align: center;
  padding: 40px 50px;
  background: var(--theme2);
  height: 290px;
  border: 1px solid #000;
  border-radius: 15px;
}

section.map-part {
  margin-bottom: 70px;
}

.tripex-contact-area.aos-init.aos-animate {
  border: 1px solid #eee;
  padding: 30px;
  border-radius: 10px;
}

section.video-cont-test {
  margin: 70px 0;
}

.vid-con {
  /* border: 1px solid #000; */
  padding: 10px 10px 2px 10px;
  border-radius: 10px;
  background: linear-gradient(45deg, #a9b7c9, #cc7676);
  margin-bottom: 30px;
}

.member-image img {
  border-radius: 30px 30px 0 0;
}

figure.mb-40.desti img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.member-info {
  background: #1f3a5f;
  border-radius: 0 0 30px 30px;
}

.member-info h4 {
  color: #ebe2e2;
}

.member-info span {
  color: #e2dcdc;
}

h6.accordion-title {
  font-size: 20px;
}

.exclu-cont ul li {
  margin-bottom: 18px;
  text-align: justify;
}

.exclu-cont h6 {
  margin: 10px 0 15px 0;
  font-weight: 500;
  color: #0a0606b5 !important;
}

.exclu-cont h6 span {
  color: #ab2627;
  margin-right: 5px;
  font-weight: 600;
}

.destination-details-wrapper .faq-accordion {
  background-color: var(--white-color);
  -webkit-box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
  box-shadow: 10px 4px 60px rgba(196, 196, 196, 0.25);
  border-radius: 1px solid var(--border-color);
}

.exclu-cont ul li {
  display: flex;
  align-items: baseline;
  text-transform: capitalize;
  color: #0a0606b5;
}

.exclu-cont ul li i {
  color: #1f3a5f;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 2px;
  margin-right: 9px;
}

.exclu-cont ul li i {
  color: #1f3a5f;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 2px;
  margin-right: 9px;
  font-size: 10px;
  height: 15px;
  width: 15px;
}

.tripex-content-box.mb-30 p {
  text-align: justify;
  color: #0a0606b5;
}

img.abt-img {
  border-radius: 15px;
  /* border: 1px solid #eee; */
  /* padding: 5px; */
}

ul.only-cont {
  margin-top: 18px;
}

ul.only-cont li {
  margin-bottom: 5px;
}

.incu-cont h5 {
  margin-bottom: 12px;
  margin-top: 20px;
}

.icon.flat img {
  height: 55px;
}

/* section.page-hero-banner.bg_cover {
    background-image: url(../images/br.jpg) !important;
    background-position: center center;
} */
span.sub-title.aos-init.aos-animate {
  text-transform: capitalize;
}

/* section.all-section {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9999;
} */
h2.aos-init.discover.aos-animate {
  line-height: 45px;
  margin-bottom: 25px;
}

.tour-listing-details__destination {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #718fb81a;
  margin-bottom: 30px;
}

.tour-listing-details__dastination-title {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 6px;
}

.tour-listing-details__dastination-price {
  font-size: var(--trevlo-size-5xl, 24px);
  line-height: 1;
  margin-bottom: 0;
}

.tour-listing-details__dastination-price {
  font-size: var(--trevlo-size-5xl, 24px);
  line-height: 1;
  margin-bottom: 0;
}

.tour-listing-details__dastination-person {
  position: relative;
  top: -1px;
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-secondary, #736D75);
  margin-left: 4px;
}

.tour-listing-details__destination-right {
  display: flex;
  align-items: center;
  gap: 60px;
  /* padding-left: 75px; */
}

.tour-listing-details__destination-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.tour-listing-details__destination-info span {
  font-size: 30px;
  color: var(--trevlo-base, #FF5956);
}

.tour-listing-details__destination-info-top {
  font-size: 18px;
  color: #0a0606b5;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

h4.tour-listing-details__dastination-price span {
  font-size: 20px;
  font-weight: 500;
}

h4.tour-listing-details__destination-info-bottom {
  font-size: 15px;
  font-weight: 500;
  color: #0a0606b5;
}

.tour-listing-details__destination-row.row {
  align-items: center;
}

.tour-listing-details__destination i {
  color: #ab2627;
  font-size: 25px;
}

.tour-listing-details__amenities {
  border-bottom: 1px solid var(--trevlo-white3, #EBE6DE);
  padding-bottom: 55px;
  margin-bottom: 40px;
}

.tour-listing-details__amenities-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  color: #0a0606b5;
  /* border-right: 1px solid #000; */
}

.tour-listing-details__amenities-content span {
  font-size: 24px;
  color: var(--trevlo-base, #FF5956);
}

.tour-listing-details__amenities-content-title {
  font-size: var(--trevlo-size-3xl, 18px);
  color: var(--trevlo-secondary, #736D75);
  font-weight: 500;
  margin-bottom: 0;
}

.tour-listing-details__amenities-row {
  align-items: center;
}

.tour-listing-details__amenities-row.row {
  margin-top: 25px;
}

.col-xl-4.animated.amini {
  position: relative;
}

.col-xl-4.animated.amini::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 10px;
  border-bottom: 1px solid #000;
  width: 100%;
}

.col-xl-4.animated.amini.ami-bor::before {
  position: absolute;
  content: "";
  right: 13px;
  bottom: 0;
  border-right: 1px solid #000;
  width: 100%;
  height: 90px;
  top: 0px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

img.tour-listing-details__carousel-image {
  height: 250px;
  object-fit: cover;
}

.tour-listing-details__carousel-image {
  border-radius: 10px;
}

.thumbnail.dest-part img {
  height: 300px;
}

.thumbnail.dest-part img {
  height: 250px !important;
}

.tour-slider {
  position: relative;
  padding-bottom: 60px;
  /* space for arrows */
}

.tour-slider .slick-arrow-custom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  font-size: 18px;
}

.tour-slider .slick-arrow-custom.prev {
  margin-left: -30px;
  /* move left arrow */
}

.tour-slider .slick-arrow-custom.next {
  margin-left: 30px;
  /* move right arrow */
}

ul.slick-dots {
  display: none !important;
}

.slick-arrow-custom.prev.slick-arrow {
  background: #1f3a5f;
}

.slick-arrow-custom.next.slick-arrow {
  background: #1f3a5f;
}

.tour-listing-details__destination-right {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 75px;
}

@media (max-width: 1199px) {
  .tour-listing-details__destination-right {
    flex-wrap: wrap;
  }
}

@media (max-width: 1399px) {
  .tour-listing-details__destination-right {
    padding-left: 0;
  }
}

.tour-listing-details__destination-right {
  margin-top: 30px;
}

.member-image img {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .deep-cont.mob-view {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .col-xl-4.animated.amini::after {
    display: none;
  }

  .col-xl-4.animated.amini::before {
    display: none;
  }

  .col-xl-4.col-lg-4.col-sm-6.wow.animated.fadeInUp.animated {
    border: 1px solid #000;
    padding: 10px 10px 0px 10px;
    /* border-bottom: none; */
  }

  .col-xl-4.col-lg-4.col-sm-6.wow.animated.fadeInUp.animated.res-bor {
    border-bottom: none;
  }
}

p {
  text-align: justify;
}

section.all-section {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
}

section.all-section {
  position:sticky;
  top: 0;
}

h2.aos-init.aos-animate {
  text-transform: capitalize;
  font-family: var(--custom-font);
  font-size: 30px;
  font-weight: 500;
}

section.solo-couple {
  margin-top: 70px;
}

.cat-cont img {
  border-radius: 16px;
}

section.solo-couple-temp {
  margin: 30px 0 70px 0;
}

.tripex-iconic-box.mb-30.aos-init.aos-animate {
  border: 1px solid #eee;
  border-radius: 15px;
}

.tripex-iconic-box.bestie {
  border: 1px solid #eee;
  background: #fff;
}

.tripex-iconic-box.bestie {
  border: 1px solid #eee;
  height: 210px;
}

section.tripex-choose-sec-reason {
  padding: 30px 0;
  background: #fff5f4;
}

.icon.make-us img {
  height: 70px;
}

.wibe-video video {
  border-radius: 15px;
  /* border: 1px dotted #000; */
  /* padding: 5px; */
}

section.wibe-us {
  margin: 50px 0;
}

.tab-content>.active {
  display: block;
}

.accordion-card {
  border-radius: 14px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  padding: 15px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

section.question-part {
  margin: 70px 0;
  /* background: linear-gradient(135deg, #f5f7fa 0%, #bc241d40 100%); */
}

button.accordion-button.quest {
  color: #0a0606b5;
  padding: 0 0 0 10px;
}

/* .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
} */
button.accordion-button.quest::after {
  margin-right: 10px;
}

.accordion-body p {
  line-height: 25px;
  text-align: justify;
  font-size: 16px;
    color: #0a0606b5;
    font-weight: 100 !important;
}

/* .confidence-section {
  background: #fffef2;
} */

.confidence-card {
  background: #ffffff;
  padding: 30px;
  text-align: center;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.confidence-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.icon-badge {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confidence-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.confidence-card p {
  font-size: 14px;
  color: #666;
}

section.confidence-section {
  margin: 70px 0 0 0;
}

.footer-widget-area.pb-50.pt-70 {
  background: #fff5f4;
}

.copyright-area {
  background: #bc241d2b;
}

.footer-content.ul-space {
  padding: 0 0px 0 20px;
}

.international-tripp ul li {
  display: inline;
  margin: 0 20px 0 0;
}

.international-tripp ul li a {
  margin-bottom: 15px;
  color: #0a060691;
      font-size: 15px;
}

/*.international-tripp.lin-bot {*/
/*  border-bottom: 1px solid #000;*/
/*}*/

.international-tripp.lin-bot ul {
  margin-bottom: 20px;
}

.footer-widget-area.pb-50 {
  background: #fff5f4;
}

.international-tripp ul li a img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

/* .international-tripp ul li a {
    border-right: 1px solid #bc241d;
} */

/* .confidence-section {
  background-color: #fff5f4;
} */

.confidence-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #00000059;
  height: 100px;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
}

.confidence-box p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

/* .icon-wrap {
  position: relative;
  width: 60px;
  height: 60px;
  background: #e8ffd6;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.icon-wrap i {
  font-size: 28px;
  color: #1f7a1f;
}

.confidence-box h4 {
  font-weight: 400;
    font-family: "Norsy", sans-serif;
    font-size: 18px;
    color: #0a0606b5;
        line-height: 22px;
}

.icon-wrap img {
  width: 100px;
}

.content h5 {
  /* margin-bottom: 15px; */
  font-size: 18px !important;
  line-height:24px;
}

section.foot-img-cont img {
  width: 100%;
}

section.solo-couple img {
  width: 100%;
}

.wibe-video {
  margin-bottom: 20px;
}

.tripex-iconic-box.advent {
  padding: 17px !important;
}

/*.icon-wrap .badge {*/
/*  position: absolute;*/
/*  bottom: -6px;*/
/*  right: -6px;*/
/*  background: #ff3b3b;*/
/*  color: #fff;*/
/*  font-size: 12px;*/
/*  padding: 4px 6px;*/
/*  border-radius: 6px;*/
/*  font-weight: 700;*/
/*}*/

/* book css */


.hover-content h4 {
  font-size: 25px;
      color: #ab2627;
}

.accordion-button.quest {
  font-size: 18px;
}

.content p {
    font-size: 16px;
    line-height:23px;
        font-family: "Norsy", sans-serif;
        color: #0a0606b5;
}
.exclu-cont ul li span {
    color: #ab2627;
    margin-right: 10px;
}
.copyright-text p {
    text-align: center;
    color: #0a0606b5;
}
.site-branding {
    background: #ffffff;
}
.header-navigation {
    background: #ffffff;
}
.nice-select.form_control.open ul {
    height: 200px;
    overflow: scroll;
}
textarea.form_control.message {
    height: 150px;
    overflow: auto;
}
.int-trip h5 a img {
    height: 24px;
    margin-right: 15px;
}
.container.lin-bot {
    border-bottom: 1px solid #000;
}
.int-trip {
    margin-bottom: 15px;
}
img.dubai-inq {
    height: 22px !important;
}
.int-trip h5 a {
    color: #0a0606b5;
}
.international-tripp.lin-bot h4 {
    font-size: 25px;
    color: #0a0606b5;
}
h3.title.contact {
    font-family: "Norsy", sans-serif !important;
}
p.info.con-txt {
    font-family: "Norsy", sans-serif !important;
    color: #0a0606b5 !important;
}
.tripex-counter-item.aos-init.aos-animate p {
    text-align: center;
}
.tripex-counter-item.aos-init.aos-animate {
    text-align: center;
}
.int-trip h5 {
    font-size: 18px;
}
.content.reason-make h5 {
    color: #0a0606b5;
    font-size: 22px !important;
    margin-bottom: 11px;
}

.deep-cont.middle ul li.first-li i {
    position: absolute;
    top: 1px;
    left: -20px;
}
.deep-cont.middle ul li {
    position: relative;
}
.footer-content.last ul li.map-dif i {
    position: absolute;
    top: 0;
    left: -29px;
    top: 10px;
    font-size: 15px;
}
.footer-content.last ul li.map-dif {
    position: relative;
    margin-left: 29px;
}
.whats-icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
}
.whats-icon a img {
    height: 50px;
    background: #41c652;
    padding: 8px;
    border-radius: 50%;
}

.count-cont-abt {
    margin: 15px 0 15px 0;
}
.tripex-counter-item.aos-init.aos-animate p {
    text-align: center !important;
}
@media only screen and (max-width: 360px) {
 .deep-cont.middle ul {
    margin-left: 10px;
}
li.first-li {
    margin-left: 21px !important;
}
.deep-cont.middle ul li.first-li i {
    position: absolute;
    top: 1px;
    left: -18px;
}
 
}
@media only screen and (max-width: 450px) {
   .accordion-button.quest {
    font-size: 16px;
 }
 .accordion-body p{
     text-align: start;
 }
 p{
     text-align: start;
 }
}


/*.deep-cont.middle ul li.first-li {*/
/*    margin-right: 30px;*/
/*}*/