body {
    font-family: 'Inter', sans-serif !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

.fullwidth-img {
    max-width: 100%;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
}


/*** Navbar ***/
.sticky-top {
    top: 0!important;
    transition: .5s;
    position: absolute!important;
    width: 100%;
}
.sticky-top.bg-white.shadow-sm{
    position: sticky!important;
}
.navbar .navbar-nav .nav-link {
    margin-right: 60px;
    padding: 2px 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff;
    padding: 2px 0;
    border-bottom: 2px solid #B17B35;
}
.sticky-top.bg-white.shadow-sm .navbar .navbar-nav .nav-link{
    color: #432B17;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar-toggler:focus {
        box-shadow: 0px 0px 3px 1px #a2733659;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
        border-bottom: 2px solid #ffffff;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        padding-bottom: 20px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: 0px;
    }

    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {

    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-carousel2 .testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    display: flex;
    width: 100%;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: #635543;
    background-size: contain;
    padding: 15px 0;
}

@media (min-width: 992px) {
    /* .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    } */
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;

}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: none;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

/* 
.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
} */

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
    1516
}

/* Main Styles */
.mainMenu {
    background: #ffffff00;
    padding: 5px 0;
}

.logo-2 {
    display: inline-block;
    padding: 0;
    margin: 0 120px 0 0;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #E3CCAE;
    opacity: 1;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #BBBBBB;
}

.sliderText {
    background: rgba(217, 217, 217, 0.80);
    padding: 0px;
}

.sliderTextCnt {
    padding: 40px 0 0 0;
    width: 100%;
    text-align: left;
    margin: 0 0 0 0;
    position: relative;
}

.sliderTextCnt::before {
    width: 550px;
    height: 400px;
    background: rgba(217, 217, 217, 0.80);
    position: absolute;
    left: -125px;
    top: -0;
    padding: 0;
    content: "";
}

.sliderTextCnt::after {
    width: 550px;
    height: 62px;
    background: #BE8A46;
    position: absolute;
    left: -125px;
    bottom: -0px;
    padding: 0;
    content: "";
}

.sliderTextCnt h1 {
    font-size: 30px;
    color: #432B17;
    line-height: 40px;
    font-weight: 500;
}

.sliderTextCnt p {
    color: #000;
    font-size: 18px;
    font-family: 'Inria Serif', serif;
    font-style: italic;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Inter', sans-serif !important;
}

.sliderTextCnt a.slideInRight {
    background: #BE8A46;
    border: 1px solid #BE8A46;
    text-align: left;
    font-size: 18px;
    padding-left: 0 !important;
    position: relative;
    z-index: 12;
    margin: 40px 0 0 0;
}

.displayNone {
    display: none;
}

.mianHeading {
    color: #432B17;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sub_Heading {
    color: rgba(62, 62, 62, 0.60);
    font-family: 'Inria Serif', serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.mainCnt {
    padding: 0;
}

.meetupsBlog {
    padding: 0;
    width: 100%;
}

.lastEventBlog {
    margin:40px 0 30px 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    border: 1px solid #dadada;
    min-height: 506px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
    transform: translateZ(0);
    /* box-shadow: 0 0 40px -8px rgb(0 0 0 / 16%),0 0 24px -16px rgb(0 0 0 / 16%); */
}
.lastEventBlog:hover{
    transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
  box-shadow: 0 0 40px -8px rgb(0 0 0 / 16%),0 0 24px -16px rgb(0 0 0 / 16%);
}
.l_e_details {
    border-radius: 0px 0px 0 0px;
  padding: 0 0;
  margin: 0px 0 0 0;
  position: relative;
  width: 100%;
  text-align: left;
  display: inline-block;
    
}
.web_pastEvents .l_e_details h6{
    font-size: 15px;
    color: #000000;
    overflow: hidden;
    line-height: normal;
    padding: 8px 0 0px 0;
    margin: 0 0 0 0;
    width: 100%;
    height: 50px;
    cursor: pointer;
}
.eventsMainDiv{
    background: #f5f7f8;
}
.web_pastEvents .l_e_details span.location_Event{
    color: #000000;
}
.register_Event{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 0 0 0;
}

.lastEventBlog .register_Event a{
    color: #000!important;
    display: inline-block;
    font-size: 15px!important;
    padding: 8px 30px;
    margin: 0 0 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    width: auto;
  }
  .lastEventBlog .register_Event a.registerdBtn{
    color: #2d9b2d !important;
  background: #ffffff;
  border: 1px solid #2d9b2d;

  }
  .l_e_details h6 {
    font-size: 15px;
  color: #000000;
  overflow: hidden;
  line-height: normal;
  padding: 8px 0 0px 0;
  margin: 0 0 0 0;
  width: 100%;  
  height:50px;
  cursor: pointer;
}
.l_e_details span.location_Event{
    height: 45px;
    font-size: 13px;
    color: #000000;
    padding: 5px 0;
    display: inline-block;
}
.lastEventBlog a {
    color: #432B17;
    display: inline-block;
    font-size: 13px;
    padding: 0 0;
    width: 100%;
    margin: 10px 0 0 0;
}
.WebpastEvents{
    position: relative;
}
.WebpastEvents::after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0;
    right: -22px;
    height: 503px;
    border: 1px dotted #432B17;
}

.lastEventBlog2::after {
    border: none;
}



.upcomingEventBlog {
    width: 100%;
  margin: 0 0 0 2px;
}

.lastEventBlog2 {
    margin:10px 0 30px 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 15px;
  border: 1px solid #dadada;
  min-height: 506px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transform: translateZ(0);
    /* border: 1px solid #eeeeee; */
}

.lastEventBlogPic {
    width: 100%;
    height: 240px;
    background: #ffffff;
    text-align: left;
    line-height: normal;
    border-radius: 0;
    margin: 12px auto 12px auto;
}
.owl-carousel .owl-item{
    padding: 0 16px;
}
.testimonial-item .lastEventBlog2 img {
    width: 100% !important;
    height: 240px !important;    
    border-radius: 0;
    object-fit: cover;
    border: 1px solid #e4e4e4;
}
.testimonial-item .lastEventBlog2 .evnt_Mode img{
    width: 28px!important;
    height: 23px!important;
    border: none!important;
}
.testimonial-carousel .owl-nav .owl-prev {
    left: -15px!important;
    position: absolute !important;
    color: #877567;
}

.testimonial-carousel .owl-nav .owl-next {
    right: -0px !important;
    position: absolute !important;
    color: #877567;
}
.l_e_details_data {
    display: inline-block;
  width: 100%;
  padding: 10px 0 15px 0;
  font-size: 13px;
}
.test_M_arrow {
    width: 10px;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.bannerCnt {
    width: 40%;
}

.unmatchedBlog {
    padding: 50px 0;
    background: #F9F5F1;
}

.Img_magna_VIp {
    max-width: 100%;
}
.evnt_Mode{
    display: inline-block;
    margin: 5px 0 0 0px;
    text-align: left;
    width: 100%;
}
.evnt_Mode p {
    color: #000000;
    width: 100%;
    font-size: 14px;
    display: inline-block;
    padding: 0 0 0 0;
    text-align: left;
}
.evnt_Mode p label {
    display: inline-block;
    padding: 0;
    margin: 0;
    text-align: left;
    float: left;
  }
  .evnt_Mode p label .evnt_InPerson_img {
    margin: -3px 0 0 0;
    float: left;
  }
.evnt_Mode p img{
    width: 28px!important;
    height: 23px!important;
    margin: 0 5px 0 0;
    object-fit: none!important;
    padding: 0!important;
    border-radius: 0!important;
    max-width: none!important;
    float: none;
    display: initial!important;
}
.personalizedCoachingBlog {
    padding: 50px 0;
}

.allCoaches {
    width: 100%;
    display: inline-block;
    padding: 30px 0 30px 0;
}

.allCoaches_wen {
    width: 40%;
    margin: 0 auto;
    display: table;
}

.p_coach {
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
}

.p_coach h6 {
    font-size: 14px;
    color: #432B17;
    padding: 10px 0 0 0;
    margin: 0;
}

.p_coach span {
    font-size: 14px;
    color: #432B17;
    padding: 5px 0 0 0;
    margin: 0;
}

.sub_Heading2 {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.27);
}

.joinBtnBlog {
    width: 100%;
    display: inline-block;
    padding: 30px 0 30px 0;
}

.joinMagnaBtn {
    background: #BE8A46;
    border: 1px solid #BE8A46;
    text-align: center;
    font-size: 18px;
    width: 50%;
    display: table;
    margin: 0 auto;
}

.joinMagnaBtn:hover {
    background: #BE8A46;

    border: 1px solid #BE8A46;
}

.businesses_greatBlog {
    position: relative;
    padding: 0;
}

.designService {
    padding: 50px 0;
}

.designServiceImgB {
    text-align: center;
    padding: 50px 0;
}

.testimonial-carousel2 .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    display: flex;
    width: 100%;
}

.testimonial-carousel2 .owl-nav .owl-prev {
    left: -40px !important;
    position: absolute !important;
    color: #877567;
}

.testimonial-carousel2 .owl-nav .owl-next {
    right: -40px !important;
    position: absolute !important;
    color: #877567;
}


.testimonial-carouselMedia .owl-nav {
    position: absolute;
    top: 45%;
    left: 19%;
    display: flex;
    width: 62%;
}
.testimonial-carouselMedia .owl-nav .owl-prev {
    left: -7px !important;
    position: absolute !important;
    color: #877567;
}
.testimonial-carouselMedia .owl-nav .owl-next {
    right: -7px !important;
    position: absolute !important;
    color: #877567;
}

.happyCustomer {
    width: 90%;
    margin: 0 auto;
}

.testimonial-carousel2 .testimonial-item img {
    width: 140px !important;
    height: 140px !important;
    border-radius: 50%;
}

.personalizedCoachingBlog .testimonial-item img {
    width: 182px !important;
    height: 190px !important;
    border-radius: 0%;
    margin: 0 auto;
}

.allCoaches .owl-nav {
    top: 33% !important;
    position: absolute;
    width: 100%;
}

.testimonial-carouse3 .owl-nav .owl-prev {
    left: -5px !important;
    position: absolute !important;
    color: #877567;
}

.testimonial-carouse3 .owl-nav .owl-next {
    right: -5px !important;
    position: absolute !important;
    color: #877567;
}

.happyCustomer {
    padding: 30px 0 0 0;
}

.testimonialCnt p {
    font-size: 14px;
    color: #635543;
    padding: 5px 0 0 0;
    margin: 0;
}

.testimonialCnt {
    padding: 0px 0 0 0;
    margin: 0;
}

.testimonialCnt span {
    font-size: 14px;
    color: #635543;
    font-style: italic;
    padding: 10px 0 0 0;
    margin: 0;
    display: inline-block;
}

.owl-dots {
    width: 150px;
    margin: 30px auto;
}

.owl-dot {
    float: left;
}

.leftLinks {
    width: auto;
    display: inline-block;
}

.rightLinks {
    float: right;
    text-align: right;
}

.footer .rightLinks .btn.btn-link {
    text-align: right;
}

.rightLinks p {
    color: #fff;
    margin: 0 0 7px 0;
}

.businessSource,
.businessFunding,
.businessScaling {
    position: relative;
}

.bS_c1 {
    position: absolute;
    left: 87px;
    bottom: 37px;
    width: 220px;
    text-align: center;
}

.bS_c2 {
    position: absolute;
    left: 111px;
    bottom: 96px;
    width: 220px;
    text-align: center;
}

.bS_c3 {
    position: absolute;
    left: 81px;
    bottom: 300px;
    width: 220px;
    text-align: center;
}

.businesses_greatBlog h6 {
    font-size: 16px;
    color: #000000;
    padding: 5px 0 5px 0;
    margin: 0;
}

.businesses_greatBlog p {
    font-size: 14px;
    color: #000000;
    padding: 5px 0 5px 0;
    margin: 0;
}

.lifeTransforming {
    padding: 30px 0;
    position: relative;
}

.lifeTransforming::after {
    width: 100%;
    height: 1px;
    background: #7B6B5D;
    position: absolute;
    left: 0;
    top: 100px;
    content: "";
}

.learnCnt {
    padding: 10px;
}

.learnCnt h6 {
    text-align: center;
}

.learnCnt h6 .learnCircle {
    width: 100px;
    height: 100px;
    background: #E1CAB7;
    border: 1px solid #432B17;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    margin: 10px auto;
    position: relative;
    z-index: 1;
}

.learnCnt h6 span {
    color: #432B17;
}

.learnCnt h6 .learnCircle img {
    width: 40px;
}

.learnCnt ul {
    padding: 0 35px;
    list-style: none;
    margin: 20px 0 20px 0;
}

.learnCnt ul li {
    padding: 0 0 20px 30px;
    list-style: none;
    color: #7B6B5D;
    position: relative;
}

.learnCnt ul li::before {
    content: "\2022";
    color: #7B6B5D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    position: absolute;
    left: 0;
    top: 0;
}

.mrg_0 {
    margin: 0;
}

.fullImg {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.balancePointBlog {
    width: 100%;
    display: inline-block;
    background: url("../img/charles-img.jpg");
    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.balancePointBlogCnt {
    border-radius: 56px;
    background: rgba(117, 91, 56, 0.90);
    width: 35%;
    display: inline-block;
    padding: 40px;
    margin: 50px 0 50px 50px;
}

.balancePointBlogCnt p {
    color: #FFF;
    font-family: Inria Serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 0 10px 0;
}

.mgProgramUnlock {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.mgProgramUnlock p {
    color: rgba(67, 43, 23, 0.50);
    font-family: 'Inria Serif', serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px;
    padding: 10px 0 10px 0;
}

.learnCnt2 {
    width: 95%;
    height: auto;
    border-radius: 20px;
    background: rgba(225, 202, 183, 0.13);
    padding: 40px 0 0px 30px;
    min-height: 280px;
    margin: 30px 0 0 0;
}

.learnCnt ul {
    padding: 0;
}

.learnCnt2 h6 {
    text-align: left;
    color: #7B6B5D;
    font-size: 18px;
    padding: 0 0 0px 30px;
}

.learnCnt2 ul li {
    line-height: 35px;
}

.learnCnt3 {
    padding: 0px 0 0 0;
}

.content {
    text-align: center;
    margin: 0px 0 0 0;
    border-radius: 6px;
    background-color: #fff;
    padding: 30px;

    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
}

.abtCnt {
    width: 75%;
    margin: 0 auto;
}

.abtCnt h4 {
    font-size: 20px;
    padding: 10px 0 10px 0;
    text-transform: capitalize;
    color: #242424;
    letter-spacing: 1px;
    text-align: left;
    font-weight: bold;
    margin: 0;
}

.abtCnt h4 strong {
    color: #b77e33;
    font-weight: bold;
    font-size: 20px;
}

.planningDiv {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: left;
}

.planningDiv p {
    text-align: left;
}

.abtCnt p {
    font-size: 14px;
    margin: 0;
    padding-top: 10px;
    color: #2a2a2a;
}

.planningDiv p strong {
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.planningDiv p span {
    font-size: 20px;
    padding: 0;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.abtCntSolucc3 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.abtCntSolucc ul {
    padding: 0;
    margin: 0;
    min-height: 230px;
}

.abtCntSolucc ul.launchUl {
    min-height: 239px;
}

.abtCntSolucc ul li {
    margin: 15px 0px;
    font-size: 14px;
    color: #2a2a2a;
    text-align: left;
    position: relative;
    list-style: none;
    padding: 0 0 0 24px;
}

.abtCntSolucc ul li::before {
    content: "";
    position: absolute;
    left: 0;
    margin-right: 10px;
    width: 22px;
    font-size: 13px;
    top: 5px;
    height: 22px;
    background: url(../img/li_circle.png) no-repeat left top;
}

.joinBtn {
    background: #BE8A46;
    border: 1px solid #BE8A46;
    text-align: center;
    font-size: 16px;
    width: 130px;
    display: table;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0;
}

.joinBtn:hover {
    color: #ffffff;
}

.mgProgramUnlock h3 {
    color: rgba(67, 43, 23, 0.50);
    font-family: 'Inria Serif', serif !important;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    padding: 10px 0 10px 0;
}

.early-StageCnt {
    padding: 40px 0 0 0;
    position: relative;
}

.early-StageCnt h3 {
    font-size: 16px;
    color: #432B17;
    padding: 10px 0 0 0;
    margin: 0;
}

.early-StageCnt p {
    font-size: 14px;
    color: #432B17;
    padding: 5px 0 0 0;
    margin: 0;
}

.early-StageCnt::after {
    width: 1px;
    height: 140px;
    content: "";
    background: #000000;
    left: 45px;
    top: -70px;
    position: absolute;
    z-index: 0;
}

.early-StageCnt_first::after {
    display: none;
}

.earlyStageCntImg {
    position: relative;
    z-index: 1;
    width: 90px;
    height: 80px;
    line-height: 70px;
    background: #ffffff;
    text-align: center;
}

.earlyStageCntImg img {
    max-width: 100%;
}

.clientsCt {
    margin: 0 0 50px 0;
}

.clientsCt .item {
    text-align: left;
    margin: 30px auto;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    background: #fff;
    display: inline-block;
    width: 90%;
}

.client-logo {
    background: #ffffff;
    padding: 0;
    border-radius: 0;
    height: 50px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    display: inline-block;
}

.client-logo img {
    max-width: 160px;
}

.clientsCt img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.clientsCt .down-content {
    padding: 0px 0 0 0;
    background-color: #fff;
    display: inline-block;
    border-bottom-right-radius: 5px;
    min-height: 160px;
    border-bottom-left-radius: 5px;
}

.text-left {
    text-align: left;
}

.clientsCt .down-content h2 {
    padding: 20px 0 20px 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #432B17;
}

.clientsCt .down-content p {
    margin-bottom: 0;
    color: #432B17;
    font-size: 14px;
}

.moreDetails {
    color: #432B17;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
}

.pb_50 {
    padding-bottom: 50px;
}

p {
    color: #432B17;
    font-size: 14px;
}

.l_socialB {
    margin: 0 0;
    text-align: left;
    color: #fff;
}

.l_socialB ul {
    width: 100%;
    margin: 10px 0% 0 0%;
    padding: 0;
    display: inline-block;
}

.l_socialB ul li {
    display: inline-block;
    background: #cbbead;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 35px;
}

.l_socialB ul li a {
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}

.l_socialB ul li a.linkedin_fa {
    background: #0077b5;
}

.l_socialB ul li a.google_fa {
    background: #c53126;
}

.l_socialB ul li a.twitter_fa {
    background: #fff;
}

.l_socialB ul li a.facebook_fa {
    background: #3b5998
}

.d_o_allCoaches .p_coach {
    text-align: center;
    display: inline-block;
    width: 19%;
}

.d_o_allCoaches .p_coach span {
    width: 100%;
    margin: 10px 0%;
    padding: 0;
    display: inline-block;
    text-align: center;
}

.d_o_allCoaches {
    padding: 50px 0;
}

.loginBtn {
    background: #b2803e;
    border: 1px solid #b2803e;
    padding: 7px 20px !important;
    font-size: 14px;
    margin: 0px 0 0 0 !important;
    position: absolute;
    right: 0;
    top: 12px;
    color: #fff !important;
    border-radius: 5px;
}

.logoImg {
    width: 200px;
}

.homePopup1 .modal-title {
    font-size: 16px;
    color: #432B17;
    margin: 0 0 30px 0;
    text-align: center;
}

.homePopup2 .modal-title {
    font-size: 16px;
    color: #432B17;
    margin: 0 0 30px 0;
    text-align: center;
}

.popBtns {
    display: table;
    width: 321px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 !important;
}

.form-group {
    margin-bottom: 25px;
}

.signinBtn {
    background: #b2803e;
    border: 1px solid #b2803e;
    padding: 10px 30px !important;
    border-radius: 0;
    font-size: 14px;
    margin: 0px 10px 0 0 !important;
    color: #fff !important;
}
.signinBtn:hover{
    background: #b2803e;
    border: 1px solid #b2803e;
}
.d_o_img_blog {
    width: 100%;
    display: inline-block;
    background-image: url("../img/d_o_img.jpg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    height: 550px;
}

.b_o_img_blog {
    width: 100%;
    display: inline-block;

    /* Full height */
    height: 550px;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    background-image: url("../img/b_o_img.jpg");
}

.businesses_greatBlog_responsive {
    display: none;
}

.navbar {
    padding: 0 !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus, .btn-primary:active:focus{
    background: #BE8A46;
    border: 1px solid #BE8A46;
    box-shadow:none;
}

.opacity_0 {
    opacity: 0;
}

.form-group label {
    float: left;
    width: 100%;
    display: inline-block;
    font-weight: 600 !important;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    color: #000;
}

.form-control {
    height: 45px !important;
    box-shadow: none !important;
    border-bottom: 1px solid #555 !important;
    border-radius: 0 !important;
    padding: 6px 0px !important;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin: 0 !important;
    border: none;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modal-dialog {
    max-width: 600px;
}

.modal-content {
    box-shadow: 0 5px 15px #00000080;
    border-radius: 6px;
}

.modal-body {
    position: relative;
    padding: 35px 25px 25px 25px;
}

.circleIcon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #cdcdcd;
    text-align: center;
    cursor: pointer;
    float: right;
    line-height: 16px;
    position: absolute;
    top: 8px;
    right: 8px;;
}

.btn-close {
    width: 2px;
    height: 2px;
    opacity: 1;
    margin: 0 0 0 0;
    padding: 4px;
}

textarea.form-control {
    height: 100% !important;
}

.homePopUp {
    top: 40%;
}

.drag-area{
    border: 2px dashed #b2803e;
    height:230px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .drag-area.active{
    border: 2px dashed #432B17;
  }
  .drag-area .icon{
    font-size:30px;
    color: #b2803e;
  }
  .drag-area header{
    font-size: 16px;
    font-weight: 500;
    color: #432B17;
  }
  .drag-area span{
    font-size: 14px;
    font-weight: 500;
    color: #432B17;
    margin: 10px 0 15px 0;
  }
  .drag-area button{
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #b2803e;
    color: #ffffff;
    border-radius: 0px;
    cursor: pointer;
  }
  .drag-area img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
  }

.footer p.btn.btn-link {
    cursor: default;
}

.insta_fa {
    background: #fff;
}
.youTube_fa{
    background: #dc3545;
}
.l_socialB ul li a.insta_fa i {
    font-size: 17px;
    color: #dc3545;
}

.businesses_greatBlog_2 img {
    max-width: 88%;
}

.learningeventIframe {
    position: relative;
    width: 100%;

    height: 100vh;
}

/* 
.web_learningevents{
    display: inline-block;
    width: 100%;
    padding: 0;
}
.WorkshopEducatorDetailsBlock {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 201px;
    float: left;
}
.learningeventsRightDetails{
    display: inline-block;
    margin: 0 0 0 30px;
    width: 70%;
}
.WorkshopEventDp {
    width: 201px;
    height: 257px;
    background: #ffffff;
    text-align: center;
    line-height: 257px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    border: 1px solid #dadada;
}
.WorkshopEventDp img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.WorkshopEducatorDP {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0;
    border: 2px solid #dcc1a8;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    box-shadow: 0px 0px 2px 2px #5e5e5e87;
    right: 10px;
}
.WorkshopEducatorDP img{
    max-width: 100%;
}
.displayDiv{
    display: inline-block;
    width: 100%;
    padding: 0;
}
.displayDiv p{
    display: inline-block;
}
.right_move{
    float: right;
}
.bg_row1 {
    padding: 30px 0;
    background: #fff;
}
.bg_row2 {
    padding: 30px 0;
    background: #f9f5f1;
}
.learningeventsRightDetails h3{
    font-size: 20px;
    color: #432b17;
    text-align: left;
    padding: 12px 0;
    margin: 0;
}
.learningeventsRightDetails h3{
    font-size: 20px;
    color: #432b17;
    text-align: left;
    padding: 12px 0;
    margin: 0;
}
.learningeventsRightDetails h3 strong{
    font-size: 16px;
    color: #7B6B5D;
    font-weight: 600;
}
.web_learningevents h5{
    font-size: 18px;
    color: #432b17;
    text-align: left;
    padding: 12px 0;
    margin: 0;
}
.evntsBtns{
text-align: center;
    padding: 50px 0 50px;
} */
#myiframe {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
.leftLinks p {
    color: #ffffff;
}
/* .privacyCnt{
    box-shadow: 0 3px 5px #3a3a3a29;
} */
.upcmgEvnts {
    padding: 0;
}
.upcmgEvnts h5{
font-size: 16px;
    color: #432B17;
    padding: 10px 0 10px 0;
    margin: 0;
}

.eventImageDiv {
    width: 100%;
    display: table;
    border-radius: 5px;
    text-align: left;
    margin: 0;
    position: relative;
    height: 100%;
}
.attachmentCNt{
  width: 300px;
  float: left;
  overflow: hidden;
}
.eventImageDiv button.btn-close {
  background: none;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 43%;
  margin: 0 0 0 20px;
}

.drag-area {
    border: 2px dashed #b2803e;
    height: 230px;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px 0;
    flex-direction: column;
  }
  
    .drag-area.active {
      border: 2px dashed #432B17;
    }
  
    .drag-area .icon {
      font-size: 30px;
      color: #b2803e;
    }
  
    .drag-area header {
      font-size: 16px;
      font-weight: 500;
      color: #432B17;
    }
  
    .drag-area span {
      font-size: 14px;
      font-weight: 500;
      color: #432B17;
      margin: 10px 0 15px 0;
    }
  
    .drag-area button {
      padding: 10px 25px;
      font-size: 14px;
      font-weight: 500;
      border: none;
      outline: none;
      background: #b2803e;
      color: #ffffff;
      border-radius: 5px;
      cursor: pointer;
    }
  
    .drag-area img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: 0px;
    }
.attachmentCNt{
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 30px;
    margin: 0 0 20px 0;
    border: 2px dashed #b2803e;
}
.attachmentCNt_name{
    width: 100%;
    display: inline-block;
    margin: 0px 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: none;
}
#upfname{
    float: left;
    font-size: 14px;
    color: #000000;
}
.attachmentCNt_name .fas.fa-trash {
    font-size: 14px;
    color: #333;
    text-shadow: none;
    margin: 0px 0 0 0;
    background-color: #cdcdcd;
    border-radius: 50%;
    float: right;
    text-align: center;
    padding: 5px 6px;
    cursor: pointer;
}
.lastNonEventPic{
    max-width: 100%;
    object-fit: cover;
    width: 100% !important;
    height: 240px !important;
    border-radius:0px;
    border: 1px solid #e4e4e4;
}
.testimonialCnt h3{
    font-size: 16px;
    color: #432B17;
}
.testimonialCnt strong{
    font-size: 15px;
    color: #432B17;
    display: inline-block;
    padding: 10px 0;
}
.testimonialCnt strong span{
    font-style: italic;
    display: block;
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
    font-weight: normal;
    color: #635543;
}
/* .testimonial-carouselMedia .owl-nav{
    display: none;
} */
.mediaSlider_section{
    padding: 30px 0;
}
.testimonial-carouselMedia .testimonial-item img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0;
    padding: 0 0;
    margin: 0;
    border: 1px solid #cccccc;
}
.mediaSlider_section .owl-dots {
    width: 75px;
    margin: 30px auto 50px auto;
}
.testimonial-carouselClients .owl-nav {
    position: absolute;
    top: 45%;
    right: 0;
    display: flex;
    width: 100%;
}

.testimonial-carouselClients .owl-nav .owl-prev {
    left: -40px !important;
    position: absolute !important;
    color: #877567;
}

.testimonial-carouselClients .owl-nav .owl-next {
    right: -40px !important;
    position: absolute !important;
    color: #877567;
}
.magnaClientSliderSection .testimonial-item {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    height: 140px;
    line-height: 90px;
    display: inline-block;
}
.magnaClientSliderSection .testimonial-item img{
    display: inherit!important;
    width: 100%;
}
       
/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .portfolio-filter button {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    margin: 0 20px;
    text-transform: capitalize;
    background: none;
    border: 1px solid #B2803E;
    color: #000000;
    outline: none;
    border-radius: 5px;
  }
  
  .portfolio-filter button.mixitup-control-active {
    background: #B2803E;
    color: #fff;
  }
  
  .portfolio-block {
      position: relative;
      margin-bottom: 30px;
      height: 138px;
      overflow: hidden;
  }
  
  .portfolio-block:before {
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
  }
  
  .portfolio-block:hover:before {
    opacity: 1;
  }
  
  .portfolio-block:hover .caption h4 {
    top: 45%;
  }
  
  .portfolio-block:hover .caption {
    opacity: 1;
    top: 55%;
  }
  
  .portfolio-block .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  
  .portfolio-block .caption h4 {
    font-size: 16px;
  }
  
  .portfolio-block .caption h4 a {
    color: #fff;
  }
  
  .portfolio-block .caption .search-icon {
    background: #28ABE3;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    font-size: 25px;
    border-radius: 30px;
  }
  .portfolio-block .img-responsive{
      display: block;
      max-width: 100%;
      height: auto;
  }
  .magnaClientSliderSection .testimonial-carouselClients .owl-nav .owl-prev{
    left: -15px !important;
  }
  .magnaClientSliderSection .testimonial-carouselClients .owl-nav .owl-next{
    right: -15px !important;
  }
  .newsImgResponsive{
    display: none;
}
.newsCustomerTestmonial .owl-dots{
    margin: 0 auto;
    width: 170px;
}
#mediaSlider_section .mediaSlider_section .testimonial-item {
    width: 60%;
    margin: 0 auto;
}
.owl-carousel .owl-stage{
    padding: 30px 0 0 0;
}
.youTubeVideo{
    position: relative;
    width: 100%;
    height: 100%;
}
#bg-video{
    min-width: 100%;
    min-height: 102vh;
    max-width: 100%;
    max-height: 102vh;
    object-fit: cover;
    height: 102vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoTextCnt{
    position: absolute;
    left: 0;
    top: 20%;
    background: rgba(217, 217, 217, 0.80);
    padding: 50px 80px 50px 120px;
    z-index: 1;
}
.videoTextCnt h1{
    font-size: 30px;
    color: #432B17;
    line-height: 40px;
    font-weight: 500;
}
.videoTextCnt p{
    color: #000;
    font-size: 18px;
    font-family: 'Inria Serif', serif;
    font-style: italic;
    padding: 10px 0;
}
.videoTextCnt a{
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #BE8A46;
    border: 1px solid #BE8A46;
    text-align: left;
    font-size: 18px;
    padding: 15px 80px 15px 120px;
}
.videoTextCnt a:hover{
    background: #BE8A46;
    border: 1px solid #BE8A46;
}
.content h4 strong{
    color: #BE8A46;
    font-size: 18px;
    font-weight: 500;
}
.pad_0{
    padding: 0;
}
/*------ Responsive CSS Start here ------*/

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .testimonial-carousel2 .testimonial-item img {
        width: 100px !important;
        height: 100px !important;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 767.98px) {
    #mediaSlider_section .mediaSlider_section .testimonial-item {
        width: 100%;
        margin: 0 auto;
    }
    .testimonial-carouselMedia .owl-nav {
        position: absolute;
        top: 45%;
        right: 0;
        display: flex;
        width: 100%;
        left: 0;
      }
    .newsImgResponsive{
        display: block;
    }
    .newsImgDesk{
        display: none;
    }
    .magnaClientSliderSection .testimonial-carouselClients .owl-nav .owl-prev{
        left: -5px !important;
        display: block;
      }
      .magnaClientSliderSection .testimonial-carouselClients .owl-nav .owl-next{
        right: -5px !important;
        display: block;
      }
      .newsCustomerTestmonial .owl-dots{
        margin: 0 auto;
        width: 170px;
    }
    .portfolio-filter button{
        margin: 15px 5px;
        display: inline-block;
        font-size: 13px;
        padding: 8px 20px;
    }
    .portfolio-filter{
        margin-top: 0;
        margin-bottom: 5px;
    }
    #mediaSlider_section{
        padding: 30px 0 0 0;
    }
    .magnaClientSliderSection .testimonial-item img {
        display: inherit !important;
        width: 60%;
      }
    .magnaClientSliderSection .owl-nav .owl-prev{
        left: -7px!important;
    }
    .magnaClientSliderSection .owl-nav .owl-next{
        right: -7px!important;
    }    
    .learningeventsRightDetails {
        margin: 0px 0 0 20px;
        width: 55%;
    }
    .testimonialCnt strong{
        display: block;
        margin: 10px 0;
    }
    .testimonialCnt strong span{
        font-size: 12px;
    }
    .testimonialCnt strong{
        font-size: 14px;
    }
    .testimonialCnt h3{
        font-size: 14px;
  color: #432B17;
  margin: 10px 0 10px 0;
    }
    .abtCntSolucc ul.launchUl {
        min-height: auto !important;
    }

    .d_o_img_blog,
    .b_o_img_blog {
        height: 100%;
        padding: 100px 0;
    }

    .balancePointBlog {
        padding: 30px 0;
    }

    .d_o_allCoaches .p_coach {
        width: 100%;
    }

    .businesses_greatBlog {
        display: none;
    }

    .logo-2 {
        display: none;
    }

    .loginBtn {
        position: inherit;
    }

    .bannerCnt {
        width: 100%;
    }

    /* .sliderTextCnt {
        padding: 10px;
        width: 100%;
        text-align: left;
        margin: 0 0 0 0px;
    }

    .sliderTextCnt h1 {
        font-size: 16px;
        line-height: normal;
        margin: 0 0 0 0px !important;
    }

    .sliderTextCnt a.slideInRight {
        font-size: 12px;
        padding-left: 10px !important;
    }

    .sliderTextCnt p {
        font-size: 12px;
        margin: 0 0 0 0px !important;
    } */

    .mianHeading {
        font-size: 16px;
    }

    .sub_Heading {
        font-size: 14px;
    }

    .lastEventBlog::after {
        display: none;
    }

    .upcomingEventBlog {
        width: 95%;
        margin: 30px 0 0 0;
    }

    .testimonial-carousel .owl-nav .owl-prev {
        left: -30px !important;
    }

    .testimonial-carousel .owl-nav .owl-next {
        right: -30px !important;
    }

    .header-carousel.mb-5 {
        margin-bottom: 0px !important;
    }

    .mb-4.sub_Heading {
        margin-bottom: 0px !important;
    }

    .p_coach {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0;
    }

    .joinMagnaBtn {
        width: 100%;
        margin: 0 0 0 0px;
        font-size: 12px;
    }

    .businesses_greatBlog_responsive {
        display: block;
    }

    .designService {
        padding: 20px 0;
    }

    .unmatchedBlog {
        padding: 30px 0;
    }

    .joinBtnBlog {
        padding: 10px 0 0 0;
    }

    .designServiceImgB {
        padding: 20px 0;
    }

    .testimonial-carousel2 .testimonial-item img {
        margin: 0 auto;
    }

    .testimonialCnt p {
        font-size: 12px;
    }

    .p_coach span {
        font-size: 12px;
    }

    .testimonialCnt {
        text-align: center;
    }

    .testimonialCnt span {
        font-size: 12px;
    }

    .happyCustomer {
        padding: 10px 0 10px 0;
    }

    .testimonial-carousel2 .owl-nav .owl-prev {
        left: -10px !important;
    }

    .testimonial-carousel2 .owl-nav .owl-next {
        right: -10px !important;
    }

    .testimonial-carousel2 .owl-nav {
        top: 25%;
    }

    .rightLinks {
        float: left;
        text-align: left;
        margin: 30px 0 0 0;
    }

    .footer .rightLinks .btn.btn-link {
        text-align: left;
    }

    .learnCnt h6 span {
        font-size: 14px;
    }

    .learnCnt ul li {
        font-size: 12px;
        padding: 0 0 10px 15px;
    }

    .lifeTransforming::after {
        display: none;
    }

    .lifeTransforming {
        padding: 10px 0;
        margin-top: 0px !important;
    }

    .learnCnt h6 .learnCircle img {
        width: 25px;
    }

    .learnCnt h6 .learnCircle {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .learnCnt ul li::before {
        left: -0;
    }

    .mgProgramUnlock p {
        font-size: 14px;
        line-height: normal;
        margin: 0;
    }

    .learnCnt2 {
        width: 95%;
        height: auto;
        padding: 20px 0 0px 30px;
        min-height: 200px;
        margin: 10px 0 0 0;
    }

    .learnCnt2 h6 {
        font-size: 16px;
    }

    .abtCntSolucc ul {
        min-height: 200px;
    }

    .joinBtn {
        font-size: 12px;
    }

    .content {
        margin: 0 0 20px 0;
    }

    .mgProgramUnlock h3 {
        font-size: 18px;
    }

    .mgProgramUnlock {
        width: 95%;
        padding: 0;
    }

    .early-StageCnt::after {
        display: none;
    }

    .earlyStageCntImg {
        margin: 0 auto;
    }

    .early-StageCnt {
        padding: 20px 0 0 0;
        text-align: center;
    }

    .early-StageCnt p {
        font-size: 12px;
    }

    .clientsCt .item {
        width: 100%;
        margin: 10px auto;
    }

    .clientsCt .down-content p {
        font-size: 12px;
    }

    .clientsCt .down-content {
        min-height: 130px;
    }

    .balancePointBlogCnt {
        border-radius: 56px;
        background: rgba(117, 91, 56, 0.90);
        width: 92%;
        display: inline-block;
        padding: 40px;
        margin: 50px 20px 50px 20px;
    }

    .balancePointBlogCnt p {
        font-size: 12px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        padding: 0px 0 10px 0;
        margin: 0;
    }

    .moreDetails {
        margin-top: 0;
    }

    .abtCntSolucc ul li {
        font-size: 12px;
    }

    .abtCnt {
        width: 100%;
    }

    .abtCnt p {
        padding-top: 0;
    }

    /* .mainMenu .container {
        max-width: 100%;
    } */
    .sliderTextCnt h1 {
        font-size: 16px;
        line-height: normal;
    }

    .sliderTextCnt p {
        font-size: 14px;
        margin: 0;
    }
    .videoTextCnt{
        padding: 15px;
    }
    .videoTextCnt h1{
        font-size: 16px;
        line-height: normal;
    }
    .videoTextCnt p {
        font-size: 14px;
        margin: 0;
        padding: 0 0 20px 0;
    }
    .videoTextCnt a{
        padding: 3px 0 3px 15px;
    font-size: 14px;
    border: 0;
    bottom: 0;
    }
    .videoTextCnt a:hover{
        padding: 3px 0 3px 15px;
    font-size: 14px;
    border: 0;
    bottom: 0;
    }
    .sliderTextCnt a.slideInRight {
        margin: 10px 0 0 0;
    font-size: 12px;
    padding: 13px 0 !important;
      }
    .sliderTextCnt::before {
        left: -185px;
        width: 430px;
        height: 208px;
      }
    .sliderTextCnt::after {
        width: 430px;
    height: 47px;
    left: -185px;
    }
    .sliderTextCnt{
        padding: 20px 0 0 0;
        margin: 30px 0 0 0;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1280px) {
    .videoTextCnt p{
        padding: 0px 0 15px 0;
        font-size: 14px;
        margin: 10px 0 30px 0;
    }
    .videoTextCnt{
        padding: 30px 70px 30px 100px;
    }
    .videoTextCnt{ 
        top: 20%;
    }
    .videoTextCnt h1{
        font-size: 18px;
        margin: 0;
        line-height: normal;
    }
    .videoTextCnt a{
        font-size: 14px;
        padding: 10px 70px 15px 100px;
        bottom: 0;
    }
    .videoTextCnt a:hover{
        font-size: 11px;
    }
    .balancePointBlogCnt {
        width: 90%;
    }
    .WebpastEvents::after{
        display: none;
    }
    .abtCntSolucc ul.launchUl {
        min-height: auto !important;
    }

    .bannerCnt {
        width: 400px;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 30px;
    }
    .sliderTextCnt h1 {
        font-size: 20px;
        line-height: normal;
    }

    .sliderTextCnt p {
        font-size: 14px;
    }

    .sliderTextCnt a.slideInRight {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .sliderTextCnt::before{
        left: -185px;
        width: 470px;
  height: 277px;
    }
    .sliderTextCnt::after {
        width: 470px;
  height: 62px;
  left: -185px;
    }
    /* .sliderTextCnt h1{
        font-size: 23px;
        line-height: normal;
    }
    .sliderTextCnt p{
        font-size: 14px;
    }
    .sliderTextCnt a.slideInRight{
        padding-left: 40px !important;
        font-size: 14px;
    }
    .sliderTextCnt{
        padding:10px;
        margin: 0 0 0 30px;
    } */
    .balancePointBlogCnt {
        border-radius: 56px;
        background: rgba(117, 91, 56, 0.90);
        width: 35%;
        display: inline-block;
        padding: 40px;
        margin: 50px 0 50px 50px;
    }

    .allCoaches_wen {
        width: 65%;
    }

}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .videoTextCnt p{
        padding: 0px 0 15px 0;
        font-size: 14px;
        margin: 10px 0 30px 0;
    }
    .videoTextCnt{
        padding: 15px 50px 15px 50px;
    }
    .videoTextCnt{
        top: 20%;
    }
    .videoTextCnt h1{
        font-size: 16px;
        margin: 0;
        line-height: normal;
    }
    .videoTextCnt a{
        font-size: 14px;
        padding: 10px 20px 15px 50px;
        bottom: 0;
    }
    .videoTextCnt a:hover{
        font-size: 11px;
    }
    .WebpastEvents::after{
        display: none;
    }
    .portfolio-filter button{
        margin: 10px auto;
        display: inline-block;
        font-size: 13px;
        padding: 8px 10px;        
    }
    .learningeventsRightDetails {
        width: 60%;
    }

    .balancePointBlogCnt {
        width: 90%;
    }

    .abtCntSolucc ul.launchUl {
        min-height: auto !important;
    }

    .allCoaches_wen {
        width: 80%;
    }

    .balancePointBlogCnt p {
        line-height: normal;
        margin: 0;
    }

    .mianHeading {
        font-size: 22px;
    }

    .mgProgramUnlock p {
        font-size: 20px;
        line-height: normal;
    }

    .mgProgramUnlock {
        width: 100%;
    }

    .learnCnt2 {
        width: 100%;
        padding: 20px 0 0px 20px;
    }

    .learnCnt2 h6 {
        font-size: 16px;
        padding: 0 0 0px 0;
    }

    .learnCnt2 ul li {
        font-size: 14px;
        line-height: normal;
        padding: 0 0 20px 10px;
    }

    .learnCnt ul li::before {
        left: -5px;
        padding: 0 0 0px 0;
    }

    .learnCnt ul li {
        font-size: 14px;
    }

    .abtCnt {
        width: 60%;
    }

    .content {
        margin: 0px 0 30px 0;
    }

    .joinMagnaBtn {
        width: 60%;
    }

    .p_coach {
        width: 100%;
        text-align: center;
        margin: 0 0 30px 0;
    }

    .mgProgramUnlock h3 {
        font-size: 20px;
    }

    .clientsCt .item {
        width: 100%;
    }

    .sliderTextCnt h1 {
        font-size: 20px;
        line-height: normal;
    }

    .sliderTextCnt p {
        font-size: 14px;
    }

    .sliderTextCnt a.slideInRight {
        margin: 10px 0 0 0;
        font-size: 14px;
    }

    .sliderTextCnt::before{
        left: -185px;
        width: 470px;
  height: 277px;
    }
    .sliderTextCnt::after {
        width: 470px;
  height: 62px;
  left: -185px;
    }
}
@media (max-width: 992px) {
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active{
    color: #B17B35;
}
.sticky-top {
top: 0 !important;
transition: .5s;
position: sticky !important;
width: 100%;
}
.navbar .navbar-nav .nav-link{
    color: #000000;
}
#bg-video{
    height: 100%;
    max-height: 100%;
    min-height: 100%;
}
}
@media only screen and (min-width: 681px) and (max-width: 992px) {
    .videoTextCnt p{
        padding: 0px 0 15px 0;
        font-size: 14px;
        margin: 10px 0 30px 0;
    }
    .videoTextCnt{
        padding: 15px 50px 15px 50px;
    }
    .videoTextCnt{
        top: 20%;
    }
    .videoTextCnt h1{
        font-size: 16px;
        margin: 0;
        line-height: normal;
    }
    .videoTextCnt a{
        font-size: 14px;
        padding: 10px 20px 15px 50px;
        bottom: 0;
    }
    .videoTextCnt a:hover{
        font-size: 11px;
    }
    .balancePointBlogCnt p {
        line-height: normal;
    }
    .WebpastEvents::after{
        display: none;
    }
    .lastEventBlog img {
        max-width: 100% !important;
    }

    /* .sliderTextCnt h1{
        font-size: 20px;
        line-height: normal;
    }
    .bannerCnt{
        width: 360px;
    }
    .sliderTextCnt p{
        font-size: 14px;
    }
    .sliderTextCnt a.slideInRight{
        padding-left: 40px !important;
        font-size: 14px;
    }
    .sliderTextCnt{
        padding:10px;
        margin: 0 0 0 30px;
    } */
    /* .mainMenu .container {
        max-width: 95%;
    } */

    .logo-2 {
        display: none;
    }

    .loginBtn {
        position: inherit;
    }

    .lastEventBlog {
        width: 320px;
        margin: 0 auto;
    }

    .lastEventBlog::after {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .sliderTextCnt h1 {
        font-size: 14px;
        line-height: normal;
    }

    .sliderTextCnt p {
        font-size: 12px;
        margin: 0;
    }

    .sliderTextCnt a.slideInRight {
        margin: 10px 0 0 0;
    font-size: 12px;
    padding: 8px 0 !important;
      }
    .sliderTextCnt::before {
        left: -185px;
    width: 380px;
    height: 170px;
      }
    .sliderTextCnt::after {
        width: 380px;
    height: 38px;
    left: -185px;
    }
    .sliderTextCnt{
        padding: 9px 0 0 0;
        margin: 30px 0 0 0;
    }
    .carousel-indicators{
        bottom: -12px;
    }
    .carousel-indicators [data-bs-target]{
        width: 10px;
  height: 10px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 680px) {
.videoTextCnt p{
    padding: 0px 0 15px 0;
    font-size: 12px;
    margin: 0 0 3px 0;
}
.videoTextCnt{
    padding: 8px 15px;
    top: 20px;
}
.videoTextCnt h1{
    font-size: 13px;
    margin: 0;
    line-height: normal;
}
.videoTextCnt a{
    font-size: 11px;
    padding: 3px 15px;
}
.videoTextCnt a:hover{
    font-size: 11px;
    padding: 3px 15px;
}
.WebpastEvents::after{
    display: none;
}
.test_M_arrow {
    width: 12px;
    }
.learningeventsRightDetails {
    margin: 20px 0 0 0px;
    width: 100%;
}

.lastEventBlog {
    width: 100%;
    margin: 0 auto;        
}
.upcomingEventBlog{
    width: 100%;
    margin: 10px 0 0 0;
}
.testimonial-carousel .owl-nav .owl-next {
    right: -8px !important;
    }
    .testimonial-carousel .owl-nav .owl-prev {
    left: -22px !important;
    }
.logo-2 {
    display: none;
}

.loginBtn {
    position: inherit;
}

.bannerCnt {
    width: 100%;
}

/* .sliderTextCnt {
    padding: 10px;
    width: 100%;
    text-align: left;
    margin: 0 0 0 0px;
}

.sliderTextCnt h1 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 0 0px !important;
}

.sliderTextCnt a.slideInRight {
    font-size: 12px;
    padding-left: 10px !important;
}

.sliderTextCnt p {
    font-size: 12px;
    margin: 0 0 0 0px !important;
} */

#header-carousel .carousel-item {
    min-height: 230px !important;
}

.carousel-caption {
    top: -50px;
}
}
@media only screen and (min-width: 320px) and (max-width: 365px) {
.videoTextCnt h1{
    font-size: 12px;
}
.videoTextCnt {
    top: 5px;
    padding: 8px 10px;
}
.videoTextCnt p{
    font-size: 11px;
}
.videoTextCnt a{
    font-size: 11px;
    padding: 3px 10px;
}
.videoTextCnt a:hover{
    font-size: 11px;
    padding: 3px 10px;
}
}
.error {
    color: red;
    margin: 0 0px 10px 0px;
}

.done-btn {
    background: #389c6a !important;
    border: 1px solid #389c6a !important;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 13px;
    width: 120px;
    color: white;
}

.captacha_new{
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .g-recaptcha {
    margin: 20px auto 0 auto;
    width: 120px;
    display: table;
  }
  .privacyCnt h4{
    color: #432b17;
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 10px 0 15px 0;
    margin: 0;
    border-bottom: 1px solid #b1803e;
  }