body.no-overflow {
  overflow: hidden;
}
body.admin-bar {
  padding-top: 32px;
}

header .headertop_wrap {
  /* position: fixed;*/
  top: 0;
  left: 0;
  height: auto;
}

body.admin-bar header .headertop_wrap {
  top: 32px;
}

header .navbar {
  position: relative;
  min-height: 72px;
  padding: 16px;
  z-index: 1;
}

header .navbar > .container {
  display: block;
  margin: 0 auto;
}

header .navbar > .left {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  z-index: 1;
}

header .navbar .navbar-brand {
  font-size: 21px;
  color: #000000;
  line-height: 1.2857;
  letter-spacing: 0.78px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
header .navbar .navbar-brand:hover,
header .navbar .navbar-brand:focus {
  color: #000000;
}

header .navbar .navbar-brand > .text-bold {
  font-family: "Source Sans Pro" !important;
  font-weight: 600;
}

header .navbar .right {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1;
}

header .navbar .right .header-subscribe {
  position: static;
  left: unset;
  height: 40px;
  font-size: 14px;
  margin: 0;
  margin-right: 20px;
  line-height: 18px;
  background: #126bbf;
  font-weight: 400;
}
header .navbar-toggler,
header .navbar .right .explore-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 40px;
  height: 40px; */
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 50%;
  padding: 0;
  outline: 0;
  width: 36px;
  height: 36px;
}
header .navbar-toggler:hover,
header .navbar-toggler.show,
header .navbar .right .explore-toggler:hover,
header .navbar .right .explore-toggler.show {
  background: #f1f1f1;
  /* background: #f9f9f9; */
}

header .navbar-toggler > img {
  width: 19px;
}
header .navbar .right .explore-toggler > img {
  width: 18px;
}

header .navbar-toggler {
  margin-right: 10px;
}

header .explore-menu {
  position: fixed;
  top: 62px;
  left: 0;
  width: 100%;
  height: calc(100vh - 62px);
  background: #fff;
  transform: unset;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  padding: 55px 0 100px;
}
body.admin-bar header .explore-menu {
  top: 86px;
  height: calc(100vh - 86px);
}
header .explore-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 2000;
}

header .explore-menu a {
  font-size: 14px;
  color: #757575;
  line-height: 1.2857;
}
header .explore-menu > .menu-wrap {
  height: 100%;
  overflow-y: auto;
}
header .explore-menu .list > li > a {
  color: #111111;
  font-weight: 600;
  padding: 0;
  margin-bottom: 28px;
}
header .explore-menu .list > li > .sub-menu {
  padding: 0;
  margin-bottom: 4px;
}
header .explore-menu .list > li > .sub-menu > li {
  margin-bottom: 20px;
  margin-bottom: 16px;
}
header .explore-menu .list > li > .sub-menu > li > a {
  padding: 0;
}
header .explore-menu .list > li > .sub-menu > li.hide-title > a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header .explore-menu .list > li > .sub-menu > li > a > span {
  color: #c4c4c4;
}

header .main-menu {
  position: fixed;
  top: 69px;
  left: 0;
  width: 30vw;
  height: calc(100vh - 62px);
  background: #fff;
  transform: unset;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  header .main-menu {
    width: 100%;
  }
}
header .main-menu.show {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

header .main-menu .navbar-nav > li:not(:last-child) {
  margin-bottom: 25px;
}
header .main-menu .navbar-nav > li > a {
  display: inline-block;
  font-size: 15px;
  color: #707070;
  line-height: 1.2857;
  padding: 0;
}

header .main-menu .navbar-nav > li.link-bold > a {
  font-weight: 600;
  color: #111111;
  /*text-transform: uppercase;*/
}

header .main-menu .social-icon li {
  list-style: none;
  color: #80868d;
}
header .main-menu .social-icon li a {
  color: #80868d;
  text-decoration: none !important;
}

header .dummy-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2000;
}

input.form-control.desktp-search-box::placeholder,
input.form-control.desktp-search-box[type="text"] {
  height: 40px;
  font-size: 15px;
  line-height: 40px;
  color: #3d3a3a;
  border-radius: 5px;
}
.headertop_wrap .has-search .form-control-feedback {
  width: 16px;
  height: 16px;
  font-weight: 400;
  line-height: 40px;
  padding-left: 16px;
}
.headertop_wrap .fa-search:before {
  color: #cbcbcb;
  font-size: small;
}
.headertop_wrap .has-search .form-control {
  padding-left: 2rem;
  font-family: "Source Sans Pro" !important;
}
header .explore-menu .list > li.hide-title > a {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
ul#menu-explore {
  /*width: 85%;*/
  position: relative;
  list-style: none;
  align-items: initial;
  display: flex;
  justify-content: center;
  padding-left: 0px;
  flex-wrap: wrap;
  max-width: 1235px;
  margin: 0 auto;
}

li.menu-item {
  display: grid;
  flex: 0 0 25%;
  padding-right: 15px;
  padding-left: 15px;
}

ul.sub-menu {
  margin-left: -14px;
}
a.button.small.outline.signin-button.link {
  white-space: nowrap;
  margin: 100px;
}
ul#menu-explore li ul.sub-menu {
  visibility: visible;
  position: relative;
  opacity: 1;
  background: #fff;
  box-shadow: none;
  border-radius: none;
  list-style: none;
  right: 0;
  padding: 0;
  margin: 0;
  top: 0;
  margin-top: 30px;
}
ul#menu-explore li ul.sub-menu li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 24px !important;
}
header .explore-menu .list > li > .sub-menu > li > a {
  padding: 0;
  background: #fff;
}
div#exploreMenu .list li {
  display: block;
}
i.icon.icon-menu {
  color: #000;
  font-size: 20px;
}

#menu-hamburger-menu {
  text-align: left !important;
  /* padding: 15px 0px !important; */
}

/* #menu-hamburger-menu a {
  padding: 15px 40px !important;
} */

/* 5 -1-2022 */

.navbar-collapse {
  /* top: 69px; */
  /* top: 9.4%; */
}

.navbar-collapse #menu-hamburger-menu:before {
  border: 10px solid;
  border-color: rgb(94 94 94 / 10%) transparent;
  border-top-width: 0;
  margin-left: 10%;
}

.navbar-collapse #menu-hamburger-menu:before,
.navbar-collapse #menu-hamburger-menu:after {
  bottom: -1px;
  left: 50%;
  opacity: 1;
  z-index: 1002;
  margin-top: -26px;
}

.navbar-collapse ul:before,
.navbar-collapse ul:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.navbar .left {
  padding-left: 20px;
}

.navbar-collapse ul li:first-child {
  padding-top: 33px !important;
}
.navbar-collapse ul li:last-child {
  padding-bottom: 20px !important;
}

#menu-hamburger-menu .text-black {
  color: #80868d !important;
}

/*menu*/

.list {
  /* width: 85%; */
  position: relative;
  list-style: none;
  align-items: initial;
  display: flex;
  justify-content: center;
  padding-left: 0px;
  flex-wrap: wrap;
  max-width: 1235px;
  margin: 0 auto;
}

.list li {
  width: 25%;
  display: inline-block;
  flex: 0 0 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.list li ul li {
  width: 100%;
  display: inline-block;
}

.list a {
  font-size: 1.4rem;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.menu_overlay .fas {
  position: absolute;
  right: 41px;
  top: 7px;
  font-size: 2.5rem;
  transition: all 0.3s ease;
  z-index: 100;
}
.menu_overlay .fas:hover {
  color: #fff;
  transform: scale(1.1) rotate(180deg);
}

#menuBtn {
  display: none;
}

.landing_page {
  max-height: 100vh;
  height: 100%;
  width: 100%;
  position: relative;
}

/*.menu {
  position: absolute;
  right: -20px;
  top: 6px;
  cursor: pointer;
}*/

.fas {
  font-size: 2rem;
  color: #222;
}

.menu_overlay .fas {
  color: #fff;
  font-weight: normal;
}

.side_text {
  height: 10vh;
  width: 60%;
  color: #c94b4b;
  position: absolute;
  left: 0px;
  bottom: 20px;
  text-shadow: 0 0 1px #111;
  padding: 10px;
  font-size: 16px;
  color: #4b134f;
}

.main_text {
  color: #c94b4b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 1px #111;
  display: flex;
  flex-direction: column;
}

.h2-r,
.h2-l {
  font-size: 6rem;
}

.h2-r {
  transform: rotate(270deg);
  margin-left: -100px;
  z-index: 10;
}

.h2-l {
  margin-left: 100px;
  background-color: #4b134f;
  padding: 20px;
  z-index: 0;
}

#menu-hamburger-menu /*i.icon.icon-instagram*/ {
  text-align: left !important;
  margin-right: -15px;
  margin-left: -15px;
}
.icon-ins {
  font-size: 24px;
}
/*.sticky-header .site-header {
    top: 18px;
}*/
body.admin-bar {
  padding-top: 0px !important;
}
span.label-ins {
  white-space: nowrap;
}

button.btn.btn-primary {
  background: #126bbf;
}
a.navbar-brand img {
  height: 14.52px;
  margin-top: -5px;
  width: 168.74px;
  transform: translate3d(0px, 0px, 0px) !important;
}

.menu-wrapper {
  width: 100%;
  padding: 32px 25px 0;
}
.menu-footer-wrapper {
  width: 30vw;
  position: fixed;
  bottom: 0px;
  background: #fff;
  padding: 20px 25px 0 25px;
}
@media screen and (max-width: 767px) {
  .menu-footer-wrapper {
    width: 100%;
  }
}
.menu-image {
  text-align: center;
}
.menu-image img {
  padding-bottom: 20px;
  max-height: 450px;
}
.footer-content-middle p {
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  font-weight: 300;
  color: #757575;
}
.designedby p {
  font-size: 15px;
  line-height: 21px;
  color: #757575;
  font-weight: 300;
}
.designedby {
  text-align: right;
  padding-right: 50px;
}
.designedby img {
  width: 27px;
  padding-left: 5px;
}
input#adv_search::placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #707070;
}

/*************09-05-22*************/
#site-logo .site-title .bb-logo img,
#site-logo .site-title img.bb-logo,
.buddypanel .site-title img {
  height: 33px !important;
  padding: 0 !important;
}
.bp-search .site-header {
  padding: 16px !important;
  min-height: 72px !important;
}
.site-header .site-header-container,
.header-search-wrap,
.header-search-wrap input.search-field,
.header-search-wrap input.search-field-top,
.header-search-wrap form.search-form {
  height: 40px;
}
.bb-left-panel-mobile {
  margin-right: 8px !important;
}
/* .bb-mobile-panel-header+hr {
    display: none;
} */
.bb-mobile-panel-inner .buddypanel-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
ul#menu-hamburger-menu-1 li.link-bold {
  font-weight: 600;
}
a.btn.btn-primary.marg-btn {
  background: #126bbf;
  border-color: #126bbf;
}
a.btn.btn-primary.marg-btn:hover,
a.btn.btn-primary.marg-btn:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
  box-shadow: inset 0 0 0 99999px rgb(0 0 0 / 10%);
}
header .main-menu .navbar-nav > li > a:hover {
  color: #126bbf;
}
.bb-mobile-panel-inner .bb-primary-menu .current-menu-item > a,
.bb-mobile-panel-inner .bb-primary-menu .current_page_item > a {
  color: #126bbf;
}
/* .site-title img.bb-mobile-logo {
    max-height: 33px !important;
    width: 185px;
    padding: 0px;
} */

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .bp-search .site-header {
    padding: 0px 10px !important;
    min-height: 0px !important;
  }
  .bb-mobile-panel-inner hr {
    margin-top: 0px !important;
  }
  .bb-mobile-panel-inner {
    padding: 0px 30px 60px;
  }
}

.course-desc-footer .marg-btn {
  width: 100px;
}
