/* [Master Stylesheet v1.0] */
/* :: :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */

/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5, 
h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #606060;
  font-size: 14px;
  line-height: 2;
  font-weight: 500; }

  

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 600;
  font-size: 14px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important;}

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

.pt-40 { 
  padding-top: 40px !important}
.pb-50 {
  padding-bottom: 50px !important;
}

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }
  .section-padding-50 {
    padding-top: 50px;
    padding-bottom: 20px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-bottom: 80px !important; }
  .section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px; }
  .section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .section-heading h3 {
        font-size: 24px; } }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white span,
  .section-heading.white h3 {
    color: #ffffff; }

/* Preloader */
#preloader {
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(to right, #61ba6d, #83c331);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-light {
  background-color: #f2f2f2 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

    #header {
      padding: 20px 0;
      height: 84px;
      transition: all 0.5s;
      z-index: 11;
      background: #fff;
      margin-bottom: 0;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }
    
    #header #logo h1 {
      font-size: 42px;
      margin: 0;
      padding: 0;
      line-height: 1;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
    }
    
    #header #logo h1 a {
      color: #0c2e8a;
      line-height: 1;
      display: inline-block;
    }
    
    #header #logo h1 a span {
      color: #50d8af;
    }
    
    #header #logo img {
      padding: 0;
      margin: 0;
      max-height: 50px !important;
    }
    
    @media (max-width: 768px) {
      #header {
        padding: 20px 0;
        height: 74px;
      }
      #header #logo h1 {
        font-size: 34px;
      }
      #header #logo img {
        max-height: 30px;
      }
    }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #61ba6d;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: -30px; }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

/* ScrollUp */
#scrollUp {
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(to right, #61ba6d, #83c331);
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #141414; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Essence Button */
.academy-btn {
  display: inline-block;
  min-width: 160px;
  height: 65px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 40px;
  font-size: 14px;
  line-height: 65px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: #61ba6d;
  background-image: -webkit-linear-gradient(left, #61ba6d 0%, #83c331 51%, #61ba6d 100%);
  background-image: linear-gradient(to right, #61ba6d 0%, #83c331 51%, #61ba6d 100%);
  font-weight: 600; }
  .academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 25px;
    line-height: 25px; }
  .academy-btn.active, .academy-btn:hover, .academy-btn:focus {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331); }
  .academy-btn.btn-2 {
    background: #141414; }
    .academy-btn.btn-2:hover, .academy-btn.btn-2:focus {
      background: #69bc5f; }
  .academy-btn.btn-3 {
    background: #69bc5f; }
    .academy-btn.btn-3:hover, .academy-btn.btn-3:focus {
      background: #141414; }
  .academy-btn.btn-4 {
    background: #ffffff;
    border: 2px solid #69bc5f;
    color: #606060; }
    .academy-btn.btn-4:hover, .academy-btn.btn-4:focus {
      background: #69bc5f;
      color: #ffffff; }
      

      .hero-slides {
        position: relative;
        z-index: 1; }
        .hero-slides .single-hero-slide {
          width: 100%;
          height: 400px;
          position: relative;
          z-index: 1; }
      
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .hero-slides .single-hero-slide {
              height: 350px; } }
      
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .hero-slides .single-hero-slide {
              height: 300px; } }
      
          @media only screen and (max-width: 767px) {
            .hero-slides .single-hero-slide {
              height: 300px; } }
      
          .hero-slides .single-hero-slide h4 {
            color: #ffffff;
            margin-left: 70px;
            margin-bottom: 50px; }
      
            @media only screen and (max-width: 767px) {
              .hero-slides .single-hero-slide h4 {
                font-size: 18px; } 
      
                hero-slides .single-hero-slide h4 {
                  font-size: 18px; } 
            }
      
          .hero-slides .single-hero-slide h2  {
            font-size: 24px;
            color: #ffffff;
            margin-bottom: 10px; 
            margin-left: 70px;
         }
      
         
          .hero-slides .single-hero-slide .hero-slides-content{
            background: hsla(0, 0%, 14%, 0.514);
            width: 100%;
            /* text-align: center; */
            padding: 20px 15px; 
            margin-top: 300px;
            }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .hero-slides .single-hero-slide h2 {
                font-size: 38px; } 
               .hero-slides .single-hero-slide .hero-slides-content{
                   margin-top: 200px;
               }
            }
      
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .hero-slides .single-hero-slide h2 {
                font-size: 20px; }
               .hero-slides .single-hero-slide .hero-slides-content{
                   margin-top: 200px;
               } 
               
            }
      
            @media only screen and (max-width: 767px) {
              .hero-slides .single-hero-slide h2 {
                font-size: 20px; } 
                .hero-slides .single-hero-slide .hero-slides-content{
                  margin-top: 180px;
                  }
              }
      
        .hero-slides .owl-prev,
        .hero-slides .owl-next {
          background: #61ba6d;
          background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
          background: linear-gradient(to right, #61ba6d, #83c331);
          width: 56px;
          height: 56px;
          line-height: 56px;
          color: #ffffff;
          top: 50%;
          margin-top: -28px;
          left: 5%;
          position: absolute;
          z-index: 10;
          text-align: center;
          font-size: 22px;
          font-weight: 700;
          opacity: 0;
          visibility: hidden;
          -webkit-transition-duration: 500ms;
          transition-duration: 500ms; 
        }
      
          @media only screen and (max-width: 767px) {
            .hero-slides .owl-prev,
            .hero-slides .owl-next {
              width: 40px;
              height: 40px;
              line-height: 40px;
              margin-top: -20px; } 
            }
      
          .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
          .hero-slides .owl-next:hover,
          .hero-slides .owl-next:focus {
            background: #141414;
            color: #ffffff; }
      
        .hero-slides .owl-next {
          left: auto;
          right: 5%; }
      
        .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
          opacity: 1;
          visibility: visible; }
      

/* Top Features Area CSS */
.top-features-area {
  position: relative;
  z-index: 50;
  margin-bottom: -60px; }
  @media only screen and (max-width: 767px) {
    .top-features-area {
      margin-bottom: -115px; } }
  .top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    padding: 40px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .top-features-area .features-content .single-top-features {
      border-right: 2px solid #ffffff; }
      @media only screen and (max-width: 767px) {
        .top-features-area .features-content .single-top-features {
          border-right: none;
          border-bottom: 2px solid #ffffff;
          padding-bottom: 15px;
          margin-bottom: 15px; } }
      .top-features-area .features-content .single-top-features i {
        font-size: 40px;
        margin-right: 15px;
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .top-features-area .features-content .single-top-features i {
            font-size: 28px;
            margin-right: 10px; } }
        @media only screen and (max-width: 767px) {
          .top-features-area .features-content .single-top-features i {
            font-size: 28px;
            margin-right: 10px; } }
      .top-features-area .features-content .single-top-features h5 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .top-features-area .features-content .single-top-features h5 {
            font-size: 16px; } }
    .top-features-area .features-content .col-12:last-child .single-top-features {
      border-right: none; }
      @media only screen and (max-width: 767px) {
        .top-features-area .features-content .col-12:last-child .single-top-features {
          border: none;
          padding-bottom: 0;
          margin-bottom: 0; } }

/* Course Area CSS */



/* Testimonials Area CSS */
.single-testimonial-area {
  position: relative;
  z-index: 1; }
  .single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-right: 40px;
    margin-top: 15px;
    border-radius: 50%; }
    .single-testimonial-area .testimonial-thumb img {
      border-radius: 50%; }
  .single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px; }
  .single-testimonial-area .testimonial-content p {
    color: #ffffff; }
  .single-testimonial-area .testimonial-content h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px; }
    .single-testimonial-area .testimonial-content h6 span {
      color: #69bc5f; }
  .single-testimonial-area:hover .testimonial-thumb {
    border-color: #69bc5f; }
  .single-testimonial-area:hover .testimonial-content h5 {
    color: #69bc5f; }



/* Partner Area CSS */
.partners-logo {
  position: relative;
  z-index: 1; }
  .partners-logo a {
    display: inline-block;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .partners-logo a {
        max-width: 40px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .partners-logo a {
        max-width: 60px; } }

/* Call to Action Area CSS */

/* Footer Area CSS */
.main-footer-area {
  background-color: #232323; } 
  .main-footer-area .footer-widget .widget-title {
    margin-bottom: 20px; }
    .main-footer-area .footer-widget .widget-title h6 {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
      color: #ffffff;
      margin-top: 10px;
      text-transform: uppercase; }
  .main-footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 15px; }
    .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
      color: #ffffff; }
  .main-footer-area .footer-widget .useful-links li a {
    display: block;
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500; }
    .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
      color: #F30D20; }
  
   
  .main-footer-area .footer-widget .single-contact i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    padding-top: 7px; }
  .main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0; 
    color: #f2f2f2}

.bottom-footer-area {
  background-color: #141414;
  padding: 30px 0;
  text-align: center; }
  .bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0; }
    .bottom-footer-area p a {
      color: #606060;
      font-size: 12px; }

/* Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 200px; }
  .breadcumb-area .bradcumbContent {
    width: 500px;
    height: 110px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    position: absolute;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .bradcumbContent {
        width: 280px; } }
    .breadcumb-area .bradcumbContent h2 {
      text-align: center;
      line-height: 110px;
      font-size: 36px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 24px; } }

/* About Us Content Area CSS */
.about-slides {
  position: relative;
  z-index: 1; }
  .about-slides .owl-prev,
  .about-slides .owl-next {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .about-slides .owl-prev,
      .about-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px; } }
  .about-slides .owl-next {
    left: auto;
    right: 5%; }

/* Teachers Area CSS */
.single-teachers-area {
  position: relative;
  z-index: 1; }
  .single-teachers-area .teachers-info h5 {
    font-weight: 400;
    margin-bottom: 3px; }
  .single-teachers-area .teachers-info span {
    color: #69bc5f;
    font-size: 14px; }

/* Blog Area CSS */
@media only screen and (max-width: 767px) {
  .academy-blog-sidebar {
    margin-top: 100px; } }

.single-blog-post {
  background-color: #eef3f6;
  padding: 30px; }
  .single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px; }
    .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
      color: #69bc5f; }
  .single-blog-post .post-meta {
    margin-bottom: 30px; }
    .single-blog-post .post-meta p {
      font-size: 12px;
      color: #69bc5f;
      margin-bottom: 0; }
      .single-blog-post .post-meta p a {
        font-size: 12px;
        color: #69bc5f;
        font-weight: 500; }

.academy-pagination-area .pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  background-color: #eef3f6;
  display: block;
  padding: 0;
  border: none;
  margin-right: 10px;
  color: #242424;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 36px; }
  .academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus {
    background-color: #61ba6d;
    color: #ffffff; }
.academy-pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.academy-pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.academy-pagination-area .pagination .page-item.active .page-link {
  background-color: #61ba6d;
  color: #ffffff; }

.blog-post-search-widget form {
  position: relative;
  z-index: 1; }
  .blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic; }
  .blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #69bc5f;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #ffffff; }

.blog-post-categories {
  background-color: #eef3f6;
  padding: 30px; }
  .blog-post-categories h5 {
    font-size: 18px;
    margin-bottom: 30px; }
  .blog-post-categories ul {
    padding-left: 30px; }
    .blog-post-categories ul li a {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      display: block; }
      .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
        color: #69bc5f; }

.latest-blog-posts {
  background-color: #eef3f6;
  padding: 30px; }
  .latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px; }
  .latest-blog-posts .latest-blog-post-thumb {

    max-width: 66px;
    width: 66px;
    margin-right: 15px; }
  .latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    margin-bottom: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px; } }
    .latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus {
      color: #69bc5f; }
  .latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #69bc5f; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 650px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .map-area #googleMap {
        height: 500px; } }

/* Contact Area CSS */
.contact-content {
  background-color: #eef3f6;
  padding: 100px 50px;
  position: relative;
  z-index: 15;
  top: -200px;
  margin-bottom: -100px; }
  @media only screen and (max-width: 767px) {
    .contact-content {
      padding: 50px 30px; } }
  .contact-content .section-heading {
    margin-bottom: 30px !important; }
  .contact-content .contact-social-info a {
    color: #69bc5f;
    display: inline-block;
    margin-right: 30px; }
  .contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #69bc5f; }
  .contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-content .contact-form-area {
        margin-top: 100px; } }
    @media only screen and (max-width: 767px) {
      .contact-content .contact-form-area {
        margin-top: 50px; } }
    .contact-content .contact-form-area .form-control {
      height: 55px;
      width: 100%;
      background-color: #eef3f6;
      font-size: 12px;
      font-style: italic;
      margin-bottom: 15px;
      border: none;
      border-radius: 0;
      padding: 15px 25px; }
    .contact-content .contact-form-area textarea.form-control {
      height: 200px; }

.elements-title h2 {
  font-weight: 500; }
.elements-title span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #8e8e8e;
  margin-bottom: 15px; }

.single-pie-bar h6 {
  font-weight: 500; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #69bc5f; }
  .single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px; }
  .single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #f5f7fa;
    border-radius: 0;
    color: #141414;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background: #61ba6d;
      background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
      background: linear-gradient(to right, #61ba6d, #83c331);
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.academy-tabs-content {
  position: relative;
  z-index: 1; }
  .academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .academy-tabs-content .nav-tabs .nav-link {
      background: #61ba6d;
      background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
      background: linear-gradient(to right, #61ba6d, #83c331);
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 0;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .academy-tabs-content .nav-tabs .nav-link.active {
        background: #f5f7fa;
        color: #141414; }
  .academy-tabs-content .tab-content h6 {
    font-size: 18px; }

/*# sourceMappingURL=style.css.map */


.explore{
  margin: 50px;
}

.line {
	margin:0 0 1em;
	line-height:1.5em;
	padding:0;
	color:#436000;
	text-transform: uppercase;
	font-size:1.5em;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.line:before,.line:after {
	content:" ";
	position:absolute;
	top:50%;
	margin-left:-999em;
	height:2px;
	width:998em;
	border-top:1px solid #cccccc;
	background:rgba(0,0,0,0.2);
}
.line:after {
	left:auto;
	width:999em;
	margin:0 0 0 1em;
}

.location .info{
  /* margin-right: 20px; */
  padding: 0px;
  /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3); */
}

.location .info h5{
  width: 100%;
  padding: 5px;
  margin: 0;
  background: -webkit-linear-gradient(to right, #eb213f,  #F30D20);
  background: linear-gradient(to right, #eb213f, #F30D20);
  color: #fff;
  text-align: center;
  font-size: .9em;
  /* position: absolute; */
  bottom: 0;
  z-index: 1;
}
  
    .category .item{
      margin-left: 10px;
      margin-right: 20px;
      margin-bottom: 50px;
      height: 230px;
      padding: 0px;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    }
    .category img{
      width: 100%;
      height: 100%;
    }
    
    .category .item h5{
      width: 100%;
      padding: 5px;
      margin: 0;
      background: -webkit-linear-gradient(to right, #eb213f,  #F30D20);
      background: linear-gradient(to right, #eb213f, #F30D20);
      color: #fff;
      text-align: center;
      font-size: .9em;
      position: absolute;
      bottom: 0;
      z-index: 1;
    }

    .estate {
      margin-bottom: 10px;
      padding: 0px;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    }
    .estate img{
      width: 100%;
      height: 230px;
    } 
    
    .status{
      padding: 5px;
      margin: 0;
      background: linear-gradient(to right, #eb213f, #F30D20);
      color: #fff;
      text-align: center;
      font-size: .9em;
      position: absolute;
      top: 0;
      z-index: 1;
    }

    .estate .content{
      background: #f2f2f2;
      padding: 10px 0;
    }

    .estate .content h5{
      color: #436000;
      font-weight: bold;
      margin-left: 10px;
    }

    .estate .content h6{
      color: #F30D20;
      font-weight: 500;
      margin-left: 10px;
    }

    .estate .content i{
      color: #555555;
      font-size: 1em;
      margin-left: 10px;
    }

    .estate .btn {
      margin-left: -20px;
      margin-bottom: 10px;
      background: #fff !important;
      color: #436600;
      padding: 5px;
  }

    .property .slides{
      background-color: #f7f7ff;
      text-align: center; 
      overflow: hidden;
      margin-bottom: 20px;
      box-sizing: content-box;
      box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  }
  
  
  .property .slides h4 a {
      font-size: 20px;
      color: #436600;
  }
  
  .property .slides .btn {
      margin-left: -20px;
      margin-bottom: 10px;
      background: transparent !important;
      color: #436600;
      padding: 5px;
  }
  
    .property .slides span{
        margin-right: 10px;
        font-weight: 600
    }
  .property .slides p{
      padding-top: 2px;
      padding-bottom: 2px;
  }
  .property .slides h5{
   font-size: 16px;
   color: #436600;
   font-weight: 600;
  }
  .property .slides .image-holder{
      position: relative;
      height: 250px;
  }

  .property .slides .image-holder img{
    height: 250px;
    width: 100%;
  }

  .property .slides .price{
    font-size: 13px;
    font-weight: 700;

  }
  .property .slides .status{
      position: absolute;
      top: 0;
      z-index: 1;
      display: block;
      width: 100%;
      color: #fff;
      padding:0 3px;
      text-align: right; 
      font-size: 12px;
  }

  .property  .owl-prev,
  .property .owl-next {
    background: #436000;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    margin-left: - 10px;
    left: 2%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .property  .owl-prev,
      .property  .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px; } }
    .property  .owl-prev:hover, .property .owl-prev:focus,
    .property  .owl-next:hover,
    .property .owl-next:focus {
      background: #141414;
      color: #ffffff; }
  .property .owl-next {
    left: auto;
    right: 5%; }
  .property:hover .owl-prev, .property:hover .owl-next {
    opacity: 1;
    visibility: visible; }

  .corner-ribbon{
    width: 200px;
    background: #e43;
    position: absolute;
    top: 30px;
    left: -50px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 700;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    box-shadow: 0 0 3px rgba(0,0,0,.3);
  }

  .Sold{background:rgba(238, 66, 51, 0.7);color: #fff}
 .Available{background:rgba(104, 167, 13, 0.7); color: #fff}
  .New{background:rgba(0, 51, 153, 0.7)}
  .Work-In-Progress{background: rgba(167, 117, 0, 0.781) ;}

  /* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #A77400;
  background-size: cover;
  padding: 20px 0;
}

#call-to-action ul{
  list-style: none;
  color: #fff;
  font-size: 12;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action img {
 max-height: 150px;
 z-index: -1;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #50d8af;
  border: 3px solid #50d8af;
}

#social-links ul li{
  display: inline !important;
  
}

#social-links ul li a{
  font-size: 20px;
  margin-right: 10px;
}

#social-links ul li a{
  font-size: 25px;
  margin-right: 10px;
}

#social-links .fa-facebook-official{
  color: #003399
}

#social-links .fa-twitter{
  color: #069dc1
}

#social-links .fa-linkedin{
  color: #123b7f
}

#social-links .fa-whatsapp{
  color: #009933
}

/*********************** Demo - 8 *******************/
.box8{overflow:hidden; margin-bottom: 20px; }
.box8 .icon,.box8 .title{margin-bottom:25px; position:absolute}
.box8{box-shadow:0 0 3px rgba(0, 0, 0, 0.849);position:relative; border:1px solid #BBB; background: rgba(0, 0, 0, 0.849)} 
.box8 img{width:100%; height:200px; background: rgba(0, 0, 0, 0.849) }
.box8 .icon li,.box8 .title{display:inline-block}
.box8 .box-content{width:100%;height:100%;background:rgba(5, 3, 10, 0.733);opacity:0;position:absolute;top:0;left:0;transform:perspective(400px) rotateX(-90deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box8 .icon li a,.box8 .title{background:#f6f6f6;font-size:15px;color:#436600}
.box8 .location{font-size:15px;color:#fff; font-weight: 600; float: right !important; position:absolute;}
.box8:hover .box-content{opacity:1;transform:perspective(25px) rotateX(0); color:#fff}
.box8 .title, .box8 .location{padding:5px 7px;border-radius:5px;font-weight:600;bottom:-5px;left:20px;transition:all .9s ease 0s}
.box8 .icon li a{transition:all .35s ease 0s}
.box8:hover .title{bottom:-40px}
.box8 .icon{list-style:none;padding:0;top:42%;left:0;right:0}
.box8 .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin-right:7px}
.box9 .icon,.box9 .title{width:100%;font-size:22px}
.box8 .icon li a:hover{background:#fff;color:#000}
.box8 .description{font-size:14px;font-style:italic;padding:10px 10px;margin:15px 0}
.box8 .read-more{display:block;width:120px;background:#178993;border-radius:5px;font-size:14px;color:#fff;text-transform:capitalize;padding:10px 0;margin:0 auto; text-align: center}
.box8 p{font-size: 15px; margin: 20px; color: #fff; text-align: center}
@media only screen and (max-width:990px){.box8{margin-bottom:20px}
}

.wrap-slick3-dots {
  width: 14.30%;
}

.slick3 {
  width: 84%;
}

.slick3-dots li {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.slick3-dots li img {
  width: 100%;
}

.slick3-dot-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.slick3-dot-overlay:hover {
  border: 3px solid #888888;
}

.slick3-dots .slick-active .slick3-dot-overlay {
  border: 3px solid #888888;
}

.thumb {
  max-height: 70px !important;
}

.main-image img{
  height: 60vh !important;
  width: 100%;
}
