/* fonts start */
@font-face {
  font-family: "helveticaregular";
  src: url("../fonts/helvetica-webfont.woff2") format("woff2"),
    url("../fonts/helvetica-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticabold";
  src: url("../fonts/helvetica-bold-webfont.woff2") format("woff2"),
    url("../fonts/helvetica-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Light.eot");
  src: url("../fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Helvetica-Light.woff2") format("woff2"),
    url("../fonts/Helvetica-Light.woff") format("woff"),
    url("../fonts/Helvetica-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "aurelie_smith_demoregular";
  src: url("../fonts/aurelie_smith_script_demo-webfont.woff2") format("woff2"),
    url("../fonts/aurelie_smith_script_demo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* fonts end */
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font: inherit;
}

*::after,
*::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

/* scroll color start */

* {
  scrollbar-width: 1.8rem;
  scrollbar-color: #846848 #fff;
}

*::-webkit-scrollbar {
  width: 1.8rem;
}

*::-webkit-scrollbar-track {
  background-color: #fff;
}

*::-webkit-scrollbar-thumb {
  background: #846848;
  border-radius: 10px;
  border: 2px solid #fff;
}

/* scroll color end */

html {
  font-size: 62.5%;
}

body {
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  font-family: "helveticaregular";
}

.banner_sec {
  position: relative;
  overflow: initial;
  z-index: 1;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

button,
input[type="submit"],
input[type="reset"],
a {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: #846848;
}

::selection {
  color: #fff;
  background: #846848;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

/***************** FOR BOOTSTRAP ******************/
.container {
  max-width: 1560px;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.navbar,
.nav-link {
  padding: 0;
  margin: 0;
}

.navbar-expand-lg .navbar-nav {
  gap: 3rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  color: #1d1d1d;
  font-family: "helveticaregular";
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #846848;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.hdr_gps {
  display: flex;
  align-items: center;
  gap: 4.4rem;
}

.hdr_bth_btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*As Per Design Change*/
#header_id {
  position: relative;
}

.cus_nav_outr {
  padding: 20px 0px;
  background: #eee9dd;
  z-index: 2;
  left: 0;
  right: 0;
}

.cus_nav_innr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right_nav {
  display: flex;
  align-items: center;
}

/*Header*/

.top_header {
  padding: 0;
}

/*zoom effect*/

.zoom_otr {
  overflow: hidden;
}

.bnr_pic {
  overflow: hidden;
}

.zoom {
  -webkit-animation: scale 20s linear infinite;
  animation: scale 20s linear infinite;
}

@-webkit-keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

@keyframes scale {
  50% {
    transform: scale(1.2);
  }
}

/*Zoom effect*/

.bnr_content {
  position: absolute;
  top: 42%;
  transform: translateY(-42%);
}

.bnr_otr {
  position: relative;
  /* overflow: hidden; */
}

/* Banner End */

/* cmn_margin & Padding */

.mt-40 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.cmn_pdding {
  padding: 9rem 0;
}

/*----Common Header and Button----*/

.cmn_hdr h2 {
  font-size: 7.2rem;
  line-height: 0.7;
  color: #846848;
  text-transform: capitalize;
  font-family: "aurelie_smith_demoregular";
  display: flex;
  align-items: center;
  gap: 8px;
}

.cmn_hdr h2 span {
  width: 86px;
  height: 1px;
  background: #846848;
}

.cmn_hdr.wht h2 {
  color: #fff;
}

.cmn_hdr h3 {
  font-size: 5rem;
  line-height: 1.2;
  color: #1d1d1d;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-family: "helveticaregular";
}

.cmn_hdr.wht h3 {
  color: #fff;
}

.cmn_hdr h6 {
  color: #1d1d1d;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-family: "helveticaregular";
}

.cmn_hdr.wht h6 {
  color: #fff;
}

.cmn_hdr p {
  font-size: 18px;
  color: #232222;
  line-height: 1.5;
  padding-bottom: 10px;
  font-family: "helveticaregular";
}

.cmn_hdr.wht p {
  color: #fff;
}

.cmn_btn {
  font-size: 18px;
  color: #f5f4f2;
  padding: 15px 30px;
  display: inline-block;
  /* display: flex;
    justify-content: space-between; */
  align-items: center;
  background: #846848;
  border: 2px solid #846848;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  overflow: hidden;
  font-family: "helveticaregular";
}

.cmn_btn::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s;
}

.cmn_btn:hover {
  color: #846848;
  border: 2px solid #846848;
  background-color: #fff;
}

.cmn_btn:hover::after {
  width: 100%;
}

.cmn_btn.alt {
  font-size: 18px;
  color: #000000;
  padding: 15px 30px;
  display: inline-block;
  background: #ceb87f;
  border: 2px solid #ceb87f;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  overflow: hidden;
  font-family: "helveticaregular";
}

.cmn_btn.alt::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s;
}

.cmn_btn.alt:hover {
  color: #ceb87f;
  border: 2px solid #ceb87f;
  background-color: #fff;
}

.cmn_btn.alt:hover::after {
  width: 100%;
}

/*----Common Header and Button End----*/

/* Animation Section */

/* Swing */

.swing:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 54%;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@-webkit-keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

.swing:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 50%;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

.swing {
  -webkit-animation: swing ease-in-out 1s infinite alternate;
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
}

/* Rotate */

.rotate {
  -webkit-animation: rotation 12s infinite linear;
  animation: rotation 12s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

/* Floating */

.floating {
  -webkit-animation: floating ease-in-out 3s infinite;
  animation: floating ease-in-out 3s infinite;
}

@-webkit-keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

/* Animation Section End */
/* scroll to top start */

#backToTop {
  width: 4rem;
  height: 4rem;
  background-color: #846848;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 10px;
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  cursor: pointer;
  z-index: 5555;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  border: 2px solid #846848;
  font-size: 1.8rem;
}

/* scroll to top end */

/* swiper pagination start */

/* .swiper-pagination-bullet {
    background-color: #d382a1;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #e03d72;
  }
  
  .all-testi-pagination {
    position: relative;
    width: 10%;
    margin: 15px auto 0;
    height: 50px;
  }
  
  
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
    left: 50%;
    width: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  } */

/* swiper pagination end */

/* custom nav style start */

/* test */
#nav-icon3 {
  width: 30px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 30px;
  background: #846848;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 14.75px;
}

#nav-icon3 span:nth-child(4) {
  top: 25px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* custom nav style end */
/* preloader start */

#pre_Loader {
  position: fixed;
  inset: 0;
  background-color: #846848;
  height: 100vh;
  z-index: 999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quater {
  height: 1.5cm;
  width: 1.5cm;
  background-color: #fff;
  float: left;
  position: relative;
  bottom: 1.25cm;
}

.i {
  border-top-left-radius: 100%;
  animation: spin1 2s ease-in-out infinite;
  transform-origin: 1.5cm 1.5cm;
}

.ii {
  border-top-right-radius: 100%;
  animation: spin2 2s ease-in-out infinite;
  transform-origin: 0 1.5cm;
}

@keyframes spin1 {
  0% {
    transform: rotateZ(0deg);
  }

  25% {
    transform: rotateZ(0deg);
  }

  50% {
    transform: rotateZ(180deg);
  }

  75% {
    transform: rotateZ(180deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes spin2 {
  0% {
    transform: rotateZ(0deg);
  }

  25% {
    transform: rotateZ(180deg);
  }

  50% {
    transform: rotateZ(180deg);
  }

  75% {
    transform: rotateZ(360deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

/* preloader end */

/* ayon paul start / 14.11.2024 */
.btn_arw {
  padding-left: 15px;
}

.cmn_btn .btn_arw {
  transition: all 0.3s;
}

.cmn_btn:hover .btn_arw {
  margin-left: 8px;
}

.bnr_content h1 {
  font-size: 15.3rem;
  color: #846848;
  font-family: "aurelie_smith_demoregular";
  text-transform: capitalize;
}

.bnr_content h4 {
  font-size: 5.4rem;
  color: #1d1d1d;
  font-family: "helveticaregular";
}

.bnr_content .for-center {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cndd_prt_bx {
  display: flex;
  /* align-items: center; */
  /* background: #cdb77f; */
  width: 49%;
}

.cndd_prt_flxx .cndd_prt_bx:nth-child(even) {
  flex-direction: row-reverse;
}

.cndd_prt_flxx .cndd_prt_bx:nth-child(even) .cndd_prt_txt {
  margin-right: auto;
}

.cndd_prt_span {
  font-size: 3.2rem;
  color: #fff;
  font-family: "helveticaregular";
}

.cndd_prt_txt {
  padding: 10px 10px 10px 9rem;
}

.cndd_prt_txt h3 {
  text-transform: uppercase;
}

.cndd_prt_flxx {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 100%;
}

.ftrd_job_flxx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 30px;
}

.ftrd_job_prt {
  background: #f5f3f0;
  padding: 4rem 2rem;
  width: 49%;
}

.ftrd_job_grps {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}

.ftrd_job_icns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ftrd_job_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
}

.ftrd_job_hdng {
  padding-bottom: 10px;
}

.ftrd_job_pst {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ftrd_job_icn_txt span {
  color: #1d1d1d;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "helveticaregular";
}

.ftrd_job_pst_txt span {
  color: #232222;
  font-size: 16px;
  font-family: "helveticaregular";
}

.ftrd_job_icn_pic {
  width: 5.9rem;
  height: 5.9rem;
}

.ftrd_job_icn_pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ftrd_job_pst_img img {
  width: 17px;
}

.ftrd_job_bttm {
  padding-bottom: 15px;
}

.ftrd_job_main_txt h2 {
  justify-content: center;
}

.ftrd_job_main_txt {
  padding-bottom: 4rem;
}

.cndd_prt_sec {
  position: relative;
}

.ftrd_job_main_bttn {
  padding-top: 6rem;
}

.ftrd_job_sec {
  position: relative;
  margin-top: -16rem;
}

/* .ftrd_job_sec.cmn_pdding {
    padding-bottom: 29rem;
} */

.ftrd_job_bigtxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  top: auto;
}

.ftrd_job_bigtxt h3 {
  text-align: center;
  font-size: 175px;
  color: #f3f3f3;
  text-transform: uppercase;
  font-family: "helveticabold";
  line-height: 1;
}

.abtt_flx_rght {
  border: 8px solid #836747;
  padding: 3rem 0;
}

.abtt_flx_rght .abtt_lbl {
  background: #836747;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 7px 10px;
}

.abtt_flx_rght h2 {
  line-height: 1;
  padding: 0 2rem 0 3rem;
}

.abtt_flx_rght h3 {
  padding: 0 2rem 2rem 3rem;
}

.abtt_flx_rght p {
  padding: 0 2rem 3rem 3rem;
}

.abtt_flx_bttn {
  padding: 10px 2rem 10px 3rem;
}

.abtt_sec {
  padding: 8rem 0;
}

.abtt_flxx {
  display: flex;
  gap: 5%;
  width: 100%;
}

.abtt_flx_lft {
  position: absolute;
  width: 50%;
  top: -9px;
  left: 0;
}

.abtt_flx_rght {
  width: 45%;
  margin-left: auto;
}

.abtt_flx_lft_img {
  position: relative;
}

.abtt_flx_lft_ppl {
  position: absolute;
  inset: auto 0 1.3% 50%;
  transform: translate(-50%);
  width: 55.6rem;
  height: 81.1rem;
}

.abtt_flx_lft_pic {
  height: 71.9rem;
  width: 72.8rem;
}
.abtt_flx_lft_pic img {
  width: 100%;
  height: 100%;
}

.abtt_flx_lft_ppl img {
  width: 100%;
  height: 100%;
}

.abtt_innr {
  position: relative;
}

.serve_sec {
  background: #f2f0ec;
}

.serve_hdng h2 {
  justify-content: center;
}

.serve_flxx {
  display: flex;
  width: 100%;
  gap: 2%;
  flex-wrap: wrap;
  padding-top: 4rem;
  row-gap: 20px;
}

.serve_prt {
  width: 15%;
}

.serve_prt_innr {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.serve_prt_pic {
  position: absolute;
  bottom: 23%;
}

.serve_prt_bck img {
  width: 100%;
  height: 100%;
  margin: auto;
}

.serve_prt_txt {
  padding-top: 3rem;
  text-align: center;
}

.serve_prt_txt span {
  color: #1d1d1d;
  font-size: 24px;
  font-family: "helveticaregular";
}

.hme_nws_txt h2 {
  justify-content: center;
  color: #131313 !important;
}

.hme_nws_sec {
  position: relative;
  background: #ceb87f;
}

.hme_nws_sec .hme_nws_ppl {
  position: absolute;
  bottom: 0;
  left: 9%;
}

.hme_nws_sec.hme_cntct_sec .hme_nws_ppl {
  left: auto;
  right: 9%;
}

.hme_nws_txt h3 {
  padding-bottom: 3rem;
}

.hme_nws_sec.hme_cntct_sec .hme_nws_txt p {
  color: #1d1d1d;
  width: 47%;
  margin: auto;
  padding-bottom: 3rem;
}

.hme_nws_sec.hme_cntct_sec .hme_nws_txt h3 {
  padding-bottom: 2rem;
}

.cmn_fttr {
  padding-top: 6rem;
  background: #323232;
}

.ftr_icn {
  width: 32px;
  height: 32px;
  background: #c5c5c5;
  border: 1px solid transparent;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftr_icn svg {
  font-size: 15px;
  color: #51391d;
}

.fttr_prt_inr ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 17px;
}

.fttr_prt_inr ul li:last-child {
  padding-bottom: 0;
}

.cmn_fttr_flx {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-bottom: 1px solid #6e6e6d;
}

.cmn_fttr_prt {
  border-right: 1px solid #6e6e6d;
  width: 19%;
  padding-bottom: 4rem;
}

.cmn_fttr_prt:last-child {
  border-right: 0;
}

.cmn_fttr_prt:nth-child(2) {
  width: 24%;
}

.fttr_prt_inr h6 {
  font-size: 27px;
  color: #fff;
  font-family: "helveticaregular";
  text-transform: capitalize;
  padding-bottom: 3rem;
}

.ftr_anch {
  color: #c4b9ab;
  font-size: 14px;
}

a.ftr_anch:hover {
  color: #ceb87f;
  margin-left: 5px;
}

.fttr_prt_frm .form-control {
  font-size: 14px;
  color: #ffff;
  text-transform: lowercase;
  padding: 10px;
  background: #534f47;
  font-family: "helveticaregular";
  border: 1px solid transparent;
  width: 100%;
}

.fttr_prt_frm .cmn_btn.scrb {
  width: 75%;
}

.fttr_prt_frm .form-control::placeholder {
  font-size: 14px;
  color: #ffff;
  text-transform: capitalize;
}

.fttr_prt_frm .form-control:focus {
  box-shadow: none;
}

.ftr_sbscrb_btn {
  position: relative;
  margin-top: 2rem;
}

.ftr_sbscrb_btn::after {
  position: absolute;
  content: "\2192";
  top: 50%;
  transform: translateY(-50%);
  right: 31%;
  font-size: 20px;
  color: #51391d;
  z-index: 1;
}

.cmn_btn.scrb {
  font-size: 18px;
  color: #846848;
  padding: 15px 18px;
  display: flex;
  background: #fff;
  justify-content: space-between;
  border: 2px solid #fff;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  overflow: hidden;
  font-family: "helveticaregular";
  text-align: left;
}

.cmn_btn.scrb::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.7s;
}

.cmn_btn.scrb:hover {
  color: #fff;
  border: 2px solid #846848;
  background-color: #846848;
}

.cmn_btn.scrb:hover::after {
  width: 100%;
}

.fttr_prt_inr {
  display: grid;
  place-content: center;
}

.cmn_fttr_bttm p {
  color: #c4b9ab;
  font-size: 14px;
}

.cmn_fttr_bttm p a {
  color: #c4b9ab;
}

.cmn_fttr_bttm p a:hover {
  color: #ceb87f;
}

.cmn_fttr_bttm {
  padding: 2rem 0;
}

.specialties_prt_txt {
  position: absolute;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  bottom: 0;
  background: #846848;
  text-align: center;
  padding: 10px;
  width: 96%;
  margin: auto;
  left: 0;
  right: 0;
}

.specialties_flxx {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  row-gap: 15px;
}

.specialties_prt {
  position: relative;
  width: 24%;
}

.hme_blg_flxx {
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 20px;
  padding-top: 4rem;
}

.hme_blg_prt {
  width: 32%;
}

.blg_prt_innr {
  position: relative;
}

.hme_blg_bttn {
  padding-top: 3rem;
}

.blg_prt_txt {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  width: 97%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
}

.blg_prt_txt_lft {
  width: 84%;
  color: #1d1d1d;
  font-size: 24px;
  font-family: "helveticaregular";
}

.blg_prt_arw {
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 100%;
  background: #c8c8c8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blg_prt_arw svg {
  font-size: 14px;
  color: #846848;
}

.blg_lbl_top {
  background: #ffffff;
  padding: 7px 10px;
  color: #1d1d1d;
  font-size: 18px;
  font-family: "helveticaregular";
  text-align: center;
}

.blg_lbl_bttm {
  background: #d5c59c;
  padding: 7px 10px;
  color: #443d35;
  font-size: 18px;
  font-family: "helveticabold";
  text-align: center;
}

.blg_prt_lbl {
  position: absolute;
  top: 0;
  left: 3%;
}

/* ayon paul end / 14.11.2024 */
/* m 26.11.24 */
.nav-item.new {
  display: flex;
  gap: 10px;
  align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-item.new .nav-link {
  font-family: "helveticabold";
  font-size: 18px;
}
.play_div a {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 12px;
}
.play_div h3 {
  font-size: 4.3rem;
  font-family: "aurelie_smith_demoregular";
  color: #846848;
}
.fancybox-content {
  width: 100% !important;
  height: 100% !important;
}
/* 27.11.24 */
.abtt_sec {
  position: relative;
  padding-top: 9rem;
}

.abtt_sec .ftrd_job_bigtxt {
  bottom: auto;
  top: -25px;
}
.abtt_sec .ftrd_job_bigtxt h3 {
  color: #cfbd96;
}
.ab_imgg {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ab_imgg span {
  width: 86px;
  height: 1px;
  background: #846848;
}

.abtt_innr {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.av_l,
.av_r {
  width: 49%;
}
.av_r {
  border: 8px solid #836747;
  padding: 3rem;
}
.av_r .abtt_lbl {
  background: #836747;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 2rem;
  padding: 7px 10px;
  margin-left: -3rem;
}
.av_r .abtt_flx_bttn {
  padding-left: 0;
}
.hme_nws_sec.reason {
  position: relative;
  background: #836747;
  padding: 9rem;
}
.hme_nws_sec.reason .cmn_hdr.wht h2 {
  color: #ceb87f !important;
  line-height: 0.7;
}

.hme_nws_sec.reason .cmn_hdr.wht h2 span {
  background-color: #ceb87f;
}
.hme_nws_sec.reason .hme_nws_ppl {
  left: auto;
  right: 9%;
}
.different_section h2,
.top_talent h2 {
  justify-content: center;
}

.cndd_prt_bx.left .dfrnt_r:nth-child(odd) {
  background-color: #cdb77f;
  padding: 2rem 3rem 2rem 6rem;
}
.cndd_prt_bx.left .dfrnt_r:nth-child(even) {
  background-color: #dbc57f;
  padding: 2rem 3rem 2rem 6rem;
}
.cndd_prt_bx.right .dfrnt_r:nth-child(odd) {
  background-color: #836747;
  padding: 2rem 3rem 2rem 6rem;
}
.cndd_prt_bx.right .dfrnt_r:nth-child(even) {
  background-color: #845e35;
  padding: 2rem 3rem 2rem 6rem;
}
.cndd_prt_pic,
.cndd_prt_pic img {
  height: 100%;
  width: 100%;
}
.different_section .cmn_hdr h6 {
  font-size: 19px;
  font-family: "helveticabold";
  position: relative;
  padding-bottom: 4px;
}
.cndd_prt_bx .cmn_hdr h6::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #836747;
}
.cndd_prt_bx.right .cmn_hdr h6::before {
  background-color: #dbc57f;
}

.dfrnt_r.list {
  padding-left: 8rem !important;
}
.dfrnt_r {
  /* min-height: 13rem; */
  display: flex;
  align-items: center;
}
.dffrnt_otr {
  padding-bottom: 4rem;
}
.top_talent_innr {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.talent_l,
.talent_r {
  width: 40%;
}
.talent_l {
  text-align: right;
}
.different_section.cmn_pdding {
  padding-bottom: 0;
}
.top_talent.different_section .cmn_hdr h6 {
  padding-bottom: 2.5rem;
  line-height: 1.7;
}
.top_talent.different_section .cmn_hdr p {
  padding-bottom: 2.5rem;
}
.talnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22.5rem;
}
.jb_spns {
  background-color: #e5e1db;
}
.jb_spns {
  display: flex;
  gap: 8px;
  padding: 10px;
}
.jb_spns span {
  font-size: 14px;
  color: #676563;
}
.jb_spns h6 {
  font-family: "helveticabold";
  font-size: 16px;
  padding-bottom: 3px;
}
.jb_spns p {
  font-size: 16px;
}
.jb_spns.two {
  background-color: #ece6d9;
}

.jb_spns.three {
  background: #e3d8cb;
}
.para {
  display: flex;
  justify-content: space-between;
}
.ftrd_job_hdng .cmn_hdr h6 {
  font-family: "helveticabold";
  font-size: 2.4rem;
  padding-bottom: 0;
}
/* 28.11.24 moumi */
.view_btn {
  width: max-content;
  margin: 4rem auto;
}
.view_btn .cmn_btn {
  width: 28rem;
  display: flex;
  justify-content: space-between;
}
.job-sec {
  padding: 9rem 0;
  background: #f5f3f0;
}
.podcast .cmn_hdr.wht h2 {
  color: #846848 !important;
  line-height: 0.7;
}
.podcast .cmn_hdr.wht h2 span {
  background-color: #846848;
}
.podcast .cmn_hdr.wht p {
  color: #000;
}
.different_section .cndd_prt_img {
  width: 10%;
}
.dfrnt {
  width: 90%;
}
.cndd_prt_txt {
  background: url(../images/bb.webp) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cndd_prt_txt.two {
  background: url(../images/wer.png) no-repeat;
  background-size: cover;
  margin-right: 0;
}
.cndd_prt_img {
  width: 10%;
}
.cndd_prt_txt {
  width: 90%;
}
.color_wh li {
  font-family: "helveticaregular";
  font-size: 22px;
  color: #fff;
  padding-bottom: 2.5rem;
}
ul.color_wh {
  list-style-type: disc;
  padding-left: 2.5rem;
  margin-block: 2rem 2rem;
}
.cndd_prt_txt {
  padding: 5rem 10px 5rem 9rem;
}

.cndd_prt_sec .ftrd_job_bigtxt h3 {
  color: #f2f0ec;
}
.cndd_prt_sec.cmn_pdding {
  padding-bottom: 22rem;
}
.play_div img {
  width: 9.1rem;
  height: 9.2rem;
}
.reason .hme_nws_ppl_img {
  width: 34.4rem;
  height: 34.7rem;
}
.reason .hme_nws_ppl_img img {
  width: 100%;
  height: 100%;
}
.dfrnt_r .cmn_hdr p {
  min-height: 63px;
}
.hme_cntct_sec .hme_nws_ppl_img {
  width: 34.4rem;
  height: 59.4rem;
}
.hme_cntct_sec .hme_nws_ppl_img img {
  width: 100%;
  height: 100%;
}
.ab_imgg img {
  width: 16.2rem;
  height: 6.2rem;
}

/* shreyasi(3.12.24) */
/* resource */
.resource_blog .specialties_prt_innr,
.resource_blog .specialties_prt_img,
.resource_blog .specialties_prt_pic,
.resource_blog .specialties_prt_pic img {
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 4px 0px;
}
.resource_blog .specialties_flxx {
  gap: 20px;
  row-gap: 20px;
}
.resource_blog .specialties_prt_pic img {
  width: 100%;
}
.resource_blog .specialties_prt {
  width: 32%;
}
.resource_blog .blog_text,
.resource_blog .blog_text .specialties_prt_txt {
  display: flex;
  align-items: flex-start;
  text-align: left;
  color: #1d1d1d;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
  text-transform: inherit;
}
.blog_icon {
  background-color: #c8c8c8;
  color: #393737;
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.blog_date {
  position: absolute;
  top: 0;
  left: 15px;
  width: 12%;
}
.blog_date h5 {
  background-color: #fff;
  color: #1d1d1d !important;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding-inline: 5px;
}
.blog_date h6 {
  background-color: #d5c59b;
  color: #1d1d1d !important;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  padding: 5px;
}

.carer .how_to_work_innr.tool .h_wrk_r .h_wrk_img {
  width: auto;
  height: 100%;
}
.carer .abtt_lbl.candidate {
  margin-left: 0;
  padding: 1rem 2rem;
}
.how_job .specialties_prt_txt {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry_srv .candidate_innr:first-child {
  border-bottom: 1px solid #878684;
  padding-bottom: 50px;
}
.specialties_flxx.abut_flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_award {
  width: 24%;
  margin: auto;
  text-align: center;
}
.awrd_img img {
  text-align: center;
  margin: auto;
}
.awrd_text {
  padding-top: 20px;
  text-align: center;
}
.cndd_prt_sec.about_msn.cmn_pdding {
  padding-top: 0;
  padding-bottom: 15rem;
}
.cndd_prt_sec.about_msn .cndd_prt_txt {
  padding: 5rem 4rem;
}
.cndd_prt_sec.about_msn .color_wh.cmn_hdr p {
  width: 550px;
}
.cndd_prt_sec.about_msn .cndd_prt_txt {
  display: flex;
  align-items: center;
}
.abut_specialist.how_job .specialties_prt_txt {
  min-height: auto;
}
.meet_recruiter.cmn_pdding {
  padding-top: 0;
}
.meet_recruiter .h_wrk_l.av_r {
  border: 0;
  padding-left: 0;
  width: 53%;
  margin-left: auto;
  vertical-align: middle;
  padding-top: 267px;
  padding-right: 18px;
}
.cndd_prt_sec.about_msn .ftrd_job_bigtxt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -109px;
  top: auto;
  z-index: -1;
}
/* 3.12.24 moumi */
.hme_nws_sec.hme_cntct_sec .hme_nws_ppl.right {
  left: 8%;
  right: auto;
}
.hme_cntct_sec .hme_nws_ppl.right .hme_nws_ppl_img {
  width: 36.3rem;
  height: 59.2rem;
}
.hme_cntct_sec.nws .hme_nws_ppl.right .hme_nws_ppl_img {
  width: 39.4rem;
  height: 31.9rem;
}
.how_to_work_innr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 8px solid #836747;
  padding: 10px;
  width: 90%;
  margin: auto;
  gap: 3rem;
}
.h_wrk_l.av_r {
  border: 0;
  padding-left: 3rem;
  width: 45%;
  padding-right: 0;
}
.h_wrk_r {
  width: 55%;
}
.h_wrk_r .h_wrk_img {
  /* width: 74.1rem;
height: 62.3rem; */
  width: auto;
  height: auto;
}
.candi_work {
  margin-left: -4rem;
  margin-bottom: 3rem;
}
.candi_work h6 {
  display: flex;
  color: #fff;
  background-color: #836747;
  font-size: 24px;
  padding-bottom: 0;
  padding: 10px 3rem;
  font-family: "helveticaregular";
  text-transform: uppercase;
  align-items: center;
  gap: 25px;
}
.candi_work h6 span {
  font-family: "helveticabold";
  font-size: 7.2rem;
}
.how_to_work_sec .cmn_hdr h3 {
  padding-bottom: 2rem;
}
.cndd_prt_sec.how_to_work_sec.cmn_pdding {
  padding-bottom: 26rem;
}
.candidate_rcv_sec {
  background-color: #f2efec;
}
.candidate_otr h2 {
  justify-content: center;
}
.candidate_innr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.candidate_innr h6 {
  font-family: "helveticaregular";
  font-size: 24px;
}
.candi_img {
  width: 17.6rem;
  height: 17.5rem;
}
.candi_img img {
  width: 100%;
  height: 100%;
}
.candidate_div {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.how_to_work_innr.tool {
  flex-direction: row-reverse;
  gap: 2rem;
}
.how_to_work_innr.tool .h_wrk_r {
  width: 45%;
}
.how_to_work_innr.tool .h_wrk_l.av_r {
  width: 55%;
  padding-right: 0;
}
.how_to_work_innr.tool .h_wrk_r .h_wrk_img {
  /* width: 58.8rem;
  height: 53.8rem; */
  width: auto;
  height: auto;
}
.abtt_lbl.candidate {
  margin-right: -11px;
  text-align: left;
  padding: 2rem 2rem;
  margin-left: -2rem;
  display: block;
}
.how_to_work_innr.tool p {
  width: 90%;
}
.tool.cmn_pdding {
  position: relative;
  padding-bottom: 20rem;
}
.bnr_btn a {
  margin-block: 2rem;
}
.h_wrk_img {
  width: 100%;
  height: 100%;
}
.wii-get .candidate_div {
  width: 16%;
}
.about__girl {
  display: none;
}
.h_wrk_l.av_r.mob {
  display: none;
}

.texttt {
  background-color: #d8c89f;
  padding: 2rem;
  display: none;
}
.job-sec.abut_specialist {
  padding-bottom: 22rem;
}
.industry_srv .candidate_div {
  width: 16%;
}
/* m 4.2.25 */
.nw_chs .cmn_hdr {
  width: 60%;
  margin-inline: auto;
}
.nw_chs .cmn_hdr p {
  padding-top: 20px;
}
.nw_btnn {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 18px;
}

.different_section.new_diffe .dfrnt_r .cmn_hdr p {
  min-height: 118px;
}
.new_talent .talent_l.cmn_hdr p {
  min-height: 320px;
}
.nav_lt li {
  color: #1d1d1d;
  font-family: "helveticaregular";
  text-transform: uppercase;
}

/* shreyasi(11.2.25) */
.av_r {
  width: 100%;
}
.av_l {
  width: 100%;
}
.av_l_img img {
  height: 600px;
  width: 100%;
  object-fit: contain;
}
.top_talent_innr {
  align-items: flex-start;
}
.hlthcr_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ftrd_job_hdng.job_listing_one {
  display: none;
}
.specialties_prt {
  width: 18%;
}
.specialties_flxx {
  gap: 10px;
  justify-content: center;
}
.frm_lbl {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  padding-bottom: 10px;
  color: #000;
  margin-top: 10px;
}
.full_application .frm_slct {
  border: 2px solid #ceb87f;
  padding: 10px 15px;
  width: 100%;
  font-size: 17px !important;
  height: 50px;
  font-family: "helveticaregular";
  margin-bottom: 10px;
}
.full_application .frm_slct select {
  border: none;
}
.job_sbmt {
  width: max-content;
  margin: 20px auto;
}
/* s.c(12.2.25) */
.top_talent.different_section .do_cntnt_info .cmn_hdr h6 {
  padding-bottom: 10px;
  line-height: 1;
}
.top_talent.different_section .do_cntnt_info .cmn_hdr p {
  padding-bottom: 15px;
}
.cndd_prt_bx.left .cndd_prt_pic {
  height: 100%;
}
.about_team {
  background: #836747;
}
.about_team .cmn_hdr h2,
.about_team .cmn_hdr p {
  color: #fff !important;
  width: 100% !important;
}
.about_team .cmn_hdr h2 span {
  background: #fff;
}
.hme_cntct_sec .hme_nws_ppl_img {
  padding-top: 50px;
}
.about_dfrnt.different_section.cmn_pdding {
  padding-bottom: 9rem;
}
/* ayon paul start / 14.02.2025 */
.logo_area {
  width: 85px;
}
.logo_area img {
  width: 100%;
}
.ftr_logo_img {
  width: 126px;
}
/* .ftr_logo_img {
  width: 100%;
} */
/* ayon paul end / 14.02.2025 */
/* s.c */
.ftrd_job_hdng {
  display: none;
}
/* s.c(19.3) */
.job_p p {
  text-align: center;
}
.career_upload {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.file-label {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  color: #2d343d;
  cursor: pointer;
  border: 2px solid #2d343d;
  width: 23rem;
  text-align: center;
  position: relative;
}
#myFile {
  display: none;
}
#file-name {
  color: #2d343d;
  display: inline-block;
}
.career_upload .cmn_btn {
  background: #846848;
  width: max-content;
  padding: 10px 30px;
  color: #fff;
  border: 2px solid #846848;
}
.hme_nws_sec.hme_cntct_sec.new_cnt .hme_nws_txt p a{
  color: #fff;
}
.hme_nws_sec.hme_cntct_sec .hme_nws_txt p a:hover{
text-decoration: underline;
}
.hme_nws_sec.hme_cntct_sec.nw_gt_strt.new_cnt{
background: #846848;
}
.hme_nws_sec.hme_cntct_sec.nw_gt_strt.new_cnt .cmn_btn{
  background: #ceb87f;
}
.new_cnt .hme_nws_txt h2,
.new_cnt .hme_nws_txt h2 span,
.hme_nws_sec.hme_cntct_sec.new_cnt .hme_nws_txt p{
  color: #fff !important;
}
/* 20.3(s.c) */
.pbNext,
.pbPrevious,
.pbSubmit{
  font-size: 18px !important;
  color: #f5f4f2 !important;
  padding: 5px 30px !important;
  display: inline-block !important;
  align-items: center;
  background: #846848 !important;
  border: 2px solid #846848 !important;
  position: relative;
  text-transform: uppercase;
  transition: 0.5s all;
  z-index: 1;
  overflow: hidden;
  font-family: "helveticaregular" !important;
  width: max-content !important;
}
.pbNext:hover,
.pbPrevious:hover,
.pbSubmit:hover {
  color: #846848 !important;
  border: 2px solid #846848 !important;
  background-color: #fff !important;
}
#fbuilder .medium{
  width: 100% !important;
}
.cp_cff_13 #fbuilder fieldset legend{
  border: none !important;
  margin: 5px 0!important;
  font-weight: 600 !important;
}
.pbSubmit{
  margin-top: 0 !important;
}
.cp_cff_13 #fbuilder input{
  font-size: 14px !important;
}
.fform,
.cff-form-title,
.cff-form-description{
  display: none !important;
}
.cp_cff_13 #fbuilder fieldset legend,

.cff-form-buttons-container{
  text-align: center !important;
}
.cp_cff_13 #fbuilder{
  text-align: center;
}
#fieldname29_1,
#fbuilder .small,
.cp_cff_13 #fbuilder .small{
width: 50% !important;
}
#fbuilder .cff-file-clearer{
  display: none !important;
}
#fbuilder .cff-file-field input[type="file"] {
  text-align: center !important;
  margin: auto !important;
  width: 11% !important;
}
.cp_cff_13 #fbuilder fieldset legend{
  display: none !important;
}
/* m 3.4.25 */
.privecy_policy .cmn_hdr h6 {
  font-size: 18px;
  padding-bottom: 15px;
  margin-top: 15px;
}
.privecy_policy .cmn_hdr h3,.privecy_policy .cmn_hdr p{
padding-bottom: 15px;
}
 .privecy_policy .cmn_hdr .pp_div p {
  padding-bottom: 10px;
}
.pp_div {
  display: flex
;
  align-items: baseline;
  gap: 10px;
  padding-left: 20px;
}
.privecy_policy .cmn_hdr .qna_dv p {
  padding-bottom: 0;
}
.privecy_policy .cmn_hdr .qna_dv p a{
  color: #000;
}
.privecy_policy .cmn_hdr .qna_dv p a:hover{
  color: #846848;
}
.qna_dv{
  padding-bottom: 13px;
}
/* m 8.4.25 */
.do_div {
  width: 100%;
  background: #f9f7f1;
  padding: 3rem;
  display: flex
;
  align-items: center;
  margin-bottom: 15px;
  gap: 2rem;
  outline-offset: -20px;
  outline: 2px solid #fff;
}
.talent_r.do_for_you {
  width: 60%;
}
.talent_l.do_for_you {
  width: 40%;
}
.do_lft{
  position: relative;
}
.do_img{
  width: 8.5rem;
  height: 8.7rem;
}
.do_img img{
  width: 100%;
  height: 100%;
}
.do_num {
  font-size: 2.4rem;
  font-family: "helveticabold";
  position: absolute;
  left: 25px;
  top: 26px;
}
.dott{
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.do_rgt ul li {
  display: flex
;
  align-items: center;
  gap: 8px;
  font-family: "helveticabold";
  font-size: 17px;
  padding-bottom: 6px;
}
.top_talent_otr .different_section .cmn_hdr h6 {
  font-size: 2.4rem;
color: #845f35;
margin-bottom: 15px;
}
.hlthcr_btns ,.top_talent_otr .different_section .cmn_hdr h6 {
  margin-left: 10rem;
}
.ftrd_job_sec.newftr{
  margin-top: -4rem;
}
.do_rgt {
  width: 75%;
}
.hlthcr_btns .cmn_btn.alt.ne_bt{
width: 26rem;
display: flex
;
justify-content: space-between;
padding-inline: 15px;
font-family: "helveticabold";
}