@charset "UTF-8";

 
/* @import url("https://fonts.googleapis.com/css2?family=Expletus+Sans:ital,wght@0,400..700;1,400..700&display=swap"); */
/* @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Oswald:wght@200..700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root {
  scroll-behavior: smooth;
}

/* Theme Default CSS */
* {
  margin: 0;
  border: 0;
  outline: none;
}

html,
body {
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  vertical-align: baseline;
  direction: ltr;
}

p {
  margin: 0 0 15px;
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  /* font-family: "Rajdhani", sans-serif; */
  color: #23262D;
  font-style: normal;
  transition: all 0.5s ease-out;
}

h1 {
  font-size: 68px;
  line-height: 78px;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

label {
  color: #616161;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}

button {
  cursor: pointer;
  transition: all 0.5s ease-out;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}

a,
.button {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
 
a,
button {
  color: #515151;
  /* color: #1D92CD; */
  outline: medium none;
  transition: all 0.5s ease-out;
}
        
a:hover, button:hover {
    color: #d62b2f;
    transition: all 0.5s ease-out;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
 

textarea:focus,
input:focus {
  outline: none;
}
 
.bg-gray-100 {
  background-color: #F4F4F4;
}

.page-area {
  padding-top: 113px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .page-area,
  .blog-area {
    padding-top: 100px;
    padding-bottom: 52px;
  }
}
@media (max-width: 767px) {
  .page-area,
  .blog-area {
    padding-top: 80px;
    padding-bottom: 32px;
  }
}
.page-area .page-links,
.blog-area .page-links {
  margin-bottom: 20px;
}

.border-radius-12 {
  border-radius: 12px;
}

.text-white-100 {
  color: rgba(255, 255, 255, 0.7019607843);
}

code {
  color: #1D92CD;
}
 

.circle-btn-text {
  position: absolute;
  z-index: 99;
  width: 300px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.circle-btn-text text {
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .circle-btn-text text {
    font-size: 13px;
  }
}
.circle-btn-text svg {
  animation-name: rotate;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.animate-move-left-right {
  animation: MoveLeftRight 1.5s linear infinite alternate;
}

.animate-move-top-bottom {
  animation: MoveUpDown 1.5s linear infinite alternate;
}

.slider-nav-btn-wrapper {
  display: flex;
  gap: 18px;
}
.slider-nav-btn-wrapper a {
  width: 72px;
  height: 72px;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: 0px 12px 24px 0px rgba(2, 24, 93, 0.06);
  font-size: 24px;
  color: #23262D;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .slider-nav-btn-wrapper a {
    width: 60px;
    height: 60px;
  }
}
.slider-nav-btn-wrapper a:hover {
  background-color: #1D92CD;
  color: #ffffff;
}

.circle-rotate-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.circle-rotate-wrapper .circle-rotate-inner {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle-rotate-text {
  transform-origin: center center;
  animation: spin 6s linear infinite;
  position: absolute !important;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}
.circle-rotate-text span {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.gx-6 {
  --bs-gutter-x: 7.55rem;
}
@media only screen and (max-width: 767px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (max-width: 1199px) {
  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}
@media only screen and (max-width: 1399px) {
  .gx-6 {
    --bs-gutter-x: 2rem;
  }
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 12px !important;
}

@media only screen and (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media only screen and (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media only screen and (max-width: 1399px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

 
  
 
.error-404.not-found {
  margin-top: -20px;
  margin-bottom: 40px;
}
.error-404.not-found .error-content .error-btn-bh {
  margin-top: 20px;
}

@keyframes MovefadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.MovefadeUp {
  animation-name: MovefadeUp;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
}
@keyframes animatelinebar {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(25px);
  }
}
@keyframes slideUpIn {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(40px);
  }
}
@keyframes MoveLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes Animated3 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes Animated4 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes UpToDown {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Scroll {
  0% {
    transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
  100% {
    transform: translateX(50vw);
    transform: translateX(50vw);
  }
}
@keyframes spin {
  100% {
    transform: rotate(359deg);
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -23px 0, 100% -23px, 0 100%;
  }
  to {
    background-position: 0 -23px, 0 0, 100% 0, -23px 100%;
  }
}
.ajFadeInUp {
  opacity: 0; /* Start invisible */
  animation: ajFadeInUp 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes ajFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px); /* Start slightly below */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at original position */
  }
}
.ajFadeInLeft {
  opacity: 0; /* Start invisible */
  animation: ajFadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes ajFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.ajFadeInRight {
  opacity: 0; /* Start invisible */
  animation: ajFadeInRight 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes ajFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px); /* Start slightly to the right */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
@keyframes ajslideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.ajfadeInLeft {
  opacity: 0; /* Start invisible */
  animation: ajfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes ajfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.ajSkillInLeft {
  opacity: 0; /* Start invisible */
  animation: ajSkillInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes ajSkillInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.slideinup {
  animation-name: slideinup;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideinleft {
  animation-name: slideinleft;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.font-inter {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

.font-teko {
  font-family: "Oswald", sans-serif;
  font-style: normal;
}

.font-niconne {
  font-family: "Great Vibes", cursive;
  font-style: normal;
}

body {
  font-family: "Inter", sans-serif;
}

/*--- preloader ---*/
#loading {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.preloader-bar {
  width: 440px;
  border-radius: 10px;
  background-color: #ffffff;
  height: 6px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .preloader-bar {
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .preloader-bar {
    width: 300px;
  }
}
@media only screen and (max-width: 576px) {
  .preloader-bar {
    width: 250px;
    margin: auto;
  }
}
@media only screen and (max-width: 479px) {
  .preloader-bar {
    width: 200px;
  }
}
.preloader-bar .preloader-inner {
  background-color: #1D92CD;
  height: 100%;
  animation: pre 2.5s linear;
}

@keyframes pre {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.preloader-logo {
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .preloader-logo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .preloader-logo {
    margin-bottom: 20px;
  }
}

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

.preloader-title {
  font-family: "Expletus Sans", sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 26px;
  color: #1C1C1C;
  margin-top: 110px;
}
@media only screen and (max-width: 1399px) {
  .preloader-title {
    font-size: 120px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .preloader-title {
    font-size: 90px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .preloader-title {
    font-size: 70px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .preloader-title {
    font-size: 60px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .preloader-title {
    font-size: 44px;
    margin-top: 20px;
  }
}
 
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #26262c;
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", serif;
  width: 100%;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span.contact-info-item {
  gap: 0 10px !important;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #26262c;
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", serif;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .header-contact-info span a:hover {
  color: #1D92CD;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile {
  margin-top: 20px;
  border-top: 1px solid #dfe2e9;
  width: 100%;
  padding-top: 20px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a {
  color: #26262c;
  font-size: 22px;
}
.menu-sidebar-area .menu-sidebar-content .menu-sidebar-single-widget .social-profile a:hover {
  color: #1D92CD;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
}
.body-overlay.active {
  opacity: 1;
  visibility: visible;
}
.body-overlay:hover {
  cursor: pointer;
}

.section-title {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .section-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    flex-direction: column;
    margin-bottom: 30px;
    align-items: flex-start;
    gap: 40px;
  }
}
.section-title .sec-content {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .section-title .sec-content {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .sec-content .sec-desc p br {
    display: none;
  }
}
.section-title .short-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #1D92CD;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-title .short-title::before, .section-title .short-title::after {
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #1D92CD;
  flex: 1 1;
}
.section-title .short-title.no-divider:before, .section-title .short-title.no-divider:after {
  display: none;
}
.section-title .short-title.only-divider::before {
  display: none;
}
.section-title .title {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #23262D;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 48px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .section-title .title {
    font-size: 47px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 439px) {
  .section-title .title br {
    display: none;
  }
}
.section-title .title span {
  color: #1D92CD;
}
.section-title .sec-desc {
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #616670;
  margin-bottom: 0;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn {
  background-color: transparent;
  color: #23262D;
  flex-shrink: 0;
}
.section-title .sec-desc .theme-btn:hover {
  background-color: #1D92CD;
  color: #ffffff;
  transition: all 0.5s ease-out;
}
.section-title.two-column {
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .section-title.two-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .section-title.two-column {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-content {
    width: 100%;
  }
}
.section-title.two-column .sec-desc {
  width: 537px;
  font-family: "Outfit", serif;
}
@media only screen and (max-width: 1199px) {
  .section-title.two-column .sec-desc {
    width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title.two-column .sec-desc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-title.two-column .sec-desc {
    width: 100%;
  }
}
.section-title.two-column .sec-desc .desc {
  margin-bottom: 8px;
}
.section-title.two-column .sec-desc .simple-btn {
  font-size: 18px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #23262D;
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-breadcrumb-area {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.6980392157);
}

.page-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.page-heading h3,
.page-heading .page-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 48px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: initial;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 375px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .page-heading h3,
  .page-heading .page-title {
    font-size: 42px;
    line-height: 52px;
  }
}

.breadcrumb-wrapper {
  padding: 0px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding: 0;
  }
}

.breadcrumb-list {
  text-align: center;
}
.breadcrumb-list ul {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
  gap: 0 12px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-list ul {
    flex-direction: column;
    align-items: center;
  }
}
.breadcrumb-list ul li {
  list-style: none;
  display: inline-flex;
  gap: 0 12px;
  align-items: center;
  color: #fff;
}
.breadcrumb-list ul li a {
  font-family: "Outfit", serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.breadcrumb-list ul li a:hover {
  transition: all 0.5s ease-out;
  color: #1D92CD;
}
.breadcrumb-list ul li:before {
  content: "\f054";
  font-size: 12px;
  font-family: "Font Awesome 6 Free";
  display: inline-flex;
}
.breadcrumb-list ul li:first-child:before {
  display: none;
}
@media (max-width: 375px) {
  .breadcrumb-list ul li:first-child:before {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .sidebar {
    padding-left: 0;
    padding-top: 40px;
  }
}

.page-sidebar {
  margin-bottom: 50px;
  padding-left: 18px;
}

/* Widget */
.widget {
  background-color: #F4F4F4;
  padding: 40px;
  margin-bottom: 40px;
  /* Widget Instagram Feed */
  /* Widget Title */
  /* Social Widget Block */
  /* Recent Comment List Block Widget & Latest Post Widget Block */
  /* Social Widget */
  /* Select Option  */
  /* Login Widget */
  /* Tagcloud Widget */
  /* Default Widget */
}
@media only screen and (max-width: 767px) {
  .widget {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .widget {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .widget {
    padding: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .widget {
    padding: 30px;
  }
}
.widget:last-child {
  margin-bottom: 0;
}
.widget ol,
.widget ul {
  margin-bottom: 0;
}
.widget .widget-instagram-feed {
  width: 315px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .widget .widget-instagram-feed {
    width: 220px;
  }
}
@media (max-width: 374px) {
  .widget .widget-instagram-feed {
    width: 200px;
  }
}
.widget .widget-instagram-feed .single-instagram-feed {
  width: 96px;
  height: 96px;
}
.widget .wp-block-heading,
.widget .widget-title,
.widget .wp-block-search__label {
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #23262D;
  position: relative;
}
.widget .wp-block-social-links .wp-social-link {
  padding: 0;
  margin: 0;
  line-height: 0;
}
.widget .wp-block-social-links .wp-social-link a {
  width: 44px;
  height: 44px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-weight: 500;
  color: #23262D;
}
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-avatars.has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author,
.widget .has-dates.has-excerpts.wp-block-latest-comments li.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  font-weight: 500;
}
.widget .wp-block-latest-comments li.wp-block-latest-comments__comment,
.widget .wp-block-latest-posts li.wp-block-latest-comments__comment {
  margin-bottom: 0;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date {
  font-size: 14px !important;
  margin-bottom: 10px;
  position: relative;
  color: #616161;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-comments li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date:before,
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-title .wp-block-latest-comments__comment-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px;
}
.widget .wp-block-latest-comments li a,
.widget .wp-block-latest-posts li a {
  color: #23262D;
}
.widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-author, .widget .wp-block-latest-comments li a.wp-block-latest-comments__comment-link,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-author,
.widget .wp-block-latest-posts li a.wp-block-latest-comments__comment-link {
  display: inline !important;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 400;
}
.widget .wp-block-latest-comments li a:hover,
.widget .wp-block-latest-posts li a:hover {
  color: #1D92CD;
}
.widget .wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p,
.widget .wp-block-latest-posts li .wp-block-latest-comments__comment-excerpt p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.widget .social-profile {
  justify-content: flex-start;
}
.widget .social-profile a {
  width: 60px;
  height: 60px;
  background-color: #1D92CD;
  color: #ffffff;
  transition: all 0.5s ease-out;
  border-radius: 50px;
  flex-shrink: 0;
  flex-wrap: wrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .widget .social-profile a {
    width: 40px;
    height: 40px;
  }
}
.widget .social-profile a.facebook {
  background-color: #1877f2;
}
.widget .social-profile a.twitter {
  background-color: #1da1f2;
}
.widget .social-profile a.linkedin {
  background-color: #0a66c2;
}
.widget .social-profile a.instagram {
  background-color: #405de6;
}
.widget .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #1D92CD;
}
.widget select {
  max-width: 100%;
  height: 66px;
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 0 10px;
  border-radius: 5px;
  color: #616161;
  margin-bottom: 0;
  background-color: transparent;
}
.widget .has-login-form .login-username label,
.widget .has-login-form .login-password label {
  margin-bottom: 10px;
}
.widget .has-login-form .login-username input,
.widget .has-login-form .login-password input {
  max-width: 100%;
  height: 50px;
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 0 10px;
  border-radius: 5px;
  color: #616161;
}
.widget .has-login-form .login-remember label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.widget .has-login-form .login-submit {
  margin-bottom: 0;
}
.widget .has-login-form .login-submit input.button-primary {
  display: inline-flex;
  background: #1D92CD;
  color: #fff;
  padding: 12px 32px;
  text-align: center;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
}
.widget .tagcloud,
.widget .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
  color: #616670;
  display: inline-block;
  font-size: 16px;
  font-family: "Outfit", serif;
  font-weight: 400;
  line-height: 1;
  padding: 12px 14px;
  transition: all 0.5s ease-out;
  background-color: #ffffff;
}
.widget .tagcloud a:hover,
.widget .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #1D92CD;
  transition: all 0.5s ease-out;
}
.widget ul,
.widget ol {
  margin-bottom: 0;
  padding-left: 0;
  /* Tag Cloud Widget */
}
.widget ul li,
.widget ol li {
  display: block;
  padding: 7px 0;
  /* Recent Comment Widget */
}
.widget ul li:first-child,
.widget ol li:first-child {
  padding-top: 0;
}
.widget ul li:last-child,
.widget ol li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget ul li.recentcomments .comment-author-link a:before,
.widget ol li.recentcomments .comment-author-link a:before {
  display: block;
}
.widget ul li.recentcomments a,
.widget ol li.recentcomments a {
  padding-left: 0;
  display: inline;
}
.widget ul li.recentcomments a:before,
.widget ol li.recentcomments a:before {
  display: none;
}
.widget ul li a,
.widget ol li a {
  color: #616670;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: "Outfit", serif;
  font-weight: 400;
  transition: all 0.5s ease-out;
  /* RSS Widget */
}
.widget ul li a:hover,
.widget ol li a:hover {
  color: #1D92CD;
  transition: all 0.5s ease-out;
}
.widget ul li a.rsswidget,
.widget ol li a.rsswidget {
  padding-left: 0;
  font-weight: 500;
  display: block;
}
.widget ul li a.rsswidget:before,
.widget ol li a.rsswidget:before {
  display: none;
}
.widget ul li ul,
.widget ol li ul {
  padding-left: 25px;
  padding-top: 10px;
}
.widget ul.wp-tag-cloud li,
.widget ol.wp-tag-cloud li {
  display: inline-block;
  padding: 0;
  border: 0;
}
.widget ul.wp-tag-cloud li a:before,
.widget ol.wp-tag-cloud li a:before {
  display: none;
}
.widget.widget_categories ul li, .widget.widget_archive ul li {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li.cat-item, .widget.widget_archive ul li.cat-item {
  text-align: right;
  display: inline-block;
  width: 100%;
}
.widget.widget_categories ul li a, .widget.widget_archive ul li a {
  float: left;
}

/* About Info Widget*/
.widget-about-info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.widget-about-info .about-desc {
  text-align: left;
}
.widget-about-info .about-desc .about-title {
  font-size: 20px;
}
.widget-about-info .about-image {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.widget-about-info .social-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 30px;
  border-top: 1px solid rgba(44, 53, 62, 0.1490196078);
  width: 100%;
  margin-top: 10px;
}
.widget-about-info .social-profile a {
  transition: all 0.5s ease-out;
  width: 44px;
  height: 44px;
  background-color: #F4F4F4;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #26262c;
  transition: all 0.5s ease-out;
}
.widget-about-info .social-profile a:hover {
  color: #ffffff;
  transition: all 0.5s ease-out;
  background-color: #1D92CD;
}

/* Latest Post Widget*/
.has-dates.has-author.wp-block-latest-posts .wp-block-latest-posts__post-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.widget_rss .wp-block-heading:before,
.widget_rss .widget-title:before {
  display: none;
}
.widget_rss .rss-widget-icon {
  margin-right: 6px;
}
.widget_rss ul li a.rsswidget {
  color: #26262c;
}
.widget_rss ul li a.rsswidget:hover {
  color: #1D92CD;
}

.wp-block-latest-posts .wp-block-rss__item-title,
.wp-block-rss .wp-block-rss__item-title,
.widget_rss .wp-block-rss__item-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
}
.wp-block-latest-posts .wp-block-rss__item-title > a,
.wp-block-rss .wp-block-rss__item-title > a,
.widget_rss .wp-block-rss__item-title > a {
  color: #23262D;
  font-weight: 500;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-rss__item-publish-date {
  margin-right: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-latest-posts .wp-block-rss__item-publish-date,
.wp-block-latest-posts .wp-block-rss__item-author,
.wp-block-latest-posts .rss-date,
.wp-block-rss .wp-block-latest-posts__post-author,
.wp-block-rss .wp-block-latest-posts__post-date,
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .rss-date,
.widget_rss .wp-block-latest-posts__post-author,
.widget_rss .wp-block-latest-posts__post-date,
.widget_rss .wp-block-rss__item-publish-date,
.widget_rss .wp-block-rss__item-author,
.widget_rss .rss-date {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date:before,
.wp-block-latest-posts .wp-block-rss__item-publish-date:before,
.wp-block-latest-posts .rss-date:before,
.wp-block-rss .wp-block-latest-posts__post-date:before,
.wp-block-rss .wp-block-rss__item-publish-date:before,
.wp-block-rss .rss-date:before,
.widget_rss .wp-block-latest-posts__post-date:before,
.widget_rss .wp-block-rss__item-publish-date:before,
.widget_rss .rss-date:before {
  content: "\f274";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-author:before,
.wp-block-latest-posts .wp-block-rss__item-author:before,
.wp-block-rss .wp-block-latest-posts__post-author:before,
.wp-block-rss .wp-block-rss__item-author:before,
.widget_rss .wp-block-latest-posts__post-author:before,
.widget_rss .wp-block-rss__item-author:before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  padding-right: 8px;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-rss__item-excerpt,
.wp-block-latest-posts .rssSummary,
.wp-block-rss .wp-block-latest-posts__post-excerpt,
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .rssSummary,
.widget_rss .wp-block-latest-posts__post-excerpt,
.widget_rss .wp-block-rss__item-excerpt,
.widget_rss .rssSummary {
  margin-top: 10px;
  margin-bottom: 0;
}

.widget_latest_post ul li {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  border: 0;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .widget_latest_post ul li {
    gap: 10px;
  }
}
.widget_latest_post ul li:hover .latest-post-thumb img {
  transform: scale(1.2);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li:last-child {
  margin-bottom: 0;
}
.widget_latest_post ul li a {
  padding-left: 0;
}
.widget_latest_post ul li a:before {
  display: none;
}
.widget_latest_post ul li .latest-post-thumb {
  flex-shrink: 0;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}
.widget_latest_post ul li .latest-post-thumb a {
  width: 100%;
  height: 100%;
}
.widget_latest_post ul li .latest-post-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transform: scale(1.01);
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc {
  flex-direction: column-reverse;
  display: flex;
}
.widget_latest_post ul li .latest-post-desc .latest-post-title {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 27px;
  color: #23262D;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a {
  font-size: 18px;
  line-height: 27px;
  color: #23262D;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  transition: all 0.5s ease-out;
  font-family: "Rajdhani", sans-serif;
}
@media only screen and (max-width: 767px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-title a {
    font-size: 16px;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-title a:hover {
  color: #1D92CD;
  transition: all 0.5s ease-out;
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-weight: 400;
  gap: 8px;
  color: #616670;
  font-family: "Outfit", serif;
}
@media only screen and (max-width: 767px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 15px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1199px) {
  .widget_latest_post ul li .latest-post-desc .latest-post-meta {
    font-size: 14px;
    line-height: normal;
  }
}
.widget_latest_post ul li .latest-post-desc .latest-post-meta i {
  color: #1D92CD;
}

.widget-instagram-feed {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
  width: 240px;
}
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .widget-instagram-feed {
    grid-template-columns: repeat(2, 1fr);
    width: auto !important;
  }
}
.widget-instagram-feed .single-instagram-feed {
  border-radius: 6px;
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.widget-instagram-feed .single-instagram-feed:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease-out;
}
.widget-instagram-feed .single-instagram-feed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 0.5s ease-out;
}
.widget-instagram-feed.shop-widget {
  width: 100%;
}
.widget-instagram-feed.shop-widget .single-instagram-feed {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.widget-instagram-feed.shop-widget .single-instagram-feed img {
  position: relative;
}

.widget_promotion {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  background-color: #23262D;
}
.widget_promotion .wp-block-heading {
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 10px;
}
.widget_promotion .secondary-btn {
  display: inline-block;
  background: #1D92CD;
  color: #26262c;
  padding: 12px 104px;
  font-weight: 500;
  font-family: "Outfit", serif;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-out;
  font-size: 16px;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.widget_promotion .secondary-btn i {
  color: #fff;
  font-size: 16px;
}
.widget_promotion .secondary-btn:hover {
  transition: all 0.5s ease-out;
  background-color: #ffffff;
  border-color: #ffffff;
}
.widget_promotion p {
  color: rgba(255, 255, 255, 0.53);
  margin-bottom: 32px;
}

.single-post-item .single-post-meta {
  gap: 32px;
}
 
.footer-widget-info {
  position: relative;
}
.footer-widget-info ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-widget-info ul li {
  display: flex;
  align-items: start;
  gap: 17px;
  color: #23262D;
  padding: 0;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-info ul li a {
  color: #23262D;
}
.footer-widget-info ul li p {
  margin-bottom: 0;
}
.footer-widget-info ul li i {
  color: #FF9205;
  font-weight: 600;
}
.footer-widget-info ul li:first-child {
  margin-top: 0;
}
.footer-widget-info .extra-info {
  margin-top: 5px;
}
.footer-widget-info .extra-info .time-slot {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #23262D;
}
.footer-widget-info .extra-info .time-slot:before {
  content: "\f017";
  font-size: 16px;
  font-family: "Font Awesome 6 Free";
  color: #FF9205;
  font-weight: 600;
}
.footer-widget-info .extra-info .time-slot p {
  margin-bottom: 0;
}
.footer-widget-info .wp-block-heading {
  color: #ffffff;
  font-size: 30px;
}
.footer-widget-info .wp-block-heading::before {
  display: none;
}
.footer-widget-info .promotion-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-widget-info .promotion-card .short-desc {
  font-size: 18px;
  line-height: 30px;
  font-weight: "Rubik", sans-serif;
}
.footer-widget-info .promotion-card h4 {
  color: #ffffff;
  font-family: "Outfit", serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin: 0;
}
.footer-widget-info .promotion-card .secondary-btn {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer-widget-info .promotion-card .secondary-btn .icon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background: #1D92CD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.footer-widget-info .promotion-card .secondary-btn .icon i {
  color: #ffffff;
}
.footer-widget-info .promotion-card .secondary-btn .btn-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.footer-widget-info .promotion-card .secondary-btn .btn-text p {
  margin: 0;
  text-align: start;
  color: #ffffff;
  font-family: "Outfit", serif;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}
.footer-widget-info .promotion-card .secondary-btn .btn-text h4 {
  margin: 0;
  text-align: start;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
 
/* Large screens */
@media (min-width: 1600px) {
  .container {
    max-width: 1600px !important;
  }
}
.testimonial-2 {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.common-btn {
    
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(28, 28, 28, 0.12);
    border-radius: 50px;
    padding: 10px 25px;
}
.common-btn-blog-read-more {
    
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid rgba(28, 28, 28, 0.12);
    border-radius: 50px;
    padding: 5px 10px;
}
.common-btn i {
  margin-left: 3px;
}
.common-btn:hover {
      background-color: #ffcc00;
    color: #000000;
}
.common-btn.active {
  background-color: #f2d701 !important;
  color: #ffffff;
}

.swiper-container {
  overflow: hidden;
}

.pagination-container {
  margin-top: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .pagination-container {
    display: none !important;
  }
}
.pagination-container button {
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #b73228;
  border-radius: 30%;
  border: 1.5px solid rgba(28, 28, 28, 0.12);
}
.pagination-container button.style-2 {
  background-color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(28, 28, 28, 0.1019607843);
}
.pagination-container button:hover {
  background-color: #ffcc00;
  color: #ffffff;
}

.swiper-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media only screen and (max-width: 991px) {
  .swiper-indicator {
    display: none;
  }
}
.swiper-indicator .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 3px;
}
.swiper-indicator .swiper-pagination-bullet-active {
  background: #1D92CD;
}

.desc-text p {
  /* font-family: "Inter", sans-serif; */
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-bottom: 0;
}
.desc-text.font-15 p {
  font-size: 15px;
}
.desc-text.font-18 p {
  font-size: 18px;
  line-height: 28px;
  color: rgba(97, 97, 97, 0.8980392157);
}

.title-name {
  line-height: 1;
}
.title-name a {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #1C1C1C;
}
.title-name a:hover {
  color: #ffcc00;
}
@media only screen and (max-width: 1399px) {
  .title-name a {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-name a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .title-name a {
    font-size: 28px;
  }
}
.title-name.style-2 {
  line-height: 1.5;
}
.title-name.style-2 a {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .title-name.style-2 a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .title-name.style-2 a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 479px) {
  .title-name.style-2 a {
    font-size: 24px;
  }
}
.title-name.style-3 a {
  color: #1A2D6D;
}

.info-title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  color: #1C1C1C;
}
@media only screen and (max-width: 1199px) {
  .info-title {
    font-size: 26px;
  }
}
.info-title.style-2 {
  font-size: 54px;
}
@media only screen and (max-width: 1399px) {
  .info-title.style-2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .info-title.style-2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .info-title.style-2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 479px) {
  .info-title.style-2 {
    font-size: 36px;
  }
}
.info-title.style-3 {
  font-size: 44px;
}

.inner-space {
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .inner-space {
    margin-top: 66px;
  }
}

@keyframes sticy-menu {
  0% {
    top: -50px;
  }
  100% {
    top: 0;
  }
}
.btn-groups.show-sm {
  display: none;
}
@media only screen and (max-width: 767px) {
  .btn-groups.show-sm {
    display: inline-flex;
    flex-direction: column;
    margin-left: 30px;
    margin-bottom: 20px;
    gap: 15px;
  }
}

.select-container {
  display: flex;
  align-items: center;
  gap: 2px;
}
@media only screen and (max-width: 576px) {
  .select-container {
    display: none;
  }
}
.select-container .globe {
  margin-right: -10px;
}
.select-container .nice-select {
  border: none;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.select-container .nice-select span {
  color: #616161;
}
.select-container .nice-select ul {
  min-width: 160px;
}
@media only screen and (max-width: 1199px) {
  .select-container .nice-select:last-child {
    display: none;
  }
}
.select-container .border-rt {
  width: 5px;
  height: 25px;
  background-color: rgba(28, 28, 28, 0.12);
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .select-container .border-rt {
    display: none;
  }
}
.select-container.style-2 span {
  color: #ffffff;
}
.select-container.style-2 .border-rt {
  background-color: rgba(97, 97, 97, 0.8980392157);
}
@media only screen and (max-width: 1199px) {
  .select-container.style-2 .border-rt {
    display: inline-block;
  }
}
.select-container.style-2 .nice-select {
  height: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .select-container.style-2 .nice-select:last-child {
    display: flex;
  }
}
.select-container.style-2 .nice-select ul {
  min-width: auto;
}
 
.section-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .section-header-wrapper {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-header-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.section-header-wrapper .section-header {
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 60px;
}
.section-header.style-2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 40px;
  }
}

.sub-heading p {
  font-family: "Great Vibes", cursive;
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  color: #1C1C1C;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .sub-heading p {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .sub-heading p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-heading p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .sub-heading p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .sub-heading p {
    font-size: 26px;
  }
}
.sub-heading.style-2 p {
  font-size: 34px;
}
@media only screen and (max-width: 991px) {
  .sub-heading.style-2 p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-heading.style-2 p {
    font-size: 32px;
  }
}
@media only screen and (max-width: 576px) {
  .sub-heading.style-2 p {
    font-size: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .sub-heading.style-2 p {
    font-size: 26px;
  }
}

.section-title {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  color: #84c225;
  /* color: #b73228; */
  margin-bottom: 0;
}
.section-title.style-2 {
  color: #1C1C1C;
}
@media only screen and (max-width: 1599px) {
  .section-title {
    font-size: 70px;
    line-height: 1;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .section-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 479px) {
  .section-title {
    font-size: 25px;
  }
}

.explore-tour {
  margin-top: 113px;
}
@media only screen and (max-width: 991px) {
  .explore-tour {
    margin-top: 55px;
  }
}

.tour-item {
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  height: 100%;
}
.tour-item:hover {
  transform: scale(1.02);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.tour-img {
  overflow: hidden;
  height: 100%;
}
.tour-img img {
    width: 250px;
    height: 100%;
}

.tour-content {
  margin-left: 20px;
}
@media only screen and (max-width: 1399px) {
  .tour-content {
    padding: 15px 0;
  }
}
 
.from {
  margin-top: 5px;
}
@media only screen and (max-width: 1399px) {
  .from {
    margin-top: 15px;
  }
}
.from span {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #1D92CD;
  margin-left: 5px;
}

.see-more {
  margin-top: 20px;
}
@media only screen and (max-width: 1399px) {
  .see-more {
    margin-top: 10px;
  }
}
.see-more .common-btn {
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  padding-left: 0;
}
.see-more .common-btn:hover {
  background-color: transparent;
  color: #84c225;
}

.popular-destination {
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .popular-destination {
    margin-top: 65px;
  }
}

.popular-destination-item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  bottom: 0;
  transition: all 0.3s linear;
}
.popular-destination-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  bottom: 5px;
}
.popular-destination-item:hover .shape1 {
  top: 130%;
  opacity: 1;
}
.popular-destination-item:hover .shape2 {
  bottom: 130%;
  opacity: 1;
}
.popular-destination-item img {
  width: 100%;
}
.popular-destination-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 100%);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bookmark-icon {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1C1C1C;
  font-size: 20px;
  align-self: flex-end;
}
.bookmark-icon:hover {
  color: #ffffff;
  background-color: #1D92CD;
}

.popular-destination-content .popular-destination-name {
  margin-top: 12px;
  margin-bottom: 17px;
}
@media only screen and (max-width: 1599px) {
  .popular-destination-content .popular-destination-name {
    margin-top: 10px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1399px) {
  .popular-destination-content .popular-destination-name {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .popular-destination-content .popular-destination-name {
    margin-bottom: 12px;
  }
}
.popular-destination-content .title-name a {
  color: #ffffff;
}
.popular-destination-content .package-location {
  background: rgba(255, 255, 255, 0.1411764706);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #ffffff;
}
.popular-destination-content .package-location p {
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .popular-destination-content .package-location {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .popular-destination-content .package-location {
    display: flex;
  }
}
@media only screen and (max-width: 1599px) {
  .popular-destination-content .price-book-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .popular-destination-content .price-book-btn {
    margin-top: 20px;
  }
}
.popular-destination-content .price-book-btn .price .price-value {
  color: #ffffff;
}
.popular-destination-content .price-book-btn .common-btn {
  background-color: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
}
.popular-destination-content .price-book-btn .common-btn:hover {
  background-color: #1D92CD;
  color: #ffffff;
}

.destination-rating i {
  color: #FDCC02;
}
.destination-rating span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  margin-left: 5px;
}

.shape1 {
  position: absolute;
  height: 25px;
  width: 600px;
  background: rgba(255, 255, 255, 0.2392156863);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  top: 45%;
  left: 0;
  transform: skew(10deg, -33deg);
  transition: all 0.3s linear;
  opacity: 0;
}

.shape2 {
  position: absolute;
  height: 25px;
  width: 600px;
  background: rgba(255, 255, 255, 0.2392156863);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  bottom: 45%;
  right: 0;
  transform: skew(10deg, -33deg);
  transition: all 0.3s linear;
  opacity: 0;
}

.about-us {
  /* background: url("https://html.softcrafty.com/tourgo/images/about/Background.png"); */
  
 background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .about-us {
    padding-top: 60px;
    padding-bottom: 68px;
    margin-top: 55px;
  }
}

.about-us-imgs {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .about-us-imgs {
    gap: 12px;
  }
}

.single-img {
  overflow: hidden;
  border-radius: 10px;
}
.single-img img {
  transition: all 8s;
}
.single-img img:hover {
  transform: scale(1.15);
}
 
.about-us-content {
  margin-left: 0px;
  /* margin-left: 75px; */
}
@media only screen and (max-width: 1599px) {
  .about-us-content {
    margin-left: 0px;
    /* margin-left: 60px; */
  }
}
@media only screen and (max-width: 1399px) {
  .about-us-content {
    margin-left: 0px;
    /* margin-left: 40px; */
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-content {
    margin-left: 0px;
    /* margin-left: 30px; */
  }
}
@media only screen and (max-width: 991px) {
  .about-us-content {
    margin-left: 0;
    margin-top: 28px;
  }
}
.about-us-content .section-header {
  margin-bottom: 15px;
}
 

.learn-more-btn {
  margin-top: 60px;
}
@media only screen and (max-width: 1599px) {
  .learn-more-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .learn-more-btn {
    margin-top: 25px;
  }
}
   
.testimonial {
  background-color: rgb(243 214 0 / 8%);
  margin-top:  0px;
  padding: 40px 15px 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial {
    margin-top: 60px;
    padding: 55px 15px 56px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding-bottom: 60px;
  }
}

.testimonial-item {
  background-color: #ffffff;
  padding: 44px;
  box-shadow: 0px 3px 3px 0px rgba(28, 28, 28, 0.1019607843);
  border-radius: 10px;
}
.testimonial-item .desc-text p {
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .desc-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-item {
    padding: 25px;
  }
}
 

.author_colon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .author_colon {
    margin-top: 25px;
  }
}

.author {
  display: flex;
  gap: 14px;
  align-items: center;
}
.author img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.author-name h5 {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
.author-name p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  margin-bottom: 0;
}

.qutation i {
  color: rgba(29, 146, 205, 0.1019607843);
  font-size: 50px;
}
@media only screen and (max-width: 1199px) {
  .qutation i {
    font-size: 40px;
  }
}  
  

/* .gallary-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
.gallary-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .gallary-section-header {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .gallary-section-header .see-trips {
    align-self: flex-end;
    margin-top: 10px;
    margin-bottom: 25px;
  }
} 
 
.devider {
  height: 1px;
  background-color: rgba(28, 28, 28, 0.12);
  position: absolute;
  left: 0;
  right: 0;
  top: 70px;
}  
.explore-dreamland {
 padding-top: 40px;
    background-color: rgb(243 214 0 / 8%);
    padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .explore-dreamland {
    margin-top: 55px;
  }
}

.daytour-item {
  position: relative;
  background: linear-gradient(180deg, rgba(26, 45, 109, 0) 0%, #1A2D6D 100%);
  border-radius: 10px;
  overflow: hidden;
  /* transition: all 0.3s; */
    transition: transform 0.5s ease; /* smooth container transform if needed */

}
.daytour-item img {
   transition: transform 0.6s ease-in-out;
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
}
/* Zoom effect on image */
.daytour-item:hover img {
 
    transform: scale(1.5); /* Zoom slightly more for a gentle effect */

}
.daytour-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(181deg, rgb(0 0 0 / 0%) 0%, #0000001c 100%);
}
.daytour-item:hover .overlay {
  opacity: 1;
}
.daytour-item .location-name a:hover {
  color: #f4c10f; /* Optional hover color */
} 
.location-name {
  position: absolute;
   left: 10px;
    bottom: 10px;
    right: 10px;
}
.location-name h4 {
      line-height: 15px !important;
}
.location-name h4 a {
font-size: 13px;
    font-weight: 400;
    color: white;
    text-transform: unset;
    margin-bottom: 0px;
    letter-spacing: 0px;
   line-height: 13px;

}
  .location-name {
    
      height: calc(100% - 180px);
   }
   
 
@media only screen and (max-width: 1399px) {
    .location-name {
    
      height: calc(100% - 180px);
   }
}
@media only screen and (max-width: 991px) {
  .location-name h4 a {
    font-size: 15px;
    line-height: 1;
  }
    .location-name {
    
      height: calc(100% - 170px);
   }
}
@media only screen and (max-width: 767px) {
  .location-name h4 a {
    font-size: 15px;
  }
    .location-name {
    
      height: calc(100% - 230px);
   }
}
@media only screen and (max-width: 576px) {
  .location-name h4 a {
    font-size: 15px;
  }
   .location-name {
    
      height: calc(100% - 200px);
   }
}
 
.location-name a.readmore_btn {
     font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s;
    letter-spacing: 0.5px;
}
.location-name a i {
  margin-left: 5px;
  position: relative;
  transition: all 0.5s;
}

  

.blog-section {
padding-top: 60px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-section {
    margin-top: 0px;
  }
}

.blog-item {
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
      height: calc(100%);
}
.blog-item:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-item:hover img {
  transform: scale(1.1);
}
.blog-item:hover .common-btn {
  background-color: #dc3545;
  color: #ffffff;
}

.see-articles {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .see-articles {
    margin-top: 15px;
    margin-bottom: 25px;
    align-self: end;
  }
}

.blog-content {
  padding: 10px 10px 20px;
  /* padding: 30px 30px 70px; */
}
@media only screen and (max-width: 1399px) {
  .blog-content {
    padding: 10px 10px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .blog-content {
    padding: 30px 24px 45px;
  }
}
.blog-content .read-more {
  margin-top: 25px;
}

.blog-date-time {
  display: flex;
  align-items: center;
}
.blog-date-time p {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #616161;
  margin-bottom: 0;
}
.blog-date-time p .dot {
  display: inline-block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #1D92CD;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-title {
      margin-top: 5px;
          min-height: 50px;
}
.blog-title h3 {
      line-height: 15px;
    margin-bottom: 0;
    text-align: left;
}
.blog-title h3 a {
 font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: black;
    transition: all 0.3s;
}
/* @media only screen and (max-width: 1599px) { */
  .blog-title h3 a {
    font-size: 17px;
  }
/* } */
@media only screen and (max-width: 576px) {
  .blog-title h3 a {
    font-size: 16px;
  }
}
.blog-title h3 a:hover {
  color:#b73228
}

.blog-image {
  overflow: hidden;
}
.blog-image a {
  display: block;
}
.blog-image img {
  width: 100%;
  transition: all 0.3s;
}

.h2-blog-section {
  margin-top: 160px;
}
@media only screen and (max-width: 991px) {
  .h2-blog-section {
    margin-top: 60px;
  }
}

.blog-item-2 {
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
@media only screen and (max-width: 1399px) {
  .blog-item-2 {
    gap: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-item-2 {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-item-2 {
    flex-direction: column;
  }
}
.blog-item-2:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (max-width: 1199px) {
  .blog-item-2 img {
    width: 46%;
  }
}
@media only screen and (max-width: 991px) {
  .blog-item-2 img {
    width: 100%;
  }
}

.tag-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  background-color: #1D92CD;
  padding: 8px 13px;
  border-radius: 6px;
}

.h2-blog-content {
  padding: 30px 20px 30px 0;
}
@media only screen and (max-width: 1399px) {
  .h2-blog-content {
    padding: 20px 15px 20px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .h2-blog-content {
    padding: 15px 15px 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .h2-blog-content {
    padding-left: 25px;
    padding-top: 10px;
  }
}
.h2-blog-content .title-name {
  margin-top: 28px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) {
  .h2-blog-content .title-name {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .h2-blog-content .title-name {
    margin-top: 10px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .h2-blog-content .title-name {
    margin-top: 15px;
  }
}
.h2-blog-content .title-name a {
  font-size: 40px;
}
@media only screen and (max-width: 1599px) {
  .h2-blog-content .title-name a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1399px) {
  .h2-blog-content .title-name a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .h2-blog-content .title-name a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .h2-blog-content .title-name a {
    font-size: 28px;
  }
}
.h2-blog-content .desc-text {
  margin-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .h2-blog-content .desc-text {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 991px) {
  .h2-blog-content .desc-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .h2-blog-content .desc-text p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .h2-blog-content .desc-text p {
    line-height: 26px;
  }
}

.h2-blog-slider .pagination-container button:hover {
  background-color: #000000;
  color: #ffffff;
}

.footer-area {
  background-color:#000000;
  padding:10px 0 10px 0
}
@media only screen and (max-width: 991px) {
  .footer-area {
    padding: 60px 0 0;
  }
}

.footer-widget .desc-text {
  margin-top: 30px;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget .desc-text {
    padding-right: 0;
  }
}
.footer-widget .desc-text p {
  color: rgba(255, 255, 255, 0.6);
}
 

.footer-widget-title {
 font-family: "Oswald", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 0;
    color: #ffffff;
        margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget-title {
    font-size: 28px;
  }
}  
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1019607843);
     margin-top: 0;
    padding: 5px 25px;
    background: #000;
}
@media only screen and (max-width: 991px) {
  .footer-bottom {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-bottom p {
     font-weight: 400;
    font-size: 13px;
  margin-bottom: 0;
  color: #ffffff61
}
.footer-bottom ul {
  display: flex;
  margin-bottom: 0;
}
.footer-bottom ul li {
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer-bottom ul li:last-child {
  padding-right: 0;
  padding-left: 15px;
}
.footer-bottom ul li a {
  font-weight: 400;
  font-size: 15px;
  color:#ffffff61
}
.footer-bottom ul li a:hover {
  color: #ffffff;
}

.tour-package {
  margin-top: 112px;
}
@media only screen and (max-width: 991px) {
  .tour-package {
    margin-top: 55px;
  }
} 


.team-members {
padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .team-members {
    margin-top: 70px;
  }
}
.team-members.style-2 {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media only screen and (max-width: 991px) {
  .team-members.style-2 {
    margin-top: 70px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .team-members.style-2 .slider-controller {
    align-self: flex-end;
  }
}
.team-members.style-2 .team-member-slider {
  padding-bottom: 5px;
}
.team-members.inner-space {
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .team-members.inner-space {
    margin-top: 68px;
  }
}
.team-members.abt-inner-space {
  margin-top: 110px;
}
@media only screen and (max-width: 991px) {
  .team-members.abt-inner-space {
    margin-top: 68px;
  }
}

.team-member {
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 10px;
  padding: 14px;
  transition: all 0.3s ease-in-out;
}
.team-member .team-img {
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 10px;
  position: relative;
}
.team-member .team-img:hover .shape1 {
  top: 130%;
  opacity: 1;
}
.team-member .team-img:hover .shape2 {
  bottom: 130%;
  opacity: 1;
}
.team-member .team-img:hover img {
  transform: scale(1.05);
}
.team-member .team-img a {
  display: block;
}
.team-member .team-img img {
  width: 100%;
  transition: all 0.3s;
  border-radius: 10px;
}
.team-member:hover .team-member-social {
  flex-direction: row-reverse;
}
.team-member:hover .team-member-social a {
  color: #ffffff;
  background: linear-gradient(95.25deg, #5541D6 0%, #DC2462 50%, #FEC053 100%);
}
.team-member:hover .team-member-social a:first-child, .team-member:hover .team-member-social a:last-child {
  border: 1px solid #ffffff;
}

.team-content {
  padding: 10px;
}
.team-content .title-name {
  margin-top: 4px;
}
.team-content .title-name.style-2 {
  line-height: 1;
}
.team-content .desc-text p {
  margin-bottom: 18px;
}

.team-member-social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  transition: all 3s;
}
.team-member-social a {
  transition: all 0.3s ease-in-out;
}
.team-member-social a:first-child {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(28, 28, 28, 0.12);
  border-radius: 50%;
  background-color: #ffffff;
  color: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-member-social a:last-child {
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  color: #1C1C1C;
  border-radius: 30px;
  border: 1px solid rgba(28, 28, 28, 0.12);
  padding: 12px 23px;
}

.h2-team-controller {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .h2-team-controller {
    display: none;
  }
}
.h2-team-controller span {
  height: 25px;
  width: 25px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  color: lightgray;
}
.h2-team-controller span i {
  font-size: 7px;
  color: black;
}
.h2-team-controller span.active {
  border: 1px solid rgba(28, 28, 28, 0.12);
}
