.p_9_s185 .news_section_1 {
  background-color: var(--themeBg1);
  padding: 20px 0px;
  overflow: hidden;
}
.p_9_s185 .imgSec {
  top: 50%;
  left: 5%;
  width: 230px;
  height: 230px;
  transform: rotate(-16deg) translateY(-50%);
}
.p_9_s185 .textSec {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.p_9_s185 .custGrid2 {
  grid-template-columns: 1fr 150px;
}
.p_9_s185 .inputMain {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.p_9_s185 .inputSec {
  width: 100%;
  max-width: 550px;
  background-color: var(--themeBg2);
  border-radius: 10px;
  overflow: hidden;
}
.p_9_s185 .inputSec input {
  border: none;
  outline: none;
  width: calc(100% - 40px);
  padding: 0px 20px;
  font-size: 16px;
}
.p_9_s185 .btn {
  padding: 10px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border: none;
  border-radius: 10px;
  transition: 0.3s;
}
.p_9_s185 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .p_9_s185 .custGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_9_s185 .imgSec {
    width: 100px;
    height: 100px;
    top: 58px;
    transform: translate(0px), rotate(45deg);
    z-index: 1;
  }
  .p_9_s185 .textSec {
    position: relative;
    z-index: 2;
    font-size: 25px;
    line-height: 35px;
  }
  .p_9_s185 .custGrid2 {
    grid-template-columns: 1fr 100px;
  }
  .p_9_s185 .btn {
    font-size: 14px;
    padding: 8px;
  }
}
.p_9_s185 .imgSec img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .p_9_s185 {
    background-attachment: scroll;
  }
}
.p_9_s267 .popUpFormInner {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #00000080;
  z-index: 99;
}
.p_9_s267 .rowGap {
  row-gap: 0px;
}
.p_9_s267 .popUpForm {
  width: 450px;
  border-radius: 30px;
  background-color: var(--themeBg2);
  padding: 15px 20px;
}
.p_9_s267 .inputMainSec {
  margin-bottom: 10px;
}
.p_9_s267 .inputMainSec label {
  font-size: 12px;
  font-weight: 500;
  color: var(--paragraphColorBlack);
  line-height: 20px;
}
.p_9_s267 .inputMainSec label span {
  color: red;
}
.p_9_s267 .inputMainSec input,
.p_9_s267 .inputMainSec textarea {
  width: -webkit-fill-available;
  padding: 12px 15px;
  border: none;
  outline: none;
  background-color: var(--themeBg1);
  border-radius: 10px;
}
.p_9_s267 .inputMainSec textarea {
  resize: none;
}
.p_9_s267 .mainHeading {
  font-size: 20px;
  font-weight: 600;
}
.p_9_s267 .formGrid {
  grid-template-columns: 1fr 50px;
}
.p_9_s267 .crossIcon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--themeBg1);
  cursor: pointer;
}
.p_9_s267 .joinBtn {
  cursor: pointer;
  width: 100px;
  padding: 8px 0px;
  font-size: 16px;
  background-color: var(--btnColor);
  border-radius: 40px;
  border: none;
  font-weight: 700;
  color: var(--btnTextColor);
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: var(--o1Font);
}
.p_9_s267 .joinBtn::after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 5%;
  background: var(--btnHoverColor);
  content: "";
  z-index: -1;
  transition: 0.5s;
}
.p_9_s267 .joinBtn:hover::after {
  width: 100%;
}
.p_9_s267 .joinBtn:hover {
  color: var(--btnHoverTextColor);
}
.p_9_s267 .popUpFormMain {
  display: none;
}
.p_9_s267 .popUpFormInner {
  z-index: 999 !important;
}
@media only screen and (max-width: 900px) {
  .p_9_s267 {
    background-attachment: scroll;
  }
}
.p_9_s281 .footerPlugin {
  /* width:80px; */
  position: fixed;
  z-index: 999;
}
.p_9_s281 .footerPlugin ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.p_9_s281 .footerPlugin ul li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 10px;
  background-color: red;
  transition: 0.2s;
}
.p_9_s281 .footerPlugin ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 30px;
  color: #FFFFFF;
}
.p_9_s281 .footerPlugin ul li:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 900px) {
  .p_9_s281 {
    background-attachment: scroll;
  }
}
.p_9_s346 .marquee_slider_3 {
  overflow-x: hidden;
  padding: 20px 0px;
}
.p_9_s346 .marqueeInner {
  background: var(--themeColor1);
  padding: 20px 0;
  position: relative;
}
.p_9_s346 .marqueeInner::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  top: 0;
  left: -10px;
  background: var(--themeBg1);
  transform: rotate(-1.09deg);
  z-index: -1;
}
.p_9_s346 .iconSec {
  width: 20px;
}
.p_9_s346 .cardPara {
  font-size: 16px;
  font-weight: 500;
  color: var(--paragraphColorWhite);
  letter-spacing: 1px;
}
.p_9_s346 .cardSec {
  justify-content: space-evenly;
}
.p_9_s346 .marquee_slider_3 {
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
@media only screen and (max-width: 900px) {
  .p_9_s346 {
    background-attachment: scroll;
  }
}
.p_9_s353 .grid6 {
  grid-template-columns: repeat(1fr, 6);
}
.p_9_s353 .textRight {
  text-align: right;
}
.p_9_s353 .footer_section_15 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p_9_s353 .footHead {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: var(--headingColor1);
  margin-bottom: 30px;
}
.p_9_s353 .footHead::before {
  position: absolute;
  content: "";
  background: var(--headingColor1);
  height: 3px;
  transition: all 0.4s ease;
  width: 50px;
  right: 0;
  left: 25px;
  bottom: -10px;
  margin-left: 0;
  z-index: 0;
}
.p_9_s353 .footHead::after {
  content: "";
  position: absolute;
  background: var(--headingColor1);
  height: 3px;
  width: 15px;
  left: 0;
  transition: all 0.4s ease;
  z-index: 1;
  bottom: -10px;
}
.p_9_s353 .footHead:hover::before {
  width: 15px;
  left: 60px;
}
.p_9_s353 .footHead:hover::after {
  width: 50px;
  left: 0;
}
.p_9_s353 .footLinkUl {
  list-style: none;
}
.p_9_s353 .footLinkLi a {
  color: var(--paragraphColorBlack);
  transition: 0.4s;
  font-size: 15px;
}
.p_9_s353 .footLinkLi a:hover {
  color: var(--anchorColorHover);
}
.p_9_s353 .contArea {
  margin-top: 30px;
  padding: 30px;
  background-color: var(--themeBg2);
  border-radius: 15px;
}
.p_9_s353 .innerCards {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #ccc;
}
.p_9_s353 .innerCards:nth-last-child(1) {
  padding-right: 0px;
  border-right: none;
}
.p_9_s353 .innerCards:nth-child(1) {
  padding-left: 0px;
}
.p_9_s353 .cardHead {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: var(--headingColor1);
  margin-bottom: 10px;
}
.p_9_s353 .custGrid {
  grid-template-columns: 50px 1fr;
}
.p_9_s353 .textSec a {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: var(--paragraphColorBlack);
  font-weight: 500;
  transition: 0.3s;
}
.p_9_s353 .textSec a:hover {
  color: var(--anchorColorHover);
}
.p_9_s353 .conIconSec {
  aspect-ratio: 1;
  line-height: 0px;
}
.p_9_s353 .iconSec {
  width: 35px;
  height: 35px;
  background-color: var(--btnColor);
  border-radius: 5px;
  transition: 0.4s;
}
.p_9_s353 .iconSec i {
  color: var(--btnTextColor);
  transition: 0.4s;
}
.p_9_s353 .iconSec:hover {
  background-color: var(--btnHoverColor);
}
.p_9_s353 .iconSec:hover i {
  color: var(--btnHoverTextColor);
}
.p_9_s353 .copyrightSec {
  background-color: var(--themeColor1);
  padding: 20px 0px;
}
.p_9_s353 .custCopyGrid {
  grid-template-columns: 1fr 150px 1fr;
}
.p_9_s353 .copyText {
  color: var(--paragraphColorWhite);
}
.p_9_s353 .logoSec {
  line-height: 0px;
}
.p_9_s353 .designedText {
  color: var(--paragraphColorWhite);
}
.p_9_s353 .designedText span {
  color: red;
}
.p_9_s353 .designedText a {
  color: var(--paragraphColorWhite);
  font-weight: 700;
}
.p_9_s353 .soicalNewMain {
  margin-top: 50px;
  padding: 0 30px 0 0;
  background-color: var(--themeBg2);
  border-radius: 15px;
}
.p_9_s353 .socialGridMain {
  grid-template-columns: 1fr 500px;
}
.p_9_s353 .leftInnerGrid {
  grid-template-columns: 100px 1fr;
}
.p_9_s353 .leftImgSec {
  aspect-ratio: 1;
  line-height: 0px;
  transform: scale(1.3);
  transform-origin: right;
}
.p_9_s353 .socialText {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor2);
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .p_9_s353 .footer_section_15 {
    padding: 40px 0px;
  }
  .p_9_s353 .custCopyGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p_9_s353 .leftInnerGrid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p_9_s353 .socialGridMain {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_9_s353 .footHead {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .p_9_s353 .contArea {
    margin-top: 20px;
    padding: 20px;
  }
  .p_9_s353 .innerCards {
    padding: 0px;
    border: none;
  }
  .p_9_s353 .contArea .grid4 {
    gap: 20px;
  }
  .p_9_s353 .leftImgSec {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transform: none;
  }
  .p_9_s353 .soicalNewMain {
    margin-top: 20px;
    padding: 20px;
  }
  .p_9_s353 .socialText {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }
  .p_9_s353 .justifyEnd {
    justify-content: center;
  }
  .p_9_s353 .designedText,
  .p_9_s353 .copyText {
    text-align: center;
  }
  .p_9_s353 .logoSec {
    max-width: 150px;
  }
}
.p_9_s353 .footer_section_15 {
  padding: 40px 0px;
}
@media only screen and (max-width: 900px) {
  .p_9_s353 {
    background-attachment: scroll;
  }
}
.p_9_s356 .social_cta_1 {
  padding: 30px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_9_s356 .custGrid {
  grid-template-columns: 1fr 400px;
}
.p_9_s356 .iconSec {
  width: 35px;
  height: 35px;
  background-color: var(--btnColor);
  border-radius: 5px;
  transition: 0.4s;
}
.p_9_s356 .iconSec i {
  color: var(--btnTextColor);
  transition: 0.4s;
}
.p_9_s356 .iconSec:hover {
  background-color: var(--btnHoverColor);
}
.p_9_s356 .iconSec:hover i {
  color: var(--btnHoverTextColor);
}
.p_9_s356 .socialPara {
  font-size: 25px;
  line-height: 35px;
  color: var(--headingColor2);
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .p_9_s356 .custGrid {
    grid-template-columns: 1fr;
  }
  .p_9_s356 .justifyEnd {
    justify-content: center;
  }
  .p_9_s356 .gap30 {
    gap: 20px;
  }
  .p_9_s356 .socialPara {
    text-align: center;
  }
}
.p_9_s356 .socialPara {
  font-size: 16px;
  font-weight: 500;
}
.p_9_s356 .social_cta_1 {
  padding: 10px 0px;
}
@media only screen and (max-width: 900px) {
  .p_9_s356 {
    background-attachment: scroll;
  }
}
