@font-face {
  font-family: inter-18-light;
  src: url('./font/Inter_18pt-Light.ttf') format("Opentype")
}

@font-face {
  font-family:inter-24-light;
  src: url('./font/Inter_24pt-Light.ttf') format("Opentype");
}
@font-face {
  font-family:inter-18-regular;
  src: url('./font/Inter_18pt-Regular.ttf') format("Opentype");
}
@font-face {
  font-family:inter-24-regular;
  src: url('./font/Inter_24pt-Regular.ttf') format("Opentype");
}
body {
  /* font-family: "Poppins", sans-serif; */
  color: #0c0c0c;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* text-align: center; */
}

.heading_container h2 {
  font-family:inter-24-light !important;
  position: relative;
  font-weight: bold;
  margin-right: 10px;
}

.heading_container img {
  width: 30px;
}

/*header section*/
.hero_area {
  height: 98vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F8F6E7;
}

.sub_page .hero_area {
  height: auto;
}

.header_section .container {
  padding: 0;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  font-family:inter-18-regular;
  padding: 7px 20px;
  margin: 10px 15px;
  color: #f5f0f0;
  text-align: center;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 15px;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link, .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  background-color: #f6f4fa;
  color: #141212;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  margin-right: 5px;
  width: 35px;
}

.navbar-brand span {
  font-size: 22px;
  font-weight: 700;
  color: #bbaecf;
}

.custom_nav-container {
  z-index: 99999;
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #190734;
  margin: 7px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  color: #3b3a3a;
  padding-bottom: 90px;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail_box {
  font-family:inter-24-light !important;
  color: #000000;
}

.slider_section .detail_box h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.slider_section .detail_box p {
  font-family:inter-18-regular;
  margin-top: 20px;
}

.slider_section .detail_box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #4b208c;
  color: #ffffff;
  border-radius: 35px;
  margin-top: 35px;
}

.slider_section .detail_box a:hover {
  background-color: #5625a1;
}

.slider_section .img_container {
  border: 7px solid #C3A96A !important;
  border-radius: 100%;
  overflow: hidden;
}

.slider_section .img_container div#carouselExampleContarols {
  width: 100%;
  position: unset;
}

.slider_section .img_container .img-box img {
  width: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  top: initial;
  left: initial;
  bottom: 5%;
  right: 10%;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  background-color: #ffffff;
  -webkit-transform: translate(-85px, 30px);
          transform: translate(-85px, 30px);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  background-color: #C3A96A;
  -webkit-transform: translate(-45px, 0);
          transform: translate(-45px, 0);
}

.service_section {
  text-align: center;
}

.service_section .heading_container {
  font-family:inter-24-light !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service_section .service_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service_section .service_container .box {
  margin: 25px 1%;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  padding: 35px 25px 25px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-top: 15px solid transparent;
  overflow: hidden;
  -webkit-transition: all .1s;
  transition: all .1s;

}

.service_section .service_container .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
}

.service_section .service_container .box .img-box img {
  width: 90px;
}

.service_section .service_container .box .detail-box {

  margin-top: 25px;
}

.service_section .service_container .box .detail-box h5 {
  color: #2e0e5f;
  font-family:inter-24-light !important;
  font-weight: 600;
  position: relative;
}
.detail-box h3 {
  font-family:inter-24-light !important;
  font-weight: 600;
}
.service_section .service_container .box:hover, .service_section .service_container .box.active {
  border-top: 15px solid #C3A96A;
}
.service_container .box:hover{
  transform: scale(1.1);
}
.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #4b208c;
  color: #ffffff;
  border-radius: 35px;
}

.service_section .btn-box a:hover {
  background-color: #5625a1;
}

.about_section {
  background-color: #f3f0f6;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about_section .img_container .img-box {
  border: 5px solid #C3A96A;
  border-radius: 100%;
  overflow: hidden;
}

.about_section .img_container .img-box.b1 {
  width: 70%;
}

.about_section .img_container .img-box.b2 {
  width: 50%;
  margin-left: auto;
  margin-top: -12%;
}

.about_section .img_container .img-box img {
  width: 100%;
}
.detail-box h5{
  font-family:inter-24-light !important;
}
 
.detail-box p{
  font-family:inter-18-regular !important;
}
.heading_container h2{
  font-family:inter-24-light !important;
}
.about_section .detail-box {
  margin-right: 15%;
}

.about_section .detail-box p {
  font-family:inter-18-regular;
  margin-top: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  font-family:inter-18-regular;
  padding: 10px 35px;
  background-color: #4b208c;
  color: #ffffff;
  border-radius: 5px;
  margin: 25px 0 45px 0;
}

.about_section .detail-box a:hover {
  background-color: #5625a1;
}

.blog_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_section .heading_container h2::before {
  background-color: #ffffff;
}

.blog_section .box {
  margin-top: 55px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  padding: 25px 25px 15px;
}

.blog_section .box .detail-box h5 {
  font-family:inter-24-light !important;
  font-weight: bold;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 45px;
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 45px;
  background-color: #4b208c;
  color: #ffffff;
  border-radius: 0px;
  margin-top: 35px;
}

.contact_section button:hover {
  background-color: #5625a1;
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
}

.contact_section .map_container .map-responsive {
  height: 100%;
}

.footer_bg {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-position: top;
}

/* info section */
.info_section {
  background-color: #C3A96A;
  color: #ffffff;
}

.info_section h6 {
  font-weight: bold;
}
.info_section span {
  font-family:inter-18-regular;
 
}

.info_section .info_contact {
  margin-top: 60px;
  margin-bottom: 45px;
}

.info_section .info_contact .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info_section .info_contact a {
  color: #ffffff;
}

.info_section .info_contact img {
  max-width: 100%;
  margin-right: 10px;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  background-color: #4b208c;
  color: #ffffff;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: #5625a1;
}

.info_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

/* end info section */
/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  font-family:inter-24-light !important;
  color: #222222;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
}

.footer_section p a {
  color: #222222;
}
/*# sourceMappingURL=style.css.map */

.embedded_section{
  background-color: #F8F6E7;

}
.embedded_section1{
  background-color:  #F8F6E7;

}



.head-emb{
  /* color: #868686 ; */

  /* background: #FFFFFF; */
  color: #131212;
  text-align: center;
  font-weight: 600;
  font-family:inter-24-light !important;
}
.head-emb1{
  color: #030303;
  font-family:inter-18-regular;
  text-align: center;
}

/* ---------------------------------------------------------------------------------------------------- */
.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
}

.card-list .card-item {
  /* height: auto; */
  color: #fff;
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  
  /* background: rgba(170, 50, 50, 0.2); */
  /* background: #151921; */
  /* border: 1px solid; */

  /* border: 1px solid;
  border-image: linear-gradient(to bottom, #747474, #000000) 1; */

  /* border-image: linear-gradient(to bottom, #78CE5B, #000000) 1;
  opacity: 1; */
}

.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
 
  /* border: 3px solid #111010; */
  /* background: #fcfcfc;  */
  /* padding: 4px; */
}

.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #080808;
  font-weight: 500;
  margin: 14px 0 40px;
}

.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #161515;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #0e0d0d;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #0f0e0e;
  margin-top: 10px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #C3A96A;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}



/* ------------------------------------------blogs------------------------------------------------------ */
.Blog-section {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Centers the content vertically */
  height: 50vh;
  background: linear-gradient(to right, #F8F6E7, #C3A96A);
  text-align: left; /* Aligns text to the left */
  padding-left: 2rem; /* Adds some left padding if needed */
}
.Blog-section h2{
  font-family:inter-18-light !important;
  font-weight: bold;
  font-size: 2rem;
  line-height: 45px;
}

.Blog-section h2 span{
  font-family:inter-24-light !important;
  color: #754414; 
  background-image: linear-gradient(135deg, #754414 34%, #995D27 48%, #A37236 52%, #B0864C 46%); 
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  font-weight: bold;
  font-size: 2rem;

}

.Blog-section p{
  font-family:inter-18-light !important;
  font-size: 1rem;
  font-weight: 600;
}
.blog-link a{
  font-family:inter-24-light !important;
color: black;
font-weight: 600;
padding: 8px;
border-radius: 10px;
/* border: 1px solid; */
border-color: #030728 !important;
}



.Blogs-card {
  border-width: 2px;
  border-color: #C3A96A !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background-color: #f5f4eb;
}

.blogCard-p {
  /* color: #ebf5f1; */
  font-size: 14px;
  font-weight: 600;

}




.blogCard-h {
  font-size: 18px;
  color: #754414;
}

.blog-btn {
  /* font-family: Sfuidisplay; */
  width: 10rem;
  font-size: 16px;
  background-image: linear-gradient(98.92deg, #2AB57D -6.42%, #0909DF 269.99%);
  padding: 10px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  
}
.blog-btn1{
  /* font-family: Sfuidisplay !important; */
  font-size: 18px;
  color: #5f470e;  
  text-decoration: none !important;
  font-weight: 500;
}



/* ------------------------------------------------------------------------------------------- */

.blog2-p{
  font-family:inter-18-regular;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 30px; */
}
.blog2-p a{
  color: #1010ec;
  font-size: 16px;
  font-weight: 400;
}
.blog2-p a:hover{
  color: #00A85F;
  font-size: 16px;
  font-weight: 400;
}
.blog2-h{
  font-family:inter-24-light !important;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.blog2-h4{
  font-family:inter-24-light !important;
  font-weight: 600;
}
.blogh3{
  font-family:inter-24-light !important;
  font-weight: 600;
}
.blogCard-h5{
  font-family:inter-24-light !important;
  font-weight: 700;
  color: #A37236;  
}
.card-blog{
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, #C3A96A, #A37236) 1;
}
.blog2-h-2{
  /** Text Gradient Example */ 
  font-size: 30px;
  font-weight: 600;
  color: #4556A1; 
  background-image: linear-gradient(135deg, #4556A1 38%, #2AB57D 56%) !important; 
  background-clip: text !important; 
  -webkit-background-clip: text !important; 
  -webkit-text-fill-color: transparent !important; 
 
}
.Ai_ul{
  font-family:inter-18-regular;
  font-size: 16px;
  font-weight: 400;
}
.ol-list-div{
  font-family:inter-18-regular;
  font-size: 16px;
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(to right, #C3A96A, #A37236) 1;
}
ol.gradient-list {
  display: flex;
  flex-wrap: wrap; /* Ensures items move to the next line when they run out of space */
  gap: 2rem; /* Space between items */
  list-style: none;
  margin: 1.75rem ;
  
}

.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
  flex: 0 1 calc(48% - 0rem); /* Adjust width for two items in a row with gap */
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.gradient-list > li::before {
  content: counter(gradient-counter);
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #C3A96A 0%, #A37236 100%);
  color: black;
  font: 900 1.5em/1 'Montserrat';
}