.subTitle12 {
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #000000;
  padding-left: 14px;
  padding-bottom: 0px;
}

.subTitle11 {
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #000000;
  padding-left: 0px;
  padding-bottom: 0px;
}

.subTitle12 {
  font-style: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #000000;
  padding-left: 14px;
}

.pageTitle11 {
  color: #f66405;
  font-weight: 400;
  font-size: 65px;
  line-height: 75px;
  letter-spacing: 0.01em;
  font-family: 'SF Pro Display Bold';
  padding-left: 0px;
}

.pageTitle12 {
  color: #f66405;
  font-weight: 400;
  font-size: 65px;
  line-height: 75px;
  letter-spacing: 0.01em;
  font-family: 'SF Pro Display Bold';
  padding-left: 10px;
  padding-bottom: 50px;
}

.normalFont1 {
  font-family: 'SF Pro Display Regular';
  font-size: 20px;
  color: black;
}

.normalFont1 a {
  color: black;
}

.textorange {
  letter-spacing: 0.02em;
  color: #f66405;
}

img.fullImage1 {
  width: 100%;
  height: 70%;
  display: block;
}

.count {
  opacity: 0.7;
}

.cursorpoint {
  cursor: pointer;
}

.advisorsSec .teamBox .imgBox:hover {
  transform: scale(1.2);
}

.advisorsSec .teamBox .imgBox {
  transition: 1.4s;
}

.testiBox p {
  padding: 10px;
}

.text-inc {
  font-size: 24;
  text-align: justify;
}

.modelbtn {
  width: 159px;
  height: 50px;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: 'SF Pro Display Regular';
  border-radius: 30px;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.5s;
}

.modelbtn2 {
  background: #0e0d0d;
  color: #fff !important;
}

.modelbtn2:hover {
  background: #f66405 !important;
}

/* .productBox .imageBox img:hover {
    transform: scale(1.0);
    overflow: hidden;
}

.productBox .imageBox img {
    transition: transform .5s ease-in-out;
} */

.img-hover-zoom {
  overflow: hidden;
}

.img-hover-zoom img {
  transition: transform 0.5s ease;
}

.img-hover-zoom:hover img {
  transform: scale(1.5);
}

@media only screen and (max-width: 991px) {
  .header-upper .rightSideHeader .menuBox nav.navbar button.navbar-toggler i {
    color: black;
  }
}

@media only screen and (max-width: 991px) {
  form.subscriberForm button.subBtn {
    /* position: relative;
        margin-top: 7px;
         top: 1px;
        right: 1px; 
        text-align: center;
        float: right; */
    top: 81px;
    right: 99px;
  }
}

@media (max-width: 768px) {
  .subTitle11 {
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    color: #000000;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .innerFirstSec {
    padding-bottom: 50px;
  }
}

/* @media only screen and (max-width: 991px) {
    .emailvalild {
        margin-left: 99px !important;
    }
} */

/* .marquee {
    background: #F66405;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 72px;
    text-align: center;
    letter-spacing: -0.02em;
}

.marquee span {
    animation: marquee 16s linear infinite;
    color: #FFFFFF;
    padding-left: 5px;
    position: relative;
    padding-right: 5px;
}

.marquee:hover span {
    animation-play-state: paused;
}

.marquee span:nth-child(1) {
    animation-delay: 0s;
}

.marquee span:nth-child(2) {
    animation-delay: 0.05s;
}

.marquee span:nth-child(3) {
    animation-delay: 0.1s;
}

.marquee span:nth-child(4) {
    animation-delay: 0.15s;
}

.marquee span:nth-child(5) {
    animation-delay: 0.20s;
}

.marquee span:nth-child(6) {
    animation-delay: 0.25s;
}

.marquee span:nth-child(7) {
    animation-delay: 0.30s;
}

.marquee span:nth-child(8) {
    animation-delay: 0.35s;
}

.marquee span:nth-child(9) {
    animation-delay: 0.4s;
}

.marquee span:nth-child(10) {
    animation-delay: 0.45s;
}

.marquee span:nth-child(11) {
    animation-delay: 0.50s;
}

.marquee span:nth-child(12) {
    animation-delay: 0.55s;
}

.marquee span:nth-child(13) {
    animation-delay: 0.60s;
}

.marquee span:nth-child(14) {
    animation-delay: 0.65s;
}

.marquee span:nth-child(15) {
    animation-delay: 0.70s;
}

.marquee span:nth-child(16) {
    animation-delay: 0.75s;
}

.marquee span:nth-child(17) {
    animation-delay: 0.80s;
}

@keyframes marquee {
    0% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
} */
