/*=== MEDIA QUERY ===*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900&display=swap);
html {
  overflow-x: hidden;
}

/* .navbar-nav{
  padding-left: 22px;
} */

body {
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight:200;
  color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #242424;
}

h1, .h1 {
  font-size: 2.5rem;
}

.pt-50{
  padding-top:50px!important;
}
.pt-0{
  padding-top:0px!important;
}
h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 1rem;
}

.title{
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.navbar-toggle .icon-bar {
  background: #AEC912;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #AEC912;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #AEC912;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
  color:#fff;
}

.btn-main, .btn-transparent, .btn-small {
  background: #AEC912;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: #9eb808;
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #AEC912;
  background: transparent;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid #AEC912;
  background: #AEC912;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #AEC912;
}

.btn-transparent:hover {
  background: transparent;
  color: #AEC912;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #AEC912;
}

.primary-color {
  color: #AEC912;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #9eb808;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: 'Montserrat', sans-serif;
}

.subtitle {
  color: #AEC912;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

.overly:before, .page-title:before, .slider:before, .cta:before, .hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative;
}

.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border-radius: .25rem!important;
}

.text-color {
  color: #AEC912;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: #AEC912;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 19px;
  line-height: 33px;
  font-weight: 500;
}

.page-title {
  padding: 100px 0;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  background: #222328;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
  padding-left: 13px;
}

#navbar .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #AEC912;
}

#navbar .btn {
  padding: .5rem 1.5rem;
  color: #fff;
}

.header-top {
  background: #222328;
  color: #919194;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}

.header-top .header-top-socials a {
  color: #919194;
  margin-right: 15px;
  font-size: 16px;
}

.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}

.header-top .header-top-info a span {
  color: #fff;
}

.header-top .header-top-info a {
  margin-left: 35px;
  color: #919194;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: #AEC912;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 250px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: .8rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}

.dropdown-item:hover {
  background: #AEC912;
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.bg-1 {
  background-color: #666;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}

.bg-3{
  background: url("../images/bg/about.jpg");
  background-size: cover;
}

.page-title:before{
opacity:0;
}

/* Slider */

.slider-image {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.slider .block h1 {
  font-size: 47px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.slider .block span {
  letter-spacing: 1px;
  font-size:35px;
}

/* slider over  */

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}
.intro-item i {
  font-size: 50px;
  line-height: 50px;
  cursor:pointer;
}
.intro-item h4 {
  font-weight: 200;
}
.intro-item:hover h4 {
  color: #AEC912;
  transition-duration:.2s;
  -webkit-transition-duration:.2s;
  cursor:pointer;
}
.color-one {
  color: #AEC912;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

/* about us  */
.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 70%;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 0px;
}

.about-content h4 {
  font-weight: 600;
}

.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

/* about over */

/* counter on home page */
.counter-item .counter-stat {
  font-size: 50px;
}

.counter-item p {
  margin-bottom: 0px;
  color:#fff;
}

.counter-item h3{
  color:#fff;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}
/* counter over */

/* .team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
} */

/* Amenity */
.row:after {
  content: "";
  display: table;
  clear: both;
}
#myBtnContainer{
  text-align: center;
  margin-bottom:40px;
}

.amenity-item {
  position: relative;
  padding-left: 80px;
}

.amenity-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  /* opacity: .4; */
  color:#aec912;
}

.cta {
  background: url("../images/bg/register-panel.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}
/* amenity over  */

/* .testimonial-item {
  padding: 50px 30px;
}

.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.testimonial-item .testimonial-text {
  font-size: 17px;
  line-height: 31px;
  color: #242424;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-item .testimonial-item-content {
  padding-left: 65px;
} */

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 70%;
}

.lh-45 {
  line-height: 45px;
}

/* pricing  */
.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}

.pricing .btn-solid-border:Hover {
  border-color: #AEC912;
}
/* pricing over */

/* gallery */

.portfolio-gallery .img-fluid{
  max-width: 100%;
  height: 240px;
 }


.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all .35s ease;
  overflow: hidden;
}

.portflio-item:hover:before {
  opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #AEC912;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
} 

/* contact form */
.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}

.address-block li i {
  font-size: 20px;
  width: 20px;
}



/* .google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
} */

/* Mentors  */



#mentors{
  cursor: pointer!important;
}
#mentors img{
  border:1px solid #eee;
}
#mentors img:hover{
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
  border:1px solid #eee;
}

.social-team li {
  display: inline-block!important;
  padding-right: 8px;
}
.social-team li a{
 

    background: #adadad;
    border: 2px solid #adadad;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 26px;
    font-size: 18px;
    display: block;
    color: #fff;
}
.social-team {
  list-style: none;
  padding: 0;
  margin: 20px 0 15px;
}
.social-team li a:hover {
  background: #fff;
  color: #adadad;
}

/* ===============================================================
   Latest Posts
   =============================================================== */

.blog-item:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.17);
  box-shadow: 0 5px 20px rgba(0,0,0,.17);
}


.blog-item:hover h5 a{
color:#AEC912;
}

.single-blog-item img{
width:100%;
}
.blog-item-content {
color: #626262;
font-size: 15px;
font-weight: 300;
line-height: 25px;
margin-bottom: 10px;
}
.blog-item-content strong{
font-weight: 500;
line-height: 25px;
}

.blog-item-content  .title-date{
  font-size: 14px;
  margin-bottom: 20px;
}

.title-date .date{
  float: right;
  padding-left: 25px;
}

.title-date .title {
  color: #626262;
  display: block;
  padding-right: 100px;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#next-blog {
  border:1px solid #eee;
}

.comment-area img{
  border-radius: 50%;
  border: 1px solid #eee;
  width: 70px;
  height: 70px;
  border-radius: 5%;
  /* -webkit-border-radius: 50%; */
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #c5c5c7;
  padding: 4px;
  background: #fff;
  overflow: hidden;
}

.blog-item-content img{
  max-width: 100%;
  height:auto!important;
 }

.blog-item-content h3 {
  line-height: 36px;
}

.blog-item-content h3 a {
  transition: all .4s ease 0s;
}

.blog-item-content h3 a:hover {
  color: #AEC912 !important;
}
/* 
.blog-item:hover img{
  transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
} */

.blog-item img {
  height:220px;
  width:100%;
}


.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #fff;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #AEC912;
  font-size: 14px;
  text-transform: capitalize;
  color:#000;
}

.pagination .nav-links a, .pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #AEC912;
  position: absolute;
  top: 25px;
  left: 0;
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 150px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* .blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
} */

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #AEC912;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #AEC912;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #AEC912;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #AEC912;
}

.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: #AEC912;
}

.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: #AEC912;
}

.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: #AEC912;
  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 #AEC912;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}

.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.widget.widget-category ul li {
  margin-bottom: 10px;
}

.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
}

.widget.widget-category ul li a:hover {
  color: #AEC912;
  padding-left: 5px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #AEC912;
  border: 1px solid #AEC912;
}

.footer {
  background-color: #070606;
  margin-top: -30px;
  padding-bottom: 10px;
  color: #ffffffa6;
}

.footer a{
  color:#ffffffa6;
}

.footer a:hover{
  color:#fff;
}

.footer h5{
  color:#AEC912;
  font-weight: normal;
  font-size: 1.2rem;
}

.footer .copyright a {
  font-weight: 600;
  color:#AEC912;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo span {
  color: #AEC912;
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgb(188 181 181 / 39%);
}

.footer-socials li a {
  margin-left: 15px;
  color:#fff;
}

body.home #navbar.nav-transparent{
  box-shadow: none;
  background: transparent;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .trial-mid-section img{
    height:350px;
    width:350px;
  }

  .cms-page img{
    width:100%!important;
    height:auto!important;
  }
  
  #navbar.nav-transparent {
    background: #222328;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .text-lg {
    font-size: 2.1rem;
  }
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 2rem;
  }
  .header-top .header-top-info {
    padding-bottom: 15px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .trial-mid-section img{
    height:313px;
    width:291px;
  }
  .about-info  img{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .luminaries-detail{
    text-align: center;
  }
  .bg-3{
    background-size:contain;
    background-repeat: no-repeat;
  }
  .sm-pb-0{
    padding-bottom: 0px;
  }
  .sm-pt-0{
    padding-top: 0px;
  }
  .lead{
    font-size: 1rem;
  }
  h3{
    font-size:1.3rem;
  }
  .h3{
    font-size:1.3rem;
  }
  .text-lg {
    font-size: 2.1rem;
  }
  .header-top .header-top-info a {
    margin-left: 0px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  
  .content-title {
    font-size: 18px;
    line-height: 33px;
  }
 
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.4rem;
    font-weight: 500!important;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .blog-item-meta span {
    display: inline;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  #navbar.nav-transparent {
    background: #222328;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
}
@media(max-width: 768px) and (min-width: 400px){
  .trial-mid-section img{
    height:350px;
    width:380px;
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  
  .text-lg {
    font-size: 2.1rem;
  }
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .blog-item-meta span {
    display: inline;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
  #navbar.nav-transparent {
    background: #222328;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
}

/*# sourceMappingURL=maps/style.css.map */
.lh-45{
  line-height: 30px;
}

.testimonial-author {
  display: flex;
}

.testimonial-author img{
  border-radius: 100px;
  height: 50px !important;
  width: 50px !important;
}

.testimonial-author-detail{
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-left: 8px;
}

.testimonial-author-detail h5{
  font-size:1.1rem;
  color:#9eb808;
}

.testimonial-author-detail p{
  line-height: 20px;margin: 0;
}

.slick-dots li button:before{
  font-size:9px;
  color:#9eb808;
}

.slick-dots li.slick-active button:before{
  color:#9eb808;
}

.bg-image{
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

/* Amenities */

  /* Create three equal columns that floats next to each other */
  /* .column { */
    /* float: left; */
    /* display: none;  */
    /* Hide all elements by default */
  /* } */
  
  /* Clear floats after rows */ 


  /* The "show" class is added to the filtered elements */
  /* .amenity .show {
    display: flex;
  }
   */
  /* Style the buttons */
  /* .amenity .btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
    font-size:14px;
  }
   */
  /* .amenity .btn:hover {
    background-color: #f5f8f9;
    color: #000;
    border-radius: 30px;
  }
   */
  /* .amenity .btn.active_s {
    background-color: #f5f8f9;
    color: #000;
    border-radius: 30px;
  }
   */
 
/* Amenities Over */
/* faq */
.faq-search-wrap {
    padding: 50px 0 60px;
}

.faq-search-wrap .form-group .form-control,
.faq-search-wrap .form-group .dd-handle {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.faq-search-wrap .form-group .input-group-append {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text {
    background: transparent;
    border: none;
}

.faq-search-wrap .form-group .input-group-append .input-group-text .feather-icon > svg {
    height: 18px;
    width: 18px;
}
.bg-teal-light-3 {
    background-color: #7fcdc1 !important;
}

.hk-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width: 576px){
  .trial-mid-section img{
    height:360px;
    width:430px;
    border-radius: 3px;
  }
    .mt-sm-60 {
        margin-top: 60px !important;
    }
}
.mt-30 {
    margin-top: 30px !important;
}

.list-group-item.active {
    background-color: #00acf0;
    border-color: #00acf0;
}
.accordion .card .card-header.activestate {
    border-width: 1px;
    /* background-color: #f5f8f9; */
    color: #000;
}
.accordion .card .card-header {
    padding: 0;
    border-width: 0;
}
.card.card-lg .card-header, .card.card-lg .card-footer {
    padding: .9rem 1.5rem;
}
.accordion>.card .card-header {
    margin-bottom: -1px;
}
.card .card-header {
    background: #f5f8f945;
    border: none;
}

.card-fq{
  margin-bottom:10px; 
  border-bottom:1px solid rgba(0,0,0,.125)!important;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion.accordion-type-2 .card .card-header > a.collapsed {
    color: #324148;
    background: transparent;
}
.accordion .card:first-of-type .card-header:first-child > a {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.accordion.accordion-type-2 .card .card-header > a {
    background: transparent;
    color: #70706E;
    padding-left: 50px;
}
.accordion .card .card-header > a.collapsed {
    color: #324148;
    /* background: transparent; */
}

.accordion .card .card-header > a {
    background: #00acf0;
    color: #fff;
    font-weight: 500;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.badge.badge-pill {
    border-radius: 50px;
}
.badge.badge-light {
    background: #eaecec;
    color: #324148;
}
.badge {
    font-weight: 500;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 72%;
    letter-spacing: 0.3px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
}
.ml-15 {
    margin-left: 15px !important;
}

.accordion.accordion-type-2 .card .card-header > a.collapsed:after {
    content: "\f158";
}

.accordion.accordion-type-2 .card .card-header > a::after {
    display: inline-block;
    font: normal normal normal 14px/1 'Ionicons';
    speak: none;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    position: absolute;
    content: "\f176";
    font-size: 21px;
    top: 15px;
    left: 20px;
}

.mr-15 {
    margin-right: 15px !important;
}


.pb-20{
  padding-bottom:20px;
}
.pb-40{
  padding-bottom:40px;
}
/* faq over */
.mb-20{
  margin-bottom:20px;
}

/* about us */
.luminaries-title{
  margin-top:20px; 
  font-size:19px;
}

.luminaries{
  padding-top:30px;
}
.luminaries img{
  border-radius: 50%;
  border: 1px solid #f5f8f9;
}

.luminaries img:hover{
  box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.luminaries-detail{
  flex-direction: column;
    align-self: center;
}

/* events */

#events .card img:hover{
  opacity: 0.90;
}
#events .card-title{
height: 50px;
    display: flex;
    align-items: center;
}

#events .card{
  box-shadow: 0px 1px 3px 2px #e2e2e3;
}
.tests{
  color:#fff;
  position: absolute; 
  background-color: #aec912cc;
  top: 20px;
  left: -16px;
  width: 90%;
  padding: 20px 10px; 
}
.tests:after{
  border-color: transparent transparent #ccf1ff;
    border-style: solid;
    border-width: 11px;
    bottom: -10px;
    content: "";
    display: inline-block;
    left: 4.8px;
    position: absolute;
    transform: rotate(45deg);
    width: 0;
}

.price-title-tag-green{
  color:#fff;
  position: absolute; 
  background-color: #bfc946d1;
  top: 20px;
  left: 0;
  width: 90%;
  padding: 20px 10px; 
}


.price-title-tag-coffee{
  color:#fff;
  position: absolute; 
  background-color: #6f6f6ec9;
  top: 20px;
  left: 0;
  width: 90%;
  padding: 20px 10px; 
}

.event-date{
  font-size: 30px; font-weight:400;
}

.font-20{
  font-size:20px;
}
.mb-40{
  margin-bottom:40px;
}

.mt-20{
margin-top:20px;
}
/* events over */

/* price-list */
/* #price-list img{
  border-radius: 0;
}
#price-list .card:hover{
  -webkit-box-shadow: 1px 3px 12px 3px #232323;
  -moz-box-shadow: 1px 3px 12px 3px #232323;
  box-shadow: 1px 3px 12px 3px #232323;
  z-index: 3;
}

#price-list .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0;
}

#price-list .card-body{  
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-left:10px;
} */

.m-10{
  margin:10px;
}

.m-20{
  margin:20px;
}
/* 
#price-list .card {
  box-shadow: 0px 1px 3px 2px #e2e2e3;
}

#price-list .card-title {
  background: #70706ec2;  
  color: #fff;
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-bottom: 0px;
} */
/* 
.card-title h5{
  padding:15px 0px 15px 15px;
   color:#fff;
}
#price{
  display: flex;
  text-align:center;
  flex-direction: column;
  align-self: center;
  margin-left: 8px;
}

#price .old-price{
  font-weight: 400;
  font-size: 20px;
  text-decoration:line-through;
}

#price .new-price{
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 10px;
}


#price-list .card-text{
padding: 0px 10px 10px 10px;
}

#price-list ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
  margin-bottom: 0;
}

#price-list ul > li:before {
  content: "- ";
}

.pl-0{
  padding-left: 0px;
}

.pr-0{
  padding-right: 0px;
} */

/* .card-body ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
  margin-bottom: 0;
}
.card-body ul > li:before {
  content: "- ";
} */

  /* The "show" class is added to the filtered elements */
  /* #price-list .show {
    display: block;
  }
   */
  /* Style the buttons */
  /* #price-list.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
    font-size:14px;
  }
  #price-list .btn:hover {
    background-color: #f5f8f9;
    color: #000;
    border-radius: 30px;
  }
  #price-list .btn.active_s {
    background-color: #f5f8f9;
    color: #000;
    border-radius: 30px;
  } */

  .carousel-caption{
    top:30%;
  }

  .service-item {
    position: relative;
    padding-left: 80px;
  }
  .service-item   p{
    color:#000;
  }
  .service-item   h4{
  color:#6f6f6e;
  }
  .service-item i {
    position: absolute;
    color:#6f6f6e;
    left: 0px;
    top: 5px;
    font-size: 50px;
    
  }

  .mute-text{
    font-size:16px;
    line-height: 25px;
  }

  .mt-100{
    margin-top:98px;
  }

  .mb-100{
    margin-bottom:100px;
  }

  .mt-10{
    margin-top:10px;
  }

  .mt-50{
    margin-top:50px;
  }

  .contact-sub-title{
    font-size:15px;
    line-height:25px;
  }
  /* filter */

  .filterDiv {
    display: none;
  }
  
  .amenity .show {
      display: flex;
  }
  
  .btn_s {
      border: none;
      outline: none;
      padding: 12px 16px;
      background-color: #f1f1f1;
      cursor: pointer;
  }
    
  .btn_s:hover {
      background-color: #ddd;
  }
    
  .btn_s.active_s {
      background-color: #666;
      color: white;
  }
  
@media (max-width: 575.98px) {
  /* .trial-mid-section img{
    height:312px;
    width:329px;
    border-radius: 3px;;
  } */
  .navbar-nav{
      margin-left: 0px;
      text-align: left;
      margin-top: 11px;
  }
  .dropdown:hover .dropdown-menu{
    width: 200px;
    text-align: left;
    margin-left: 26px;
  }

  .blog-item-content img{
      max-width: 290px!important;
      height:auto!important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
  .trial-mid-section img{
    height:350px;
    width:350px;
  }
    .text-lg {
      font-size: 2.1rem;
    }
    .navbar-nav{
      margin-left: 0px;
      text-align: left;
      margin-top: 11px;
    }
    .dropdown:hover .dropdown-menu{
      width: 200px;
      text-align: left;
      margin-left: 26px;
      } 
}

@media (min-width: 992px) and (max-width: 1024px) { 
  .trial-mid-section img{
    height:350px;
    width:350px;
  }
    #navbar li a{
      display: flex;
      align-items: center;
      height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
  .trial-mid-section img{
    height:350px;
    width:350px;
  }
  .text-lg {
      font-size: 2.1rem;
  }
  
  .navbar-nav{
      margin-left: 0px;
      text-align: left;
      margin-top: 11px;
  }
  .dropdown:hover .dropdown-menu{
      width: 200px;
      text-align: left;
      margin-left: 26px;
  }
  
  .blog-item-content img{
    max-width: 600px!important;
    height:auto!important;
  }
}

.danger {
     color:red;
}

.success {
     color:green;
}

.no-border{
  border:none!important;
}

.height-90{
  height:90px;
}

/* price list  */

.right:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 700; 
  color: #AEC912;
}
.right{
  text-align: center;
}

.cancel:before{
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  font-weight: 700; 
  color: red;
}
.cancel{
  text-align: center;
}

.btn:focus{
  border:2px solid #AEC912;
  color:#000;
}

.captcha span img{
  height:40px!important;
}

#captcha_btn_div button{
  font-size: 17px;
  background-color: white;
  border: none;
  margin-top: 4px;
  margin-left: 20px;
  color: #161715;
}

#captcha_btn_div button:hover{
  font-size: 17px;
  background-color: white;
  color: #9eb808;
  border: none;
}

#captcha_btn_div button:focus{
  outline: 0px;
}

.upload-button {
  padding: 10px;
  margin-bottom: 20px!important;
  border: 1px solid #ccc;
  color: gray;
  background-color: white;
  padding: 7px 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  width: 210px!important;
}

#form-box {
  padding:10px 30px 50px;
  box-shadow: 0 5px 20px rgba(0,0,0,.17);
}

#form-box i{
  color:#AEC912; 
  font-weight:bold;
}

.f-16{
  font-size:16px;
}
.pr-20{
  padding-right:20px;
}

.pl-20{
  padding-left:20px;
}

.bg-dark iframe{
  border:1px solid #242424;
}

.testimonial-item{
  padding: 20px;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 0 12px #F4F4F4;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s eas
}

.testimonial-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

.testimonial-item .icon {
  border: 1px solid #f1f1f1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}


.testimonial-icon img {
  height: 80px;object-position: top;object-fit: cover;width: 80px;
}

.testimonial-icon img:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1) ;
}

.testimonial-content a:hover {
  color:#aec912!important;
}

.testimonial-item .testimonial-content h3 {
  margin-top: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.testimonial-item .testimonial-content h3 a {
  font-size: 16px;
  color: #585b60;
}

#trial-section .btn:focus{
  background: #AEC912;
    color: #fff;
    border:1px solid transparent;
}