a,
a:hover {
  text-decoration: none !important;
}
:root {
  --theme-color: #ef251f;
  --theme-light-color: #fff7f7;
  --theme-shadow: 0 2px 4px #000 0 8px 16px #000;
  --theme-light-shadow: 0 0 4px #000 0 6px 8px #000;
}
.header {
  position: relative;
  background: 0 0;
}
.main-header {
  background: url(../img/main-bg.webp);
  background-size: cover;
  background-position: center;
  background-color: var(--theme-light-color);
  padding-top: 25px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
}
a,
b,
button,
input,
option,
p,
select {
  font-family: Poppins, sans-serif;
}
.main-content h1 {
  font-size: 32px;
  font-weight: 900;
}
.main-content h1 .focus {
  color: var(--theme-color);
  font-size: 32px;
  font-weight: 900;
}
.main-content h4 {
  font-weight: 700;
}
.main-content {
  padding-top: 60px;
}
.main-content .line {
  height: 5px;
  width: 60px;
  background: var(--theme-color);
  margin-bottom: 10px;
}
section {
  padding: 60px 20px;
}
.navbar ul {
  margin-bottom: 0;
}
.navbar li a {
  font-size: 20px;
}
.header .menu > .menu-item > a {
  font-weight: 600;
}
.main-img {
  margin-bottom: -10px;
}
.modal-dialog {
  margin: 0 !important;
}
.brand {
  font-size: 25px;
  font-weight: 700;
}
.header-inner {
  background: #fff;
  margin-top: 10px;
  padding: 0;
  border-radius: 60px;
  border: 1px solid var(--theme-color);
  box-shadow: var(--theme-shadow);
  -webkit-box-shadow: var(--theme-shadow);
}
.header .wrapper {
  justify-content: space-around;
}
.mobilemenu img {
  margin-bottom: 20px;
}
.mobilemenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  background: var(--theme-color);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 100;
  height: 100%;
  transition: 0.5s;
}
.mobilemenu.active {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: 5500000000;
}
.mobilemenu .fa-times {
  color: #fff;
  /*position: absolute;
  top: 20px;
  right: 20px;*/
  font-size: 30px;
}
.mobilemenu ul {
  padding-inline-start: 0;
  padding: 0 10px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  width: 100%;
  height: calc(100vh - 150px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobilemenu ul a {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.mobilemenu ul li {
  list-style: none;
  padding: 8px;
  color: #fff;
}
.mobilemenu ul ul {
  padding-inline-start: 0;
  padding-right: 0;
  background: #eee;
}
.mobilemenu.active img {
  transform: translateX(0);
  transition-delay: 0.2s;
}
.mobilemenu .menu-icons,
.mobilemenu img,
.mobilemenu ul {
  transform: translateX(-1000%);
  transition: 0.5s;
}
.mobilemenu.active ul {
  transform: translateX(0);
  transition-delay: 0.3s;
}
.mobilemenu.active .menu-icons {
  transform: translateX(0);
  transition-delay: 0.4s;
}
.mobilemenu ul ul a {
  color: #000 !important;
}
.nav a,
.nav label {
  display: block;
  color: #000;
  transition: all 0.25s ease-in;
  margin-bottom: 0;
}
.nav label {
  cursor: pointer;
}
.group-list a,
.group-list label {
  padding-left: 1rem;
}
.sub-group-list a,
.sub-group-list label {
  padding-left: 1rem;
}
.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 1rem;
}
.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.nav__list input[type="checkbox"]:checked + label + ul {
  max-height: 1000px;
}
label > span {
  float: right;
  transition: transform 0.65s ease;
}
.nav__list input[type="checkbox"]:checked + label > span {
  transform: rotate(90deg);
}
.trade {
  font-size: 20px;
  font-weight: 900;
  vertical-align: super;
  margin-left: 2px;
}
.theme-btn1 {
  padding: 15px 25px;
  color: #fff;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  box-shadow: var(--theme-shadow);
  -webkit-box-shadow: var(--theme-shadow);
  transition: 0.5s;
  border-radius: 8px 0;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}
.theme-btn1:hover {
  background: 0 0;
  color: var(--theme-color);
  transition: 0.5s;
  border-radius: 0 8px;
}
.theme-btn2 {
  padding: 15px 25px;
  color: var(--theme-color);
  background: #fff;
  border: 2px solid var(--theme-color);
  box-shadow: var(--theme-shadow);
  -webkit-box-shadow: var(--theme-shadow);
  transition: 0.5s;
  border-radius: 8px 0;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}
.theme-btn2:hover {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  transition: 0.5s;
  border-radius: 0 8px;
}
.curve-box {
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
  height: 100%;
  color: #fff;
  font-weight: 900;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.curve-box h2 {
  font-weight: 700;
  margin-bottom: 0;
}
.news-box {
  overflow: hidden;
}
.news-slider {
  padding: 20px 10px;
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.why-choose {
  background: var(--theme-light-color);
}
.heading h1,
.heading h2 {
  font-weight: 900;
}
.heading h1 span,
.heading h2 span {
  color: var(--theme-color);
}
.heading .line {
  height: 5px;
  width: 80px;
  margin-bottom: 5px;
  background: var(--theme-color);
}
.heading .line2 {
  height: 3px;
  width: 60px;
  margin-bottom: 5px;
  background: var(--theme-color);
}
.heading .line3 {
  height: 3px;
  width: 60px;
  margin-bottom: 5px;
  background: var(--theme-color);
}
.choose-box {
  background: #fff;
  box-shadow: var(--theme-shadow);
  -webkit-box-shadow: var(--theme-shadow);
  border-radius: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.choose-box .choose-img {
  padding: 15px;
  border-radius: 0 50% 50% 0;
  margin-right: 10px;
  background: var(--theme-color);
  height: 100%;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-box .choose-img img {
  width: 50px;
}
.choose-box h5 {
  margin-bottom: 0;
  font-size: 18px;
}
.choose-box .choose-content {
  padding: 10px;
}
.pad-box {
  background: var(--theme-color);
  padding: 20px;
}
.pad-box-content {
  background: #fff;
  padding: 30px 60px;
/*  text-align: center;*/
  box-shadow: var(--theme-shadow);
  border-radius: 8px;
}
.pad-box-content h5{
  color: var(--theme-color);
  font-weight: bold;
}
.pad-box-content p {
  text-align: justify;
}
.slick-slide img {
  width: 100%;
}
.nav__menu {
  margin-bottom: 0;
}
.nav__container {
  background: #fff;
  padding: 10px;
  border-radius: 60px;
  border: 2px solid var(--theme-color);
  transition: 0.5s;
}
.nav__menu .dropdown ul li {
  background: #fff;
}
.nav__menu .dropdown ul li a {
  color: #000;
}
.companies-img img {
  width: 100px;
  padding: 5px;
}
.companies-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
}
.comapnies-text {
  padding: 20px;
}
.comapnies-text h3 {
  font-weight: 900;
  color: var(--theme-color);
  text-decoration: underline wavy var(--theme-color);
}
.comapnies-text h4 {
  margin-bottom: 0;
  letter-spacing: 4px;
}
.comapnies-text .h4 {
  letter-spacing: 2px;
}
.counter-box {
  padding: 0 10px 10px;
  border: 3px solid var(--theme-color);
  border-radius: 8px;
}
.counter-box .count {
  background: #fff;
  color: var(--theme-color);
  padding: 5px 10px;
  border-radius: 60px;
  margin-top: -20px;
  margin-bottom: 0;
  display: table;
}
.counter-box .count h4 {
  margin-bottom: 0;
}
.counter-head h3 {
  margin-bottom: 0;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.span {
  color: var(--theme-color);
}
.accordion-container .accordion-item .head p {
  margin-bottom: 0;
}
.module-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: var(--theme-shadow);
  padding: 15px;
  border-radius: 8px;
}
.module-icon {
  height: 60px;
  width: 60px;
  padding: 10px;
  border-radius: 50%;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.module-icon img {
  width: 40px;
}
.module-content h6 {
  margin-bottom: 0;
  word-break: break-word;
}
.modules {
  background: var(--theme-light-color);
}
.modules h2 {
  color: var(--theme-color);
  font-weight: 900;
}
.module-outer-box {
  background: var(--theme-color);
  padding: 20px;
  border-radius: 8px;
  box-shadow: var(--theme-shadow);
  color: #fff;
  text-align: center;
}
.module-outer-box img{
  width: 60px;
  margin-bottom: 10px;
}
.modules-content h4 {
  letter-spacing: 5px;
  margin-bottom: 0;
}
.modules-content h3 {
  font-weight: 900;
  color: var(--theme-color);
  text-decoration: underline wavy var(--theme-color);
}
.offer-box {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: var(--theme-shadow);
  border-radius: 8px;
  text-align: center;
  background: var(--theme-color);
  color: #fff;
}
.offer-box img {
  max-width: 100%;
}
.tt {
  transform: translateY(30px);
}
.tb {
  transform: translateY(-30px);
}
.bt {
  border-radius: 50px 50px 0 0;
}
.bb {
  border-radius: 0 0 50px 50px;
}
.offer-content h2 {
  font-weight: 900;
}
.offer-content h2 span {
  color: var(--theme-color);
}
.offer-content .line {
  height: 5px;
  width: 80px;
  background: var(--theme-color);
  margin-bottom: 5px;
}
.offer-box .img-box {
  padding: 20px;
  height: 120px;
  width: 120px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.2);
}
.batch-box {
  padding: 20px;
  border-radius: 8px;
  box-shadow: var(--theme-shadow);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  transition: 0.5s;
  height: calc(100% - 70px);
  margin-bottom: 70px;
}
.batch-box .batch-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px dashed var(--theme-color);
  background: #fff;
  margin-bottom: 10px;
  transition: 0.5s;
  margin-top: -70px;
}
.batch-box .batch-icon i {
  font-size: 45px;
  line-height: 100px;
  color: var(--theme-color);
  transition: 0.5s;
}
.batch-box:hover .batch-icon {
  border-color: #fff;
  transition: 0.5s;
  background: var(--theme-color);
}
.batch-box:hover {
  background: var(--theme-color);
  color: #fff;
}
.batch-box:hover .batch-icon i {
  color: #fff;
}
.batch-content h5{
  color: var(--theme-color);
  font-weight: bold;
}
.batch-box:hover .batch-content h5{
  color: white;
}
.coveredtools {
  padding: 40px;
}
.coveredtools .line {
  height: 5px;
  width: 80px;
  background: var(--theme-color);
  margin-bottom: 10px;
}
.coveredtools h2 {
  font-weight: 900;
}
.freetools {
  padding: 40px;
  background: var(--theme-color);
  color: #fff;
  position: relative;
}
.freetools h2 {
  font-weight: 900;
}
.freetools .line {
  background: #fff;
  height: 5px;
  width: 80px;
  margin-bottom: 10px;
}
.freetools .tools-icon {
  background: var(--theme-color);
  position: absolute;
  height: 70px;
  width: 70px;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  text-align: center;
}
.freetools .tools-icon i {
  text-align: center;
  line-height: 70px;
  font-size: 22px;
}
.freetools-white-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
#about_content .inner_box {
  padding: 20px;
  background: #fff;
  color: #000;
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  border-radius: 20px;
}
#about_content .inner_box:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 40px;
  left: 40px;
  bottom: 20px;
  height: 100%;
  width: calc(100% - 80px);
  z-index: -1;
  background: rgba(239, 37, 31, 0.5);
/*  box-shadow: 0 0 10px #000;*/
  border-radius: 20px;
}
#about_content .inner_box:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  left: 20px;
  bottom: 10px;
  height: 100%;
  width: calc(100% - 40px);
  z-index: -1;
  background: #ef251f;
/*  box-shadow: 0 0 10px #000;*/
  border-radius: 20px;
}
.centers li {
  line-height: 12px;
  margin-bottom: 5px;
}
.centers a,
.centers a:hover {
  color: #000;
  text-decoration: none;
  text-transform: capitalize;
}
.second_side {
  background: #0a1c2f;
  padding: 60px 20px 20px;
  color: #fff;
}
footer {
  margin-top: 40px;
}
footer a,
footer a:hover {
  text-decoration: none;
  color: #fff;
}
.transformed_div {
  padding: 20px;
  background: var(--theme-color);
  position: relative;
  margin: -94px 0 0;
  z-index: 5;
}
.transformed_div .image_diV {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.second_side .icons a {
  color: #fff;
}
.second_side .icons i {
  display: inline-block;
  margin: 10px 5px;
  font-size: 20px;
  background: #0a1c2f;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 60px;
  text-align: center;
}
.transformed_div:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -24px;
  height: 0;
  width: 0;
  z-index: -1;
  border-color: transparent transparent transparent #ad3325;
  border-style: solid;
  border-width: 25px;
  transform: rotate(135deg);
}
.quicklinks h5 {
  font-weight: 700;
}
.quicklinks .center_content {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-bottom: 10px;
}
.center_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.center_content .line {
  width: 30px;
  height: 4px;
  background: var(--theme-color);
}
.quicklinks ul {
  padding-inline-start: 0;
}
.quicklinks a {
  color: #fff;
}
.quicklinks ul li {
  list-style: none;
}
.footer-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.footer-link i {
  margin-right: 5px;
  font-size: 25px;
}
.quicklinks a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.footer-link a p {
  margin-bottom: 0;
}
.sub_footer {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  background: #001123;
}
.sub_footer p {
  margin-bottom: 0;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background: #000;
}
::-webkit-scrollbar-track {
  background: #e4e4e4;
}
::selection {
  background-color: #ed1c24 !important;
  color: #fff !important;
}
.inner-page-container {
  background: var(--theme-color);
  padding: 25px 20px 0;
}
.page-header {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-header h1,
.page-header h3 {
  font-weight: 900;
  color: var(--theme-color);
  padding: 10px 30px;
  margin-bottom: -30px;
  background: #fff;
  display: table;
  border-radius: 60px;
  box-shadow: var(--theme-light-shadow);
  font-size: 30px;
}
.modules .accordion-container .accordion-item {
  box-shadow: var(--theme-light-shadow);
}
.modules .accordion-container .accordion-item .head {
  padding: 0;
  box-shadow: none;
}
.modules .accordion-container .accordion-item .module-box {
  width: 100%;
  background: #fff;
  box-shadow: none;
}
.design-ul {
  padding-inline-start: 40px;
}
.design-ul li {
  position: relative;
  margin-bottom: 5px;
}
.accordion-container .accordion-item .body .wrapper p {
  margin-top: 10px;
  text-align: justify;
}
.design-ul li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 0.875rem;
  padding-left: 5px;
  color: var(--theme-color);
  position: absolute;
  left: -25px;
  top: 3px;
}
.information {
  background: #f0f2f5;
  margin-top: 40px;
}
.information-box {
  background: #fff;
  box-shadow: var(--theme-shadow);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}
.information-box h2 {
  font-weight: 700;
  margin-bottom: 5px;
}
.information-box .line {
  height: 5px;
  width: 80px;
  background: var(--theme-color);
  margin-bottom: 5px;
}
.information-box p {
  text-align: justify;
}
.side-list .list {
  padding: 20px;
  background: var(--theme-color);
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--theme-color);
  -webkit-box-shadow: var(--theme-color);
}
.side-list .list ul {
  padding-inline-start: 0;
}
.side-list .list ul a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  display: block;
}
.side-list .list ul a:last-child {
  border-bottom: none;
}
.side-list .list ul li {
  padding: 10px;
}
.enquire-form {
  padding: 20px;
  border-radius: 8px;
  box-shadow: var(--theme-shadow);
  background: #fff;
  transition: 0.5s;
}
.form-control {
  box-shadow: none !important;
  border-radius: 8px !important;
  border: 1px solid #000 !important;
  outline: 0;
  padding: 1.6rem 0.75rem !important;
  color: #000 !important;
  transition: 0.5s !important;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--theme-color);
}
.form-group {
  position: relative;
  transition: 0.5s;
}
.form-group label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  margin-bottom: 0;
  transition: 0.5s;
}
textarea {
  resize: none;
}
.textarea label {
  top: 20px;
}
input:focus ~ label,
input:not(:focus):valid ~ label,
textarea:focus ~ label,
textarea:not(:focus):valid ~ label {
  top: 0 !important;
  font-size: 12px;
  background: #fff;
  padding: 2px;
  transition: 0.5s;
}
.calltoaction {
  padding: 20px;
}
.appointment-call {
  padding: 20px;
  background: var(--theme-color);
  border-radius: 8px;
  margin-top: 15px;
  color: #fff;
  text-align: center;
}
.appointment-call h4 {
  font-weight: 700;
}
.appointment-call a {
  color: #fff;
}
.appointment-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons a i {
  margin: 5px 10px;
  font-size: 22px;
}
.appointment-call .line {
  height: 5px;
  width: 150px;
  border-radius: 100%;
  margin: 10px auto;
  background: #fff;
}
.nav__logo img {
  width: 180px;
}
.admission-details {
  padding: 20px;
}
.call-to-action-content {
  padding: 20px;
  text-align: justify;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.call-to-action-content h5 {
  font-weight: bold;
}
.call-to-action-icon {
  padding: 20px;
  text-align: justify;
  background: var(--theme-color);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.call-to-action-icon a {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.call-icon {
  width: 120px;
  height: 120px;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.call-icon img {
  width: 80%;
}
.inner-call {
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  background: #fff;
  overflow: hidden;
}
#about_content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .row-flip {
    flex-direction: column-reverse;
  }
}
.blog-box {
  background: var(--theme-color);
  box-shadow: var(--theme-shadow);
  transition: 0.5s;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.inner-blog-box {
  background: #fff;
  padding: 20px;
  -webkit-clip-path: polygon(0 9%, 100% 3%, 100% 100%, 0% 100%);
  clip-path: polygon(0 9%, 100% 3%, 100% 100%, 0% 100%);
  padding-top: 60px;
  transition: 0.5s;
  height: 100%;
}
.blog-content h4 {
  font-weight: 700;
  transition: 0.5s;
}
.blog-content p {
  text-align: justify;
}
.blog-content .line {
  height: 5px;
  width: 80px;
  background: var(--theme-color);
  margin-bottom: 5px;
  transition: 0.5s;
}
.blog-box:hover .inner-blog-box {
  -webkit-clip-path: polygon(0 10%, 100% 4%, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 4%, 100% 100%, 0% 100%);
  padding-top: 60px;
  transition: 0.5s;
}
.list .line {
  background: #fff;
  height: 5px;
  width: 60px;
  margin-bottom: 5px;
}
.contact-box {
  box-shadow: var(--theme-shadow);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.contact-details {
  padding: 30px;
  background: var(--theme-color);
  color: #fff;
  height: 100%;
}
.contact-details .line {
  height: 5px;
  width: 60px;
  background: #fff;
  margin-bottom: 15px;
}
.contact-details .details-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.contact-details .details-box .details-icon {
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.contact-details .details-box .details-icon i {
  color: var(--theme-color);
  line-height: 60px;
  font-size: 25px;
}
.contact-details .details-box .details-content {
  margin-left: 10px;
}
.contact-details .details-box .details-content h5 {
  margin-bottom: 0;
  font-weight: 700;
}
.contact-details .details-box .details-content a {
  color: #fff;
  margin-bottom: 0;
  word-break: break-word;
}
.contact-form {
  padding: 30px;
}
.call-to-action {
  background: var(--theme-color);
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 30px 20px;
}
.appointment-img {
  margin-top: -120px;
  line-height: 0;
}
.appointment-img img {
  line-height: 0;
}
.appointment-content {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.appointment-content h2 {
  font-weight: 700;
}
.about-content h2 {
  font-weight: 900;
}
.about-content .line {
  width: 80px;
  height: 5px;
  margin-bottom: 5px;
  background: var(--theme-color);
}
.about-content span {
  color: var(--theme-color);
}
.about-content {
  padding: 20px;
}
.about-content p {
  text-align: justify;
}
.testimonials {
  background: var(--theme-color);
  overflow: hidden;
}
.heading2 {
  color: #fff;
}
.heading2 .line,
.heading2 .line2,
.heading2 .line3 {
  background: #fff;
}
.menu-toggle.active {
  display: none !important;
}
.nav label {
  font-size: 16px !important;
  background: 0 0 !important;
  padding: 0 !important;
}
.bl {
  border-left: 1px solid #000;
}
@media screen and (max-width: 991px) {
  .nav__container {
    padding: 10px 20px;
  }
  .nav__logo img {
    width: 150px;
    transform: translate(10px, 7px);
  }
  .transformed_div {
    margin-bottom: 15px;
  }
  .main-content h1 {
    font-size: 23px;
  }
  .main-content h1 .focus {
    font-size: 23px;
  }
  .main-content h4 {
    font-size: 18px;
  }
  .curve-box h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .main-header {
    background: 0 0;
  }
  .bi-arrow-right {
    transform: rotate(90deg);
    display: inline-block;
  }
  .curve-box {
    -webkit-clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
  .tb {
    transform: translateY(0);
  }
  .tt {
    transform: translateY(0);
  }
  .counter-box {
    margin-bottom: 25px;
  }
  .appointment-img {
    margin-top: 0;
  }
  .call-to-action {
    margin-top: 0;
  }
  .batch-box {
    margin-bottom: 60px;
  }
  .modules-content {
    margin-bottom: 10px;
  }
  .bl {
    border-left: none;
  }
  .companies-img img {
    padding: 10px;
  }
  .comapnies-text {
    padding: 0;
  }
  .modules-content h1 {
    font-size: 30px;
  }
  .comapnies-text h1 {
    font-size: 30px;
  }
  .freetools {
    padding: 20px;
    padding-bottom: 40px;
  }
  .coveredtools {
    padding: 0;
    padding-top: 40px !important;
  }
  .freetools .tools-icon {
    top: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .freetools h2 {
    font-size: 25px;
  }
  .coveredtools h2 {
    font-size: 25px;
  }
  #about_content .inner_box h2 {
    font-size: 25px;
  }
  .pad-box-content {
    padding: 20px;
  }
  .accordion-container .accordion-item .head {
    padding: 10px;
  }
  .offer-content {
    margin-bottom: 20px;
  }
  .offer-content h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .companies-img {
    padding: 0;
  }
  .covered-tools-box {
    padding: 0 !important;
  }
  .covered-tools-box img {
    max-width: 100px !important;
  }
  .heading h1 {
    font-size: 25px;
  }
  .timeline-container.left::before {
    transform: rotate(180deg);
  }
  .timeline-container.right::before {
    left: 60px !important;
  }
  .page-header h1,
  .page-header h3 {
    padding: 10px;
    font-size: 21px;
  }
  .information-box h2 {
    font-size: 25px;
  }
  .about-content h2 {
    font-size: 25px;
  }
  .heading h2 {
    font-size: 25px;
  }
  .about-content {
    padding: 0;
  }
  section {
    overflow: hidden;
  }
  .module-box {
    padding: 10px;
  }
  .information-box h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .information {
    padding: 60px 0;
  }
  .calltoaction {
    padding: 0;
  }
}
.modal-dialog {
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .modal {
    top: 20px;
    left: 3px;
    transform: translate(0, 0);
    position: fixed;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .modal {
    width: 98% !important;
  }
}
@media screen and (min-width: 576px) {
  .modal-dialog {
    margin: 0 !important;
  }
}
.modal {
  max-width: 500px;
  width: 60%;
  min-width: 320px;
  background-color: #fff;
  height: auto !important;
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  overflow: visible !important;
  padding-right: 0 !important;
}
.modal-dialog {
  margin-bottom: 0 !important;
}
.close {
  position: absolute;
  right: 8px;
  top: 5px;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  z-index: 5;
}
.close:after,
.close:before {
  content: "";
  position: absolute;
  background: #767676;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 30px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
}
.floating-btn {
  display: none;
}
.modal-form {
  padding: 40px 20px;
}
.floating-btn .phone {
  background-color: #000;
}
.floating-btn .hidden {
  display: block;
}
@media screen and (max-width: 992px) {
  .floating-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: safe center;
    align-items: center;
    z-index: 100!important;
  }
  .floating-btn a {
    width: 50%;
    padding: 15px;
    border-radius: 0 !important;
  }
  .floating-btn .phone {
    background-color: #000;
  }
  .floating-btn .hidden {
    display: block;
  }
}
.floating-btn a {
  display: none;
  background-color: #00b386;
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  transition: 0.5s ease all;
  box-shadow: 0 0 30px #820000;
}
.floating-btn .whatsapp {
  background-color: red;
}
.who-is .heading h2 span {
  color: var(--theme-color);
}
.who-is .heading h2 {
  font-weight: 900;
}
.who-is {
  padding: 60px 20px 0;
  overflow: hidden;
}
.who-is img {
  line-height: 0 !important;
  margin-bottom: -10px;
}
.features {
  background: var(--theme-color);
  color: #fff;
}
.features-box {
  text-align: center;
}
.features-box img {
  margin-bottom: 5px;
}
.benefit-box {
  border-radius: 8px;
  box-shadow: var(--theme-light-shadow);
  -webkit-box-shadow: var(--theme-light-shadow);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
  border: 3px solid var(--theme-color);
  height: 100%;
}
.benefit-content p {
  margin-bottom: 0;
  margin-top: 25px;
  text-align: center;
}
.benefit-letter h3 {
  margin-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 50px;
}
.benefit-letter {
  height: 50px;
  width: 50px;
  background: var(--theme-color);
  text-align: center;
  color: #fff;
  font-weight: 900;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.career-benefits {
  background: var(--theme-color);
}
.career-benefits .benefit-letter {
  background: #fff;
  color: var(--theme-color);
}
.career-benefits .benefit-box {
  background: 0 0;
  color: #fff;
  border: 3px solid #fff;
  height: 100%;
}
.whoisanaam{
  background: var(--theme-color);
  color: #fff;
}
.join {
  background: var(--theme-light-color);
}
.batch-box .batch-icon img {
  max-width: 60px;
}
.batch-box .batch-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.join .batch-box:hover .batch-icon {
  background: #fff;
}
.covered-tools-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.covered-tools-box img {
  max-width: 120px;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline-container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -11px;
  background-color: #fff;
  border: 4px solid #ef251f;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.timeline-container.left {
  left: 0;
}
.timeline-container.right {
  left: 50%;
}
.timeline-container.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #fff;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #fff;
}
.timeline-container.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #fff;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.timeline-container.right::after {
  left: -13px;
}
.content {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;
}
.timeline-container h5 {
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }
  .timeline-container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .timeline-container::before {
    left: 60px;
    border: medium solid #fff;
    border-width: 10px 10px 10px 0;
    border-color: transparent #fff transparent transparent;
  }
  .timeline-container.left::after,
  .timeline-container.right::after {
    left: 15px;
  }
  .timeline-container.right {
    left: 0;
  }
}
.methodology {
  background: var(--theme-light-color);
}
.methodlogy-box {
  text-align: center;
}
.methodlogy-box img {
  width: 80px;
  margin-bottom: 10px;
}
.methodlogy-box h4 {
  color: var(--theme-color);
}
.aboutus {
  padding: 60px 20px 0;
  overflow: hidden;
}
.aboutus img {
  margin-bottom: -6px;
}
.tools {
  background: var(--theme-color);
}
.covered-tools-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.covered-tools-box img {
  padding: 5px;
}
.media-box {
  border-radius: 8px;
  box-shadow: var(--theme-shadow);
  -webkit-box-shadow: var(--theme-shadow);
  overflow: hidden;
  background: #fff;
}
.media-box img {
  margin-bottom: -6px;
  line-height: 0 !important;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50000000;
  background-color: #fff !important;
  transition: 0.5s;
}
header.fixed .nav__container {
  background: 0 0;
  padding: 10px;
  border-radius: 60px;
  border: none !important;
  transition: 0.5s;
}
.menu-icons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 1px solid #c11712;
}
.menu-icons a {
  color: #fff;
  padding: 10px;
  font-size: 20px;
}
@media screen and (max-width: 400px) {
  .hidden {
    font-size: 16px !important;
  }
}
#about_content .inner_box h2 {
  font-weight: 900;
}
#about_content .inner_box h2 span {
  color: var(--theme-color);
}
#about_content .inner_box .line {
  height: 5px;
  width: 50px;
  background: var(--theme-color);
  margin-bottom: 5px;
}
.heading p {
  font-weight: 700;
  font-size: 18px;
}
.media-box {
  position: relative;
}
.media-box .theme-btn1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  transform: translateX(-50%);
}
.media-box .theme-btn1:hover {
  color: var(--theme-color);
  background: #fff;
  border: 2px solid #fff;
}
.news-slider {
  overflow: hidden;
  max-height: 144px;
  height: 144px;
}
body.active {
  overflow: hidden;
}
.underline-red {
  text-decoration: underline red;
  text-underline-offset: 10px;
}
.no-after{
  padding-inline-start:40px;
}
.no-after li:after{
  display: none;
}
.no-after li{
  list-style: disc;
}
ol.no-after li{
  list-style: lower-alpha;
}
#google-ads{
  background: var(--theme-light-color);
  color: var(--theme-color);
}
#google-ads .centers a{
  color: black;
  text-transform: capitalize;
}
#google-ads h2{
  font-weight: 900;
}
#google-ads .line{
  background: var(--theme-color);
  height: 5px;
  width: 50px;
  margin-bottom: 5px;
}
.mobile-menu-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.information-box h1,.information-box h2,.information-box h3,.information-box h4,.information-box h5,.information-box h6{
  color: var(--theme-color);
  font-weight: bold;
}
.services-offered{
  background: var(--theme-color);
}
.services-offered h2{
  color: white;
  font-weight: bold;
  line-height: 30px;
}
.services-offered p{
  color: white;
}
.services-offered .line{
  height: 4px;
  width: 60px;
  background: white;
  margin-bottom: 5px;
}
.service-box{
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: var(--theme-shadow);
  min-height: 216px;
}
.service-box img{
  width: 60px;
  margin-bottom: 10px;
}
.service-box h6 {
  font-weight: bold;
}
.service-box p{
  color: black;
  font-size:14px;
}
.services-offered .swiper-button-next,.services-offered .swiper-button-prev{
  color: var(--theme-color);
}
.service-side-box{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
}
.counters .service-box .line{
  background: var(--theme-color);
  height: 4px;
  width: 60px;
  margin-bottom: 10px;
}
.content-cards{
  background: white;
  padding: 20px;
  border-radius: 8px;
}
.bg-red{
  background: var(--theme-color);
}
.content-cards img{
  height: 350px;
}
.student-zone-about h1{
  font-size: 30px;
}
 span{
  color: var(--theme-color);
}