
.banner-swiper-two {
  max-height: 50vh;
  overflow-y: hidden;
}

.main-logo img {
  max-width: 90%;
}

.header-top-area-wrapper .header-top-one-wrapper .left .working-time a {
  padding: 11px 0;
  display: block;
  color: #fff;
  margin-right: 50px;
  font-size: 14px;
  position: relative;
  transition: var(--transition);
}


.header-top-area-wrapper .header-top-one-wrapper .left .working-time a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: var(--transition);
}

.header-top-area-wrapper .header-top-one-wrapper .left .working-time a i {
  margin-right: 6px;
}

.header-top-area-wrapper .header-top-one-wrapper .left .working-time a:hover::after {
  width: 100%;
}

.team-single-one-start.books .single-details {
  padding: 10px;
}

.team-single-one-start.books .single-details a .title {
  font-size: 13px !important;
   overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.books-section {
  padding-top: 80px;
}

.rts-section-sliderGapTop {
  margin-top: 20px;
}

.books-slider-padding {
  padding-top: 50px;
  padding-bottom: 80px;
}

.single-service-signle-wrapper.books-category .img-box {
  width: 300px;
  height: 200px;
}

.single-service-signle-wrapper.books-category .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section {
  display: none;
}

.f-logo {
  filter: brightness(0) invert(1);
}

.footer-8-area-bg .footer-one-single-wized .signle-footer-contact-8 .inner-content {
  width: 90%;
}

.service-single-main-wrapper-five .line,
.service-single-main-wrapper-five .line-two {
  position: relative;
}

.service-single-main-wrapper-five .line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -160px;
  width: 50px;
  height: 1px;
  background-color: #166292;
}

.service-single-main-wrapper-five .line::before {
  content: '';
  position: absolute;
  top: 0px;
  left: -160px;
  width: 1px;
  height: 50px;
  background-color: #166292;
}

.service-single-main-wrapper-five .line-two::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -160px;
  width: 50px;
  height: 1px;
  background-color: #166292;
}

.service-single-main-wrapper-five .line-two::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -160px;
  width: 1px;
  height: 50px;
  background-color: #166292;
}

.text-justify {
  text-align: justify;
}

/* cta section start */
.cta {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 99999;
  padding: 0;
  margin: 0;
}

ul li {
  padding: 0;
  margin: 0;
}

ul.cta__lists {
  list-style: none;
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  margin: 0;
}

ul.cta__lists .cta__icon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  padding: 2%;
  display: grid;
  place-content: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

ul.cta__lists .cta__icon img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

ul.cta__lists a.cta__list {
  transition: all 0.8s ease;
}

ul.cta__lists a.cta__list.cta__hide {

  opacity: 0;
  visibility: hidden;
}



.cta__main__btn {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.group-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 10px;

}

.group-btn select {
  background-color: #fff;
}

.list-group-item-heading {
  margin: 0;
}

.scrolling-content-box {
  background-color: #f0f9ff;
  display: grid;
  grid-template-columns: max-content auto;
  padding: 10px;
  overflow-x: hidden;
  gap: 2px;
  align-items: center;
}

.scrolling-content-box .scrolling-content-heading {
  background-color: #166292;
}

.scrolling-content-box .scrolling-content-heading h4 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  padding: 5px 10px;

}

.scrolling-content-box .scrolling-content {
  overflow: hidden;
  padding-left: 20%;
}

.scrolling-content-box .news-lists {
  display: inline-flex;
  list-style: none;
  padding: 0;
  animation: scroll-right 100s linear infinite;

}


@keyframes scroll-right {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scrolling-content-box .news-lists li {
  width: 100%;
  white-space: nowrap;

}

.scrolling-content-box .news-lists li a h4 {
  font-size: 14px;
  margin: 0;
}

.bg-section {
  background: #166292;
}

.project-section {
  padding: 50px 0;
  margin-bottom: 50px;
  position: relative;
}

/* .project-section::after {
    background-image: url(../img/project/1.webp);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
} */

.project-section .project-heading {
  margin-bottom: 40px;
}


.project-investment-form {
  max-width: 90%;
  width: 100%;
}

.project-investment-form .form-field {
  border: 1px solid lightgray;
  margin-bottom: 15px;
  position: relative;
  padding: 10px;
  padding-top: 20px;
}

.project-investment-form input {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid lightgray;
  background-color: #fff;
  border-radius: 0px;
}

.project-investment-form .input-field-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5px;
}

.project-investment-form h5 {
  font-size: 12px;
  margin-bottom: 0px;

}

.project-investment-form .form-fields .project-search-btn {
  font-size: 16px !important;
  background-color: #fff;
  text-align: center;
  color: #222;
}

.project-investment-form .form-field .form-field-heading {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  top: -12px;
  background-color: #fff;
  padding-inline: 10px;
  border-radius: 30px;
}

.cart {
  display: none;
}

.text-justify {
  text-align: justify;
}

.pricing-three-title-area {
  background: transparent;
}

.rts-trusted-client {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single-service-signle-wrapper.books-category .img-box {
  width: 100%;
  height: 200px;
}

.single-service-signle-wrapper.books-category .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-title-box {
  background-color: #166292;
  padding: 30px 10px;
  border-radius: 10px;
  display: grid;
  place-content: center;
}

.client-title-box h2 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;


}

.service-card {
  width: 100%;
  height: 400px;
  /* width: 300px; */
  /* height: 200px; */
  perspective: 1000px;
}

.service-inner-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;

}

.service-card:hover .service-inner-card {
  transform: rotateY(180deg);
}

.service-front-card,
.service-back-card {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.service-front-card {
  background-color: #fff;
}

.service-back-card {
  background-color: #166292;
  transform: rotateY(180deg);
}

.service-back-card .service-single-main-wrapper-five {
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}

.service-back-card .service-single-main-wrapper-five .inner-content h5 {
  line-height: 1.6;
  font-size: 18px;
}

.service-front-card .inner-content a,
.service-back-card .inner-content a {
  font-size: 16px;
}


.service-back-card .inner-content a {
  color: #222 !important;

}

.service-back-card .inner-content .rts-btn.btn-primary.btn-white::before {
  color: #222 !important;
  background-color: #fff;
}


.clientDetails {
  background: #fff;
  min-height: 160px;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 1px 6px 0 #f0f6f6
}

/* .clientno {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    line-height: 30px;
    background: #333;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
} */

.clientName {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.clientName span {
  font-weight: bold;
}

.breadcrumb-links {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  gap: 15px;
}

.banner-inner-service-details-1.large-height .title-area-left .breadcrumb-links li a.active {
  color: #fff;
  position: relative;

}

.banner-inner-service-details-1.large-height .title-area-left .breadcrumb-links li a.active::after {
  content: '/';
  position: absolute;
  top: 0;
  right: -10px;
}

.about-inner-content-two .about-between-wrapper p.disc {
  max-width: 100%;
  font-size: 16px;
}

.consultancy-style-one.pl-50 {
  padding-left: 50px;
}

.bg-section-style-one {
  background-image: linear-gradient(to right, rgba(22, 99, 146, 0.7), rgba(22, 99, 146, 0.7)), url(../img/bg/1.webp);
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}

.spectrum-pointer {
  /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  columns: 3;
  gap: 50px;
}

.business-area-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 20px;
  list-style: none;
}

.business-area-lists li {
  border: 1px solid lightgray;
  padding: 2%;
  transition: all 0.3s ease;
}

.business-area-lists li:nth-child(even) {
  background-color: #166292;
  color: #fff;

}

.business-area-lists li:nth-child(even):hover {
  background-color: #fff;
  color: #222;
}

.business-area-lists li:nth-child(odd):hover {
  background-color: #166292;
  color: #fff;
}

.business-area-lists li:nth-child(odd) a:hover {
  color: #fff !important;
}

.spectrum-section .theme-title-one {
  margin-bottom: 50px;
}

.spectrum-pointer li {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;

}

.more-content {
  display: none;
}

/* .books-category.custom-box-shadow {
    background: #FFFFFF;
    box-shadow: 0px 30px 20px rgba(182, 182, 182, 0.5);
} */

.books-categories-lists [class^='col-'] {
  margin-bottom: 30px;
 
}

.books-categories-lists [class^='col-'].showBox {
  display: block;
}

.books-categories-lists .books-category {
  border: 1px solid rgba(182, 182, 182, 0.5);
  height: 100%;
  transition: all 0.3s ease;

}

.books-categories-lists .books-category:hover {
  background: #FFFFFF;
  box-shadow: 0px 30px 20px rgba(182, 182, 182, 0.5);
}

.books-categories-lists .single-service-signle-wrapper {
  padding: 10px;
  gap: 15px;
}

.books-categories-lists .single-service-signle-wrapper .information .disc {

  -webkit-line-clamp: 2;
  overflow-y: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 5px;

}

.books-categories-lists .single-service-signle-wrapper .information .title,
.books-categories-lists .single-service-signle-wrapper .information .title a{
  font-size: 17px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.books-categories-lists .single-service-signle-wrapper .information .arrow-right i {
  background: #166292;
  color: #fff;
}

.rts-section-gapBottom {
  padding-bottom: 50px;
}

.project-categories-lists a .single-service-signle-wrapper .information {
  width: 100%;
}

.project-categories-lists a .single-service-signle-wrapper .information .title {
  font-size: 20px;
  text-align: center;
  min-height: 50px;
}

.project-content p {
  text-align: justify;
}

.project-profile-card table.project-profile-card-table p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

.project-profile-card .project-profile-img-box {
  max-height: 227px;
  min-height: 227px;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.project-profile-card .project-profile-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.project-profile-card.single-service-signle-wrapper .information .title {
  min-height: 55px;
}

.project-content-tab {
  min-width: max-content;
  border-radius: 6px;
  background: #166292;
  height: 100%;
  padding: 10px;
}

.project-content-tab .nav-pills button.nav-link {
  text-align: left;
  background-color: #fff;
  margin-bottom: 5px;
  color: #111032;
  font-weight: 600 !important;
  font-size: 14px;
  padding: 10px;
  transition: all 0.3s ease;
}

.project-content-tab .nav-pills button.nav-link.active,
.project-content-tab .nav-pills button.nav-link:hover {
  background-color: #00a0e3;
  color: #fff;
}

.project-tab-content {
  width: 100%;
}

.project-tab-content h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.project-tab-content table.project-content-table {
  width: 100%;
}

.project-tab-content table.project-content-table tr:first-child,
.project-tab-content table.project-content-table tr:last-child {
  background: #166292;
  color: #fff;
}

.single-service-signle-wrapper.single-project-profile-card .arrow-right.btn-md span {
  font-size: 13px;
}

.single-service-signle-wrapper.single-project-profile-card .arrow-right.btn-md.download-btn i {
  background-color: #b03f3f;
}

.check-wrapper-area.buying-report .single-check {
  margin-bottom: 15px !important;
  align-items: flex-start !important;
}

.check-wrapper-area.buying-report .single-check i {
  margin-top: 10px !important;
}

.book-btn-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1px;
}

.book-btn-group.two-button {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1px;
}

.swiper-related-shop-area .single-service-signle-wrapper {
  border: 1px solid lightgray;
  padding: 0;
}

.book-btn-group a,
.book-btn-group button{
  display: block;
  font-size: 11px;
  background: #166292;
  color: #fff;
  text-align: center;
  border: 0;
     height: 25px;
    border-radius: 0;
}

.single-book-details .project-profile-card-table td {
  width: 50%;
}

.single-book-details .project-profile-card-table td p:first-child {
  font-size: 18px;
}

.single-book-details .project-profile-card-table p {
  margin: 0;
  font-size: 16px;
}

.single-book-details .book-btn-group a,
.single-book-details .book-btn-group button{
  display: block;
  font-size: 12px;
  background: #166292;
  color: #fff;
  text-align: center;
  padding: 10px;
    height: 45px;
    border-radius: 0;

}

.single-book-details .book-btn-group a.buy-now {
  background-color: darkgreen;
}

.quick-cta .form-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
}

/* .rts-call-to-action-area-two.quick-cta-container {
    margin-top: 50px;
} */

.rts-call-to-action-area-two.quick-cta-container .cta-style-two-area {
  justify-content: center;
}

.quick-cta .form-container .quick-form-input {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.quick-cta .form-container .quick-form-input input {
  background-color: #fff;
  height: 40px;

}



.quick-cta .form-container .quick-form-input.submit-btn button {
  font-size: 16px;
  background: #166292;
  color: #fff;
  text-align: center;
  height: 40px;
  border-radius: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.how-to-use-btn {
  background-color: #b03f3f;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
}

.how-to-use-btn:hover,
.how-to-use-btn:active,
.how-to-use-btn:visited,
.how-to-use-btn:link {
  color: #fff;
}

.single-service-technical-area {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E4E7EE;
  padding: 15px 10px;
  transition: .4s;
  height: 100%;

  .icon {
    margin: auto;
    margin-bottom: 32px;
    width: 60px;
    height: 60px;

  }

  .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;

  }

  .title {
    font-size: 22px;
  }

  p.disc {
    margin-bottom: 15px;
    max-height: 100px;
    overflow-y: scroll;
  }

  .read-more {
    color: #5D666F;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;

    &:hover {
      color: var(--color-primary);
    }
  }

  &:hover {
    box-shadow: 0px 12px 24px rgba(18, 22, 34, 0.07);
  }
}

.cta-inner-content-inner-page.news-wrapper {
  align-items: flex-start;
}

.news-wrapper {
  display: grid;
  grid-template-columns: 25% auto;
}

.news-wrapper .left-side-content h3.title {
  font-size: 35px;
  margin-top: 20px;
}

.news-wrapper ul {
  list-style: none;
}

.news-wrapper ul li {
  background-color: lightblue;
  padding: 20px;
}

.news-wrapper ul li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.clientDetails-button .rts-btn {
  padding: 5px 10px;
  height: 30px;
  margin-top: 5px;
}

.news-main-container {
  padding: 50px 0;
}

.database-table tr td:first-child {
  width: 60%;
}



.directory-and-database .single-service-signle-wrapper {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
      border: 1px solid #e3e3e3;
}

.book-btn-group.directory-and-database {
  grid-template-columns: repeat(4, 1fr);
}

.certificate-box .img-wrapper {
  border: 1px solid lightgray;
  min-height: 430px;
  max-height: 430px;
  overflow: hidden;
}

.industries-pagination {
  margin-top: 50px;
}

.certificate-box .certificate-content-box {
  background: #166292;
  min-height: 100px;
  max-height: 100px;
  overflow-y: auto;
  padding: 10px;
}

.section-bg-gradient {
  background-image: linear-gradient(to right, #41a8e7, #41a8e7);
}


.certificate-box .certificate-content-box p {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.account .form-field {
  max-width: 80%;
}

.form-field input {
  height: 50px;
  margin-bottom: 10px;


}

.account .form-field a {
  color: #00a0e3;

}

.form-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.form-btn button.rts-btn {
  max-width: 100% !important;
  margin-bottom: 10px;
}

.woocommerce-cart-form__cart-item .product-thumbnail a {
  width: 100px;
  display: block;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.existing-customer h2 {
  font-size: 20px !important;
}

.payment-methods ul {
  list-style: none;
  padding: 0;
}

.payment-methods ul li {
  margin-bottom: 15px;
}

.slideshare-box iframe {
  width: 100%;
  height: 300px;
}

.pdf-and-documents-box {
  border: 1px solid #000000;
  position: relative;
}

.pdf-and-documents-content {
  position: absolute;
  bottom: 0;
  left: 0;
  /* background:  #111032; */

}

.pdf-and-documents-content h6 {
  color: #fff;
}


.pdf-and-documents-content .download-section {
  background-color: #f0f9ff;
  padding: 10px;
}

.pdf-and-documents-content .download-card {
  background: #dce4ed;
  display: grid;
  grid-template-columns: 1fr;
  padding: 5px;
  align-items: center;
}

.pdf-and-documents-content .download-card h3 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  max-height: 100px;
  overflow-y: auto;
  line-height: normal;
  padding: 0;
}

.pdf-and-documents-content .download-card .download-link a {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.pdf-and-documents-content .download-card .download-link a span {
  font-weight: 600;
}

.pdf-and-documents-content .download-card .download-link img {
  width: 50px;
}


.video-box {
  position: relative;
}

.video-box .video-box-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);

  display: grid;
  place-content: center;
}

.video-box .video-box-overlay .play-video {
  background-color: #CD201F;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  color: #fff;
  border-radius: 50%;
}

.video-box .video-box-overlay .play-video i {
  font-size: 35px;
}

.blog-archive-box {
  border: 1px solid #e2e2e2;
}

.blog-archive-content {
  padding: 10px;
}

.contact-info-area-wrapper-p.contact-page .single-contact-info .info-wrapper span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
}

.contact-info-area-wrapper-p.contact-page .single-contact-info .info-wrapper a {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
}

.contact-info-area-wrapper-p.contact-page .single-contact-info .info-wrapper .group {
  display: flex;
  column-gap: 15px;
}

.appoinment-wrapper-one-start form .comments-area textarea {
  background: #F6F6F6;
  height: 57px;
  padding: 15px;
  border: none;
  border: 1px solid transparent !important;
}

.custom-pointer-lists ul li{
    list-style: none;
    position: relative;
    line-height: 28px;
    margin-bottom: 10px;
}

.custom-pointer-lists ul li::before{
    content: '\f058';
    position: absolute;
    top:0;
    left: -25px;
    font-family: "Font Awesome 6 Pro";
    color: #166292;
    font-weight: 900;
 
}

@media(max-width:768px) {
    
    .track-your-order{
        margin-top:20px;
    }
.book-menuscript{
    padding-bottom: 20px;
}
.remove-item.btn.btn-danger.btn-sm{
    max-width: fit-content;
}
  .pdf-and-documents-content .download-card h3 {
    font-size: 15px;
  }
  
  .service-card {
 
    height: 280px; 
    margin-bottom: 20px;
}
}

@media(max-width:1500px) {
  .main-logo img {
    max-width: 100%;
  }

  .thumbnail.main-logo {
    max-width: 18%;
  }
}


/* cta section end */
@media(max-width:768px) {

  .appoinment-wrapper-one-start .submit-btn {
    padding-bottom: 30px;
  }

  .contact-info-area-wrapper-p.new.contact-page {

    height: auto;
  }

  .contact-info-area-wrapper-p.contact-page .single-contact-info .info-wrapper a {

    font-size: 16px;
  }

  .book-menuscript.mt-50 {
    margin-top: 0;
    padding-bottom: 30px;

  }

  .about-between-wrapper.ps-5 {
    padding-left: 0 !important;
    padding-top: 15px;
  }

  .book-menuscript .appoinment-wrapper-one-start form .single-input-wrapper {

    gap: 0;
    flex-direction: column;
  }

  .book-menuscript .appoinment-wrapper-one-start form .single-input-wrapper .single-input.w-25 {
    width: 100% !important;
  }

  .cart-page .ms-single-product__content .ms-actions-inner,
  .cart-page .ms-woocommerce-cart-form-wrapper .ms-actions-inner {

    width: 75%;
  }



  .cart-page .woocommerce-cart-form button {

    height: 50px;
  }

  .account .form-field {
    max-width: 100%;
  }

  .form-group {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .form-btn button.rts-btn {

    height: 50px;
    font-size: 16px;
  }

  .account .form-field a {
    color: #00a0e3;
    font-size: 14px;
  }

  input[type=checkbox]~label,
  input[type=radio]~label {

    font-size: 14px;
  }

  .existing-customer h2 {
    font-size: 15px !important;
  }

  .mobile-top-padding {
    padding-top: 30px;
  }

  .certificate-box .certificate-content-box {
    background: #166292;
    min-height: auto;
    max-height: none;
    overflow-y: auto;
  }

  .certificate-box .img-wrapper {

    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .mySwiper-related-shop {

    padding-bottom: 0px;
  }

  .tab-area-shop .tab-content {

    padding: 10pt;
  }

  .tab-area-shop .nav-tabs .nav-item .nav-link {

    padding: 5px 8.2px;
  }

  .single-book-details .book-btn-group a {

    font-size: 12px;
  }

  .book-btn-group.directory-and-database a {
    font-size: 10px;
    padding: 0;
  }

  .news-wrapper .left-side-content h3.title {
    font-size: 19px;
    margin: 0;
    line-height: 1;
  }

  .news-wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .news-wrapper ul {
    padding: 0;
  }

  .spectrum-pointer {
    columns: 1;
    gap: 20px;
  }

  ol,
  ul {
    margin: 16px 0;
    padding: 0 0 0 10px;
  }

  .single-service-technical-area p.disc {
    max-height: none;
  }

  .consultancy-style-one.pl-50 {
    padding-left: 0px;
  }

  .quick-cta .form-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }

  .rts-call-to-action-area-two {

    align-items: center;
    padding-bottom: 18px;
  }

  .rts-call-to-action-area-two.quick-cta-container .cta-style-two-area {
    padding: 15px 0 0;
  }

  .rts-call-to-action-area-two.quick-cta-container .cta-style-two-area .title {
    font-size: 19px;
    line-height: 1.1;

  }

  .rts-trusted-client .row.my-5 {
    margin: 0 !important;
  }

  .rts-trusted-client .client-title-box {
    padding-top: 0;

  }

  .rts-trusted-client .title-area-client-client p.client-title {
    color: #fff;
  }

  .rts-trusted-client .clientDetails {
    padding: 5px;
  }

  .project-investment-img {
    display: none;
  }

  .project-investment-form {
    max-width: 100%;
  }

  .project-section .project-heading {
    margin-bottom: 20px;
  }

  .footer-8-area-bg .footer-one-single-wized .quick-link-inner .links li a {
    font-size: 13px;
  }

  .cart {
    background: #F2F2F2;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: none;
    position: relative;
    margin-right: 10px;
  }

  .cart i {
    font-size: 12px;
  }

  #search i,
  #menu-btn i {
    color: #1C2539;
    font-size: 12px;
  }

  #search,
  #menu-btn {
    background: #F2F2F2;
    height: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: none;
  }

  .cart .cart-count {
    display: inline-block;
    position: absolute;
    top: -12px;
    left: 20px;
    font-size: 10px;
    /* display: none; */
    background: rgb(0, 0, 0);
    width: 20px;
    height: 20px;
    display: grid;
    color: #fff;
    place-content: center;
    border-radius: 50%;
  }

  .about-between-wrapper p.disc {
    margin-bottom: 10px;
  }

  .service-main-wrapper-list a {
    display: block;
    width: 100%;
  }

  .books-slider-padding {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .rts-breadcrumb-area .title-area-left .bg-title {

    top: -20px;
  }

  .single-service-signle-wrapper.books-category .img-box {
    width: 100%;
    height: auto;
    overflow:clip;
  }

  .project-and-profile .single-service-signle-wrapper.books-category .img-box {
    width: 100%;
    height: 100px;
  }

  .single-service-signle-wrapper .information p.disc {

    display: none;
  }

  .single-service-signle-wrapper {
    padding: 10px;
    gap: 10px;
  }

  img.menu-light {
    width: 15px;
  }

  .single-service-signle-wrapper .information .title {
    font-size: 17px;
    font-weight: 700;
  }

  .service-main-wrapper-list {

    gap: 10px;
  }

  .single-service-signle-wrapper .information .arrow-right i {
    height: 30px;
    width: 30px;
  }

  .about-inner-content-two .about-between-wrapper {

    margin-top: 0px;
  }

  .service-style-swiper-wrapper-two .mySwiper-service-1 {
    padding-bottom: 40px;
  }

  .service-main-wrapper-list .single-service-wrapper .thumbnail {
    max-width: 40px;
  }

  .testimonials-main-wrapper-two {
    gap: 0;
  }

  .mySwiper-blog-one {
    padding-bottom: 40px;
  }

  .single-blog-area-one .bottom-details {
    margin-top: 25px;
    padding-top: 0px;
    border-top: 1px solid #E9ECF1;
  }

  .rts-pricing-area-one .pricing-tab-button-area ul.nav li button {

    padding: 5px 10px;
  }

  .news-box {
    max-height: 400px;
    overflow-y: auto;
    position: relative;

  }

  .news-lists {
    list-style: none;
    /* animation: scroll-up 50s linear infinite; */
    animation: scroll-right 40s linear infinite;
    padding: 0;
    margin: 0;
    animation-delay: 3s;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
  }

  .news-box:hover .news-lists {
    animation-play-state: paused;
  }

  .paused {
    animation-play-state: paused !important;
  }

  @keyframes scroll-up {
    0% {
      transform: translateY(0%);
    }

    100% {
      transform: translateY(-100%);
    }
  }

  @keyframes scroll-right {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-100%);
    }
  }

  .news-box a h4 {
    margin: 0;
  }

  .news-box a h4 span {
    font-size: 12px;
  }

  .project-investment-form .form-field {
    border: 1px solid lightgray;
    margin-bottom: 15px;
    position: relative;
    padding: 10px;
    padding-top: 20px;
  }

  .project-investment-form input {
    height: 30px;
    width: 100%;
    border-bottom: 1px solid lightgray;
    background-color: #fff;
    border-radius: 0px;
  }

  .project-investment-form .input-field-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
  }

  .project-investment-form h5 {
    font-size: 12px;
    margin-bottom: 0px;

  }

  .project-investment-form .form-fields .project-search-btn {
    font-size: 16px !important;
    background-color: #fff;
    text-align: center;
    color: #222;
  }

  .project-investment-form .form-field .form-field-heading {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: absolute;
    top: -12px;
    background-color: #fff;
    padding-inline: 10px;
    border-radius: 30px;
  }

  .form-field-heading span {
    font-size: 12px;
  }

  .cta-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 1px;
    z-index: 999999;

  }

  .cta-section a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .cta-section .whatsapp {
    background: #25D366;
  }

  .cta-section .call {
    /* background: #166292; */
    background: #b03f3f;
  }

  .modal-form-container .single-input {
    margin-bottom: 10px;
  }

  .modal-form-container .single-input select {
    border-radius: 10px;
    padding: 0 20px;
    height: 28px;
  }

  .modal-form-container .modal-group-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .modal-close-btn.btn-close {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 9999;
    opacity: 1;

    background: transparent;

    font-size: 20px;
    color: #000000;

  }

  .modal-form-btn {
    background: #166292;
    padding: 10px;
    text-align: center;
    color: #fff;
  }

  .banner-swiper-two .swiper-slide-active .pre-title {

    font-size: 13px;
  }

  .about-between-wrapper.more-content.hide {
    display: none;
  }



  .rts-trusted-client {
    background: #166292;
    padding: 30px 0;
  }



  .project-section {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .project-section h3.project-heading {
    padding-bottom: 10px;
  }

  .header-main {
    background: #166292;
  }

  .call-and-sign-area .call-area {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .call-and-sign-area .call-area .icon {
    height: 35px;
    width: 35px;

  }

  .left-thumbnail-about-area-two .small-image {
    display: none;
  }

  .project-section h3 {
    font-size: 18px;
  }

  .group-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 5px;
  }

  .group-btn select {
    background-color: #fff;
    width: max-content;
  }

  .group-btn select#currency {
    justify-self: flex-end;
  }

  .rts-trusted-client .client-title {
    margin-bottom: 15px !important;
  }



  .single-service-signle-wrapper.recent-projects .information.recent-projects-content .title {
    font-size: 13px;
    font-weight: 700;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: clip;
  }

  .rts.service-area.bg-style-2 {
    background-color: #f0f9ff;
    margin: 10px 0;
  }

  .rounded-text {
    background: #166292;
    color: #fff;
    padding: 5px 10px;

    margin-bottom: 10px;
    display: inline-flex;
    position: relative;
  }

  .rounded-text::after {
    content: '';
    /* width: 100%;
        height: 100%; */
    border: 18px solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: #166292;
    position: absolute;
    top: 0;
    right: -35px;
  }

  .rounded-text h1 {
    margin: 0;
    color: #fff;
    font-size: 20px;
  }

  section.main-wrapper-sticky .sticky-statement.narrow .left-side .title {
    min-width: max-content;
    font-size: 15px;
  }

  section.main-wrapper-sticky .sticky-statement {

    margin-bottom: 10px;
  }

  .scrolling-content-box {
    grid-template-columns: 1fr;
  }

  .scrolling-content-box .scrolling-content {
    overflow: hidden;
    padding-left: 0%;
  }

  .scrolling-content-box .scrolling-content-heading {
    width: fit-content;
    position: relative;

  }

  .banner-inner-service-details-1 {
    height: auto;

  }

  .books-categories-lists .single-service-signle-wrapper .information .title {
    font-size: 17px;
  }

  .service-details-left-area .service-short-main-wrapper {

    margin-top: 20px;
  }

  .project-categories-lists a .single-service-signle-wrapper .information .title {
    font-size: 14px;
    text-align: center;
    min-height: auto;
  }

  .books-categories-lists [class^='col-'] {
    margin-bottom: 10px;
    display: none;
  }

  .faq-wrapper-inner-page .accordion-item .accordion-header button {
    padding: 10px;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #1C2539;
    background: transparent;
    font-weight: 700;
  }

  .row-reverse {
    flex-direction: column-reverse;
  }

  .mobile-Bottom-Padding {
    padding-bottom: 40px;
  }

  .consultancy-style-one.feasibility-pointer .information h4.title {

    font-size: 15px;
  }

}



@media(min-width:768px) {
    
    
  
    
  #menu-btn {
    display: none;
  }
}


.pagination-design .pagination{
    margin: 0 !important;
}

.custom-search-design {
    max-width: 50%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}

.search-group {
    display: grid;
    grid-template-columns: auto 100px;
    align-items: center;
    margin: 0;
    padding: 5px 8px 5px 5px;
}
 

.custom-search-design input {
    border: none;
    padding: 0px 20px;
    line-height: 30px;
}

.custom-search-design button.search-button {
    background-color: #166292;
    border: none;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.rts-btn.btn-primary.small-button{
    height: 40px;
    max-width: max-content;
    padding: 10px 15px;
    border: none;
    box-shadow: none;
    min-width: max-content;
    border-radius: 15px;
    transition: 800ms;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
}


/* home page search */
.home-custom-search-design {
    max-width: 100%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
}

.home-search-group {
    display: grid;
    grid-template-columns: repeat(2,1fr) 100px;
    align-items: center;
    margin: 0;
    padding: 5px 8px 5px 5px;
        column-gap: 10px;
}
 

.home-custom-search-design input {
    border: none;
    padding: 0px 20px;
    line-height: 30px;

}
.home-custom-search-design .input-search-field{
        position: relative;
}

.home-custom-search-design .input-search-field::after{
    content:'';
    width: 1px;
    height: 100%;
    position: absolute;
    top:0;
    right: 0px;
    background: lightgray;
}

.home-custom-search-design select#category{
        border: none;
    height: 40px;
    border-radius: 50px;
 
}


.home-custom-search-design button.search-button {
    background-color: #166292;
    border: none;
    height: 40px;
    border-radius: 50px;
    color: #fff;
}

.project-content-wrapper {
    display: grid;
    grid-template-columns: 25% auto;
}

   #liveSearchInput{
        border-radius: 0;
    }
    
@media(max-width:768px){
    .cart-edit  button{
        width: max-content;
    }
 
    .custom-search-design {
    max-width: 100%;
     
}.project-content-wrapper {
    display: grid;
    grid-template-columns: 1fr;
}

.project-content-tab {
    min-width: auto;
    border-radius: 6px;
    background: #166292;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
}

}

.custom-btn{
    display: block;
    font-size: 11px;
    background: #166292;
    color: #fff;
    text-align: center;
    border: 0;
    height: 25px;
    border-radius: 0;
}

.page-item .page-link {
    z-index: 3; 
    width: 40px;
    display: grid;
    place-content: center;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #166292;
    border-color: #166292;
    width: 40px;
    display: grid;
    place-content: center;
}


.blog-content p,
.blog-content p span{
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 16px !important;
}


