* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Lato", sans-serif;
  box-sizing: border-box;
}

.textCenter {
  text-align: center;
}

.container {
  min-width: 320px;
  max-width: 1600px;
  padding-right: 4rem;
  padding-left: 4rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .container {
    min-width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.smalltext {
  font-weight: bold !important;
  font-size: 1.4rem !important;
  line-height: 150% !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #ef5354 !important;
}

.primaryHeading {
  font-weight: bold;
  font-size: 3rem;
  padding-top: 0;
  color: #2d3357;
  font-family: Aleo, arial, sans-serif;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .primaryHeading {
    font-size: 2rem;
  }
}

.primaryText {
  font-size: 1.3rem;
  line-height: 170%;
  color: #646a89;
}

.learnmoreBtn {
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-family: Lato, arial, sans-serif;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: 0px 20px 20px rgba(217, 61, 89, 0.2);
  background: linear-gradient(90deg, rgba(249, 73, 115, 0.991703) 0%, rgba(255, 154, 160, 0.991703) 50%, rgba(249, 73, 115, 0.991703) 100%);
  text-transform: uppercase;
  background-size: 200% 100%;
  background-position: 0% 0;
  color: #fff;
  border: 0;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: capitalize;
  border-radius: 3rem;
  box-shadow: 0px 1.5rem 2.5rem rgb(230, 51, 94);
  text-decoration: none;
  padding: 15px 30px;
  margin-top: 30px;
}

header {
  position: relative;
  z-index: 9;
}
header .headerSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
header .headerSection .getStartedbtn {
  background: #2d3357;
  box-shadow: 0px 1.5rem 2.5rem rgba(27, 43, 124, 0.15);
  border-radius: 30px;
  color: #fff;
  border: 0;
  padding: 1rem 3rem;
  font-weight: bold;
  font-size: 1rem;
  text-transform: capitalize;
  transition: background 0.4s ease;
  text-decoration: none;
  cursor: pointer;
}
header .headerSection img {
  height: 80px;
}
@media only screen and (max-width: 767px) {
  header .headerSection img {
    height: 50px;
  }
}

.bannerPnl {
  background: url(../img/banner-bg.svg) 50% 0 no-repeat;
  background-size: auto 100%;
  position: relative;
  margin-top: -190px;
  padding-top: 10rem;
  zoom: 75%;
}
.bannerPnl .bannerBg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: -14%;
  background-size: cover;
  background-position: 50% 0;
  background-image: url(../img/rocket-bg.svg);
}
@media only screen and (max-width: 991px) {
  .bannerPnl .bannerBg {
    background-position: 68% 0;
  }
}
@media only screen and (max-width: 767px) {
  .bannerPnl .bannerBg {
    display: none;
  }
}
.bannerPnl .bannerSection .bannerSectionContent {
  padding: 4.8rem 0 15.5rem;
  width: 45%;
  min-height: 74rem;
}
@media only screen and (max-width: 767px) {
  .bannerPnl .bannerSection .bannerSectionContent {
    min-height: 58rem;
  }
}
@media only screen and (max-width: 767px) {
  .bannerPnl .bannerSection .bannerSectionContent {
    width: 100%;
  }
}
.bannerPnl .bannerSection .bannerSectionContent h1 {
  font-size: 4rem;
  line-height: 100%;
  margin-top: 0.3rem;
  margin-bottom: 1.8rem;
  color: #2d3357;
}
.bannerPnl .bannerSection .bannerSectionContent p {
  font-size: 1.5rem;
  line-height: 150%;
  color: #646a89;
}

.servicesPnl {
  margin-top: -20rem;
}
@media only screen and (max-width: 767px) {
  .servicesPnl {
    margin-top: -15rem;
  }
}
.servicesPnl .servicesSection {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .servicesPnl .servicesSection {
    flex-wrap: wrap;
  }
}
.servicesPnl .servicesSection .servicesBox {
  padding: 5.2rem 2.3rem 1rem;
  text-align: center;
  background: #fff;
  box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  width: 25%;
}
@media only screen and (max-width: 991px) {
  .servicesPnl .servicesSection .servicesBox {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .servicesPnl .servicesSection .servicesBox {
    width: 100%;
  }
}
.servicesPnl .servicesSection .servicesBox .servicesDecor {
  width: 80.15%;
  border: 3rem solid rgba(219, 223, 243, 0.3);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -46%);
  z-index: 0;
}
.servicesPnl .servicesSection .servicesBox .servicesDecor:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.servicesPnl .servicesSection .servicesBox .servicesIcon {
  height: 6rem;
  position: relative;
  z-index: 1;
}
.servicesPnl .servicesSection .servicesBox .servicesIcon img {
  max-height: 100%;
  height: auto;
  width: auto;
}
.servicesPnl .servicesSection .servicesBox .servicesTitle h2 {
  font-family: Aleo, arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 120%;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  color: #2d3357;
  margin-bottom: 15px;
}
.servicesPnl .servicesSection .servicesBox .servicesTitle p {
  margin-top: 0.9rem;
  font-size: 1.6rem;
  line-height: 170%;
  position: relative;
  z-index: 1;
  color: #646a89;
}
.servicesPnl .servicesSection .servicesBox:nth-child(even) {
  position: relative;
  top: 5rem;
}
@media only screen and (max-width: 767px) {
  .servicesPnl .servicesSection .servicesBox:nth-child(even) {
    top: 0;
  }
}

.aboutSection {
  padding: 10rem 0;
}
@media only screen and (max-width: 767px) {
  .aboutSection {
    padding: 5rem 0;
  }
}
.aboutSection .aboutpnl {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .aboutSection .aboutpnl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.aboutSection .aboutpnl .aboutImg {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .aboutSection .aboutpnl .aboutImg {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .aboutSection .aboutpnl .aboutImg img {
    width: 100%;
  }
}
.aboutSection .aboutpnl .aboutContent {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .aboutSection .aboutpnl .aboutContent {
    width: 100%;
    text-align: center;
  }
}

.countdown {
  padding: 50px 0px 100px;
}
@media only screen and (max-width: 767px) {
  .countdown {
    padding: 50px 0px 50px;
  }
}
.countdown .countdownFlex {
  display: flex;
  gap: 130px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .countdown .countdownFlex {
    flex-wrap: wrap;
  }
}
.countdown .countdownFlex .countdownBox {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .countdown .countdownFlex .countdownBox {
    width: 39%;
  }
}
@media only screen and (max-width: 767px) {
  .countdown .countdownFlex .countdownBox {
    width: 100%;
  }
}
.countdown .countdownFlex .countdownBox::before {
  content: "";
  width: 5rem;
  height: 5rem;
  border: 4rem solid rgba(219, 223, 243, 0.3);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 31%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.countdown .countdownFlex .countdownBox h4 {
  position: relative;
  font-size: 3rem;
  line-height: 110%;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #2d3357;
  text-align: center;
}
.countdown .countdownFlex .countdownBox h4::after {
  content: "+";
  position: relative;
  right: 0px;
  color: #ef5354;
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
}
.countdown .countdownFlex .countdownBox p {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #646a89;
}

.whatyouwill {
  padding: 50px 0px;
}
.whatyouwill .slick-wrapper {
  margin-top: 30px;
}
.whatyouwill .slick-wrapper #whatyouWillSlider {
  margin-top: 80px;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slide-item {
  padding: 1.5rem;
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
  text-align: center;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slide-item:before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  border: 2rem solid rgba(219, 223, 243, 0.3);
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-36%, -36%);
  z-index: 0;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slide-item .slideContent h4 {
  font-family: Aleo, arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 120%;
  color: #2d3357;
  text-transform: capitalize;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slide-item .slideContent p {
  padding-left: 0.3rem;
  margin-top: 1.9rem;
  font-size: 1rem;
  line-height: 170%;
  position: relative;
  z-index: 1;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slide-item .slideContent svg {
  margin-top: 10px;
  rotate: -10deg;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slide-item .sliderImg {
  text-align: center;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slide-item .sliderImg img {
  display: inline-block;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slick-slide:nth-child(even) {
  margin-top: 30px;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slick-arrow {
  background-color: #2d3357;
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slick-arrow.slick-prev {
  position: absolute;
  top: -40px;
  left: 0px;
  right: 80px;
  margin: auto;
}
.whatyouwill .slick-wrapper #whatyouWillSlider .slick-arrow.slick-next {
  position: absolute;
  top: -40px;
  left: 0;
  right: -10px;
  margin: auto;
}

.slick-list {
  margin: 0 -10px;
}
.slick-list .slick-slide {
  margin: 0 10px;
}

.testimonialsPnl {
  position: relative;
  padding-bottom: 100px;
}
.testimonialsPnl .bgTestimonials {
  background-image: url("../img/bg-2.svg");
  position: absolute;
  left: 0;
  top: -110px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonialsPnl .testimonialFlex {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .testimonialsPnl .testimonialFlex {
    flex-wrap: wrap;
  }
}
.testimonialsPnl .testimonialFlex .testimonialsBox {
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .testimonialsPnl .testimonialFlex .testimonialsBox {
    width: 100%;
  }
}
.testimonialsPnl .testimonialFlex .testimonialsBox #testimonialsSlide {
  text-align: center;
  margin-top: 50px;
}
.testimonialsPnl .testimonialFlex .testimonialsBox #testimonialsSlide .slide-item {
  border: 1px solid #ddd;
  padding: 30px 15px;
  background-color: #ffffff;
}
.testimonialsPnl .testimonialFlex .testimonialsBox #testimonialsSlide .slide-item .testimoniallogo {
  display: none;
}
.testimonialsPnl .testimonialFlex .testimonialsBox #testimonialsSlide .slide-item .testimonialsContent h4 {
  font-size: 18px;
  margin-top: 10px;
}
.testimonialsPnl .testimonialFlex .testimonialsBox #testimonialsSlide .slide-item .testimonialsContent p {
  font-size: 18px;
  line-height: 25px;
}
.testimonialsPnl .testimonialFlex .testimonialsBox img {
  width: 100%;
}

.clientPnl {
  padding: 0px 0px 150px;
  position: relative;
  margin-top: -80px;
}
@media only screen and (max-width: 767px) {
  .clientPnl {
    padding: 0px 0px 0px;
  }
}
.clientPnl #clientSlide .slide-item {
  border: 1px solid #dddddd;
  padding: 1rem;
  background-color: #ffffff;
  text-align: center;
  border-radius: 10px;
}
.clientPnl #clientSlide .slide-item .testimoniallogo {
  padding: 30px 0px;
}
.clientPnl #clientSlide .slide-item .testimoniallogo img {
  width: 100%;
}
.clientPnl #clientSlide .slide-item:nth-child(even) {
  margin-top: 50px;
}

.mailMilestone {
  position: relative;
  padding: 50px 0px;
}
.mailMilestone .bgmilestone {
  background-image: url("../img/bg-2.svg");
  position: absolute;
  left: 0;
  top: -110px;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.mailMilestone .mainMilestoneFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .mailMilestone .mainMilestoneFlex {
    flex-wrap: wrap;
  }
}
.mailMilestone .mainMilestoneFlex .mainMilestoneBox {
  text-align: center;
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .mailMilestone .mainMilestoneFlex .mainMilestoneBox {
    width: 100%;
  }
}
.mailMilestone .mainMilestoneFlex .mainMilestoneBox img {
  display: inline;
}
.mailMilestone .mainMilestoneFlex .mainMilestoneBox h5 {
  font-weight: bold;
  text-transform: capitalize;
  font-family: Aleo, arial, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  position: relative;
  z-index: 1;
  color: #2d3357;
  margin-top: 2.5rem;
}
.mailMilestone .mainMilestoneFlex .mainMilestoneBox.milestoneOne::after {
  content: "01";
  position: absolute;
  top: 40px;
  font-size: 100px;
  color: #646a89;
  z-index: -1;
  opacity: 0.1;
  left: 0;
  right: 0;
  font-weight: bold;
}
.mailMilestone .mainMilestoneFlex .mainMilestoneBox.milestoneTwo::after {
  content: "02";
  position: absolute;
  top: 40px;
  font-size: 100px;
  color: #646a89;
  z-index: -1;
  opacity: 0.1;
  left: 0;
  right: 0;
  font-weight: bold;
}
.mailMilestone .mainMilestoneFlex .mainMilestoneBox.milestoneThree::after {
  content: "03";
  position: absolute;
  top: 40px;
  font-size: 100px;
  color: #646a89;
  z-index: -1;
  opacity: 0.1;
  left: 0;
  right: 0;
  font-weight: bold;
}
.mailMilestone .mainMilestoneFlex .mainMilestoneBox.milestoneFour::after {
  content: "04";
  position: absolute;
  top: 40px;
  font-size: 100px;
  color: #646a89;
  z-index: -1;
  opacity: 0.1;
  left: 0;
  right: 0;
  font-weight: bold;
}

.blogPnl {
  padding: 50px 0px;
}
@media only screen and (max-width: 767px) {
  .blogPnl {
    padding: 0px 0px 50px;
  }
}
.blogPnl .blogHeader {
  margin-bottom: 30px;
}
.blogPnl #blogSlide .slide-item {
  border: 1px solid #dddddd;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
}
.blogPnl #blogSlide .slide-item .blogContent h5 {
  margin-bottom: 1.8rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 140%;
  font-family: Aleo, arial, sans-serif;
  text-transform: capitalize;
}
.blogPnl #blogSlide .slide-item .blogContent p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

footer .footerFlex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  footer .footerFlex {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
footer .footerFlex .followUS h5 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
footer .footerFlex .followUS ul {
  display: flex;
  gap: 10px;
  padding-left: 0;
}
footer .footerFlex .footerContactUs h5 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
footer .footerFlex .footerContactUs ul {
  display: flex;
  gap: 10px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  footer .footerFlex .footerContactUs ul {
    flex-wrap: wrap;
  }
}
footer .footerFlex .footerContactUs ul li {
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer .footerFlex .footerContactUs ul li {
    width: 100%;
  }
}
footer .footerFlex .footerContactUs ul li::after {
  content: "|";
  position: absolute;
  right: -7px;
}
@media only screen and (max-width: 767px) {
  footer .footerFlex .footerContactUs ul li::after {
    display: none;
  }
}
footer .footerFlex .footerContactUs ul li:last-child::after {
  display: none;
}
footer .footerBottom {
  text-align: center;
  padding: 10px 0px;
}
footer .footerBottom p {
  font-size: 12px;
}/*# sourceMappingURL=main.css.map */