@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}

.primaryBg {
  background: #2A2665 !important;
}

.secondaryBg {
  background: #235EFC !important;
}

.lightBg {
  background: #F0F0F0 !important;
}

.whiteBg {
  background: #ffffff !important;
}

.white_color {
  color: #ffffff !important;
}

.black_color {
  color: #000000 !important;
}

.primary_color {
  color: #2A2665 !important;
}

h1 {
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

h2 {
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 500;
}

h3 {
  margin-bottom: 0;
  font-size: 26px;
}

h4 {
  margin-bottom: 0;
  font-size: 22px;
}

h5 {
  margin-bottom: 0;
  font-size: 20px;
}

h6 {
  margin-bottom: 0;
  font-size: 18px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #161519;
  text-decoration: none;
  list-style: none;
}

ol {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #161519;
  padding-left: 10px;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #161519;
}

i {
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #161519;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
a:hover {
  color: #2A2665;
}

.fontSize14 {
  font-size: 14px;
}

body {
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

form .form-group {
  position: relative;
  margin-bottom: 20px;
}
form .form-group label {
  font-weight: 500;
  margin-bottom: 7px;
  font-size: 14px;
}
form .form-group .form-control {
  margin-bottom: 0;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cfcaca;
  font-size: 15px;
  color: #000000;
  line-height: 25px;
  font-weight: 400;
  padding: 12px 20px;
}
form .form-group .form-control:focus {
  box-shadow: none;
}
form .form-group .form-control::placeholder {
  color: #A0A0A0;
  opacity: 1;
}
form .form-group .form-control:-ms-input-placeholder {
  color: #A0A0A0;
}
form .form-group .form-control::-ms-input-placeholder {
  color: #A0A0A0;
}
form .form-group .invalid {
  margin-top: 5px;
  font-size: 12px;
  color: red;
}
form .form-group textarea.form-control {
  resize: none;
  height: 150px;
}

/* 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;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 10px;
}
html::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #CECEC5;
}
html::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #000000;
  opacity: 1;
}

.btn-close {
  box-shadow: none;
  outline: none;
  border: 0;
}

.position-relative {
  z-index: 1;
}

@media (max-width: 1699.98px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 1499.98px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 766.98px) {
  h1 {
    font-size: 25px;
  }
}
.topSection {
  background: #2A2665;
  color: #ffffff;
  padding: 10px 0;
}
.topSection p, .topSection a {
  line-height: 1.2;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.topSection .info {
  display: flex;
  align-items: center;
  justify-content: end;
  grid-gap: 30px;
}
.topSection .info a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.topSection .info a svg {
  width: 15px;
}
.topSection .info a:hover {
  color: #EF3E3B;
}

@media (max-width: 991.98px) {
  .topSection {
    display: none;
  }
}
.header {
  background: #ffffff;
  padding: 20px 0;
}
.header .headNav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
}
.header .headNav .logo {
  display: flex;
  align-items: center;
  width: 200px;
}
.header .headNav .btnWrapper {
  padding: 0px 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: end;
}
.header .headNav .btnWrapper .btnN {
  padding: 10px 17px;
  border-radius: 5px;
  background: #2A2665;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.header .headNav .btnWrapper .btnN svg, .header .headNav .btnWrapper .btnN img {
  width: 12px;
}
.header .headNav .btnWrapper .btnN:hover {
  background: #EF3E3B;
}
.header .headNav .btnWrapper .btnN02 {
  background: #00C950;
}
.header .headNav .btnWrapper .btnN02:hover {
  background: #FDC700;
}

@media (max-width: 991.98px) {
  .header .headNav .logo {
    width: 170px;
  }
  .header .headNav .btnWrapper {
    grid-gap: 10px;
  }
}
@media (max-width: 525.98px) {
  .header .headNav .logo {
    width: 150px;
  }
  .header .headNav .btnWrapper .btnN span {
    display: none;
  }
}
.hero {
  padding: 100px 0;
  background: linear-gradient(296.74deg, #1447E2 21.7%, #1C3A93 90.75%);
}
.hero h6 {
  color: #2A2665;
  background: #FDC700;
  padding: 5px;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 7px;
  font-weight: 400;
}
.hero .heroGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin: 40px 0 0;
}
.hero .heroGrid .item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 25px;
  flex-direction: column;
  background: rgba(253, 253, 253, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 15px;
  border: 1px solid #ffffff;
}
.hero .heroGrid .item h2 {
  font-weight: 700;
  color: #ffffff;
  color: #FDC700;
}
.hero .heroGrid .item h6 {
  background: transparent;
  color: #ffffff;
  margin-top: 5px;
  font-size: 14px;
}
.hero .btnWrapper {
  padding: 0px 0;
  display: flex;
  align-items: center;
  grid-gap: 20px;
  margin: 40px 0 0;
}
.hero .btnWrapper .btnN {
  padding: 15px 35px;
  border-radius: 15px;
  background: #FDC700;
  color: #ffffff;
  line-height: 1.5;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.hero .btnWrapper .btnN svg {
  width: 12px;
}
.hero .btnWrapper .btnN:hover {
  background: #EF3E3B;
}
.hero .btnWrapper .btnN02 {
  background: #00C950;
}
.hero .btnWrapper .btnN02 svg {
  width: 15px;
}
.hero .btnWrapper .btnN02:hover {
  background: #2A2665;
}
.hero .formBox {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 30px;
}
.hero .formBox h3 {
  color: #2A2665;
}
.hero .formBox p {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 35px;
}
.hero .formBox .primary_btn {
  background: #2A2665;
  padding: 15px 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  border-radius: 10px;
  outline: none;
  border: 0;
  color: #ffffff;
}
.hero .formBox .primary_btn:hover {
  background: #EF3E3B;
}

@media (max-width: 1399.98px) {
  .hero {
    padding: 80px 0;
  }
  .hero .formBox {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 991.98px) {
  .hero {
    padding: 60px 0;
  }
  .hero .heroGrid {
    grid-gap: 10px;
  }
  .hero .heroGrid .item {
    padding: 20px 15px;
  }
  .hero .formBox {
    padding: 30px 15px;
  }
}
@media (max-width: 399.98px) {
  .hero .heroGrid {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }
  .hero .heroGrid .item {
    padding: 20px 15px;
  }
}
.core {
  background: #F9FAFB;
  padding: 100px 0;
}
.core h2 {
  text-align: center;
  color: #2A2665;
  font-weight: 700;
}
.core p {
  text-align: center;
}
.core .coreCard {
  background: #ffffff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 35px;
  border-radius: 15px;
  height: 100%;
}
.core .coreCard img {
  width: 50px;
  margin-bottom: 30px;
}
.core .coreCard h5 {
  font-weight: 600;
  color: #2A2665;
}
.core .coreCard p {
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

@media (max-width: 1399.98px) {
  .core {
    padding: 80px 0;
  }
}
@media (max-width: 1299.98px) {
  .core .coreCard {
    padding: 30px 25px;
  }
}
@media (max-width: 1199.98px) {
  .core .coreCard {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .core {
    padding: 60px 0;
  }
}
.why {
  background: #ffffff;
  padding: 100px 0;
}
.why .whyList {
  margin-top: 25px;
}
.why .whyList .item {
  margin-top: 30px;
  display: flex;
  align-items: start;
  grid-gap: 15px;
}
.why .whyList .item img {
  width: 40px;
  flex-shrink: 0 !important;
}
.why .whyList .item h5 {
  font-weight: 600;
  color: #2A2665;
}
.why .whyList .item p {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
  color: #000;
}
.why .whyCard {
  background: linear-gradient(296.74deg, #1447E2 21.7%, #1C3A93 90.75%);
  padding: 40px;
  width: 100%;
  border-radius: 20px;
}
.why .whyCard h3 {
  color: #ffffff;
}
.why .whyCard ul {
  margin-top: 30px;
  margin-bottom: 30px;
}
.why .whyCard ul li {
  color: #ffffff;
  display: flex;
  align-items: start;
  position: relative;
  grid-gap: 17px;
  margin: 10px 0 0;
  padding: 0;
  font-weight: 400;
}
.why .whyCard ul li::before {
  content: "";
  flex-shrink: 0 !important;
  position: relative;
  width: 18px;
  top: 5px;
  height: 18px;
  background: url("../images/tick.png") no-repeat;
  background-size: cover;
}
.why .whyCard .btnN {
  padding: 15px 20px;
  border-radius: 10px;
  background: #2A2665;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  grid-gap: 10px;
}
.why .whyCard .btnN svg, .why .whyCard .btnN img {
  width: 12px;
}
.why .whyCard .btnN:hover {
  background: #EF3E3B;
}
.why .whyCard .btnN02 {
  background: #00C950;
}
.why .whyCard .btnN02:hover {
  background: #FDC700;
}

@media (max-width: 1399.98px) {
  .why {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .why {
    padding: 60px 0;
  }
  .why .whyCard {
    padding: 30px;
  }
}
@media (max-width: 575.98px) {
  .why .whyCard {
    padding: 30px 15px;
  }
}
.work {
  background: #F9FAFB;
  padding: 100px 0;
}
.work h2 {
  text-align: center;
  color: #2A2665;
  font-weight: 700;
}
.work p {
  text-align: center;
}
.work .imgBox {
  border-radius: 20px;
  overflow: hidden;
}
.work .primary_btn {
  border: 2px solid #2A2665;
  color: #2A2665;
  padding: 12px 25px;
  border-radius: 15px;
}
.work .primary_btn:hover {
  background: #2A2665;
  color: #ffffff;
}

@media (max-width: 1399.98px) {
  .work {
    background: #F9FAFB;
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .work {
    background: #F9FAFB;
    padding: 60px 0;
  }
}
.reviews {
  padding: 100px 0;
}
.reviews .reviewsD {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
.reviews .reviewsD p {
  font-size: 14px;
}
.reviews .my-rating-readonly {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews .my-rating-readonly .jq-star {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0px;
}
.reviews .my-rating-readonly .jq-star .jq-star-svg {
  margin: 0;
  padding: 0;
}
.reviews .rateCount {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: center;
}
.reviews .rateCount p {
  line-height: 1.2;
}
.reviews .slick-slide {
  padding: 10px;
}
.reviews .slick-list {
  margin: 0 -10px;
  display: flex;
}
.reviews .slick-track {
  display: flex;
  height: auto;
  padding: 15px 0;
}
.reviews div {
  height: 100%;
}
.reviews .testimonialCard {
  padding: 30px 25px;
  background: #F9FAFB;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  grid-gap: 25px;
  height: 100%;
}
.reviews .testimonialCard p {
  font-size: 14px;
}
.reviews .testimonialCard .proBox {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  width: 100%;
}
.reviews .testimonialCard .proBox .pt {
  width: 50px;
  height: 50px;
  flex-shrink: 0 !important;
  border-radius: 100%;
  background: #2A2665;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews .testimonialCard .proBox .pt h5 {
  color: #ffffff;
  line-height: 1.3;
}
.reviews .testimonialCard .proBox h6 {
  font-size: 16px;
}
.reviews .testimonialCard .proBox p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 1399.98px) {
  .reviews {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .reviews {
    padding: 60px 0;
  }
  .reviews .testimonialCard {
    padding: 25px 15px;
  }
}
.clients {
  padding: 100px 0;
  background: #F9FAFB;
}
.clients .clientsWrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-top: 40px;
}
.clients .clientsWrapper .item {
  background: #F9FAFB;
  border: 1px solid #E5E5E5;
}

@media (max-width: 1399.98px) {
  .clients {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .clients {
    padding: 60px 0;
  }
  .clients .clientsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .clients .clientsWrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 399.98px) {
  .clients .clientsWrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
.cta {
  background: linear-gradient(296.74deg, #1447E2 21.7%, #1C3A93 90.75%);
  padding: 100px 0;
}
.cta .btnWrapper {
  padding: 0px 0;
  display: flex;
  align-items: start;
  justify-content: start;
  grid-gap: 20px;
  flex-direction: column;
  margin: 30px 0 0;
}
.cta .btnWrapper .btnN {
  padding: 20px 30px;
  border-radius: 10px;
  background: #2A2665;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 600;
  grid-gap: 10px;
}
.cta .btnWrapper .btnN svg, .cta .btnWrapper .btnN img {
  width: 12px;
}
.cta .btnWrapper .btnN:hover {
  background: #EF3E3B;
}
.cta .btnWrapper .btnN01 {
  background: #FDC700;
  color: #000000;
}
.cta .btnWrapper .btnN01 svg path {
  fill: #000000;
}
.cta .btnWrapper .btnN01:hover {
  background: #2A2665;
  color: #ffffff;
}
.cta .btnWrapper .btnN01:hover svg path {
  fill: #ffffff;
}
.cta .btnWrapper .btnN02 {
  background: #00C950;
}
.cta .btnWrapper .btnN02:hover {
  background: #FDC700;
}
.cta .btnWrapper .btnN03 {
  background: rgba(253, 253, 253, 0.2);
  backdrop-filter: blur(2px);
  border: 1px solid #fff;
}
.cta .btnWrapper .btnN03:hover {
  background: #FDC700;
}
.cta .formBox {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 30px;
}
.cta .formBox h3 {
  color: #2A2665;
}
.cta .formBox p {
  color: #000000;
  margin-top: 5px;
  margin-bottom: 35px;
}
.cta .formBox .primary_btn {
  background: #2A2665;
  padding: 15px 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  border-radius: 10px;
  outline: none;
  border: 0;
  color: #ffffff;
}
.cta .formBox .primary_btn:hover {
  background: #EF3E3B;
}

@media (max-width: 1399.98px) {
  .cta {
    padding: 80px 0;
  }
  .cta .formBox {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
  }
}
@media (max-width: 991.98px) {
  .cta {
    padding: 60px 0;
  }
  .cta .formBox {
    padding: 30px 15px;
  }
}
.footer {
  background: #162556;
  padding: 50px 0;
  text-align: center;
}
.footer .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .locationInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 25px;
  position: relative;
  margin-top: 30px;
  flex-wrap: wrap;
  grid-row-gap: 15px;
}
.footer .locationInfo .item {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 25px;
  color: #ffffff;
}
.footer .locationInfo .item span {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.footer .locationInfo .item:hover span {
  color: #EF3E3B;
}
.footer .locationInfo .item::after {
  content: "|";
  display: block;
  margin: 0;
  padding: 0;
}
.footer .locationInfo .item:last-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .smBoxHide {
    display: none !important;
  }
}
.thanks {
  background: #ffffff;
  padding: 100px 0;
}

@media (max-width: 1399.98px) {
  .thanks {
    padding: 80px 0;
  }
}
@media (max-width: 991.98px) {
  .thanks {
    padding: 60px 0;
  }
}

/*# sourceMappingURL=newLand.css.map */
