* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url(../Fonts/Poppins/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../Fonts/Poppins/Poppins-SemiBold.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../Fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../Fonts/Poppins/Poppins-Regular.ttf);
}
body {
  font-family: "Poppins-Regular", sans-serif !important;
}

section {
  padding: 80px 0;
}

.section-title {
  text-align: center;
}
.section-title h2 {
  color: #000000;
  font-size: 42px;
  font-family: "Poppins-Bold";
  font-weight: 600;
  text-transform: capitalize;
}
.section-title p {
  font-size: 18px;
  color: #757575;
  margin-bottom: 0;
}

.main-btn {
  text-decoration: none;
  color: #fff;
  background: #5049E1;
  padding: 15px 35px 15px 35px;
  font-size: 18px;
  font-family: "Poppins-SemiBold";
  border-radius: 10px;
  border: 1px solid #5049E1;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
.main-btn:hover {
  color: #5049E1;
  border: 1px solid #5049E1;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.section-title .line {
  background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
  width: 150px;
  height: 5px;
  margin-bottom: 10px !important;
}

#header {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  z-index: 1111;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  background: #fff;
  position: sticky;
  top: 0;
}
#header img {
  max-width: 130px;
}
#header nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 25px 0;
}
#header nav .navbar-toggler {
  background-color: transparent;
  margin: 0px 12px 0 0px;
  padding: 12px 0px 12px 8px;
  border: none;
}
#header nav .navbar-toggler span {
  background: #000;
  height: 3px;
  border-radius: 12px;
  width: 18px;
}
#header nav .navbar-light .navbar-toggler {
  border-color: transparent;
}
#header nav .navbar-toggler span {
  display: block;
  position: relative;
  width: 25px;
  height: 3px;
  background: #1074bc;
}
#header nav .navbar-toggler span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 26px;
  height: 100%;
  border-radius: 12px;
  border-radius: 12px;
  background: #000000;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px) rotate(45deg);
}
#header nav .navbar-toggler span::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 26px;
  height: 100%;
  border-radius: 12px;
  border-radius: 12px;
  background: #000000;
  transition: all 0.3s ease-in-out;
  transform: translateY(0px) rotate(-45deg);
}
#header nav .navbar-toggler:focus {
  box-shadow: none;
}
#header nav .navbar-toggler .collapsed span {
  background: #373435;
  background-image: none !important;
}
#header nav .navbar-toggler span {
  background: transparent;
  background-image: none !important;
}
#header nav .collapsed span {
  background: #000000;
  height: 3px;
  border-radius: 12px;
  width: 18px;
}
#header nav .collapsed span::before {
  transform: translateY(-8px) rotate(0);
}
#header nav .collapsed span::after {
  transform: translateY(8px) rotate(0);
}
#header nav ul li {
  margin: 0 8px;
  padding: 0px 12px;
  list-style-type: none;
  transition: 0.3s ease-in-out;
  position: relative;
  border: 1px solid transparent;
}
#header nav ul li .nav-link {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #404651;
  position: relative;
  transition: 0.3s ease-in-out;
  display: -webkit-inline-box;
  border: 1px solid transparent;
}
#header nav ul li.active {
  border: 1px solid #9aaecc;
  border-right: 2px solid #9aaecc;
}

#header.sticky .navbar {
  background: #fff !important;
}
#header.sticky img {
  max-width: 100px;
}

#home {
  background: url(../images/landing_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  padding-top: 180px;
}
#home .header-hero-content h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Poppins-Bold";
}
#home .header-hero-content h4 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "Poppins-SemiBold";
}
#home .header-hero-content p {
  color: #000;
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 30px;
}

#clients-section .our-client-slider .client-logo-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
#clients-section .our-client-slider .client-logo-image-wrapper img {
  transition: 0.3s ease-in-out;
}

#features {
  background-color: #ECF5FF;
}
#features .section-title .title {
  font-size: 32px;
  padding-top: 10px;
  font-family: "Poppins-Bold";
  margin-bottom: 30px;
}
#features .section-title .title span {
  font-family: "Poppins-Regular";
}
#features .single-services {
  border-radius: 15px;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
#features .single-services:hover {
  transform: translateY(-8px);
}
#features .single-services .icon-box-badge {
  position: absolute;
  line-height: 1;
  z-index: 2;
  top: 10px;
  right: 0;
}
#features .single-services .icon-box-badge .badge-text {
  color: #fff;
  padding: 6px 22px;
  border-radius: 0px 0px 0px 15px;
  background-color: #bbb9c7;
}
#features .single-services .services-content {
  width: 100%;
  margin-top: -2px;
  box-shadow: -1.216px 6.894px 25px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 10px;
  padding: 26px 35px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 250px;
  margin-bottom: 30px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#features .single-services .services-content .services-title a {
  font-size: 26px;
  font-family: "Poppins-Bold";
  color: #000;
  text-decoration: none;
}
#features .single-services .services-content .text {
  color: #000;
  font-size: 16px;
  font-family: "Poppins-Regular";
}

#about {
  position: relative;
  z-index: 5;
  background: url(../images/place.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#about .about-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
}
#about .about-shape-2 img {
  width: 100%;
}
#about .about-content {
  height: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
#about .about-content .section-title h3 {
  font-size: 32px;
  padding-top: 10px;
  font-family: "Poppins-Bold";
}
#about .about-content .section-title span {
  font-family: "Poppins-Regular";
}
#about .about-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}

#facts {
  position: relative;
  z-index: 5;
  background-color: #ECF5FF;
}
#facts .about-content {
  position: absolute;
  left: 0;
  z-index: -1;
  display: none;
}
#facts .section-title .title {
  font-size: 40px;
  padding-top: 10px;
  font-family: "Poppins-Bold";
  text-align: left;
}
#facts .counter-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #6a6972;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 30px;
}
#facts .single-counter {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 20px 20px;
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  height: 100%;
}
#facts .single-counter .counter-items .count {
  color: #3c75ba;
  font-size: 46px;
  font-family: "Poppins-Bold";
}
#facts .single-counter .counter-items .count-num {
  color: #3c75ba;
  font-size: 46px;
  font-family: "Poppins-Bold";
}
#facts .single-counter .counter-items .text {
  color: #000000;
  font-size: 22px;
  font-family: "Poppins-Bold";
}

#testimonial .section-title .title {
  font-size: 32px;
  padding-top: 10px;
  font-family: "Poppins-Bold";
  margin-bottom: 30px;
}
#testimonial .section-title span {
  font-family: "Poppins-Regular";
}
#testimonial .slick-next {
  display: none !important;
}
#testimonial .slick-prev {
  display: none !important;
}
#testimonial .slick-dots {
  position: relative;
}
#testimonial .slick-dots li button {
  background: #d0d0d0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
#testimonial .slick-dots li button::before {
  content: none;
}
#testimonial .slick-dots li.slick-active button {
  background: #1c4980;
}
#testimonial .testimonial-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  margin: 8px 35px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom: 3px solid #1c4980;
}
#testimonial .testimonial-wrapper .testimonial-author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#testimonial .testimonial-wrapper .testimonial-author .author-image {
  border: 2px solid #1c4980;
  border-radius: 50%;
}
#testimonial .testimonial-wrapper .testimonial-author .author-image img {
  width: 80px;
  height: auto;
}
#testimonial .testimonial-wrapper .testimonial-author .name-designation-wrapper {
  text-align: center;
  margin-top: 20px;
}
#testimonial .testimonial-wrapper .testimonial-author .name-designation-wrapper h4 {
  color: #1c4980;
  font-family: "Poppins-SemiBold";
  line-height: 1.2em;
}
#testimonial .testimonial-wrapper .testimonial-author .name-designation-wrapper h6 {
  font-family: "Poppins-Regular";
  color: #000;
  font-size: 18px;
}
#testimonial .testimonial-wrapper .image-wrapper {
  overflow: hidden;
  border-radius: 12px;
}
#testimonial .testimonial-wrapper .description-wrapper p {
  font-size: 16px;
  max-width: 428px;
  color: #6a6972;
}
#testimonial .testimonial-wrapper.slick-center {
  opacity: 1;
}

#blog {
  background: url(../images/about-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-color: #d4cfff;
  padding-bottom: 160px;
  position: relative;
}
#blog .section-title .title {
  font-size: 32px;
  padding-top: 10px;
  font-family: "Poppins-Bold";
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}
#blog .section-title span {
  font-family: "Poppins-Regular";
}
#blog .contact-two .contact-title {
  font-size: 36px;
  font-family: "Poppins-Bold";
  position: relative;
  z-index: 999;
}
#blog .contact-two .text {
  font-size: 18px;
  font-family: "Poppins-Regular";
  position: relative;
  z-index: 999;
}
#blog .contact-two .contact-info {
  padding: 0;
}
#blog .contact-two .contact-info li {
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  transition: all 0.4s;
  min-height: 96px;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: "Poppins-SemiBold";
}
#blog .contact-two .contact-info li .icon {
  height: 60px;
  line-height: 62px;
  width: 100%;
  text-align: center;
  background-color: aliceblue;
  border-radius: 50%;
  margin-right: 20px;
  max-width: 60px;
}
#blog .contact-two .contact-info li .icon i {
  color: #3c75ba;
  font-size: 18px;
}
#blog .contact-two .contact-info li a {
  text-decoration: none;
  color: #000;
}
#blog .contact-form {
  background-color: #fff;
  border-radius: 4px;
  padding: 44px 32px;
}
#blog .contact-form .form-title {
  color: #000;
  font-size: 32px;
  padding-top: 10px;
  font-family: "Poppins-Bold";
  margin-bottom: 30px;
  text-align: left;
}
#blog .contact-form span {
  font-family: "Poppins-Regular";
}
#blog .contact-form .form-input label {
  color: #3c75ba;
}
#blog .contact-form .form-input ::-moz-placeholder {
  color: #3c75ba;
}
#blog .contact-form .form-input ::placeholder {
  color: #3c75ba;
}
#blog .contact-form .form-input .input-items {
  position: relative;
}
#blog .contact-form .form-input .input-items i {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 20px;
  z-index: 9;
  color: #3c75ba;
}
#blog .contact-form .form-input .input-items input {
  width: 100%;
  height: 48px;
  border: 1px solid #3c75ba;
  padding-left: 44px;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
  color: #3c75ba;
  border: none;
  border-bottom: 1px solid;
}
#blog .contact-form .form-input .input-items input:focus-visible {
  outline: none;
  border-color: #3c75ba;
}
#blog .contact-form .form-input .input-items textarea {
  width: 100%;
  height: 48px;
  border: 1px solid #3c75ba;
  padding-left: 44px;
  padding-right: 12px;
  position: relative;
  font-size: 16px;
  color: #3c75ba;
  border: none;
  border-bottom: 1px solid;
}
#blog .contact-form .form-input .input-items textarea:focus-visible {
  outline: none;
  border-color: #3c75ba;
}

#blog::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}

#newsletter-section {
  overflow: hidden;
  padding: 28px 0;
  z-index: 1;
  position: relative;
  margin: -146px 0;
}
#newsletter-section .newsletter-wrapper {
  background: linear-gradient(90deg, #5049E1, #428b8b);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3647058824);
  border-radius: 12px;
  overflow: hidden;
  padding: 30px 35px;
}
#newsletter-section .newsletter-wrapper .newsletter-image-wrapper {
  background: #ffffff;
  border-bottom-right-radius: 200px;
}
#newsletter-section .newsletter-wrapper .newsletter-content-wrapper {
  padding: 18px 12px;
}
#newsletter-section .newsletter-wrapper .newsletter-content-wrapper .section-title {
  margin-bottom: 18px;
}
#newsletter-section .newsletter-wrapper .newsletter-content-wrapper .section-title h4 {
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Poppins-Medium";
  font-size: 22px;
}
#newsletter-section .newsletter-wrapper .newsletter-content-wrapper .section-title h2 {
  color: #ffffff;
  font-size: 37px;
}
#newsletter-section .newsletter-wrapper .newsletter-content-wrapper .section-title p {
  color: #ffffff;
  font-size: 20px;
}
#newsletter-section .newsletter-wrapper .newsletter-form-wrapper form .input-field {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
  position: relative;
}
#newsletter-section .newsletter-wrapper .newsletter-form-wrapper form .input-field input {
  padding: 8px 30px 8px 18px;
  border: none;
}
#newsletter-section .newsletter-wrapper .newsletter-form-wrapper form .input-field .form-submit-btn {
  position: absolute;
  right: 14px;
  top: 8px;
}
#newsletter-section .newsletter-wrapper .newsletter-form-wrapper form .input-field .form-submit-btn input {
  padding: 12px 18px;
  border-radius: 50pc;
  background: #5049E1;
  color: #ffffff;
  border: none;
}

#footer {
  background: #ECF5FF;
  position: relative;
  padding: 132px 0 0;
  margin-top: -123px;
}
#footer .footer-wrapper {
  padding: 50px 16px 0;
}
#footer .footer-wrapper .footer-logo-wrapper img {
  width: 140px;
}
#footer .footer-wrapper .footer-logo-wrapper p {
  color: #000;
  font-size: 16px;
  margin: 24px 0;
}
#footer .footer-wrapper .social-media-links h4 {
  color: #5049E1;
  font-size: 24px;
  text-transform: capitalize;
  font-family: "Poppins-Semibold";
}
#footer .footer-wrapper .social-media-links ul {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  gap: 0 18px;
  list-style-type: none;
}
#footer .footer-wrapper .social-media-links ul li a {
  text-decoration: none;
  color: #1c4980;
  font-size: 32px;
}
#footer .footer-wrapper .footer-menu-links h4 {
  text-transform: capitalize;
  color: #5049E1;
  font-size: 24px;
  margin-bottom: 12px;
  font-family: "Poppins-Semibold";
}
#footer .footer-wrapper .footer-menu-links ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
#footer .footer-wrapper .footer-menu-links ul li {
  margin: 0.5rem 0;
  max-width: 300px;
}
#footer .footer-wrapper .footer-menu-links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: start;
}
#footer .footer-wrapper .footer-menu-links ul li a i {
  padding: 0 10px;
}
#footer .footer-wrapper .footer-menu-links ul li a span {
  color: #5049E1;
}
#footer .footer-wrapper .footer-menu-links ul li a:hover {
  color: #5049E1;
}
#footer .footer-wrapper .footer-contact-links h4 {
  text-transform: capitalize;
  color: #5049E1;
  font-size: 24px;
  margin-bottom: 8px;
  font-family: "Poppins-Semibold";
}
#footer .footer-wrapper .footer-contact-links a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
#footer .footer-wrapper .footer-contact-links img {
  max-width: 289px;
}
#footer .footer-rights-wrapper {
  margin-top: 18px;
  border-top: 1px solid #afafaf;
}
#footer .footer-rights-wrapper .copyrights-wrapper {
  padding: 12px 0;
  display: flex;
  justify-content: center;
}
#footer .footer-rights-wrapper .copyrights-wrapper p {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Poppins-Medium";
  display: flex;
  align-items: center;
  gap: 8px;
}
#footer .footer-rights-wrapper .copyrights-wrapper p a {
  color: inherit;
  text-decoration: none;
  transition: 300ms all ease;
}
#footer .footer-rights-wrapper .copyrights-wrapper p a:hover {
  color: #5049E1;
}

@media screen and (max-width: 991px) {
  section {
    padding: 40px 0;
  }
  #header nav {
    background-color: #fff;
    padding: 0 0 28px 0;
  }
  #header nav .call-btn {
    margin: 20px 0 0;
  }
  #header nav .navbar-collapse {
    padding: 20px 0;
  }
  #home {
    padding-top: 126px;
  }
  #newsletter-section {
    margin: -165px 0;
  }
  #about .about-content {
    max-width: 388px;
  }
}
@media screen and (max-width: 480px) {
  section {
    padding: 34px 0;
  }
  #header nav {
    padding: 10px 0 10px 0;
    align-items: center;
  }
  #header img {
    max-width: 90px;
  }
  #header.sticky img {
    max-width: 90px;
  }
  #home {
    padding-top: 92px;
    background: none;
    padding-bottom: 0;
  }
  #home .header-hero-image {
    padding-top: 26px;
  }
  #home .header-hero-content h2 {
    font-size: 44px;
    line-height: 1.1em;
    text-align: center;
  }
  #home .header-hero-content h4 {
    font-size: 28px;
    text-align: center;
  }
  #home .header-hero-content p {
    font-size: 18px;
    text-align: center;
  }
  #home .header-hero-content .hero-btn {
    text-align: center;
  }
  #about {
    background: none;
    padding-bottom: 60px;
  }
  #clients-section {
    padding-top: 60px;
  }
  #features .single-services .icon-box-badge .badge-text {
    color: #fff;
    padding: 8px 22px;
    border-radius: 0px 0px 0px 15px;
    background-color: #bcbbd1;
  }
  #facts .section-title .title {
    text-align: center;
  }
  #facts .text {
    text-align: center;
    margin-bottom: 0;
  }
  #facts .single-counter {
    height: unset;
    margin: 20px 0px;
  }
  #blog .contact-two .contact-info li {
    padding: 24px 20px;
  }
  #blog .contact-form {
    padding: 44px 20px;
  }
  #testimonial .testimonial-wrapper {
    padding: 18px;
    margin: 20px 10px;
  }
  #newsletter-section .input-field {
    text-align: center;
  }
  #newsletter-section .input-field input {
    text-align: center;
    border: 1px solid #5049E1 !important;
    border-radius: 28px !important;
    width: 100%;
    padding: 8px 18px;
  }
  #newsletter-section .newsletter-wrapper {
    padding: 30px 14px;
  }
  #newsletter-section .newsletter-wrapper .newsletter-content-wrapper {
    padding: 18px 0px;
  }
  #newsletter-section .form-submit-btn {
    margin: 10px;
    position: unset !important;
    text-align: center;
  }
  #footer .footer-wrapper {
    padding: 20px 16px 0;
  }
  #footer .footer-contact-links {
    text-align: center;
  }
  #footer .footer-contact-links img {
    max-width: 200px;
  }
  #footer .footer-rights-wrapper .copyrights-wrapper p {
    font-size: 12px;
  }
  #footer .footer-rights-wrapper .copyrights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 14px;
  }
}
.razorpay-embed-btn {
  height: 35px !important;
}

body {
  padding: 0 !important;
  margin: 0 !important;
}

#rzp-logo img {
  display: none !important;
}/*# sourceMappingURL=style.css.map */