/* fonts */
@font-face {
  font-family: "Ford-Motion-Light";
  src: url("../fonts/Ford-Motion-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford-Motion-Regular";
  src: url("../fonts/Ford-Motion-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford-Antenna-Light";
  src: url("../fonts/Ford-Antenna-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford-Antenna-Regular";
  src: url("../fonts/Ford-Antenna-Regular.otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford-Antenna-Medium";
  src: url("../fonts/Ford-Antenna-Medium.otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ford-Antenna-SemiBold";
  src: url("../fonts/Ford-Antenna-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



body {
  margin: 0;
  padding: 0;
  font-family: "Ford-Motion-Regular";
  font-size: 14px;
  color: #707176;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {
  margin: 0;
  padding: 0;
}

a {
  color: #161616;
  text-decoration: none;
}

.w-90 {
  width: 90% !important;
}

/* header */
header {
  padding-top: 10px;
}

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

.nav-wrap ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.nav-wrap ul li {
  font-size: 17px;
  list-style: none;
  padding: 0 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav-wrap ul li a {
  color: #707176;
}

.header-right-logo {
  position: relative;
}

.logo {
  text-align: center;
  position: absolute;
  top: 12px;
}

.logo img {
  height: 160px;
}

.nav-wrap {
  display: flex;
  justify-content: end;
  width: 100%;
  padding: 50px 0 20px 0;
}

.e-store-wrap {
  padding: 60px 0;
}

.spl-head-section {
  padding: 0 0 30px 0;
}

.spl-head-section h2 {
  color: #00095b;
  font-size: 30px;
  font-weight: 700;
}

/* .spl-head-section h2 span {
  color: #c9c8c6;
} */

.e-store-inner.row {
  gap: 30px 0px;
}

.e-store-item {
  text-align: center;
  border: 1px solid #00095b;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.e-store-item-img img {
  width: 60%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.e-store-item-content {
  padding: 30px 15px;
}

.e-store-item-content h3 {
  font-size: 20px;
  font-weight: 500;
  color: #00095b;
  text-transform: uppercase;
}

.e-store-item-img img:hover {
  scale: 1.05;
  transition: all 0.3s ease-in-out;
}

/* Information */
.opr-course-wrap .accordion-button {
  color: #00095b;
  background-color: #bccbd4;
  box-shadow: none;
}

.information-head h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 26px;
}

.information-head span {
  font-size: 17px;
  font-weight: 500;
}

.opr-course-wrap .accordion-item {
  margin-bottom: 20px;
}

.opr-course-wrap .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.opr-course-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.opr-course-wrap .accordion-collapse.collapse {
  border: 1px solid #00095b;
  border-top: 0;
}

.opr-course-wrap .information-wrap h4 {
  border-bottom: 1px solid #bccbd4;
  padding: 20px 20px 10px 0px;
}

.opr-course-wrap .accordion-body {
  padding: 50px;
}

.information-wrap .register-course {
  display: table;
  padding: 8px 30px;
  background: #bccbd4;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #bccbd4;
  transition: all 0.3s ease-in-out;
}

.information-wrap .register-course:hover {
  background: transparent;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000;
}

.information-wrap h4:first-child {
  padding-top: 0;
}

.information-content {
  margin-top: 30px;
}

.information-head h4 {
  font-size: 18px;
}

.opr-course-wrap .accordion-button::after {
  background: url(../images/arrow-right.png) center center !important;
  background-size: 30px !important;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat !important;
  transform: rotate(0) !important;
}

.opr-course-wrap .accordion-button.show::after {
  transform: rotate(90deg) !important;
}

.accordion-button.show.collapsed::after {
  transform: rotate(0deg) !important;
}

.accordion-button.collapsed::after {
  transform: rotate(90deg) !important;
}

.information-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #00095b;
}

.opr-course-wrap .information-wrap .information-content p {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400;
}

.opr-course-wrap .information-wrap .information-content li {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: 17px;
  margin-left: 17px;
  padding-left: 7px;
}

.opr-course-wrap .information-wrap .information-content ul {
  padding: 0;
}

/* foot */
.foot-top {
  background: #021f47;
  padding: 50px 0;
  color: #fff;
}

.foot-top p {
  font-size: 20px;
  font-weight: 500;
}

.foot-top p a {
  color: #fff;
}

.link-wrap {
  display: flex;
  flex-direction: column;
}

.foot-top p span {
  font-weight: 400 !important;
}

.foot-top h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Microgramma D';
}

.link-wrap a {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.ph {
  margin-top: 20px;
}

.ph p {
  font-weight: 400;
}

.foot-bottom {
  background: #c9c8c6;
  color: #fff;
  text-align: start;
  font-size: 16px;
  padding: 20px 0;
}

.social-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: end;
}

.social-wrap-inner a {
  margin-right: 12px;
}

.social-wrap-inner {
  margin-top: 5px;
}

.register-form-wrap {
  padding: 50px;
  border: 1px solid #00095b;
  border-radius: 30px;
  background: #dddddd42;
}

.information-form-head h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 26px;
}

.information-form-head span {
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}

.information-form-head {
  color: #00095b;
  background-color: #bccbd4;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.information-form .gfield_label.gform-field-label {
  display: none;
}

.information-form .charleft.ginput_counter.gfield_description {
  display: none;
}

.information-form .gform_body input {
  padding: 30px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border: 1px solid #144f72 !important;
}

.information-form .gform_body input {
  padding: 30px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border: 1px solid #144f72 !important;
}

.information-form .gform_body textarea {
  padding: 30px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border: 1px solid #144f72 !important;
}

.information-form .gform_body input {
  color: #7d7d7d !important;
}

.information-form .gform_body textarea {
  color: #7d7d7d !important;
}

.information-form .gform_footer input {
  background: #00095b !important;
  padding: 15px 40px !important;
  font-size: 16px !important;
  display: table !important;
  margin-top: 20px !important;
  letter-spacing: 1px !important;
  border: 1px solid #00095b !important;
  transition: all 0.3s ease-in-out;
}

.information-form .gform_footer input:hover {
  transition: all 0.3s ease-in-out;
  background: transparent !important;
  color: #00095b !important;
}

.information-form .gform_validation_errors {
  display: none !important;
}



.student-form-head h3 {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 26px;
}

.student-form-head span {
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}

.student-form-head {
  color: #00095b;
  background-color: #bccbd4;
  padding: 20px;
  border-radius: 5px;
}

.student-form-head {
  color: #00095b;
  background-color: #bccbd4;
  padding: 20px;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.student-content-head h4 {
  border-bottom: 1px solid #bccbd4;
  padding: 20px 20px 10px 0px;
  font-size: 18px;
}

.student-content-head h4:first-child {
  padding-top: 0;
}

.student-content-head {
  padding: 50px;
  border: 1px solid #00095b;
  border-top: 0;
  background: #f6f6f6;
}

.student-bot-row {
  margin-top: 30px;
}

.student-bot-row .student-bot-row-box-one {
  background: #fff;
  height: 200px;
  position: relative;
}

.student-bot-row .student-bot-row-box-two {
  background: #fff;
  height: 200px;
  position: relative;
}

.student-bot-row .student-bot-row-box-two a,
.student-bot-row .student-bot-row-box-one a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #00095b;
  padding: 8px 30px;
  color: #fff;
}





/* responsive */
@media(max-width:991px) {
  #access {
    display: none !important;
  }

  #mob-menu-container {
    display: block !important;
  }
}

.participant-user {
  .heading-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
  }



  .table {

    thead {
      background-color: #021f47;
      color: #fff;
    }

    tbody {
      background-color: #f0f0f0;
    }
  }
}

.e-store-wrap .card-header {
  background-color: #c4d7ff;
}


.topbar-links {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  margin-right: 20px;
  justify-content: flex-end;
}

.topbar-links .dropdown .dropdown-toggle i {
  font-size: 20px;
  line-height: 32px;
  color: #00095b;
}

.topbar-links .dropdown .dropdown-toggle::after {
  display: none;
}

.topbar-links .dropdown .dropdown-item.active,
header .topbar-links .dropdown .dropdown-item:active {
  background-color: #ffffff;
  color: #000000;
}

.topbar-links .dropdown .dropdown-item:focus,
header .topbar-links .dropdown .dropdown-item:hover {
  background-color: #ffffff;
}

.topbar-links .login-logout a i {
  font-size: 20px;
  line-height: 32px;
  color: #00095b;
}

.topbar-links .language-switcher {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: flex-end;
}

.topbar-links .language-switcher img {
  width: 24px;
}

.topbar-links .language-switcher span {
  font-size: 17px;
  list-style: none;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000000a6;
}

.topbar-links .dropdown li a {
  img {
    width: 32px;
    margin-right: 8px;
  }
}