/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700,700|Source+Sans+Pro:400,600");

body {
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

p {
  font-family: "Roboto", sans-serif;
  color: #0101010;
  font-size: 18px;
  line-height: 1.65;
  padding-top: 15px;
  padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #0c6700;
}

.btn-main {
      background: #000;
    border: 1px solid #212529;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 20px;
    border-radius: 5px;
    transition: background-color 0.5s ease-out 10ms;
    margin-left: 10px;
}
.btn-main:hover {
  color: #fff;
  background: #00000080;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 10px;
}
.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #0c6700;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}
@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
}

.ani{
  animation: slideInUp 2s ease-in-out;
}

.title {
  overflow: hidden;
}

.pad{
    Padding:20px;
}

.title h1 {
  font-weight: 400;
  font-size: 80px;
  color: #232323;
 
}

.title h2 {
  font-weight: 400;
  font-size: 60px;
  color: #232323;
 
}

.title .color-white{
  color:#ffffff!important;
}

.title .color-white span{
  font-weight: 700;
  color: #ffffff;
}

.title span {
    font-weight: 700;
    color: #0c6700;
}

.title p {
  color: #848484;
  margin: 0 auto;
}
.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background-color: #d9d9d9;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}
.header-bradcrumb a:hover {
  color: #0c6700;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}
.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}
.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}
.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #0c6700;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}
.single-page-header:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/

     .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }


@media (min-width: 991px) {
        .logo-white {
          height: 50px;
        }
      }

  .logo-white{
    height: 80px;
  }




.hero-area {
    background-image: url(../assets/louis-banner.jpg);
    background-size: cover;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-area:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.63);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-area .block {
  color: #fff;
}
.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}
.hero-area .block .btn-main {
  margin-right: 8px;
}
.hero-area .block .btn-main:hover {
  opacity: 0.8;
}

.hero-area-video {
    height: 72vh;
    position: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.hero-area-video video{
    position: absolute;
    object-fit: cover;
}

.hero-area-video .block {
  color: #000;
  text-align: center;
}

.hero-area-video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .hero-area-video {
   height: 26vh;
   margin-top: 7vh;
  }
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .slider-item h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 480px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}
.hero-slider .prevArrow {
  left: -100px;
}
.hero-slider .nextArrow {
  right: -100px;
}
@media (max-width: 768px) {
  .hero-slider .prevArrow,
.hero-slider .nextArrow {
    display: none !important;
  }
}
.hero-slider:hover .prevArrow {
  left: 20px;
}
.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}
.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}
.slick-arrow:focus {
  outline: 0;
}
.slick-arrow:hover {
  background: #0c6700;
}

.prevArrow {
  left: 0px;
}
.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}
.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}
.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}
.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}
.about .btn-about {
  background: #0c6700;
}
.about h4 {
  margin-top: 30px;
}
.about .feature-list {
  margin-top: 10px;
}
.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about .feature-list li {
    width: auto;
    margin-right: 20px;
  }
}
.about .feature-list li i {
  color: #0c6700;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #F7F7F7;
}
.about-2 .checklist {
  padding-left: 30px;
}
.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}
.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../assets/bg-signup.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.call-to-action h2 {
  line-height: 1.5;
}
.call-to-action p {
  color: #fff;
}
.call-to-action .btn-main {
  margin-top: 20px;
}

.mob-pad{
    margin-right: -120px;
    margin-left: -120px;
}

@media (max-width: 768px) {
  .mob-pad{
    margin-right: -15px;
    margin-left: -15px;
}
}



/*=================================================================
  Glimps Video section
==================================================================*/
.video {
    border-radius: 15px;
    height: 600px;
    width: 350px!important;
    padding: 15px;
    background-color: #fff;
}


/*=================================================================
  Coach section
==================================================================*/
.coach-wrap{
  margin-top: 30px;
}

.coach{
border: 1px solid #c1c1c1;
    padding: 20px;
    margin-left: -150px;
    margin-top: 180px;
    background-color: #fff;
    max-width: fit-content;

}

.coach h3{
  font-size: 48px;
  font-weight: 400;
}

.coach p{
  font-size: 25px;
    padding: 0px;
    font-family: 'Oswald';
    color: #000;
 
}

@media (max-width: 768px) {
  .coach{
    margin-left: 10px;
    margin-top: -60px;


}
}


/*=================================================================
  Start Today section
==================================================================*/
.start-today{
  margin-top: 20px;
  margin-bottom: 20px;

}

.list{
  font-size: 20px;
  line-height: 30px;

}

.start-bg{
  padding: 100px 0;
    background: url(../assets/bg-start.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}



/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}
.call-to-action-2 h2 {
  line-height: 1.5;
}
.call-to-action-2 p {
  color: #fff;
}
.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #0c6700;
}
.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #0c6700;
  color: #fff;
  border-radius: 0;
}
.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}
.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}
.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}
.social-icon ul li a:hover {
  background: #0c6700;
  color: #fff;
  border: 1px solid #0c6700;
}
.social-icon ul li a:hover i {
  color: #fff;
}
.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.google-map {
  position: relative;
}
.google-map .map_canvas {
  height: 400px;
  color: white;
}




/*=================================================================
  Item counter section
==================================================================*/

.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}
.counters-item.kill-border:before {
  background: none;
}
.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}
.counters-item > div {
  margin: 6px 0;
}
.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}
.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #0c6700;
}
.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  padding-bottom: 70px;
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.pricing-table .title p {
  color: #fff;
}
.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pricing-table .container {
  position: relative;
  z-index: 999;
}
.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 30px;
}
.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}
.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}
.pricing-table .pricing-item li i {
  margin-right: 6px;
}
.pricing-table .price-title {
  padding: 30px 0 20px;
}
.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}
.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}
.pricing-table .price-title .value {
  color: #0c6700;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}
.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #0c6700;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}
.portfolio-filter button.active {
  background: #0c6700;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}
.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;
  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: #0c6700;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}
.services .service-block.color-bg {
  background: #0c6700;
  color: #fff;
}
.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}
.services .service-block .service-icon {
  margin-bottom: 30px;
}
.services .service-block i {
  font-size: 75px;
  color: #0c6700;
}
.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}
.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}
.service-2 .service-item:hover i {
  background: #fff;
  color: #0c6700;
}
.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #0c6700 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}
.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}
.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}
.team-skills .progress-block .progress .progress-bar {
  background: #0c6700;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}
.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}
.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}
.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}
.development-steps .step-1 {
  background-color: #f2f6f8;
}
.development-steps .step-1 h4 {
  color: #212121;
}
.development-steps .step-1 p {
  color: #838383;
}
.development-steps .step-2 {
  background-color: #0c6700;
}
.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}
.development-steps .step-3 {
  background: #198dbf;
}
.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}
.development-steps .step-4 {
  background: #167da9;
}
.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
==================================================================*/
.team {
  padding: 100px 0;
  padding-bottom: 70px;
  background: #F6F6F6;
}
.team .team-member {
  background: #fff;
  margin-bottom: 30px;
}
.team .team-member .member-content {
  padding: 25px 0;
}
.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}
.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}
.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}
.team .member-photo {
  overflow: hidden;
  position: relative;
}
.team .member-photo:hover img {
  transform: scale(1.1);
}
.team .member-photo img {
  transition: all 0.6s ease 0s;
}
.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}
.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}
.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}
.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #0c6700;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}
.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 145px;
  background-color: rgb(255, 255, 255);
}
.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}
.testimonial .item .client-details {
  padding-bottom: 30px;
}
.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}
.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 60px;
  padding-top: 80px;
  background: #F6F6F6;
}

.posts {
  padding-bottom: 40px;
}

.post-item {
  background: #fff;
  margin-bottom: 30px;
}
.post-item .content {
  padding: 20px;
}
.post-item .content h3 a {
  color: #000;
}
.post-item .content p {
  color: #757575;
  margin: 10px 0;
}
.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}
.post-content ul li {
  color: #aaa;
}
.post-content ul li a {
  color: #aaa;
}
.post-content p {
  margin-bottom: 30px;
}
.post-content blockquote {
  border-left: 2px solid #0c6700;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: rgb(238, 238, 238);
}
.post-content-share {
  margin-bottom: 100px;
}
.post-content-share li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: 0.3s ease;
  margin-right: 10px;
  color: #000;
  display: inline-block;
}
.post-content-share li a:hover {
  background: #0c6700;
  border-color: #0c6700;
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}
.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.comment-list-item:last-child {
  border: 0;
}
.comment-list-item-image {
  margin-right: 20px;
}
.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}
.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}
.comment-list-item-content p {
  margin-bottom: 5px;
}
.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}
@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
    margin-top: 15px;
    display: inline-block;
  }
}
.comment-list-item .comment-btn:hover {
  background: #0c6700;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}
.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}
.comment-form textarea.form-control {
  height: 200px !important;
}
.comment-form .btn-primary {
  background: #0c6700;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}
.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.widget-search {
  position: relative;
}
.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}
.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #0c6700;
  border: 0;
}
.widget-search-btn i {
  color: #fff;
}
.widget-categories-list {
  padding-left: 0px;
}
.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}
.widget-categories-list li:last-child {
  border: 0;
}
.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: 0.3s ease;
}
.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}
.widget-categories-list li a:hover {
  background: #0c6700;
  color: #fff;
  padding-left: 20px;
}
.widget-post-list {
  padding-left: 0;
}
.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}
.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}
.widget-post-image img {
  height: 90px;
  width: auto;
}
.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  color: #000;
}
.widget-post-content h5:hover {
  color: #0c6700;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}
.post-meta a {
  color: #0c6700;
}
.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}
.post-meta > span:last-child {
  border-right: 0;
}
.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #0c6700;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #0c6700;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #0c6700;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #0c6700;
}
.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer p {
  font-size: 13px;
  line-height: 25px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}
.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}
.top-footer li a:hover {
  color: #0c6700;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}
.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #0c6700;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}
.page-404 h1 {
  font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}
@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}
/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}
/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li,
.social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
}
/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}




.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }




  .program{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f2f2f2;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .program-block{
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #0c6700;
    border-bottom: 1px solid rgba(0,0,0,.125);
  }

  .program-body{
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    background-color: #fff;
        min-height: 172px;
  }

  .team-wrp .program-body {
    min-height: 215px;
    position: relative;
}

.team-wrp .program-body .program-foot {
    position: absolute;
    bottom: 15px;
}

  .program .fixed{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }

.program .program-block {
    height: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
}






/*Challenge/Practice Page*/

section .nav-pills .nav-link.active{
    color: #fff;
    background-color: #0c6700;
    width: 160px;
    text-align: center;
    border-radius: 6px!important;
    padding: 10px 25px;
    margin-left: 10px;
    margin-right: 10px;
    }

section .nav-pills .nav-link.nonactive{
    color: #fff;
    background-color: #000000;
    width: 160px;
    text-align: center;
    border-radius: 6px!important;
    padding: 10px 25px;
    margin-left: 10px;
    margin-right: 10px;
    }

.bt{
    border-top: 1px solid #0c6700;
}

.hero-area-challenge {
    background-image: url(../assets/practice-club.jpg);
    background-size: cover;
    height: 90vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-area-challenge:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.63);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .hero-area-challenge {
   height: 45vh;
  }

.hero-area {
   height: 45vh;
  }

.title h1{
  font-size: 60px;
}

}

/*Login/register*/

.hero-area-login {
padding: 60px 0;
    background: url(../assets/login-reg.jpg);
    background-size: cover;
    background-position: center;
}

.hero-area-login .block {
  position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    padding: 15px;
    
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control {
    position: relative;
    min-height: 1.5rem;
}

.btn-form{
  border-bottom: 0;
  border-radius: 0.35rem 0.35rem 0 0;
  color:#0d6efd;
}

.btn-form checked{
  border: 1px solid!important;
  border-color: #d2d2d2!important;
  border-bottom: 0!important;
  border-radius: 0.35rem 0.35rem 0 0!important;
  color:#000000;
}

.btn-form:hover{
  border-color: 1px solid #d1d1d1!important;
  border-bottom: 0;
  border-radius: 0.35rem 0.35rem 0 0;
  color: #000000;
}


/*Booking page*/
.appointment {
  background-color: #eeeeee;
    border: 1px solid #0c6700;
    border-radius: 5px;
    padding: 15px;
}

.appointment .block{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
}

.appointment .block h5{
  color: #313131;
}

.appointment .block input[type=radio] {
            accent-color: #0c6700;
            width: 20px;
            height: 15px;
        }


@media (max-width: 768px) {
  .appointment .block h5{
   font-size: 1rem;
  }
}

.payment{
  background-color: #19875430;
    border: 1px solid #0c6700;
    border-radius: 5px;
    padding: 15px;
}


/*ATHLETE DASHBOARD*/
.desktop-hide{
  display: none;
}


@media (max-width: 768px) {
  .desktop-hide{
  display: block;
}
}


.feather {
  width: 16px;
  height: 16px;
}

/*
 * Sidebar
 */

.sidebar {
  /*position: fixed;*/
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 2rem;
  }
}

/*.sidebar-sticky {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
}*/

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover {
  color: #2470dc;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}



/*Profile Area*/

.hero-profile {
    background-image: url(../assets/golf-field.png);
    background-size: cover;
    background-position: center;
    /*height: 100vh;*/
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8%;

    }

.hero-profile img{

}

/*.hero-profile:before {
  content: "";
  /*background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}*/
.hero-profile .block {
  color: #fff;
}
.hero-profile .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
}
.hero-profile .block p {
  color: #fff;
  width: 85%;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
  margin-bottom: 0px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  font-size: 14px!important;
}

.hero-profile .block span{
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
  color: #ffffff;
}

.hero-profile .border-profile{
  border-left:1px solid #ffffff;
}

.hero-profile .block .btn-main {
  margin-right: 8px;
}
.hero-profile .block .btn-main:hover {
  opacity: 0.8;
}


.profile-details{
  background-color: #747473;
  color: #ffffff;
}

.profile-details .block p {
  color: #fff;
  width: 85%;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
  margin-bottom: 0px!important;
    padding-top: 5px!important;
  padding-bottom: 5px!important;
  font-size: 14px!important;
}

.profile-details .block span{
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
}

.profile-details .border-profile{
  border-left:1px solid #ffffff;
}

.btn-social {
  padding: 10px 30px 10px 30px;
    margin-top: 10px;
    font-weight: 700;
}


.profile-academics{
  background-color: #424141;
  color: #ffffff;
}

.profile-academics h3{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
}

.profile-academics .block p {
  color: #fff;
  width: 85%;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
  margin-bottom: 0px!important;
    padding-top: 5px!important;
  padding-bottom: 5px!important;
  font-size: 14px!important;
}

.profile-academics .block span{
  font-size: 20px;
  font-weight: 700;
  text-shadow: 1px 2px 2px #0000008c;
  padding-left: 5px;
}

.profile-academics .border-profile{
  border-left:1px solid #ffffff;
}

.profile-but {
    background-image: linear-gradient(white, #e5e5e5)!important;
    height: auto;
    width: 25%;
    font-size: 20px;
    font-weight: 600;
    color: #000000!important;
    border: 1px solid #d6d6d6!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    padding: 40px 0px;
}
.profile-but.active{
    background-image: linear-gradient(white, #e5e5e5)!important;
    height: auto;
    width: 25%;
    font-size: 20px;
    font-weight: 600;
    color: #0c6700!important;
    border: 1px solid #d6d6d6!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    padding: 40px 0px;
 
}
.profile-buttons:hover {
    background-image: linear-gradient(white, #0c67004a)!important;
    transition: opacity 0.15s linear;
}

.bio-detail p{
  line-height: 32px!important;
}

.bio-detail img{
  width: 100%;
}

.bio-detail span{
  font-size: 16px;
  font-weight: 200;
  color: #0c6700;
  line-height: 25px!important;
}

.bio-detail-content p{
  font-size: 22px;
  padding-left: 20px;
}

.bio-detail-content strong{
  font-size: 16px;
}

.green-color{
  color:#0c6700;
}

.ref-hr{
  width: 100%;
  height: 1px;
  border-top: 1px solid #d3d3d3;
}

.video-brd{
  border-radius: 15px;
}

.col-bg{
  background-color: #256309cc;
  /*padding: 0px 45px;*/
  /*width: 50%;*/
}

.col-bg-2{
  background-color: #194506;
  box-shadow: 0px 2px 2px 1px #0000008c;
}

.col-bg-2-pad {
  padding: 30px 0px;
}
.block ul{
  padding-left: 20px;
}




@media (max-width: 768px) {
  .profile-academics .border-profile{
  border-left:0;
}
.profile-details .border-profile{
  border-left:0;
}

.hero-profile img{
  display: none;
}

.hero-profile .border-profile{
  border-left:0;
}

.hero-profile .block p{
  margin-top: 15px;
}
.profile-details .block p{
  margin-top: 15px;
}

.profile-details .block span{
  font-size: 20px;
}

.profile-academics .block span{
  font-size: 20px;
}

.profile-academics .block p{
  margin-top: 15px;
}
.profile-academics h3{
  margin-top: 25px;
  margin-bottom: 0px;
}
.btn-social {
    margin-top: 20px;
    margin-left: 20px;
}
.profile-academics {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.profile-but {
    padding: 4px;
    font-size: 12px;
}
.profile-but.active {
    padding: 4px;
    font-size: 12px;
}

.bio-detail-content p {
    font-size: 18px;
    padding-left: 0px;
    padding-top: 30px;
}
.col-bg{
  background-color: #256309cc;
  /*padding: 0px 45px;*/
  width: 100%!important;
}

}


/*Profile Area Ends*/


/* Css add by Sanjay */

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0;
    border-radius: 0;
    border: none;
    border-top: 4px solid #010101;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    border-bottom: 1px solid #0c6700;
    font-size: 14px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-divider {
    display: none;
}

ul.navbar-nav .nav-link {
    *font-weight: 500;
    *color: #010101;
}

ul.navbar-nav .nav-link.active {
    *color: #0c6700;
}

ul.navbar-nav .nav-link.btn-main {
    *border-radius: 42px;
    *color: #fff;
}

ul.navbar-nav .nav-link.btn-main:hover {
    *background: #0c6700;
    *color: #fff;
}

section.hero-area-challenge {
    height: 50vh;
    background-size: cover!important;
    background-position: center!important;
}

.hero-area-challenge:before {
    background: rgba(0, 0, 0, 0.5);}

.hero-area-challenge .container{position: relative;}

section .nav-pills{justify-content: center;}
section .nav-tabs{margin: 0; border: none;}
section .nav-pills .nav-link, section .nav-pills .nav-link.nonactive, section .nav-tabs .nav-link{border: 1px solid #000;
    background: #fff;
    border-radius: 42px;
    color: #010101;
    font-weight: 600;
    letter-spacing: 1px; min-width: 105px; padding: 10px; font-size: 14px; margin: 0 1px; text-transform: uppercase;}
section.userprofile-wrp .nav-tabs .nav-link{border-radius: 42px!important;}
section .nav-pills .nav-link.active, section .nav-tabs .nav-link.active{border: 1px solid #0c6700!important; width: auto;
    background: #0c6700!important;
    color: #fff!important;}
section .nav-tabs .nav-link, section .nav-tabs .nav-link.active{width: 24%;}

.bio-detail img {
    background: #010101;
    border-radius: 6px;
}

.bio-detail p {
    line-height: 32px!important;
    padding: 0;
}

.bio-detail {
    border: 1px solid #c0e1bb;
    border-radius: 6px;
    overflow: hidden;
    padding-top: 12px;
}

.program-body ul {
    list-style: disc!important;
    padding-left: 20px!important;
    margin-bottom: 15px!important;
}

.container.bt{border: none;}

.tab-content h2{font-weight: 700;}

.content_in .title h2 {
    font-weight: 400;
    font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
}

section .program {
    padding: 0;
    border: none;
    box-shadow: 0 10px 31px 0 rgb(12 103 0 / 20%);
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

section .program .video{height: 100%; width: 100%;}
.text-success{color: #0c6700!important;}
.bg-success{background: #0c6700!important;}

.program .status-wrapper {
  width: 100%;
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 6px;
    display: flex;
    justify-content: space-between;
}

.program .status-wrapper .btn {
    padding: 3px 8px 1px;
    font-size: 11px;
    letter-spacing: .5px;
    margin-left: 6px;
    background: #0c6700;
    color: #fff;
    border: none;
    font-weight: 500;
}

.program p, .program-content p, .program-body ul li{
    color: #4a4a4a;
    margin: 0 auto;
    font-size: 14px;
}

.program .program-body p {
    max-height: 68px;
    overflow: hidden;
    padding: 0;
    margin: 15px 0;
}

.btn-primary{background: #000!important;}

.select-lavel-title select {
    background: #0c6700;
    color: #fff;
    padding: 0 20px 4px;
    border-radius: 6px;
    font-size: 20px;
}

.lavel-question{background: #eeeeee; padding: 15px; border-radius: 6px;}

.shot-card {
    background: #010101;
    padding: 12px 15px;
    color: #fff;
    border-radius: 6px;
    position: relative;
}

.shot-card .shot-complete{
    background: #010101;
    padding: 12px 20px;
    color: #fff;
    border-radius: 6px;
}

.shot-card:before, .shot-card.shot-incomplete:before {
        font-family: FontAwesome;
    content: "\f00d";
    position: absolute;
    right: 10px;
    background: #c00;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    border-radius: 22px;
    border: 1px solid #fff;
    top: 15px;

}

.shot-card.shot-incomplete{cursor: pointer;}

.shot-card.shot-complete{background: #0c6700;}
.shot-card.shot-complete:before {
    font-family: FontAwesome;
    content: "\f00c";
    background: #0c6700;
}

ul.lavel-list { 
    background: white;
    list-style: none;
    height: 42px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: black;
    border: 1px solid black;
    width: 160px;
    border-radius: 50px;
    position: relative;
}
ul.lavel-list:after {
    font-family: FontAwesome;
    content: "\f0dd";
    position: absolute;
    right: 20px;
    font-size: 18px;
    top: 8px;
}
ul.lavel-list li { 
      padding: 12px 20px;
      z-index: 2;
      cursor: pointer;
    font-weight: 400;
}
ul.lavel-list li:not(.init) { 
    float: left;
    padding: 12px 20px;
    width: 100%;
    display: none;
    background: #000;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #333;
}
ul.lavel-list li:not(.init):hover, ul.lavel-list li.selected:not(.init) { background: #0c6700; color: #fff;}
.lavel-list li.init { cursor: pointer; }

.shots-wrp {
    box-shadow: 4px 4px 20px rgb(0 0 0 / 30%);
    padding: 20px 20px 0px 20px;
    background: #c8dbc6;
    border-radius: 6px;
}

.shotnmbr-panel {
    max-height: 290px;
    overflow-x: hidden;
    padding-right: 15px;
}

.program-content {
    max-height: 580px;
    overflow-x: hidden;
    padding-right: 15px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0c6700; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #010101; 
}

.accordion-button:not(.collapsed) {
    color: #0c6700;
    background-color: #c8dbc6;}

.accordion-button {
   background: #333;
    color: #fff;}

.accordion-button:focus {
    border-color: #89ef7f;}

.level-complete .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #0c6700;}

.accordion-button::after{font-family: FontAwesome;
    content: "\f107"; background: none!important; font-size: 22px;}

.profile-details {
    background-color: #010101;}

.profile-academics {
    background-color: #0c6700;}

.col-bg {
    background-color: rgb(1 1 1 / 80%);}

.hero-profile{padding-top: 4%;}

.bio-detail-content p{font-size: 16px; color: #010101; padding-left: 0; padding-top: 0;}
.bio-detail-content p strong{font-size: 18px;}

.tab-content .table tr th, .tab-content .table tr td {
    font-weight: 400;
    font-size: 14px;
}

.form-floating, .form-floating select {
    *background: #010101;
    *color: #fff;
    *border-radius: 6px;
}

.form-floating select {min-width: 150px;}

.form-floating label {
    font-size: 18px;
    color: #0c6700;
}

.right-sticky{
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sidebar .nav-link{color: #fff;}
.sidebar .nav-link .bi{margin-right: 5px;}
.sidebar .nav-link.active, .sidebar .nav-link:hover{background: #010101; color: #fff;}

.tick{
  position: relative;
  top: 0.5vh;
}
.main{
  background-color: #f2f2f2;
  margin: auto;
  position: relative;
  padding: 30px;
}
.picture img{
  height: 150px;
  width: 150px;
  border-radius: 150px;
}
.add{
  background-color: #43a047;
  position: relative;
  top: 3vw;
  right: 2vw;
}
.name{
  font-size: 20px;
}
.details p, .account-right p{
    position: relative;
    font-size: 16px;
    color: #010101;
    padding: 0;
}
.details p i{
    width: 18px;
}
.name i{
  color: blue;
}

.video-brd {
    border-radius: 6px;
    height: 245px;
}

.dashcard{background: #e0ebde;border-radius: 6px; overflow: hidden;}
.pro-com h2 {
    font-size: 100px;
    color: #f23845;
    text-align: center;
}

.small{font-size: 80%!important;}

.program-view.bg-white {
    background: #010101 !important;
    padding: 10px;
    min-height: 260px;
}

.cp-wrp .program-view.bg-white {
    background: transparent !important;
    padding: 0px;
    min-height: auto;
}

.team-wrp .program-view img {
    max-height: 240px;
    width: auto;
    border-radius: 6px;
}

.about-area {
    position: relative;
    overflow: hidden
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .about-area {
        margin:80px 0
    }
}

.about-area:before {
    position: absolute;
    content: "";
    left: -300px;
    top: 50%;
    height: 634px;
    width: 634px;
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%,rgba(194,255,84,0.2) 0%,rgba(163,177,138,0) 100%)
}

.about-left .title {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .about-left {
        margin-bottom:50px
    }
}

.about-left>p {
    font-size: 16px;
    color: #010101;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .about-left>p {
        font-size:14px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .about-left>p {
        font-size:14px;
        line-height: 26px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .about-left>p {
        font-size:16px;
        line-height: 28px
    }
}

.about-left .special-message {
    position: relative;
    background: #fff;
    box-shadow: 0 0 50px rgba(10,42,67,.05);
    padding: 25px 30px;
    margin: 20px 0
}

@media(max-width: 767px) {
    .about-left .special-message {
        padding:25px
    }
}

.about-left .special-message:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 70%;
    width: 5px;
    background: #344e41;
    border-radius: 0 5px 5px 0;
    transform: translateY(-50%)
}

.about-left .special-message p {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .about-left .special-message p {
        font-size:14px;
        line-height: 28px
    }
}

@media(max-width: 767px) {
    .about-left .special-message p {
        font-size:14px;
        line-height: 26px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .about-left .special-message p {
        font-size:16px;
        line-height: 28px
    }
}

.about-left .special-message h6 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: .02em;
    color: #898989;
    margin: 0
}

.about-left .special-message .lqt i {
    color: #e7e7e7;
    font-size: 20px
}

.about-left .special-message .rqt {
    text-align: right
}

.about-left .special-message .rqt i {
    color: #e7e7e7;
    font-size: 20px
}

.about-right {
    position: relative
}

.right-top {
    position: relative
}

.right-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #172530;
    opacity: .4
}

.right-top img {
    width: 100%
}

.right-top .shape {
    position: absolute;
    right: -130px;
    top: -30px;
    z-index: -1
}

@media only screen and (min-width: 1400px) and (max-width:1799px) {
    .about-right .right-top .shape {
        right:-8%
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .about-right .right-top .shape {
        right:-40px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .about-right .right-top .shape {
        display:none
    }
}

.about-right .right-video-play {
    position: absolute;
    right: -250px;
    bottom: 70px
}

@media only screen and (min-width: 1400px) and (max-width:1799px) {
    .about-right .right-video-play {
        right:-8%
    }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .about-right .right-video-play {
        right:-40px;
        bottom: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .about-right .right-video-play {
        right:-28px;
        bottom: 28px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .about-right .right-video-play {
        right:auto;
        left: 0;
        bottom: 0
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .about-right .right-video-play>img {
        max-height:220px
    }
}

@media(max-width: 767px) {
    .about-right .right-video-play>img {
        max-height:150px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .about-right .right-video-play>img {
        max-height:250px
    }
}

.about-right .right-video-play:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #172530;
    opacity: .4;
}

.about-right .right-play-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.about-right .right-play-inner a {
    display: inline-block;
    height: 50px;
    width: 50px;
    background-color: #344e41;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    color: #fff
}

.about-area.two {
    position: relative
}

.about-area.two .title.two {
    margin-bottom: 20px
}

.about-left.two {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    width: 49%
}

@media only screen and (min-width: 1400px) and (max-width:1799px),only screen and (min-width:1200px) and (max-width:1399px) {
    .about-left.two {
        top:0
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .about-left.two {
        position:static;
        margin-bottom: 50px;
        width: 100%
    }
}

.about-left.two img {
    width: 100%;
    height: 100%
}

.about-right.two p {
    margin: 0
}

@media(max-width: 767px) {
    .about-right.two p {
        font-size:14px
    }
}

.about-right.two .cmn-btn.two {
    margin-top: 50px
}

.about-content-inner {
    display: flex;
    margin-top: 20px
}

@media(max-width: 767px) {
    .about-content-inner {
        display:block
    }
}

.inner-left h3 {
    font-weight: 700;
    font-size: 23px;
    letter-spacing: .03em;
    color: #0f1d28;
    margin-bottom: 20px
}

.inner-left p {
    font-size: 16px
}

.feature-area {
    position: relative;
    padding: 50px 0;
    background-image: url(../assets/feature-bg.png);
    background-size: cover;
    background-position: center center;
    z-index: 1
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .feature-area {
        padding:40px 0
    }
}

.feature-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #172530;
    opacity: .65;
    z-index: -1
}

.single-feature {
    position: relative;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: linear-gradient(180deg,rgba(255,255,255,0.2),rgba(255,255,255,0));
    border-left: 1px solid rgba(23,179,132,.25);
    border-bottom: 1px solid rgba(23,179,132,.25);
    transition: all .45s ease-out 0s
}

.single-feature:hover img {
    transform: rotate(360deg)
}

.single-feature:before {
    position: absolute;
    content: "";
    right: -40px;
    top: -40px;
    background: radial-gradient(50% 50% at 50% 50%,rgba(194,255,84,0.2) 0%,rgba(163,177,138,0) 100%);
    height: 188px;
    width: 188px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .single-feature:before {
        right:-25px
    }
}

@media(max-width: 767px) {
    .single-feature:before {
        right:0
    }
}

.single-feature span {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #fff;
    line-height: 1
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .single-feature span {
        font-size:36px
    }
}

.single-feature b {
    color: #fff;
    line-height: 1;
    font-size: 25px;
    font-weight: 500
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .single-feature b {
        font-size:20px
    }
}

.single-feature .icon {
    text-align: center;
    height: 90px;
    width: 90px;
    line-height: 90px;
    background-color: #fff;
    box-shadow: inset 0 0 15px rgba(6,6,6,.1);
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-feature .icon {
        height:80px;
        width: 80px;
        line-height: 80px
    }
}

.single-feature .icon i img {
    max-height: 50px;
    transition: all 1s ease-out 0s
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-feature .icon i img {
        max-height:40px
    }
}

.single-feature:hover {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff
}

.single-feature:hover .icon {
    background-color: #a3b18a
}

.about-left>p, .field-points{
    font-size: 16px;
    color: #010101;
    line-height: 1.65;
}

.field-review {
    position: relative;
    overflow: hidden;
}

.field-review:before {
    position: absolute;
    content: "";
    left: -300px;
    top: 50%;
    height: 634px;
    width: 634px;
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%,rgba(194,255,84,0.2) 0%,rgba(163,177,138,0) 100%);
}

.reviewer .reviewer-img {
    position: relative;
    border-radius: 14px;
    padding-right: 15px;
}

.reviewer .reviewer-img:before {
  position: absolute;
  content: "";
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 15px solid #344e41;
  border-bottom: 15px solid transparent;
}

.reviewer .reviewer-img img {
    border-radius: 12px;
    width: 100%;
    padding: 5px;
    background: #344e41;
}

.reviewer .reviewer-content {
    position: relative;
    background-image: url(../assets/testimonial-content-bg.png);
    background-size: cover;
    background-position: center center;
}

.reviewer .reviewer-content p {
    padding: 0;
    margin-bottom: 35px;
}

.reviewer .reviewer-content h4 {
    font-weight: 700;
    font-size: 25px;
    letter-spacing: .03em;
    color: #0f1d28;
    line-height: 1;
    margin-bottom: 10px;
}

.reviewer .reviewer-content span {
    font-size: 17px;
    letter-spacing: .03em;
    color: #0c6700;
}

.reviewer .stars {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.stars a {
    font-size: 12px;
    margin: 0 2px;
    color: #ffc107;
    display: inline-block;
}

.right-top:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    height: 25%;
    width: 25%;
    background: #317e27;
    z-index: -1;
    opacity: 1;
}

.right-top:after {
    position: absolute;
    content: "";
    right: -10px;
    bottom: -10px;
    height: 25%;
    width: 25%;
    background: #010101;
    z-index: -1;
    opacity: 1;
}

.history-timeline {
    position: relative
}

.history-timeline:before {
    position: absolute;
    content: "";
    left: 50%;
    height: 90%;
    width: 6px;
    background: #212121;
    border-radius: 20px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .history-timeline:before {
        display:none
    }
}

.single-history {
    position: relative;
    overflow: hidden;
    padding: 5px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-history {
        margin-bottom:30px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-history:last-child {
        margin-bottom:0
    }
}

.single-history span {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    color: #344e41
}

@media(max-width: 767px) {
    .single-history span {
        position:static;
        font-size: 26px;
        transform: none;
        text-align: center;
        display: block;
        margin-bottom: 30px;
        line-height: 1
    }
}

.single-history:nth-child(odd) {
    text-align: right
}

.single-history:nth-child(odd) span {
    left: 35%
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-history:nth-child(odd) span {
        left:0
    }
}

.single-history:nth-child(2n+1) .hisoty-inner {
    text-align: right;
    display: inline-block;
    width: 470px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .single-history:nth-child(2n+1) .hisoty-inner {
        width:400px
    }
}

@media(max-width: 767px) {
    .single-history:nth-child(2n+1) .hisoty-inner {
        width:auto
    }
}

.single-history:nth-child(2n+1) .hisoty-inner:before {
    position: absolute;
    content: "";
    width: 180px;
    opacity: .2;
    border: 3px solid #344e41;
    left: -180px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .single-history:nth-child(2n+1) .hisoty-inner:before {
        width: 85px;
        left: -85px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-history:nth-child(2n+1) .hisoty-inner:before {
        width:70px;
        left: -70px
    }
}

.single-history:nth-child(2n) {
    text-align: left
}

.single-history:nth-child(2n) span {
    right: 35%
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .single-history:nth-child(2n) span {
        right:0
    }
}

.single-history:nth-child(even) .hisoty-inner {
    text-align: left;
    display: inline-block;
    width: 470px
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px) {
    .single-history:nth-child(even) .hisoty-inner {
        width:400px
    }
}

@media(max-width: 767px) {
    .single-history:nth-child(even) .hisoty-inner {
        width:auto
    }
}

.single-history:nth-child(even) .hisoty-inner:before {
    position: absolute;
    content: "";
    width: 180px;
    opacity: .2;
    border: 3px solid #344e41;
    right: -180px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .single-history:nth-child(even) .hisoty-inner:before {
        width: 90px;
        right: -90px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-history:nth-child(even) .hisoty-inner:before {
        width:70px;
        right: -70px
    }
}

@media(max-width: 767px) {
    .single-history:nth-child(even) .hisoty-inner:before {
        display:none
    }
}

.single-history:nth-child(even) .hisoty-inner .circl-wave {
    left: auto;
    right: -183px
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .single-history:nth-child(even) .hisoty-inner .circl-wave {
        right:-90px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .single-history:nth-child(even) .hisoty-inner .circl-wave {
        right:-78px
    }
}

.hisoty-inner {
    position: relative;
    text-align: left!important;
    background-color: rgba(163,177,138,.1);
    box-sizing: border-box;
    border-radius: 40px;
    padding: 22px 20px;
    box-shadow: 0 0 5px rgba(10,42,67,.05);
}

.hisoty-inner h4 {
      font-weight: 400;
    font-size: 22px;
    text-transform: capitalize;
    color: #212121;
    margin-bottom: 15px;
    line-height: 1.3;
}

.hisoty-inner p {
    font-size: 16px;
    margin: 0
}

.circl-wave {
    position: absolute;
    left: -177px;
    height: 8px;
    width: 8px;
    background-color: #344e41;
    border-radius: 50%;
    top: 49%
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .circl-wave {
        left:-84px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .circl-wave {
        left:-72px
    }
}

@media(max-width: 767px) {
    .circl-wave {
        display:none
    }
}

.circl-wave:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    background-color: #a3b18a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1
}

.circl-wave:after {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    background-color: #a3b18a;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    opacity: .3
}

#rs-about-2 .sec-title {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

@media (min-width: 992px){
  #rs-about-2 .about-row {
      margin-top: -95px;
      z-index: 22;
      position: relative;
  }
  #rs-about-2 .rs-image-effect-shine {
    min-width: 600px;
    transform: translateX(-90px);
    margin-top: 95px;
  }
  #rs-about-2 .sec-title {
    padding-right: 120px !important;
  }
}


.contact-area {
    position: relative;
    overflow: hidden
}

@media(max-width: 767px) {
    .contact-area {
        margin:80px 0
    }
}

.contact-area:before {
    position: absolute;
    content: "";
    left: -300px;
    top: 50%;
    height: 634px;
    width: 634px;
    transform: translateY(-50%);
    background: radial-gradient(50% 50% at 50% 50%,rgba(194,255,84,0.2) 0%,rgba(163,177,138,0) 100%)
}

.office-information h2 {
    font-weight: 700;
    color: #212121;
    margin-bottom: 30px
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .office-information h2 {
        font-size:36px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .office-information h2 {
        font-size:35px
    }
}

@media(max-width: 767px) {
    .office-information h2 {
        font-size:26px
    }
}

.single-information {
    background-color: #f1f3ed;
    box-shadow: 0 0 50px rgba(10,42,67,.05);
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 35px 30px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: all .5s ease-out 0s
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-information {
        display:block;
        text-align: center;
        padding: 30px
    }
}

.single-information .bg-shape {
    position: absolute;
    right: 0;
    top: 0
}

.single-information:hover .icon i img {
    transform: rotate(360deg)
}

.single-information .icon {
    min-width: 100px
}

@media only screen and (min-width: 768px) and (max-width:991px),(max-width:767px) {
    .single-information .icon {
        margin-bottom:20px
    }
}

.single-information .icon i {
    display: inline-block;
    background-color: rgba(52,78,65,.08);
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%
}

.single-information .icon i img {
    transition: all 1s ease-out 0s
}

.single-information .info-cnt h6 {
    font-weight: 800;
    font-size: 18px;
    color: #344e41;
    margin-bottom: 10px
}

.single-information .info-cnt p {
    font-weight: 500;
    font-size: 18px;
    color: #212121;
    margin: 0
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .single-information .info-cnt p {
        font-size:16px
    }
}

.single-information .info-cnt a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #212121
}

@media only screen and (min-width: 992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),(max-width:767px) {
    .single-information .info-cnt a {
        font-size:16px
    }
}

.single-information:last-child {
    margin: 0
}

.single-information:hover {
    background-color: #f1f3ed;
    box-shadow: inset 0 0 50px rgba(10,42,67,.05)
}

.contact-form {
    background: #fff;
    box-shadow: 0 0 50px rgba(10,42,67,.05);
    border-radius: 5px;
    padding: 40px
}

.contact-form h3 {
    font-weight: 700;
    font-size: 30px;
    color: #212121;
    margin-bottom: 30px
}


section .nav-tabs {
  border: none;
  white-space: nowrap;
  vertical-align: middle;
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start !important;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  padding-bottom: 15px;
  margin-bottom: 5px !important;
}

@media(max-width: 767px) {
    .contact-form h3 {
        font-size:26px
    }
}

.contact-form form input,.contact-form form textarea {
    width: 100%;
    height: 55px;
    background: #fff;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 14px;
    color: #545454
}

.contact-form form input:focus,.contact-form form textarea:focus {
    border: 1px solid #a3b18a
}

.contact-form form textarea {
    min-height: 110px;
    resize: none;
    padding: 25px 20px;
    margin: 0
}

.contact-form form .button--wrap {
    margin-top: 30px
}

.contact-form form button {
    padding: 10px 10px 10px 30px;
    transition: all .5s ease-out 0s
}

.contact-form form button:hover {
    background-color: #344e41
}

.google-map iframe {
    width: 100%;
    min-height: 400px
}

.fc .fc-toolbar.fc-header-toolbar {
    background: #eee;
    margin: 0;
    padding: 12px;
}

@media(max-width: 767px) {
    .inner-left p {
        font-size:14px
    }
    section .nav-tabs .nav-link {
      min-width: auto;
      padding: 10px 20px;
      margin: 0 2px;
      width: auto!important;
    }
    .bio-detail{margin-bottom: 20px;}
    .bio-detail span {
      font-size: 26px;
      line-height: 36px !important;
    }
    .hero-profile{padding: 0;}
    .top-footer p{margin: 0;}
    .top-footer {
      padding: 40px 0 40px;
    }
    .footer-bottom {padding: 15px 0;}
    .title h2 {font-size: 40px;}
    .appointment{margin-bottom: 20px;}
}


@media screen and (min-width: 1024px){
  #about.about-2.section {
        margin-top: 50px;
        padding-bottom: 60px;
    }
}
@media screen and (min-width: 768px){
.right-sticky .fixed-side {
    position: fixed;
    top: 80px;
}
}

@media screen and (max-width: 575px){
  .hero-area-video video{
    height: 100%;
  }
  .hero-area-video {
    height: 32vh;
    margin-top: 0;
    position: relative !important;
  }
  .section {
    padding: 30px 0;
  }
  .about-2 .pad{padding: 0}
  .program-body{min-height: auto;}
  .fc-toolbar-chunk {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .fc .fc-toolbar {
      flex-direction: column;
      justify-content: center;
      text-align: center;
  }
  .fc-toolbar-chunk {
      justify-content: center;
      margin: 5px 0;
  }
  .account-right p {
    text-align: left;
  }
}

.program-view.bg-white {
    min-height: 200px;
    max-height: 200px;
}

.team-wrp .program-view.bg-white {
    max-height: unset;
}

.program-view video {
    height: 182px;
}

.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: #769965;
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: #d8e91d;
  transition: var(--bs-progress-bar-transition);
}

.program-view1.bg-white {
    background: #9f980f  !important;
    padding: 10px;
    min-height: 260px;
    color: #fff;
    font-size: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*# sourceMappingURL=style.css.map */


