@font-face {
  font-family: Gotham-Medium;
  src: url(../fonts/Gotham-Medium.otf);
}

@font-face {
  font-family: Gotham-Book;
  src: url(../fonts/Gotham-Book.otf);
}

@font-face {
  font-family: Gotham-Light;
  src: url(../fonts/Gotham-Light.otf);
}

* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}

:root {
  --old-primary: #ed9609;
  --primary-color: #f75308;
  --secondary-color: #f2daaa;
}
.container {
  max-width: 1290px;
  width: 97%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham-Medium";
  font-weight: 600;
}

p {
  font-size: 14px;
}

a,
a:hover {
  text-decoration: none;
}

strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.top-bar {
  background-color: var(--primary-color);
  color: #000;
  padding: 7px 0;
}

.top-bar p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 16px;
}

.top-bar a {
  color: #f00 !important;
  text-decoration: none;
  font-weight: 600;
}

.home-header {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.header a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.home-header a {
  color: #fff;
}

.top-logo img {
  max-width: 171px;
}

.header-btn {
  background-color: var(--primary-color);
  border-radius: 5px;
  padding: 8px 20px !important;
  transition: .3s;
}

.header-btn:hover {
  background-color: #db8f15;
}

.home-banner {
  background-image: url('../images/hero-bannerjpeg-min.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.home-banner-left {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 35px 30px;
  color: #fff;
}

.lateral-banner {
  background-image: url('../images/situated-cognition-and-meaningful-learning-in-college-classrooms1-jpeg-min.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 96px 0;
}

.lateral-banner-left {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px 20px 35px 30px;
  color: #fff;
}

.lateral-banner-right {
  background-color: rgba(0, 0, 0, 0.6);
  /*padding: 75px 20px 88px 20px;*/
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lateral-banner .banner_heading_s {
  font-size: 23px;
  padding-top: 20px;
  line-height: 40px;
  font-weight: 800;
  text-transform: capitalize;
}

.all-name {
  font-size: 14px;
  line-height: 20px;
}

.banner_heading_f {
  font-size: 27px;
  color: var(--primary-color);
  line-height: 35px;
  text-align: left;
}

.banner_heading_s {
  font-size: 28px;
  padding-top: 20px;
  line-height: 40px;
  font-weight: 800;
  text-transform: capitalize;
}

.banner_heading_t {
  font-size: 20px;
  line-height: 34px;
}

.banner-key {
  margin-bottom: 30px;
}

.banner-key p {
  font-size: 16px;
  font-family: 'Roboto';
  font-weight: 300;
}

.banner-mo {
  font-size: 20px;
  font-family: 'Gotham-Medium';
}

.banner-mo .fa {
  font-size: 14px;
  margin-right: 10px;
}

.banner-mo:hover {
  color: var(--primary-color);
}

.banner-key h4 {
  font-size: 20px;
  line-height: 34px;
}

.banner-key .tc-border {
  border-left: 2px solid var(--primary-color);
}

.must-watch {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: normal;
}

.must-watch a {
  color: #fff;
}

.tc {
  color: var(--primary-color);
}

.form-btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 15px 22px;
}

.home-banner {
  padding: 185px 0 65px;
  position: relative;
}

.home-banner:before {
  position: absolute;
  content: "";
  background-color: rgba(34, 34, 34, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.home-banner-left h5 {
  font-size: 16px;
  line-height: 25px;
}

.home-banner-right {
  background-color: rgb(203 203 203 / 73%);
  padding: 50px 20px 55px 20px;
  border-radius: 10px;
  backdrop-filter: blur(15px);
}

.home-banner-right h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

.form-control {
  font-size: 12px;
  font-family: 'Gotham-Book';
}

.form-group {
  margin-bottom: 20px;
}

.line-list li {
  position: relative;
  padding-left: 30px;
}

.line-list li:before {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  height: 1px;
  left: 10px;
  top: 11px;
  width: 13px;
}

.line-listt li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-family: 'Gotham-Book';
  line-height: 19px;
  margin-bottom: 10px;
}

.line-listt li:before {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  height: 3px;
  left: 10px;
  top: 11px;
  width: 10px;
}

.gap {
  padding: 85px 0;
}

.theme-bg {
  background-color: var(--secondary-color);
}

.program-sec .card {
  max-width: 530px;
  width: 100%;
  margin: 10px;
}

.abt-img {
  position: relative;
}

.play-inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, 50%);
}

.form-btn:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-btn {
  transition: .3s;
}

.program-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.program-caption h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.cta h2 {
  font-family: "Gotham-Light";
  font-size: 22px !important;
  line-height: 26px;
  text-transform: none;
  padding-bottom: 20px;
  font-weight: 600 !important;
  margin-bottom: 0;
}

.cta-left a {
  background-color: #000;
  font-size: 15px;
  padding: 20px 50px;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  border-radius: 5px;
  transition: 0.5s;
  position: relative;
  font-family: 'Roboto';
}

.btn-arrow {
  border-radius: 4px;
  background-color: #5ca1e1;
  border: none;
  color: #fff;
  text-align: center;
  padding: 16px;
  width: 400px;
  transition: all 0.5s;
  cursor: pointer;
}

.btn-arrow {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn-arrow:after {
  content: '';
  background-image: url(../images/rightww.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: 15px;
  position: absolute;
  opacity: 0;
  top: 24px;
  right: -20px;
  transition: 0.5s;
}

.btn-arrow:hover {
  padding-right: 24px;
  padding-left: 8px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .7);
}

.btn-arrow:hover:after {
  opacity: 1;
  right: 30px;
}

.cta-form-wrapper {
  background-color: #cccccc;
  border-radius: 10px;
  max-width: 337px;
  margin-left: auto;
}

.ylw-slider {
  background: linear-gradient(45deg, var(--primary-color) 0%, #ffcc5e 100%);
}

.ylw-slider h2 {
  font-size: 26px;
  line-height: 30px;
}

.ylw-slider p {
  font-size: 20px;
  font-family: 'Gotham-Light';
  padding: 25px 0;
}

.ylw-slider .owl-nav {
  display: none;
}

.ylw-slider button:focus {
  outline: none;
}

.abt h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.program-sec .card-title a,
.program-sec ul li a {
  color: #808080;
  text-decoration: none;
}

.program-sec ul li {
  list-style-position: inside;
}

.program-sec .card .btn {
  background-color: #222222;
  border-color: #222222;
}

.program-obj {
  background: url(../images/dot-trail.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.program-obj h2 {
  font-size: 30px;
  line-height: 40px;
}

.edu-deli {
  background-color: #000000;
}

.edu-deli p {
  color: #ccc;
  font-size: 15px;
  line-height: 20px;
}

.edu-deli h2 {
  font-size: 26px;
  line-height: 50px;
}

.my-border {
  border: 1px dashed #ccc;
}

.recrut-slider img {
  max-width: 125px;
  max-height: 100px;
  width: 100%;
}

.recrut-slider .owl-prev,
.recrut-slider .owl-next {
  /*background-color: #d6d6d6 !important;*/
  margin: 5px;
}

.recrut-slider .owl-prev:focus,
.recrut-slider .owl-next:focus {
  outline: none;
}

.recrut-slider .owl-prev img,
.recrut-slider .owl-next img {
  padding: 10px;
}

.recrut-slider .owl-nav {
  text-align: center;
  margin-top: 30px;
}

.recrut-slider .owl-stage {
  display: flex;
  align-items: center;
}

.footer {
  background-color: rgb(0 18 46 / 3%);
  width: 95%;
  margin: 0 auto;
}

.footer a {
  color: #000;
  font-size: 16px;
  line-height: 17px;
}

.footer h4 {
  font-size: 16px;
  font-weight: 500;
}

.footer .social {
  margin-top: 30px;
}

.footer .social li a .fab {
  font-size: 15px;
  background: #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 5px;
}

.footer .social li a:hover {
  text-decoration: none;
}

.footer-rating-rgt .fa {
  color: #ccc;
}

.fa.fa-star.checked {
  color: var(--primary-color);
}

.footer-rating img {
  max-width: 80px;
  width: 100%;
}

.footer-rating-rgt .title {
  line-height: 24px;
  font-weight: 700;
  font-size: 18px;
  font-family: 'Roboto';
}

.footer-logo-wrapper {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}

.border-btm {
  border-bottom: 1px solid #e0e0e0;
}

.footer-rating-rgt span {
  font-size: 24px;
  line-height: 38px;
  color: #e7711b;
  font-family: 'Roboto';
}

.footer-rating-rgt img {
  width: 61px;
}

.copyright {
  background-color: var(--primary-color);
}

.copyright p {
  font-size: 15px;
  font-family: 'Roboto';
  line-height: 18px;
}

.about-banner {
  background-image: url('../images/About-hero-bannerjpeg-min.jpg');
  color: #fff;
  padding: 130px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-banner h1 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 24px;
}

.about-banner h1,
.about-banner ul li a {
  color: var(--primary-color);
}

.about-banner ul {
  margin: 24px 0;
}

.about-banner ul li a {
  font-size: 23px;
  text-decoration: none;
}

.about-banner ul li a:hover {
  color: #fff;
}

.about-banner ul li {
  border: 2px solid #fff;
  margin-right: 10px;
  padding: 3px 50px;
  min-width: 258px;
}

.tm-btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 10px 42px;
  font-size: 12px;
  border-radius: 5px;
  text-decoration: none;
}

.tm-btn:hover {
  color: inherit;
  text-decoration: none;
}

.video-play-button {
  position: relative;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: inline-block;
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.80);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.about-banner h2 {
  line-height: 26px;
}

.tab-strip {
  background-color: var(--primary-color);
}

.tab-strip a {
  color: #000000;
  font-family: 'Roboto';
  line-height: 40px;
  font-size: 15px;
  font-weight: 300;
}

.inner-head,
.inner-heads {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin: 0;
  overflow: hidden;
}

.inner-head {
  padding: 55px 0 45px 0;
}

.grey-bg {
  background-color: #f9f9f9;
}

.gap70 {
  padding: 70px 0;
}

.inner-head:after {
  left: 0.5em;
  margin-right: -50%;
  background-color: var(--primary-color);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.inner-heads:after {
  left: 0.5em;
  margin-right: -100%;
  background-color: var(--primary-color);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.abt-detail ul li {
  font-size: 15px;
  line-height: 22px;
  font-family: "Gotham-Book";
  margin-bottom: 10px;
}

.abt-detail .card-title {
  background-color: var(--primary-color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 5px 0;
}

.vision-wrapper {
  background-color: var(--primary-color);
  padding: 57px 50px 155px 50px;
}

.mission-wrapper {
  background-color: #fff;
  padding: 50px;
  padding: 57px 50px 62px 50px;
  box-shadow: 0 60px 135px rgb(0 0 0 / 14%), 0 15px 65px rgb(0 0 0 / 14%);
}

.mission-wrapper ul {
  height: 200px;
  overflow-y: scroll;
  padding-left: 20px;
}

.vision-wrapper h2,
.mission-wrapper h2 {
  font-size: 44px;
  margin-bottom: 30px;
  line-height: 50px;
  text-align: left;
}

.vision-wrapper p {
  line-height: 22px;
}

.mission-wrapper li {
  line-height: 30px;
}

.about-banner-other ul li {
  border: none;
  padding: 0;
  min-width: 1px;
}

.about-banner-other ul li h2 a {
  border-right: 4px solid #fff;
  padding-right: 12px;
}

.about-banner-other ul li:last-child h2 a {
  border-right: none;
}

.horiz-strip {
  background-color: var(--primary-color);
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  margin: 85px 0;
}

.special-wrapper h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.highlight {
  margin-bottom: 30px;
}

.highlight .fa {
  font-size: 34px;
  line-height: 34px;
  color: var(--primary-color);
}

.program-banner-right {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 25px;
}

.about-banner-other {
  padding: 55px 0;
}

.program-banner-right h2 {
  font-size: 25px;
  color: var(--primary-color) !important;
  line-height: 35px;
  text-align: center;
}

.program-banner-right .form-control {
  font-size: 14px;
  padding: 16px;
  border-radius: 0;
  line-height: 24px;
  border: 1px solid rgba(255, 255, 255, .6);
  background-color: #161616;
}

.about-banner-other {
  background-image: url('../images/b-tech-for-working-professionals-min.jpg');
}

.about-banner-other .form-group {
  margin-bottom: 28px;
}

.about-banner-other .select-form-control {
  padding: 0;
  background-color: #fff !important;
}

.wpb_wrapper h4 {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 22px;
}

.special-wrapper a {
  color: #000;
}

.triangle {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8f8f8;
  height: 10px;
  width: 10px;
  left: 440px;
  margin: -49px auto 33px auto;
}

.social-address {
  border: 1px solid var(--primary-color);
  text-align: center;
  padding: 60px 0 10px 0;
  position: relative;
  min-height: 190px;
}

.social-address:hover {
  background-color: var(--primary-color);
}

.social-address img {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.social-address a {
  color: #000;
}

.contact-wrapper {
  padding: 45px 0;
}

.contact-abt h1 {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 65px;
}

.contact-abt h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
}

.divider-wrap {
  background: linear-gradient(to right, var(--primary-color), #ffcc5e);
  width: 18%;
  margin: 0 auto;
}

.divider-small-border {
  margin-top: 12px;
  height: 1px;
  margin-bottom: 12px;
  transform: scale(1, 1);
  visibility: visible;
}

.bg-black {
  background-color: #000;
}

.contactus-form {
  padding: 65px 60px;
}

.contactus-form .form-control {
  font-size: 14px;
  font-family: 'Gotham-Book';
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0;
  margin-bottom: 40px;
}

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

.contactus-form .form-control:focus {
  box-shadow: none;
  border-bottom: 2px solid var(--primary-color);
}

.contactus-form h2 {
  margin-bottom: 25px;
  font-size: 30px;
}

.fee-banner {
  background-image: url('../images/Fee-details-jpeg-min.jpg');
  padding: 100px 0;
}

.fee-banner-right {
  background-color: #ccc;
  max-width: 397px;
  padding: 25px;
  border-radius: 10px;
}

.fee-content {
  padding-bottom: 80px;
}

.fee-content h3 {
  font-size: 30px;
  line-height: 40px;
  margin: 80px 0;
}

.f_wrap {
  width: 50%;
  z-index: 1;
}

.s_wrap {
  width: 25%;
  z-index: 1;
}

.fees-strip-wrapper {
  position: relative;
  font-size: 20px;
  line-height: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, .14);
  padding: 22px;
  -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
  -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
  transition: all .4s cubic-bezier(.2, 0, .15, 1);
}

.fees-strip-wrapper:hover {
  color: #fff;
}

.fees-strip-wrapper:hover a {
  color: #fff;
}

.fees-strip-wrapper a {
  color: #000;
}

.fees-strip-wrapper:before {
  background-color: var(--primary-color);
  color: #fff;
  height: 100%;
  opacity: 0;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  right: 0;
  z-index: 1;
  -webkit-transform: perspective(1000px) rotateX(90deg);
  -ms-transform: perspective(1000px) rotateX(90deg);
  transform: perspective(1000px) rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all .4s cubic-bezier(.2, 0, .15, 1);
  -ms-transition: all .4s cubic-bezier(.2, 0, .15, 1);
  transition: all .4s cubic-bezier(.2, 0, .15, 1);
}

.fees-strip-wrapper:hover:before {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotateX(0);
  -ms-transform: perspective(1000px) rotateX(0);
  transform: perspective(1000px) rotateX(0);
}

.dura {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}

.dura1 {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.btech_content .wpb_wrapper h4 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-top: 35px;
}

.btech_content .wpb_wrapper strong {
  font-family: Roboto;
  font-weight: 600;
}

.btech_content .wpb_wrapper ul li,
.btech_content .wpb_wrapper u {
  line-height: 30px;
}

.btech_content a:hover {
  color: #000;
}

.fee-banner .form-control:focus {
  box-shadow: none;
}

.apply-must-wrapper-left {
  margin-right: 50px;
}

.proram-inner-banner {
  background-image: url('../images/b-tech-for-working-professionals-min.jpg');
  padding: 100px 0;
}

.proram-inner-banner h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 25px;
}

.proram-inner-banner ul {
  margin-bottom: 70px;
}

.proram-inner-banner ul li {
  min-width: 1px;
  padding: 3px 0px;
  width: 192px;
}

.innerprogram-card {
  padding: 20px;
  height: 100%;
}

.innerprogram-card .inner .fa {
  font-size: 35px;
  /*line-height: 50px;*/
  margin-bottom: 43px;
}

.card-black {
  background-color: #222;
}

.card-tc {
  background-color: var(--primary-color);
}

.innerprogram-card .inner h3 {
  font-size: 16px;
  margin-bottom: 20px;
}

.innerprogram h2 {
  font-size: 40px;
  line-height: 50px;
  padding: 40px 0;
}

.innerprogram-card ul li {
  line-height: 30px;
}

.inner-head-btm {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
}

.innerprogram .inner-head {
  margin: 0 0 30px 0;
  line-height: 1;
  margin-bottom: 30px;
}

.v-card h4,
.m-card h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-bottom: 8px;
}

.m-card h4 {
  color: var(--primary-color);
}

.v-card {
  background-color: var(--primary-color);
  padding: 90px 38px;
}

.target-list li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
  line-height: 22px;
}

.target-list li:before {
  position: absolute;
  content: "";
  left: 0;
  background-image: url('../images/target.png');
  height: 35px;
  width: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
}

.m-card ul {
  max-width: 675px;
  width: 100%;
}

.vission-mission {
  padding: 65px;
}

.pink-bg {
  background-color: #faf6eb;
}

.page-bg {
  background-color: #f9f9f9;
}

.outcome {
  background-color: var(--primary-color);
  padding: 85px 0;
}

.outcome h4 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}

.outcome ul li {
  border-left: 3px solid #fff;
  padding-left: 20px;
  padding-bottom: 10px;
}

.object-slider .item {
  background: #FFCC5E30;
  max-width: 880px;
  margin: auto;
  text-align: center !important;
  padding: 30px;
  margin-bottom: 20px;
}

.object-slider .owl-nav,
.lab-slider .owl-nav {
  display: none;
}

.object-slider button:focus,
.lab-slider button:focus {
  outline: none;
}

.object-slider.owl-theme .owl-dots .owl-dot.active span,
.object-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

.lab-slider .item {
  margin-bottom: 20px;
}

.lab-slider.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 4px;
  border-radius: 0px;
}

.tab-section .nav-pills .nav-link {
  border-radius: 0;
  background-color: rgba(0, 0, 0, .045);
  color: #888;
  border-right: 1px solid rgba(0, 0, 0, .06);
}

.tab-section .nav-pills .nav-link.active,
.tab-section .nav-pills .show>.nav-link {
  color: #fff;
  background-color: var(--primary-color);
}

.tab-section table {
  width: 100%;
  max-width: 100%;
}

.tab-section table tr td {
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 10px;
  font-size: 13px;
  font-family: Roboto;
}

.tab-section table tr:nth-child(odd) td {
  background-color: #fcfcfc;
}

.tab-section table strong,
.tab-section table b {
  font-family: Roboto;
  font-weight: 600;
  font-size: 13px;
}

.faq .card {
  border: none;
  border-bottom: 3px solid #f1f1f1;
  background-color: #f9f9f9;
}

.faq .card .card-header {
  background-color: rgba(0, 0, 0, .045);
  border: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.faq .card .card-header .btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 14px;
  padding-right: 0;
  color: rgba(0, 0, 0, .65);
  font-weight: normal;
  display: flex;
  align-items: center;
}

.faq .card .card-header .btn:hover {
  text-decoration: none;
}

.faq .btn-link {
  position: relative;
  border: none;
  color: #222;
  padding-left: 50px;
  display: flex;
  align-items: center;
  text-align: left;
}

.faq .btn-link:focus {
  border: none;
  outline: none;
  color: #222 !important;
  text-decoration: none;
}

.faq .btn-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.faq .btn-link.collapsed[aria-expanded="false"]:before {
  content: "";
  position: absolute;
  background: url('../images/plus.png');
  width: 15px;
  height: 15px;
  background-size: 10px;
  background-repeat: no-repeat;
  left: 20px;
  background-color: #888;
  border-radius: 50%;
  border: 3px solid #888;
}

.faq .btn-link[aria-expanded="true"]:before {
  content: "";
  position: absolute;
  background: url('../images/remove.png');
  width: 15px;
  height: 15px;
  background-size: 10px;
  background-repeat: no-repeat;
  left: 20px;
  background-color: #888;
  border-radius: 50%;
  border: 3px solid #888;
}

.faq .btn-link[aria-expanded="true"] {
  color: #fedf53;
}

.faq #accordion .card:nth-last-child(1) {
  border-bottom: none;
}

.faq .card .card-header .btn:focus {
  text-decoration: none;
}

.star-img {
  width: 15px;
}

.gap60 {
  padding: 60px 0;
}

/*new header css*/
.dropdown-menu>.dropdown {
  position: relative;
}

.dropdown-menu>.dropdown a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: .9rem;
  top: .9rem;
}

.dropdown-menu>.dropdown .dropdown-menu {
  top: -3px;
  left: 100%;
  border-radius: 0 .25rem .25rem .25rem;
}

.dropdown-menu {
  border: none;
  border-radius: 0;
}

.dropdown-menu .dropdown-item {
  background-color: rgba(37, 44, 48, 100);
  color: #fff;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-color);
}

.ul-outer {
  top: 70px;
}

/*new header end css*/
.lateral-innerprogram h3 {
  font-size: 20px;
  line-height: 40px;
}

.certi ul li {
  max-width: 23%;
  width: 100%;
}

.certi1 ul li {
  max-width: 212px;
  width: 100%;
}

  #data {
    gap: 8px;
    margin-top: 18px;
    background: var(--primary-color);
    color: #fff;
    padding: 8px;
    border-radius: 5px;
  }

.trend-article a {
  color: #000;
}

.artical-img {
  margin-bottom: 20px;
  box-shadow: 0 30px 80px rgb(0 0 0 / 14%), 0 20px 70px rgb(0 0 0 / 12%);
}

.galler-inner-banner {
  background-image: url('../images/Gallery-jpeg-min.jpg');
  background-repeat: no-repeat;
  padding: 93px 0;
}

/*light box*/
.ph-gallery .container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}

.ph-gallery .item {
  width: calc(33.33% - 40px);
  margin: 10px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.ph-gallery img {
  /*opacity: 0.6;*/
  width: 100%;
  height: 100%;
}

.ph-gallery .item a:before {
  background-color: rgb(255 87 34 / 84%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: flex;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.ph-gallery .item a:hover:before {
  opacity: 1;
}

.ph-gallery .item .hover-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  display: none;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
}

.ph-gallery .item:hover .hover-text {
  display: block;
}

/*light box*/
.quick-inner-banner {
  background-image: url('../images/Admission-quick-quiry-jpeg-min.jpg');
  background-repeat: no-repeat;
  padding: 93px 0;
}

.quick-form-sec .form-control {
  padding: 16px;
  line-height: 24px;
  border: none;
  border-bottom: 2px solid #e0e0e0;
  border-radius: 0;
}

.quick-form-wrap {
  border: 1px solid var(--secondary-color);
  padding: 50px;
  border-radius: 5px;
}

.quick-form-sec .form-control:focus {
  outline: none;
  box-shadow: none;
}

.quick-form-wrap h4 {
  margin-bottom: 40px;
}

.quick-form-wrap .select-form-control {
  padding: 0;
}

.quick-form-wrap textarea {
  border: 2px solid #e0e0e0 !important;
}

.collectfee .form-control {
  border: none !important;
  border-bottom: 2px solid #e0e0e0 !important;
  background-color: #fff;
  font-size: 14px;
  padding: 16px;
}

.collectfee .form-control:focus {
  outline: none;
  box-shadow: none;
}

.collectfee .select-form-control {
  padding: 0 0 0 12px;
}

.footer .dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  padding: 0;
}

.footer .dropdown:hover .dropdown-menu {
  transform: scale(1);
}

.footer .nav-link,
.footer a {
  padding-left: 0;
}

.footer .dropdown-menu .dropdown-item {
  background-color: rgb(247 248 248);
  color: #000;
}

.footer .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.our-sp img {
  height: 100%;
}

.dropdown-menu .nav-item {
  background-color: rgba(37, 44, 48, 100);
}

.dropdown-menu .nav-item .nav-link {
  padding-left: 22px;
  color: #fff;
}

.home-banner a:hover {
  color: inherit;
}

.google-form a:hover {
  color: inherit;
}

.blog-img h3,
.blog-img a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 23px;
  font-family: 'Gotham-Medium';
}

.blog-desc ul li a {
  font-size: 12px;
  color: #888;
  position: relative;
  padding-right: 10px;
}

.blog-desc ul li a:after {
  position: absolute;
  content: "";
  background-color: #888;
  height: 10px;
  width: 1px;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-wrapper {
  margin-bottom: 45px;
}

.blog-main-head {
  font-size: 50px;
  line-height: 60px;
}

.blog-detail-page h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  padding: 40px 0;
}

.blog-detail-page .blog-desc ul li a {
  font-size: 15px;
}

.meta-category a {
  border: 2px solid #000;
  padding: 4px 8px;
  color: #000;
  border-radius: 5px;
  transition: .6s;
}

.meta-category a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border: 2px solid var(--primary-color);
  box-shadow: 0 20px 38px rgba(0, 0, 0, .16);
}

.blog-detail-page img {
  padding: 35px 0;
}

.blog-direct-wrap {
  position: relative;
  overflow: hidden;
  transition: .6s;
}

.blog-direct-wrap h3 span {
  display: block;
}

.blog-direct-wrap .sm-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay-text-left {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  color: #fff;
}

.overlay-text-right {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  color: #fff;
}

.blog-direct-wrap .bg-post-img {
  height: 300px;
  object-fit: cover;
  transition: 2s;
  width: 100%;
}

.blog-direct-wrap:hover .bg-post-img {
  transform: scale(1.2);
  transition: 2s;
}

.post-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  display: none;
  transition: .6s;
}

.post-arrow-left {
  left: 100px;
}

.post-arrow-right {
  right: 100px;
}

.blog-direct-wrap:hover .post-arrow {
  display: block;
  transition: .6s;
}

.rel-post .blog-img h3,
.rel-post .blog-img a {
  color: var(--primary-color);
}

.post-header h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  height: 170px;
  overflow: hidden;
}

.person img {
  border-radius: 50%;
  width: 35px;
  margin-right: 20px;
}

.author a {
  font-size: 14px;
  line-height: 20px;
  /*font-weight: bold;*/
  color: #000;
}

.greypost-bg {
  background-color: #ededed;
}

.greypost-bg .blog-wrapper {
  box-shadow: 0px 30px 90px rgba(0, 0, 0, .14);
  margin-bottom: 50px;
}

.over {
  overflow: hidden;
}

.over img {
  transition: 2s;
}

.over img:hover {
  transform: scale(1.2);
  transition: 2s;
}

/*24/04*/
.navbar-nav {
  width: 100%;
}

.navbar-nav .header-highlight {
  background-color: var(--primary-color);
  border-radius: 5px;
  margin-right: auto;
  margin-left: 20px;
}

.navbar-nav .header-highlight a {
  color: #fff;
}

.cool-link {
  display: inline-block;
  color: #000;
  text-decoration: none;
  position: relative;
}

section.program-sec .cool-link::after {
  background: #9d9d9d;
}

.cool-link:hover::after {
  width: 100%;
  /* transition: width .3s; */
}

.nav-item {
  margin: 0 10px;
}

.header-btn {
  display: flex;
  align-items: center;
}

.header-btn .fa {
  font-size: 20px;
  margin-right: 4px;
}

.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width .3s;
  position: absolute;
  bottom: 0;
}

.cool-link:hover::after {
  width: 100%;
  transition: width .3s;
}

.tc-bg-tab {
  background-color: #bbb;
}

.program-tab .nav-pills .nav-link.active,
.program-tab .nav-pills .show>.nav-link {
  background-color: var(--primary-color);
}

.pro_card {
  border-radius: 13px !important;
  background-color: #fff4ef;
  margin-bottom: 30px;
}

.pro_card .pro-card-img img {
  border-radius: 13px 13px 0px 0px;
}

.pro_card_head {
  font-size: 16px;
  min-height: 38px;
}

.tc-text {
  color: var(--primary-color);
}

.pro_card p {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.pro_card svg {
  width: 18px;
  margin-right: 3px;
  transition: .4s;
}

.pro_card_link:hover {
  color: var(--primary-color);
}

.pro_card_link:hover svg {
  transform: translateX(10px);
  transition: .4s;
}

#pills-profile-tab,
#pills-home-tab {
  padding: 15px;
}

.recrut-slider .owl-nav img {
  width: 80px;
}

.recrut-slider .owl-nav {
  margin: 0;
}

.recrut-slider .owl-prev {
  position: absolute;
  top: 7px;
  left: -100px;
}

.recrut-slider .owl-next {
  position: absolute;
  top: 7px;
  right: -100px;
}

/**/
.header .tc-bg {
  border-radius: 4px;
  text-align: center;
}

.tab-section .nav-item {
  margin: 10px 5px;
}

#accordion h5 {
  font-size: 16px;
}

/**/
.animicon {
  display: inline-block;
  width: 32px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.wave {
  animation: waveIn 1.2s infinite ease-out;
  transform-origin: 50% 50%;
}

.wave-sm {
  animation-delay: 0.3s;
}

.wave-md {
  animation-delay: 0.45s;
}

.wave-lg {
  animation-delay: 0.6s;
}

@keyframes waveIn {
  from {
    opacity: 0;
    transform: scale(0.3) translate(-20px, 10px);
  }

  50% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.menu-items li:hover .icon-phone-active-3 {
  transform: rotate(0deg);
}

.tc-bg-pro {
  border: 1px solid transparent;
}

.tc-bg-pro:hover {
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

.cdropdown-menu-width {
  width: 119px !important;
}

@media screen and (max-width: 1366px) {

  .recrut-slider .owl-prev,
  .recrut-slider .owl-next {
    position: relative;
    left: 0px;
    right: 0px;
  }
}

.program-sec .nav-pills .nav-link.active,
.program-sec .nav-pills .show>.nav-link {
  color: rgb(255, 255, 255);
  background-color: var(--primary-color);
}

.program-sec .nav-link {
  background-color: #ccc;
}

.cdropdown:hover .logo_side_btn {
  color: var(--primary-color) !important;
}

.post-meta .post-category {
  display: none;
}

.page-title h1,
.page-title h2,
.page-title h4 {
  font-size: 15px;
}

.site-title {
  font-size: 30px;
}

.post-date {
  font-size: 14px;
}

.post-title {
  line-height: 28px;
}

.entry-inner img {
  width: auto;
}

.entry .wp-caption,
.entry table tr.alt {
  background-color: #fff;
}

.quick-form-sec .select-form-control {
  padding-left: 14px;
}

.contactus-form .errormsg {
  margin-top: -40px;
}

.contactus-form .form-control {
  color: #f0f0f078;
}

.float {
  position: fixed;
  width: 50%;
  height: 50px;
  bottom: 0px;
  right: 0px;
  background-color: #117135;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.float-call {
  position: fixed;
  width: 50%;
  height: 50px;
  bottom: 0px;
  left: 0px;
  background-color: #bc3b37;
  color: #FFF;
  border-radius: 0px;
  text-align: center;
  font-size: 28px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float-call {
  margin-top: 16px;
}

.stickyfooter {
  display: none;
}

.sticky-contact {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 5px;
}

/*certificate section*/
.Certificate-bg {
  background-image: linear-gradient(106deg, var(--primary-color), #f22b27bf);
  height: auto;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.certificate-three-points {
  line-height: 50px;
  list-style: none;
  border-left: 3px solid #fff;
  padding-left: 32px;
}

.certificate-l-text {
  color: #fff;
  margin-left: 25px;
}

/*certificate section*/
/*5sec popup form*/
@media only screen and (max-width: 768px) {
  .stickyfooter {
    display: block;
  }
}

.dn_btn {
  background-color: var(--primary-color);
  color: #fff;
  padding: 16px;
  border-radius: 6px;
  transition: .4s;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  display: none;
}

a.dn_btn:hover {
  color: #fff !important;
  box-shadow: 0 20px 38px rgba(0, 0, 0, .16) !important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/*Certificate css*/
.Certificate-bg {
  background-image: linear-gradient(106deg, var(--primary-color), #e82c2ed1);
  height: auto;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.certificate-l-text {
  color: #fff;
}

.certificate-three-points {
  line-height: 50px;
  list-style: none;
  border-left: 3px solid #fff;
}

.above-entry-meta {
  display: none;
}

/*certificate css*/
#content .post .article-content .entry-title {
  font-size: 26px !important;
  font-weight: 100;
}

.below-entry-meta .comments,
.edit-link {
  display: none;
}

.courselist {
  color: #000;
}

select#specializationSelect option {
  color: #000;
}

.tc.banner-mo .fa.fa-phone {
  transform: rotate(100deg);
}

/*popup-form css start*/
#newsletter-popup {
  margin: 70px auto;
  padding: 0px 20px 40px;
  background: #cccccc;
  border-radius: 5px;
  width: 25%;
  position: relative;
  transition: all 1s ease-in-out;
}

@media screen and (max-width: 1366px) {
  #newsletter-popup {
    width: 40%;
  }
}

@media screen and (max-width: 992px) {
  #newsletter-popup {
    width: 70%;
  }
}

#newsletter-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

#newsletter-popup h3 {
  color: #4c4c4c;
  font-size: 24px;
  margin: 0 0 10px;
  font-family: 'Gloria Hallelujah', cursive;
}

#newsletter-popup input[type="text"] {
  width: 100%;
  height: 36px;
  border: none;
  text-indent: 10px;
  font-size: 13px;
  border-bottom: 2px solid #faeaec;
  border-top: 2px solid #fff;
  padding: 0;
  color: #666;
  margin-bottom: 15px;
}

#newsletter-popup input[type="submit"] {
  background: #6EC5D9;
  border: none;
  border-bottom: 3px solid #57B8CE;
  color: #fff;
  text-align: center;
  display: block;
  padding: 0;
  line-height: 1.5;
  width: 100%;
  cursor: pointer;
  margin: 0;
  font-size: 21px;
  font-family: "Gloria Hallelujah", cursive;
}

#newsletter-popup .popup-close {
  color: #fff;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-family: "Gloria Hallelujah", cursive;
  font-weight: bold;
}

.cross {
  float: right;
  color: var(--primary-color);
  background: #fff;
}

/*popup-form css end*/

.popup-tagline {
  box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
  line-height: 18px;
  border-radius: 4px;
  color: #6d6d6d;
  background: #e9e9e9;
  padding: 10px;
  transition: 1s;
  margin-top: 33px;
  margin-bottom: -10px;
  text-align: center;
}

.popup-tagline:hover {
  box-shadow: rgb(255 255 255 / 40%) 0px 2px 4px, rgb(255 153 0 / 30%) 0px 7px 13px -3px, rgb(255 106 0 / 20%) 0px -3px 0px inset;

}

.head-popup {
  font-size: 18px;
  text-align: center;
}

.modal-header {
  border-bottom: none !important;
}

.popup-video-ban {
  top: 50px;
}

a.tm-btn {
  display: none !important;
}

div#btechspecializationSelect_errorloc {
  display: none;
}

@media screen and (max-width: 768px) {
  .popup-tagline {
    line-height: 18px;
    width: 100%;
  }

}