body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.mlmr-3 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.line-icon-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.radius-10 {
  border-radius: 5px;
  background-color: #F1EDED;
  min-height: 275px;
}

.enroll-btn {
  border-radius: 50px;
  font-size: 17px;
  display: block;
}

.headerTitle {
  position: relative;
  width: fit-content;
  font-weight: 600;
}

.headerTitle::after {
  content: "";
  width: 60%;
  height: .1em;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;

}

.team-bg {
  background-image: url(../images/team-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: #000000;
}

.bg-gray {
  background-color: #3c3c3c;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.align-center-vertically {
  align-content: center;
}

.imagesContainer {
  width: 100%;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.imagesContainer-2 {
  width: 100%;
  height: 635px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.imagesContainer img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imagesContainer-2 img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



/* animation styles */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.fadeInClass {
  animation-name: fadeIn;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}


/* image transition */

.image-container {
  position: relative;
  margin-bottom: 320px;
}

.image-container img {
  position: absolute;
  animation-name: multiple-image-crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}

.image-container img:nth-of-type(1) {
  animation-delay: 6s;
}

.image-container img:nth-of-type(2) {
  animation-delay: 4s;
}

.image-container img:nth-of-type(3) {
  animation-delay: 2s;
}

.image-container img:nth-of-type(4) {
  animation-delay: 0;
}

@keyframes multiple-image-crossfade {
  0% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  92% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}






.profile-menu {
  .dropdown-menu {
    right: 0;
    left: unset;
  }

  .fa-fw {
    margin-right: 10px;
  }
}

.toggle-change {
  &::after {
    border-top: 0;
    border-bottom: .3em solid;
  }
}




.check-mark {
  margin: 0px;
  padding: 0px;
}

.check-mark ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.check-mark ul li {
  margin: 0px;
  padding: 10px 0px 5px 25px;
  list-style-type: none;
  background: url(../images/checkmark16.png) 0px 15px no-repeat;
}

.border-mark {
  margin: 0px;
  padding: 0px;
}

.border-mark ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.border-mark ul li {
  margin: 0px;
  padding: 10px 0px 10px 0px;
  list-style-type: none;
  border-bottom: solid 1px #ddd;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-item {
  margin-bottom: 10px;
  background-color: transparent !important;
  border: none !important;
}

.accordion-button {
  width: 100%;
  text-align: left !important;
  font-size: 14px;
  background-color: #383838;
  border: solid 1px #544E4E;
  color: #fff;
  border-radius: 10px !important;
  padding: 10px 15px !important;
  width: 100% !important
}

.accordion-button:not(.collapsed) {
  width: 100%;
  text-align: left;
  border-color: #544E4E !important;
  background-color: #383838 !important;
  color: #fff !important;
  box-shadow: none !important;
}

.accordion-body {
  margin-top: -1px;
  font-size: 14px;
  background-color: #000;
  border: solid 1px #544E4E;
  color: #fff;
  border-radius: 10px !important;
  padding: 10px 15px !important;
}


.accordion-button:not(.collapsed)::after {
  background-image: url(../images/downsvg.svg);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {

  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url(../images/downsvg-h.svg);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition)
}

.team-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-item,
.team-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.team-item a {
  color: #cecece;
}

.team-item a:hover {
  color: #fff;
  text-decoration: none;

}

.team-item img {
  width: 100%;
  height: 100%;
}

.team-item.circle {
  position: relative;
  width: 310px;
  height: 310px;
  border-radius: 50%;
}

.iteam-item.circle .img {
  position: relative;
  width: 310px;
  height: 310px;
  border-radius: 50%;
}

.team-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-item.circle .img img {
  border-radius: 50%;
}

.team-item.circle.effect1 .spinner {
  width: 320px;
  height: 320px;
  border: 10px solid #000000;
  border-right-color: #8a8a8a;
  border-bottom-color: #8a8a8a;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.team-item.circle.effect1 .spinner2 {
  width: 280px;
  height: 280px;
  border: 10px solid #000000;
  border-right-color: #8a8a8a;
  border-bottom-color: #8a8a8a;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.team-item img {
  width: 100%;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.team-item:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


.team-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
  border: 10px #FFFFFF solid;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;

}

.team-item.circle.effect1 .img:before {
  display: none;
}

.team-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team-item.circle.effect1 a:hover .spinner2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.team-item .teamtext {
  background: url(../images/white_bg.png);
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 45%;
  transform: translate(-45%, -55%);
  -ms-transform: translate(-45%, -25%);
  text-align: center;
  color: #646464;
  padding-top: 9px;
  padding-bottom: 10px;
}

.team-item .teamtext:hover {
  text-shadow: 2px 3px 3px #f1f1f1;
  color: #000;
}

.team-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);

}

.team-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  border-radius: 50%;
  border: 10px #FFFFFF solid;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 1;
}

.team-item.circle.effect1 a:hover .info {
  opacity: 1;

}

.team-item .btn-meet {
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.letter-specing {
  letter-spacing: 5px;
}


.title-word {
  animation: color-animation 1s linear infinite;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title-word-1 {
  --color-1: #000;
  --color-2: #fff;
}

.title-word-2 {
  --color-1: #000;
  --color-2: #fff;
}



@keyframes color-animation {
  0% {
    color: var(--color-1)
  }

  32% {
    color: var(--color-1)
  }

  33% {
    color: var(--color-2)
  }

  65% {
    color: var(--color-2)
  }

  66% {
    color: var(--color-3)
  }

  99% {
    color: var(--color-3)
  }

  100% {
    color: var(--color-1)
  }
}


.black_bg {
  background: #000;
  padding-top: 20px;
}

.white-text-container {
  background: #fff;
  line-height: 70px;
}

.associations {
  position: relative;
}

.associations-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.font-5 {
  font-size: 4rem;
}

.gray-bg {
  background: #f8f8f8 !important;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}

@media screen and (max-width: 480px) {
  .associations-bottom-right {
    position: relative;
    bottom: 0px;
    right: 0px;
    top: -70px;
  }

  .font-5 {
    font-size: 2rem !important;
  }

  .simply-scroll {
    margin-top: -70px;
  }
}

.whitelnk {
  color: #fff !important;
  text-decoration: none;
}

.whitelnk:hover {
  color: #fff !important;
  text-decoration: none;
}

.inp {
  border: 1px solid #ced4da;
  padding: 5px 8px !important;
}

.img-fluid2 {
  max-width: 70%;
  height: auto;
}

.img-responsive.mobile {
  display: none;
}

@media only screen and (max-device-width: 480px) {
  .tab_content {
    display: block !important;
  }

  .img-responsive {
    display: none;
  }

  .img-responsive.mobile {
    display: block;
  }

  .black-title-3 {
    color: #000;
    font-family: "Archivo Black", sans-serif;
    font-size: 1.75rem !important;
    line-height: 30px !important;
  }


}

.bg-black {
  background: #000;
}

.login-btn {
  color: #000 !important;
}

.height-200 {
  height: 230px;
}

.suggesstion-box {
  position: absolute;
  z-index: 9999999;
}

.ml-30 {
  margin-left: 15px;
}

.white-text {
  color: #fff !important;
}

.social-icon {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.social-icon ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.social-icon ul li {
  margin: 0px 5px 0px 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.social-icon ul li img {
  width: 16px !important;
  display: inline-block !important;
  padding-bottom: 3px;
}

.pull-right {
  float: right;
}

.offer-text p {
  text-align: center;
  font-size: 17px;
}

.tutor-title {
  font-weight: 600;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  color: #000;
}

.price-title {
  font-weight: 600;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  color: #000;
}

.black-title {
  color: #000;
  font-family: "Archivo Black", sans-serif;
  font-size: 3rem;
  line-height: 55px;
}

.black-title-new {
  color: #000;
  font-family: "Archivo Black", sans-serif;
  font-size: 2rem;
  line-height: 45px;
}

.white-title {
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  font-size: 3rem;
  line-height: 55px;
}

.black-title1 {
  font-weight: 600;
}

.black-title2 {
  color: #fff;
}

.black-title3 {
  font-weight: 600;
  font-size: 50px;
}

.black-title4 {
  font-weight: 600;
  font-size: 20px;
}

.darkbg {
  background: #cdd0d6;
}

.marque-text {
  margin-top: -60px;
  margin-left: 20px;
}


.black-bg {
  background: #000;
  color: #fff;
  padding: 1rem;
}

.height-205 {
  height: 205px;
}

.black-bg-new {
  background: #000;
  color: #fff;
  padding: 1rem;
  max-height: 32rem;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #999 #eee;
}

.black-bg h4 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  font-weight: normal;
}

.h-200 {
  height: 200px;
}

.copyright {
  background: #171717;
  color: #fff;
  font-size: 13px;
}

.light-gray-bg1 {
  margin-top: 15px;
  border: 2px solid #000 !important;
  padding: 10px 10px;
  box-sizing: border-box;
}

.light-gray-bg1 img {
  border-radius: 50%;
  margin-bottom: 15px;
  width: 150px !important;
  display: inline !important;
}

.gray-text {
  color: #626262;
}

.mt-40 {
  margin-top: -60px;
}

.black-lnk {
  color: #8e8e8e;
  text-decoration: none;
}

.gray-text {
  color: #8e8e8e;
  font-size: 14px;
}

.black-border {
  border: solid 2px #000 !important;
  box-sizing: border-box;
}

.black-lnk:hover {
  color: #252525;
  text-decoration: none;
}

.light-gray-bg1 h5 {
  font-weight: 500;
}

.headerImg {
  position: relative;
  width: 100%;
  z-index: -99999;
  /* margin-top: 38px; */
}

.img-rounded-birder {
  border-radius: 80%;
  border: solid 5px #ddd;
  width: 300px;
  transition: all 1s;
}

.img-rounded-birder:hover {
  border-radius: 80%;
  border: solid 5px #000;
}

.img-rounded-birder-tutor {
  border-radius: 80%;
  border: solid 5px transparent;
  width: 300px;
}

.img-rounded-birder-tutor:hover {
  border-radius: 80%;
  border: solid 5px #000;
}

.rcorners1 {

  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

.rcorners1:hover {
  background: #a0cede;
}

.rcorners1 img {
  width: 100%;
}

.tutored {
  position: absolute;
  top: 29%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-container {
  position: relative;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/white_bg.png);
  padding: 10px 15px;
}

.centered-bottom {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.header-title {
  font-style: italic;
  text-shadow: 2px 3px 4px #000;
  font-weight: normal;
  font-size: 40px;
  color: #fff;
}

ul.no-gutter li {
  padding: 0px;
  list-style: none;
}

ul.no-gutter li {
  padding: 0px !important;
  list-style: none !important;
  margin-left: 0px !important;
  margin-bottom: 15px !important;
}

ul.content-list {
  margin: 10px 0px;
  padding: 0px;
  font-size: 18px;
}

ul.content-list li {
  margin: 5px 0px 5px 22px;
  padding: 0px;
  list-style: disc;
  text-align: left;
}

.img-rounded-birder .hover-bold {
  font-weight: normal;
}

.img-rounded-birder .hover-bold:hover {
  font-weight: bold;
}

.carousel-control-next-icon {
  position: absolute;
  top: 32%;
}

.carousel-control-prev-icon {
  position: absolute;
  top: 32%;
}

.course-listing .mb-4 {
  margin-bottom: 1.7rem;
}



.user-link {
  color: #000;
  text-decoration: none;
  font-size: 25px;
}

.user-link:hover {
  color: #3a3a3a;
  text-decoration: none;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

. {
  margin: 0 auto;
}

.box-shadow {
  padding: 10px;
  border: solid 1px #ddd;
}

.entry__thumb {
  position: relative;
  overflow: hidden;

}

.entry__thumb-link img {
  vertical-align: bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 auto !important;
  /*margin-bottom:20px !important;*/
}

#suggesstion-box {
  margin-bottom: 20px;
}

.entry__thumb-link::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.entry__thumb-link::after {
  content: "...";
  font-family: georgia, serif;
  font-size: 2.7rem;
  z-index: 1;
  display: block;
  height: 90px;
  width: 90px;
  letter-spacing: -1px;
  line-height: 90px;
  margin-left: -45px;
  margin-top: -45px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.entry__thumb:hover .entry__thumb-link::before {
  opacity: 1;
  visibility: visible;
}

.entry__thumb:hover .entry__thumb-link::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.entry__thumb:hover .entry__thumb-link img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.footer-bg {
  background: #000;
  color: #fff;
}

ul.footer-detail {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0 !important;
}

.footer-detail li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0 !important;
}

.footer-detail li:last-child {
  margin-bottom: 15px;
}




.footer-detail .company-detail {
  display: inline-flex;
  color: #fff;
  padding-left: 3px;
  line-height: 20px;
  /* padding-bottom: 10px; */
}

.footer-detail li a {
  text-decoration: none;
  color: #fff;
}

.footer-detail li a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-bg .title {
  color: #fff;
  font-weight: bold;
}

.footer-social-blk {
  margin: 0px;
  padding: 0px;
}

.footer-social-blk ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-social-blk ul li {
  margin: 0px;
  padding: 2px 2px;
  list-style-type: none;
  display: inline;
}

.footer-social-blk ul li img {
  width: 60px;
}

ul.quick-links {
  padding-left: 0px;
  list-style: none;
}

ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  color: #9d9c9c;
  list-style-type: none;
}

ul.quick-links li:hover {
  margin-left: 5px;
  color: #fff;
}

ul.quick-links li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

ul.quick-links li a:hover {
  color: #fff;
  text-decoration: none;
}

ul.quick-links li a i {
  margin-right: 5px;
  color: #fff;
}

ul.quick-links li:hover a i {
  font-weight: normal;
}


ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 48px;
  border-bottom: 1px solid #000;
  width: 100%;
}

ul.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 8px 12px;
  height: auto;
  line-height: 30px;
  border-top: 1px solid #000;
  border-left: 1px solid #333;
  border-bottom: 1px solid #000;
  background-color: #000;
  color: #ccc;
  overflow: hidden;
  position: relative;
  font-weight: 600;
  font-size: 15px;

}

.tab_last {
  border-right: 1px solid #333;
}

ul.tabs li:hover {
  background-color: #ccc;
  color: #000;
}

ul.tabs li.active {
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid #fff;
  display: block;
}

.tab_container {
  border: 1px solid #000;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading {
  display: none;
}


@media only screen and (min-width: 320px) and (max-width: 768px) {
  .navbar-top {
    display: none;
  }

}


@media screen and (max-width: 480px) {

  .video-100 {
    height: 450px !important;
    width: 790px !important;
  }

  .pb-4,
  .py-4 {
    padding-bottom: .5rem !important;
  }

  .tabs {
    display: none;
  }

  .tab_drawer_heading {
    background-color: #000;
    color: #fff;
    border-top: 1px solid #333;
    margin: 0;
    padding: 15px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
  }

  .d_active {
    background-color: #000;
    color: #fff;
  }



}



.light-gray-bg3 {
  margin-top: 15px;
  border: 1px solid #ddd !important;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 10px;
}


.q-container {
  background: #ccc;
  border-radius: 30px 30px 0px 0px;
  padding: 15px 20px;
}

.a-container {
  border: solid 1px #ccc;
  border-radius: 0px 0px 30px 30px;
  padding: 10px 20px;
}

.our-association h2 {
  font-size: 2.5rem;
}

.be-part-lst h2 {
  font-size: 2.5rem;
}




.black-text {
  color: #000;
}

.blck-link {
  color: #161a1e;
  text-decoration: none;
  font-size: 1.5rem;
}

.blck-link:hover {
  color: #161a1e;
  text-decoration: underline;
}


.thumb-img {
  margin: 0px;
  padding: 0px;
}

.thumb-img ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.thumb-img ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  float: left;
  width: 33%;
}

.white-text {
  color: #fff !important;
}

.search-input {
  border-right: none;
  border-radius: 4px 0px 0px 4px;
  border-color: #5b5b5b;
}

.search-btn {
  border-left: none;
  border-radius: 0px 4px 4px 0px;
  border-color: #5b5b5b;
}

.search-btn-icon {
  position: relative;
  border-color: #000;
  color: #000;
}

.h-30-item {
  height: 30rem;
}

.h-20-item {
  height: 7.5rem;
}

.clear {
  clear: both;
}

.tutor-name {
  float: left;
  height: 175px;
  width: 100%;
  position: relative;
}

.text-bottom {
  position: absolute;
  bottom: -20px;
  left: 0%;
}

.text-bottom h4 {
  font-size: 1.2rem;
  color: #000;
  font-weight: bold;
}


#content {
  position: relative;
  width: 360px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content:before,
#content:after,
#content>:last-child:before,
#content>:last-child:after {
  position: absolute;
  width: 60px;
  height: 50px;
  border-color: white;
  border-style: solid;
  content: ' ';
}

#content:before {
  top: 10px;
  left: 10px;
  border-width: 1px 0 0 1px
}

#content:after {
  top: 10px;
  right: 10px;
  border-width: 1px 1px 0 0
}

#content>:last-child:before {
  bottom: 10px;
  right: 10px;
  border-width: 0 1px 1px 0
}

#content>:last-child:after {
  bottom: 10px;
  left: 10px;
  border-width: 0 0 1px 1px
}


/* End*/

.m-user {
  display: none;
}


/* Home  Page Slider */

.slider-slide {
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
  line-height: 500px;
  color: #fff;
  font-size: 32px;
}

.simple-slider {
  width: 100%;
  /*height: 500px;*/
  overflow: hidden;
  box-sizing: border-box;
  z-index: 4;
  position: relative
}

.simple-slider .slider-wrapper {
  height: 440px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.simple-slider .slider-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  float: left;
  position: relative
}

.simple-slider .slider-btn {
  width: 32px;
  height: 32px;
  top: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.simple-slider .slider-btn.slider-btn-prev {
  left: 20px;
  background-image: url(../images/left-arrow.png);
  background-position: left
}

.simple-slider .slider-btn.slider-btn-next {
  right: 20px;
  background-image: url(../images/right-arrow.png);
  background-position: right
}

.silder-container {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%, -50%);
}

.silder-container h2 {
  color: #000;
  font-size: 50px;
}



/* END */

@media (max-width: 768px) {
  .icon1 {
    width: 100px !important;
    height: 100px !important;
  }

  .icon2 {
    width: 95% !important;
    height: 100px !important;
  }

  .icon3 {
    width: 85% !important;
    height: 100px !important;
  }

  .black-bg h4 {
    font-size: .85rem !important;
  }

  .font-13 {
    font-size: 13px !important;
    line-height: 20px;
  }

  .height-200 {
    height: auto !important;
  }

  .ml-30 {
    margin-left: 15px;
  }

  .silder-container h2 {
    color: #000;
    font-size: 25px;
  }

  .simple-slider .slider-wrapper {
    height: auto;
  }

  .simple-slider .slider-slide {
    height: 250px;
  }

  .slider-slide {
    line-height: 200px;
  }

  .black-title3 {
    font-size: 20px;
  }

  .carousel-item h4 {
    font-size: 15px;
  }

  .small {
    font-weight: 400;
    font-size: 12px;
  }

  .text-bottom h4 {
    font-size: 1rem;
  }

  .course-listing .mb-4 {
    margin-bottom: 1rem !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    width: 10%;
  }

  .img-rounded-birder {
    width: 86% !important;
  }

  .imagesContainer {
    height: 220px !important;
    ;
  }

  .price-title {
    font-size: 1.5rem;
  }

  .tutor-title {
    font-size: 1.2rem;
    text-align: center;
  }

  .mt-7 {
    margin-top: .5rem !important;
  }

  .header-title {
    font-size: 20px;
  }

  .m-img-100 {
    width: 80px;
    height: 80px;
  }

  .m-text h5 {
    font-size: 1rem;
  }

  .tutored {
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%, -50%);
  }

  .footer-detail li:last-child {
    margin-bottom: 35px;
  }

  .more {
    margin-top: 15px;
  }

  /* .centered h3{font-size: 1rem;} */
  .our-association h2 {
    font-size: 1.75rem;
  }

  .be-part-lst h2 {
    font-size: 1.75rem;
  }


  .navbar-light .navbar-nav .nav-link {
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
    color: #fff;
  }


  .navbar-toggler {
    position: relative;
    left: 7%;
    top: -10%;
  }

  .m-none {
    display: none;
  }

  .m-user {
    position: relative;
    right: 4%;
    display: block;
  }

  .thumb-img h5 {
    font-size: 13px;
  }

  .centered-bottom {
    position: absolute;
    bottom: 0%;
    left: 0%;
    transform: translate(-0%, -0%);
  }

  .light-gray-bg {
    background: #f1f1f1 !important;
  }
}


/* login checkbox */
.switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 40px;
  margin-top: 16px;
}

.switch input {
  display: none;
}

.slider {
  background-color: #fff;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #000;
  bottom: 4px;
  content: "";
  height: 13px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 13px;
}

input:checked+.slider {
  background-color: #ccc;
}

input:checked+.slider:before {
  transform: translateX(19px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* toggle menu */

.menu-btn {
  position: relative;
  display: inline;
  font-size: 22px;
  z-index: 999;
}

.menu-btn a {
  display: inline-block;
  text-decoration: none;
}

.btn-open:after {
  content: "\f0c9";
  font-family: "fontawesome";
  color: #333;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  transition-property: all .3s linear 0s;
}

.btn-open:hover:after {
  color: rgba(0, 170, 212, 0.8);
}

.btn-close:after {
  content: "\f00d";
  font-family: "fontawesome";
  color: #fff;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-close:hover:after {
  color: rgba(0, 206, 255, 0.7);
}


/* OVERLAY NAV */

.nav {
  position: fixed;
  display: none;
  /* overflow: auto; */
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: rgba(26, 26, 26, 0.9);
  z-index: 99;
  color: #fff;
}

.menu {
  width: 100%;
  height: 100%;
}

.menu ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.menu li {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 15%;
  list-style: none;
  text-align: center;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.menu li a {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
}

.menu li:hover {
  background: rgba(0, 206, 255, 0.7);
}


/* RESPONSIVE */

@media screen and (max-width: 768px) {



  .content {
    position: absolute;
    top: .5rem !important;
    left: .3rem !important;
    background: rgba(0, 0, 0, 0.8);
    color: #f1f1f1 !important;
    width: 98% !important;
    padding: 10px !important;
    text-align: left;
  }

  .content .white-title {
    font-size: 1.5rem !important;
    line-height: 25px !important;
    margin-bottom: 8px !important;
  }

  .content h3 {
    font-size: 1rem !important;
    line-height: 20px !important;
    margin-bottom: 8px !important;
  }

  .content ul.quicklinks li {
    font-size: 16px !important;
  }

  .content ul.quicklinks li a {
    margin-right: 50px !important;
  }



  .py-5 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .black-title {
    font-size: 2rem;
    line-height: 35px;
  }

  .logo-container img {
    width: 125px;

  }

  .white-title {
    font-size: 2rem;
    line-height: 35px;
  }

  .image-container {
    margin-bottom: 250px;
  }

  .imagesContainer-2 {
    height: 435px;
  }


  .width-50 {
    width: 70% !important;
  }


}

/* RESPONSIVE NAVBAR*/

.navbar-top {
  overflow: hidden;
}

/* Links inside the navbar */
.navbar-top {
  overflow: hidden;
}

.navbar-top a {
  float: left;
  text-align: center;
  text-decoration: none;
  padding: 14px 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.dropdown-top {
  float: left;
  overflow: hidden;
}

.dropdown-top .dropbtn-top {
  border: none;
  outline: none;
  color: #fff;
  background-color: inherit;
  margin: 0;
  padding: 14px 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-top a:hover,
.dropdown-top:hover .dropbtn-top {
  color: #fff;
}

.dropdown-content-top {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border: #d1d1d1 solid 1px;
}

.dropdown-content-top a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content-top a:hover {
  background-color: #000;
}

.dropdown-top:hover .dropdown-content-top {
  display: block;
}


/* END RESPONSIVE NAVBAR*/


.navbar-expand-md {
  z-index: 99;
  background: white;
  padding: 0;

  .container {
    .navbar-toggler {
      display: block;
    }
  }
}

.navbar-collapse {
  width: 100%;
  background: #000;
  position: fixed;
  z-index: 9;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  opacity: .5;
  color: #fff;

  ul.navbar-nav {
    position: absolute;
    top: 100px;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    li {
      opacity: 0;
      transition: opacity 0.4s cubic-bezier(0.58, 0.3, 0.005, 1);
      padding: 0;
      margin-bottom: 20px;

      a {
        color: white;
        font-size: 20px;
        padding: 0;
      }
    }
  }

  &.show {

    visibility: visible;
    opacity: 1;
    z-index: 9;

    ul {
      li {
        opacity: 1;

        &:nth-child(1) {
          transition-delay: 0.06s;
        }

        &:nth-child(2) {
          transition-delay: 0.12s;
        }

        &:nth-child(3) {
          transition-delay: 0.18s;
        }

        &:nth-child(4) {
          transition-delay: 0.24s;
        }

        &:nth-child(5) {
          transition-delay: 0.3s;
        }

        &:nth-child(6) {
          transition-delay: 0.36s;
        }
      }
    }
  }
}

.navbar-toggler {
  padding: 0;

  #nav-icon {
    width: 30px;
    height: 22px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    cursor: pointer;

    span {
      display: block;
      position: absolute;
      height: 5px;
      width: 50%;
      background: #000;
      opacity: 1;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
    }
  }

  &[aria-expanded="false"] {
    #nav-icon {
      span:nth-child(even) {
        left: 50%;
      }

      span:nth-child(odd) {
        left: 0px;
      }

      span:nth-child(1),
      span:nth-child(2) {
        top: 0px;
      }

      span:nth-child(3),
      span:nth-child(4) {
        top: 9px;
      }

      span:nth-child(5),
      span:nth-child(6) {
        top: 18px;
      }
    }
  }

  &[aria-expanded="true"] {
    #nav-icon {

      span:nth-child(1),
      span:nth-child(6) {
        transform: rotate(45deg);
      }

      span:nth-child(2),
      span:nth-child(5) {
        transform: rotate(-45deg);
      }

      span:nth-child(1) {
        left: 5px;
        top: 7px;
      }

      span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
      }

      span:nth-child(3) {
        left: -50%;
        opacity: 0;
      }

      span:nth-child(4) {
        left: 100%;
        opacity: 0;
      }

      span:nth-child(5) {
        left: 5px;
        top: 12px;
      }

      span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
      }
    }
  }
}


/* menu toggle */
.toggle_menu {
  padding: 8px;
  border: solid 1px #ddd;
  background: #fff;
  z-index: 9999;
  overflow: hidden;
}

.bg-dark-gray {
  background: #323232;
}

.white-title-2 {
  font-size: 1.5rem;
  font-family: "Archivo Black", sans-serif;
  color: #fff;
}


/* side menu*/
.container-menu {
  position: relative;

  width: 100%;
  background: #3c3c3c;
  border: 2px solid #3c3c3c;
}

.container-menu ul {
  margin: 0;
  padding: 0;
  background-color: #3c3c3c;
}

.container-menu a {
  text-decoration: none;
  display: block;
  padding: .90em 1em .90em 1.2em;
  outline: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  font-weight: 400;
  border-bottom: 1px solid #3c3c3c;
}

.container-menu ul li {
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #000;

}

.container-menu ul li a:hover {
  background-color: #3c3c3c;
}

.container-menu li span {
  font-size: 1.5em;
  line-height: .25em;
}

.container-menu .hide {
  margin-left: 1080px;
  transition: all 0.5s ease;
}

.container-menu .side-menu {
  position: absolute;
  top: 0px;
  background: #eeeeee;
  color: #000;
  width: 100%;
  background: transparent;
  background-color: #000000;
}

.container-menu .side-menu ul {
  border-top: 1px solid #3c3c3c;
}

.container-menu .side-menu ul li a {
  background-color: #000;
}



.container-menu .side-menu:last-child ul li a {
  background-color: #000;
}

.container-menu .side-menu:last-child ul li a:hover {
  background-color: #3c3c3c;
}

.container-menu .show-menu {
  margin-left: 0 !important;

}

.videoContainerBox {
  position: relative;
}

#myVideo {

  min-width: 100%;
  min-height: 500px;
}

.content {
  position: absolute;
  top: 5rem;
  left: 3rem;
  background: rgba(0, 0, 0, 0.8);
  color: #f1f1f1 !important;
  width: 60%;
  padding: 50px;
  text-align: left;
}


ul.quicklinks {
  padding-left: 0px;
  list-style: none;
  margin-top: 15px;
}

ul.quicklinks li {
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
  color: #fff;
  list-style-type: none;
  display: inline;
  font-size: 18px;
}

ul.quicklinks li:hover {
  color: #afafaf;
}

ul.quicklinks li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-right: 100px;
  font-weight: 600;
  text-decoration: underline;
}

ul.quicklinks li a:hover {
  color: #afafaf;
  text-decoration: none;
  text-decoration: none;
}


.btnrounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #D4BB1C;
  border: none;
  margin-left: 120px;
  margin-top: -20px;
  color: #000;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}

.btnrounded:hover {
  background: #86b7fe;
}

.width-375 {
  width: 375px !important;
}


.black-title-3 {
  color: #000;
  font-family: "Archivo Black", sans-serif;
  font-size: 2.5rem;
  line-height: 45px;
}




.bg {
  /* The image used */
  background-image: url("../images/login-img.png");

  /* Full height */
  height: 540px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:
    0px 10px 10px 0px;
}

.contact-bg {
  /* The image used */
  background-image: url("../images/contact-img.jpg");

  /* Full height */
  height: 640px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:
    0px 10px 10px 0px;
}

.login-box-radius {
  border-radius:
    10px 0px 0px 10px;
}

.login-img-radius {
  border-radius:
    0px 10px 10px 0px;
}

.width-50 {
  width: 50%;
}


/* Course thumb css */

.form-body {
  background: url(../images/form-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.form-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  margin: 80px auto;
  background: rgba(22, 22, 22, 0.5);
  width: 100%;
  max-width: 960px;
  border-radius: 5px;
  padding: 40px;
}

.video-100 {
  width: 100%;
}