@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@font-face {
  font-family: "Cooper Black Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Cooper Black Regular"),
    url("./../fonts/cooper/COOPBL.woff") format("woff");
}

/* Arial Black */
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: 900;
  src:
    local("Arial Black"),
    url("./../fonts/arial/ARIBLK.TTF") format("truetype");
}

#top-header {
  padding: 0px;
  padding-right: 128px;
  padding-bottom: 0px;
  margin-top: 0px;
  text-align: right;
  background-color: var(--red);
  margin-bottom: 0px !important;
}

body {
  background: #fff;
  /* font-family: "Raleway"; */
  margin: 0px !important;
  padding: 0px !important;
}
.row {
  margin-left: 0;
  margin-right: 0;
}

.nav > li > a {
  color: #fff;
  padding: 20px 20px;
}

.nav-pills > li > a {
  border-radius: 0px;
  text-transform: uppercase;
  transition: 0.5s all;
}

.nav-pills > li > a:hover {
  background-color: var(--green);
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: var(--orange);
  border: none;
}

.carousel-caption {
  text-transform: uppercase;
  font-weight: 900;
  background-color: rgba(0, 0, 0, 0.4);
  /* background-color: transparent; */
  padding-top: 150px;
  padding-left: 50px;
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-caption h3 {
  font-size: 30px;
}

.carousel-caption h2 {
  font-size: 55px;
  font-family: "Arial Black";
  font-weight: 900;
  color: var(--white) !important;
}

.welcome-text {
  text-transform: uppercase;
  font-weight: 900;
  background-color: rgba(0, 0, 0, 0.4);
  /* background-color: transparent; */
  padding-top: 150px;
  padding-left: 50px;
  text-align: left;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.welcome-text h3 {
  font-size: 30px;
}

.welcome-text h2 {
  font-size: 55px;
  font-family: "Cooper Black";
  font-weight: 900;
  color: var(--orange);
}

.noPadding {
  padding: 0px;
}

.noPaddingLeft {
  padding-left: 0px;
}

form label.col-sm-1 {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  padding-top: 10px;
  background-color: transparent;
}

.btn {
  border-radius: 0px;
}

input.form-control,
textarea.form-control {
  border-radius: none;
}

.panel-default > .panel-heading {
  background: #fff;
}

.panel-default > .panel-heading {
  text-decoration: none;
}

.dropdown-menu > li > a {
  padding: 10px 15px;
}
.dropdown-menu > li > a:hover {
  background: none;
  background-color: var(--orange);
}

.dropdown-menu {
  min-width: 250px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.nav-tabs li a {
  color: #888;
}

li::marker {
  display: none;
  color: var(--orange);
  background-color: var(--orange);
}
li {
  list-style-type: none;
}

.tab-pane {
  padding-top: 20px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 300px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#health:hover #sub-menu-id {
  display: block;
  position: absolute;
  max-width: 270px;
  margin-left: 226px;
  margin-top: -45px;
}

li.dropdown-li:hover #third-sub-menu-id {
  display: block;
  position: relative;
  max-width: 333px;
  margin-left: 54px;
  z-index: 3;
  width: 250px;
  background-color: white;
}

.sec-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

p.fcc-about {
  font-family: Arial "black" !important;
  font-size: 16px;
  color: #777;
}

/*--------------------------------------------------------------*/
/* BUSINESS COURSE CSS*/

#dark-backgd-content {
  height: 150px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  padding-bottom: 30px;
  background-color: #101010;
}

.attendance-header h3 {
  color: #fff;
  font-family: anal;
}

.attendance-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #111;
}

.attendance-li {
  float: left;
  border-right: 1px solid #bbb;
}

.attendance-li:last-child {
  border-right: none;
}

.attendance-li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

.attendance-li a:hover:not(.active) {
  background-color: #333;
}

.attendance-list {
  list-style-type: none;
  padding: 10px 10px;
  color: #fff;
  font-size: large;
  font-family: arial;
}

.intakes-list a {
  color: #fff;
  font-family: arial;
  text-decoration: none;
  padding-top: 10px;
}

ul.intakes-ul-list {
  text-decoration: none;
  list-style-type: none;
  padding-top: 24px;
}

/* SEC COLUMN*/

.tab_contact {
  display: flex;
  width: 100%;
  height: 50px;
  padding-left: 10%;
  align-items: center;
  background: #000;
  cursor: pointer;
  color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: x-large;
}

.tab_contact:hover {
  background-color: #101010;
}

div.tab {
  max-width: 90%;
  margin-left: 77px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #101010 !important;
  box-shadow: 0px 0px 0pxrgba (0, 0, 0, 05);
}

#tab_container {
  background-color: #101010;
  height: 70px;
  width: 100%;
}

.tab_head {
  display: flex;
  align-items: stretch;
}

#contact_col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.box-col:hover {
  background-color: var(--orange);
}

.busi-sect-font-two {
  font-family: arial;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/*COLUMN ROW WITH THE WHITE BACKGROUND*/

.grid-container-two {
  width: 100%;
  display: flex;
}

#popover-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
}

.grid-container-three {
  width: 100%;
  height: 50px;
  background-color: var(--orange);
  font-family: arial;
}
#course-outline {
  font-family: "arial";
  font-size: x-large;
  color: #fff;
}

/**the logos slide*/
.container {
  overflow: hidden;
}

/* .slider-container {
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  animation: slide 10s linear infinite; 
}

.slide-img {
  flex: 0 0 auto;
  margin-right: 20px; 
}

.slide-img img {
  width: 50%;
  height: 100%;
  object-fit: contain;
} */

.carousel-inner .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-inner .col-md-4 img {
  max-height: 200px; /* Adjust height as needed */
  margin: auto;
  display: block;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*-------Vertical Navbar-------*/

* {
  box-sizing: border-box;
}

#intro {
  font-family: Arial, Helvetica, sans-serif;
  font-size: larger;
}

.tabs_vert {
  left: 83%;
  transform: translate(5%, 0%);
  width: 89.3%;
  height: 400px;
  padding: 30px 20px;
  background: #f5f5f5;
  box-shadow: 0px 0px 0px 0px #ccc;
  overflow: hidden;
}

.tabs_vert .vert_header {
  float: left;
  width: 400px;
  height: 100%;
  border-right: 1px solid#ccc;
  padding: 0px 0px;
}

.tabs_vert .vert_header > div {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  padding-left: 10px;
}

ul#menu {
  width: 250px;
  position: relative; /* change to 'absolute' if you don't want it "sticky" */
  top: 0;
  left: calc(50% - (250px / 2));
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1000;
}
ul#menu li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
ul#menu li a {
  text-decoration: none;
  color: #ccc;
  padding: 10.5px 11px;
  background-color: var(--green);
  display: block;
}
ul#menu li a:hover,
ul#menu li a.active {
  background-color: var(--green);
  color: #fff;
}

.tabs_vert .vert_header > div:hover,
.tabs_vert .vert_header > div.active {
  background-color: #00b0cf;
  color: #fff;
}

div.tabs_vert > div.vert_content > div.active > h2 {
  color: #00b0cf;
}

.tabs_vert .tab_header div i {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}

.tabs_vert .vert-content {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.tabs_vert .vert_content {
  position: relative;
  height: 93%;
  overflow: hidden;
}

.tabs_vert .vert_content > div > i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #555;
  color: #f5f5f5;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
}

.tabs_vert .vert_content > div {
  position: absolute;
  text-align: center;
  padding: 40px 20px;
  top: -200%;
  transition: all 500ms ease-in-out;
}

div.vert_content > .active > p {
  color: #00b0cf;
}

.tabs_vert .vert_content > div.active {
  top: 0px;
}

.column.links ul li a {
  padding-top: 10px;
}

.tabs_vert .vert_indicator {
  position: absolute;
  width: 4px;
  height: 50px;
  background: #00b0cf;
  left: 420px;
  top: 20px;
  padding: 0px 0px;
  transition: all 500ms ease-in-out;
}

/*-------Vertical Navbar End-------*/

hr#blue {
  height: 15px;
  background-color: #00b0cf;
}

/*COLUMN ROW WITH THE WHITE BACKGROUND END*/

.sect-body {
  margin-top: -21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: arial;
}

.tabs {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  width: 88%;
  background-color: var(--green);
  height: 400px;
  box-shadow: 0px 0px 0pxrgba (0, 0, 0, 05);
  border-left: 3px solid #f2f2f2;
  border-right: 3px solid #f2f2f2;
}

.tabs__head {
  display: flex;
  align-items: stretch;
}
.tabs .tabs__head > .tabs__body {
  transition: all 500ms ease-in-out;
}

.tabs__body {
  width: 70%;
  text-align: center;
  margin-left: 15%;
}

.tabs__toggle {
  display: flex;
  width: 33.3334%;
  padding-left: 14%;
  height: 87px;
  align-items: center;
  background: #f2f2f2;
  cursor: pointer;
  font-family: arial;
  font-size: xx-large;
  border-left: 1px solid #d7d7d7;
}
.tabs__toggle:hover {
  background: #d8d8d8;
  border-top: 4px solid #bebebe;
}

.tabs__toggle.is-active {
  border-top: 4px solid var(--orange);
  border-left: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  background-color: var(--green);
  font-family: arial;
  font-size: xx-large;
}

.tabs__content {
  padding: 30px;
  display: none;
}

.tabs__content.is-active {
  display: block;
}
.tabs__title {
  font-size: 18px;
  color: #000;
  font-weight: bolder;
  margin-bottom: 20px;
}
.tabs__text {
  font-size: 14px;
  color: #000;
}

/*---------------the business course footer------------*/

footer.row {
  background-color: var(--black);
}

.business-footer {
  background-color: var(--black);
}

div.col.about {
  float: left;
  width: 287px;
  padding: 10px;
}

.footer-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.footer-text {
  color: #fff;
}

p.p-footer {
  color: var(--white);
  font-size: 14px;
}

a.link-to-brown {
  color: var(--orange);
}

a.link-to-brown:hover {
  color: var(--white);
  text-decoration: none;
}

.topImg {
  /* height: 80vh; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topImg.home {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.topImg .cover {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.topImg .container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.topImg .container.home {
  bottom: -130px;
  position: relative;
}

.topImg .container h2 {
  font-family: "Cooper Black";
  font-weight: 900;
  font-size: 52px;
  color: var(--orange);
  margin-bottom: 50px;
}

.topImg .container h1.home {
  font-family: "Arial Black";
  font-weight: 900;
  font-size: 100px;
  color: var(--white);
  margin-bottom: 50px;
}

.topImg .container h2.matric-title {
  font-family: "Cooper Black";
  font-weight: 900;
  font-size: 4em;
  color: var(--white);
  margin-bottom: 50px;
}

.topImg .container h2 small {
  color: var(--white);
}

.topImg .container h2:after {
  position: absolute;
  content: "";
  height: 5px;
  left: 0;
  right: 0;
  width: 120px;
  background: var(--white);
  margin-top: 60px;
  margin-left: 20px;
}

.course-h2 {
  color: white !important;
}

/* .topImg .container h1.home:after {
    position: absolute;
    content: "";
    height: 6px;
    left: 0;
    right: 0;
    width: 205px;
    background: var(--orange);
    margin-top: 109px;
    margin-left: 20px;
} */

.topImg .container h4 {
  font-weight: 500;
  font-size: 2em;
  color: var(--white);
  margin-bottom: 20px;
}

.topImg .container .credentials {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px;
  color: var(--white);
  border: 1px solid var(--orange);
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.topImg .container .credentials-blank {
  background-color: transparent;
  padding: 10px;
  color: var(--white);
  border: 1px solid transparent;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.topImg .container p {
  color: var(--white);
  font-size: large;
}

.borderRight {
  border-right: 2px solid var(--orange);
}

.borderRight-blank {
  border-right: 2px solid transparent;
}

.btn-outlined {
  border: 1px solid var(--orange);
  border-radius: 10px;
}

.navbar-default .navbar-collapse {
  border-color: none !important;
}

.navbar-collapse {
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

small.txt-size {
  font-size: 9px;
}

/* Apply form page */

.col-md-12.image-bg-col {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-bg {
  position: relative;
  width: 100%;
  height: 555px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.image-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://brownsphere.co.za/Dev/fredstone/css/../img/apply.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  z-index: 0;
}

.normal-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.bg-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

h1.apply-title {
  color: var(--white);
  font-weight: 550;
  font-size: 65px;
  padding-bottom: 60px;
  font-family: "Montserrat", sans-serif;
}

.image-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

//section 2

.page-section {
  margin-bottom: 45px;
}

.image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.title-content {
  color: #f8631f;
  font-size: 2.4rem;
  line-height: 2.2em;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  outline: 0;
  padding: 0;
  padding-bottom: 6px;
  vertical-align: baseline;
}

.bullets-class-blk {
  padding-left: 20px;
}

li.para {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8em;
  letter-spacing: 0px;
  gap: 1px;
  color: #333;
}

li.para .number {
  min-width: 20px;
  font-weight: normal;
  color: #555;
}

span {
  font-family: "Open Sans", sans-serif !important;
}

li.para .text {
  flex: 1;
}

//section 3

/* .form-container {
  position: relative;   
  max-width: 900px;
  margin: 0 auto;
  background-image: url("./img/form-background.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  border: 1.9px solid var(--darkBlue);
  padding: 30px;
  border-radius: 22px;
  margin-bottom: 40px;
  z-index: 1;
  overflow: hidden;
} */

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-container input.form-control {
  background-color: #e6e6e6;
  border: none !important;
  padding: 10px;
  color: #333;
  height: 45px;
}

.form-container input {
  margin-bottom: 40px;
  border-radius: 0 !important;
}

p.form-text {
  font-weight: 600;
}

/* End code */

/* Apply button */

.btn-red-reg {
  background-color: var(--red);
}

/* end code */

/*Footer form code*/

footer input.form-control {
  border-radius: 20px;
  border: 2px solid var(--orange) !important;
}

footer .btn-success {
  width: 52%;
  border-radius: 20px;
  border: 1px soli var(--orange) d;
  background-color: var(--orange) !important;
  background-image: none !important;
}

select:required:invalid {
  color: #6c757d;
  font-weight: 600;
}

.form-container select.form-control {
  background-color: #e6e6e6;
  border: none !important;
  padding: 10px;
  color: #333;
  height: 45px;
}

.form-container select {
  margin-bottom: 40px;
  border-radius: 0 !important;
}

.form-check-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.form-check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e6e6e6;
  border: 2px solid #ccc;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

span {
  font-family: "Open Sans", sans-serif !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

h3.form-title {
  font-size: 40px;
  font-size: 4rem;
  padding-bottom: 33px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.25em;
  margin-top: 11px;
  padding-left: 0px;
  margin-bottom: 10px;
}

.form-container .fileUpload input.upload {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67%;
  margin: 0;
  padding: 13px;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}

.form-container input {
  margin-bottom: 40px;
  border-radius: 0 !important;
}

.form-container .btn-main:hover {
  background-color: #1c1c45;
}

.form-container .btn-main {
  background-color: #e78b24;
  color: var(--white);
  padding: 17px;
  border: none;
  font-weight: bold;
  text-align: center;
  width: 65%;
  min-width: 180px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
}

.numbered-list {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin: 0;
}

.numbered-list li {
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  font-weight: 600;
  color: gray;
}

.numbered-list li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: gray;
}

p.form-text {
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
  line-height: 2;
  color: gray;
}

/*end*/

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.center-text {
  text-align: center;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
