@charset "UTF-8";
/* #Fonts  Styles
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap");
/* #Reset & Basics================================================== */
* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #504d4e;
  text-align: left;
  background: url("../images/so-white.png") repeat;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

html {
  font-size: 16px;
}

strong {
  color: #1A1D1F;
}

label {
  font-size: 1rem;
  margin-bottom: 8px;
}

/* #Typography================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  color: #231f20;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #041463;
}

h1,
.h1 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.625rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
}

/*custom*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #504d4e;
}

a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: #041463;
  text-decoration: none;
}

a:hover h3 {
  text-decoration: none;
  color: #041463 !important;
}

a:hover p {
  color: #414D6C;
}

a {
  color: #504d4e;
  text-decoration: none;
}
a:hover {
  color: #041463;
  text-decoration: none;
}

a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

/* #Lists================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

::focus {
  outline: 0;
}

input:focus {
  outline: 0;
}

/* #text color================================================== */
.text-primary {
  color: #041463 !important;
}

.text-accent {
  color: #db5428 !important;
}

/* #bg color================================================== */
.bg-white {
  background: #fff !important;
}

.bg-primary {
  background: #041463 !important;
}

.bg-accent {
  background: #db5428 !important;
}

/* #border color================================================== */
.border-white {
  border: 1px solid #fff;
}

/* #spaceing================================================== */
.m-t-0 {
  margin-top: 0;
}

.m-t-5 {
  margin-top: 0.3125rem;
}

.m-t-10 {
  margin-top: 0.625rem;
}

.m-t-20 {
  margin-top: 1.25rem !important;
}

.m-t-30 {
  margin-top: 1.875rem;
}

.m-t-40 {
  margin-top: 2.5rem;
}

.m-t-50 {
  margin-top: 3.125rem;
}

.m-t-60 {
  margin-top: 3.75rem;
}

.m-t-70 {
  margin-top: 4.375rem;
}

.m-t-80 {
  margin-top: 5rem;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-10 {
  margin-bottom: 0.625rem !important;
}

.m-b-20 {
  margin-bottom: 1.25rem !important;
}

.m-b-30 {
  margin-bottom: 1.875rem;
}

.m-b-40 {
  margin-bottom: 2.5rem;
}

.m-b-50 {
  margin-bottom: 3.125rem;
}

.m-b-60 {
  margin-bottom: 3.75rem;
}

.m-b-70 {
  margin-bottom: 4.375rem;
}

.m-b-80 {
  margin-bottom: 5rem;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m-tb-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.m-tb-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-tb-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.m-tb-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-tb-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.m-tb-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-tb-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.m-tb-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-t-0 {
  padding-top: 0;
}

.p-t-5 {
  padding-top: 0.3125rem;
}

.p-t-10 {
  padding-top: 0.625rem;
}

.p-t-20 {
  padding-top: 1.25rem;
}

.p-t-30 {
  padding-top: 1.875rem;
}

.p-t-40 {
  padding-top: 2.5rem;
}

.p-t-50 {
  padding-top: 3.125rem;
}

.p-t-60 {
  padding-top: 3.75rem;
}

.p-t-70 {
  padding-top: 4.375rem;
}

.p-t-80 {
  padding-top: 5rem;
}

.p-t-100 {
  padding-top: 6.25rem;
}

.p-t-120 {
  padding-top: 7.5rem;
}

.p-b-0 {
  padding-bottom: 0;
}

.p-b-10 {
  padding-bottom: 0.625rem;
}

.p-b-20 {
  padding-bottom: 1.25rem;
}

.p-b-30 {
  padding-bottom: 1.875rem;
}

.p-b-40 {
  padding-bottom: 2.5rem;
}

.p-b-50 {
  padding-bottom: 3.125rem;
}

.p-b-60 {
  padding-bottom: 3.75rem;
}

.p-b-70 {
  padding-bottom: 4.375rem;
}

.p-b-80 {
  padding-bottom: 5rem;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-tb-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.p-tb-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-tb-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.p-tb-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-tb-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.p-tb-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-tb-60 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.p-tb-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.p-tb-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-all {
  padding: 0;
}

.p-all-15 {
  padding: 0.9375rem !important;
}

.p-r-5 {
  padding-right: 0.3125rem !important;
}

.m-r-20 {
  margin-right: 1.25rem !important;
}

.m-l-20 {
  margin-left: 1.25rem !important;
}

/* #block ================================================== */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

:root {
  --box-shadow: 0px 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}

::placeholder {
  color: #9d9d9d !important;
}

input:focus::placeholder {
  color: #fff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.shadow {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.16) !important;
}

.text-accent {
  color: #db5428;
}

.text-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.text-line--2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.text-line--3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.fs-40 {
  font-size: 40px !important;
}

.h-100 {
  height: 100% !important;
}

.relative {
  position: relative !important;
}

.grid {
  display: grid;
  grid-gap: 20px;
}

.grid-item {
  background: #fff;
}

.gap-0 {
  gap: 0 !important;
}

@media (min-width: 767px) {
  .grid {
    display: grid;
    grid-gap: 30px;
  }
  .grid--12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid--5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
/*Header*/
.header {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.09);
  transition: all 0.3s ease;
}

.logo {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: 1rem;
}

.home .header {
  box-shadow: none;
}

.error-page .header {
  background: #fff;
}
.error-page .navbar-dark .navbar-nav .nav-link {
  color: #504d4e;
}

.social-media {
  display: flex;
  flex: 1;
}
.social-media a {
  height: 32px;
  flex: 0 0 32px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #041463;
  background: #fff;
}

#scrollTop {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 50px;
  width: 50px;
  background: #141116;
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 60px;
  cursor: pointer;
}

.logo {
  display: inline-block;
  width: 110px;
}
.logo img {
  width: 110px;
}
.logo span {
  font-weight: 500;
  font-size: 36px;
  margin-left: 1rem;
  letter-spacing: -1px;
  line-height: 1.2;
}

.shrink {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
}
.shrink .logo {
  color: inherit;
  display: inline-block;
}
.shrink .logo img {
  transition: all 0.2s ease;
}

.shrink .logo {
  margin-top: 3px;
}
.shrink .logo img {
  width: 88px;
}

.shrink .navbar-dark .navbar-nav .nav-link {
  color: #504d4e;
}

.sticky,
.mobile-menu {
  position: sticky;
  -ms-position: sticky;
  top: 0;
  z-index: 100;
}

.effect1 {
  position: relative;
  transition: all 200ms ease-in;
  overflow: hidden;
}
.effect1 img {
  transition: all 200ms ease-in;
}
.effect1:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .header__middle-right {
    height: 100%;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .header {
    background: #fff;
  }
  .logo img {
    width: 75px;
  }
}
.menu {
  background-color: transparent !important;
}

.bg-dark {
  background-color: transparent !important;
}

.navbar {
  padding: 0;
}

.navbar-nav {
  line-height: 50px;
}

.nav-list li {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1.5rem 1rem;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
}

.nav-list a {
  display: block;
  padding: 0 0.9em;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
  background: none;
  position: relative;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  background: transparent;
  color: #fff;
}

.navbar-dark .navbar-nav .active .nav-link {
  position: relative;
  margin-top: 0;
}

.navbar-dark .navbar-nav .nav-link:hover::before {
  width: 100%;
  transform: scale(1);
}

@media (max-width: 992px) {
  .nav-item .fa {
    position: absolute;
    top: 16px;
    right: 15px;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 17px;
  }
  .sub-menu {
    display: none;
  }
  .fa.fa-angle-right::before {
    content: "\f107";
  }
  .navbar.bsnav .top_brand_back {
    background: none;
  }
  .navbar.bsnav .top_brand_back .navbar-brand img {
    width: 10rem;
  }
  .navbar-toggler {
    display: block;
  }
  .navbar-expand-md .navbar-toggler {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
  }
  .navdiv {
    position: absolute;
    left: -130%;
    width: 70%;
    z-index: 100;
    transition: opacity 0.2s, left 0.2s ease, visibility 0.2s;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    height: 100vh;
    top: 0;
  }
  .mobile-menu .navdiv.active {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .navbar.navbar-expand-md.bsnav-brand-top {
    display: flex;
    background: inherit;
  }
  .bsnav-mobile-overlay {
    display: none;
  }
  .bsnav-mobile-overlay.active {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #ccc;
  }
  .top_brand_back .navbar-brand {
    padding: 1rem 0 0.6rem 0;
  }
}
@media screen and (min-width: 800px) {
  .nav-list li.current-menu-ancestor > a,
  .nav-list li.current-menu-ancestor .sub-menu .nav-item.active a {
    background: rgb(13, 83, 198);
    background: linear-gradient(0deg, rgb(13, 83, 198) 0%, rgb(255, 255, 255) 100%);
  }
}
.mobile-menu {
  display: none;
}

.desktop-menu {
  display: block;
}

@media screen and (min-width: 993px) {
  .nav-list > li.active a,
  .nav-list > li:hover > a,
  .sub-menu > li:hover > a,
  .sub-menu .sub-menu > li:hover > a {
    background: #041463 !important;
    color: #fff !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .shrink .nav-list > li.active a,
  .shrink .nav-list > li:hover > a,
  .shrink .sub-menu > li:hover > a,
  .shrink .sub-menu .sub-menu > li:hover > a {
    background: #db5428 !important;
    color: #fff !important;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  .sub-menu {
    position: absolute;
    z-index: 100000;
    width: 200px;
    z-index: 1000;
    top: 160%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  }
  .sub-menu .sub-menu {
    top: 140%;
    left: 100%;
  }
  .nav-list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .sub-menu li:hover > .sub-menu {
    top: 0;
    left: 100%;
  }
  .navbar-toggle {
    display: none;
  }
  .navClose {
    display: none;
  }
  .nav-list a:focus {
    outline: none;
  }
  .sub-menu-toggle .fa {
    float: right;
    margin-top: 18px;
    margin-left: 5px;
  }
  .sub-menu {
    padding: 1rem 0 0;
  }
  .sub-menu li {
    line-height: 1.6;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .nav-list a {
    font-size: 16px;
    padding: 0 0.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sub-menu li {
    line-height: 35px;
  }
  .contact-info li {
    font-size: 11px;
  }
  .menu .container {
    padding: 0;
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list {
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .sub-menu-toggle .fa {
    margin-top: 15px;
    margin-left: 0;
  }
  .nav-list {
    width: 100%;
    left: 0;
    background: #041463;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    height: 100vh;
    overflow-y: scroll;
    padding-top: 0;
  }
  .menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-toggle:focus {
    outline: none;
  }
  .nav-list > li.active a {
    background: transparent;
  }
  .navbar-toggle {
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    border: none;
    background: none;
    font-size: 20px;
  }
  .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
  }
  .sub-menu.active {
    display: block;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
    line-height: 50px;
  }
}
.navbar {
  display: block;
}

@media screen and (max-width: 992px) {
  .navbar-toggler {
    border: none;
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
    border-radius: 0;
    cursor: pointer;
  }
  .sub-menu a {
    padding-right: 1.8em;
    padding-left: 2rem;
    line-height: 50px;
  }
  .sub-menu .sub-menu a {
    padding-right: 2.6em;
    padding-left: 3rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link li {
    padding: 0 1rem;
    line-height: 50px;
    transition: backgroun 0.5s ease-in;
    -webkit-transition: backgroun 0.5s ease-in;
  }
  .navbar-toggler .navbar-toggler-icon {
    top: 10px;
  }
  .navbar-toggler .navbar-toggler-icon,
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    background-color: #333;
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    border-radius: 100px;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .navbar-toggler .navbar-toggler-icon::after,
  .navbar-toggler .navbar-toggler-icon::before {
    content: "";
    display: block;
  }
  .navbar-toggler .navbar-toggler-icon::before {
    top: -10px;
  }
  .navbar-toggler .navbar-toggler-icon::after {
    bottom: -10px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon {
    top: 0;
    transition: background-color 0s 0.13s linear;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon {
    transition-delay: 0.22s;
    background-color: transparent !important;
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
  }
  .navbar-toggler.toggler-spring.active .navbar-toggler-icon::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
  .desktop-menu {
    display: none;
  }
}
.hiden {
  overflow: hidden;
}

.nav-link i {
  margin-left: 4px;
}

.nav-list li a,
.nav-list li {
  transition: all 0.6s ease !important;
  -webkit-transition: all 0.6s ease !important;
}

.shrink .mega-menu-nav-01 {
  top: 94px;
}

.mega-menu-nav-01 {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  padding: 2rem 2rem 3rem 2rem;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.mega-menu-item {
  font-size: 16px !important;
}
.mega-menu-item h2 {
  font-size: 26px;
}

.mega-menu-item + .mega-menu-item {
  margin-top: 20px;
}

.img-holder {
  height: 260px;
  text-align: center;
  opacity: 0.3;
}
.img-holder.active {
  opacity: 1;
}
.img-holder img {
  height: 260px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 1rem;
  width: 100%;
}

.m-list {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.2s ease;
  height: 100%;
}

.m-list--1 {
  top: 0;
}

.m-list--2 {
  top: -121px;
}

.m-list--3 {
  top: -241px;
}

.mega-menu-nav-01 ul li {
  transition: all 0.2s ease;
}

.m-list a {
  display: block;
}

.mega-menu-nav-01 ul li + li {
  margin-top: 20px;
}

.mega-menu-nav-01 ul li.active .m-list {
  display: flex;
}

.mega-menu-nav-01 ul li .mega-menu-item {
  opacity: 0.3;
}

.mega-menu-nav-01 ul li.active .mega-menu-item {
  opacity: 1;
}

.mega-menu-nav-01 ul li .row {
  align-items: flex-start;
}

.mega-menu-nav-01 ul li .mega-menu-item:hover .m-list {
  display: flex;
}

.mega-menu-nav-01 ul li::after {
  content: "";
  display: table;
  clear: both;
}

.fl {
  width: 33.33333333%;
  float: left;
}

.fr {
  width: 66.66666667%;
  float: right;
}

.hero {
  height: 680px;
  overflow: hidden;
  position: relative;
}
.hero .hero-img {
  display: block;
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.back-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  object-fit: cover;
  z-index: -1;
}

.experience {
  /* Add appropriate styles for the experience section */
  /* Adjust padding or margin as needed */
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    border-bottom-right-radius: 0;
    height: auto;
    overflow: inherit;
  }
  .back-video {
    height: 80vh;
    width: 100%;
  }
}
.experience {
  position: absolute;
  bottom: 110px;
  width: 100%;
  z-index: 1;
}

.experience-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 70%;
  margin: 0 auto;
}

.poster-outer {
  position: relative;
}
.poster-outer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -42px;
  width: 255px;
  height: 40px;
  background: url("../images/ellipse.png") no-repeat left top;
  opacity: 0.4;
}
.poster-outer:nth-of-type(2) {
  transform: translateY(-40px);
}
.poster-outer:nth-of-type(3) {
  transform: translateY(-50px);
}
.poster-outer:nth-of-type(4) {
  transform: translateY(-30px);
}

.flip-card .poster {
  border: 3px solid #fff;
}

.exp .flip-card {
  background-color: transparent;
  perspective: 1000px;
}
.exp .flip-card-inner {
  position: relative;
  width: 97%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.exp .flip-card-front, .exp .flip-card-back {
  position: absolute;
  border-radius: 30px;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.exp .flip-card-front {
  color: black;
  transform: rotateY(0deg);
}
.exp .flip-card-back {
  color: white;
  transform: rotateY(180deg);
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.poster {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-inner.active {
  transform: rotateY(180deg);
}

.card-flip {
  transform: rotateY(180deg);
}

.flip-card-inner.flipped {
  transform: rotateY(180deg);
}

.img2 {
  display: none;
}

@keyframes flip {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(180deg);
  }
}
@media only screen and (max-width: 767px) {
  .experience {
    position: inherit;
    padding-top: 60px;
    display: none;
  }
  .poster-outer::after {
    display: none;
  }
  .experience-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .poster-outer:nth-of-type(2) {
    transform: translateY(0);
  }
  .poster-outer:nth-of-type(3) {
    transform: translateY(0);
  }
  .poster-outer:nth-of-type(4) {
    transform: translateY(0);
  }
  .fixed {
    margin-top: 40px;
  }
}
.exp .poster-caption a {
  color: #fff;
  display: block;
  padding: 4rem 1.5rem 1.25rem 1.5rem;
  transition: all 0.2s ease;
}

.exp .poster-caption a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .experience-cards {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.plan-tour-card {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  gap: 10px;
  grid-auto-rows: 320px;
}
.plan-tour-card .poster-caption {
  text-align: left;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #062961 100%);
  font-size: 15px;
}
.plan-tour-card .poster-caption li {
  margin-bottom: 8px;
}
.plan-tour-card .poster-caption li a {
  padding: 0.25rem 0.5rem;
  background: #000;
  font-size: 14px;
}
.plan-tour-card .poster-caption li a:hover {
  background: #041463;
}

.plan-tour {
  border-radius: 30px;
  padding: 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
  left: -50px;
  top: 60px;
  box-shadow: 0 8px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #e5e5e5;
}
.plan-tour .poster {
  height: 350px;
}

.plan-tour-heading {
  margin-bottom: 30px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plan-tour-heading h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.plan-tour-heading h2 span {
  font-weight: 300;
}

.post-card-link.active {
  background: #041463 !important;
}

.poster-content {
  position: relative;
}
.poster-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

#item1, #item2, #item3, #item4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .plan-tour-card {
    grid-auto-rows: auto;
  }
  .plan-tour .poster {
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .plan-tour {
    left: 0;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-tour {
    left: 0;
    top: 0;
  }
  .plan-tour-card {
    grid-template-columns: 1fr;
  }
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tours {
  background: #041463;
  padding: 60px 0;
  padding-top: 120px;
  background: linear-gradient(0deg, rgb(219, 84, 40) 0%, rgb(4, 20, 99) 100%);
}

.pic {
  height: 17rem;
}

.cws-button.alt {
  background: #db5428;
  color: #fff;
}

.cws-button.alt:hover {
  color: #fff;
  background: #424d58;
  border-color: #424d58;
}

.recom-item {
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

.recom-item.border {
  border: 1px solid #f5f5f5;
}

.recom-item:hover {
  -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.2);
}

.recom-item .recom-item-body {
  width: 53%;
  padding: 30px 0 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
}

.recom-item-body p {
  font-size: 15px;
}

.recom-item .recom-item-body:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(-15deg) translateX(37px);
  -moz-transform: skew(-15deg) translateX(37px);
  -ms-transform: skew(-15deg) translateX(37px);
  -o-transform: skew(-15deg) translateX(37px);
  transform: skew(-15deg) translateX(37px);
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-item-body .blog-title {
  margin-top: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}

.recom-item .recom-item-body .blog-title:hover {
  color: #59abae;
}

.recom-item .recom-item-body .recom-price span {
  font-size: 26px;
  color: #424d58;
}

.recom-item .recom-item-body .recom-button {
  line-height: 44px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 40px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a9b5c1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-item-body .recom-button:hover {
  color: #424d58;
}

.recom-item .recom-item-body .cws-button {
  min-width: initial;
  padding: 10px 34px;
  padding-right: 16px;
  padding-left: 24px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.recom-item .recom-item-body .cws-button:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: -2px;
  width: 20px;
  background: #db5428;
  -webkit-transform: skew(-15deg) translateX(6px);
  -moz-transform: skew(-15deg) translateX(6px);
  -ms-transform: skew(-15deg) translateX(6px);
  -o-transform: skew(-15deg) translateX(6px);
  transform: skew(-15deg) translateX(6px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.recom-item .recom-item-body .cws-button:hover:before {
  background: #424d58;
}

.recom-item .recom-item-body .action {
  position: absolute;
  z-index: -2;
  top: 30px;
  right: -140px;
  color: #fff;
  background: #041463;
  font-size: 16px;
  padding: 6px 15px 6px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
}

.recom-item .recom-media {
  position: relative;
  z-index: 1;
  width: 47%;
  height: 100%;
  float: right;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-media .pic:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 -100px 60px -40px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 0 -100px 60px -40px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 -100px 60px -40px rgba(0, 0, 0, 0.8);
}

.recom-item .recom-media .pic img {
  max-width: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recom-item .recom-media .location {
  position: absolute;
  z-index: 1;
  bottom: 15px;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recom-item .recom-media:hover {
  width: 100%;
}

.recom-item .recom-media:hover + .recom-item-body {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.recom-item .recom-media:hover + .recom-item-body:before {
  -webkit-transform: skew(0) translateX(0);
  -moz-transform: skew(0) translateX(0);
  -ms-transform: skew(0) translateX(0);
  -o-transform: skew(0) translateX(0);
  transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .cws-button:before {
  -webkit-transform: skew(0) translateX(0);
  -moz-transform: skew(0) translateX(0);
  -ms-transform: skew(0) translateX(0);
  -o-transform: skew(0) translateX(0);
  transform: skew(0) translateX(0);
}

.recom-item .recom-media:hover + .recom-item-body .action {
  right: -65px;
}

@media only screen and (max-width: 767px) {
  .tours {
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .hide-icon-mobile {
    display: none;
  }
  .recom-item .recom-item-body {
    padding: 15px 0 0 15px;
  }
  .recom-item .recom-item-body .blog-title {
    font-size: 14px;
  }
  .recom-item .recom-item-body .recom-price span {
    font-size: 20px;
  }
  .recom-item .recom-item-body p {
    font-size: 14px;
    line-height: 1.5;
  }
  .recom-item .recom-item-body .recom-button {
    line-height: 30px;
    bottom: 30px;
    left: 10px;
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
  .recom-item .recom-item-body .cws-button {
    min-width: 100%;
    padding: 3px 0 3px 20px;
    right: 2px;
    margin: 0 !important;
    text-align: center;
  }
  .recom-item .recom-item-body .action {
    top: 20px;
    right: -123px;
    font-size: 14px;
    padding: 2px 10px 2px 40px;
  }
  .recom-item .recom-media .location {
    font-size: 12px;
  }
  .recom-item .recom-media:hover + .recom-item-body .action {
    right: -50px;
  }
}
.recom--stars-rating {
  font-size: 12px;
  margin-bottom: 1rem;
}

.fixed-outer {
  background: #041463;
}

.quotes {
  padding: 100px 0 80px 0;
  background: #fafaff url("../images/logo-icon.png") no-repeat center 10px;
}
.quotes p {
  font-size: 17px;
}

.fixed {
  display: grid;
  grid-template-columns: 27% 67%;
  grid-gap: 6%;
}

.fixed-tour {
  padding: 4rem 0 4rem 5rem;
  padding-left: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.fixed-tour .fixed-tour-heading {
  margin-bottom: 30px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #db5428;
}
.fixed-tour .fixed-tour-heading h2 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 0;
  text-transform: inherit;
  line-height: 1.1;
  color: #db5428;
}

.fixed-text {
  color: #f3d8cf;
  font-weight: 500;
}

.fixed-tour-heading {
  font-size: 30px;
}
.fixed-tour-heading span {
  font-size: 80px;
  display: block;
  letter-spacing: -1px;
  font-family: "Dancing Script", cursive;
  text-transform: inherit;
}

.fixed-title {
  font-size: 80px;
  letter-spacing: -1px;
  font-weight: 800;
  line-height: 80px;
  font-family: "Roboto Slab", serif;
}
.fixed-title span {
  display: block;
  font-size: 50px;
  letter-spacing: 0;
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .fixed {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .fixed-outer {
    padding-bottom: 60px;
  }
  .fixed-tour {
    padding-left: 30px;
    padding-top: 0;
  }
  .fixed-tour-heading span {
    font-size: 52px;
  }
  .fixed-tour .fixed-tour-heading h2 {
    font-size: 40px;
  }
  .fixed-text {
    margin-top: 0;
  }
}
.a_slider {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.a_slider .slick-slide {
  justify-content: center;
  cursor: pointer;
}
.a_slider .common-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.common-thumb .slick-slide {
  float: none;
  display: flex;
}

.poster.slick-slide {
  float: left;
}

.common-thumb .slick-track {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  width: auto !important;
}
.common-thumb .slick-slide {
  width: auto !important;
  display: flex;
  margin-bottom: 8px;
  padding: 0.25rem 0.5rem;
  background: #e5e5e5;
  border-radius: 30px;
}
.common-thumb .slick-slide h3 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  font-size: 13px;
}

.common-thumb .slick-slide.slick-current {
  background: #db5428;
}

.common-thumb .slick-slide.slick-current h3 {
  color: #fff;
}

.slider-title {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 100;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  text-align: center;
}

.btn.btn-pos {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {
  .fixed {
    display: block;
  }
  .a_slider {
    height: auto;
  }
  .btn.btn-pos {
    bottom: 2rem;
  }
  .fixed-tour {
    display: block;
    text-align: center;
    padding: 4rem 0 0 5rem;
  }
}
@media screen and (max-width: 992px) {
  .fixed {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .a_slider {
    height: auto;
  }
}
.testimonial {
  text-align: center;
  padding: 0 1.5rem;
  border-left: 1px solid #ddd;
}

.testimonial-name {
  font-size: 1.25rem;
}

.testimonial-body {
  margin-top: 20px;
}

.feedback {
  font-size: 15px;
}

.feedback-left h3 {
  margin-bottom: 3rem;
}

.stars-rating {
  color: #E88E09;
}

.owl-carousel .owl-item .testimonial-avatar {
  height: 100px;
  width: 100px;
  display: inline-block;
  line-height: 100px;
  background: #041463;
  border-radius: 100%;
  color: #fff;
  font-size: 1.5rem;
  border: 4px solid #db5428;
}

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

.avatar-body {
  flex: 1;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .feedback-left h3 {
    font-size: 20px;
  }
  .testimonials__owl-carousel {
    margin-top: 60px;
  }
  .owl-carousel .owl-item .testimonial-avatar {
    height: 80px;
    width: 80px;
  }
}
.logo-holder {
  padding: 60px 0 100px 0;
  background: #ece3c2;
  margin-top: 60px;
}

.logo-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
}

.subscribe-mail {
  display: flex;
  width: 100%;
  padding: 1rem;
  border-radius: 1rem;
  background: #efc3b5;
}
.subscribe-mail input[type=text] {
  border: 1px solid #ccc;
  height: 50px;
  flex: 0 0 640px !important;
  background: #fff;
  border-radius: 4px;
  padding-left: 10px;
}
.subscribe-mail input[type=submit] {
  height: 50px;
  padding: 0 1rem;
  border: none;
  background: #db5428;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .logo-wrap {
    text-align: center;
    margin-bottom: 20px;
  }
  .logo-wrap img {
    width: 130px;
    margin: 0 auto;
  }
}
/* #Footer  Styles================================================== */
.footer {
  position: relative;
  font-size: 18px;
  position: relative;
  background: #1A1B1E;
  margin-top: 200px;
  padding-top: 30px;
  font-family: "Oswald", sans-serif;
  color: #bebebe;
}
.footer h4 {
  color: #fff;
}
.footer a {
  color: #bebebe;
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: -143px;
  background: #fff url(../images/footer-bg.png) no-repeat center top;
  height: 143px;
  width: 100%;
}
.footer h2 {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
.footer p {
  color: #bebebe;
}
.footer .footer-contact-info a,
.footer .footer-contact-info span {
  color: #bebebe;
}
.footer .footer-contact-info > div {
  display: flex;
  color: #bebebe;
  margin-top: 12px;
}
.footer .footer-contact-info > div svg {
  flex: 0 0 24px;
}

.text a + a {
  padding-left: 0;
}

.footer ul li a:hover {
  text-decoration: underline;
}

.footer p .fa {
  margin-right: 10px;
}

.footer__box {
  position: relative;
  z-index: 10;
}
.footer__box li {
  line-height: 26px;
  position: relative;
  padding-left: 20px;
}
.footer__box li::after {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 9px;
  color: #EEF1F5;
}
.footer__box li a {
  display: block;
}
.footer__box li a:hover {
  text-decoration: underline;
}

.footer__box li {
  margin-bottom: 8px;
}

.footer__box li a:hover {
  padding-left: 5px;
}

.last_footer {
  padding: 1rem 0;
  margin-top: 30px;
  background: #101012;
  position: relative;
  color: #626262;
}

.design a {
  color: #db5428;
  text-decoration: none;
}
.design a:hover {
  text-decoration: underline;
}

.contact-info p svg {
  vertical-align: top;
}

.contact-info p {
  position: relative;
}

.contact-info a, .contact-info span {
  display: inline-block;
  color: inherit;
}

.contact-info-t p svg {
  color: #db5428;
}

.footer__social-media {
  font-size: 24px;
  justify-content: center;
  border-left: 1px solid #38393d;
  border-right: 1px solid #38393d;
  height: 100%;
  align-items: center;
}
.footer__social-media a {
  margin-left: 8px;
  color: #fff;
  background: none;
}
.footer__social-media a:hover {
  color: #999ba0;
}

.destination-items {
  height: 100%;
  display: flex;
  align-items: center;
}

.footer-top {
  background: #041463;
  padding: 2rem 0;
  margin-bottom: 50px;
}

.footer-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy a {
  color: #db5428;
}

.footer-top-left h2 {
  margin-bottom: 0;
  font-size: 36px;
  text-transform: inherit;
}

.footer-contact-info svg {
  vertical-align: top;
}

.footer-contact-info a, .footer-contact-info span {
  padding-right: 1rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .btns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer::after {
    background: url(../images/footer-bg-mobile.png) no-repeat center top;
    height: 177px;
    top: -177px;
  }
  .last_footer {
    text-align: center;
  }
  .last_footer .d-flex {
    justify-content: center !important;
  }
  .footer__social-media {
    margin-top: 1em;
  }
  .associated-content {
    flex-direction: column;
  }
  .associated-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .associated-img img {
    margin-bottom: 1rem;
    max-height: 50px;
  }
  .footer-top-subtitle {
    font-size: 25px;
  }
  .footer-top-left h2 {
    font-size: 24px;
  }
  .footer-top-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer-top-left {
    margin-bottom: 1rem;
  }
  .footer .col-sm-6 + .col-sm-6 {
    padding-top: 30px;
  }
  .footer {
    margin-top: 200px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .footer .col-sm-6 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .footer .col-lg-3.col-sm-6 + .col-lg-3.col-sm-6 {
    padding-top: 30px;
  }
  .footer::after {
    background: url(../images/footer-bg-mobile.png) no-repeat center top;
    height: 76px;
    top: -75px;
  }
}
.inside-banner {
  background: #F6F3F8 url("../images/inside-banner.jpg") no-repeat left 0;
  width: 100%;
  height: 270px;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
.inside-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.inside-banner .breadcrumb-outer {
  position: absolute;
  left: 60px;
  top: 170px;
  z-index: 100;
}

.page-banner {
  background: #F6F3F8 url("../images/inside-banner.jpg") no-repeat left 0;
  width: 100%;
  height: 520px;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
}
.page-banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.page-banner .breadcrumb-outer {
  position: absolute;
  left: 60px;
  top: 170px;
  z-index: 100;
}
.page-banner .inside__owl-carousel {
  height: 520px;
}
.page-banner .inside__owl-carousel img {
  height: 520px;
  object-fit: cover;
}
.page-banner .slider-content {
  position: absolute;
  left: 60px;
  top: 250px;
  width: 100%;
  z-index: 100;
}
.page-banner .slider-content h2 {
  color: #fff;
  font-size: 50px;
  letter-spacing: -1px;
}

.inside__owl-carousel .item {
  position: relative;
}
.inside__owl-carousel .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.inside__owl-carousel .owl-prev,
.inside__owl-carousel .owl-next {
  position: absolute;
  top: 200px;
  height: 64px;
  width: 64px;
  background: #353535 !important;
  z-index: 1;
  opacity: 1;
  color: #ddd;
  border-radius: 30px !important;
  border: 1px solid #000;
}
.inside__owl-carousel .owl-prev span,
.inside__owl-carousel .owl-next span {
  font-size: 40px;
  line-height: 40px;
}
.inside__owl-carousel .owl-prev {
  right: 160px;
}
.inside__owl-carousel .owl-next {
  right: 80px;
}

/* #btn================================================== */
.btn {
  padding: 0 2rem;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden;
}

.btn--primary {
  background: #041463;
  color: #fff;
}
.btn--primary:hover {
  color: #fff;
  background: #05197c;
}

.btn--accent {
  background: #000;
}
.btn--accent:hover {
  color: #fff;
  background: #df653e;
}

.btn--white {
  background: #fff;
  color: #504d4e;
}
.btn--white:hover {
  color: #fff;
  background: #000;
}

.btn--primary-outline {
  border: 2px solid #041463;
}
.btn--primary-outline:hover {
  border: 2px solid #041463;
}

.btn--accent-outline {
  border: 2px solid #db5428;
  color: #db5428;
}
.btn--accent-outline:hover {
  border: 2px solid #db5428;
  color: #fff;
}

.btn--dark-outline {
  border: 2px solid #2C2234;
  color: #2C2234;
}
.btn--dark-outline:hover {
  border: 1px solid #2C2234;
  color: #fff;
  background: #2C2234;
}

.btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
}
.btn--white-outline:hover {
  border: 2px solid #fff;
  color: #333;
}

.header__middle-right-btn {
  margin-left: 24px;
}

/*btn size*/
.btn--small {
  padding: 0 1.25em;
}

.btn--medium {
  padding: 0 2rem;
  line-height: 48px;
}

.btn--big {
  padding: 0 1.25rem;
  line-height: 48px;
  font-size: 16px;
}

.btn:focus,
button:focus {
  outline: 0;
}

.btn-link {
  text-decoration: underline;
  color: #db5428;
}
.btn-link:hover {
  color: #db5428;
  text-decoration: none;
}

.btnLink {
  color: #b2421e;
  font-weight: 500;
}
.btnLink:hover {
  color: #863217;
}

.btn i {
  margin-left: 4px;
}

.continue_btn {
  height: 40px;
  line-height: 40px;
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  border-color: #f0f0f0;
  background: #f0f0f0;
  color: #3d464d;
  fill: #3d464d;
  font-weight: 600;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #db5428;
  border-color: #db5428 #09429e;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #fff;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.poster {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.poster img {
  width: 100%;
}

.poster-caption {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-align: center;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  text-transform: uppercase;
}
.poster-caption ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .poster {
    border-radius: 20px;
  }
}
/* 1.2. SECTION TITLE */
.section--title {
  text-align: center;
}
.section--title h2 {
  position: relative;
  margin-top: -7px;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 36px;
  line-height: 41px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .section--title h2 {
    font-size: 30px;
  }
}

.section--title h2:before,
.section--title h2:after {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

.section--title h2:before {
  bottom: 0;
  width: 100px;
  padding: 4px 0 5px;
  border-style: solid;
  border-width: 1px 0;
  border-color: #303030;
  opacity: 0.67;
}

.section--title h2:after {
  bottom: 5px;
  width: 200px;
  height: 1px;
  background-color: #303030;
}

.bg--img .section--title h2:before {
  border-color: #fff;
}

.bg--img .section--title h2:after {
  background-color: #fff;
}

.bg--img .section--title h2 strong {
  color: #fff;
}

.title {
  position: relative;
  padding-left: 2rem;
}
.title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #db5428;
  width: 5px;
}

.title-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #4f4285;
  padding-bottom: 20px;
}

.breadcrumb {
  background: none;
  display: flex;
  justify-content: flex-end;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}

.breadcrumb > li + li::before {
  padding: 0 8px;
  color: #fff;
  content: "|";
}

.breadcrumb > li + li {
  color: #fff !important;
}

.breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.c-card img {
  height: 210px;
  object-fit: cover;
}

.card-price {
  font-size: 22px;
  color: #db5428;
  font-weight: bold;
}

.package-date {
  color: #9b9b9b;
}

.price-start {
  color: #9b9b9b;
  font-size: 15px;
}

.card-meta-right span {
  font-size: 15px;
}

s.pagination .page-item .page-link.pren {
  color: #8b8b8b;
}

.pagination .page-item .page-link.pren.prev:hover {
  transform: translateX(-5px);
  background: none;
  color: #db5428;
}

.pagination .page-item .page-link.pren.next:hover {
  transform: translateX(5px);
  background: none;
  color: #db5428;
}

.pagination .page-item .page-link {
  background: none;
  border: none;
  color: #313131;
  font-size: 1.2rem;
  border-radius: 0;
  font-family: "domine";
  font-weight: 600;
  min-width: 40px;
  text-align: center;
  margin-right: 0.6rem;
  border-radius: 2px;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #db5428;
  border-radius: 100%;
  color: #fff;
}

.pagination {
  display: inline-flex;
}

/* #home page ================================================== */
.map-small iframe,
.map-wrap iframe,
.sucharu-map iframe {
  width: 100%;
}

.t-map iframe {
  display: block;
}

.card--tab .card-title {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 0;
}

.card--tab .card-body {
  padding: 0 20px 20px;
}

.destination .card a {
  color: #fff;
}

.destination .card img {
  height: 300px;
  object-fit: cover;
}

.destination__owl-carousel.owl-carousel .owl-dots.disabled,
.destination__owl-carousel.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.destination__owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel.owl-theme .owl-nav [class*=owl-] {
  border-radius: 0 !important;
  height: 40px;
  width: 40px;
  background: #9d9d9d;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.destination__owl-carousel .owl-prev, .destination__owl-carousel .owl-next {
  position: absolute;
  top: -50px;
}

.destination__owl-carousel .owl-prev {
  right: 50px !important;
  left: inherit;
  position: absolute;
}

.destination__owl-carousel .owl-next {
  right: 0 !important;
}

.page-bg {
  background: #FF8850;
  padding-bottom: 250px;
}

.o-card {
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.o-layout .col-12:hover .o-card {
  transform: translate(10px, 10px);
}

.o-layout-01 {
  position: relative;
}
.o-layout-01 .container {
  mix-blend-mode: multiply;
  position: relative;
  z-index: 2;
}
.o-layout-01:before {
  content: "";
  width: 100%;
  height: 229px;
  height: 30.015%;
  position: absolute;
  bottom: 40.5%;
  background: #FF8850;
  transform-origin: bottom right;
  clip-path: polygon(0 150%, 0 0, 100% 100%);
  z-index: 1;
}

.page-categories {
  background: #FF8850 url("../images/country-bg.jpg") no-repeat left top;
  background-size: cover;
}

.o-card-01--title {
  font-family: "Oswald", sans-serif;
}

.col_2 {
  position: relative;
  top: 35%;
}

.col_4 {
  position: relative;
  top: 75%;
}

@media (min-width: 1020px) {
  .o-layout-01:before {
    height: 92%;
    bottom: 0;
  }
  .o-layout-01:after {
    display: none;
  }
}
.o-layout-01:after {
  content: "";
  width: 100%;
  height: 40.5%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FF8850;
  z-index: 1;
}

.o-layout-01--header p {
  color: var(--stone);
}

.o-layout-01--leadspace .container {
  mix-blend-mode: normal;
}

.o-layout-01--leadspace::before {
  opacity: 0.8;
}

.o-layout-01 .row .col-lg-6 + .col-lg-6 {
  margin-bottom: 120px;
}

@media (min-width: 1320px) {
  .o-card-01--title {
    font-size: 5rem;
  }
}
@media (min-width: 1020px) {
  .o-card-01--link span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    left: 0;
    bottom: -8px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: clip-path 275ms ease;
  }
}
.o-card-01--link sup {
  font-size: 2rem;
  margin-right: 0.5rem;
  position: relative;
  top: -60px;
}

.o-card-01--link span, .o-card-06--image {
  position: relative;
}

.o-card-01--link span::before {
  -webkit-text-fill-color: #000;
  position: absolute;
  content: attr(data-content);
  color: #000;
  text-decoration: none;
  text-decoration-color: #000;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1020px) {
  .o-card-01--link .stroke {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
  }
}
.card-a02-eyebrow, .core-value-card-lists li.nav-item a {
  -webkit-text-stroke-color: #fff;
}

.o-card-01--odd .o-card-01--title {
  display: flex;
  justify-content: flex-end;
}
.o-card-01--odd .o-card-01--title sup {
  top: 5px;
}

.o-card-01--link:hover {
  text-decoration: none;
  color: #000;
}

.o-card-01--link {
  color: #000;
  position: relative;
}
.o-card-01--link:hover {
  text-decoration: none;
  color: #000;
}
.o-card-01--link:focus span::before, .o-card-01--link:hover span::before {
  clip-path: polygon(0 0, 100% 0, 100% 110%, 0 100%);
}
.o-card-01--link:focus span::after, .o-card-01--link:hover span::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/*day tours*/
.poster--day-tour {
  height: 320px;
}
.poster--day-tour img {
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.poster--day-tour:hover img {
  transform: scale(1.1);
}
.poster--day-tour .poster-caption {
  padding: 2rem 1.25rem;
  font-size: 20px;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.poster--day-tour .poster-caption a {
  color: #fff;
  text-transform: initial;
  font-weight: 600;
}

.packages {
  background: linear-gradient(0deg, rgb(219, 84, 40) 0%, rgb(4, 20, 99) 100%);
}

.trip-highlights li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #D8D8D8;
}

.itinerary-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.itinerary-date li {
  padding: 0.25rem 1rem;
  background: #f9efeb;
  border: 1px solid #ddd0cb;
  border-radius: 4px;
  color: #db5428;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
  cursor: pointer;
  text-align: center;
}

.min {
  font-size: 14px;
}

.title-section--related {
  border-color: #ddd;
}

.itinerary-date li.active {
  background: #db5428;
  color: #fff;
}

.tab-content {
  display: none;
}

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

.respected-gurus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 60%;
  margin: 0 auto;
}
.respected-gurus h3 {
  margin-top: 20px;
}
.respected-gurus img {
  border-radius: 20px;
}

.respected-title h2 {
  position: relative;
}
.respected-title h2::after {
  content: "";
  display: block;
  width: 220px;
  height: 1px;
  background: #db5428;
  margin: 0 auto;
  margin-top: 10px;
}

.chairman-message {
  border-top: 1px solid #ddd;
}

.chairman-photo {
  position: relative;
}
.chairman-photo img {
  border-radius: 20px;
}

.chairman-name {
  font-family: "Oswald", sans-serif;
  font-size: 60px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  color: #db5428;
}

.chairman-post {
  text-align: right;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #db5428;
}

.avatar {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.teams .item {
  padding: 1rem;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border-radius: 20px;
}

.team-1 {
  display: grid;
  grid-template-columns: 25%;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
  gap: 30px;
}

.team-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 50%;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  margin-top: 60px;
  gap: 30px;
}

.team-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  text-align: center;
  margin-top: 60px;
  gap: 30px;
}

.contact-text {
  margin-bottom: 20px;
  line-height: 26px;
}

.contact-form label {
  display: block;
}
.contact-form input {
  height: 40px;
  padding-left: 10px;
  border: 1px solid #E0E0E0;
  border-radius: 0;
  font-size: 14px;
}
.contact-form textarea {
  border: 1px solid #E0E0E0;
  width: 100%;
  padding-left: 10px;
  padding-top: 5px;
  height: 110px;
}
.contact-form .btn {
  text-transform: uppercase;
}

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

.contact-icon {
  border: 1px solid #ddd;
  padding: 20px;
}
.contact-icon i {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #041463;
  color: #fff;
  font-size: 24px;
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-icon h3 {
  margin-bottom: 8px;
}
.contact-icon p {
  margin-bottom: 0;
}

.contact-box {
  padding: 30px;
  background: #ececed;
}

.map-wrap iframe {
  height: 528px;
}

@media screen and (max-width: 767px) {
  .map-wrap {
    margin-top: 40px;
  }
  .map-wrap iframe {
    height: auto;
  }
}
.form-group {
  margin-bottom: 1rem;
}

.form-control:focus {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .contact-icons.grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .contact-icons.grid--4 {
    grid-template-columns: 1fr;
  }
}
.map-wrap iframe {
  width: 100%;
}

.not-found {
  text-align: center;
  padding-top: 170px;
}

.not-found__404 {
  font-size: 80px;
  font-weight: 700;
  color: #ebebeb;
}

.not-found__content {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.not-found__search-input.form-control {
  flex: 1;
}

.not-found__title {
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

.not-found__search {
  display: flex;
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .not-found__404 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .not-found__404 {
    font-size: 50px;
    line-height: 54px;
    padding: 40px 0 32px;
  }
}
.inner ul,
.inner ol {
  margin-bottom: 20px;
}

.inner ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.inner ul li::before {
  content: "•";
  color: #000;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -5px;
  font-size: 1.5em;
}

.inner ul li,
.inner ol li {
  margin-bottom: 5px;
}

.inner ul {
  list-style: disc;
}

.inner ol,
.inner ol li {
  list-style: decimal;
}

.inner p {
  margin-bottom: 10px;
  text-align: justify;
}

.inner table {
  width: 100%;
  margin-bottom: 20px;
}

.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}

.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 95%;
}

.footer .container {
  max-width: 80%;
}

.para-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn-wrap--mobile {
  display: none;
}

/* #Media Queries For Responsive================================================== */
@media screen and (max-width: 1200px) {
  .subscribe-mail input[type=text] {
    flex: 1 !important;
  }
}
@media screen and (max-width: 992px) {
  .owl-stage-outer::before {
    left: 10px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .shrink .navbar-expand-lg .navbar-nav .nav-link {
    padding: 22px 1rem;
  }
  .header__middle-right {
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .footer__box {
    margin-top: 30px;
  }
  h3 {
    font-size: 1.25rem;
  }
  .product-list__c-card .c-card__figure img {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .m-t-40 {
    margin-top: 1.25rem;
  }
  .h2, h2 {
    font-size: 1.5rem;
  }
  .p-t-80 {
    padding-top: 2rem;
  }
  .p-t-60 {
    padding-top: 30px;
  }
  .p-tb-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .subscribe-mail input[type=text] {
    flex: 1 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 1rem;
  }
  .product-list__c-card .c-card__figure img {
    height: 220px;
  }
  .footer__box {
    margin-bottom: 30px;
  }
  .logo span {
    font-size: 28px;
  }
  .product-single-img img {
    height: 300px;
    object-fit: cover;
  }
  .card h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 2rem;
  }
  .testimonial-body {
    width: 100%;
  }
  .media-blog img {
    margin-bottom: 1rem;
    width: 100%;
  }
  .btn--big {
    padding: 0 1rem;
    font-size: 14px;
  }
  .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .input-outer i {
    top: 27px;
  }
  .media-blog-content.ms-3 {
    margin-left: 0 !important;
  }
  .media-blog .flex-shrink-0 {
    width: 100%;
    text-align: center;
  }
  .media-blog-content {
    padding: 0;
  }
  .carousel-caption {
    font-size: 26px;
  }
  .notices {
    padding-left: 0;
    border: 0;
  }
  .img-block img {
    width: 100%;
  }
  .contact-info {
    margin-top: 30px;
  }
  .shrink .header__middle {
    padding: 8px 0;
  }
  .about__figure::after {
    display: none;
  }
  .navbar-toggler {
    display: block;
  }
  .news .owl-theme .owl-nav {
    display: none;
  }
  .blog-single__media img {
    width: 80px;
    height: 80px;
  }
  .inside-banner h1 {
    font-size: 1.8rem;
  }
  .inside-banner {
    height: auto;
  }
  .notices {
    margin-top: 40px;
  }
  .pagination.m-t-40 {
    margin-top: 40px;
  }
  .container.d-flex.align-items-center {
    display: block !important;
    position: relative;
  }
  .footer .col-lg-3.col-sm-6 + .col-lg-3.col-sm-6 {
    padding-top: 30px;
  }
  .section-title h2 {
    line-height: 1.2;
  }
  .grid-categories .grid-item + .grid-item {
    margin-top: 30px;
  }
  .header__middle-right-btn {
    margin-left: 0;
    margin-right: 20px;
  }
  .header__middle .btn {
    font-size: 10px;
    line-height: 1.5rem;
  }
  .header {
    position: sticky;
    -ms-position: sticky;
    top: 0;
    z-index: 100;
    padding: 1rem 0;
  }
  .collections .col-md-6 + .col-md-6 {
    margin-top: 20px;
  }
  .about .grid-item {
    padding: 0 1rem;
  }
  .navdiv {
    top: 15px;
  }
  .navbar-toggler {
    border: none;
    width: 28px;
    height: 20px;
  }
  .navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
    height: 2px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::before {
    top: 8px;
  }
  .navbar-toggler.toggler-spring .navbar-toggler-icon::after {
    top: 16px;
  }
  .slider__owl-carousel .owl-prev {
    left: 10px;
  }
  .slider__owl-carousel .owl-next {
    right: 10px;
  }
  .section-title h2 {
    font-size: 1.625rem;
  }
  .section-title h3 {
    margin-bottom: 8px;
  }
  .t-map iframe {
    height: 250px;
  }
  .slider__owl-carousel .owl-item img {
    height: auto;
  }
  .location {
    margin-bottom: 1rem;
  }
  .destination .card {
    margin-bottom: 30px;
  }
  .m-b-30 {
    margin-bottom: 1.25rem;
  }
  .m-t-60 {
    margin-top: 30px;
  }
  .about-img {
    margin-top: 30px;
  }
  .btn-wrap-mobile {
    margin-left: auto;
    margin-top: 20px;
    display: none;
  }
  .about__figure {
    margin-bottom: 0;
  }
  .p-tb-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .btn--big {
    padding: 0 1em;
    line-height: 45px;
  }
  .design {
    margin-top: 0.5rem;
  }
  .testimonials.m-t-50 {
    margin-top: 0;
  }
  .about-img img {
    height: auto;
  }
  .inside-hero-caption {
    position: inherit;
  }
  .inside-hero-tile {
    top: 30%;
  }
  .inside-hero-tile h2 {
    font-size: 20px;
  }
  .inside-right {
    margin-top: 20px;
  }
  .btn--medium {
    padding: 0 1.5rem;
    line-height: 40px;
  }
  .btn-wrap.m-t-30 {
    margin-top: 0 !important;
  }
  .a_slider + .a_slider {
    margin-top: 20px;
  }
  .a_slider {
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .subscribe-mail {
    flex-wrap: wrap;
  }
  .subscribe-mail input[type=submit] {
    width: 100%;
    margin-top: 1rem;
  }
}

/*# sourceMappingURL=style.css.map */
