.home_banner_cus {
  background: linear-gradient(to top left, #fff0f5, #ffe8f0, #fff);
  min-height: 600px;
  top: -90px;
  margin-bottom: -90px;
  padding-top: 160px;
}
.home_banner .banner_info {
  left: 0;
  right: 0;
}
.img_shape1 {
  position: absolute;
  left: 0px;
  top: 5px;
}
.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.banner_info {
}
.banner_info h1 {
  font-weight: 500;
  padding-bottom: 20px;
}
.banner_info h4 {
  position: relative;
  display: inline-block;
}
.banner_info h4:before {
  position: absolute;
  right: -65px;
  top: 12px;
  height: 4px;
  width: 55px;
  content: "";
  border: 3px dashed transparent;
  border-bottom: 0;
  border-top-color: #e14d26;
}
.sub_btn {
  background: #e14d26;
  text-align: center;
  color: #fff;
  display: inline-block;
  border: none;
  min-width: 130px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
}
.sub_btn:hover {
  background: #2e3790;
  color: #fff;
}
.industry_box {
  padding: 30px 0;
  position: relative;
}
.post-event-item {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
.post-event-thumb i {
  background: #db0909;
  color: #fff;
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 40px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.post-event-item:hover .post-event-thumb i {
  background: #2e3790;
  color: #fff;
}
.post-event-info1 {
  padding-left: 25px;
}
.post-event-info1 h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 0;
}
.post-event-info1 p {
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
  border-bottom: none;
  background-color: #fff;
  margin: 0;
  box-shadow: none;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar.fixed-top {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-content-cus-main {
  text-align: center;
}
.banner-content-cus-main h1 {
  font-size: 50px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 30px;
}
.banner-content-cus-main h2 {
  font-size: 24px;
}
.banner-content-cus-main p {
  font-size: 16px;
}
.banner-content-cus-main .sub_btn {
  background: #db0909;
  text-align: center;
  color: #fff;
  display: inline-block;
  min-width: 180px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  margin-top: 30px;
  transition: all 0.3s;
  background: -moz-linear-gradient(
    to right,
    #ed1c24,
    #ff4f4f,
    #ff5752,
    #f57c81
  );
  background: -webkit-linear-gradient(
    to right,
    #ed1c24,
    #ff4f4f,
    #ff5752,
    #f57c81
  );
  background: linear-gradient(to right, #ed1c24, #ff4f4f, #ff5752, #f57c81);
  -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
  box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
  position: relative;
  overflow: hidden;
}
.banner-content-cus-main .sub_btn i {
  margin-left: 5px;
  font-size: 18px;
}
span.circle {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: -10%;
  right: -130px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.banner-content-cus-main .sub_btn:hover span.circle {
  top: -10%;
  right: -80px;
}
.banner-content-cus-main .sub_btn:hover {
}
.our-working-process-main {
  padding: 80px 0;
  background: linear-gradient(to top left, #fff, #b3b3b3, #db090954);
}
.our-working-process-main .wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.our-working-process-main .wrapper .box {
  padding: 1rem;
  text-align: center;
  position: relative;
}
.our-working-process-main .wrapper .box:first-child {
  padding-left: 0;
}
.our-working-process-main .wrapper .box img {
  height: auto;
}
.our-working-process-main .wrapper .box strong {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 10px;
  display: block;
  color: #000;
}
.our-working-process-main .wrapper .box p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.our-working-process-main .wrapper .box::after {
  content: "";
  position: absolute;
  height: 70%;
  width: 150px;
  left: 75%;
  top: 0;
  background: url(../images/steps_after.svg) center center no-repeat;
}
.our-working-process-main .wrapper .box:last-child::after {
  display: none;
}
.navbar-cus-new {
  background-color: #fff0;
  display: block;
}
.navbar-cus-new .header4 {
  background: #f1f0f500;
  padding: 12px 0;
}
.home-about-main-cus {
  padding: 80px 0 80px;
  background-image: linear-gradient(#ff000000, lavenderblush);
}
.home-about-main-cus .about-content h2 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  line-height: 1.2;
  margin: 17px 0;
  position: relative;
}
.home-about-main-cus .about-content p {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.2px;
  text-align: justify;
}
.home-about-main-cus .about-image.ml-32 {
  margin-left: 32px;
}
.home-about-main-cus .about-image img {
  width: 100%;
  height: auto;
}
.home-about-main-cus .right-side-about-desc-cus {
}
.home-about-main-cus .right-side-about-desc-cus p {
  font-size: 16px;
  margin-top: 80px;
  padding-left: 30px;
  line-height: 1.4;
  text-align: justify;
}
.rounded {
  border-radius: 8px !important;
}
.why-choose-us-main {
  padding: 80px 0;
  background: linear-gradient(to top left, #fff, #b3b3b3, #db090954);
}
.why-choose-us-main .item-feature-box-custom {
  margin-bottom: 30px;
}
.why-choose-us-main .feature-box-flex-cus {
  display: flex;
  align-items: center;
}
.why-choose-us-main .feature-box-flex-cus .feature-box-icon {
  display: flex !important;
  align-items: center;
  width: 100%;
}
.why-choose-us-main .feature-box-link-cus {
  width: 15%;
  height: auto;
  margin-bottom: 10px !important;
}
.why-choose-us-main .feature-box-style-01 .feature-box-link {
  background: #e5e5e500;
  color: #1b1d1f;
}
.why-choose-us-main .count_icon {
  position: relative;
  font-size: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #db0909;
  line-height: normal;
  width: 45px;
  height: 45px;
  border-radius: 33% 66% 70% 30% / 49% 62% 38% 51%;
  margin-top: 5px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.why-choose-us-main .feature-box-flex-cus h3 {
  font-size: 18px;
  color: #000;
  width: 75%;
  text-align: left;
}
.why-choose-us-main .feature-box-flex-cus h3 a {
  font-size: 18px;
  color: #000;
}
.why-choose-us-main .item-feature-box.text-center .feature-box-info {
  display: block;
  padding: 0;
}
.why-choose-us-main .feature-main-cus .feature-box-info p.desc {
  color: #333;
  margin-bottom: 0;
  font-size: 15px;
}
.why-choose-us-main .item-feature-box-custom:hover .count_icon {
  color: #fff;
  background: #000;
}
.faq-cus-main {
  padding: 80px 0;
}
.faq-cus-main .accordion-item {
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  background: rgba(247, 247, 251, 0.5);
  margin-bottom: 15px;
}
.faq-cus-main .accordion-header {
  margin-bottom: 0;
}
.faq-cus-main .accordion-button-cus {
  position: relative;
  height: 74px;
  border-radius: 10px !important;
  background: #fff0;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.faq-cus-main .accordion-button-cus span {
  padding-right: 15px;
}
.faq-cus-main .accordion-button-cus:after {
  background-image: url(../images/plus.png) !important;
  --bs-accordion-btn-icon-width: 1rem;
}
.accordion-button-cus:not(.collapsed)::after {
  background-image: url(../images/minus.webp) !important;
}
.accordion-button-cus:not(.collapsed) {
  color: #2b2a2a;
}
.accordion-button-cus:not(.collapsed) b {
  color: #000000;
}
.accordion-button-cus .faq-content {
  padding: 20px;
}
.download {
  background: url(../images/faq-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 34px 34px;
  border-radius: 10px;
  position: relative;
}
.download::before {
  content: "";
  background: rgb(255 255 255 / 33%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.download h4,
.download h3 {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px;
  padding-top: 325px;
  position: relative;
}
.download p {
  color: #333;
  position: relative;
}
.btn.btn-download {
  width: 100%;
  height: 62px;
  border-radius: 4px;
  background: #000000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.4px;
  position: relative;
}
.faq-cus-main .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.clients-review-cus {
  padding: 80px 0;
}
.testimonials .item {
  text-align: center;
  margin: 10px;
}
.testimonials .review-rating-main-custom {
  min-height: 360px;
}
.testimonials .feature-box-style-03 {
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
  background: #fff;
  padding: 12px;
  border-radius: 6px;
}
.testimonials .feature-box-style-03.item-feature-box .feature-box-info {
  padding-left: 15px;
}
.testimonials .item-feature-box.text-center .feature-box-info {
  display: block;
  padding: 0;
}
.testimonials .size-lg {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.testimonials .feature-box-info h4:before {
  background: url(../images/top-quotation.svg) no-repeat;
  background-size: contain;
  content: "";
  height: 33px;
  width: 43px;
  display: block;
  margin-bottom: 10px;
}
.testimonials .feature-box-info p.desc {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-align: left;
}
.testimonials .item-feature-box .feature-box-icon {
  display: block;
}
.testimonials .item-feature-box .client-review-img-content {
  margin-bottom: 15px;
  margin-top: 30px;
  margin-left: 20px;
}
.testimonials .item-feature-box .feature-box-icon .feature-box-link {
  margin: 0;
}
.testimonials .feature-box-style-03.item-feature-box .feature-box-link {
  display: flex;
  align-items: flex-start;
  height: auto;
  width: 100%;
}
.testimonials .feature-box-link {
  position: relative;
  display: block;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
}
.testimonials .feature-box-style-03.item-feature-box .client-review img {
  max-height: 65px;
  height: 65px;
  border-radius: 100%;
  width: 65px;
  border: 2px solid #fff;
  box-shadow: 0 0px 3px rgb(0 0 0 / 20%);
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.testimonials .client-name-desc {
  display: block;
  text-align: left;
  margin-left: 20px;
}
.testimonials .client-name-desc h3 {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 10px;
  color: #000;
}
.testimonials .client-name-desc p {
  font-size: 12px;
  color: #333;
  line-height: normal;
}
.testimonials .cover {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(25vw - 12px);
  pointer-events: none;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.testimonials .cover.left {
  left: 0;
  background: -webkit-linear-gradient(left, #fff 20%, rgba(255, 255, 255, 0));
  background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0));
}
.testimonials .cover.right {
  right: 0;
  background: -webkit-linear-gradient(right, #fff 20%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0));
}
.testimonials .feature-box-style-03:hover {
  box-shadow: 0px 5px 12px 0px #ddd;
}
.footer4 {
  background: #181818 none repeat scroll 0 0;
  margin-top: 0px;
  padding: 25px 0;
}
footer {
  position: relative;
}
.footer-svg {
  height: 80px;
  overflow: hidden;
  margin: -20px 0 0 0px;
}
.footer-svg svg path {
  fill: #fff0f5;
}
.footer-row2 {
  background: #ffffff;
  padding: 50px 0 80px 0;
}
.footer-row2 h4 {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
      position: relative;
      z-index: 1;
}
.ftr-details li {
  padding: 0 0 15px 0;
}
.footer-address-list {
  padding: 0;
}
.footer-address-list li {
  color: #6a6a8e;
  display: flex;
  padding: 0 0 5px 0;
}
.footer-address-list li > span {
  position: relative;
  top: 5px;
}
.footer-address-list li i {
  margin: 0 15px 0 0;
  display: initial;
  font-size: 21px;
}
.footer-address-list li p {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.footer-address-list li p span {
  display: flex;
  font-weight: 400;
  font-size: 15px;
}
.footer-address-list li a {
  color: #6a6a8e;
  font-size: 16px;
  line-height: 24px;
}
.footer-address-list li:last-child {
  padding: 0 0 0px 0;
}
.link-hover a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #ed1c24;
}
.link-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.link-hover a:hover {
  color: #ed1c24 !important;
}
.hline {
  border-top: 1px solid #e2eaef;
  margin: 0;
  position: relative;
}
.footer-row3 {
  background: #ffffff;
  padding: 40px 0;
}
.copyright {
  text-align: center;
  color: #6a6a8e;
}
.footer-social-media-icons {
  margin: 0 0 30px 0;
  position: relative;
}
.footer-social-media-icons a {
  color: #6a6a8e;
  font-size: 26px;
  border-radius: 4px;
  margin: 0 20px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}
.footer- p a {
  color: #6a6a8e;
}
footer.ftshap:after {
  content: "";
  background: url(../images/ftdesgshape.png);
  position: absolute;
  width: 200px;
  height: 370px;
  background-repeat: no-repeat;
  top: 35%;
  z-index: 0;
  right: 0;
  background-position: center right;
  background-size: 80%;
  opacity: 0.5;
}
footer.ftshap:before {
  content: "";
  background: url(../images/fdesgshape.png);
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 0;
  z-index: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  opacity: 0.5;
}
.footer-note {
  margin-top: 10px;
  font-size: 13px;
  line-height: 17px;
}
.link-hover a {
  color: #6a6a8e;
  display: inline-block;
  padding: 3px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  z-index: 1;
}
.footer-copyright {
}
.footer-copyright p {
  font-size: 16px;
  position: relative;
  z-index: 9;
  color: #444;
}
.blog-main-cus {
  padding: 80px 0;
  background-image: linear-gradient(#ff000000, lavenderblush);
}
.blog-main-cus .media-card {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding-bottom: 22px;
  height: 100%;
  overflow: hidden;
}
.blog-main-cus .media-inner {
  padding: 0 15px;
}
.blog-main-cus .media-card h4,
.blog-main-cus .media-card h3 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-main-cus .media-card p {
  color: #3c3c3c;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.blog-main-cus .media-card a {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.sub_btn {
  background: #db0909;
  text-align: center;
  color: #fff;
  display: inline-block;
  min-width: 180px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  margin-top: 30px;
  transition: all 0.3s;
  background: -moz-linear-gradient(
    to right,
    #ed1c24,
    #ff4f4f,
    #ff5752,
    #f57c81
  );
  background: -webkit-linear-gradient(
    to right,
    #ed1c24,
    #ff4f4f,
    #ff5752,
    #f57c81
  );
  background: linear-gradient(to right, #ed1c24, #ff4f4f, #ff5752, #f57c81);
  -webkit-box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
  box-shadow: 0 10px 15px 0 rgb(175 0 87 / 20%);
  position: relative;
  overflow: hidden;
}
.sub_btn i {
  margin-left: 5px;
  font-size: 18px;
}
.sub_btn span.circle {
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  top: -10%;
  right: -130px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  -o-transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
  transition: 1.2s cubic-bezier(0.17, 0.85, 0.438, 0.99);
}
.sub_btn:hover span.circle {
  top: -10%;
  right: -80px;
}
.sub_btn:hover {
  background: -webkit-linear-gradient(
    to right,
    #ed1c24,
    #ff4f4f,
    #ff5752,
    #f57c81
  );
  background: linear-gradient(to right, #ed1c24, #ff4f4f, #ff5752, #f57c81);
  color: #fff;
}
.clients-testi-main-cus {
  padding: 0 0 30px;
}
.clients-testi-main-cus .brand_thumb {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.clients-testi-main-cus .brand_thumb span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 5px;
  margin: 5px;
  cursor: pointer;
  width: 15.5%;
  box-shadow: 0 0 1px 0 #a7a7a7;
  position: relative;
}
.clients-testi-main-cus .brand_thumb span:before {
  content: "";
  position: absolute;
  background: #fff;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  transform: scale(0.8);
  transition: ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.clients-testi-main-cus .brand_thumb span:hover:before {
  transform: scale(1);
  box-shadow: 0 3px 22px rgb(0 0 0 / 12%);
  opacity: 1;
  visibility: visible;
}
.clients-testi-main-cus .brand_thumb img {
  height: 48px;
  object-fit: contain;
  position: relative;
  filter: grayscale(1);
  opacity: 0.5;
  z-index: 11;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.clients-testi-main-cus .brand_thumb span:hover img {
  opacity: 1;
  filter: grayscale(0);
}
.why-choose-us-main .item-feature-box-custom .desc {
  color: #323232;
}
.about-home-services-cus-main {
}
.about-home-services-cus-main .hm-services-new {
  width: 100%;
}
.about-home-services-cus-main .hm-services-new .sr-new-box {
  width: 25%;
}
.about-home-services-cus-main .hm-services-new .sr-new-box {
  float: left;
  padding: 10px;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .sr-new-box-inner {
  position: relative;
  -webkit-box-shadow: 0 16px 36px 0 16px 36px rgb(34 82 130 / 8%);
  box-shadow: 0 16px 36px rgb(34 82 130 / 8%);
  overflow: hidden;
  border-radius: 0;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .front-side {
  border-radius: 0;
  background: #fff;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .back-side,
.hm-services-new .sr-new-box .front-side {
  font-size: 14px;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .front-side {
  min-height: 360px;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .sr-icon {
  display: block;
  margin: 0 0 20px;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .sr-icon img {
  display: block;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .front-side h4 {
  color: #2f3336;
  margin: 0 0 15px;
  font-size: 18px;
}
.about-home-services-cus-main .hm-services-new .sr-new-box p:last-child {
  margin-bottom: 0;
}
.about-home-services-cus-main .hm-services-new .sr-new-box p {
  font-size: 15px;
  line-height: 25px;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .back-side {
  border-radius: 0;
  background: #db0909;
  padding: 30px 10px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 2;
  overflow-y: auto;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .back-side h3 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 20px;
}
.sr-new-box-inner .front-side h3 {
  font-size: 20px;
  color: #000;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .back-side ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.about-home-services-cus-main .hm-services-new .sr-new-box .back-side ul li {
  padding: 5px 0 0 13px;
  position: relative;
}
.about-home-services-cus-main
  .hm-services-new
  .sr-new-box
  .back-side
  ul
  li:before {
  content: "✓";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 12px;
}
.about-home-services-cus-main
  .hm-services-new
  .sr-new-box
  .sr-new-box-inner:hover
  .back-side {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
}
.about-home-services-cus-main .hm-services-new .sr-new-box:nth-child(2),
.hm-services-new .sr-new-box:nth-child(4) {
  margin-top: 140px;
}
.about-home-services-cus-main .hm-services-new .sr-new-box:nth-child(5),
.hm-services-new .sr-new-box:nth-child(7) {
  margin-top: -140px;
}
.about-home-services-cus-main .hm-services-new .sr-boc-wrap {
  display: flex;
  flex-wrap: wrap;
}
.about-home-services-cus-main .btn-2 {
  display: inline-block;
  height: 35px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 13px;
  border: 2px solid #fff;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}
.about-home-services-cus-main .btn-2:hover {
  border: 2px solid #fff;
  background: #fff;
  color: #00aeef;
}
.why-join-main-cus {
  padding: 50px 0;
}
.editorial-guidelines-main-cus {
  padding: 0px 0 50px;
}
.recent-articles-main-cus {
  padding: 0px 0 80px;
  background-image: linear-gradient(#ff000000, lavenderblush);
}
.most-viewed-articles-main-cus {
  padding: 0px 0 80px;
  background-image: linear-gradient(#ff000000, lavenderblush);
}
.testimonials .cover-hover {
  position: relative;
}
.media-card .blog-main-img-cus {
}
.media-card .blog-main-img-cus img {
  min-height: 210px;
}
.work-process-details-main {
  padding-bottom: 50px;
  background-image: linear-gradient(#ff000000, lavenderblush);
}
.work-process-points {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.point-single-box-cus {
}
.work-process-points .point-single-box-cus {
  padding-top: 30px;
  position: relative;
  width: 50%;
}
.work-process-points .point-single-box-cus.process1 .long_arrow {
  display: block;
  opacity: 0.05;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 66px;
  right: -28px;
  transform: rotate(-50deg);
  z-index: 0;
}
.work-process-points .point-single-box-cus.process2 {
  margin-top: 120px;
}
.work-process-points .point-single-box-cus.process2 .long_arrow {
  display: block;
  opacity: 0.05;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: -42px;
  left: -62px;
  transform: rotate(50deg);
  z-index: 0;
}
.work-process-points .point-single-box-cus.process3 {
  padding-top: 10px;
}
.work-process-points .point-single-box-cus.process3 .long_arrow {
  display: block;
  opacity: 0.05;
  width: 90px;
  height: 90px;
  position: absolute;
  bottom: 85px;
  right: -24px;
  transform: rotate(-54deg);
  z-index: 0;
}
.work-process-points .point-single-box-cus.process4 {
  margin-top: 90px;
}
.point-single-box-cus .box-number-content {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point-single-box-cus .box-number-content .single-box-number-cus {
  text-align: center;
  width: 15%;
}
.point-single-box-cus .box-number-content .single-box-number-cus span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(242, 243, 245);
  margin: 0px auto;
  flex-shrink: 0;
  color: #db0909;
  font-size: 18px;
  font-weight: 600;
}
.point-single-box-cus .box-number-content .single-box-content-cus {
  width: 85%;
  padding-right: 15px;
  position: relative;
}
.point-single-box-cus
  .box-number-content
  .single-box-content-cus
  .work-process-points-heading-title {
  font-size: 20px;
  margin-bottom: 8px;
  padding: 0;
  line-height: 1;
}
.point-single-box-cus .box-number-content .single-box-content-cus p {
  font-size: 15px;
  color: #666;
  max-width: 90%;
}
.pr-distribution-service-main-cus {
  padding: 0 0 80px;
  background-image: linear-gradient(#ff000000, lavenderblush);
}
.recent-article-list-main {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.recent-article-list-main .recent-article-list-img {
  width: 30%;
}
.recent-article-list-main .recent-article-list-img img {
}
.recent-article-list-main .search-light-info {
  padding-left: 15px;
  width: 70%;
}
.recent-article-list-main .search-light-info > h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recent-article-list-main .search-light-info > p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin: 0;
}
.recent-artical-sidebar-article-cus {
}
.recent-artical-sidebar-article-cus .media-card {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.08);
  padding-bottom: 22px;
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.recent-artical-sidebar-article-cus .media-card .blog-main-img-cus img {
  min-height: 210px;
}
.recent-artical-sidebar-article-cus .media-inner {
  padding: 0 15px;
}
.recent-artical-sidebar-article-cus .media-card h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recent-artical-sidebar-article-cus .media-card h4 a {
  color: #000;
}
.recent-artical-sidebar-article-cus .media-card p {
  color: #3b3b3c;
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.article-details-main {
  padding: 0 0 80px;
  background-image: linear-gradient(#ff000000, lavenderblush);
}
.article-details-main img {
  width: 100%;
}
.login-form {
  position: relative;
  margin-top: 0%;
  margin: auto;
  background: #fff;
  box-shadow: none;
  border-radius: 15px;
  padding: 0px 40px 0px;
  min-height: 100%;
}
.erp-login-form-cus {
  text-align: center;
  margin-bottom: 30px;
}
.erp-login-logo {
  width: 50%;
  margin: 0 auto 10px;
}
.erp-login-logo img {
  width: 140px;
  height: auto;
  object-fit: contain;
}
.rjd-login-title h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000000;
}
.login-form form {
  padding: 0px;
}
.login-form h4.small-text {
  font-size: 12px;
  padding-bottom: 15px;
  font-weight: 500;
  color: #c00000;
}
.form-group {
  margin-bottom: 18px;
}
.form-group label,
.form-group1 label {
  display: inline-block;
  font-weight: 500;
  color: #555;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  margin-bottom: -5px !important;
}
.login_box .login-input-cus {
  position: relative;
}
.login_box .login-input-cus img {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 22px;
  filter: invert(45%) sepia(60%) saturate(3%) hue-rotate(100deg) brightness(96%)
    contrast(93%);
}
.login_box .login-input-cus .form-control {
  padding: 0.65rem 0rem 0.65rem 2.5rem;
  border-top: none;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0px;
  display: block;
  width: 100%;
  height: 38px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border: 1px solid #e4e6ef;
  box-shadow: none;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.error {
  position: absolute;
  font-size: 12px;
  bottom: -18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: rgb(128, 6, 6);
}
.login_box .linktxt a {
  color: #da0d0d;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.login-form-btn-cus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
}
.btn-submit-form {
  background: #db0909 none repeat scroll 0 0;
  border: medium none;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin-right: 2px;
  padding: 14px 20px;
  width: auto;
  min-width: 110px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.login-form-btn-cus .btn-submit-form {
  width: 100%;
}
.login_box .signup {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 15px;
  position: relative;
}
.login_box .signup .sign-title {
  font-size: 12px;
  color: #6c6868;
}
.login_box .signup .sign-title::before {
  content: "";
  width: 129px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 9px;
  bottom: 0;
}
.login_box .signup .sign-title::after {
  content: "";
  width: 129px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 9px;
  bottom: 0;
}
.margbt10 {
  margin-bottom: 10px;
}
.linktxt p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #4a4a4a;
}
.login_box .form-control {
  display: block;
  width: 100%;
  height: 38px !important;
  padding: 0.65rem 0rem 0.65rem 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #3f4254;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e4e6ef;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.input-group {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}
.input-group-addon:first-child {
  border-right: 0;
  min-width: 34px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group .form-control {
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  z-index: 2;
}
.relative {
  position: relative;
}
.sign-modal .modal-header {
  padding: 10px 13px;
}
.sign-modal .modal-header .modal-title {
  font-size: 17px !important;
  color: #000;
}
.backtologin a {
  border: 1px dashed #ddd;
  padding: 8px 16px;
}
.sign-modal .btn-close{
    float: inline-end;
    position: absolute;
    right: 0;
    background-color: red;
    margin-top: -10px;
    margin-right: -10px;
    opacity: 1;
    padding: 8px;
    font-size: 10px;
    border-radius: 50%;
}
.sign-modal .btn-close:focus{
    box-shadow: none;
}
.login-with-goggle{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}