@charset "utf-8";

@media (max-width:1800px){
  /* Portfolio Gallery*/

  .hc-portfolio-gallery .project-gallery .gallery-size {
    column-width: 25em;
}
}
@media (max-width:1500px) {
  .hc-ssi-header-right nav li {
    margin: 0 10px;
  }
  /* Portfolio Gallery*/

  .hc-portfolio-gallery .project-gallery .gallery-size {
    column-width: 20em;
}
}

@media (max-width:1300px) {
  .hc-ssi-lang-item.d-inline-block{
    display: none !important;
  }

  .hc-ssi-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    padding: 5px 0;
  }
  .hc-ssi-header.hc-ssi-fixed-header {
    position: fixed;
  }
  .hc-ssi-black-logo {
    display: block;
  }
  .hc-ssi-white-logo {
    display: none;
  }
  .logo {
    float: left;
    width: calc(100% - 50px);
  }
  .hc-ssi-header-right nav ul li:hover .hc-ssi-sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
  }
  .hc-ssi-toggle-link {
    color: #000;
    line-height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    right: 12px;
  }
  .hc-ssi-sub-menu {
    position: static;
    height: 0;
    background: none;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin-left: 30px;
    margin: 0px !important;
  }
  .hc-ssi-header-right nav ul li .hc-ssi-sub-menu.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: hidden;
    -moz-transition: height 0.1s ease;
    -webkit-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
  }
  .hc-ssi-header .navbar-toggle {
    border: none;
    margin: 10px 20px 10px 0;
    padding: 0;
    width: 30px;
    height: 30px;
    display: block;
    float: right;
    background: 0 0;
  }
  .hc-ssi-header .navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 8px 0;
  }
  .hc-ssi-open-menu .navbar-toggle span:nth-child(1) {
    -webkit-transform: rotate(-49deg) translateY(6px) translateX(-2px);
    -moz-transform: rotate(-49deg) translateY(6px) translateX(-2px);
    -o-transform: rotate(-49deg) translateY(6px) translateX(-2px);
    transform: rotate(-49deg) translateY(6px) translateX(-2px);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
  }
  .hc-ssi-open-menu .navbar-toggle span:nth-child(2) {
    opacity: 0;
  }
  .hc-ssi-open-menu .navbar-toggle span:nth-child(3) {
    -webkit-transform: rotate(-138deg) translateY(11px) translateX(6px);
    -moz-transform: rotate(-138deg) translateY(11px) translateX(6px);
    -o-transform: rotate(-138deg) translateY(11px) translateX(6px);
    transform: rotate(-138deg) translateY(11px) translateX(6px);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
  }
  .hc-ssi-fixed-header .hc-ssi-header-right nav li a {
    color: #fff;
  }
  .hc-ssi-header-right {
    position: fixed;
    right: -100%;
    top: 58px;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    text-align: left!important;
    background: #fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    padding: 0 30px 30px;
    overflow-y: scroll;
  }
  .hc-ssi-open-menu .hc-ssi-header-right {
    right: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
  }
  .hc-ssi-header-right .d-inline-block {
    display: block!important;
  }

  .hc-ssi-header-right .hc-ssi-lang-item{
    display: none !important;
  }
  .hc-ssi-header-right ul li {
    display: block;
  }
  .hc-ssi-header-right nav li a {
    display: block;
    padding: 10px 0;
  }
  .hc-ssi-header-right .hc-ssi-sub-menu li a {
    font-size: 19px;
  }
  .hc-ssi-header-btn {
    margin-top: 30px;
  }

.hc-ssi-header-nav {
    padding-top: 35px;
  }

  .hc-ssi-header-right nav li a {
    font-size: 25px;
    color: #000;
  }
  .hc-ssi-lang-item ul li {
    border: none;
  }
  .d-inline-block.hc-ssi-header-btn .btn {
    color: #000;
  }
  .hc-ssi-fixed-header .hc-ssi-header-right nav li a {
    color: #000!important;
  }
  .hc-ssi-header .logo img {
    width: 130px;
  }
  .hc-ssi-toggle-link {
    font-size: 26px;
  }
  .hc-ssi-header-right .hc-ssi-toggle-link {
    transform: rotate(275deg);
    -webkit-transform: rotate(275deg);
    -moz-transform: rotate(275deg);
    -o-transform: rotate(275deg);
    top: 10px;
  }
  .hc-ssi-header-right nav ul li:hover .hc-ssi-toggle-link {
    transform: rotate(275deg);
    -webkit-transform: rotate(275deg);
    -moz-transform: rotate(275deg);
    -o-transform: rotate(275deg);
  }
  .hc-ssi-header-right nav ul li .hc-ssi-toggle-link.active {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .hc-ssi-header .header-right-bg{
    background-color: #fff;
  }

  .hc-ssi-header .header-right-bg .social-icons-wrapper{
  display: block;
}
}

@media (max-width:1200px) {
  
	.hc-about .about-image-wrapper{
		width: 744px;
        margin-left: -280px;
	}
  .mb-lg-30 {
    margin-bottom: 30px;
}

/* Portfolio-2*/

.hc-portfolio-2-wrap .grid-sizer {
    width: calc(100% / 3);
}
  /* Portfolio Gallery*/

  .hc-portfolio-gallery .project-gallery .gallery-size {
    column-width: 16.2em;
}
  h2,
  .section-header-left h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 30px;
  }
  .btn.outline-btn {
    padding: 10px 20px;
  }
  .hc-ssi-header-right nav li {
    margin: 0 5px;
  }
  .hc-slider .slick-slide {
    padding: 0 50px;
  }
  .hc-ssi-lang-item ul li {
    width: 43px;
    height: 50px;
    line-height: 45px;
  }
  .hc-ssi-booking-category-list li {
    font-size: 13px;
  }
}

@media (max-width:992px) {
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }

   /* Mission*/

   .hc-mission .row .col-lg-6:nth-child(3){
    order: 4;
   }
   
  /* Footer*/
  .hc-footer .footer-bottom .footer-bottom-content{
    display: block;
    text-align: center;
  } 

  /* coming soon*/
  .hc-coming-soon .coming-soon-inner{
    width: 100%;
  }
  
  /* Portfolio Gallery*/

  .hc-portfolio-gallery .project-gallery .gallery-size {
    column-width: 24em;
}

/* Portfolio Detail*/

.portfolio-detail .portfolio-image img.full-width{
  width: auto;
}

/* About us*/
  .hc-about .about-image-wrapper{
    margin-top: 30px;
    height: auto;
    width: 100%;
    margin-left: 0;
}
  .hc-about .about-content-wrapper .more-info{
	text-align: left;
}
  .hc-about .about-image-wrapper .col-sm-6 {
    width: 50%;
    float: left;
}
.hc-about .about-content-wrapper{
	padding: 0;
}

/* Portfolio*/ 

.hc-portfolio-2 .project-img{
  width: calc(100% / 2);
}
  
  /* blog-detail */
  .sidebar-wrapper {
    margin-top: 50px;
  }
  .btn.outline-btn {
    font-size: 13px;
  }
  .hc-ssi-lang-item ul li {
    width: 43px;
    height: 43px;
    line-height: 40px;
  }
  .hc-slider .slick-slide {
    padding: 0 35px;
  }

  /* shop-right */

  .hc-shop .column-reverse{
    flex-direction: column-reverse; 
  }

  .hc-shop .column-reverse .sidebar-wrapper{
    margin-top: 0;
    margin-bottom: 50px;
  }

  /* shop detail */

  .shop-detail-content {
        margin-top: 60px;
    }

    .cw-product-promo.mt-50{
      margin-top: 50px;
    }

    /* event detail */

    .event-detail .blog-detailed-post .event-icon-box{
      margin-bottom: 0;
    }

    .event-detail .blog-detailed-post p.mt-25{
      margin-top: 25px;
    }

    /* Team detail */

    .team-detail-sec .member-descr{
      padding-left: 0;
      margin-top: 50px;
    }

}

@media (max-width:767px){

  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }

.hc-ssi-hero-content h1{
  font-size: 70px;
}

  /* Portfolio-2*/

.hc-portfolio-2-wrap .grid-sizer {
    width: calc(100% / 1);
}

  /* FAQ*/
  .hc-faq #accordion1 .card .card-header .card-link{
    font-size: 18px;
  }

  /* coming soon*/
  .hc-coming-soon .timer{
    flex-wrap: wrap;
  }
  .hc-coming-soon .timer>div{
    margin: 34px 10px;
  }

  /* Portfolio Gallery*/

  .hc-portfolio-gallery .project-gallery .gallery-size {
    column-width: 19em;
}
.hc-portfolio-gallery .pro-img {
    width: 100%;
}
  /* About us*/
  
  .hc-book-room .hc-ssi-booking-content {
    margin-left: 0;
    margin-top: 0;
  }

  /* booking-2*/

  .booking-2 .col-reverse{
      flex-direction: column-reverse;
  }

  /* Portfolio*/ 

.hc-portfolio-2 .project-img{
  width: calc(100% / 1);
}

/* Portfolio Detail*/

.portfolio-detail .portfolio-image .project-info{
  padding: 40px;
} 


  h2,
  .section-header-left h2 {
    font-size: 30px;
  }


  .hc-slider .slick-slide {
    padding: 0 15px;
  }
  .hc-slider-image img {
    width: 100%;
    height: 400px;
  }
  .hc-ssi-booking-image img {
    height: 300px;
  }
  .hc-ssi-booking-category {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
  .hc-ssi-booking-content {
    margin-left: 0;
    margin-top: 0;
  }
  .hc-ssi-booking-category-list .slick-next {
    right: 0;
  }
  .hc-ssi-booking-category-list .slick-prev {
    left: 0;
  }
  
  .hc-slider .slick-next {
    right: -2px;
  }
  .hc-slider .slick-prev {
    left: -2px;
  }
  .hc-ssi-booking-category-list .slick-list {
    padding: 0px 20px;
  }
  .hc-ssi-booking-category-heading h2:after {
    content: "";
    background: #000;
    width: 120px;
    height: 7px;
    display: block;
    vertical-align: middle;
    margin-top: 15px;
  }
}

@media (max-width:600px) {
  .hc-slider-image img {
    height: 300px;
  }
  .hc-ssi-hero-content {
    left: 5%;
  }
}

@media (max-width:576px) {

  .hc-ssi-hero-content h1{
  font-size: 50px;
}

  .hc-ssi-hero .video-wrapper{
    display: none;
  }
  .user-comments .comment .comment-box .about-author {
    width: 100%;
    margin-top: 15px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .modal-body {
    padding: 20px;
}

  /* sigin*/
  .hc-signin .hc-404-content .hc-404-title{
    font-size: 50px;
  }
  .hc-signin .hc-404-content .hc-404-text{
    font-size: 14px;
  }

  /* Portfolio Gallery*/

  .hc-portfolio-gallery .project-gallery .gallery-size {
    column-width: 22em;
}

  /* Portfolio*/

.hc-portfolio .hc-tab-wrap ul{
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 1px;
    padding: 0;
}
.hc-portfolio .hc-tab-wrap ul li a {
    padding: 10px;
}

/* Shop left */

.shop-products-wrapper .filter-top {
    display: block;
}
.shop-products-wrapper .filter-top p {
    padding-bottom: 20px;
}

/* shop detail */

  .shop-detail-content .quantity-box {
        height: 58px;
    }

    .shop-detail-content .quantity-cart .cart-btn {
        padding-left: 0;
        padding-top: 20px;
    }

    .product-description .nav-tabs .nav-link{
      margin-bottom: 10px;
    }
    
    .product-description .tabs .tab-content {
      padding: 0;
    }

    /* Team detail */

    .team-detail-sec .title-descr{
      display: block;
    }

    .team-detail-sec .title-descr .title{
      margin-bottom: 15px;
    }

    .team-detail-sec ul.contact-list li{
      font-size: 16px;
    }
  
  /* Footer*/
  
  .hc-footer .footer-bottom .footer-bottom-content .footer-bottom-copyright {
    margin-bottom: 15px;
  }
  .hc-footer .footer-bottom .footer-bottom-content li {
    display: block;
  }
  .footer-bottom .footer-bottom-content li:not(:last-child):after {
    content: none;
  }
}