

/*==== Start Title Section ====*/

.title{
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 50px;
}
.title h2{
  position: relative;
  font-size: 50px;
  color: #000000;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  line-height: 60px;
}
.title h2::before {
  content: '';
  width: 150px;
  height: 3px;
  background: #eb6c2d;
  position: absolute;
  top: 50%;
  margin-left: -185px;
}
.title h2::after{
  content: '';
  width: 150px;
  height: 3px;
  background: #eb6c2d;
  position: absolute;
  top: 50%;
  margin-left: 35px;
}
.title p{
  font-size: 15px;
  color: #5e5a56;
  font-weight: 500;
  letter-spacing: 1px;
}

/*============== Join us Section ===============*/

.join-area{
  position: relative;
  background: #eb6c2d;
}
.join-content{
  position: relative;
}
.join-content h2{
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}
.join-content p{
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  padding-right: 15%;
}
.join-content > a {
  display: inline-block;
  color: #fff;
  background: #0c0402;
  padding: 6px 20px;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
  border-radius: 3px;
  text-align: center;
  margin-top: 20px;
}
.join-image > .col-md-6.col-sm-6 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
.join-image img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*============== Pricing Section ===============*/

.pricing-area{
  position: relative;
  display: block;
  background: #efede7;
}
.pricing-item {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px 5px;
  margin-bottom: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3.464px 4.9px 0.1px rgba(6, 0, 255, 0.055);
  min-height: 780px;
}
.pricing-item hr {
  margin: 10px 0 15px;
  border-bottom: 1px solid #f0f0f0;
}
.pricing-item hr.color {
  border-color: #d21572;
}
.pricing-item h3{
  font-size: 45px;
  color: #21140e;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.pricing-item h3 i{
  color: #ffcc00;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.pricing-item h3 i:first-child{
  padding-left: 0;
}
.pricing-item h5 {
    font-size: 45px;
    color: #d21572;
    margin: 0;
    padding-left: 15px;
    text-transform: uppercase;
}
.pricing-item h5 span {
    font-size: 25px;
}
.pricing-item h5 span:last-child {
    color: #585a5b;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.pricing-item p{
  font-size: 15px;
  color: #21140e;
  margin: 0;
  padding: 5px 15px;
  min-height: 110px;
}
.pricing-item p span{
  color: #eb6c2d;
}
.pricing-item h4{
  font-size: 30px;
  color: #b1afaa;
  margin: 0;
  padding-left: 15px;
}
.pricing-item ul {
    position: relative;
    display: block;
    padding: 10px 15px;
    min-height: 270px;
}
.pricing-item ul li{
    list-style: none;
    font-size: 15px;
    color: #21140e;
    display: flex;
    padding: 5px 0 5px 10px;
}
.pricing-item ul li::before {
  content: '\f324';
  position: relative;
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  font-weight: 900;
  color: #f79c33;
  padding-right: 10px;
  line-height: 20px;
}
.pricing-area .col-md-6.col-lg-4:nth-child(2) .pricing-item hr.color{
  border-color: #d21572;
}
.pricing-area .col-md-6.col-lg-4:nth-child(2) .pricing-item h5{
  color: #d21572;
}
.pricing-area .col-md-6.col-lg-4:nth-child(3) .pricing-item hr.color{
  border-color: #d21572;
}
.pricing-area .col-md-6.col-lg-4:nth-child(3) .pricing-item h5{
  color: #d21572;
}
.pricing-item > a {
  display: block;
  color: #fff;
  background: #eb6c2d;
  padding: 6px 10px;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
  border-radius: 3px;
  text-align: center;
  margin: 10px auto 20px;
  max-width: 170px;
}
.membership-btn{
  position: relative;
  display: block;
  text-align: center;
  padding-top: 20px;
}
.membership-btn a {
  display: inline-block;
  color: #fff;
  background: #eb6c2d;
  padding: 8px 40px;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
  border-radius: 3px;
}
.daily-pricing{
  position: relative;
}
.daily-pricing .pricing-item {
  background: #ebd077;
}
.daily-pricing .pricing-item h3, .daily-pricing .pricing-item h5,
.daily-pricing .pricing-item h5 span:last-child, .daily-pricing .pricing-item p,
.daily-pricing .pricing-item h4, .daily-pricing .pricing-item ul li {
  color: #fff;
}
.daily-pricing .pricing-item p{
  min-height: 150px;
  margin-bottom: 20px;
}
.daily-pricing .pricing-item ul li::before {
  color: #fff;
}
.daily-pricing .pricing-item > a {
  background: #ba9e44;
}
.daily-pricing .pricing-item hr.color {
  border-color: #f6e3a6;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(2) .pricing-item{
  background: #da5c43;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(3) .pricing-item{
  background: #c12942;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(4) .pricing-item{
  background: #552437;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(2) .pricing-item hr.color{
  border-color: #f28069;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(3) .pricing-item hr.color{
  border-color: #e15068;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(4) .pricing-item hr.color{
  border-color: #73364d;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(2) .pricing-item > a{
  background: #ac402a;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(3) .pricing-item > a{
  background: #921f32;
}
.daily-pricing .col-md-6.col-lg-3:nth-child(4) .pricing-item > a{
  background: #3f1a28;
}
.need-pricing {
  position: relative;
}
.need-pricing .pricing-item {
  background: #54777b;
}
.need-pricing .pricing-item h3, .need-pricing .pricing-item h5,
.need-pricing .pricing-item h5 span:last-child, .need-pricing .pricing-item p,
.need-pricing .pricing-item h4, .need-pricing .pricing-item ul li {
  color: #fff;
}
.need-pricing .pricing-item h3 {
  font-size: 36px;
}
.need-pricing .pricing-item ul li::before {
  color: #fff;
}
.need-pricing .pricing-item hr.color {
  border-color: #6d969b;
}
.need-pricing .pricing-item > a {
  background: #364d50;
}
.need-pricing .col-md-4.col-lg-4:nth-child(2) .pricing-item{
  background: #41547c;
}
.need-pricing .col-md-4.col-lg-4:nth-child(2) .pricing-item hr.color{
  border-color: #536a9a;
}
.need-pricing .col-md-4.col-lg-4:nth-child(2) .pricing-item > a{
  background: #2d3c5b;
}
.need-pricing .col-md-4.col-lg-4:nth-child(3) .pricing-item{
  background: #80badf;
}
.need-pricing .col-md-4.col-lg-4:nth-child(3) .pricing-item hr.color{
  border-color: #536a9a;
}
.need-pricing .col-md-4.col-lg-4:nth-child(3) .pricing-item > a{
  background: #2d3c5b;
}
.need-pricing .pricing-item ul {
  min-height: 160px;
}

/*============== Pricing Section ===============*/

.mentor-area .title p {
  max-width: 720px;
  margin: auto;
}
.mentor-area .title h3 {
  font-size: 35px;
  color: #eb6c2d;
  margin: 40px 0 0;
}

.mentor-carousel .owl-nav button {
    background:  transparent;
    color: #202f30;
    border-radius: none;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 50px;
    outline: none;
}
.mentor-carousel .owl-nav button i {
  color: #1f1f1f;
  font-size: 30px;
  line-height: 30px;
}
.mentor-carousel .owl-nav button.owl-next {
  left: inherit;
  right: -60px;
}
.mentor-carousel .owl-nav button.owl-prev {
  left: -60px;
  right: inherit;
}
.mentor-carousel .mentor-item img{
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}
.mentor-item{
  position: relative;
  text-align: center;
}
.mentor-item img{
  width: auto;
  height: auto;
  max-width: 100%;
}
.mentor-item h3{
  font-size: 15px;
  color: #000;
  margin-top: 15px;
  font-family: 'Roboto', sans-serif;
}
.partner-area{
  border-top: 1px solid #e8e8e8;
}
.partner-area .title h3 {
  font-size: 35px;
  color: #eb6c2d;
  margin: 0;
}
.partner-area .title {
  padding-bottom: 30px;
}

/*============== Amenities Section ===============*/

.amenities-area{
  position: relative;
  background: #efede7;
}
.amenities-content{
  position: relative;
  padding-bottom: 50px;
}
.amenities-content h2{
  font-size: 50px;
  color: #000;
  line-height: 60px;
}
.amenities-content p {
  font-size: 15px;
  color: #000;
  line-height: 25px;
}
.amenities-content > a, .amenities-content > a:hover, .amenities-content > a:focus {
  display: inline-block;
  color: #fff;
  background: #eb6c2d;
  padding: 8px 20px;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
  border-radius: 3px;
  text-align: center;
  margin-top: 20px;
}
.amenitie-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  text-align: center;
}
.amenitie-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 65px;
  margin-bottom: 15px;
}
.amenitie-item p {
  color: #202020;
  font-size: 14px;
}

/*============== Testimonial Section ===============*/

.testimonial-area{
  position: relative;
  background: #fff;
}
.testimonial-item{
  position: relative;
  text-align: center;
}
.testimonial .testimonial-item img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 120px;
  display: inline-block;
  margin-bottom: 20px;
}
.testimonial .testimonial-item p{
  font-size: 14px;
  color: #000;
  line-height: 25px;
}
.testimonial .testimonial-item h3{
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0;
  padding-top: 20px;
}
.testimonial .testimonial-carousel .owl-nav button {
    background:  transparent;
    color: #202f30;
    border-radius: none;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    bottom: 50%;
    width: 50px;
    outline: none;
}
.testimonial .testimonial-carousel .owl-nav button i {
  color: #1f1f1f;
  font-size: 30px;
  line-height: 30px;
}
.testimonial .testimonial-carousel .owl-nav button.owl-next {
  left: inherit;
  right: -60px;
}
.testimonial .testimonial-carousel .owl-nav button.owl-prev {
  left: -60px;
  right: inherit;
}
.testimonial-carousel .owl-dots {
    display: block;
    text-align: center;
    padding: 30px 0 0;
}
.testimonial-carousel .owl-dots .owl-dot {
    background: #d9d9d9;
    border-radius: 20px;
    display: inline-block;
    height: 15px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 15px;
    transition: all 250ms ease-out 0s;
}
.testimonial-carousel .owl-dots .owl-dot.active {
  background: #f6921e;
}

/*============== Contact Section ===============*/

.contact-area{
  position: relative;
  background: #fff;
}
.contact-area .col-md-6:first-child {
  margin-top: -10%;
  z-index: 9;
}
.contact-info{
  position: relative;
  display: block;
}
.contact-info h3{
  color: #000;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-info p {
  display: flex;
  color: #000000;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
.contact-info p i {
  color: #f6921e;
  margin-right: 10px;
  margin-top: 5px;
  font-size: 16px;
}
.contact-info ul{
  position: relative;
  display: block;
  padding: 0px 70px 10px 5px;
}
.contact-info li{
  list-style: none;
  font-size: 15px;
  color: #21140e;
  display: flex;
  padding: 0px 0 15px 10px;
}
.contact-info ul li::before {
  content: '\f324';
  position: relative;
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  font-weight: 900;
  color: #f79c33;
  padding-right: 10px;
  line-height: 20px;
}
.location-map{
  position: relative;
  margin-top: 20px;
}
.location-map img{
  max-width: 400px;
  width: 100%;
  height: auto;
  border: 1px solid #e9e7e4;
}
.contact-form{
  position: relative;
  background: #efede7;
}
.contact-form label{
  color: #252e37;
  font-size: 15px;
}
.contact-form input[type="text"], .contact-form input[type="password"],
.contact-form input[type="email"], .contact-form input[type="tel"],
.contact-form textarea {
    border-radius: 3px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding: 12px 15px;
    font-size: 14px;
    box-shadow: none;
    color: #292a34;
    transition: 0.5s;
}
.contact-form input[type="text"]:focus, .contact-form input[type="password"]:focus,
.contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.contact-form input[type="submit"],
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  display: inline-block;
  padding: 8px 30px;
  background: #eb6c2d;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
  border: none;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
}
.contact-form .recaptcha-cus {
  overflow: hidden;
}

/*============== News Section ===============*/

.news-area{
  position: relative;
  display: block;
  background: #fff;
}
.news-area .title h2 {
  font-size: 136px;
  line-height: 146px;
}
.news-item {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-top: 30px;
}
.news-item h3{
  font-size: 45px;
  line-height: 55px;
}
.news-item h3 a{
  color: #000000;
}
.news-item hr {
  margin: 20px 0;
  border-bottom: 2px solid #f6921e;
}
.news-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.news-item p a {
  color: #f6921e;
  font-style: italic;
}
.news-item p a:hover, .news-item p a.news-item p a:focus {
  color: #000;
}
.news-article{
  position: relative;
  display: block;
}
.news-article h3{
  font-size: 45px;
  color: #000;
  line-height: 55px;
}
.news-content {
  position: relative;
  display: block;
  border: 1px solid #e7e7e7;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.news-content img{
  width: auto;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.news-content p{
  color: #000;
  font-size: 15px;
  line-height: 25px;
}

.news-button{
  position: relative;
  display: block;
  text-align: center;
}
.news-button a{
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
  background: #eb6c2d;
  border-radius: 3px;
}


/*============== Gallery Section ===============*/

.gallery{
  position: relative;
}
.gallery .title h5 {
  color: #000000;
  font-size: 45px;
  line-height: 55px;
  margin-top: 20px;
  margin-bottom: 0;
}
.gallery .title p {
  color: #f6921e;
}
.gallery .col-lg-3.col-md-6.col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery-item{
  position: relative;
  margin-top: 20px;
}
.gallery-item h3 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.gallery-item h3 a{
  color: #000;
}
.gallery-item img{
  width: 265px;
  height: 177px;
  object-fit: cover;
}
.gallery-item p{
  font-size: 15px;
  color: #f6921e;
}
.video-item{
  position: relative;
  padding: 15px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
}
.video-image{
  position: relative;
}
.video-image img{
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #e7e7e7;
}
.video-image a{
  position: relative;
}
.video-image a::after {
    content: '\f04b';
    position: absolute;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    font-family: 'Font Awesome 5 Pro';
    font-size: 36px;
    color: #c85f5f;
    z-index: 3;
    font-weight: 900;
}
.video-content{
  position: relative;
}
.video-content h2{
  color: #000000;
  font-size: 45px;
  line-height: 55px;
}
.video-content hr {
  margin: 15px 0;
  border-bottom: 2px solid #f6921e;
  max-width: 40%;
}
.video-content p{
  color: #000000;
  font-size: 15px;
  line-height: 25px;
}


/*============== Mentor Section ===============*/

.mentors-area{
  position: relative;
  background: #fff;
}
.mentors .banner-content h5 {
  font-size: 36px;
  line-height: 46px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.mentors .banner-content p {
  font-size: 15px;
  color: #ffffff;
  line-height: 25px;
}
.mentors-area .col-md-6.col-lg-4{
  position: relative;
  border-top: 1px dashed #d1d1d1;
  border-left: 1px dashed #d1d1d1;
  padding: 50px 30px;
}
.mentors-area .col-md-6.col-lg-4:nth-child(1),
.mentors-area .col-md-6.col-lg-4:nth-child(2),
.mentors-area .col-md-6.col-lg-4:nth-child(3){
  border-top: 1px dashed transparent;
  padding-top: 0px;
}
.mentors-area .col-md-6.col-lg-4:nth-child(1),
.mentors-area .col-md-6.col-lg-4:nth-child(3n+1){
  border-left: 1px dashed transparent;
  padding-left: 0px;
}
.mentors-item{
  position: relative;
}
.mentors-item img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 120px;
  margin-bottom: 15px;
}
.mentors-item h3{
  font-size: 25px;
  color: #000;
  line-height: 35px;
  text-transform: uppercase;
}
.mentors-item p{
  font-size: 14px;
  color: #000;
  line-height: 25px;
}
.mentor-last{
  display: table;
  height: 100%;
}
.mentor-middle{
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}
.mentor-middle h2{
  font-size: 40px;
  color: #383838;
  line-height: 50px;
}
.mentors-item a {
  display: inline-block;
  color: #fff;
  background: #eb6c2d;
  padding: 8px 30px;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
  border-radius: 3px;
  text-align: center;
  margin: 20px auto 20px;
}
.partners-area{
  position: relative;
  background: #fff;
}
.partners-area .col-md-6.col-lg-6{
  position: relative;
  border-top: 1px dashed #d1d1d1;
  border-left: 1px dashed #d1d1d1;
  padding: 40px 30px;
}
.partners-area .col-md-6.col-lg-6:nth-child(1),
.partners-area .col-md-6.col-lg-6:nth-child(2){
  border-top: 1px dashed transparent;
}
.partners-area .col-md-6.col-lg-6:nth-child(1),
.partners-area .col-md-6.col-lg-6:nth-child(2n+1){
  border-left: 1px dashed transparent;
  padding-left: 0;
}
.partners-item{
  position: relative;
}
.partners-item img{
  width: auto;
  height: auto;
  max-width: 160px;
  margin-bottom: 15px;
}
.partners-item h3{
  font-size: 25px;
  color: #000;
  line-height: 35px;
  text-transform: uppercase;
}
.partners-item p{
  font-size: 14px;
  color: #000;
  line-height: 25px;
}
.mission-area{
  position: relative;
  text-align: left;
  padding-left: 10%;
}
.mission-title{
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.mission-title h3{
    font-size: 36px;
    color: #fff;
    line-height: 46px;
}
.mission-title p{
  font-size: 15px;
  color: #fff;
  line-height: 25px;
}
.mission-item{
  position: relative;
  display: block;
  padding: 15px;
  background: #1d1d1d;
  border-radius: 3px;
  margin-bottom: 15px;
}
.mission-item p{
  font-size: 15px;
  color: #fff;
  line-height: 25px;
  margin: 0;
}
.mission-item p b{
  color: #f6921e;
  font-weight: 500;
}
.space-area{
  position: relative;
  display: block;
  background: #fff;
}
.space-content{
  position: relative;
}
.space-content p{
  font-size: 18px;
  color: #1d1d1d;
  line-height: 28px;
}
.space-content  span{
  font-size: 25px;
  color: #1d1d1d;
  font-weight: 600;
}
.space-content b{
  color: #f6921e;
}
.space-content a {
  display: inline-block;
  color: #fff;
  background: #eb6c2d;
  padding: 8px 30px;
  font-size: 20px;
  font-family: 'League Gothic';
  letter-spacing: 2px;
  border-radius: 3px;
  text-align: center;
  margin: 20px auto 20px;
  float: right;
}
.title h2 {
    display: block;
}


.tour-btn {
    animation: jiggle 2s infinite ease-in;
}

@keyframes jiggle {
  45%, 65% {
    transform: scale(1.0, 1.0)
  }
  50% {
    transform: scale(1.1, 0.9)
  }
  55% {
    transform: scale(0.9, 1.1) translate(0, -5px)
  }
  60% {
    transform: scale(1.0, 1.0) translate(0, -5px)
  }
}

.popBtn {
    background-color: #eb6c2d;
    border-color: #eb6c2d;
}

.our-space-gallery {
    margin: 0 auto;
}

.mapImg {
    width: 100%;
    object-fit: cover;
}

/*============== Pricing Section ===============*/

/*============== Pricing Section ===============*/
