.p_2_s161 .shortBanMain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
.p_2_s161 .heading {
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
  font-family: var(--o1Font);
  color: var(--headingColorW1);
  margin-bottom: 10px;
}
.p_2_s161 .linksPara {
  font-size: 15px;
  color: var(--paragraphColorWhite);
}
.p_2_s161 .linksPara span {
  margin: 0px 10px;
}
.p_2_s161 .linksPara a {
  transition: 0.3s;
}
.p_2_s161 .linksPara a:hover {
  color: var(--themeColor1);
}
@media only screen and (max-width: 900px) {
  .p_2_s161 .heading {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .p_2_s161 {
    background-attachment: scroll;
  }
}
.p_2_s162 .subHeading {
  font-family: var(--o1Font);
  font-size: 25px;
  text-transform: uppercase;
  color: var(--themeColor1);
  letter-spacing: 3px;
  word-spacing: 5px;
}
.p_2_s162 .mainHeading {
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.p_2_s162 .subPara {
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  line-height: 25px;
}
.p_2_s162 .aboutMain {
  padding: 50px 0px;
  background-position: center 650px;
  background-size: 300px;
  background-repeat: no-repeat;
}
.p_2_s162 .aboutInnerHeading {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}
.p_2_s162 .aboutInnerPara {
  margin: 20px 0px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 25px;
}
.p_2_s162 .aboutCustomGrid {
  grid-template-columns: 260px 1fr;
}
.p_2_s162 .pointCheckIcon {
  width: 20px;
  height: 20px;
  color: var(--themeColor1);
  font-size: 20px;
}
.p_2_s162 .aboutInnerPointsPara {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 25px;
  font-weight: 500;
}
.p_2_s162 .pointsMainSec {
  margin-bottom: 10px;
}
.p_2_s162 .aboutMain .disBtnMainSec button {
  width: auto;
}
.p_2_s162 .aboutMain .disBtnMainSec button:hover .firstIcon {
  width: 0px;
}
.p_2_s162 .aboutMain .disBtnMainSec button:hover .secondIcon {
  width: 20px;
}
.p_2_s162 .marBot50 {
  margin-bottom: 50px;
}
.p_2_s162 .disBtnMainSec button {
  margin-top: 20px;
  width: -webkit-fill-available;
  padding: 12px 27px;
  background-color: var(--btnColor);
  border: none;
  color: var(--btnTextColor);
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.p_2_s162 .disBtnMainSec button .firstIcon {
  display: block;
  transition: 0.5s;
  width: 20px;
  overflow: hidden;
}
.p_2_s162 .disBtnMainSec button .secondIcon {
  width: 0;
  margin-left: 10px;
  transition: 0.5s;
  overflow: hidden;
}
.p_2_s162 .disBtnMainSec button:hover {
  background-color: var(--btnHoverColor);
}
@media only screen and (max-width: 900px) {
  .p_2_s162 .gap90 {
    gap: 30px;
  }
  .p_2_s162 .aboutMain {
    padding: 20px 0px;
    background-image: none !important;
  }
  .p_2_s162 .subHeading {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .p_2_s162 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_2_s162 .aboutCustomGrid {
    grid-template-columns: 1fr;
  }
  .p_2_s162 .aboutCustomGrid.gap50 {
    gap: 30px;
  }
  .p_2_s162 .disBtnMainSec button {
    margin: 20px auto 0px;
  }
}
@media only screen and (max-width: 900px) {
  .p_2_s162 {
    background-attachment: scroll;
  }
}
.p_2_s163 .mainTextSec {
  margin-bottom: 50px;
}
.p_2_s163 .smallHead {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 2px;
  color: var(--themeColor1);
  margin: 0px 0px 0px 0px;
}
.p_2_s163 .smallHead img {
  width: 35px;
  margin-right: 10px;
}
.p_2_s163 .mainHeading {
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.p_2_s163 .mainHeading span {
  color: var(--themeColor1);
}
.p_2_s163 .mainSubPara {
  font-family: 15px;
  color: rgba(0, 0, 0, 0.8);
}
.p_2_s163 .testiMain {
  padding: 80px 0px;
  background-color: var(--themeBg3);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80%;
}
.p_2_s163 .arrowMainSec {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.p_2_s163 .arrowRightIconSec,
.p_2_s163 .arrowLeftIconSec {
  pointer-events: all;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: var(--btnColor);
  border-radius: 8px;
  transition: 0.3s;
}
.p_2_s163 .arrowRightIconSec:hover,
.p_2_s163 .arrowLeftIconSec:hover {
  background-color: var(--btnHoverColor);
}
.p_2_s163 .arrowRightIconSec i,
.p_2_s163 .arrowLeftIconSec i {
  color: var(--btnTextColor);
  transition: 0.3s;
}
.p_2_s163 .arrowRightIconSec:hover i,
.p_2_s163 .arrowLeftIconSec:hover i {
  color: var(--btnHoverTextColor);
}
.p_2_s163 .testiSlider2 .owl-nav.disabled + .owl-dots {
  margin-top: 20px !important;
}
.p_2_s163 .testiSlider2 .owl-dots .owl-dot.active span {
  background-color: var(--themeColor1);
}
.p_2_s163 .testiCardMainSec {
  margin: 15px 0px;
  padding: 30px;
  background-color: white;
  border-radius: 12px;
  position: relative;
  transition: 0.3s;
}
.p_2_s163 .testiCardMainSec:hover {
  margin-top: 5px;
}
.p_2_s163 .testiCardName {
  font-size: 20px;
  font-weight: 600;
}
.p_2_s163 .testiCardDesig {
  font-size: 15px;
}
.p_2_s163 .starSec {
  width: 20px;
  height: 20px;
}
.p_2_s163 .starSec i {
  font-size: 14px;
  color: var(--themeColor1);
}
.p_2_s163 .testiCardComment {
  font-size: 15px;
  line-height: 25px;
  padding: 23px 0px 25px 0px;
}
.p_2_s163 .cardHead {
  margin: 0px 10px 0px 0px !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
.p_2_s163 .quoteSec {
  width: 45px;
  height: auto;
}
.p_2_s163 .btnSec {
  width: fit-content;
  margin: 50px 0px 0px 0px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  font-size: 15px;
  font-weight: 500;
  border: 0px;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.p_2_s163 .btnSec:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
@media only screen and (max-width: 900px) {
  .p_2_s163 .testiMain {
    padding: 20px 0px;
  }
  .p_2_s163 .mainHeading {
    font-size: 25px;
    line-height: 35px;
  }
  .p_2_s163 .arrowMainSec {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .p_2_s163 {
    background-attachment: scroll;
  }
}
.p_2_s164 .partMain {
  padding: 20px 0px;
}
.p_2_s164 .smallHead {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--headingColor1);
  font-family: var(--pFont);
}
.p_2_s164 .mainHeading {
  font-size: 40px;
  font-weight: 600;
  font-family: var(--hFont);
  color: var(--headingColor2);
  margin-bottom: 10px;
}
.p_2_s164 .subPara {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 50px;
  font-family: var(--pFont);
  color: var(--paragraphColorBlack);
}
.p_2_s164 .partIcon {
  padding: 15px;
  border: 2px solid transparent;
  border-radius: 30px;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.p_2_s164 .partIcon img {
  margin: 0 auto;
  max-width: 150px !important;
}
.p_2_s164 .imgHover {
  position: absolute;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.p_2_s164 .partIcon:hover {
  border: 2px solid var(--themeColor2);
}
.p_2_s164 .partIcon:hover .imgHover {
  top: 15px;
}
.p_2_s164 .mainLogo {
  transition: 0.3s;
}
.p_2_s164 .partIcon:hover .mainLogo {
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .p_2_s164 .partMain {
    padding: 20px 0px;
  }
  .p_2_s164 .partIcon {
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 900px) {
  .p_2_s164 {
    background-attachment: scroll;
  }
}
.p_2_s166 .outerSlider {
  margin-top: -200px;
  margin-bottom: 80px;
}
.p_2_s166 .whyMainSec {
  padding-top: 150px;
  padding-bottom: 300px;
  background-position: center;
  background-size: cover;
}
.p_2_s166 .whyHeading {
  font-size: 30px;
  color: var(--headingColorW1);
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.p_2_s166 .whySubPara {
  font-size: 16px;
  color: var(--paragraphColorWhite);
  line-height: 25px;
}
.p_2_s166 .whyCard {
  margin-top: -200px;
  margin-bottom: 80px;
}
.p_2_s166 .cardHeading {
  font-size: 20px;
  color: var(--headingColor1);
  font-weight: 600;
  margin: 10px 0px;
}
.p_2_s166 .cardIconSec {
  max-width: 100px;
  margin: 0 auto;
}
.p_2_s166 .cardSubPara {
  font-size: 14px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_2_s166 .whyCardMain {
  padding: 20px;
  border: 2px solid var(--themeColor1);
  border-radius: 20px;
}
.p_2_s166 .innerCardwhy {
  background-color: var(--themeBg4);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  border-radius: 20px;
}
.p_2_s166 .aboutText {
  font-size: 20px;
  color: var(--themeColor1);
}
.p_2_s166 .navBtnMain {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99;
}
.p_2_s166 .navBtn {
  width: 40px;
  height: 40px;
  background-color: var(--themeColor1);
  margin: 0px 10px;
  pointer-events: all;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 10px;
}
.p_2_s166 .navBtn i {
  color: var(--anchorColor);
}
@media only screen and (max-width: 900px) {
  .p_2_s166 .whyHeading {
    font-size: 25px;
  }
  .p_2_s166 .whySubPara {
    font-size: 15px;
  }
  .p_2_s166 .cardHeading {
    font-size: 20px;
  }
  .p_2_s166 .cardSubPara {
    font-size: 15px;
  }
  .p_2_s166 .whyMainSec {
    padding-top: 50px;
    padding-bottom: 250px;
  }
}
@media only screen and (max-width: 900px) {
  .p_2_s166 {
    background-attachment: scroll;
  }
}
