@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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 *****/

@font-face {
  font-family: "unisans";
  src: url(../fonts/uni-sans.thin-caps.otf);
  font-weight: 400;
}

@font-face {
  font-family: "unisans";
  src: url(../fonts/uni-sans.heavy-caps.otf);
  font-weight: 600;
}

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #8e8e8f;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232323;
  font-family: "unisans";
}

h1 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 600;
}

h2 {
  font-size: 60px;
  line-height: 65px;
  font-weight: 600;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 17px;
  line-height: 21px;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

/***** 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 {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 56px;
  justify-content: center;
  background: transparent;
  border-radius: 45px;
  padding: 3px 16px 3px 4px;
  transition: 0.2s;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.pbtn:hover {
  background: #ff642b;
}

.pbtn:hover span.b-txt {
  background: #fff;
  color: #b9a896;
}

.maxWidth {
  max-width: 1400px;
  /* max-width: 1440px; */
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

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: 16px 0 16px 30px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 20px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffff;
  padding: 10px 34px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.menuSec ul li a:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40%;
  right: 0;
  top: 14px;
  background: #ffffff5c;
}

.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: #ff642b;
}

.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;
}

/* Custom Header  */

header {
  background: #232323;
}

.pbtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff642b;
  height: 48px;
  border-radius: 55px;
  padding: 0px 18px;
  color: #fff;
}

/* Custom Header  */

/*banner css start */

.banner-counts span.current-item {
  font-family: "unisans";
  font-size: 34px;
  position: relative;
  font-weight: 600;
}

span.spacer {
  color: #ffffff54;
  font-size: 23px;
  font-weight: 100;
  position: relative;
}

span.total-slides {
  color: #ffffff54;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 20px;
}

.baner-sl-btn button {
  height: 50px;
  background: transparent;
  width: 50px;
  transition: 0.2s;
  border-radius: 45px;
  border: 1px solid #fff;
}

.baner-sl-btn button img {
  width: 10px;
  object-fit: fill;
  transition: 0.3s;
  filter: brightness(0) invert(1);
}

.baner-sl-btn button:hover img {
  filter: brightness(0) invert(1);
}

section.banner {
  background: #232323;
}

.bannerWraper {
  position: relative;
  max-width: 1600px;
  margin:0 auto;
}

.bannerWraper .maxWidth {
  /*margin-right: 0px;*/
  max-width: 1480px;
}

.bannerSlider .slick-slide.slick-current.slick-active {
  opacity: 1;
}

.bannerSlider .slick-slide {
  opacity: 0;
  margin: 0px 0px 0 10px;
}

img.home-bg-img {
  height: 760px;
  width: 100%;
  object-fit: fill;
  filter: brightness(0.8);
}

.bannertxt {
  position: absolute;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 90%;
  padding-left: 10px;
}

.bannertxt .pbtn img {
  width: auto;
}

.bannertxt h2 {
  font-weight: 400;
}

.bannertxt h6 {
  font-size: 15px;
}

.bannertxt p {
  opacity: 80%;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  width: 65%;
  margin: 14px auto 20px;
}

.banner-main {
  position: relative;
}

.bannerbtm {
  padding: 20px 20px;
  position: relative;
}

.bannerbtm .bannertxt {
  padding-left: 0px;
  top: 0;
}

.baner-sl-btn button:hover {
  background: #ff642b;
}

.bannerbtm:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 1px;
  background: #ffffff26;
  left: 100px;
  top: 47px;
}

/*banner css end*/

/* Services start  */

section.home-service .heading {
  margin-bottom: 40px;
}

section.home-service .heading h1 {
  color: #000;
}

.svs-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.svs-box img.svs-main-img {
  width: 100%;
  height: 700px;
  display: inline-block;
  transition: 0.2s;
  border-radius: 10px;
}

.svs-box .svs-txt {
  background: #fff;
  padding: 20px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 90%;
  border-radius: 0px 10px 10px 0px;
  padding-left: 0;
}

.svs-box .svs-txt p {
  margin-bottom: 5px;
}

.svs-box .svs-txt .siteBtn .pBtn span.img img {
  width: auto;
}

.svs-box .svs-txt .siteBtn .pBtn {
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 400;
}

section.home-service h6 {
  color: #000;
  font-weight: bold;
}

.svs-box:hover img.svs-main-img {
  filter: brightness(0.7);
  transform: scale(1.1);
}

img.card-img-top {
  height: 330px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

section.home-service .colRight {
  position: relative;
  height: 100%;
}

section.home-service .colRight .card {
  position: relative;
  border: 0px;
}

section.home-service .colRight .card .card-body {
  padding: 26px 0px 10px;
  margin-bottom: 20px;
}

section.home-service .colRight .card .card-body h5.card-title {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0px 0 10px;
}

section.home-service .colRight .card p {
  margin-bottom: 5px;
}

section.home-service .colRight .slideNavs {
  position: relative;
  max-width: 460px;
}

.slideNavs .row {
  align-items: center;
}

.slideNavs .svsBtns {
  position: relative;
}

.slideNavs .svsBtns button {
  display: flex;
  border: 1px solid #ff642b;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  width: 40px;
  height: 40px;
  background: transparent;
}

.slideNavs .counters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
  margin-left: 10px;
}

.slideNavs .counters h2.current-number {
  margin: 0px;
  padding-left: 5px;
  font-size: 38px;
  line-height: 44px;
  color: #ff642b;
}

.slideNavs .counters .contsitem {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  position: relative;
}

.slideNavs .counters .contsitem span {
  font-size: 13px;
  position: relative;
  letter-spacing: 4px;
  color: #fd632b;
  font-weight: 500;
}

.slideNavs .counters .contsitem:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 47%;
  left: 44%;
  background: #fd632b;
  transform: rotate(15deg);
}

.slideNavs .svsBtns button:hover img {
  filter: unset;
  transform: unset;
}

.slideNavs .counters:before {
  position: absolute;
  content: "";
  width: 55%;
  right: 0;
  left: -22px;
  margin: 0px auto;
  background: #00000038;
  height: 1px;
}

section.home-service .colRight:before {
  position: absolute;
  content: "";
  width: 1px;
  right: 0;
  left: 0;
  margin: 0px auto;
  background: #000;
  opacity: 10%;
  height: 81%;
  top: 0;
}

.pbtn img {
  width: auto;
}

.bt.darkbtn .pbtn {
  background: #1b1b1b;
}

/* Services End */

/* ------------------------------- About ------------------ */

.abtWrap {
  width: 90%;
  margin: 0px auto;
}

img.ab1-img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

/* ------------------------------- About ------------------ */

/*Contact Us Start*/

.contact-us-images img {
  height: 635px;
  object-fit: cover;
  border-radius: 8px;
}

.contact-us-heading h2 span {
  display: block;
}

.contact-us-form {
  background: #1b1b1b;
  border-radius: 8px;
  margin-top: 8px;
  padding: 24px;
}

.contact-us-images {
  width: 830px;
}

.contact-us-form-input input {
  width: 100%;
  height: 63px;
  border: 1px solid #ffffff29;
  background: transparent;
  padding: 0px 20px 0px 80px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.contact-us-form-select select {
  width: 100%;
  height: 63px;
  border: 1px solid #ffffff29;
  background: transparent;
  padding: 0px 20px 0px 20px;
  border-radius: 8px;
  color: #ffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.contact-us-form-select {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.contact-us-form-select-icon {
  position: absolute;
  right: 22px;
  pointer-events: none;
}

.contact-us-form-select-icon i {
  color: #fff;
  font-size: 19px;
}

.contact-us-form-input-line img {
  width: 9px;
  height: 54px;
  object-fit: contain;
}

.contact-us-form-input input::placeholder {
  color: #ffffffbe;
}

.contact-us-form-input {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.contact-us-form-input-icon i {
  font-size: 16px;
  color: #fff;
}

.contact-us-form-input-line {
  position: absolute;
  top: 6px;
  left: 60px;
}

.contact-us-form-input-icon {
  position: absolute;
  left: 20px;
}

.contact-us-form-select .contact-us-form-input-line {
  right: 60px;
  left: inherit;
  transform: rotate(180deg);
}

.contact-us-form-textarea textarea {
  width: 100%;
  height: 140px;
  border: 1px solid #ffffff29;
  background: transparent;
  padding: 20px 20px 0px 20px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  resize: none;
}

.contact-us-form-textarea textarea::placeholder {
  color: #ffffffbe;
  position: absolute;
  bottom: 20px;
}

.contact-us-form-button button span {
  width: 40px;
  height: 40px;
}

.contact-us-form-button {
  margin-top: 10px;
}

.contact-us-form-select select option {
  color: #000 !important;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
}

/*Contact Us Ends*/

/* ----------------------------- Footer ------------------------*/
footer {
  background-color: #1f1e21;
}

.bottom-footer {
  border-top: 1px solid #ffffff0d;
}

.ft-general {
  padding: 130px 0 80px;
  position: relative;
}

.footer-links {
  margin-left: 100px;
}

.footer-info {
  margin-left: 30px;
  border-left: 1px solid #ffffff0d;
  padding-left: 80px;
}

.footer-info a {
  color: #222;
}

.double-links ul li a {
  color: #222;
  text-transform: uppercase;
}

.double-links {
  gap: 60px;
}

img.footer-logo {
  width: 240px;
}

.double-links ul li a:hover {
  color: #c71542;
}

.footerlogo {
  border-right: 1px solid #ffffff0d;
  margin-right: 20px;
  padding-right: 60px;
}

.footerlogo h3 {
  font-size: 36px;
  line-height: 46px;
}

.double-links ul li a {
  color: #ffffffb3;
}

.double-links ul li a:hover {
  color: #ffff;
}

/* ----------------------------- Footer ------------------------*/

section.mail-ft {
  margin-bottom: -50px;
}

.mailWraper {
  width: 70%;
  z-index: 12;
}

.connectLinks {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #161617;
  padding: 20px 20px 20px 0px;
}

.connectLinks .connecIcon {
  width: 50px;
  height: 50px;
  background: #292929;
  display: flex;
  justify-content: center;
  align-items: center;
}

.connectLinks .connecIcon i {
  font-size: 20px;
}

.connectLinks .conneTxt h6 {
  font-size: 14px;
  letter-spacing: 3px;
  font-family: "Rajdhani", sans-serif;
}

.banner-shape:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 67%;
  background: #fff;
  border-radius: 7px;
  bottom: -4px;
  left: 6px;
}

/* ====================== */

.inner-banner-main:before {
  position: absolute;
  content: "";
  height: 44%;
  background: #fff;
  border-radius: 7px;
  right: 0px;
  width: 1486px;
  bottom: 113px;
}

.menuSec ul li:last-child a:before {
  display: none;
}

img.inner-baner-img {
  height: 540px;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.inner-banner-main {
  padding-bottom: 120px;
}
/* ====================== */

section.policy h4 {
  font-size: 22px;
}

.inner-service-page .card {
  border-radius: 14px;
}

img.program-img {
  object-fit: cover;
  height: 500px;
  object-position: 100% 90%;
}

/* ====== */

.ab-right p {
  margin-bottom: 5px;
}
.ab-right p a{
        color: #ff642b !important;
}
.bannertxt .bt.pt-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
section.padd.home-service.wow.fadeInLeftBig .bt.darkbtn.mt-3 {
    display: flex;
}
.abtWrap .bt.darkbtn {
    display: flex;
}
.inneer-banner .bannertxt {
  align-items: center;
}

.ab-right p a {
  color: #666666;
  font-family: "poppins";
}

.ab-right p strong {
  font-family: "poppins";
}



section.padd.home-service.wow.fadeInLeftBig .card {
    height: 900px;
}

section.padd.home-service.wow.fadeInLeftBig .card .card-body {
    position: relative;
}


section.padd.home-service.wow.fadeInLeftBig .card .card-body .bt.darkbtn.mt-3 {
    position: absolute;
    bottom: 20px;
}