@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: gotu;
  src: url("../fonts/Gotu-Regular.ttf");
}
@font-face {
  font-family: "chronical italic";
  src: url("../fonts/Chronicle-Display-Light-Italic.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --green: #506345;
  --light: #F8F4F2;
  --black: #000;
  --white: #fff;
}

body {
  background: white;
}

li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.main-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 7px;
  background: var(--green);
  padding: 12px 25px;
  outline: none;
  border: none;
  transition: 0.2s ease-in-out;
}
.main-btn:hover {
  background: #3a4732;
}
.main-btn span {
  color: white;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.main-btn.with-icon {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  gap: 12px;
}
.main-btn.with-icon span {
  margin-top: 2px;
}
.main-btn.with-icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-btn.white {
  background: white;
}
.main-btn.white span {
  color: black;
}
.main-btn.white img {
  filter: brightness(0%);
}
.main-btn.border-btn {
  border: 1px solid var(--green);
  background: transparent;
}
.main-btn.border-btn:hover img {
  filter: invert(100%) brightness(500%);
}
.main-btn.border-btn:hover {
  background: var(--green);
}
.main-btn.border-btn:hover span {
  color: white;
}
.main-btn.border-btn span {
  color: var(--green);
}
.main-btn.border-btn.white {
  border-color: white;
}
.main-btn.border-btn.white span {
  color: white;
}
.main-btn.border-btn.white img {
  filter: brightness(1000%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

.para {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 160%;
  color: #1C1C1C;
}
.para.italic {
  font-style: italic;
}

.white {
  color: white !important;
}

.sec-head {
  position: relative;
  margin-bottom: 25px;
}
.sec-head.white h2, .sec-head.white p {
  color: white;
}
.sec-head h2 {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0;
}
.sec-head.sm h2 {
  font-size: 32px !important;
}
.sec-head p.sub {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.sec-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-bottom: 110px;
}

.mt-120 {
  margin-bottom: 120px;
}

.mt-130 {
  margin-bottom: 130px;
}

.mt-140 {
  margin-bottom: 140px;
}

.mt-150 {
  margin-bottom: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-bottom: 110px;
}

.pt-120 {
  padding-bottom: 120px;
}

.pt-130 {
  padding-bottom: 130px;
}

.pt-140 {
  padding-bottom: 140px;
}

.pt-150 {
  padding-bottom: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.main-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: transparent;
  padding: 15px 1.5em;
}
.main-nav .inner-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-nav .inner-nav .l-part {
  position: relative;
  display: flex;
  gap: 3em;
}
.main-nav .inner-nav .l-part .logo {
  position: relative;
  display: block;
}
.main-nav .inner-nav .l-part .logo img {
  width: 120px;
}
.main-nav .inner-nav .r-part {
  position: relative;
}
.main-nav .inner-nav  .nav-list {
  display: flex;
  align-items: center;
  gap: 3em;
}
.main-nav .inner-nav  .nav-list li {
  position: relative;
}
.main-nav .inner-nav  .nav-list li a {
  display: inline-block;
  color: var(--black);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.main-nav .inner-nav .m-part .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
}
.main-nav .inner-nav .m-part .logo img {
  width: 130px;
}

.ot-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ot-list > *:first-child {
  margin-top: -6px !important;
}

.has-dropdown a {
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.menu-btn {
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  display: none;
}
.menu-btn img {
  width: 30px;
}

.mobile-nav {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #161616;
  padding: 1.5em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  transform: translateX(-100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.mobile-nav.active {
  opacity: 1;
  transform: translateX(0px);
}
.mobile-nav .menu-close {
  position: absolute;
  top: 0.7em;
  right: 1.5em;
  z-index: 5;
  background: transparent;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
.mobile-nav .menu-close img {
  width: 15px;
  height: 15px;
}
.mobile-nav .nav-list li a {
  color: white;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .nav-list li a img {
  filter: invert(100%);
}

.cc-card {
  width: 100%;
  position: relative;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cc-card-header {
  padding: 10px 20px;
  background: var(--knightblue);
}
.cc-card-header h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 0;
}
.cc-card-body {
  padding: 1em;
}

.sec {
  padding: 6em 0px;
}

.label-text {
  color: #11142D;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 600;
}

.form-group {
  width: 100%;
  margin-bottom: 15px;
}
.form-group .select-group {
  position: relative;
}
.form-group .select-group select {
  width: 100%;
  position: relative;
  padding: 12px 15px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #DBD7F4;
  background: #F7F7FC;
  cursor: pointer;
  border-radius: 8px !important;
}
.form-group .select-group img {
  position: absolute;
  top: 50%;
  right: 1em;
  pointer-events: none;
  transform: translateY(-50%);
  width: 13px;
}

.custom-radio {
  position: relative;
}
.custom-radio input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.custom-radio input:checked ~ label span {
  color: var(--royalblue);
}
.custom-radio input:checked ~ label::before {
  transform: translateY(-50%) scale(0.6);
  opacity: 1;
}
.custom-radio input:checked ~ label::after {
  border: 1px solid var(--knightblue);
}
.custom-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 28px;
}
.custom-radio label span {
  font-size: 14px;
  font-weight: 600;
  color: #636363;
}
.custom-radio label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #F7F7FC;
  border: 1px solid #DBD7F4;
  border-radius: 50%;
}
.custom-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 20px;
  border-radius: 50%;
  z-index: 5;
  height: 20px;
  background: var(--knightblue);
  opacity: 0;
  transition: 0.15s ease-in-out;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.custom-checkbox input:checked ~ label span {
  color: var(--royalblue);
}
.custom-checkbox input:checked ~ label::before {
  opacity: 1;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
}
.custom-checkbox label span {
  font-size: 14px;
  font-weight: 600;
  color: #636363;
}
.custom-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #F7F7FC;
  border: 1px solid #DBD7F4;
  border-radius: 4px;
}
.custom-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  border-radius: 4px;
  z-index: 5;
  height: 24px;
  background: url(../images/tick.svg) center/50% 50% no-repeat var(--knightblue);
  opacity: 0;
}

.cus-radios-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.cus-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.searchbar-wrapper {
  width: 100%;
  position: relative;
}
.searchbar-wrapper > img {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.searchbar-wrapper input {
  padding: 12px 15px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid #DBD7F4;
  background: #F7F7FC;
  cursor: pointer;
  border-radius: 8px !important;
  width: 100%;
  padding-left: 3.5em;
}

.hm-header {
  overflow: hidden;
  position: relative;
}

.header-con {
  padding-right: 1.5em;
  max-width: 500px;
}
.header-con h1 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  margin-bottom: 20px;
}
.header-con .quote {
  position: relative;
  margin-top: 5em;
}
.header-con .quote .symbol {
  margin-bottom: 15px;
}
.header-con .quote .sign {
  max-width: 100%;
}

.bn-c {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.banner-btm-sec {
  padding: 4em 0px;
  background: #ECDFC6;
}

.sp-con {
  max-width: 500px;
}

.home-sec {
  overflow: hidden;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  -moz-column-gap: 85px;
       column-gap: 85px;
  row-gap: 50px;
  margin-top: 3em;
}

.team-sec {
  overflow: hidden;
  position: relative;
}

.team-card {
  width: 100%;
}
.team-card .team-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  margin-bottom: 0.95em;
}
.team-card .team-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 70%;
  background: url(../images/gold-leaf.png) right/contain no-repeat;
  transform: translateX(15%) translateY(-10%);
  z-index: -1;
}
.team-card .team-img img {
  width: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-card .team-con {
  position: relative;
}
.team-card .team-con h3 {
  font-size: 32px;
  margin-bottom: 0;
}
.team-card .team-con p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 20px;
}

.sig-wrapper {
  display: flex;
  align-items: center;
}
.sig-wrapper img {
  width: 100px;
}
.sig-wrapper .dt {
  border-left: 1px solid #383838;
  padding-left: 15px;
  margin-left: 15px;
}
.sig-wrapper .dt h5 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
.sig-wrapper .dt p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}

.des-sec {
  position: relative;
}
.des-sec > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  z-index: -1;
}

.des-con p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 1.35em;
}

.des-img {
  width: 100%;
}
.des-img img {
  width: 100%;
}

.parallax-wrapper {
  width: 100%;
  position: relative;
}
.parallax-wrapper img {
  width: 100%;
}

.gallery-wrapper {
  position: relative;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  display: grid;
  margin-top: 2em;
}
@media (max-width: 991px) {
  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .gallery-wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .gallery-wrapper .g-img {
    padding-top: 75% !important;
  }
  .gallery-wrapper .g-img:nth-child(1) {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
  .gallery-wrapper .g-img:last-child {
    grid-column: span 1 !important;
  }
}
.gallery-wrapper .g-img {
  position: relative;
  padding-top: 88%;
}
.gallery-wrapper .g-img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  padding-top: 100%;
}
.gallery-wrapper .g-img:last-child {
  grid-column: span 2;
  padding-top: 45%;
}
.gallery-wrapper .g-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.book-sec {
  position: relative;
  padding: 5.3em 0px;
  background: url(../images/book-bg.png) center/cover no-repeat;
}

.footer-area {
  padding: 8em 0px;
  background: #161616;
}
.footer-area .para {
  color: white;
}

.ft-col {
  border-right: 1px solid white;
  height: 100%;
  padding: 0px 2em;
}

.ft-list {
  position: relative;
}
.ft-list.flex {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.ft-list.flex li a {
  font-size: 14px;
}
.ft-list li a, .ft-list li span {
  display: inline-block;
  padding: 0.8em 0px;
  color: rgb(255, 255, 255) !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.ft-list li{
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: rgb(255, 255, 255) !important;
}

.ft-para {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 160%;
}

.ft-logo {
  display: inline-block;
  margin-bottom: 1.5em;
  width: 100%;
  max-width: 250px;
}
.ft-logo img {
  width: 100%;
}

.ft-bottom {
  display: flex;
  justify-content: space-between;
  padding: 1.2em 0px;
  border-top: 1px solid #A9815A;
  margin-top: 5em;
}

.heading {
  font-size: 62px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.inner-page-header {
  padding: 4em 0px;
  position: relative;
}
.inner-page-header > img {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 150px;
}

.cc-accordion .accordion-item {
  border: 1px solid var(--green) !important;
  border-radius: 7px !important;
  background: white !important;
  margin-bottom: 15px;
}
.cc-accordion .accordion-item .accordion-button {
  position: relative;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: white !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  color: black !important;
  border-radius: 7px !important;
}
.cc-accordion .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(45deg) !important;
}
.cc-accordion .accordion-item .accordion-button::after {
  background: url(../images/plus-acc.svg) center/contain no-repeat !important;
}
.cc-accordion .accordion-item .accordion-body {
  outline: none !important;
  border: none !important;
  border-radius: 7px !important;
  padding-top: 0 !important;
}
.cc-accordion .accordion-item .accordion-body .para {
  margin-bottom: 0 !important;
}

.team-det-wrapper {
  position: relative;
}
.team-det-wrapper .sec-head {
  margin-bottom: 15px !important;
}
.team-det-wrapper .cc-accordion {
  margin-top: 25px;
}

.team-det-sec {
  padding: 3.5em 0px;
}

.ab-header {
  position: relative;
}
.ab-header > .leaf {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
}
.ab-header .header-img {
  position: relative;
}
.ab-header .header-img .cc-kn {
  position: absolute;
  bottom: 3em;
  right: 0;
  transform: translateX(50%);
  width: 130px;
  height: 130px;
}

.head-quote {
  position: relative;
  padding-left: 35px;
  margin-top: 28px !important;
}
.head-quote p {
  font-family: "chronical italic";
  font-size: 24px;
  padding-left: 18px;
  border-left: 3px solid var(--green);
}

.ab-bn-con {
  position: relative;
}

.ch-sec-head {
  position: relative;
  font-family: "chronical italic";
  font-size: 52px;
}
.ch-sec-head.white {
  color: white;
}

.ab-bn-sec {
  padding: 5em 0px;
  background: url(../images/ab-bn-bg.png) center/cover no-repeat;
}

.ab-text-sec {
  padding: 5em 0px;
}

.video-wrapper {
  position: relative;
  padding-top: 56.24%;
  overflow: hidden;
}
.video-wrapper > * {
  position: absolute;
}
.video-wrapper button {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  border: none;
  background: transparent;
  box-shadow: none;
  width: 85px;
  height: 85px;
  z-index: 5;
  transition: 0.2s ease-in;
}
.video-wrapper button:hover {
  transform: translate(-50%, -50%) scale(1.15);
}
.video-wrapper button img {
  width: 100%;
}
.video-wrapper > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ab-video-sec {
  position: relative;
  padding: 3em 0px;
  padding-bottom: 6em !important;
}
.ab-video-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #ECDFC6;
  z-index: -1;
}

.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
}
.breadcrumbs li {
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  font-weight: 300;
  font-size: 16px;
  color: black;
  display: inline-block;
  margin-left: 10px;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 10px;
}
.breadcrumbs li a {
  color: black;
  font-size: 16px;
  font-weight: 300;
}

.srv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -moz-column-gap: 85px;
       column-gap: 85px;
  row-gap: 50px;
  margin-bottom: 5em;
}
.srv-grid .srv-wrapper {
  position: relative;
}
.srv-grid .srv-wrapper .srv-img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.srv-grid .srv-wrapper .srv-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.srv-grid .srv-wrapper h3 {
  text-align: center;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  color: black;
  text-decoration: none !important;
}

.srv-single-header {
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.srv-single-header > img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
}
.srv-single-header .srv-single-img {
  width: 100%;
  position: relative;
}
.srv-single-header .srv-single-img img {
  width: 100%;
}

.srv-single-con {
  padding-right: 1.5em;
  max-width: 500px;
}

.srv-con-container {
  padding: 5em 0px;
  position: relative;
}

.s-cta-wrapper {
  padding: 5em 0px;
  background: url(../images/leaf-bg.png) center/cover no-repeat #ECDFC6;
}

.ct-wr {
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 15px 20px;
  border-radius: 100px;
  margin: 0 auto;
}
.ct-wr .ct {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px 15px;
}
.ct-wr .ct:first-child {
  padding-left: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.ct-wr .ct span {
  font-weight: 300;
}
.ct-wr .ct span b {
  font-weight: 400;
}

.pt-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.pt-list li {
  position: relative;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0.7em 0px;
  padding-left: 65px;
}
.pt-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../images/tick.svg) center/50% 50% no-repeat #fff;
  border-radius: 50%;
}

.pt-img {
  width: 100%;
}
.pt-img img {
  width: 100%;
}

.pt-sec {
  overflow: hidden;
  position: relative;
  padding-bottom: 5em;
}

.pt-con {
  padding-right: 1.5em;
}

.pricing-header {
  padding: 5em 0px;
  padding-bottom: 2em;
  position: relative;
}
.pricing-header > img {
  position: absolute;
  bottom: 0;
  transform: translateY(15%);
  width: 100%;
  max-width: 250px;
  left: 5em;
  pointer-events: none;
}

.pricing-head {
  width: 100%;
  padding-top: 25%;
  position: relative;
  overflow: hidden;
}
.pricing-head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 65px;
       column-gap: 65px;
  row-gap: 20px;
}
.pricing-grid .pricing-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.95em 0px;
}
.pricing-grid .pricing-wrapper .l-part {
  position: relative;
}
.pricing-grid .pricing-wrapper .l-part h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: black;
  margin-bottom: 8px;
}
.pricing-grid .pricing-wrapper .l-part p {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}
.pricing-grid .pricing-wrapper .r-part {
  position: relative;
}
.pricing-grid .pricing-wrapper .r-part p {
  color: #F47F40;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 0px;
}

.contact-header {
  position: relative;
}
.contact-header > img {
  left: unset;
  right: 0;
}

.con-card {
  background: rgba(255, 255, 255, 0.6);
  padding: 2.3em 2em;
  height: 100%;
}
.con-card .con-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  row-gap: 48px;
}

.con-head {
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 2em;
}
.con-head.center h2, .con-head.center p {
  text-align: center;
}
.con-head.center:after {
  display: none;
}
.con-head h2 {
  font-size: 32px;
}
.con-head p {
  font-size: 16px;
  margin-bottom: 0;
  color: black;
  font-family: "Poppins", sans-serif;
}
.con-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 2px;
  background: #F47F40;
}

.con-wrapper {
  position: relative;
}
.con-wrapper h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.con-wrapper p {
  margin-bottom: 0;
  font-weight: 300;
  color: #303030;
  font-size: 16px;
  line-height: 140%;
}
.con-wrapper p .big {
  font-size: 18px;
  color: black;
  font-family: "Poppins", sans-serif;
}
.con-wrapper p a {
  color: black;
  font-family: "Poppins", sans-serif;
  transition: 0.2s ease-in-out;
}
.con-wrapper p a:hover {
  color: #F47F40;
}
.con-wrapper p .note {
  font-weight: 500;
  color: #ED1C1C;
}

.con-ex-det-container {
  position: relative;
  padding: 3.5em 0px;
}

.con-ex-det-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
  margin-top: 35px;
}
.con-ex-det-wrapper .con-wrapper:not(:first-child) {
  padding: 0.5em 1.5em;
}

.con-map {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}
.con-map > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.con-card-sec {
  overflow: hidden;
  padding-bottom: 5em;
}

.main-header {
  position: relative;
  background: rgb(255, 243, 243);
}
.main-header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-header .container {
  position: relative;
  z-index: 5;
}
@media (min-width: 767px) {
  .main-header .banner-content {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .main-header .banner-content {
    padding-top: 6em !important;
    padding-bottom: 1em !important;
  }
}
.main-header .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4em 0px;
}
.main-header .banner-content h1 {
  font-weight: 700;
}
.main-header .linked-in-line {
  position: absolute;
  left: 1em;
  top: 110px;
  height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 5;
  align-items: center;
}
@media (max-width: 767px) {
  .main-header .linked-in-line {
    display: none;
  }
}
.main-header .linked-in-line .circle {
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid white;
}
.main-header .linked-in-line .line {
  width: 1px;
  flex: 1;
  background: white;
}
.main-header .linked-in-line a {
  background: black;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .linked-in-line a i {
  color: white;
  font-size: 16px;
}

.moment-sec {
  background: #E8E8E4;
}

.sec-head {
  font-size: 36px;
  font-weight: 700;
}

.red-dot {
  color: #FF0047;
}

.moment-illus {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.moment-illus svg {
  width: 100%;
  height: auto;
  max-width: 700px;
}

.logo-grid-wrapper {
  position: relative;
  margin-top: 50px;
}
.logo-grid-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
  z-index: 3;
}

.sanjay-cv-sec {
  position: relative;
}
.sanjay-cv-sec > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sanjay-cv-sec > .container {
  position: relative;
  z-index: 5;
}

.sub-head {
  color: #C61A1D;
  font-size: 22px;
  font-weight: 500;
}

.srv-banner {
  position: relative;
  background: #CCDFDF;
  padding-top: 150px;
  padding-bottom: 80px;
}
.srv-banner .banner-content {
  min-height: calc(100vh - 500px);
}

.srv-list {
  padding-left: 1.5em !important;
}
.srv-list li {
  font-weight: 500;
  font-size: 16px;
  list-style: disc !important;
}

.s-head {
  font-size: 22px;
  color: #C61A1D;
  font-weight: 600;
}

.srv-sec:nth-child(even) {
  background: #E8EDF1;
}

.work-banner {
  position: relative;
  background: #D8D5CE;
  padding-top: 14em;
  padding-bottom: 5em;
}
.work-banner .banner-content {
  height: auto !important;
  min-height: 0px !important;
  padding-top: 0em !important;
  margin-bottom: -10em;
}
.work-banner .srv-banner-img {
  margin-top: -5em;
}

.contact-banner {
  position: relative;
  background: #CCDFDF;
  padding-top: 8em;
  padding-bottom: 5em;
}
.contact-banner .banner-content {
  height: auto !important;
  min-height: 0px !important;
  padding-top: 0em !important;
  margin-top: -10em;
}
.contact-banner .srv-banner-img {
  margin-bottom: 0em;
}

.how-sec {
  position: relative;
}
.how-sec > .container {
  position: relative;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}
.form-group .inp-grp input, .form-group .inp-grp textarea {
  border: none !important;
  outline: none !important;
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid #231F20 !important;
}
.form-group .inp-grp input::-moz-placeholder, .form-group .inp-grp textarea::-moz-placeholder {
  color: #DEDFE0;
  font-size: 16px;
  opacity: 1 !important;
}
.form-group .inp-grp input::placeholder, .form-group .inp-grp textarea::placeholder {
  color: #DEDFE0;
  font-size: 16px;
  opacity: 1 !important;
}

.main-btn.gray-btn {
  border-radius: 0px !important;
  background: #EAEAEA !important;
}
.main-btn.gray-btn span {
  color: #C61A1D !important;
}

.sec-head.sub {
  color: #C61A1D !important;
  font-weight: 400 !important;
}

.con-det-wrap {
  border-bottom: 1px solid #231F20;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.con-det-wrap p {
  font-size: 28px;
  margin-bottom: 10px;
}

.home-header {
  position: relative;
  background: #CDDFDF;
}

.home-banner-img {
  margin-top: 2em;
}

.row-gap-25 {
  row-gap: 25px;
}

@media (max-width: 767px) {
  .ft-logo {
    width: 150px;
  }
  .ft-col {
    border: none !important;
  }
}/*# sourceMappingURL=main.css.map */

.lg-swiper .swiper-pagination {
  bottom: 0px !important;
}

.lg-swiper {
  padding-bottom: 35px !important;
}
.lg-img {
  position: relative;
  /* background: #eeeeee; */
  padding-top: 30%;
}

.icon-grid-area{
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 20px;
}
@media(max-width: 600px){
.icon-grid-area{
  grid-template-columns: 1fr;
}
}
.icon-wrap{
padding: 30px 20px;
border: 1px solid white;
}
.icon-wrap h3{
text-align: center;
font-size: 22px !important;
}
.icon-wrap h3 span{
color: #C61A1D;
}
.icon-wrap img{
width: 80px !important;
display: block;
margin: 0 auto;
margin-bottom: 20px;
}
.icon-wrap a{
font-size: 14px;
font-weight: 400;
color: black;
padding: 2px 4px;
border-bottom: 1px solid #C61A1D !important;
display: block !important;
margin: 0 auto;
max-width: max-content;
margin-top: 12px;
}
.nav-list li:nth-child(1){
display: none !important;
}
.nav-list li:nth-last-child(-n+2) {
display: none !important;
}
@media(min-width: 768px){
.main-header .banner-content{
  padding-bottom: 12em !important;
}
}
.lg-img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}