@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");

@font-face {
  font-family: "Aptos";
  src: url('../fonts/aptos.ttf') format('truetype'),
  	url('../fonts/aptos-bold.ttf') format('truetype'),
  		url('../fonts/aptos-semibold.ttf') format('truetype'),
		url('../fonts/aptos-light.ttf') format('truetype'),
		url('../fonts/aptos-italic.ttf') format('truetype'),
		url('../fonts/aptos-black.ttf') format('truetype'),
		url('../fonts/aptos-extrabold.ttf') format('truetype');
}

html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  position: relative;
  font-family: "Aptos";
  background: #FFFAE9;
  overflow-x: 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:#383838;
}

h2,
h3 {
  font-family:"Aptos";
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 72px;
  height: 72px;
}
.logo img{
  height: 120px;
}
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/header-top.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(
    315deg, hsl(11, 85%, 57%) 0%,
     hsl(45, 100%, 59%) 74%
  );
  background-image: -webkit-linear-gradient(
          315deg, hsl(11, 85%, 57%) 0%,
          hsl(45, 100%, 59%) 74%
  );
  background-image: -ms-linear-gradient(
          315deg, hsl(11, 85%, 57%) 0%,
          hsl(45, 100%, 59%) 74%
  );
  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-org{
  background-image: -webkit-linear-gradient( 315deg, hsl(11, 85%, 57%) 0%, hsl(45, 100%, 59%) 74% );
  border: none;
}
.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:"Aptos";
}

#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;
}
.headMiddle{
  background-color: var(--white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 100px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 1.8rem;
  line-height: 1;
}
.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(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  background-image: -webkit-linear-gradient(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  background-image: -ms-linear-gradient(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  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:#FFFAE9;
}
.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(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  background-image: -webkit-linear-gradient(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  background-image: -ms-linear-gradient(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  display: inline-block;
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 500;
  /* border-radius: 10px; */
  border: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size:13px;
  padding: 1.2rem 0.5rem;
  border-right: solid 1px #fff;
}
.studentForm .nav-tabs {
  border-bottom: transparent;
  justify-content: space-between;
}
.studentForm .nav-tabs .nav-item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 25%;
}
.studentForm .nav-tabs .nav-item:first-child .nav-link {
  border-bottom-left-radius: 0.65rem;
  border-top-left-radius: 0.65rem;
}
.studentForm .nav-tabs .nav-item:last-child .nav-link {
  border-bottom-right-radius: 0.65rem;
    border-top-right-radius: 0.65rem;
}
.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;
  color:gray;
}
.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:#383838;
  font-style: italic;
  margin: 0 0 0.8rem;
}
.featureBox .featureContent p {
  color:#383838;
  margin: 0;
  line-height: 30px;
}
.featureSec {
  padding: 5rem 0;
  position: relative;
  background-color: #FFFAE9;
  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:#383838;
  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:#383838;
  line-height: 1;
  font-style: inherit;
  font-weight: 500;
  margin-top: 1rem;
}
.testimonialCard h3 span {
  display: block;
  font-size: 1.125rem;
  color:#383838;
  font-style: italic;
  font-weight: 300;
  margin-top: 5px;
}
.testimonialCard p {
  font-size: 1.125rem;
  color:#383838;
  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() no-repeat left 0% bottom -1%,
  url(../images/reviewbg.jpg) no-repeat bottom center/ contain;
  background-color:#FFFAE9; */

}
.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:#383838;
  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:#4F4842;
  padding-top: 10rem;
  position: relative;
  /* margin-top: 13rem; */
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url(../images/footer.png) no-repeat top center/ cover;
  width: 100%;
  height: 245px;
  top: -28%;
}

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(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  background-image: -webkit-linear-gradient(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  background-image: -ms-linear-gradient(
    315deg, hsl(11, 85%, 57%) 0%,
    hsl(45, 100%, 59%) 74%
  );
  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;
  color:#383838;
}

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

.aboutContent p {
  font-size: 1.125rem;
  color:#383838;
  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: 3.1rem;
}

.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:#383838;
  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:#383838;
  font-weight: 300;
  line-height: 1.7;
}

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

.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:"Aptos";
  color: rgb(51, 64, 70);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.contactPage a {
  display: flex;
  flex-direction: column;
  color: rgb(56, 56, 56);
  align-items: center;
  line-height: 1.6;
  font-family: "Aptos";
  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: "Aptos";
  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: 0;
  background: #FFFAE9;
}

.getIntouch h2 {
  color:#383838;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 30px 0 10px;
  font-size: 13px;
  font-family: "Aptos";
}

.getIntouch .subHeading span {
  display: none;
}

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

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

.getForm label {
  display: block;
  font-size: 0.875rem;
  color:#383838;
  font-family: "Aptos";
  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:#383838;
  font-family: "Aptos";
  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:#383838;
  font-family: "Aptos";
  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, .studentForm 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;
}
.studentImg img{
  width:600px;
}

    /*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; }
    }

    /*question reveal answer in faqulty*/

    .accordion .accordion-item {
      border-bottom: 1px solid #e5e5e5;
    }


    .accordion button {
      position: relative;
      display: block;
      text-align: left;
      width: 100%;
      padding: 1em 0;
      color: #383838;
      font-size: 1.15rem;
      font-weight: 400;
      border: none;
      background: none;
      outline: none;
    }

    .accordion button:hover,
    .accordion button:focus {
      cursor: pointer;
      color: #ed7d2a;
    }

    .accordion button:hover::after,
    .accordion button:focus::after {
      cursor: pointer;

    }

    .accordion button .accordion-title {
      padding: 1em 1.5em 1em 0;
      font-size: 1.5625rem;
    }

    .accordion button .icon {
      display: inline-block;
      position: absolute;
      top: 1.8rem;
      right: 0;
      width: 32px;
      height: 32px;

    }

    .accordion button .icon::before {
      display: block;
      position: absolute;
      content: '';
      top: 9px;
      left: 5px;
      width: 10px;
      height: 2px;
      background: currentColor;
    }
    .accordion button .icon::after {
      display: block;
      position: absolute;
      content: '';
      top: 5px;
      left: 9px;
      width: 2px;
      height: 10px;
      background: currentColor;
    }

    .accordion button[aria-expanded='true'] {
      color: #ed7d2a;
    }
    .accordion button[aria-expanded='true'] .icon::after {
      width: 0;
    }
    .accordion button[aria-expanded='true'] + .accordion-content {
      opacity: 1;
      max-height: 9em;
      transition: all 200ms linear;
      will-change: opacity, max-height;
    }
    .accordion .accordion-content {
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      transition: opacity 200ms linear, max-height 200ms linear;
      will-change: opacity, max-height;
    }
    .accordion .accordion-content p {
      font-size:1.125rem;
      font-weight: 300;
    }


.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 50px;
  margin: 0 0 1.5rem;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 34px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 24px 0px rgb(144 144 144 / 13%);
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 1.125rem;
  padding: 0 1rem;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
}

.select-styled.disabled {
  cursor: not-allowed;
  color: #707070;
}

.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent rgb(0, 0, 0) transparent;
}
.select-options {
  display: none;
  position: absolute;
  top: 105%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 10px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: #fff;
}
.select-options li:hover, .select-options li.is-selected {
  color: #000;
  background: rgb(243, 243, 243);
}
.select-options li[rel="hide"] {
  display: none;
}
.registerDD .select-styled {
  height: 69px;
  margin: 0;
  padding: 0 1.5rem;
}
.registerDD .select-styled:after {
  top: 30px;
}
.registerDD .select {
  height: 69px;
  margin: 0 0 1rem;
}
.themeSecButton{
  background: #4d4d4d;
  text-align: center;
}
.dropdown .dropdown-toggle{
  border: 2px solid var(--white);
  border-radius: 50px;
}
.aboutInner {
  background: url(../images/shape1.png) no-repeat left 7% top 5%, url(../images/shape2.png) no-repeat right 0% bottom 55%;
}


.secondHead {
  font-size: 3.1rem;
}

.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: #383838;
  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: #383838;
  font-weight: 300;
  line-height: 1.7;
}

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

.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: "Aptos";
  color: rgb(51, 64, 70);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.contactPage a {
  display: flex;
  flex-direction: column;
  color: rgb(56, 56, 56);
  align-items: center;
  line-height: 1.6;
  font-family: "Aptos";
  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: "Aptos";
  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: 0;
  background: #FFFAE9;
}

.getIntouch h2 {
  color: #383838;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 30px 0 10px;
  font-size: 13px;
  font-family: "Aptos";
}

.getIntouch .subHeading span {
  display: none;
}

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

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

.getForm label {
  display: block;
  font-size: 0.875rem;
  color: #383838;
  font-family: "Aptos";
  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: #383838;
  font-family: "Aptos";
  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: #383838;
  font-family: "Aptos";
  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;
}

.studentImg img {
  width: 600px;
}

/*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;
  }
}

/*question reveal answer in faqulty*/

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}


.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #383838;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #ed7d2a;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;

}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 1.5625rem;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 1.8rem;
  right: 0;
  width: 32px;
  height: 32px;

}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #ed7d2a;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1.125rem;
  font-weight: 300;
}

/*Live-chat-message box*/
.chatbot__button {
  position: fixed;
  bottom: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #f3f7f8;
  border: 1px solid transparent;
  border-color: #EF670D;
  border-radius: 30%;
  cursor: pointer;
  right: 0;
}

.chatbot__button span {
  position: absolute;
}

.show-chatbot .chatbot__button span:first-child,
.chatbot__button span:last-child {
  opacity: 0;
}

.show-chatbot .chatbot__button span:last-child {
  opacity: 1;
}

.chatbot {
  position: fixed;
  bottom: 100px;
  width: 420px;
  background-color: #f3f7f8;
  border-radius: 15px;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1) 0 32px 64px -48px rgba(0, 0, 0, 0.5);
  transform: scale(0.5);
  transition: transform 0.3s ease;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  right: 0;
}

.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.chatbot__header {
  position: relative;
  background-color: #fb8e39;
  text-align: center;
  padding: 16px 0;
}

.chatbot__header span {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  color: #383838;
  transform: translateY(-50%);
  cursor: pointer;
}

.chatbox__title {
  color: #f3f7f8 !important;
}

.chatbot__box {
  height: 350px;
  overflow-y: auto;
  padding: 30px 20px 100px;
}

.chatbot__chat {
  display: flex;
}

.chatbot__chat p {
  max-width: 75%;
  white-space: pre-wrap;
  color: #383838 !important;
  background-color: #fff;
  border-radius: 10px 10px 0 10px;
  padding: 12px 16px;
}


.incoming p {
  color: #383838;
  background: #bdc3c7;
  border-radius: 10px 10px 10px 0;
}

.material-symbol-recieved img {
  margin-top: 1rem;
  margin-left: 0.15rem;
}

.incoming span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f3f7f8;
  border-radius: 4px;
  text-align: center;
  align-self: flex-end;
  margin: 0 10px 7px 0;
}

.outgoing {
  justify-content: flex-end;
  margin: 20px 0;
}

.incoming {
  margin: 20px 0;
}

.material-symbols-outlined img {
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.chatbot__input-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center;
  border-top: 1px solid #4d4d4d;
  background: #f3f7f8;
  padding: 5px 10px 0px 20px;
}

.chatbot__textarea {
  width: 100%;
  min-height: 55px;
  max-height: 180px;
  color: #383838;
  border: none;
  outline: none;
  resize: none;
  background: transparent;
}

.chatbot__input-box span {
  color: #383838;
  cursor: pointer;
  visibility: hidden;
}

.chatbot__textarea:valid~span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .chatbot__box {
    height: 90%;
  }

  .chatbot__header span {
    display: inline;
  }
}

.circle-image img{
  width:100%;
  margin-top:9.7rem;
}

.registerDD .select {
  max-height: 100px;
  min-height: 69px;
  height: auto;
  margin: 0 0 1rem;
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 50px;
  margin: 1rem 0 0.5rem;
}
.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.registerDD .select-styled {
  height: 69px;
  margin: 0;
  padding: 0 1.5rem;
}
.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 34px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 24px 0px rgb(144 144 144 / 13%);
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 1.125rem;
  padding: 0 1rem;
  margin: 0 0 1.5rem;
  display: flex;
  align-items: center;
}
.registerDD .select-styled:after {
  top: 30px;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 20px;
}
.select-options {
  overflow: auto;
  height: 500px;
}
.select-options {
  overflow: auto;
  height: 500px;
}
.select-options {
  display: none;
  position: absolute;
  top: 105%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 10px;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  background-color: #fff;
}
.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: 1rem 0 0.3rem;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.registrationBox 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;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-frm-button {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.login-frm-button {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.themeSecButton {
  background: #4d4d4d;
  text-align: center;
}
.user-profile-list > img.avatar {

  margin-left: .9em;
  margin-top: .9em;
  height: 3.40em;
  width: 3.40em;
  border-radius: 25em;
}
.user-profile-list {
  border-radius: .3em;
}
.user-profile-list  .username {
  margin: auto;
  margin-top: -2.2em;
  margin-left: 6.60em;
  color: #fd7e14;
  font-size: 1.12em;
  font-family: "Coda", sans-serif;
  font-weight: bold;
}

#university-error,#roles_id-error{
  margin-top: 4.5rem;
}


/*exam-list-page*/
.middlePart {
  width: 100%;
  padding: 7px 0;
}
.middleCenter {
  display: block;
}
.commanBG {
  background-color:#4f4842;
  border-radius: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.commanHeading {
  padding: 10px;
}
.commanHeadingIcon {
  float: left;
}
h3.title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 10px;
  color: #EF670D;
}
.commanContent p{
  color: white;
}
.commanBG hr {
  margin: 0;
}
.commanContent {
  padding: 10px;
}
.searchCus {
  background-color: #eff3fc;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #121212;
  font-weight: normal;
  border: 0;
  background-image: url(../images/ic_search.svg);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin: 10px 10px 0 0px;
}
.dataTables_filter {
  color: #EF670D;
  float: right;
}
.commanContent {
  padding: 10px;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-theme {
  border:1px solid #d5d3d3;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
table {
  border-collapse: collapse;
}
.table .thead-theme th {
  color: #B8B8B8;
  background-color:#eaeaea;
  border-color: #eaeaea;
  font-size: 13px;
  color: #B8B8B8;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table-theme th, .table-theme td {
  border-width: 1px 0;
  vertical-align: inherit;
  padding: 8px 5px;
}
.table .thead-theme th {
  color: #fff;
  background-color:#4D4D4D;
  font-size: 13px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-theme th, .table-theme td {
  border-width: 1px 0;
  vertical-align: inherit;
  padding: 8px 5px;
}
.table-theme td p {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
.user-name a{
  font-size: 13px;
  color: #EF670D;
  font-weight: 600;
}
.exam-titles a{
  font-size: 13px;
  color: #616161;
  font-weight: 500;
}
.exam-titles a:hover{
  color:#616161;
}
.a{
  font-size: 13px;
  color:#616161;
}
.disabled {
  /* font-size: 13px;
  color: #707070;
  font-weight: normal; */
}
.pagination .page-item.disabled .page-link {
  font-size: 13px;
  color: #6c757d;
  font-weight: 600;
}
.pagination .page-item .page-link {
  font-size: 13px;
  color: #EF670D;
  font-weight: 600;
  background-color: transparent;
  border:1px solid #abb0b4;
}
.pagination .page-item.active .page-link {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background-color: #EF670D;
}
.title-heading {
  text-align: center;
  font-size: 3.75rem;
  color: #000000;
  font-weight: 500;
  padding: 4rem 0 0 0;
}

/*Result-Test 22 question-answers*/
.middlePartMain .middle .contentPart {
  font-size: 20px;
  color: #121212;
  font-weight: 500;
  padding: 3rem 0 0 0;
}
.middlePartMain .middle .contentPart .tabMain {
  height: 40px;
  padding: 0 100px;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  background: #f26500;
  background: -webkit-gradient(linear, left top, right top, from(#f26500), to(#f59040));
  background: linear-gradient(90deg, #f26500 0%, #f59040 100%);
  margin-right: -30px;

}
.middlePartMain .middle .contentPart .tabMain ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.middlePartMain .middle .contentPart .tabMain ul li:hover, .middlePartMain .middle .contentPart .tabMain ul li.active {
  background: linear-gradient(90deg, #f26500 0%, #f59040 100%);
}
.middlePartMain .middle .contentPart .tabMain ul li {
  height: 100%;
  list-style-type: none;
  background: linear-gradient(90deg, #f26500 0%, #f59040 100%);
}
.middlePartMain .middle .contentPart .tabMain ul li a {
  height: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  text-decoration: none;
}
.exam-result{
  font-weight: 500;
  font-size: 3.75rem;
  color: #000000;
  font-weight: 500;

}
.aboutContents p{
  color: #EF670D;
  font-weight: 600;
}
.answers{
  color:#FF0000;
  font-size:15px;
}
.ans-points{
  color:#247324;
  margin-top:2rem;
  font-size:14px;
}

.progress {
  margin-bottom: 1em;
  background-color: #b9b8b8!important;
}
.bg-theme {
  background-color: #EF670D !important;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.examTimerPart .examTimer {
  text-align: right;
  font-family: 'Aptos';
  font-size: 14px;
  color: #EF670D;
  font-weight: 600;
}

.examTimerPart .examTimer span {
  font-family: 'Aptos';
  font-size: 16px;
  color: #858585;
  font-weight: 600;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
.btn-red {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;
  font-family: 'Aptos';
  font-size: 14px;
  color: #fff;
  font-weight: 540;

}
.btn-red:hover {
  color: #FFFFFF;
  background-color: #DC3545;
  border-color: #DC3545;

}

.btn-red .badge {
  color: #DC3545;
  background-color: #FFFFFF;
}
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-blue {
  color: #FFFFFF;
  background-color: #007BFF;
  border-color: #007BFF;
  font-family: 'Aptos';
  font-size: 14px;
  color: #fff;
  font-weight: 540;
}
.btn-blue:hover {
  color: #FFFFFF;
  background-color: #377E22;
  border-color: #377E22;
  font-family: 'Aptos';
  font-size: 14px;
  color: #fff;
  font-weight: 540;
}
.btn-blue .badge {
  color: #007BFF;
  background-color: #FFFFFF;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-green {
  color: #fff;
  background-color: #28A745;
  border-color: #28A745;
  font-family: 'Aptos';
  font-size: 12px;
  color: #fff;
  font-weight: 540;
}
.btn-green .badge {
  color: #28A745;
  background-color: #fff;
}
.labelButton svg path {
  fill: #007BFF;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  font-size: 16px !important;
}
.questionPart .questionNum {
  background: #afb0b0;
  padding: 3px 10px;
  border-radius: 4px;
  font-family: 'Open Sans';
  font-size: 20px;
  color: #232323;
  font-weight: 540;
  display: table;
  height: 30px;
  border: 1px solid #d5d2d0;

}
.questionPart .questionText {
  padding-left: 15px;
  font-family: 'Aptos';
  font-size: 16px;
  color: #B8B8B8;
  font-weight: 600;
  margin-top:2px;
}
.fontRed {
  color: #DC3545 !important;
}
ul.answerPart {
  margin: 0;
}
ul.answerPart li {
  background: #dfdfdf;
  border-radius: 4px;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.control-group-radio .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-family: 'Aptos';
  font-size: 16px;
  color: #393939;
  font-weight: 600;
}
.control-group-radio .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control-group-radio .control input:checked ~ .control_indicator {
  background: #fff;
}
.control-group-radio .control-radio .control_indicator {
  border-radius: 50%;
}
.control-group-radio .control_indicator {
  position: absolute;
  top: 9px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 2px solid #39444E;
  border-radius: undefinedpx;
}
.control-group-radio .control input:checked ~ .control_indicator:after {
  display: block;
}
.control-group-radio .control-radio .control_indicator:after {
  left: 5px;
  top: 5px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #007bff;
}
.control-group-radio .control_indicator:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.btn-md {
  font-family: 'Aptos';
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 8px;
}
.justselect-wrapper {
  position: relative;
}
.btn-theme {
  background-color: #EF670D;
  border-color: #EF670D;
  font-size: 16px;
}
.btn-theme:hover{
  background-color: #EF670D;
  border-color: #EF670D;
  font-size: 16px;
}


.finish-btn{
  background-color: #FF0000;
  border-color: #FF0000;
  font-size: 16px;
}
.finish-btn:hover{
  background-color:#FF0000;
  border-color: #FF0000;
  font-size: 16px;
}
.labelButton svg path {
  fill:#377E22;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}
.labelButton {
  border: 0;
  background-color: transparent;
}
.categoriesPart {
  background:#c4c3c3;
  border-radius: 8px;
  padding: 10px;
  margin-right:0.75rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.green_selected{
  background-color:#377E22;
  border-color:#377E22;
}

/*footer-icons*/
#ff_p .h6 {
    font-weight: 400;
    margin-bottom: 6px;
    color: #3d3d3d;
  }


  .btn-white-outline, .btn-white-outline:active, .btn-white-outline.active {
    background: none;
    border-color: #ffffff;
    color: #ffffff;
  }

  .display-4 > .mbr-iconfont {
    font-size: 16px;
    font-weight: 400;
  }
  .btn .mbr-iconfont, .btn.btn-sm .mbr-iconfont {
    cursor: pointer;
  }
  [class^="socicon-"]:before, [class*=" socicon-"]:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mbr-section-btn a.btn:not(.btn-form){
    border-radius:8px;
  }
  .app_store{
    height:30px;
    width:30px;
  }
  .footer_heading{
    font-size:40px;
  }
  .btn.btn-md .mbr-iconfont, .btn.btn-md .mbr-iconfonts {
    margin-right: 0.8rem;
  }
  .play_store{
    height:30px;
    width:30px;
  }
  .btn-white-outline:hover, .btn-white-outline:focus, .btn-white-outline.focus {
    color: #fff;
    background-image:-webkit-linear-gradient(90deg,
    rgb(200, 80, 2) 0%,
    rgb(251, 142, 57) 100%);
    border-color: #fc8f3a;

  }


.cross-icon img{
    height:40px;
    width:40px;
    border-radius:50px;
  }
  .cross-icon {
    position: relative;
    display: inline-block;
  }

  .tooltips {
    visibility: hidden;
    background-color: black;
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }

  .cross-icon:hover .tooltips {
    visibility: visible;
    opacity: 1;
  }

  .cross-icon{
      display:none;
  }

  .close-btn{
    background-color: #fff;
      border-color: #fff;
      font-size: 11px;
      color: #000;
      font-weight: 600;
      position: relative;
      left: 0;
      border-radius: 50px;
      padding: 0.81em 1.61em;
      border: 0;
      font-size: 14px;
      font-weight: 500;
      border-radius: 50px;
      display: inline-block;
      padding: 0.81em 1.61em;
  }
  .close-btn:hover{
    color:#000;
  }
  .svg{
    margin-left:8px;
  }

    .web-instruction{
        display: block;
    }

    .webapp-instruction{
        display: none;
    }

    .webapp-instruction-step{
        display: none;
    }

    .webapp-instruction-step h4{
        color:white;
        margin: 3%;
        line-height: 1.8;
    }

    #pre_exam_timer{
        background: transparent !important;
        color: #080808 !important;
        border: none !important;
        font-size: 16px !important;
    }
