@import url("../../css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url('../../css/fancybox.css');
@import url('../../css/swiper.css');
@import url('dark.css');

:root {
  --primary-color: #141741;
  --primary-black-color: #1F1F1F;
  --gray-color: #F0F2F4;
}

.sub-heading {
  background-color: rgb(237 239 254);
  color: var(--heading-color);
}

.primary-bg {
  background-color: var(--primary-color);
}

.primary-black-bg {
  background-color: var(--primary-black-color);
}

ul.ratings li {
  display: inline-block;
}

.form-check .form-check-input:focus {
  box-shadow: inherit;
  border-color: transparent;
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: transparent;
}

.theme-btn.style-one {
  font-weight: 700;
  font-size: 16px;
  padding: 22px 40px;
  transition: 0.3s;
}

.theme-btn.style-one:hover {
  background-color: rgb(136 28 130);
  color: var(--white-color);
}

.hero-sb {
  padding: 225px 0px 95px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sb {
    padding: 195px 0px 95px;
  }
}

@media screen and (max-width: 991px) {
  .hero-sb {
    padding: 180px 0px 60px;
  }
}

.hero-sb .hero-content {
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-sb .hero-content {
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sb .hero-content {
    text-align: center;
  }
}

.hero-sb .hero-content .sub-heading {
  border-color: rgb(68 91 241 / 10%);
  margin-bottom: 25px;
}

.hero-sb .hero-content h1 {
  font-size: 120px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
}

.hero-sb .hero-content h1 span {
  display: block;
}

.hero-sb .hero-content h1 span.light {
  font-weight: 200;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-sb .hero-content h1 {
    font-size: 90px;
  }

  .hero-sb {
    padding-top: 205px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sb .hero-content h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 991px) {
  .hero-sb .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-sb .hero-content h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}

.hero-sb .hero-content p {
  margin-bottom: 35px;
}

.hero-sb .hero-content p span {
  font-weight: 600;
  color: var(--heading-color);
  display: inline;
}

@media screen and (max-width: 991px) {
  .hero-sb .hero-content p {
    margin: 0px auto 35px;
    max-width: 570px;
    font-size: 15px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sb .hero-content p {
    margin: 0px auto 35px;
    max-width: 570px;
  }
}

.hero-sb .hero-content .theme-btn {
  margin-bottom: 70px;
}

.hero-sb .hero-content .hero-image {
  position: absolute;
  top: 68%;
  right: 0px;
  width: 851px;
  height: 501px;
  z-index: 1;
  --border-width: 8px;
  /* Border kalınlığını buradan ayarlayabilirsin */
  padding: var(--border-width);
  display: inline-block;
  border-radius: 4px;
  /* İstersen köşeleri hafif yuvarlayabilirsin */

  /* Renklerin keskin geçişli ve eşit dağılması için conic-gradient */
  /* background: conic-gradient(#34b7e1 0% 14.28%,
      #1676bc 14.28% 28.56%,
      #00a19c 28.56% 42.84%,
      #871c81 42.84% 57.12%,
      #8d045c 57.12% 71.4%,
      #e73625 71.4% 85.68%,
      #f39219 85.68% 100%); */
  border-radius: 16px;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .hero-sb .hero-content .hero-image {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin: 0px auto;
  }
}

@media (max-width: 767px) {
  .hero-sb .hero-content .hero-image {
    width: 100%;
    height: 400px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-sb .hero-content .hero-image {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    margin: 0px auto;
  }
}

.hero-sb .hero-content .hero-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-sb .hero-content .hero-image {
    width: 605px;
    height: 440px;
    top: 60%;
  }
}

.what-we-sb {
  border-radius: 50px;
  margin: 0px 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .what-we-sb {
    margin: 0px 15px;
  }
}

.about-sb .experience-box {
  display: flex;
}

.about-sb .experience-box .number {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  color: var(--heading-color);
  letter-spacing: -2px;
  line-height: 1;
  margin-right: 20px;
  font-size: 68px;
}

.about-sb .experience-box .duration {
  padding: 25px 40px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  line-height: 27px;
}

.about-sb .section-content-box {
  max-width: 475px;
}

.about-sb .section-content-box ul.check-list {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .about-sb .section-content-box ul.check-list {
    margin-bottom: 20px;
  }
}

.core-features-sb {
  background-color: var(--gray-color);
}

@media (max-width: 767px) {
  .core-features-sb {
    border-radius: 15px;
    margin: 0px 10px;
  }
}

.case-study-sb .case-slider {
  margin-right: -50%;
}

.case-study-sb .case-slider .slick-slide {
  margin-right: 30px;
}

.key-features-sb {
  border-radius: 50px;
  margin: 0px 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .key-features-sb {
    border-radius: 15px;
    margin: 0px 10px;
  }
}

.key-features-sb .section-image-box {
  position: relative;
  max-width: 630px;
  min-height: 445px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .key-features-sb .section-image-box {
    margin: 0px auto 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .key-features-sb .section-image-box {
    margin: 0px auto 50px;
  }
}

.key-features-sb .section-image-box .sasly-img_two {
  margin-top: 50px;
}

.key-features-sb .section-image-box .sasly-img img {
  width: 100%;
  border-radius: 10px;
}

.key-features-sb .section-image-box .company-box {
  position: absolute;
  bottom: 0px;
  left: 20%;
  max-width: 270px;
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 40px 30px 30px;
  text-align: center;
}

.key-features-sb .section-image-box .company-box .content img {
  margin-bottom: 28px;
}

.key-features-sb .section-image-box .company-box .content h5 {
  padding-top: 30px;
  border-top: 1px solid var(--white-color);
  color: var(--white-color);
  letter-spacing: -0.6px;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .key-features-sb .sasly-iconic-box {
    margin: 0px auto 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .key-features-sb .sasly-iconic-box {
    margin: 0px auto 30px;
  }
}

.testimonial-sb .testimonial-arrows {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .testimonial-sb .testimonial-arrows {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.testimonial-sb .testimonial-arrows .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: var(--gray-color);
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s ease-out;
}

.testimonial-sb .testimonial-arrows .slick-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.testimonial-sb .testimonial-arrows .slick-arrow.next {
  margin-left: 10px;
}

.testimonial-sb .sasly-rating-box {
  padding: 20px 50px 50px;
  border-radius: 10px;
}

.testimonial-sb .sasly-rating-box .author-box {
  text-align: center;
}

.company-sb {
  border-top: 1px solid rgba(31, 31, 31, 0.07);
  border-bottom: 1px solid rgba(31, 31, 31, 0.07);
  background-color: var(--white-color);
}

.company-sb .company-item {
  cursor: pointer;
}

.company-sb .company-item .company-img {
  text-align: center;
}

.company-sb .company-item .company-img img {
  margin: 0px auto;
}

.cta-sb::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(rgba(31, 31, 31, 0.3) 25.89%, rgb(31, 31, 31) 92.7%);
}

@media screen and (max-width: 991px) {
  .cta-sb .section-content-box {
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-sb .section-content-box {
    text-align: center;
  }
}

.business-footer {
  color: rgb(184, 184, 184);
}

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

.business-footer .footer-widget .footer-content p a:hover {
  color: var(--primary-color);
}

.business-footer .footer-widget .footer-content .social-link li {
  display: inline-block;
}

.business-footer .footer-widget .footer-content .social-link li:not(:last-child) {
  margin-right: 5px;
}

.business-footer .footer-widget .footer-content .social-link a {
  color: var(--white-color);
  background-color: rgb(42, 42, 42);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.business-footer .footer-widget .footer-content .social-link a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.business-footer .footer-widget .footer-content ul li a:hover {
  color: var(--primary-color);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control {
  color: rgba(187, 187, 187, 0.733);
  background-color: var(--primary-black-color);
  border: 1.2px solid rgba(255, 255, 255, 0.1);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control::-webkit-input-placeholder {
  color: rgba(187, 187, 187, 0.733);
}

.business-footer .footer-newsletter-widget .footer-content .form-group .form_control::placeholder {
  color: rgba(187, 187, 187, 0.733);
}

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

.page-hero-ss {
  padding: 275px 0px 40px;
}

@media screen and (max-width: 991px) {
  .page-hero-ss {
    padding: 200px 0px 130px;
  }
}

@media (max-width: 575px) {
  .page-hero-ss {
    padding: 165px 0px 40px;
  }
}

.error-page {
  padding: 275px 0px 130px;
}

.about-page-ss .sasly-image-box img {
  border-radius: 10px;
}

.about-page-ss .section-title {
  padding-left: 110px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-page-ss .section-title {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .about-page-ss .section-title {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .about-page-ss .section-title {
    padding-left: 0px;
  }
}

.about-page-ss .section-title h2 {
  letter-spacing: -1.04px;
}

@media (max-width: 767px) {
  .about-page-ss .section-title h2 {
    font-size: 20px;
    line-height: 35px;
  }
}

.about-page-ss .section-content-box {
  padding-left: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-page-ss .section-content-box {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .about-page-ss .section-content-box {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .about-page-ss .section-content-box {
    padding-left: 0px;
  }
}

.about-page-ss .section-content-box .experience-box {
  display: flex;
}

@media (max-width: 575px) {
  .about-page-ss .section-content-box .experience-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.about-page-ss .section-content-box .experience-box .number {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  color: var(--heading-color);
  letter-spacing: -2px;
  line-height: 1;
  margin-right: 20px;
}

@media (max-width: 767px) {
  .about-page-ss .section-content-box .experience-box .number {
    margin-bottom: 20px;
  }
}

.about-page-ss .section-content-box .experience-box .duration {
  padding: 25px 40px;
  border: 1px solid var(--border-color);
  border-radius: 30px;
  line-height: 27px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .about-page-ss .section-content-box .experience-box .duration {
    padding: 25px 20px;
  }
}

.why-choose-sel {
  position: relative;
  z-index: 1;
}

.why-choose-sel .choose-bg-left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background-color: var(--primary-black-color);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .why-choose-sel .choose-bg-left {
    display: none;
  }
}

.why-choose-sel .choose-bg-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .why-choose-sel .choose-bg-right {
    width: 100%;
  }
}

.why-choose-sel .choose-bg-right::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 991px) {
  .why-choose-sel .section-content-box {
    text-align: center;
  }
}

.why-choose-sel .section-content-box .section-title {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .why-choose-sel .section-content-box .section-title {
    margin-bottom: 50px;
  }
}

.why-choose-sel .section-content-box>p {
  margin-bottom: 40px;
  color: var(--white-color);
}

.why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
  margin-left: auto;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .why-choose-sel .section-content-box .sasly-iconic-box.style-seven {
    margin: 0px auto 20px;
  }
}

.what-we-ss {
  border-radius: 50px;
  margin: 0px 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .what-we-ss {
    border-radius: 20px;
    margin: 0px 10px;
  }
}

.company-ss {
  border-top: 1px solid rgba(31, 31, 31, 0.07);
  border-bottom: 1px solid rgba(31, 31, 31, 0.07);
  background-color: var(--white-color);
}

.company-ss .company-item .company-img {
  text-align: center;
}

.company-ss .company-item .company-img img {
  margin: 0px auto;
}

.testimonial-page-ss .testimonial-arrows {
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .testimonial-page-ss .testimonial-arrows {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

.testimonial-page-ss .testimonial-arrows .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: var(--gray-color);
  z-index: 1;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.testimonial-page-ss .testimonial-arrows .slick-arrow:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.testimonial-page-ss .testimonial-arrows .slick-arrow.next {
  margin-left: 10px;
}

.page-banner-ss .sasly-image-box img {
  border-radius: 10px;
}

.project-details-ss .project-thumbnail .thumbnail {
  position: relative;
}

.project-details-ss .project-thumbnail .thumbnail img {
  border-radius: 7px;
  min-height: 550px;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail img {
    min-height: 20px;
  }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: var(--primary-color);
  max-width: 400px;
  width: 100%;
  padding: 40px 50px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .project-details-ss .project-thumbnail .thumbnail .project-info-box {
    padding: 20px 30px;
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-top: 40px;
  }
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box h4.title {
  letter-spacing: -0.48px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li {
  display: block;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span {
  font: 500 16px var(--heading-font);
  color: var(--white-color);
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.36px;
}

.project-details-ss .project-thumbnail .thumbnail .project-info-box ul li span.info {
  float: right;
}

.project-details-ss .project-content .content h3.title {
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -1.04px;
  margin-bottom: 33px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .project-details-ss .project-content .content h3.title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 40px;
  }
}

.project-details-ss .project-content .content p {
  margin-bottom: 40px;
}

.project-details-ss .project-content .content ul {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .project-details-ss .project-content .content ul {
    margin-bottom: 30px;
  }
}

.project-details-ss .project-content .content h5 {
  margin-bottom: 10px;
}

.project-details-ss .project-content .content .block-image img {
  border-radius: 7px;
}

.pricing-page-ss .sasly-image-box img {
  border-radius: 7px;
}

.faqs-page-ss .sasly-image-box img {
  border-radius: 7px;
}

.sasly-nav-tabs .nav-tabs {
  border-bottom: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.sasly-nav-tabs li {
  display: block;
}

.sasly-nav-tabs .nav-link {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  padding: 8px 25px;
  letter-spacing: -0.36px;
  font: 600 18px var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 10px;
}

.sasly-nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.services-page-ss .sasly-image-box img {
  border-radius: 7px;
}

.services-page-ss .sasly-card-item.style-one .thumbnail {
  max-height: 215px;
}

.service-details-page-ss .service-details-wrapper .sasly-image-box img {
  border-radius: 10px;
}

.service-details-page-ss .service-details-wrapper .service-content h3.title {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .service-details-page-ss .service-details-wrapper .service-content h3.title {
    font-size: 27px;
    line-height: 1.4;
  }
}

.service-details-page-ss .service-details-wrapper .service-content h5 {
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}

.service-details-page-ss .service-details-wrapper .service-content img {
  border-radius: 7px;
  margin-bottom: 35px;
}

.service-details-page-ss .service-details-wrapper .service-content p {
  margin-bottom: 40px;
}

.service-details-page-ss .service-details-wrapper .service-content ul.check-list {
  margin-bottom: 40px;
}

.service-details-page-ss .service-details-wrapper .service-content h4 {
  margin-bottom: 20px;
}

.team-page-ss .sasly-image-box img {
  border-radius: 7px;
}

.team-page-ss .section-content-box .icon {
  margin-bottom: 20px;
}

.feature-page-ss {
  display: flex;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .feature-page-ss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.feature-page-ss .feature-left-wrapper {
  width: 50%;
  height: 970px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .feature-page-ss .feature-left-wrapper {
    width: 100%;
  }
}

.feature-page-ss .features-right-wrapper {
  width: 50%;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .feature-page-ss .features-right-wrapper {
    width: 100%;
  }
}

.feature-page-ss .sasly-card-item {
  padding: 70px;
  background-color: var(--primary-black-color);
}

.feature-page-ss .sasly-card-item .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 35px;
}

.feature-page-ss .sasly-card-item .content h4.title {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: var(--white-color);
  letter-spacing: -0.48px;
  margin-bottom: 45px;
}

.feature-page-ss .sasly-card-item .content .arrow {
  margin-bottom: 60px;
}

.feature-page-ss .sasly-card-item .content .author-box .author-list li img {
  border: none;
}

.feature-page-ss .sasly-card-item .content .author-box .author-list li .add-author-btn {
  background-color: var(--primary-color);
}

.feature-page-ss .sasly-image-box img {
  width: 100%;
  height: 485px;
}

.feature-page-ss .sasly-rating-box {
  padding: 40px 50px 70px;
}

.feature-page-ss .sasly-rating-box .text-box {
  padding-bottom: 36px;
  margin-bottom: 43px;
}

.faq-page-ss .section-content-box>p {
  margin-bottom: 30px;
}

.team-details-page .team-details-wrapper .team-item .member-image {
  margin-bottom: 30px;
}

.team-details-page .team-details-wrapper .team-item .member-image img {
  border-radius: 7px;
}

.team-details-page .team-details-wrapper .item h5.title {
  margin-bottom: 15px;
}

.team-details-page .team-details-wrapper .item p:hover a {
  color: var(--heading-color);
  font-weight: 600;
}

.team-details-page .team-details-wrapper .sasly-item {
  display: flex;
  max-width: 520px;
}

.team-details-page .team-details-wrapper .sasly-item .icon {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 40px;
  color: var(--primary-color);
  font-size: 40px;
  margin-right: 30px;
}

.team-details-page .team-details-wrapper .sasly-item .content h5 {
  margin-bottom: 5px;
}

.team-details-page .team-details-wrapper .progress-item .progress-title {
  margin-bottom: 15px;
}

.team-details-page .team-details-wrapper .progress-item .progress-title h6 span {
  float: right;
}

.team-details-page .team-details-wrapper .progress-item .progress {
  background-color: rgba(241, 79, 68, 0.2);
  height: 5px;
  border-radius: 0px;
}

.team-details-page .team-details-wrapper .progress-item .progress .progress-bar {
  height: 5px;
  background-color: var(--primary-color);
}

.team-details-page .team-details-wrapper .member-info-content {
  padding-left: 100px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .team-details-page .team-details-wrapper .member-info-content {
    padding-left: 40px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .team-details-page .team-details-wrapper .member-info-content {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .team-details-page .team-details-wrapper .member-info-content {
    padding-left: 0px;
  }
}

.team-details-page .team-details-wrapper .member-info-content .content-box>p {
  margin-bottom: 25px;
}

.team-details-page .team-details-wrapper .member-info-content .content-box h3.title {
  margin-bottom: 15px;
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper {
  padding: 40px 50px;
  background-color: rgb(254, 238, 237);
  border-radius: 7px;
}

@media (max-width: 767px) {
  .team-details-page .team-details-wrapper .member-info-content .contact-wrapper {
    padding: 30px 20px;
  }
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper p {
  margin-bottom: 30px;
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control {
  padding: 20px 30px;
  border-radius: 7px;
  background-color: var(--white-color);
  border: 1px solid transparent;
  margin-bottom: 15px;
  font: 600 18px var(--heading-font);
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control::-webkit-input-placeholder {
  color: var(--heading-color);
}

.team-details-page .team-details-wrapper .member-info-content .contact-wrapper .contact-form .form_control::placeholder {
  color: var(--heading-color);
}

.quantity-input {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid var(--border-color);
  width: 130px;
  padding: 14px 20px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
}

.quantity-input button {
  background-color: transparent;
}

.quantity-input input {
  width: 50px;
  border: none;
  text-align: center;
}

.product-sidebar-area {
  padding: 25px 30px 30px;
  border-radius: 7px;
  border: 1px solid rgba(31, 31, 31, 0.07);
  background-color: var(--white-color);
}

.product-sidebar-area .product-widget h4.widget-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}

.product-sidebar-area .product-widget.product-search-widget .form_control {
  border-radius: 7px;
  box-shadow: rgba(164, 164, 164, 0.25) 10px 4px 60px 0px;
  background-color: var(--white-color);
  border: none;
  padding: 15px 20px;
}

.product-sidebar-area .product-widget.product-search-widget .search-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  border: none;
  background-color: transparent;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list li:not(:last-child) {
  margin-bottom: 5px;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check {
  padding-left: 0px;
  margin-bottom: 0px;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check .form-check-input {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check .form-check-input:focus {
  box-shadow: inherit;
  border-color: transparent;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: transparent;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check-label {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.product-sidebar-area .product-widget.product-categories-widget .categories-list .form-check-label span {
  margin-left: auto;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .price-number {
  margin-top: 15px;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .price-number input {
  border: none;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-widget.ui-widget-content {
  border: none;
  background-color: rgba(241, 79, 68, 0.1);
  height: 3px;
  border-radius: 2.5px;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-widget-header {
  background-color: var(--primary-color);
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-slider .ui-slider-handle {
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color);
  border: none;
}

.product-sidebar-area .product-widget.product-price-filter-widget .widget-content .ui-slider .ui-slider-handle:focus {
  background-color: var(--primary-color);
  border: transparent;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content>ul>li:not(:last-child) {
  margin-bottom: 20px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-thumbnail {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-thumbnail img {
  width: 100%;
  border-radius: 7px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info ul.ratings {
  line-height: 1;
  margin-bottom: 7px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info ul.ratings li {
  font-size: 10px;
  color: rgb(255, 153, 0);
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info h4.title {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.36px;
  margin-bottom: 5px;
}

.product-sidebar-area .product-widget.product-recent-item-widget .widget-content .product-item .product-info h4.title:hover {
  color: var(--primary-color);
}

.product-sidebar-area .product-widget.product-tag-widget .widget-content a {
  padding: 10px 15px;
  border-radius: 7px;
  border: 1.2px solid rgba(31, 31, 31, 0.1);
  line-height: 1;
  margin-bottom: 10px;
  margin-right: 3px;
}

.product-sidebar-area .product-widget.product-tag-widget .widget-content a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

.product-sidebar-area .product-widget.product-banner-widget {
  background-color: var(--primary-color);
  padding: 30px 40px 40px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 400px;
}

.product-sidebar-area .product-widget.product-banner-widget .shape {
  position: absolute;
  z-index: -1;
}

.product-sidebar-area .product-widget.product-banner-widget .shape.shape-one {
  bottom: 0px;
  right: 0px;
}

.product-sidebar-area .product-widget.product-banner-widget .shape.shape-two {
  top: 18px;
  right: 30px;
}

.product-sidebar-area .product-widget.product-banner-widget .shape.shape-three {
  bottom: 19px;
  left: 19px;
}

.product-sidebar-area .product-widget.product-banner-widget .widget-content h4 {
  font-size: 22px;
  letter-spacing: -0.44px;
  color: var(--white-color);
  margin-bottom: 30px;
}

.product-sidebar-area .product-widget.product-banner-widget .widget-content .theme-btn.style-one {
  padding: 13px 21px;
  background-color: var(--white-color);
  color: var(--heading-color);
}

.product-wrapper .show-text {
  margin-bottom: 35px;
}

.product-wrapper .product-sorting .nice-select {
  padding: 4px 20px;
  border-radius: 7px;
  width: 230px;
  color: var(--heading-color);
  margin-bottom: 40px;
}

.product-wrapper .product-sorting .nice-select::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 4px;
  right: 20px;
}

@media (max-width: 767px) {
  .product-wrapper .product-sorting .nice-select {
    margin: 0px auto 40px;
    float: none;
  }
}

.shop-details-wrapper .product-gallery-slider .product-img {
  cursor: pointer;
}

.shop-details-wrapper .product-gallery-slider .product-img img {
  width: 100%;
  border-radius: 7px;
}

.shop-details-wrapper .product-gallery-slider .product-big-slider .product-img img {
  border-radius: 12px;
}

.shop-details-wrapper .product-gallery-slider .product-thumb-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.shop-details-wrapper .product-gallery-slider .product-thumb-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.shop-details-wrapper .product-info {
  padding-left: 80px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .shop-details-wrapper .product-info {
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-details-wrapper .product-info {
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .shop-details-wrapper .product-info {
    padding-left: 0px;
  }
}

.shop-details-wrapper .product-info ul.ratings {
  margin-bottom: 10px;
}

.shop-details-wrapper .product-info h4.title {
  font-size: 52px;
  line-height: 1;
  letter-spacing: -1.04px;
  margin-bottom: 12px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .shop-details-wrapper .product-info h4.title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .shop-details-wrapper .product-info h4.title {
    font-size: 30px;
    line-height: 45px;
  }
}

@media screen and (max-width: 991px) {
  .shop-details-wrapper .product-info h4.title {
    font-size: 24px;
    line-height: 35px;
  }
}

.shop-details-wrapper .product-info p.price {
  letter-spacing: -0.48px;
  line-height: 35px;
  margin-bottom: 30px;
}

.shop-details-wrapper .product-info p {
  margin-bottom: 30px;
}

.shop-details-wrapper .product-info .product-cart-variation {
  margin-bottom: 40px;
}

.shop-details-wrapper .product-info .product-cart-variation ul li {
  display: inline-block;
}

.shop-details-wrapper .product-info .product-cart-variation ul li .theme-btn {
  margin-left: 20px;
}

.shop-details-wrapper .product-info .product-cart-variation ul li .theme-btn.style-one {
  padding: 22px 53px;
  font-weight: 700;
  font-size: 16px;
}

.shop-details-wrapper .product-info .product-meta ul li {
  font-size: 22px;
  font-family: var(--heading-font);
  margin-bottom: 30px;
}

.shop-details-wrapper .product-info .product-meta ul li span {
  font-weight: 600;
  color: var(--heading-color);
  margin-right: 20px;
}

.shop-details-wrapper .product-info .product-meta ul li.category a:hover {
  color: var(--heading-color);
}

.shop-details-wrapper .product-info .product-meta ul li.tag a {
  padding: 7px 17px;
  line-height: 1;
  border: 1px solid var(--border-color);
  font-size: 16px;
  margin-right: 10px;
  border-radius: 7px;
}

.shop-details-wrapper .product-info .product-meta ul li.tag a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}

.shop-additional-info .nav-tabs .nav-link {
  position: relative;
  border: none;
  background-color: transparent;
  letter-spacing: -0.44px;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--heading-font);
  padding: 0px 30px 25px;
  color: var(--text-color);
}

.shop-additional-info .nav-tabs .nav-link::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: "";
  width: 0%;
  height: 1px;
  background-color: var(--primary-color);
  transition: 0.3s;
}

.shop-additional-info .nav-tabs .nav-link.active {
  color: var(--heading-color);
}

.shop-additional-info .nav-tabs .nav-link.active::after {
  width: 100%;
}

.shop-additional-info p {
  margin-bottom: 40px;
}

.shop-additional-info h5 {
  font-size: 22px;
  line-height: 35px;
  letter-spacing: -0.44px;
  margin-bottom: 30px;
}

.related-product-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.related-product-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.cart-page-ss .cart-table {
  border: 1px solid var(--border-color);
}

@media (max-width: 767px) {
  .cart-page-ss .cart-table table {
    width: 1000px;
  }
}

.cart-page-ss .cart-table table tr th {
  border-color: var(--border-color);
}

.cart-page-ss .cart-table table tr:last-child {
  border: none;
}

.cart-page-ss .cart-table table tr:last-child td {
  border: none;
}

.cart-page-ss .cart-table table tr td {
  vertical-align: middle;
}

.cart-page-ss .cart-table table tr td .product-thumb-item {
  padding: 20px;
}

.cart-page-ss .cart-table table tr td .cart-total-action {
  padding-right: 20px;
}

.cart-page-ss .cart-table table tr td .cart-total-action .cart-remove {
  margin-left: 10px;
}

.cart-page-ss .cart-table .cart-total-action {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.cart-page-ss .cart-table .product-thumb-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.cart-page-ss .cart-table .product-thumb-item .product-thumbnail {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  margin-right: 25px;
}

.cart-page-ss .cart-table .product-thumb-item .product-thumbnail img {
  width: 100%;
}

.cart-page-ss .cart-table .product-thumb-item .product-info h4.title {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 575px) {
  .cart-page-ss .cart-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.cart-page-ss .cart-bottom .theme-btn {
  margin-right: 10px;
}

@media (max-width: 575px) {
  .cart-page-ss .cart-bottom .theme-btn {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
  }
}

.cart-page-ss .cart-sidebar-area {
  border: 1px solid var(--border-color);
  padding: 30px;
}

.cart-page-ss .cart-sidebar-area .cart-widget h4 {
  font-size: 22px;
  letter-spacing: -0.44px;
  line-height: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 15px;
}

.cart-page-ss .cart-sidebar-area .cart-widget ul.cart-list {
  margin-bottom: 20px;
}

.cart-page-ss .cart-sidebar-area .cart-widget ul.cart-list li:not(:last-child) {
  padding: 10px 0px;
  border-bottom: 1px solid var(--border-color);
}

.cart-page-ss .cart-sidebar-area .cart-widget .form-check {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 20px;
  cursor: pointer;
}

.cart-page-ss .cart-sidebar-area .cart-widget .form-check .form-check-input {
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px;
}

.cart-page-ss .cart-sidebar-area .cart-widget .form-check label {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.cart-page-ss .cart-sidebar-area .cart-widget .list-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.cart-page-ss .cart-sidebar-area .cart-widget .payment-option .payment-list {
  margin-right: -5px;
}

.cart-page-ss .cart-sidebar-area .cart-widget .payment-option .payment-list li {
  display: inline-block;
  margin-bottom: 10px;
}

.cart-page-ss .cart-sidebar-area .cart-widget .theme-btn.style-one {
  width: 100%;
  padding: 23px 30px;
}

.checkout-page-ss .checkout-wrapper h4 {
  margin-bottom: 10px;
}

.checkout-page-ss .checkout-wrapper p {
  margin-bottom: 25px;
}

.checkout-page-ss .checkout-wrapper label {
  color: var(--heading-color);
  margin-bottom: 5px;
}

.checkout-page-ss .checkout-wrapper .form_control {
  padding: 10px 25px;
  border-radius: 7px;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
}

.checkout-page-ss .checkout-wrapper .nice-select {
  padding: 10px 25px;
  border-radius: 7px;
  margin-bottom: 30px;
}

.checkout-page-ss .checkout-wrapper .nice-select::after {
  position: absolute;
  right: 25px;
  content: "";
  font-family: "Font Awesome 5 Pro";
}

.checkout-page-ss .checkout-wrapper .form-check {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.checkout-page-ss .checkout-wrapper .form-check .form-check-input {
  margin-left: 0px;
  margin-right: 10px;
  margin-top: 0px;
}

.checkout-page-ss .checkout-wrapper .form-check label {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.checkout-page-ss .billing-sidebar {
  border: 1px solid var(--border-color);
  padding: 40px 50px;
  border-radius: 7px;
}

@media (max-width: 767px) {
  .checkout-page-ss .billing-sidebar {
    padding: 30px;
  }
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper h3 {
  margin-bottom: 15px;
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list ul li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item,
.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .list-item {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name img {
  width: 100px;
  height: 100px;
  margin-right: 35px;
}

@media (max-width: 575px) {
  .checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
  }
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-item .product-name a:hover {
  color: var(--primary-color);
}

.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .total,
.checkout-page-ss .billing-sidebar .order-summary-wrapper .order-list .product-cost {
  font: 600 16px var(--heading-font);
  letter-spacing: -0.4px;
  color: var(--heading-color);
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check {
  padding-left: 0px;
  margin-bottom: 20px;
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check-label {
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check-label .form-check-input {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 10px;
}

.checkout-page-ss .billing-sidebar .payment-method-wrapper .form-check-label[aria-expanded="true"] {
  border-color: var(--heading-color);
}

.checkout-page-ss .billing-sidebar .order-button .theme-btn {
  padding: 22px 40px;
  width: 100%;
}

.cta-sb::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(rgba(31, 31, 31, 0.3) 25.89%, rgb(0 0 0) 92.7%);
}

@media screen and (max-width: 991px) {
  .cta-sb .section-content-box {
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .cta-sb .section-content-box {
    text-align: center;
  }
}

.ia_overlay {
  display: flex;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  --border-width: 8px;
  padding: var(--border-width);
  display: inline-block;
  background: conic-gradient(#34b7e1 0% 14.28%, #1676bc 14.28% 28.56%, #00a19c 28.56% 42.84%, #871c81 42.84% 57.12%, #8d045c 57.12% 71.4%, #e73625 71.4% 85.68%, #f39219 85.68% 100%);
}

.ia_overlay img {
  width: 742px;
  max-width: 100%;
  border-radius: 30px;
}

.ia_overlay::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50%;
  background: linear-gradient(0deg, rgb(86, 86, 86) 0%, rgba(255, 217, 0, 0) 100%);
  width: 100%;
  opacity: 0.6;
}

.ia_overlay span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  text-align: right;
  line-height: 1.4;
}

#jj_theme {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#jj_theme a {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  min-width: 300px;
  max-width: 100%;
  transition: 0.3s;
}

#jj_theme a:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(20 23 65);
}

footer.footer35 {
  background-color: rgb(136 28 130);
  position: relative;
  overflow: hidden;
  margin-top: -2px;
}

footer.footer35 .container {
  padding-top: 80px;
}

footer.footer35>img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150%;
  opacity: 0.03;
  pointer-events: none;
  user-select: none;
  max-height: 700px;
}

.footer35 .footer_inner {
  display: flex;
}

.footer35 .ft_left {
  width: 260px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer35 .ft_left img {
  margin-bottom: 15px;
  height: 64px;
  width: auto;
}

.footer35 .ft_right {
  flex: 1 1 0%;
}

footer.footer35 h3 {
  color: rgb(255, 255, 255);
  margin: 0px 0px 13px;
  font-size: 18px;
  font-weight: 700;
}

footer.footer35 p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 1.6;
}

.footer35 .ft_right ul {
  display: flex;
  flex-flow: column wrap;
  gap: 15px;
}

.footer35 .ft_right ul li a {
  color: rgb(255, 255, 255);
  font-size: 14px;
}

.footer35 .ft_right ul li a:hover {
  text-decoration: underline !important;
}

footer.footer35 .social_list {
  display: flex;
  gap: 24px;
  margin-top: 30px;
}

footer.footer35 .social_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 22px;
  transition: 0.3s;
}

footer.footer35 .social_list li a:hover {}

.footer35 .footer_bottom {
  margin-top: 80px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  padding-top: 40px;
  padding-bottom: 30px;
}

.footer35 .footer_bottom p {
  font-size: 14px;
  color: rgb(255, 255, 255);
  text-align: left;
  margin: 0px;
}

.footer35 a.koolay_sign {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgb(150, 150, 150);
  font-weight: 600;
  justify-content: center;
  font-size: 12px;
}

.footer35 .koolay_sign img {
  height: 28px;
  vertical-align: middle;
  opacity: 0.3;
}

.footer35 .subs_form {
  position: relative;
  margin-bottom: 30px;
}

.footer35 .subs_form input {
  width: 100%;
  border-radius: 5px;
  height: 52px;
  padding-left: 16px;
  font-size: 16px;
  color: rgb(30, 30, 30);
  background-color: rgb(255, 255, 255);
  border: none;
  outline: none;
}

.footer35 .subs_form input::placeholder {
  color: rgb(30, 30, 30);
}

.footer35 .subs_form button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0px 27px;
  background-color: var(--primary-color);
  color: rgb(0, 0, 0);
  font-weight: 600;
  border-radius: 0px 5px 5px 0px;
  border: none;
}

.footer35 .ft_right .row {
  row-gap: 30px;
}

.footer35 .footer_links_overlay {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
  padding: 0px 60px;
  margin-top: 100px;
}

.footer35 .footer_links_overlay>ul {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer35 .footer_links_overlay>ul li i {
  display: none;
}

.footer35 .footer_links_overlay>ul li a {
  font-size: 14px;
}

.footer35 .footer_links_overlay h6 {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 18px !important;
}

footer.footer35>img {
  object-fit: contain;
}

.footer35 .footer_contact {
  background-color: var(--primary-color);
  padding: 24px;
}

.footer35 .footer_contact h4 {
  margin: 0px 0px 12px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 18px;
}

.footer35 .footer_contact p {
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.footer35 .footer_contact a {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(36, 87, 226);
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(36, 87, 226);
  transition: 0.3s;
}

.footer35 .footer_contact a:hover {
  background-color: rgb(36, 87, 226);
  color: rgb(251, 236, 107);
}

footer ul {
  padding: 0px;
  margin: 0px;
}

footer ul li {
  list-style: none;
  line-height: normal;
}

#index_sust .container {
  position: relative;
  padding: 100px 0px;
}

footer .container {
  position: relative;
}

#index_sust .container::after,
footer .container::after {
  content: '';
  background: linear-gradient(to right, #34b7e1 0%, #34b7e1 14.28%, #1676bc 14.28%, #1676bc 28.57%, #00a19c 28.57%, #00a19c 42.85%, #871c81 42.85%, #871c81 57.14%, #8d045c 57.14%, #8d045c 71.42%, #e73625 71.42%, #e73625 85.71%, #f39219 85.71%, #f39219 100%);
  width: 300px;
  position: absolute;
  right: 60px;
  top: 0;
  height: 100%;
}

footer .container::after {
  top: -1px;
}

@media (max-width: 1200px) {
  #index_sust .container {
    padding: 80px 0 0;
  }

  #index_sust .container::after,
  footer .container::after {
    display: none;
  }

  .footer35 .footer_links_overlay {
    padding: 0px;
  }
}

@media (max-width: 992px) {
  .footer35 .footer_links_overlay {
    margin-top: 0px;
  }

  .footer35 .footer_inner>div:first-child,
  .footer35 .footer_inner>div:last-child {
    width: 100%;
  }

  .footer35 .footer_inner {
    row-gap: 60px;
    flex-wrap: wrap;
  }

  .footer35 .ft_left {
    padding-right: 0px;
  }

  .footer35 .ft_left img {
    display: block;
    height: 40px;
  }
}

@media (max-width: 768px) {
  #index_sust .container {
    padding: 40px 30px;
  }

  .footer35 .footer_links_overlay {
    flex-wrap: wrap;
    gap: 20px 0px;
    justify-content: space-between;
  }

  .footer35 .footer_links_overlay>ul {
    width: calc(50% - 10px);
    flex: 0 0 auto;
    text-align: left;
  }

  .footer35 .ft_right ul {
    text-align: left !important;
  }

  .footer35 .footer_bottom {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  footer.footer35 h3 {
    margin-bottom: 20px;
  }

  footer.footer35 {
    border-top-width: 12px;
  }

  footer.footer35 .container {
    padding-top: 40px;
  }

  .footer35 .ft_right .row {
    row-gap: 30px;
  }

  .footer35 .ft_right ul {
    gap: 10px;
    text-align: center;
  }
}

.sidemenu119 .CategorySubjects {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidemenu119 .CategorySubjects i {
  content: '';
  margin-right: 15px;
  width: 40px;
  height: 39px;
  background: url(../images/corp_ico.png);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-position: center;
  background-size: cover;
}

.sidemenu119 .CategorySubjects i::before {
  /* content: ''; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #fff;
  width: 80%;
}

.sidemenu119 .wbx_1+.wbx_1 {
  margin-top: 30px;
}

.sidemenu119 .sub_menu ul li a {
  font-size: 18px;
  color: rgb(72, 72, 72);
  padding: 16px 0px;
  font-weight: 500;
  display: flex;
  border-right: 1px solid rgb(234, 234, 234);
  transition: 0.3s;
  position: relative;
  cursor: pointer;
}

.sidemenu119 .sub_menu ul li:not(:last-child) a {
  border-bottom: 1px solid rgb(234, 234, 234);
}

.sidemenu119 .sub_menu ul li a.active {
  color: var(--primary-color);
}

.sidemenu119 .sub_menu ul li a::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0px;
  bottom: 0px;
  width: 3px;
  background-color: var(--primary-color);
  opacity: 0;
  transition: 0.3s;
}

.sidemenu119 .sub_menu ul li a.active::before {
  opacity: 1;
}

.sidemenu119 .sub_menu ul li a.active::before {
  opacity: 1;
}

@media (min-width: 1200px) {
  .sidemenu119 .sub_menu ul li a:hover::before {
    opacity: 1;
  }

  .sidemenu119 .sub_menu ul li a:hover::before {
    opacity: 1;
  }

  .sidemenu119 .sub_menu ul li a:hover {
    color: var(--primary-color);
  }
}

.sidemenu119 #latest_news li a {
  height: auto;
  font-size: 22px;
  padding: 10px 0px;
  line-height: 1.4;
}

.sidemenu119 #latest_news li a span {
  font-size: 12px;
  display: block;
}

.sidemenu119 #latest_news li a::before {
  display: none;
}

.sidemenu119 .rn_list {
  display: flex;
  flex-direction: column;
}

.sidemenu119 .rn_list li a {
  display: flex;
  align-items: center;
}

.sidemenu119 .rn_list li+li {
  margin-top: 12px;
  padding-top: 12px;
}

.sidemenu119 .rn_list li a>div:first-child {
  width: 110px;
}

.sidemenu119 .rn_list li a>div:first-child img {
  width: 100%;
}

.sidemenu119 .rn_list li a>div:last-child {
  flex: 1 1 0%;
  padding-left: 10px;
}

.sidemenu119 .rn_list li a>div:last-child h3 {
  font-size: 14px;
  font-weight: 500;
  margin: 0px;
  color: rgb(0, 0, 0);
  line-height: 1.3;
}

.sidemenu119 .lister_sidebar {
  padding: 60px 40px 0 0;
  position: sticky;
  top: 65px;
}

.sidemenu119 ul {
  padding: 0;
}

.sidemenu119 ul li {
  list-style: none;
}

.row.corporate_page {
  padding: 0;
  position: relative;
  z-index: 2;
}

.corporate.content-detail img {
  width: 61vw;
  margin-bottom: 15px;
  vertical-align: middle;
  display: block;
  margin-right: 0px !important;
  height: 500px;
  object-fit: cover;
  max-width: none;
}

.content-detail {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(51, 51, 51);
  overflow-wrap: break-word;
}

.content-detail h1,
.content-detail h2,
.content-detail h3,
.content-detail h4,
.content-detail h5,
.content-detail h6 {
  font-weight: bold;
  margin: 1em 0px 0.5em;
  line-height: 1.3;
  font-weight: bold;
}

.content-detail h1 {
  font-size: 2em;
}

.content-detail h2 {
  font-size: 1.75em;
}

.content-detail h3 {
  font-size: 1.5em;
}

.content-detail h4 {
  font-size: 1.25em;
}

.content-detail h5 {
  font-size: 1.1em;
}

.content-detail h6 {
  font-size: 1em;
}

.content-detail p {
  margin: 1em 0px;
}

.content-detail ul {
  list-style-type: disc;
  margin: 1em 0px;
  padding-left: 2em;
}

.content-detail ol {
  list-style-type: decimal;
  margin: 1em 0px;
  padding-left: 2em;
}

.content-detail ul ul,
.content-detail ol ul,
.content-detail ul ol,
.content-detail ol ol {
  list-style-type: circle;
  margin-left: 1em;
}

.content-detail li {
  margin-bottom: 0.5em;
  list-style: inherit;
}

.content-detail a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
  transition: color 0.2s;
}

.content-detail a:hover {
  color: rgb(0, 64, 128);
}

.content-detail b,
.content-detail strong {
  font-weight: bold;
}

.content-detail i,
.content-detail em {
  font-style: italic;
}

.content-detail u {
  text-decoration: underline;
}

.content-detail blockquote {
  border-left: 4px solid rgb(204, 204, 204);
  margin: 1em 0px;
  padding: 1em;
  color: rgb(102, 102, 102);
  font-style: italic;
  background-color: rgb(249, 249, 249);
}

.content-detail code {
  font-family: monospace;
  background-color: rgb(244, 244, 244);
  padding: 0.2em 0.4em;
  border-radius: 4px;
}

.content-detail pre {
  font-family: monospace;
  background-color: rgb(244, 244, 244);
  padding: 1em;
  border-radius: 4px;
  overflow-x: auto;
  margin: 1em 0px;
  white-space: pre-wrap;
}

.content-detail table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0px;
  border: 1px solid rgb(221, 221, 221);
}

.content-detail th,
.content-detail td {
  border: 1px solid rgb(221, 221, 221);
  padding: 0.75em;
  text-align: left;
}

.content-detail th {
  background-color: rgb(245, 245, 245);
  font-weight: bold;
}

.content-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em 0px;
}

.content-detail dl {
  margin: 1em 0px;
}

.content-detail dt {
  font-weight: bold;
  margin-top: 1em;
}

.content-detail dd {
  margin-left: 1em;
}

.content-detail hr {
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-image: initial;
  border-top: 1px solid rgb(221, 221, 221);
  margin: 1.5em 0px;
}

.content-detail input,
.content-detail select,
.content-detail textarea,
.content-detail button {
  font: inherit;
  padding: 0.5em;
  margin: 0.5em 0px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  box-sizing: border-box;
}

.content-detail button {
  background-color: rgb(0, 102, 204);
  color: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

.content-detail button:hover {
  background-color: rgb(0, 64, 128);
}

.content-detail sub,
.content-detail sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.content-detail sup {
  top: -0.5em;
}

.content-detail sub {
  bottom: -0.25em;
}

.content-detail iframe,
.content-detail video {
  max-width: 100%;
  height: auto;
  margin: 1em 0px;
  border: none;
}

.content-detail figure {
  margin: 1em 0px;
  text-align: center;
}

.content-detail figcaption {
  font-size: 0.9em;
  color: rgb(102, 102, 102);
}

.content-detail mark {
  background-color: rgb(255, 255, 0);
  color: rgb(51, 51, 51);
}

.content-detail aside {
  background-color: rgb(249, 249, 249);
  padding: 1em;
  margin: 1em 0px;
  border-left: 4px solid rgb(204, 204, 204);
  font-size: 0.9em;
  color: rgb(85, 85, 85);
}

.content-detail .pull-quote {
  font-size: 1.2em;
  font-style: italic;
  text-align: center;
  margin: 1em 0px;
  color: rgb(68, 68, 68);
}

.content-detail abbr[title] {
  border-bottom: 1px dotted rgb(51, 51, 51);
  cursor: help;
}

.page_header177 {
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  padding: 60px 0;
  margin: 60px 0 0;
  border-radius: 20px;
  overflow: hidden;
}

.page_header177 .container {
  position: relative;
  z-index: 2;
}

.page_header177 h1 {
  color: #1e1e1e;
  margin: 0;
  font-weight: 200;
  font-size: 78px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.2;
}

.page_header177 p {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.page_header177 .brd_section {
  background-position: center;
  background-size: cover;
  min-height: 220px;
  position: relative;
  padding: 0;
  display: flex;
  align-items: flex-end;
}

.page_header177 .brd_section::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgb(7, 170, 251);
  background: linear-gradient(180deg, rgba(7, 170, 251, 0) 0%, rgba(0, 0, 0, 1) 100%);
  opacity: .7;
}

.page_header177 .brd_section h1 {
  color: #1e1e1e;
  font-size: 56px;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.page_header177 .breadcrumb_section {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .page_header177 .breadcrumb_section {
    margin-top: 15px;
  }
}

.page_header177 .breadcrumb_section .breadcrumb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0px;
  color: #1e1e1e;
}

.page_header177 .breadcrumb_section .breadcrumb a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}

.page_header177 .breadcrumb_section .breadcrumb a+a::before {
  content: '';
  position: relative;
  top: -2px;
  margin: 0px 9px;
  width: 6px;
  height: 6px;
  background: #000;
  display: inline-block;
  border-radius: 50%;
}

.page_header177 .breadcrumb_section .breadcrumb a:last-child {
  font-weight: 700;
}

.page_header177 .breadcrumb_overlay {
  position: relative;
  padding-left: 15px;
}

.page_header177 .breadcrumb_overlay svg {
  position: absolute;
  left: 0;
  top: 4px;
  width: 19px;
  pointer-events: none;
}

.page_header177 .breadcrumb_overlay svg * {
  fill: #1e1e1e;
}

.page_header177 .breadcrumb_overlay div.breadcrumb a:first-child {
  position: relative;
  display: inline-block;
}

.content-detail>:first-child {
  margin-top: 0;
}

.breadcrumb_section+p {
  margin-top: 30px;
}

.page_header177>.container>div {
  display: flex;
  align-items: center;
}

.page_header177 .container>div>div:first-child {
  flex: 1;
}

.page_header177 .container>div>div:last-child {
  width: 600px;
  padding-left: 40px;
}

.contact-form-ss {
  overflow: hidden;
}

#contactItems {
  row-gap: 40px;
}

#ScrollSmoother-wrapper {
  z-index: 99999;
}

#rgp_row {
  row-gap: 60px;
}

#rgp_row h4.title a {
  font-weight: 300;
}

#rgp_row span.position {
  color: #be1f2f;
}

#cert_page .team-item.style-one .member-info span {
  color: #000;
  font-weight: 600;
  line-height: 1.4;
}

.blog-post-item {
  height: 100%;
}

#blogLister .row {
  row-gap: 30px;
}

.ScrollSmoother-wrapper {
  display: none;
}

#indexBlog .blog-post-item {
  height: auto;
}

.activity_sec h3 {
  font-size: 78px;
  font-weight: 200;
}

.partner_logo {
  position: relative;
}

.content-detail .partner_logo>div {
  right: auto;
  left: 30px;
}

.partner_logo>div {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  width: 200px;
}

.partner_logo>div img {
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
}

.brand-logo img {
  height: 60px;
}

.header-area::before,
footer.footer35::after {
  display: block;
  content: '';
  background: linear-gradient(to right,
      #34b7e1 0%, #34b7e1 14.28%,
      #1676bc 14.28%, #1676bc 28.57%,
      #00a19c 28.57%, #00a19c 42.85%,
      #871c81 42.85%, #871c81 57.14%,
      #8d045c 57.14%, #8d045c 71.42%,
      #e73625 71.42%, #e73625 85.71%,
      #f39219 85.71%, #f39219 100%);
  width: 100%;
  height: 3px;
}

.news_section42.index_news {
  /* overflow: hidden; */
}

.news_section42 .block_title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.news_section42 .block_title h2 {
  font-weight: 400;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 30px;
  font-size: 48px;
}

.news_section42 .block_title h2 i {
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.news_section42 .block_title h2 a,
.news_section42 .event_item>div>div:nth-child(2) a {
  font-weight: 600;
  font-size: 16px;
  color: #2E2E2E;
  display: inline-flex;
  position: relative;
  padding-bottom: 5px;
}

.news_section42 .block_title h2 a::before,
.news_section42 .event_item>div>div:nth-child(2) a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
  transition: all .3s;
}

.news_section42 .block_title h2 a::after,
.news_section42 .event_item>div>div:nth-child(2) a::after {
  content: "\f30b";
  font-family: 'FontAwesome';
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(-5px);
  margin-left: 10px;
  transition: all .3s;
  opacity: 0;
}

.news_section42 .block_title ul {
  display: flex;
}

.news_section42 .block_title ul li button {
  color: #2E2E2E;
  font-size: 32px;
  padding: 0 15px;
  background: transparent;
}

.news_section42 .block_title ul li:nth-child(2) button {
  border-left: 1px solid #ddd;
}

.news_section42 .event_item {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.event_item svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  transform: scale(2);
  opacity: .3;
  pointer-events: none;
}

.news_section42 .event_item img {
  width: 100%;
  transition: all 1s;
  object-fit: cover;
  mix-blend-mode: darken;
}

.news_section42 .event_item>a {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
}

.news_section42 .event_item>div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: 0 30px 30px;
}

.news_section42 .event_item>div h3 {
  font-size: 18px;
  margin: 0;
}

.news_section42 .event_item>div h3 a {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.news_section42 .event_item>div span {
  font-size: 14px;
  display: block;
  color: #1e1e1e;
  opacity: .6;
  font-weight: 600;
  line-height: 1.6;
  margin: 5px 0;
}

.news_section42 .event_item>div>div:nth-child(1) {
  padding-right: 15px;
  width: 100%;
}

.news_section42 .event_item>div>div:nth-child(2) a {
  background-color: transparent;
  border-color: #1e1e1e;
  color: #1e1e1e;
}

.mobile_hero {
  display: none;
}

@media (min-width: 1201px) {

  .news_section42 .block_title h2 a:hover::before,
  .news_section42 .event_item:hover>div>div:nth-child(2) a::before {
    width: calc(100% + 50px);
  }

  .news_section42 .block_title h2 a:hover::after,
  .news_section42 .event_item:hover>div>div:nth-child(2) a::after {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }

  .news_section42 .event_item:hover>a img {
    transform: scale(1.1);
  }
}

#cg89 .row {
  row-gap: 60px;
}

.eventsSwiper .swiper-slide {
  height: auto;
}

.detail_texts {
  padding: 0 0 0 80px;
}

.detail_texts h3 {
  font-weight: 600;
}

.detail_texts .theme-btn.style-one {
  font-weight: 700;
  font-size: 14px;
  padding: 16px 30px;
  transition: 0.3s;
}

.detail_list {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  gap: 4px;
}

.detail_list li {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.detail_list li span {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 400;
  opacity: .8;
}

.detail_list li span::before {
  content: '';
  border-bottom: 1px dashed #777;
  flex: 1;
  margin: 0 15px;
}

#toggleDark {
  color: #fff;
  background-color: transparent;
  border: 1px solid hsl(0deg 0% 100% / 27%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#toggleDark i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
}

#toggleDark .fa-moon {
  visibility: visible;
  opacity: 1;
  margin: 0;
}

#toggleDark .fa-sun-bright {
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
}

#toggleDark.active .fa-sun-bright {
  visibility: visible;
  opacity: 1;
  margin: 0;
}

#toggleDark.active .fa-moon {
  visibility: hidden;
  opacity: 0;
  margin-top: -10px;
}

#dark .sasly-nav-menu .sasly-menu-top .site-branding .brand-logo img:first-child {
  display: none;
}

.sasly-nav-menu .sasly-menu-top .site-branding .brand-logo img:last-child {
  display: none;
}

#gt_float_wrapper {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  height: 44px !important;
  border-radius: 4px !important;
}

.gt_float_switcher .gt_options {
  width: 90px;
  padding: 4px 0px;
  position: absolute !important;
  top: 100% !important;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 4px !important;
  margin-top: 0 !important;
  border: 1px solid #ddd;
}

.gt_float_switcher {
  border-radius: 0.25rem !important;
  margin-left: 10px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0px !important;
  color: #fff !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
}

.gt_float_switcher .gt_options a {
  width: 72px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px !important;
  padding: 5px 17px !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap;
}

.gt_float_switcher .gt_options a:hover {
  background-color: transparent !important;
  color: rgb(51, 51, 51) !important;
}

.gt_float_switcher img {
  height: 21px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 16px !important;
  margin-right: 0px !important;
  font-weight: 300;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
  display: none !important;
}

.gt_float_switcher,
.gt_float_switcher .gt-selected {
  background: transparent !important
}

.the_preloader {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0px;
  z-index: 999999999;
}

.the_preloader img {
  width: 300px;
}

.the_preloader div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.the_preloader span {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
}

.loader {
  height: 4.8px;
  display: inline-block;
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  width: 500px;
  margin: 0px auto;
  max-width: 90%;
}

.loader::after {
  content: "";
  width: 96px;
  height: 4.8px;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  animation: 0.6s ease-in-out 0s infinite alternate none running hitZak;
}

@keyframes hitZak {
  0% {
    left: 0px;
    transform: translateX(-1%);
  }

  100% {
    left: 100%;
    transform: translateX(-99%);
  }
}


/* responsive */


@media(max-width:1200px) {
  .mobile_hero {
    display: block;
    margin: 0 auto 30px;
    width: 400px;
    max-width: 100%;
  }

  .header-area::before {
    position: absolute;
    top: 0;
  }

  .hero-sb .hero-content .sub-heading {
    display: none;
  }

  .hero-sb .hero-image {
    display: none !important;
  }
}

@media(max-width:992px) {
  .header-one .header-top .top-right ul.top-nav-link li:not(:last-child) {
    margin-right: 15px;
  }

  .header-top .row>div:first-child,
  .header-top .row>div:last-child .social-link {
    display: none;
  }

  .header-one .header-top .top-right ul:not(:last-child):after {
    display: none;
  }

  .header-one .header-top .container-fluid {
    padding: 10px 15px 0;
  }

  .detail_texts {
    padding-top: 0;
  }

  .news_section42 .block_title ul {
    display: none;
  }

  .news_section42 .block_title h2 {
    width: 100%;
    justify-content: space-between;
  }

  .news_section42 .block_title h2 i {
    display: none;
  }

  .partner_logo>div {
    width: 120px;
  }

  .contact-form-ss {
    padding-bottom: 0;
  }

  .map-page-ss {
    padding-bottom: 40px;
  }

  .sidemenu119 .lister_sidebar {
    padding-right: 0;
  }

  .corporate.content-detail img {
    width: 100%;
    height: auto;
    max-width: 100%;
    min-height: 240px;
  }

  .corporate_page {
    flex-direction: column-reverse;
  }

  .page_header177 {
    margin-top: 0;
    padding-top: 0;
  }

  .page_header177>.container>div {
    flex-wrap: wrap;
    row-gap: 40px;
  }

  .page_header177 .container>div>div:last-child {
    padding-left: 0;
    width: 100%;
  }
}

@media(max-width:768px) {
  .detail_texts {
    padding: 0;
  }

  .hero-sb .hero-content .theme-btn {
    margin-bottom: 0;
  }

  #cg89 .row {
    row-gap: 30px;
  }

  .brand-logo img {
    height: 36px;
  }

  .news_section42 .event_item>div h3 a {
    font-size: 18px;
  }

  .news_section42 .block_title h2 {
    font-size: 28px;
  }

  .news_section42 .block_title ul li button {
    font-size: 24px;
  }

  .content-detail .partner_logo>div {
    left: 15px;
  }

  .partner_logo>div {
    width: 90px;
    right: 15px;
    bottom: 15px;
  }

  .activity_sec h3 {
    font-size: 48px;
  }

  .pb-130 {
    padding-bottom: 60px;
  }

  .blog-post-main.mb-70 {
    margin-bottom: 0 !important;
  }

  .blogs-sb .row>.col-xl-4:last-child>div {
    margin-bottom: 0;
  }

  .features-wrapper.main-gray-bg {
    padding: 0px 0 20px !important;
  }

  section.about-sb.pt-130.pb-75 {
    padding-top: 40px !important;
  }

  .wrapper.primary-bg.pt-60.pb-100,
  section.blogs-sb.pt-130.pb-50 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .section-title.style-one {
    margin-bottom: 40px;
  }

  .animated-big-text.pb-75 {
    padding-bottom: 40px !important;
  }

  .container {
    padding: 0 30px;
  }

  .page_header177 .brd_section h1 {
    font-size: 24px;
  }

  .page_header177 .brd_section {
    min-height: 180px;
  }

  .page_header177 h1 {
    font-size: 32px;
    line-height: normal;
  }

  .page_header177 p {
    font-size: 18px;
  }

  .page_header177 {
    margin: 0;
  }
}