:root {
  --primaryColor: #101f41;
  --primaryDarkColor: #107639;
  --secondaryColor: #2a3547;
  --tertiaryColor: #3a3838;
  --goldenColor: #e5bd53;
  --goldenDarkColor: #dcaf34;
}
body {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
}

.text-gold {
  color: var(--goldenColor);
}
p {
  font-family: "Open Sans", sans-serif;
}
.f-30{
    font-size:30px !important;
}
/* ------------------------------ Main CSS Start ----------------------------------------------------- */
#topHeder {
  background-color: #142f6b;
  padding: 7px 0px;
}
#topHeder a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
}
/* #topHeder p {
  width: 1px;
  height: 3vh;
  background-color: white;
  margin: 0px 30px;
} */
#topHeder button {
  border: none;
  background-color: var(--goldenColor);
  padding: 10px 30px;
  border-radius: 25px;
  color: var(--primaryColor);
  transition: ease-in-out 0.5s;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
#topHeder button:hover {
  background-color: var(--goldenDarkColor);
}
.navbar {
  box-shadow: rgb(33 35 38 / 30%) 1px 3px 10px 0px;
  backdrop-filter: blur(5px);
  background-color: #ffffffec;
}
.navbar-nav {
  gap: 4rem;
}

.navbar .nav-item:hover .desk_drop {
  transform: translateY(0px);
  transition: ease-in-out 0.5s;
  visibility: visible;
  opacity: 1;
}
.desk_drop {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: absolute;
  background-color: white;
  border-radius: 5px;
  transform: translateY(20px);
  transition: ease-in-out 0.5s;
  visibility: hidden;
  opacity: 0;
  margin-top: 6px;
}
.desk_drop ul {
  list-style: none;
  padding-left: 0px;
  width: 145px;
}
.desk_drop ul li {
  padding: 9px 10px;
  margin-bottom: 1px;
  border-bottom: 2px solid #e5bd53;
}
.desk_drop ul li:last-child {
  margin-bottom: 0px;
  padding-top: 0px;
}
.desk_drop ul a {
  text-decoration: none;
  font-size: 0.9rem;
}
/* .desk_drop ul li:hover {
  background-color: #f9f8f5;
} */

#stength {
  padding: 90px 0px;
  background-image: url(images/wave-bg2.png);
  background-size: cover;
  background-position: right;
  position: relative;
}

.image_num {
  font-size: 6rem;
  font-weight: 800;
  color: white; /* Fallback: assume this color ON TOP of image */
  background: url(./images/text-bg.jpg) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: contain;
  background-position: center;
  margin-bottom: 0px;
}
.strength_box {
  text-align: left;
  font-size: 1.1rem;
  color: var(--tertiaryColor);
  padding: 30px 64px 18px 28px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transition: ease-in-out 0.5s;

  overflow: hidden;
  border-bottom: 5px solid #d7b453;
  z-index: 999;
  height: 100%;
}

.strength_box:hover {
  transform: scale(1.05) !important;
  transition: ease-in-out 0.5s;
}

.strength_box:hover::after {
  background-color: #142f6b;
  transition: ease-in-out 0.5s;
}

.strength_box::after {
  content: "01";
  background-color: #d7b453;
  border-radius: 74px;
  right: -3%;
  top: -3%;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 2rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength_box1 {
  text-align: left;
  font-size: 1.1rem;
  color: var(--tertiaryColor);
  padding: 30px 69px 18px 28px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transition: ease-in-out 0.5s;

  overflow: hidden;
  border-bottom: 5px solid #d7b453;
  z-index: 999;
  height: 100%;
}

.strength_box1:hover {
  transform: scale(1.05) !important;
  transition: ease-in-out 0.5s;
}

.strength_box1:hover::before {
  background-color: #142f6b;
  transition: ease-in-out 0.5s;
}

.strength_box1::before {
  content: "02";
  background-color: #d7b453;
  border-radius: 74px;
  right: -3%;
  top: -3%;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 2rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength_box2:hover {
  transform: scale(1.05) !important;
  transition: ease-in-out 0.5s;
}

.strength_box2:hover::before {
  background-color: #142f6b;
  transition: ease-in-out 0.5s;
}

.strength_box2 {
  text-align: left;
  font-size: 1.1rem;
  color: var(--tertiaryColor);
  padding: 30px 50px 18px 28px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transition: ease-in-out 0.5s;

  overflow: hidden;
  border-bottom: 5px solid #d7b453;
  z-index: 999;
  height: 100%;
}

.strength_box2::before {
  content: "03";
  background-color: #d7b453;
  border-radius: 74px;
  right: -3%;
  top: -3%;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 2rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strength_box3 {
  text-align: left;
  font-size: 1.1rem;
  color: var(--tertiaryColor);
  padding: 30px 64px 18px 28px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  transition: ease-in-out 0.5s;

  overflow: hidden;
  border-bottom: 5px solid #d7b453;
  z-index: 999;
  height: 100%;
}

.strength_box3:hover {
  transform: scale(1.05) !important;
  transition: ease-in-out 0.5s;
}

.strength_box3:hover::before {
  background-color: #142f6b;
  transition: ease-in-out 0.5s;
}

.strength_box3::before {
  content: "04";
  background-color: #d7b453;
  border-radius: 74px;
  right: -3%;
  top: -3%;
  width: 80px;
  height: 80px;
  color: white;
  font-size: 2rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

#stength ul {
  list-style: none;
}

#stength ul li {
  margin-bottom: 50px;
}
#stength h2 {
  color: var(--secondaryColor);
  font-weight: 700;
}
#stength ul p {
  color: var(--secondaryColor);
  margin-top: 2px;
}
.icon_container {
  border-radius: 10px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.icon_box {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #d5b14f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  font-size: 13px;
  box-shadow: 0 0 0px 4px #e9bd4854;
  color: white !important;
}

#callToAction {
  padding: 80px 0px;
  color: #fff;
  background-image: url(./images/initial.jpg);
  background-size: cover;
  position: relative;
  background-position: 64% 200px;
  background-attachment: fixed;
}
#callToAction::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: var(--primaryColor);
  opacity: 0.8;
}
.call_icon {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  background-color: white;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.call_icon img {
  width: 60%;
}
#callToAction h1 {
  position: relative;
  font-size:32px
}

.gold_btn {
  padding: 10px 40px;
  background-color: #d6b046;
  border: none;
  border-radius: 25px;
  font-size: 1rem;
  color: white;
  transition: ease-in-out 0.5s;
  position: relative;
  overflow: hidden;
}
 

.gold_btn::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0%;
  top: 0%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: white;
  transition: ease-in-out 0.5s;
}
.gold_btn span {
  position: relative;
  z-index: 9;
  transition: ease-in-out 0.5s;
  font-weight: 600;
}
.gold_btn:hover span {
  color: var(--goldenColor);
  transition: ease-in-out 0.5s;
  font-weight: 600; 
}

.blue_hover_btn:hover {
  color: #fff !important;
}

.gold_btn::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  right: 0%;
  top: 0%;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: white;
  transition: ease-in-out 0.5s;
}

.gold_btn:hover::before {
 
  width: 50%;
  transition: ease-in-out 0.5s;
}
.gold_btn:hover::after {
 

  width: 50%;
  transition: ease-in-out 0.5s;
}


.blue_hover_btn::before{
  color: #fff !important;
  background-color: var(--primaryColor);
}


.blue_hover_btn::after {
  color: #fff !important;
  background-color: var(--primaryColor);
}
.blue_hover_btn:hover span {
  color: #fff;
}
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.5;
}
.testi_card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 35px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  height: 100%;
}

.testi_card p {
  color: var(--tertiaryColor);
  font-size: 15px;
}
.fa-quote-left {
  position: absolute;
  font-size: 2rem;
  top: -1%;
  left: -1%;
  color: var(--goldenColor);
  opacity: 0.8;
}
.fa-quote-right {
  position: absolute;
  font-size: 2rem;
  bottom: -1%;
  right: -1%;
  color: var(--goldenColor);
  opacity: 0.8;
}

.footertop {
  background-color: var(--secondaryColor);
  padding: 10px 0px;
}

.footertop p {
  margin-bottom: 0px;
  color: white;
  font-size: 0.8rem;
}

footer {
  padding: 50px 0px;
  background-image: url(./images/dot_map.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: relative;
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #141e34f7;
}

footer h3 {
  color: #ffffff;
  position: relative;
  font-size: 17px;
  margin-top: 0;
  font-weight: 700;
}
footer ul {
  padding-left: 10px;
}
footer ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

footer ul li a {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
}

footer ul li a:hover {
  color: var(--goldenDarkColor);
}

footer p {
  margin-bottom: 0px;
  color: white;
  font-size: 0.8rem;
}

#workWithUs h2 {
  margin-bottom: 50px;
  color: #193d59;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
}

.main_title {
  position: relative;
  display: inline-block;
}

.main_title::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 4px double #ccc;
  opacity: 0.5;
}

.main_title::after {
  content: url(./images/gold_graph.svg);
  position: absolute;
  top: 79%;
  left: 50%;
  width: 14%;
  height: 55%;
  transform: translateX(-52%);
  background-color: #f2f2f2;
}

.blue_arrow::after {
  top: 80%;

  width: 14%;
  height: 55%;

  background-color: #11234e;
}

#workWithUs {
  padding: 80px 0px;
  background-color: #f2f2f2;
  position: relative;
}
.f-600 {
  font-weight: 600;
}

.box-work {
  background-color: #fff;
  padding: 20px 2px 4px;
  border-radius: 15px;
  border-top: 5px solid #2a447f;
  margin-top: 26px;
}

.box-work:hover {
  transform: scale(1.05) !important;
  transition: ease-in-out 0.5s;
  border-top: 5px solid #dcaf34;
}

.box-work1 {
  background-color: #fff;
  padding: 20px 2px 4px;
  border-radius: 15px;
  border-bottom: 5px solid #dcaf34;
  margin-top: 26px;
}

.box-work1:hover {
  padding: 20px 2px 4px;
  border-radius: 15px;
  transform: scale(1.05) !important;
  transition: ease-in-out 0.5s;
  border-bottom: 5px solid #2a447f;
}
.text-blue {
  color: #2a447f;
}

.skill_list i {
  font-size: 30px;
}

.skill_list {
  list-style: none;
  /* margin-left: -13px; */
  padding-left: 0;
}

.skill_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.skill_list p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.big_circle_icon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #d5b14f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  font-size: 1.2rem;
  box-shadow: 0 0 0px 4px #e9bd4854;
  color: #ffffff;
  /* margin-right: 20px; */
}

#testimonial {
  padding: 248px 0px 78px;
  background-image: url(./images/testimonals-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

#testimonial::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101f419c;
  position: absolute;
}

#testimonial h2 {
  margin-bottom: 50px;
  color: #193d59;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  /* margin-left: 39px; */
}
.box-textim {
  position: relative;
  /* padding: 0px 30px; */
}
.box-textim::before {
  content: "";
  left: 0;
  top: -11%;
  width: 80%;
  height: 440px;
  background-color: #112450;
  position: absolute;
  border-radius: 20px;
  padding: 0px 30px;
}
.box-textim::after {
  content: "";
  top: -28%;
  left: 3%;
  width: 100px;
  height: 100px;
  background-color: #d5b14fd4;
  position: absolute;
  border-radius: 50%;
  background-image: url(./images/right-qouts.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 55%;
}

.dots-icon {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.dots-icon li {
  list-style: none;
  margin-top: 20px;
}

.dots-icon li i {
  color: #fff;
  font-size: 20px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.wrapper .wrapper__video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fit-sec {
  padding: 80px 0px;
  /* background-image: url(images/fit-on-ws.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed; */
}

.fit-sec img {
  border-radius: 20px;
}

.fit-sec .main_title {
  position: relative;
  display: inline-block;
}
.fit-sec .main_title::after {
  content: url(./images/gold_graph.svg);
  position: absolute;
  top: 96%;
  left: 50%;
  width: 14%;
  height: 55%;
  transform: translateX(-52%);
  background-color: #fff;
}

.comingsoon {
  padding: 46px;
  border-radius: 20px;
  background-color: #f1f2f400;
  border-bottom: 5px solid #e5bd53;
  box-shadow: -1px 3px 7px 2px #cccccc9e;
  background-color: #fff;
}

.comingsoon span i {
  font-size: 59px;
  color: #e5bd53;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}



.comingsoonmodal {
  padding: 30px;
  border-radius: 20px;
  background-color: #f1f2f400;
  border-bottom: 5px solid #e5bd53;
  /* box-shadow: -1px 3px 7px 2px #cccccc9e; */
  background-color: #fff;
}

.comingsoonmodal span i {
  font-size: 59px;
  color: #e5bd53;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
}

.comingsoonmodal h2{
  font-size: 20px;
  text-align: center;
}

.process-sec {
  padding: 100px 0px;
  background-color: #f7f7f7;
}

.process-sec .main_title {
  position: relative;
}
.process-sec .main_title::after {
  content: url(./images/gold_graph.svg);
  position: absolute;
  top: 79%;
  left: 50%;
  width: 14%;
  height: 55%;
  transform: translateX(-52%);
  background-color: #f7f7f7;
}

.proces-box:hover {
  transform: scale(1.05) !important;
  transition: ease-in-out 0.5s;
  border-left: 10px solid #dcaf34;
}

.proces-box:hover h3 {
  color: #00065f;
}

.proces-box {
  padding: 25px 23px;
  background-color: #fff;
  border-radius: 20px;
  border-left: 10px solid #0c2e7b;
  box-shadow: 2px 3px 7px #ccc;
  height: 100%;
}

.proces-box h3 {
  font-size: 23px;
  font-weight: 600;
  color: #c9a649;
  margin-bottom: 15px;
}
.navbar-nav .nav-item .nav-link {
  color: #163272;
  font-size: 19px;
  font-weight: 600;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #c9a649;
  transition: ease-in-out 0.5s;
}

.navbar-nav .nav-item:hover::before {
  width: 100%;
  transition: ease-in-out 0.5s;
}

.desk_drop ul li a {
  color: var(--secondaryColor);
  font-size: 16px;
}

.desk_drop ul li a:hover {
  color: var(--goldenDarkColor) !important;
}

.apply-btn button {
  border: none;
  background-color: var(--goldenColor);
  padding: 10px 30px;
  border-radius: 25px;
  color: #ffffff;
  transition: ease-in-out 0.5s;
  margin-top: 10px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}
.f-20 {
  font-size: 20px;
}

.cont-sec li a {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 7px;
  margin-top: 20px;
}

.padd-left-80 {
  padding-left: 80px !important;
}

.apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.invest-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.collapse_desc {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  display: block;
}

.bg-gold {
  background-color: #c9a649;
  padding: 70px;
}

.bg-gold h2 {
  color: #ffffff;
  font-weight: 700;
  line-height: 50px;
}

.des-w-50 {
  width: 50%;
}
.test_name {
  font-size: 18px;
  font-weight: 600;
}
.test_name span {
  font-size: 12px;
  color: #112450;
  font-weight: 600;
}

/* Style the input elements and the submit button */
/* input{
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  border-top-left-radius: 10px; 
  border-bottom-left-radius: 10px; 
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
} */
label {
  font-size: 14px !important;
    padding-left: 2px !important;
  margin-bottom: 0px !important;
  color: #6f6f6f;
  font-family: "Nunito Sans", sans-serif;
}

input[type="submit"] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}

/* Add margins to the checkbox */
input[type="checkbox"] {
  margin-top: 16px;
}

/* Style the submit button */
input[type="submit"] {
  background-color: #e5bd53;
  color: white;
  border: none;
  /* width: 30%; */
  font-family: "Nunito Sans", sans-serif;
}

input[type="submit"]:hover {
  opacity: 0.8;
}

.cont-box {
  background-color: #f7f8fc;
  padding: 35px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
}

.cont-box h3 {
  font-size: 25px;
  color: #142f6b;
  font-weight: 700;
}

#firstcontact {
  padding: 90px 0px;
  position: relative;
}

.contact-box span {
  background-color: #142f6b;
  padding: 18px 16px;
  border-radius: 46px;
  color: #fff;
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-80 {
  width: 80%;
}
.w-20 {
  width: 20%;
}

.cont-box .w-80 ul {
  padding-left: 0px;
}
.cont-box .w-80 ul li a {
  text-decoration: none;
  color: #000000;
}

.cont-box .w-80 ul li a:hover {
  color: #c9a649;
}

.cont-box .w-80 ul li {
  list-style: none;
}

.contact_info ul {
  list-style: none;
}
.contact_info a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.contact_icon {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #142f6b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.8rem;
}

.w-80vw {
  width: 135vh;
}

.contact_btn {
  border: none;
    padding: 20px 53px;
    border-top-left-radius: 35px;
    color: #fff;
    transition: ease-in-out 0.5s;
    margin-top: 10px;
    font-family: "Nunito Sans", sans-serif;
    position: absolute;
    bottom: 15%;
    right: 0;
    border-bottom-left-radius: 35px;
    text-decoration: none;
    background-image: linear-gradient(45deg, #142f6b, #061943);
    box-shadow: 0px 0px 9px #fff;
}
.text-black {
  color: #000000;
}

.form_box {
  padding: 30px 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
}

.white_bg_title::after {
  background-color: #fff !important;
}

.input_btn {
  margin-left: -13%;
  border: none;
  background: transparent;
  color: #e5bd53;
  font-size: 1.2rem;
}

.contact_right_box {
  /* background-color: #f4f4f4; */
  border-radius: 10px;
  height: 100%;
  /* padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  background-image: url(images/right-half-wave.png);
  background-size: cover;
position: relative;
border: 1px solid #e4e4e4;
background-position: 100% 22%;
}

.email-text{
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 600;
  color: #143781;
}
.email-text span{
  font-size: 1rem;
  color: var(--tertiaryColor);
}

::placeholder{
  font-size: 14px;
}
.pl-0{
  padding-left: 0px !important ;
}

.thank_modal .modal-content{
  background-color: transparent;
  border: none;
}

.modal-content{
  width: 80% !important;
}
.thank_modal .comingsoon{
  position: relative;
}

.thank_modal .btn-close{
  position: absolute;
  top: 19%;
  right: 6%;
  background-image: url(images/x.svg);
  background-color: #d6b046;
  padding: 10px;
  border-radius: 50px;
}

.thank_modal img{
  width: 30%;
  margin: auto;
  display: block;
}
.modal-dialog{
  margin-left: auto !important;
  margin-bottom: auto !important;
  margin-top: 41vh !important;
  /* margin-right: 0 !important; */
}
 #firstMentor h2{
  font-size: 20px;
 }
.program-sec{
  padding: 90px 65px;
  background-color: #f9fafc;

}
 
.program-sec .main_title {
  position: relative;
  display: inline-block;
}
.program-sec .main_title::after {
  content: url(./images/gold_graph.svg);
  position: absolute;
  top: 96%;
  left: 50%;
  width: 14%;
  height: 55%;
  transform: translateX(-52%);
  background-color: #f9fafc;
}
.programimg img{
  border-radius: 20px;
}

.program-sec p{
  line-height: 32px;
}

.program-faq{
  padding: 90px 65px; 
}
.program-faq .main_title::after{
  content: url(./images/gold_graph.svg);
    position: absolute;
    top: 79%;
    left: 50%;
    width: 14%;
    height: 55%;
    transform: translateX(-52%);
    background-color: #fff;
} 
.accordion-button:not(.collapsed){
  background-color: #1c356e !important;
  font-size: 20px !important; 
  font-weight: 600;
  color: #fff !important;
}
.accordion-button{
  font-size: 20px !important; 
  font-weight: 600;
  background-color: #f2f5fa !important;

}

.accordion-button:focus{
  outline: none !important;
  box-shadow: none !important;

}

.accordion-button:not(.collapsed)::after{
  background-image: url(images/chevron.svg) !important;
}

.accordion-button::after{
  background-image: url(images/blue-chevron.svg) !important;

}

.accordion-item:first-of-type>.accordion-header .accordion-button{
  border-bottom: 1px solid #cccccc78 !important;
}

.time_icon{
  width: 60px;
  height: 60px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--goldenColor);
  border-radius: 50px;
  margin-bottom: 0px;
  font-size: 27px;
}

.timeline{
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  justify-content: center;
  gap: 2rem;
}

.timeline li{
  display: flex;
  align-items: center;
  flex-direction: column;
}

.timeline h5{
  color: white;
  margin-top: 10px;
  text-align: center;
}

.timeline .border{
  width: 60%;
  height: 2px ;
  background-color: white;
}
.bg-gold-mob{
  background-color: #c9a649;
  padding: 70px;
}
.bg-gold-mob h2{
  color: #fff;
}