/*
Theme Name: Veritas Institute
Author: Webskitters
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.0
Version: 1.0.3
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--white-color-one);
  font-size: 19px;
  line-height: 1.5;
  background-color: var(--priamry-color);
}

:root {
  scroll-behavior: inherit;
  --body-font: "Inter", sans-serif;
  --priamry-color: #00153e;
  --secondary-color: #c9a86a;
  --black-color: #000000;
  --black-color-one: #373737;
  --black-color-two: #121212;
  --white-color: #ffffff;
  --white-color-one: #d9d9d9;
  --white-color-two: #f5f5f2;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 18px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000;
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 500;
  font-size: 70px;
  line-height: 1.1;
  color: var(--white-color-two);
}

h2,
.h2-title {
  font-weight: 500;
  font-size: 50px;
  line-height: 1.25;
  color: var(--white-color-two);
}

h3,
.h3-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: var(--white-color-two);
}

h4,
.h4-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white-color-two);
}

h5,
.h5-title {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white-color-two);
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--secondary-color);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--white-color);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: rgba(255, 255, 255, 0.07);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  color: var(--white-color-two);
  font-size: 19px;
  border: none;
  height: 60px;
  padding: 0 16px;
  outline: none !important;
}

textarea {
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: none;
  padding: 12px 16px;
  width: 100%;
  color: var(--white-color-two);
  font-size: 19px;
  height: 192px;
  outline: none !important;
  resize: none;
}

select {
  border: 1px solid rgba(255, 255, 255, 0.07);
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center
    rgba(255, 255, 255, 0.07);
  background-size: 18px;
  padding-right: 40px;
  border-radius: 10px;
  font-size: 19px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: var(--white-color-two);
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--white-color);
  color: var(--black-color-two);
  height: 50px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 60px;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 19px;
  font-weight: 400;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

::-webkit-input-placeholder {
  opacity: 1;
  color: var(--white-color-one);
}

:-ms-input-placeholder {
  opacity: 1;
  color: var(--white-color-one);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--white-color-one);
}

:-moz-placeholder {
  opacity: 1;
  color: var(--white-color-one);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"] + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 185px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  padding: 27.5px 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav > li > a {
  color: var(--black-color-one);
  font-size: 30px;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  width: 100%;
  display: inline-block;
}

.navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3b61dc;
  /* opacity: 0; */
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: var(--black-color-two);
}

/* .navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
} */

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
  margin-top: 20px;
}

.sub-menu > li > a {
  color: var(--black-color-one);
  display: block;
  width: 100%;
  padding: 13px 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  color: var(--secondary-color);
}

.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  border-radius: 0;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* ==========================================================================
   Header and Navigation Override (Banner Scoped)
   ========================================================================== */
.main-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* navbar*/
.navbar-toggler {
  position: relative;
  width: 65px;
  margin-left: auto;
  height: 65px;
  padding: 0;
  background-color: var(--secondary-color);
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stick,
.stick:after,
.stick:before {
  width: 35px;
  height: 4px;
  background: var(--white-color);
  position: absolute;
  left: 15px;
  top: auto;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 10px;
}

.stick:before {
  content: "";
  top: -9px;
  left: auto;
  right: 0;
  width: 26px;
}

.stick:after {
  content: "";
  top: 9px;
  left: auto;
  right: 0;
  width: 22px;
}

.navbar-collapse .navbar-toggler.open {
  background-color: transparent;
}

.stick.open {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  background: transparent;
}

.stick.open:before {
  -webkit-transform: rotate(45deg) translate(41px, -28px);
  -ms-transform: rotate(45deg) translate(41px, -28px);
  transform: rotate(45deg) translate(41px, -28px);
  left: 2px;
  height: 2px;
  width: 31px;
  background-color: var(--black-color);
}

.stick.open:after {
  -webkit-transform: rotate(-45deg) translate(41px, 29px);
  -ms-transform: rotate(-45deg) translate(41px, 29px);
  transform: rotate(-45deg) translate(41px, 29px);
  left: 2px;
  height: 2px;
  width: 31px;
  background-color: var(--black-color);
}

.navbar-nav .clickD {
  top: 8px;
  right: 10px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-nav .clickD.toggled {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-menu > li.menu-item-has-children .clickD {
  top: 8px;
  right: 10px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.sub-menu,
.navbar-nav > li > .sub-menu .sub-menu {
  position: relative;
  width: 100%;
  left: inherit;
  top: inherit;
  border: none;
  right: inherit;
}

.navbar-nav > li.menu-item-has-children {
  padding-right: 0;
}

.navbar-nav li.menu-item-has-children > a {
  padding-right: 30px;
}

.sub-menu > li > a {
  padding-left: 0;
}

.sub-menu .sub-menu > li > a {
  padding-left: 60px;
}

.sub-menu .sub-menu .sub-menu > li > a {
  padding-left: 80px;
}

/* push nav */
.menutxt {
  color: #373737;
  font-size: 40px;
  text-transform: uppercase;
}

.navbar-collapse {
  background: #fff;
  position: fixed;
  top: 0;
  height: 100% !important;
  max-width: 700px;
  width: 100%;
  overflow-y: auto;
  -webkit-transition: inherit !important;
  transition: inherit !important;
  right: 0;
  margin: 0;
  padding: 43px;
  display: block !important;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.2s ease-in-out !important;
  -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
  transition: -webkit-transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  transition:
    transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out !important;
  z-index: 100;
}

.navbar-collapse.show,
.navbar-collapse.collapsing {
  display: block !important;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.2s ease-in-out !important;
  -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
  transition: -webkit-transform 0.2s ease-in-out !important;
  transition: transform 0.2s ease-in-out !important;
  transition:
    transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out !important;
}

.navbar-collapse .navbar-nav {
  margin: 20px 0 0;
  padding: 0 0 40px 0;
}

.navbar-collapse .navbar-toggler {
  right: 20px;
  top: 24px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#navoverlay.open {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: all;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

body.open-nav,
html.open-nav {
  height: 100%;
  overflow: hidden;
}

/* navbar*/
.navbar-nav .clickD {
  position: absolute;
  right: 0;
  top: 34px;
  width: 22px;
  height: 22px;
  background: url(images/dropsownicon.svg) center center no-repeat;
  display: block;
  background-size: 20px;
  cursor: pointer;
}

.navbar-nav .clickD.toggled {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sub-menu > li.menu-item-has-children .clickD {
  top: 8px;
  right: 5px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.sub-menu > li.menu-item-has-children .clickD.toggled {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav > li.menu-item-has-children {
  padding-right: 23px;
}

.sub-menu > li.menu-item-has-children > a {
  padding-right: 20px;
}

.sub-menu.show {
  display: block;
}

/* navbar end*/
/* push nav end */
/* ==========================================================================
   Global Button System
   ========================================================================== */
.cmn-btn {
  display: inline-block;
  padding: 19px 33px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  color: var(--white-color);
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(245, 245, 242, 0.5);
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  text-decoration: none;
  min-width: 194px;
}

.cmn-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--priamry-color);
  -webkit-box-shadow: 0 4px 20px rgba(201, 168, 106, 0.4);
  box-shadow: 0 4px 20px rgba(201, 168, 106, 0.4);
}

.cmn-gap {
  padding: 100px 0;
}

/* ==========================================================================
   Banner Section
   ========================================================================== */
.banner-sec {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* min-height: 1002px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  /* padding-top: 100px;
    padding-bottom: 80px; */
  z-index: 1;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}

.banner-sec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    106.77deg,
    rgba(0, 21, 62, 0.7) 0.32%,
    rgba(0, 21, 62, 0) 29.72%
  );
  background-blend-mode: normal, lighten, normal;
  z-index: -1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1.08%, rgba(0, 21, 62, 0.7)),
    color-stop(8.76%, rgba(0, 21, 62, 0.454494)),
    color-stop(76.87%, rgba(0, 21, 62, 0)),
    to(rgba(0, 21, 62, 0.8))
  );

  background: linear-gradient(
    180deg,
    rgba(0, 21, 62, 0.7) 1.08%,
    rgba(0, 21, 62, 0.454494) 8.76%,
    rgba(0, 21, 62, 0) 76.87%,
    rgba(0, 21, 62, 0.8) 100%
  );

  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(1.08%, rgba(0, 21, 62, 0.7)), color-stop(8.76%, rgba(0, 21, 62, 0.454494)), color-stop(40.66%, rgba(0, 21, 62, 0)), color-stop(82.51%, rgba(0, 21, 62, 0.844229)), to(#00153E));
    background: -o-linear-gradient(top, rgba(0, 21, 62, 0.7) 1.08%, rgba(0, 21, 62, 0.454494) 8.76%, rgba(0, 21, 62, 0) 40.66%, rgba(0, 21, 62, 0.844229) 82.51%, #00153E 100%);
    background: linear-gradient(180deg, rgba(0, 21, 62, 0.7) 1.08%, rgba(0, 21, 62, 0.454494) 8.76%, rgba(0, 21, 62, 0) 40.66%, rgba(0, 21, 62, 0.844229) 82.51%, #00153E 100%); */
  z-index: -1;
}

.banner-content {
  max-width: 692px;
  position: relative;
  z-index: 2;
  padding-left: 0;
}

.banner-subtitle {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.2;
  color: var(--white-color-two);
  margin-bottom: 12px;
  font-family: var(--body-font);
}

.banner-title {
  margin-bottom: 18px;
}

.banner-desc {
  max-width: 625px;
  margin-bottom: 16px;
}

.banroutbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 62px;
}

.banner-tagline {
  font-size: 22px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 30px;
}

/* Video Play/Pause Control Button */
.video-control-btn {
  position: relative;
  /* bottom: 50px;
    right: 50px; */
  width: 61px;
  height: 61px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.video-control-btn span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.video-control-btn span img {
  display: block;
  max-width: 16px;
  max-height: 16px;
  width: auto;
  height: auto;
}

.video-control-btn:hover span {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--priamry-color);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* ==========================================================================
   Organizations Slider Section
   ========================================================================== */
.organizations-sec {
  position: relative;
}

.cmn-structure {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 40px auto;
}

.organizations-slider {
  width: 100%;
}

.org-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  padding: 0 10px;
}

.org-card img {
  max-width: 100%;
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.org-card:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Ensure splide list layout works correctly */
.organizations-slider .splide__track {
  overflow: hidden;
}

.organizations-slider .splide__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.orglogo-wrpr {
  position: relative;
  z-index: 1;
}

.organizations-sec .cmn-structure {
  position: relative;
  z-index: 2;
}

.orglogo-wrpr:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 291px;
  height: 227px;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 21, 62, 0)),
    to(#00153e)
  );
  background: linear-gradient(270deg, rgba(0, 21, 62, 0) 0%, #00153e 100%);
  z-index: 1;
}

.orglogo-wrpr:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 291px;
  height: 227px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 21, 62, 0)),
    to(#00153e)
  );
  background: linear-gradient(90deg, rgba(0, 21, 62, 0) 0%, #00153e 100%);
  z-index: 1;
}

/* ==========================================================================
   Course Catalog Section
   ========================================================================== */
.course-catalog-sec {
  position: relative;
}

.catalog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 100%;
}

.catalog-header h2 {
  margin-bottom: 0;
}

.catalog-filter {
  position: relative;
  display: inline-block;
}

.filter-select {
  background: rgba(255, 255, 255, 0.08) url("images/slectdropdnwicon.svg")
    no-repeat right 24px center/16px auto;
  border: 1px solid rgba(190, 190, 190, 0.5);
  border-radius: 80px;
  color: var(--white-color-two);
  padding: 12px 40px 12px 28px;
  font-size: 19px;
  font-family: var(--body-font);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  min-width: 565px;
}

.filter-select:hover,
.filter-select:focus {
  border-color: var(--secondary-color);
  background-color: rgba(255, 255, 255, 0.04);
}

.filter-select option {
  background-color: var(--priamry-color);
  color: var(--white-color-one);
  padding: 12px;
}

.veritas-home-course-grid.is-loading {
  opacity: 0.45;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.course-grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.course-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.course-img-wrapper {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
  padding-top: 63.3%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.course-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.course-card:hover .course-img-wrapper img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.course-link {
  color: var(--white-color-one);
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  margin-top: auto;
}

.course-card h3 {
  margin-bottom: 15px;
  color: var(--white-color-one);
}

.course-link:hover {
  color: var(--white-color-one);
  text-decoration: underline !important;
}

/* ==========================================================================
   Why Board Certification Matters Section
   ========================================================================== */
.certification-matters-sec {
  position: relative;
}

.industry-grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 24px;
}

.industry-card {
  background-color: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(212px);
  border-radius: 20px;
  padding: 30px 18px;
  height: 100%;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.industry-card:hover {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.industry-icon-wrapper {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

/* -------amit 22.05 -------- */
.global_map img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Interactive Global Office Map */
/* Sits outside .container so it spans the section edge to edge. Do not switch
   this back to a 100vw breakout: 100vw counts the vertical scrollbar, so the
   map ends up ~15px wider than the page and adds a horizontal page scroll. */
.global_sec .global_map {
  position: relative;
  width: 100%;
  padding: 0 24px;
}

.global-office-map {
  position: relative;
  width: 100%;
}

.global-office-map__canvas {
  position: relative;
  width: 100%;
  isolation: isolate;
}

.global-office-map .global-office-map__image,
.global-office-map__svg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.global-office-map__svg #World,
.global-office-map__svg #Ocean {
  fill: transparent !important;
}

.global-office-map__svg g > path,
.global-office-map__svg g > polygon {
  fill: #59616a;
  stroke: rgba(255, 255, 255, .65);
  transition: fill .2s ease, filter .2s ease;
}

.global-office-map__svg .global-office-map__office-country > path,
.global-office-map__svg .global-office-map__office-country > polygon {
  fill: #737d88;
  cursor: pointer;
}

.global-office-map__svg .global-office-map__office-country.is-active > path,
.global-office-map__svg .global-office-map__office-country.is-active > polygon {
  fill: var(--secondary-color, #c8a94e) !important;
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, .8));
}

.global-office-map__marker {
  position: absolute;
  z-index: 2;
  left: var(--map-x);
  top: var(--map-y);
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  transform: translate(-50%, -100%);
  cursor: pointer;
}

.global-office-map__pin,
.global-office-map__flag {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 29px;
  filter: grayscale(1);
  transition: transform .2s ease, filter .2s ease, opacity .2s ease;
}

.global-office-map__flag {
  position: absolute;
  opacity: 0;
  filter: grayscale(1);
}

.global-office-map__pin {
  color: #fff;
  font-size: 27px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, .55));
}

.global-office-map__marker:hover .global-office-map__flag,
.global-office-map__marker:focus-visible .global-office-map__flag,
.global-office-map__marker[aria-expanded="true"] .global-office-map__flag {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.25);
}

.global-office-map__marker:hover .global-office-map__pin,
.global-office-map__marker:focus-visible .global-office-map__pin,
.global-office-map__marker[aria-expanded="true"] .global-office-map__pin {
  opacity: 0;
}

.global-office-map__label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 7px);
  width: max-content;
  max-width: 180px;
  padding: 5px 9px;
  border-radius: 5px;
  color: #111;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .28);
  font-size: 12px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 4px);
  transition: opacity .2s ease, transform .2s ease;
}

.global-office-map__marker:hover .global-office-map__label,
.global-office-map__marker:focus-visible .global-office-map__label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.global-office-map__callout {
  position: absolute;
  z-index: 5;
  left: clamp(10px, var(--map-x), calc(100% - 10px));
  top: var(--map-y);
  width: min(420px, calc(100% - 24px));
  max-height: 420px;
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(215, 178, 91, .85);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(145deg, #102f59 0%, #061e43 100%);
  box-shadow: 0 20px 55px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .08);
  transform: translate(-50%, 18px);
  animation: global-office-popup-in .22s ease-out both;
  scrollbar-width: thin;
  scrollbar-color: #d7b25b rgba(255, 255, 255, .08);
}

.global-office-map__callout[hidden] { display: none; }
.global-office-map__callout--opens-up {
  top: auto;
  bottom: calc(100% - var(--map-y) + 14px);
  transform: translate(-50%, 0);
  animation-name: global-office-popup-up-in;
}
.global-office-map__callout--opens-up::before {
  top: auto;
  bottom: -8px;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid rgba(215, 178, 91, .85);
  border-bottom: 1px solid rgba(215, 178, 91, .85);
}
.global-office-map__callout::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 16px;
  height: 16px;
  border-top: 1px solid rgba(215, 178, 91, .85);
  border-left: 1px solid rgba(215, 178, 91, .85);
  background: #102f59;
  transform: translateX(-50%) rotate(45deg);
}
.global-office-map__callout h3 { margin: 5px 42px 3px 0; color: #fff; font-size: 23px; line-height: 1.25; }
.global-office-map__callout p { display: flex; gap: 10px; align-items: flex-start; margin: 9px 0; color: rgba(255, 255, 255, .88); font-size: 15px; line-height: 1.45; }
.global-office-map__callout p i { width: 18px; margin-top: 3px; color: #d7b25b; text-align: center; flex: 0 0 18px; }
.global-office-map__callout a { color: #fff; font-weight: 600; text-decoration: underline; text-decoration-color: rgba(215, 178, 91, .75); text-underline-offset: 3px; overflow-wrap: anywhere; }
.global-office-map__callout a:hover { color: #f2d58f; }
.global-office-map__type { display: inline-block; padding: 4px 9px; border-radius: 999px; color: #061e43; background: #d7b25b; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.global-office-map__country { margin-top: 1px !important; color: #d7b25b !important; font-weight: 700; }
.global-office-map__close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; color: #fff; background: rgba(255, 255, 255, .08); font-size: 25px; line-height: 1; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.global-office-map__close:hover, .global-office-map__close:focus-visible { color: #061e43; background: #d7b25b; transform: rotate(90deg); }
.global-office-map__thumb { margin: -24px -24px 18px; height: 155px; overflow: hidden; border-radius: 17px 17px 0 0; }
.global-office-map .global-office-map__thumb img { width: 100%; height: 100%; object-fit: cover; }
.global-office-map__description { margin-top: 15px; padding-top: 14px; border-top: 1px solid rgba(255, 255, 255, .15); }
.global-office-map__description p { display: block; margin: 0 0 10px; }
.global-office-map__description > :last-child { margin-bottom: 0; }
.global-office-map__empty { margin: 20px 0 0; text-align: center; }

@keyframes global-office-popup-in {
  from { opacity: 0; transform: translate(-50%, 28px) scale(.96); }
  to { opacity: 1; transform: translate(-50%, 18px) scale(1); }
}

@keyframes global-office-popup-up-in {
  from { opacity: 0; transform: translate(-50%, 12px) scale(.96); }
  to { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

@media (max-width: 767px) {
  .global_sec .global_map { padding: 0 8px; }
  .global-office-map__canvas {
    min-height: 0;
    aspect-ratio: 1000 / 507.209;
    overflow: visible;
  }
  .global-office-map .global-office-map__image,
  .global-office-map__svg {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: fill;
  }
  .global-office-map__pin, .global-office-map__flag { width: 28px; height: 28px; font-size: 23px; }
  .global-office-map__label { display: none; }
  .global-office-map__callout,
  .global-office-map__callout--opens-up { position: fixed; z-index: 99999; left: 50%; top: 50%; bottom: auto; max-height: 80vh; transform: translate(-50%, -50%); }
  .global-office-map__callout::before { display: none; }
  .global-office-map__callout { animation-name: global-office-popup-mobile-in; }
  body > .global-office-map__callout--portal {
    position: fixed !important;
    z-index: 2147483646 !important;
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(420px, calc(100vw - 24px));
    max-height: calc(100dvh - 32px);
    margin: 0 !important;
    transform: translate(-50%, -50%);
  }
}

/* Security Guard License landing page */
.security-license-section {
  min-height: 65vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 168, 106, 0.16), transparent 30%),
    radial-gradient(circle at 88% 78%, rgba(201, 168, 106, 0.1), transparent 28%),
    var(--priamry-color);
}

.security-license-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}

.security-license-heading h1 {
  color: var(--white-color-two);
}

.security-license-heading p {
  margin: 14px 0 0;
  color: var(--white-color-one);
  font-size: 18px;
}

.security-license-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1060px;
  margin: 0 auto;
}

.security-license-card {
  padding: 34px;
  border: 1px solid rgba(201, 168, 106, 0.5);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.security-license-country {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 25px;
}

.security-license-country h2 {
  margin: 0;
  color: var(--secondary-color);
  font-size: 26px;
}

.security-license-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 50px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  font-size: 38px;
  line-height: 1;
}

.security-license-card label {
  display: block;
  margin-bottom: 9px;
  color: var(--white-color-two);
  font-weight: 700;
}

.security-license-select-wrap {
  position: relative;
  margin-bottom: 22px;
}

.security-license-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 18px;
  content: '\f078';
  color: var(--priamry-color);
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  pointer-events: none;
  transform: translateY(-50%);
}

.security-license-select {
  width: 100%;
  min-height: 54px;
  padding: 10px 48px 10px 16px;
  border: 1px solid rgba(201, 168, 106, 0.75);
  border-radius: 8px;
  background: var(--white-color-two);
  color: #172335;
  font-size: 16px;
  appearance: none;
}

.security-license-select:focus {
  border-color: var(--secondary-color);
  outline: 3px solid rgba(201, 168, 106, 0.22);
}

.security-license-apply {
  width: 100%;
  border-color: var(--secondary-color);
  color: var(--priamry-color);
  background: var(--secondary-color);
  text-align: center;
}

.security-license-apply:hover {
  border-color: var(--white-color-two);
  color: var(--priamry-color);
  background: var(--white-color-two);
}

.security-license-apply.is-disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.security-license-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--secondary-color);
  font-size: 14px;
}

.security-license-empty {
  text-align: center;
}

@media (max-width: 767px) {
  .security-license-grid {
    grid-template-columns: 1fr;
  }

  .security-license-card {
    padding: 24px 20px;
  }

  .security-license-country h2 {
    font-size: 22px;
  }

}

@keyframes global-office-popup-mobile-in {
  from { opacity: 0; transform: translate(-50%, calc(-50% + 16px)) scale(.96); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.academic_cmn_btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.academic_sec {
  background-color: var(--priamry-color);
  overflow: hidden;
}

.academic_slider {
  margin: 0 -12px;
  position: relative;
}

.academic_slider .slick-slide {
  padding: 0 12px;
}

.academic_slider .academic_card_innr {
  padding-top: 100%;
  border-radius: 20px;
}

.academic_slider .card_content {
  padding: 22px 16px;
  -webkit-transform: translateY(calc(100% - 64px));
  -ms-transform: translateY(calc(100% - 64px));
  transform: translateY(calc(100% - 64px));
}

.academic_slider .card_content h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
}

.academic_wrapper {
  position: relative;
}

.academic-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.academic_cmn_btn img {
  max-width: 10px;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.academic_cmn_btn:hover img {
  -webkit-filter: none;
  filter: none;
}

.academic_cmn_btn:hover {
  background-color: var(--white-color);
}

.card_content h3 {
  margin-bottom: 17px;
}

.card_content p {
  color: var(--white-color-one);
  margin-bottom: 12px;
  line-height: 1.3;
}

.academic_card {
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.academic_card.partner-card-static {
  cursor: default;
}

.academic_card.partner-card-static .academic_card_innr::after,
.academic_card.partner-card-static .academic_image_inner::after {
  display: none;
}

.academic_card.partner-card-static:hover .academic_card_innr img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.academic_card_innr {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  padding-top: 93.4%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}

.academic_card_innr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.9))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.academic_image_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.academic_card_innr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition:
    transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
    -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.academic_card:hover .academic_card_innr img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 25px;
  background: transparent;
  z-index: 2;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translateY(calc(100% - 76px));
  -ms-transform: translateY(calc(100% - 76px));
  transform: translateY(calc(100% - 76px));
}

.academic_card:hover .card_content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.academic_card:hover .card_content p {
  opacity: 1;
}

.card_content a {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--white-color);
  text-decoration: underline !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.card_content a:hover {
  color: var(--secondary-color);
}

.partner-popup-modal {
  position: relative;
  width: min(900px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  border-radius: 20px;
  color: var(--black-color-one);
}

.fancybox__slide .fancybox__content.partner-popup-modal {
  background-color: var(--white-color);
  padding: 45px 55px;
}

.partner-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  padding: 12px;
  border: 0;
  border-radius: 50%;
  background-color: var(--white-color);
  cursor: pointer;
  box-shadow: 2px 7px 34px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.partner-popup-close img {
  display: block;
  width: 100%;
  height: 100%;
}

.partner-popup-image {
  width: 100%;
  max-height: 330px;
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 14px;
}

.partner-popup-image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.partner-popup-heading {
  color: var(--priamry-color);
  margin-bottom: 18px;
}

.partner-popup-description {
  margin-bottom: 25px;
}

.partner-popup-description > :last-child {
  margin-bottom: 0;
}

.partner-popup-contact.cmn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  color: var(--white-color);
  background-color: var(--priamry-color);
  border-color: var(--priamry-color);
  text-decoration: none !important;
}

.partner-popup-contact.cmn-btn:hover,
.partner-popup-contact.cmn-btn:focus {
  color: var(--priamry-color);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

@media (max-width: 767px) {
  .fancybox__slide .fancybox__content.partner-popup-modal {
    padding: 35px 24px 28px;
  }

  .partner-popup-image,
  .partner-popup-image img {
    height: 220px;
  }
}

.academic_prev {
  margin-left: -60px;
}

.academic_next {
  margin-right: -60px;
}

/* ==========================================================================
   Certification Courses Section
   ========================================================================== */
.certification_grid {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

#professional-designation-programs {
  scroll-margin-top: 30px;
}

/* Certification names run to two lines where partner names take one, so the
   resting strip reserves two lines on every card: without this the second line
   sits below the card edge and is cut off by the overflow. */
.certification_card .card_content h3 {
  min-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.certification_card .card_content {
  -webkit-transform: translateY(calc(100% - 100px));
  -ms-transform: translateY(calc(100% - 100px));
  transform: translateY(calc(100% - 100px));
}

@media (max-width: 1699px) {
  .certification_card .card_content {
    -webkit-transform: translateY(calc(100% - 96px));
    -ms-transform: translateY(calc(100% - 96px));
    transform: translateY(calc(100% - 96px));
  }
}

@media (max-width: 767px) {
  .certification_card .card_content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .certification_card .card_content h3 {
    min-height: 0;
  }
}

.footer_sec {
  background-color: var(--priamry-color);
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -22px;
}

.footer-col {
  padding: 0 22px;
}

.foot-one {
  width: 24%;
}

.foot-two {
  width: 31%;
}

.foot-three {
  width: 20%;
}

.foot-four {
  width: 25%;
}

.big_txt {
  font-size: 10.208vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.1;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  margin-bottom: 67px;
}

.footer_top {
  padding-bottom: 40px;
}

.foot-title {
  font-size: 22px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.footer_inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_inner ul li a {
  color: var(--white-color-one);
}

.footer_inner ul li a:hover {
  color: var(--secondary-color);
}

.footer_inner ul li {
  margin-bottom: 30px;
}

.footer_inner ul li:last-child {
  margin-bottom: 0;
}

.foot-four .footer_inner p {
  margin-bottom: 20px;
  opacity: 0.7;
}

.footer_inner input[type="submit"]:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/* ---- Footer newsletter Gravity Form ( matched to original design ) ---- */
.foot-form .gform_wrapper {
  margin: 0;
}

.foot-form .gform_wrapper form,
.foot-form .gform_wrapper .gform-body,
.foot-form .gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  display: block;
  grid-row-gap: 0;
}

.foot-form .gform_wrapper .gfield {
  margin: 0 0 20px;
  padding: 0;
}

/* Hide the field label / required marker ( icon + placeholder carry the meaning ) */
.foot-form .gform_wrapper .gfield_label,
.foot-form .gform_wrapper .gfield_required {
  display: none;
}

/* Email field wrapper holds the message icon like the old .input_wrap img */
.foot-form .gform_wrapper .ginput_container_email {
  position: relative;
  margin: 0;
}

.foot-form .gform_wrapper .ginput_container_email::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(images/message-icon.svg) no-repeat center center;
  background-size: 20px 20px;
  pointer-events: none;
  z-index: 1;
}

.foot-form .gform_wrapper input[type="email"] {
  width: 100%;
  background-color: #1d3054;
  color: var(--white-color);
  border-radius: 40px;
  height: 70px;
  padding: 0 20px 0 54px;
  border: 1px solid transparent;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.foot-form .gform_wrapper input[type="email"]:focus {
  border-color: var(--secondary-color);
  background-color: rgba(255, 255, 255, 0.08);
}

.foot-form .gform_wrapper input[type="email"]::-webkit-input-placeholder {
  color: var(--white-color-one);
  opacity: 1;
}
.foot-form .gform_wrapper input[type="email"]::-moz-placeholder {
  color: var(--white-color-one);
  opacity: 1;
}
.foot-form .gform_wrapper input[type="email"]:-ms-input-placeholder {
  color: var(--white-color-one);
  opacity: 1;
}
.foot-form .gform_wrapper input[type="email"]::placeholder {
  color: var(--white-color-one);
  opacity: 1;
}

.foot-form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* AJAX loader sits inline ( parallel ) with the Subscribe button */
.foot-form .gform_wrapper .gform_ajax_spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 14px;
  vertical-align: middle;
}

/* GF's framework theme styles the button with (0,6,1) specificity + logical
   properties ( inline-size / block-size / padding-inline ), so these need
   !important to win and to override the logical-property equivalents. */
.foot-form .gform_wrapper input[type="submit"],
.foot-form .gform_wrapper .gform_button {
  display: inline-block !important;
  width: auto !important;
  inline-size: auto !important;
  background-color: var(--white-color) !important;
  color: var(--priamry-color) !important;
  border-radius: 40px !important;
  height: 59px !important;
  block-size: 59px !important;
  min-height: 0 !important;
  min-block-size: 0 !important;
  padding: 0 29px !important;
  padding-inline: 29px !important;
  padding-block: 0 !important;
  font-weight: 400 !important;
  border: none !important;
  cursor: pointer !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  outline: none !important;
  font-size: 19px !important;
  line-height: 1 !important;
  margin: 0 !important;
}

.foot-form .gform_wrapper input[type="submit"]:hover,
.foot-form .gform_wrapper .gform_button:hover {
  background-color: var(--secondary-color) !important;
  color: var(--white-color) !important;
}

.foot-form .gform_wrapper input[type="submit"]:disabled,
.foot-form .gform_wrapper .gform_button:disabled {
  background-color: rgba(255, 255, 255, 0.72) !important;
  color: rgba(1, 29, 73, 0.6) !important;
  cursor: not-allowed !important;
  opacity: 0.72;
}

/* Validation / confirmation messaging */
.foot-form .gform_wrapper .gfield_validation_message,
.foot-form .gform_wrapper .validation_message {
  background: none;
  border: none;
  color: var(--secondary-color);
  padding: 8px 0 0;
  font-size: 14px;
}

.foot-form .gform_wrapper .gform_validation_errors {
  display: none;
}

.foot-form .gform_confirmation_message {
  color: var(--white-color);
  opacity: 0.85;
  padding: 12px 0;
}

.newsletter-otp { margin: 0 0 20px; }
.newsletter-otp-verify {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.newsletter-otp-verify[hidden] { display: none; }
.newsletter-otp-verify::before {
  content: "\f023";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: var(--white-color);
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", FontAwesome;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.foot-form .newsletter-otp input.newsletter-otp-code[type="text"] {
  display: block !important;
  width: 100% !important;
  height: 70px !important;
  min-height: 70px !important;
  padding: 0 20px 0 54px !important;
  border: 1px solid transparent !important;
  border-radius: 40px !important;
  background-color: #1d3054 !important;
  color: var(--white-color) !important;
  font-size: 16px !important;
  line-height: normal !important;
  letter-spacing: .22em;
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
}
.foot-form .newsletter-otp input.newsletter-otp-code[type="text"]:focus {
  border-color: transparent !important;
  background-color: #1d3054 !important;
}
.foot-form .newsletter-otp input.newsletter-otp-code[type="text"]::placeholder {
  color: var(--white-color-one) !important;
  opacity: 1;
  letter-spacing: normal;
}
.newsletter-otp-message { min-height: 0; padding-top: 8px; font-size: 14px; line-height: 1.4; }
.newsletter-otp-message:empty { display: none; }
.newsletter-otp-message.is-error { color: #ffb4b4; }
.newsletter-otp-message.is-success { color: #b8efc5; }

.line_wrap {
  padding-bottom: 100px;
  padding-left: 15px;
  padding-right: 15px;
}

.line-foot {
  padding-bottom: 40px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #d9d9d980;
  position: relative;
  z-index: 1;
}

.line::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #d9d9d980;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.line::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid #d9d9d980;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bottom_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.bottom_content p a {
  color: var(--white-color-one);
}

.bottom_content p a:hover {
  color: var(--secondary-color);
}

.bottom_content p {
  color: var(--white-color-one);
  margin: 0;
}

.social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -8px;
  list-style: none;
  padding: 0;
}

.social_links li {
  padding: 0 8px;
}

.social_links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 20px 30px rgba(55, 55, 55, 0.08);
  box-shadow: 0px 20px 30px rgba(55, 55, 55, 0.08);
}

.social_links a img {
  width: 17px;
  height: 18px;
  display: block;
  -webkit-transition: -webkit-filter 0.3s ease-in-out;
  transition: -webkit-filter 0.3s ease-in-out;
  transition: filter 0.3s ease-in-out;
  transition:
    filter 0.3s ease-in-out,
    -webkit-filter 0.3s ease-in-out;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.social_links a:hover {
  background-color: var(--white-color);
  border-color: var(--secondary-color);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social_links a:hover img {
  -webkit-filter: none;
  filter: none;
}

.certification-matters-sec .cmn-structure {
  max-width: 100%;
}

/* ==========================================================================
   Meet Our Board Section
   ========================================================================== */
.meet_sec {
  background-color: var(--priamry-color);
  position: relative;
  overflow: hidden;
}

.meet_header {
  margin-bottom: 10px;
}

.meet_row_top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meet_header h2 {
  margin-bottom: 0;
}

.meet_grid {
  --bs-gutter-y: 32px;
  margin: 0 -16px;
}

.meet_col {
  padding: 0 16px;
}

.meet_card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition:
    transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.meet_card_innr {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  padding-top: 123.08%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}

.meet_card_innr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.95))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.95) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.meet_card_innr img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition:
    transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
    -webkit-transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.meet_card:hover .meet_card_innr img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.meet_card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px 20px;
  background: transparent;
  z-index: 2;
}

.meet_card_content h3 {
  margin-bottom: 10px;
  color: var(--white-color-two);
  /* font-size: 24px; */
  font-size: 22px; 
}

.meet_card_content p {
  color: var(--white-color-one);
  margin-bottom: 8px;
  line-height: 1.4;
}

.meet_card_content p:first-of-type {
  font-style: italic;
  margin-bottom: 12px;
}

.meet_card_content p:last-of-type {
  margin-bottom: 20px;
}

.meet_card_content a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color-one);
  text-decoration: underline !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.meet_card_content a:hover {
  color: var(--secondary-color);
}

.meet_btn_wrap {
  text-align: center;
  margin-top: 50px;
}

.meet_btn_wrap .cmn-btn {
  background-color: var(--white-color-two);
  color: #121212;
  border: 1px solid var(--white-color-two);
}

.meet_btn_wrap .cmn-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--priamry-color);
  -webkit-box-shadow: 0 4px 20px rgba(201, 168, 106, 0.4);
  box-shadow: 0 4px 20px rgba(201, 168, 106, 0.4);
}

/* ==========================================================================
   Industry Card Popup Modal (Fancybox Override & Popup Styling)
   ========================================================================== */
.fancybox__slide .fancybox__content {
  background: transparent;
  padding: 0;
}

.fancybox__backdrop {
  background: rgba(0, 21, 62, 0.85) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.industry-popup-modal {
  position: relative;

  border-radius: 20px;

  max-width: 913px;
  width: 100%;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  color: var(--black-color-one);
  font-family: var(--body-font);
  margin: 0 auto;
}

.fancybox__content.industry-popup-modal {
  background-color: var(--white-color);
  padding: 39px 60px 30px 50px;
}

.industry-popup-modal .popup-icon-wrapper {
  margin-bottom: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 62px;
  height: 62px;
}

.fancybox__slide {
  padding: 17px;
}

.industry-popup-modal .popup-industry-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.industry-popup-modal .popup-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--priamry-color);
  margin-bottom: 20px;
}

/* Custom Close Button */
.industry-popup-modal .popup-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--white-color);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  -webkit-box-shadow: 2px 7px 34px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 7px 34px rgba(0, 0, 0, 0.08);
}

.industry-popup-modal .popup-close-btn:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.industry-popup-modal .popup-close-btn svg {
  width: 14px;
  height: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.industry-popup-modal .popup-close-btn:hover svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* -------26.05 --1--------- */
/**innerbanner section**/
.inner-banner-sec {
  position: relative;
  width: 100%;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding-top: 230px;
  padding-bottom: 70px;
  z-index: 1;
}

.inrbnrimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* WooCommerce ships `.woocommerce-page img { height: auto }`, which outweighs
   `.inrbnrimg` on any page carrying its body classes (product taxonomy archives
   such as /certification/) and collapses the banner to the image's own height.
   Scoping by parent regains the specificity to keep the banner filled. */
.inner-banner-sec .inrbnrimg {
  height: 100%;
}

/* Preserve the complete 16:9 artwork on the History banner. */
@media (min-width: 992px) {
  .history-banner-sec {
    aspect-ratio: 1672 / 941;
    box-sizing: border-box;
    min-height: 0;
  }
}

.inner-banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    106.77deg,
    rgba(0, 21, 62, 0.7) 0.32%,
    rgba(0, 21, 62, 0) 29.72%
  );
  z-index: -1;
}

.inner-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 62, 0.5);
  z-index: 1;
}

.inner-banner-content {
  max-width: 1009px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white-color-one);
}

.industry-popup-modal.fancybox__content > .f-button.is-close-btn {
  display: none !important;
}

/* .is-compact .fancybox__content>.f-button.is-close-btn {
    width: 30px;
    height: 30px;
    background-color: var(--white-color-two);
    border-radius: 100%;
    opacity: 1;
}

.is-compact .fancybox__content>.f-button.is-close-btn svg {
    stroke: #000000;
    max-width: 14px;
    width: 100%;

} */

/* -----26.05 -------------- */

.course-deatails-head {
  position: relative;
}

.page_wrapper {
  padding-top: 70px;
}

.cou_det_row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.cou_det_left_inner .cmn-btn {
  margin-bottom: 30px;
}

.course_details_sec .share-btn-wrap .course-share-button:hover img,
.course_details_sec .share-btn-wrap .course-share-button:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.course_details_sec .share-btn-wrap img {
  max-width: 23px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.share-btn-wrap {
  position: relative;
  text-align: end;
}

.course-share-button {
  padding: 8px;
  border: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}

.course-share-button:focus-visible {
  outline: 2px solid var(--secondary-color);
  outline-offset: 4px;
}

.course-social-share {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: max-content;
  max-width: calc(100vw - 30px);
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: var(--priamry-color);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
  text-align: left;
}

.course-social-share[hidden] {
  display: none;
}

.course-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.course-social-link:hover,
.course-social-link:focus {
  color: #fff;
  opacity: 0.85;
  transform: translateY(-2px);
}

.course-social-link svg {
  width: 20px;
  height: 20px;
}

.course-social-link--facebook {
  background: #1877f2;
}

.course-social-link--linkedin {
  background: #0a66c2;
}

.course-social-link--x {
  background: #000;
}

.course-social-link--pinterest {
  background: #e60023;
}

.course-social-link--whatsapp {
  background: #25d366;
}

.course-social-link--copy {
  background: #5d6b82;
}

.course_details_sec .course-image-container {
  width: 100%;
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  /* padding-top: 33.97%;
  height: 0; */
}

.course_details_sec .course-image-container img {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  /* height: 100%;
  -o-object-fit: cover;
  object-fit: cover; */
  /* object-position: center top; */
}

.course_details_sec .course-meta-info {
  margin: 30px 0;
}

.course_details_sec .course-meta-info span {
  color: var(--white-color-one);
  font-weight: 400;
  margin-right: 55px;
  position: relative;
  display: inline-block;
}

.course_details_sec .course-meta-info span:last-child {
  margin-right: 0;
}

.course_details_sec .course-meta-info span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: var(--white-color);
}

.course_details_sec .course-highlight-quote p {
  font-size: 22px;
  line-height: 1.5;
  color: var(--secondary-color);
  font-weight: 500;
}

.course-highlight-quote {
  border-bottom: 1px solid #ffffff47;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.course-details-body p {
  margin-bottom: 18px;
  color: var(--white-color-one);
}

.course-details-body p:last-child {
  margin-bottom: 25px;
}

/* .course-details-body p strong {
  font-weight: 500;
} */

.course-details-body h3 {
  margin-bottom: 17px;
}

.course-details-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
}

.course-details-body ul li {
  position: relative;
  padding-left: 32px;
  font-size: 19px;
  color: var(--white-color-one);
  margin-bottom: 14px;
}

.course-details-body ul li:last-child {
  margin-bottom: 0;
}

.course-details-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-image: url("images/tick-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.course-action-wrap {
  margin-top: 0;
}

.related_cmn_btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.related_cmn_btn:hover {
  background-color: var(--white-color);
}

.related_cmn_btn img {
  max-width: 10px;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.related_cmn_btn:hover img {
  -webkit-filter: none;
  filter: none;
}

.related_slider {
  margin: 0 -15px;
}

.related_slider .slick-slide {
  padding: 0 15px;
}

.related_course_wrap {
  margin-top: 40px;
}

.related_course_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-btn {
  text-align: end;
}

.history_abt_row {
  display: flow-root;
}

.history_abt_col_lft {
  float: left;
  width: calc(50% - 12px);
  margin: 0 24px 12px 0;
}

.history_abt_image {
  border-radius: 20px;
  overflow: hidden;
}

.history_abt_image img {
  display: block;
  width: 100%;
  height: auto;
}

.history_abt_cntnt h2 {
  margin-bottom: 12px;
}

/* ------ */

.history_choose_sec .cmn-structure {
  margin-bottom: 35px;
  max-width: 100%;
}

.history_choose_sec h2 {
  margin-bottom: 20px;
}

.history_choose_sec .choose-list-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.history_choose_sec .choose-list-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.history_choose_sec .choose-list-wrap ul li {
  position: relative;
  /* width: 33.33%; */
  padding-left: 43px;
  color: var(--white-color-one);
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding-right: 65px;
}

.history_choose_sec .choose-list-wrap ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 4px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 18px;
  height: 18px;
  background-image: url("images/tick-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.history_choose_sec .choose-list-wrap ul li::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 42px;
  background-image: url("images/after_line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.history_choose_sec .choose-list-wrap ul li:last-child::after {
  display: none;
}

/* Video Wrapper */
.choose-video-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.choose-video-container .video-img-box {
  width: 100%;
  position: relative;
  padding-top: 36.85%;
  /* 1620x597 aspect ratio */
  height: 0;
  overflow: hidden;
}

.choose-video-container .video-img-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.choose-video-container .video-img-box::after {
  background-color: rgba(0, 0, 0, 0.56);
}

.choose-video-container .video-img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.choose-video-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transition:
    background-color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    background-color 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease;
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
  background-image: url(images/play_btn_choose.svg);
  background-size: 19px;
  background-position: center;
  background-repeat: no-repeat;
}

.choose-video-container .play-btn:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.choose-video-container .play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.choose-video-container.play-btn:hover::before {
  background-color: rgba(255, 255, 255, 0.35);
}

.choose-video-container .play-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-animation: play-ripple 2.5s infinite ease-out;
  animation: play-ripple 2.5s infinite ease-out;
  pointer-events: none;
  z-index: 0;
}

@-webkit-keyframes play-ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes play-ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

.choose-video-container .play-btn img {
  width: 20px;
  height: 21px;
  margin-left: 4px;
  z-index: 2;
  position: relative;
}

.block-row:nth-child(even) .block-content {
  padding-left: 44px;
  padding-right: 0;
}

.block-content {
  padding-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.accreditation_details_sec .block-row {
  margin-bottom: 52px;
}

.accreditation_details_sec .block-row:last-child {
  margin-bottom: 0;
}

.accreditation_details_sec h2 {
  margin-bottom: 24px;
}

.accreditation_details_sec .block-image-wrap {
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.accreditation_details_sec .block-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Accreditation page: text-led layout (no post-banner placeholder images). */
.accreditation-text-layout {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(201, 168, 106, 0.13), transparent 30%),
    radial-gradient(circle at 92% 88%, rgba(201, 168, 106, 0.09), transparent 28%),
    var(--priamry-color);
}

.accreditation-text-layout::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  content: '';
  background: linear-gradient(transparent, rgba(201, 168, 106, 0.2), transparent);
}

.accreditation-text-list {
  position: relative;
  display: grid;
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
}

.accreditation-text-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 64px;
  gap: 30px;
  align-items: start;
  padding: 42px 44px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 106, 0.34);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(7px);
}

.accreditation-text-card:nth-child(even) {
  margin-left: 70px;
}

.accreditation-text-card:nth-child(odd) {
  margin-right: 70px;
}

.accreditation-text-number {
  padding-top: 2px;
  color: var(--secondary-color);
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.75;
}

.accreditation-text-kicker {
  display: block;
  margin-bottom: 9px;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.accreditation-text-layout .accreditation-text-content h2 {
  margin: 0 0 20px;
  color: var(--white-color-two);
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.15;
}

.accreditation-text-description {
  max-width: 820px;
  color: var(--white-color-one);
  font-size: 17px;
  line-height: 1.75;
}

.accreditation-text-description > :last-child {
  margin-bottom: 0;
}

.accreditation-text-description ul,
.accreditation-text-description ol {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding-left: 0;
  list-style: none;
}

.accreditation-text-description li {
  position: relative;
  padding-left: 28px;
}

.accreditation-text-description li::before {
  position: absolute;
  top: 0.55em;
  left: 2px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  content: '';
}

.accreditation-text-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(201, 168, 106, 0.42);
  border-radius: 50%;
  color: var(--secondary-color);
  background: rgba(201, 168, 106, 0.08);
  font-size: 23px;
}

@media (max-width: 991px) {
  .accreditation-text-card,
  .accreditation-text-card:nth-child(even),
  .accreditation-text-card:nth-child(odd) {
    grid-template-columns: 70px minmax(0, 1fr);
    margin-right: 0;
    margin-left: 0;
    padding: 34px;
  }

  .accreditation-text-mark {
    display: none;
  }
}

@media (max-width: 575px) {
  .accreditation-text-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 26px 22px;
  }

  .accreditation-text-number {
    font-size: 30px;
  }

  .accreditation-text-layout .accreditation-text-content h2 {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .accreditation-text-description {
    font-size: 16px;
  }
}

.block-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* Accreditation page: sticky introduction with text accordion. */
.accreditation-editorial {
  background: var(--white-color-two);
}

.accreditation-editorial-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.45fr);
  gap: clamp(45px, 7vw, 100px);
  align-items: start;
}

.accreditation-editorial-intro-inner {
  position: sticky;
  top: 120px;
  padding: 38px;
  overflow: hidden;
  border-radius: 22px;
  color: var(--white-color-one);
  background:
    radial-gradient(circle at 100% 0, rgba(201, 168, 106, 0.2), transparent 38%),
    var(--priamry-color);
  box-shadow: 0 20px 50px rgba(0, 21, 62, 0.18);
}

.accreditation-editorial-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 40px;
  border: 1px solid rgba(201, 168, 106, 0.55);
  border-radius: 50%;
  color: var(--secondary-color);
  background: rgba(201, 168, 106, 0.09);
  font-size: 25px;
}

.accreditation-editorial-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.accreditation-editorial-intro h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(32px, 3vw, 44px);
  line-height: 1.12;
}

.accreditation-editorial-intro p {
  color: var(--white-color-one);
  font-size: 16px;
  line-height: 1.7;
}

.accreditation-editorial-count {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.accreditation-editorial-count strong {
  color: var(--secondary-color);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
}

.accreditation-editorial-count span {
  max-width: 90px;
  color: var(--white-color-one);
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
}

.accreditation-editorial-accordion {
  border-top: 1px solid #cbd1da;
}

.accreditation-editorial-item {
  border-bottom: 1px solid #cbd1da;
}

.accreditation-editorial-item summary {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 44px;
  gap: 20px;
  align-items: center;
  padding: 27px 0;
  color: var(--priamry-color);
  cursor: pointer;
  list-style: none;
}

.accreditation-editorial-item summary::-webkit-details-marker {
  display: none;
}

.accreditation-editorial-number {
  color: #8a6a34;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.accreditation-editorial-title {
  font-size: clamp(21px, 2.3vw, 30px);
  font-weight: 600;
  line-height: 1.25;
}

.accreditation-editorial-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  border: 1px solid #c2a66f;
  border-radius: 50%;
}

.accreditation-editorial-toggle::before,
.accreditation-editorial-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: '';
  background: var(--priamry-color);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.accreditation-editorial-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accreditation-editorial-item[open] .accreditation-editorial-toggle {
  border-color: var(--priamry-color);
  background: var(--priamry-color);
}

.accreditation-editorial-item[open] .accreditation-editorial-toggle::before,
.accreditation-editorial-item[open] .accreditation-editorial-toggle::after {
  background: #fff;
}

.accreditation-editorial-item[open] .accreditation-editorial-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accreditation-editorial-content {
  padding: 0 64px 30px 72px;
  color: #4a5361;
  font-size: 17px;
  line-height: 1.75;
}

.accreditation-editorial-content > :last-child {
  margin-bottom: 0;
}

.accreditation-editorial-content li {
  margin-bottom: 9px;
}

@media (max-width: 991px) {
  .accreditation-editorial-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .accreditation-editorial-intro-inner {
    position: relative;
    top: auto;
  }
}

@media (max-width: 575px) {
  .accreditation-editorial-intro-inner {
    padding: 28px 24px;
  }

  .accreditation-editorial-icon {
    margin-bottom: 28px;
  }

  .accreditation-editorial-item summary {
    grid-template-columns: 34px minmax(0, 1fr) 38px;
    gap: 10px;
    padding: 22px 0;
  }

  .accreditation-editorial-toggle {
    width: 36px;
    height: 36px;
  }

  .accreditation-editorial-content {
    padding: 0 0 25px 44px;
    font-size: 16px;
  }
}

/* --------- */
.vision_img_wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
}

.vision_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.visionwrp .visionrow {
  margin-bottom: 50px;
}

.visionwrp:last-child .visionrow {
  margin-bottom: 0;
}

.vision_desc {
  margin-bottom: 0;
}

.line_wrap.abtline_wrap {
  padding-bottom: 50px;
}

.values_img_wrap {
  border-radius: 20px;
  overflow: hidden;
  min-height: 701px;
  position: relative;
}

.values_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.vision_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.abtvaluesec {
  padding: 50px 0;
}

.visionwrp:nth-child(even) .visionrow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.visionwrp:nth-child(even) .line_wrap {
  display: none;
}

/* ---service ---------- */
.service_bann_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -8px;
  list-style: none;
}

.service_bann_btn li {
  padding: 0 8px;
}

.back-trans-btn {
  background-color: transparent;
}

.white-btn {
  background-color: var(--white-color);
  color: var(--black-color);
}

.service-banner-cntnt p {
  margin-bottom: 30px;
}

.abtvaluesec .cmn-structure {
  max-width: 100%;
}

.abtvaluesec .valueswrp .cmn-structure {
  text-align: center;
}

/*Professional - CGSP*/
/* ==========================================================================
   CGSP Intro Section
   ========================================================================== */

.cgsp_logo_card {
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cgsp_intro_content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cgsp_logoimg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.cgsp_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.cgsp_btn_group .cmn-btn:last-child {
  margin-left: 20px;
}

.cmn-btn-white {
  display: inline-block;
  color: var(--black-color-two);
  background-color: var(--white-color-two);
  border: 1px solid var(--white-color-two);
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.cmn-btn-border {
  background-color: transparent;
}

.cmn-btn-white:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--priamry-color);
  -webkit-box-shadow: 0 4px 20px rgba(201, 168, 106, 0.4);
  box-shadow: 0 4px 20px rgba(201, 168, 106, 0.4);
}

/* ==========================================================================
   CGSP Audience & Matters Section
   ========================================================================== */

.audience_inner {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 50px 0;
}

.cgspaudiencecontbx {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 60px;
  height: 100%;
}

.audience_col:last-child .cgspaudiencecontbx {
  border-right: none;
  padding-left: 40px;
  padding-right: 0;
}

.cgspaudiencecontbx ul {
  list-style: none;
  padding: 0;
}

.cgspaudiencecontbx ul li {
  background-image: url("images/tick-image.svg");
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 16px 16px;
  padding-left: 26px;
  margin-bottom: 18px;
  color: var(--white-color-one);
}

.cgspaudiencecontbx ul li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   CGSP Executive Core Curriculum Section
   ========================================================================== */
.curriculum_title_area {
  margin-bottom: 50px;
}

.curriculum_title_area p {
  color: var(--white-color-one);
  margin-bottom: 0;
}

.curriculum_card {
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  padding: 40px 28px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.curriculum_icon_wrap {
  margin-bottom: 30px;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.curriculum_icon {
  width: 100%;
  max-width: 58px;
}

.curriculum_card_title {
  margin-bottom: 25px;
}

.curriculum_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.curriculum_list ul li {
  background-image: url("images/bulleticon.svg");
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 16px 16px;
  padding-left: 28px;
  margin-bottom: 18px;
  color: var(--white-color-one);
  line-height: 1.4;
}

.curriculum_list ul li:last-child {
  margin-bottom: 0;
}

.curriculum_footer {
  margin-top: 60px;
}

.curriculum_footer p {
  color: var(--white-color-one);
  margin-bottom: 0;
}

.curriculamrow {
  --bs-gutter-x: 30px;
}

.pdpcg-credntialsec ul {
  margin-bottom: 15px;
}

.pdpcg-credntialsec .vision_content {
  padding-left: 13px;
}

.pdpcg-credntialsec .visionwrp:nth-child(even) .vision_content {
  padding-right: 13px;
  padding-left: 0;
}

.pdpcg-credntialsec .credential-recognition-layout {
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(206, 171, 105, 0.32);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.pdpcg-credntialsec .credential-recognition-image {
  width: 100%;
  height: auto;
  min-height: 0;
  margin-bottom: 42px;
  border-radius: 16px;
}

.pdpcg-credntialsec .credential-recognition-image img {
  position: static;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  padding-top: 0;
}

.pdpcg-credntialsec .credential-recognition-copy {
  --bs-gutter-x: 54px;
  --bs-gutter-y: 36px;
}

.pdpcg-credntialsec .credential-recognition-copy-column + .credential-recognition-copy-column {
  border-left: 1px solid rgba(206, 171, 105, 0.32);
}

.pdpcg-credntialsec .credential-recognition-copy-item {
  height: 100%;
  padding: 0 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pdpcg-credntialsec .credential-recognition-copy-item h2 {
  margin-bottom: 22px;
}

.pdpcg-credntialsec .credential-recognition-copy-item > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pdpcg-credntialsec .credential-recognition-layout {
    padding: 20px;
  }

  .pdpcg-credntialsec .credential-recognition-image {
    height: auto;
    margin-bottom: 32px;
  }

  .pdpcg-credntialsec .credential-recognition-copy-column + .credential-recognition-copy-column {
    padding-top: 32px;
    border-top: 1px solid rgba(206, 171, 105, 0.32);
    border-left: 0;
  }

  .pdpcg-credntialsec .credential-recognition-copy-item {
    padding: 0;
  }
}

/* ==========================================================================
   CGSP Ready To Lead CTA Section
   ========================================================================== */
.cta_heading {
  margin-bottom: 0;
}

.cgspcta_card {
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  padding: 45px 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: var(--white-color-two);
}

.cgspcta_card .cmn-btn {
  margin-top: auto;
}

.cgspcta-wrpr {
  padding-left: 40px;
}

.cgspcta-row {
  --bs-gutter-x: 30px;
}

.cgspcta-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*Professional - CGSP*/

/* --- 27.05 --- */

.service_build h2 {
  margin-bottom: 20px;
}

.service_build_content {
  padding-right: 10px;
}

.service_build span {
  display: block;
  border-left: 2px solid var(--secondary-color);
  padding-left: 12px;
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 1.2;
}

.service_build p:last-of-type {
  margin-bottom: 0;
}

.service_build_image {
  height: 100%;
}

.service_build_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

/* --- service true section --- */

/* .service_true_row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
} */

.service_true_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 30px;
  gap: 30px;
  height: 100%;
  -webkit-transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.service_true_card_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service_true_card_content h3 {
  margin-bottom: 20px;
}

.service_true_card_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service_true_card_content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.service_true_card_content ul li:last-child {
  margin-bottom: 0;
}

.service_true_card_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("images/tick-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service_true_card_image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service_true_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  max-height: 266px;
}

/* --- service why section --- */
.service_why_sec h2 {
  margin-bottom: 50px;
}

.service_why_row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.service_why_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  padding: 43px 40px;
  height: 100%;
  text-align: center;
  -webkit-transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.service_why_card_icon {
  margin-bottom: 26px;
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_why_card_icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*other pages*/
.course-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 24px 0 20px auto;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.course-back-link:hover,
.course-back-link:focus {
  color: var(--secondary-color);
}

.cgsp_cta_sec.cmn-gap {
  padding-top: 50px;
}

.pf-cgspsection .choose-video-container .video-img-box {
  padding-top: 40%;
}

.academystrategyrw {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.academystrategysec .academystrategyrw {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.academystrategysec .academic_card_innr {
  padding-top: 100%;
}

.academystrategysec .card_content {
  padding: 20px 16px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.academystrategysec .academic_card:hover .card_content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.academystrategysec .card_content h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
}

@media (min-width: 1200px) {
  .academystrategysec .academystrategy-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-sec {
  position: relative;
  width: 100%;
}

.faq-title-wrap {
  margin-bottom: 60px;
}

.faq-item {
  border-bottom: 1px solid rgba(224, 224, 224, 0.2);
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 35px 35px 35px 39px;
  -webkit-transition:
    background-color 0.4s ease,
    border-radius 0.4s ease,
    border-color 0.4s ease,
    margin 0.4s ease,
    -webkit-box-shadow 0.4s ease;
  transition:
    background-color 0.4s ease,
    border-radius 0.4s ease,
    border-color 0.4s ease,
    margin 0.4s ease,
    -webkit-box-shadow 0.4s ease;
  transition:
    background-color 0.4s ease,
    border-radius 0.4s ease,
    border-color 0.4s ease,
    margin 0.4s ease,
    box-shadow 0.4s ease;
  transition:
    background-color 0.4s ease,
    border-radius 0.4s ease,
    border-color 0.4s ease,
    margin 0.4s ease,
    box-shadow 0.4s ease,
    -webkit-box-shadow 0.4s ease;
}

.faq-item.active {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  border-bottom-color: transparent;
  margin: 15px 0;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.faq-question-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.faq-question-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
}

.faq-toggle-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  outline: none;
  background-color: rgba(245, 245, 242, 0.14);
  color: var(--white-color-two);
  -webkit-transition:
    background-color 0.4s ease,
    color 0.4s ease;
  transition:
    background-color 0.4s ease,
    color 0.4s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-toggle-btn img {
  width: 14px;
  height: 14px;
  -webkit-transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  transition:
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
  transition:
    transform 0.4s ease,
    filter 0.4s ease,
    -webkit-transform 0.4s ease,
    -webkit-filter 0.4s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-item.active .faq-toggle-btn {
  background-color: var(--white-color);
  color: var(--priamry-color);
}

.faq-item.active .faq-toggle-btn img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.faq-question-wrap:hover .faq-toggle-btn {
  background-color: rgba(255, 255, 255, 0.16);
}

.faq-item.active .faq-question-wrap:hover .faq-toggle-btn {
  background-color: var(--white-color-two);
}

.faq-answer-wrap {
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  height: 0px;
}

.faq-answer-content {
  padding-top: 20px;
  max-width: 100%;
  padding-right: 20px;
}

.faq-answer-content p {
  margin: 0;
}

.abt-brd-drctrbnrsec .inner-banner-content {
  text-align: left;
  max-width: 100%;
}

.abt-brd-drctrbnrsec .board-member-back-link {
  margin-bottom: 28px;
}

.abt-brd-drctrbnrsec .inner-banner-overlay {
  background: linear-gradient(
    85.61deg,
    rgba(0, 21, 62, 0.75) 6.9%,
    rgba(0, 21, 62, 0.15) 55.4%
  );
}

.abt-brd-drctrbnrsec::before {
  background: linear-gradient(
    105.93deg,
    rgba(0, 21, 62, 0.7) 0.23%,
    rgba(0, 21, 62, 0) 17.09%
  );
}

.abt-brd-drctrbnrul ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.abt-brd-drctrbnrul li {
  position: relative;
  padding: 0 12px;
  line-height: 1.1;
}

.abt-brd-drctrbnrsec .inner-banner-desc {
  font-size: 24px;
  font-weight: 500;
}

.abt-brd-drctrbnrul li:first-child {
  padding-left: 0;
}

.abt-brd-drctrbnrul li:last-child:before {
  display: none;
}

.abt-brd-drctrbnrul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--white-color-one);
  top: 0;
  right: 0;
}

/* ==========================================================================
   Board Details Section
   ========================================================================== */

.board-profile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.board-profile-header .h3-title {
  margin-bottom: 8px;
}

.board-profile-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.board-profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.board-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 90px);
  padding-left: 35px;
}

/* ==========================================================================
   Contact Us Section
   ========================================================================== */

.contact-desc {
  margin-bottom: 25px;
}

.contctusrow {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.contact-info-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-info-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-info-wrap li:not(:last-child) {
  margin-bottom: 17px;
}

.contact-icon {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-icon img {
  max-width: 22px;
  max-height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-text {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 15px;
}

.contact-text a,
.contact-text p {
  color: var(--white-color-one);
  margin: 0;
  text-decoration: none;
}

.contact-text a:hover {
  color: var(--secondary-color);
}

.contact-otp { margin: 30px 0 20px; }
.contact-form-wrap .gfield > .contact-otp {
  margin: 14px 0 0;
}
.contact-form-wrap .gform_wrapper .contact-otp-verify { padding-top: 25px; }
.contact-otp-verify[hidden],
.contact-otp-message:empty { display: none; }
.contact-otp-verify label { display: block; margin-bottom: 8px; }
.contact-otp-code { width: 100%; }
.contact-otp-message { padding-top: 8px; font-size: 14px; line-height: 1.4; }
.contact-otp-message.is-error { color: #ffb4b4; }
.contact-otp-message.is-success { color: #b8efc5; }

.contact-map-wrap {
  border-radius: 20px;
  overflow: hidden;
  min-height: 271px;
  width: 100%;
  position: relative;
}

.contact-map-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-map-wrap iframe {
  border: 0;
  display: block;
}

.contact-form .form-group {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.contact-form-wrap label {
  color: var(--white-color-one);
}

.contact-form-wrap .required {
  color: #ff4d4d;
}

.contact-form-wrap input::-webkit-input-placeholder,
.contact-form-wrap textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::-moz-placeholder,
.contact-form-wrap textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input:-ms-input-placeholder,
.contact-form-wrap textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::-webkit-input-placeholder,
.contact-form-wrap textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::-moz-placeholder,
.contact-form-wrap textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input:-ms-input-placeholder,
.contact-form-wrap textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::-ms-input-placeholder,
.contact-form-wrap textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::-webkit-input-placeholder,
.contact-form-wrap textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::-moz-placeholder,
.contact-form-wrap textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input:-ms-input-placeholder,
.contact-form-wrap textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::-ms-input-placeholder,
.contact-form-wrap textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input::placeholder,
.contact-form-wrap textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form-wrap input[type="submit"] {
  margin-top: 15px;
}

.contctsecrow {
  --bs-gutter-y: 30px;
}

/* ==========================================================================
   Global Network Details Card
   ========================================================================== */

.network-details-card {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  padding: 22px;
  margin-top: 50px;
}

.network-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.network-img-box {
  width: 338px;
  height: 218px;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.network-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.network-info-box {
  width: calc(100% - 338px);
  padding-left: 32px;
}

.network-contact-row {
  margin-top: 15px;
}

.network-contact-row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}

.network-contact-row ul li {
  list-style: none;

  padding: 0 10px;
}

.network-contact-row ul li:first-child {
  padding-left: 0;
}

.network-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.network-contact-item img {
  width: 22px;
  height: auto;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

.network-contact-item a {
  color: var(--white-color-one);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.network-contact-item a:hover {
  color: var(--secondary-color);
}

.network-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--white-color-one);
  margin: 0;
}

/*other pages*/

/* --- 27.05 --- */

.service_build h2 {
  margin-bottom: 20px;
}

.service_build_content {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.service_build_content p {
  margin-bottom: 10px;
}

.service_build span {
  display: block;
  border-left: 2px solid var(--secondary-color);
  padding-left: 12px;
  color: var(--secondary-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
}

.service_build p:last-of-type {
  margin-bottom: 0;
}

.service_build_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

/* --- service true section --- */

/* .service_true_row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
} */

.service_true_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 30px;
  gap: 30px;
  height: 100%;
  -webkit-transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.service_true_card_content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service_true_card_content h3 {
  margin-bottom: 20px;
}

.service_true_card_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service_true_card_content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.service_true_card_content ul li:last-child {
  margin-bottom: 0;
}

.service_true_card_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("images/tick-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service_true_card_image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service_true_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  display: block;
  max-height: 266px;
}

/* --- service why section --- */
.service_why_sec h2 {
  margin-bottom: 50px;
}

/* .service_why_row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
} */

.service_why_card_icon {
  margin-bottom: 30px;
  max-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service_why_card_icon img {
  height: 100%;
  width: auto;
  display: block;
}

/* --- service strategic section --- */
.ser_strategic_sec {
  position: relative;
  overflow: hidden;
  z-index: 1;
  min-height: 465px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ser_strategic_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}

.ser_strategic_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 21 62 / 0.8);
  z-index: -1;
}

.ser_strategic_sec .cmn-structure {
  margin-bottom: 0;
  max-width: 939px;
}

.ser_strategic_sec h2 {
  margin-bottom: 25px;
}

.ser_strategic_sec p {
  margin: 0;
}

.ser_industry_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
}

.service_industry {
  overflow: hidden;
}

.ser_industry_prev,
.ser_industry_next {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ser_industry_prev:hover,
.ser_industry_next:hover {
  background-color: var(--white-color);
}

.ser_industry_prev img,
.ser_industry_next img {
  max-width: 10px;
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.ser_industry_prev:hover img,
.ser_industry_next:hover img {
  -webkit-filter: none;
  filter: none;
}

.service_industry_wrapper {
  margin-top: 40px;
  margin-right: -20%;
}

.service_industry_slider {
  margin: 0 -15px;
}

.service_industry_slider .slick-slide {
  padding: 0 15px;
}

.service_industry_card .industry-card {
  min-height: 243px;
  background-color: #435270;
  padding: 30px 25px;
}

/* --- service enterprise section --- */
.service_enterprise_sec {
  position: relative;
  overflow: hidden;
}

.service_enterprise_sec.cmn-gap {
  padding-bottom: 58px;
}

.service_enterprise_sec .line_wrap {
  padding-bottom: 58px;
}

.service_enterprise_image {
  margin-right: -21%;
}

.service_enterprise_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_enterprise_content h2 {
  margin-bottom: 25px;
}

.service_enterprise_content p {
  margin-bottom: 25px;
}

.service_enterprise_content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px 0;
}

.service_enterprise_content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  line-height: 1.4;
  color: var(--white-color-one);
}

.service_enterprise_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("images/tick-image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.service_enterprise_roi {
  border-left: 2px solid var(--secondary-color);
  padding-left: 15px;
}

.service_enterprise_roi p {
  margin: 0 0 8px 0;
  color: var(--secondary-color);
  font-size: 22px;
}

.service_enterprise_roi p:last-child {
  margin-bottom: 0;
}

.service_enterprise_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* --- service turn section --- */
.service_turn_sec {
  position: relative;
}

.service_turn_grid ul {
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.service_turn_grid ul li {
  padding: 35px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  color: var(--white-color-one);
  text-align: left;
  position: relative;
}

.service_turn_grid ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(50%, rgba(255, 255, 255, 0.15)),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 50%
  );
  background-size: 12px 2px;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(15%, white),
    color-stop(85%, white),
    to(transparent)
  );
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    white 15%,
    white 85%,
    transparent
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(15%, white),
    color-stop(85%, white),
    to(transparent)
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    white 15%,
    white 85%,
    transparent
  );
  pointer-events: none;
}

.service_turn_grid ul li:nth-child(1)::after,
.service_turn_grid ul li:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 15%;
  height: 170%;
  width: 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, rgba(255, 255, 255, 0.15)),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.15) 50%,
    transparent 50%
  );
  background-size: 2px 12px;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(15%, white),
    color-stop(85%, white),
    to(transparent)
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    white 15%,
    white 85%,
    transparent
  );
  mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(15%, white),
    color-stop(85%, white),
    to(transparent)
  );
  mask-image: linear-gradient(
    to bottom,
    transparent,
    white 15%,
    white 85%,
    transparent
  );
  pointer-events: none;
  z-index: 1;
}

.service_turn_tick {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  position: relative;
  top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service_turn_tick img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.service_turn_cta {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 90px 40px;
  text-align: center;
  min-height: 403px;
}

.service_turn_cta_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.service_turn_cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.79)),
    to(rgba(0, 0, 0, 0.79))
  );
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79));
  z-index: 1;
}

.service_turn_cta_content {
  position: relative;
  z-index: 2;
}

.service_turn_cta_content h3 {
  margin-bottom: 20px;
}

.service_turn_cta_content p {
  margin-bottom: 25px;
}

.service_turn_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.service_turn_btn_group .cmn-btn:hover {
  background-color: var(--white-color);
  color: var(--black-color-two);
  border-color: transparent;
}

/* --- 27.05 --- */
.abt-brd-drctrbnrsec h1 {
  margin-bottom: 20px;
}

.service_turn_sec .cmn-structure {
  margin-bottom: 20px;
}

.course-col-card {
  height: auto;
}

.related_course_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.board-profile-info .h3-title {
  font-size: 24px;
}

/* ==========================================================================
   Video Preloader Styles
   ========================================================================== */
body.preloader-active {
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll !important;
}

#video-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #05203c;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#02172c),
    color-stop(25%, #05203c),
    color-stop(75%, #05203c),
    to(#02172c)
  );
  background: linear-gradient(
    to top,
    #02172c 0%,
    #05203c 25%,
    #05203c 75%,
    #02172c 100%
  );
  /* Dark Blue #00153E */
  z-index: 999999;
  /* Ensure it is on top of everything */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition:
    opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition:
    opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    visibility 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.logo-video-wrapper {
  /* max-width: 620px; */
  width: 90%;
  /* max-height: 80%; */
  -webkit-mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 80%
  );
  mask-image: radial-gradient(
    circle,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 80%
  );
}

#video-preloader video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  outline: none;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(7%, black),
    color-stop(93%, black),
    to(transparent)
  );
  -webkit-mask-image: linear-gradient(
    to top,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
  mask-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(transparent),
    color-stop(7%, black),
    color-stop(93%, black),
    to(transparent)
  );
  mask-image: linear-gradient(
    to top,
    transparent 0%,
    black 7%,
    black 93%,
    transparent 100%
  );
}

/* Skip/close button styling if needed or transition state */
#video-preloader.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Instantly hide the preloader when persistent browser storage marks it seen. */
.preloader-hidden #video-preloader {
  display: none !important;
}

.preloader-hidden body.preloader-active {
  height: auto;
  overflow: visible;
  overflow-y: visible !important;
}

.preloader-hidden body.preloader-active .navbar-brand {
  opacity: 1;
}

/* Custom Header Logo Animation state */
body.preloader-active .navbar-brand {
  opacity: 0;
}

.navbar-brand {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.navbar-brand.logo-show {
  opacity: 1 !important;
}

.bnrcontntsec.cmn-gap {
  padding: 70px 0;
}

.banner-content-new {
  max-width: 520px;
  margin-left: auto;
}

.bnrcontnt-row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lawenforece-intcont blockquote {
  padding-left: 15px;
  border-left: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: 22px;
}

.lawenforece-intcont img {
  border-radius: 20px;
  width: 100%;
}

.lawenforece-intcont strong {
  font-weight: 600;
}

.lawforcelogobx {
  height: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lawenforceomnt-imgwrp {
  border-radius: 20px;
  min-height: 400px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}

.lawenforceomnt-imgwrp img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.lawenforceomnt-imgwrp.right-top img {
  object-position: top right;
}
.lawforcelogobx img {
  width: 100%;
  height: 100%;
  max-width: 505px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lawbtnarap {
  margin-top: 30px;
}

.lawbtnarap .cmn-btn {
  min-width: 208px;
}

.lawenforece-reptwpr .lawenforece-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lawenforece-reptwpr .lawenforece-row:not(:last-child) {
  margin-bottom: 40px;
}

.lawenforece-rgtcont,
.lawenforece-lftcont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lawprof-landsec .cgsp_logoimg {
  max-width: 505px;
}

.law-enforcementsec .inner-banner-content {
  max-width: 848px;
}

.lawprof-lanwrpr .lawprof-lanrow:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.lawprof-lanwrpr .lawprof-lanrow:not(:last-child) {
  margin-bottom: 100px;
}

.lawprof-lanwrpr .cgsp_intro_content {
  padding-right: 10px;
}

.lawprof-lanwrpr .lawprof-lanrow:nth-child(even) .cgsp_intro_content {
  padding-right: 0;
  padding-left: 10px;
}

.lawprof-lanwrpr .cgsp_intro_content ul {
  margin-bottom: 15px;
}

.lawprof-lanwrpr .cgsp_intro_content ul :last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Private Security Industry Section
   ========================================================================== */
.private-security-sec {
  position: relative;
}

.market-data-link {
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
  display: inline-block;
}

.private-security-row {
  margin-top: 50px;
}

.private-security-card {
  background-color: rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  backdrop-filter: blur(212px);
  padding: 30px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.private-security-icon {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}

.lawwhtmeans-lftcol .curriculum_list ul {
  margin-bottom: 15px;
}

.lawwhtmeans-lftcol .curriculum_list ul:last-child {
  margin-bottom: 0;
}

.lawwhtmeans-lftcol .cgsp_intro_content {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(260px, 0.8fr) 60px minmax(0, 1.4fr);
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.4fr);
  gap: 60px;
  padding: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.09);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.lawwhtmeans-lftcol .cgsp_intro_desc {
  max-width: 100%;
}

.lawwhtmeans-lftcol .cgsp_intro_content h2 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .lawwhtmeans-lftcol .cgsp_intro_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

@media (max-width: 575px) {
  .lawwhtmeans-lftcol .cgsp_intro_content {
    padding: 25px 20px;
  }
}

/* ==========================================================================
   Career Pathway / Easy Responsive Tabs Styles
   ========================================================================== */
.career-tabs-wrapper.resp-vtabs .resp-tabs-container {
  float: none;
  width: 66.67%;
}

.career-tabs-wrapper.resp-vtabs ul.resp-tabs-list {
  float: none;
  width: 33.33%;
  padding-right: 30px;
}

.career-tabs-wrapper.resp-vtabs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.career-tabs-wrapper.resp-vtabs .resp-tabs-list li {
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 30px !important;
  border: 1px solid transparent !important;
  border-radius: 20px;
  backdrop-filter: blur(212px);
}

.career-tabs-wrapper.resp-vtabs .resp-tabs-list li:not(:last-child) {
  margin-bottom: 20px !important;
}

.career-tabs-wrapper.resp-vtabs .resp-tabs-list li.resp-tab-active {
  background-color: rgba(255, 255, 255, 0.26) !important;
  border: 1px solid var(--white-color) !important;
}

.tab-num {
  font-size: 19px;
  display: block;
  margin-bottom: 20px;
}

.career-tabs-wrapper .resp-tabs-container {
  background-color: rgba(255, 255, 255, 0.26) !important;
  backdrop-filter: blur(212px);
  border-radius: 20px !important;
  padding: 40px;
  border: none !important;
}

.career-tabs-wrapper .tab-content-panel {
  padding: 0 !important;
}

.lawtabcontent ul {
  padding-left: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.lawtabcontent ul > li {
  list-style: none;
  margin-bottom: 15px;
}

.lawtabcontent h3 {
  text-transform: capitalize;
}

.lawtabcontent h3 strong {
  color: var(--secondary-color);
  font-weight: 500;
}

.lawtabcontent ul li {
  background-image: url(images/bulleticon.svg);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 16px 16px;
  padding-left: 28px;
  margin-bottom: 18px;
  color: var(--white-color-one);
  line-height: 1.4;
}

.lawtabcontent ul > li > ul {
  padding-left: 0;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  margin-top: 10px;
}

.lawtabcontent ul > li > ul li {
  list-style: none;
  position: relative;
  background-image: none;
  padding-left: 19px;
}

.lawtabcontent ul > li > ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 8px;
  left: 0;
}

.lawtabcontent-wrp {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.lawtabcontent-wrp:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/* ==========================================================================
   Why Choose ILEPDI Section
   ========================================================================== */


.choose-ilepdi-img-wrap {
  margin: 0;
  overflow: hidden;
  height: 100%;
  border-radius: 24px;
}

.choose-ilepdi-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
}

.choose-ilepdi-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.choose-ilepdi-list {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 25px;
}

.choose-ilepdi-list ol {
  list-style: none;
  padding: 0;
  counter-reset: line;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 40px;
}

.choose-ilepdi-list ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding-left: 32px;
}

.choose-ilepdi-list ol li::before {
  counter-increment: line;
  content: counter(line) ".";
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-block;
}

.choose-ilepdi-btn-wrap {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .choose-ilepdi-list ol {
    display: block;
  }
}

.meet_sec .meet_btn_wrap {
  padding-bottom: 28px;
}

.law-enforcementsec .inrbnrimg {
  object-position: 68% 50%;
}
/*support css update 10/6/2026*/
.paginationclss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.paginationclss .page-numbers {
  background-color: rgba(255, 255, 255, 0.1);
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  border-radius: 5px;
  font-size: 15px;
}
.paginationclss a.page-numbers:hover {
  background-color: var(--secondary-color);
  color: var(--priamry-color);
}
.paginationclss .page-numbers:not(:last-child) {
  margin-right: 8px;
}
.paginationclss .page-numbers.next,
.paginationclss .page-numbers.prev {
  background-color: transparent;
  background-position: center center;
  background-size: 8px;
  font-size: 0;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.paginationclss .page-numbers.next:hover,
.paginationclss .page-numbers.prev:hover {
  background-color: transparent;
}
.paginationclss .page-numbers.prev {
  background-image: url(images/academic-left-arw.svg);
}
.paginationclss .page-numbers.next {
  background-image: url(images/academic-right-arw.svg);
}
.paginationclss .page-numbers.current {
  background-color: var(--secondary-color);
  color: var(--priamry-color);
}
.contact-map-wrap iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-form-wrap .gform_wrapper.gform-theme form label {
  color: var(--white-color-one);
  font-size: 19px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.contact-form-wrap .gform_wrapper.gform-theme form input[type="text"],
.contact-form-wrap .gform_wrapper.gform-theme form input[type="tel"],
.contact-form-wrap .gform_wrapper.gform-theme form input[type="email"],
.contact-form-wrap .gform_wrapper.gform-theme form input[type="password"],
.contact-form-wrap .gform_wrapper.gform-theme form select {
  background-color: rgba(255, 255, 255, 0.07);
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  color: var(--white-color-two);
  font-size: 19px;
  border: none;
  height: 60px;
  padding: 0 16px;
  outline: none !important;
}
.contact-form-wrap .gform_wrapper.gform-theme form select {
  background-image: url(images/sort-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 18px;
  padding-right: 44px;
}
.contact-form-wrap .gform_wrapper.gform-theme form select option {
  background-color: #061e43;
  color: var(--white-color-two);
}
.contact-form-wrap .gform_wrapper.gform-theme form textarea {
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: none;
  padding: 12px 16px;
  width: 100%;
  color: var(--white-color-two);
  font-size: 19px;
  height: 192px;
  outline: none !important;
  resize: none;
}
.contact-form-wrap .gform-theme--foundation .gform_fields {
  row-gap: 30px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.contact-form-wrap
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer
  input[type="submit"].button {
  background: var(--white-color);
  color: var(--black-color-two);
  height: 50px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 60px;
  padding-left: 30px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 19px;
  font-weight: 400;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form-wrap
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer
  input[type="submit"].button:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.contact-form-wrap
  .gform_wrapper.gform-theme.gform-theme--foundation
  .gform-footer {
  margin-top: 30px;
}
.contact-form-wrap .gform_wrapper.gform-theme form .gfield_required_asterisk {
  font-size: 16px;
}

.contact-form-wrap
  .gfield--type-address.gfield_contains_required
  .gform-field-label--type-sub::after {
  color: #ff4d4d;
  content: " *";
}
/*support css update 10/6/2026*/

/* 12-06-2026 s.m css */
.page_wrapper.no-pdct-pg-wpr {
  padding: 100px 0;
  background-color: var(--white-color);
  position: relative;
  z-index: 1;
}
.no-course-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
  pointer-events: none;
  z-index: -1;
}
.cls-img {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 20px 20px 25px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 2px 4px 45px rgba(0, 0, 0, 0.1);
  max-width: 550px;
  width: 100%;
}
.cls-img i {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -50px auto 0px;
}

.cls-img h2 {
  color: var(--priamry-color);
  font-size: 30px;
  margin-bottom: 10px;
}
.cls-img p {
  color: var(--priamry-color);
}

/* 12-06-2026 s.m css */

/* 19-jun-2026  */
.banner-sec {
  padding: 0;
  height: auto !important;
  padding-top: 56.25%;
}

/* 19-jun-2026  */

/* 22-jun-2026  */
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border: 1px solid var(--white-color);
  border-radius: 20px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 20px;
  color: var(--white-color);
  font-size: 16px;
  border-bottom: 1px solid var(--white-color);
}

.woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--secondary-color);
}

.woocommerce-account .woocommerce-info {
  background: var(--secondary-color);
  color: var(--white-color);
  border: none;
  border-radius: 20px;
}

.woocommerce-info::before {
  color: var(--white-color);
}

.sj-lts-my-account-subscriptions .sj-lts-subscription-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.sj-lts-my-account-subscriptions .sj-lts-subscription-actions form {
  display: inline-flex;
  margin: 0;
}

.sj-lts-my-account-subscriptions .sj-lts-subscription-actions .button,
.sj-lts-my-account-subscriptions .sj-lts-subscription-actions button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 80px;
  min-height: 36px;
  padding: 8px 22px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.offer-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 26px;
  gap: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  z-index: 99;
  backdrop-filter: blur(10px);
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.price {
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.price .currency {
  font-size: 15px;
  vertical-align: top;
}

.price .amount {
  font-size: 30px;
  font-weight: 400;
}

.price .year {
  font-size: 15px;
  margin-left: 4px;
}

.center-content {
  text-align: center;
  color: #fff;
  /* flex: 0 0 auto; */
}

.center-content .title {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.free-tag {
  display: inline-block;
  background: #c8202f;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 8px 18px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 70px;
  background: #263a67;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.speak-with-sec iframe {
  height: 100vh;
}

.template-sec-page.cmn-gap {
  background: #f4f4f4;
}

.template-sec-page-inner {
  height: 260px;
  background: #00153e;
}
/* 22-jun-2026  */

/* 23-06-26 Css Start */
.offer-banner {
  display: none;
}

.offer-banner.certification-offer-banner {
  display: flex;
  max-width: calc(100% - 30px);
}

.certification-offer-banner .center-content .title {
  max-width: 410px;
  line-height: 1.25;
}
.meet_col {
  width: 20%;
}
.meet_card_content h3 {
  margin-bottom: 6px;
  font-size: 18px;
}
.meet_card_content a {
  font-size: 16px;
}

.big_txt {
  font-size: 5.104vw;
}
.nw-veritas-plan-card-outer {
  max-height: 750px;
  overflow-y: auto;
  direction: rtl;
  padding-left: 15px;
}
.nw-veritas-plan-card-outer .veritas-plan-card {
  direction: ltr;
}
.nw-veritas-plan-card-outer::-webkit-scrollbar {
  width: 3px;
}

.nw-veritas-plan-card-outer::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}

.nw-veritas-plan-card-outer::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}
.brdmenbr-inr .inner-banner-title {
  display: flex;
  align-items: center;
}
.deginations {
  font-size: 20px;
  margin-left: 10px;
  margin-top: 23px;
}

.inner-banner-content.brdmenbr-inr .inner-banner-desc {
  max-width: 620px;
}

/* 23-06-26 Css End */

/* June 25 */
.main-head .container {
  max-width: 96%;
}
.inner-banner-content.brdmenbr-inr .inner-banner-desc {
  margin-bottom: 4px;
}
.inner-banner-content.brdmenbr-inr .abt-brd-drctrbnrul {
  margin-top: 14px;
}
.board-profile-info p {
  margin-bottom: 8px;
}
.board-details-content {
  font-size: 19px;
}

.inrbnrimg.certificationbanner {
  height: 100%;
}
.box-gap .academic_card_innr {
  padding-top: 84.4%;
}

/* 24/7/26 work start */
.navbar-collapse {
  background: #c9a86a;
}
.stick.open:before {
  background-color: #fff;
}
.stick.open:after {
  background-color: #fff;
}
.menutxt {
  color: #fff;
}
.navbar-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 0px !important;
}
.navbar-nav > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.sub-menu {
  background: transparent;
}
.navbar-nav > li > a {
  color: #fff !important;
}
.sub-menu > li > a {
  color: #fff !important;
}
.navbar-nav .clickD {
  filter: brightness(0) invert(1);
  pointer-events: none;
}
.navbar-nav > li > a:hover,
.sub-menu > li > a:hover,
.sub-menu > li.menu-item-has-children:hover > a,
.sub-menu > li.current-menu-item > a {
  opacity: 0.6 !important;
}

.box-gap .academic_card_innr {
  padding-top: 100%;
}

.free-tag {
  background: #c9a86a;
}

.meet_btn_wrap {
  flex-shrink: 0;
}

.center-content .title {
  font-size: 13px;
}

.inrbnrimg.certificationbanner {
  object-position: top;
}

.arw-ofr-flt,
.arw-ofr {
  display: none;
}

/* .card_content {
    position: static !important;
    padding: 15px;
    transform: translate(0) !important;
} */
/* 24/7/26 work end */

/* 27-07-2026 m.m css */
.certification_grid {
  --bs-gutter-x: 20px;
}
.veritas-checkout-page select.veritas-plan-variation {
  max-width: 180px;
}
.woocommerce-MyAccount-content .select2-selection {
  background-color: rgba(255, 255, 255, 0.08);
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 60px;
}
.woocommerce-MyAccount-content .select2-selection__rendered {
  height: 100%;
  display: flex !important;
  align-items: center;
  padding: 8px 20px !important;
  color: var(--white-color) !important;
}
.woocommerce-MyAccount-content .select2-selection__placeholder {
  color: var(--white-color);
}

.woocommerce-account .select2-search--dropdown .select2-search__field {
  color: var(--black-color) !important;
  padding: 4px 20px;
}
.woocommerce-account
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b {
  filter: brightness(0) invert(1);
}
.woocommerce-account
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.woocommerce-account
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--secondary-color);
}
/* 27-07-2026 m.m css */

.academic_card_innr .card_content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}



/* 13-08-26 Css Start */
body.single-product .course-deatails-head{
  position:absolute;
}
.course_dtls-main-title {
    max-width: 1150px;
    margin: 0 auto 50px;
}
.mdfy-course_dtls-back-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.course-back-link {
    margin: 0;
    flex: 1;
    padding-right: 10px;
}
.mdfy-course_dtls-back-rgt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mdfy-course_dtls-back-rgt .cmn-btn{
  margin-bottom:0;
}
.course_dtls-main-title .course-back-link{
  display:none;
}

.inner-banner-sec.reltve-img-bnr{
  padding:0;
  min-height:0;
}
.inner-banner-sec.reltve-img-bnr .inrbnrimg{
  position:relative;
}
.reltve-img-bnr-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    z-index: 9;
    height: 100%;
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}





/* 13-08-26 Css End */


/* ========== responsive css =========== */

@media (min-width: 1025px) {
  /* navbar*/
  /* .navbar-nav .clickD {
        display: none;
    }

    .navbar-nav li.menu-item-has-children:hover>.sub-menu {
        display: block;
    } */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    padding: 0 15px;
  }

  body {
    font-size: 16px;
  }

  .lawenforece-intcont blockquote {
    font-size: 16px;
    padding-left: 10px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }

  body {
    font-size: 17px;
  }

  .lawenforece-intcont blockquote {
    font-size: 18px;
  }
  /* June 25 */
  .board-details-content {
    font-size: 21px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1650px;
  }

  body {
    font-size: 19px;
  }

  /*Professional - CGSP*/
  /*cgspcta button*/
  .cgspcta_card {
    font-size: 22px;
  }

  /*cgspcta button*/
  /*Professional - CGSP*/
  .lawenforece-intcont blockquote {
    font-size: 22px;
    padding-left: 15px;
  }
}

@media (max-width: 1699px) {
  h1,
  .h1-title {
    font-size: 55px;
  }

  .banner-subtitle {
    font-size: 42px;
  }

  h2,
  .h2-title {
    font-size: 41px;
  }

  h3,
  .h3-title {
    font-size: 20px;
  }

  /* -----25.05--- */
  .foot-title {
    font-size: 20px;
  }

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

  .footer_inner ul li {
    margin-bottom: 18px;
  }

  .foot-four .footer_inner p {
    font-size: 16px;
  }

  .foot-one {
    width: 26%;
  }

  .foot-two {
    width: 33%;
  }

  .foot-three {
    width: 12%;
  }

  .foot-four {
    width: 29%;
  }

  .foot-form .gform_wrapper input[type="email"] {
    font-size: 15px;
    height: 56px;
  }

  .foot-form .gform_wrapper input[type="submit"] {
    height: 49px !important;
    block-size: 49px !important;
    font-size: 15px !important;
  }

  .input_wrap {
    position: relative;
    margin-bottom: 14px;
  }

  .line-foot {
    padding-bottom: 45px;
  }

  .social_links a {
    width: 46px;
    height: 46px;
  }

  .social_links li {
    padding: 0 4px;
  }

  .social_links {
    margin: 0 -4px;
  }

  .social_links a img {
    width: 15px;
    height: 15px;
  }

  .line_wrap {
    padding-bottom: 60px;
  }

  .cmn-gap {
    padding: 80px 0;
  }

  .navbar-brand {
    max-width: 140px;
  }

  .navbar-toggler {
    width: 58px;
    height: 58px;
  }

  .stick,
  .stick:after,
  .stick:before {
    left: 9px;
  }

  .stick:after {
    left: auto;
  }


  .navbar-nav > li > a {
    font-size: 22px;
  }

  .navbar-nav > li {
    padding: 20px 0;
  }

  .menutxt {
    font-size: 28px;
  }

  .sub-menu > li > a {
    font-size: 18px;
  }

  .navbar-nav .clickD {
    top: 25px;
  }

  .filter-select {
    font-size: 17px;
    min-width: 455px;
    background: rgba(255, 255, 255, 0.08) url(images/slectdropdnwicon.svg)
      no-repeat right 18px center / 16px auto;
  }

  .course-link {
    font-size: 17px;
  }

  /* -----25.05--- */
  .foot-title {
    font-size: 20px;
  }

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

  .footer_inner ul li {
    margin-bottom: 18px;
  }

  .foot-four .footer_inner p {
    font-size: 16px;
  }

  .foot-one {
    width: 26%;
  }

  .foot-two {
    width: 33%;
  }

  .foot-three {
    width: 12%;
  }

  .foot-four {
    width: 29%;
  }

  .foot-form .gform_wrapper input[type="email"] {
    font-size: 15px;
    height: 56px;
  }

  .foot-form .gform_wrapper input[type="submit"] {
    height: 49px !important;
    block-size: 49px !important;
    font-size: 15px !important;
  }

  .input_wrap {
    position: relative;
    margin-bottom: 14px;
  }

  .line-foot {
    padding-bottom: 45px;
  }

  .social_links a {
    width: 46px;
    height: 46px;
  }

  .social_links li {
    padding: 0 4px;
  }

  .social_links {
    margin: 0 -4px;
  }

  .social_links a img {
    width: 15px;
    height: 15px;
  }

  .cmn-gap {
    padding: 80px 0;
  }

  .footer-row {
    margin: 0 -15px;
  }

  .footer-col {
    padding: 0 15px;
  }

  .card_content {
    -webkit-transform: translateY(calc(100% - 72px));
    -ms-transform: translateY(calc(100% - 72px));
    transform: translateY(calc(100% - 72px));
  }

  /* .meet_col {
        width: 33.33%;
    } */

  .meet_card_content a {
    font-size: 16px;
  }

  .meet_card_content p:last-of-type {
    margin-bottom: 13px;
  }

  .industry-grid {
    margin: 0 -12px;
  }

  .industry-col {
    padding: 0 12px;
  }

  /*Professional - CGSP*/
  .cgspcta_card {
    padding: 32px 27px;
  }

  .cmn-btn {
    font-size: 17px;
  }

  /*Professional - CGSP*/

  /*other pages*/
  input[type="submit"] {
    font-size: 16px;
  }

  /*other pages*/
  /* ----27.05 ------------ */
  .service_turn_grid ul li {
    padding: 35px 20px;
    font-size: 15px;
  }

  .service_enterprise_image {
    margin-right: -32%;
  }

  .cgspcta-lftcol {
    width: 36%;
  }

  .cgspcta-rgtcol {
    width: 64%;
  }

  .cgspcta_card .cmn-btn {
    padding: 19px 21px;
  }

  .service_turn_tick {
    top: 3px;
  }

  .lawforcelogobx img {
    max-width: 430px;
  }

  .lawprof-lanwrpr .lawprof-lanrow:not(:last-child) {
    margin-bottom: 80px;
  }
  /*support css update 10/6/2026*/
  .course-details-body ul li {
    font-size: 17px;
  }
  .contact-form-wrap
    .gform_wrapper.gform-theme.gform-theme--foundation
    .gform-footer
    input[type="submit"].button {
    font-size: 16px;
  }
  .contact-form-wrap .gform_wrapper.gform-theme form label {
    font-size: 17px;
  }
  /*support css update 10/6/2026*/

  /* 22-jun-2026  */
  .template-sec-page-inner {
    height: 200px;
  }
  /* 22-jun-2026  */


/* 13-08-26 Css Start */
.course_dtls-main-title {
    max-width: 860px;
}
/* 13-08-26 Css End */

}

@media (max-width: 1499px) {
  .meet_card_content {
    padding: 25px 14px;
  }

  .meet_card_content h3 {
    margin-bottom: 6px;
    font-size: 18px;
  }

  .meet_card_content p:first-of-type {
    margin-bottom: 7px;
  }

  .meet_card_content p:last-of-type {
    margin-bottom: 8px;
  }

  .industry-card h3 br {
    display: none;
  }

  .industry-card {
    padding: 30px 11px;
  }

  .block-content {
    padding: 0;
  }

  .block-row:nth-child(even) .block-content {
    padding-left: 0;
    padding-right: 0;
  }

  /*Professional - CGSP*/
  .cgsp_btn_group .cmn-btn:last-child {
    margin-left: 14px;
  }

  .cgspaudiencecontbx {
    padding-right: 30px;
  }

  .audience_col:last-child .cgspaudiencecontbx {
    padding-left: 20px;
  }

  .curriculum_card {
    padding: 30px 20px;
  }

  /*Professional - CGSP*/
  .career-tabs-wrapper.resp-vtabs ul.resp-tabs-list {
    padding-right: 20px;
  }
}

@media (max-width: 1399px) {
  .service_true_card {
    padding: 30px 15px;
    gap: 11px;
  }

  .service_enterprise_image {
    margin-right: -28%;
  }

  .cgspcta-lftcol {
    width: 40%;
  }

  .cgspcta-rgtcol {
    width: 60%;
  }

  .cgspcta_card .cmn-btn {
    padding: 17px 15px;
    font-size: 15px;
  }

  .cgspcta-wrpr {
    padding-left: 0;
  }

  .cgspcta-inrrow {
    --bs-gutter-x: 20px;
  }

  .service_turn_grid ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .service_turn_grid ul::after,
  .service_turn_grid ul li::after {
    display: none !important;
  }

  .service_turn_grid ul li {
    border: 1px dashed rgba(255, 255, 255, 0.15);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cmn-btn {
    min-width: 150px;
  }

  .lawbtnarap .cmn-btn {
    min-width: 150px;
  }
  /*support css update 10/6/2026*/
  .course-details-body ul li {
    font-size: 17px;
  }
  .contact-form-wrap .gform_wrapper.gform-theme form label {
    font-size: 16px;
  }
  /*support css update 10/6/2026*/

  /* 23-06-26 */
  .meet_grid {
    --bs-gutter-y: 16px;
    margin: 0 -10px;
  }
  .meet_col {
    padding: 0 10px;
  }

  /* 23-06-26 */

/* 13-08-26 Css Start */
.course_dtls-main-title {
    max-width: 700px;
}



/* 13-08-26 Css End */

}

@media (max-width: 1299px) {
  .service_turn_cta {
    min-height: 361px;
  }
}

@media (max-width: 1279px) {
  .main-head {
    padding: 15px 0;
  }

  .navbar-brand {
    max-width: 130px;
  }

 

  .navbar-collapse {
    padding: 28px;
  }

  .navbar-nav > li > a {
    font-size: 22px;
  }

  .sub-menu > li > a {
    font-size: 16px;
  }

  .sub-menu {
    margin-top: 15px;
  }

  .navbar-nav > li {
    padding: 17px 0;
  }

  .navbar-nav .clickD {
    top: 16px;
    background-size: 17px;
  }

  .navbar-collapse .navbar-toggler {
    right: 11px;
  }

  .filter-select {
    font-size: 16px;
  }

  .filter-select {
    padding: 12px 37px 12px 22px;
  }

  .cmn-structure {
    margin-bottom: 30px;
  }

  .course-link {
    font-size: 16px;
  }

  .values_img_wrap {
    min-height: 450px;
  }

  /*Professional - CGSP*/

  .cgspcta_card {
    padding: 32px 21px;
  }

  .pdpcg-credntialsec .vision_content {
    padding-left: 0;
  }

  .pdpcg-credntialsec .visionwrp:nth-child(even) .vision_content {
    padding-right: 0;
  }

  /*Professional - CGSP*/
  /*other pages*/
  .faq-item {
    padding: 30px;
  }

  .network-details-card {
    padding: 20px;
  }

  .network-info-box {
    padding-left: 20px;
  }

  /*other pages*/
  .service_why_card {
    padding: 42px 24px;
  }

  .ser_strategic_sec {
    min-height: 300px;
  }

  .service_industry_slider .slick-slide {
    padding: 0 12px;
  }

  .service_industry_slider {
    margin: 0 -12px;
  }

  .service_turn_grid ul li {
    padding: 22px 20px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  h1,
  .h1-title {
    font-size: 46px;
  }

  .industry-popup-modal .popup-title {
    font-size: 44px;
  }

  h2,
  .h2-title {
    font-size: 37px;
  }

  body {
    font-size: 16px;
  }

  .banner-subtitle {
    font-size: 36px;
  }

  .banner-tagline {
    margin-bottom: 20px;
  }

  .navbar-collapse {
    padding: 24px;
  }

  .navbar-brand {
    max-width: 125px;
  }

  .menutxt {
    font-size: 26px;
  }

  .navbar-nav > li > a {
    font-size: 19px;
  }

  .navbar-nav .clickD {
    background-image: 17px;
  }

  .sub-menu > li > a {
    padding: 10px 10px;
  }

  .sub-menu > li > a {
    padding-left: 0;
  }

  .cmn-btn {
    padding: 17px 27px;
    font-size: 17px;
  }

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

  .filter-select {
    padding: 10px 37px 10px 22px;
  }

  .course-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .fancybox__content.industry-popup-modal {
    padding: 35px;
  }

  /* ----25.04 -------- */
  .meet_col_top_left,
  .meet_col_top_right {
    width: 100%;
  }

  .meet_header {
    margin-bottom: 18px;
  }

  .meet_top_left_text h2 {
    margin-bottom: 15px;
  }

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

  .line_wrap {
    padding-bottom: 50px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  .footer-col {
    padding: 20px 12px;
  }

  .foot-one {
    width: 35%;
  }

  .foot-two {
    width: 43%;
  }

  .foot-three {
    width: 22%;
  }

  .foot-four {
    width: 70%;
  }

  .footer-row {
    margin: -20px -12px;
  }

  .foot-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .footer_inner ul li {
    margin-bottom: 10px;
  }

  .meet_col {
    padding: 0 12px;
  }

  .meet_grid {
    margin: 0 -12px;
  }

  .academic_slider .slick-slide {
    padding: 0 12px;
  }

  .academic_slider {
    margin: 0 -12px;
  }

  .industry-grid {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .meet_card_content h3 {
    font-size: 18px;
  }

  .meet_card_content p:last-of-type {
    margin-bottom: 8px;
  }

  .meet_col {
    width: 33.33%;
  }

  .navbar-collapse .navbar-toggler {
    width: 42px;
    height: 42px;
    right: 17px;
    top: 20px;
  }

  .academic-btn {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 50px;
    top: 0;
    left: 0;
  }

  .academic-btn .academic_prev {
    margin-right: 10px;
  }

  /* ----26.05 -------- */
  /* .course_details_sec .course-image-container {
    padding-top: 35.97%;
  } */

  .course_details_sec .course-meta-info {
    margin: 20px 0;
  }

  .course_details_sec .course-meta-info span:not(:last-child)::after {
    right: -23px;
    width: 1px;
    height: 23px;
  }

  .course_details_sec .course-meta-info span {
    margin-right: 40px;
  }

  .course-highlight-quote {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .course_details_sec .course-details-body ul li {
    position: relative;
    padding-left: 32px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .course_details_sec .course-details-body h3 {
    margin-bottom: 22px;
  }

  .course_details_sec .course-details-body p {
    margin-bottom: 17px;
    color: var(--white-color-one);
  }

  /**innerbanner section**/
  .inner-banner-sec {
    min-height: 470px;
    padding-top: 170px;
    padding-bottom: 32px;
  }

  /**innerbanner section**/
  /*Professional - CGSP*/
  .cgsp_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cgsp_btn_group .cmn-btn:last-child {
    margin-left: 0;
    margin-top: 15px;
  }

  .cgspaudiencecontbx {
    padding-right: 0;
  }

  .audience_col:last-child .cgspaudiencecontbx {
    padding-left: 0;
  }

  .curriculamrow {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .cgspcta-lftcol {
    width: 100%;
  }

  .cgspcta-rgtcol {
    width: 100%;
  }

  .cgspcta-lftcol h2 {
    text-align: center;
  }

  .cgspcta-row {
    --bs-gutter-y: 24px;
    --bs-gutter-x: 24px;
  }

  /*Professional - CGSP*/

  /*other pages*/
  .academystrategyrw {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
  }

  .faq-answer-content {
    padding-right: 0;
    padding-top: 10px;
  }

  .board-profile-info {
    padding-left: 20px;
  }

  .contctusrow {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 24px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    font-size: 16px;
  }

  /*other pages*/

  /* --------27.05 --------- */

  .service_true_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 28px;
  }

  .service_true_card_content {
    width: 100%;
  }

  .service_true_card_image {
    width: 100%;
  }

  .service_why_row {
    margin: 0 -12px;
  }

  .service_col_why {
    padding: 0 12px;
  }

  .service_enterprise_image {
    margin-right: 0;
  }

  .service_enterprise_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service_why_row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0px;
  }

  .ser_industry_prev,
  .ser_industry_next {
    height: 35px;
    width: 35px;
  }

  .bnrcontntsec.cmn-gap {
    padding: 60px 0;
  }

  .lawenforece-intcont blockquote {
    font-size: 16px;
  }

  .banroutbx {
    padding-bottom: 40px;
  }

  .choose-ilepdi-content {
    padding-left: 0;
  }

  .lawprof-lanwrpr .cgsp_intro_content {
    padding-right: 0;
  }

  .lawprof-lanwrpr .lawprof-lanrow:nth-child(even) .cgsp_intro_content {
    padding-left: 0;
  }

  .private-security-card {
    padding: 25px;
  }

  .private-security-icon {
    margin-bottom: 18px;
  }

  .career-tabs-wrapper.resp-vtabs .resp-tabs-list li {
    padding: 18px !important;
  }

  .career-tabs-wrapper .resp-tabs-container {
    padding: 28px;
  }

  .choose-ilepdi-list ol li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .choose-ilepdi-list {
    padding-top: 20px;
  }
  /*support css update 10/6/2026*/
  .paginationclss {
    margin-top: 40px;
  }
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="text"],
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="tel"],
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="email"],
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="password"],
  .contact-form-wrap .gform_wrapper.gform-theme form select,
  .contact-form-wrap .gform_wrapper.gform-theme form textarea {
    font-size: 16px;
  }
  .contact-form-wrap .gform-theme--foundation .gform_fields {
    row-gap: 24px;
    column-gap: 15px;
  }
  /*support css update 10/6/2026*/

  .center-content .title {
    font-size: 10px;
  }

  .free-tag {
    font-size: 10px;
    padding: 6px 10px;
  }

  .price .amount {
    font-size: 20px;
  }

  .price .year,
  .price .currency {
    font-size: 10px;
  }

  .offer-banner {
    gap: 15px;
  }

  .offer-banner .cmn-btn {
    padding: 11px 17px;
    font-size: 14px;
    min-width: 110px;
  }

  .template-sec-page iframe {
    height: 100vh;
  }
  .template-sec-page-inner {
    height: 170px;
  }

  /* 23-06-26 */
  .deginations {
    margin-top: 19px;
  }

  /* 23-06-26 */



/* 13-08-26 Css Start */
  .course_dtls-main-title {
      max-width: 580px;
  }
  .course_dtls-main-title h2{
    font-size:32px;
  }



/* 13-08-26 Css End */

}

@media (max-width: 1024px) {
  .navbar-collapse {
    max-width: 515px;
  }
}

@media (max-width: 991px) {
  /* navbar*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px;
  }

  .navbar-nav > li > a {
    padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
  }

  .sub-menu > li > a {
    font-size: 14px;
  }

  .navbar-nav .clickD {
    background-size: 15px;
    top: 15px;
  }

  .navbar-nav > li {
    padding: 13px 0;
  }

  /* navbar end*/

  h1,
  .h1-title {
    font-size: 42px;
  }

  h2,
  .h2-title {
    font-size: 33px;
    line-height: 1.25;
  }


  .banner-subtitle {
    font-size: 29px;
  }

  .banner-desc {
    font-size: 17px;
  }

  .banner-tagline {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .navbar-toggler {
    width: 48px;
    height: 48px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 3px;
  }

  .stick:before {
    left: 4px;
    width: 24px;
    top: -8px;
  }

  .stick:after {
    left: 8px;
    width: 21px;
    top: 8px;
  }

  .stick.open:after,
  .stick.open:before {
    width: 28px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(41px, 28px);
    -ms-transform: rotate(-45deg) translate(41px, 28px);
    transform: rotate(-45deg) translate(41px, 28px);
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(40px, -30px);
    -ms-transform: rotate(45deg) translate(40px, -30px);
    transform: rotate(45deg) translate(40px, -30px);
  }

  .navbar-collapse .navbar-toggler {
    top: 20px;
  }

  .cmn-btn {
    padding: 17px 25px;
    font-size: 16px;
  }

  .orglogo-wrpr:after {
    width: 180px;
    height: 200px;
  }

  .orglogo-wrpr:before {
    width: 180px;
    height: 200px;
  }

  .catalog-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog-header h2 {
    margin-bottom: 15px;
  }

  .filter-select {
    height: 48px;
  }

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

  .industry-popup-modal .popup-close-btn {
    right: -13px;
    top: -13px;
  }

  .fancybox__content.industry-popup-modal {
    padding: 30px;
  }

  /* ---25.05 ---------- */
  .meet_col {
    width: 50%;
  }

  .foot-title {
    font-size: 19px;
    margin-bottom: 18px;
    line-height: 1.1;
  }

  .footer_inner ul li a {
    font-size: 15px;
  }

  .line-foot {
    padding-bottom: 37px;
  }

  .big_txt {
    margin-bottom: 55px;
  }

  .industry-col {
    width: 50%;
  }

  /* --------new ------- */

  .industry-card h3 br {
    display: none;
  }

  .meet_card_content h3 {
    font-size: 18px;
  }

  .footer-col {
    width: 50%;
  }

  .navbar-collapse {
    max-width: 435px;
  }

  /* ----26.05 ------- */
  .course_details_sec .course-highlight-quote p {
    font-size: 19px;
  }

  .cou_det_col_left {
    width: 90%;
  }

  .cou_det_col_right {
    width: 10%;
  }

  .related_slider {
    margin: 0 -12px;
  }

  .related_slider .slick-slide {
    padding: 0 12px;
  }

  .related_cmn_btn {
    height: 35px;
    width: 35px;
  }

  .related_cmn_btn img {
    max-width: 7px;
  }

  .history_choose_sec .choose-list-wrap ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .history_choose_sec .choose-list-wrap ul:first-child {
    margin-bottom: 0px;
  }

  .history_choose_sec .choose-list-wrap ul {
    display: inline-block;
    width: 100%;
  }

  .history_choose_sec .choose-list-wrap ul li {
    width: 100%;
    padding-left: 28px;
    padding-right: 0;
    margin-bottom: 15px;
  }

  .history_choose_sec .choose-list-wrap ul li::before {
    left: 0 !important;
  }

  .history_choose_sec .choose-list-wrap ul li::after {
    display: none !important;
  }

  .history_abt_col_lft {
    float: none;
    width: 100%;
    margin: 0 0 25px;
  }

  .history_abt_col_rgt {
    width: 100%;
  }

  .block-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .block-content {
    /* margin-bottom: 40px; */
    height: inherit;
  }

  .accreditation_details_sec .block-row {
    margin-bottom: 33px;
  }

  .vision_img_wrap {
    margin-bottom: 25px;
    height: auto;
  }

  .abtvaluesec .valueswrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .values_img_wrap {
    margin-bottom: 25px;
  }

  .abtvaluesec .cmn-structure {
    margin-bottom: 0;
  }

  .accreditation_details_sec .block-image-wrap {
    width: 100%;
    position: relative;
    padding-top: 90%;
    /* Custom aspect ratio */
    border-radius: 20px;
    overflow: hidden;
  }

  .accreditation_details_sec .block-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .choose-list-wrap {
    max-width: 450px;
    margin: 0 auto 20px auto;
  }

  .block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .block-row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .block-image-wrap {
    margin-bottom: 30px;
  }

  /*Professional - CGSP*/
  .cgspaudiencecontbx {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 34px;
  }

  .audience_col:last-child .cgspaudiencecontbx {
    border-bottom: 0;
    border-right: 0;
    padding-bottom: 0;
  }

  .audience_inner-row {
    --bs-gutter-y: 35px;
  }

  .cgsp_intro_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    --bs-gutter-y: 30px;
  }

  .curriculum_icon_wrap {
    margin-bottom: 25px;
  }

  /*Professional - CGSP*/
  /*other pages*/
  .academystrategy-col {
    width: 50%;
  }

  .faq-item {
    padding: 25px;
  }

  .board-profile-img {
    width: 60px;
    height: 60px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 50px;
  }

  textarea {
    height: 160px;
  }

  .contctusrow {
    --bs-gutter-y: 18px;
  }

  .network-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .network-img-box {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }

  .network-info-box {
    width: 100%;
    padding-left: 0;
  }

  /*other pages*/
  /* --------27.05 ---------- */
  .service_build_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service_build_image {
    margin-bottom: 30px;
  }

  .service_true_row {
    --bs-gutter-y: 30px;
  }

  .service_col_why {
    width: 50%;
  }

  .service_why_row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service_why_row {
    margin: -12px;
  }

  .service_col_why {
    padding: 12px;
  }

  .service_industry_wrapper {
    margin-top: 40px;
    margin-right: 0;
  }

  .service_enterprise_row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .service_enterprise_image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .service_turn_grid ul li {
    padding: 22px 20px;
    font-size: 15px;
    line-height: 1.2;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .service_build_content {
    padding-right: 0px;
  }

  .service_turn_tick {
    top: 1px;
  }

  .service_build span {
    font-size: 20px;
    margin-bottom: 19px;
  }

  .vision_img_wrap {
    min-height: 350px;
    position: relative;
  }

  .vision_img_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .service_enterprise_roi p {
    font-size: 16px;
  }

  .board-profile-info .h3-title {
    font-size: 20px;
  }

  .service_true_card_image img {
    max-height: 423px;
  }

  .service_why_sec h2 {
    margin-bottom: 25px;
  }

  .bnrcontnt-lftcol,
  .bnrcontnt-rgtcol {
    width: 100%;
  }

  .banner-content-new {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .lawenforece-lftcol,
  .lawenforece-rgtcol {
    width: 100%;
  }

  .lawfrce-lftimgcol,
  .lawfrce-rgtimgcol {
    width: 100%;
  }

  .lawenforceomnt-imgwrp {
    height: auto;
  }

  .lawenforece-row {
    --bs-gutter-y: 30px;
  }

  .lawforcelogobx {
    height: auto;
    min-height: 500px;
  }

  .lawenforece-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lawenforece-reptwpr .lawenforece-row:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lawproflan-rgtcol,
  .lawproflan-lftcol,
  .lawwhtmeans-lftcol,
  .lawwhtmeans-rgtcol {
    width: 100%;
  }

  .lawprof-lanrow,
  .lawwhtmeans-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    --bs-gutter-y: 25px;
  }

  .lawprof-lanwrpr .lawprof-lanrow:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .lawprof-lanwrpr .lawprof-lanrow:not(:last-child) {
    margin-bottom: 60px;
  }

  .private-security-row {
    --bs-gutter-y: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .private-security-row {
    margin-top: 0;
  }

  .lawtabcontent ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .career-tabs-wrapper.resp-vtabs ul.resp-tabs-list {
    width: 40%;
    padding-right: 15px;
  }

  .career-tabs-wrapper.resp-vtabs .resp-tabs-container {
    width: 60%;
    padding: 25px;
  }

  .tab-num {
    font-size: 17px;
    margin-bottom: 15px;
  }

  .ilepdi-row {
    --bs-gutter-y: 35px;
  }

  .choose-ilepdi-img-wrap {
    height: auto;
    min-height: 500px;
    position: relative;
  }

  .cgsp_logo_card {
    margin-bottom: 20px;
  }

  .choose-ilepdi-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /*support css update 10/6/2026*/
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="text"],
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="tel"],
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="email"],
  .contact-form-wrap .gform_wrapper.gform-theme form input[type="password"],
  .contact-form-wrap .gform_wrapper.gform-theme form select {
    height: 50px;
  }
  .contact-form-wrap .gform_wrapper.gform-theme form textarea {
    height: 160px;
  }
  /*support css update 10/6/2026*/

  .banner-sec {
    height: 60vh;
  }

  /* 23-06-26 Css End */
  .nw-veritas-plan-card-outer {
    max-height: auto;
    padding-left: 0;
  }
  .deginations {
    margin-top: 14px;
    font-size: 18px;
  }

  /* 23-06-26 Css End */

  /* 24/7/26 work start */
  .certification-catalog-grid {
    display: block !important;
  }
  /* 24/7/26 work end */



/* 13-08-26 Css Start */
.course_dtls-main-title {
    max-width: 420px;
}
.course_dtls-main-title h2 {
    font-size: 24px;
}



/* 13-08-26 Css End */

}

@media (max-width: 767px) {
  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  h1,
  .h1-title {
    font-size: 33px;
  }

  h2,
  .h2-title {
    font-size: 26px;
  }

  h3,
  .h3-title {
    font-size: 18px;
  }

  .industry-popup-modal .popup-title {
    font-size: 38px;
  }

  .catalog-filter {
    width: 100%;
  }

  .filter-select {
    width: 100%;
    min-width: auto;
  }

  .course-img-wrapper {
    margin-bottom: 15px;
  }

  .cmn-structure {
    margin-bottom: 20px;
  }

  .org-card {
    height: 60px;
  }

  .org-card img {
    max-height: 40px;
  }

  /* .banner-sec {
        padding-top: 130px;
        padding-bottom: 50px;
        min-height: 100vh;
    } */

  .banner-title {
    margin-bottom: 8px;
  }

  .banner-subtitle {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .banner-desc {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .banner-tagline {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .cmn-btn {
    padding: 12px 20px;
    font-size: 15px;
  }

  .video-control-btn {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .industry-card {
    padding: 30px 15px;
  }

  .industry-icon-wrapper {
    margin-bottom: 15px;
    height: 50px;
  }

  .industry-svg {
    width: 40px;
    height: 40px;
  }

  .navbar-collapse {
    padding: 30px 16px 25px 16px;
  }

  .menutxt {
    font-size: 20px;
  }

  .navbar-brand {
    max-width: 105px;
  }

  .main-head {
    padding: 11px 0;
  }

  .navbar-toggler {
    width: 38px;
    height: 38px;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 26px;
    left: 6px;
  }

  .stick:before {
    width: 20px;
    top: -7px;
    left: 5px;
  }

  .stick:after {
    width: 15px;
    top: 7px;
    left: 10px;
  }

  .stick.open:after,
  .stick.open:before {
    width: 24px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(40px, 29px);
    -ms-transform: rotate(-45deg) translate(40px, 29px);
    transform: rotate(-45deg) translate(40px, 29px);
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(39px, -30px);
    -ms-transform: rotate(45deg) translate(39px, -30px);
    transform: rotate(45deg) translate(39px, -30px);
  }

  .video-control-btn {
    padding: 5px;
  }

  .video-control-btn span img {
    max-width: 13px;
    max-height: 13px;
  }

  .navbar-brand {
    max-width: 95px;
  }

  .orglogo-wrpr:after {
    width: 100px;
    height: 100px;
  }

  .orglogo-wrpr:before {
    width: 100px;
    height: 100px;
  }

  .course-col {
    width: 50%;
  }

  .fancybox__content.industry-popup-modal {
    padding: 20px;
  }

  .industry-popup-modal .popup-title {
    font-size: 32px;
  }

  /* ----25.05 --------- */
  .meet_card_content h3 {
    margin-bottom: 7px;
    color: var(--white-color);
  }

  .meet_card_content p:first-of-type {
    font-style: italic;
    margin-bottom: 8px;
  }

  .meet_card_content p:last-of-type {
    margin-bottom: 10px;
  }

  .cmn-gap {
    padding: 50px 0;
  }

  .foot-form .gform_wrapper input[type="submit"] {
    height: 46px !important;
    block-size: 46px !important;
    padding: 0 18px !important;
    padding-inline: 18px !important;
    padding-block: 0 !important;
  }

  .foot-form .gform_wrapper input[type="email"] {
    font-size: 15px;
    height: 50px;
    padding: 0 20px 0 44px;
  }

  .foot-form .gform_wrapper .ginput_container_email::before {
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
  }

  /* -----new ------ */
  .industry-card {
    min-height: 185px;
  }

  .meet_card_content {
    padding: 15px 14px;
  }

  .navbar-collapse {
    max-width: 80%;
  }

  .navbar-collapse .navbar-toggler {
    top: 20px;
    right: 2px;
  }

  .academic_image_inner {
    position: relative;
    padding-top: 100%;
    border-radius: 20px;
    overflow: hidden;
  }

  .academic_card_innr:after {
    display: none;
  }

  .academic_image_inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.9))
    );
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.9) 100%
    );
    z-index: 1;
    pointer-events: none;
  }

  .academic_card_innr {
    padding-top: 0;
    border-radius: 0;
  }

  .academic_image_inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* -------26.05 --------- */
  .course_details_sec .share-btn-wrap img {
    max-width: 19px;
  }

  /* .course_details_sec .course-image-container {
    padding-top: 43.97%;
  } */

  .course_details_sec .course-highlight-quote p {
    font-size: 16px;
  }

  .related_course_col_left {
    width: 80%;
  }

  .related_course_col_right {
    width: 20%;
  }

  .related-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .related-btn .related_prev {
    margin-right: 5px;
  }

  /**innerbanner section**/
  .inner-banner-sec {
    min-height: 400px;
    padding: 130px 0 40px 0;
  }

  .inner-banner-sec h1 br {
    display: none;
  }

  .history_choose_sec .choose-list-wrap {
    margin-bottom: 26px;
  }

  .choose-video-container .video-img-box {
    width: 100%;
    position: relative;
    padding-top: 47.85%;
    height: 0;
    overflow: hidden;
  }

  .history_choose_sec .play-btn {
    width: 80px;
    height: 80px;
  }

  .history_choose_sec .play-btn::before {
    width: 58px;
    height: 58px;
  }

  .history_choose_sec .play-btn img {
    width: 18px;
    height: 21px;
    margin-left: 4px;
  }

  .values_img_wrap {
    min-height: 300px;
  }

  /*Professional - CGSP*/
  .cgspcta-inrrow {
    --bs-gutter-y: 24px;
  }

  /*Professional - CGSP*/
  /*other pages*/
  .faq-item {
    padding: 18px;
  }

  .faq-toggle-btn {
    width: 35px;
    height: 35px;
  }

  .faq-item.active {
    border-radius: 20px;
  }

  .faq-toggle-btn img {
    width: 12px;
    height: 11px;
  }

  .network-details-card {
    border-radius: 20px;
  }

  /*other pages*/
  /* -----27.05 ----------- */
  .service_why_sec h2 {
    margin-bottom: 20px;
  }

  .ser_industry_prev,
  .ser_industry_next {
    height: 30px;
    width: 30px;
  }

  .ser_industry_prev img,
  .ser_industry_next img {
    max-width: 6px;
    width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .service_turn_grid ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pf-cgspsection .choose-video-container .video-img-box {
    padding-top: 56.25%;
  }

  .choose-video-container .play-btn {
    width: 70px;
    height: 70px;
  }

  .choose-video-container .play-btn::before {
    width: 56px;
    height: 56px;
  }

  .service_enterprise_sec .line_wrap {
    padding-bottom: 50px;
  }

  .curriculum_footer {
    margin-top: 42px;
  }

  .bnrcontntsec.cmn-gap {
    padding: 50px 0;
  }

  .lawprof-lanwrpr .lawprof-lanrow:not(:last-child) {
    margin-bottom: 50px;
  }

  .career-tabs-wrapper.resp-vtabs .resp-tabs-container {
    width: 100%;
    padding: 0;
    border-radius: 0 !important;
    background-color: transparent !important;
    backdrop-filter: none;
  }

  .career-tabs-wrapper h2.resp-accordion {
    background-color: rgba(255, 255, 255, 0.1) !important;
    padding: 18px !important;
    border: 1px solid transparent !important;
    border-radius: 20px;
    backdrop-filter: blur(212px);
    margin-bottom: 20px;
  }

  .career-tabs-wrapper h2.resp-tab-active {
    margin-bottom: 20px !important;
    background-color: rgba(255, 255, 255, 0.26) !important;
    border: 1px solid var(--white-color) !important;
  }

  .career-tabs-wrapper.resp-vtabs .resp-tab-content {
    background-color: rgba(255, 255, 255, 0.26) !important;
    backdrop-filter: blur(212px);
    border-radius: 20px !important;
    border: none;
    padding: 18px !important;
    margin-bottom: 20px;
  }

  .career-tabs-wrapper .resp-arrow {
    border-top: 8px solid #c1c1c1;
  }

  .career-tabs-wrapper h2.resp-tab-active span.resp-arrow {
    border-bottom: 8px solid #9b9797;
  }

  .private-security-card {
    padding: 20px;
  }

  .choose-ilepdi-btn-wrap {
    margin-top: 10px;
  }

  .lawtabcontent-wrp {
    padding-bottom: 0;
  }

  .private-security-icon {
    width: 23px;
    height: 23px;
  }
  /*support css update 10/6/2026*/
  .contact-form-wrap .gform-theme--foundation .gfield--width-half {
    grid-column: span 12;
  }
  /*support css update 10/6/2026*/

  .offer-banner {
    width: max-content;
  }

  .template-sec-page-inner {
    height: 130px;
  }

  /* 23-06-26 */
  .big_txt {
    font-size: 50px;
  }
  /* 23-06-26 */

  /* 24/07/26 work start */
  /* .box-gap .academic_card_innr {
    padding-top: 0;
} */
  .box-gap .academic_card_innr {
    padding-top: 0px;
  }
  /* 24/07/26 work end */

  /* 27-06-2026 m.m css */
  .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  /* 27-06-2026 m.m css */
  .board-details-content {
    font-size: 16px;
}



/* 13-08-26 Css Start */
body.single-product .course-deatails-head {
    position: relative;
}
body.single-product .page_wrapper{
  padding-top:25px;
}
.course_dtls-main-title {
    max-width: 100%;
    margin-bottom: 20px;
}
.mdfy-course_dtls-back-outer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.mdfy-course_dtls-back-rgt {
    width: 100%;
    justify-content: space-between;
}
.mdfy-course_dtls-back-outer .course-back-link{
  display:none;
}
.course_dtls-main-title .course-back-link {
    display: block;
    margin-bottom: 10px;
}


/* 13-08-26 Css End */


}

@media (max-width: 575px) {
  .navbar-nav > li > a {
    font-size: 15px;
  }

  .sub-menu > li > a {
    font-size: 13px;
  }

  .sub-menu > li > a {
    padding: 9px 0;
  }

  .navbar-nav .clickD {
    width: 19px;
    height: 19px;
    background-size: 13px;
    top: 16px;
  }

  .sub-menu {
    margin-top: 9px;
  }

  .navbar-brand {
    max-width: 85px;
  }

  .orglogo-wrpr:after {
    width: 100px;
    height: 100px;
  }

  .orglogo-wrpr:before {
    width: 60px;
    height: 60px;
  }

  .course-col {
    width: 100%;
  }

  .industry-popup-modal .popup-title {
    font-size: 27px;
  }

  /* ------25.05------ */

  .meet_col {
    width: 100%;
  }

  .academic-btn {
    margin-top: 34px;
  }

  .cmn-gap {
    padding: 40px 0;
  }

  .footer-col {
    width: 100%;
    padding: 13px 12px;
  }

  .footer-row {
    margin: -13px -12px;
  }

  .big_txt {
    margin-bottom: 40px;
  }

  .foot-form .gform_wrapper input[type="email"] {
    font-size: 15px;
    height: 50px;
    padding: 0 20px 0 44px;
    max-width: 100%;
  }

  .bottom_content {
    gap: 20px;
  }

  .line-foot {
    padding-bottom: 30px;
  }

  .social_links a {
    width: 40px;
    height: 40px;
  }

  .academic_cmn_btn img {
    max-width: 8px;
  }

  /* ---new----- */

  .industry-col {
    width: 50%;
  }

  .line_wrap {
    padding: 0 12px 40px 12px;
  }

  .bottom_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-collapse {
    max-width: 80%;
  }

  .meet_card_innr {
    padding-top: 117.08%;
  }

  /* ------26.05 ------- */
  .related_cmn_btn {
    height: 30px;
    width: 30px;
  }

  .course-meta-info span {
    font-size: 14px;
  }

  .course_details_sec .course-meta-info span:not(:last-child)::after {
    right: -15px;
    width: 1px;
    height: 17px;
  }

  .course_details_sec .course-meta-info span {
    margin-right: 27px;
  }

  .choose-list-wrap ul li {
    font-size: 14px;
  }

  .history_choose_sec .cmn-structure {
    margin-bottom: 25px;
    max-width: 100%;
  }

  .history_choose_sec .choose-list-wrap ul li::before {
    width: 16px;
    height: 16px;
  }

  .choose-list-wrap ul li {
    text-align: start;
  }

  .history_choose_sec .play-btn {
    width: 60px;
    height: 60px;
  }

  .history_choose_sec .play-btn::before {
    width: 47px;
    height: 47px;
  }

  .history_choose_sec .play-btn img {
    width: 14px;
    height: 21px;
    margin-left: 4px;
  }

  .choose-list-wrap {
    max-width: 381px;
    margin: 0 auto 20px auto;
  }

  .line_wrap.abtline_wrap {
    padding-bottom: 40px;
  }

  .visionwrp .visionrow {
    margin-bottom: 40px;
  }

  .visionwrp:last-child .visionrow {
    margin-bottom: 0;
  }

  .abtvaluesec {
    padding: 40px 0;
  }

  .abtvaluesec .valueswrp .cmn-structure {
    text-align: left;
  }

  /*Professional - CGSP*/
  .audience_inner {
    padding: 40px 0;
  }

  /*Professional - CGSP*/
  /*other pages*/
  .cgsp_cta_sec.cmn-gap {
    padding-top: 40px;
  }

  .academystrategy-col {
    width: 100%;
  }

  .board-profile-img {
    width: 50px;
    height: 50px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 12px;
  }

  p {
    margin: 0 0 15px 0;
  }

  /*other pages*/

  /* ------27.05--------- */

  .service_turn_btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  .service_turn_cta {
    padding: 90px 15px;
  }

  .service_turn_btn_group .cmn-btn {
    line-height: 1.2;
  }

  .service_why_card {
    padding: 26px 17px;
  }

  .service-banner-cntnt p {
    margin-bottom: 20px;
  }

  .service_enterprise_sec .line_wrap {
    padding-bottom: 40px;
  }

  .board-profile-info .h3-title {
    font-size: 18px;
  }

  .inrbnrimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 72% 50%;
    object-position: 72% 50%;
  }

  .bnrcontntsec.cmn-gap {
    padding: 40px 0;
  }

  .lawprof-lanwrpr .lawprof-lanrow:not(:last-child) {
    margin-bottom: 40px;
  }

  /* 12-06-26 Css Start */
  .cls-img h2 {
    font-size: 24px;
  }

  .cls-img i {
    width: 60px;
    height: 60px;
  }
  /* 12-06-26 Css End */

  /* 23-06-26 */
  .big_txt {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .deginations {
    margin-top: 10px;
  }
  .abt-brd-drctrbnrsec .inner-banner-desc {
    font-size: 18px;
    line-height: 1.2;
  }
  /* 23-06-26 */


/* 13-08-26 Css Start */
.inner-banner-sec.reltve-img-bnr {
    padding: 130px 0 40px 0;
    min-height: 400px;
}
.inner-banner-sec.reltve-img-bnr .inrbnrimg {
    position: absolute;
}
.reltve-img-bnr-txt {
    position: relative;
    top: auto;
    transform: initial;
    width: 100%;
    padding:0;
}



/* 13-08-26 Css End */

}

@media (max-width: 479px) {
  h1,
  .h1-title {
    font-size: 28px;
  }

  h2,
  .h2-title {
    font-size: 24px;
  }

  h3,
  .h3-title {
    font-size: 17px;
  }

  .banner-subtitle {
    font-size: 20px;
  }

  /* ---25.05---- */

  .footer_inner ul li a {
    font-size: 14px;
  }

  .industry-grid {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 15px;
  }

  .industry-col {
    padding: 0 7px;
  }

  .navbar-collapse {
    max-width: 90%;
  }

  /* ------26.05 ------- */
  .cou_det_col_left,
  .cou_det_col_right {
    width: 100%;
  }

  .cou_det_left_inner .cmn-btn {
    line-height: 1.4;
  }

  .cou_det_left_inner .cmn-btn {
    margin-bottom: 24px;
  }

  .share-btn-wrap {
    text-align: start;
  }

  .cou_det_left_inner {
    margin-bottom: 20px;
  }

  /* .course_details_sec .course-image-container {
    padding-top: 55.97%;
  } */

  .course_details_sec .course-meta-info span:not(:last-child)::after {
    content: none;
  }

  .related_course_col_left {
    width: 68%;
  }

  .related_course_col_right {
    width: 32%;
  }

  .related-btn {
    text-align: end;
  }

  .related_course_wrap {
    margin-top: 27px;
  }

  .page_wrapper {
    padding-top: 50px;
  }

  .navbar-brand {
    max-width: 74px;
  }

  /*Professional - CGSP*/
  .vision_img_wrap {
    min-height: 280px;
  }

  /*Professional - CGSP*/

  /*other pages*/
  .board-profile-info {
    padding-left: 15px;
  }

  .contact-text {
    padding-left: 0;
  }

  .network-contact-row ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .network-contact-row ul li {
    padding: 0 0;
  }

  .network-contact-row ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  /*other pages*/
  .service_col_why {
    width: 100%;
  }

  .network-details-card {
    padding: 15px;
  }

  .service_bann_btn {
    margin: -8px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service_bann_btn li {
    padding: 8px 0;
  }

  .choose-video-container .play-btn {
    width: 50px;
    height: 50px;
    background-size: 13px;
  }

  .choose-video-container .play-btn::before {
    width: 40px;
    height: 40px;
  }

  .abt-brd-drctrbnrul li {
    font-size: 14px;
    padding: 0 6px;
  }

  .cgspcta_card .cmn-btn {
    padding: 12px 20px;
    font-size: 15px;
  }

  .filter-select {
    padding: 10px 47px 10px 22px;
  }

  .lawforcelogobx {
    min-height: 380px;
  }

  .lawforcelogobx img {
    max-width: 350px;
  }

  .lawenforceomnt-imgwrp {
    min-height: 341px;
  }

  .choose-ilepdi-img-wrap {
    min-height: 380px;
  }

  .law-enforcementsec .inrbnrimg {
    object-position: 77% 50%;
  }

  /* 12-06-26 Css Start */
  .cls-img h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .page_wrapper.no-pdct-pg-wpr {
    padding: 80px 0 40px;
  }

  /* 12-06-26 Css End */

  .banner-sec {
    height: 23vh;
  }

  .banroutbx {
    padding-bottom: 10px;
  }

  .offer-banner {
    width: calc(100% - 30px);
    flex-wrap: wrap;
    border-radius: 10px;
  }

  .center-content {
    flex: initial;
  }

  .meet_btn_wrap {
    width: 100%;
  }

  .template-sec-page-inner {
    height: 110px;
  }

  .template-sec-page.cmn-gap {
    padding: 40px 15px;
  }

  /* 23-06-26 */
  .offer-banner {
    justify-content: center;
  }
  .big_txt {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .deginations {
    margin-top: 7px;
    font-size: 16px;
  }

  /* 23-06-26 */

  /* 24/7/26 work start */
  .offer-banner {
    flex-direction: column !important;
  }

  .arw-ofr-flt {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #c9a86a;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    z-index: 99;
    display: none;
  }
  .arw-ofr {
    width: 35px;
    height: 35px;
    background: #c9a86a;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .offer-banner.off {
    display: none !important;
  }

  .arw-ofr-flt.on {
    display: flex;
  }
  /* 24/7/26 work end */

  /* 27-07-2026 m.m css */
  .woocommerce-MyAccount-content .select2-selection {
    height: 50px;
  }

  /* 27-07-2026 m.m css */
  .course-social-share {
    right: auto;
  }


/* 13-08-26 Css Start */
.course_dtls-main-title h2 {
    font-size: 21px;
}
.mdfy-course_dtls-back-rgt {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.mdfy-course_dtls-back-rgt .cou_det_left_inner,
.mdfy-course_dtls-back-rgt .cmn-btn{
  margin-bottom:0;
}
.mdfy-course_dtls-back-rgt .course-social-share {
    gap: 6px;
}
.inner-banner-sec.reltve-img-bnr {
    min-height: 340px;
}



/* 13-08-26 Css End */

}

@media (max-width: 375px) {
  /* ---25.05---- */

  .foot-title {
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 1.1;
  }

  .industry-col {
    width: 100%;
  }

  .banroutbx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .banner-content {
    margin-bottom: 20px;
  }

  .video-control-btn {
    width: 42px;
    height: 42px;
    font-size: 12px;
  }

  .bottom_content p {
    text-align: center;
  }

  .cou_det_left_inner .cmn-btn {
    padding: 12px 14px;
    font-size: 13px;
  }

  /*other pages*/
  .abt-brd-drctrbnrul li {
    font-size: 13px;
    padding: 0 6px;
  }

  /*other pages*/
  .lawforcelogobx {
    min-height: 370px;
  }

  .choose-ilepdi-img-wrap {
    min-height: 350px;
  }
}

.veritas-toast {
  position: fixed;
  right: 24px;
  bottom: 104px;
  z-index: 99999;
  max-width: min(360px, calc(100vw - 32px));
  padding: 14px 18px;
  border-radius: 8px;
  background: #f5f5f2;
  color: #121212;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.veritas-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.veritas-toast--error {
  background: #d92d20;
  color: #fff;
}

.veritas-toast--warning {
  background: var(--secondary-color);
  color: var(--priamry-color);
  font-weight: 600;
}

.error404-page {
  background:
    linear-gradient(135deg, rgba(0, 21, 62, 0.96), rgba(0, 21, 62, 0.86)),
    radial-gradient(
      circle at 82% 20%,
      rgba(201, 168, 106, 0.22),
      transparent 32%
    );
  color: var(--white-color-one);
  min-height: 70vh;
}

.error404-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 120px;
}

.error404-hero::before,
.error404-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(245, 245, 242, 0.14);
  border-radius: 50%;
  pointer-events: none;
}

.error404-hero::before {
  width: 430px;
  height: 430px;
  right: -140px;
  top: 80px;
}

.error404-hero::after {
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: -70px;
}

.error404-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 70px;
  align-items: center;
}

.error404-content {
  max-width: 760px;
}

.error404-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.error404-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background-color: var(--secondary-color);
}

.error404-content h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--white-color);
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.98;
}

.error404-text {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(245, 245, 242, 0.82);
  font-size: 20px;
}

.error404-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.error404-actions .cmn-btn {
  min-width: 170px;
}

.error404-btn-outline {
  background-color: transparent;
}

.error404-panel {
  position: relative;
  display: flex;
  min-height: 420px;
  padding: 42px;
  border: 1px solid rgba(245, 245, 242, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.13),
      rgba(255, 255, 255, 0.05)
    ),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.26);
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.error404-panel::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(201, 168, 106, 0.36);
  border-radius: 8px;
}

.error404-number {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--secondary-color);
  font-size: clamp(86px, 11vw, 150px);
  font-weight: 800;
  line-height: 0.9;
}

.error404-line {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  margin: 28px 0;
  background-color: rgba(245, 245, 242, 0.22);
}

.error404-panel-text {
  position: relative;
  z-index: 1;
  color: var(--white-color-two);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .veritas-toast {
    right: 16px;
    bottom: 92px;
    left: 16px;
    max-width: none;
  }
}

@media (max-width: 991px) {
  .error404-hero {
    padding: 140px 0 90px;
  }

  .error404-hero .container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .error404-panel {
    min-height: 260px;
  }
}

@media (max-width: 575px) {
  .error404-hero {
    padding: 115px 0 70px;
  }

  .error404-content h1 {
    font-size: 42px;
  }

  .error404-text {
    font-size: 17px;
  }

  .error404-actions .cmn-btn {
    width: 100%;
  }
}

/* Certification PDF flipbook */
.certification-flipbook-sec {
  background: var(--priamry-color);
  color: #fff;
}

.certification-flipbook-header {
  margin-bottom: 44px;
  color: #fff;
  text-align: center;
}

.certification-flipbook {
  max-width: 1180px;
  margin: 0 auto;
}

.certification-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 32px;
  align-items: start;
  overflow-x: auto;
  padding: 10px 6px 24px;
  scroll-snap-type: x proximity;
}

.certification-catalog-item {
  min-width: 0;
  scroll-snap-align: start;
}

.certification-dearflip {
  width: 100%;
  margin: 0 auto;
}

.certification-dearflip-display-card {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 106, 0.55);
  border-radius: 20px;
  background: #00153e;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: left;
}

.certification-dearflip-card {
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
  transform-origin: center;
}

.certification-dearflip-card:hover {
  z-index: 2;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.42));
  transform: translateY(-6px) scale(1.025);
}

.certification-dearflip-display-card .academic_card_innr,
.certification-dearflip-display-card .academic_image_inner {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
}

.certification-dearflip-display-card .academic_image_inner {
  background: #00153e;
}

.certification-dearflip-display-card .academic_image_inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  object-fit: contain;
  transform: none;
}

.certification-dearflip-card:hover .academic_image_inner img {
  transform: none;
}

.certification-dearflip-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
}

.certification-dearflip-actions .cmn-btn {
  display: inline-flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  padding: 16px 15px;
  font-size: 16px;
  line-height: 1.15;
  white-space: nowrap;
}

.certification-dearflip-view-guide {
  cursor: pointer;
}

@media (max-width: 480px) {
  .certification-flipbook-header {
    margin-bottom: 30px;
  }

  .certification-dearflip-display-card {
    aspect-ratio: 1 / 1;
  }

  .certification-dearflip-display-card .academic_image_inner img {
    padding: 18px;
  }

  .certification-dearflip-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 24px;
  }

  .certification-dearflip-actions .cmn-btn {
    width: 100%;
  }
}

.certification-dearflip-trigger {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .certification-dearflip-card {
    transition: none;
  }

  .certification-dearflip-card:hover {
    transform: none;
  }
}
.certification-flipbook-cover {
  display: block;
  width: min(100%, 560px);
  margin: 0 auto;
  padding: 16px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 106, 0.65);
  border-radius: 22px;
  background: #0a224d;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  cursor: pointer;
  text-align: left;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.certification-flipbook-cover:hover {
  border-color: var(--secondary-color);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.45);
  transform: translateY(-5px);
}

.certification-flipbook-cover-media {
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #00153e;
}

.certification-flipbook-cover img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.35s ease;
}

.certification-flipbook-cover:hover img {
  transform: scale(1.025);
}

.certification-flipbook-cover-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 4px 3px;
  color: #fff;
}

.certification-flipbook-cover-footer small,
.certification-flipbook-cover-footer strong {
  display: block;
}

.certification-flipbook-cover-footer small {
  margin-bottom: 3px;
  color: var(--secondary-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.certification-flipbook-cover-footer strong {
  font-size: 18px;
  line-height: 1.3;
}

.certification-flipbook-cover-action {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
  padding: 11px 15px;
  border-radius: 999px;
  background: var(--secondary-color);
  color: var(--priamry-color);
  font-size: 14px;
  font-weight: 800;
}

.certification-flipbook-modal[hidden] {
  display: none;
}

.certification-flipbook-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
}

.certification-flipbook-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 30, 0.92);
}

.certification-flipbook-modal-content {
  position: relative;
  z-index: 1;
  width: min(100%, 1220px);
  height: calc(100vh - 12px);
  padding: 10px;
  overflow: hidden;
  border-radius: 18px;
  background: #f5f5f2;
}

.certification-flipbook-modal .certification-flipbook {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.certification-flipbook-modal .certification-flipbook-toolbar,
.certification-flipbook-modal .certification-flipbook-actions {
  flex: 0 0 auto;
}

.certification-flipbook-modal .certification-flipbook-stage {
  flex: 1 1 auto;
  min-height: 0;
}

.certification-flipbook-modal .certification-flipbook-book {
  height: 100%;
  min-height: 0;
}

.certification-flipbook-close {
  position: sticky;
  z-index: 5;
  top: 0;
  display: flex;
  width: 42px;
  height: 42px;
  margin: 0 0 -42px auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: var(--priamry-color);
  color: #fff;
  font-size: 21px;
}

body.certification-flipbook-open {
  overflow: hidden;
}

.certification-flipbook-toolbar,
.certification-flipbook-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.certification-flipbook-toolbar {
  min-height: 42px;
  margin-top: 8px;
}

.certification-flipbook-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  border: 1px solid rgba(0, 21, 62, 0.25);
  border-radius: 999px;
  background: #fff;
  color: var(--priamry-color);
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.certification-flipbook-button:hover:not(:disabled) {
  background: var(--secondary-color);
}

.certification-flipbook-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.certification-flipbook-status {
  min-width: 130px;
  color: var(--priamry-color);
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.certification-flipbook-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(72vw, 900px);
  padding: 30px;
  overflow: hidden;
  border-radius: 18px;
  background: #dfe3e8;
  box-shadow: inset 0 0 0 1px rgba(0, 21, 62, 0.08);
}

.certification-flipbook-book {
  width: 100%;
  height: min(70vw, 900px);
}

.certification-flipbook-page {
  overflow: hidden;
  background: #fff;
}

.certification-flipbook-page canvas {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.certification-flipbook-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--priamry-color);
  font-size: 17px;
  font-weight: 700;
}

.certification-flipbook-loader.is-error {
  padding: 30px;
  color: #a62222;
  text-align: center;
}

.certification-flipbook-loader.is-error i {
  display: none;
}

.certification-flipbook-actions {
  margin-top: 8px;
}

.certification-flipbook-modal .certification-flipbook-actions .cmn-btn {
  min-width: 0;
  padding: 9px 16px;
  font-size: 14px;
}

.certification-flipbook-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.certification-flipbook-download:hover {
  color: #fff;
}

.certification-dearflip-actions .certification-guide-coming-soon-button,
.certification-dearflip-actions .certification-guide-coming-soon-button:hover {
  min-width: 210px;
  border-color: rgba(201, 168, 106, 0.65);
  color: var(--secondary-color);
  background: rgba(201, 168, 106, 0.1);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.85;
}

.certification-guide-coming-soon-button i {
  margin-right: 8px;
}

.certification-dearflip-display-card:disabled,
.certification-flipbook-cover:disabled {
  cursor: default;
  pointer-events: none;
}

.certification-flipbook-empty {
  padding: 55px 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: #fff;
  text-align: center;
}

.certification-flipbook-empty p {
  margin: 0;
}

@media (max-width: 767px) {
  .academic_slider .academic_card_innr {
    padding-top: 0;
  }

  .certification-flipbook-cover {
    padding: 10px;
    border-radius: 16px;
  }

  .certification-flipbook-cover-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 3px 3px;
  }

  .certification-flipbook-modal {
    padding: 4px;
  }

  .certification-flipbook-modal-content {
    height: calc(100vh - 8px);
    padding: 48px 6px 6px;
  }

  .certification-flipbook-close {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
  }

  .certification-flipbook-stage {
    min-height: 0;
    padding: 12px;
  }

  .certification-flipbook-book {
    height: 100%;
  }

  .certification-flipbook-toolbar {
    min-height: 42px;
    margin-top: 8px;
    gap: 10px;
  }

  .certification-flipbook-button {
    min-width: 42px;
    padding: 9px 13px;
  }

  .certification-flipbook-button span {
    display: none;
  }

  .certification-flipbook-status {
    min-width: 96px;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
  }

  .certification-flipbook-actions {
    flex-direction: row;
    gap: 10px;
    margin-top: 12px;
  }

  .certification-flipbook-actions .cmn-btn {
    min-width: 0;
    padding: 10px 13px;
    font-size: 13px;
  }
}

/* Keep the cross-origin booking form from creating a nested mobile scroll area. */
#white-label-booking-form {
  display: block;
  height: 1575px;
  overflow: hidden;
}

/* Contact form success state. */
.contact-form-wrap .gform_confirmation_wrapper {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  padding: 48px;
  border: 1px solid rgba(201, 168, 106, 0.45);
  border-radius: 24px;
  background:
    radial-gradient(circle at top, rgba(201, 168, 106, 0.16), transparent 55%),
    rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 45px rgba(0, 8, 28, 0.2);
  text-align: center;
}

.contact-form-wrap .gform_confirmation_message {
  max-width: 520px;
  margin: 0;
  color: var(--white-color-one);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.contact-form-wrap .gform_confirmation_message::before {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 24px;
  border: 1px solid rgba(201, 168, 106, 0.65);
  border-radius: 50%;
  color: var(--priamry-color);
  background: var(--secondary-color);
  box-shadow: 0 10px 30px rgba(201, 168, 106, 0.24);
  content: "\2713";
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.contact-form-wrap:has(.gform_confirmation_wrapper) .contact-otp {
  display: none;
}

@media (max-width: 575px) {
  .contact-form-wrap .gform_confirmation_wrapper {
    min-height: 300px;
    padding: 36px 22px;
    border-radius: 18px;
  }

  .contact-form-wrap .gform_confirmation_message {
    font-size: 17px;
  }

  .contact-form-wrap .gform_confirmation_message::before {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    font-size: 29px;
  }
}
