@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Poppins", sans-serif;
  background: #fff;
  overflow-x: hidden;
  overflow-y:hidden;
}

/*.container {
    max-width: 1170px;
}*/

:root {
  --white: #ffffff;
  --black: #000;
  --themecolor: #fc8f3a;
  --lightgary-color: #b2b9bd;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
  color: #616161;
}

h1,
h4,
h5,
h6 {
  color: #000;
}

h2,
h3 {
  font-family: "Oswald", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container {
  max-width: 1300px;
}
figure {
  margin: 0;
}
header {
  background: url(../images/shapetop.png) no-repeat top center/ cover;
  padding: 2rem 0;
  background-position: center bottom;
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 1;
}
.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  padding: 0 .8rem;
}
.navbar-nav .nav-item .nav-link:hover {
  color: var(--themecolor);
}
.navbar-nav .nav-item.active .nav-link {
  color: var(--themecolor);
}
.form-inline button {
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  border: 0;
  /* width: 203px; */
  /* height: 53px; */
  font-size: 14px;
  /* text-transform: uppercase; */
  font-weight: 500;
  border-radius: 50px;
  display: inline-block;
  padding: 0.81em 1.61em;
}
.themeBtn {
  display: inline-block;
  border: 2px solid var(--white);
  border-radius: 50px;
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  /* text-transform: uppercase; */
  text-align: center;
  padding: 0.7em 2.12em;
}
.form-inline {
  gap: 1rem;
  margin: 0 0 0 0.7rem;
}

/* sraachbar start */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 10000;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0);
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-family: arial;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: limegreen;
  border: black;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

#search input[type="search"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

#search input[type="search"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}

#search input[type="search"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

#search input[type="search"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.srch-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.srch-btn .themeBtn {
  padding: 15px 120px;
  font-size: 20px;
}

/* sraachbar end */

.main-slider .carousel-caption {
  padding: 0;
  top: 16%;
  left: 0;
  right: 0;
}
.slideContent {
  text-align: left;
}
.headOne {
  font-size: 35px;
  color: var(--white);
  font-weight: 400;
  margin: 0;
}
.headTwo {

  background-image: linear-gradient(to right, #c85002, #d56012, #e26f20, #ee7f2c, #fb8e39);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.slideContent .headTwo {
  margin: 0 0 1.8rem;
  /* text-shadow: 0 0 1px black; */
}
.slideContent p {
  font-size: 1.125rem;
  color: var(--white);
  line-height: 30px;
  margin: 0 0 2.4rem;
}
.themeBtn1 {
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  border: 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 50px;
  padding: 0.86em 2.04em;
  color: var(--white);
}
.main-slider .carousel-indicators {
  bottom: 18rem;
  right: inherit;
  gap: 1rem;
}
.main-slider .carousel-indicators li {
  width: 17px;
  height: 17px;
  background: transparent;
  border: 1px solid var(--white);
  opacity: 1;
  border-radius: 50%;
}
.main-slider .carousel-indicators li.active {
  background: var(--white);
}
.studentImg figure {
  border-radius: 50%;
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  /* width: 703px;
  height: 684px; */
  width: 100%;
}
.studentImg figure img {
  margin-left: 0.7rem;
}
.studentForm {
  margin-left: 5rem;
  background: #eaeaea;
  border-radius: 10px;
}
.studentForm .nav-tabs .nav-link {
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  display: inline-block;
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  /* text-transform: uppercase; */
  border-radius: 10px;
  padding: 1.2rem 3.263rem;
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.studentForm .nav-tabs {
  border-bottom: transparent;
  justify-content: space-between;
}
.studentForm .nav-tabs .nav-item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 50%;
}
.studentForm .nav-tabs .nav-item:first-child .nav-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.studentForm .nav-tabs .nav-item:last-child .nav-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.studentForm form {
  padding: 3.5rem 2.5rem;
}
.studentForm form input {
  border-radius: 34px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 24px 0px rgba(144, 144, 144, 0.13);
  width: 100%;
  height: 69px;
  border: 0;
  font-size: 1.125rem;
  padding: 0 2rem;
  margin: 0 0 1.5rem;
}
.studentForm form .themeBtn1 {
  display: block;
  width: 100%;
}
.studentForm form .themeBtn1 + .themeBtn1 {
  background: #4d4d4d;
  margin-top: 1.5rem;
}
.studentForm .nav-tabs .nav-link.active {
  background: #4d4d4d;
}
.studntSec {
  background: url(../images/shape1.png) no-repeat left 9% top 15%,
  url(../images/shape2.png) no-repeat right 0% bottom 55%;
  padding: 6rem 0 15rem;
}
.featureBox figure {
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  width: 391px;
  height: 391px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.featureBox figure:before {
  content: "";
  position: absolute;
  left: 20%;
  top: 9%;
  background-color: #fff;
  width: 65px;
  height: 2px;
}
.featureBox figure:after {
  content: "";
  position: absolute;
  right: 20%;
  bottom: 9%;
  background-color: #fff;
  width: 65px;
  height: 2px;
}
.featureSec .col-md-3:nth-child(even) .featureBox figure {
  background: #4d4d4d;
}
.featureBox {
  text-align: center;
}
.featureBox .featureContent {
  padding: 1.5rem 1.5rem 0;
}
.featureBox .featureContent h2 {
  font-size: 30px;
  color: var(--black);
  font-style: italic;
  margin: 0 0 0.8rem;
}
.featureBox .featureContent p {
  color: #828282;
  margin: 0;
  line-height: 30px;
}
.featureSec {
  padding: 5rem 0;
  position: relative;
  background-color: #f7f7f7;
  z-index: 1;
}
.featureSec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/topshape3.png) no-repeat top center/ cover;
  width: 100%;
  height: 232px;
  top: -200px;
  z-index: -1;
}
.sectionHeading {
  font-size: 60px;
  color: var(--black);
  text-align: center;
  margin: 0 0 4rem;
}
.featureSec .themeBtn1 {
  margin-top: 3rem;
  display: inline-block;
  background: #4d4d4d;
}
.testimonialSec .slick-track {
  padding: 3rem 0;
}
.testimonialCard {
  transition: 0.3s ease-in-out;
  transform: scale(0.9);
  border-radius: 10px;
  padding: 1.5rem 2rem 3rem;
  text-align: center;
  border: 1px solid var(--white);
  background-color: var(--white);
  position: relative;
  box-shadow: 0px 4px 40.95px 4.05px rgba(0, 0, 0, 0.06);
}
.testimonialCard h3 {
  font-size: 28px;
  color: var(--black);
  line-height: 1;
  font-style: inherit;
  font-weight: 500;
  margin-top: 1rem;
}
.testimonialCard h3 span {
  display: block;
  font-size: 1.125rem;
  color: #828282;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
}
.testimonialCard p {
  font-size: 1.125rem;
  color: #828282;
  font-weight: 400;
  font-style: italic;
  line-height: 1.833;
  text-align: center;
}
.testimonialCard .rating {
  color: #ffc107;
  font-size: 1.375rem;
}
.slick-current.slick-active .testimonialCard {
  transform: scale(1.125);
}
.slick-current.slick-active .testimonialCard img {
  border: 1px solid var(--theme-color);
}
.testimonialSec .themeBtn {
  background-color: #ff9300;
}
.testimonialSec .slick-track {
  padding: 3rem 0px 4rem;
}
.testimonialSec {
  padding: 5rem 0 18rem;
  background: url(../images/img1.png) no-repeat left 0% bottom -1%,
  url(../images/reviewbg.jpg) no-repeat bottom center/ contain;
}
.testimonialSec .sectionHeading {
  margin: 0 0 1.5rem;
}
.testimonialSlider .slick-prev {
  border-radius: 50%;
  background-color: rgb(77, 77, 77);
  width: 38px;
  height: 38px;
  font-size: 1.4rem;
  color: var(--white);
  left: 1.3%;
  z-index: 1;
}
.testimonialSlider .slick-prev:before {
  display: none;
}

.testimonialSlider .slick-next {
  border-radius: 50%;
  background-color: rgb(77, 77, 77);
  width: 38px;
  height: 38px;
  font-size: 1.4rem;
  color: var(--white);
  right: 1.3%;
}
.testimonialSlider .slick-next:before {
  display: none;
}
.testimonialSlider .slick-prev:hover,
.testimonialSlider .slick-next:hover {
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
}

.testimonialSec .themeBtn1 {
  margin-top: 1rem;
  display: inline-block;
}
.testimonialSec .row + .row {
  margin-top: 6rem;
}
.subsCribe {
  text-align: center;
}
.testimonialSec .subsCribe .sectionHeading {
  margin: 0 0 1rem;
}
.testimonialSec .subsCribe p {
  font-size: 15px;
  color: #717171;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 2.5rem;
}
.testimonialSec .subsCribe form {
  position: relative;
  display: block;
}
.testimonialSec .subsCribe form input {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 120px 0px rgba(200, 200, 200, 0.35);
  width: 100%;
  height: 127px;
  border: 0;
  border-radius: 120px;
  font-size: 20px;
  padding: 0 18rem 0 6rem;
}
.testimonialSec .subsCribe form .themeBtn1 {
  margin: 0;
  position: absolute;
  right: 3%;
  top: 20%;
  padding: 1.4em 2.04em;
  font-size: 1.125rem;
}

footer {
  background-color: #4d4d4d;
  padding-top: 10rem;
  position: relative;
  /* margin-top: 13rem; */
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/ftrshape.png) no-repeat top center/ cover;
  width: 100%;
  height: 301px;
  top: -23%;
}

footer .logo img {
  margin-bottom: 1.5rem;
  /* filter: brightness(10) invert(0); */
}

footer p {
  color: var(--white);
  line-height: 1.5;
  font-size: 1.125rem;
}

footer h3 {
  color: var(--white);
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 2.5rem;
}

footer .socialIo {
  margin: 1rem 0 0;
}

footer .links li a {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  padding: 0;
  display: inline-block;
}

footer .contactInfo li a:hover,
footer .links li a:hover {
  color: #f0812d;
}

footer .contactInfo li a {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.375rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
}
footer .contactInfo li a strong {
  display: block;
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: 400;
}

.copyRight {
  margin-top: 4rem;
  align-items: center;
  padding: 1.5rem 0;
  border-top: 1px solid #64676b;
}

.copyRight p {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  margin: 0;
}

.copyRight ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
}
.copyRight ul li a {
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  width: 61px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #757c85;
}
.copyRight ul li a:hover {
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  color: var(--white);
}
footer .contactInfo li + li {
  margin-top: 2.5rem;
}
footer .links li + li {
  margin-top: 0.5rem;
}

.themeBtn:hover,
.featureSec .themeBtn1:hover {
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  color: var(--white);
}
.themeBtn1:hover {
  background: #4d4d4d;
  color: var(--white);
}

/* Inner Pages Css Start */

.innerHead {
  font-size: 7.5rem;
  line-height: 1.1;
  padding-bottom: 1.5rem;
}

.innerHead span {
  display: block;
  font-size: 1.5625rem;
}

.aboutContent p {
  font-size: 1.125rem;
  color: #828282;
  line-height: 1.7;
  padding-bottom: 1rem;
}

.aboutInner {
  background: url(../images/shape1.png) no-repeat left 7% top 15%,
  url(../images/shape2.png) no-repeat right 0% bottom 55%;
  padding: 3rem 0 0;
}

.secondHead {
  font-size: 5rem;
}

.aboutContent h5 {
  font-size: 1.5625rem;
}

.facultyImg figure {
  position: relative;
}

.facultyImg figure:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  width: 21rem;
  height: 19.5rem;
  z-index: 1111;
  right: 0px;
  top: -6px;
}

.facultyImg figure img {
  position: relative;
  z-index: 99999;
}

.facultyContent {
  text-align: center;
}

.facultyContent h6 {
  font-size: 1.5625rem;
  padding-top: 5rem;
}

.facultyContent p {
  font-size: 1.125rem;
  color: #828282;
  font-weight: 300;
  line-height: 1.7;
}

.facultyProgram {
  background-image: url(../images/facultyBf.png);
  background-repeat: no-repeat;
  padding: 20rem 0 7rem 0;
}

.facultyTest {
  margin-top: 4rem;
}

.serviceContent p {
  font-size: 1.125rem;
  color: #828282;
  font-weight: 300;
  line-height: 1.7;
}

.servicesInner .secondHead {
  padding-bottom: 1rem;
}

.servicesImg figure {
  position: relative;
}

.servicesImg figure:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  width: 703px;
  height: 672px;
  z-index: -1;
  right: -3px;
  top: -10px;
  /* max-width: 100%; */
}
/* .servicesImg figure img {
  max-width: 100%;
} */

.servicesImgs figure:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-image: -moz-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -webkit-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  background-image: -ms-linear-gradient(
          90deg,
          rgb(200, 80, 2) 0%,
          rgb(251, 142, 57) 100%
  );
  width: 703px;
  height: 672px;
  z-index: -1;
  top: -10px;
  left: -1rem;
}

.servicesImgs {
  margin-left: 1rem;
}

.servicesInner .row + .row {
  padding-top: 4rem;
}

.servicesInner {
  margin: 2rem 0 5rem 0;
}

.contactPage {
  padding: 5rem 0;
}
.contactPage h3 {
  font-size: 1.875rem;
  font-family: var(--montserrat);
  color: rgb(51, 64, 70);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.contactPage a {
  display: flex;
  flex-direction: column;
  color: rgb(51, 64, 70);
  align-items: center;
  line-height: 1.6;
  font-family: "AvertaStd";
  gap: 1rem;
  justify-content: center;
}
.contactPage a i {
  display: block;
  font-size: 2rem;
}

.contactPage a span {
  font-size: 20px;
  text-decoration: underline;
}
.contactPage a address {
  font-size: 20px;
  font-family: "AvertaStd";
  text-align: center;
}
.contactPage .col-md-3 + .col-md-3 {
  border-left: 1px solid #d7d7d7;
}

.getIntouch {
  background: url(../images/contactinnrbg.png) no-repeat top center/ cover;
  padding: 7rem 0;
}

.getIntouch h2 {
  color: #000;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 30px 0 10px;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.getIntouch .subHeading span {
  display: none;
}

.getIntouch .mainHeading {
  color: #000;
  font-size: 3.125rem;
}

.getIntouch .srvcHead {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.getForm label {
  display: block;
  font-size: 0.875rem;
  color: #828282;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 0 0 0.6rem;
}

.getForm input {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #cecece;
  font-size: 0.875rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding: 0 0 15px;
  margin-bottom: 25px;
}
.getForm textarea {
  width: 100%;
  height: 110px;
  border: 0;
  background-color: transparent;
  border-bottom: 2px solid #cecece;
  font-size: 0.875rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  padding: 0 0 15px;
  margin-bottom: 45px;
}
.innerMap {
  margin-top: -13rem;
  z-index: -1111111111111;
}


/* register css */

.registerMain footer {
  display: none;
}
.registrationPage {
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.registrationBox {
  background: #eaeaea;
  border-radius: 10px;
  padding: 5rem 14rem;
}
.registrationBox h2 {
  text-align: center;
  font-size: 3.75rem;
  color: #000000;
  font-weight: 500;
  margin: 0 0 2.5rem;
}
.registrationBox form input {
  border-radius: 34px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 24px 0px rgba(144, 144, 144, 0.13);
  width: 100%;
  height: 69px;
  border: 0;
  padding: 0 1.5rem;
  margin: 0 0 1.3rem;
}
.registrationBox form .themeBtn {
  background-image: -moz-linear-gradient( 90deg, rgb(200, 80, 2) 0%, rgb(251, 142, 57) 100% );
  background-image: -webkit-linear-gradient( 90deg, rgb(200, 80, 2) 0%, rgb(251, 142, 57) 100% );
  background-image: -ms-linear-gradient( 90deg, rgb(200, 80, 2) 0%, rgb(251, 142, 57) 100% );
  color: var(--white);
  display: table;
  margin: auto;
  border: 0;
  padding: 0.8em 4em;
}
.confirmationPage h2 {
  margin: 0 0 1rem;
}
.confirmationPage p {
  text-align: center;
  padding: 0 6rem;
  color: #828282;
  margin: 0 0 2.5rem;
}
.confirmationPage .registrationBox form span {
  display: table;
  margin: 2.5rem auto 1.5rem;
  font-size: 1.125rem;
  color: #828282;
}

.confirmationPage .registrationBox form .resendBtn {
  border-width: 2px;
  border-color: rgb(149, 149, 149);
  border-style: solid;
  padding: 0.48em 1.66em;
  font-size: 14px;
  color: #959595;
  text-transform: uppercase;
  font-weight: 500;
  display: table;
  margin: auto;
  border-radius: 50px;
}
.confirmationPage .registrationBox form input {
  font-size: 1.625rem;
  letter-spacing: 1rem;
  text-align: center;
}

.studentForm.quizForm h2 {
  font-size: 3.125rem;
  text-align: center;
  text-transform: uppercase;
  padding-top: 3rem;
}

.studentForm.quizForm h4 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.studentForm.quizForm .themeBtn1 {
  width: auto;
  display: block;
  margin: auto;
}
.studentForm.quizForm .radioBox {
  text-align: center;
  margin: 2rem 0;
}
.studentForm.quizForm .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #ed7d2a;
  background-color: #ed7d2a;
}

    /*first button animation*/
    .buttons {
      font-size: 16px;
      -webkit-border-radius: 50px;
      border-radius: 50px;
      border: none;
      color: #FFFFFF;
      cursor: pointer;
      display: inline-block;
      padding: 0.81em 1.31em;
      text-align: center;
      text-decoration: none;
      -webkit-animation: glowing 1500ms infinite;
      -moz-animation: glowing 1500ms infinite;
      -o-animation: glowing 1500ms infinite;
      animation: glowing 1500ms infinite;
    }
    @-webkit-keyframes glowing {
      0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
      50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
      100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
    }
    
    @-moz-keyframes glowing {
      0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
      50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
      100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
    }
    
    @-o-keyframes glowing {
      0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
      50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
      100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    }
    
    @keyframes glowing {
      0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
      50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
      100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
    }

    
    
/*Comming-soon page*/
    
      @keyframes sway {
        0% {
          transform: rotate(8deg);
        }
        50% {
          transform: rotate(-8deg);
        }
        100% {
          transform: rotate(8deg);
        }
      }
      
      .object {
        position: absolute;
        animation: sway 2.4s infinite;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        transform-origin: top;
        left: 0;
        right: 0;
        height: 5%;
        text-transform: uppercase;
      }
      
      .object-shape {
        width: 250px;
        height: 250px;
        border-radius: 100%;
        display: block;
        background-color:#fd7e14;
        margin: 0 auto;
        position: relative;
        color: #fff;
        text-align: center;
        padding-top: 74px;
        font-size:38px;
        font-weight: 800;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
      }

      .object-shape .span {
        font-size: 38px;
        color:white;
      }
      
      .object-rope {
        height: 200%;
        width: 5px;
        background-color:#fd7e14;
        content: "";
        display: block;
        margin-left: 50%;
      }
      
      .content {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        max-width: 500px;
        padding: 45vh 20px 20px 20px
      }
      
      .logo {
        max-width: 300px;
      }
      
      p {
        font-family: sans-serif;
        text-align: center;
      }
      
      .message {
        margin-top: 40px;
      }
  
    
    
