/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion
    - Address Info
    - Awards
  	- Button
    - Blog Post
  	- Case Study
    - Countdown
    - Counter
    - Feature Info
    - Form Control
    - Find Job
    - History
    - List style
    - Location
    - Marquee
    - Newsletter
    - Owl Carousel
    - Pricing Table
    - Progress Bar
    - Range Slider
    - Workspaces
    - Steps
    - Skill
    - Team
    - Testimonial
    - Timeline
    - Video

 :: Header
   - Header
   - Header Style 02
   - Header Style 03
   - Header Transparent
 :: Banner
   - Banner
   - banner 02
   - banner 03
 :: Layout
   - Section Title
   - Sticky column
   - Header Inner
 :: Blog
   - Blog
   - blog post sticky
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/*Transition*/
/*****************************
  Typography
*****************************/
body {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  color: #333;
  overflow-x: hidden;
  background-color: #fff8f2;
}

a {
  outline: medium none !important;
  color: #fdb723;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

a:focus {
  color: #002e36;
  text-decoration: none !important;
}

a:hover {
  color: #002e36;
  text-decoration: none !important;
}

a.text-dark:focus {
  color: #fdb723 !important;
}

a.text-dark:hover {
  color: #fdb723 !important;
}

input {
  outline: medium none !important;
  color: #fdb723;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Russo One", sans-serif;
  color: #333;
  margin: 0px 0px 1rem;
}

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

h1 {
  font-size: 66px;
  font-style: normal;
  line-height: normal;
}

h2 {
  font-size: 60px;
  line-height: 70px;
}

h3 {
  font-size: 42px;
  line-height: 52px;
}

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

h5 {
  font-size: 26px;
  line-height: normal;
}

h6 {
  font-size: 22px;
  line-height: normal;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
  color: #ffffff;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
  color: #ffffff;
}

.bg-black p,
.bg-dark p {
  color: #D4D6D7;
}

iframe {
  width: 100%;
}

label {
  font-weight: normal;
}

*::-moz-selection {
  background: #fdb723;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #fdb723;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #fdb723;
  color: #ffffff;
  text-shadow: none;
}

/*----------------------------------*/
/* Container Fluid */
/*----------------------------------*/
.container-fluid.container-space {
  padding: 0 100px;
}

@media (min-width: 1399px) {
  .container {
    max-width: 1424px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

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

.section-title .sub-title {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  background: linear-gradient(60deg, #f9be42 -20%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title .title {
  margin-bottom: 25px;
  text-transform: capitalize;
  color: #002e36;
}

.section-title p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: normal;
  color: #D4D6D7;
}

.section-title p.smallSize {
  font-size: 15px;
}

.section-title p + p {
  margin-top: 20px;
}

.section-title.section-title-light .title {
  color: #ffffff;
}

.section-title.section-title-light p {
  color: #ffffff;
}

/* Title in BG Dark */
.bg-dark .section-title p {
  color: #D4D6D7;
}

/*----------------------------------*/
/* Breadcrumb */
/*----------------------------------*/
.breadcrumb {
  margin-top: 18px;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center;
}

.breadcrumb .breadcrumb-item {
  padding-right: 5px;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
}

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

.breadcrumb .breadcrumb-item a:hover {
  color: #fdb723;
}

.breadcrumb .breadcrumb-item:before {
  color: #ffffff;
}

.breadcrumb .breadcrumb-item.active {
  color: #fdb723;
}

/*----------------------------------*/
/* Dropcaps */
/*----------------------------------*/
.dropcap-style-1 {
  float: left;
  display: block;
  background-color: transparent;
  color: #ffffff;
  font-size: 57px;
  height: 55px;
  line-height: 48px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 60px;
  padding-right: 5px;
  overflow: visible;
}

.dropcap-style-2 {
  float: left;
  display: block;
  font-size: 47px;
  padding: 0;
  color: #ffffff;
  margin: .15em .4em 0 0;
  text-align: center;
  font-weight: 500;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  line-height: 64px;
  border-radius: 0;
  background-color: #fdb723;
  background: linear-gradient(130deg, #f9be42 0%, #fdb723 100%);
}

/*----------------------------------*/
/* Blockquote */
/*----------------------------------*/
blockquote {
  font-size: 20px;
  line-height: 34px;
  padding: 0px 30px;
  margin: 0;
  color: #ffffff;
  border-left: 5px solid #fdb723;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

blockquote cite {
  display: flex;
  gap: 10px;
  line-height: normal;
  align-items: center;
  color: #fdb723;
}

blockquote cite:before {
  content: "";
  width: 30px;
  height: 2px;
  display: inline-block;
  background: #fdb723;
}

blockquote .blockquote-name {
  font-weight: 500;
}

/*Blockquote Style 1*/
blockquote.blockquote-style-1 {
  padding: 50px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

blockquote.blockquote-style-1 .blockquote-content {
  display: flex;
}

blockquote.blockquote-style-1 .blockquote-content .quote-icon {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 30px;
}

blockquote.blockquote-style-1 .blockquote-content p {
  color: #D4D6D7;
  font-size: 18px;
  line-height: 28px;
}

blockquote.blockquote-style-1:before {
  position: absolute;
  top: -10px;
  left: 10px;
  height: 100%;
  width: 100%;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1200px) {
  h1 {
    font-size: 62px;
  }
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 42px;
    line-height: 52px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4 {
    font-size: 28px;
    line-height: normal;
  }
  h5 {
    font-size: 24px;
    line-height: normal;
  }
  h6 {
    font-size: 20px;
    line-height: normal;
  }
  /* Breadcrumb */
  .breadcrumb {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
  h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  h6 {
    font-size: 18px;
    line-height: 28px;
  }
  /* Breadcrumb */
  .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
  blockquote.blockquote-style-1 {
    padding: 20px 30px;
  }
  blockquote.blockquote-style-1 .blockquote-content .quote-icon {
    width: 50px;
    flex: 0 0 50px;
    margin-right: 15px;
  }
}

/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
  color: #fdb723 !important;
}

.text-light {
  color: #dfdfdf !important;
}

.text-dark {
  color: #002e36 !important;
}

.gradient-text-1 {
  background: linear-gradient(60deg, #f9be42 -20%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* fill colors for svg */
.fill-dark {
  fill: #002e36;
}

.fill-primary {
  fill: #fdb723;
}

.fill-light {
  fill: #fff8f2;
}

.fill-white {
  fill: #ffffff;
}

/* background */
.bg-primary {
  background-color: #fdb723 !important;
}

.bg-dark {
  background-color: #002e36 !important;
}

.bg-light {
  background-color: #fff8f2 !important;
}

.bg-black {
  background-color: #002e36 !important;
}

.bg-primary-gradient {
  background-color: #fdb723;
  background-image: linear-gradient(170deg, #f9be42 0%, #fdb723 100%);
}

/* Transform Rotate Left */
.rotate-left-1 {
  transform: rotate(1deg);
}

.rotate-left-2 {
  transform: rotate(2deg);
}

.rotate-left-3 {
  transform: rotate(3deg);
}

.rotate-left-4 {
  transform: rotate(4deg);
}

.rotate-left-5 {
  transform: rotate(5deg);
}

/* Transform Rotate Right */
.rotate-right-1 {
  transform: rotate(-1deg);
}

.rotate-right-2 {
  transform: rotate(-2deg);
}

.rotate-right-3 {
  transform: rotate(-3deg);
}

.rotate-right-4 {
  transform: rotate(-4deg);
}

.rotate-right-5 {
  transform: rotate(-5deg);
}

/* Border Radius */
.radius-3 {
  border-radius: 3px;
}

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

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

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

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

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

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

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

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

.radius-100 {
  border-radius: 100%;
}

/* Z-Index */
.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.z-index-6 {
  z-index: 6;
}

.z-index-7 {
  z-index: 7;
}

.z-index-8 {
  z-index: 8;
}

.z-index-9 {
  z-index: 9;
}

.z-index-10 {
  z-index: 10;
}

.z-index-100 {
  z-index: 100;
}

/*----------------------------*/
/* Section Margin Padding */
/*----------------------------*/
.space-ptb {
  padding: 150px 0;
}

.space-pt {
  padding: 150px 0 0;
}

.space-pb {
  padding: 0 0 150px;
}

.space-medium-ptb {
  padding: 90px 0;
}

.space-medium-pt {
  padding: 90px 0 0;
}

.space-medium-pb {
  padding: 0 0 90px;
}

.space-small-ptb {
  padding: 60px 0;
}

.space-small-pt {
  padding: 60px 0 0;
}

.space-small-pb {
  padding: 0 0 60px;
}

.padding-start {
  padding-left: 110px;
}

.padding-end {
  padding-right: 110px;
}

.full-width {
  padding: 0 80px;
}

.space-mtb {
  margin: 150px 0;
}

.space-mt {
  margin: 150px 0 0;
}

.space-mb {
  margin: 0 0 150px;
}

.space-medium-mtb {
  margin: 90px 0;
}

.space-medium-mt {
  margin: 90px 0 0;
}

.space-medium-mb {
  margin: 0 0 90px;
}

.space-small-mtb {
  margin: 60px 0;
}

.space-small-mt {
  margin: 60px 0 0;
}

.space-small-mb {
  margin: 0 0 60px;
}

.margin-start {
  margin-left: 110px;
}

.margin-end {
  margin-right: 110px;
}

.full-width {
  margin: 0 80px;
}

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
  position: relative;
}

.section-bg-half .bg-fixed {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
}

.section-bg-half .bg-fixed.clm-3 {
  width: 25%;
}

.section-bg-half .bg-fixed.clm-4 {
  width: 33.3333%;
}

.section-bg-half .bg-fixed.clm-5 {
  width: 41.6666%;
}

.section-bg-half .bg-fixed.clm-6 {
  width: 50%;
}

.section-bg-half .bg-fixed.clm-7 {
  width: 58.3333%;
}

.section-bg-half .bg-fixed.clm-8 {
  width: 66.6666%;
}

/*----------------------------*/
/* Section BG Effect */
/*----------------------------*/
.section-bg-effect {
  position: relative;
  overflow: hidden;
}

.section-bg-effect:before {
  content: "";
  width: 500px;
  height: 500px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ffdcea;
  background: radial-gradient(circle, rgba(255, 220, 234, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
}

.section-bg-effect:after {
  content: "";
  width: 500px;
  height: 500px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #bef3e9;
  background: radial-gradient(circle, rgba(190, 243, 233, 0.3) 0%, rgba(255, 255, 255, 0) 80%);
}

/*-----------------------*/
/* Cursor */
/*-----------------------*/
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: 1px solid #fdb723;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  /* Cursor Text */
  #cursor.text .cursor__circle,
  #cursor.arrow .cursor__circle {
    width: 130px;
    height: 130px;
    border: none;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
  }
  #cursor.text::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #002e36;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #cursor::after {
    content: attr(data-cursor-text) !important;
  }
  /* Cursor Arrow */
  #cursor.arrow::after {
    content: '' !important;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #002e36;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  #cursor.cursor-link .cursor__circle {
    opacity: 0;
    width: 0;
    height: 0;
  }
  #cursor.cursor-link::after {
    content: normal;
    opacity: 0;
  }
  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}

/*Font Weight*/
.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

/* Text Stroke */
.bg-text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.grid-justify-center {
  justify-items: center;
}

.grid-align-center {
  align-items: center;
}

.grid-gap-50 {
  grid-gap: 50px 30px;
}

.grid-gap-30 {
  grid-gap: 30px 30px;
}

.grid-gap-15 {
  grid-gap: 15px 30px;
}

.grid-gap-10 {
  grid-gap: 10px;
}

.grid-gap-5 {
  grid-gap: 5;
}

.grid-gap-0 {
  grid-gap: 0;
}

.grid-wrapper.grid-xl-1 {
  grid-template-columns: repeat(1, 1fr);
}

.grid-wrapper.grid-xl-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-wrapper.grid-xl-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-wrapper.grid-xl-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-wrapper.grid-xl-5 {
  grid-template-columns: repeat(5, 1fr);
}

.grid-wrapper.grid-xl-6 {
  grid-template-columns: repeat(6, 1fr);
}

@media only screen and (max-width: 1199px) {
  .grid-wrapper.grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .grid-wrapper.grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .grid-wrapper.grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .grid-wrapper.grid-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-wrapper.grid-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-wrapper.grid-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-wrapper.grid-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-wrapper.grid-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-wrapper.grid-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

/*----------------------------*/
/* Rotate CSS */
/*----------------------------*/
.rotate {
  transform: rotate(2deg);
}

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1400px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 120px 0;
  }
  .space-pt {
    padding: 120px 0 0;
  }
  .space-pb {
    padding: 0 0 120px;
  }
  .space-mb {
    margin: 0 0 120px;
  }
  .space-medium-ptb {
    padding: 100px 0;
  }
  .space-medium-pt {
    padding: 100px 0 0;
  }
  .space-medium-pb {
    padding: 0 0 100px;
  }
  .space-small-ptb {
    padding: 80px 0;
  }
  .space-small-pt {
    padding: 80px 0 0;
  }
  .space-small-pb {
    padding: 0 0 80px;
  }
  /* Page Section Margin */
  .space-mtb {
    margin: 120px 0;
  }
  .space-mt {
    margin: 120px 0 0;
  }
  .space-mb {
    margin: 0 0 120px;
  }
  .space-medium-mtb {
    margin: 100px 0;
  }
  .space-medium-mt {
    margin: 100px 0 0;
  }
  .space-medium-mb {
    margin: 0 0 100px;
  }
  .space-small-mtb {
    margin: 80px 0;
  }
  .space-small-mt {
    margin: 80px 0 0;
  }
  .space-small-mb {
    margin: 0 0 80px;
  }
}

@media (max-width: 1199px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 100px 0;
  }
  .space-pt {
    padding: 100px 0 0;
  }
  .space-pb {
    padding: 0 0 100px;
  }
  .space-mb {
    margin: 0 0 100px;
  }
  .space-medium-ptb {
    padding: 80px 0;
  }
  .space-medium-pt {
    padding: 80px 0 0;
  }
  .space-medium-pb {
    padding: 0 0 80px;
  }
  .space-small-ptb {
    padding: 60px 0;
  }
  .space-small-pt {
    padding: 60px 0 0;
  }
  .space-small-pb {
    padding: 0 0 60px;
  }
  .padding-start {
    padding-left: 40px;
  }
  .padding-end {
    padding-right: 40px;
  }
  .full-width {
    padding: 0 40px;
  }
  /* Page Section Margin */
  .space-mtb {
    margin: 100px 0;
  }
  .space-mt {
    margin: 100px 0 0;
  }
  .space-mb {
    margin: 0 0 100px;
  }
  .space-medium-mtb {
    margin: 80px 0;
  }
  .space-medium-mt {
    margin: 80px 0 0;
  }
  .space-medium-mb {
    margin: 0 0 80px;
  }
  .space-small-mtb {
    margin: 60px 0;
  }
  .space-small-mt {
    margin: 60px 0 0;
  }
  .space-small-mb {
    margin: 0 0 60px;
  }
  .margin-start {
    margin-left: 40px;
  }
  .margin-end {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 90px 0;
  }
  .space-pt {
    padding: 90px 0 0;
  }
  .space-pb {
    padding: 0 0 90px;
  }
  .space-mb {
    margin: 0 0 90px;
  }
  .space-medium-ptb {
    padding: 70px 0;
  }
  .space-medium-pt {
    padding: 70px 0 0;
  }
  .space-medium-pb {
    padding: 0 0 70px;
  }
  .space-small-ptb {
    padding: 50px 0;
  }
  .space-small-pt {
    padding: 50px 0 0;
  }
  .space-small-pb {
    padding: 0 0 50px;
  }
  .padding-start {
    padding-left: 20px;
  }
  .padding-end {
    padding-right: 20px;
  }
  .full-width {
    padding: 0 30px;
  }
  /* Page Section Margin */
  .space-mtb {
    margin: 90px 0;
  }
  .space-mt {
    margin: 90px 0 0;
  }
  .space-mb {
    margin: 0 0 90px;
  }
  .space-medium-mtb {
    margin: 70px 0;
  }
  .space-medium-mt {
    margin: 70px 0 0;
  }
  .space-medium-mb {
    margin: 0 0 70px;
  }
  .space-small-mtb {
    margin: 50px 0;
  }
  .space-small-mt {
    margin: 50px 0 0;
  }
  .space-small-mb {
    margin: 0 0 50px;
  }
  .margin-start {
    margin-left: 20px;
  }
  .margin-end {
    margin-right: 20px;
  }
  .cursor,
  .cursor-follower {
    display: none;
  }
}

@media (max-width: 767px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 70px 0;
  }
  .space-pt {
    padding: 70px 0 0;
  }
  .space-pb {
    padding: 0 0 70px;
  }
  .space-mb {
    margin: 0 0 70px;
  }
  .space-medium-ptb {
    padding: 50px 0;
  }
  .space-medium-pt {
    padding: 50px 0 0;
  }
  .space-medium-pb {
    padding: 0 0 50px;
  }
  .padding-start {
    padding-left: 0px;
  }
  .padding-end {
    padding-right: 0px;
  }
  /* Page Section Margin */
  .space-mtb {
    margin: 70px 0;
  }
  .space-mt {
    margin: 70px 0 0;
  }
  .space-mb {
    margin: 0 0 70px;
  }
  .space-medium-mtb {
    margin: 50px 0;
  }
  .space-medium-mt {
    margin: 50px 0 0;
  }
  .space-medium-mb {
    margin: 0 0 50px;
  }
  .margin-start {
    margin-left: 0px;
  }
  .margin-end {
    margin-right: 0px;
  }
  .full-width {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 50px 0;
  }
  .space-pt {
    padding: 50px 0 0;
  }
  .space-pb {
    padding: 0 0 50px;
  }
  .space-mb {
    margin: 0 0 50px;
  }
  .space-medium-ptb {
    padding: 50px 0;
  }
  .space-medium-pt {
    padding: 50px 0 0;
  }
  .space-medium-pb {
    padding: 0 0 50px;
  }
  .padding-start {
    padding-left: 0px;
  }
  .padding-end {
    padding-right: 0px;
  }
  /* Page Section Margin */
  .space-mtb {
    margin: 50px 0;
  }
  .space-mt {
    margin: 50px 0 0;
  }
  .space-mb {
    margin: 0 0 50px;
  }
  .space-medium-mtb {
    margin: 50px 0;
  }
  .space-medium-mt {
    margin: 50px 0 0;
  }
  .space-medium-mb {
    margin: 0 0 50px;
  }
  .margin-start {
    margin-left: 0px;
  }
  .margin-end {
    margin-right: 0px;
  }
  .full-width {
    padding: 0 15px;
  }
  .section-bg-effect:before {
    width: 400px;
    height: 400px;
  }
  .section-bg-effect:after {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 479px) {
  .section-bg-effect:before {
    width: 300px;
    height: 300px;
  }
  .section-bg-effect:after {
    width: 300px;
    height: 300px;
  }
}

/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  background-color: inherit;
  margin-bottom: 20px;
}

.accordion .accordion-item .accordion-header {
  overflow: hidden;
  border-radius: 5px;
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  padding: 30px 30px;
  padding-right: 75px;
  background-color: inherit;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  background-color: #002e36;
}

.accordion .accordion-item .accordion-header .accordion-button:after {
  content: "\2b";
  background-image: inherit;
  font-family: 'Font Awesome 5 Free';
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -19px;
  padding-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.accordion .accordion-item .accordion-header .accordion-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -22px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

.accordion .accordion-item .accordion-header .accordion-button:hover {
  color: #fdb723;
}

.accordion .accordion-item .accordion-header .accordion-button:hover:after {
  color: #fdb723;
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: inherit;
  outline: inherit;
  color: #ffffff;
  border-image: linear-gradient(to right, #f9be42, #fdb723) 1;
  background-color: #fdb723;
  background: linear-gradient(170deg, #f9be42 0%, #fdb723 100%);
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f068";
  background-image: inherit;
  font-family: 'Font Awesome 5 Free';
  transform: inherit;
  color: #ffffff;
  background: none;
  border-color: rgba(255, 255, 255, 0.15);
}

.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  border-color: rgba(255, 255, 255, 0.15);
}

.accordion .accordion-item .accordion-button:focus {
  border-color: #fdb723;
  box-shadow: inherit;
}

.accordion .accordion-item .accordion-collapse .accordion-body {
  background-color: #002e36;
  padding: 30px 30px;
  padding-bottom: 10px;
  color: #D4D6D7;
}

.accordion .accordion-item:first-of-type {
  border-radius: 0px;
}

.accordion .accordion-item:last-of-type {
  border-radius: 0px;
}

.accordion .accordion-item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .accordion .accordion-item h5.accordion-header .accordion-button {
    font-size: 20px;
    padding: 20px 20px;
    padding-right: 75px;
  }
}

/* Service Style 1 */
.service-wrapper.service-style-1 {
  position: relative;
  margin: 0;
  padding: 60px 40px;
  background: #fff4ec;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.service-wrapper.service-style-1 .service-inner {
  padding-left: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.service-wrapper.service-style-1 .service-icon {
  opacity: 1;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.service-wrapper.service-style-1 .service-icon svg {
  width: 70px;
  fill: url(#mygradient);
  transition: all 0.3s ease-in-out;
}

.service-wrapper.service-style-1 .bg-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.service-wrapper.service-style-1 .bg-icon svg {
  width: 90px;
  fill: url(#mygradient2);
  transition: all 0.3s ease-in-out;
}

.service-wrapper.service-style-1 .service-content .service-title {
  margin-bottom: 20px;
}

.service-wrapper.service-style-1 .service-content p {
  margin-bottom: 0;
  color: #333;
}

.service-wrapper.service-style-1 .service-content .service-links {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: -70px;
  transition: all 0.3s ease-in-out;
}

.service-wrapper.service-style-1 .service-content .service-links .btn-arrow {
  border-color: #fdb723;
}

.service-wrapper.service-style-1 .service-content .service-links .btn-arrow:after {
  border-color: #fdb723;
}

.service-wrapper.service-style-1:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  margin: -3px;
  opacity: 0;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(130deg, #f9be42, #fdb723, #fdb00c) 100%;
}

.service-wrapper.service-style-1:hover:before {
  opacity: 1;
}

.service-wrapper.service-style-1:hover .service-icon {
  margin-top: -70px;
  opacity: 0;
}

.service-wrapper.service-style-1:hover .bg-icon {
  opacity: 0.2;
}

.service-wrapper.service-style-1:hover .service-content .service-links {
  margin-bottom: 0;
  opacity: 1;
}



/*Service Single*/
.service-single .service-img img {
  border-radius: 10px;
}


@media (max-width: 767px) {
  .service-wrapper.service-style-1 {
    padding: 40px 20px;
  }
  .service-top-space {
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .service-top-space {
    margin-top: 30px;
  }
  .services.grid-wrapper.service-top-space {
    margin-top: 30px;
  }
}


/*****************************
    Testimonial
*****************************/
#quote-1 stop.start-color,
#quote-2 stop.start-color,
#quote-3 stop.start-color,
#quote-4 stop.start-color,
#quote-5 stop.start-color,
#quote-6 stop.start-color,
#quote-7 stop.start-color,
#quote-8 stop.start-color {
  stop-color: #f9be42;
}

#quote-1 stop.end-color,
#quote-2 stop.end-color,
#quote-3 stop.end-color,
#quote-4 stop.end-color,
#quote-5 stop.end-color,
#quote-6 stop.end-color,
#quote-7 stop.end-color,
#quote-8 stop.end-color {
  stop-color: #fdb723;
}


.testimonial-section .owl-item.active .testimonial-wrapper.testimonial-style-2:before {
  content: inherit;
}

/* .testimonial-section .owl-item .testimonial-wrapper.testimonial-style-2:before {
  content: "";
  width: 85%;
  height: 100%;
  border-radius: 100%;
  background-color: #002e36;
  position: absolute;
  left: inherit;
  top: 0px;
  right: 0px;
  bottom: 0px;
  filter: blur(55px);
} */

.testimonial-section .owl-item:nth-child(odd) {
  margin-top: 40px;
}

.testimonial-section .owl-item:nth-child(even) {
  margin-bottom: 40px;
}

.testimonial-wrapper.testimonial-style-2 {
  position: relative;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.testimonial-wrapper.testimonial-style-2 .testimonial-quote {
  position: absolute;
  right: 20px;
  top: 15px;
}

.testimonial-wrapper.testimonial-style-2 .testimonial-ratings {
  display: flex;
  gap: 3px;
  margin-top: 5px;
}

.testimonial-wrapper.testimonial-style-2 .testimonial-ratings i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: linear-gradient(170deg, #f9be42 0%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testimonial-wrapper.testimonial-style-2 .testimonial-content {
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  margin-top: 30px;
}

.testimonial-wrapper.testimonial-style-2 .testimonial-content p {
  margin-bottom: 0;
}

.testimonial-wrapper.testimonial-style-2 .testimonial-author {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 25px;
}

.testimonial-wrapper.testimonial-style-2 .testimonial-author .author-name {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  background: linear-gradient(170deg, #f9be42 0%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


@media (max-width: 479px) {
  .testimonial-wrapper.testimonial-style-2 {
    padding: 20px;
  }
}

/*****************************
  Newsletter
*****************************/
.newsletter {
  position: relative;
}

.newsletter .form-control {
  padding-right: 150px;
}

.newsletter .btn {
  position: absolute;
  right: 0;
  line-height: 20px;
  top: 0;
  padding: 14px 30px;
}

.newsletter-subscribe .title {
  font-family: "Russo One", sans-serif;
  font-size: 200px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.03);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.newsletter-subscribe .form-group .form-control {
  color: #ffffff;
  font-size: 20px;
  padding: 30px 0px;
  padding-right: 150px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-subscribe .form-group .form-control:placeholder-shown {
  color: #ffffff;
}

.newsletter-subscribe .form-group .form-control:focus {
  border-color: #fdb723;
}

.newsletter-subscribe .form-group .subscribe-btn {
  font-size: 20px;
  line-height: normal;
  flex-direction: row;
  gap: 15px;
  padding: 15px 0;
  height: auto;
  width: auto;
  border: none;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.newsletter-subscribe .form-group .subscribe-btn:hover {
  border: none;
  color: #fdb723;
}

.newsletter-subscribe .form-group .subscribe-btn:after {
  display: none;
}

.newsletter-subscribe .form-check {
  margin: 0;
  min-height: auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.newsletter-subscribe .form-check .form-checkbox {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #ffffff;
}

.newsletter-subscribe .form-check .form-checkbox:checked {
  border-color: transparent;
}

.newsletter-subscribe .form-check .form-checkbox:checked:before {
  content: "\f00c";
  height: 16px;
  width: 16px;
  border-radius: 4px;
  font-family: "Font Awesome 6 Free";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(-55deg, #f9be42 2%, #fdb723 56%, #fdb00c 99%);
}

@media (max-width: 1199px) {
  .newsletter-subscribe .title {
    font-size: 160px;
  }
}

@media (max-width: 991px) {
  .newsletter-subscribe .title {
    font-size: 120px;
  }
  .newsletter-subscribe .form-group .form-control {
    padding: 20px 0;
  }
  .newsletter-subscribe .form-check {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .newsletter-subscribe .title {
    font-size: 90px;
  }
}

@media (max-width: 575px) {
  .newsletter-subscribe .title {
    font-size: 74px;
  }
  .newsletter-subscribe .form-group .form-control {
    padding: 15px 0;
    font-size: 16px;
  }
  .newsletter-subscribe .form-group .subscribe-btn {
    font-size: 16px;
    gap: 10px;
  }
  .newsletter-subscribe .form-check label {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .newsletter-subscribe .title {
    text-align: center;
    font-size: 46px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    z-index: 1;
    margin-bottom: 15px;
  }
}

/*****************************
  Find Job
*****************************/
.find-job-wrapper .find-job-item {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.find-job-wrapper .find-job-item:first-child {
  padding-top: 0;
}

.find-job-wrapper .find-job-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.find-job-wrapper .find-job-item .job-title {
  margin-bottom: 20px;
}

.find-job-wrapper .find-job-item .job-title .awards-name {
  margin-bottom: 0;
}

.find-job-wrapper .find-job-item .job-details {
  display: flex;
  gap: 40px;
}

.find-job-wrapper .find-job-item .job-details .job-image {
  width: 300px;
  flex: none;
  overflow: hidden;
  border-radius: 8px;
}

.find-job-wrapper .find-job-item .job-details .job-image img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

.find-job-wrapper .find-job-item .job-details .job-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding-right: 50px;
}

.find-job-wrapper .find-job-item .job-details .job-location {
  font-weight: 500;
}

.find-job-wrapper .find-job-item .job-details .job-desc {
  max-width: 680px;
}

.find-job-wrapper .find-job-item .job-details .job-info {
  display: flex;
  gap: 50px;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.find-job-wrapper .find-job-item .job-details .job-info .info-item {
  color: #ffffff;
  font-weight: 500;
}

.find-job-wrapper .find-job-item .job-details .job-action {
  align-self: center;
  margin-left: auto;
}

.find-job-wrapper .find-job-item:hover .job-details .job-image img {
  transform: scale(1.1);
}

@media (max-width: 1400px) {
  .find-job-wrapper .find-job-item .job-details .job-content {
    padding-right: 0;
  }
  .find-job-wrapper .find-job-item .job-details .job-info {
    gap: 30px;
  }
}

@media (max-width: 1200px) {
  .find-job-wrapper .find-job-item .job-details {
    display: flex;
    gap: 30px;
  }
  .find-job-wrapper .find-job-item .job-details .job-action {
    align-self: flex-start;
  }
}

@media (max-width: 991px) {
  .find-job-wrapper .find-job-item .job-details {
    flex-wrap: wrap;
  }
  .find-job-wrapper .find-job-item .job-details .job-image {
    width: 100%;
  }
  .find-job-wrapper .find-job-item .job-details .job-action {
    margin-left: 0;
  }
}

/*****************************
  Counter
*****************************/
.counter {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #333;
  /* Counter Style 1 ----------------*/
  /* Counter Style 2 ----------------*/
}

.counter .counter-number {
  font-family: "Russo One", sans-serif;
  font-size: 48px;
}

.counter .counter-title {
  font-family: "Russo One", sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.counter.counter-style-1 {
  position: relative;
  padding: 20px 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}

.counter.counter-style-1 .counter-info {
  width: 190px;
}

.counter.counter-style-1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 50px;
  height: 3px;
  background-color: #fdb723;
  background: linear-gradient(170deg, #f9be42 0%, #fdb723 100%);
}

.counter.counter-style-2 {
  position: relative;
  padding: 35px 50px;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.counter.counter-style-2 .counter-number {
  font-size: 42px;
  line-height: 42px;
}

.counter.counter-style-2 .counter-info {
  width: 190px;
}

.counter.counter-style-2:before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .counter.counter-style-2 {
    padding: 35px 20px;
  }
  .counter {
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .counter.counter-style-2 {
    gap: 15px;
    padding: 30px 15px;
  }
  .counter.counter-style-2 .counter-number {
    font-size: 30px;
    line-height: 30px;
  }
  .counter.counter-style-2 .counter-title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .counter {
    gap: 20px;
  }
  .counter .counter-number {
    font-size: 36px;
    line-height: 46px;
  }
  .counter .counter-info .counter-title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .counter.counter-style-1 .counter-info {
    width: auto;
  }
}

/*****************************
  Case Studies
*****************************/

/* Case Studies Style-2 */
.case-studies-wrapper.case-studies-style-2 .case-studies-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item .item-inner {
  display: flex;
  gap: 50px;
  padding: 40px 0;
  align-items: center;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-title {
  width: 30%;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
  width: 35%;
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-action {
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item .gsap-img-animation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  width: 280px;
  height: 280px;
  padding: 8px;
  visibily: hidden;
  object-fit: cover;
  pointer-events: none;
  background-color: #002e36;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item .marquee-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover {
  border-bottom-color: #fdb723;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .item-inner .case-studies-title,
.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .item-inner .case-studies-description {
  opacity: 0;
  pointer-events: none;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .case-studies-action {
  z-index: 8;
}

.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .marquee-wrapper {
  opacity: 1;
  pointer-events: auto;
}


@media (max-width: 991px) {
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .item-inner {
    gap: 60px;
  }
}

@media (max-width: 767px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .item-inner {
    flex-direction: column;
    gap: 15px;
    align-items: normal;
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-action {
    margin-left: 0;
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .gsap-img-animation {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 30px;
    top: auto;
    opacity: 1;
    visibility: visible;
    transform: inherit !important;
    z-index: -1;
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
    width: 80%;
  }
}

@media (max-width: 375px) {
  .case-info-section .case-info ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
    width: 100%;
  }
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 0;
  transform: translate(0px, 0px);
  z-index: 2;
  overflow: hidden;
  font-family: "Russo One", sans-serif;
  border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev.owl-prev,
.owl-carousel .owl-nav button.owl-next.owl-prev {
  bottom: -40px;
  left: 45%;
}

.owl-carousel .owl-nav button.owl-prev.owl-prev:after,
.owl-carousel .owl-nav button.owl-next.owl-prev:after {
  position: absolute;
  content: "";
  background: url(../images/svg/owl-arrow-prev.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 21px;
  width: 22px;
}

.owl-carousel .owl-nav button.owl-prev.owl-next,
.owl-carousel .owl-nav button.owl-next.owl-next {
    right: 45%;
    bottom: -40px;
}

.owl-carousel .owl-nav button.owl-prev.owl-next:after,
.owl-carousel .owl-nav button.owl-next.owl-next:after {
  position: absolute;
  content: "";
  background: url(../images/svg/owl-arrow-next.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 21px;
  width: 22px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inherit;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #002e36 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
  background: #fdb723 !important;
  opacity: 1;
}

.owl-carousel.slider-overflow .owl-stage-outer {
  overflow: visible;
}

div[cursor-type="text"] .owl-carousel,
div[cursor-type="arrow"] .owl-carousel,
.owl-carousel[cursor-type="text"],
.owl-carousel[cursor-type="arrow"] {
  cursor: none;
}

/*-------------------------*/
/* Big Arrow */
/*-------------------------*/
.owl-carousel.carousel-arrow-big {
  padding: 0 250px;
}

.owl-carousel.carousel-arrow-big .owl-nav button {
  position: absolute;
  top: 50%;
  margin-top: -64px;
  width: 128px;
  height: 128px;
  background: transparent;
  border: 1px solid #fdb723;
}

.owl-carousel.carousel-arrow-big .owl-nav button.owl-prev {
  left: 0;
}

.owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
  height: 38px;
  width: 41px;
  background-size: 41px;
}

.owl-carousel.carousel-arrow-big .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
  height: 38px;
  width: 41px;
  background-size: 41px;
}

@media (max-width: 1400px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 200px;
  }
}

@media (max-width: 1200px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 150px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button {
    width: 100px;
    height: 100px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
    height: 30px;
    width: 32px;
    background-size: cover;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
    height: 30px;
    width: 32px;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 130px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button {
    width: 80px;
    height: 80px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
    height: 26px;
    width: 28px;
  }
  .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
    height: 26px;
    width: 28px;
  }
}

@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none;
  }
  .owl-carousel.carousel-arrow-big {
    padding: 0 15px;
  }
}


/*****************************
  Button
*****************************/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  width: 160px;
  height: 56px;
  padding: 15px;
  gap: 10px;
  background-color: #fdb723;
  border: 1px solid #002e36;
  border-radius: 12px;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 2;
}

.btn .btn-effect {
  position: absolute;
  z-index: 0;
  display: block;
  width: 0px;
  height: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 1;
  background-color: #fa4729;
  transition: all 0.9s ease;
  outline: none;
}

.btn span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #002e36;
  transition: all 0.35s ease-in-out;
}

.btn svg path {
  stroke: #002e36;
  transition: all 0.35s ease-in-out;
}

.btn:after {
  position: absolute;
  content: "";
  right: -6px;
  top: -6px;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 1px solid #002e36;
  transition: all 0.35s ease-in-out;
  z-index: -1;
  border-radius: 12px;
}

.main-banner-1 a.btn,.main-banner-1 a.btn:after {
    border-color: #fff;
}
.main-banner-1 a.btn span {
    color: #fff;
}
.main-banner-1 a.btn svg path {
    stroke: #fff;
}

.btn:hover, .btn:focus {
  border: 1px solid #fdb723;
  background: none;
}

.btn:hover span, .btn:focus span {
  color: #fdb723;
}

.btn:hover:after, .btn:focus:after {
  border: 1px solid #fdb723;
}

.btn:hover svg path, .btn:focus svg path {
  stroke: #fdb723;
}

.btn.arrow-down {
  width: 128px;
  height: 128px;
}

.btn.arrow-down svg {
  transform: rotate(90deg);
  width: 37px;
  height: 40px;
}

.btn.arrow-down svg path {
  stroke: #ffffff;
}

.btn.arrow-down:before {
  left: 8px;
  top: 8px;
  right: 8px;
  bottom: 8px;
}

.btn.arrow-down:hover svg path {
  stroke: #fdb723;
}

.btn-primary {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  border: none;
  padding: 10px 45px;
  border-radius: 50px;
  background-color: #fdb723;
  background: linear-gradient(130deg, #f9be42 0%, #fdb723 100%);
}

/* Small Button Arrow ----------------*/
.btn-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-right: 4px;
  background-color: transparent;
  border: 1px solid #002e36;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.btn-arrow svg {
  position: relative;
}

.btn-arrow svg path {
  stroke: #002e36;
  transition: all 0.3s ease-in-out;
}

.btn-arrow:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  opacity: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #002e36;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
}

.btn-arrow:before {
  /*		content: "";*/
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  opacity: 0;
  transform: scale(0.8);
  border-radius: 50px;
  background-color: #fdb723;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(170deg, #f9be42 0%, #fdb723 100%);
}

.btn-arrow:hover {
  border: 1px solid #fdb723;
}

.btn-arrow:hover svg path {
  stroke: #ffffff;
}

.btn-arrow:hover:after {
  border: 1px solid #fdb723;
}

.btn-arrow:hover:before {
  opacity: 1;
  transform: scale(1);
}

/* Button Hover Effect */
.attract-hover {
  display: inline-block;
}

.attract-hover-easing {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*****************************
	Our History
*****************************/
.history-wrapper {
  position: relative;
  padding: 60px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.history-wrapper .history-year-sm {
  font-family: "Russo One", sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
  background: linear-gradient(160deg, #f9be42 0%, #fdb723 20%, #fdb00c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.history-wrapper .history-info {
  display: flex;
  gap: 30px;
}

.history-wrapper .history-info .history-year-lg {
  font-family: "Russo One", sans-serif;
  font-size: 110px;
  writing-mode: vertical-lr;
  transform: scale(-1);
  align-self: center;
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.history-wrapper .history-info .history-content p {
  margin: 0;
}

.history-wrapper .history-info .history-content blockquote {
  margin: 20px 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: normal;
  font-style: normal;
  color: #D4D6D7;
  border-radius: 0;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .history-wrapper .history-info {
    gap: 10px;
    flex-direction: column;
  }
  .history-wrapper .history-info .history-year-lg {
    writing-mode: inherit;
    transform: inherit;
  }
}

@media (max-width: 575px) {
  .history-wrapper {
    padding: 25px;
  }
  .history-wrapper .history-info .history-year-lg {
    font-size: 80px;
  }
}

/*****************************
  Form Control
*****************************/
form .form-control {
  position: relative;
  font-size: 18px;
  line-height: normal;
  border-radius: 0px;
  padding: 15px 0px;
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #D4D6D7;
  margin-bottom: 30px;
}

form .form-control::-ms-input-placeholder {
  color: #D4D6D7;
}

form .form-control::placeholder {
  color: #D4D6D7;
}

form .form-control:focus {
  color: #D4D6D7;
  box-shadow: none;
  background: transparent;
  border-color: #fdb723;
}

form .form-control:active {
  background: transparent;
}

form textarea.form-control {
  margin-bottom: 50px;
}

form textarea.form-control.pre-textarea {
  margin-bottom: 30px;
}

form.form-style-border .form-control {
  padding: 15px 20px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

form.form-style-border .form-control:focus {
  border-color: #fdb723;
}

form.form-dark .form-control {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

form.form-dark .form-control::-ms-input-placeholder {
  color: #ffffff;
}

form.form-dark .form-control::placeholder {
  color: #ffffff;
}

form.form-dark .form-control:focus {
  border-color: #fdb723;
}

.form-control:focus {
  box-shadow: none;
  background: transparent;
  border-color: #fdb723;
}

.form-check .form-check-input {
  width: 21px;
  height: 21px;
  margin-top: 2px;
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.form-check .form-check-input:checked {
  background-color: #fdb723;
}

.form-wrapper.form-box {
  padding: 70px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

@media (max-width: 767px) {
  .form-wrapper.form-box {
    padding: 50px 25px;
  }
}

@media (max-width: 575px) {
  .form-wrapper.form-box {
    padding: 30px 15px;
  }
}



/*****************************
  Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: visible;
  height: 10px;
  border-radius: inherit;
  margin-top: 65px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background-color: transparent;
}

.progress .progress-bar {
  background-color: #fdb723;
  border-radius: 20px;
  border: 1px solid #fdb723;
}

.progress .progress-bar .progress-bar-title {
  position: absolute;
  left: 0;
  top: -40px;
  color: #002e36;
  font-size: 20px;
}

.progress .progress-bar .progress-bar-number {
  position: absolute;
  right: 0;
  top: -40px;
  color: #002e36;
  font-size: 18px;
}

.bg-dark .progress {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bg-dark .progress .progress-bar .progress-bar-title {
  color: #ffffff;
}

.bg-dark .progress .progress-bar .progress-bar-number {
  color: #ffffff;
}


/*****************************
  List style
*****************************/
.list-wrapper .list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
  list-style-type: none;
}

.list-wrapper .list li {
  display: flex;
  gap: 15px;
  align-items: baseline;
  font-weight: 400;
}

.list-wrapper .list li a {
  color: #D4D6D7;
}

.list-wrapper .list li a:hover {
  color: #fdb723;
}

.list-wrapper .list.list-style-disc li {
  display: list-item;
  list-style: inside;
  list-style-type: disc;
}

.list-wrapper .list.col-2 {
  width: 100%;
  gap: 10px 30px;
  flex-wrap: wrap;
  flex-direction: inherit;
}

.list-wrapper .list.col-2 li {
  width: calc(50% - 15px);
}

.list-wrapper.list-style-2 .list {
  gap: 10px;
}

.list-wrapper.list-style-2 .list li {
  font-size: inherit;
  gap: 20px;
}

.list-wrapper.list-style-2 .list li i {
  color: #fdb723;
}

.list-wrapper.list-light .list li {
  color: #ffffff;
}

.list-wrapper.list-light .list li a {
  color: #ffffff;
}

.list-wrapper.list-light .list li a:hover {
  color: #fdb723;
}

/*****************************
  Location
*****************************/
.location-wrapper.location-style-1 {
  display: flex;
  align-items: flex-end;
  padding: 45px;
  min-height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

.location-wrapper.location-style-1 .location-inner {
  overflow: hidden;
}

.location-wrapper.location-style-1 .city-image {
  position: relative;
}

.location-wrapper.location-style-1 .city-info {
  margin-top: 20px;
}

.location-wrapper.location-style-1 .city-info .city-name {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.location-wrapper.location-style-1 .city-location {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.location-wrapper.location-style-1 .city-location .location-item {
  display: flex;
  align-items: baseline;
}

.location-wrapper.location-style-1 .city-location .location-item .icon {
  width: 25px;
  flex: none;
  margin-right: 15px;
}

.location-wrapper.location-style-1:hover {
  border-color: #fdb723;
}

.location-wrapper.location-style-1:hover .city-info .city-name {
  background: linear-gradient(60deg, #f9be42 -20%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------*/
/* Responsive CSS */
/*------------------------------------*/
@media (max-width: 1399px) {
  .location-wrapper.location-style-1 {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .location-wrapper.location-style-1 {
    padding: 25px;
  }
}

/*****************************
  Marquee style
*****************************/
.marquee-wrapper {
  overflow: hidden;
}

.marquee-wrapper .marquee-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  position: relative;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

.marquee-wrapper .marquee-inner .marquee-item {
  display: flex;
  flex: none;
  align-items: center;
  gap: 15px;
  padding-bottom: 1px;
}

.marquee-wrapper .marquee-inner .marquee-item .title {
  position: relative;
  top: 3px;
  font-family: "Russo One", sans-serif;
  font-size: 42px;
  line-height: normal;
  color: transparent;
  -webkit-text-stroke: 1px #002e36;
  transition: all 0.3s ease-in-out;
}

.marquee-wrapper .marquee-inner .marquee-item:hover .title {
  color: #ffffff;
}


.marquee-wrapper.marquee-rotate {
  transform: rotate(2.2deg);
}

.marquee-wrapper.marquee-border {
  padding: 25px 0;
  overflow: visible;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.marquee-wrapper.marquee-border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(0.7deg);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.marquee-wrapper.marquee-right .marquee-inner {
  animation: marqueeRight 50s linear infinite;
}

/*------------------------
  Keyframes Animation
-------------------------*/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-100%);
  }
}

@keyframes marqueeRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translatex(0);
  }
}

@media (max-width: 767px) {
  .marquee-wrapper .marquee-inner {
    gap: 50px;
  }
  .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .marquee-bg {
    padding: 15px 0;
  }
}


/*-------------------------*/
/* Form Style Border */
/*-------------------------*/
.form-style-border .nice-select:after {
  right: 25px;
}


/*****************************
  Header Default
*****************************/
.header-default {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 0 80px;
  background-color: #fff8f2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* Site Main Logo */
  /* Site Main Menu */
  /* Site Action Button */
  /* Sticky Header */
}

.header-default.header-absolute {
  position: absolute;
  left: 0;
  background: rgba(255,248,242,0.15);
}

.header-default .header-inner {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}

.header-default .site-logo {
  min-width: 250px;
}

.header-default .site-logo .navbar-brand {
  display: block;
  padding: 10px 0;
}

.header-default .site-logo .navbar-brand img {
    width: 90px;
}

.header-default .site-menu .main-menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  height: 100%;
  list-style-type: none;
  /* Header Submenu */
}

.header-default .site-menu .main-menu .nav-item {
  display: flex;
  position: relative;
  align-items: center;
}

.header-default .site-menu .main-menu .nav-item a {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  padding: 10px 0;
  color: #002e36;
  position: relative;
  font-weight: 600;
}

header.header.header-absolute  .site-menu .main-menu .nav-item a {
    color: #fff;
}
.header-default.header-absolute.is-sticky .site-menu .main-menu .nav-item a {
    color: #002e36;
}
.header-default.is-sticky .site-menu .main-menu .nav-item a {
    color: #002e36;
}
.header-default.is-sticky .site-menu .main-menu .nav-item  .submenu a {
    color: #fff;
}
.header-default .site-menu .main-menu .nav-item a i {
  font-weight: bold;
  margin-left: 5px;
  font-size: 12px;
  margin-top: 2px;
}

.header-default .site-menu .main-menu .nav-item.active > a {
  color: #fdb723;
}

.header-default .site-menu .main-menu .nav-item.active > a:before,
.header-default .site-menu .main-menu .nav-item:hover > a:before {
  content: "";
  background-image: url(../images/menu-hover.png);
  height: 8px;
  position: absolute;
  bottom: 0;
  left: -5px;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.header-default .site-menu .main-menu .nav-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-default .site-menu .main-menu .submenu {
  background: #212121;
  list-style-type: none;
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: 2;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0;
  margin-top: 15px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.header-default .site-menu .main-menu .submenu li {
  padding: 0 25px;
}

.header-default .site-menu .main-menu .submenu li a {
  font-size: 16px;
  padding: 8px 0;
  color: #fff;
}

.header-default .site-menu .main-menu .submenu li a.active {
  color: #fdb723;
}

.header-default .site-menu .main-menu .submenu li.active > a {
  color: #fdb723;
}

.header-default .site-menu .main-menu .submenu li:hover a {
  color: #fdb723;
}

.header-default .site-action {
  min-width: 250px;
}

.header-default .site-action .action-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.header-default.is-sticky {
  position: fixed;
  background-color: #fff8f2;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
  top: -110px;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header-default.is-sticky .site-logo .navbar-brand {
  padding: 15px 0;
}

.header-default.is-sticky.sticky-show {
  top: 0;
}

/*---------------------------------*/
/* Menu Overlay */
/*---------------------------------*/
.offcanvas.menu-overlay-offcanvas {
  height: 100vh;
  background-color: #002e36;
}

.offcanvas.menu-overlay-offcanvas:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.05;
  z-index: -1;
  background-image: url("../images/bg/overlay-bg.png");
  background-size: cover;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-close {
  position: absolute;
  right: 50px;
  top: 50px;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close {
  background: #ffffff;
  opacity: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close svg path {
  stroke: #002e36;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-body {
  padding: 0;
}

.offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.offcanvas.menu-overlay-offcanvas .container-top {
  margin-top: auto;
  margin-bottom: auto;
  height: 60%;
  overflow: hidden;
}

.offcanvas.menu-overlay-offcanvas .navbar {
  padding: 0;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  margin-right: 50px;
  display: flex;
  align-items: flex-end;
}

.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
  background-color: #0c0c0c;
}

.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar {
  width: 3px;
  background-color: #0c0c0c;
}

.offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
  gap: 10px;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
  display: inline-flex;
  padding: 0;
  font-family: "Russo One", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  align-items: baseline;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.show, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
  background: linear-gradient(130deg, #f9be42 0%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
  padding-left: 15px;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:after {
  margin-top: 3px;
  font-size: 18px;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.dropdown-toggle:after {
  content: "+";
  border: none;
  font-size: 28px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu {
  display: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 30px;
  border: none;
  background: transparent;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a {
  padding: 8px 0;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  background: transparent;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a:hover, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a.active {
  color: #fdb723;
}

.offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item.active > a {
  background: linear-gradient(130deg, #f9be42 0%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.offcanvas.menu-overlay-offcanvas .widget.widget-infobox {
  margin-bottom: 40px;
  max-width: 340px;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list {
  gap: 10px;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a:not(:hover) {
  border-color: rgba(255, 255, 255, 0.3);
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info {
  display: flex;
  gap: 30px;
  padding: 30px 0;
  align-items: center;
  flex-direction: inherit;
  justify-content: space-between;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .number {
  color: #ffffff;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text {
  color: #ffffff;
}

.offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text a:hover {
  color: #fdb723;
  text-decoration: underline !important;
}

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.offcanvas.main-menu-offcanvas {
  width: 450px;
  background-color: #181818;
}

.offcanvas.main-menu-offcanvas .offcanvas-header .navbar-brand img {
  max-height: 45px;
}

.offcanvas.main-menu-offcanvas .offcanvas-body {
  display: flex;
  gap: 50px;
  padding: 30px 50px;
  padding-top: 0;
  flex-direction: column;
  justify-content: space-between;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.offcanvas.main-menu-offcanvas .offcanvas-body .body-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
  display: none;
}

.offcanvas.main-menu-offcanvas .offcanvas-body::-webkit-scrollbar {
  display: none;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar {
  padding: 0;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
  width: 100%;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:last-child {
  border-bottom: none;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
  display: flex;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  align-items: center;
  justify-content: space-between;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
  margin-top: 3px;
  font-size: 18px;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  border: none;
  background: transparent;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 400;
  color: #D4D6D7;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #fdb723;
  background-color: transparent;
}

.offcanvas.main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active) > .nav-link {
  color: #fdb723;
}


/* Comman Offcanvas */
.offcanvas-header {
  padding: 40px 50px;
}

.offcanvas-header .btn-close {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #002e36;
  color: #ffffff;
  opacity: 1;
  font-size: 24px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  outline: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.offcanvas-body .contact-info {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 25px;
  border-top: 3px solid #002e36;
}

.offcanvas-body .contact-info .number {
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -2px;
}

.offcanvas-body .contact-info .mail {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #ffffff;
}

.offcanvas-body .contact-info .text {
  color: rgba(255, 255, 255, 0.8);
}

.main-menu-offcanvas .offcanvas-body .contact-info {
  border-top: 3px solid #e8e8e8;
  border-image: linear-gradient(to right, #f9be42, #fdb723) 1;
}

.main-menu-offcanvas .offcanvas-body .contact-info .mail {
  background: linear-gradient(130deg, #f9be42 0%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu-offcanvas .offcanvas-body .contact-info .text {
  color: #ffffff;
}

/*---------------------------------*/
/* Hamburger Menu Trigger */
/*---------------------------------*/
.hamburger {
  padding: 15px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
}

.hamburger .hamburger-container {
  position: relative;
  top: 3px;
  width: 28px;
  height: 18px;
  display: inline-block;
}

.hamburger .hamburger-container .hamburger-inner {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  transform: translate(5px, -50%);
  background-color: #D4D6D7;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:before {
  position: absolute;
  content: "";
  transform: translate(-5px, 0);
  top: -11px;
  width: 100%;
  height: 3px;
  background-color: #D4D6D7;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-inner:after {
  position: absolute;
  content: "";
  top: 11px;
  transform: translate(-5px, 0);
  width: 100%;
  height: 3px;
  background-color: #D4D6D7;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.5s;
  opacity: 1;
}

.hamburger .hamburger-container .hamburger-hidden {
  position: absolute;
  top: 50%;
  transform: translate(51px, -50%);
  width: 100%;
  height: 3px;
  background-color: #002e36;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}

.hamburger .hamburger-container .hamburger-hidden:before {
  position: absolute;
  content: "";
  top: -11px;
  width: 100%;
  height: 3px;
  background-color: #002e36;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transform: translate(102px, 0);
}

.hamburger .hamburger-container .hamburger-hidden:after {
  position: absolute;
  content: "";
  top: 11px;
  transform: translate(101px, 0);
  width: 100%;
  height: 3px;
  background-color: #002e36;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
}

.hamburger:hover .hamburger-inner {
  transform: translate(-51px, 50%);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:before {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-inner:after {
  transform: translate(102px, 0);
  opacity: 0;
}

.hamburger:hover .hamburger-hidden {
  opacity: 1;
  transform: translate(0, -50%);
}

.hamburger:hover .hamburger-hidden:before {
  opacity: 1;
  transform: translate(0, 0);
}

.hamburger:hover .hamburger-hidden:after {
  opacity: 1;
  transform: translate(0, 0);
}

/*---------------------------------*/
/* Page Header */
/*---------------------------------*/
.inner-header {
  position: relative;
  z-index: 5;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #002e36;
  background-blend-mode: multiply;
}

.inner-header .title {
  color: #ffffff;
  font-size: 42px;
  margin-bottom: 20px;
}


@media (max-width: 1499px) {
  .header-default .site-menu .main-menu {
    gap: 0 38px;
    width: max-content;
  }
}

@media (max-width: 1399px) {
  /*---------------------*/
  /* Header Default */
  /*---------------------*/
  .header-default {
    padding: 0 50px;
  }
  .header-default .header-inner {
    gap: 30px;
  }
  .header-default .site-logo {
    min-width: 200px;
  }
  .header-default .site-action {
    min-width: 200px;
  }
  .header-default .site-menu .main-menu {
    gap: 0 20px;
  }
  /*---------------------*/
  /* Header Menu Overlay */
  /*---------------------*/
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
    font-size: 50px;
  }
}


@media (max-width: 991px) {
  /*---------------------*/
  /* Page Header */
  /*---------------------*/
  .inner-header {
    height: 350px;
  }
  /*---------------------*/
  /* Header Menu Overlay */
  /*---------------------*/
  .header-default {
    padding: 0 30px;
  }
  .header-default .site-logo .navbar-brand {
    display: block;
    padding: 20px 0;
  }
  .offcanvas.menu-overlay-offcanvas .offcanvas-close {
    z-index: 2;
  }
  .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
    padding: 0 50px;
  }
  .offcanvas.menu-overlay-offcanvas .navbar {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  /*---------------------*/
  /* Header Default */
  /*---------------------*/
  .header-default {
    padding: 0 20px;
  }
  /*---------------------*/
  /* Page Header */
  /*---------------------*/
  .inner-header {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas-start,
  .offcanvas-end {
    width: 320px !important;
  }
  .main-menu-offcanvas .offcanvas-body {
    padding: 30px 40px;
  }
  .offcanvas-header {
    padding: 30px 40px;
    gap: 5px;
  }
  .offcanvas-header .btn-close {
    height: 45px;
    width: 45px;
  }
  /*---------------------*/
  /* Header Menu Overlay */
  /*---------------------*/
  .header-2 .site-logo {
    min-width: auto;
    border-right: none;
  }
  .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
    padding: 0 30px;
  }
  .offcanvas.menu-overlay-offcanvas .container-top {
    height: 85%;
  }
  .offcanvas.menu-overlay-offcanvas .container-bottom {
    padding-top: 40px;
  }
  .offcanvas.menu-overlay-offcanvas .container-bottom .contact-info .text {
    display: none;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
    gap: 15px;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
    font-size: 40px;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
    padding-left: 0;
  }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > .dropdown-menu li a {
    font-size: 24px;
    line-height: 30px;
  }
 
}

/*****************************
  Site Banner
*****************************/
/*-----------------------------------*/
/* Main Banner 1 */
/*-----------------------------------*/
.main-banner-1 {
  padding-top: 230px;
  padding-bottom: 150px;
  overflow: visible;
  position: relative;
  height: 1070px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-banner-1 .banner-bg-one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.main-banner-1 .rotate-img {
  margin-top: 50px;
  margin-left: -3px;
}

.main-banner-1 .banner-title {
  position: absolute;
  font-size: 380px;
  line-height: 400px;
  font-family: "Russo One", sans-serif;
  color: #ffffff;
  left: 0px;
  bottom: -17px;
}

.main-banner-1 .banner-content {
  padding-left: 37px;
  position: relative;
}

.main-banner-1 .banner-content h2 {
  margin-bottom: 44px;
  line-height: 68px;
  text-transform: capitalize;
  color: #fdb723;
}

.main-banner-1 .banner-content .attract-hover {
  position: relative;
  display: block;
}
.main-banner-1 .banner-content .attract-hover a.btn {
    margin: 20px auto 0;
}

.rotate {
  -webkit-animation: rotate 50s normal linear infinite;
  animation: rotate 50s normal linear infinite;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  25% {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg);
  }
  75% {
    -webkit-transform: rotate3d(0, 0, 1, 270deg);
    transform: rotate3d(0, 0, 1, 270deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

/*------------------------------*/
/* Responsive CSS */
/*------------------------------*/


@media (max-width: 1599px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 870px;
  }
  .main-banner-1 .banner-title {
    font-size: 190px;
    line-height: 200px;
    margin-bottom: 0px;
  }
}

@media (max-width: 1399px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 .banner-title {
    font-size: 250px;
    line-height: 270px;
  }
  .main-banner-1 .banner-content h2 {
    font-size: 50px;
    line-height: 58px;
  }
}

@media (max-width: 1199px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 840px;
    padding-top: 180px;
  }
  .main-banner-1 .banner-title {
    font-size: 190px;
    line-height: 210px;
  }
  .main-banner-1 .rotate-img {
    margin-left: 0;
    margin-top: 30px;
  }
  .main-banner-1 .banner-content {
    padding-left: 0px;
  }
  .main-banner-1 .banner-content h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 991px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 {
    height: 650px;
    padding-top: 125px;
  }
  .main-banner-1 .banner-title {
    font-size: 140px;
    line-height: 160px;
  }
  .main-banner-1 .rotate-img {
    margin-top: 0px;
  }
  .main-banner-1 .banner-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 .rotate-img {
    width: 150px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .main-banner-1 .banner-title {
    font-size: 90px;
    line-height: 110px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .main-banner-1 .banner-content {
    text-align: center;
  }
  .main-banner-1 .banner-content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .main-banner-1 .banner-content .attract-hover {
    position: inherit;
    right: inherit;
  }
}

@media (max-width: 575px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 .banner-content h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  /* Main Banner 1 ----------*/
  .main-banner-1 .banner-title {
    font-size: 70px;
    line-height: 90px;
  }
}

/*****************************
  Layout
*****************************/
/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.text-accent-bg {
  background-color: #002e36;
  color: #ffffff;
  padding: 0 .4em;
  display: inline-block;
}

.text-tooltip {
  text-decoration: underline;
}

/*----------------------------------*/
/* Scrollbar */
/*----------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}

::-webkit-scrollbar {
  width: var(--scrollbar-width) !important;
}

.table-responsive::-webkit-scrollbar {
  width: auto;
  height: var(--scrollbar-width);
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
}

::-webkit-scrollbar-thumb {
  background-color: #fdb723;
}

/*----------------------------------*/
/* Back To Top */
/*----------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 50px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px);
}

.back-to-top::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  text-align: center;
  line-height: 55px;
  opacity: 1;
  height: 55px;
  width: 55px;
  font-size: 18px;
  font-weight: 600;
  color: #fdb723;
}

.back-to-top svg path {
  fill: none;
}

.back-to-top svg.progress-circle path {
  stroke: #fdb723;
  stroke-width: 4;
}

.back-to-top.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*----------------------------------*/
/* Workspaces Outside : Home 01 */
/*----------------------------------*/

.marquee-relative {
  position: relative;
}

.marquee-relative .marquee-absolute {
  position: absolute;
  right: 1px;
  left: 0;
  bottom: 18px;
}


/*Home Shep line*/
.z-index-2 {
  z-index: 2;
  position: relative;
}

.item-efftect {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  bottom: 0;
}

.item-efftect .efftect {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.item-efftect .efftect::after {
  position: absolute;
  top: -50%;
  left: 0;
  content: "";
  height: 70px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(131, 131, 131, 0.1) 0%, #fdb723 75%, rgba(131, 131, 131, 0.1) 100%);
  display: block;
  -webkit-animation: run 5s 0s infinite;
  animation: run 5s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.item-efftect .efftect:nth-child(1) {
  left: 5%;
}

.item-efftect .efftect:nth-child(1)::after {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.item-efftect .efftect:nth-child(2) {
  left: 25%;
}

.item-efftect .efftect:nth-child(2)::after {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.item-efftect .efftect:nth-child(3) {
  left: 50%;
}

.item-efftect .efftect:nth-child(3)::after {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.item-efftect .efftect:nth-child(4) {
  left: 75%;
}

.item-efftect .efftect:nth-child(4)::after {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.item-efftect .efftect:nth-child(5) {
  left: 95%;
}

.item-efftect .efftect:nth-child(5)::after {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

/*------------------------------*/
/* Ellipse Shep */
/*------------------------------*/
.ellipse-top {
  background-image: url("../images/bg/ellipse-top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}

.ellipse-bottom {
  background-image: url("../images/bg/ellipse-bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
}


@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}




.mobile-offcanvas .header-default {
  z-index: 0;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}

.offcanvas-sidebar .offcanvas-header {
  padding: 35px;
}

@media (max-width: 991px) {
  /* Mobile Sidebar */
  .offcanvas-sidebar .offcanvas-body {
    padding: 35px;
    padding-top: 0;
  }
}

/*****************************
    Footer
*****************************/
.site-footer {
  background-color: #fff8f2;
  padding-top: 145px;
  position: relative;
  z-index: 9;
  /*-------------------------*/
  /* Footer Main */
  /*-------------------------*/
  /*-------------------------*/
  /* Footer Copyright */
  /*-------------------------*/
  /*-------------------------*/
  /* Footer Dark CSS */
  /*-------------------------*/
}

.site-footer .footer-main > .container > .row {
  --bs-gutter-y: 50px;
}

.site-footer .widget-socail {
  margin-top: 130px;
}

.site-footer .footer-padding {
  padding: 80px 0;
}

.site-footer .footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 30px 0;
}

.site-footer .footer-copyright a {
  color: #002e36;
}

.site-footer .footer-copyright a:hover {
  color: #fdb723;
}

.site-footer .footer-copyright p {
  color: #002e36;
  margin: 0px;
}


.site-footer.footer-dark .widget .widget-title {
  color: #333;
}

.site-footer.footer-dark .widget-menu li a {
  color: #002e36;
}

.site-footer.footer-dark .widget-menu li a:hover {
  color: #fdb723;
}

.site-footer.footer-dark .widget-info .title {
  color: #002e36;
}

.site-footer.footer-dark .widget-newsletter .newsletter-form .form-control {
  color: #333;
  padding-right: 60px;
  border-color: #002e36;
}

.site-footer.footer-dark .widget-newsletter .newsletter-form .form-control:focus {
  border-color: #fdb723;
}

.site-footer.footer-dark .widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
  color: #002e36;
}

.site-footer.footer-dark .widget-newsletter .newsletter-form .form-control::placeholder {
  color: #002e36;
}

.site-footer.footer-dark .footer-copyright {
  color: #ffffff;
  border-top-color: rgba(255, 255, 255, 0.05);
  margin-top: 0px;
}

.site-footer.footer-dark .footer-copyright > .container > .row {
  --bs-gutter-y: 30px;
}

.site-footer.footer-dark .footer-copyright a {
  font-weight: 600;
  color: #fdb723;
  background: linear-gradient(60deg, #f9be42 -20%, #fdb723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer.footer-dark .footer-copyright a:hover {
  color: #ffffff;
}

/*-------------------------*/
/* Footer Sticky */
/*-------------------------*/
.site-content {
  position: relative;
  z-index: 2;
  background-color: #fff8f2;
}

.site-footer.sticky-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
  .site-footer .widget-socail {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .site-footer .footer-main-inner {
    display: flex;
    gap: 50px 100px;
  }
  .site-footer .footer-main-inner .footer-logo {
    width: 41.6666%;
  }
  .site-footer .footer-main-inner .footer-social {
    width: 20%;
  }
  .site-footer .footer-main-inner .footer-info {
    width: 38.3333%;
  }
}

@media (max-width: 991px) {
  .site-footer {
    padding-top: 90px;
  }
  .site-footer .footer-main-inner {
    display: flex;
    flex-direction: column;
    gap: 50px 0;
  }
  .site-footer .footer-main-inner .footer-logo {
    width: 100%;
  }
  .site-footer .footer-main-inner .footer-social {
    width: 100%;
  }
  .site-footer .footer-main-inner .footer-info {
    width: 100%;
  }
  /* Footer Social */
  .site-footer .widget-menu ul.list-col-2 li,
  .site-footer .widget-menu ul.list-col-3 li {
    width: calc(50% - 8px);
  }
  /* Footer Sticky */
  .site-content {
    margin-bottom: 0 !important;
  }
  .site-footer.sticky-footer {
    position: relative;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 70px;
  }
  /* Footer Social */
  .site-footer.footer-dark .widget-socail .socail-icon li {
    flex: 0;
    border-right: 0;
  }
  .site-footer.footer-dark .widget-socail .socail-icon li a {
    padding: 0;
  }
  .site-footer.footer-dark .widget-socail .socail-icon li a i {
    color: #ffffff;
  }
}

@media (max-width: 479px) {
  .site-footer {
    padding-top: 50px;
  }
  .site-footer .widget-menu ul.list-col-2 li,
  .site-footer .widget-menu ul.list-col-3 li {
    width: 100%;
  }
}


.widget .widget-title {
  margin-bottom: 40px;
  line-height: 34px;
}

.mobile-sidebar {
  background-color: #181818;
}


/*-----------------------*/
/* Widget Menu */
/*-----------------------*/
.widget-menu .widget-title {
  margin-bottom: 20px;
}

.widget-menu ul {
  display: flex;
  gap: 10px 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.widget-menu ul li {
  width: 100%;
}

.widget-menu ul li a {
  color: #D4D6D7;
}

.widget-menu ul li a:hover {
  color: #fdb723;
}

.widget-menu ul.list-col-2 li {
  width: calc(50% - 8px);
}

.widget-menu ul.list-col-3 li {
  width: calc(33.3333% - 10px);
}

/*-----------------------*/
/* Widget Socail */
/*-----------------------*/
.widget-socail ul.socail-icon {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}

.widget-socail ul.socail-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 39px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  color: #002e36;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 80%;
  z-index: 1;
}

.widget-socail ul.socail-icon li a:after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 1px solid #fdb723;
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
}

.widget-socail ul.socail-icon li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 80%;
  transition: all 0.3s ease-in-out;
  background-color: #fdb723;
  background: linear-gradient(150deg, #f9be42 2%, #fdb723 56%, #fdb00c 100%);
}

.widget-socail ul.socail-icon li a:hover {
  color: #ffffff;
}

.widget-socail ul.socail-icon li a:hover:after {
  left: 0px;
  bottom: 0px;
  opacity: 0;
}

.widget-socail ul.socail-icon li a:hover:before {
  opacity: 1;
}

.widget-socail:hover .team-social {
  left: 0;
}

/*-----------------------*/
/* Widget Info */
/*-----------------------*/
.widget-info .title {
  font-size: 22px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.widget-info .number {
  font-size: 32px;
  line-height: 22px;
  font-family: "Russo One", sans-serif;
  color: #002e36;
}

.widget-info .number:hover {
  color: #fdb723;
}

/*-----------------------*/
/* Widget Newsletter */
/*-----------------------*/
.widget-newsletter p {
  margin-bottom: 20px;
  color: #D4D6D7;
}

.widget-newsletter .newsletter-form {
  display: flex;
  gap: 15px;
  position: relative;
}

.widget-newsletter .newsletter-form .form-control {
  margin: 0;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.widget-newsletter .newsletter-form .form-control:focus {
  border-color: #fdb723;
}

.widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
  color: #D4D6D7;
}

.widget-newsletter .newsletter-form .form-control::placeholder {
  color: #D4D6D7;
}

.widget-newsletter .newsletter-form .subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 20px;
  color: #fdb723;
  width: 80px;
  background: none;
  border: none;
}

/*-----------------------*/
/* Address Info List */
/*-----------------------*/
.widget ul.address-info-list {
  list-style: none;
  padding: 0;
}

.widget ul.address-info-list li {
  margin-bottom: 20px;
}

.widget ul.address-info-list li h6 {
  color: #D4D6D7;
  margin-bottom: 0px;
}

.widget ul.address-info-list li h6 img {
  margin-right: 10px;
}

.widget ul.address-info-list li:last-child {
  margin-bottom: 0px;
}

.widget ul.address-info-list.address-info-2 {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.widget ul.address-info-list.address-info-2 li {
  margin-bottom: 0;
  width: 100%;
}

/*-----------------------*/
/* Widget Address Info */
/*-----------------------*/
.widget-address-info ul.address-info-list {
  margin-bottom: 0px;
}

.widget-address-info ul.address-info-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.widget-address-info ul.address-info-list li .icon {
  margin-top: 6px;
  flex-shrink: 0;
}

.widget-address-info ul.address-info-list li .info {
  font-weight: 400;
  line-height: 28px;
}

.widget-address-info ul.address-info-list li .info span {
  display: block;
  font-weight: 600;
  color: #333;
}
.main-banner-1 .banner-content p {
    color: #fff;
    font-size: 19px;
}
ul.listBox {list-style: none;}

ul.listBox li {
    position: relative;
    display: block;
    padding-left: 5px;
    font-size: 18px;
    padding-bottom: 10px;
}

ul.listBox li:before {
    content: '\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    left: -16px;
    top: 3px;
    color: #fdb723;
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-title {
    font-size: 22px;
    line-height: 27px;
}
.service-wrapper.service-style-1 .service-inner .service-icon img {
    width: 80px;
}
.service-wrapper.service-style-1 .bg-icon img {
    width: 100px;
}
.visionMission {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #fdb723;
    border-radius: 10px;
    min-height: 225px;
}

.visionMission:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #fdb723;
    border-radius: 10px;
    z-index: -1;
}

.visionMission h3, .coreValues h3 {
    color: #002e36;
}

.imageBox {
    position: relative;
    display: block;
    width: 80px;
    text-align: center;
    margin: 30px auto;
    box-shadow: 0 0 5px 5px rgb(175 170 170 / 50%);
    border-radius: 50%;
    margin-right: auto;
    margin-left: 20%;
}

.imageBox img {
    width: 80px;
    padding: 10px;
}

.imageBox + .imageBox {
    margin-left: auto;
    margin-right: 20%;
}
.newBg{
  background: #f6eee7;
}
.coreImg {
    position: relative;
    padding-left: 20%;
}
.textWhite {
    color: #fff !important;
}
.inner-header p {
    color: #fff;
    font-size: 25px;
}

.list-wrapper .list.keyFeature li {
    padding-left: 25px;
    vertical-align: top;
    align-items: flex-start;
    padding-bottom: 10px;
    flex-direction: column;
    position: relative;
    gap: 1px;
}

.list-wrapper .list.keyFeature li img {
    margin-left: -25px;
    width: 20px;
}

.list-wrapper .list.keyFeature li span {
    display: block;
    font-weight: 600;
}
.list-wrapper .list.keyFeature li:before {
    content: '\f192';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 2px;
    left: 0;
    color: #fdb723;
    font-size: 14px;
}

.technologyBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    border: 1px solid #fdb72345;
    border-radius: 10px;
    margin-bottom: 30px;
}

.technologyBox:before {
    content: '';
    position: absolute;
    left: 3px;
    right: 3px;
    top: 0;
    bottom: 3px;
    margin: -4px;
    z-index: -1;
    opacity: 0;
    border-radius: inherit;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, #fdb723, #fff8f2);
}

.technologyBox h5 {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    margin-top: 10px;
}

.technologyBox p {
    margin: 0;
}


.technologyBox:hover:before {
    opacity: 1;
}

.customFaq.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding: 15px 20px;
}

.customFaq.accordion .accordion-item .accordion-collapse .accordion-body {
    background-color: #002e36;
    padding: 15px 15px;
    color: #e9e9e9;
}
a.btn.whiteBtn {
    border-color: #fff;
    color: #fff;
}

a.btn.whiteBtn:after {
    border-color: #fff;
}

a.btn.whiteBtn span {
    color: #fff;
}

a.btn.whiteBtn svg path {
    stroke: #fff;
}
p.textClr {
    color: #000000;
}
.location-items.customLocation {
    gap: 15px;
}
.location-items.customLocation .location-wrapper {
    align-items: flex-start;
}
.location-items.customLocation .location-wrapper .city-location .location-item {
    color: #e5e5e5;
}
.location-items.customLocation .location-wrapper.p-0 {
    padding: 0;
    border: none;
}
.socialIcon {
    position: relative;
}

.socialIcon ul {
    position: relative;
    display: flex;
    padding: 0;
    gap: 10px;
    list-style: none;
}
.socialIcon ul a {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    background: #fdb723;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
.site-footer.footer-dark .footer-copyright a img {
    height: 20px;
}
.form-group.checkboxDa {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 46%;
}
.form-group.checkboxDa input {
    width: 25px;
    height: 26px;
    padding: 0;
    display: inline-block;
    margin: 0 10px 0 0;
}
.form-group.checkboxDa input:checked {
    background: #fdb723;
}
.form-group.checkboxDa label {
    color: #fff;
    font-size: 16px;
}
label.inTitle {
    display: block;
    color: #fff;
    margin-bottom: 15px;
}
form.form-style-border select.form-control option {background: #eee;}
span.compName {
    font-weight: 800;
    color: #fdb723;
}
.widget-address-info ul.address-info-list.socialLink li {flex-direction: column;display: inline-flex;margin: 0;width: 40px;height: 40px;background: #fdb723;text-align: center;line-height: 40px;border-radius: 50%;margin: 0 6px; animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;}
.widget-address-info ul.address-info-list.socialLink li a:hover {
    color: #fff;
}
form.contact-form.bookACall {
    background: #eee;
    padding: 30px 10px;
    border-radius: 12px;
    box-shadow: 0 0 12px 6px rgb(66 66 66 / 39%);
}
form.contact-form.bookACall .form-control {
    border-color: #002e36;
    color: #333;
}

form.contact-form.bookACall .form-control::placeholder {
    color: #333;
}
form.contact-form.bookACall label.inTitle, form.contact-form.bookACall .form-group.checkboxDa label {
    color: #333;
}
.serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover {
    background: #fdb723;
}
.serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .item-inner > * {opacity: 1;color: #fff;}
.serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item {
    padding: 10px;
    background: #fcf1e6;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 6px double #142247;
}
.serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item h3.case-studies-title .service-icon {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 5px 5px rgb(33 33 33 / 15%);
    padding: 15px;
    margin-left: -110px;
    position: relative;
}
.serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {width: calc(100% - 35% - 20px); color: #333;}
.serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item h3.case-studies-title {width: 35%;padding-left: 110px;text-align: left;}
#google_translate_element {
    position: absolute;
    top: 5px;
    right: 81px;
}
#google_translate_element .goog-te-gadget-simple {
    background: transparent;
    border: none;
}
.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .item-inner>* {
    opacity: 1 !important;
}
a.btn-arrow.backBtn {
    transform: rotateZ(180deg);
    margin: 0 auto;
}

section.contactForm .section-title p {
    color: #333;
}
section.contactForm form.form-style-border .form-control {
    border: 1px solid rgb(2 48 59);
    color: #333;
}
section.contactForm form.form-style-border .form-control::placeholder {
    color: #727272;
}
form.form-style-border button.btn {
    height: auto;
    border-radius: 12px;
    display: block;
}
form.form-style-border button.btn::after {
    border-radius: 12px;
}
form.form-style-border.bookACall button.btn,form.form-style-border.bookACall button.btn:after {
    border-color: #fdb723;
}
form.form-style-border.bookACall button.btn span, form.form-style-border.bookACall button.btn svg path {
    color: #fdb723;
    stroke: #fdb723;
}
.stickyBtn {
    position: fixed;
    display: block;
    width: 51px;
    height: 51px;
    background: #fdb723;
    border-radius: 50%;
    text-align: center;
    bottom: 15px;
    left: 15px;
    z-index: 999;
    animation: blinker 1s linear infinite;
}
.stickyBtn .phonering-alo-ph-img-circle {
  width: 45px;
  height: 45px;
  top: 3px;
  left: 3px;
  position: absolute;
  background: #00473e url('../images/whatsapp-new.png') no-repeat center center;
  border-radius: 100% !important;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 60%;
}
.widget-address-info ul.address-info-list li .info a {
    display: block;
}
form.form-style-border.bookACall button.btn span, form.form-style-border.bookACall button.btn svg path {
    color: #fff;
    stroke: #fff;
}
form.form-style-border.bookACall .attract-hover {
    display: block;
}
form.form-style-border.bookACall button.btn.whiteBtn {
    margin: auto;
}
form.form-style-border button.btn {
    margin: auto;
}

form.form-style-border button.btn span, form.form-style-border button.btn svg path {
    color: #fff;
    stroke: #fff;
}
form.form-style-border button.btn:hover span, form.form-style-border button.btn:hover svg path {
    color: #333;
    stroke: #333;
}
form.form-style-border.bookACall button.btn:hover span, form.form-style-border.bookACall button.btn:hover svg path {
    color: #fff;
    stroke: #fff;
}

form.form-style-border .attract-hover {
    display: block;
}
.section-title p.darkClr {
    color: #333;
}
header.header.header-default.header-sticky.header-absolute #google_translate_element .goog-te-gadget-simple a {
    color: #fff;
}
header.header.header-default.header-sticky #google_translate_element .goog-te-gadget-simple a {
    color: #333;
}
i.fab.fa-facebook-f {
    color: #3B5998;
}
i.fab.fa-linkedin {
    color: #0077B5;
}
i.fab.fa-whatsapp {
    color: #075e54;
}
i.fab.fa-instagram {
    color: #c13584;
}
section.space-ptb.z-index-2.contactForm h2.title {
    text-transform: unset;
}
.location-items.customLocation .location-wrapper .city-location .location-item a:hover {
    color: #fff;
}
.main-menu-offcanvas .offcanvas-body .contact-info .mail {
    white-space: pre-wrap;
    word-wrap: break-word;
    display: block;
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}
.main-banner-1 .banner-content a.btn {
    margin: auto;
}
form.contact-form.bookACall label.inTitle {
    font-weight: 600;
}
form.contact-form.bookACall .dorpDownB {
    position: relative;
}

form.contact-form.bookACall .dorpDownB i {
    position: absolute;
    top: 16px;
    right: 30px;
}
@media (max-width: 1199px) {
  .widget ul.address-info-list.address-info-2 {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .widget ul.address-info-list.address-info-2 {
    margin-bottom: 50px;
    flex-wrap: nowrap;
  }
}

@media (max-width: 767px) {
  .sidebar .widget:not(:last-child) {
    margin-bottom: 50px;
  }
  /*-----------------------*/
  /* Widget Socail */
  /*-----------------------*/
  .widget-socail .socail-icon {
    flex-direction: inherit;
  }
  .widget-socail .socail-icon li {
    flex: 2;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .widget-socail .socail-icon li a {
    padding: 30px 0;
    font-size: 0;
  }
  .widget-socail .socail-icon li a i {
    opacity: 1;
    font-size: 35px;
    position: relative;
    visibility: visible;
    color: #D4D6D7;
  }
  .widget-socail .socail-icon li a:hover i, .widget-socail .socail-icon li a:focus i {
    color: #ffffff;
  }
  .widget-socail .socail-icon li:last-child {
    border-right: none;
  }
  .widget-socail.social-horizontal .socail-icon li {
    padding: 30px 0;
    font-size: 0;
  }
  .widget-socail.social-horizontal .socail-icon li i {
    opacity: 1;
    font-size: 35px;
    position: relative;
    visibility: visible;
  }
  .sidebar .widget {
    padding: 30px 20px;
  }
  .coreImg {
      padding: 0;
  }
  .coreImg img {
      width: 80%;
      margin: auto;
      display: block;
  }
  .history-wrapper .history-year-sm {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .coreValues {
    padding: 0 15px;
  }
  .visionMission {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .inner-header .title {
    font-size: 26px;
    line-height: 32px;
  }
  #google_translate_element {
    position: absolute;
    top: 5px;
    right: 28px;
  }
  .case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-title {
    width: 100%;
  }
  .serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item h3.case-studies-title {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item h3.case-studies-title .service-icon {
      display: block;
      margin: 0 auto 15px;
  }

  .serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item .case-studies-description {
      width: 100%;
  }

  .serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item:hover .item-inner .case-studies-action a.btn-arrow,
  .serBox.case-studies-wrapper.case-studies-style-2 .case-studies-item .item-inner .case-studies-action a.btn-arrow{
      margin: auto;
  }
  .list-wrapper .list.keyFeature li {
    width: 100%;
  }
  .main-menu-offcanvas .offcanvas-body .contact-info .mail {
    font-size: 14px;
    }
    
    .main-menu-offcanvas .offcanvas-body .contact-info .mail i.fa-regular.fa-envelope {
        margin-right: 7px;
    }
    .cookie-box .btng {
        display: flex;
        gap: 5px;
    }
    .site-footer .widget-menu ul.list-col-2 li:nth-child(4) {
        order: 5;
    }
}

@media (max-width: 575px) {
  .sidebar .widget:not(:last-child) {
    margin-bottom: 40px;
  }
  /*-----------------------*/
  /* Recent Post */
  /*-----------------------*/
  .widget-recent-posts .recent-posts .posts-img {
    width: 70px;
    flex: 0 0 70px;
  }
  .widget-recent-posts .recent-posts .post-info .post-title {
    font-size: 16px;
  }
  /*-----------------------*/
  /* Widget Socail */
  /*-----------------------*/
  .widget-socail .socail-icon li a i,
  .widget-socail.social-horizontal .socail-icon li i {
    font-size: 26px;
  }
  .widget ul.address-info-list.address-info-2 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.cookie-box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  display: none;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 9999;
  font-size: 14px;
}

.cookie-box button {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}.cookie-box p {
    width: calc(100% - 170px);
}
@media (max-width: 767px) {
    .cookie-box p {
        width: 100%;
    }
    .cookie-box {
        flex-direction: column;
        text-align: justify;
    }
    .col-md-4.lenis-scroll-disable,.col-md-6.lenis-scroll-disable {
        margin-bottom: 30px;
    }
    section.space-pt.homAbt .section-title .title {
        font-size: 26px;
        text-align: center;
    }
    
    section.space-pt.homAbt img.img-fluid {
        margin: 0  auto !important;
        display: block;
        text-align: center;
        width: 100%;
    }
}