/* heading css */
.sec-heading h2 {
  font-size: 30px;
  font-weight: 600;
}
.slide-content h1, .slide-content h2 {
  font-size: 38px;
}
/* hero-bottom-sec css*/
.intro-row {
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  position: relative;
  top: -50px;
}
.intr-lft h2 {
  font-size: 32px;
  font-weight: 600;
}
.headding h5 {
  font-size: 18px;
}
.single-box .icon {
  height: 50px;
  width: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  background-color: #eaeaee;
  margin-right: 10px;
  line-height: 40px;
}
.single-box .icon img {
  width: 60%;
  height: auto;
}
.intro-row .col-md-3:last-child .single-box {
  border-right: 0;
}
.single-box {
  border-right: 1px solid;
  display: flex;
}
/*---------------------
cllent cs
s--------------------*/
.client-logo {
  background-color: #4361ee05;
  border: 1px solid #4361ee1f;
  border-radius: 24px;
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
}
/* abt css */
.about-image {
  position: relative;
}
h5.hhd-hdnd {
  font-size: 18px;
  font-weight: 600;
}
.sprt-box {
  width: 200px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  border: 2px solid #fff;
  border-radius: 6px;
  border-left: 0 !important;
  left: -6px;
}
/* services css */
.services-single-box {
  transition: all 0.4s;
}
.heading1 h4 {
  font-weight: 600;
  font-size: 18px;
}
.services-single-box .icon {
  background-color: #e7ebf7;
  height: 110px;
  width: 110px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 0.4s;
}
.services-single-box .icon img {
  width: 80px;
}
.services-single-box .learn {
  transition: all 0.4s;
}
.services-single-box:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
  box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
  background-color: var(--primary-color) !important;
}
.services-single-box:hover .icon {
  background-color: #fff !important;
  transition: all 0.4s;
}
.services-single-box:hover .heading1 h4 a {
  display: inline-block;
  color: #fff !important;
  transition: all 0.4s;
}
.services-single-box:hover .heading1 p {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.4s;
}
.services-single-box:hover .learn {
  transition: all 0.4s;
  color: #fff !important;
}
/* ITS css */
.its-single-items .icon {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #e7ebf7;
  margin-right: 16px;
  transition: all 0.4s;
}
.content-box h4 {
  font-size: 20px;
  margin-top: 8px;
}
.its-single-items:hover .icon {
  background-color: var(--primary-color) !important;
  transition: all 0.4s;
}
.its-single-items h4 a:hover {
  color: #003298 !important;
  transition: all 0.4s;
}
.its-single-items:hover .icon p {
  color: #fff !important;
}
/* dstr css */
.disastr-single-box {
  margin: 0px 15px;
  position: relative;
  overflow: hidden;
}
.disastr-single-box .distr-heading-box {
  background: #f8f9fa;
  border-radius: 7px;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 15px;
  /* margin: 0px 20px;
	transition: all 0.4s;
    transform: scale(0.5);*/
}
.distr-heading-box h3 {
  font-size: 18px;
  font-weight: 600;
}
.card.hm-blg h5 {
  font-weight: 600;
}
/* why css */
.why-box.rounded.p-4.bg-pc p {
  color: #fff;
}
.why-box.rounded.p-4.bg-pc h5 {
  color: #fff;
}
.why-box h5 {
  font-size: 30px;
  font-weight: 600;
}
/* faqs css */
.accordion .accordion-item.active-highlight {
  background-color: #f5f5f5; /* Change to your desired bg color */
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.accordion-item {
  margin-bottom: 20px;
  border: 0 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.accordion-collapse.show {
  background-color: #003298;
  color: #fff;
  border-radius: 0 0 8px 8px !important;
  font-size: 15px;
}
.accordion-collapse.show ~ .accordion-body {
  background-color: #f0f4ff;
}
button.accordion-button.collapsed {
  font-size: 18px;
}
.accordion-item .accordion-button:not(.collapsed) {
  background-color: #003298;
  box-shadow: none;
  border-radius: 8px 8px 0 0 !important;
  color: #fff;
  font-size: 18px;
  padding-bottom: 6px;
}
.accordion-button:not(.collapsed):after {
  filter: brightness(0) invert(1);
}
/* testimonial css */
.testimonial-slider.slick-slider {
  position: relative;
}
.testimonial-slider .slick-prev, .testimonial-slider .slick-next {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  background-color: #f0f3fa;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #000;
}
.testimonial-slider .slick-prev {
  right: 85px;
  left: auto;
}
.testimonial-slider .slick-next {
  right: 40px;
}
.testimonial-slider .slick-prev:before, .testimonial-slider .slick-next:before {
  color: #000;
}
.testimonial-slider .slick-prev:before {
  content: "\F12C" !important;
  font-family: bootstrap-icons !important;
}
.testimonial-slider .slick-next:before {
  content: "\F135" !important;
  font-family: bootstrap-icons !important;
}
/* blog css*/
h5.card-title {
  font-weight: 600;
}
.card-body.hm-blg {
  padding-bottom: 40px !important;
}
section.exceptionalServices {
  background-image: url(https://webdesignzservice.in/project/neospace/wp-content/themes/custom-child/images/curved-bg-ns.png);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: 0 0;
  background-size: 100% 100%;
  position: relative;
  align-items: center;
  height: auto;
  min-height: 550px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  section.exceptionalServices {
    background-image: url(https://webdesignzservice.in/project/neospace/wp-content/themes/custom-child/images/mob-bg.png);
    padding-top: 74px;
    padding-bottom: 74px;
  }
}
section.exceptionalServices .sec-mdesc p {
  color: #bec8e9;
}
.tab-content {
  padding: 0px !important;
  border-radius: 20px;
}
.security-htabs {
  border: 0 !important;
}
.security-htabs li button {
  background: #dfe5f4;
  border-radius: 10px !important;
  color: #003298;
  padding: 10px 20px;
}
.security-htabs li button.active {
  background: #003298 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px;
}
.security-htabs li:first-child button {
  border-radius: 10px !important;
  border: 0 !important;
}
.vtab li.nav-item:last-child button {
  border: 0 !important;
}
.vtab .tab-content {
  border: 0 !important;
  padding: 20px !important;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e4e4e4 !important;
}
.vtab .nav {
  border: 1px solid #e4e4e4 !important;
}
.glass-sidebar {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.vtab li.nav-item button {
  background: #fff !important;
  color: #003298;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
  width: 100%;
  text-align: left;
  padding: 10px 15px !important;
}
.vtab li:first-child button {
  border-radius: 10px;
}
.vtab li.nav-item button.active {
  background: #003298 !important;
  color: #fff !important;
  border-radius: 10px;
}
.tab-accord {
  background: #fff !important;
  color: #747474 !important;
}
.tab-accord .nav li button {
  background: #fff !important;
  color: #003298;
  border-bottom: 1px solid #e4e4e4;
  border-radius: 0;
  width: 100%;
  text-align: left;
}
.tab-accord .nav li button.active {
  background: #003298 !important;
  color: #fff;
}
section.testimonial {
  background: #e5e5e5;
}
section.form {
  background: #4d80e6;
}
.hmForm input {
  /* height: 50px;*/
  margin-bottom: 15px;
}
.hmForm br {
  display: none;
}
.hmForm textarea {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .single-box {
    border-right: 0px;
    display: block !important;
    text-align: center;
  }
    .headding h5 {
    font-size: 15px !important;
}
  .intro-row {
    top: 0;
  }
  .intr-lft {
    text-align: center;
  }
  .single-box .icon {
    margin: 0 auto;
  }
}

.vertical-tab-content p {
    text-align: justify;
    text-align: justify;
    text-justify: inter-word;
    word-spacing: normal;
    hyphens: auto;
    word-break: normal;
}