.p_9_s347 .footer_section_2 {
  padding: 30px 0px;
  background-color: var(--themeBg3);
}
.p_9_s347 .bgVideoMain {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p_9_s347 .fotLogo {
  width: 60px;
}
.p_9_s347 .fotLogo img {
  animation: rotateLogo 10s linear infinite;
}
@keyframes rotateLogo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p_9_s347 .footHead p {
  color: var(--headingColorW1);
  text-align: center;
  font-size: 75px;
  line-height: 75px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: serif;
  margin: 30px 0px;
}
.p_9_s347 .footHead p span {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--themeColor1);
  color: transparent;
  font-family: serif;
}
.p_9_s347 .mapFrame {
  border-radius: 10px;
  overflow: hidden;
  line-height: 0px;
}
.p_9_s347 .linkSecGrid {
  grid-template-columns: 0.5fr 0.5fr 1fr 1fr;
}
.p_9_s347 .footerHead {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--headingColorW1);
}
.p_9_s347 .footerLiLinks {
  margin-bottom: 5px;
}
.p_9_s347 .footerLiLinks a {
  font-size: 15px;
  line-height: 25px;
  transition: 0.3s;
}
.p_9_s347 .footerLiLinks a:hover {
  color: var(--themeColor1);
}
.p_9_s347 .contactInfo .footerHead {
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  font-family: serif;
}
.p_9_s347 .footerInfoCard.footerBorder {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #3f3c3c;
}
.p_9_s347 .footerInfoGrid {
  grid-template-columns: 40px 1fr;
}
.p_9_s347 .footerInfoIcon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.p_9_s347 .footerInfoIcon i {
  color: #fff;
}
.p_9_s347 .footerInfoText a {
  color: var(--anchorColor);
  line-height: 30px;
  transition: 0.3s;
}
.p_9_s347 .footerInfoText a:hover {
  color: var(--anchorColorHover);
}
.p_9_s347 .footerCopyText {
  color: var(--paragraphColorWhite);
  line-height: 25px;
}
.p_9_s347 .footerCopyText a {
  color: var(--anchorColor);
  transition: 0.3s;
}
.p_9_s347 .footerCopyText a:hover {
  color: var(--anchorColorHover);
}
.p_9_s347 .footerExLinkSec .footerUlLinks {
  list-style: none;
}
.p_9_s347 .footerExLinkSec .footerUlLinks .footerLiLinks {
  margin-bottom: 15px;
}
.p_9_s347 .footerExLinkSec .footerUlLinks .footerLiLinks a {
  color: var(--anchorColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  transition: 0.3s;
}
.p_9_s347 .footerExLinkSec .footerUlLinks .footerLiLinks a:hover {
  color: var(--anchorColorHover);
}
.p_9_s347 .linkSec {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.p_9_s347 .copyInnerSec {
  padding: 30px 0px 0px;
}
.p_9_s347 .socialText {
  font-size: 20px;
  color: var(--paragraphColorWhite);
}
.p_9_s347 .socialLinks {
  width: 30px;
  height: 30px;
  background-color: var(--themeColor1);
  border-radius: 5px;
}
.p_9_s347 .socialLinks i {
  transition: 0.3s;
}
.p_9_s347 .socialLinks:hover i {
  color: var(--paragraphColorWhite);
}
@media only screen and (max-width: 900px) {
  .p_9_s347 {
    background-attachment: scroll;
  }
}
.p_9_s369 .footer_section_14 {
  padding: 80px 0px 20px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p_9_s369 .alignEnd {
  align-items: flex-end;
}
.p_9_s369 .justifyEvenly {
  justify-content: space-evenly;
}
.p_9_s369 .gap5 {
  gap: 5px;
}
.p_9_s369 .custGrid {
  grid-template-columns: 2fr 1fr 1fr;
}
.p_9_s369 .mainHeading {
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
  color: var(--headingColor1);
}
.p_9_s369 .subHeading {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--paragraphColorBlack);
  margin-bottom: 5px;
}
.p_9_s369 .iconSec {
  width: 40px;
  height: 40px;
  background-color: transparent;
  transition: 0.3s;
}
.p_9_s369 .iconSec i {
  font-size: 22px;
  color: var(--paragraphColorBlack);
}
.p_9_s369 .iconSec:hover {
  border-radius: 50%;
  background-color: var(--themeColor1);
}
.p_9_s369 .iconSec:hover i {
  color: var(--paragraphColorWhite);
}
.p_9_s369 .contactInfo a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--paragraphColorBlack);
  transition: 0.3s;
}
.p_9_s369 .contactInfo a:hover {
  color: var(--anchorColorHover);
}
.p_9_s369 .sliderHead {
  font-size: 140px;
  font-weight: 700;
  line-height: 150px;
  white-space: nowrap;
}
.p_9_s369 .starIcon {
  width: 100px;
  height: 100px;
  white-space: nowrap;
}
.p_9_s369 .sliderMainSec {
  margin: 80px 0px;
}
.p_9_s369 .footerSlider14 .owl-stage-outer {
  padding: 20px 0px;
  margin: -20px 0px;
}
.p_9_s369 .copyText {
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_9_s369 .copyText a {
  font-weight: 600;
  color: var(--themeColor1);
}
@media only screen and (max-width: 900px) {
  .p_9_s369 .custGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_9_s369 .footer_section_14 {
    padding: 40px 0px 20px;
  }
  .p_9_s369 .mainHeading {
    font-size: 30px;
    line-height: 40px;
  }
  .p_9_s369 .subHeading {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
  }
  .p_9_s369 .iconSec {
    width: 30px;
    height: 30px;
  }
  .p_9_s369 .iconSec i {
    font-size: 20px;
  }
  .p_9_s369 .sliderHead {
    font-size: 30px;
    line-height: 40px;
  }
  .p_9_s369 .starIcon {
    width: 40px;
    height: 40px;
  }
  .p_9_s369 .copyText {
    text-align: center;
  }
  .p_9_s369 .sliderMainSec {
    margin: 35px 0px;
  }
}
@media only screen and (max-width: 900px) {
  .p_9_s369 {
    background-attachment: scroll;
  }
}
