/* Theme Default CSS
==================================================*/
/*@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");*/
/* Import source sans pro */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:wght@400;500;600;700;800&display=swap");

html {
  scroll-behavior: smooth;
}

/* global classes */

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
/* Theme info */
#theme-info {
  position: relative;
  color: transparent;
  font-size: 9px;
  z-index: -1;
}
/* Theme info end */
label {
  color: #333;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
*::-webkit-input-placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555;
  font-size: 14px;
  opacity: 1;
}
.theme-overlay {
  position: relative;
}
.theme-overlay:before {
  background: #4272d7 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.separator {
  border-top: 1px solid #f2f2f2;
}

.hybtn {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #4272d7 none repeat scroll 0 0;
  border: 2px solid #4272d7;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 13px 25px;
  text-align: center;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}

.hybtn:hover {
  background: transparent;
  color: #4272d7;
}

.hybtn.hybtn-lg {
  padding: 10px 25px;
}

.hybtn-xl {
  font-weight: 700;
  padding: 13px 31px;
}

.hybtn.hybtn-inline {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  padding: 0;
  text-decoration: none;
}

.hybtn.hybtn-inline:hover {
  color: #fff;
  text-decoration: underline;
}

.breadcrumb > .active {
  color: #888;
}

input:focus[type="url"],
input:focus[type="text"],
input:focus[type="email"],
input:focus[type="tel"],
input:focus[type="button"],
input:focus[type="submit"],
input:focus[type="search"],
button:focus[type="button"],
button:focus[role="button"],
button:focus,
input:focus {
  outline: none;
  text-decoration: none;
}
.btn:focus {
  box-shadow: 0 0 0 0;
}
.btn .icon {
  margin: 0;
}
.pagelayout-frontpage .card {
  border-radius: 0;
}

/* Start Header Area
==================================================*/
.main-menu li {
  display: inline-block;
  margin-left: 20px;
}
.main-menu li a {
  display: block;
  padding: 0 10px;
}
.header-area {
  border-top: 5px solid #4272d7;
}
.main-menu li.search-trigger a {
  border-left: 1px solid #666;
  padding-left: 30px;
}
.main-menu {
  margin-top: 5px;
}

.header-area.sticky {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255);
  padding: 20px 0;
}

.main-menu li.active a {
  color: #4272d7;
}

/* End Header Area */
/* Start Slider Area
==================================================*/
#slider1 .carousel-indicators,
#slider2 .carousel-indicators,
#slider3 .carousel-indicators,
#slider4 .carousel-indicators,
#slider5 .carousel-indicators {
  list-style: none;
}
.single-slider {
  height: 600px;
  background-size: cover;
  background-position: center;
  background-color: #ccc;
  display: table;
  width: 100%;
}

.slider-inner {
  display: table-cell;
  vertical-align: middle;
}

.slider-inner h1 {
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1;
}

.slider-inner h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 400;
}

.slider-inner h5 {
  font-weight: 500;
  font-size: 19px;
  color: white;
}

.get-started-btn {
  margin-top: 40px;
  padding: 15px 35px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 2px;
}

/* End Slider Area */
/* Start Hire Us Area
==================================================*/
.carousel-inner img {
  width: 100%;
  object-fit: cover;
}

.hire-us-content h6 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.hire-us-button {
  border-color: #fff;
  padding: 15px 40px;
  background: transparent;
}

.hire-us-button:hover {
  background: #333;
  color: #fff;
}

.hire-us-area {
  padding: 30px 0;
}

.hire-us-content h6 span {
  font-size: 30px;
}

/* End HIre Us Area */
/* Start Iconbox Area */
.single-course {
  height: 245px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
  position: relative;
  z-index: 1;
}

.single-icon-box {
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.icon-box-content {
  position: absolute;
  left: 0;
  top: 210px;
  width: 100%;
  height: 100%;
  background: #4272d7;
  opacity: 0.9;
  color: #fff;
  z-index: -1;
  padding: 20px 30px 30px 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.icon-box-content:hover {
  top: 0;
}

.iconbox-content-heading {
  font-family: var(--font-lato);
  font-weight: 600;
  font-style: normal;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}

.iconbox-content-heading i {
  font-size: 30px;
  margin-right: 15px;
}

[dir="rtl"] .iconbox-content-heading i {
  margin-right: 0;
  margin-left: 15px;
}
.iconbox-content-body p {
  color: #f6f6f6;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 25px;
}

.read-more-btn {
  text-transform: capitalize;
  font-weight: 600;
}

.read-more-btn i {
  margin-right: 5px;
}

/* End Iconbox Area */
/* Start Bemax Area
==================================================*/
.section-title-fp h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 10px;
}

.section-title-fp h4:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 50px;
  content: "";
}

.item-icon i {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  background: #4272d7;
  color: #fff;
  font-size: 25px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #4272d7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
}

.item-icon i:hover {
  background: transparent;
  color: #4272d7;
}

.item-content {
  padding-left: 20px;
  margin-top: -4px;
}

.item-content h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-bemax-item {
  margin-bottom: 40px;
}

/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
/* .project-bg-8 {background-image:url([[pix:almondb|almondb/project_08]]);} */
.single-project {
  height: 225px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
  position: relative;
  z-index: 1;
}

.project-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.project-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #4272d7;
  color: #fff;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.project-inner h5 {
  font-size: 16px;
  color: #cccc;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.project-inner h5 a {
  color: #d6d7d8;
}

.project-inner h5 a:hover {
  color: #fff;
}

.project-inner p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.project-inner p a {
  color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.project-inner p a:hover {
  color: #fff;
}

.courseall a:hover {
  color: #ccc;
}

.single-project:hover .project-inner:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 0.9;
}

.single-project:hover .project-inner {
  visibility: visible;
  opacity: 1;
}

/* End Latest Project Area */
/* Start Course Area
==================================================*/
.course-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.course-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #4272d7;
  color: #fff;
  z-index: -1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.course-inner h5 {
  font-size: 16px;
  color: #cccc;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.course-inner h5 a {
  color: #d6d7d8;
}

.course-inner h5 a:hover {
  color: #fff;
}

.course-inner p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}

.course-inner p a {
  color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.course-inner p a:hover {
  color: #fff;
}

.course-project {
  height: 225px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
  position: relative;
  z-index: 1;
}

.course-project:hover .course-inner:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 0.5;
}

.course-project:hover .course-inner {
  visibility: visible;
  opacity: 0.8;
}

/* End Course Area */
/* Start Choose Us Area
==================================================*/
/* .video-img-thumbnail {background-image: url(../img/video_01.jpg);} */
.video-img-thumbnail {
  height: 320px;
  background-size: cover;
  background-position: center;
  background-color: #cccc;
}

.video-img-thumbnail a {
  position: relative;
  left: 0;
  right: 0;
  font-size: 60px;
  color: #fff;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-img-thumbnail a:hover {
  color: #4272d7;
}

.single-choose-item h6 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.single-choose-item h6 i {
  margin-right: 10px;
}

.single-choose-item p {
  margin: 0;
  font-size: 15px;
  color: #666;
}

.single-choose-item {
  margin-bottom: 20px;
}

/* End Choose Us Area */
/* Course Us Area
==================================================*/
.single-course-item h6 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #555;
}

.single-course-item h6 i {
  margin-right: 10px;
}

.single-course-item p {
  margin: 0;
  font-size: 15px;
  color: #666;
}

.single-course-item {
  margin-bottom: 1px;
}

/* End Course Us Area */
/* Start Working With Us Area
==================================================*/
.hire-us-content span {
  font-size: 20px;
}

/* End Working With Us Area */
/* Start Carousel Area
==================================================*/
.blog-carousel img {
  width: 200px;
  display: inline-block;
  height: auto;
}

.single-blog-img {
  position: relative;
  float: left;
}

.single-blog-img span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #222;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
}

.blog-content {
  padding-left: 220px;
}

.blog-btn {
  margin-top: 10px;
}

.post-heading {
  font-size: 18px;
  font-weight: 600;
  color: #555;
}

.post-content-text {
  margin: 0;
  color: #666;
  font-size: 15px;
  text-align: justify;
}

.blog-tags {
  display: inline-block;
  font-size: 13px;
}

.blog-tags i {
  font-size: 12px;
}

.blog-tags a {
  color: #555;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-btn .read-more-btn {
  color: #555;
  display: inline-block;
  margin-left: 20px;
}

.blog-btn .read-more-btn:hover {
  color: #4272d7;
}

.blog-tags a:hover {
  color: #4272d7;
}

.carousel-area .section-title-fp h2 {
  margin-bottom: 30px;
  font-size: 1.9rem;
  font-weight: 700;
  color: white;
}

.carousel-area .section-title-fp h2:after {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.testimonial-content i {
  font-size: 20px;
  color: #666;
  margin-right: 15px;
}

.testimonial-content p {
  font-size: 15px;
  color: #666;
  text-align: justify;
  margin: 0;
}

.testimonial-content p {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.testimonial-carousel img {
  display: block;
  width: 55px;
  height: auto;
  border-radius: 50%;
}

.author-img {
  padding-left: 30px;
}

.author-content a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.author-content span {
  display: block;
  line-height: 15px;
}

.author-content {
  padding-left: 0px;
}

.author-content a:hover {
  color: #4272d7;
}

/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-item {
  display: table;
  width: 100%;
  position: relative;
  height: 100%;
}

.brand-item-inner {
  display: table-cell;
  vertical-align: middle;
}

/* End Brand Area */
/* Start ScrollUp */
.scrollUp {
  background: #4272d7;
  height: 40px;
  width: 40px;
  padding: 0;
  right: 30px;
  bottom: 30px;
  font-weight: 900;
  text-align: center;
  line-height: 37px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.7s ease 0s,
    visibility 0.1s ease 0.8s;
  display: flex;
  position: fixed;
  z-index: 10009;
  justify-content: center;
  align-items: center;
}

.scrollUp a {
  position: absolute;
  right: 0;
  transform: translateY(-100%);
}

body.scrolled .scrollUp {
  opacity: 1;
  visibility: visible;
  transition:
    visibility 0s ease 0s,
    opacity 0.7s ease 0.1s;
}

/* End ScrollUp */
/* Tablet desktop :768px. */
@media only screen and (max-width: 991px) {
  .blockbgwhite {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blockbgwhite-t {
    margin-top: 25px;
  }

  .blockbgwhite-b {
    margin-bottom: 25px;
  }

  .blockbgcolor {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .blockbgcolor-t {
    padding-top: 25px;
  }

  .blockbgcolor-b {
    padding-bottom: 25px;
  }

  .single-slider {
    height: 500px;
  }

  .single-icon-box {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
  }

  .single-course {
    width: 100%;
    margin: 0 auto;
  }

  .video-img-thumbnail {
    height: 300px;
    margin-bottom: 30px;
  }

  .section-title-fp {
    margin-bottom: 0;
  }

  .single-choose-item {
    display: block;
    margin-bottom: 30px;
  }

  .single-choose-item h6 {
    margin-bottom: 10px;
  }

  .single-course-item {
    display: block;
    margin-bottom: 10px;
  }

  .single-course-item h6 {
    margin-bottom: 5px;
  }

  .hire-us-img img {
    width: 100%;
  }

  .hire-us-content .section-title-fp {
    margin-bottom: inherit;
  }

  .carousel-area .section-title-fp {
    margin-bottom: inherit;
  }

  .blog-carousel {
    margin-bottom: 30px;
  }

  .brand-area {
    padding: 50px 0;
  }

  .widget-title {
    margin-bottom: 25px;
  }

  .footer-widget {
    margin-bottom: 40px;
  }

  .footer-area {
    padding-bottom: 20px;
  }
}

/* small mobile :320px. */
@media only screen and (max-width: 767.98px) {
  .blockbgwhite {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blockbgwhite-t {
    margin-top: 20px;
  }

  .blockbgwhite-b {
    margin-bottom: 20px;
  }

  .blockbgcolor {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blockbgcolor-t {
    padding-top: 20px;
  }

  .blockbgcolor-b {
    padding-bottom: 20px;
  }

  .single-slider {
    height: 400px;
  }

  .slider-inner h1 {
    font-size: 50px;
    font-weight: 500;
  }

  .slider-inner h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: inherit;
  }

  .slider-inner h5 {
    font-weight: 400;
    font-size: 16px;
  }

  .get-started-btn {
    margin-top: 30px;
  }

  .hire-us-content {
    text-align: center;
  }

  .hire-us-area .col-12.text-end {
    text-align: center !important;
    margin-top: 20px;
  }

  .single-icon-box {
    width: 100%;
  }

  .single-course {
    width: 100%;
  }

  .working-with-us-area .hire-us-content {
    padding: 40px 0;
  }

  .blog-carousel img {
    width: 100%;
    height: 250px;
  }

  .blog-content {
    padding-left: 0;
  }

  .single-blog-img {
    margin-bottom: 30px;
  }

  .single-blog-item {
    margin-bottom: 30px;
  }
}

#slider5 .edz-hero-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}

#slider5 .edz-hero-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.08) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

#slider5 .edz-hero-wrapper .container {
  position: relative;
  z-index: 1;
}

#slider5 .edz-hero-left {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#slider5 .hero-title {
  font-size: 1.9rem;
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin-bottom: 18px;
}

#slider5 .hero-title .accent,
#slider5 .hero-title span[style*="color"] {
  color: #f5a623;
}

#slider5 .hero-desc {
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 32px;
}

#slider5 .hybtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #111111 !important;
  font-weight: 600;
  font-size: 0.93rem;
  padding: 13px 28px !important;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  width: fit-content;
  transition:
    background 0.22s,
    color 0.22s,
    transform 0.18s,
    box-shadow 0.22s;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.14);
  margin-top: 23px !important;
}

#slider5 .hybtn .arrow {
  font-size: 1rem;
  transition: transform 0.2s;
}

/* #slider5 .hybtn:hover {
  background: #f5a623;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 166, 35, 0.35);
}

#slider5 .hybtn:hover .arrow {
  transform: translateX(5px);
} */

#slider5 .edz-hero-right {
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

#slider5 .hero-img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: top center;
}

#slider5 .carousel-control-prev,
#slider5 .carousel-control-next {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: background 0.2s;
}

#slider5 .carousel-control-prev {
  left: 14px;
}
#slider5 .carousel-control-next {
  right: 14px;
}

#slider5 .carousel-control-prev:hover,
#slider5 .carousel-control-next:hover {
  background: rgba(255, 255, 255, 0.4);
}

#slider5 .carousel-control-prev-icon,
#slider5 .carousel-control-next-icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 991.98px) {
  #slider5 .edz-hero-wrapper {
    height: auto !important;
    flex-direction: column;
  }

  #slider5 .edz-hero-left {
    padding-top: 36px;
    padding-bottom: 24px;
  }

  #slider5 .hero-title {
    font-size: 1.7rem;
  }

  #slider5 .hero-desc {
    font-size: 0.9rem;
    max-width: 100%;
  }

  #slider5 .edz-hero-right {
    width: 100%;
  }

  #slider5 .hero-img {
    object-position: inherit;
    margin-top: -235px;
  }
}

#slider5 .mobile-hero-btn {
  display: none;
}

#slider5 .edz-hero-left .hybtn {
  display: inline-flex;
}
@media (max-width: 575.98px) {
  #slider5 .edz-hero-left .hybtn {
    display: none;
  }

  #slider5 .mobile-hero-btn {
    display: inline-flex;
    width: 280px;
    position: absolute;
    bottom: 49px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    white-space: nowrap;
    background: #ffffff;
    color: #111111 !important;
    font-weight: 600;
    font-size: 0.86rem;
    padding: 11px 22px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    gap: 8px;
    align-items: center;
  }

  #slider5 .edz-hero-right {
    position: relative;
  }
  .mobile-hero-btn .arrow {
    margin-left: auto !important;
  }
}

#block21 {
  padding: 20px 0;
}

.block21-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.block21-images {
  display: flex;
  align-items: center;
}

.circle-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-left: -15px;
}

.circle-img:first-child {
  margin-left: 0;
}

.block21-text {
  flex: 1;
  font-size: 16px;
}

.block21-right {
  white-space: nowrap;
}

.main-logo {
  max-height: 70px;
}

@media (max-width: 768px) {
  .block21-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .block21-text {
    font-size: 12px;
  }

  .circle-img {
    width: 40px;
    height: 40px;
  }

  .main-logo {
    max-height: 40px;
  }
}

.block22 {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* TITLE */
.block22-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
}

/* BUTTON (COMMON) */
.des-start-btn,
.mob-start-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  padding: 12px 24px;
  background: linear-gradient(90deg, #11a7b8, #0e8d9b);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;

  min-width: 180px;
  transition: 0.3s ease;
}

.des-start-btn:hover,
.mob-start-btn:hover {
  background: linear-gradient(90deg, #0e8d9b, #0c7c89);
  color: #fff;
}

.arrow {
  margin-left: auto;
  transition: transform 0.3s ease;
}

.des-start-btn:hover .arrow,
.mob-start-btn:hover .arrow {
  transform: translateX(5px);
}

.block22-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#page-site-index .icon {
  font-size: 28px;
  color: #11a7b8;
  min-width: 35px;
  margin-bottom: 25px;
}

#page-site-index .box-title {
  font-weight: 600;
  margin-bottom: 12px;
}

#page-site-index .box-desc {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.block22-image-wrap {
  position: absolute;
  left: 40px;
  bottom: -20px;
  width: 300px;
  pointer-events: none;
}

.block22-img-big {
  width: 120px;
  position: relative;
  z-index: 1;
}

.block22-img-small {
  width: 80px;
  position: absolute;
  left: 130px;
  bottom: 10px;
  z-index: 2;
}

@media (max-width: 991px) {
  #page-site-index .block22 {
    padding: 40px 15px;
  }

  .block22-title {
    font-size: 1.7rem;
  }

  .block22-box {
    margin-bottom: 10px;
  }

  .block22-image-wrap {
    display: none !important;
  }

  #page-site-index .mob-start-btn {
    width: 100%;
    margin-top: 15px;
  }
}

.block23 {
  padding: 80px 0;
  color: #fff;
  position: relative;
}

/* LEFT */
.block23-title {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
  width: 373px;
}

.block23-subtitle {
  margin-top: 5px;
  font-size: 1rem;
  color: #fff;
}

/* RIGHT ITEMS */
.block23-item {
  margin-bottom: 36px;
}

.block23-item h5 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 22px;
}

.block23-item p {
  font-size: 15px;
  color: #ffffff;
  margin-top: 17px;
}

/* BUTTON (DESKTOP BASE) */
.block23-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 26px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  text-decoration: none !important;
  font-weight: 600;
  min-width: 200px;
}

.block23-btn .arrow {
  margin-left: auto;
}

/* IMAGES DESKTOP */
.block23-images {
  position: relative;
  margin-top: 40px;
}

.block23-images .img-main {
  width: 350px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

.block23-images .img-small {
  width: 220px;
  border-radius: 20px;
  position: absolute;
  bottom: -40px;
  left: 120px;
  z-index: 1;
}

.block23-images-mobile {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.block23-images-mobile .img-main {
  width: 80%;
  border-radius: 20px;
}

.block23-images-mobile .img-small {
  width: 70%;
  border-radius: 20px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .block23 {
    padding: 40px 20px;
  }

  .block23-title {
    font-size: 1.7rem;
    line-height: 1.3;
    width: 212px;
  }

  .block23-subtitle {
    display: inline-block;
    background: #fbbf24;
    color: #000;
    padding: 6px 10px;
    font-size: 14px;
    margin: 10px 0 20px;
    border-radius: 4px;
  }

  .block23-item {
    margin-bottom: 20px;
  }

  .block23-item h5 {
    font-size: 18px;
  }

  .block23-item p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 17px;
  }

  .block23-btn {
    display: flex;
    width: 100%;
    padding: 10px 18px;
    border-radius: 30px;
    margin-top: 25px;
  }

  .block23-images-mobile .img-main {
    width: 85%;
  }

  .block23-images-mobile .img-small {
    width: 75%;
    margin-top: -35px;
  }
}

.block24 {
  padding: 80px 0;
  text-align: center;
  margin-bottom: -48px;
}

.block24-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: -23px;
  letter-spacing: 1px;
}
.block24he {
  margin-top: -21px;
}
.block24-img {
  width: 100%;
  border-radius: 40px;
  padding: 40px;
}

.block24-desktop {
  max-width: 1200px;
  margin: 0 auto;
}

.block24-title span {
  display: inline;
}

@media (max-width: 768px) {
  .block24-title span {
    display: block;
  }
}
@media (max-width: 992px) {
  .block24 {
    padding: 50px 15px;
  }

  .block24-title {
    font-size: 22px;
    margin-bottom: -9px;
    margin-top: 23px;
  }

  .block24-img {
    border-radius: 20px;
    padding: 20px;
  }
}

.block25 {
  padding: 100px 20px;
  text-align: center;
  position: relative;
}

.block25-content {
  font-size: 36px;
  font-weight: 500;
  color: #e5e5e5;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto 40px;
}

.block25-content .highlight {
  color: #14b8c4;
  font-weight: 600;
}

.block25-btn {
  display: inline-block;
  padding: 14px 40px;
  background: #14b8c4;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.block25-btn:hover {
  background: #0e9aa7;
  color: #fff;
}

.block25::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fbbf24;
}

@media (max-width: 768px) {
  .block25 {
    padding: 60px 15px;
  }

  .block25-content {
    font-size: 17px;
  }

  .block25-btn {
    padding: 12px 30px;
  }
}

#block20 .footer-header-underline {
  background-color: #f9c51a !important;
  padding-top: 48px;
  padding-bottom: 32px;
  border: none;
}

#block20 .footer-top-row {
  display: flex;
  align-items: center;
  gap: 0;
  padding-bottom: 32px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

#block20 .footer-logo-group {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  padding-right: 40px;
}

#block20 .footer-logo-group img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 50%;
}

#block20 .footer-site-name {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.15;
  color: #00b5c8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  max-width: 160px;
}

#block20 .footer-divider {
  width: 2px;
  height: 100px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  margin: 0 40px;
}

#block20 .footer-dec p {
  font-size: 1rem;
  color: #111111;
  line-height: 1.65;
  margin: 0;
  max-width: 560px;
}

#block20 .footer-bottom-row {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

#block20 .footer-bottom-col {
  flex: 1;
  padding-right: 24px;
}

#block20 .footer-bottom-col:last-child {
  padding-right: 0;
}

#block20 .footer-bottom-col .widget-title h6,
#block20 .footer-bottom-col .footer-col-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #111111;
  text-transform: none;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
  border: none !important;
}
#block20 .footer-bottom-col .social-links a,
#block20 .footer-bottom-col .footer-menu li a,
#block20 .social-icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #333333;
  color: #ffffff;
  font-size: 1.1rem;
  margin-right: 8px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.18s;
}

#block20 .footer-bottom-col .social-links a:hover,
#block20 .social-icon-circle:hover {
  background: #00b5c8;
  transform: translateY(-2px);
}

#block20 .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#block20 .footer-initiative-brand {
  font-size: 1.5rem;
  font-weight: 900;
  color: #111111;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

#block20 .footer-initiative-brand .brand-accent {
  color: #f05a28;
}

#block20 .copyright-area {
  background-color: #f9c51a !important;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 14px 0;
}

#block20 .copyright-area .small {
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.55);
}

@media (min-width: 992px) {
  #block20 .footer-header-underline .row {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #block20 .footer-top-row,
  #block20 .footer-bottom-row {
    display: none;
  }

  #block20 .footer-header-underline .row {
    display: flex;
  }

  #block20 .footer-logo-group img {
    width: 64px;
    height: 64px;
  }

  #block20 .footer-site-name {
    font-size: 1.1rem;
  }
}

#block20 .b20-footer {
  background-color: #f9c51a;
  padding: 48px 0 44px;
}

#block20 .b20-top {
  display: flex;
  align-items: center;
  gap: 0;
  padding-bottom: 40px;
}

#block20 .b20-logo-group {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

#block20 .b20-logo-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}

#block20 .b20-sitename {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.2;
  color: #00b5c8;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  max-width: 160px;
}

#block20 .b20-vline {
  width: 2px;
  height: 90px;
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  margin: 0 40px;
}

#block20 .b20-desc {
  font-size: 1rem;
  color: #111111;
  line-height: 1.65;
  max-width: 540px;
}

#block20 .b20-bottom {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

#block20 .b20-col {
  flex: 1;
}

#block20 .b20-col-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111111;
  margin-bottom: 14px;
}

#block20 .b20-icons a,
#block20 .b20-icons img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #333333;
  color: #ffffff;
  font-size: 1.2rem;
  margin-right: 8px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.18s;
  overflow: hidden;
  object-fit: cover;
}

#block20 .b20-icons a:hover {
  background: #00b5c8;
  transform: translateY(-2px);
}

#block20 .b20-brand {
  font-size: 1.5rem;
  font-weight: 900;
  color: #111111;
  letter-spacing: 0.3px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  #block20 .b20-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  #block20 .b20-vline {
    width: 100%;
    height: 2px;
    margin: 0;
  }

  #block20 .b20-bottom {
    flex-direction: column;
    gap: 28px;
  }
}

#block26 .b26-footer {
  padding: 60px 0;
}

#page-site-index .b26-top {
  margin-bottom: 40px;
}

#page-site-index .b26-logo-img {
  height: 70px;
}

#page-site-index .b26-vline {
  width: 2px;
  height: 60px;
  background: #000;
  margin: 0 20px;
}

.b26-desc {
  max-width: 600px;
  font-size: 16px;
}

.b26-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.b26-icons {
  display: flex;
  gap: 15px;
}

.b26-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333;
  padding: 8px;
}

.b26-brand-img {
  height: 40px;
}

#block26 .b26-footer {
  padding: 60px 0;
}

.b26-top {
  margin-bottom: 40px;
}

.b26-logo-img {
  height: 70px;
}

.b26-vline {
  width: 2px;
  height: 60px;
  background: #000;
  margin: 0 20px;
}

.b26-desc {
  max-width: 600px;
  font-size: 16px;
}

.b26-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.b26-icons {
  display: flex;
  gap: 5px;
}

.b26-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333;
  padding: 8px;
}

.b26-brand-img {
  height: 40px;
}

@media (max-width: 768px) {
  #block26 .b26-footer {
    padding: 30px 15px;
    text-align: center;
  }
  .b26-top {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .b26-vline {
    display: none;
  }

  .b26-desc {
    max-width: 100%;
    font-size: 14px;
  }
  .b26-bottom {
    display: flex;
    flex-wrap: wrap;
  }

  .b26-col:nth-child(1),
  .b26-col:nth-child(2) {
    width: 50%;
  }
  .b26-col:nth-child(3) {
    width: 100%;
    margin-top: 20px;
  }

  .b26-title {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .b26-icons {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px;
  }

  .b26-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }

  .b26-brand-img {
    height: 30px;
  }
}
@media (max-width: 768px) {
  .b26-col:nth-child(2) .b26-icons {
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: auto;
    gap: 1px;
  }
  .b26-col:nth-child(2) .b26-icon {
    width: 36px;
    height: 36px;
    padding: 6px;
    flex: 0 0 auto;
  }
}

#block27 {
  position: relative;
  overflow: hidden;
}
#block27 .container {
  width: 960px;
}

.b27-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.b27-overlay {
  position: relative;
  z-index: 2;
  padding: 232px 0;
}

.b27-header {
  margin-bottom: 40px;
}

.b27-heading {
  text-align: left;
  font-size: 42px;
  font-weight: 600;
  color: #333;
  max-width: 700px;
  line-height: 1.3;
}

.b27-counter-wrap {
  margin-top: 0;
}

.b27-counter {
  text-align: left;
}

.b27-number {
  font-size: 36px;
  font-weight: 700;
}

.b27-title {
  margin-top: 10px;
  font-weight: 600;
}

.b27-text {
  font-size: 14px;
  color: #555;
}
@media (max-width: 768px) {
  #block27 {
    height: 100vh;
  }

  .b27-bg {
    height: 100%;
  }

  .b27-overlay {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .b27-heading {
    font-size: 30px;
    text-align: start;
    width: 216px;
  }

  .b27-counter-wrap {
    margin-top: 30px;
  }

  .b27-counter {
    text-align: start;
    margin-bottom: 20px;
  }

  .b27-number {
    font-size: 28px;
  }

  #block27 .text_to_html {
    width: 222px;
  }
  #block27 .b27-counter .text_to_html {
    font-size: 11px;
  }
}
.highlightslider {
  color: #ffd05f;
  font-weight: bold;
}
.highlight-number {
  color: #000000;
  font-weight: 500;
  color: #000;
}
.block23clr {
  color: #ffd05f;
  font-weight: bold;
}

.block10design2 {
  background-color: #30302f;
  padding: 48px 0 40px;
}

#page-site-index .testimonial-wrapper {
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  gap: 20px;
  opacity: 0;
  transition:
    transform 0.5s ease,
    opacity 0.4s ease;
  will-change: transform;
}

#page-site-index .testimonial-slide {
  flex: 0 0 80%;
}

#page-site-index .testimonial-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  border-radius: 16px;
  background: #30302f;
  color: #fff;
  gap: 30px;
  border: 2px solid #fff;
}

#page-site-index .image-holder {
  width: 140px;
  height: 140px;
}

#page-site-index .teal-circle {
  width: 180px;
  height: 180px;
  background: #00c2cb;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-site-index .teal-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#page-site-index .custom-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

#page-site-index .custom-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  border: none;
}

#page-site-index .custom-indicators button.active {
  background: #00c2cb;
}
/* 
@media (max-width: 768px) {
  .testimonial-slide {
    flex: 0 0 85%;
  }

  .testimonial-card {
    flex-direction: column;
    align-items: flex-start;
  }
} */
/* Default (desktop stays same) */
#page-site-index .testimonial-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

@media (max-width: 768px) {
  #page-site-index .testimonial-card {
    flex-direction: column;
    align-items: start;
    text-align: start;
  }
  #page-site-index .image-holder {
    order: -1;
    margin-bottom: 15px;
  }
  #page-site-index .quote-section {
    order: 1;
    margin-top: -80px;
  }

  #page-site-index .author-content {
    align-items: start;
    padding-left: 0px;
  }
  #page-site-index .quote-main {
    font-size: 19px;
    line-height: 1;
    font-style: italic;
    font-weight: 400;
    color: #e5e5e5;
    margin-bottom: 15px;
  }
}

#page-site-index .teal-circle {
  width: 100px;
  height: 100px;
}

#page-site-index .image-holder {
  margin-right: 13px;
}
#page-site-index .testimonial-heading {
  color: white;
}
#page-site-index .author-name {
  color: white;
}
#page-site-index .author-job {
  color: #555 !important;
}
#page-site-index .firkihight {
  color: #00b4c7;
}
.block22-icon {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

#page-site-index .quote-sub {
  font-size: 16px;
  color: #cfcfcf;
  line-height: 1.6;
  margin-bottom: 20px;
}

#page-site-index .author-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#page-site-index .author-name {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

#page-site-index .author-job {
  font-size: 14px;
  color: #b0b0b0;
  margin-top: 7px;
}
#page-site-index .quote-main {
  font-size: 28px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  color: #e5e5e5;
  margin-bottom: 15px;
  margin-top: 16px;
}
.block10design2 .container-fluid {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #page-site-index .quote-main {
    font-size: 18px;
    line-height: 1;
    font-style: italic;
    font-weight: 400;
    color: #e5e5e5;
    margin-bottom: 15px;
    margin-top: 16px;
  }

  .block10design2 .container-fluid {
    max-width: 100%;
    width: 100%;
    padding: 0 16px;
  }
}
