#CrossFade {
  background: #000;
  display: flex;
  height: 700px;
  padding-top: 250px;
  overflow: hidden;
  position: relative;
}
#CrossFade img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 700px;
  object-fit: cover;
  top: 60px;
  left: 0;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transform: scale(1.4) rotate(12deg);
  -webkit-animation: CrossFade 24s infinite;
  animation: CrossFade 24s infinite;
  object-fit: cover;
}
#CrossFade img:nth-child(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#CrossFade img:nth-child(2) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
#CrossFade img:nth-child(1) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
@-webkit-keyframes CrossFade {
  25% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  40% {
    opacity: 0;
  }
}
@keyframes CrossFade {
  25% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
  40% {
    opacity: 0;
  }
}
#CrossFade .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.intro {
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 2em;
  max-width: 600px;
  z-index: 3;
}
.intro h1 {
  margin-bottom: 0.5em;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
}
.intro p {
  color: #fff;
  font-weight: 400;
}
.l-btn {
  color: #fff !important;
  font-size: 13px;
  margin-top: 30px;
  text-transform: uppercase;
  border: 1px solid #ffff;
  display: inline-block;
  padding: 5px 25px;
}
.l-btn span {
  position: relative;
  transition: all 0.5s ease-in-out;
  left: 0;
}
.l-btn i {
  position: relative;
  transition: all 0.5s ease-in-out;
  right: 0;
}
.l-btn:hover span {
  left: -5px;
}
.l-btn:hover i {
  right: -5px;
}
#main {
  width: 100%;
  overflow: hidden;
  height: 500px;
  position: relative;
}

.wrap {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wrap {
    width: 85%;
  }
  #CrossFade {
    height: 700px;
    padding-top: 190px;
  }
  .intro h1 {
    font-size: 26px;
    line-height: 33px;
  }
  .intro h1 br {
    display: none;
}
}
.hero-main {
  width: 100%;
  background: #eafcff8f;
  position: relative;
  padding: 200px 0px 150px;
  overflow: hidden;
}
.hero-main .bg {
  width: 700px;
  position: absolute;
  right: -320px;
  top: 50px;
}
#ptext {
  position: relative;
}
.hero-main .text {
  position: relative;
  z-index: 3;
}
.hero-main h1 {
  font-weight: 900;
  font-size: 55px;
  line-height: 60px;
}
.hero-main h1 span {
  color: var(--p-color);
}
.hero-main h4 {
  font-size: 16px;
  padding-top: 10px;
  line-height: 25px;
  width: 450px;
}
.hero-btm {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: -50px;
  left: 0;
  right: 0;
}
.p-btn {
  background: var(--p-color);
  border: 1px solid var(--p-color);
  border-radius: 5px;
  color: #fff;
  padding: 12px 40px;
  margin: 20px 0px;
  font-weight: 600;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase;
}
.p-btn2 {
  background: transparent !important;
  border: 1px solid var(--p-color) !important;
  border-radius: 5px;
  color: var(--p-color) !important;
  padding: 12px 40px;
  margin: 20px 0px;
  font-weight: 600;
  overflow: hidden;
  font-size: 12px;
  text-transform: uppercase;
}
.p-btn2:hover {
  color: #fff !important;
}
.hero-main .small {
  color: var(--p-color);
  font-size: 12px;
}
.hero-main .small a {
  color: #008b90;
  font-weight: 700;
}
.hero-main .a1 {
  position: absolute;
  width: 110px;
  top: 120px;
  right: 27%;
  opacity: 0.3;
}
.hero-main .a2 {
  position: absolute;
  width: 130px;
  top: 170px;
  right: 100px;
  opacity: 0.3;
}
.hero-main .a3 {
  position: absolute;
  width: 30px;
  top: 240px;
  right: 100px;
  opacity: 0.3;
}
.page-main {
  height: 450px !important;
}
.page-main h1 {
  text-align: center;
  font-size: 45px;
}
.page-main .text {
  padding-top: 260px !important;
}
@media (max-width: 768px) {
  .page-main h1 {
    text-align: center;
    font-size: 35px !important;
  }
  .page-main .text {
    padding-top: 220px !important;
  }
  .hero-main {
    padding: 130px 0px 130px;
  }
  .hero-main .circles .imgbg {
    bottom: -340px !important;
  }
  .hero-main h4 {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .hero-main h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
  }
  .hero-main br {
    display: none;
  }
  .hero-main .a2 {
    position: absolute;
    width: 104px;
    top: auto;
    right: 80px;
    opacity: 0.3;
    bottom: 140px;
  }
  .hero-main .a1 {
    position: absolute;
    width: 93px;
    top: 107px;
    right: 27%;
    opacity: 0.6 !important;
  }
}

.section {
  padding: 100px 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.section h1 {
  color: #202124;
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 15px;
  padding-bottom: 7px;
}
@media (max-width: 768px) {
  .section {
    padding: 70px 0px;
    width: 100%;
    overflow: hidden;
  }
  .section h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .section-one {
    padding-bottom: 0px;
  }
}
.section-one h1 span {
  color: var(--p-color);
}
.section-one h2 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #a0abb8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.section-one .ppbbc {
  background: #fff;
  position: absolute;
  padding: 15px 20px;
  padding-right: 40px;
  border-radius: 6px;
  box-shadow: 9px 0px 30px 0px rgb(26 47 106 / 9%);
  top: 222px;
  z-index: 9;
  right: -26px;
  display: flex;
  align-items: center;
}
.section-one .ppbbc img {
  margin-right: 10px;
}
.section-one .ppbbc h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  left: 0;
  margin: 0;
}
.section-one .ppbbc p {
  font-size: 15px;
}
.section-one .fance {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  filter: brightness(1.1);
}
.section-one .fance2 {
  width: 230px;
  right: -7px;
  position: absolute;
  bottom: 20px;
}
.section-one .fance3 {
  max-width: 400px;
}
.section-one .listings li {
  align-items: center;
  display: flex;
}
.section-one .listings li svg {
  margin-right: 5px;
}
.section-one .p-55 {
  padding-left: 15%;
  padding-top: 50px;
}
.section-one .fance4 {
  position: absolute;
  width: 600px;
  left: -321px;
  top: 400px;
  opacity: 0.15;
}
.section-one .fance5 {
  position: absolute;
  width: 200px;
  right: -321px;
  top: 400px;
  opacity: 0.3;
}
@media (max-width: 550px) {
  .section-one .fance {
    width: 100%;
  }
}
.section-one h3 {
  text-align: center;
  font-weight: 900;
  font-size: 25px;
  position: relative;
  left: -17px;
}
.section-one .more {
  position: relative;
  margin: 20px 0px;
  min-height: 150px;
  padding-top: 9px;
  padding-right: 30px;
  text-align: left;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  top: 0;
  padding-left: 110px;
}
.section-one .more:hover {
  top: -15px;
}
.section-one .more .circle {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
}
.section-one .more .circle svg {
  width: 80px;
  height: 80px;
  fill: #fef5fb;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}
.section-one .more .circle img {
  width: 50px;
  height: auto;
  filter: hue-rotate(268deg);
}
@media (max-width: 768px) {
  .section-one .more .circle svg {
    width: 60px;
    height: 60px;
  }
  .section-one .more .circle img {
    width: 40px;
  }
}
.section-one .more h2 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px !important;
  font-family: "Poppins";
  font-size: 22px;
  letter-spacing: 0px;
  text-transform: capitalize;
}
.section-one .more p {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
.section-one .more h1 {
  position: absolute;
  color: #ededed;
  font-size: 85px;
  font-weight: 800;
  z-index: -1;
  opacity: 0.66;
}
.section-one .more h3 {
  font-size: 13px;
  left: 0;
  text-align: left;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.section-one .more h3 span {
  background: var(--yellow);
  height: 2px;
  width: 30px;
  margin-right: 5px;
  display: inline-block;
}
.section-one .mh {
  font-size: 40px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-weight: 700;
}
.section-one .mh b {
  margin: 0px 20px;
}
.section-one .mh i {
  height: 1px;
  width: 45px;
  background: var(--p-color);
  opacity: 0.5;
}
.section-one .pl-50 {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .section-one .mh {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section-one .more {
    padding-right: 0px;
    padding-left: 60px;
  }
  .section-one .more p {
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
  }
  .section-one .more .circle {
    margin-left: -20px;
  }
  .section-one .more h2 {
    font-size: 19px;
    margin-bottom: 7px !important;
  }
}
.section-one .more img {
  height: 100px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.section-one .sp1 {
  color: var(--text-green);
  border-color: var(--text-green) !important;
}
.section-one .sp2 {
  color: var(--p-color);
  border-color: var(--p-color) !important;
}
.section-one .sp3 {
  color: var(--bright-green);
  border-color: var(--bright-green) !important;
}
.sp3 img {
  width: 60px;
  image-rendering: -webkit-optimize-contrast;
}
.section-two {
  background: url("/images/bg.jpeg");
  background-size: cover;
  padding-top: 60px;
}
.p-btn2.pad {
  padding: 5px 20px;
}
#shadow-h {
  font-size: 170px;
  font-weight: 900;
  font-family: "Poppins";
  position: absolute;
  opacity: 0.03;
  top: 35px;
}
#shadow-h.s {
  opacity: 0.022;
}
.section-two h1 {
  font-size: 30px;
  line-height: 41px;
  font-weight: 600;
}
.section-two h3 {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 20px;
}
@media (max-width: 768px) {
  #shadow-h {
    line-height: 110px;
    font-size: 100px;
  }
  .section-two h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
}
.section-two h3 span {
  background: var(--p-color);
  height: 2px;
  width: 30px;
  margin-right: 5px;
  display: inline-block;
}
.section-two .img {
  padding: 30px;
  position: relative;
}
.section-two .img img {
  width: 100%;
  position: relative;
  z-index: 3;
  filter: brightness(0.5);
  border-bottom-right-radius: 150px;
  border-top-left-radius: 130px;
}
.section-two .img .sp1 {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  border: 20px solid var(--yellow);
  left: -30px;
  top: -30px;
  display: none;
}
.section-two .img .sp2 {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  border: 20px solid #ffcef0;
  border-left: 0px;
  right: 10px;
  top: 10px;
}
.section-two .img .sp3 {
  display: block;
  position: absolute;
  width: 140px;
  height: 140px;
  border: 20px solid #ffcef0;
  border-top: 0px;
  left: 10px;
  bottom: 20px;
}
@media (max-width: 768px) {
  .section-two .img {
    padding: 0px;
    position: relative;
    padding-top: 40px;
  }

  #video {
    min-height: 280px !important;
    border-radius: 10px;
  }
  .section-two .img .sp2 {
    right: 0px;
    top: 0px;
  }
  .section-two .img .sp3 {
    left: 0px;
    bottom: 5px;
  }
}

.testimonials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.testimonials h1 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 140px;
}
.testimonials .t-left,
.testimonials .t-right {
  height: 700px;
  background-color: #010514;
}
.testimonials .t-left {
  width: 60%;
}
.testimonials .t-right {
  width: 40%;
}
.testimonials .owl-carousel {
  max-width: 650px;
  margin: 0 auto;
}
.testimonials .t-right div{
  height: 100%;
}
.testimonials .t-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-block {
  text-align: center;
  position: relative;
  padding: 10px;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.testimonial svg {
  margin-bottom: 20px;
}
.testimonial h4 {
  color: #fff;
  padding-top: 40px;
  font-weight: 900;
  font-size: 18px;
}
.testimonial span {
  color: #f2f2f2;
  font-size: 14px;
}
.testimonial p {
  color: #fff;
}
.owl-dot span {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 2px solid #cccccc60;
  background-color: #cccccc60;
}
.testimonials .owl-dot span {
  border: 2px solid #ffffff80;
  background-color: transparent;
}
.owl-dot.active span {
  background-color: var(--p-color);
  border: 2px solid var(--p-color);
}
.owl-dots {
  justify-content: center;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .testimonials {
    display: block;
  }
  .testimonials .t-left,
  .testimonials .t-right {
    width: 100%;
    height: auto;
    background-color: #010514;
  }
  .testimonials .t-left {
    padding: 80px 20px;
  }
  .testimonials h1 {
    padding-top: 0px;
    font-size: 26px;
  }
  .testimonial p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
  }
}
.break {
  width: 100%;
  background-image: url("/images/medium-shot-african-woman-working.jpg");
  background-position: center center;
  background-color: #b02bb2;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.break .inner {
  background: #440545e0;
  width: 100%;
  height: 100%;
  padding: 100px 0px;
}
.break h1 {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}
.break .wrap {
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.break p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.shape {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff86;
  position: absolute;
  bottom: 20px;
  -webkit-animation: mov 5s alternate infinite;
  animation: mov 5s alternate infinite;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.shape1 {
  width: 20px;
  height: 20px;
  right: 10%;
  top: 100px;
}
.shape2 {
  width: 10px;
  height: 10px;
  right: 12%;
  top: 130px;
}
.shape3 {
  width: 20px;
  height: 20px;
  left: 10%;
  bottom: 100px;
}
.shape4 {
  width: 10px;
  height: 10px;
  right: 12%;
  bottom: 130px;
  animation: none;
}
.shape5 {
  animation: none;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .shape5 {
    opacity: 0.05;
  }
  .shape3 {
    width: 20px;
    height: 20px;
    left: auto;
    right: 10%;
    bottom: 91px;
  }
  .break p {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
  }
}
.circled {
  width: 900px;
  height: 600px;
  border: 1px solid #ffffff20;
  border-radius: 600px;
  position: absolute;
  top: -30px;
  left: 10%;
}
.circle1 {
  left: 14%;
  width: 900px;
  opacity: 0.5;
}
.circle2 {
  width: 900px;
  opacity: 0.5;
}
@-webkit-keyframes mov {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes mov {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

/*--PARALLAX---*/
.parallax-container {
  text-align: left;
  width: 100%;
  height: auto;
  left: -0.1px;
}
.p-inner {
  background: rgb(194 244 252 / 0%);
  width: 100%;
  padding: 100px 0px 260px;
  overflow: hidden;
  position: relative;
}
.parallax-container h1 {
  font-weight: 600;
  color: #fff;
  font-size: 50px;
  line-height: 57px;
  width: 500px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-inner {
    padding: 150px 0px 170px;
  }
  .parallax-container h1 {
    width: 100%;
    font-size: 40px;
    line-height: 57px;
  }
}
.parallax-container button {
  background: #5bbfcc;
  border: 0px;
  padding: 7px 20px;
  color: #fff;
  margin-top: 20px;
}
.blog-wrap {
  width: 100%;
  padding: 90px 0px 60px 0px;
}
.blog-wrap h1 {
  font-size: 30px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-wrap h1 {
    font-size: 25px;
  }
}
.blog-wrap h3 {
  text-align: center;
  padding-bottom: 40px;
  opacity: 0.6;
}
.blog {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  position: relative;
  margin-bottom: 50px;
}
.date {
  width: 60px;
  background: var(--p-color);
  text-align: center;
  padding: 10px;
  position: absolute;
  right: 22px;
  color: #fff;
  margin-top: -40px;
}
.date h4 {
  color: #fff;
  font-weight: 900;
  font-size: 20px;
}
.date p {
  color: #fff;
  font-size: 15px;
}
.blog .img-hold {
  overflow: hidden;
  height: 250px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.blog .img-hold img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.blog .text {
  padding: 30px 40px;
  height: 240px;
  position: relative;
}
.blog .text h2 {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
}
.blog .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.blog .text span {
  opacity: 0.4;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  color: #000;
}

@media (max-width: 1000px) {
  .blog .text {
    padding: 25px;
  }
  .date {
    margin-top: -48px;
  }
}
.our-team {
  background-image: url("/images/dot_light.png");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-color: #fff;
  text-align: center;
}
.our-team h1 {
  font-size: 30px;
  font-family: "Poppins";
  text-align: center;
  font-weight: 700;
}
.partners h1 {
  text-align: center;
  letter-spacing: 5px;
  opacity: 0.5;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 17px;
}
.partners .h {
  font-weight: 800;
  opacity: 1;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 30px;
}
.partners .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners .owl-stage {
  display: flex;
  align-items: center;
}
.partners .owl-carousel .owl-item img {
  width: 170px;
}
@media (max-width: 768px) {
  .partners .owl-carousel .owl-item img {
    width: 150px;
  }
}
/*----- FOOOTER -----*/
.footer {
  padding: 100px 0px 0px;
  background: #010514;
  color: #fff;
}
.footer h2 {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.footer ul li a {
  color: #b3b6bc;
  font-size: 15px;
  padding-bottom: 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.footer ul li a:hover {
  color: #fff;
  padding-left: 10px;
}
.footer ul li a::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -5px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.footer ul li a:hover::after {
  width: 100%;
}
.footer .newsletter h1 {
  font-weight: 800;
  color: #fff;
  font-size: 40px;
  position: relative;
  z-index: 2;
}
.footer .newsletter h1::after {
  height: 15px;
  width: 250px;
  background: var(--p-color);
  position: absolute;
  bottom: 5px;
  opacity: 0.5;
  left: 10px;
  content: "";
  z-index: -1;
}
.footer .newsletter p {
  max-width: 500px;
  color: #f2f2f2;
  margin: 20px 0px;
}
.footer .newsletter form {
  border-bottom: 1px solid #ffffff80;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 15px;
  position: relative;
}
.footer .newsletter form input {
  width: 100%;
  background: transparent;
  border: 0px;
  color: #fdfdfd;
}
.footer .newsletter form input::placeholder {
  width: 100%;
  background: transparent;
  border: 0px;
  color: #fdfdfd90;
}
.footer .newsletter button {
  color: #fff;
  background: transparent;
  border: 0px;
}
.final-foot {
  border-top: 1px solid #f2f2f21f;
  font-size: 13px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.final-foot p {
  font-size: 15px;
  color: #fff;
}
.socials {
  margin-top: 20px;
}
.socials li {
  display: inline-block;
  color: #fff;
  margin: 10px 10px 10px 0px;
}
.socials li a {
  padding-bottom: 0px !important;
  color: #fff;
}
.socials li a i {
  width: 35px;
  height: 35px;
  background: var(--p-color);
  border-radius: 35px;
  line-height: 35px;
  text-align: center;
}
@media (max-width: 768px) {
  .final-foot {
    display: block;
  }
  .footer .newsletter h1 {
    font-size: 32px;
  }
  .footer .newsletter h1::after {
    height: 15px;
    width: 200px;
    bottom: 3px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
input {
  outline: none !important;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  position: relative;
  margin-bottom: 2px;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.what {
  background: rgb(239 250 239);
}
.what.white {
  background: #fff;
}
.what h2 {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 25px;
  color: var(--dark-green);
}
.what p {
  font-weight: 300;
  text-align: justify;
}
.what img {
  width: 100%;
}
.what .flex {
  display: flex;
  justify-content: space-between;
}
.what .count {
  text-align: center;
  width: 100%;
  padding-top: 35px;
}
.what .count span {
  font-weight: 900;
  font-size: 30px;
}
.what .count-wrap {
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  position: relative;
  margin: 0px auto;
  max-width: 550px;
  height: auto;
}
@media (max-width: 802px) {
  .what .count-wrap {
    width: 100%;
    margin-top: 40px;
  }
  .parallax h1 {
    width: 100%;
  }
  .foot {
    margin: 20px 0px;
  }
  .footer {
    padding-top: 60px;
  }
}
.what button {
  background: var(--p-color);
  color: #fff;
  border: 0px;
  padding: 5px 30px;
  margin-top: 20px;
}

/*---- T E A M -----*/
.team-wrap {
  width: 100%;
  padding: 100px 0px;
  overflow: hidden;
}
.team-wrap h1 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.team-wrap .team {
  margin-bottom: 40px;
  text-align: center;
}
.team-wrap h2 {
  font-weight: 900;
  font-size: 20px;
  padding-bottom: 10px;
}
.team-wrap p {
  font-size: 14px;
}
.team-wrap img {
  border-radius: 25px;
  min-width: 140px;
  height: 140px;
  object-fit: cover;
}
.team-wrap button {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #047f76;
  display: inline-block;
  margin-top: 10px;
  border: 0px;
  background: transparent;
}
.team-wrap button i {
  position: relative;
  transition: all 0.4s ease-in-out;
  transform: rotate(0deg);
}
.pn-btn i {
  transform: rotate(45deg) !important;
}
.pn {
  display: none;
}
.pn.show {
  display: block;
}

.pg-inner {
  width: 100%;
  background: url("/images/sc.jpg");
  background-position: center;
  background-size: cover;
}
.pg-inner .inner {
  padding: 170px 0px 100px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.blog-inner .inner {
  padding: 250px 0px 200px;
  background: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .blog-inner .inner {
    padding: 150px 0px 100px;
    background: rgba(0, 0, 0, 0.6);
  }
}
.pg-inner h1 {
  font-size: 39px;
  font-weight: 800;
  color: #fff;
}
.pg-inner h3 {
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .pg-inner h1 {
    font-size: 30px;
  }
  .pg-inner .inner {
    padding: 140px 0px 100px;
  }
}
.about p {
  font-size: 16px;
  font-weight: 300;
  padding-top: 20px;
  color: #ccc;
  display: inline-block;
  line-height: 25px;
}
.break-wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 100px;
  border-radius: 5px;
  background: #f1f5f782;
}
.break-wrap img {
  width: 330px;
}
.break-wrap h1 {
  font-size: 30px;
  font-weight: 500;
}
.break-wrap p {
  max-width: 400px;
  margin-top: 10px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 0px;
  border-bottom: 2px solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin-bottom: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-floating input::placeholder,
.form-floating textarea::placeholder {
  font-size: 13px;
  opacity: 0.8;
}
input,
textarea {
  font-size: 13px;
}
.form-floating > label {
  padding-left: 0px;
}
textarea.form-control {
  min-height: 110px;
}
.page-wrap {
  padding-top: 80px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.page-wrap .bg {
  position: absolute;
  width: 600px;
  left: -220px;
  opacity: 0.35;
}
.relative {
  position: relative;
}
.form-floating > .form-control {
  padding-left: 0px;
}
@media (max-width: 768px) {
  .break-wrap .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px 0px;
    border-radius: 5px;
    background: #f1f5f7;
    flex-direction: column;
  }
  .footer .logo {
    margin-bottom: 20px;
  }
  .works .tt-header h2 {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
  }
  .section-one .pl-50 {
    padding-left: 15px;
    padding-top: 30px;
  }
  .section-one .ppbbc {
    right: auto;
    left: -8px;
    top: -39px;
    padding: 10px 15px;
    box-shadow: 9px 0px 30px 0px rgb(26 47 106 / 15%);
  }
  .section-one .ppbbc h3 {
    font-size: 15px;
  }
  .section-one .ppbbc p {
    font-size: 13px;
  }
  .works .wrap {
    width: 90%;
  }
}
#video {
  min-height: 437px;
  border-radius: 10px;
}
.video-icon {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.video-icon button::before,
.video-icon button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 75px;
  width: 75px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: -1;
  animation: doubleborder 1s ease-in-out infinite backwards;
}
.video-icon button::after {
  animation-delay: 0.3s;
}
.video-icon button {
  background-color: #fff;
  border-radius: 100%;
  color: #15273e;
  display: inline-block;
  font-size: 24px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  width: 75px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .video-icon button {
    transform: scale(0.6);
  }
}
@-webkit-keyframes doubleborder {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes doubleborder {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.team {
  text-align: center;
  margin: 20px 0px;
}
.team .img-hold {
  height: 120px;
  width: 120px;
  border-radius: 120px;
  overflow: hidden;
  margin: 0 auto;
  background: #fef0fa;
}
.team .img-hold img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  object-position: top;
}
.team h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 0px 6px;
}
@media (max-width: 768px) {
  .team .img-hold {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .team .img-hold img {
    height: 80px;
  }
  .team h2 {
    font-size: 14px;
    padding-bottom: 0px;
  }
  .team p {
    font-size: 13px;
  }
}
.team ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.team ul li {
  margin: 0px 10px;
}
.full-screen .team ul li {
  margin-top: 20px;
}
.team ul li i {
  font-size: 13px;
}
.team ul li a {
  color: #000;
}
.team ul li a:hover {
  color: var(--p-color);
}
.full-screen {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #fff;
  z-index: 44;
  padding: 120px 0px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.full-screen.show {
  visibility: visible;
  opacity: 1;
}
.full-screen .text {
  width: 100%;
  height: 800px;
  overflow: auto;
}
.full-screen .close-btn {
  position: absolute;
  background: #fff;
  border: 0px;
  box-shadow: 0px 0px 21px 2px #ccc !important;
  padding: 10px 20px;
  font-weight: 700;
  font-family: "Poppins";
  left: 7%;
  height: auto;
  width: auto;
}
.show-btn {
  border: 0px;
  background: transparent;
  padding: 5px 10px;
  color: #b02bb2;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.full-screen ul.links li {
  display: inline-block;
  border-right: 1px solid #ddd;
  padding: 5px 15px;
}
.full-screen ul.links li:first-child {
  display: inline-block;
  border-right: 0px;
  padding: 5px 15px 5px 0px;
}
.full-screen .team p {
  font-size: 13px;
}
@media (max-width: 1050px) {
  .full-screen {
    padding: 70px 0px;
    height: 600px;
    overflow-y: auto;
  }
  .full-screen .wrap {
    overflow: auto;
    height: 1000px;
    padding-bottom: 150px;
  }
  .full-screen .text {
    width: 100%;
    height: auto;
    overflow: initial;
  }
}

.blog-single .wrap {
  max-width: 900px;
}
.blog-single p {
  padding-bottom: 20px;
}
.blog-single .share li {
  display: inline-block;
  padding-right: 10px;
}
.blog-single .share li p {
  font-size: 17px;
  color: #000;
  font-weight: 800;
}
.blog-single .t-right {
  text-align: right;
}
.blog-single .t-right a {
  color: #b02bb2;
}

.sm-show {
  display: none;
}
.sm-hide {
  display: block;
}
@media (max-width: 768px) {
  .blog-single .t-right a {
    font-size: 13px;
  }
  .sm-show {
    display: block;
  }
  .sm-hide {
    display: none;
  }
}

#videoModal .modal-dialog {
  max-width: 900px;
}
@media (max-width: 768px) {
  #videoModal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
    top: 130px;
  }
}
.modal-content {
  background: #005493;
  color: #fff;
  margin-top: 100px;
}
#videoModal .modal-content {
  background: #000;
}
.modal-header {
  margin-bottom: 20px;
  border-bottom-color: #ffffff1c;
  padding: 20px 30px;
}
.modal-header .close {
  color: #bfdeff;
}
.modal-body {
  padding: 10px 30px 60px;
}
.modal-title {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.modal form label {
  font-size: 11px;
  padding-bottom: 10px;
}
.modal form .form-control {
  background: #b9defa14;
  border: 0px;
  border: 1px solid #a9c0e042;
  border-radius: 20px;
  height: 41px;
  font-size: 13px;
  padding-left: 20px;
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  position: relative;
  margin-bottom: -1px;
}

.spinner-border-sm {
  width: 20px;
  height: 20px;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
#videoModal .modal-dialog {
  max-width: 900px;
}
@media (max-width: 768px) {
  #videoModal .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
    top: 130px;
  }
}
.modal-content {
  background: #005493;
  color: #fff;
  margin-top: 100px;
}
#videoModal .modal-content {
  background: #000;
}
.modal-header {
  margin-bottom: 20px;
  border-bottom-color: #ffffff1c;
  padding: 20px 30px;
}
.modal-header .close {
  color: #bfdeff;
}
.modal-body {
  padding: 10px 30px 60px;
}
.modal-title {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.modal form label {
  font-size: 11px;
  padding-bottom: 10px;
}
.modal form .form-control {
  background: #b9defa14;
  border: 0px;
  border: 1px solid #a9c0e042;
  border-radius: 20px;
  height: 41px;
  font-size: 13px;
  padding-left: 20px;
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  position: relative;
  margin-bottom: -1px;
}

.spinner-border-sm {
  width: 20px;
  height: 20px;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.modal-backdrop.show {
  opacity: 0.8;
}