/* Font Face */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800&display=swap");

:root {
  --main-bg-color: #b61338;
  --dark-color: #1e1b1b;
  --light-color: #f8f8f8;
}
.main-color {
  color: var(--main-bg-color);
}
.dark-black {
  color: var(--dark-color);
}
.text-black {
  color: #000 !important;
}
.light-color {
  background-color: var(--light-color);
}
.dark-bg {
  background-color: var(--dark-color);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1190px !important;
  width: 100%;
}
.ast-container {
  max-width: 1036px !important;
  width: 100%;
  margin: 0 auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.max-container {
  max-width: 1220px !important;
}
.small-container {
  max-width: 850px !important;
}

h1 {
  font-size: 42px;
  line-height: 66px;
  font-weight: 600;
  text-transform: capitalize;
}
h2 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
}
h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  text-transform: capitalize;
}
h4 {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
}
h5 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
.sub-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--main-bg-color);
}

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.sub-par {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.theme-btn {
  min-width: 246px;
  padding: 16px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background-color: var(--main-bg-color);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 4px;

}
.theme-btn:hover {
  opacity: 0.8;
}
.theme-btn.border-btn {
  background-color: transparent;
  outline: 2px solid var(--main-bg-color);
  outline-offset: -2px;
  color: var(--dark-color);
}
.theme-btn.white-btn {
  background-color: #fff;
  color: var(--dark-color);
}

ul.icon-listing {
  list-style: none;
}
ul.icon-listing li {
  font-weight: 600;
}

.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pt-55 {
  padding-top: 55px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}

/*  Header Css - Start  */
button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.top-header-wrapper {
  background-color: #343434;
  padding: 6px 0;
  z-index: 61;
}
.top-header-wrapper ul.navbar-nav li a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  padding-right: 56px;
}
.top-header-wrapper .col-right .sample {
  top: 31px;
  right: 0;
  background-color: #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
}
.top-header-wrapper .col-right ul li {
  list-style: none;
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 24px 0;
  background-color: #fff;
}
.main-header .sample > ul > li {
  padding-right: 28px;
}
.main-header .sample > ul > li > a {
  transition: all 0.3s;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
}
.main-header .sample > ul > li > a:after {
  height: 4px;
  width: 100%;
  background: var(--main-bg-color);
  position: absolute;
  content: "";
  left: 0;
  opacity: 0;
  bottom: -30px;
}
.main-header ul li a:hover:after {
  opacity: 1;
}
.main-header .sample .dropdown-menu {
  padding: 50px 40px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  top: 68px;
  max-width: 690px;
  width: 100%;
}
.main-header .sample .dropdown-menu ul {
  list-style: none;
}
.main-header .sample .dropdown-menu ul li a {
  color: var(--dark-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  list-style: none;
  text-decoration: none;
  padding-bottom: 25px;
  display: block;
  transition: all 0.3s;
}
.main-header .sample .dropdown-menu ul li a:hover {
  color: var(--main-bg-color);
}

/*  Header Css - End  */

/*  Banner Css - Start  */

.main-banner {
  min-height: 745px;
  background-image: url(../../single-course-images/banner-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
  position: relative;
}
.main-banner h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
.main-banner h1 {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  max-width: 488px;
  z-index: 2;
}
.main-banner h1::after {
  position: absolute;
  content: "";
  width: 250px;
  height: 30px;
  background-image: url(../../single-course-images/head-after.svg);
  background-size: cover;
  bottom: -6px;
  right: 40px;
  background-position: center;
  z-index: -1;
}
.main-banner ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-bottom: 12px;
}

/*  Banner Css - End  */

/*  About EIT CSS - Start */

.our-clint-wrapper .slick-track {
  display: flex;
  align-items: center;
}

.clinet-logo {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
  left: 0;
  bottom: 75px;
}
.client-img {
  padding-left: 70px;
}
.client-right {
  padding-left: 55px;
  padding-right: 60px;
}
.client-right .accordion-item {
  background-color: transparent;
}
.client-right .accordion-button::after {
  background-image: url('../../single-course-images/faq-down-arrow.svg');
}
.client-right .accordion-button:not(.collapsed)::after {
  background-image: url('../../single-course-images/faq-up-arrow.svg');
  transform: rotate(0deg);
}
.client-right .accordion-button:not(.collapsed)::before {
  background-color: var(--main-bg-color);
  width: 135px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
}
.client-right .accordion button {
  padding: 25px 0 12px 0;
  background-color: transparent;
  border-bottom: 1px solid #e4e4ea;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: var(--dark-color);
  box-shadow: none !important;
}
.client-right .accordion-body {
  line-height: 21px;
}
/*  About EIT CSS - End */

/* Courses Categories CSS - Start */
.courses-categories-wrapper .img-box img {
  border-radius: 10px 10px 0 0;
}
.courses-categories-wrapper .content-box {
  padding: 23px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 10px 10px;
  border-top: unset;
}
.view-course-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}
.view-course-btn:hover {
  color: var(--main-bg-color);
}
/* Courses Categories CSS - End */

/* Find a Specific Course CSS - Start */
.specific-course-wrapper .col-left {
  padding: 90px 15px;
}
.specific-course-wrapper .col-left .specific-form {
  max-width: 610px;
}
.specific-course-wrapper .specific-form input {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  min-height: 54px;
}
.specific-course-wrapper .specific-form button {
  background-color: var(--main-bg-color);
  border-radius: 0 8px 8px 0;
  min-height: 54px;
  padding: 5px 16px;
  border: 1px solid var(--main-bg-color);
}
.specific-course-wrapper .specific-form button i {
  font-size: 22px;
}
.specific-course-wrapper .col-right {
  background-image: url('../../single-course-images/specific-form-img.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Find a Specific Course CSS - End */

/* Table CSS - Start */
.main-table th:first-child {
  text-align: left;
}
.main-table th {
  vertical-align: middle;
  text-align: center;
}
.main-table td {
  text-align: center;
}
.main-table thead th:first-child {
  border-radius: 6px 0 0 6px;
}
.main-table thead th:last-child {
  border-radius: 0 6px 0px 0;
  background-color: var(--main-bg-color);
}
.main-table thead th {
  background-color: var(--dark-color);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 8px 30px;
}
.main-table tbody th {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e4e4ea;
  padding-left: 30px;
}
.main-table tbody td {
  padding: 12px;
  border-bottom: 1px solid #e4e4ea;
}
.main-table tbody td:last-child {
  background-color: var(--main-bg-color);
  border-bottom: 1px solid transparent;
}
.main-table tbody tr:last-child td:last-child {
  border-radius: 0 0 6px 6px;
}
/* Table CSS - End */

/* Clint Review CSS - Start */
.review-boxes {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: 10px;
}
.review-boxes .inner-box {
  grid-column: auto/span 4;
  padding: 19px 22px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.star-rating i {
  font-size: 24px;
  color: var(--main-bg-color);
  margin-right: 7px;
  margin-bottom: 18px;
}
.review-boxes .inner-box p {
  font-size: 14px;
  line-height: 19px;
}
.country-designation b {
  font-weight: 600;
}
.country-designation {
  line-height: 22px;
  font-size: 14px;
}
/* Clint Review CSS - End */

/* Sample On Demand CSS - Start */
.sample-demand-wrapper ul li {
  font-weight: 600;
}
.sample-demand-wrapper .inner-col {
  padding-top: 85px;
  padding-bottom: 85px;
  max-width: 507px;
}
.sample-demand-wrapper .col-left {
  padding-right: 76px;
}
.sample-demand-wrapper .col-right {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #303030;
  padding-left: 67px;
}
.sample-demand-wrapper form .form-check-box h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.sample-demand-wrapper .col-right .inner-right-col {
  max-width: 333px;
}
.play-btn {
  position: absolute;
  z-index: 666;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 0;
  z-index: 3;
}
/* Sample On Demand CSS - End */

/* Case Study CSS - Start */
.case-study-wrapper {
  padding: 60px 0 90px 0;
}
.case-study-wrapper ul li button {
  min-width: 223px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 20px;
  color: var(--dark-color) !important;
  border: 2px solid #e4e4ea !important;
  border-radius: 6px;
  background-color: #fff !important;
}
.case-study-wrapper ul li button.active {
  border-color: var(--main-bg-color) !important;
  color: var(--main-bg-color) !important;
}
.case-study-wrapper img {
  border-radius: 10px;
}
.case-study-wrapper .inner-boxes {
  padding: 45px 50px 35px 50px;
  border-radius: 0 0 10px 10px;
  background-color: #303030;
  margin-top: -15px;
}
.case-study-wrapper .inner-boxes p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
}
.case-study-wrapper .inner-boxes .name-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.case-study-wrapper .col-right {
  padding-left: 50px;
}
.case-study-wrapper .col-right h6 {
  color: var(--dark-color);
}
/* Case Study CSS - End */

/* FAQ CSS - Start */
.faq-wrapper .container {
  max-width: 834px !important;
}
.faq-wrapper .accordion-body {
  padding-top: 21px;
  padding-bottom: 21px;
}
.faq-wrapper .accordion-button:not(.collapsed)::before {
  display: none;
}
/* FAQ CSS - End */

/* Subscribe Form CSS - Start */
.subscribe-wrapper {
  background-color: #303030;
}
.subscribe-wrapper form {
  max-width: 466px;
}
.main-form .form-group label {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 9px;
  margin-top: 15px;
}
.main-form .form-group label + input {
  min-height: 50px;
  border: 1px solid #e4e4ea;
  border-radius: 6px;
}
.main-form .form-group textarea {
  border: 1px solid #e4e4ea;
  border-radius: 6px;
  min-height: 109px;
}
.main-form .form-check-box .form-group {
  margin-bottom: 11px;
}
.main-form .form-check-box .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.main-form .form-check-box .form-group label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  margin: 0 0;
}

.main-form .form-check-box .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 18px;
  border-radius: 3px;
}

.main-form .form-check-box .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.main-form .theme-btn:hover {
  background-color: var(--main-bg-color);
}
/* Subscribe Form CSS - End */

/* --------------- About Us Page Start  ------------------ */
.inner-banner {
  min-height: 224px;
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/about-us-banner-bg.jpg);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

/* Institute Director CSS - Start */
.client-light-box {
  padding: 40px 55px;
  border-radius: 10px;
}
.client-light-box .img-box {
  max-width: 127px;
  margin-right: 35px;
}
.client-light-box .img-box img {
  border-radius: 200px;
}
.client-light-box h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  padding-bottom: 24px;
}
.client-light-box .name-designation h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
.client-light-box .name-designation p {
  font-size: 14px;
}
.big-p p {
  font-size: 18px;
  line-height: 23px;
}
/* Institute Director CSS - End */

/* Director Education CSS - Start */
.director-education-wrapper p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.director-education-wrapper .client-light-box {
  background-color: #303030;
}

/* Director Education CSS - End */

/* Our Mission Commitment CSS - Start */
.mission-commitment-wrapper .container {
  max-width: 1069px !important;
}
.mission-commitment-wrapper .text-img .col-left {
  padding-right: 55px;
}
.mission-commitment-wrapper .img-text .col-right {
  padding-left: 55px;
}
/* Our Mission Commitment CSS - End */

/* Core Value CSS Start */
.core-value-boxes {
  column-gap: 20px;
  row-gap: 30px;
}
.core-value-boxes .inner-core-box {
  grid-column: auto/span 4;
  padding: 35px 25px 25px 30px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  min-height: 212px;
}
.core-value-boxes h5 {
  font-size: 20px;
  line-height: 24px;
}
.core-value-boxes p {
  font-size: 14px;
  line-height: 19px;
}
/* Core Value CSS End */

/* World Reknow CSS- Start */
.world-renown-wrapper .inner-box img {
  border-radius: 10px 10px 0 0;
}
.world-renown-wrapper .inner-box .content-box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 22px;
  border-top: none;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 10px 10px;
}
.world-renown-wrapper .inner-box .content-box h4 {
  font-size: 25px;
  line-height: 31px;
  margin-bottom: 15px;
}
/* World Reknow CSS - End */

/* --------------- About Us Page End  ------------------ */

/* --------------- Our Learning Methods Page Start  ------------------ */
.inner-banner.learning {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/learning-methods-banner-bg.jpg);
}

/* Contect Img CSS - Start */
.content-img-wrapper .col-left {
  padding-right: 100px;
}
.content-img-wrapper .inner-col {
  max-width: 580px;
}
.content-img-wrapper .inner-col h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.content-img-wrapper .col-right {
  background-color: #000;
}
/* Contect Img CSS - End */

/* Flexible Type CSS - Start */
.flexible-type-wrapper .flexible-box {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 28px 44px;
  margin-bottom: 24px;
}
.flexible-type-wrapper .flexible-box h5 {
  font-size: 20px;
  line-height: 24px;
}
.flexible-type-wrapper .flexible-box ul li {
  font-weight: 600;
}
/* Flexible Type CSS - End */

/* --------------- Our Learning Methods Page End  ------------------ */

/* --------------- Our Instructors Page Start  ------------------ */
.inner-banner.instructor {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/our-instructors-banner-bg.jpg);
}

/* Counter CSS - Start */
.counter-wrapper h3 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 600;
}
/* Counter CSS - End */

/* --------------- Our Instructors Page End  ------------------ */

/* --------------- Our Training Partners Page Start  ------------------ */
.inner-banner.training-partner {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/our-taining-partners-banner-img.jpg);
}
.national-logo-wrapper .container {
  max-width: 1120px !important;
}
.national-logo-wrapper .col-right {
  padding-left: 33px;
}
.national-logo-wrapper .col-right p {
  padding-right: 50px;
}
/* --------------- Our Training Partners Page End  ------------------ */

/* --------------- Client Success Page Start  ------------------ */
.inner-banner.client {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/client-say-banner-bg.jpg);
}
.video-overlay .blue-wrapper::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.44);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.video-overlay .blue-wrapper .video-cover {
  height: 414px;
  object-fit: cover;
}
/* --------------- Client Success Page End  ------------------ */

/* --------------- Contact Us Page Start  ------------------ */
.inner-banner.contact {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/contact-us-banner-bg.jpg);
}
.contact-address-wrapper .container {
  max-width: 886px !important;
}
.contact-address-wrapper .inner-row p {
  font-size: 26px;
  line-height: 31px;
}
.contact-address-wrapper .inner-row a {
  text-decoration: none;
}
.contact-address-wrapper .inner-row a:hover {
  color: var(--main-bg-color);
}
/* --------------- Contact Us Page End  ------------------ */

/* --------------- Course Catalogue Page Start  ------------------ */
.inner-banner.course {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/course-catalogue-banner-bg.jpg);
}
/* --------------- Course Catalogue Page End  ------------------ */

/* --------------- Course Search Page Start  ------------------ */
.courses-search-wrapper form .input-group {
  max-width: 330px;
  width: 100%;
}
.courses-search-wrapper form input {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  min-height: 49px;
  padding: 12px 26px;
  border: 1px solid #e8e8e8;
  border-radius: 8px 0 0 8px;
  border-right: 0;
  color: #757575;
}
.courses-search-wrapper form button,
.courses-search-wrapper form button:hover {
  background-color: var(--main-bg-color);
  min-height: 50px;
  padding: 12px 15px;
  border-radius: 0 8px 8px 0;
}
.courses-search-wrapper hr {
  margin: 0;
  background-color: #e8e8e8;
  opacity: 1;
}
.courses-search-wrapper .nav-menu-wrapper .sample {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
}
.courses-search-wrapper .nav-menu-wrapper .sample a.nav-link {
  font-size: 16px;
  line-height: 20px;
  color: #757575;
  padding: 14px 20px;
  min-width: 210px;
}
.new-tooltip-wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 10px;
}

.new-tooltip .tooltiptext {
  visibility: hidden;
  min-width: 875px;
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 50px 60px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  position: absolute;
  z-index: 1;
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.3);
}

.new-tooltip:hover .tooltiptext {
  visibility: visible;
}
.courses-search-wrapper .nav-menu-wrapper .dropdown-content {
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.3);
}
.courses-search-wrapper .nav-menu-wrapper .dropdown-content li {
  list-style: none;
}
.courses-search-wrapper .nav-menu-wrapper .dropdown-content li a {
  padding: 10px 20px;
  list-style: none;
  display: block;
  text-decoration: none;
  color: var(--dark-color);
  transition: all 0.3s;
}
.courses-search-wrapper .nav-menu-wrapper .dropdown-content li a:hover {
  background-color: #eee;
}
.courses-search-wrapper .nav-menu-wrapper .sample i {
  font-size: 20px;
}
.courses-search-wrapper .nav li button {
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px;
  padding: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  transition: all 0.3s;
}
.courses-search-wrapper .nav li button.active,
.courses-search-wrapper .nav li button:hover {
  border-color: var(--dark-color) !important;
}
.courses-search-wrapper .nav li button img {
  opacity: 0.2;
  transition: all 0.3s;
}
.courses-search-wrapper .nav li button.active img,
.courses-search-wrapper .nav li button:hover img {
  opacity: 1;
}
.courses-search-wrapper .list-content .inner-main {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: 26px;
}
.courses-search-wrapper .list-content .inner-main .inner-box {
  grid-column: auto/span 4;
  outline: 1px solid #e8e8e8;
  outline-offset: -1px;
  border-radius: 10px;
}
.courses-search-wrapper .grid-content .inner-box {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 0 25px 0 0;
  margin-bottom: 24px;
}
.courses-search-wrapper .grid-content .inner-box .img-box {
  max-width: 188px;
}
.courses-search-wrapper .grid-content .inner-box .img-box img {
  border-radius: 10px;
  height: 156px;
  object-fit: cover;
}
.courses-search-wrapper .grid-content .content {
  padding-left: 50px;
}
.courses-search-wrapper .grid-content .btn-box a {
  border-radius: 4px !important;
  max-width: 245px;
}
.courses-search-wrapper .inner-main .img-box .main-img {
  border-radius: 10px 10px 0 0;
}
.courses-search-wrapper .inner-main .img-box .inner-star {
  right: 25px;
  top: 10px;
}
.courses-search-wrapper .list-content .inner-main .content-box .content {
  padding: 15px 20px 57px 20px;
  border-top: unset;
  border-bottom: unset;
  overflow: hidden;
}
.courses-search-wrapper .inner-main .content-box .theme-btn {
  border-radius: 0 0 8px 8px;
  bottom: 0px;
}
.courses-search-wrapper .inner-main h6 {
  font-size: 14px;
  line-height: 24px;
}
.courses-search-wrapper .inner-main h4 {
  font-size: 26px;
  line-height: 31px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.courses-search-wrapper .inner-main ul {
  list-style: none;
}
.courses-search-wrapper .inner-main ul li {
  font-size: 14px;
  line-height: 24px;
}
.course-pagination {
  list-style: none;
}
.course-pagination li a {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #a5a4a4;
  text-decoration: none;
  padding: 0 15px;
}
.course-pagination li a.active {
  color: #c54260;
}
.select-category .inner-select a {
  border: 1px solid #1e1b1b;
  border-radius: 8px;
  min-width: 190px;
  padding: 12px 10px;
  text-decoration: none;
  color: var(--dark-color) !important;
  margin-right: 25px;
}
.select-category .inner-select a img {
  margin-right: 16px;
}
/* --------------- Course Search Page End  ------------------ */

/* --------------- Onsite Page Start  ------------------ */
.for-global-onsite {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url('../../single-course-images/onsite-banner-bg.jpg');
  padding-top: 160px;
  padding-bottom: 160px;
  max-height:564px !important;
}
.for-global-onsite h1 {
  line-height: 51px;
  text-transform:math-auto !important;
}
.delivery-box {
  background-color: #303030;
  border-radius: 10px;
  padding: 55px 55px;
}

.course-padd-right .col-left p {
  padding-right: 105px;
}
.delivery-box .main-title {
  font-weight: 600;
}
.delivery-box .ic-box {
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 15px;
}
.delivery-box .ic-box h4 {
  font-weight: 500;
}
.delivery-mode-wrapper .flexible-box {
  padding: 35px 31px;
}
.delivery-mode-wrapper .flexible-box p {
  font-size: 14px;
  line-height: 17px;
}

.who-should-wrapper .review-boxes {
  column-gap: 15px;
}
.who-should-wrapper .review-boxes .inner-core-box h5 {
  font-size: 18px;
  line-height: 25px;
  text-transform: capitalize;
}
.who-should-wrapper .review-boxes .inner-core-box {
  flex: 1 1 0px;
  padding: 20px 17px;
  min-height: unset;
}
.table-container {
  max-width: 1000px !important;
}
.course-faq .client-right {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.course-faq .accordion .accordion-item {
  margin-bottom: 10px;
}
.course-faq .accordion button {
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  padding: 20px 45px;
  color: #fff;
  background-color: #303030;
  border-radius: 10px !important;
}
.course-faq .accordion button:before {
  display: none;
}
.course-faq .accordion .accordion-body {
  background-color: #fff;
  padding: 30px 30px 22px 30px;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 10px 10px;
  margin-top: -7px;
}
.course-faq .accordion .accordion-body .inner-content {
  padding-left: 20px;
  padding-right: 20px;
}
.course-faq .accordion .accordion-body h5 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}
.course-faq .accordion .accordion-body hr {
  background-color: #e4e4ea;
  opacity: 1 !important;
}
.course-faq .accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

.hands-on-learning-wrapper .inner-box .content-box {
  padding: 40px 40px;
}

/* --------------- Onsite Page End  ------------------ */

/* --------------- Ondemand Page Start  ------------------ */
.ondemand .col-right {
  padding-left: 30px;
}
.ondemand .delivery-box h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.ondemand .delivery-box input {
  background: #ffffff;
  border: 1px solid #e4e4ea;
  border-radius: 6px;
  min-height: 50px;
}
.ondemand .delivery-box p {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
/* --------------- Ondemand Page End  ------------------ */

/* --------------- Public Page Start  ------------------ */

/* --------------- Public Page End  ------------------ */

/* --------------- Blog Category Page Start  ------------------ */
.other-courses-news-wrapper.tab-wrapper .nav-tabs li {
  padding-right: 25px;
}
.other-courses-news-wrapper.tab-wrapper .nav-tabs li:last-child {
  padding-right: 0;
}
.other-courses-news-wrapper.tab-wrapper .nav-tabs li button {
  position: relative;
  color: #615f5f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.other-courses-news-wrapper.tab-wrapper .nav-tabs li button.active {
  color: var(--dark-color);
}
.other-courses-news-wrapper.tab-wrapper .nav-tabs li button.active:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background-color: var(--main-bg-color);
}
/* --------------- Blog Category Page End  ------------------ */

/* --------------- Blog Category Page End  ------------------ */
.inner-banner.blog-category {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/blog-inside-banner-bg.jpg);
}
/* --------------- Blog Category Page End  ------------------ */

/* --------------- Blog Sigle Page End  ------------------ */
.inner-banner.blog-single {
  background: linear-gradient(
      0deg,
      rgba(26, 26, 26, 0.6),
      rgba(26, 26, 26, 0.6)
    ),
    url(../images/blog-single-banner-bg.jpg);
  min-height: 432px;
}
.inner-banner.blog-single h1 {
  line-height: 51px;
}
.note-border {
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 35px;
}
.blog-single-text .img-box img {
  border-radius: 10px;
}

/* Other Courses CSS - Start */
.other-courses-news-wrapper .news-box {
  background-color: #f3eed9;
  padding: 7px 10px;
  right: 10px;
  font-size: 14px;
  line-height: 24px;
  top: 10px;
  border-radius: 10px;
}
.other-courses-news-wrapper .content-box {
  background-color: #fff;
}
/* Other Courses CSS - End */

/* --------------- Blog Sigle Page End  ------------------ */

/* --------------- Error 404 Page Start  ------------------ */
.error-banner {
  min-height: 520px;
}
.error-banner h1 {
  line-height: 50px;
}
.error-banner .theme-btn.white-btn {
  background-color: transparent;
}
/* --------------- Error 404 Page End  ------------------ */

/*   Footer Css - Start   */
footer .footer-inner h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
footer .footer-inner a {
  text-decoration: none;
}
footer .footer-inner i {
  font-size: 40px;
}

footer .copyright-bar {
  padding: 38px 0;
  border-top: 1px solid #e4e4ea;
}
footer .copyright-bar ul li a {
  text-decoration: none;
  transition: all 0.3s;
}
footer .copyright-bar ul li a:hover,
footer .footer-inner a:hover {
  color: var(--main-bg-color);
}
footer .copyright-bar ul span {
  padding: 0px 15px;
}

footer .bottom-bar {
  background-color: #2b2a28;
  padding: 15px 15px;
}
/*   Footer Css - End   */

/* Media Query CSS Start Here */

@media all and (max-width: 1300px) {
  /* Home Page CSS Start */
  .pb-70 {
    padding-bottom: 50px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  h2,
  h3 {
    font-size: 28px;
    line-height: 35px;
  }
  .main-theme-btn {
    padding-top: 30px;
  }
  .main-theme-btn {
    margin-top: 0 !important;
  }

  .top-header-wrapper ul.navbar-nav li a {
    padding-right: 30px;
  }
  .main-header .sample > ul > li {
    padding-right: 15px;
  }
  .main-header .sample > ul > li > a {
    font-size: 16px;
  }
  .main-banner h1 {
    font-size: 52px;
  }
  .main-banner h1::after {
    width: 230px;
    height: 25px;
    bottom: -2px;
    right: 101px;
  }

  .client-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .courses-categories-wrapper .inner-box {
    padding-bottom: 25px;
  }
  .courses-categories-wrapper .content-box {
    min-height: 183px;
  }

  .sample-demand-wrapper .col-left {
    padding-right: 30px;
  }

  .case-study-wrapper .col-right {
    padding-left: 15px;
  }
  .case-study-wrapper .inner-boxes {
    padding: 45px 30px 35px 30px;
  }
}

@media all and (max-width: 1024px) {
  h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .top-header-wrapper ul.navbar-nav li a {
    padding-right: 18px;
    font-size: 13px;
  }
  .main-header {
    padding: 14px 0;
  }
  .main-header .sample > ul > li {
    padding-right: 5px !important;
  }
  .main-header .sample > ul > li > a:after {
    bottom: -20px;
  }
  .main-header .sample .dropdown-menu {
    top: 58px;
    padding: 40px 30px;
  }
  .main-header .sample .dropdown-menu ul li a {
    font-size: 18px;
  }
  .theme-btn {
    font-size: 15px;
    padding: 14px 10px;
    min-width: 210px;
  }
}

@media all and (max-width: 991px) {
  .top-header-wrapper .col-left .navbar-collapse {
    position: absolute;
    top: 32px;
    background-color: #343434;
    max-width: 220px;
    width: 100%;
  }
  .top-header-wrapper .col-left .navbar-collapse ul li a {
    padding: 8px 10px 8px 10px;
    display: block;
    font-size: 15px;
  }
}
@media only screen and (max-width:998px){
  .course-padd-right .col-left p{
    padding-right:0px !important;   
}
  .course-padd-right .col-left{
    padding-bottom:30px !important;
  }
}
@media only screen and (max-width:600px){
  .hands-on-learning-wrapper div:nth-child(3){
    flex-direction:column !important;
}
  .hands-on-learning-wrapper .inner-box .content-box{
    padding:20px 20px !important;
  }
  .mission-commitment-wrapper .text-img .col-left{
    padding-right:0px !important;
  }
}
/* Media Query CSS End Here */

