* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.8rem;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb {
  background: #ffe2f4;
  border-radius: 40rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #d62893;
  border-radius: 40rem;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
p,
div,
span,
a,
button,
ul,
div,
aside,
li {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}

a,
button,
span,
svg,
path {
  transition: all 0.3s ease-in-out;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

img {
  max-width: 100%;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}

.text-center {
  text-align: center;
}

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

.text-right {
  text-align: right;
}

.btn-primary {
  height: 55px;
  line-height: 55px;
  background: #630101 !important;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border: none;
  transition: width 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.btn-primary span {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-weight: 600;
}

.btn-primary::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 55%;
  background: #920101;
  top: 0;
  left: 0;
  border-radius: 0.5rem;
  z-index: 1;
  transition: width 0.3s ease-in-out;
}

.btn-primary::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 55%;
  right: 0;
  top: 0;
  background: #920101;
  border-radius: 0.5rem;
  z-index: 1;
  transition: width 0.3s ease-in-out;
}

.btn-primary:hover::before {
  width: 0;
}

.btn-primary:hover::after {
  width: 0;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.header .topview {
  height: 4.2rem;
  background: #fafafa;
}

.header .contentsec {
  height: 4.2rem;
}

.header .topview .text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #222222;
  margin-right: 6rem;
}

.header .socialmedia .icon {
  width: 2.6rem;
  height: 2.6rem;
}

.socialmedia {
  padding: 0;
  margin: 0;
}

.socialmedia li {
  list-style-type: none;
  margin: 0 1rem 0 0;
}

.header .bottomview {
  height: 8rem;
  gap: 10px;
}

.header .mainlogo a {
  text-decoration: none;
}

.header nav ul {
  padding: 0;
  margin: 0;
}

.header nav li {
  list-style-type: none;
  margin: 0 8px;
}

.header nav li a {
  color: #3c3c3c;
  padding: 0.8rem 1rem;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
}

.header nav li a:hover {
  background: #f7f7f7;
}

.header nav li a.active {
  color: #222222;
  font-weight: 600;
  text-decoration: underline;
}

.header nav li a.active:hover {
  background: #fff;
}

.header nav .expertnav {
  display: none;
}

.header .expert {
  color: #222222;
  padding: 0.8rem 1rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  display: block;
  text-decoration: underline;
  margin-right: 4rem;
}

.burger {
  border-radius: 0;
  border: none;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1px;
  transition: all 0.5s ease;
  position: fixed;
  top: 22px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}

.burger-strip {
  transition: all 0.5s ease;
}

.strip div {
  height: 1px;
  border-radius: 0;
  border-bottom: solid 2px #252525;
  margin: 5px;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 18px;
}

.dec {
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #606060;
}

.owl-nav {
  text-align: right;
  /* position: absolute;
  left: -220px;
  display: block !important;
  bottom: 0; */
}

.owl-prev,
.owl-next {
  width: 48px !important;
  height: 48px !important;
  font-size: 0 !important;
  outline: none !important;
  border-radius: 100% !important;
  background-color: #d5d5d5 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0 5px;
}

.owl-prev::before,
.owl-next::before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  left: 16px;
  top: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.owl-prev::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 21px;
}

.owl-prev:hover,
.owl-next:hover {
  filter: grayscale(0);
  background-color: #920101 !important;
}

.owl-nav span {
  font-size: 0;
}

.accordion {
  width: 100%;
}

.arrow {
  width: 48px !important;
  min-width: 48px;
  height: 48px !important;
  font-size: 0 !important;
  outline: none !important;
  border-radius: 100% !important;
  background-color: #d5d5d5 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  margin: 0 5px;
}

.arrow.down::before,
.arrow.up::before {
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  left: 18px;
  top: 16px;
  transform: rotate(44deg);
  -webkit-transform: rotate(44deg);
}

.arrow.up::before {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  left: 18px;
  top: 21px;
}

.arrow.down:hover,
.arrow.up:hover {
  filter: grayscale(0);
  background-color: #920101 !important;
}

.arrow.up {
  filter: grayscale(0);
  background-color: #920101 !important;
}

.footersec {
  background: #ffffff;
}

.footersec .container {
  border-top: solid 1px #DDDDDD;
}

.footersec .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px 200px;
  padding: 64px 0 24px;
}

.footersec .footer-content .footer-logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  max-width: 300px;
}

.footersec .footer-content .footer-logo a {
  text-decoration: none;
}

.footersec .footer-content .footer-logo a .footer-logo-img {
  width: 280px;
}

.footersec .footer-content .footer-logo .footer-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 16px;
}

.footer-logo-bottom .socialmedia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px 16px;
}

.footer-logo-bottom .socialmedia li {
  margin: 0;
}

.footer-logo-bottom {
  padding-top: 100px;
}

.footer-menu-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 500px);
  flex-wrap: wrap;
  gap: 14px 120px;
}

.footer-menu-list .footer-menu-listitem .footer-item-title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 16px;
  line-height: initial;
}

.footerlist .item {
  margin-bottom: 12px;
}

.footerlist a {
  display: block;
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.footerlist a:hover {
  color: #920101;
}

.footersec .leftul {
  padding: 0;
  margin: 0;
}

.footersec .leftul .powered-logo {
  display: inline-block;
  padding-top: 2px;
}

.footersec .leftul .item {
  list-style-type: none;
  font-size: 15px;
  color: #222222;
  margin: 0 2rem 0 0;
  position: relative;
}

/* .footersec .leftul .item::before {
  content: ".";
  font-size: 15px;
  color: #222222;
  position: relative;
  top: -0.3rem;
  left: -1rem;
} */

.footersec .leftul .item a {
  font-size: 15px;
  color: #222222;
  text-decoration: none;
}

.footersec .leftul .item a:hover {
  color: #920101;
}

.footersec .bottomsec {
  padding: 20px 0;
  border-top: solid 1px #dddddd;
}

.footersec .bottomsec .socialmedia {
  gap: 14px 16px;
}

.header nav li:hover a {
  background: #f7f7f7;
}

.header nav li {
  position: relative;
}

.subnav-outer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 2.5rem;
  padding-top: 2rem;
  display: none;
}

.header nav li:hover .subnav-outer {
  display: block;
}

.subnav {
  width: 480px;
  border-radius: 20px;
  margin: 0;
  padding: 16px 20px !important;
  background: #F1F1F1;
  transition: width 0.8s ease-in-out;
  opacity: 0;
}

.header nav li:hover .subnav {
  opacity: 1;
  top: 0;
}

.subnav .item {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.subnav .item a {
  display: block;
  padding: 16px 18px;
  background: #F1F1F1 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #252525;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.subnav .item a .submenu-label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  color: #8D8D8D;
  margin-top: 8px;
}

.subnav .item a:hover {
  background: #92010126 !important;
}

.header nav li a.sub-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header nav li a.sub-item .arrow-icon {
  width: 14px;
  padding-top: 3px;
  transition: 0.3s ease-in-out;
}

.header nav li a.sub-item:hover .arrow-icon {
  content: url('../images/arrow-down-active.svg');
}

.teamsec2 img {
  width: 100%;
  display: block;
}

.ul-reset {
  list-style: none;
}

/* aboutus */

.modal {
  position: absolute;
  z-index: 10000;
  top: 6em;
  left: 10%;
  width: 80%;
  background: #fff;
  visibility: hidden;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal::before {
  content: "";
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  width: 100%;
  background: #0000005f;
}

.modal iframe {
  width: 100%;
  height: 550px;
}

.modal.is-visible {
  visibility: visible;
}

.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 1em;
  background: none;
  border: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50px;
  cursor: pointer;
  background: white;
}

.modal-close .icon-close {
  font-weight: 600;
  font-size: 14px;
  transform: scaleX(1.2);
  color: #414141;
}

.modal-close:hover .icon-close {
  color: #1b1b1b;
}

.modal-content>*:first-child {
  margin-top: 0;
}

.modal-content>*:last-child {
  margin-bottom: 0;
}

.popup__middlebox .video-box {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.popup__middlebox .popup__textbox {
  position: relative;
}

.footersec .leftul .item .powered-logo img {
  margin-left: 10px;
}

@media screen and (min-width: 1200px) {
  .footersec .leftul .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .active-home #home {
    background: none !important;
  }

  .active-home #home:hover a {
    background: none;
  }

  .active-home #home a {
    color: #920101;
    font-weight: 600;
    text-decoration: underline;
  }

  .active-team #team {
    background: none !important;
  }

  .active-team #team:hover a {
    background: none;
  }

  .active-team #team a {
    color: #920101;
    font-weight: 600;
    text-decoration: underline;
  }

  .active-experts #experts {
    background: none !important;
  }

  .active-experts #experts:hover a {
    background: none;
  }

  .active-experts #experts a {
    color: #920101;
    font-weight: 600;
    text-decoration: underline;
  }

  .active-about #about {
    background: none !important;
  }

  .active-about #about:hover a {
    background: none;
  }

  .active-about #about a {
    color: #920101;
    font-weight: 600;
    text-decoration: underline;
  }

  .active-contact #contact {
    background: none !important;
  }

  .active-contact #contact:hover a {
    background: none;
  }

  .active-contact #contact a {
    color: #920101;
    font-weight: 600;
    text-decoration: underline;
  }

  .active-service #service {
    background: none !important;
  }

  .active-service #service>a {
    color: #920101;
    font-weight: 600;
    text-decoration: underline;
  }

  .active-service #service>a .arrow-icon {
    content: url('../images/arrow-down-active.svg');
  }

  .active-REDline #REDline {
    background: none !important;
  }

  .active-REDline #REDline:hover a {
    background: none;
  }

  .active-REDline #REDline a {
    color: #920101;
    font-weight: 600;
    text-decoration: underline;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    padding: 0 20px;
  }
}

.header-outer {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.headerscroll {
  /* top: -4.2rem; */
}

.home-container {
  padding-top: 110px;
}

@media only screen and (max-width: 480px) {

  .rightsec {
    padding: 0 1.5rem;
  }

  .contact-banner {
    margin: 0 15px;
  }
}

.loader {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

#headerMain {
  background: transparent;
  z-index: 10000;
}

#headerMain.scrolled {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.stickyTop {
  position: sticky;
  transition: all 0.2s ease-in-out;
  top: -38px;
  z-index: 10;
  background: #fff;
}

.about .header-outer {
  background: transparent;
}

.about .stickyTop .header-outer {
  background: #fff;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.list-disc {
  list-style: circle;
  margin-bottom: 15px;
}

.list-disc li {
  color: #2A2A30;
  font-size: 18px;
  font-weight: 500;
  list-style: circle;
  margin: 0 20px 8px;
  line-height: 25px;
}

.list-disc li::marker {
  color: #920101;
}

.primary-border {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  color: #920101;
  border: solid 1px #920101;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  background-color: #fff;
}

.btn-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.btn-container .btn-primary,
.btn-container .primary-border {
  min-width: 135px;
  text-align: center;
}

.max-width-80 {
  max-width: 80%;
  margin: 0 auto;
}

.max-width-950 {
  max-width: 950px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 5rem;
  flex-direction: column;
}

.col-left {
  width: 100%;
  padding: 0rem 2rem 2rem;
}

.heading-1 {
  font-size: 30px;
  color: #2A2A30;
  line-height: 45px;
  font-weight: 600;
}

.benefit-banner {
  width: 100%;
  height: auto;

}

.row-margin {
  margin-bottom: 120px;
}

.row.type-2 {
  background: #FAF9F7;
  border-radius: 22px;
  padding: 10px;
}

.heading-2 {
  font-size: 24px;
  color: #2A2A30;
  line-height: 43px;
  font-weight: 500;
}

.col-left-60 {
  width: 100%;
}

.col-left-40 {
  width: 100%;
}

.gap-0 {
  gap: 0;
}

.homesec10-banner {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .homesec10-banner {
    margin-top: 10px;
  }
}

@media screen and (min-width: 961px) {

  .benefit-banner {
    width: 100%;
    height: 100%;
  }

  .row {
    flex-direction: row;
  }

  .col-left-60 {
    width: 60%;
  }

  .col-left-40 {
    width: 40%;
  }

  .col-left {
    width: calc(100%/2 - 5px);
    padding: 0rem 2rem 2rem;
  }

  .heading-1 {
    font-size: 48px;
    font-weight: 600;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 53px;
  }

  .row.type-2 {
    padding: 32px;
  }
}

/* new styel 29-04-2025 */

.rightbuttonsec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}


.rightbuttonsec .btn {
  height: 38px;
  line-height: 38px;
  text-decoration: none;
}

.btn {
  border: 1px solid #920101;
  height: 55px;
  line-height: 55px;
  background: transparent;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
}

.btn.btn-primary-outline {
  color: #920101;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary-outline:hover {
  background-color: #920101;
  color: #ffffff;
}

.home-top-section .home-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px 124px;
}

.home-top-left {
  width: calc(100% - 642px);
}

.home-top-title {
  font-size: 75px;
  font-weight: 700;
  color: #252525;
  line-height: 85px;
  margin: 0;
}

.home-top-title .highlight {
  display: inline-flex;
  background-color: rgba(146, 1, 1, 0.15);
  border-radius: 50px;
  color: #920101;
  max-width: max-content;
  padding: 3px 18px;
  height: max-content;
  line-height: 85px;
  font-size: 75px;
  font-weight: 700;
  margin: 6px 3px;
}

.home-top-left .home-top-title .highlight {
  margin-left: -14px;
}

.text-default {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  line-height: 28px;
  margin: 40px 0;
}

.home-top-left .text-default {
  max-width: 512px;
}

.btn-group-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.home-top-right {
  width: 518px;
}

.home-banner-slider .banner-slide-card {
  position: relative;
  max-height: 632px;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
}

.home-top-img-content {
  position: absolute;
  bottom: 35px;
  left: 26px;
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  text-shadow: 0 4px 24px #00000059;
}

.home-top-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.home-top-icon .icon:hover {
  animation: pulse 0.7s both;
}

.owl-theme.home-banner-slider .owl-dots {
  position: absolute;
  top: 24px;
  right: 28px;
  margin-top: 0;
}

.owl-theme.home-banner-slider .owl-dots .owl-dot span {
  margin: 0 5px !important;
  width: 11px;
  height: 11px;
  background: #FFFFFFCC;
}

.owl-theme.home-banner-slider .owl-dots .owl-dot.active span,
.owl-theme.home-banner-slider .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.main-heading {
  line-height: 55px;
  font-size: 55px;
  font-weight: 600;
  color: #252525;
}

.how-it-works-section {
  padding: 90px 0 0;
}

.how-it-works-section .text-default {
  max-width: 635px;
  line-height: 24px;
  margin: 20px auto 0;
}

.how-it-works-cardlist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 16px 80px;
  margin-top: 60px;
}

.how-it-works-cardlist .how-it-works-card {
  border-radius: 20px;
  background-color: #F1F1F1;
  padding: 40px 28px;
  transition: all 0.3s ease-in-out;
}

.how-it-works-card:hover {
  background-color: #E7E7E7;
  transform: translateY(-10px);
}

.how-it-works-card-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px 20px;
}

.how-it-works-card-header .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  min-width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #920101;
  border: 1px solid #920101;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
}

.how-it-works-card-header .card-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #252525;
}

.how-it-works-cardlist .how-it-works-card .text-default {
  margin: 24px 0 55px;
  min-height: 84px;
  max-width: 100%;
  line-height: 28px;
}

.how-it-works-cardlist .how-it-works-card .card-footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.who-we-serve-sec {
  padding: 85px 0 100px;
}

.who-we-serve-sec .text-default {
  max-width: 1128px;
  margin: 18px auto;
}

.who-we-serve-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 45px 20px;
  margin-top: 68px;
}

.who-we-serve-listitem {
  background-color: #F1F1F1;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  cursor: pointer;
}

.who-we-serve-listitem a {
  text-decoration: none;
}

.who-we-serve-listitem:hover {
  background-color: #E7E7E7;
}

.who-we-serve-listitem .who-we-serve-imgbox {
  border-radius: 20px 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 330px;
  position: relative;
}

.who-we-serve-listitem .who-we-serve-imgbox .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.who-we-serve-listitem:hover .who-we-serve-imgbox .image {
  transform: scale(1.05);
}

.who-we-serve-listitem .who-we-serve-imgbox .arrow-top {
  width: 70px;
  min-width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.who-we-serve-listitem .who-we-serve-imgbox .arrow-top .icon {
  transition: all 0.3s ease-in-out;
}

.who-we-serve-listitem:hover .arrow-top {
  background-color: #920101;
}

.who-we-serve-listitem:hover .arrow-top .icon {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}

.who-we-serve-listitem .who-we-serve-content {
  padding: 24px 18px 30px;
  text-align: center;
}

.who-we-serve-listitem .who-we-serve-content h3 {
  font-size: 28px;
  font-weight: 600;
  color: #252525;
  line-height: 34px;
  margin: 0;
}

.who-we-serve-listitem .who-we-serve-content p {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  line-height: 26px;
  margin: 10px 0 0;
}

.ready-to-get-start-section {
  padding: 90px 0;
}

.get-started {
  background-color: #920101;
  border-radius: 50px;
  padding: 50px;
}

.get-started .main-heading {
  color: #ffffff;
  line-height: 66px;
  text-align: center;
}

.get-started-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 55px;
}

.get-started-btn .btn-white {
  background: #ffffff;
  color: #920101;
  border: 1px solid #ffffff;
}

.get-started-btn .btn-white:hover {
  background: rgba(255, 255, 255, 10%);
  color: #ffffff;
}

.get-started-btn .btn-primary-outline {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 10%);
}

.get-started-btn .btn-primary-outline:hover {
  background: #ffffff;
  color: #920101;
}

.get-in-touch-section {
  background-color: #F1F1F1;
  margin-bottom: 120px;
}

.get-in-touch-section .container {
  padding: 64px 0;
}

.get-in-touch-section .get-in-touch-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px 70px;
  margin-bottom: 90px;
  flex-wrap: wrap;
}

.get-in-touch-section .get-in-touch-header .main-heading {
  font-weight: 500;
}

.get-in-touch-section .text-default {
  max-width: 589px;
  margin: 0;
}

.get-in-touch-section .form-section ul {
  gap: 65px 120px;
}

.get-in-touch-section .form-section ul li {
  width: calc((100% - 120px) / 2);
}

.get-in-touch-section .form-section ul li .form-control {
  background: #F1F1F1;
}

.get-in-touch-section .form-section ul li .form-control {
  height: 54px;
}

.get-in-touch-section .form-section ul li .btn-primary {
  min-width: 160px;
}

.form-section {
  width: 100%;
  height: auto;
}

.form-section ul {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.form-section ul .spacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-section ul li .namelabel {
  font-size: 18px;
  color: #252525;
  font-weight: 500;
  display: block;
}

.form-section ul li .form-control {
  width: 100%;
  border: 0;
  border-bottom: solid 1px #8D8D8D;
  border-radius: 0;
  display: block;
  font-size: 14px;
  color: #252525;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-weight: 500;
}

.form-section ul li.full {
  width: 100% !important;
}

/* responsiveness */

@media screen and (max-width: 1200px) {

  .home-top-section .home-top-content {
    gap: 30px;
    flex-direction: column;
  }

  .home-top-left,
  .home-top-right {
    width: 100%;
  }

  .home-top-title.remove-br br {
    display: none;
  }

  .home-top-left .home-top-title {
    text-align: center;
  }

  .home-top-left .home-top-title .highlight {
    margin-left: 3px !important;
  }

  .home-top-title .highlight {
    height: 50px;
    line-height: 50px;
    font-size: 40px;
  }

  .home-top-title {
    font-size: 40px;
    line-height: 50px;
  }

  .text-default {
    font-size: 16px;
    line-height: 24px;
    margin: 18px 0 30px;
  }

  .home-top-left .text-default {
    max-width: 100%;
    text-align: center;
  }

  .home-top-left .btn-group-box {
    justify-content: center;
  }

  .home-top-img-content {
    font-size: 36px;
  }

  .home-top-img-content.remove-br br {
    display: none;
  }

  .home-top-right>img {
    width: 100%;
  }

  .how-it-works-section {
    padding: 40px 0 0;
  }

  .main-heading {
    line-height: 35px;
    font-size: 35px;
  }

  .how-it-works-card-header {
    flex-direction: column;
  }

  .how-it-works-card-header .card-number {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }

  .how-it-works-cardlist {
    margin-top: 24px;
  }

  .how-it-works-card-header .card-heading {
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
    text-align: center;
  }

  .how-it-works-cardlist .how-it-works-card {
    padding: 24px;
  }

  .how-it-works-cardlist {
    gap: 20px 16px;
  }

  .how-it-works-cardlist .how-it-works-card .text-default {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 26px;
    min-height: 80px;
    text-align: center;
  }

  .how-it-works-cardlist .how-it-works-card .card-footer-icon img {
    width: 80px;
  }

  .how-it-works-cardlist .how-it-works-card:nth-child(2) .card-footer-icon img {
    width: 62px;
  }

  .strategy-sec {
    padding: 40px 0;
  }

  .who-we-serve-sec {
    padding: 40px 0 50px;
  }

  .who-we-serve-sec .text-default {
    max-width: 100%;
    margin: 14px 0 24px;
  }

  .who-we-serve-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 50px;
  }

  .who-we-serve-listitem .who-we-serve-imgbox {
    height: 250px;
  }

  .who-we-serve-listitem .who-we-serve-imgbox .arrow-top {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .who-we-serve-listitem .who-we-serve-imgbox .arrow-top .icon {
    width: 16px;
  }

  .who-we-serve-listitem .who-we-serve-content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .who-we-serve-listitem .who-we-serve-content p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 6px;
  }

  .ready-to-get-start-section {
    padding: 60px 0;
  }

  .get-started {
    padding: 32px 18px;
    border-radius: 20px;
  }

  .get-started .main-heading {
    line-height: 38px;
  }

  .get-started-btn {
    flex-wrap: wrap;
    margin-top: 45px;
    justify-content: center;
  }

  .get-in-touch-section {
    margin-bottom: 60px;
  }

  .get-in-touch-section .container {
    padding: 40px 24px;
  }

  .get-in-touch-section .get-in-touch-header .main-heading {
    line-height: 34px;
  }

  .get-in-touch-section .text-default {
    max-width: 100%;
  }

  .get-in-touch-section .get-in-touch-header {
    margin-bottom: 35px;
  }

  .get-in-touch-section .form-section ul {
    gap: 48px 120px;
  }

  .form-section ul li {
    width: 100% !important;
  }

  .form-section ul li .namelabel {
    font-size: 14px;
  }

  .form-section ul li .form-control {
    height: 28px;
  }

  .footersec .container {
    border-top: 0;
  }

  .footersec .footer-content {
    gap: 30px 20px;
    flex-direction: column;
    padding: 0 0 22px;
  }

  .footer-menu-list {
    width: 100%;
    gap: 24px 30px;
  }

  .footersec .bottomsec {
    flex-direction: column;
  }

  .footersec .leftul .item {
    font-size: 12px;
  }

  .footersec .leftul .item a {
    font-size: 12px;
  }

  .footersec .leftul .item:first-child {
    margin-bottom: 0;
  }

  .socialmedia {
    margin-top: 10px;
  }

  .footersec .footer-content .footer-logo a .footer-logo-img {
    width: 220px;
  }

  .footer-logo-bottom {
    padding-top: 40px;
  }

  .footersec .footer-content .footer-logo .footer-contact {
    font-size: 16px;
  }

  /*  */
  .active-menu {
    color: #fff !important;
    font-weight: 900 !important;
  }

  .header nav ul {
    transition: all 0.3s ease-in-out;
    /* width: calc(100% - 130px); */
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    display: block;
    right: -110%;
    top: 0;
    z-index: 100;
    background: #F1F1F1;
    padding-top: 100px;
    padding-bottom: 24px;
    box-shadow: rgb(125, 122, 114) 1px 1px 1px 0px,
      rgb(115, 113, 113) -1px -1px 15px 0px;
  }

  .header nav li a {
    color: #000000;
    text-transform: uppercase;
    border-bottom: solid 1px #D9D9D9;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0.5rem;
  }

  .header nav li:hover a {
    background: none;
  }

  .header nav li a.sub-item .arrow-icon {
    display: none;
  }

  .subnav-outer {
    position: relative;
    top: 0;
    padding-top: 0;
    display: block;
  }

  .subnav .item a {
    border-radius: 0;
  }

  .subnav .item a .submenu-label {
    display: none;
  }

  .subnav {
    position: static !important;
    top: 0 !important;
    opacity: 1;
    padding: 0 !important;
    width: 100% !important;
    background: none !important;
    box-shadow: none !important;
    height: auto !important;
  }

  .header nav li a.active {
    background: none;
  }

  .header nav li a.active:hover {
    background: none !important;
  }

  .subnav .item a {
    font-size: 14px;
    background: none !important;
    color: #000000 !important;
    padding-left: 20px;
  }

  .header nav li a {
    border-radius: 0;
  }

  .header nav .expertnav {
    display: block;
  }

  .header nav .expertnav.expert-nav-btn {
    margin-top: 24px;
  }

  .header nav .expertnav.expert-nav-btn .btn {
    border: 1px solid #920101 !important;
    height: 55px !important;
    line-height: 55px !important;
    border-radius: 99px !important;
    display: flex !important;
    padding: 0 32px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .header nav .expertnav.expert-nav-btn .btn.btn-primary {
    margin-bottom: 24px;
  }

  .header nav .expertnav.expert-nav-btn .btn.btn-primary span {
    color: #ffffff !important;
  }

  .activemenu .right-nav {
    right: 0;
  }

  .burger {
    display: flex;
  }

  .activemenu .burger-strip-2 div:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .activemenu .burger-strip-2 {
    background-color: white;
    padding: 7px 3px 4px;
    border-radius: 5px;
  }

  .activemenu .burger-strip-2 div:nth-child(2) {
    opacity: 0;
  }

  .activemenu .burger-strip-2 div:last-child {
    transform: translateY(-8px) rotate(-45deg);
  }

  .activemenu .strip div {
    border-bottom: solid 1px #000000;
  }

  .header .rightbuttonsec {
    display: none;
  }

  .header .rightbuttonsec .expert {
    display: none;
  }

  .header .socialmedia {
    display: none;
  }

  .header nav li a.active {
    color: #fff;
  }
}

@media screen and (max-width: 1000px) {

  .home-banner {
    height: 30rem;
  }

  .dec br {
    display: none;
  }

  .dec {
    font-size: 14px;
  }

  .footersec {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 700px) {

  /* home page banner */

  .rightbuttonsec {
    display: none;
  }

  .home-top-title {
    font-size: 32px;
    line-height: 38px;
  }

  .home-top-title .highlight {
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    padding: 0 8px;
  }

  .home-top-left .home-top-title,
  .home-top-left .text-default {
    text-align: center;
  }

  .home-top-left .btn-group-box {
    justify-content: center;
  }

  .text-default {
    font-size: 14px;
    line-height: 20px !important;
    margin: 14px 0 24px;
  }

  .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }

  .btn-primary span {
    font-size: 14px;
  }

  .home-banner-slider .banner-slide-card {
    max-height: none;
  }

  .home-top-img-content {
    position: absolute;
    bottom: 22px;
    left: 20px;
    font-size: 26px !important;
  }

  .home-top-icon img {
    width: 58px;
  }

  .main-heading {
    line-height: 28px;
    font-size: 28px;
  }

  .how-it-works-section>.text-default {
    margin: 16px auto 0;
    max-width: 300px;
  }

  .how-it-works-cardlist {
    margin-top: 24px;
    grid-template-columns: auto;
  }

  .how-it-works-cardlist .how-it-works-card {
    padding: 24px;
  }

  .how-it-works-card-header {
    flex-direction: row;
    justify-content: center;
  }

  .how-it-works-card-header .card-number {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
  }

  .how-it-works-card-header .card-heading {
    font-size: 20px;
    line-height: 32px;
    max-width: 100%;
  }

  .how-it-works-cardlist .how-it-works-card .text-default {
    margin: 15px 0 26px;
    min-height: auto;
    text-align: center;
  }

  .how-it-works-cardlist .how-it-works-card .card-footer-icon img {
    width: 80px;
  }

  .how-it-works-cardlist .how-it-works-card:nth-child(2) .card-footer-icon img {
    width: 62px;
  }

  .who-we-serve-list {
    grid-template-columns: auto;
  }

  .who-we-serve-sec .main-heading {
    line-height: 35px;
  }

  .who-we-serve-listitem .who-we-serve-imgbox {
    height: auto;
  }

  .who-we-serve-listitem .who-we-serve-imgbox .arrow-top {
    width: 45px;
    min-width: 45px;
    height: 45px;
  }

  .who-we-serve-listitem .who-we-serve-imgbox .arrow-top .icon {
    width: 18px;
  }

  .ready-to-get-start-section {
    padding: 45px 0;
  }

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

  .get-in-touch-section {
    margin-bottom: 40px;
  }

  .get-in-touch-section .btn {
    width: 100%;
  }

  .footersec .container {
    border-top: 0;
  }

  .footersec .footer-content {
    gap: 30px 20px;
    flex-direction: column;
    padding-bottom: 22px;
  }

  .footer-menu-list {
    width: 100%;
    gap: 24px 10px;
    justify-content: space-between;
  }

  .footersec .bottomsec {
    flex-direction: column;
  }

  .footersec .leftul .item {
    font-size: 12px;
  }

  .footersec .leftul .item a {
    font-size: 12px;
  }

  .footersec .leftul .item:first-child {
    margin-bottom: 0;
  }

  .socialmedia {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }

  .header .contentsec .leftview .text:nth-child(3) {
    display: none;
  }

  .header .bottomview {
    height: 50px;
  }

  .burger {
    top: 9px !important;
  }

  .footerlist a {
    font-size: 14px;
  }

  .header .topview {
    display: none;
  }

  .headerscroll {
    top: 0;
  }

  .headerscroll .burger {
    top: 9px;
  }

  .home-container {
    padding-top: 75px;
  }

  .main-text {
    font-size: 32px;
    line-height: 40px;
  }

  .stickyTop .menu-list {
    padding: 10px 15px 10px;
  }
}

/* strategy */

.strategy-sec {
  background: #f1f1f1;
  border-radius: 50px;
  padding: 60px 0 90px;
}

.strategy-sec .main-heading {
  line-height: 66px;
}

.strategy-sec p {
  font-size: 20px;
  line-height: 28px;
  margin: 28px 0 0;
}

.provide-text {
  margin-top: 0 !important;
}

.strategy-sec .head-sec {
  text-align: center;
  margin-bottom: 45px;
}

.strategy-main {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.strategy-left .item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 34px 8px;
}

.strategy-contents.item-top-left {
  width: calc(100% - 388px);
}

.strategy-contents.item-top-right {
  width: 380px;
}

.strategy-left .item-top-bg {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  padding: 38px 28px;
  border-radius: 30px;
}

.strategy-contents .img-box .mobile-img {
  display: none;
}

.strategy-left .item-bottom {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 117px);
  padding: 0;
  position: relative;
  border-radius: 30px;
}

.strategy-left .item-bottom::before {
  position: absolute;
  content: url("../images/strategy-bg-left.svg");
  left: -70px;
}

.strategy-left .item-bottom::after {
  position: absolute;
  content: url("../images/strategy-bg-right.svg");
  right: -50px;
  bottom: -40px;
}

.strategy-left .item-bottom .item-left {
  padding: 28px 30px;
  background: #f8f8f8;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  overflow: hidden;
}

.strategy-left .item-bottom .item-right {
  background: url("/images/house-img.png");
  border-bottom-right-radius: 30px;
  overflow: hidden;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.strategy-left .item-bottom aside {
  width: 50%;
}

.item-bottom .strategy-sub-title {
  margin-bottom: 25px;
}

.item-bottom .item-left p {
  font-size: 18px;
}

.strategy-right {
  width: 380px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  padding: 38px 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}

.strategy-right p {
  font-size: 18px;
  line-height: 28px;
}

.strategy-right .strategy-sub-title {
  margin-bottom: 18px;
}

.strategy-left {
  width: calc(100% - 405px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.strategy-item h3 {
  font-size: 28px;
}

.strategy-item {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}

.strategy-item:last-child {
  margin-bottom: 0;
}

.strategy-sub-title {
  font-size: 28px;
  margin-bottom: 40px;
  font-weight: 600;
  text-align: left;
}

.strategy-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 20px;
}

.strategy-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  flex-wrap: wrap;
  width: calc((100% - 20px) / 2);
  border-radius: 20px;
  padding: 20px 3px;
  text-align: center;
  font-weight: 500;
  /* margin-top: 20px; */
  gap: 20px;
  font-size: 16px;
  min-height: 175px;
}

.strategy-main li .star-icon {
  margin-top: 2px;
}

.strategy-left .mob-title {
  display: none;
}

@media screen and (max-width: 1200px) {
  .strategy-sec {
    padding: 40px 0;
  }

  .strategy-sec .main-heading {
    line-height: 48px;
  }

  .strategy-main {
    flex-direction: column;
  }

  .strategy-left {
    width: 100%;
    align-items: flex-start;
  }

  .strategy-left .item-top {
    flex-direction: row;
  }

  .strategy-contents.item-top-left {
    width: calc(100% - 308px);
  }

  .strategy-contents.item-top-right {
    width: 300px;
  }

  .strategy-left .item-bottom {
    width: 100%;
  }

  .strategy-left .item-bottom::before,
  .strategy-left .item-bottom::after {
    content: none;
  }

  .strategy-right {
    width: 100%;
  }

  .strategy-sub-title {
    font-size: 26px;
  }

  .strategy-item {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 20px;
  }

  .strategy-main li .star-icon {
    width: 14px;
    margin-top: 2px;
  }

  .strategy-left .item-bottom {
    gap: 0 20px;
  }

  .strategy-left .item-bottom .item-left {
    width: calc(100% - 320px);
    padding-right: 0;
  }

  .strategy-left .item-bottom .item-right {
    width: 300px;
  }

  .item-bottom .item-left p {
    font-size: 16px;
  }

  .strategy-sec p {
    margin-top: 20px;
  }

  .strategy-right p {
    font-size: 16px;
  }

  .strategy-icon {
    line-height: 22px;
  }

  .strategy-left .item-top-bg {
    width: 100%;
  }

  .strategy-icons {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 700px) {
  .strategy-sec .main-heading {
    line-height: 35px;
  }

  .strategy-left .item-top {
    flex-direction: column;
  }

  .strategy-contents.item-top-left {
    width: 100%
  }

  .strategy-left .item-top-bg {
    width: 100%;
  }

  .strategy-sub-title {
    margin-bottom: 25px;
  }

  .strategy-item {
    font-size: 14px;
  }

  .strategy-contents.item-top-right {
    width: 100%;
  }

  .strategy-left .item-bottom {
    flex-direction: column;
  }

  .strategy-left .item-bottom .item-left {
    width: 100%;
    padding: 28px 20px 0;
  }

  .strategy-left .item-bottom .item-right {
    width: 100%;
    height: 200px;
    background-position: right bottom;
  }

  .strategy-sub-title {
    font-size: 22px;
  }

  .item-bottom .item-left p {
    font-size: 14px;
    margin-top: 0;
    line-height: 24px;
  }

  .strategy-left .item-bottom .strategy-sub-title {
    margin-bottom: 16px;
  }

  .strategy-right p {
    font-size: 14px;
    line-height: 24px;
  }

  .strategy-icon {
    font-size: 14px;
    line-height: 20px;
    min-height: auto;
    min-width: 120px;
  }
}

/* contact page */

.contact-banner-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 12px;
}

.contact-banner-content .home-top-title {
  max-width: 850px;
}

.contact-media-iconlist .contact-media-iconlistitem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #B7B7B7;
  border-radius: 50%;
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.contact-media-iconlist .contact-media-iconlistitem img {
  transition: all 0.3s ease-in-out;
}

.contact-media-iconlist .contact-media-iconlistitem:last-child {
  margin-bottom: 0;
}

.contact-media-iconlist .contact-media-iconlistitem:hover {
  background-color: #920101;
  border-color: #920101;
}

.contact-media-iconlist .contact-media-iconlistitem:hover img {
  filter: invert(1) brightness(5);
}

.contact-form-section {
  padding: 92px 0;
}

.contact-form-section .form-section ul {
  gap: 48px;
}

.contact-form-section .form-section ul li {
  width: calc((100% - 96px) / 3);
}

.contact-form-section .form-section ul li .namelabel {
  font-weight: 400;
}

.contact-form-section .form-section ul li .form-control {
  height: 32px;
  border-bottom-color: #CACACA;
}

.contact-form-section .form-section ul li.full .form-control.text-area {
  height: 100px;
}

.contact-form-section .form-section ul li.full.spacebetween {
  justify-content: flex-start;
}

.contact-form-section .form-section ul li .btn-primary>span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-form-section .form-section ul li .btn-primary>span span {
  display: flex;
}

.contact-form-section .form-section ul li .btn-primary>span span img {
  width: 20px;
  transition: all 0.3s ease-in-out;
}

.contact-form-section .form-section ul li .btn-primary:hover span span img {
  transform: translateX(10px);
  transition: all 0.3s ease-in-out;
}

.contact-ready-to-support {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-position: center center;
  padding: 80px 0;
}

.contact-support-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px 80px;
}

.contact-support-content .contact-support-left {
  max-width: 546px;
}

.contact-support-content .contact-support-left .main-heading {
  line-height: 66px;
}

.contact-support-content .contact-support-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px 45px;
}

.contact-support-content .support-right-content h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: #920101;
  margin: 0;
}

.contact-support-content .support-right-content h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
  color: #252525;
  margin: 20px 0;
}

.contact-support-content .support-right-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  color: #252525;
  margin: 0;
}

@media screen and (max-width: 1200px) {

  .contact-banner-content {
    flex-wrap: wrap;
  }

  .contact-banner-content .home-top-title,
  .contact-support-content .contact-support-left {
    max-width: 100%;
  }

  .contact-support-content .contact-support-left .main-heading {
    line-height: 34px;
  }

  .contact-media-iconlist {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
  }

  .contact-form-section {
    padding: 20px 0 60px;
  }

  .contact-support-content {
    flex-wrap: wrap;
  }

  .contact-ready-to-support {
    padding: 40px 0;
  }

  .contact-support-content .contact-support-right {
    flex-wrap: wrap;
    margin-top: 18px;
  }

  .contact-support-content .support-right-content h4,
  .contact-support-content .support-right-content h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .contact-support-content .support-right-content h5 {
    margin: 16px 0;
  }

  .contact-support-content .support-right-content p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* ajithraj */


/*Our Team*/
.our-team-section-banner {
  padding-top: 0;
  padding-bottom: 16px;
}

.our-team-section-banner .home-top-title {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.our-team-section-banner .text-default {
  text-align: center;
  margin: 24px auto 50px;
  max-width: 745px;
}

.our-team-tabsection {
  padding-top: 10px;
}

.tab-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 35px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.tab-buttons .tab-btn {
  background-color: #f1f1f1;
  border: 0;
  border-radius: 30px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.tab-buttons .tab-btn:hover,
.tab-buttons .tab-btn.active-tab {
  background-color: #920101 !important;
  color: white;
}

.tab-content {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tab-content.active {
  display: grid !important;
  opacity: 1;
}

.tab-content-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #B3B3B3;
  /* background: #F1F1F199; */
  /* background-image: url(../images/team-bg.jpg); */
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 450px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.tab-content-card:hover {
  /* background-color: #E7E7E7; */
  transform: translateY(-10px);
}

.tab-content-card a {
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.tab-content-card a>img {
  /* margin-top: 70px; */
}

.tab-content-card .card-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  bottom: 10px;
  background: #FFFFFFCC;
  padding: 6px 18px;
  min-height: 92px;
  border-radius: 20px;
  margin: 0 auto;
  left: 26px;
  right: 26px;
  text-align: center;
}

.tab-content-card .card-text h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #000000;
  margin: 0;
}

.tab-content-card .card-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #686868;
  margin: 2px 0 0;
}

.view-more-sec {
  display: flex;
  align-items: center;
  justify-self: center;
  margin: 60px 0 0;
}

@media screen and (max-width: 1200px) {
  .our-team-section-banner .text-default {
    margin: 14px auto 12px;
    max-width: 100%;
  }

  .our-team-tabsection {
    padding-top: 40px;
  }

  .tab-buttons {
    gap: 18px 20px;
    margin-bottom: 40px;
  }

  .tab-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .tab-content-card {
    min-height: auto;
  }

  .view-more-sec {
    margin: 40px 0 0;
  }

  .tab-content-card .card-text h3 {
    font-size: 16px;
  }

  .tab-content-card .card-text p {
    line-height: 22px;
    margin: 0;
  }
}

@media screen and (max-width: 700px) {
  .remove-br br {
    display: none;
  }

  .tab-buttons {
    gap: 18px 14px;
    margin-bottom: 40px;
  }

  .tab-buttons .tab-btn {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }

  .tab-content {
    grid-template-columns: auto;
    gap: 28px;
  }

  .tab-content-card .card-text {
    min-height: auto;
  }
}

/* about page  */

.about-experts-section .home-top-title .highlight {
  height: 105px;
}

.about-image-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.about-image-list img {
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.about-image-list .about-image-listitem:hover img {
  transform: scale(1.03);
}

.about-image-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px 120px;
  margin-top: 78px;
}

.about-image-bottom .about-image-bottom-content {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  line-height: 32px;
}

.about-details-section {
  padding: 90px 0 0;
}

.about-details-section .main-heading {
  margin-bottom: 40px;
  line-height: 65px;
}

.about-details-flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 62px;
  flex-wrap: wrap;
}

.about-details-flexbox-item {
  background-color: #F1F1F1;
  border-radius: 30px;
  padding: 26px 23px;
  min-height: 232px;
  min-width: 370px;
  max-width: 370px;
  transition: all 0.3s ease-in-out;
}

.about-details-flexbox-item:hover {
  background-color: #E7E7E7;
}

.about-details-flexbox-item .flexbox-item-img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #920101;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}

.about-details-flexbox-item .flexbox-item-img img {
  transition: all 0.3s ease-in-out;
}

.about-details-flexbox-item:hover .flexbox-item-img {
  transform: scale(1.1);
}

.about-details-flexbox-item .flexbox-item-title {
  line-height: 34px;
  font-size: 28px;
  font-weight: 600;
  color: #252525;
  margin: 0;
}

.about-details-flexbox-item .text-default {
  line-height: 26px;
  margin: 8px 0 0;
}

.about-bg-img-section {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
}

.about-bg-img-section::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .4;
}

.about-bg-img-section .about-vdo-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-bg-img-section .about-vdo-icon .icon {
  width: 120px;
  transition: all 0.3s ease-in-out;
}

.about-bg-img-section .about-vdo-icon:hover .icon {
  animation: pulse 0.7s both;
}

.about-bg-img-section .about-bg-content {
  line-height: 56px;
  font-size: 55px;
  font-weight: 700;
  color: #FFFFFF;
  position: absolute;
  bottom: 24px;
  left: 70px;
}

.about-count-section {
  padding: 70px 0 100px;
}

.about-count-section .count-box-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px 90px;
  flex-wrap: wrap;
}

.about-count-section .count-box-list .text-bold {
  line-height: 55px;
  font-size: 55px;
  font-weight: 700;
  color: #252525;
  margin: 0;
  text-align: center;
}

.about-count-section .count-box-list .text-normal {
  line-height: 34px;
  font-size: 28px;
  font-weight: 500;
  color: #252525;
  text-align: center;
  margin: 26px 0 0;
}

@media screen and (max-width: 1200px) {
  .about-experts-section .home-top-title .highlight {
    height: auto;
  }

  .about-experts-section .home-top-title.remove-br br {
    display: none;
  }

  .about-image-bottom {
    gap: 15px 0;
    flex-direction: column;
    margin-top: 40px;
  }

  .about-image-bottom .about-image-bottom-content {
    font-size: 16px;
    line-height: 28px;
  }

  .about-details-section {
    padding: 40px 0 0;
  }

  .about-details-flexbox {
    gap: 30px;
  }

  .about-details-flexbox-item {
    min-width: auto;
    max-width: 100%;
    width: calc((100% - 30px) / 2);
  }

  .about-details-flexbox-item .flexbox-item-img {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }

  .about-details-section .main-heading {
    max-width: 100%;
    text-align: center;
    line-height: 34px;
  }

  .about-details-section .main-heading.remove-br br {
    display: none;
  }

  .about-details-flexbox-item .flexbox-item-img img {
    width: 24px;
  }

  .about-details-flexbox-item .flexbox-item-title {
    font-size: 20px;
    line-height: 26px;
  }

  .about-bg-img-section {
    margin-top: 30px;
  }

  .about-bg-img-section .about-bg-content {
    line-height: 32px;
    font-size: 28px;
    bottom: 15px;
    left: 20px;
  }

  .about-count-section {
    padding: 40px 0;
  }

  .about-count-section .count-box-list .text-bold {
    line-height: 35px;
    font-size: 35px;
  }

  .about-bg-img-section .about-vdo-icon .icon {
    width: auto;
  }

  .about-count-section .count-box-list .text-normal {
    font-size: 20px;
    line-height: 30px;
  }
}

@media screen and (max-width: 700px) {

  .about-bg-img-section .about-vdo-icon .icon {
    width: 40px;
  }

  .about-image-list {
    flex-wrap: wrap;
  }

  .about-image-bottom .about-image-bottom-content {
    font-size: 14px;
  }

  .about-details-flexbox-item {
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    width: 100%;
  }

  .about-details-flexbox {
    gap: 24px 0;
  }

  .about-details-flexbox-item .flexbox-item-img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-details-flexbox-item .flexbox-item-img img {
    width: 22px;
  }

  .about-details-flexbox-item .flexbox-item-title,
  .about-details-flexbox-item .text-default {
    text-align: center;
  }

  .about-bg-img-section .about-bg-content {
    line-height: 18px;
    font-size: 16px;
    bottom: 8px;
    left: 10px;
  }

  .about-count-section .count-box-list .text-bold {
    line-height: 28px;
    font-size: 28px;
  }

  .about-count-section .count-box-list .text-normal {
    font-size: 18px;
    margin-top: 12px;
  }
}

/* service page */

.service-banner-content {
  text-align: center;
}

.service-banner-content .home-top-title,
.service-banner-content .home-top-title .highlight {
  font-size: 55px;
  line-height: 68px;
}

.service-banner-content .text-default {
  max-width: 1010px;
  margin: 36px auto 100px;
}

.service-banner-frame {
  position: relative;
  margin-top: 30px;
}

.service-banner-frame .image-box {
  width: 100%;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.service-banner-frame .image-box img {
  border-radius: 30px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}

.service-list-section {
  padding-top: 82px;
}

.service-list-section .service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 20px;
}

.service-list-section .service-list .service-list-item {
  background-color: #F1F1F1;
  transition: all 0.3s ease-in-out;
  padding: 34px 38px;
  border-radius: 10px;
  min-height: 400px;
  cursor: pointer;
}

.service-list-section .service-list .service-list-item a {
  text-decoration: none;
}

.service-list-section .service-list .service-list-item:hover {
  background-color: #920101;
}

.service-list-section .service-count {
  display: flex;
  justify-content: flex-end;
  line-height: 34px;
  font-size: 55px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.service-list-section .service-name {
  line-height: 34px;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
  margin: 30px 0 28px;
  transition: all 0.3s ease-in-out;
}

.service-content-list .service-content-listitem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 22px;
  color: #000000;
}

.service-content-listitem .list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  width: 18px;
  margin-top: 5px;
}

.service-content-listitem .list-icon img {
  transition: all 0.3s ease-in-out;
}

.service-list .service-list-item:hover .service-count,
.service-list .service-list-item:hover .service-name {
  color: white;
}

.service-list .service-list-item:hover .service-content-listitem {
  color: white;
}

.service-list .service-list-item:hover .service-content-listitem .list-icon img {
  filter: brightness(0) invert(1);
}

.text-red {
  color: #920101;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {

  .service-banner-content .home-top-title,
  .service-banner-content .home-top-title .highlight {
    font-size: 40px;
    line-height: 48px;
  }

  .service-banner-content .home-top-title .highlight {
    height: 60px;
  }

  .service-banner-content .text-default {
    max-width: 100%;
    margin: 18px 0 60px;
  }

  .service-list-section {
    padding-top: 40px;
  }

  .service-list-section .service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-list-section .service-count {
    font-size: 45px;
  }

  .service-list-section .service-name {
    font-size: 20px;
    margin: 24px 0 14px;
    line-height: 26px;
  }

  .service-list-section .service-name.remove-br br {
    display: none;
  }

  .service-list-section .service-list .service-list-item {
    min-height: auto;
    padding: 34px 26px;
  }

  .service-content-list .service-content-listitem {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
  }

  .service-content-listitem .list-icon {
    min-width: 14px;
    width: 14px;
    margin-top: 4px;
  }

}

@media screen and (max-width: 700px) {

  .service-banner-content .home-top-title,
  .service-banner-content .home-top-title .highlight {
    font-size: 30px;
    line-height: 36px;
  }

  .service-banner-content .home-top-title .highlight {
    height: auto;
  }

  .service-banner-content .text-default {
    margin: 18px 0 34px;
  }

  .service-banner-frame {
    margin-top: 0;
  }

  .service-banner-frame .image-border {
    display: none;
  }

  .service-banner-frame .image-box {
    padding: 0;
  }

  .service-list-section .service-list {
    grid-template-columns: auto;
  }

  .service-list-section .service-count {
    font-size: 40px;
  }

  .service-list-section .service-name {
    margin-top: 18px;
  }
}

/* redline page */

.redline-banner-section .redline-banner-content {
  text-align: center;
}

.redline-banner-content .home-top-title .text-red {
  font-size: 75px;
  font-weight: 700;
  color: #920101;
  line-height: 85px;
}

.redline-banner-content .text-default {
  max-width: 600px;
  margin: 24px auto 0;
}

.redline-tab-section {
  padding-top: 66px;
}


.main-tab-header {
  border-bottom: 1px solid #BEB8B8;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 42px;
  margin-bottom: 50px;
}

.main-tab-header .main-tab-label {
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #252525CC;
  position: relative;
  border-bottom: 3px solid transparent;
}

.main-tab-label.active {
  color: #920101;
  border-color: #920101;
}

.main-tab-content {
  display: none;
}

.main-tab-content.active {
  display: block;
}

.blog-banner-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 35px 30px;
  flex-wrap: wrap;
}

.blog-banner-left {
  width: calc(100% - 610px);
}

.blog-banner-left img {
  width: 100%;
}

.blog-banner-right {
  width: 580px;
}

.blog-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: #F1F1F1;
  height: 36px;
  padding: 0 12px;
  border-radius: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

.blog-label:hover {
  background-color: #E7E7E7;
}

.blog-banner-right .blog-label {
  margin-bottom: 16px;
}

.blog-banner-right .main-heading {
  font-size: 50px;
  margin-bottom: 14px;
}

.blog-banner-right .text-default {
  margin: 10px 0;
  display: inline-block;
}

.text-default .red-label {
  font-size: 18px;
  font-weight: 500;
  color: #920101;
  line-height: 28px;
  display: inline-block;
  margin-right: 2px;
}

.blog-banner-right .read-more-link {
  margin-top: 12px;
}

.blog-tab-section {
  margin-top: 55px;
}

.blog-tab-section .tab-buttons {
  gap: 14px 12px;
  margin-bottom: 25px;
}

.tab-content.blog-box-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 50px 24px;
}

.blog-box-list .blog-box-listitem .blog-box-img img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.blog-box-listitem:hover .blog-box-img img {
  transform: scale(1.03);
}

.blog-box-listitem .blog-box-content {
  margin-top: 24px;
}

.blog-box-listitem .blog-name {
  line-height: 32px;
  font-size: 26px;
  font-weight: 500;
  color: #000000;
  margin: 16px 0;
}

.blog-box-listitem .blog-date {
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #737373;
}

.blog-box-listitem .text-default {
  line-height: 26px;
  margin: 16px 0 20px;
}

.stories-list.tab-content.active {
  display: block !important;
  margin-top: 50px;
}

.stories-list .stories-listitem {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 70px;
  margin-bottom: 32px;
}

.stories-list .stories-listitem:last-child {
  margin-bottom: 0;
}

.stories-list-img {
  width: 400px;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
}

.stories-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stories-list-content {
  width: calc(100% - 470px);
}

.stories-list-content .story-name {
  line-height: 32px;
  font-size: 28px;
  font-weight: 600;
  color: #252525;
  margin: 0;
}

.read-more-link {
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
  color: #21319B;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.read-more-link .link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.read-more-link .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.read-more-link .icon.active {
  opacity: 0;
}

.read-more-link:hover .icon {
  opacity: 0;
}

.read-more-link:hover .icon.active {
  opacity: 1 !important;
}

.read-more-link:hover {
  color: #141D5A;
}


@media screen and (max-width: 1200px) {

  .home-top-title .text-red {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .redline-banner-content .text-default {
    max-width: 100%;
    margin-top: 14px;
  }

  .redline-tab-section {
    padding-top: 40px;
  }

  .main-tab-header {
    margin-bottom: 40px;
  }

  .main-tab-header .main-tab-label {
    font-size: 24px;
  }

  .blog-banner-content {
    gap: 25px;
    justify-content: flex-start;
  }

  .blog-banner-left {
    width: 100%;
  }

  .blog-banner-right {
    width: 100%;
  }

  .blog-banner-right .main-heading.remove-br br {
    display: none;
  }

  .blog-banner-right .main-heading {
    line-height: 35px;
  }

  .blog-tab-section {
    margin-top: 40px;
  }

  .tab-content.blog-box-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 24px;
  }

  .blog-box-listitem .blog-name {
    line-height: 28px;
    font-size: 22px;
    margin-bottom: 10px;
  }

  .read-more-link,
  .blog-label {
    font-size: 16px;
  }

  .blog-box-listitem .blog-date {
    font-size: 14px;
  }

  .blog-box-listitem .text-default {
    margin: 10px 0;
    min-height: 105px;
  }

  .stories-list .stories-listitem {
    gap: 16px 24px;
  }

  .stories-list-img {
    width: 280px;
    height: auto;
  }

  .stories-list-content {
    width: calc(100% - 304px);
  }

  .stories-list-content .story-name {
    font-size: 22px;
    line-height: 28px;
  }

  .stories-list-content .text-default {
    margin: 10px 0;
  }
}

@media screen and (max-width: 700px) {

  .redline-banner-content .home-top-title .text-red {
    font-size: 32px !important;
    line-height: 38px !important;
  }

  .main-tab-header {
    gap: 14px 26px;
  }

  .main-tab-header .main-tab-label {
    font-size: 22px;
  }

  .blog-box-listitem .text-default {
    margin: 10px 0 16px;
    min-height: auto;
  }

  .blog-banner-right .main-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .blog-tab-section {
    margin-top: 30px;
  }

  .tab-content.blog-box-list {
    grid-template-columns: auto;
    grid-gap: 24px;
  }

  .blog-box-list .blog-box-listitem .blog-box-img img {
    width: 100%;
  }

  .blog-label {
    font-size: 14px;
  }

  .blog-box-listitem .blog-name,
  .stories-list-content .story-name {
    line-height: 26px;
    font-size: 20px;
  }

  .stories-list .stories-listitem {
    flex-direction: column;
  }

  .stories-list-img,
  .stories-list-content {
    width: 100%;
  }
}

.service-inner-banner {
  padding-bottom: 70px;
}

.service-inner-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px 98px;
}

.service-inner-banner-left {
  width: 578px;
}

.service-inner-banner-left .text-default {
  margin: 20px 0 28px;
  max-width: 500px;
}

.service-inner-banner-right {
  width: calc(100% - 676px);
  overflow: hidden;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-inner-content-section {
  padding: 25px 0;
  border-bottom: 1px solid #8D8D8D;
}

.service-inner-content-section.border-0 {
  border-bottom: 0;
}

.service-inner-content-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px 68px;
}

.service-inner-content-left {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  color: #920101;
  width: 508px;
}

.service-inner-content-right {
  width: calc(100% - 576px);
}

.service-inner-content-right .text-default {
  margin: 0;
  max-width: 660px;
}

.service-inner-content-right .text-default.text-space {
  margin-top: 26px;
}

.service-inner-sublist {
  margin: 30px 0;
}

.service-inner-sublistitem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 18px;
  color: #000000;
}

.service-inner-sublistitem .arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 27px;
  width: 27px;
  height: 27px;
}

.service-inner-sublistitem .arrow-icon img {
  width: 100%;
}

.service-inner-bottom-section {
  padding-top: 100px;
}

.service-inner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 60px;
}

.service-inner-bottom-left {
  width: 564px;
  border: 7px solid #000000;
  border-radius: 14px;
  overflow: hidden;
}

.service-inner-bottom-right {
  width: calc(100% - 624px);
}

.service-inner-bottom-right h3 {
  font-size: 14px;
  font-weight: 400;
  color: #920101;
  letter-spacing: 2px;
  margin: 0 0 14px;
  line-height: 22px;
  text-transform: uppercase;
}

.service-inner-bottom-right p {
  font-size: 16px;
  font-weight: 400;
  color: #252525;
  margin: 14px 0 22px;
  line-height: 24px;
}

.service-inner-bottom-right .btn-primary {
  max-width: 185px;
}

.content-bg-box {
  background-color: #FFFFFF80;
  border: 1px solid #ffffff;
  border-radius: 30px;
  padding: 38px 20px;
}

.content-list .content-listitem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 24px;
}

.content-list .content-listitem .list-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  width: 18px;
}

.content-list .content-listitem:last-child {
  margin-bottom: 0;
}

.service-inner-content-bottom {
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 100px;
  padding: 0 45px 65px;
}

.service-inner-content-bottom.rovpro-inner-content-section {
  margin-top: 0;
}

.service-inner-content-bottom-left {
  width: calc(100% - 590px);
  position: sticky;
  top: 80px;
  padding-top: 45px;
  transition: all 0.2s ease-in-out;
}

.bottom-content-title {
  line-height: 60px;
}

.service-inner-content-bottom-right {
  width: 490px;
  padding-top: 45px;
}

.bottom-content-listitem {
  margin-bottom: 40px;
}

.bottom-content-listitem:last-child {
  margin-bottom: 0;
}

.bottom-content-list .bottom-content-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 0 18px;
  color: #920101;
}

.bottom-content-list .text-default {
  line-height: 24px;
  margin: 0;
}

@media screen and (max-width: 1200px) {

  .service-inner-banner-content {
    gap: 32px 24px;
  }

  .service-inner-banner-content>li {
    height: auto;
  }

  .service-inner-banner-left {
    width: 55%;
  }

  .service-inner-banner-right {
    width: 45%;
  }

  .service-inner-banner-left .text-default {
    margin: 14px 0 24px;
    max-width: 100%;
  }

  .service-inner-banner {
    padding-bottom: 25px;
  }

  .service-inner-content-section.border-0 {
    padding-bottom: 0;
  }

  .service-inner-content-list {
    gap: 30px 20px;
    flex-direction: column;
  }

  .service-inner-content-left {
    width: 100%;
    font-size: 35px;
    line-height: 35px;
  }

  .service-inner-content-left.remove-br br {
    display: none;
  }

  .service-inner-content-right {
    width: 100%;
  }

  .service-inner-content-right .text-default {
    max-width: 100%;
  }

  .service-inner-sublist {
    margin: 20px 0;
  }

  .service-inner-sublistitem {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .service-inner-sublistitem .arrow-icon {
    min-width: 22px;
    width: 22px;
    height: 22px;
  }

  .service-inner-bottom {
    gap: 14px 30px;
  }

  .service-inner-bottom-left {
    width: 45%;
  }

  .service-inner-bottom-right {
    width: 55%;
  }

  .service-inner-bottom-section {
    padding-top: 40px;
  }
}

@media screen and (max-width: 700px) {

  .service-inner-banner {
    padding-bottom: 0;
  }

  .service-inner-banner-content {
    flex-direction: column;
  }

  .service-inner-banner-content>li {
    width: 100%;
  }

  .service-inner-content-left {
    font-size: 28px;
  }

  .service-inner-content-list {
    gap: 20px;
  }

  .service-inner-sublistitem {
    font-size: 14px;
    line-height: 20px;
  }

  .service-inner-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .service-inner-bottom>li {
    width: 100%;
  }

  .content-list .content-listitem .list-icon {
    min-width: 12px;
    width: 12px;
  }

  .content-list .content-listitem {
    font-size: 14px;
    line-height: 14px;
  }
}

/* Client details */

.client-banner-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 20px;
}

.client-banner-content-left {
  width: 318px;
  min-height: 376px;
  border-radius: 18px;
  border: 1px solid #E5E1E1;
  background: #F1F1F199;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.client-banner-content-left.height-user {
  height: 372px;
}

.client-banner-content-right {
  width: calc(100% - 338px);
}

.client-banner-content-right .client-sub-heading {
  font-size: 28px;
  font-weight: 500;
  color: #686868;
  line-height: 38px;
  margin: 14px 0 0;
}

.client-banner-content-right .text {
  font-size: 18px;
  line-height: 34px;
}

.client-banner-content-right .sub-head {
  font-size: 18px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
}

.client-banner-content-right .client-sub-heading .text-red {
  font-size: 28px;
}

.client-banner-content-right .text-default {
  margin: 50px 0 16px;
  line-height: 30px;
}

.client-content-section {
  padding-top: 20px;
}

.client-content-section .innovations-section.mb-20 {
  margin: 20px 0 20px;
}

.client-content-section .text-default {
  margin: 30px 0;
}

.client-content-section .text-default b {
  font-weight: 600;
}

.client-content-title {
  font-size: 28px;
  font-weight: 600;
  color: #252525;
  line-height: 32px;
  margin-bottom: 8px;
}

.innovations-section .innovations-title {
  font-size: 18px;
  font-weight: 600;
  color: #252525;
  line-height: 32px;
}

.innovations-list {
  padding-left: 12px;
}

.innovations-list li {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  line-height: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}

.innovations-list li::before {
  content: "•";
  color: #252525;
  font-size: 22px;
}

.featured-materials {
  padding-top: 30px;
}

.featured-materials-list {
  border-top: 1px solid #BEB8B8;
  margin-top: 22px;
}

.featured-materials-listitem {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 10px;
  padding: 15px 30px;
  border-bottom: 1px solid #BEB8B8;
}

.featured-materials-list .btn-primary {
  min-width: 130px;
  height: 40px;
  line-height: 40px;
}

@media screen and (max-width: 1200px) {
  .client-banner-content {
    gap: 24px 30px;
  }

  .client-banner-content-left {
    width: 280px;
    min-height: auto;
  }

  .client-banner-content-right {
    width: calc(100% - 310px);
  }

  .client-banner-content-right .client-sub-heading,
  .client-content-title {
    font-size: 20px;
    line-height: 26px;
  }

  .client-banner-content-right .text-default {
    margin: 16px 0 0;
    line-height: 28px;
  }

  .client-content-section {
    padding-top: 0;
  }

  .client-content-section .text-default {
    margin: 20px 0;
  }

  .client-banner-content-left.height-user {
    height: auto;
  }

  .innovations-list li {
    font-size: 16px;
  }
  

  .featured-materials {
    padding-top: 25px;
  }

  .featured-materials-listitem {
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  .client-banner-content {
    flex-direction: column;
  }

  .client-banner-content-left,
  .client-banner-content-right {
    width: 100%;
  }

  .client-banner-content-right .client-sub-heading,
  .client-content-title {
    font-size: 20px;
  }

  .client-content-section .text-default:last-child {
    margin-bottom: 0;
  }

  .innovations-section .innovations-title {
    font-size: 16px;
    line-height: 24px;
  }

  .innovations-list li {
    font-size: 14px;
    line-height: 26px;
  }


  .featured-materials-listitem {
    padding: 15px;
    font-size: 16px;
    flex-wrap: wrap;
  }

  .featured-materials-list .btn-primary {
    min-width: 80px;
    height: 38px;
    line-height: 38px;
  }
}

/* sangamithra 26-june-25  */

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.video-modal.show {
  display: flex;
}

.video-modal-content {
  position: relative;
  padding: 1rem;
  max-width: 1000px;
  width: 90%;
  border-radius: 0;
}

.video-modal-content video {
  width: 100%;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: -14px;
  right: -27px;
  background: #fff;
  color: #000;
  font-size: 18px;
  border-radius: 50%;
  padding: 4px 10px;
  cursor: pointer;
  cursor: pointer;

}

@media screen and (max-width: 700px) {
  .close-btn {
    top: -40px;
    right: 0;
  }
}
.form-loader {
  display: none; /* default hidden */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
}

.form-loader.active {
  display: flex !important; /* force flex to override inline display if any */
}


.form-message {
  margin: 1rem 1rem;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  max-width: 400px;
  color: white;
  background-color: #28a745; /* success default */
  display: none;
}

.form-message.error {
  background-color: #dc3545;
}
