@import url("https://fonts.googleapis.com/css2?family=Nunito: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");

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-black: #000;
  --color-white: #fff;
  --color-theme-blue: #00669f;
  --color-theme-blue-lg: #00659f8c;
  --color-theme-yellow: #efc60a;
  --color-theme-yellow-lg: #efc50a91;
  --transition: all 0.3s linear;
}

body {
  font-family: "Nunito", sans-serif;
  line-height: 1.6;
  font-size: 14px;
  overflow-x: hidden;
}

/* Design by Rajkumar Saini Sr. Web Designer Date 2-04-2022 */

.boxelnew {
  margin: 0 auto;
  width: 400px;
  background-color: #FFF;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 3px 60px rgba(57, 73, 76, 0.35);
}

.boxelnew input {
  padding: 10px 0;
  margin-bottom: 30px;
}

.boxelnew select {
  padding: 10px 0;
  margin-bottom: 30px;
}

.boxelnew textarea {
  height: 80px;
  padding: 10px 0;
  margin-bottom: 40px;
}

.boxelnew input,
.boxelnew textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #999;
}

.boxelnew select {
  width: 100%;
  box-sizing: border-box;
  box-shadow: none;
  outline: none;
  border: none;
  border-bottom: 2px solid #999;
}

.boxelnew textarea {
  margin-bottom: 20px;
}

.boxelnew form div {
  position: relative;
}

.boxelnew form div label {
  position: absolute;
  top: 10px;
  left: 0;
  color: #999;
  pointer-events: none;
  transition: .5s;
}

.boxelnew input:focus~label,
.boxelnew textarea:focus~label,
.boxelnew textarea:valid~label {
  top: -12px;
  left: 0;
  color: #113253;
  font-size: 1em;
  font-weight: bold;
}

.boxelnew input:focus~label,
.boxelnew textarea:focus~label,
.boxelnew textarea:valid {
  border-bottom: 2px solid #113253;
}

.course-detailsnew {
  margin: 0 15px 0 0;
}

.course-detailsnew .course-details-btn-box {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 86px;
}

.course-detailsnew:nth-child(4) .course-details-btn-box,
.course-detailsnew:nth-child(5) .course-details-btn-box {
  height: auto;
}

.new-cssheading h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
}

.boxelnew input[type="submit"] {
  font-size: 1.1em;
  border-bottom: none;
  cursor: pointer;
  background: #37a000;
  color: #FFF;
  margin-bottom: 0;
  text-transform: uppercase;
}

.boxelnew {
  border: none !important;
  overflow: hidden;
}

.new-cssheading button {
  outline: none;
  top: -40px;
  position: absolute;
  right: -34px;
  background: #1e465b;
  padding: 30px;
  z-index: 1;
  border-radius: 0 206px;
  color: #0000;
  transition: all .45s ease;
  opacity: 1;
}

.coman-btns3 {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  background: #efc60a !important;
  padding: 8px 15px;
  border-radius: 3px;
  color: #ffff;
  border: none;
}

/* why choose */
.how-it-works-item {
  padding: 30px 15px 0;
  padding-top: 63px;
  margin-top: 70px;
  transition: 0.3s;
  border: 3px solid #0069a0;
  border-radius: 5px;
}

.how-it-works-item img {
  position: absolute;
  height: 160px;
  width: 160px;
  top: -10px;
  left: calc(50% - 80px);
  transition: .3s;
}

.mt-20 {
  margin-top: 20px;
}

/* New Our Pedagogy */

.service-block {
  padding: 21px 10px 10px 17px;
  box-shadow: 27px 20px 65px 0px rgb(8 0 20 / 14%);
  margin-bottom: 20px;
  overflow: hidden;
}

.service-blockk {
  box-shadow: 27px 20px 65px 0px rgb(8 0 20 / 14%);
  padding: 21px 10px 10px 17px;
  height: 150px;

  padding-top: 31px;
  padding-right: 55px;
  margin-bottom: 27px;
  overflow: hidden;
}

.image img {
  width: 92px;
  height: 92px;
  display: inline-flex;
  transition: .3s ease-in-out;
  margin-bottom: 20px;
}

.service-block p {
  font-size: 15px;
}

.images img::before {
  margin-left: 0;
  font-size: 75px;
  color: lightgreen;
  transition: 300ms ease-in-out;
}

.service-block .fa-solid,
.fas {
  font-family: "FontAwesome";
  font-weight: 900;
  margin-top: 115px;
  color: #ffffff;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
  bottom: 0;
}

.service-block .fa-solid,
.fas:after {
  position: absolute;
  content: '';
  right: -15px;
  width: 73px;
  height: 77px;
  z-index: 9;
  border-radius: 50%;
  background-color: #e1a122;
  top: -13px;
}

.service-block .fa-solid .fas:after:hover {
  background-color: black;
}

.service-block .fa-arrow-right:before {
  content: "\f061";
}

.services-block .inner-box:hover .content .icon {
  color: #e1a122;
  -webkit-transform: scale(-1) rotate(180deg);
  -moz-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}

/* end pedagogy */

.how-it-works-item .text-secondary {
  font-weight: 900;
}

.how-it-works-item p {
  font-size: 14px;
}

/* Best Strategy To Crack NEET	  */
.services {
  border-radius: 3px;
  /* padding: 15px 20px 0; */
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  box-shadow: 0px 20px 81px 0px rgb(8 0 20 / 14%);
  position: relative;
  box-shadow: 0 5px 83px 0 rgb(40 40 40 / 11%);
  padding: 0;
}

.services .service-panel {
  position: relative;
  padding: 15px 20px 0;
  background: #0069a0;
  border: 1px solid #fef8ef;
}

.services .service-panel .service-icon img {
  display: inline-flex;
  transition: .3s ease-in-out;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 88px;
  width: 88px;
  padding: 10px;
}

.services .service-panel .service-icon i::before {
  margin-left: 0;
  font-size: 75px;
  color: lightgreen;
  transition: 300ms ease-in-out;
}

.flaticon-004-solar-panel:before {
  content: "\f103";
}

.services .service-panel .service-content {
  padding-bottom: 20px;
}

.services .service-panel .service-content h4 {
  width: 100%;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 28px;
  line-height: 1;
  list-style: none;
  padding: 0;
}

.services .service-panel .service-content h4 {
  display: block;
  font-weight: bold;
  font-size: 23px;
  line-height: 29px;
  text-transform: capitalize;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid #eaeaea;
  color: white;
  transition: .3s ease-in-out;
}

.services .service-panel .service-content p {
  font-size: 15px;
  color: #fff;
}

.services .service-panel .service-content .advantages-list {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 32px;
}

.services .service-panel .service-content .advantages-list li {
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  position: relative;
  padding-left: 30px;
}

.services .service-panel .service-content .advantages-list li span {
  line-height: 24px;
  display: inline-flex;
  font-size: 15px;
  color: #fff;
}

.services .service-panel .service-content .advantages-list li::before {
  content: '\f00c';
  font-family: "fontAwesome";
  background-color: #efc60a;
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  padding: 5px 5px;
  position: absolute;
  left: 0;
  line-height: 10px;
  top: 11px;
}

.services .service-panel .service-content .btn {
  box-shadow: 0 3px 63px 0 rgb(40 40 40 / 11%);
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 30px;
  border: 0;
  transition: all .3s ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff;
  color: #00699e;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-block;
  margin: auto 28%;
  border: 1px solid transprent;
}

.services .service-panel .service-content .btn:hover {
  color: #fff;
}

.services .service-panel .service-content .btn:hover {
  color: #eaeaea;
  background-color: lightgreen;
}

.services .service-panel .service-content .btn:hover::before {
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
}

.services .service-panel .service-content .btn::before {
  content: '';
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: -webkit-transform .24s ease-in-out;
  transition: -webkit-transform .24s ease-in-out;
  -o-transition: transform .24s ease-in-out;
  transition: transform .24s ease-in-out;
  transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}

.btn--secondary::before {
  background-image: linear-gradient(to right, #00669f, #efc60a);
}

.services .service-panel .service-content .btn i {

  transition: all 300ms ease-in-out;
  color: white;
  font-size: 12px;
}

.energia-arrow-right:before {
  content: "\e905";
}

.services .service-panel::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4px;
  width: calc(100% - 40px);
  background-image: linear-gradient(to right, #0069a0, #efc60a);
  border-radius: 0 0 8px 0;
  transition: .3s ease-in-out;
  width: 100%;
}

.services .service-panel:hover:after {
  height: 10px
}

.services .service-panel:hover .service-icon img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg)
}

.services .service-panel:hover .service-content .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

.services .service-panel:hover .btn.btn--secondary {
  color: #fff;
  border: 1px soild #fff;
}

.project-single .project-intro .project-img .project-panel:hover .project-content .project-more .btn::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}



.raking-listing {
  margin-bottom: 15px;
  background: #ebfbfd;
}

.raking-listing li {
  display: flex;
  justify-content: space-between;
  padding: 1px 6px;
  align-items: center;
  font-size: 14px;
  color: #fbeaea;
  border-left: 4px solid #e0c013;
  font-weight: 700;
  position: relative;
  margin-bottom: 8px;
  background-color: #00669f;
}

.raking-listing li i {
  padding-right: 10px;
  font-size: 14px;
}

.raking-listing p {
  font-weight: bold;
  font-size: 13px;
  margin: 2px 0;
  color: #00669f;
}

.raking-listing p i {
  padding-right: 10px;
}

/* call supoort  */
.call-btns {
  padding: 0;
  margin: 7px 0 0;
  margin-bottom: 0;
  line-height: 19px;
  border-radius: 19px;
}

.call-btns .dropdown-toggle {
  padding: 3px 25px;
  border-radius: 5px;
  background-image: linear-gradient(to right, #00669f, #7292a4);
  color: var(--color-white) !important;
  position: relative;
}

.call-btns .dropdown-toggle:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 9px;
  right: 9px;
  bottom: -5px;
  border-radius: 10px;
  -webkit-transform: translateZ(-1px);
  transform: translateZ(-1px);
  background: rgb(36 172 212 / 50%);
  border: 1px solid #1774a3;
  z-index: -1;
}

.call-btns .dropdown-toggle:after {
  display: none;
}

.call-btns .dropdown-toggle:before {}

.call-btns .dropdown-toggle i {
  color: var(--color-white);
  font-size: 14px;
  padding-right: 4px;
}

.inner-submenu2 {
  right: 0 !important;
  left: auto !important;
  width: 300px;
  margin-top: 0;
  padding-top: 0;
  -webkit-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
  -moz-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
  -ms-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
  -o-box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
  box-shadow: 0 10px 8px 0 rgb(34 34 34 / 15%);
  background: #ffffff;
  padding: 0;
  transition: all 0.3s;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 64px;
  border-radius: 4px;
  z-index: 9999;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
  height: 0;
  background-image: linear-gradient(to right, var(--color-theme-blue), #bca020);
}

.call-btns:hover .inner-submenu2 {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s;
  top: 33px;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 300px;
  color: #fff;
  padding: 10px 10px 10px;
  display: block;
  transition: all .5s ease-in-out;
  height: auto;
}

.inner-submenu2 h2 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 4px solid var(--color-white);
  padding-bottom: 4px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.inner-submenu2 .submenu2 {
  list-style: none;
  text-align: left;
}

.inner-submenu2 .submenu2>li {
  padding-left: 0 !important;
  padding-bottom: 10px;
}

.inner-submenu2 .submenu2>li>a {
  color: var(--color-white) !important;
  font-weight: 400;
  font-size: 14px;
}

.inner-submenu2 .submenu2>li>a i {
  padding-right: 10px;
}

.announcement-about {
  background: #fef8ef;
  padding: 40px 0;
}

.bg-announcement {
  background: #fff;
}

/* popup-window */

.popup-window {}

/*--- News ---*/

.widget {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #e1e8ed;
  border-radius: 2px;
  display: block;
  margin-bottom: 15px;
  padding: 10px 10px 10px 10px;
  position: relative;
  width: 100%;
  z-index: 9;
  height: 346px;
}

.widget-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
  vertical-align: middle;
  width: 100%;
  position: relative;
  background: #222;
  padding: 12px 13px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.followers {
  max-height: 260px;
  position: relative;
  padding-right: 10px;
}

.sidebar .widget>ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.followers li {
  margin-bottom: 14px;
  position: relative;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 11px;
  background: #00669f;
}

.sidebar .widget>ul>li:last-child {
  margin-bottom: 0;
}

.sidebar .widget li i {
  margin-right: 5px;
}

.widget a {
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 6px;
  font-weight: bold;
  /* -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

.followers>li figure {
  display: inline-block;
  margin-bottom: 0;
  max-width: 40px;
  min-width: 40px;
  vertical-align: middle;
  width: 40px;
}

.followers>li figure img {
  /* border-radius: 100%; */
}

.scrollbar {
  margin-bottom: 3px;
  overflow-x: auto;
  height: 284px
}

#style-9::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar {
  width: 4px;
}

#style-9::-webkit-scrollbar-thumb {
  background: #00669f;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

.friend-meta {
  display: flex;
  padding-left: 10px;
  vertical-align: middle;
  width: 88%;
}

.friend-meta>h4 {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  width: 60%;
}

.friend-meta>a {
  float: right;
  font-size: 11px;
  margin-top: 3px;
  position: relative;
  background: #222;
  color: #fff;
  padding: 7px 17px 0px;
  border-radius: 50px;
}

.friend-meta span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  width: 100%;
}

.friend-meta h4 a {
  font-weight: bold;
  color: #ffffff;
  font-size: 19px;
  justify-content: center;
  align-items: center;
  /* -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
  text-transform: capitalize;
  margin: 0;
}

.news-tabs {
  border: none;
  margin-bottom: 7px;
}

.news-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--white);
  background-image: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-yellow));
  border-color: linear-gradient(to right, var(--color-theme-blue), var(--color-theme-yellow));
}

.news-tabs>li {}

.news-tabs>li>a {
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 5px 14px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgb(0 0 0 / 3%), 0 3px 3px rgb(0 0 0 / 5%);
  font-size: 14px;
  margin: 0 5px;
  color: #222;

}

.news-tabs>li>a:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #1AA8E2;
  z-index: 1;
}

.news-tabs>li>a:before:hover {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.whatsapp-chat {
  position: fixed;
  bottom: 20px;
  margin-right: 10px;
  right: 14px;
  background-color: #4dc247;
  color: #000 !important;
  text-align: center;
  padding: 12px;
  line-height: 1;
  border-radius: 50%;
  width: 50px;
  z-index: 9999;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.whatsapp-chat i {
  font-size: 34px;
  color: #fff;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

.full-header {
  position: sticky;
  top: 0;
  z-index: 15;
  background: var(--color-white);
}

.upper-header {
  z-index: 10000;
  display: flex;
  list-style: none;
  width: 100%;
  padding: 2px 0;
  margin: 0;
}

.upper-header li:first-child {
  margin-left: auto;
}

.navbar-section {
  padding: 10px 0;
}

.edmo-nav {
  padding-left: 20px;
  padding-right: 20px;
}

.edmo-nav .navbar {
  position: inherit;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
  width: 100%;
}

.edmo-nav .navbar .navbar-brand {
  font-size: inherit;
  line-height: 1;
  padding: 0;
  top: 13px;
  left: 78px;
  width: 110px;
  border-radius: 50%;
  padding: 1px;
  position: absolute;
  z-index: 1;
}

.edmo-nav .navbar .navbar-brand img {
  background: var(--color-white);
  padding: 10px;
  border-radius: 50%;
}

.edmo-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.edmo-nav li {
  position: relative;
}

.edmo-nav li:first-child a {
  margin-left: 0;
}

.edmo-nav .navbar .navbar-nav li a {
  background-color: transparent !important;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 700;
  padding-left: 0px;
  padding-right: 2px;
  margin-right: 20px;
}

.upper-header li a {
  color: var(--color-black);
  font-weight: 600;
}

.edmo-nav .navbar .navbar-nav li a:hover,
.upper-header li a:hover,
.edmo-nav .navbar .navbar-nav li.active a,
.upper-header li.active a {
  color: var(--color-theme-blue);
  transition: all 100ms ease;
}

.edmo-nav .navbar ul li .inner-submenu {
  border: none;
  top: 100px;
  left: -70px;
  right: 0;
  z-index: 99;
  opacity: 0;
  width: 230px;
  display: block;
  border-radius: 0;
  padding: 10px 0;
  margin-top: 6px;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  padding: 10px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.edmo-nav ul li:hover .inner-submenu {
  opacity: 1;
  visibility: visible;
  top: 35px;
}

.submenu>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f9f9f9;
}

.submenu>li:last-child {
  border-bottom: none;
}

.edmo-nav .navbar .navbar-nav .submenu>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-align: left;
  text-transform: capitalize;
  color: #7c7b7b;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.edmo-nav .navbar .navbar-nav .submenu>li>a:before {
  position: absolute;
  content: "//";
  left: 10px;
  top: 5px;
  opacity: 0;
  color: var(--color-theme-yellow);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.edmo-nav .navbar .navbar-nav .submenu>li:hover>a::before {
  opacity: 1;
}

.edmo-nav .navbar .navbar-nav .submenu>li:hover>a {
  color: var(--color-theme-blue);
  padding-left: 25px;
}

.home-slider {
  padding: 0;
}

#carouselExampleIndicators {
  z-index: 1;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 1%;
}

.home-slider .carousel-control-prev,
.home-slider .carousel-control-next {
  display: block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  opacity: 1;
  background-color: #8c8c8c;
  background-color: rgba(140, 140, 140, 0.75);
  color: #8c8c8c;
  border: 0 none;
  padding: 0;
  text-align: center;
  width: 3em;
  height: 3em;
  line-height: 3em;
  transition: all 0.25s ease-in-out;
}

.home-slider .carousel-control-next:hover,
.home-slider .carousel-control-prev:hover {
  box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  background-color: var(--color-theme-blue);
  color: var(--color-white);
}

.home-slider .carousel-control-next:before,
.home-slider .carousel-control-prev::before {
  -webkit-animation: social-button-beat 1.5s ease-out infinite;
  animation: social-button-beat 1.5s ease-out infinite;
}

.home-slider .carousel-control-next:after,
.home-slider .carousel-control-prev::after {
  -webkit-animation: social-button-beat 1.5s ease-out 0.4s infinite;
  animation: social-button-beat 1.5s ease-out 0.4s infinite;
}

.home-slider .carousel-control-next:before,
.home-slider .carousel-control-next:after,
.home-slider .carousel-control-prev:before,
.home-slider .carousel-control-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--color-theme-blue);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

@-webkit-keyframes social-button-beat {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
  }
}

@keyframes social-button-beat {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(1.5);
  }

  100% {
    opacity: 0;
  }
}

.home-slider .carousel-control-prev i,
.home-slider .carousel-control-next i {
  color: var(--color-white);
}

.home-slider .carousel-control-prev {
  left: 3%;
}

.home-slider .carousel-control-next {
  right: 3%;
}

.carousel-caption a {
  opacity: 0;
  transform: translateY(40px);
  margin-bottom: 20px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.carousel-item.active .carousel-caption a {
  transform: translateY(0);
  opacity: 1;
}

.home-slider .carousel-item .carousel-caption h2 {
  font-weight: 700;
  font-size: 36px;
  color: var(--color-black);
  transform: translateY(-40px);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}

.home-slider .carousel-item .carousel-caption .caption p {
  margin-bottom: 0;
}

.home-slider .carousel-item .carousel-caption p,
.is_neet_list {
  color: var(--color-black);
  font-weight: 700;
  font-size: 20px;
}

.is_neet_list {
  font-weight: 600;
  margin-left: auto;
}

.carousel-item.active .carousel-caption h2 {
  transform: translateY(0);
  opacity: 1;
}

.theme-btn {
  background-color: inherit;
  border: none;
  border-radius: 30px 5px 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  padding: 18px 68px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -moz-border-radius: 30px 5px 5px;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 30px 5px 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  background-image: -webkit-linear-gradient(left,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  background-image: -moz-linear-gradient(left,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  background-image: -o-linear-gradient(left,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  background-image: -ms-linear-gradient(left,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  background-image: linear-gradient(to right,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  color: var(--color-white);
  animation-delay: 1s;
}

.theme-btn:before,
.theme-btn:after {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 60px;
  content: "";
  height: 100%;
  left: -110%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
}

.theme-btn:hover {
  border-radius: 5px;
  color: var(--color-white);
}

.theme-btn:hover:before,
.theme-btn:hover:before {
  left: -10%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
}

.theme-btn:hover:after,
.theme-btn:hover:after {
  left: -20%;
}

.carousel-indicators li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0px 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--color-white);
  border-radius: 50%;
}

.carousel-indicators .active {
  background-color: var(--color-theme-yellow);
}

.carousel-indicators .active:before {
  content: "";
  position: absolute;
  border: var(--color-theme-yellow) solid 2px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: -5px;
  left: -5px;
  padding: 8px 8px 9px 9px;
}

.scroll-news {
  background: linear-gradient(to right,
      var(--color-theme-blue) 50%,
      var(--color-white) 50%);
}

.news-box {
  border-radius: 3px;
  height: -18px;
}

.news-box h5 {
  float: left;
  background: var(--color-theme-blue);
  color: var(--color-white);
  margin: 0px;
  font-size: 21px;
  padding: 11px 0px;
  position: relative;
}

.news-box h5::after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: var(--color-theme-blue);
  border-width: 10px;
  z-index: 1;
  top: 15px;
  right: -40px;
}

.scrollerWrapper {
  background: var(--color-white);
  padding: 2px 15px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.scrollerWrapper marquee span {
  margin-right: 60px;
}

.scrollerWrapper span a {
  color: var(--color-black);
  text-decoration: none;
  font-size: 18px;
}

.scrollerWrapper span i {
  font-size: 20px;
  margin-top: 0px;
  position: relative;
  top: 2px;
  margin-right: 6px;
  color: var(--color-theme-blue);
}

.blink {
  text-decoration: blink;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
  color: var(--color-black);
}

@keyframes Color {
  0% {
    color: #a0d468;
  }

  20% {
    color: #4fc1e9;
  }

  40% {
    color: #ffce54;
  }

  60% {
    color: #fc6e51;
  }

  80% {
    color: #ed5565;
  }

  100% {
    color: #ac92ec;
  }
}

.welcome-box,
.toppers-container-three {
  position: relative;
  z-index: 1;
  background-image: url(../../images/white-bg.jpg);
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0;
  overflow: hidden;
}

.shape10 {
  position: absolute;
  left: -11%;
  bottom: -11%;
  z-index: -1;
}

.border-class {
  transition: 0.3s all linear;
}

.border-class:hover {
  border-radius: 40px 10px 10px 10px;
}

.shape10 img {
  border-radius: 0;
  animation: moveleftbounce 2s linear infinite;
  opacity: 0.5;
}

@keyframes moveleftbounce {
  0% {
    transform: translateX(-20px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20px);
  }
}

.modulas-welcome-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 0 0 40px;
}

.modulas-welcome-text p,
.modulas-welcome-text h2 {
  animation-delay: 1s;
}

.modulas-welcome-text h2,
.heading-box h2 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 800;
  transition: color 0.3s ease-in-out;
}

.our-courses-container,
.toppers-container-one,
.toppers-container-two,
.toppers-container-three,
.whyUs-container,
.whatUs-container,
.our-team-container,
.about-faculty,
.dreamers-container,
.vis-mis-container,
.download-container,
.nit-abt-container,
.calender-container,
.gallery-container,
.faq-container,
.contact-container {
  padding: 40px 0;
}

.heading-box {
  text-align: center;
  padding: 0 0 20px;
}

.course-details,
.course-eligiblity,
.core-val-text-box {
  box-sizing: border-box;
  transition: var(--transition);
  position: relative;
  padding: 20px 15px;
}

.course-details {
  overflow: hidden;
}

.course-details::before,
.course-details::after {
  content: "";
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  opacity: 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.course-details::before {
  mask-image: url(../../images/cloud1.png);
  -webkit-mask-image: url(../../images/cloud1.png);
  width: 177px;
  height: 147px;
  display: inline-block;
  -webkit-mask-position: left top;
  left: -55px;
  top: -54px;
  mask-position: left top;
}

.course-details::after {
  content: "";
  -webkit-mask-image: url(../../images/cloud2.png);
  mask-image: url(../../images/cloud2.png);
  width: 91px;
  height: 93px;
  display: inline-block;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right bottom;
  right: -33px;
  bottom: -17px;
  mask-position: right bottom;
}

.course-details:hover,
.topper-slider-one-item-img:hover,
.course-eligiblity:hover,
.core-val-text-box:hover {
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 15%);
  border-radius: 40px 10px 10px 10px;
  overflow: hidden;
  background-color: var(--color-white);
  transition: all 0.3s linear 0s !important;
}

.course-eligiblity:hover {
  border-radius: 0;
  color: var(--color-theme-blue);
}

.course-details:hover:before {
  background-color: var(--color-theme-blue);
  opacity: 1;
}

.course-details:hover:after {
  background-color: var(--color-theme-yellow);
  opacity: 1;
}

.course-details-img-box {
  background-color: transparent;
  margin: 0 auto;
  text-align: center;
}

.course-details-img-box img {
  height: 100px;
  margin: 0 auto;
}

.course-details-text-box h3,
.course-details-text-box h4,
.whyUs-iconText {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
}

.course-details:hover .course-details-text-box h3 {
  color: var(--color-theme-blue);
}

.course-details-text-box h4 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 15px;
}

.course-details-text-box ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}

.course-details-text-box ul li::before {
  content: "\f101";
  position: absolute;
  font-family: FontAwesome;
  left: 2px;
  top: -3px;
  font-size: 15px;
}

.theme-btn.small {
  padding: 8px 25px;
  background: var(--color-theme-blue);
}

.course-details-btn-box {
  text-align: center;
}

.quote-banner-box {
  background-color: #fef8ef;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  margin: 40px 0 0;
}

.quote-banner-box .row>.col-md-12 {
  display: flex;
}

.quote-banner-box .row .col-md-12>.col-md-4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.quote-banner-box h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.quote-banner-box h3 {
  color: #9b9898;
}

.shapes {
  animation: moveleftbounce 2.5s linear infinite;
  position: absolute;
  z-index: 0;
}

.shape1 {
  bottom: -70px;
  right: 30%;
}

.shape2 {
  left: 0;
  top: -105px;
}

.toppers-container-one,
.toppers-container-two,
.toppers-container-three {
  background: url(../../images/doodle-shape-1.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 55px 0;
}

.toppers-container .heading-box h2 {
  margin-bottom: 0;
}

.topper-slider-one-item {
  margin: 0 15px;
}

.toppers-container .owl-theme .owl-controls .owl-buttons div.owl-prev,
.toppers-container .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: rgb(132 129 129 / 70%);
  border: none;
  border-radius: 15px 5px 5px 5px;
  height: 40px;
  width: 40px;
  z-index: 9;
  line-height: 42px;
  color: var(--color-white);
  font-size: 30px;
  margin-top: 30px;
  top: 20px;
}

.toppers-container .owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.toppers-container .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background: var(--color-black);
  transition: 0.3s all linear;
  border-radius: 5px;
}

.toppers-container .owl-theme .owl-controls {
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
}

.whyUs-details-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.whyUs-iconBox {
  height: 104px;
  width: 104px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}

.whyUs-iconBox span {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whyUs-iconBox span::before {
  content: "";

  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s linear 0s;
}

.whyUs-iconBox i {
  font-size: 40px;
  color: var(--color-theme-yellow);
  transition: var(--transition);
  border-radius: 50%;
}

.whyUs-details-box:hover .whyUs-iconBox span {
  background: linear-gradient(to right,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  box-shadow: 0px 15px 10px 0px rgb(0 0 0 / 15%),
    0px 0px 40px var(--color-theme-yellow);
}

.whyUs-details-box:hover .whyUs-iconBox i {
  color: var(--color-white);
}

.whyUs-details-box:hover .whyUs-iconBox span::before {
  border: 10px solid var(--color-theme-yellow-lg);
}

.whyUs-iconText {
  font-size: 22px;
}

.whyUs-details-box:hover .whyUs-iconText {
  color: var(--color-theme-blue);
}

.whatUs-container {
  background: #fef8ef;
}

.whatMakeUs-two {
  margin-top: 50px;
}

.whatMakeUs,
.whatMakeUs-img-box,
.whatMakeUs-two-img-box {
  position: relative;
}

.whatMakeUs-img-box,
.whatMakeUs-two-img-box {
  overflow: hidden;
}

.whatMakeUs::before,
.whatMakeUs-img-box::before,
.whatMakeUs-img-box::after,
.border-circle,
.back-circle,
.whatMakeUs-two-img-box::after {
  border-radius: 50%;
  content: "";
  display: inline-block;
  position: absolute;
  transition: 0.3s all linear;
}

.whatMakeUs::before,
.whatMakeUs-img-box::before {
  height: 99px;
  left: -30px;
  opacity: 0.7;
  top: -25px;
  width: 99px;
  background: var(--color-theme-blue);
}

.whatMakeUs-img-box::before {
  box-shadow: 0 0 0 10px var(--color-theme-blue-lg);
}

.whatMakeUs-img-box::after,
.border-circle {
  bottom: -85px;
  right: -100px;
  height: 266px;
  opacity: 0.9;
  width: 266px;
  background: var(--color-theme-yellow);
}

.border-circle {
  background: none;
  border: 2px solid var(--color-theme-yellow);
  width: 286px;
  height: 286px;
  z-index: 1;
}

.whatMakeUs:hover::before,
.whatMakeUs:hover .whatMakeUs-img-box::before,
.whatMakeUs-two:hover .back-circle {
  transform: scale(1.2);
}

.whatMakeUs:hover .whatMakeUs-img-box::after,
.whatMakeUs:hover .border-circle,
.whatMakeUs-two-img-box:hover::after {
  transform: scale(0.8);
}

.back-circle {
  top: 70px;
  right: -20px;
  opacity: 0.9;
  width: 106px;
  height: 106px;
  background: var(--color-theme-blue);
  z-index: -1;
}

.whatMakeUs-two-img-box::after {
  bottom: -120px;
  right: 140px;
  height: 266px;
  opacity: 0.9;
  width: 266px;
  background: var(--color-theme-yellow);
}

.whatMakeUs-qualities {
  padding-left: 50px;
}

.wh-quality {
  background: rgb(34, 34, 34);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 30px 5px 5px;
  margin: 0px 0px 9px;
  padding: 0 10px;
  transition: var(--transition);
}

.wh-quality h3 {
  color: var(--color-white);
  padding: 17.5px 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.wh-quality:hover {
  background-image: linear-gradient(to right,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  border-radius: 5px;
}

footer {
  background-color: var(--color-theme-blue);
  position: relative;
  z-index: 1;
  padding-top: 50px;
  color: #ededed;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h3,
.footer-widget h5 {
  margin-bottom: 20px;
  position: relative;
  color: var(--color-theme-yellow);
  font-size: 19px;
  font-weight: 800;
  margin-top: 15px;
}

.course-details-text-box.footer-widget ul li::before {
  top: -1px;
}

.footer-widget .footer-links-list li,
.footer-contact-info li {
  list-style: none;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer-contact-info li {
  font-size: 14px !important;
}

.footer-widget .footer-links-list li a,
.footer-contact-info li a {
  color: #ededed;
  transition: var(--transition);
  text-transform: capitalize;
}

.footer-contact-info li,
.upper-header li:nth-child(1),
.upper-header li:nth-child(3) {
  position: relative;
  padding-left: 25px;
}

.footer-contact-info li::before,
.upper-header li::before {
  position: absolute;
  font-family: FontAwesome;
  left: 2px;
  top: 0px;
  font-size: 15px;
}

.upper-header li::before {
  left: unset;
  top: 6px;
  left: 19px;
  color: var(--color-black);
}

.footer-contact-info li:nth-child(1):before,
.upper-header li:nth-child(1)::before {
  content: "\f041";
}

.footer-contact-info li:nth-child(2):before,
.upper-header li:nth-child(3)::before {
  content: "\f095";
}

.footer-contact-info li:nth-child(3):before {
  content: "\f003";
}

.footer-widget .footer-links-list li a:hover,
.footer-contact-info li a:hover {
  color: var(--color-theme-yellow);
}

.logo-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.logo-heading h3 {
  font-size: 27px;
  margin: 0;
}

.logo-heading a img {
  width: 74px;
  margin-right: 20px;
}

.social-link {
  padding-left: 0;
  list-style-type: none;
  margin-top: 20px;
  margin-bottom: 0;
}

.social-link li {
  display: inline-block;
  margin-right: 3px;
}

.social-link li a i {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  background-color: #1e1d2f;
  font-size: 18px;
  position: relative;
  transition: var(--transition);
  border-radius: 15px 5px 5px 5px;
  line-height: 40px;
}

.social-link li:nth-child(1)>a>i:hover {
  background: #475993;
  border-radius: 5px;
}

.social-link li:nth-child(2)>a>i:hover {
  background: #76a9ea;
  border-radius: 5px;
}

.social-link li:nth-child(3)>a>i:hover {
  background: #c21974;
  border-radius: 5px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: -1;
}

.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      color-stop(75%, #ffffff),
      to(#ffffff));
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 75%,
      #ffffff 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
  margin-left: -25%;
}

.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line:nth-child(3) {
  margin-left: 25%;
}

.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

.footer-bottom {
  background: #131313;
  padding: 1.8em 0;
}

.footer-bottom .col-md-6:nth-child(1) {
  padding-right: 10px;
  text-align: right;
}

.footer-bottom .col-md-6 p {
  margin-bottom: 0px;
  color: #898989;
}

.designimg {
  text-align: left;
  /* height: 26px; */
  /* margin-top: -4px; */
  border-left: 1px solid #898989;
  padding-left: 10px;
  display: flex;
}

.imglogo {
  height: 26px;
}

.download-brochure {
  position: fixed;
  z-index: 2;
  background-image: linear-gradient(to right,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  right: -195px;
  transition: 0.5s all ease-in-out;
  top: 45%;
  padding: 10px 15px 11px 5px;
  border-radius: 10px 0px 0px 10px;
  border: 2px solid var(--color-white);
}

.download-brochure1 {
  position: fixed;
  z-index: 2;
  background-image: linear-gradient(to right,
      var(--color-theme-blue),
      var(--color-theme-yellow));
  right: -256px;
  transition: 0.5s all ease-in-out;
  top: 55%;
  padding: 10px 15px 11px 5px;
  border-radius: 10px 0px 0px 10px;
  border: 2px solid var(--color-white);
}

.download-brochure a,
.download-brochure1 a {
  margin-bottom: 0px !important;
  color: var(--color-white);
  outline: none;
  padding: 10px;
}

.download-brochure a span,
.download-brochure1 a span {
  position: relative;
  right: 3px;
  top: 3px;
}

.download-brochure i,
.download-brochure1 i {
  color: var(--color-white);
  font-size: 20px;
  padding-right: 8px;
}

.download-brochure:hover,
.download-brochure1:hover {
  right: 0px;
  color: var(--color-white);
}

.overlay-box {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../../images/Faculty\ ) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-text {
  text-align: center;
  color: var(--color-theme-blue);
  padding: 10px 25px;
  font-size: 28px;
  display: inline-block;
  background-color: #ffffff99;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

.overlay-text h2 {
  margin-bottom: 0;
}

.our-team-container ul li,
.dreamers-course-desc ul li {
  list-style: none;
  font-size: 14.5px;
  padding: 5px 0;
  padding-left: 25px;
  position: relative;
}

.our-team-container ul li::before,
.dreamers-course-desc ul li::before {
  content: "\f058";
  position: absolute;
  font-family: FontAwesome;
  font-size: 20px;
  color: var(--color-theme-blue);
  left: 0;
  top: 0;
}

.faculty_left {
  background: #ededed;
  border: 1px solid #f0e9e9;
  border-radius: 10px;
  transition: var(--transition);
}

.faculty_avatar {
  text-align: center;
  padding: 25px;
}

.faculty_avatar img {
  border-radius: 30px !important;
  width: 150px;
}

.faculty_avatar h3 {
  font-size: 22px;
  margin-top: 22px;
  margin-bottom: 6px;
}

.faculty_avatar p {
  margin-bottom: 0;
}

.about-faculty,
.border-desc {
  background: #f8f7f3;
}

.faculty-abt-text {
  font-size: 16.5px;
}

.faculty-desc {
  border: 1px solid #f0e9e9;
  border-radius: 10px;
  padding: 40px 25px;
  transition: var(--transition);
  background: var(--color-white);
  margin-bottom: 30px;
}

.faculty-desc:last-child {
  margin-bottom: 0;
}

.faculty-desc:hover,
.dreamers-course-desc:hover {
  border-color: var(--color-theme-blue);
}

.faculty-desc:hover .faculty_left {
  background: var(--color-theme-blue);
  color: var(--color-white);
  border-color: var(--color-theme-blue);
}

.dreamers {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../../images/coman-banner.jpg) no-repeat;
  height: 25vh;
  background-size: cover;
  background-position: center -50px;
}

.dreamers-heading-box h2 {
  font-size: 25px;
  margin-bottom: 0;
}

.course-eligiblity {
  border: 1px solid #f0e9e9;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-theme-blue);
  color: var(--color-white);
}

.course-eligiblity-text-box h4 {
  font-size: 17px;
  line-height: 22px;
}

.dreamers-course-desc {
  margin-top: 30px;
  border: 1px solid #f0e9e9;
  padding: 20px 5px;
  transition: var(--transition);
}

.dreamers-course-desc .heading-box {
  padding: 0;
}

.dreamers-course-desc .heading-box h2 {
  font-size: 25px;
}

.border-desc h2 {
  margin-bottom: 0;
  border-bottom: 2px solid var(--color-theme-blue);
  padding-bottom: 20px;
}

.dreamers-course-desc-one {
  border-right: 2px dotted;
}

.dreamers-course-desc-one p::first-letter,
.dreamers-course-desc-two p::first-letter {
  font-size: 35px;
  font-weight: 700;
  margin-right: 5px;
}

.dreamers-course-desc-one:hover p::first-letter,
.dreamers-course-desc-two:hover p::first-letter {
  color: var(--color-theme-blue);
}

.dreamers-course-desc-one p,
.dreamers-course-desc-two p {
  font-size: 18px;
  margin: 20px 0;
  padding: 10px;
  margin-bottom: 0;
}

.strikers-heading {
  padding: 0 0 20px;
}

.abt-desc p::first-letter,
.abt-desc p {
  margin: 0;
}

.core-val-desc ul li {
  font-size: 14px;
}

.core-val-text-box {
  min-height: 150px;
  padding: 15px;
  display: flex;
  align-items: center;
  margin-left: 5px;
  text-align: center;
  color: var(--color-white);
  font-size: 12px;
  background: var(--color-theme-blue);
  justify-content: center;
}

.core-val-text-box:hover {
  color: var(--color-theme-blue) !important;
}

.heading-box.our-partner-heading {
  padding: 30px 0;
}

.dreamers-course-desc.our-partner-desc,
.heading-box.our-partner-heading h2 {
  margin: 0;
}

.teaching-method-section {
  margin: 30px 0;
}

.mensa-desc-box {
  padding: 0 12px;
}

.light-blue-bg {
  background: #dae6ff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.inner-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 620px;
  background-position: center top;
  background-repeat: no-repeat;
  background: url(../../images/pattern-9-1.png);
}

.testimonial-section-two .owl-carousel {
  margin: 0px -15px;
  width: auto;
}

.testimonial-section-two .owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0px, 0px, 0px);
  padding: 20px 0px 40px;
}

.testimonial-section-two .owl-carousel .owl-wrapper-outer .owl-wrapper {
  transform: translate3d(-2400px, 0px, 0px);
  transition: all 0.5s ease 0s;
  width: 4000px;
}

.testimonial-block-two {
  margin: 0px 15px;
  padding-bottom: 40px;
}

.testimonial-block-two .inner-box {
  position: relative;
  padding: 45px 25px 50px;
}

.testimonial-block-two .inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 8px;
  background-color: var(--color-white);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.testimonial-block-two .inner-box .border-layer {
  position: absolute;
  left: 0px;
  bottom: -25px;
  right: 0px;
  height: 150px;
  z-index: -1;
  border-radius: 8px;
  border: 3px solid var(--color-black);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.testimonial-block-two .inner-box .text {
  position: relative;
  color: var(--color-black);
  font-size: 15px;
  line-height: 1.5em;
  margin-bottom: 30px;
}

.testimonial-block-two .inner-box .author-info {
  position: relative;
}

.testimonial-block-two .inner-box .author-info .info-inner {
  position: relative;
  padding-left: 82px;
  padding-top: 10px;
}

.testimonial-block-two .inner-box .author-info .info-inner .author-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  overflow: hidden;
  border-radius: 50%;
  display: inline-block;
}

.testimonial-block-two .inner-box .author-info h6 {
  position: relative;
  color: var(--color-black);
  font-weight: 700;
  line-height: 1.3em;
  font-size: 13px;
}

.testimonial-block-two .inner-box .author-info .designation {
  position: relative;
  color: var(--color-theme-blue);
  font-weight: 500;
  line-height: 1.2em;
  font-size: 13px;
  margin-top: 4px;
}

.testimonial-block-two .inner-box .quote-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 23px;
  bottom: 47px;
  color: #eaf1ed;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--color-theme-blue);
}

.quote-icon::before {
  content: "\f10e";
  position: absolute;
  font-family: FontAwesome;
  font-size: 26px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-white);
}

/* .testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover {
  border-color: #43b97e;
  background-color: #43b97e;
  content: "\f10e";
} */
.testimonial-block-two .inner-box:hover::before {
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
}

.testimonial-block-two .inner-box:hover .border-layer {
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  border-color: var(--color-theme-blue);
}

.auto-container .circle-one {
  position: absolute;
  right: -150px;
  top: 100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: inline-block;
  background-color: #ffe00c;
}

.auto-container .circle-two {
  position: absolute;
  right: -200px;
  top: 320px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--color-white);
}

.download-container table thead tr th,
.table-responsive table thead tr {
  background: var(--color-theme-blue);
  color: var(--color-white);
}

.download-container table tbody tr td a {
  color: var(--color-theme-blue);
}

.download-container .table-bordered td,
.download-container .table-bordered th,
.download-container .table thead th {
  border: 1px solid var(--color-theme-blue);
}

.table-responsive table thead tr th,
.table-responsive table tbody tr td {
  border: 1px solid var(--color-black);
}

.theading h2,
.sub-heading h2,
.heading-box.scra-heading h2,
.scra-heading h4 {
  font-size: 21px;
}

.course-eligiblity.subject-comb {
  flex-direction: column;
  align-items: flex-start;
}

.course-eligiblity.subject-comb ul,
.ct-padding {
  padding-left: 16px;
}

.sub-heading h2.mat-sat-heading h2 {
  font-size: 16px;
}

.kvpy-heading h2 {
  padding: 10px 0;
}

.gallery-box {
  padding: 15px;
  box-shadow: 0px 5px 30px 0px rgb(0 0 0 / 15%);
  margin-bottom: 20px;
}

.gallery-img {
  overflow: hidden;
  text-align: center;
}

.gallery-img img {
  transition: var(--transition);
  height: 180px;
  object-fit: cover;
}

.gallery-box:hover .gallery-img img {
  transform: scale(1.2);
  transition: var(--transition);
}

.gallery-anchor {
  transition: var(--transition);
}

.gallery-text {
  margin-top: 15px;
}

.gallery-text h4 {
  font-size: 18px;
}

.faq-accordion .card {
  border: 1px solid var(--color-theme-blue);
  margin-bottom: 10px;
}

.faq-accordion .card-header {
  padding: 0;
  border-bottom: none;
}

.faq-accordion .card-header .card-link {
  display: block;
  padding: 0.75rem 1.25rem;
  background: var(--color-white);
  border-bottom: 1px solid var(--color-theme-blue);
}

.faq-accordion .card-header .card-link.collapsed {
  border-bottom: none;
}

.faq-accordion .card-header .card-link {
  font-weight: 700;
  color: var(--color-theme-blue);
}

.faq-accordion .card-header .card-link:hover {
  background: var(--color-theme-blue);
  transition: var(--transition);
}

.faq-accordion .card-header .card-link:hover {
  color: var(--color-white);
}

.refund td {
  padding: 10px;
}

.result-img img {
  height: unset;
  object-fit: unset;
}

.contact-icon-box {
  text-align: center;
}

.contact-icon-box i {
  font-size: 40px;
  transition: var(--transition);
}

.contact-container .col-md-3:hover .contact-icon-box i {
  color: var(--color-theme-blue);
  transition: var(--transition);
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  font-size: 17px;
  padding: 9.8px;
  color: var(--color-theme-blue) !important;
  transition: var(--transition);
}

.contact-form .form-control {
  box-shadow: none;
  border-radius: 0;
  height: unset;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  border-color: var(--color-theme-blue) !important;
  transition: var(--transition);
}

.border-md {
  border-right: 2px dotted;
}

.scra-desc ul {
  margin-bottom: 0;
}

.faculty-desc.contact-padding {
  padding: 25px;
}

.faq-accordion .card .card-header .card-link p {
  margin-bottom: 0;
  position: relative;
}

/* neet */
.neet_card_str_box {
  display: flex;
}

.neet_card_str {
  height: 315px;
  border-radius: 10px;
  padding: 15px 20px;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  box-shadow: 0px 20px 81px 0px rgb(8 0 20 / 14%);
  position: relative;
}

.neet_card_str:before {
  content: "";
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -3;
  border-radius: 10px;
  position: absolute;
  transition: 0.5s all ease-in-out;
  background: linear-gradient(to right,
      var(--color-theme-blue),
      var(--color-theme-yellow));
}

.neet_card_str:hover:before {
  transform: translate(7px, 7px);
}

.neet_icon_box h3 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
  color: var(--color-black);
}

.predology_icon_box img {
  width: 65px;
  margin-bottom: 10px;
}

.predology_box {
  text-align: center;
  border: 1px solid #cdcdcd;
  padding: 15px;
  margin-bottom: 30px;
  transition: var(--transition);
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 var(--color-theme-blue-lg),
    0px 15px 30px 5px rgb(0 0 0 / 15%);
}

.predology_box:hover {
  -webkit-box-shadow: inset 0px 0px 15px 7px var(--color-theme-blue-lg);
  -moz-box-shadow: inset 0px 0px 15px 7px var(--color-theme-blue-lg);
  box-shadow: inset 0px 0px 15px 7px var(--color-theme-blue-lg);
}

.stra_neet {
  background-image: url(../../images/pattern.png);
  background-attachment: fixed;
  padding: 53px 0;
  background-color: #0069a0 !important;
  background-size: 100%;
  background-repeat: repeat;
}

.neet_heading {
  color: var(--color-white) !important;
}

.table td,
.table th {
  padding: 0.75rem 1.75rem !important;
}

.founder-message .col-md-9 {
  font-size: 17px;
}

.founder_pic_box {
  margin-bottom: 10px;
}

.founder_pic_box div {
  padding: 0;
  padding: 15px 0;
}

.founder_pic_box div img {
  margin: auto;
  height: 140px;
}

.founder_pic_box:hover {
  background: var(--color-theme-blue);
  color: var(--color-white);
}

.caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
  margin-bottom: 15px;
  border-radius: 10px;
}

.caption p,
.caption h2 {
  color: var(--color-white) !important;
}

.dropdown-toggle::after {
  top: 2px;
  position: relative;
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .overlay-box {
    height: 45vh !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .home-slider {
    margin-top: 56px;
  }

  .upper-header {
    justify-content: flex-end !important;
  }

  p {
    margin-bottom: 0.5rem;
  }

  .nav-link {
    padding: 0.5rem;
  }

  .navbar-section {
    padding: 3px 0;
  }

  .edmo-nav .navbar .navbar-brand img {
    padding: 0;
  }

  .edmo-nav .navbar .navbar-brand {
    top: 0;
    left: 0;
    width: 56px;
    border-radius: 50%;
    position: relative;
  }

  .edmo-nav .navbar .navbar-nav li a {
    padding-left: 15px;
    margin-right: 0;
  }

  .carousel-indicators {
    display: none;
  }

  .news-box {
    display: none;
  }

  .scroll-news {
    background: var(--color-white);
  }

  .scrollerWrapper span a {
    font-size: 12px;
  }

  .blink {
    font-size: 11px;
  }

  .modulas-welcome-text h2 {
    margin: 10px 0;
    font-size: 23px;
  }

  .heading-box h2 {
    margin: 0;
    font-size: 23px;
    margin-bottom: 10px;
  }

  .modulas-welcome-text {
    padding: 0;
  }

  .theme-btn {
    font-size: 16px;
    padding: 10px 40px;
  }

  .welcome-box,
  .toppers-container-three {
    padding: 20px 0;
  }

  .our-courses-container,
  .toppers-container-one,
  .toppers-container-two,
  .toppers-container-three,
  .whyUs-container,
  .whatUs-container,
  .our-team-container,
  .dreamers-container,
  .vis-mis-container,
  .nit-abt-container,
  .contact-container,
  .download-container,
  .faq-container,
  .quote-banner-box.stra_neet {
    padding: 20px 0;
  }

  .about-faculty {
    padding: 20px 15px;
  }

  .heading-box {
    padding: 0 15px;
  }

  .course-details,
  .topper-slider-one-item-img,
  .course-eligiblity,
  .core-val-text-box {
    box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 15%);
    border-radius: 40px 10px 10px 10px;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .course-eligiblity {
    border-radius: 0;
    /* color: var(--color-theme-blue); */
  }

  .course-details::before {
    background-color: var(--color-theme-blue);
    opacity: 1;
  }

  .course-details::after {
    background-color: var(--color-theme-yellow);
    opacity: 1;
  }

  .quote-banner-box {
    margin: 0;
    padding: 10px 0;
  }

  .toppers-container {
    padding-bottom: 34px;
  }

  .toppers-container .owl-theme .owl-controls {
    bottom: -33px;
  }

  .whyUs-iconBox span {
    background: linear-gradient(to right,
        var(--color-theme-blue),
        var(--color-theme-yellow));
    box-shadow: 0px 15px 10px 0px rgb(0 0 0 / 15%),
      0px 0px 40px var(--color-theme-yellow);
  }

  .whyUs-iconBox i {
    color: var(--color-white);
    font-size: 35px;
  }

  .whyUs-iconBox span::before {
    border: 10px solid var(--color-theme-yellow-lg);
  }

  .whyUs-iconText {
    color: var(--color-theme-blue);
    font-size: 18px;
    margin-bottom: 13px;
  }

  .whatMakeUs::before,
  .whatMakeUs-img-box::before {
    top: -16px;
  }

  .whatMakeUs::before,
  .whatMakeUs-img-box::before,
  .border-circle,
  .whatMakeUs-img-box::after,
  .back-circle,
  .shape1,
  .shape2 {
    display: none;
  }

  .wh-quality-box {
    display: flex;
  }

  .wh-quality h3 {
    padding: 8.5px 16px;
    font-size: 14px;
    margin-bottom: 0;
  }

  .whatMakeUs-qualities {
    margin-top: 20px;
    padding-left: 0;
  }

  .wh-quality {
    background-image: linear-gradient(to right,
        var(--color-theme-blue),
        var(--color-theme-yellow));
    border-radius: 5px;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 5px;
  }

  .footer-widget,
  .border-desc h2 {
    margin-bottom: 0;
  }

  .footer-widget h3,
  .footer-widget h5 {
    margin-bottom: 10px;
    text-align: left;
  }

  .footer-bottom .col-md-6 p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer-contact-info li::before,
  .upper-header li::before {
    left: 0;
  }

  .footer-contact-info li,
  .upper-header li:nth-child(1),
  .upper-header li:nth-child(3) {
    padding-left: 22px;
  }

  .whatMakeUs-two {
    margin-top: 0;
  }

  .footer-bottom {
    padding: 0.8em 0;
  }

  .designimg {
    text-align: center;
    border-left: none;
    padding-left: 15px;
    padding-right: 0;
  }

  .designimg a {
    width: 50%;
    text-align: center;
  }

  .quote-banner-box .row>.col-md-12 {
    flex-direction: column;
  }

  .quote-banner-box .row .col-md-12>.col-md-4 {
    justify-content: center;
  }

  .mobqoute {
    padding: 0;
  }

  .mobqoute h2,
  .mobqoute h3 {
    font-size: 16px;
  }

  .logo-heading h3 {
    font-size: 21px;
  }

  .padding-zero {
    padding: 0;
  }

  .heading-box.our-partner-heading {
    padding: 20px 0;
  }

  .dreamers-course-desc,
  .dreamers-course-desc .col-md-12 {
    flex-direction: column;
    margin-top: 0;
  }

  .dreamers-course-desc .heading-box h2 {
    font-size: 16px;
  }

  .dreamers-course-desc {
    padding: 20px 0;
  }

  .dreamers-course-desc p {
    font-size: 12px;
    text-align: justify;
  }

  .border-desc h2 {
    padding-bottom: 0;
  }

  .border-md {
    border: none;
  }

  .course-el-mob {
    flex-direction: column;
  }

  .course-eligiblity-text-box {
    width: 50%;
    min-height: unset;
    padding: 5px 17px;
    margin-bottom: 10px;
  }

  .course-eligiblity-text-box h4 {
    font-size: 13px;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 14px;
  }

  .heading-box.our-partner-heading {
    padding: 15px 0;
  }

  .core-val-text-box {
    border-radius: 0;
  }

  .overlay-box {
    height: 18vh;
    margin-top: 56px;
  }

  .dreamers {
    background-position: top;
    background-size: cover;
  }

  .overlay-text {
    padding: 5px 10px;
  }

  .overlay-text h2 {
    font-size: 15px;
  }

  .faculty-desc {
    padding: 15px 0;
    margin-bottom: 15px;
  }

  .faculty_left {
    margin-bottom: 15px;
  }

  .faculty_avatar {
    text-align: center;
    padding: 15px;
  }

  .faculty_avatar h3 {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 0;
  }

  .dreamers-course-desc ul,
  .subject-comb,
  .course-eligiblity.subject-comb ul {
    margin-bottom: 0;
  }

  .our-team-container ul li,
  .dreamers-course-desc ul li,
  .faculty-abt-text,
  .scra-desc ul li,
  .f-ctt,
  .table-responsive table thead tr th,
  .table-responsive table tbody tr td {
    font-size: 12px !important;
    text-align: justify;
  }

  .theading h2,
  .sub-heading h2 {
    font-size: 15px;
  }

  .heading-box.scra-heading h2,
  .scra-heading h4,
  .fc-ttt {
    font-size: 16px !important;
  }

  .edmo-nav {
    margin-right: 0;
  }

  .table td,
  .table th {
    padding: 0.5rem;
  }

  .f-ct {
    font-size: 17px !important;
  }

  .border-desc h2 {
    border-bottom: 0;
  }

  .strikers-heading {
    padding: 0 0 10px;
  }

  .contact-icon-box i {
    font-size: 25px;
  }

  .faq-accordion .card-header .card-link {
    padding: 0.5rem 1rem;
    font-size: 12px;
  }

  .card-body {
    padding: 0.5rem;
    font-size: 12px;
  }

  .gallery-box {
    padding: 10px;
    margin-bottom: 10px;
  }

  .dreamers-course-desc-one p,
  .dreamers-course-desc-two p {
    margin: 0;
    padding: 0;
  }

  .faq-accordion .card .card-header .card-link p {
    position: relative;
    padding-left: 20px;
  }

  .faq-num {
    position: absolute;
    left: 0;
  }

  .testimonial-block-two .inner-box .text {
    font-size: 12px;
  }

  .testimonial-block-two .inner-box .author-info h6 {
    font-size: 12px;
  }

  .inner-container {
    height: 470px;
  }

  .testimonial-block-two .inner-box .quote-icon {
    width: 25px;
    height: 25px;
    bottom: 50px;
  }

  .quote-icon::before {
    font-size: 13px;
  }

  .edmo-nav .navbar ul li .inner-submenu {
    left: 70px;
  }

  .navbar-section {
    position: absolute;
    background: #fff;
  }

  .neet_card_str {
    margin: 10px 0;
    height: auto;
  }

  .neet_heading h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
  }

  .is_neet_list {
    font-size: 13px;
  }

  .predology_box {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer-widget.course-details-text-box h3 {
    text-align: left !important;
  }

  .home-slider .carousel-item .carousel-caption h2 {
    font-size: 28px;
  }

  .overlay-box {
    height: 28vh;
  }

  .course-el-mob {
    flex-wrap: wrap;
  }

  .course-el-mob .wh-quality-box {
    width: 100%;
  }

  .core-val-text-box {
    min-height: 100px;
    width: 50%;
    margin: 7px;
  }

  .faculty_avatar img {
    width: 150px;
  }

  .gallery-box {
    margin-bottom: 20px;
  }

  .theme-btn {
    padding: 18px 45px;
  }

  .quote-banner-box h2 {
    font-size: 22px;
  }

  .news-box h5::after {
    top: 9px;
    right: -38px;
  }

  .news-box h5 {
    font-size: 13px;
  }

  .scroll-news .col-md-2 {
    padding: 0;
  }

  .whyUs-iconText {
    font-size: 19px;
  }

  .edmo-nav .navbar .navbar-brand {
    position: relative;
    padding: 0;
    top: 0;
    left: 0;
    width: 75px;
  }

  .upper-header {
    justify-content: flex-end !important;
  }

  .wh-tab {
    display: flex;
  }

  .wh-tab .wh-quality {
    margin: 7px;
  }

  .wh-tab .wh-quality h3 {
    padding: 17.5px 30px;
    font-size: 21px;
    margin-bottom: 0;
  }

  .hide-img {
    display: none !important;
  }

  .edmo-nav .navbar ul li .inner-submenu {
    left: 0;
  }

  .home-slider .carousel-item .carousel-caption p,
  .is_neet_list {
    font-size: 15px;
  }

  .neet_card_str {
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024) and (orientation: landscape) {
  .overlay-box {
    height: 37vh;
  }
}

/* new changes 23-12-2021 */

.modal form {
  margin: 0 auto;
  background: #444242c7;
  padding: 20px;
}

.dhide {
  display: block;
}

.home-slider .carousel-item {
  height: 82vh !important;
}

.home-slider .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.otp-box {
  width: 45px;
  text-align: center;
}

.modal form i {
  color: #fff;
  position: absolute;
  right: 1px;
  top: 0px;
  font-size: 20px;
  cursor: pointer;
}

.fix-modal {
  top: 50px;
}

/* .modal-backdrop.show {
  opacity: 0 !important;
  z-index: 0 !important;
} */
.fix-modal-content {
  background: transparent;
  border: none;
}

.new-head {
  font-size: 32px !important;
}

.iicon-box {
  text-align: center;
  height: 60px;
  width: 60px;
  background: #efc60a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: -27px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.iicon-box i {
  font-size: 30px;
}

.course-eligiblity-new {
  padding: 15px 15px 0;
  flex-direction: column;
}

.course-eligiblity-new1 {
  flex-direction: column;
}

.ic1 {
  margin-bottom: 15px;
}

.courese-new {
  background: #fff;
  color: #00669f;
  box-shadow: 0px 15px 30px 5px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 15px 30px 5px rgba(0, 0, 0, 0.15);
  border: none;
}

.eligible-section {
  margin-bottom: 110px;
}

.dream-new {
  padding: 20px;
}

.text-new-ct {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.new-tess {
  font-size: 19px;
}

.new-contact-form .form-group input {
  font-size: 14px !important;
  padding: 5px !important;
}

.fix-modal {
  width: 100%;
}

.modal-dialog {
  max-width: 100%;
}

.new2-bg {
  background: #f6f1ed;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .services {
    margin-bottom: 20px;
  }

  .services .service-panel .service-content .btn {
    margin: auto 26%;
  }

  .how-it-works-item {
    padding: 30px 15px 0;
    padding-top: 63px;
    margin-top: 110px;
    transition: 0.3s;
    border: 3px solid #0069a0;
    border-radius: 5px;
  }

  .how-it-works-item img {
    top: 19px;
  }

  .home-slider .carousel-item {
    height: auto !important;
  }

  .fix-modal {
    top: 8px;
  }

  .modal-body h4 {
    font-size: 15px;
  }

  .pm,
  .test-form {
    padding: 0;
  }

  .mt-img {
    margin-top: 85px;
  }

  .modal-dialog {
    margin: 0;
  }

  .mmt {
    margin-bottom: 60px;
  }

  .m-form {
    display: none;
  }

  .dream-new {
    padding: 15px;
  }

  .new-dpd {
    padding: 15px;
  }

  .fs {
    font-size: 18px;
  }

}

@keyframes blinkingBg {
  0% {
    background: #2b4cbc;
  }

  100% {
    background: #ffd001;
  }
}

.newbtnn1 a {
  animation: blinkingBg .8s infinite;
  display: block;
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: -160px;
  right: -190px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1340px;
  }
}

.blink {
  text-decoration: blink;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
  color: #000;
}

@keyframes Color {
  0% {
    background: #a0d468;
  }

  20% {
    background: #4fc1e9;
  }

  40% {
    background: #ffce54;
  }

  60% {
    background: #fc6e51;
  }

  80% {
    background: #ed5565;
  }

  100% {
    background: #ac92ec;
  }
}

.nav-link-schole {
  border: 2px solid !important;
  color: #fff !important;
  padding: 3px 8px !important;
  font-size: 13px !important;
  margin-top: 3px !important;
}