@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #0f0e0e;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121111;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

.cl {
  color: #f06424;
}

h1 {
  font-size: 63px;
  line-height: 70px;
  letter-spacing: 1px;
  font-weight: 900;
}

h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

h3 {
  font-size: 14px;
  line-height: 20px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  padding: 16px 24px;
  background-color: #f06424;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.pbtn:hover,
.pbtn:focus {
  color: #fff !important;
}

.pbtn:hover {
  background: #000;
}

.maxWidth {
  max-width: 1500px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
}

a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: inherit;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 14px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  display: inline-block;
  text-decoration: none;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #f06424;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
}

/*banner css end*/

/* Header start  */

.menuSec .bt {
  min-width: 180px;
}

.menuSec .bt a {
  width: 100%;
}

img.banner_bg--img {
  height: 760px;
  width: 100%;
  object-fit: cover;
}

/* Header end  */

/* Steps start  */

.stepsWp {
  position: relative;
  width: 92%;
  margin: 0px auto;
  background: #fff;
  border-radius: 16px;
  padding: 0 50px 50px;
}

.step_items {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #ebebeb;
  padding: 44px 20px;
  transition: 0.2s;
}

img.step_items--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  object-fit: cover;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}

.step_items--header {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid #99999969;
  transition: 0.3s;
}

.step_items--header h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  transition: 0.3s;
}

.step_items--body {
  position: relative;
  transition: all 0.3s;
}

.step_items:hover img.step_items--bg {
  opacity: 20%;
}

.step_items:hover {
  background: #f06424;
}

.step_items:hover .step_items--header {
  border-color: #fff;
}

.step_items:hover * {
  color: #fff;
}

/* Steps end  */

/* service start  */

.sections_wraps:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 71%;
  bottom: 0;
  background: #ebebeb;
}

.ssWrp {
  width: 90%;
  margin: 0px auto;
}

img.ss_home--img {
  height: 640px;
  width: 100%;
  object-fit: cover;
  border-radius: 18px;
}

.ss_imgs {
  margin-right: 12px;
}

.ss_listing {
  padding: 32px 0;
  border-top: 1px solid #99999996;
}

.ss_listing ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ss_listing ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.ss_listing .ss_i {
  flex-shrink: 0;
  width: 53px;
  height: 50px;
  border-radius: 15px;
  background: #f06424;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.ss_listing li span {
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

/* service end  */

/* Register form page  */

.hf-form {
  max-width: 1000px;
  font-family: Arial, Helvetica, sans-serif;
}

.hf-group {
  margin-bottom: 28px;
}

.hf-label {
  display: block;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.hf-options {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.hf-check {
  font-size: 13px;
  color: #100f0f;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.hf-check input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 40%;
}

.hf-select {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 15px;
  outline: none;
  transition: 0.3s;
  font-size: 13px;
  outline: none;
}

.hf-select option {
  font-weight: 600;
}

.hf-select:focus {
  border-color: #999;
}

/* Register form page  */

/* Header */
.reg_header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
  line-height: 1.4;
}

.form-group {
  margin-bottom: 10px;
}

.form-group label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #000;
}

/* Inputs */
.form-group input {
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 15px;
  outline: none;
  transition: 0.3s;
  font-weight: 600;
  font-size: 13px;
}

.form-group input:focus {
  border-color: #999;
}

/* Radio buttons */
.radio-group {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.radio-group label {
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Image */
.register-img img {
  width: 100%;
  border-radius: 20px;
}

.hf-check input:checked {
  opacity: 1 !important;
}

section.register label {
  font-size: 13px;
}

.select-wrap {
  position: relative;
}

.select-wrap i {
  position: absolute;
  right: 15px;
  top: 60px;
  pointer-events: none;
  font-size: 12px;
  color: #555555cc;
}

.regsWp {
  width: 90%;
  margin: 0 auto;
}

.register-img {
  margin-left: 14px;
}

.hf-check input[type="checkbox"] {
  accent-color: #f06424; /* your green color */
}

/* Limited start  */

.limitWp {
  position: relative;
  width: 90%;
  margin: 0px auto;
  background: #f06424;
  border-radius: 16px;
  padding: 100px 80px;
}

img.limite_sec--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 11%;
  object-position: center center;
}

.limit_txt {
  position: relative;
}

.limit_txt span.subheading {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding-bottom: 14px;
  display: block;
}

.bt.whiteBtn .pbtn {
  background: #fff;
  color: #f06424;
}

.bt.whiteBtn .pbtn:hover {
  background: #000;
}

/* Limited end  */

/* =================================================== */
/* =================================================== */

/* footer satrt  */

footer {
  background-color: #121212;
}

h2.footer-title {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 40px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
}

.foter-col ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
}

.foter-col ul li a {
  color: #fff;
  text-transform: uppercase;
  opacity: 80%;
  font-size: 13px;
}

.cont_four ul li a {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #989899;
  gap: 24px;
  line-height: 23px;
  font-weight: 400;
}

.cont_four ul li {
  line-height: 40px;
}

.cont_four ul li a i {
  font-size: 18px;
  color: #fff;
}

.footerSec {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 0px;
}

.foter-col ul li a:hover {
  opacity: 1;
  color: #2dec7e;
}

.footer-socials i {
  color: #c7c5c5;
  border: 1px solid #aaaaaa80;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.cont_four ul li a:hover i {
  color: #fff;
}

.oth-link {
  position: relative;
  padding-left: 30px;
}

.cont_four ul {
  gap: 24px;
}

.followin h2.footer-title {
  margin-bottom: 5px;
}

.footer-socials i:hover {
  background: #f06424;
  border: transparent;
  color: #fff;
}

.foot-links {
  width: 62%;
  height: 100%;
  margin: 0px auto;
  position: relative;
  padding-left: 60px;
  left: 70px;
}

.foot-links ul {
  gap: 16px;
}

.oth-link ul {
  gap: 26px;
}

h2.footer-title span {
  font-variant: proportional-nums;
}

h2.footer-title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #ffffff69;
  bottom: 0px;
}

.followin h2.footer-title:before {
  display: none;
}

.oth-link p {
  color: #fff;
}

.newform {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.newform input {
  width: 100%;
  border: 1px solid #eeeeee21;
  background: transparent;
  color: #fff;
  font-weight: 500;
  padding: 18px 26px;
  border-radius: 10px;
}

.newform input::placeholder {
  text-transform: uppercase;
}

.newform .bt {
  width: 100%;
  text-align: center;
}

.newform .bt button {
  width: 100%;
  font-weight: 400;
  padding: 22px 15px;
  font-size: 17px;
}

.footer_logo {
  display: inline-block;
  margin-bottom: 15px;
}

.footerCopy {
  padding: 20px 0;
  border-top: 1px solid #414141;
  background: #f06424;
  margin-top: 60px;
}

.footer-socials {
  margin: 0px;
}

.foot-links:before {
  position: absolute;
}

.cont_four {
  position: relative;
  padding: 0px 30px 0px 30px;
  float: right;
}

/* .cont_four:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  right: 20px;
  top: 0;
  background: #ffffff24;
} */

.oth-link.foter-col p {
  font-size: 14px;
  line-height: 24px;
}

.footerSec p {
  font-size: 13px;
  line-height: 23px;
}

.foot-links:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -55px;
  background: #ffffff21;
}

.cont_four:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 90%;
  left: -35px;
  background: #ffffff21;
  top: 0;
}

/* footer end  */

/* services start  */

img.inbanner_bg--img {
  width: 100%;
  height: 580px;
}
.instep_items {
  position: relative;
  border-radius: 24px;
  background: #f06424;
  padding: 44px 20px;
  transition: 0.2s;
  height: 170px;
  margin-bottom: 52px;
}

.instep_items h3 {
  position: relative;
  margin: 0px;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  font-weight: 900;
}

.instp_i {
  width: 70px;
  height: 70px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  position: absolute;
  bottom: -33px;
  right: 0;
  left: 0;
  margin: 0px auto;
}

.instp_i img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(82%) saturate(831%)
    hue-rotate(343deg) brightness(96%) contrast(96%);
  width: 46%;
}

img.in-svs-img {
  width: 100%;
  object-fit: cover;
}

/* services end  */

/* ======================== Contact   ========================= */

.ctc-contentWraper {
  padding: 40px 40px;
  width: 90%;
  background: #fff;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 27%);
  border-radius: 15px;
}

.text-dark-tel h3 {
  font-size: 33px;
  color: #111;
  margin-top: 50px;
  font-weight: 900;
  font-family: "poppins";
}

section.contact-page .content .tel {
  margin: 60px 0 50px;
}

.contact-form .formField {
  margin-bottom: 10px;
}

.contact-form .formField input,
.contact-form .formField textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 13px;
}

.contact-form textarea {
  height: 110px;
  resize: unset;
  position: relative;
}

.contact-form textarea::placeholder {
  position: absolute;
  bottom: 16px;
}

.contact-form .bt {
  position: absolute;
  bottom: -10px;
  right: 34px;
}

.iconsBox {
  padding: 50px 0px 10px;
}

.col2 .iconsBox {
  border-right: 1px solid #44444438;
  border-left: 1px solid #44444438;
}

h2.text-uppercase.contact-pg-heading {
  font-size: 41px;
  line-height: 45px;
}

.ctc-contentWraper p {
  margin: 0px;
  color: gray;
}

/* ======================== Contact   ========================= */

.steps-section {
  background: #f3f3f3;
}

.step-img {
  position: relative;
  border-radius: 16px;
  height: 390px;
  padding: 10px 0;
}

.step-img img {
  width: 100%;
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 16px 0px 0px #f15a24;
}

.step-img.topImg img {
  box-shadow: 0px -16px 0px 0px #f15a24;
}
.step_heading p {
  font-size: 15px;
  font-weight: 600;
}

.step-content {
  max-width: 420px;
}

.step-content span {
  color: #f15a24;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 25px;
  display: block;
  font-family: "Playfair Display";
  width: 76%;
  border-bottom: 1px solid #00000036;
  padding-bottom: 24px;
}

.step-content.right {
  margin-left: 24px;
}

.step-content.left {
  margin-right: 24px;
  margin-left: auto;
  text-align: right;
}

.step-content p {
  font-size: 20px;
  color: #0f0e0e;
  line-height: 30px;
}

.instpwp {
  width: 90%;
  margin: 0px auto;
}

.step-content.left span {
  margin: 0px 2px 25px auto;
}

@media (max-width: 991px) {
  .step-content.right,
  .step-content.left {
    margin: 25px 0;
    text-align: left;
  }

  .step-row {
    margin-bottom: 50px;
  }
}
/* Government backend grants start */

.ss-txt p {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #373737;
  margin: 0px;
}
.foter-col ul li a:hover {
  color: #f06424;
  text-decoration: underline;
}

/* privacy policy page start */

.privacy-padd h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.privacy-padd h4 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 800;
}

.privacy-padd p {
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: 600;
  color: #4b4949;
}

.privacy-padd ul {
  padding-left: 18px;
  margin-bottom: 20px;
  list-style: disc;
}

.privacy-padd li {
  margin-bottom: 8px;
  line-height: 1.7;
  font-weight: 600;
  color: #4b4949;
}

.privacy-padd ol {
  list-style: decimal;
  padding-left: 23px;
}
/* privacy policy page end  */
