@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 *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #000000c2;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "regfile";
  src: url("../fonts/Ragfile.ttf");
}
/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "regfile";
}

h1 {
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
}

h2 {
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

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 {
  display: inline-block;
  padding: 12px 32px;
  background-color: #ea3890;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #ea3890;
  font-weight: 600;
  transition: 0.2s;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #ea3890;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ea3890;
}

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: #7f7f7f;
}

::-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #7f7f7f;
}

:-moz-placeholder {
  color: #7f7f7f;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.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: #191919;
  padding: 10px 24px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.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: #ea3890;
}

.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;
}

/*banner css end*/

.banner_bottom .social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 66%;
  margin-left: 40px;
}

.banner_bottom .social ul {
  margin: 0px;
  position: relative;
}

.banner_bottom .social ul li {
  padding-left: 20px;
  position: relative;
}

.banner_bottom .social ul li i {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #ffffff30;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  color: #ffffff8c;
  transition: 0.3s;
}

.banner_bottom .social ul li i:hover {
  background: #fff;
  color: #ea3890;
}

.banner_bottom .social p {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-family: "regfile";
  font-size: 16px;
  line-height: 40px;
}

.banner_bottom .social ul li:before {
  position: absolute;
  content: "";
  left: 0px;
  background: #ffffff33;
  height: 1px;
  width: 36%;
  top: 19px;
}

.banner_bottom .social p:before {
  position: absolute;
  content: "";
  background: #ffffff33;
  height: 1px;
  width: 175px;
  top: 19px;
  left: -185px;
}

.baner-nav-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  width: 74%;
  margin-left: 130px;
}

.progress {
  flex: 1;
  height: 1px;
  background: #cccccc;
  overflow: hidden;
  position: relative;
}

.baner-nav-items .progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #ea3890;
  transition: width 0.4s ease;
  position: relative;
}

.baner-nav {
  width: 90%;
  margin-top: 20px;
}

.baner-nav-items button {
  background: transparent;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #dcd8d6;
  border-radius: 7px;
}

.ban-left-items {
  display: flex;
  gap: 30px;
  align-items: center;
}

.ban-right-items {
  display: flex;
  gap: 30px;
  align-items: center;
}

.baner-nav-items span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 22px;
  color: #b0afaf;
}

.baner-nav-items button img {
  display: inline-block;
  transition: 0.3s;
  opacity: 30%;
}

.baner-nav-items button:hover img {
  filter: drop-shadow(2px 1px 3px #fff);
  transform: scale(1.1);
}

.bannerWp {
  background: #f7f6f6;
  border-radius: 10px;
  padding: 0 32px;
  position: relative;
}

.header-btns.d-flex.gap-3 {
  justify-content: flex-end;
}

a.pbtn.whitebtn {
  color: #ea3890;
  background: transparent;
}

.pbtn:hover {
  background: transparent;
}

.ban-btns {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
}

.ban-link a {
  display: inline-block;
  border-bottom: 1px solid #ea3890;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

section.banner {
  position: relative;
}

section.banner:before {
  position: absolute;
  content: "";
  width: 600px;
  height: 110%;
  border: 0;
  background: #ea3890;
  bottom: 0;
}

.menuSec ul li:first-child a {
  color: #ffff;
}

.header-logo {
  padding-left: 10px;
}

.banner_bottom {
  position: relative;
  padding: 20px 0;
}

.banner_bottom .social p:after {
  position: absolute;
  content: "";
  background: #ffffff33;
  height: 1px;
  width: 136px;
  top: 19px;
  right: -145px;
}

.baner-nav-items span.current-number {
  color: #000;
  font-size: 20px;
  font-family: "regfile";
}

.ranbg:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #ea3890;
  border-radius: 35px;
  left: 0px;
  bottom: -3px;
  z-index: 12;
}

.baner-nav-items button:hover {
  background: #ea3890;
  border: transparent;
}

.baner-nav-items button:hover img {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.banner_bottom .row {
  align-items: center;
}

.ranbg {
  width: auto;
  position: relative;
  flex: 1;
}

.ranbg:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #dcd8d6;
  border-radius: 35px;
  right: 0px;
  bottom: -3px;
  z-index: 12;
}

/* about start  */

.abtWrap {
  position: relative;
  width: 94%;
  margin: 0px auto;
}

.ab-right {
  position: relative;
  height: 100%;
  padding: 20px 0px 0px 10px;
}

.about-img2-wp {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 0;
}

/* about start  */

section.yes-sec {
  background: linear-gradient(to bottom, #ff69b4, transparent);
}

h2.grayd {
  color: #46373f;
}

.trainWp {
  width: 90%;
  margin: 0px auto;
  position: relative;
}

.train-imges {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.train-imges img {
  width: 100%;
  object-fit: fill;
  border-radius: 9px;
}

.train-txt {
  width: 510px;
  position: absolute;
  top: 15%;
  right: 60px;
  background: #fff;
  padding: 25px;
  border-radius: 11px;
}

.tsSlider .slick-slide {
  opacity: 1;
}

.ts-auth {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.ts-bx {
  padding: 60px 40px;
  margin: 20px 0px;
  position: relative;
  height: 320px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-radius: 40px;
}

.ts-bx p {
  position: relative;
}

span.rating {
  position: relative;
  z-index: 1;
  color: #fd8f00;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 10px;
}

span.rating i:last-child {
  opacity: 50%;
}

.auth-txt h3 {
  margin: 0px;
  text-transform: uppercase;
  color: #404040;
}

.auth-txt span.designation {
  text-transform: uppercase;
  font-size: 13px;
}

.tsSlider .slick-current.slick-active .ts-bx:before {
  background: #fff;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 30px;
  transform: rotate(-6deg);
}

.tsSlider .slick-current.slick-active .ts-bx {
  background: #e1368a;
  box-shadow: 0px 0px 20px 6px #e0dfdf;
}

img.cnt-img1 {
  width: 100%;
  border-radius: 10px;
  height: 510px;
  object-fit: cover;
}

.cntFromWp {
  position: relative;
  width: 92%;
  margin-top: 24px;
}

.reviewbox {
  width: 360px;
  position: absolute;
  right: 0;
  background: #ea3890;
  padding: 25px;
  border-radius: 9px;
  bottom: 100px;
}

.cntFromWp .row {
  align-items: flex-end;
}

.cntFromWp .row .row {
  align-items: center;
}

.inputff {
  position: relative;
}

.inputff input,
.inputff select,
.inputff textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid #c7c7c7;
}

.inputff input::placeholder {
  color: #000;
}

.inputff textarea::placeholder {
  color: #000;
  position: absolute;
  bottom: 20px;
}

.inputff textarea {
  height: 150px;
  resize: unset;
}

.formsubmitbt {
  margin-left: 60px;
  padding-bottom: 20px;
}

.formsubmitbt button.pbtn:hover {
  color: #ea3890;
}

.inputff .down {
  position: absolute;
  right: 2px;
  bottom: 24px;
  cursor: pointer;
}

.reviewbox p {
  color: #fff;
  font-weight: 400;
}

.reviewbox h2 {
  color: #fff;
}

/* footer start  */

footer {
  position: relative;
  overflow: hidden;
  background: #ea3890;
  padding-top: 60px;
}

.fotertop ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 10px 0 0;
  gap: 60px;
}

.fotertop ul li a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.fotertop ul li a:hover {
  text-decoration: underline;
}

.fotertop {
  padding-bottom: 32px;
  margin-bottom: 38px;
  border-bottom: 1px solid #ffffff3d;
}

.footermd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ffffff3d;
}

.footermd h2 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  line-height: 35px;
}

.foter-cnt {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 20px;
}

.foter-cnt a {
  color: #fff;
  transition: 0.2s;
}

.foter-cnt a:hover {
  text-decoration: underline;
}

.copy-txt {
  text-align: center;
  margin: 10px 0px 32px;
}

.copy-txt p {
  color: #ffff;
}

/* footer end */

.banner_bottom .social ul:before {
  position: absolute;
  width: 100%;
  height: 1px;
  left: -100%;
  background: #ffffff2e;
  content: "";
  top: 19px;
}
