.title-s1 {
  font-size: 30px;
  margin: 0 0 30px;
}

.sticky-logo {
  position: absolute;
  width: 150px;
  top: 9px;
}

.sticky-logo a {
  display: block;
  /* background: #fff; */
  /* border-radius: 14px 14px 0 0; */
  width: 80%;
}

.sticky-logo a img {
  width: 70%;
  /* border-radius: 14px 14px 0 0; */
}

.header-3.sticky .sticky-logo a img,
.header-3.sticky .sticky-logo p {
  width: 70%;
}

.header-left {
  padding-left: 200px;
}

/* .home-form-section {
background-color: #f7f7f7; }*/



.tc-footer-st1 {
  position: relative;
  background-color: #000000;
  color: rgb(177 191 0 / 18%);
  padding: 50px 0;
}

.tc-footer-st1 .container {

  position: relative;

  z-index: 20;

}

.tc-footer-st1 .foot-title {
  position: relative;
  font-size: 17px;
  /* -webkit-padding-start: 80px;
  padding-inline-start: 80px; */
  margin-bottom: 30px;
  color: #FFF;
}

.tc-footer-st1 .foot-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #b2bf00;
  margin-bottom: 30px;
  display: none;
}

.tc-footer-st1 a:hover {

  color: var(--cr-blue1);

}

.tc-footer-st1 .links {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}

.tc-footer-st1 .links li {

  width: 50%;

}

.tc-footer-st1 .links a {
  /* font-size: 21px; */
  font-weight: 300;
  margin: 20px 0;
  color: #d5d5d5;
  display: block;
}

.tc-footer-st1 h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  color: #FFF;
}

.tc-footer-st1 h2 span {
  color: #b2bf00;
  display: block;
}

.tc-footer-st1 p {

  color: #d5d5d5;

  /* text-transform: capitalize; */
  font-size: 13px;
}

.tc-footer-st1 h3 {

  position: relative;

  margin-top: 15px;

}

.tc-footer-st1 h3 a {

  font-size: 35px;

  color: #ffffff;

  /* -webkit-text-stroke: 1px #ffffffb7; */

}

.tc-footer-st1 h3::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#101828), to(#10182822));
  background-image: linear-gradient(to left, #000000, #3b3b3b00);
  z-index: 10;
  pointer-events: none;
}

.tc-footer-st1 .newsletter h5 {

  font-size: 16px;

  color: #9B9EA5;

  margin-top: 0px;

  font-weight: 500;

  line-height: 1.6;

}

.tc-footer-st1 .form-group {

  margin-top: 30px;

}

.tc-footer-st1 .form-group .input-content {

  position: relative;

}

.tc-footer-st1 .form-group .input-content .icon {

  position: absolute;

  left: 15px;

  top: 15px;

  color: var(--cr-blue1);

}

.tc-footer-st1 .form-group .input-content .form-control {

  border: 1px solid #fff3;

  border-radius: 8px;

  background-color: transparent;

  color: #fff;

  padding: 15px 40px;

  font-weight: 400;

}

.tc-footer-st1 .form-group .input-content .form-control::-webkit-input-placeholder {

  color: #fff5;

}

.tc-footer-st1 .form-group .input-content .form-control::-moz-placeholder {

  color: #fff5;

}

.tc-footer-st1 .form-group .input-content .form-control:-ms-input-placeholder {

  color: #fff5;

}

.tc-footer-st1 .form-group .input-content .form-control::-ms-input-placeholder {

  color: #fff5;

}

.tc-footer-st1 .form-group .input-content .form-control::placeholder {

  color: #fff5;

}

.tc-footer-st1 .social-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 100%;
  padding: 60px 0;
  -webkit-border-end: 1px solid var(--cr-blue1);
  border-inline-end: 1px solid #b2bf00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

.tc-footer-st1 .social-content * {

  color: #fff;

}

.tc-footer-st1 .social-content .social-icons {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0px 50px 0;
}

.tc-footer-st1 .social-content .social-icons a {

  display: block;

  width: -webkit-max-content;

  width: -moz-max-content;

  width: max-content;

  -webkit-transform: rotate(-90deg);

  transform: rotate(-90deg);

  opacity: 0.5;

  -webkit-margin-before: 15px;

  margin-block-start: 15px;

}

.tc-footer-st1 .social-content .social-icons a:hover {

  opacity: 1;

  color: #fff;

}

.tc-footer-st1 .social-content .copy {

  -webkit-transform: rotate(-90deg) translateX(-50%);

  transform: rotate(-90deg) translateX(-50%);

  white-space: nowrap;

  font-size: 13px;

}

.tc-footer-st1 .back_top {

  position: absolute;

  bottom: 0;

  right: 0;

  width: 100px;

  height: 100px;

  border-radius: 50%;

  background-color: var(--cr-blue1);

  color: #fff;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  text-align: center;

  -webkit-transform: translate(50%, 50%);

  transform: translate(50%, 50%);

}

.tc-footer-st1 .back_top:hover {

  background-color: #fff;

}

.tc-footer-st1 .lines {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  pointer-events: none;
  display: none;
}

.tc-footer-st1 .lines span {

  height: 100%;

  width: 1px;

  background-image: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), color-stop(#EBEBEB44), to(#EBEBEB11));

  background-image: linear-gradient(to bottom, #EBEBEB, #EBEBEB44, #EBEBEB11);

  opacity: 0.1;

}

.tc-footer-st1 .circle {

  position: absolute;

  right: 0;

  bottom: 30px;

  width: 250px;

  max-width: 30%;

  pointer-events: none;

}



@media screen and (max-width: 991px) {

  .tc-footer-st1 {
    padding: 60px 0 0;
    overflow: hidden;
  }

  .tc-footer-st1 .social-content {
    position: static;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-right: 0;
    border-top: 1px solid var(--cr-blue1);
    margin-top: -10px;
  }

  .tc-footer-st1 .social-content .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0px 0px 0;
  }

  .tc-footer-st1 .social-content .social-icons a {

    margin: 0 10px;

    -webkit-transform: rotate(0);

    transform: rotate(0);

  }

  .tc-footer-st1 .social-content .copy {

    -webkit-transform: rotate(0) translateX(0);

    transform: rotate(0) translateX(0);

    margin-bottom: 15px;

  }

  .tc-footer-st1 .back_top {

    display: none;

  }

  .tc-footer-st1 h2 {
    margin-bottom: 27px;
    font-size: 37px;
    line-height: 46px;
  }

}

.home-st1 {

  color: #101828;

}

.home-st1 h1,
.home-st1 h2,
.home-st1 h3,
.home-st1 h4,
.home-st1 h5,
.home-st1 h6 {

  font-weight: 600;

}

.home-st1 .section-head h6 {

  position: relative;

  font-size: 14px;

  font-weight: 500;

  color: var(--cr-blue1);

  -webkit-padding-start: 80px;

  padding-inline-start: 80px;

  margin-bottom: 20px;

  display: inline-block;

}

.home-st1 .section-head h6::before {

  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  width: 60px;

  height: 1px;

  background-color: var(--cr-blue1);

}

.home-st1 .section-head h2 {

  font-size: 45px;

  margin-bottom: 40px;

}

.home-st1 .section-head h2 span {

  display: block;

  color: #BFC5D1;

}

.home-st1 .section-head.text-center h6 {

  -webkit-padding-end: 80px;

  padding-inline-end: 80px;

}

.home-st1 .section-head.text-center h6::after {

  position: absolute;

  content: "";

  right: 0;

  top: 50%;

  width: 60px;

  height: 1px;

  background-color: var(--cr-blue1);

}



@media screen and (max-width: 991px) {

  .home-st1 br {

    display: none;

  }

  .home-st1 .fsz-50 {

    font-size: 30px !important;

  }

  .home-st1 .fsz-45 {

    font-size: 25px !important;

  }

  .home-st1 .fsz-40 {

    font-size: 25px !important;

  }

  .home-st1 .mb-90 {

    margin-bottom: 40px !important;

  }

  .home-st1 .fsz-30 {

    font-size: 18px !important;

  }

  .home-st1 .mb-50 {

    margin-bottom: 30px !important;

  }

  .home-st1 .mt-5 {

    margin-top: 2rem !important;

  }

  .home-st1 .section-head h2 {

    font-size: 35px;

  }

}

.bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  /* opacity: .9; */
  width: 100%;
  height: 100%;
}

.bg-shape .pt1 {
  position: absolute;
  bottom: 0;
  left: 0;
  /* opacity: .5; */
}

.bg-shape .pt2 {
  position: absolute;
  top: 0;
  right: 0;
}


.footer-contact {
  list-style: none;
  padding: 0px;
  margin: 23px 0 0;
}

.footer-contact li {
  margin: 0 0 11px;
  position: relative;
  padding: 0 0 0 30px;
  color: #d5d5d5;
  font-weight: 300;
  font-size: smaller;
}

.footer-contact li:first-child {
  padding: 0px;

}

.footer-contact li i {
  position: absolute;
  left: 0px;
  top: 3px;
  color: #b2bf00;
}

.footer-contact li a {
  color: #d5d5d5;
}

.service-card-items h3 {
  min-height: 55px;
  /* display: flex; */
  align-items: center;
}

.offcanvas__logo img {
  /* width: 43%; */
  width: 25%;
}

.main-slider .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}

.main-slider {
  position: relative;
  position: relative;
}

.main-slider .owl-nav {
  position: absolute;
  top: 39%;
  width: 100%
}

.owl-carousel.main-slider .owl-nav button.owl-next,
.owl-carousel.main-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border: none;
  background: #b2bf00;
}

.main-slider .owl-nav .owl-prev i,
.main-slider .owl-nav .owl-next i {
  font-size: 18px;
  color: #ffffff;
  line-height: 55px;
}

.main-slider .owl-nav .owl-prev {
  left: 10px;
}

.main-slider .owl-nav .owl-next {
  right: 10px;
}

.fa.fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  content: "?" !important;
  font-size: 1.2em !important;
  line-height: 31px;
}

.header-3.sticky .header-main .main-menu ul li a {
  color: #000;
}

.header-main .main-menu ul li {
  padding: 36px 0;
}

.header-3.sticky .header-right .sidebar__toggle {
  color: #000;
}

.gray-bg2 {
  background: #e9e9e9;
}

/* Custom Styles for Tabs */
.adall-tabs .nav-tabs {
  justify-content: center;
  /* Center align the tabs */
  margin: 30px 0 20px;
  border: none;
}

.adall-tabs .nav-link {
  color: #000000;
  /* Custom tab link color */
  background: #d9d9d9;
  /* border+ra: ; */
  border-radius: 0px;
  border: none;
  margin: 0 8px 8px;
}

.adall-tabs .nav-link.active {
  background-color: #b2bf00;
  /* Active tab background color */
  color: white;
  /* Active tab text color */
  box-shadow: none;
  border: none;
}

.adall-tabs .nav-link:hover {
  background-color: #b2bf00;
  /* Hover color for tabs */
  color: white;
  /* Hover text color */
}

.adall-tabs .tab-pane img {
  width: 100%;
}

.planning-wrapper .planning-content .planning-items {
  padding: 22px 30px 22px 83px;
}

@media (max-width:992px) {
  .sticky-logo a img {
    width: 40px;
  }

  .text {
    font-size: 11px;
  }
}

.main-slider .owl-nav .owl-prev i,
.main-slider .owl-nav .owl-next i {
  font-size: 21px;
  line-height: 47px;
}

.owl-carousel.main-slider .owl-nav button.owl-next,
.owl-carousel.main-slider .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
}

.service-card-items {
  margin-top: 30px;
  /* padding: 11px 10px; */
}

.service-card-items .icon {
  margin-bottom: 9px;
}

.sticky {
  /* position: inherit !important; */
}

.planning-wrapper .planning-content .planning-items .number {
  display: none;
}

.planning-wrapper .planning-content .planning-items {
  padding: 22px 30px 22px 30px;
}

.cta-marketing-wrapper .thumb {
  display: none;
}

.cta-marketing-wrapper {
  margin: 0 0 50px;
}

.tc-footer-st1 h3 a {
  font-size: 28px;
}

.tc-footer-st1 .foot-title {
  margin-bottom: 10px;
}

.tc-footer-st1 .links a {
  font-size: 13px;
  margin: 8px 0;
}

.tc-footer-st1 .newsletter h5 {
  font-size: 16px;
  color: #b7b9be;
  /* margin-top: 38px; */
}

.hero-1 {
  padding: 60px 0;
}

.service-card-items h3 {
  font-size: 16px;
  line-height: 19px;
  display: block;
}

.service-card-items .service-thumb {
  margin-top: 0px;
  margin-bottom: 19px;
}

.main-slider .owl-nav {
  top: 48%;
}

.breadcrumb-wrapper {
  padding: 150px 0 50px;
}

}

.item {
  position: relative;
  /* Essential for positioning the heading relative to the slide */
}

.slider-heading {
  position: absolute;
  top: 45vh;
  /* Adjust position as needed (e.g., top, bottom, left, right) */
  color: white !important;
  /* Choose a color that stands out against the image */
  /* Optional: adds a semi-transparent background */
  padding: 10px;
  /* Add other styling like font-size, margin, etc. */
  width: 100%;
}

.slider-heading h4 {
  margin: 0;
  /* Remove default margin for the heading */
  color: white;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 137%;
  text-shadow:
    2px 0 black;
}

.slider-heading h4 span {
  padding: 15px;
  background-color: rgba(154, 154, 154, 0.5);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b2bf00;
  /* Or your background color/image */
  z-index: 999999999;
  /* Ensures it's on top */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style your spinner/animation inside #preloader */
.loader {
  /* Example spinner */
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#content {
  display: none;
}

.tc-footer-st1 .newsletter h6.foot-title {
  display: none;
}

.social-icons {
  margin-top: 30px;
}

.social-icons a {
  /* padding: 5px 5px 0;
    background: #b1bf00;
    color: #fff;
    vertical-align: middle;
    margin-right: 15px; */
  width: 45px;
  height: 45px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  display: block;
  /* background: transparent; */
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  float: left;

}

.social-icons a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.f-w-5{font-weight: 500;}