@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
.lines {
  width: 220px;
  height: 1px;
  background-color: #6f4e37;
  position: relative;
}
 

.lines::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: #6f4e37;
  display: block;
  border-radius: 50%;
  z-index: 2;
}

.lines::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: #6f4e37;
  display: block;
  border-radius: 50%;
  z-index: 2;
}

.clearfix {
  clear: both;
}

@font-face {
  font-family: "Mistral";
  src: url("./MISTRAL.TTF") format("truetype");
  src: url("./MISTRAL.woff") format("woff");
  src: url("./MISTRAL.woff2") format("woff2");
  src: url("./MISTRAL.otf") format("Opentype");
}

section {
  overflow: hidden;
}

.overflow-y__auto {
  overflow-y: auto;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

p,
a {
  font-size: 14px;
}

.mt-0 {
  margin-top: 0 !important;
}

.italic {
  font-style: italic;
}

.Wrapper {
  height: 100%;
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 12;
}

.v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section__title {
  text-transform: capitalize;
  padding-bottom: 12px;
  font-weight: 500;
  font-family: "Mistral";
  font-size: 50px;
}

.heading__divider {
  height: 1px;
  width: 150px;
  background: #f7f7f7;
}

.tabs__button-btn {
  border: 1px solid #fff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.t__heading-title {
  color: #403131;
  text-transform: capitalize;
  font-family: "Mistral";
}

.t__heading p {
  color: #8d8585;
  padding: 12px 0;
}

.top-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.top__bar__section {
  padding: 9px 0;
}

.top__bar__section .top__bar__social_ul__li {
  display: inline-block;
  margin-right: 4px;
}

.top__bar__section .top__bar__social_ul__li_i {
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
}

.top__bar__section .top__bar__social_ul__li-item {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.top_header,
.header_all {
  background-color: transparent;
  z-index: 9999999999999;
}

.top_header {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
}

.logo__img {
  max-width: 135px;
}

ul.navbar-nav li a {
  text-transform: uppercase !important;
  font-size: 14px !important;
}

ul.navbar-nav li a:hover {
  color: #fff;
}

.navbar {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner__section {
  color: #fff;
}

.banner__section .slider__item {
  height: 70vh;
  position: relative;
}

.banner__section .slider__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.485);
}

.banner__section .slider__item__image {
  height: 100%;
}

.banner__section .slider__item__image-img {
  width: 100vw !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.banner__section .slider__item .banner__jumbotron-top {
  padding-bottom: 10px;
}

.banner__section .slider__item .banner__jumbotron-title {
  font-family: "Mistral";
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 10px;
  text-shadow: 2px 0 #000;
  text-transform: capitalize;
}

.banner__section .slider__item .banner__jumbotron-title span {
  text-transform: capitalize;
}

.banner__section .slider__item .banner__jumbotron-para {
  padding-bottom: 10px;
  font-style: italic;
  max-width: 500px;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
  text-shadow: -4px 0 11px #000;
}

.banner__section .slider__item .banner__jumbotron-btn {
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 40px;
  color: #fff;
  background: rgba(111, 0, 0, 0.51);
  border-radius: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.banner__section .slider__item .banner__jumbotron-btn:hover {
  background: #6f4e37;
  border-radius: 30px;
}

.banner__section .slider {
  position: relative;
}

.banner__section .slider .owl-dots {
  display: block;
}

.banner__section .slider .owl-nav {
  display: none;
}

.banner__section .slider .owl-dots {
  position: absolute;
  bottom: 40%;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.banner__section .slider .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  background: #fff;
}

.banner__section .slider .owl-dots .owl-dot.active span {
  background: #9a6223;
}

.banner__section .absolute {
  z-index: 9999;
}

.banner__section .owl-item.active .zoomIn-slide h1 {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.banner__section .owl-item.active .zoomIn-slide p {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.banner__section .owl-item.active .zoomIn-slide button {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.two__section {
  padding: 20px 0;
  background: #6f4e37;
  color: #fff;
}

.two__section .split__section {
  height: 100%;
  padding-bottom: 12px;
}

.two__section .split__section-btn {
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 30px;
  margin: 25px 0;
}

.two__section h2 {
  padding-bottom: 6px;
  font-weight: 700;
}

.two__section p {
  text-align: justify;
}

.about__section {
  background: #6f4e37;
  padding: 20px 0;
  color: #fff;
}

.about__section .about__title {
  font-size: 25px;
  margin-bottom: 24px;
}

.about__section .about__para {
  line-height: 2;
  font-size: 17px;
}

.about__section .iconbox {
  margin-bottom: 20px;
}

.about__section .iconbox__image {
  margin-bottom: 12px;
}

.about__section .iconbox__image-img {
  width: 78px;
}

.about__section .iconbox__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.courses__section {
  background: #6f4e37;
  padding: 20px 0;
  padding-bottom: 0;
  color: #fff;
}

.courses__section .nav-tabs .nav-item.show .nav-link,
.courses__section .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4e2c2c;
  border: 1px solid #4e2c2c;
}

.courses__section .nav-tabs {
  border-bottom: 0;
  margin-top: 20px;
}

.courses__section .nav-tabs .nav-link {
  border: 1px solid #000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 8px 15px;
}

.courses__section .nav-tabs .nav-item {
  margin-right: 12px;
}

.courses__section .tabs__description {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

.courses__section .tabs__title {
  font-size: 16px;
  font-weight: 700;
}

.courses__section .tabs__para {
  padding: 14px 0;
  text-align: justify;
}

.courses__section .tabs__button-btn {
  border: 1px solid #fff;
  padding: 10px 30px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}

.courses__section .tab-pane:nth-child(odd) .col-lg-6 {
  margin-left: auto;
}

.courses__section .tab-pane:nth-child(even) .col-lg-6 {
  margin-right: auto;
}

.testimonial__section {
  padding: 20px 0;
}

.testimonial__section .tt__item {
  padding: 12px 0;
}

.testimonial__section .tt__item__description {
  text-align: center;
  font-size: 15px;
  padding: 29px 28px;
  padding-bottom: 2px;
  margin-bottom: 12px;
}

.testimonial__section .tt__item__description p i {
  vertical-align: top;
}

.testimonial__section .tt__item__description .t__image {
  width: 120px;
  height: 180px;
  overflow: hidden;
  border-radius: 30px;
  padding: 20px 0;
}

.testimonial__section .tt__item__description .t__image-img {
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial__section .tt__item__description .avatar__title {
  color: #8d8585;
  font-weight: 700;
  padding-top: 6px;
}

.testimonial__section .tt__item__description .avatar__meta {
  color: #8d8585;
  padding: 6px 0;
}

.testimonial__section .tt__slider .owl-nav {
  color: #a89898;
  display: block;
}

.testimonial__section .tt__slider .owl-nav .owl-next {
  position: absolute;
  right: 10%;
  font-size: 100px;
  font-weight: 300;
  top: 28%;
  -webkit-transform: translateX(-28%);
          transform: translateX(-28%);
}

.testimonial__section .tt__slider .owl-nav .owl-next:hover {
  background: none;
  color: inherit;
}

.testimonial__section .tt__slider .owl-nav .owl-prev {
  position: absolute;
  left: 10%;
  font-size: 100px;
  font-weight: 300;
  top: 28%;
  -webkit-transform: translateX(-28%);
          transform: translateX(-28%);
}

.testimonial__section .tt__slider .owl-nav .owl-prev:hover {
  background: none;
  color: inherit;
}

.blog__section {
  padding: 20px 0;
  background: #6f4e37;
  color: #fff;
}

.blog__section .cards .card__image {
  height: 282px;
  width: 100%;
}

.blog__section .cards .card__image-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog__section .cards .card__body {
  padding: 40px 0;
}

.blog__section .cards .card__body-title {
  padding-bottom: 12px;
  font-weight: 700;
}

.blog__section .cards .tabs__button {
  text-align: right;
}

.blog__section .social__widget {
  height: 250px;
  width: 100%;
  margin-bottom: 9px;
}

.blog__section .social__widget iframe {
  border: 0;
  height: 100% !important;
  width: 100% !important;
}

.blog__section .social__widget .fb-page {
  width: 100% !important;
}

.blog__section .social__widget ._2p3a {
  width: 100% !important;
}

.sponsor__section {
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.sponsor__section .sponsor__slider__item__image-img {
  max-width: 120px;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
}

.social__widget__section {
  overflow: hidden;
  padding: 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.social__widget__section .section__title {
  color: #6f4e37;
}

.social__widget__section .heading__divider {
  background: #6f4e37;
  height: 2px;
}

.social__widget__section .footer__social__icons {
  padding-bottom: 16px;
}

.social__widget__section .footer__social__icons .social__icons-ul__li {
  display: inline-block;
}

.social__widget__section .footer__social__icons .social__icons-ul__li-link .si-i {
  background: #3ea1da;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 6px;
}

.social__widget__section .footer__social__icons .social__icons-ul__li-link .si-i:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footer__widget__section {
  background: #6f4e37;
  color: #fff;
  padding: 20px 0;
  overflow: visible;
}

.footer__widget__section .footer__widget-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.footer__widget__section .footer__widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.footer__widget__section .footer__widget-para {
  padding: 12px 0;
}

.footer__widget__section .form__column {
  background: #917867;
  padding: 16px 20px;
}

.footer__widget__section .form__column-title {
  margin: 14px 0;
  font-style: italic;
}

.footer__widget__section .form-control {
  border-radius: 0;
  border: 0;
  color: #6f4e37;
  font-size: 13px;
}

.footer__widget__section input::-webkit-input-placeholder,
.footer__widget__section textarea::-webkit-input-placeholder {
  color: #6f4e37;
}

.footer__widget__section input:-ms-input-placeholder,
.footer__widget__section textarea:-ms-input-placeholder {
  color: #6f4e37;
}

.footer__widget__section input::-ms-input-placeholder,
.footer__widget__section textarea::-ms-input-placeholder {
  color: #6f4e37;
}

.footer__widget__section input::placeholder,
.footer__widget__section textarea::placeholder {
  color: #6f4e37;
}

.footer__widget__section .submitButton {
  background: #fff;
  border: 0;
  border-radius: 0;
  padding: 6px 22px;
  display: inline-block;
}

.footer__widget__section .location__icons {
  padding-top: 14px;
}

.footer__widget__section .location__icons-li {
  font-size: 14px;
  margin-bottom: 12px;
}

.footer__widget__section .location__icons-li img {
  width: 30px;
  vertical-align: middle;
  padding-right: 6px;
}

.footer__widget__section .location__icons-li a {
  color: #fff;
}

footer {
  background: #6f4e37;
}

footer .copyright {
  color: #fff;
  padding: 12px 0;
}

#footer {
  padding: 45px 0 0 0;
  background: #6f4e37;
}

#footer .location .location-item {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .location .location-item li {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  padding: 0 10px;
}

#footer .location .location-item li a {
  color: #fff;
}

.footer-contact {
  max-width: 156px;
}

#footer .footer-contact ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

#footer .footer-contact ul li a {
  color: #fff;
}

#footer .footer-contact .heading-divider {
  width: 150px;
  margin: 0 auto;
}

#u_0_0 ._2p3a,
#u_0_0 ._2zfr {
  width: 100% !important;
}

.scrolled__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify__c__s {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.scroll__logo {
  max-width: 140px;
  display: none;
}

.scroll__logo img {
  width: 100%;
}

.display__none {
  opacity: 0;
}

.top__social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__social__link-li {
  margin-right: 6px;
}

.top__social__link-li .sb__link i {
  background: #5b74ac;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.secondary__button {
  margin: 16px 0;
}

.secondary__button-btn {
  background: #6f4e37;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.secondary__button-btn:hover {
  color: #2d2d2d;
  background: none;
  border: 1px solid #6f4e37;
}

.pb-9 {
  padding-bottom: 9px;
}

@media(max-width:768px){
    .courses__section .nav-tabs .nav-item {
        margin-right: 12px;
        width: 98px;
        margin: 0 auto;
    }
    .courses__section .nav-tabs .nav-link{
        border-radius:0;
        min-height: 62px;
        margin-bottom: 7px;
    }
}

.ov__h {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */