:root {
  --f1: "Rethink Sans", sans-serif;
  --f2: "Righteous", sans-serif;
  --c1: #0C244C;
  --c2: #E9C159;
  --c3: #000;
}

ul {
  padding: 0 !important;
  margin: 0 !important;
}

::-moz-selection {
  background-color: transparent;
}

::selection {
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden !important;
}

.img__contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img__cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 500ms all;
}

.banner {
  height: 100%;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Poppins", sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover {
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

ul,
ol,
dl {
  margin-bottom: 0;
  padding: 0;
}

img {
  width: 100%;
}

/* header  */
.mainTopBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.topCont {
  display: flex;
  align-items: center;
}

.headCont {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f1);
  color: var(--c1);
}

.topCont li a {
  font-size: 14px;
}

.topCont li a .headIcon {
  height: 17px;
}

.topCont li {
  padding: 0 20px;
}

.topCont li:nth-child(1) {
  border-right: 1px solid #000;
  padding-left: 0;
}

.topCont li a span {
  font-family: var(--f1);
  color: var(--c1);
  font-weight: 600;
}

.themebtn {
  padding: 10px 20px;
  font-family: var(--f1);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.themebtn.--trans {
  border: 1px solid var(--c1);
  color: var(--c1);
}

.themebtn.--bg {
  background: var(--c2);
  border: 1px solid transparent;
  color: var(--c1);
}

.themebtn.--bg:hover {
  background: transparent;
  border-color: var(--c1);
  color: var(--c1);
}

.faqs .themebtn.--bg:hover {
  background: transparent;
  border-color: var(--c1) !important;
  color: var(--c1) !important;
}

.themebtn.--trans:hover {
  background: var(--c2);
  border-color: transparent;
}

.headerMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mainHeader {
  background: var(--c1);
}

.mainmenu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.mainmenu li a {
  padding: 21px 20px;
  height: 100%;
  color: #fff;
  font-family: var(--f1);
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.mainmenu li a:hover {
  background: var(--c2);
  color: var(--c1);
}

.mainmenu li a i {
  height: 15px;
}

.logo {
  width: 310px;
  height: auto;
}

.topHeader {
  padding: 10px 0;
}

.headerbtns {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* header  */
/* banner  */
.bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -4;
  filter: grayscale(1) brightness(0.4);
}

.paperImg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -3;
  opacity: 0.4;
  filter: grayscale(1) brightness(0.5);
}

.banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #000000c2;
  z-index: -2;
}

.subHead {
  font-size: 23px;
  font-family: var(--f1);
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.banner_content h1 {
  font-size: 46px;
  font-family: var(--f1);
  color: #fff;
  margin: 10px 0 0;
  text-transform: capitalize;
}

.banner_content h1 span {
  font-family: var(--f2);
  color: var(--c2);
  border-bottom: 4px solid #fff;
}

.banner_content h2 {
  font-family: var(--f1);
  color: #fff;
  font-style: italic;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 29px;
  margin: 10px 0;
}

.banner_content p {
  font-size: 14px;
  font-family: var(--f1);
  color: #fff;
  margin: 0 0 20px;
  line-height: 26px;
}

.themebtn.--trans.white {
  border-color: #fff;
  color: #fff;
}

.bannerBtns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.themebtn.--trans.white:hover {
  border-color: transparent;
  color: var(--c1);
}

.themebtn.--bg.white:hover {
  border-color: #fff;
  color: #fff;
}

.bannerFormBox {
  width: 60%;
  margin-left: auto;
  background: #fff;
}

.girlImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-33%);
  width: 390px;
  z-index: 1;
  pointer-events: none;
}

.bannerFromhead h3 {
  text-align: center;
  font-family: var(--f1);
  font-weight: 800;
  font-size: 21px;
  padding: 15px 101px;
  background: linear-gradient(0deg, #C18F3C, #E9C159);
  color: #000;
}

.bannerFromhead h3 span {
  font-weight: 500;
  font-family: var(--f1);
  font-style: italic;
}

.bannerFromhead h4 {
  font-size: 16px;
  font-family: var(--f1);
  text-align: center;
  background: #000;
  padding: 5px 0;
  color: #fff;
  font-weight: 100;
}

.inputfeild input {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  font-family: var(--f1);
  border: 1px solid var(--c1);
  color: var(--c1);
  outline: 0;
}

.inputfeild {
  margin: 0 0 10px 0;
}

.bannerFrom {
  width: 92%;
  margin: 0px auto;
  padding: 30px 0;
}

.inputfeildBtn button {
  width: 100%;
}

.inputfeildBtn {
  margin: 20px 0 0;
}

.inputfeildBtn button {
  transition: 300ms all;
}

.bannerMainForm {
  position: relative;
}

.bannerMainForm:before {
  position: absolute;
  width: 370px;
  height: 300px;
  background: linear-gradient(180deg, var(--c1), transparent);
  content:
    '';
  z-index: -1;
  border-radius: 50px;
  top: 100px;
  left: 30px;
}

.bannerMainForm:after {
  content: '';
  position: absolute;
  width: 370px;
  height: 310px;
  background: linear-gradient(180deg, var(--c2), transparent);
  z-index: -2;
  top: 85px;
  left: 19px;
  border-radius: 50px;
}

/* banner  */
/* about  */
.about {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 70px 0;
}

.aboutbg {
  position: absolute;
  z-index: -1;
  inset: 0;
}

.aboutImg {width: 100%;height: 514px;text-align: center;position: sticky;top: 50px;}

.head {
  font-size: 47px;
  font-family: var(--f1);
  line-height: 51px;
  font-weight: 600;
  color: #222;
}

.head span {
  font-family: var(--f1);
  text-decoration: underline !important;
}

.aboutContent p {
  margin: 15px 0;
  font-size: 14px;
  line-height: 21px;
  font-family: var(--f1);
}

/* about  */
/* feature */
.features {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  position: relative;
}

.featureBg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

.featureCrd {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.featureIco {
  width: 20%;
}

.featureContent {
  width: 80%;
}

.featHead {
  font-size: 19px;
  font-family: var(--f1);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.line {
  width: 40px;
  height: 1px;
  background: var(--c2);
}

.featureContent p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffffa3;
  font-family: var(--f1);
  margin: 5px 0 0;
}

/* feature */
/* service  */
.servCrd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 0;
  transition: 300ms all;
  cursor: pointer;
}

.servPage {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  background: var(--c1);
  transition: 300ms all;
}

.servPage img {
  opacity: 0.1;
}

.servNumb {
  position: absolute;
  top: 0;
  right: 40px;
  background: var(--c2);
  padding: 15px;
  font-family: var(--f1);
  font-size: 35px;
  font-weight: 500;
  color: var(--c1);
  transition: 300ms all;
}

.servbottom {
  display: flex;
  align-items: center;
  gap: 60px;
}

.servArrow {
  width: 220px;
  height: 3px;
  background: #ffffff4f;
  position: relative;
  transition: 300ms all;
}

.servArrow:before {
  position: absolute;
  width: 15px;
  height: 15px;
  content: '';
  right: 0;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
  border-right: 3px solid #ffffff4f;
  border-top: 3px solid #ffffff4f;
  transition: 300ms all;
}

.servIcon {
  width: 100px;
  aspect-ratio: 1/1;
  transition: 300ms all;
}

.servHead {
  padding: 20px 0px 19px 20px;
  font-family: var(--f1);
  font-size: 33px;
  color: #fff;
  transition: 300ms all;
}

.servCrdMain p {
  padding: 0 20px 20px 20px;
  font-size: 14px;
  font-family: var(--f1);
  color: #fff;
  margin: 0;
  transition: 300ms all;
}

.mainServices {
  padding: 40px 0 0;
}

.services {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.servCrd:hover .servPage {
  background: var(--c2);
}

.servCrd:hover .servNumb {
  background: var(--c1);
  color: #fff;
}

.servCrd:hover :is(.servHead, p) {
  color: #000;
}

.servCrd:hover .servArrow {
  background: #0c244c7a;
}

.servCrd:hover .servArrow:before {
  border-color: #0c244c7a;
}

.servCrd:hover .servIcon {
  filter: brightness(0);
}

.mainServices .col-md-4 {
  margin: 0 0 20px;
}

.serv_bg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* service  */
/* professional 
 */
.professional {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  position: relative;
}

.proBg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

.proBg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, var(--c1) 54%, transparent);
}

.proLogo {
  width: 230px;
  margin: 0 0 10px;
}

.proHead {
  font-size: 44px;
  color: #fff;
  font-family: var(--f1);
  font-weight: 600;
  margin: 0 0 20px;
}

.proHead span {
  display: block;
  font-size: 110px;
  font-weight: 800;
  font-family: var(--f1);
  background: linear-gradient(180deg, #ffffffba 10%, transparent 90%);
  color: transparent;
  -webkit-background-clip: text;
  margin-bottom: -70px;
}

/* professional  */
/* portfolio  */
.portContent p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 25px;
  font-family: var(--f1);
}

.portImg {
  width: 100%;
  height: 350px;
}

.portSlider .slick-list {
  padding: 0 140px !important;
}

.portSlider {
  margin: 30px 0 0 !important;
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: -20px 0 !important;
}

.slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  overflow: hidden;
  transition: 300ms all;
}

.slick-dots li button {
  padding: 0;
  background: #0c244c6e;
  width: 100%;
  height: 100%;
}

.slick-dots li.slick-active {
  width: 50px;
  border-radius: 10px;
}

.slick-dots li.slick-active button {
  background: var(--c1);
}

.portfolio {
  padding: 70px 0 120px;
}

/* portfolio  */

/*consultant css start*/

.consultant_sect {
  padding: 70px 0px;
  background: url(../images/consult-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}

.consult_form input {
  width: 100%;
  padding: 12px;
  margin: 0 0 18px;
  outline: none;
  font-size: 14px;
}

.consult_form input::placeholder {
  font-size: 14px;
  font-family: var(--f1);
  font-weight: 600;
  color: #8080807a;
}


.consult_form textarea {
  width: 100%;
  padding: 12px;
  margin: 0 0 18px;
  outline: none;
  font-size: 14px;
  border-radius: 5px;
}

.consult_form textarea::placeholder {
  font-size: 14px;
  font-family: var(--f1);
  font-weight: 600;
  color: #8080807a;
}

.consult_head {
  font-family: var(--f1);
  font-size: 34px;
  color: #ffff;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0 0 18px;
  line-height: 1.1;
}

.section_bttn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
}



.themebtn.trans {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/*consultant css end*/

/* faq css start */

.faqs {
  padding: 70px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.faqBg {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.accordion-item {
  background: transparent !important;
}

button.accordion-button.collapsed {
  background: none;
  border-bottom: 1px solid;
  background: transparent !important;
}

button.accordion-button:focus {
  background: none;
  box-shadow: none;
}

.accordion-item {
  border: none;
}

.accordion-body {
  background: url(../images/yellow-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 22px 28px;
}

button.accordion-button {
  border: none;
  padding: 18px 28px;
}

.accordion-body p {
  margin: 0;
  font-family: var(--f1);
  font-size: 16px;
  font-weight: 500;
}

button.accordion-button h6 {
  font-family: var(--f1);
  font-weight: 600;
  font-size: 17px;
}

.faqs .themebtn.trans {
  border: 1px solid #000;
  color: #000;
}

.accordion-button::after {
  content: "\e090";
  font-family: uicons-solid-rounded !important;
  background: var(--c1);
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
}

/* faq css end */


/* confidence css start */

/* .confidence_img {
  width: 88%;
  height: 372px;
  position: relative;
  z-index: 1;
  top: 45px;
}

.confidence_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.confidence_img::before {
  position: absolute;
  content: '';
  width: 230px;
  height: 230px;
  background: url(../images/dots.png);
  top: -32px;
  right: -55px;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.confidence_sect {
  background: var(--c1);
}

.confiidence_cont p {
  color: #fff;
  font-family: var(--f1);
  font-size: 16px;
  font-weight: 500;
} */

/* confidence css end */

/* consultant css start*/

.consult_div {
  color: #fff;
  width: 50%;
  margin: 0px auto 0px;
  position: relative;
}

.main_consult {
  display: flex;
  flex-wrap: wrap;
  width: 93%;
  margin: 0 auto 36px;
}

.consult_icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 10px 0px 0px !important;
}

.consult_icons li a {
  font-size: 24px;
  color: var(--c2);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 500ms;
}

.consult_div a h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  font-family: var(--f1);
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

.consult_div a h4 span {
  color: #fff;
  font-size: 26px;
}

.consult_div a p {
  font-family: var(--f1);
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

.consult_icons li a:hover {
  box-shadow: 0px 0px 8px 2px #fff;
  transform: scale(1.3);
}

.consult_div:nth-child(1) {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 65px 18px 65px 46px;
}

.consult_div:nth-child(2) {
  border-bottom: 1px solid #fff;
  padding: 64px 45px 65px 45px;
}

.consult_div:nth-child(3) {
  border-right: 1px solid #fff;
  padding: 65px 68px 65px 30px;
}

.consult_div:nth-child(1)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-top: 2px solid #ffffff9e;
  top: 0;
  left: 0;
  border-left: 2px solid #ffffff9e;
}

.consult_div:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-top: 2px solid #ffffff9e;
  top: 0;
  right: 0;
  border-right: 2px solid #ffffff9e;
}

.consult_div:nth-child(3)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-bottom: 2px solid #ffffff9e;
  bottom: 0;
  left: 0;
  border-left: 2px solid #ffffff9e;
}

.consult_div:nth-child(4)::before {
  position: absolute;
  content: '';
  width: 78%;
  height: 78%;
  border-bottom: 2px solid #ffffff9e;
  bottom: 0;
  right: 0;
  border-right: 2px solid #ffffff9e;
}

.consult_div a {
  text-decoration: none;
}

.consult_div:nth-child(4) {
  padding: 60px 45px;
}

/* consultant css end */

/* guidance css start */

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

.head.white {
  color: #fff;
}

.guide_big_img {
  width: 76%;
  height: 620px;
  margin: 0 auto;
  box-shadow: 12px 0px 0px 0px var(--c2);
  border-radius: 0px 125px 50px 0px;
  position: relative;
}

.guide_big_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.helping_guidance {
  padding: 75px 0px;
  background: var(--c1);
}

.guide_small_img {
  position: absolute;
  width: 44%;
  height: 225px;
  overflow: hidden;
  top: 70%;
  left: -15%;
  transform: translateY(-50%);
}

.guide_small_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guide_big_img::before {
  position: absolute;
  content: '';
  background: url(../images/dots.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 180px;
  top: 45px;
  left: -54px;
  z-index: -1;
}

.guide_big_img::after {
  position: absolute;
  content: '';
  background: url(../images/dots.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 180px;
  bottom: 45px;
  right: -80px;
  z-index: -1;
}

.guidance_point li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 0 30px;
}

.guide_icon {
  width: 100px;
  height: 65px;
  overflow: hidden;
  border: 1px solid var(--c2);
  padding: 14px;
  border-radius: 50%;
}

.guide_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.guide_text .guide_head {
  font-family: var(--f1);
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.guide_text p {
  font-size: 15px;
  font-family: var(--f1);
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #fff;
}

.guidance_point {
  width: 86%;
  margin: 45px 0px 0px !important;
}

.section_bttn .themebtn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/* guidance css end */

/* footer css start */

.footer {
  background: url(../images/footer-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 70px 0px 30px;
}

.footer_para h3 {
  font-size: 26px;
  margin: 0 0 18px;
  font-weight: 600;
  font-family: var(--f1);
  position: relative;
}

.footer_para p {
  font-family: var(--f1);
  font-weight: 500;
  font-size: 15px;
  width: 84%;
}

.footer_links h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--f1);
  text-transform: capitalize;
  margin: 0 0 22px;
  position: relative;
}

.footer_links h3::before {
  position: absolute;
  content: '';
  background: var(--c1);
  width: 35px;
  height: 4px;
  bottom: -5px;
  left: 0;
}

.footer_para h3::before {
  position: absolute;
  content: '';
  background: var(--c1);
  width: 35px;
  bottom: -5px;
  left: 0;
  height: 4px;
}

.footer_links li a {
  font-family: var(--f1);
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-left: 10px;
}

.footer_links {
  line-height: 1.3;
  margin: 0 0 40px !important;
}

.footer_links li {
  margin: 0 0 10px;
}

.footer_links li a span {
  display: flex;
  font-size: 18px;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  font-family: var(--f1);
  font-weight: 800;
  margin: 0 0;
}

.footer_links li a::before {
  position: absolute;
}

.footer_links li a::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: var(--c1);
  left: -2px;
  border-radius: 50%;
  top: 6px;
}

.footer_links.contact li a::before {
  display: none;
}

.footer_links.contact li a {
  padding: 0;
  margin: 0 0 12px;
}

.footer_links li a span small {
  font-size: 13px;
}


.copMain {
  background: var(--c2);
  padding: 10px;
}

.copyContent {
  margin: 0;
  font-size: 14px;
  font-family: var(--f1);
  font-weight: 600;
  color: #000;
  text-align: center;
}

/* footer css end */
/* about Page  */
.innerBannerHead {
  text-align: center;
  font-size: 110px;
  font-family: var(--f1);
  font-weight: 600;
  color: #fff;
}

.banner.--inner {
  min-height: 60vh;
}

/* responsive  css start */

.menu_logo {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 500ms all;
  box-shadow: 0px 0px 10px 0px #cfcfcf;
}


.side_menu {
  width: 90%;
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  padding: 10px 16px;
  left: 0;
  z-index: 99999;
  transform: translateX(-100%);
  transition: 200ms all;
}

.responsive_menu {
  display: none;
}

.show {
  transform: translateX(0%);
}

.responsive_logo img {
  width: 130px;
}

.open_menu {
  font-size: 30px;
  color: var(--c2);
}

.side_menu li a {
  padding: 12px 12px;
  width: 100%;
  color: #373737;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

.close_menu {
  width: 50px;
  text-align: end;
  padding: 8px 12px !important;
  float: inline-end;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_sticky {
  position: fixed;
}

.responsive_overly {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #000000a3;
  transition: 200ms;
  left: -100%;
  top: 0;
  z-index: 9999;
}

.responsive_overly.show {
  left: 0;
}

.side_menu li.accordion-button {
  background: transparent;
  padding: 0;
}

.side_menu .accordion-item {
  background: transparent;
  border: none;
}

.side_menu .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: boxicons !important;
  background-image: none;
  content: "\ebc0";
  color: #000;
  font-size: 19px;
}

.side_menu .accordion-body {
  padding: 0;
  overflow-x: auto;
}

.side_menu .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-180deg);
  background-image: none;
  content: "\eb8b";
  color: var(--c1);
}

.side_menu .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
  outline: 0;
  border-color: transparent;
}

.side_menu .accordion-button:not(.collapsed) a {
  color: var(--c1);
}

.close_menu i {
  font-size: 23px;
}



.side_form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 5px 12px;
  gap: 10px;
  box-shadow: 0px 1px 0px 0px #ebebeb;
  margin-bottom: 14px;
  margin-top: 0px;
}

.side_form input {
  background: transparent;
  border: none;
  outline: 0;
  color: gray;
  font-size: 13px;
  width: 100%;
}

.side_form button {
  background: transparent;
  border: none;
  font-size: 17px;
  color: gray;
  outline: 0;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.social a {
  font-size: 24px;
  color: var(--c2);
}

.link_row {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0px;
  justify-content: space-between;
  padding-left: 14px;
}

.link_colom {
  width: 100%;
}


.sidenav {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px 10px;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 200ms all;
  width: 500px;
  border-left: 1px solid;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-image: initial;
  padding: 20px 17px;
}


.custom-select {
  position: relative;
  width: 180px;
  cursor: pointer;
}

.custom-select .selected {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--f1);
  font-size: 13px;
}

.custom-select img {
  width: 20px;
  height: 14px;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  display: none;
  z-index: 99;
}

.custom-select .options li {
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.custom-select.open .options {
  display: block;
}

.side_menu ul {
  height: 84vh;
  overflow-y: auto;
}

/* responsive  css end */

/* dropdown css start */

ul.dropdown_menu {
  background: #fff;
  position: absolute;
  z-index: 99999;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 500ms all;
}

ul.dropdown_menu li a {
  padding: 12px 10px;
  color: #000000;
  font-size: 13px;
  align-items: center;
}

.dropdown-submenu>.dropdown_menu,
li.dropdown-submenu ul.dropdown_menu ul.dropdown_menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}

.dropdown_menu {
  padding: 0;
  margin: 0;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.dropdown_menu {
  position: static;
  float: none;
}

li:hover>ul.dropdown_menu {
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 9%);
  min-width: 14rem;
  visibility: visible;
  opacity: 1;
}

.header-main__nav li {
  position: relative;
}

ul.dropdown_menu li a::after {
  display: none;
}

.dropdown-toggle {
  font-size: 17px;
  transition: 500ms;
}

ul.header_nav li a i {
  font-size: 15px;
  transition: 300ms;
}

ul.header_nav li:hover i {
  transform: rotate(180deg);
}

.dropdown-submenu:hover .dropdown-toggle {
  transform: rotate(-90deg);
}

.top-radious {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}

.bottom-radious {
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}

ul.dropdown_menu li a:hover {
  background: var(--c1);
  color: #fff;
}

ul.header_nav li {
  position: relative;
}

/* dropdown css end */

/* popup form css start */

.form_close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  top: 6px;
  right: 6px;
  z-index: 999;
  background: var(--c1);
  border-radius: 8px;
}

.popup_form {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background: #59362982;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  backdrop-filter: blur(24px);
  overflow: hidden;
}

.popup_form .form_arrow {
  display: none;
}

.popup_form.active {
  display: flex;
}

.popup_form .form_close {
  display: flex;
}

.form_close:hover {
  color: #fff;
  background: var(--c2);
}

.popup_form .chat_form {
  width: 26%;
  position: relative;
}

.popup_form .main_ban_form {
  width: 26%;
}


/* popup form css end */


/* inner banner css */

.inner_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  min-height: 94vh;
}

.inner_banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  filter: grayscale(0.3);
  z-index: -1;
}

.inner_banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_cont {
  position: relative;
  z-index: 9;
  color: #fff;
}

.inner_cont h6 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: var(--f1);
  font-weight: 400;
}

.inner_cont h3 {
  font-size: 48px;
  font-family: var(--f2);
  text-transform: capitalize;
  margin: 14px 0px;
  font-weight: 700;
  line-height: 1.1;
}

.inner_cont p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 7px;
}

.inner_sub_img {
  width: 80%;
  height: 580px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.inner_sub_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_banners {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 107vh;
  backdrop-filter: blur(5px);
  padding: 52px 0px;
  background: #ffffff69;
}

.inner_sub_cont h3 {
  font-size: 38px;
  font-family: var(--f2);
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.inner_sub_cont p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 7px;
}

.inner_sub_banners_overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_banners_overly img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_sub_cont {
  position: relative;
  z-index: 9;
}

.inner_cont.text-center h3 {
  font-size: 80px;
  letter-spacing: 2px;
}

.inner_cont h3 span {
  font-family: var(--f2);
  background: var(--c2);
  padding: 0px 0px;
  font-style: italic;
  display: inline-block;
  font-weight: 500;
  line-height: 0.9;
}

.inner_sub_cont ul li {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 7px;
  position: relative;
}

.inner_sub_cont ul {
  padding-left: 18px;
}

.inner_sub_cont ul li::before {
  position: absolute;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: var(--c2);
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
}

/* inner banner css end */

/* contact us page css start */


.contact_img {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  transform: scale(1.1);
  margin-left: -30px;
}

.contact_img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: contain;
}

.contact_us {
  padding: 70px 0px 100px;
  /* background: url(../images/contact-back.webp); */
  /* background-position: center; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(6px);
  background: #ffffff36;
}

.contact_img::before {
  position: absolute;
  content: '';
  border: 50px solid;
  border-radius: 100%;
  background: transparent;
  height: 395px;
  width: 395px;
  right: 110px;
  top: 30px;
}

.contact_form textarea {
  height: 103px;
}

.contact_us_cont h5 {
  font-family: var(--f1);
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  word-spacing: -4px;
}

.contact_us_cont h3 {
  font-family: var(--f2);
  text-transform: uppercase;
  font-size: 44px;
  line-height: 1.1;
  color: #000;
  font-weight: 800;
}

.contact_us_cont h3 span {
  font-family: var(--f3);
  text-transform: uppercase;
  font-weight: 900;
}

.contact_form {
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.contact_form input::placeholder {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
}

.contact_form textarea::placeholder {
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
  font-weight: 400;
}

.contact_us::before {
  position: absolute;
  content: '';
  background: url(../images/splatter.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 208px;
  top: 8px;
  left: -74px;
  z-index: 9;
  transform: scaleX(-1) rotate(75deg);
}

.per-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0 15px;
}

.per-check input {
  width: fit-content;
}

.per-check label {
  font-size: 12px;
}

.per-check label a {
  color: #000;
  font-weight: 800;
  text-decoration: underline !important;
  font-size: 11px;
}

.contBox a {
  width: 100%;
  display: flex;
  gap: 10px;
  font-size: 14px;
}

.contBox a i {
  font-size: 20px;
}

.contBox a span {
  font-weight: 600;
}

.contact_form_fields input,
.contact_form_fields textarea {
  width: 100%;
  border: honeydew;
  padding: 10px 10px;
  font-size: 14px;
  box-shadow: 0px 0px 8px 0px #b9b9b9;
  border-radius: 5px;
  outline: 0;
}

form.contact_page_form .col-md-4,
form.contact_page_form .col-md-12 {
  padding: 0px 7px;
}

.contact_form_fields textarea {
  height: 120px;
}

.contact_form_fields {
  margin-bottom: 10px;
}

.contact_form_fields input::placeholder,
.contact_form_fields textarea::placeholder {
  text-transform: capitalize;
}

form.contact_page_form {
  margin: 30px 0px;
}

/* contact us page css end */

.copy_right ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.copy_right a {
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
}

.copy_right a:hover {
  color: var(--c1);
}

/* privacy page css start */

.privacy {
  padding: 80px 0;
  background: #f9fafc;
}

.policy_content {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 50px 60px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* Section Headings */
.policy_content h4 {
  font-size: 26px;
  font-family: var(--f2);
  font-weight: 600;
  margin: 13px 0;
  color: #111827;
  position: relative;
  padding-left: 18px;
  text-transform: capitalize;
}

.policy_content h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  height: 70%;
  width: 4px;
  background: var(--c2);
  border-radius: 4px;
}

/* Paragraph Styling */
.policy_content p {
  font-size: 15.5px;
  line-height: 1.9;
  color: #374151;
  text-align: justify;
  margin-bottom: 14px;
}

/* Bold text highlight */
.policy_content p b {
  color: var(--c2);
  font-weight: 600;
}

/* Links */
.policy_content a {
  color: var(--c2);
  text-decoration: none;
  font-weight: 500;
}

.policy_content a:hover {
  color: var(--c1);
}

/* Contact Section Highlight */

.policy_content h1 {
  font-size: 50px;
  font-family: var(--f1);
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  text-decoration: underline !important;
  text-decoration-color: var(--c2) !important;
}

.policy_content ul,
.terms_content ul {
  padding-left: 22px;
  margin: 15px 0;
}

.policy_content ul li,
.terms_content ul li {
  font-size: 15px;
  line-height: 1.9;
  color: #374151;
  margin-bottom: 8px;
  position: relative;
  padding-left: 16px;
}

/* Custom bullet */
.policy_content ul li::before,
.terms_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  color: var(--c2);
  font-size: 21px;
  line-height: 1.9;
  width: 7px;
  height: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c2);
  border-radius: 50px;
}

.policy_content h5 {
  font-size: 22px;
  font-family: var(--f1);
  font-weight: 500;
}

/* privacy page css end */

.copyright_para {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}

.copyright_para ul {
  display: flex;
  align-items: center;
  gap: 21px;
}

.copyright_para ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
}

.copyright_para ul li a:hover {
  color: var(--c2);
}

.white_btn {
  text-align: -webkit-center;
}

.testo_page {
  padding: 70px 0px;
}

.testo_page .col-md-4:nth-child(odd) .testi_card {
  background: var(--c2);
}


.popup_form .bannerMainForm:before,
.popup_form .bannerMainForm:after {
  display: none;
}


.popup_form .bannerFormBox {
  margin: 0 auto;
  width: 100%;
}

.inner_banner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #000000b5;
  top: 0;
  left: 0;
}

.faqs .bannerBtns {
  justify-content: center;
  margin: 40px 0px 0px;
}


.faqs .themebtn.--trans.white {
  border: 1px solid #000;
  color: #000;
}

.faqs .themebtn.--trans.white:hover {
  border: none;
}

.head_para {
  font-size: 15px;
  font-family: var(--f1);
  font-weight: 400;
  text-align: center;
}

.professional .head_para {
  color: #fff;
  text-align: start;
  width: 68%;
}

.professional .proHead {
  margin: 0 0 6px;
}

section.helping_guidance .head_para {
  text-align: start;
  line-height: 1.2;
  margin: 15px 0 0;
}

.consultant_cont p {
  font-size: 16px;
  color: #fff;
  font-family: var(--f1);
  font-weight: 500;
  width: 95%;
}

.consult_head {
  margin: 0 0 5px;
}

.aboutImg img {width: 80%;object-fit: cover;height: 100%;border-radius: 16px;border-top-right-radius: 64px;}

.aboutImg::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 115%;
    background: #223554;
    z-index: -1;
    left: 19px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.about_img {
    width: 100%;
    height: 505px;
}

.about_img img {
    object-fit: cover;
}

.policy_content p bold {
    font-size: 18px;
    font-family: var(--f2);
    font-weight: 600;
    color: #000;
}

.footer p bold {
    font-weight: 800;
    font-size: 18px;
    font-family: var(--f1);
}
