.p_1_s209 {
  /* BUTTON CSS START */
}
.p_1_s209 .banner_24 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
}
.p_1_s209 .gap15 {
  gap: 15px;
}
.p_1_s209 .bannerHeading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: var(--headingColor1);
}
.p_1_s209 .subPara {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: var(--paragraphColorWhite);
}
.p_1_s209 .imgSec {
  line-height: 0px;
  border-radius: 5px;
  background-color: var(--themeBg2);
  padding: 5px 10px;
  height: 50px;
}
.p_1_s209 .imgSec img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_1_s209 .formSec {
  max-width: 420px;
  width: calc(100% - 60px);
  margin-left: auto;
  background-color: var(--themeBg2);
  padding: 30px;
  border-radius: 10px;
}
.p_1_s209 .formOuter {
  position: relative;
  z-index: 2;
}
.p_1_s209 .formHeading {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor2);
  font-weight: 600;
  margin-bottom: 20px;
}
.p_1_s209 .inputSec {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.p_1_s209 .custGrid {
  grid-template-columns: 40px 1fr;
}
.p_1_s209 .input {
  background-color: transparent;
  border: none;
  width: -webkit-fill-available;
  outline: none;
  font-size: 12px;
}
.p_1_s209 .textarea {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 12px;
  outline: none;
  resize: none;
}
.p_1_s209 .iconSec {
  width: 40px;
  height: 40px;
}
.p_1_s209 .iconSec svg {
  width: 17px;
  height: 17px;
}
.p_1_s209 .sliderSec {
  position: relative;
  margin-top: -50px;
}
.p_1_s209 .cardSec {
  padding-top: 15px;
  background: rgba(33, 33, 35, 0.4);
  border-radius: 10px;
  border: 2px solid #212123;
}
.p_1_s209 .cardImg {
  aspect-ratio: 16/9;
  line-height: 0px;
}
.p_1_s209 .cardHeading {
  font-size: 20px;
  line-height: 30px;
  color: var(--headingColor1);
  font-weight: 600;
  padding: 12px 15px;
  padding-top: 0px;
}
.p_1_s209 .bannerSlider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p_1_s209 .rightSec {
  padding-top: 50px;
}
.p_1_s209 .buttoncl {
  padding: 10px 30px;
  border: 2px solid var(--btnHoverColor);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  background: transparent;
  color: var(--btnTextColor);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
  width: fit-content;
}
.p_1_s209 .toptxt {
  position: relative;
  display: flex;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.p_1_s209 .container {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p_1_s209 .subtxt {
  position: absolute;
  top: 100%;
  z-index: 3;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_1_s209 .buttoncl::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--btnHoverColor);
  top: -50%;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(37% at 50% 50%);
  z-index: 1;
  opacity: 0;
  border: 2px solid var(--btnHoverColor);
}
.p_1_s209 .buttoncl:hover::before {
  top: -2px;
  height: 110%;
  width: 110%;
  border-radius: 30px;
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.p_1_s209 .buttoncl:hover .toptxt {
  top: -100px;
}
.p_1_s209 .buttoncl:hover .subtxt {
  top: 0;
  color: var(--btnTextColor) !important;
}
.p_1_s209 .formSec .toptxt {
  color: var(--btnHoverColor);
}
@media only screen and (max-width: 900px) {
  .p_1_s209 .bannerHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .p_1_s209 .gap100 {
    gap: 30px;
  }
  .p_1_s209 .rightSec {
    padding: 0px;
  }
  .p_1_s209 .sliderSec {
    margin-top: 20px;
  }
  .p_1_s209 .bannerSlider {
    margin-top: 20px;
    position: static;
    transform: none;
  }
  .p_1_s209 .formSec {
    padding: 15px;
    width: calc(100% - 30px);
  }
  .p_1_s209 .gap15 {
    gap: 10px;
  }
  .p_1_s209 .formHeading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .p_1_s209 .cardHeading {
    font-size: 16px;
    line-height: 16px;
    padding: 10px 15px;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s209 {
    background-attachment: scroll;
  }
}
.p_1_s213 {
  /* BUTTON CSS START */
}
.p_1_s213 .cta_section_18 {
  padding: 150px 0px;
}
.p_1_s213 .maxWidth800 {
  max-width: 800px;
}
.p_1_s213 .gap15 {
  gap: 15px;
}
.p_1_s213 .ctaArea {
  background-color: var(--themeBg1);
  padding: 50px 0px;
}
.p_1_s213 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s213 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s213 .formSec {
  max-width: 420px;
  width: calc(100% - 60px);
  background-color: var(--themeBg2);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.p_1_s213 .formHeading {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor2);
  font-weight: 600;
  margin-bottom: 20px;
}
.p_1_s213 .inputSec {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.p_1_s213 .custGrid {
  grid-template-columns: 40px 1fr;
}
.p_1_s213 .input {
  background-color: transparent;
  border: none;
  width: -webkit-fill-available;
  outline: none;
  font-size: 12px;
}
.p_1_s213 .textarea {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-size: 12px;
  outline: none;
  resize: none;
}
.p_1_s213 .iconSec {
  width: 40px;
  height: 40px;
}
.p_1_s213 .iconSec svg {
  width: 17px;
  height: 17px;
}
.p_1_s213 .cardSec {
  position: relative;
  z-index: 5;
  background-color: #1b1b1b;
  padding: 10px;
  border-radius: 10px;
  grid-template-columns: 60px 1fr;
}
.p_1_s213 .cardIcon {
  width: 60px;
  height: 60px;
}
.p_1_s213 .cardIcon svg {
  width: 30px;
  height: 30px;
  stroke: var(--paragraphColorWhite);
  stroke-width: 1;
}
.p_1_s213 .cardHeading {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 500;
}
.p_1_s213 .cardPara a {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraphColorWhite);
  font-weight: 600;
  cursor: pointer;
}
.p_1_s213 .buttoncl {
  padding: 10px 30px;
  border: 2px solid var(--btnHoverColor);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  background: transparent;
  color: var(--btnTextColor);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
  width: fit-content;
}
.p_1_s213 .toptxt {
  position: relative;
  display: flex;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.p_1_s213 .container {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p_1_s213 .subtxt {
  position: absolute;
  top: 100%;
  z-index: 3;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_1_s213 .buttoncl::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--btnHoverColor);
  top: -50%;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(37% at 50% 50%);
  z-index: 1;
  opacity: 0;
  border: 2px solid var(--btnHoverColor);
}
.p_1_s213 .buttoncl:hover::before {
  top: -2px;
  height: 110%;
  width: 110%;
  border-radius: 30px;
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.p_1_s213 .buttoncl:hover .toptxt {
  top: -100px;
}
.p_1_s213 .buttoncl:hover .subtxt {
  top: 0;
  color: var(--btnTextColor) !important;
}
.p_1_s213 .formSec .toptxt {
  color: var(--btnHoverColor);
}
@media only screen and (max-width: 1450px) {
  .p_1_s213 .maxWidth800 {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1300px) {
  .p_1_s213 .maxWidth800 {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  .p_1_s213 .formSec {
    position: static;
    transform: none;
    margin: 0 auto;
    margin-top: 30px;
  }
  .p_1_s213 .maxWidth800 {
    max-width: 600px;
    margin: 0 auto;
  }
  .p_1_s213 .subPara {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s213 .cta_section_18 {
    padding: 0px;
  }
  .p_1_s213 .ctaArea {
    padding: 30px 0px;
  }
  .p_1_s213 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s213 .cardIcon {
    width: 40px;
    height: 40px;
  }
  .p_1_s213 .cardSec {
    grid-template-columns: 40px 1fr;
  }
  .p_1_s213 .maxWidth800.width90 {
    width: 100%;
  }
  .p_1_s213 .gap30 {
    gap: 10px;
  }
  .p_1_s213 .formSec {
    padding: 20px;
  }
  .p_1_s213 .formHeading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s213 {
    background-attachment: scroll;
  }
}
.p_1_s214 {
  /* BUTTON CSS START */
}
.p_1_s214 .partners_10 {
  padding: 50px 0px;
}
.p_1_s214 .contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_1_s214 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s214 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s214 .imgSec {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;
}
.p_1_s214 .buttoncl {
  padding: 10px 30px;
  border: 2px solid var(--btnColor);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  background: transparent;
  color: var(--btnColor);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
  width: fit-content;
}
.p_1_s214 .toptxt {
  position: relative;
  display: flex;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.p_1_s214 .container {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p_1_s214 .subtxt {
  position: absolute;
  top: 100%;
  z-index: 3;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_1_s214 .buttoncl::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--btnColor);
  top: -50%;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(37% at 50% 50%);
  z-index: 1;
  opacity: 0;
  border: 2px solid var(--btnColor);
}
.p_1_s214 .buttoncl:hover::before {
  top: -2px;
  height: 110%;
  width: 110%;
  border-radius: 30px;
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.p_1_s214 .buttoncl:hover .toptxt {
  top: -100px;
}
.p_1_s214 .buttoncl:hover .subtxt {
  top: 0;
  color: var(--btnTextColor) !important;
}
@media only screen and (max-width: 900px) {
  .p_1_s214 .partners_10 {
    padding: 30px 0px;
  }
  .p_1_s214 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s214 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s214 .buttoncl {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s214 {
    background-attachment: scroll;
  }
}
.p_1_s215 {
  /* BUTTON CSS START */
}
.p_1_s215 .testimonial_section_20 {
  padding-bottom: 50px;
  background-color: var(--themeBg1);
  background-position: top left;
  background-repeat: repeat;
  background-size: 500px;
}
.p_1_s215 .contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p_1_s215 .imgSec {
  line-height: 0px;
}
.p_1_s215 .cardArea {
  margin-top: -150px;
}
.p_1_s215 .cardSec {
  background-color: var(--themeBg2);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.p_1_s215 .cardImg {
  position: relative;
  z-index: 2;
  aspect-ratio: 16/9;
  line-height: 0px;
  overflow: hidden;
}
.p_1_s215 .name {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 80px;
  font-weight: 800;
  color: #000;
  opacity: 0.04;
  line-height: 80px;
  text-transform: uppercase;
  z-index: 1;
}
.p_1_s215 .cardTextArea {
  padding: 10px 15px;
}
.p_1_s215 .quote {
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraphColorBlack);
  font-weight: 600;
}
.p_1_s215 .comment {
  font-size: 14px;
  line-height: 20px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  margin: 5px 0px 10px;
}
.p_1_s215 .nameInner {
  font-size: 14px;
  line-height: 20px;
  color: var(--paragraphColorBlack);
  font-weight: 600;
}
.p_1_s215 .desig {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
}
.p_1_s215 .buttoncl {
  padding: 10px 30px;
  border: 2px solid var(--btnColor);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  background: transparent;
  color: var(--btnColor);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
  width: fit-content;
}
.p_1_s215 .toptxt {
  position: relative;
  display: flex;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.p_1_s215 .container {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p_1_s215 .subtxt {
  position: absolute;
  top: 100%;
  z-index: 3;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_1_s215 .buttoncl::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--btnColor);
  top: -50%;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(37% at 50% 50%);
  z-index: 1;
  opacity: 0;
  border: 2px solid var(--btnColor);
}
.p_1_s215 .buttoncl:hover::before {
  top: -2px;
  height: 110%;
  width: 110%;
  border-radius: 30px;
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.p_1_s215 .buttoncl:hover .toptxt {
  top: -100px;
}
.p_1_s215 .buttoncl:hover .subtxt {
  top: 0;
  color: var(--btnTextColor) !important;
}
@media only screen and (max-width: 900px) {
  .p_1_s215 .testimonial_section_20 {
    padding-bottom: 30px;
  }
  .p_1_s215 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s215 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s215 .buttoncl {
    margin-top: 30px;
  }
  .p_1_s215 .cardArea {
    margin-top: -35px;
  }
}
.p_1_s215 .testimonial_section_20 {
  margin-top: -150px;
}
@media only screen and (max-width: 900px) {
  .p_1_s215 .testimonial_section_20 {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s215 {
    background-attachment: scroll;
  }
}
.p_1_s216 {
  /* BUTTON CSS START */
}
.p_1_s216 .faq_section_6 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
  background-position: top left;
  background-repeat: repeat;
  background-size: 500px;
}
.p_1_s216 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s216 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s216 .faqCardArea {
  background-color: var(--themeBg2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.p_1_s216 .cardSec {
  border-bottom: 1px dashed var(--btnColor);
  padding: 10px;
}
.p_1_s216 .cardSec:nth-last-child(1) {
  border-bottom: none;
}
.p_1_s216 .quesSec {
  padding: 8px 15px;
}
.p_1_s216 .ques {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 600;
}
.p_1_s216 .faqArrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}
.p_1_s216 .faqArrow i {
  font-size: 14px;
}
.p_1_s216 .ans {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: var(--paragraphColorBlack);
  line-height: 24px;
  border-radius: 5px;
}
.p_1_s216 .buttoncl {
  padding: 10px 30px;
  border: 2px solid var(--btnColor);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  background: transparent;
  color: var(--btnColor);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
  width: fit-content;
}
.p_1_s216 .toptxt {
  position: relative;
  display: flex;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.p_1_s216 .container {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p_1_s216 .subtxt {
  position: absolute;
  top: 100%;
  z-index: 3;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_1_s216 .buttoncl::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--btnColor);
  top: -50%;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(37% at 50% 50%);
  z-index: 1;
  opacity: 0;
  border: 2px solid var(--btnColor);
}
.p_1_s216 .buttoncl:hover::before {
  top: -2px;
  height: 110%;
  width: 110%;
  border-radius: 30px;
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.p_1_s216 .buttoncl:hover .toptxt {
  top: -100px;
}
.p_1_s216 .buttoncl:hover .subtxt {
  top: 0;
  color: var(--btnTextColor) !important;
}
@media only screen and (max-width: 900px) {
  .p_1_s216 .faq_section_6 {
    padding: 30px 0px;
  }
  .p_1_s216 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s216 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s216 .buttoncl {
    margin-top: 30px;
  }
}
.p_1_s216 .quesSec {
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .p_1_s216 {
    background-attachment: scroll;
  }
}
.p_1_s217 {
  /* BUTTON CSS START */
}
.p_1_s217 .blog_section_4 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
}
.p_1_s217 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s217 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s217 .buttoncl {
  padding: 10px 30px;
  border: 2px solid var(--btnHoverColor);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
  background: transparent;
  color: var(--btnTextColor);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
  width: fit-content;
}
.p_1_s217 .toptxt {
  position: relative;
  display: flex;
  top: 0;
  z-index: 2;
  transition: 0.3s;
}
.p_1_s217 .container {
  width: 100%;
  min-height: 1px;
  overflow: hidden;
}
.p_1_s217 .subtxt {
  position: absolute;
  top: 100%;
  z-index: 3;
  height: 100%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_1_s217 .buttoncl::before {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--btnHoverColor);
  top: -50%;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(37% at 50% 50%);
  z-index: 1;
  opacity: 0;
  border: 2px solid var(--btnHoverColor);
}
.p_1_s217 .buttoncl:hover::before {
  top: -2px;
  height: 110%;
  width: 110%;
  border-radius: 30px;
  clip-path: circle(100% at 50% 50%);
  opacity: 1;
}
.p_1_s217 .buttoncl:hover .toptxt {
  top: -100px;
}
.p_1_s217 .buttoncl:hover .subtxt {
  top: 0;
  color: var(--btnTextColor) !important;
}
@media only screen and (max-width: 900px) {
  .p_1_s217 .blog_section_4 {
    padding: 30px 0px;
  }
  .p_1_s217 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s217 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s217 .buttoncl {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s217 {
    background-attachment: scroll;
  }
}
.p_1_s223 .service_section_33 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_1_s223 .mainHeading {
  font-size: 40px;
  line-height: 50px;
  font-family: var(--hFont);
  color: var(--headingColor1);
  font-weight: 800;
  margin-bottom: 10px;
}
.p_1_s223 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  margin-bottom: 30px;
  font-weight: 400;
  font-family: var(--pFont);
}
.p_1_s223 .cardSec {
  padding: 20px;
  background-color: var(--themeBg2);
  border-radius: 20px;
}
.p_1_s223 .iconSec {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--themeBg1);
}
.p_1_s223 .iconSec {
  margin-bottom: 20px;
}
.p_1_s223 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--pFont);
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--pColor);
}
.p_1_s223 .cardLink .cardSec {
  height: -webkit-fill-available;
}
.p_1_s223 .cardPara {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--pFont);
}
.p_1_s223 .imgSec {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0px;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 900px) {
  .p_1_s223 .service_section_33 {
    padding: 40px 0px;
  }
  .p_1_s223 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_1_s223 .width50 {
    width: 50%;
  }
  .p_1_s223 .cardHead {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .p_1_s223 .gap50 {
    gap: 10px;
  }
}
.p_1_s223 .service_section_33 {
  padding: 50px 0px;
}
.p_1_s223 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s223 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s223 .maxWidth1300 {
  max-width: 1400px;
}
@media only screen and (max-width: 900px) {
  .p_1_s223 .service_section_33 {
    padding: 30px 0px;
  }
  .p_1_s223 .iconSec {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s223 {
    background-attachment: scroll;
  }
}
.p_1_s224 .why_choose_us_7 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_1_s224 .smallHead {
  color: var(--headingColor1);
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 14px 10px 30px;
}
.p_1_s224 .round-subtitle-shape:before {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  background-color: var(--themeColor1);
  height: 8px;
  width: 8px;
  border-radius: 100%;
  animation: rt-opacity 1.5s ease infinite;
}
@keyframes rt-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.p_1_s224 .mainHeading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: var(--headingColor1);
  margin-bottom: 10px;
}
.p_1_s224 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 50px;
}
.p_1_s224 .vidSec {
  line-height: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.p_1_s224 .cardSec {
  padding: 20px;
  border-radius: 5px;
  background-color: var(--themeBg2);
}
.p_1_s224 .custGrid {
  grid-template-columns: 100px 1fr;
}
.p_1_s224 .cardImg {
  width: 100px;
  height: 100px;
}
.p_1_s224 .cardHead {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--headingColor2);
  margin-bottom: 10px;
}
.p_1_s224 .cardPara {
  font-size: 14px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
}
.p_1_s224 .vidSec {
  position: sticky;
  top: 130px;
}
.p_1_s224 .btn {
  margin-top: 30px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .p_1_s224 .why_choose_us_7 {
    padding: 40px 0px;
  }
  .p_1_s224 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_1_s224 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s224 .cardHead {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .p_1_s224 .cardSec {
    padding: 20px;
  }
  .p_1_s224 .gap30 {
    gap: 10px;
  }
  .p_1_s224 .gap100 {
    gap: 30px;
  }
  .p_1_s224 .custGrid {
    grid-template-columns: 80px 1fr;
  }
  .p_1_s224 .cardImg {
    width: 80px;
    height: 80px;
  }
  .p_1_s224 .right {
    order: 2;
  }
}
.p_1_s224 .why_choose_us_7 {
  padding: 50px 0px;
}
.p_1_s224 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s224 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s224 .cardSec {
  padding: 10px;
}
.p_1_s224 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--pFont);
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--headingColor1);
}
.p_1_s224 .cardPara {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--pFont);
}
.p_1_s224 .custGrid.gap30 {
  gap: 15px;
}
.p_1_s224 .cardImg {
  border-radius: 5px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.p_1_s224 .gap100 {
  gap: 50px;
}
.p_1_s224 .custGrid {
  grid-template-columns: 80px 1fr;
}
.p_1_s224 .maxWidth1300 {
  max-width: 1400px;
}
@media only screen and (max-width: 900px) {
  .p_1_s224 .why_choose_us_7 {
    padding: 30px 0px;
  }
  .p_1_s224 .gap100 {
    gap: 30px;
  }
  .p_1_s224 .custGrid {
    grid-template-columns: 60px 1fr;
  }
  .p_1_s224 .cardImg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s224 {
    background-attachment: scroll;
  }
}
.p_1_s227 .timeline_section_1_main {
  height: 300vh;
}
.p_1_s227 .timeline_section_1 {
  position: sticky;
  top: 60px;
  padding: 80px 0px 160px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_1_s227 .rowGap {
  row-gap: 110px;
}
.p_1_s227 .greySvg {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
}
.p_1_s227 .colorSvg {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
}
.p_1_s227 .mainHeading {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 10px;
  font-family: var(--hFont);
  color: var(--headingColor1);
}
.p_1_s227 .mainHeading span {
  color: var(--themeColor1);
}
.p_1_s227 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
}
.p_1_s227 .uprSec {
  margin-bottom: 50px;
}
.p_1_s227 .imgSec {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  line-height: 0px;
  transition: 0.3s;
  filter: grayscale(1) brightness(0.2);
}
.p_1_s227 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--headingColor2);
  font-family: var(--hFont);
  opacity: 0.3;
}
.p_1_s227 .cardPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
  opacity: 0.3;
}
.p_1_s227 .cardSec {
  height: 200px;
}
@media only screen and (max-width: 900px) {
  .p_1_s227 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s227 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s227 .greySvg,
  .p_1_s227 .colorSvg {
    display: none;
  }
  .p_1_s227 .rowGap {
    gap: 30px;
  }
  .p_1_s227 .timeline_section_1_main {
    height: auto;
  }
  .p_1_s227 .timeline_section_1 {
    position: static;
    padding: 30px 0px;
  }
  .p_1_s227 .imgSec {
    filter: none;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  .p_1_s227 .cardPara,
  .p_1_s227 .cardHead {
    opacity: 1;
  }
}
.p_1_s227 .timeline_section_1 {
  padding: 50px 0px 100px;
}
.p_1_s227 .cardHead {
  color: var(--headingColor1);
  font-family: var(--pFont);
}
.p_1_s227 .imgSec {
  margin-bottom: 10px;
}
.p_1_s227 .cardPara {
  color: var(--paragraphColorWhite);
}
.p_1_s227 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s227 .subPara {
  color: var(--paragraphColorWhite);
}
@media only screen and (max-width: 900px) {
  .p_1_s227 {
    background-attachment: scroll;
  }
}
.p_1_s231 .service_section_34 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_1_s231 .width85 {
  width: 85%;
}
.p_1_s231 .uprSec {
  margin-bottom: 50px;
}
.p_1_s231 .mainHeading {
  font-size: 40px;
  line-height: 50px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 5px;
}
.p_1_s231 .subPara {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
}
.p_1_s231 .cardSec {
  padding: 30px 25px 30px 25px;
  background-color: var(--themeBg2);
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  height: calc(100% - 60px);
}
.p_1_s231 .cardSec::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: var(--themeColor1);
  border-radius: 500px 500px 0 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
.p_1_s231 .cardSec:hover::before {
  top: 0;
  border-radius: 0;
  opacity: 1;
}
.p_1_s231 .iconSec {
  width: 70px;
  height: 70px;
  padding: 20px 0px 0px 20px;
  margin-bottom: 30px;
  position: relative;
}
.p_1_s231 .iconSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--themeBg1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}
.p_1_s231 .iconSec img {
  position: relative;
  z-index: 1;
}
.p_1_s231 .cardHead {
  font-size: 20px;
  line-height: 30px;
  color: var(--headingColor2);
  font-weight: 600;
  font-family: var(--pFont);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.p_1_s231 .cardPara {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.p_1_s231 .cardBtn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  transform: rotate(-40deg);
  border: none;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.p_1_s231 .cardBtn svg {
  width: 30px;
  height: 30px;
}
.p_1_s231 .cardSec:hover .cardHead {
  color: var(--paragraphColorWhite);
}
.p_1_s231 .cardSec:hover .cardPara {
  color: var(--paragraphColorWhite);
}
.p_1_s231 .cardSec:hover .cardBtn {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
  transform: rotate(0deg);
}
.p_1_s231 .btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.p_1_s231 .btnText {
  font-size: 16px;
  line-height: 16px;
  color: var(--btnTextColor);
  background-color: var(--btnColor);
  padding: 15px 25px 15px 25px;
  border-radius: 30px;
  transition: all 0.4s ease-in-out;
}
.p_1_s231 .btnSec {
  margin-top: 20px;
}
.p_1_s231 .btnSvg {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  transform: rotate(-40deg);
  transition: all 0.4s ease-in-out;
}
.p_1_s231 .btn:hover .btnSvg {
  transform: rotate(0deg);
}
.p_1_s231 .btn:hover .btnText {
  color: var(--btnHoverTextColor);
  background-color: var(--btnHoverColor);
}
.p_1_s231 .btn:hover .btnSvg {
  color: var(--btnHoverTextColor);
  background-color: var(--btnHoverColor);
}
@media only screen and (max-width: 900px) {
  .p_1_s231 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .p_1_s231 .innerSec {
    padding: 40px 0px;
    border-radius: 20px;
  }
  .p_1_s231 .subPara {
    margin-top: 30px;
  }
  .p_1_s231 .cardPara {
    margin-bottom: 15px;
  }
  .p_1_s231 .iconSec {
    margin-bottom: 0px;
  }
}
.p_1_s231 .cardBtnSec {
  margin-top: 30px;
}
.p_1_s231 .cardPara {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
.p_1_s231 .iconSec {
  margin-bottom: 10px;
}
.p_1_s231 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s231 .cardSec {
  height: calc(100% - 60px);
}
@media only screen and (max-width: 900px) {
  .p_1_s231 .service_section_34 {
    padding: 30px 0px;
  }
  .p_1_s231 .subPara {
    margin: 0px;
  }
  .p_1_s231 .uprSec {
    margin-bottom: 30px;
  }
  .p_1_s231 .cardSec {
    padding: 20px;
  }
  .p_1_s231 .iconSec {
    width: 50px;
    height: 50px;
  }
  .p_1_s231 .iconSec::before {
    width: 50px;
    height: 50px;
  }
  .p_1_s231 .gap30 {
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s231 {
    background-attachment: scroll;
  }
}
.p_1_s233 {
  /* .smallHead {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--hFont);
  color: var(--headingColorW2);
  letter-spacing: 4px;
} */
  /* 
.mainHeading {
  color: var(--headingColorW1);
  font-family: var(--hFont);
  font-size: 45px;
  font-weight: 500;
  margin-top: 10px;
  line-height: 55px;
}

.subPara {
  max-width: 250px;
  color: var(--paragraphColorWhite);
  font-size: 16px;
  line-height: 26px;
  font-family: var(--pFont);
  margin-bottom: 20px;
} */
}
.p_1_s233 .service_section_10 {
  padding: 70px 0px;
  background-color: var(--themeBg1);
}
.p_1_s233 .custGrid {
  grid-template-columns: 1fr 0.7fr;
  margin-bottom: 50px;
}
.p_1_s233 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s233 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s233 .btnSec {
  color: var(--btnColor);
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--pFont);
}
.p_1_s233 .imgSec {
  width: 75px;
}
.p_1_s233 .imgSec img {
  vertical-align: middle;
}
.p_1_s233 .cardCustGrid {
  grid-template-columns: 1fr 50px;
}
.p_1_s233 .iconSec {
  width: 50px;
  height: 50px;
}
.p_1_s233 .cardHead {
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
}
.p_1_s233 .cardSec {
  padding: 40px;
  border-radius: 30px;
  transition: 0.4s;
}
.p_1_s233 .cardSec:hover {
  transform: rotate(-2deg);
}
.p_1_s233 .cardPara {
  margin-top: 20px;
  color: var(--paragraphColorBlack);
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}
.p_1_s233 .cardImg {
  width: 50px;
  top: -1px;
  right: 120px;
}
@media only screen and (max-width: 900px) {
  .p_1_s233 .service_section_10 {
    padding: 20px 0px;
  }
  .p_1_s233 .custGrid {
    grid-template-columns: 1fr;
  }
  .p_1_s233 .leftSec {
    order: 2;
  }
  .p_1_s233 .gap50 {
    gap: 20px;
  }
  .p_1_s233 .cardHead {
    font-size: 25px;
    line-height: 35px;
  }
  .p_1_s233 .cardSec {
    padding: 30px;
    border-radius: 10px;
  }
  .p_1_s233 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
}
.p_1_s233 .service_section_10 {
  padding: 50px 0px;
}
.p_1_s233 .cardHead {
  font-size: 25px;
  line-height: 35px;
}
.p_1_s233 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
}
.p_1_s233 .maxWidth1100 {
  max-width: 1400px;
}
.p_1_s233 .cardSec {
  height: calc(100% - 80px);
}
@media only screen and (max-width: 900px) {
  .p_1_s233 .service_section_10 {
    padding: 30px 0px;
  }
  .p_1_s233 .gap50 {
    gap: 0px;
  }
  .p_1_s233 .subPara {
    max-width: none;
    margin-bottom: 0px !important;
  }
  .p_1_s233 .custGrid {
    margin-bottom: 30px;
  }
  .p_1_s233 .cardSec {
    height: calc(100% - 60px);
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s233 {
    background-attachment: scroll;
  }
}
.p_1_s234 .supMain {
  padding: 80px 0px;
}
.p_1_s234 .supCard {
  padding: 20px 20px;
  background-color: var(--themeBg1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.p_1_s234 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  font-family: var(--pFont);
}
.p_1_s234 .cardGrid {
  grid-template-columns: 50px 1fr;
  position: relative;
  z-index: 9;
}
.p_1_s234 .iconSec {
  width: 50px;
  height: 50px;
}
.p_1_s234 .iconSec i {
  font-size: 40px;
  color: var(--themeColor1);
  transition: 0.3s;
}
.p_1_s234 .cardTextSec {
  height: 100%;
}
.p_1_s234 .cardHead {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 2px solid #dddddd;
  padding-left: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--headingColor1);
  transition: 0.3s;
}
.p_1_s234 .hoverDiv {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0%;
  background-color: var(--themeColor1);
  transition: 0.3s;
}
.p_1_s234 .supCard:hover .hoverDiv {
  height: 100%;
}
.p_1_s234 .supCard:hover .iconSec i {
  color: var(--paragraphColorWhite);
}
.p_1_s234 .supCard:hover .cardHead {
  color: var(--paragraphColorWhite);
}
.p_1_s234 .botTabSec {
  margin-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  background-color: var(--themeBg1);
  display: none;
}
.p_1_s234 .botGrid {
  grid-template-columns: 500px 1fr;
}
.p_1_s234 .imgSec img {
  object-fit: cover;
  border-radius: 10px;
}
.p_1_s234 .botRightSec {
  padding: 30px 70px 30px 30px;
}
.p_1_s234 .botRightSec .cardHead {
  border: none;
  margin-bottom: 40px;
  padding-left: 0px;
}
.p_1_s234 .botCardSec {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.p_1_s234 .botCardGrid {
  grid-template-columns: 45px 1fr;
}
.p_1_s234 .botIConSec {
  width: 45px;
  height: 45px;
  background-color: var(--themeColor1);
  border-radius: 50%;
}
.p_1_s234 .botIConSec i {
  font-size: 20px;
  color: white;
}
.p_1_s234 .carInnerHead {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
  color: var(--headingColor2);
}
.p_1_s234 .carInnerPara {
  font-size: 15px;
  line-height: 25px;
}
.p_1_s234 .botCardSec:hover {
  border-bottom: 1px solid var(--themeColor1);
}
.p_1_s234 .supCard.activeTab .hoverDiv {
  height: 100%;
}
.p_1_s234 .supCard.activeTab .iconSec i {
  color: var(--paragraphColorWhite);
}
.p_1_s234 .supCard.activeTab .cardHead {
  color: var(--paragraphColorWhite);
}
.p_1_s234 .botTabSec.active {
  display: block;
}
.p_1_s234 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_1_s234 .line::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent var(--themeColor1);
  content: "";
  animation: zump 1.5s linear infinite;
}
@keyframes zump {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.p_1_s234 .abtHead {
  font-size: 22px;
  letter-spacing: 2.2px;
  margin-bottom: 16px;
  font-family: var(--o1Font);
  color: var(--themeColor1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
}
.p_1_s234 .abtSubHead {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  color: var(--headingColor1);
  padding-bottom: 20px;
  /* font-family: va\; */
}
.p_1_s234 .btn {
  padding: 10px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  border-radius: 5px;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.p_1_s234 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 1100px) {
  .p_1_s234 .botCardGrid.gap30 {
    gap: 10px;
  }
  .p_1_s234 .botGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s234 .topTabSec .grid3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 700px) {
  .p_1_s234 .abtSubHead {
    font-size: 30px;
  }
  .p_1_s234 .cardHead {
    font-size: 20px;
  }
  .p_1_s234 .botGrid {
    grid-template-columns: 1fr;
  }
  .p_1_s234 .cardGrid {
    grid-template-columns: 40px 1fr;
  }
  .p_1_s234 .supCard {
    padding: 15px;
  }
  .p_1_s234 .iconSec {
    width: 40px;
    height: 40px;
  }
  .p_1_s234 .cardGrid.gap20 {
    gap: 10px;
  }
  .p_1_s234 .botRightSec {
    padding: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .p_1_s234 .supMain {
    padding: 20px 0px;
  }
  .p_1_s234 .topTabSec .grid3 {
    grid-template-columns: 1fr;
  }
  .p_1_s234 .botRightSec {
    padding: 10px;
  }
}
.p_1_s234 .supMain {
  padding: 50px 0px;
}
.p_1_s234 .carInnerHead {
  color: var(--headingColor1);
}
.p_1_s234 .iconSec i {
  color: var(--headingColor1);
}
.p_1_s234 .botIConSec {
  background-color: var(--themeBg1);
}
.p_1_s234 .botIConSec i {
  color: var(--headingColor1);
}
@media only screen and (max-width: 900px) {
  .p_1_s234 .supMain {
    padding: 30px 0px;
  }
  .p_1_s234 .botRightSec .cardHead {
    margin-bottom: 10px;
  }
  .p_1_s234 .cardGrid {
    grid-template-columns: 30px 1fr;
  }
  .p_1_s234 .iconSec {
    width: 30px;
    height: 30px;
  }
  .p_1_s234 .iconSec i {
    font-size: 20px;
  }
  .p_1_s234 .cardHead {
    font-size: 14px;
    line-height: 24px;
  }
  .p_1_s234 .gap10 {
    gap: 5px;
  }
  .p_1_s234 .botTabSec {
    margin-top: 30px;
  }
  .p_1_s234 .gap30 {
    gap: 10px;
  }
  .p_1_s234 .supCard {
    padding: 10px;
  }
  .p_1_s234 .carInnerHead {
    font-weight: 600;
  }
  .p_1_s234 .carInnerPara {
    font-size: 14px;
    line-height: 24px;
  }
  .p_1_s234 .botCardSec {
    padding: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s234 {
    background-attachment: scroll;
  }
}
.p_1_s235 .sosMain {
  padding: 80px 0px;
}
.p_1_s235 .sosGrid {
  grid-template-columns: 1fr 2fr;
}
.p_1_s235 .sosGrid2 {
  grid-template-columns: 2fr 1fr;
}
.p_1_s235 .imgSec {
  overflow: hidden;
}
.p_1_s235 .leftSec {
  position: sticky;
  top: 100px;
}
.p_1_s235 .imgSec img {
  border-radius: 30px;
  object-fit: cover;
}
.p_1_s235 .textSec {
  width: 90%;
  max-width: 300px;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--themeColor1);
  padding: 20px;
  border-radius: 15px;
}
.p_1_s235 .customGrid {
  grid-template-columns: 60px 1fr;
}
.p_1_s235 .iconSec {
  width: 60px;
  height: 60px;
  background-color: var(--themeColor2);
  border-radius: 50%;
}
.p_1_s235 .iconSec i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_1_s235 .cardHead {
  color: var(--headingColor1);
  font-size: 16px;
  font-weight: 600;
}
.p_1_s235 .cardPara {
  color: var(--paragraphColorWhite);
  font-size: 15px;
  margin-top: 10px;
}
.p_1_s235 .rightSec {
  background-color: var(--themeBg1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 30px;
}
.p_1_s235 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_1_s235 .line::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent var(--themeColor1);
  content: "";
  animation: zump 1.5s linear infinite;
}
@keyframes zump {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.p_1_s235 .abtHead {
  font-size: 20px;
  letter-spacing: 2.2px;
  margin-bottom: 16px;
  font-family: var(--o1Font);
  color: var(--themeColor1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
}
.p_1_s235 .abtSubHead {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--headingColor1);
  padding-bottom: 10px;
}
.p_1_s235 .abtPara {
  color: var(--paragraphColorBlack);
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.p_1_s235 .pointGrid {
  grid-template-columns: 14px 1fr;
}
.p_1_s235 .pointIcon {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.p_1_s235 .pointIcon i {
  font-size: 13px;
  color: var(--themeColor1);
}
.p_1_s235 .points {
  color: var(--paragraphColorBlack);
  font-size: 14px;
  line-height: 24px;
}
.p_1_s235 .pointSec {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .p_1_s235 .sosGrid {
    grid-template-columns: 1fr;
  }
  .p_1_s235 .imgSec {
    max-width: 500px;
  }
  .p_1_s235 .rightSec {
    margin-top: 40px;
  }
  .p_1_s235 .sosMain {
    padding: 20px 0px;
  }
  .p_1_s235 .rightSec {
    padding: 20px;
  }
}
.p_1_s235 .maxWidth1500 {
  max-width: 1400px;
}
.p_1_s235 .sosMain {
  padding: 50px 0px;
}
.p_1_s235 .cardHead {
  color: var(--headingColor2);
}
.p_1_s235 .points {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 900px) {
  .p_1_s235 .sosMain {
    padding: 30px 0px;
  }
  .p_1_s235 .sosGrid2 {
    grid-template-columns: 1fr;
  }
  .p_1_s235 .pointSec {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s235 {
    background-attachment: scroll;
  }
}
.p_1_s238 .service_section_5 {
  padding: 70px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_1_s238 .grid3 .serCardMain .serCardGrid,
.p_1_s238 .grid4 .serCardMain .serCardGrid,
.p_1_s238 .grid5 .serCardMain .serCardGrid {
  grid-template-columns: 60px 1fr;
}
.p_1_s238 .grid3 .serCardMain .iconSec,
.p_1_s238 .grid4 .serCardMain .iconSec,
.p_1_s238 .grid5 .serCardMain .iconSec {
  width: 60px;
}
.p_1_s238 .uprSec {
  margin-bottom: 50px;
}
.p_1_s238 .line5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.p_1_s238 .mainHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--headingColor1);
  margin-bottom: 10px;
}
.p_1_s238 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 400;
}
.p_1_s238 .serCardMain {
  padding: 30px;
  background-color: white;
  border-radius: 10px;
}
.p_1_s238 .serCardGrid {
  grid-template-columns: 100px 1fr;
}
.p_1_s238 .iconSec {
  width: 100px;
}
.p_1_s238 .serCardMain:hover .iconSec img {
  animation: 0.3s shake;
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.p_1_s238 .tag span {
  display: inline-block;
  margin-bottom: 10px;
  background-color: var(--themeColor1);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  color: var(--paragraphColorWhite);
}
.p_1_s238 .cardHead {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--headingColor2);
}
.p_1_s238 .cardPara {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
  color: var(--paragraphColorBlack);
}
.p_1_s238 .getBtn {
  color: var(--headingColor2);
  font-size: 17px;
  font-weight: 600;
  transition: 0.3s;
}
.p_1_s238 .serCardMain:hover .getBtn {
  color: var(--themeColor1);
}
.p_1_s238 .getBtn i {
  margin-left: 8px;
}
.p_1_s238 .serCardMain:hover .getBtn i {
  animation: 0.3s toLeftFromRight linear;
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s238 .service_section_5 {
    padding: 30px 0px;
  }
  .p_1_s238 .uprSec {
    margin-bottom: 30px;
  }
  .p_1_s238 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s238 .subPara {
    line-height: 20px;
  }
  .p_1_s238 .serCardMain {
    padding: 20px;
  }
  .p_1_s238 .serCardGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p_1_s238 .iconSec {
    margin: 0 auto;
  }
  .p_1_s238 .serTextMain {
    text-align: center;
  }
  .p_1_s238 .cardHead {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }
  .p_1_s238 .cardPara {
    margin-bottom: 10px;
  }
  .p_1_s238 .getBtn {
    font-size: 15px;
    line-height: 25px;
  }
  .p_1_s238 .grid3 .serCardMain .serCardGrid,
  .p_1_s238 .grid4 .serCardMain .serCardGrid,
  .p_1_s238 .grid5 .serCardMain .serCardGrid {
    grid-template-columns: 1fr;
  }
  .p_1_s238 .grid3 .serCardMain .iconSec,
  .p_1_s238 .grid4 .serCardMain .iconSec,
  .p_1_s238 .grid5 .serCardMain .iconSec {
    width: 60px;
  }
}
.p_1_s238 .subPara {
  color: var(--paragraphColorBlack);
}
.p_1_s238 .cardHead {
  color: var(--headingColor1);
}
.p_1_s238 .service_section_5 {
  padding: 50px 0px;
}
.p_1_s238 .maxWidth1300 {
  max-width: 1400px;
}
@media only screen and (max-width: 900px) {
  .p_1_s238 .service_section_5 {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s238 {
    background-attachment: scroll;
  }
}
.p_1_s239 .service_section_6 {
  padding: 70px 0px;
  background-color: var(--themeBg3);
}
.p_1_s239 .smallHead {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--hFont);
  color: var(--headingColor2);
  letter-spacing: 4px;
}
.p_1_s239 .mainHeading {
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-size: 45px;
  font-weight: 500;
  margin: 20px 0px 50px;
  line-height: 60px;
}
.p_1_s239 .subPara {
  color: var(--paragraphColorBlack);
  font-size: 16px;
  line-height: 30px;
  font-family: var(--pFont);
}
.p_1_s239 .serCard {
  padding: 50px;
  background-color: var(--themeBg4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px 100px 5px;
}
.p_1_s239 .cardHead {
  font-size: 24px;
  font-family: var(--hFont);
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 15px;
  color: var(--headingColor1);
  transition: 0.4s;
}
.p_1_s239 .serCard:hover .cardHead {
  color: var(--headingColor2);
}
.p_1_s239 .cardPara {
  font-family: var(--pFont);
  font-size: 16px;
  line-height: 30px;
  padding: 0px 0px 55px 0px;
  color: var(--paragraphColorBlack);
}
.p_1_s239 .iconSec {
  width: 55px;
  height: 55px;
}
.p_1_s239 .iconSec img {
  transition: 0.4s;
}
.p_1_s239 .serCard:hover .iconSec img {
  transform: rotateY(360deg);
}
.p_1_s239 .arrowIcon {
  width: 40px;
  height: 40px;
  background-color: var(--themeBg3);
  border-radius: 50%;
  transition: 0.4s;
}
.p_1_s239 .arrowIcon i {
  color: var(--themeBg2);
  transition: 0.4s;
}
.p_1_s239 .arrowIcon:hover {
  background-color: var(--themeBg2);
}
.p_1_s239 .arrowIcon:hover i {
  color: var(--paragraphColorWhite);
}
.p_1_s239 .allBtn {
  display: inline-block;
  font-family: var(--pFont);
  font-weight: 500;
  border-style: none;
  border-radius: 100px;
  padding: 15px 30px 15px 30px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  font-size: 13px;
  transition: 0.4s;
  margin-top: 50px;
}
.p_1_s239 .allBtn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_1_s239 .mainHeading {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 35px;
  }
  .p_1_s239 .service_section_6 .gap50 {
    gap: 30px;
  }
  .p_1_s239 .subPara {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 25px;
  }
  .p_1_s239 .cardHead {
    font-size: 20px;
    line-height: 30px;
  }
  .p_1_s239 .cardPara {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 35px;
  }
  .p_1_s239 .serCard {
    padding: 30px 40px 40px 30px;
  }
}
.p_1_s239 .maxWidth1300 {
  max-width: 1400px;
}
.p_1_s239 .serCard {
  padding: 30px;
}
.p_1_s239 .serText {
  margin-bottom: 50px;
}
.p_1_s239 .cardPara {
  padding-bottom: 30px;
}
.p_1_s239 .service_section_6 {
  padding: 50px 0px;
}
@media only screen and (max-width: 900px) {
  .p_1_s239 .service_section_6 {
    padding: 30px 0px;
  }
  .p_1_s239 .mainHeading {
    margin: 0px;
  }
  .p_1_s239 .serText {
    margin: 0px;
  }
  .p_1_s239 .service_section_6 .gap50 {
    gap: 10px;
  }
  .p_1_s239 .serCard {
    padding: 20px;
  }
  .p_1_s239 .cardHead {
    margin-bottom: 5px;
  }
  .p_1_s239 .cardPara {
    padding-bottom: 10px;
  }
  .p_1_s239 .iconSec {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s239 {
    background-attachment: scroll;
  }
}
.p_1_s241 .service_section_33 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_1_s241 .mainHeading {
  font-size: 40px;
  line-height: 50px;
  font-family: var(--hFont);
  color: var(--headingColor1);
  font-weight: 800;
  margin-bottom: 10px;
}
.p_1_s241 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  margin-bottom: 30px;
  font-weight: 400;
  font-family: var(--pFont);
}
.p_1_s241 .cardSec {
  padding: 20px;
  background-color: var(--themeBg2);
  border-radius: 20px;
}
.p_1_s241 .iconSec {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--themeBg1);
}
.p_1_s241 .iconSec {
  margin-bottom: 20px;
}
.p_1_s241 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--pFont);
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--pColor);
}
.p_1_s241 .cardLink .cardSec {
  height: -webkit-fill-available;
}
.p_1_s241 .cardPara {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--pFont);
}
.p_1_s241 .imgSec {
  border-radius: 20px;
  overflow: hidden;
  line-height: 0px;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 900px) {
  .p_1_s241 .service_section_33 {
    padding: 40px 0px;
  }
  .p_1_s241 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_1_s241 .width50 {
    width: 50%;
  }
  .p_1_s241 .cardHead {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
  }
  .p_1_s241 .gap50 {
    gap: 10px;
  }
}
.p_1_s241 .service_section_33 {
  padding: 50px 0px;
  background-position: top left;
  background-size: 400px;
  background-repeat: repeat;
}
.p_1_s241 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s241 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s241 .maxWidth1300 {
  max-width: 1400px;
}
@media only screen and (max-width: 900px) {
  .p_1_s241 .service_section_33 {
    padding: 30px 0px;
  }
  .p_1_s241 .iconSec {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s241 {
    background-attachment: scroll;
  }
}
.p_1_s242 .sosMain {
  padding: 80px 0px;
}
.p_1_s242 .sosGrid {
  grid-template-columns: 1fr 2fr;
}
.p_1_s242 .sosGrid2 {
  grid-template-columns: 2fr 1fr;
}
.p_1_s242 .imgSec {
  overflow: hidden;
}
.p_1_s242 .leftSec {
  position: sticky;
  top: 100px;
}
.p_1_s242 .imgSec img {
  border-radius: 30px;
  object-fit: cover;
}
.p_1_s242 .textSec {
  width: 90%;
  max-width: 300px;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--themeColor1);
  padding: 20px;
  border-radius: 15px;
}
.p_1_s242 .customGrid {
  grid-template-columns: 60px 1fr;
}
.p_1_s242 .iconSec {
  width: 60px;
  height: 60px;
  background-color: var(--themeColor2);
  border-radius: 50%;
}
.p_1_s242 .iconSec i {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_1_s242 .cardHead {
  color: var(--headingColor1);
  font-size: 16px;
  font-weight: 600;
}
.p_1_s242 .cardPara {
  color: var(--paragraphColorWhite);
  font-size: 15px;
  margin-top: 10px;
}
.p_1_s242 .rightSec {
  background-color: var(--themeBg1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 30px;
}
.p_1_s242 .line {
  width: 4px;
  height: 17px;
  display: inline-block;
  background-color: var(--themeColor1);
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.p_1_s242 .line::after {
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent var(--themeColor1);
  content: "";
  animation: zump 1.5s linear infinite;
}
@keyframes zump {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.p_1_s242 .abtHead {
  font-size: 20px;
  letter-spacing: 2.2px;
  margin-bottom: 16px;
  font-family: var(--o1Font);
  color: var(--themeColor1);
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  line-height: 1em;
}
.p_1_s242 .abtSubHead {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: var(--headingColor1);
  padding-bottom: 10px;
}
.p_1_s242 .abtPara {
  color: var(--paragraphColorBlack);
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.p_1_s242 .pointGrid {
  grid-template-columns: 14px 1fr;
}
.p_1_s242 .pointIcon {
  width: 14px;
  height: 14px;
  margin-top: 5px;
}
.p_1_s242 .pointIcon i {
  font-size: 13px;
  color: var(--themeColor1);
}
.p_1_s242 .points {
  color: var(--paragraphColorBlack);
  font-size: 14px;
  line-height: 24px;
}
.p_1_s242 .pointSec {
  margin-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .p_1_s242 .sosGrid {
    grid-template-columns: 1fr;
  }
  .p_1_s242 .imgSec {
    max-width: 500px;
  }
  .p_1_s242 .rightSec {
    margin-top: 40px;
  }
  .p_1_s242 .sosMain {
    padding: 20px 0px;
  }
  .p_1_s242 .rightSec {
    padding: 20px;
  }
}
.p_1_s242 .maxWidth1500 {
  max-width: 1400px;
}
.p_1_s242 .sosMain {
  padding: 50px 0px;
}
.p_1_s242 .cardHead {
  color: var(--headingColor2);
}
.p_1_s242 .points {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 900px) {
  .p_1_s242 .sosMain {
    padding: 30px 0px;
  }
  .p_1_s242 .sosGrid2 {
    grid-template-columns: 1fr;
  }
  .p_1_s242 .pointSec {
    margin-top: 0px;
  }
  .p_1_s242 .rightSec {
    order: 2;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s242 {
    background-attachment: scroll;
  }
}
.p_1_s246 .counter_5 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
}
.p_1_s246 .cardSec {
  padding: 30px;
  background-color: var(--themeBg2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.p_1_s246 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s246 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s246 .count,
.p_1_s246 .countVal {
  font-size: 70px;
  font-weight: 600;
  font-family: var(--hFont);
  color: var(--headingColor2);
}
.p_1_s246 .cardHeading {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor1);
  font-weight: 600;
  margin-bottom: 5px;
}
.p_1_s246 .cardPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  .p_1_s246 .counter_5 {
    padding: 30px 0px;
  }
  .p_1_s246 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s246 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s246 .cardSec {
    padding: 15px;
  }
  .p_1_s246 .count,
  .p_1_s246 .countVal {
    font-size: 40px;
    line-height: 50px;
  }
  .p_1_s246 .cardHeading {
    font-size: 20px;
    line-height: 30px;
  }
  .p_1_s246 .gap30 {
    gap: 10px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s246 {
    background-attachment: scroll;
  }
}
.p_1_s248 {
  /* .flexArea{
  height: calc(100% - 60px);
} */
}
.p_1_s248 .category_section_18 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
}
.p_1_s248 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s248 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s248 .cardSec {
  position: relative;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  padding: 30px;
  height: calc(100% - 60px);
}
.p_1_s248 .cardSec:nth-last-child(1) {
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
}
.p_1_s248 .cardHeading {
  font-size: 18px;
  line-height: 28px;
  color: var(--headingColor2);
  font-weight: 600;
  font-family: var(--hFont);
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
.p_1_s248 .imgSec {
  aspect-ratio: 1/1;
  line-height: 0px;
  position: relative;
  z-index: 1;
}
.p_1_s248 .cardPara {
  font-family: var(--hFont);
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  position: relative;
  z-index: 2;
  transition: 0.5s;
  margin-top: 10px;
}
.p_1_s248 .cardSec:hover .cardPara {
  color: var(--paragraphColorWhite);
}
.p_1_s248 .circle {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: circle(40% at 50% 38%);
  height: 100%;
  width: 100%;
  transition: 0.6s;
}
.p_1_s248 .cardSec:hover .circle {
  clip-path: circle(100% at 50% 38%);
}
@media only screen and (max-width: 1300px) {
  .p_1_s248 .grid5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s248 .grid5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p_1_s248 .category_section_18 {
    padding: 30px 0px;
  }
  .p_1_s248 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s248 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s248 .width90.imgSec {
    width: 80%;
  }
  .p_1_s248 .cardHeading {
    font-size: 16px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s248 {
    background-attachment: scroll;
  }
}
.p_1_s250 .project_section_7 {
  padding: 50px 0px;
  background-color: var(--themeBg1);
}
.p_1_s250 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s250 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s250 .imgSec {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.p_1_s250 .arrowIconSec {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background-color: var(--btnColor);
  transition: 0.3s;
  border-radius: 5px;
  cursor: pointer;
}
.p_1_s250 .arrowIconSec i {
  font-size: 18px;
  color: var(--btnTextColor);
  transition: 0.3s;
}
.p_1_s250 .arrowIconSec:hover {
  background-color: var(--btnHoverColor);
}
.p_1_s250 .arrowIconSec:hover i {
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_1_s250 .project_section_7 {
    padding: 30px 0px;
  }
  .p_1_s250 .mainHeading {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
  .p_1_s250 .subPara {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s250 {
    background-attachment: scroll;
  }
}
.p_1_s252 .why_choose_us_7 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_1_s252 .smallHead {
  color: var(--headingColor1);
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 14px 10px 30px;
}
.p_1_s252 .round-subtitle-shape:before {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  background-color: var(--themeColor1);
  height: 8px;
  width: 8px;
  border-radius: 100%;
  animation: rt-opacity 1.5s ease infinite;
}
@keyframes rt-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
.p_1_s252 .mainHeading {
  font-size: 40px;
  line-height: 52px;
  font-weight: 600;
  color: var(--headingColor1);
  margin-bottom: 10px;
}
.p_1_s252 .subPara {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  margin-bottom: 50px;
}
.p_1_s252 .vidSec {
  line-height: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.p_1_s252 .cardSec {
  padding: 20px;
  border-radius: 5px;
  background-color: var(--themeBg2);
}
.p_1_s252 .custGrid {
  grid-template-columns: 100px 1fr;
}
.p_1_s252 .cardImg {
  width: 100px;
  height: 100px;
}
.p_1_s252 .cardHead {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--headingColor2);
  margin-bottom: 10px;
}
.p_1_s252 .cardPara {
  font-size: 14px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
  font-weight: 400;
}
.p_1_s252 .vidSec {
  position: sticky;
  top: 130px;
}
.p_1_s252 .btn {
  margin-top: 30px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  outline: none;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .p_1_s252 .why_choose_us_7 {
    padding: 40px 0px;
  }
  .p_1_s252 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_1_s252 .subPara {
    margin-bottom: 30px;
  }
  .p_1_s252 .cardHead {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .p_1_s252 .cardSec {
    padding: 20px;
  }
  .p_1_s252 .gap30 {
    gap: 10px;
  }
  .p_1_s252 .gap100 {
    gap: 30px;
  }
  .p_1_s252 .custGrid {
    grid-template-columns: 80px 1fr;
  }
  .p_1_s252 .cardImg {
    width: 80px;
    height: 80px;
  }
  .p_1_s252 .right {
    order: 2;
  }
}
.p_1_s252 .why_choose_us_7 {
  padding: 50px 0px;
}
.p_1_s252 .mainHeading {
  font-size: 35px;
  line-height: 45px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  font-weight: 600;
  margin-bottom: 10px;
}
.p_1_s252 .subPara {
  font-size: 14px;
  line-height: 24px;
  color: var(--paragraphColorWhite);
  font-weight: 400;
  margin-bottom: 50px;
}
.p_1_s252 .cardSec {
  padding: 10px;
}
.p_1_s252 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--pFont);
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--headingColor1);
}
.p_1_s252 .cardPara {
  font-size: 14px;
  line-height: 24px;
  font-family: var(--pFont);
}
.p_1_s252 .custGrid.gap30 {
  gap: 15px;
}
.p_1_s252 .cardImg {
  border-radius: 5px;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.p_1_s252 .gap100 {
  gap: 50px;
}
.p_1_s252 .custGrid {
  grid-template-columns: 80px 1fr;
}
.p_1_s252 .maxWidth1300 {
  max-width: 1400px;
}
@media only screen and (max-width: 900px) {
  .p_1_s252 .why_choose_us_7 {
    padding: 30px 0px;
  }
  .p_1_s252 .gap100 {
    gap: 30px;
  }
  .p_1_s252 .custGrid {
    grid-template-columns: 60px 1fr;
  }
  .p_1_s252 .cardImg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .p_1_s252 {
    background-attachment: scroll;
  }
}
