@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: normal;
  font-size: 17px;

}

.intl-tel-input,
.iti {
  width: 100%;
}

.form-group-graduation {
  font-weight: 700
}

.form-control select {
  color: #222;
}

.carousel-indicators {
  bottom: 40px;
}

.desktop_unique {
  display: block !important;
}

.mobile_unique {
  display: none !important;
}


/*MODAL POPUP CSS START HERE*/

.lp_modal .modal-header {
  padding: 0rem 1rem;
  border-bottom: unset;
}

.lp_modal .modal-header .close {
  font-size: 2rem;
}

#subscribe_form .form-control {
  padding: 0.5rem 7rem 0.5rem 0.5rem;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: unset;
}

.sub_submit {
  text-transform: capitalize !important;
  background: #01315C;
  color: #fff;
  font-size: 0.8em;
  padding: 0.55rem 1rem;
  border-radius: unset !important;
}

.lp_modal .modal-content {
  background: #A9232A;
  border: 2px solid #d1d1d1;
}

.lp_modal .modal-body {
  padding: 2rem 1.5rem;
}


/*MODAL POPUP CSS END HERE*/

a {
  color: #333;
  transition: all .35s;
}

a:hover,
a:focus {
  color: #fcbd20;
}

.carousel-item {
  /*  height: 600px;
  min-height: 300px;*/
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 97vh;
}

.carousel-caption {
  text-align: left;
  top: 40%;
}

.carousel-caption h3 {
  color: #a8222c;
  font-size: 38px;
}

.carousel-caption h4 {
  color: #01315c;
  font-weight: bold;
  font-size: 38px;
}


/*FORM CSS START*/


.bg_blue {
  /*background-color: rgb(2 0 4 / 68%); */
  /* background-color: rgb(44 12 81 / 70%); */
  /* background-color: rgb(235 235 235 / 45%); */
  background-color: #fff;
  /* margin-top: 100px; */
  margin-top: 0px;
  border-radius: 15px;
  border: 2px solid #fff;
  padding: 15px 15px 20px;

}

.banner_form {
  position: absolute;
  right: 55px;
  /*    top: 15%;*/
  top: 12%;
}

/* .form-control
{
        font-size: 13px !important;
            height: 30px !important;
}*/
.banner_head {
  text-align: center;
  /* color: white; */
  padding: 10px 0px 10px;
  /* text-transform: uppercase; */
  font-size: 18px !important;
  font-weight: bold;
  color: #040609;


}

.form-control {
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #dad5d5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background: #f9fafb;
}

.form-control option {
  color: #000;
}

.submit-btn {
  background: #d2252c;
  padding: 7px 33px !important;
  color: #fff !important;
  border-radius: 0;
  font-size: 0.85rem !important;
  margin-top: 15px;
  border: 1px solid;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  border: none;

}

.submit-btn:hover {
  background: #073342;

}

.form-control:focus {
  color: #000;

  border-color: #f0f1f3;
  outline: 0;
}

.btn-black {
  background: #ef7d00;
  color: #fff;
  text-align: center;
  text-shadow: none;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  border: 2px solid #ef7d00;
  padding: 6px 25px;
  border-radius: 15px;
}


/*FORM CSS START END*/


/*MOBILE FORM CSS*/

.btn-blue {
  background: #c85600;
  color: #fff;
  font-size: 15px;
  padding: 7px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
}

.bg_blue_mobile {
  background-color: #513d68;
}

/*.modal(    z-index: 9999999;)*/


/*MOBILE FORM CSS END*/

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

.banner_form label {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background: #fff;
  transition: all .35s;
  padding: 0px;
  /*  letter-spacing: 1px;
*/
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-weight: 200;
  width: 14%;
  padding: 10px;
}

#mainNav .navbar-brand:hover,
#mainNav .navbar-brand:focus {
  color: #fcbd20;
}

.navbar-dark .navbar-nav .nav-link {
  display: inline-block;
  margin: 0px 0px;
  padding: 7px 19px;
  font-weight: 600;
  /* font-size: 17px; */
  position: relative;
  opacity: 1;
  color: #777677;
  font-size: 18px;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 1;
}

/*.navbar-dark .navbar-nav .nav-link::before {
  transition: 300ms;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #dc6226;
}

.nav-link-ltr::before {
  width: 0%;
  bottom: 10px;
}

.nav-link-ltr:hover::before {
  width: 100%;
}
*/
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #f5c7b0;
}

.navbar-shrink {
  /*background-color: #512480;*/
  background-color: #fff;


}

/*.navbar-shrink .navbar-nav .nav-link
{
       color: #777677 !important;
}*/
.navbar-brand {
  width: 25%;
}

.navbar-brand img {
  width: 100%;
}

.section-p {
  padding: 3em 0;
}

.section-about {
  background: #d8d8d8;
  /* fallback for old browsers */
}

.hightlights {
  background: linear-gradient(top, #01315c 0%, #a8222c 100%);
}

.hightlights ul li {
  font-size: 24px;
  color: #01315c;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 31px;
}

.hightlights ul li span {
  display: block;
  color: #a8222c;
  font-weight: 400;
}

.hightlights p {
  padding-bottom: 35px;
  font-size: 1.1rem;
}

.hightlights .section-heading {
  margin-bottom: 5px;
}

.subscribe-btn {
  background: #A9232A;
  /* border: 2px solid #A9232A; */
  padding: 4px 14px !important;
  color: #fff !important;
  border-radius: 0.25rem;
  font-size: 0.95rem !important;
  margin-top: 15px;
}

.top30 {
  margin-top: 76px;
}

.section-heading {
  font-size: 37px;
  margin-bottom: 35px;
  font-weight: 800;
  color: #522c80;
  /* line-height: 35px; */

}

.section-heading span {
  /* font-weight: 1000;*/
}


.about_img {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-nav .owl-next {
  float: right;
  top: calc(50% - 18px);
  position: absolute;
  right: -50px;
  color: #fff !important;
}

.owl-carousel .owl-nav .owl-prev {
  float: left;
  top: calc(50% - 18px);
  position: absolute;
  left: -50px;
  font: normal !important;
  color: #fff !important;
}

.colab-logos {}

.colab-logos .owl-nav .owl-prev {
  top: calc(40% - 18px) !important;
  font-size: 20px !important;
  color: #000 !important;
  display: block;
  background: #e8781a !important;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}

.colab-logos .item {
  /*background: #484848;*/
}

.colab-logos p {
  font-weight: 600;
  padding: 8px 0px;
  color: #fff;
  background: #102229;
  /*border-radius: 0px 0px 15px 15px;*/

}

.colab-logos .owl-nav .owl-prev a {
  color: #fff;
}

.colab-logos .owl-nav .owl-next {
  top: calc(40% - 18px) !important;
  font-size: 20px !important;
  color: #000 !important;
  display: block;
  background: #e8781a !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
}

.colab-logos .owl-nav .owl-next a {
  color: #fff;
}

.colab-logos img {
  box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
  /*border: 1px solid #aaa;*/

}

.student {
  background: rgb(5, 36, 46);
  background: linear-gradient(90deg, rgba(5, 36, 46, 1) 0%, rgba(7, 54, 69, 1) 15%, rgba(16, 108, 138, 1) 100%);
}

.student p {
  color: #fff;
  font-size: 1.1rem;
}

.student h2 {
  color: #fff;
}

.logo-ov {
  display: block;

  min-height: 240px;
}

.logo-ov img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.logo-ov .owl-carousel .owl-item img {
  width: auto !important;
}

.bordr .border {
  border: 1px solid #139931 !important;
}

.sb {
  float: left;
  margin-bottom: 0.5rem;
  position: relative;
  width: 100%;
}

.sb small {
  background: slategray;
  color: white;
  border-radius: 0.5rem;
  box-shadow: 0 0.1rem 0.1rem 0 rgba(0, 0, 0, .15);
  font-size: 1.2rem;
  left: 50%;
  opacity: 0;
  padding: 1rem;
  position: absolute;
  transform: translate(-50%, 0);
  transition: opacity 1s ease-out, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 5;
}

/* Section Break 1 */
.section-break-1 {
  background-color: transparent;
  border: 0;
  border-top: 3px double #c8c8c8;
  height: 3px;
  margin: 2rem auto;
  width: 30%;
}

.section-break-1:before {
  background-color: snow;
  color: #c8c8c8;
  content: '\22A1';
  font-size: 20px;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  text-indent: -2px;
  text-rendering: geometricPrecision;
  transform: translate(-50%, -65%);
  width: 10px;
}

footer {
  width: 100%;
  background: #f58220;
  color: #fff;
  position: relative;
}

.btn-footer {
  z-index: 0 background: #f58220 !important;
  padding: 51px 0em;
  color: #fff !important;
}

footer::before {
  width: 55%;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-top: 199px solid #522d80;
  border-right: 80px solid transparent;
  z-index: 1;
}

footer h4 {
  font-size: 37px;
  font-weight: 700;
  z-index: 2;
  position: relative;
}

footer ul {
  margin: 0px;
  padding: 0px;
}

footer ul li {
  list-style: none;
  line-height: 35px;
  /* display: inline-block; */
  margin-right: 10px;
  font-size: 19px;
}

footer ul li i {
  margin-right: 10px;
}


footer a {
  color: #531f75;
}

footer a:hover {
  color: #f58220;
  text-decoration: none;
}

.social ul {
  margin: 0 -15px;
}

.social li {
  padding: 0 5px;
  font-size: 20px;
}

.social li a {
  display: inline-block;
  color: #531f75;
}

.social li a:hover {
  color: #f58220;
}

.color_red {
  color: #d1a894 !important;
  font-size: 20px;
}

.color_red:hover {
  color: #000;
}

.ml-20 {
  margin-left: 35px;
}

.foo-strip {
  background: #404040;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 30px;

  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 30px;

}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #dc6226;
}

.high-light {
  min-height: 232px;
  margin-bottom: 30px;
}

.high-light .fa {
  font-size: 46px;
  color: #15892e;
  padding: 12px;
}

.high-light p {}

.tab-content .border {
  border: 1px solid #6dbb7f !important;
}


.sec-programs {}

.sec-programs h3 {
  text-transform: uppercase;
  font-size: 24px;
}

.sec-programs h3 span {
  font-weight: 1000;
}

.sec-programs h5 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.sec-programs .nav-tabs .nav-link {
  color: #212529;
  border-radius: 0px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px 15px;
  border-bottom: 1px solid #b5b5b5;
  font-weight: 600;
}

.sec-programs .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.sec-programs .nav-tabs .nav-item.show .nav-link,
.sec-programs .nav-tabs .nav-link.active {
  color: #fff;
  border-radius: 0px;
  border: 2px solid #d0ffda;
  background: #218838;
  box-shadow: inset 0 0 0 #222, 0px 10px 20px -10px #222;
}


.sec-programs .nav-tabs .nav-item {
  border-bottom: 1px solid transparent;
}

.sec-programs .nav-tabs {
  border-bottom: 0px;
  display: block;
}

.sticky-tabs {
  position: sticky;
  display: block;
  top: 60px;
  width: 100%;
}

.text-orange {
  color: #f47933 !important;
}

.text-red {
  color: #d8363c !important;
}

.text-redlight {
  color: #d1c7c2 !important;
}

.btn-dwn {
  background-color: #1e5631 !important;
  font-size: 1rem;
  border-radius: 0px !important;
  border: 1px solid #ccc !important;
}

.top-rect .owl-carousel .owl-item img {
  width: 90% !important;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.gallery-p figure {
  cursor: pointer;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  height: auto !important;
  max-height: auto !important;
  border: 1px solid #fff;
}

.gallery-p figure figcaption,
.gallery-p figure figcaption>a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gallery-p figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}

.gallery-p figure h4,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}

.gallery-p figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}

.gallery-p figure h2,
.gallery-p figure p {
  margin: 0;
}

.gallery-p figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}

figure.softeffect:hover img {
  opacity: 0.35;
  transform: scale(1);
}

.gallery-p figure.softeffect figcaption:before,
.gallery-p figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.gallery-p figure.softeffect h4 {
  opacity: 0;
  padding: 28% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  font-size: 28px;
}

.gallery-p figure.softeffect h4 img {
  filter: unset;
  opacity: 1;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  min-height: auto;
}

.gallery-p figure.softeffect h4 i {
  font-weight: lighter;
}

.gallery-p figure.softeffect:hover figcaption:before,
.gallery-p figure.softeffect:hover p {
  opacity: 1;
  transform: scale(1);
}

.gallery-p figure.softeffect:hover h4 {
  opacity: 0.7;
  transform: scale(1);
}

.gallery-p figure img {
  display: block;
  max-width: 100%;
  min-height: 100%;
  opacity: 1;
  position: relative;
}

.gallery-p figure.softeffect {
  background: none repeat scroll 0 0 transparent;
  background: #f1f1f1;
}

.gallery-p figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}

.gallery-p figure.softeffect img {
  transform: scale(1);
  transition: opacity .35s ease 0s, transform .35s ease 0s;
  /*min-height: 185px;
  max-height: 190px;*/
}

figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}

.signup-step-container {
  background-color: #190523;
  background-image: url(../images/students-banner.jpg);
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: overlay;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 65%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 24px;
  color: #0e214b;
  font-weight: 600;
  border: 1px solid #ddd;
  top: 30px;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #f47933;
  color: #fff;
  border-color: #f47933;

}

.wizard li.active span.round-tab i {
  color: #c2a9de;
}

.wizard .nav-tabs>li.active>a i {
  color: #c2a9de;
}

.wizard .nav-tabs>li.active>a h4 {
  color: #c2a9de;
}

.wizard .nav-tabs>li {
  width: 32%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}

.wizard .nav-tabs>li a i {
  position: absolute;
  top: -55px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-5%, -50%);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.wizard .table {
  color: #fff;
}

.wizard .nav-tabs>li a h4 {
  position: absolute;
  top: -5px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 50%;
  transform: translate(-24%, -50%);
  font-weight: 500;
  color: #fff;
  font-size: 17px;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}

.wizard h3 {
  margin-top: 0;
}

.wizard .border-right {
  border-color: #fff !important;
}

.prev-step,
.next-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.next-step {
  background-color: #6f1a52;
}

.skip-btn {
  background-color: #cec12d;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}

#feedback-enquiry {
  position: fixed;
  top: 38%;
  right: 0;
  z-index: 9999;
  bottom: auto;
  /* height: 66px; */
  margin-left: -3px;
  margin-bottom: -3px;
  display: block;
}

#feedback-tab-enquiry {
  float: right;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  height: auto;
  z-index: 9999;
  /* background-color: #D63213; */
  margin-right: -57px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 5px 5px 0px 0px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  letter-spacing: 0px;
  margin-top: 100px;
}

#feedback-tab-enquiry:hover {
  text-decoration: none;
}

.blink-text {
  background: #f58220;
  font-weight: bold;
  font-size: 2rem;
  animation: blinkingText 2s infinite;
  color: #fff;
}

@keyframes blinkingText {
  0% {
    background: #ec7e21;
  }

  25% {
    background: #d76504;
  }

  50% {
    background: #ec7e21;
  }

  75% {
    background: #d76504;
  }

  100% {
    background: #ec7e21;
  }
}

.blink-text2 {

  font-weight: bold;

  animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
  0% {
    color: #ff963d;
  }

  25% {
    color: #ff963d
  }

  50% {
    color: #f8b174;
  }

  75% {
    color: #ffd1aa;
  }

  100% {
    color: #ffffff;
  }
}

.thank-u {
  height: 100vh;
  padding-top: 10%;
  text-align: center;
  background: #522c80;
  color: #fff;
}

.thank-u h2 {
  font-size: 52px;
  font-weight: 1000;
  color: #fff;
  letter-spacing: 4px;
}

.thank-u h4 {
  color: #162E55;
  margin: 6px 0 20px;
  font-size: 22px;
}

.thank-u a {
  margin: 40px 0;
  letter-spacing: 2px;
  padding: 4px 12px;
  color: #fff;
}

.thank-u .btn-blue {
  background: #ec7e21;
  color: #fff;
  font-size: 17px;
  padding: 10px 30px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
}


.btn-redback {
  background-color: #0f6e0c !important;
  border-color: #0f6e0c !important;
}


#cookieModal {}

#cookieModal .modal-dialog {
  margin-top: 0rem;
  max-width: 100%;
}

#cookieModal .modal-dialog .modal-content {
  border-radius: 0rem;
  position: fixed;
  top: auto;
  bottom: 0px;
}

#cookieModal .modal-dialog .buttons .btn {
  margin: 0.2rem;
  font-size: 16px;
}

.btn-secondary {
  background-color: #703232;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button .fa {
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
}

#button::after {}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}


.programs-new {
  /*  color: #fff;*/

}

/*.programs-new  .live > li:hover {
      color: #b8b2be !important;
}*/

.programs-new .img-list {
  padding: 0px;
  margin: 0px;

}

.programs-new .img-list li {
  list-style: none;
  display: block;
  clear: both;
  margin-bottom: 10px;


}

.min-125 {
  min-height: 125px;
}

.programs-new .img-list li img {
  width: 60px;
  margin-right: 5px;
  float: left;

  /*   padding: 10px;
    border-radius: 50%;*/

}

.programs-new .img-list li .text {
  margin-left: 80px;
  display: block;
  font-size: 15px;
  padding-top: 10px;

}

.programs-new .nav-bg {
  background: #f3f3f3;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  /* background-color: #7a6492;*/
  background-color: #512480;
  color: #ffffff;
  z-index: 1;
  border-color: transparent;

}

.nav-pills .nav-link.active:hover,
.nav-pills .show>.nav-link:hover {
  color: #fff;
}

.nav-pills .nav-link {
  background-color: transparent;
  border-bottom: 1px solid #c6c6c6;
  /* color: #fff; */
  display: block;
  font-size: 17px;
  font-weight: 600;
  height: 60px;
  padding: 6px 5px 6px 10px;
  position: relative;
  line-height: 47px;
  text-align: left;
  -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
  width: 100%;
  /* margin-bottom: 10px; */
  text-transform: uppercase;
  border-radius: 0;

}

.nav-pills .nav-link:hover {
  color: #333;
}


.red-bg {
  /* background-color: #620004; */
  /* background-color: #dadada; */
  /* background-color: #e3e3e3; */
  background-color: #ececec;
  background-image: url(../images/students-banner.jpg);
  /* background-image: url(../images/students-banner.jpg); */
  background-position: center;
  background-blend-mode: soft-light;
  background-attachment: fixed;
  background-size: cover;


}

.sticky-tabs {
  position: sticky;
  display: block;
  top: 130px;
  width: 100%;
}

.programs-new .tab-content h2 {
  font-size: 36px;

}

.programs-new .tab-content h2 span,
.programs-new .tab-content h4 span {
  font-weight: 1000;
}

.live {
  overflow: hidden;
  margin: 0px;
  padding: 0;
}

.live>li {
  list-style: none;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 0.5em 10px;
  transition: 0.12s;
}

.live>li::before {
  position: absolute;
  content: "•";
  color: #7a6492;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 1.1em;
  opacity: 0.5;
  line-height: 0.80;
  transition: 0.5s;
}

.live>li:hover {
  /*     color: #534365;*/
}

.single-performance-specifications-info.style-4:hover .live>li::before {
  color: #f58220;
}

.live>li:hover::before {
  transform: scale(1);
  opacity: 1;
  text-shadow: 0 0 4px;
  transition: 0.1s;
  color: #f58220;
}

.live li ul li {
  list-style: none;
  color: #c4c4c4;
}

.border-right,
.border-top {
  border-color: #bdbdbd !important;
}

.rahulas-sec {
  /*background-color: #6c6cb9;*/
  background-color: #737373;
  /*color: #fff;*/
  /* background-color: #4e4e4e; */
  background-image: url(../images/maxresdefault.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: right;
  /* background-color: #ececec; */
  background-blend-mode: overlay;
}

.rahulas-sec h2 {

  /*   color: #fff;*/

  font-size: 43px;

  text-align: left;

}

.listingsec {}

.listingsec ul {

  padding-left: 0px;

}

.listingsec li {

  list-style: none;

  font-size: 13.1px;

  margin-bottom: 25px;


}

.circle {
  float: left;
  width: 25px;
  height: 25px;
  display: block;
  margin-top: 2px;
  margin-right: 20px;
  line-height: 23px;
  color: #fff;
  border: 1px solid #bf6113;
  background: #e8781a;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  /* font-weight: bold; */

}

.text-about {

  float: left;

  width: 80%;

  display: block;

  font-size: 23px;
  line-height: 27px;
}

.text-about small b {
  font-size: 23px;
}

.text-about small {
  font-size: 17px;
  line-height: 20px;
}

.sec-careers {
  /*background: #e7e7e7;*/
  background: #452f5d;
  /*           background: #e7e7e7;*/
  /*  background: #423451;*/
}

.sec-careers img {

  width: 90px !important;
  background: #f4f4f4;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 10px;
  margin: 0 auto;
  margin-bottom: 20px;

}

.sec-careers h5 {
  font-size: 16px;
  font-weight: 600;
}

.spe-slides {
  padding: 20px;
  background: #fff;
  /* border-radius: 15px; */
  /*border: 1px solid #dbd9d9;*/
  border: 2px solid #9e9e9e;
}

.parallax_image {
  background-color: #f1eee9;
  background-image: url(../images/parallex-image.jpg);
  /* font-size: 40px; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion .fa-stack {
  font-size: 15px;
  float: right;
}

.accordion-1 .fa-stack {
  font-size: 15px;
  float: right;
}

.parallax_image .card {
  background-color: transparent !important;
  color: #484848;
}

.parallax_image .card-header {
  background-color: #f2f2f2;
  cursor: pointer;
  margin-bottom: 15px !important;
}

.parallax_image .card {
  border: none;
}

.card-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

.parallax_image .fa,
.parallax_image .fas {
  color: #e8781a;
}

.parallax_image p,
.parallax_image ul li {
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 15px;
  color: #000;
}

.font-15 {
  font-size: 15px;
}

.stats {


  padding: 4em 0em;
  /* background-color: #fed218; */
  /* background-blend-mode: soft-light; */
  border-bottom: 1px solid #aaa;
}

.stats p {

  font-size: 20px;
  /* color: #50237f; */
  font-weight: 600;

}

.stats p small {
  font-size: 16px;
  color: #858585;
  display: block;
  line-height: 20px;
  margin-top: 5px;
}

.stats h2 {
  font-size: 45px;
  font-weight: 1000;
  color: #db8439;

}

/*DEMO ONLY*/
.service-categories .card {
  transition: all 0.2s;
}

.service-categories .card .card-block {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.service-categories .card:hover .card-block {
  transform: translateY(-10px);
}

.service-categories .card-title {
  padding-top: 0.5em;
  color: #522c80;
}

.service-categories a:hover {
  text-decoration: none;
}

.service-card {
  border-right: 1px dashed #f58220;
  padding: 25px;
  text-align: center;
  border-radius: 0px;
  background-color: transparent;
  /* color: #fff; */
  border-bottom: 1px dashed #f58220;
  border-left: 0;
  border-top: 0;
}

.service-card:hover {
  /*background: rgb(201 201 201);
    border-right: 5px solid #f5821f;
    border-left: 5px solid #f5821f;
      
    color: #222;*/
}

.service-card span {
  /* color: white; */
  /* background: #f5821f; */
  width: 95px;
  /* height: 94px; */
  display: block;
  margin: 0 auto;
  padding: 15px;
  /* border-radius: 50%; */
  /* border: 2px solid #fff; */
  display: block;
}

.service-card p {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  margin-top: 7px;

}


.kc_column_inner>.kc-col-inner-container {
  height: 100%;
}

.kc-css-system .kc-css-321668 {
  margin-bottom: 30px;
}

.kc-elm {
  float: left;
  width: 100%;
}

.kc_wrapper {
  width: 100%;
  display: block;
  height: 95px;
}


.border-right {
  border-color: #000 !important;
}

.em_progress_content {
  text-align: center;
  min-height: 70px;
}

.em_work_progress-number {
  position: relative;
  z-index: 1;
}

.em_work_progress-number span {
  background: #0c5adb;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  position: relative;
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.em_work_progress-number span:before {
  position: absolute;
  left: -20px;
  top: -20px;
  height: 85px;
  width: 85px;
  content: "";
  background: #0c5adb;
  z-index: -1;
  border-radius: 50%;
  right: 0;
  margin: auto;
  opacity: 0.2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.em_work_progress-number span:after {
  position: absolute;
  left: -10px;
  top: -10px;
  height: 65px;
  width: 65px;
  content: "";
  background: #0c5adb;
  z-index: -1;
  border-radius: 50%;
  right: 0;
  margin: auto;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.em_work_progress-title h2 {
  font-size: 20px;
  /*  margin: 56px 0 17px;*/
  font-weight: 700;
}

.em_work_progress :hover .em_work_progress-number span,
.em_work_progress :hover .em_work_progress-number span:after,
.em_work_progress :hover .em_work_progress-number span:before {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

header {
  /*  margin-top: 0px;*/
  margin-top: 45px;
}

.b-box {
  border: 4px solid #f2bf95;
  border-radius: 30px;
}

.text-purple {
  color: #522c80;
}

.btn-bordered {
  padding: 4px 20px !important;
  border: 1px solid #f58220;
  background: #f58220;
  margin-top: -3px;
  /* text-transform: uppercase; */
  font-size: 18px !important;
  font-weight: bold !important;
  color: #fff !important;
  border-radius: 5px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 3000ms infinite;
}

.btn-bordered:hover {
  background-color: #f57c15 !important;
  color: #fff !important;
  border-color: #f4811c;
}


.btn--glow {
  position: relative;
  overflow: hidden;
}

.btn--glow:before {
  content: '';
  position: absolute;
  left: -20%;
  top: -10%;
  width: 0;
  height: 100%;
  transform: rotate(15deg) scale(1, 2);
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.7);
  animation: button-glow 3000ms ease-in-out infinite;
}

@keyframes button-glow {
  0% {
    left: -20%;
  }

  50% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}


@-webkit-keyframes glowing {
  0% {
    background-color: #f58220;
    box-shadow: 0 0 3px #FFDD22;
  }

  50% {
    background-color: #f58220;
    box-shadow: 0 0 10px #fdba29;
  }

  100% {
    background-color: #ff9235;
    box-shadow: 0 0 3px #eca232;
  }
}

@-moz-keyframes glowing {
  0% {
    background-color: #f58220;
    box-shadow: 0 0 3px #ef7d00;
  }

  50% {
    background-color: #f58220;
    box-shadow: 0 0 10px #ef7d00;
  }

  100% {
    background-color: #ff9235;
    box-shadow: 0 0 3px #eca232;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #f58220;
    box-shadow: 0 0 3px #ef7d00;
  }

  50% {
    background-color: #f58220;
    box-shadow: 0 0 10px #ef7d00;
  }

  100% {
    background-color: #ff9235;
    box-shadow: 0 0 3px #eca232;
  }
}

@keyframes glowing {
  0% {
    background-color: #f58220;
    box-shadow: 0 0 3px #FFDD22;
  }

  50% {
    background-color: #f58220;
    box-shadow: 0 0 10px #fdba29;
  }

  100% {
    background-color: #ff9235;
    box-shadow: 0 0 3px #eca232;
  }
}

.overview-box {
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(164, 177, 235, .35);
  background: #fff;
  border-radius: 15px;
  border-left: 7px solid #f58220;
  padding: 20px;
  color: #522d80;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 35px;
  min-height: 95px;

}

.adv-wrap {}

.adv-wrap p {
  font-size: 22px;
  color: #522d80;
  line-height: 39px;

}

.why-bg {
  background: url(../images/why-pgdm-bg.jpg);
  background-size: cover;
  border-radius: 55px;

}

.text-purple {
  color: #522c80 !important;
}

.f-block {
  padding: 25px 15px 25px 25px;
  transition: all 0.4s;
  /*    background-color: #fff;*/
  border-radius: 18px;
  display: flex;
  gap: 24px;
  margin-bottom: 0px;
  box-shadow: 0 0 15px 0 rgba(164, 177, 235, .35);
  position: relative;
}


.f-block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: "";
  background-color: #f58220;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 18px;
}

.f-block:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;

}

.f-arrow {
  width: 25px;
  position: absolute;
  right: 20px;
  top: 40%;
}


.f-block:hover {
  /*  background: #f58220;*/
}

.f-block:hover .f-text {
  color: #fff !important;
}

.f-block:hover .f-img img {
  filter: brightness(9.5);
}

.f-img {
  margin: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  transition: all 0.4s linear;

}

.f-block:hover .f-img {
  transition: all 0.3s ease-in-out 0.1s;
  transform: rotateY(180deg);
}

.f-text {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;

}


.single-performance-specifications-info.style-3 {
  /*padding: 47px 35px 20px;*/
  border: 1px solid #5d13b8;
  box-shadow: 0 4px 50px 0 rgb(17 24 39 / .06);
  /* min-height: 325px; */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  min-height: 100%;
}

.single-performance-specifications-info.style-4 {
  /*padding: 47px 35px 20px;*/
  border: 1px solid #5d13b8;
  box-shadow: 0 4px 50px 0 rgb(17 24 39 / .06);
  /* min-height: 325px; */
  transition: 0.3s;
  -webkit-transition: 0.3s;
  min-height: 100%;
  color: #522d80;
}

.single-performance-specifications-info.style-4 h3 {
  color: #522c80;
}

.single-performance-specifications-info.style-4:hover h3 {
  color: #f58220;
}

.single-performance-specifications-info {
  padding: 40px;
  border-radius: 30px;


  transition: .5s;
  background-color: #e9e8ee;
  position: relative;
  color: #b0b0b0;
}

.single-performance-specifications-info.style-3 .icon {
  width: 70px;
  height: auto;

  color: #fff;


}

.single-performance-specifications-info .icon {
  width: 100px;
  height: 100px;

  display: block;

}

.single-performance-specifications-info.style-3 .icon span {
  font-size: 25px;
  font-weight: 600
}

.single-performance-specifications-info .content {
  display: block;
}

.single-performance-specifications-info .content h3 {
  font-size: 21px;
  color: #522d80;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-performance-specifications-info .content p {
  margin-bottom: 0;
  color: #522d80;
}

.single-performance-specifications-info.style-3 .image {
  opacity: 1;
  visibility: visible
}

/*.single-performance-specifications-info .image {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
    visibility: hidden;
    position: absolute;
    transition: .5s
}*/

.single-performance-specifications-info.style-3:hover,
.single-performance-specifications-info.style-4:hover {
  background: #f6eee7;
  color: #f58220;
  transform: translateY(-10px);
  border-style: solid;
  border-color: #f58220;
}

.single-performance-specifications-info.style-3:hover .content h3,
.single-performance-specifications-info.style-3:hover .content p {
  color: #f58220;
}

.single-performance-specifications-info.style-3:hover .icon img {
  -webkit-filter: grayscale(100%) brightness(120%) sepia(90%) hue-rotate(5deg) saturate(500%) contrast(0.7);
  filter: grayscale(100%) brightness(214%) sepia(162%) hue-rotate(340deg) saturate(522%) contrast(0.9);
}

.faq-section {}

.faq-container {
  position: relative;
}

.faq-container:before {
  content: '';
  position: absolute;
  left: -26px;
  /*    height: 99%;*/
  width: 1px;
  background: #522d80;
  display: block;
  top: 3px;
}

.faq-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #522d80;
}

/*.faq-item:hover
{
background: #ec7f22;
}*/

.box-1 {
  background-color: #522d80;
}

.box-2 {
  background-color: #522d80;
}

.box-3 {
  background-color: #522d80;
}

.box_hover {
  background: #492774;
}

.box_hover-red {
  background: #ec7f22 !important;
}

.box_hover-red {
  background: #ec7f22 !important;
}

.box_hover-red:before,
.box_hover-red:after {
  background: #ec7f22 !important;
}

/*.box-1:before {background-color: #522d80;}, .box-2:before {background-color: #522d80;}
.box-3:before {background-color: #522d80;}*/

.faq-item:hover:before,
.faq-item:hover:after {
  background: #ec7f22;
}

.faq-item {
  /* border-bottom: 1px solid #ddd; */
  padding: 10px 15px;

  /*    background: #522d80;*/
  margin-bottom: 15px;
  border-radius: 7px;
  color: #fff;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.faq-item:before {
  content: '';
  position: absolute;
  left: -26px;
  height: 82px;
  width: 1px;
  background: #522d80;
  display: block;
  top: -2px;
}

.faq-item:after {

  content: '';
  position: absolute;
  left: -30px;
  height: 10px;
  width: 10px;
  background: #522d80;
  display: block;
  top: 30px;

  border-radius: 50%;
}

.faq-item.active:before,
.faq-item.active:after {
  background: #f58220;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  color: #fff;
}

.faq-question:focus {
  outline: none;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 19px;
  background: #f58220;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  /* enough for content */
  padding: 10px 0;
  border-top: 1px solid #fff;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}


.single-testimonial {
  border-radius: 30px;
  box-shadow: 14px 5.7px 20px 0 rgb(16 17 18 / 7%);
  background-size: auto;
  background-position: 100% -128%;
  background-repeat: no-repeat;
  transition: all .3s linear 0s;
  padding: 20px 5px 20px 15px;
  margin: 30px 19px;
  background: #f7f6fe;
}

.single-testimonial .thumb {
  margin-right: 30px;
  width: 35%;
  overflow: hidden;
  float: left;
  /* min-height: 233px; */
  border-radius: 150px;

}

.single-testimonial .thumb2 {
  margin-right: 30px;
  width: 15%;
  overflow: hidden;
  float: left;
  min-height: 233px;

}

.single-testimonial .desc {
  margin-left: 110px;
  /*  background: #fff;*/
  min-height: 233px;
  padding: 15px;
  font-size: 14px;
}

.single-testimonial .desc img {
  width: 30px !important;
  height: auto !important;
  margin-bottom: 10px;
}

.single-testimonial .desc .d-text {
  font-size: 19px;
  font-weight: 600;
}

.single-testimonial h4 {
  transition: all .3s linear 0s;
  margin-bottom: 5px;

  font-size: 20px;
}

.single-testimonial .designation {
  font-style: italic;
  /* color: #d2232a;*/
  color: #ddcbcc;
}

.border-md-bottom-0 {
  border-bottom: 0;
}

.border-md-right-0 {
  border-right: 0;
}


.scroller-container {
  --slide-width: clamp(97px, 14vw, 160px);
  --slide-gap: calc(var(--slide-width) * 0.06);
  --slide-border-radius: calc(var(--slide-width) * 0.06);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.scroller-container::before {
  position: absolute;
  content: "";
  width: var(--slide-width);
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, #f5f6f6, transparent);
}

.scroller-container::after {
  position: absolute;
  content: "";
  width: var(--slide-width);
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(90deg, transparent, #f5f6f6);
}

.scroller-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: var(--slide-gap);
  width: calc((var(--slide-width) + var(--slide-gap)) * 6);
  animation: moveLeft 25s linear infinite;
}

.scroller-wrapper2 {
  display: flex;
  justify-content: flex-start;
  gap: var(--slide-gap);
  width: calc((var(--slide-width) + var(--slide-gap)) * 6);
  animation: moveright 25s linear infinite;
}


.scroller-slide {
  flex: none;
  width: var(--slide-width);
  aspect-ratio: 0 / 20;
  background: #eee;
  border-radius: var(--slide-border-radius);
  overflow: hidden;
  cursor: pointer;
}

@keyframes moveLeft {
  from {
    transform: translatex(0);
  }

  to {
    transform: translatex(-50%);
  }
}


@keyframes moveright {
  from {
    transform: translatex(-50%);
  }

  to {
    transform: translatex(0);
  }
}

img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsive Styles */

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 17px;


  }
}

@media(max-width:991px) {}

@media(max-width:767px) {
  .connecting-line {
    top: 108px;
  }

  .banner_form {
    position: relative !important;
    margin-top: 10px !important;
    right: auto !important;
  }

  .mob-bnner-height {
    height: 70vh;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 0%;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0%;
  }

  .top-rect .owl-carousel .owl-item img {
    width: 60% !important;
    display: block;
    text-align: center;
    margin: 0 auto;
  }

  .high-light {
    min-height: auto !important;
    margin-bottom: 0px !important;
  }


  .btn-dwn {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }

  .top30 {
    margin-top: 25px;
  }

  #button {
    width: 44px;
    height: 44px;
    bottom: 58px;
  }

  #button .fa {
    font-size: 1em;
    line-height: 43px;
  }

  .cookie-text {
    font-size: 14px;
    line-height: 23px;
  }

  .cookie-text br {
    display: none;
  }

  #cookieModal .modal-dialog .buttons .btn {
    margin: 0.2rem;
    border-radius: 8px;
    font-size: 11px;
    padding: 4px 20px;
  }

}

@media(max-width:767px) {
  .desktop_unique {
    display: none !important;
  }

  .mobile_unique {
    display: block !important;
  }

  #mainNav .navbar-brand {
    display: contents;
  }

  .navbar-brand img {
    width: 45%;
  }

  .carousel-item {
    height: auto;
    /*    min-height: 200px;*/
  }

  .section-p {
    padding: 2em 0em;
  }

  .hightlights ul li {
    font-size: 16px;
  }

  .section-heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  #about h4 {
    font-size: 1.2rem;
  }

  .sec-programs h3 {
    font-size: 20px;
  }

  .wizard h4 {
    font-size: 16px;
  }

  .tab-block .tab-mnu li {
    float: none;
    width: 100%;
  }

  footer {
    text-align: center;
  }

  footer h4 {
    font-size: 18px;
  }

  .foo-strip {
    margin-top: 20px;
    padding-bottom: 50px;
  }

  .carousel-caption {
    text-align: right;
    top: 33%;
  }

  .carousel-caption h3 {
    font-size: 14px;
  }

  .carousel-caption h4 {
    font-size: 11px;
  }

  .stu-intern {
    background-position: right;
  }

  footer h4 {
    margin-top: 20px;
  }


  .sign-content h3 {
    font-size: 40px;
  }

  .wizard .nav-tabs>li a i,
  .wizard .nav-tabs>li a h4 {
    margin-top: 51px;
    font-size: 15px;
  }

  .signup-logo-header .navbar-toggle {
    margin: 0;
    margin-top: 8px;
  }

  .signup-logo-header .logo_area {
    margin-top: 0;
  }

  .signup-logo-header .header-flex {
    display: block;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 5px 0px;
  }

  .navbar-nav {
    border-top: 1px solid #333;
    margin-top: 20px;
  }

  .gallery-p figure.softeffect img {
    max-height: 100%;
    min-height: auto;
  }

  .wizard>div.wizard-inner {
    margin-bottom: 82px;
  }

  .wizard .nav-tabs>li {
    width: 28%;
  }

  span.round-tab {
    width: 65px;
    height: 65px;
    line-height: 65px;
    top: 78px;
  }

  #feedback-enquiry {
    top: 32%;
  }

  #mainNav {
    padding: 5px;
    background: #fff;
  }

  .programs-new .tab-content h2 {
    font-size: 24px;
  }

  .sticky-tabs {
    margin-bottom: 30px;
  }

  .text-about {
    width: 87%;
  }

  .rahulas-sec h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .min-125 {
    min-height: auto;
  }

  .section-p h2 {
    font-size: 24px;
  }

  .section-p h3 {
    font-size: 20px;
  }

  .programs-new .nav-bg {
    background: transparent;
  }

  .nav-pills .nav-link:hover,
  .nav-pills .nav-link {
    color: #000;
  }

  .circle {
    margin-right: 15px;
  }

  .rahulas-sec {
    background-position: left;
  }

  .social ul {
    display: inline-flex !important;
  }

  .border-right {
    /*  border-bottom:1px solid #000 !important;*/
    border-right: 0px !important;
  }

  .banner-bar .details {
    margin-top: 20px;
    position: relative;
    margin-left: 0;
    padding-left: 0;
  }

  .banner-bar .details {
    margin-top: 25px;
  }

  .banner-bar .details li {
    flex: 1 1 50%;
  }

  .banner-bar .details li {
    padding: 5px 13px;
  }

  header {
    margin-top: 75px;
  }

  .navbar-dark .navbar-toggler {
    color: #000;
  }

  .mobile-award {
    padding-bottom: 0 !important;
  }

  .mobile-award .item img {
    width: 60%;
    margin: 0 auto;
    box-shadow: none !important;
  }

  .overview-box {
    margin-bottom: 15px;
    height: auto;
  }

  .adv-wrap p {
    line-height: 24px;
    font-size: 16px;
  }

  .service-categories .card {
    height: 100%;
  }

  .border-md-bottom-0 {
    border-bottom: 1px dashed #f58220;
  }

  .border-md-right-0 {
    border-right: 1px dashed #f58220;
  }

  .f-block {
    text-align: center;
    height: 100%;
    display: block;
    padding: 25px 10px 25px 10px;
  }

  .f-img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
    align-items: center;
  }

  .single-performance-specifications-info {
    padding: 25px;
  }

  .single-testimonial .thumb {
    margin-right: 0;
    min-height: auto;
    width: 100%;
    height: 274px;
  }

  .single-testimonial .thumb img {
    width: 80%;
    margin: 0 auto;
  }

  .single-testimonial .desc {
    margin-left: 0;
    min-height: auto;
  }

  footer::before {
    width: 64%;
    border-top: 182px solid #522d80;
  }

  .btn-footer {
    padding: 33px 0em;
  }
}