/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
  position: relative;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .main-banner {
    margin-top: 92px;
  }
}
.main-banner .banner-text .sub-text {
  font-weight: 600;
  color: #ffffff;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}
.main-banner .banner-text h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.5 !important;
  text-transform: capitalize;
  padding: 10px 0;
}
.main-banner .banner-text h2 span {
  color: #daa106;
  font-size: 40px;
}
.main-banner .banner-text p {
  font-family: "Roboto";
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.8;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
  height: auto;
}
.main-banner .more-btn {
  background: #daa106;
  line-height: 30px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 700;
  color: #fff;
}
.main-banner li .btn-text {
  line-height: 60px;
  padding-left: 38px;
  padding-right: 38px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 100px;
}
#wrapper .main-banner .tp-bullets {
  top: auto;
  left: 52%;
  display: block;
  visibility: visible;
  opacity: 1;
  bottom: 66px;
}
.main-banner .tp-bullet {
  width: 26px;
  height: 3px;
  background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
  background: #ffaf36;
}
.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
  border: 1px solid #fff;
  z-index: 99;
  cursor: pointer;
  background: none;
  visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow,
.main-banner:hover .tparrows.tp-rightarrow {
  visibility: visible;
}
.tparrows.tp-leftarrow:hover,
.tparrows.tp-rightarrow:hover {
  background: #daa106;
  border: 1px solid #daa106;
}
.slotholder:before {
  border-top: none;
  border-bottom: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.69);
  content: "";
}
@media (max-width: 480px) {
  .main-banner .banner-text h2,
  .main-banner .banner-text span {
    font-size: 18px !important;
  }
  .main-banner .banner-text p {
    line-height: 1.2;
    font-size: 15px;
  }
}

.main-banner li .btn-text {
  line-height: 44px !important;
}

/*service*/
.sevice-box {
}
.sevice-box figure {
  margin: 0px;
}
.sevice-box figure img {
  width: 100%;
}
.sevice-box .service-text {
  border: 1px solid #c3c3c3;
  /* padding: 25px 20px; */
  margin: -78px 25px 0px 25px;
  position: relative;
  padding-top: 3px;
  margin-top: -40px;
  z-index: 3;
  background: #fff;
  position: relative;
  z-index: 2;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.sevice-box:hover .service-text {
  top: -10px;
  color: #fff;
  border: 1px solid #fbb908;
}
.sevice-box .service-text h3 a {
  color: #e2a606;
  transition: all 0.3s ease-in-out 0.2s;
}
.sevice-box:hover .service-text h3 a {
  color: #fff;
}
.sevice-box .service-text:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #fbb908;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.sevice-box:hover .service-text:before {
  height: 100%;
}
/*nesw-Sec*/
.btn-styl {
  background: #fff;
  font-size: 20px;
  position: relative;
  z-index: 2;
  border: none;
  border-radius: 0;
}
.btn-styl:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #28303b;
  content: "";
  transform: scaleX(0);
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-styl:hover:before {
  transform: scaleX(1);
  opacity: 1;
}
.btn-styl:hover {
  color: #fff;
}
/*-------------------------------------------------------------------------------------------*/
/* home Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.testimorial-bg .testimonial .quote-bot {
  border: 1px solid;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: inline-block;
  line-height: 93px;
}
.testimorial-bg .testimonial .invatic-icon i {
  font-size: 30px;
}
.testimorial-bg .testimonial p {
  font-size: 16px;
}
.testimorial-bg .testimonial {
  padding: 36px 20px;
  background: #fff;
}
.testimorial-bg .testimonial .quote-author {
  display: block;
  float: none;
  margin: 0px;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.testimorial-bg .testimonial .invatic-icon {
  margin-bottom: 28px;
  display: inline-block;
}
.testimorial-bg .testimonial span {
  display: block;
}

/*regitaion*/
/*registration Section*/
.registration_section h3 {
  font-size: 40px;
}
.registration_section h3 span {
  color: #333;
}
.registration_section .appointment {
  margin-right: 0;
  position: static;
  background: #fff;
  padding: 15px 30px 19px 30px;
}

.appointment .form-field-wrapper {
  margin-bottom: 0px;
}
.appointment .form-field-wrapper label {
  margin-bottom: 6px;
}
.appointment .form-field-wrapper textarea {
  height: 80px;
}
@media (max-width: 991px) {
  .registration_section .image_cover_right {
    display: none;
  }
  .registrantion_counter ul.countdown li {
    float: none;
    display: inline-block;
    width: 123px;
    margin: 10px !important;
  }
  .registration_section .appointment {
    width: 100%;
  }
}

/*Choose*/
.poins ul {
  margin: 0px;
  padding: 0px;
}
.poins ul li {
  list-style: none;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .poins ul li {
    width: 100%;
  }
}
.poins ul li i {
  font-size: 25px;
}
.poins ul li span {
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .poins ul li span {
    padding-left: 10px;
    font-size: 12px;
  }
}
#choose .text-content h4 {
  font-size: 30px;
  margin-top: 0px;
}

/*-------------------------------------------------------------------------------------------*/
/*home Client Logo       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

.client-logo {
  height: 100px;
  text-align: center;
  background: #fff;
}

.client-logo img {
  height: 100%;
  width: auto;
}
#client-logos .owl-stage-outer .owl-item .item .client-logo img {
  width: auto;
  display: inline-block;
}

/* =========================================
   INDUSTRIES WE SERVE
========================================= */

.industries-section {
  background: #f7f8fa;
  position: relative;
}

.industry-card {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.industry-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #d9b057;
  transition: all 0.4s ease;
}

.industry-card:hover::before {
  width: 100%;
}

.industry-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.industry-icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 176, 87, 0.12);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.industry-icon i {
  font-size: 32px;
  color: #d9b057;
  transition: all 0.4s ease;
}

.industry-card:hover .industry-icon {
  background: #d9b057;
  transform: rotateY(360deg);
}

.industry-card:hover .industry-icon i {
  color: #fff;
}

.industry-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #103757;
}

.industry-card p {
  margin-bottom: 0;
  line-height: 1.7;
  color: #666;
}

@media (max-width: 767px) {
  .industry-card {
    padding: 30px 20px;
  }

  .industry-card h3 {
    font-size: 20px;
  }
}

/*  ========================= Blog ========================= */
/* =========================================
   BLOGS SECTION
========================================= */

.blogs-section {
  background: #ffffff;
}

.blog-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

/* Blog Image */

.blog-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
  transform: scale(1.08);
}

/* Category */

.blog-category {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: #d9b057;
  color: #fff;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
}

/* Blog Content */

.blog-content {
  padding: 28px 25px 30px;
}

.blog-meta {
  margin-bottom: 12px;
  font-size: 13px;
  color: #888;
}

.blog-meta i {
  margin-right: 6px;
  color: #d9b057;
}

.blog-content h3 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 21px;
  font-weight: 600;
}

.blog-content h3 a {
  color: #103757;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-content h3 a:hover {
  color: #d9b057;
}

.blog-content p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Read More */

.blog-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #103757;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-btn span {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.blog-btn:hover {
  color: #d9b057;
}

.blog-btn:hover span {
  transform: translateX(5px);
}

/* View All Blogs */

.blogs-bottom-btn {
  margin-top: 15px;
}

.all-blogs-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  background: #103757;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.all-blogs-btn span {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.all-blogs-btn:hover {
  background: #d9b057;
  color: #fff;
}

.all-blogs-btn:hover span {
  transform: translateX(5px);
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 767px) {
  .blog-image {
    height: 210px;
  }

  .blog-content {
    padding: 24px 20px;
  }

  .blog-content h3 {
    font-size: 19px;
  }
}
