.stickybar {
  position: fixed;
  right: 0px;
  z-index: 9999;
  width: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.stickybar.fixed {
  position: fixed;
  right: 0px;
  top: 600px;
}

.stickybar.out {
  width: 330px;
}

.stickybar .inner1 {
  height: 100%;
  position: relative;
  width: 100%;
  right: -5px;
}

div.stickybar ul {
  margin: 0;
  padding: 0px;
}

.stickybar ul li {
  list-style: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  outline: none;
  right: 0px;
}

.stickybar li a {
  background-color: #2f3a58;
  display: inline-block;
  font-size: 10px;
  height: 60px;
  font-weight: 600;
  line-height: 14px;
  padding: 8px 0 0px;
  text-transform: uppercase;
  width: 60px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  outline: none;
  border-bottom: 1px solid #ffffff;
  position: relative;
  right: 10px;
  transition: 0.3s;
}

.stickybar li a:hover {
  box-shadow: 0 -60px 0 0 inset #3e4095;
}

.stickybar li:last-child a {
  border: 0;
}

.stickybar li a i {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.stickybar .content {
  background-color: #f1f1f1;
  border: 1px solid #02bed7;
  color: #676767;
  left: 50px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 0;
  width: 280px;
  display: none;
}

.stickybar li.active > .content {
  display: block;
}

.stickybar li.chat.active > .content {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  padding: 0;
}

.stickybarArrow {
  position: absolute;
  left: -29px;
  top: 101px;
  background: #2f3a58;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  border-radius: 0;
  transform: rotate(-90deg);
  margin-left: -140px;
  width: 300px;
  text-align: center;
  text-transform: uppercase;
  z-index: 99;
  line-height: 27px;
  height: 38px;
  margin-top: 30px;
  font-weight: 500;
}

.form-control {
  border: 0;
  border-radius: 0;
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  padding: 0 20px;
  margin: 0;
  appearance: auto;
  border-radius: 3px;
  -webkit-box-shadow: -13px 5px 35px 0px rgb(0 118 208 / 25%);
  -moz-box-shadow: -13px 5px 35px 0px rgba(0, 118, 208, 0.25);
  box-shadow: 0px 4px 60px 0px rgb(189 166 161 / 0%);
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 5px;
}

.stickybar {
  right: -50px;
}

.stickybar.hover {
  right: 10px;
}

.stickybar.out {
  right: 0;
}

.stickybar.slide {
  right: 300px;
}

.enq-form {
  position: fixed;
  top: 0px;
  right: -300px;
  background: #2f3a58;
  z-index: 9999;
  width: 300px;
  padding: 20px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

.enq-form-open {
  right: -10px;
}

.enq-form .x-column {
  width: 100%;
}

.enq-form select {
  width: 100% !important;
  border-radius: 0;
  padding: 10px;
  height: 45px;
}

.enq-form input[type="submit"] {
  background: #eab83a;
  box-shadow: none;
  border-radius: 0;
  width: auto !important;
  color: #fff;
  border: 0;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 27px;
  margin: 0 !important;
}

.enq-form h3 {
  text-shadow: none;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 7px;
}

.enquire-btn {
  position: absolute;
  margin-left: -68px;
  margin-top: 40px;
  border-radius: 15px 0 0 15px;
  cursor: pointer;
}

.enquire-btn img {
  border-radius: 15px 0 0 15px;
}

.enquire-btn span {
  display: block;
  width: 48px;
  height: 40px;
  /*background-color:#543a6a;*/
  background-color: #5e456f;
  margin-top: -20px;
  border-bottom-left-radius: 10px;
  position: relative;
}

.enquire-btn span:after {
  content: "\f053";
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: Open Sans;
  text-align: center;
}

.enq-form-open .enquire-btn span:after {
  content: "\f054";
}
.navbar-light .navbar-toggler {
  background: #fff;
  margin-bottom: 5px;
}

@media screen and (max-width: 950px) {
  .column {
    width: 50%;
    display: block;
  }

  .ftr-logo {
    position: relative;
    left: -12px;
  }
}

@media screen and (max-width: 767px) {
  .stickybar {
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 9999999999;
  }

  .stickybar .inner1 {
    right: 0;
  }

  .stickybar ul {
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
  }

  .stickybar ul li {
    width: 20%;
  }

  .college-links-list li a {
    font-size: 12px;
  }

  .stickybar ul li a {
    width: 100%;
    right: 0;
    border-right: 1px solid #bf4d2f;
    border-bottom: 0;
  }

  .enq-form {
    top: inherit;
    bottom: 59px;
  }

  .stickybar.slide .enq-form {
    right: 0;
    top: inherit;
    bottom: 59px;
  }
}
.enq-form-open .enquire-btn span:after {
  content: "\f054";
}

@media screen and (max-width: 950px) {
  .column {
    width: 50%;
    display: block;
  }

  .ftr-logo {
    position: relative;
    left: -12px;
  }
}

.stickey_header {
  top: 0;
  position: sticky;
  z-index: 999;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 28px;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb a {
  font-size: 18px;
  font-weight: 600;
}
.breadcrumb-item.active {
  font-size: 18px;
  font-weight: 600;
  color: #0f2258;
}
h2.tx-hd-title.text-center {
  background: #2d7fa2;
  padding: 10px 2px;
  /* color: white; */
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0f2258;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-header button {
  font-size: 16px;
  font-weight: 600;
}

/* ################################## main menu start herre #################################################### */

/* ################################## main menu start herre #################################################### */
.mysticky_sidebar {
  position: sticky;
  top: 0;
  margin-bottom: 10px;
}
.myblog_sidebar {
  width: 100%;
  margin-right: 0;
  float: none;
  margin-bottom: 60px;
  clear: both;
  margin-top: 8px;
}
.myblog_sidebar-title {
  font-size: 16px !important;
}
.myblog_sidebar-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0px;
  background: #322f6a;
  color: white;
  padding: 20px;
}
.myblog_sidebar_textwidget {
  line-height: 1.8;
}
.myblog_sidebar_textwidget ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.myblog_sidebar_textwidget ul {
  display: contents;
  list-style: none;
  margin: 0px;
  width: 100%;
}
.myblog_sidebar_textwidget li.active {
  background-color: #afc7d1;
  color: white !important;
}
.myblog_sidebar_textwidget li {
  border: 1px solid #ddd;
  font-size: 15px;
  border-bottom: 0px;
  padding: 10px 10px 10px 30px;
  transition-duration: 500ms;
  font-family: open sans, sans-serif !important;
  font-weight: 500;
  color: black;
}
.myblog_sidebar_textwidget li a {
  color: black;
}
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
.video-container {
  width: 100%;
  height: 0;
  position: relative;
  /*padding-top: 56.25%;*/
}
.video-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.myblog_sidebar_facebook {
  width: 100%;
  height: 400px;
  position: relative;
  padding-top: auto;
  margin-bottom: 50px;
}
.myblog_sidebar_facebook h5 {
  background: #004d82;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
}
.myblog_sidebar_facebook > iframe {
  width: 100%;
  height: 90%;
  position: absolute;
  top: auto;
  left: 0;
  border: 0;
}
.myblog_sidebar_facebook {
  width: 100%;
  height: 400px;
  position: relative;
  padding-top: auto;
  margin-bottom: 50px;
}

.myblog_sidebar_facebook > iframe {
  width: 100%;
  height: 90%;
  position: absolute;
  top: auto;
  left: 0;
  border: 0;
}
