/* global css start*/

* {
  margin: 0;
  padding: 0;
}

.sacoc {
  width: 90%;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.source-sans {
  font-family: 'Source Sans Pro', sans-serif;
}

body,
button,
textarea {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 1.8em;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  display: inline-block;
  margin: 0.5em;
  color: #4a4a4f;
  line-height: 1.2em;
}

.slideshow-container {
  overflow: hidden;
}

p {
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  color: #4a4a4f;
}

small {
  font-size: 1em;
  font-weight: 200;
}

label {
  display: block;
  padding: 0.5em;
  font-size: 1em;
}

.inline-label {
  display: inline-block !important;
}

textarea {
  position: relative;
  resize: none;
  height: auto;
  padding: 0.5em;
  box-sizing: border-box;
  width: 90%;
  font-size: 1em;
  color: #4a4a4f;
  text-align: left;
}

#comment-input-spacer>input {
  box-sizing: border-box;
  margin: 1em;
  line-height: 3em;
  width: 200px;
  padding: 0.5em;
  font-size: 1em;
  color: #4a4a4f;
  font-family: 'Montserrat', sans-serif;
}

/* global css end*/

.video-containem {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.videom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Layout css start */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

#sin-col,
#semi-col,
#duo-col,
#tri-col,
#qua-col,
#pen-col {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0.em;
  overflow: hidden;
}

#sin-col {
  width: 100%;
}

#semi-col {
  width: 65%;
}

#duo-col {
  width: 49.5%;
}

#tri-col {
  width: 33.01%;
}

#qua-col {
  width: 24.5%;
}

#pen-col {
  width: 19.5%;
}

#sin-con,
#semi-con,
#duo-con,
#tri-con,
#qua-con,
#pen-con {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}

#sin-con,
#semi-con {
  width: 75%;
  padding: 0.5em;
}

#duo-con {
  width: 96%;
  padding: 0.3em;
}

#tri-con {
  width: 97%;
  padding: 0.3em;
}

#qua-con {
  width: 98%;
  padding: 0.3em;
}

#pen-con {
  width: 99%;
  padding: 0.3em;
}

.auto-width {
  width: 100%;
}

.auto-height-box {
  height: 160px;
}

#sin-canva {
  padding: 1em;
  background: #ddd;
  font-size: 1em;
  display: inline-block;
  box-sizing: border-box;
  margin-left: .8em;
  margin-top: 1em;
  margin-bottom: .3em;
  width: 95%;
}

/*layout css end*/

/* vertical navigation css start */

.vert-nav {
  width: 15%;
  box-sizing: border-box;
  text-align: left;
  padding: 0.3em;
  float: left;
}

.vert-nav>ul>li {
  margin-top: 0.5em;
  margin-bottom: 1em;
  list-style-type: none;
}

.vert-nav>ul>li>a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1em;
}

/* vertical navigation css end */

/* horizontal navigation css start  */

.hori-slim-nav {
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  text-align: right;
  margin-top: 3em;
}

.hori-slim-nav>ul>li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  margin-left: 1em;
  margin-right: 0.5em;
}

.hori-slim-nav>ul>li>a {
  display: block;
  position: relative;
  text-align: center;
  font-size: 1em;
}

.hori-slim-nav>ul>li>a>img {
  box-sizing: border-box;
  border: solid 1px #12bc00;
  padding: 2px;
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 100%;
  margin-bottom: -1em;
}

.hori-slim-nav>ul>li>form>button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  color: #ff0039;
  font-size: 15px;
  letter-spacing: 1px;
}

.hori-slim-nav>ul>li>ul {
  position: absolute;
  z-index: 99;
  width: 180px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.2em;
  margin-left: -2em;
  background-color: #ffffff;
  border-radius: 0.3em;
  display: none;
  opacity: 0.9;
}

.hori-slim-nav>ul>li:hover>ul {
  display: block;
}

.hori-slim-nav>ul>li>ul>li {
  list-style-type: none;
  display: block;
  margin-top: 0.5em;
  padding: 0.3em;
}

.hori-slim-nav>ul>li>ul>li>a {
  display: block;
  font-size: 1em;
  color: #243678;
  padding: 0.2em;
}

.hori-slim-nav>ul>li>ul>li>a:hover {
  color: #ffffff;
  background-color: #243678;
}

.bolden a {
  font-weight: 600;
  background: #fff041;
  padding: 0.5em;
  border-radius: 0.3em;
}

/* horizontal navigation css end */

/* multi-purpose form css start */

#form-container {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}

#form-container>h3 {
  opacity: 0.8;
}

#form-container>form>#input-spacer {
  margin-top: 1em;
  box-sizing: border-box;
  width: inherit;
  position: relative;
}

#form-container>form>#input-spacer>label {
  opacity: 0.8;
}

#form-container>form>#input-spacer>input,
#form-container>form>#input-spacer>select {
  box-sizing: border-box;
  width: 300px;
  padding: 0.5em;
  border: solid 0.5px rgba(10, 132, 255, 0.3);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

#form-container>form>#input-spacer>.inline-input {
  width: auto !important;
  display: inline-block !important;
}

#form-container>form>#input-spacer>small,
#form-container>form>#input-spacer>label>small {
  color: brown;
}

#form-container>form>#input-spacer>button {
  cursor: pointer;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 0.3em;
  font-size: 1.1em;
}

#form-container span {
  margin: 1em;
  display: inline-block;
}

#form-container span a {
  color: #dd0000;
}

#radio {
  width: 10px !important;
  float: none;
  cursor: pointer;
}

.x_label {
  margin: none !important;
  display: inline-block !important;
  cursor: pointer;
}

.date-span {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
}

/* multi-purpose form css end */

/*table css start*/

#table-container {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  text-align: center;
  width: 100%;
}

#table-container>table {
  width: 100%;
}

#table-container>table>thead {
  background-color: #111155;
  font-weight: 600;
  opacity: 0.8;
  color: #fefefe;
}

#table-container>table>tfoot {
  background-color: #ccc;
  font-size: 1em;
  opacity: 0.8;
}

#table-container>table,
tr,
td {
  border: solid 1px #ccc;
  border-collapse: collapse;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#table-container>table>tbody>tr:nth-child(even) {
  background-color: #f2f2f2;
}

#table-container td {
  font-size: 1em;
}

/*table css end*/


/*dashboard css start*/

#dashboard-container {
  box-sizing: border-box;
  width: 60%;
  text-align: center;
  float: left;
  outline: solid 1px #fff;
  padding: 1em;
  height: auto;
}

#dashboard-container>nav {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin-top: 1em;
  margin-bottom: 2em;
  outline: solid 1px #ffffff;
}

#dashboard-container>nav>span {
  display: block;
  background: #243678;
  line-height: 1.8em;
  letter-spacing: 1.2px;
  text-align: left;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1em;
  color: #ffffff;
  font-weight: 100;
  font-size: 16px;
}

#dashboard-container>nav>ul>li {
  list-style: none;
  float: left;
  background: #fff041;
  width: 209px;
  padding: 0.7em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  text-align: left;
}

#dashboard-container>nav>ul>li>a {
  font-size: 1em;
}

#dashboard-profile {
  box-sizing: border-box;
  width: 33%;
  float: right;
  margin-top: 2em;
  margin-right: 1em;
  outline: solid transparent;
}

#dashboard-profile>span {
  display: block;
  background: #243678;
  line-height: 1.8em;
  letter-spacing: 1.2px;
  text-align: center;
  box-sizing: border-box;
  padding: 1em;
  font-size: 1em;
  color: #ffffff;
  font-weight: 100;
  font-size: 16px;
}

#dashboard-profile>#avatar-box {
  width: 100%;
  text-align: center;
  position: relative;
}

#dashboard-profile>#avatar-box>img {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 16px;
  border: solid 1px #b1b1b3;
  padding: 4px;
  border-radius: 100%;
  box-sizing: border-box;
}

#profile-text {
  width: 80%;
  box-sizing: border-box;
  padding: 2em;
  text-align: center;
}

#profile-text>span {
  display: block;
  text-align: left;
  box-sizing: border-box;
  margin: 1em;
  padding: 1em;
  border: solid 1px #b1b1b3;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

#dashboard-profile>a {
  color: #ff0039;
}

/*dashboard css end*/


/* Manage users page styling start*/

#users_list {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  border: solid 1px #72c6f1;
  margin-bottom: 1em;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

#users_list>li {
  list-style-type: none;
  display: inline-block;
  margin: 1em;
  height: 150px;
  width: 150px;
  overflow: hidden;
  box-sizing: border-box;
}

#users_list>li>.opa {
  opacity: 0.8;
}

#users_list>li>a>img {
  width: 100%;
  border-radius: 0.2em;
}

.admin_role,
.editor_role,
.regular_role {
  font-size: 1em;
  padding: 1em;
  border-radius: 0.2em;
}

.admin_role {
  display: inline-block;
  background-color: #fff041;
  color: #ff0039;
}

.editor_role {
  display: inline-block;
  background-color: #243678;
  color: #ffffff;
}

.regular_role {
  display: inline-block;
  background-color: #717171;
  color: #ffffff;
}

#user_mg {
  box-sizing: border-box;
  width: 800px;
  display: inline-block;
  padding: 1em;
}

#user_mg>li {
  list-style-type: none;
  margin: 1em;
  float: left;
  width: 330px;
}

#user_mg>li>a>img {
  width: 100%;
  border-radius: 0.2em;
}

#user_mg>form>button {
  border: none;
  outline: none;
  margin: 0.5em;
  font-family: 'Montserrat', sans-serif;
  color: #243678;
  background: transparent;
  font-size: 1em;
  cursor: pointer;
}

#user_mg>form>div>button {
  border: none;
  outline: none;
  margin: 0.5em;
  font-family: 'Montserrat', sans-serif;
  color: #243678;
  background: transparent;
  font-size: 1em;
  cursor: pointer;
}

#user_mg>form>button:hover,
#user_mg>form>div>button:hover {
  color: #ff0039;
}

/* footer css start */

footer {
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-top: 1em;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  background: #243678;
}

footer>#tri-col>.foots {
  box-sizing: border-box;
  position: relative;
  height: 300px;
}

footer>#tri-col>.foots>h4 {
  letter-spacing: 1px;
  color: #fff041;
}

footer>#tri-col>.foots>ul>li {
  color: transparent;
  margin: 1em;
}

footer>#tri-col>.foots>ul>li>a,
footer>#tri-col>.foots>ul>li>span {
  color: #b1b1b3;
  font-size: 1em;
}

footer>.credits {
  box-sizing: border-box;
  padding: 0.5em;
}

footer>.credits>#duo-col>.credit-span-left {
  float: left;
  color: #b1b1b3;
  font-size: 1em;
}

footer>.credits>#duo-col>.credit-span-right {
  float: right;
  color: #b1b1b3;
  font-size: 1em;
}

footer>.credits>#duo-col>.credit-span-right>a {
  color: #b1b1b3;
}

.dev-name {
  color: #72c6f1;
}

/* footer css end */

/* Slideshow css start */

* {
  box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Hide the images by default */
.myTlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .5
  }

  to {
    opacity: 1
  }
}


/* Slideshow css end */


/*Extra CSS Start*/

#logobox {
  border: solid 10px #ffffff;
  box-sizing: border-box;
  width: 330px;
  height: 160px;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 88;
}

#logobox>img {
  width: 100%;
  background: #000044;
  position: relative;
  z-index: 98;
}

#classic-cover-a {
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-image: url("https://www.careerguidancecollege.com/webotos/frame1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#classic-cover-b {
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-image: url("https://www.careerguidancecollege.com/webotos/frame2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#classic-cover-c {
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-image: url("https://www.careerguidancecollege.com/webotos/frame3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.press-button {
  height: 90px;
}

#pay-box {
  width: auto;
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  padding: 1em;
}



/*

#classic-cover{ box-sizing: border-box; width: 100%; height: 480px; overflow: hidden; background-image: url("https://karenwebs.com/CCGD/webotos/banner-1a.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; }

*/

#cover-tile {
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  padding-left: 5em;
  padding-top: 2em;
  text-align: center;
}

#para-tile {
  float: left;
  padding: 1em;
  border-radius: 3em;
  width: 90%;
  text-align: left !important;
}

#cover-tile>#para-tile>h1 {
  margin-top: 3%;
  color: #fff041;
  text-align: left !important;
}

#para-tile>p {
  padding-left: 1em;
  color: #ffffff;
}

.a_button {
  display: inline-block;
  padding: 1em;
  background-color: #243678;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.6em;
  margin: 1em;
  font-weight: 600;
}

#right-fl>a {
  float: left;
  margin-left: 5em;
}



.deep-hue {
  color: #243678;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

#deep-hue {
  background-color: #243678;
}

.lite-sun {
  color: #fff041;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

#lite-sun {
  background-color: #fff041;
}

#lite-sun:hover,
#deep-hue:hover {
  opacity: 0.8;
}



.white-on-blue {
  display: block;
  background-color: transparent;
  color: #ffffff;
  margin-top: 5em;
  opacity: 0.8;
}

.blue-on-yellow {
  display: block;
  background-color: transparent;
  color: #243678;
  margin-top: 5em;
  opacity: 0.8;
}

.white-on-blue:hover {
  background-color: #fff041;
  color: #243678;
}

#deck-1,
#deck-2,
#deck-3,
#deck-4 {
  background-repeat: no-repeat;
  height: inherit;
  width: inherit;
  background-size: cover;
  background-position: center;
}

#deck-1 {
  background-image: url("https://www.careerguidancecollege.com/webotos/lib_tile.png");
}

#deck-2 {
  background-image: url("https://www.careerguidancecollege.com/webotos/gal_tile.png");
}

#deck-3 {
  background-image: url("https://www.careerguidancecollege.com/webotos/news_tile.png");
}

#deck-4 {
  background-image: url("https://www.careerguidancecollege.com/webotos/vlog_tile.png");
}

#ico-box {
  box-sizing: border-box;
  width: 100%;
  height: 180px;
  position: relative;
  margin: 0.5em;
  overflow: hidden;
  text-align: center;
}

#ico-box>a>img {
  position: relative;
  height: 178px;
  display: inline-block;
}

.tmon-img {
  height: 280px;
  border-radius: 100%;
}

#tri-con>.a_button {
  text-align: center !important;
}

.tt-box {
  float: left;
  box-sizing: border-box;
  width: 35%;
  height: auto;
  overflow: hidden;
  text-align: center !important;
}

.tt-box>p {
  color: #243678;
  text-align: center !important;
}

.tx-box {
  display: block;
  box-sizing: border-box;
  width: 60%;
  float: left;
  height: auto;
  padding: 0.5em;
  overflow: hidden;
  border: solid 1px rgba(10, 132, 255, 0.3);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  margin-bottom: 1em;
  text-align: left !important;
}

.tx-box>span>em {
  color: #4a4a4f !important;
}

#signage-box {
  box-sizing: border-box;
  margin-bottom: 2em;
  margin-top: 2em;
}

#signage-box>a>img {
  height: 99px;
  margin: 1em;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#signage-box>a>img:hover {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.video-item>iframe {
  height: 360px;
  width: 500px;
  position: relative;
}

#media-box {
  box-sizing: border-box;
  height: 500px;
  overflow: hidden;
  display: inline-block;
}

#media-box>.media-tiles {
  box-sizing: border-box;
  overflow: hidden;
  display: inline-block;
  height: 200px;
  width: 200px;
  border: solid 1px rgba(10, 132, 255, 0.3);
}



.menu-off {
  color: #243678;
}

.menu-on {
  color: #ff0039;
}



#triple-cols {
  box-sizing: border-box;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding: 1em;
  /*column-count: 3; column-gap: 40px;column-rule: 1px solid rgba(10, 132, 255, 0.3);*/
  display: flex;
  align-items: left;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
  display: inline-block;
}

#triple-cols>#form-container>form {
  position: relative;
  width: 100%;
  height: 530px;
}

#trix-cols {
  column-count: 2;
  column-gap: 40px;
  column-rule: 1px solid rgba(10, 132, 255, 0.3);
}

#trix-cols>p {
  text-align: left;
  line-height: 2em;
  color: #4a4a4f !important;
}

.tcheight {
  box-sizing: border-box;
  height: 220px;
  overflow: hidden;
  padding: 2em;
}

.tcheight>p {
  color: #4a4a4f !important;
  line-height: 2em;
}

#team-box {
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 2em;
}

#team-box>div>img {
  height: 250px;
}

#team-box>div>em {
  display: inline-block;
  margin: 1em;
  color: #4a4a4f !important;
}

/*------------current updates--------------*/

#yardpic {
  box-sizing: border-box;
  width: 100%;
  height: 288px;
  overflow: hidden;
}

#yardpic>img {
  width: 100%;
}

#duheight {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 360px;
}

#duheight>img {
  height: 360px;
}

.duheight-text {
  padding-left: 2em;
  padding-right: 1em;
}

.duheight-text>p {
  line-height: 2em;
}

#tra-box {
  background-color: #243678;
  padding: 1.5em;
  border-radius: 0.6em;
}

#tra-box>p {
  color: #ffffff !important;
  line-height: 2em;
}

#tx-box>p {
  text-align: left;
}

#pico-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 360px;
  height: 360px;
  margin-bottom: 1em;
  display: inline-block;
}

#pico-box>img {
  width: 100%;
}

#top-em-3 {
  margin-top: 3em;
}

#tmx {
  box-sizing: border-box;
  min-height: 666px;
  overflow: hidden;
  padding: 1em;
}

#tmx>div>p {
  line-height: 2em;
}

#tmx>div>img {
  height: 500px;
}

#subtle-capex {
  width: 100%;
  height: 100%;
  background-color: rgba(154, 216, 241, 0.596);
}

/*

#subtle-capex{ width: 100%; height: 100%; background-image: url('../webotos/classroom.jpg'); background-repeat: no-repeat; background-size: cover; background-position: top; background-attachment: fixed; }

*/

.capex-top {
  box-sizing: border-box;
  display: inline-block;
  min-width: 40%;
  padding: 0.3em;
  background-color: #fff041;
  height: auto;
  text-align: center;
}

.capex-top p {
  font-size: 13pt;
  color: #243678;
}

.capex-heading {
  font-size: 24pt;
  color: #243678;
  font-weight: 600;
  display: inline-block;
  margin: 0.5em;
}

.capex {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 290px;
  height: 550px;
  border: solid 1px #0077b555;
  margin: 0.5em;
  text-align: center;
  background: #fefefe;
}

.capexe {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 290px;
  height: 865px;
  border: solid 1px #0077b555;
  margin: 0.5em;
  text-align: center;
  background: #fefefe;
}

.capexa {
  position: relative;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 290px;
  height: auto;
  border: solid 1px #0077b555;
  margin: 0.5em;
  text-align: center;
  background: #fefefe;
}

.capex-img-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 280px;
  height: 280px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 1em;
}

.capex-img-box:hover {
  padding: 0.1em;
}

.capex-img-box img {
  width: 100%;
}

.capex-caption-box,
.capex-captain-box {
  width: 100%;
  height: 30px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.capex-caption-box span {
  display: inline-block;
  font-size: 9pt;
  font-weight: 600;
  color: #243678;
}

.capex-captain-box span {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #243678;
}

.capex-title-box {
  width: 100%;
  height: 60px;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  padding: 3px;
  background: #243678;
}

.capex-title-box span {
  display: inline-block;
  font-size: 12pt;
  font-weight: 600;
  color:
    /*#fff041*/
    #ffffff;
  text-align: center !important;
}

.capex-duration-box span {
  font-size: 9pt;
  color: #111133;
}

.capex-button-box a {
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}

.capex-button-box .yellow {
  background: #fff041;
  color: #243678;
}

.capex-button-box .green {
  background: #243678;
  color: #fff041;
}

.capad {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: .8em;
  text-align: left;
  font-size: 1.2rem;
}

.teem-box {

  box-sizing: border-box;
  display: inline-block;
  background: #fff;
  width: 290px;
  height: 455px;
  padding: .2em;
  text-align: center;
  overflow: hidden;
  margin: .8em;
  box-shadow: 3px 5px 2.5px -3px #888;
}

.teem-box .dive {

  margin: .8em 0;
  height: 3.5em;
  overflow: hidden;

}

.teem-box img {
  height: 288px;
  display: inline-block;
}

/*Current Css*/

#cors-box {
  box-sizing: border-box;
  overflow: hidden;
  border: solid 1px rgba(10, 132, 255, 0.3);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 2em;
  display: inline-block;
  width: 80%;
}

#cors-box>#cert-img {
  box-sizing: border-box;
  width: 280px;
  height: 280px;
  float: left;
  overflow: hidden;
}

#cors-box>#cert-img>img {
  width: 100%;
}

#cors-box>.cortext {
  box-sizing: border-box;
  overflow: hidden;
  padding: 2em;
  width: 70%;
  float: left;
  text-align: left;
}

#cors-box>.cortext>div {
  box-sizing: border-box;
  margin-bottom: 1em;
}

.alt_button {
  display: inline-block;
  padding: 1em;
  background-color: #fff041;
  color: #243678;
  text-decoration: none;
  border-radius: 0.6em;
  margin: 1em;
  font-weight: 600;
}

em,
small,
.gspan {
  color: #4a4a4f;
}

.blues {
  color: #243678;
  line-height: 1.8em;
  font-size: 1em;
}

#inst_p {
  line-height: 1.8em;
  font-size: 1em;
  width: 60ch;
}

.cusp {
  width: 60ch;
  line-height: 2em;
}

.c-hue {
  display: inline-block;
  padding: 0.5em;
  background: #4a4a4f;
  color: #ffffff;
  font-size: 1em;
  border-radius: 0.3em;
  box-sizing: border-box;
  margin-bottom: 0.5em;
}

#tetix {
  box-sizing: border-box;
  width: 250px;
  height: 250px;
  float: left;
  text-align: center !important;
}

#retix {
  box-sizing: border-box;
  width: 250px;
  height: 250px;
  float: right;
  text-align: center !important;
}

#cetix {
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  float: left;
  text-align: center !important;
}

#tetix>p,
#retix>p {
  display: inline-block !important;
}

#tetix>img,
#retix>img {
  height: 180px;
  width: 180px;
}

.yellow_button {
  display: inline-block;
  padding: 1em;
  background-color: #fff041;
  color: #243678;
  text-decoration: none;
  border-radius: 0.6em;
  margin: 1em;
  font-weight: 600;
}

.ay_button {
  display: inline-block;
  padding: 1em;
  background-color: #243678;
  color: #fff041;
  text-decoration: none;
  border-radius: 0.6em;
  margin: 1em;
  font-weight: 600;
}

#ico-pic {
  box-sizing: border-box;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

#blog-pic {
  box-sizing: border-box;
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#ico-pic>img {
  width: 100%;
  margin-top: 0.5em;
}

#blog-pic>img {
  height: 380px;
}

#chapterbox {
  margin-bottom: 1.5em;
}

#chapterbox>p {
  line-height: 2em;
}

.tight-box,
.tight-boxchap {
  height: 76px;
}

.tight-box>h4 {
  float: left;
  text-align: left !important;
  color: #243678;
}

.tight-box>a>h4 {
  float: left;
  text-align: left !important;
  color: #243678;
}

.tight-boxchap>h4 {
  display: inline-block;
  color: #243678;
}

.aut_name {
  font-size: 1em;
  color: #243678;
}

#comment-input-spacer>button {
  float: right;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff041;
  border: solid 1px #fff041;
  color: #243678;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  border-radius: 1em;
  margin: 1em;
  cursor: pointer;
}

.commenter-pic {
  height: 99px !important;
  width: 99px !important;
}

#contact-box {
  box-sizing: border-box;
  height: 333px;
  overflow: hidden;
}

#ctbox {
  margin-bottom: 0.5em;
  padding: 0.3em;
  border: solid 1px;
  border-bottom-color: rgba(10, 132, 255, 0.3);
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

#ctbox>img {
  float: left;
  height: 50px;
}

.sm_icons {
  float: left;
  clear: both;
  height: 35px;
}

.student-data-view {
  display: inline-block;
  width: 90%;
  overflow: hidden;
}

.student-data-view>li {
  list-style-type: none;
  float: left;
  width: 280px;
  margin-bottom: 1em;
}

.student-data-view>li>span,
.student-data-view>li>a {
  display: block;
  text-align: left;
}

.student-data-view>li>a {
  padding: 1em;
}

.student-data-view>li>span {
  background: #243678;
  color: #ffffff;
  padding: 0.3em;
}



.student-data-view>li>img {
  width: 200px;
  float: left;
  margin: 0.5em;
}

/*
.accordion {
	background-color: #fff041;
	color: #243678;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	font-size: 1.2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
  }
  
  .active, .accordion:hover {
	background-color: #243678; 
	color: #ffffff;
	border-radius: 2em; 
  } */

.accordion-b {
  background-color: #fff041;
  color: #243678;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 1.2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.active-b,
.accordion-b:hover {
  background-color: #243678;
  color: #ffffff;
  border-radius: 2em;
}

.panel {
  padding: 18px 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.centered_par {
  display: inline-block !important;
}

#option-container>form>div>button {
  margin: 2em;
  background: transparent;
  outline: transparent;
  border: none;
  letter-spacing: 3px;
  font-size: 2em;
  cursor: pointer;
  color: #243678;
  overflow: hidden;
}

#option-container>form>div>button:hover {
  font-weight: bold;
}

.control-form {
  float: right;
}

.control-form>button {
  outline: none;
  border: none;
  background: transparent;
  color: #243678;
  margin-right: 1em;
  cursor: pointer;
}

.control-form>button:hover {
  color: #ff0039;
}

.constrained {
  width: 90px !important;
}

/*Extra CSS End*/

/* Sharing buttons start */

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
  background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
  background-color: #FB6200
}

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

/* sharing buttons end */

/* e-library styling start */

.lib-box {
  display: inline-block;
  width: 280px;
  height: 260px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1em;
  border: solid 1px rgba(10, 132, 255, 0.3);
  margin: 0.3em;
  box-shadow: 1px 1px 0px 0px rgba(151, 171, 192, 0.3);
}

.lib-box>li {
  list-style-type: none;
  display: block;
  text-align: center;
}

.lib-box>li>a>img {
  height: 120px;
  display: inline-block;
}

.lib-box>li>a {
  font-weight: 600;
  text-decoration: none;
  color: #243678;
}

.lib-box>li>a>img:hover {
  opacity: 0.8;
}

.lib-box>li>a:hover {
  color: #ff0039;
}

.lib-reader {
  display: inline-block;
  width: 80%;
  height: 650px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 1em;
  border: solid 1px rgba(10, 132, 255, 0.3);
  margin: 0.3em;
  box-shadow: 1px 1px 0px 0px rgba(151, 171, 192, 0.3);
}

.lib-reader>li {
  list-style-type: none;
  display: block;
  text-align: center;
}

.lib-reader>li>a {
  font-weight: 600;
  text-decoration: none;
  color: #243678;
  margin: 1em;
  display: block;
}

.lib-reader>li>a:hover {
  color: #ff0039;
}

/* e-library styling end */

/*extra version start*/

#duo-con-square {
  height: 440px;
  overflow: hidden;
}

#duo-con-square>h2 {

  float: left;
  text-align: left;
  margin-left: 0 !important;
}

#duo-con-square>img {
  width: 100%;
}

#duo-con-square>p {
  text-align: justify;
  line-height: 2em;
  margin-left: 0 !important;
}

#duo-con-square>a>img {
  height: 120px;
  margin: 5px;
  float: right !important;
}

/*extra version end*/


/* press-list start */

.press-list {
  border: solid 1px #2d4373;
  margin-bottom: 1.5em;
  padding: 0.5em;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

.press-list>li {
  text-align: left;
  list-style-type: none;
}

.press-bold {
  font-size: 1.1em;
  font-weight: 600;
  line-height: 2em;
  color: crimson;
  margin-bottom: 1em;
}

.press-small {
  font-size: 1em;
}

.press-link {
  display: block;
  padding: 0.6em;
  border-radius: 1em;
  color: #ffffff;
  background-color: #2d4373;
  width: 130px;
  text-decoration: none;
  text-align: center !important;
}

/* press-list end */






/* tootlkits styling start */

.toolkit-box {

  width: 100vw;
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
  min-height: 100vh;

}

.tk-left {
  width: 15vw;
  height: auto;
  /* border: solid 1px #555; */
  float: left;
  box-sizing: border-box;
  position: relative;
}

.tk-right {
  width: 84vw;
  min-height: 100vh;
  /*border: solid 1px #555; */
  display: block;
  box-shadow: inset 3px 0px 3px -3px #222;
  float: right;
  padding: 2em;
  text-align: left;
}

.tk-left li {
  list-style-type: none;
}

.tk-left ul {
  position: fixed;
}

.tk-left span {

  font-weight: 900;
  display: block;
  padding: 0em 0.1em;
  font-size: 0.9em;
  text-align: left;
  margin-left: 1.5em;
  margin-bottom: 1em;
  width: 15vw;
  color: #777;
  position: relative;
  box-sizing: border-box;
  line-height: 1.2em;

}

.tk-left a {

  width: 15vw;
  /* border: solid 1px #ccc; */
  position: relative;
  box-sizing: border-box;
  margin: 1em 0em;
  line-height: 1.3em;
  padding-left: 1.5em;
  text-align: left;
  color: #111133;
  font-size: 1em;
  display: block;

}

.tk-bx {

  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 3px 3px -3px #777;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
  text-align: left;

}

.tk-bx h2 {
  display: block;
  padding-bottom: 0.5em;
  width: 100%;
  font-size: 1rem;
  color: #111133;
  opacity: 0.8;
}

.tk-card {
  box-sizing: border-box;
  margin: 0.5em;
  overflow: hidden;
  float: left;
  border: solid 1px #aaa;
  box-shadow: 3px 3px 3px -3px #777;
  width: 250px;
  height: 480px;
  padding-left: 5px;
  padding-right: 3px;
}

.tk-card li {
  list-style-type: none;
  margin: 0.3em 0em;
  box-sizing: border-box;
  position: relative;

}

.fxh {
  height: 35px;
}

.tk-card .tt {
  font-weight: 600;
  color: #666;
}

.tk-card .mg {
  box-sizing: border-box;
  display: inline-block;
  width: 230px;
  height: 230px;
  box-shadow: 0px 3px 3px -3px #777;
  margin-bottom: 0.5em;
  overflow: hidden;
  background: repeating-linear-gradient(to bottom right, rgba(80, 0, 255, 0.5), rgba(0, 0, 80, 0.5));
}

.tk-card .mg img {
  width: 100%;
}

.tk-card .de {

  display: block;
  height: 4em;
  line-height: 1.2em;
  overflow: hidden;
  font-size: 1em;
  color: #222d3c;
  margin-bottom: 0.5em;
}

.tk-card .bu,
.tk-card .sp {
  font-size: 1em;
  display: inline-block;
  position: absolute;
}

.tk-card .bu {
  left: 0;
}

.tk-card .sp {
  right: 0;
}


.toobox {
  width: 80%;
  position: relative;
  box-sizing: border-box;
  margin: 1em 0em;
  border: solid 1px #0000;
  padding: 1em 0em;
  box-shadow: 3px 5px 2.5px -3px #888;
  border-radius: .9rem;
  background-image: repeating-linear-gradient(to bottom right, rgba(0, 0, 150, .8), rgba(0, 0, 150, .5));
}


.toobox .ta,
.toobox .tb {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  float: left;
  height: 300px;
  border: solid 1px #9990;
  margin-left: .7em;
  padding: .5em;

}

.toobox .ta {
  width: 300px;
}

.toobox .ta img {
  width: 100%;
  position: relative;
}

.toobox .tb {

  width: auto;
  background: #ddd;
  box-shadow: 3px 5px 2.5px -3px #888;

}

.toobox .tb .content {

  max-width: 290px;
  text-align: left;
  height: 190px;
  float: left;
  padding-right: 1em;
  /* border: solid 1px #0077b5; */
  overflow: hidden;
}

.toobox .tb .content h5 {
  font-size: 1.05rem;
  color: #243678;
}

.toobox .tb img {
  position: relative;
  float: left;
  max-width: 190px;
  margin-left: .8em;
}

.toobox .tb ul {
  width: 250px;
  clear: both;
  float: left;
  position: relative;

}

.toobox .tb li {
  position: relative;
  list-style-type: none;
  text-align: left;
  display: block;
  float: left;
  border: solid 1px #0000;
}

.toobox .tb a {
  position: relative;
  display: block;
  width: auto;
  float: left;
  font-size: .8rem;
}

.toobox .tb span {
  position: relative;
  display: block;
  width: 100px;
  float: right;
  font-size: .8rem;
  text-align: right;
}

.toobox .tb span em {
  font-size: .7rem;
  font-style: normal;
}


/* tootlkits styling end */


/*Carted styling start*/

.carted_co {
  box-sizing: border-box;
  width: auto;
  display: inline-block;
  height: auto;
  overflow: hidden;
  text-align: center;


}

.carted_left {

  box-sizing: border-box;
  width: auto;
  height: auto;
  overflow: hidden;
  float: left;
  text-align: center;
  margin: 1em;

}

.carted_left label {
  display: block;
  width: 100%;
  margin-top: .5em;
  font-size: 1em;
  color: #444;
}

.carted_left input {

  display: inline-block;
  width: 80%;
  padding: .5em;
  margin: 0.5em;

}

.carted_left button {

  padding: 0.5em 1em;
  background: linear-gradient(to bottom right, rgba(1, 1, 100, .9), rgba(1, 1, 100, .7));
  border: solid 1px rgba(1, 1, 100, .9);
  border-radius: .5em;
  color: #eee;
  font-size: 1.1em;
  font-weight: 600;
  margin: 1em;
  cursor: pointer;
}

.carted_left button:hover,
.carted_left button:focus {
  color: #fff041;
}


.carted_right {

  box-sizing: border-box;
  width: auto;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 1em;

}

.carted_right table,
.carted_right tr,
.carted_right td {
  border-collapse: collapse;
  border: solid 1px #ddd;
}

.carted_right th,
.carted_left span {
  background-color: #243678;
  color: #fff041;
}

.carted_left span {
  display: block;
  padding: .1em;
  font-weight: 600;
}

.tdr {
  text-align: right;
  padding-right: .5em;
  background-color: #243678;
  color: #eee;
  font-size: .8em;
}

.tdl {
  text-align: left;
  padding-left: .5em;
  font-weight: 600;
  color: #444;
}


.carted_center {

  width: 400px;
  height: auto;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 3em;
}

.carted_center h2,
.carted_center h3 {
  display: block;
  padding: .5em 1em;
  background-color: #243678;
  color: #fff041;
  margin-left: 0em !important;
}

.carted_center span {
  display: inline-block;
  color: #243678;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.carted_center p {

  line-height: 2em;
}

.carted_center img {
  width: 50%;
}

.carted_center section {
  margin: 2em 0em;
  background-color: #ddd;
  padding: .3em;
  box-sizing: border-box;
}

/*Carted styling end*/

/* preport start */

.preport {
  box-sizing: border-box;
  overflow: hidden;
  height: 333px;
  background: url("../webotos/KNQA.png");
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: inset 0px 3px 4px -2px rgb(40, 55, 55);
  text-align: center;
}

.prepors {
  box-sizing: border-box;
  overflow: hidden;
  height: auto;
  /*
  background: url("../webotos/ajira_poa_cc.png");
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  */
  box-shadow: inset 0px 3px 4px -2px rgb(26, 34, 34);
  text-align: center;
}

.prepors img {
  position: relative;
  width: 100%;
}

.iport {

  max-width: 380px;
  height: auto;
  background: rgba(33, 33, 33, .8);
  border-radius: .5em;
  display: inline-block;
  margin-top: 8em;
}

.iport h2 {

  color: #fff;
  text-align: left;
}

.iport p {

  color: #fff041;
  margin-left: 1em;

}

.iport a {
  display: block;
  float: right;
  width: auto;
  font-weight: 800;
  color: #eee;
  margin: 1em;
  border: solid 1px #eee;
  border-radius: .2em;
  font-size: 1.3rem;
  padding: .2em;
}

/* preport end */


/*additional css*/

.capexan {
  border: solid 1px #cccccc;
  margin: .5em 1em;
  width: 30%;
  box-sizing: border-box;
  float: left;
  min-height: 310px;
  padding: .5em;
  background: #ffffff;
  box-shadow: 3px 5px 2.5px -3px #888;

}

.capexan-captain-box {
  margin-bottom: 1em;
  font-weight: 600;
  color: #111133;
  font-size: 1.2rem;
}

.capadan li {

  list-style-type: none;
  background: #111133;
  color: #fefefe;
  padding: .3em;
  width: 100%;
  box-sizing: border-box;
  margin: .3em 0;
}

.leftist {
  text-align: left;
}

.kicons li {

  list-style-type: none;
  display: inline-block;
  margin: 1em;

}

.kicons a {
  background: #111133;
  color: #fefefe;
  padding: .8em;
  font-weight: 600;
  border-radius: .3rem;
  box-shadow: 3px 5px 2.5px -3px #888;
  box-sizing: border-box;
}

.kicons a:hover {
  color: #ffff00;
}

.impo {
  background: #ffff00 !important;
  color: #111133 !important;
  font-weight: 900 !important;

}


.impo:hover {
  background: #111133 !important;
  color: #ffff00 !important;

}


.kels-box {

  width: 100%;
  box-sizing: border-box;
  /* background-color: #eeeeee; */
  background-image: linear-gradient(41deg, rgba(107, 107, 107, 0.04) 0%, rgba(107, 107, 107, 0.04) 8%, rgba(31, 31, 31, 0.04) 8%, rgba(31, 31, 31, 0.04) 100%), linear-gradient(9deg, rgba(228, 228, 228, 0.04) 0%, rgba(228, 228, 228, 0.04) 62%, rgba(54, 54, 54, 0.04) 62%, rgba(54, 54, 54, 0.04) 100%), linear-gradient(124deg, rgba(18, 18, 18, 0.04) 0%, rgba(18, 18, 18, 0.04) 37%, rgba(233, 233, 233, 0.04) 37%, rgba(233, 233, 233, 0.04) 100%), linear-gradient(253deg, rgba(201, 201, 201, 0.04) 0%, rgba(201, 201, 201, 0.04) 55%, rgba(47, 47, 47, 0.04) 55%, rgba(47, 47, 47, 0.04) 100%), linear-gradient(270deg, rgba(172, 172, 172, 0.04) 0%, rgba(172, 172, 172, 0.04) 33%, rgba(26, 26, 26, 0.04) 33%, rgba(26, 26, 26, 0.04) 100%), linear-gradient(64deg, rgba(11, 11, 11, 0.04) 0%, rgba(11, 11, 11, 0.04) 38%, rgba(87, 87, 87, 0.04) 38%, rgba(87, 87, 87, 0.04) 100%), linear-gradient(347deg, rgba(199, 199, 199, 0.04) 0%, rgba(199, 199, 199, 0.04) 69%, rgba(4, 4, 4, 0.04) 69%, rgba(4, 4, 4, 0.04) 100%), linear-gradient(313deg, rgba(36, 36, 36, 0.04) 0%, rgba(36, 36, 36, 0.04) 20%, rgba(91, 91, 91, 0.04) 20%, rgba(91, 91, 91, 0.04) 100%), linear-gradient(90deg, rgb(10, 17, 72), rgb(35, 148, 228));
  padding: .3em;
}

.kels-box li {
  list-style-type: none;
  box-sizing: border-box;
  width: 250px;
  height: 250px;
  display: inline-block;
  margin: 1em;
  background: #ffffff;
  box-shadow: 3px 5px 2.5px -3px #888;
  padding: .3em;
  overflow: hidden;
}

.kels-box span {
  font-size: 0.9em;
  color: #243678;
}

.kels-box img {
  width: 100%;
}

.enha {
  background-color: #fff041 !important;
}



/*additional css end*/


/*MEDIA QUERIES*/

/* Mobile phones and tablets */

@media screen and (min-width : 270px) and (max-width: 660px) {

  #semi-col,
  #duo-col,
  #tri-col,
  #qua-col,
  #pen-col,
  #sin-con,
  #semi-con,
  #duo-con,
  #tri-con,
  #qua-con,
  #pen-con {
    width: 100%;
  }

  #sin-con,
  #semi-con,
  #duo-con,
  #tri-con,
  #qua-con,
  #pen-con {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}


/*responsive navigation*/

@media (max-width: 660px) {

  .menutoggle {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px;
    float: right;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    position: relative;
  }

  iframe,
  #cors-box,
  #cors-box>.cortext {
    width: 100%;
  }

  #yardpic {
    max-height: 60px;
  }

  #blog-pic,
  #duo-con-square,
  #tmx,
  #tmx>div>img {
    height: auto;
    width: 100%;
  }

  .capexan,
  .teem-box,
  #blog-pic>img {
    height: auto;
    width: 100%;
    margin: 0;
  }

  /*
	
	.menutoggle:before{ content:url("https://karenwebs.com/CCGD/webotos/banner-1a.jpg");}

	.menutoggle.active:before{ content:url("https://karenwebs.com/CCGD/webotos/banner-1a.jpg"); line-height: 3em; }
	
	*/

  .menutoggle:before {
    content: url('https://www.careerguidancecollege.com/webotos/webicons/dropper.svg');
  }

  .menutoggle.active:before {
    content: url('https://www.careerguidancecollege.com/webotos/webicons/locker.svg');
    line-height: 3em;
  }

  .vert-nav {
    width: 70%;
  }

  footer>.credits>#duo-col>.credit-span-left,
  footer>.credits>#duo-col>.credit-span-right {
    float: none;
  }

  #navigation,
  #dashboard-container,
  #dashboard-profile {
    width: 100%;
    position: relative;
    display: inline-block;
  }

  #navigation>nav {
    display: none;
  }

  #navigation>nav.active {
    display: block;
    position: relative;
    float: left;
  }

  #navigation>nav.active>ul {
    display: block;
    text-align: left;
    position: relative;
  }

  #navigation>nav.active>ul>li {
    display: block;
    margin-top: 1em;
    position: relative;
    clear: both;
  }

  #trix-cols {
    column-count: 1;
    column-gap: 4px;
    column-rule: 1px solid rgba(10, 132, 255, 0.3);
  }


  /*currently added queries*/

  #media-box {
    height: auto;
  }

  .tt-box,
  .tx-box,
  #duheight {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .tt-box>p,
  .tt-box>h3 {
    display: block;
  }

  #duheight>img {
    height: auto;
    width: 100%;
  }

  #cover-tile {
    padding-left: 1%;
  }
}





:root {
  --clr-primary: #ff5b00;
  --clr-primary-light: #ff6b1a;
  --clr-primary-lighter: #ff8c4d;
  --clr-primary-lightest: #ffefe6;
  --clr-primary-dark: #e65200;
  --clr-primary-darker: #cc4900;
  --clr-primary-darkest: #b34000;

  --clr-accent: #6bcb77;
  --clr-accent-light: #7ad085;
  --clr-accent-lighter: #97dba0;
  --clr-accent-lightest: #e1f5e4;
  --clr-accent-dark: #60b76b;
  --clr-accent-darker: #4b8e53;
  --clr-accent-darkest: #36663c;

  --clr-offset: #d83a56;

  --clr-gray-100: #f3f3f3;
  --clr-gray-200: #e7e7e7;
  --clr-gray-300: #dbdbdb;
  --clr-gray-400: #cfcfcf;
  --clr-gray-500: #c4c4c4;
  --clr-gray-600: #b8b8b8;
  --clr-gray-700: #acacac;
  --clr-gray-800: #a0a0a0;
  --clr-gray-900: #949494;
  --clr-gray-d100: #888888;
  --clr-gray-d200: #7a7a7a;
  --clr-gray-d300: #6d6d6d;
  --clr-gray-d400: #525252;
  --clr-gray-d500: #292929;

  --radius-100: 0.3rem;
  --radius-200: 0.5rem;
  --radius-400: 0.7rem;
  --radius-600: 0.9em;
  --radius-800: 1.2rem;
  --radius-c100: 2rem;
  --radius-half: 50%;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.heading {
  /* color: var(--clr-gray-d500); */
  color: #363062;
  font-weight: 600;
}

.paragraph {
  color: var(--clr-gray-d400);
  font: 500;
  line-height: 1.6;
}

h1.heading {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
}

h2.heading {
  font-size: clamp(2rem, 5vw, 2.7rem);
}

h3.heading {
  font-size: clamp(1.8rem, 5vw, 2.3rem);
}

a {
  /*display: inline-block;*/
  text-decoration: none;
}

.cta {
  min-width: 150px;
  min-height: 3.5rem;
  background-color: #ff512f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
  color: white;
}

/*img {*/
/*  max-width: 100%;*/
/*  height: 100%;*/
/*}*/

.cta:hover {
  background-color: #139487;
  color: white;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

section {
  width: 100%;
  margin: 3rem auto;
  min-height: 40vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 4rem;
}

.wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

body {
  font-size: 1.6rem;
  font-family: "Source Sans Pro", sans-serif;
}

.hero-section {
  min-height: 80vh;
  background-color: #1363df;
  background-image: url("../img/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* .hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000cc;
} */

.hero-section .hero-content {
  max-width: 40%;
  z-index: 11;
}

.hero-section .hero-content .owl-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-section .content {
  width: 100%;
  background-color: #243678;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 3rem;
  text-align: left;
}

.hero-section .hero-content h3 {
  font-size: clamp(1.8rem, 5vw, 2.4rem);
  color: #fff041;
  margin: 0;
  text-align: left;
  width: 100%;
}

.hero-section .hero-content h1 {
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

.hero-section .hero-content p {
  font-size: clamp(1.6rem, 5vw, 2rem);
  color: #ffffff;
}

.hero-img {
  width: 50rem;
  height: 50rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: linear-gradient(120deg, #ff522f, #f09619);
  overflow: hidden;
}

.hero-img img {
  max-width: 100%;
  max-height: 100%;

  object-fit: cover;
  object-position: top;
}

/* TRANING PROGRAM SECTION */

.training-program-section {
  width: 100%;
  background-color: #e8f7fd;
}

.training-program-section .wrapper-goals {
  width: 55%;
  border-radius: 10px;
  padding: 2rem;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 0.2fr));
  grid-auto-rows: 15rem;
  gap: 1rem;
  justify-content: center;
}

.training-program-section .goal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: white;
}

.training-program-section .goal-img {
  width: 7.5rem;
  height: 7.5rem;
}

.training-program-section .goal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.training-program-section .goal-content {
  width: 100%;
  text-align: center;
}

.training-program-section .wrapper-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}

.training-program-section .courses-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.training-program-section .courses {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

/* SHORT COURCES */
.short-courses {
  width: 90%;
  min-height: 65vh;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.short-courses .courses {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 0.1fr));
  grid-auto-rows: 23rem;
  gap: 2rem;
}

.short-courses .course {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 10px;
  border-radius: 5px;
  transition: all 300ms ease-in;
  overflow: hidden;
  background-image: url("../img/graduate-bg.jpg");
  background-position: top;
  background-size: cover;
  position: relative;
}

.short-courses .course::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1363df;
  transition: all 300ms ease-in-out;
}

.short-courses .course:hover::after {
  background-color: #041e447c;
}

.short-courses .course:hover {
  background-color: var(--clr-gray-200);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.short-courses .course-img {
  min-width: 11rem;
  height: 11rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 1;
  transition: all 300ms ease-in-out;
}

.short-courses .course-img img {
  width: 100%;
  object-fit: cover;
  transition: all 300ms ease-in-out;
}

.short-courses .course:hover .course-img {
  transform: scale(0.9);
}

.short-courses .course-content {
  color: white;
  font-weight: 600;
  transition: all 300ms ease-in-out;
  text-align: center;
  z-index: 1;
}

.short-courses .course>div.cta {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 120%);
  z-index: 2;
}

.short-courses .course:hover>div.cta {
  transform: translate(-50%, 0%);
}

/* CAREER INFORMATION RESOURCES */
.career-information-resources .wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.career-information-resources .wrapper-img,
.career-information-resources .wrapper-content {
  width: 50%;
  padding: 1rem;
}

.career-information-resources .wrapper-img {
  height: 50rem;
  border-radius: var(--radius-600);
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.career-information-resources .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.career-information-resources .wrapper-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}

.career-information-resources .resources {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  align-self: center;
  margin-top: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.career-information-resources .resource {
  width: 50%;
  height: 10rem;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 2rem;
  background: linear-gradient(120deg, #1363df, #f09619);
  transition: all 3000ms ease-in-out;
}

.career-information-resources .resource:hover {
  background: linear-gradient(120deg, #ff522f, #f09619);
}

.career-information-resources .resource span {
  color: white;
  font-size: 1.8rem;
}

.career-information-resources .right-arrow {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.career-information-resources .right-arrow img {
  width: 2rem;
  height: 2rem;
}

/* CONTENT DEVELOPMENT */

.content-development .wrapper-img {
  width: 50%;
  height: 500px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.content-development .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-development .wrapper-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}

/* CONTENT DEVELOPMENT */

.consultancies .wrapper {
  flex-direction: row-reverse;
}

.consultancies .wrapper-img {
  width: 50%;
  height: 500px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.consultancies .wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.consultancies .wrapper-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}

/* VIDEO */

.video .wrapper-img {
  width: 50%;
  height: 500px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.video .wrapper-img iframe {
  width: 100%;
  height: 100%;
}

.video .wrapper-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  gap: 10px;
}

@media (max-width: 1000px) {
  .hero-img {
    width: 30rem;
    height: 30rem;
  }
}

@media (max-width: 800px) {
  section {
    width: 100%;
    padding: 1rem;
  }

  .hero-section {
    min-height: 70vh;
    min-width: 100%;

  }

  .hero-img {
    display: none;
  }

  .hero-section .hero-content {
    min-width: 100%;
    overflow: hidden;
  }

  .hero-section .content {
    min-width: 100%;
    display: block;
    overflow: hidden;
  }

  .training-program-section .wrapper {
    flex-direction: column;
  }

  .training-program-section .wrapper-goals {
    width: 100%;
  }

  .training-program-section .wrapper-content {
    width: 100%;
  }

  .short-courses {
    width: 100%;
  }

  .short-courses .courses {
    grid-template-columns: repeat(auto-fit, minmax(17rem, 0.1fr));
  }

  /* CAREER INFORMATION RESOURCES */
  .career-information-resources .wrapper {
    flex-direction: column;
    align-items: center;
  }

  .career-information-resources .wrapper-img,
  .career-information-resources .wrapper-content {
    width: 100%;
    padding: 1rem;
  }

  /* CONTENT DEVELOPMENT */

  .content-development .wrapper {
    width: 100%;
    flex-direction: column-reverse;
  }

  .content-development .wrapper-img {
    width: 100%;
    height: 300px;
  }

  .content-development .wrapper-content {
    width: 100%;
  }

  /* CONTENT DEVELOPMENT */

  .consultancies .wrapper {
    flex-direction: column;
  }

  .consultancies .wrapper-img {
    width: 100%;
    height: 300px;
  }

  .consultancies .wrapper-content {
    width: 100%;
  }

  /* VIDEO */

  .video .wrapper {
    flex-direction: column-reverse;
  }

  .video .wrapper-img {
    width: 100%;
    height: 300px;
  }

  .video .wrapper-content {
    width: 100%;
  }
}