/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
.kc_row_inner, .kc-row-container .kc-wrap-columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* Owl carousel arrow */
.owl-dots {
    bottom: 0;
}
.owl-nav {
    width: 100%;
    left: 0%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}
.owl-prev,
.owl-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    background: #000;
}
.hero-slider-inner.owl-carousel .owl-item img {
  height: 100%;
  transform: translateX(-10%);
  width: auto;
}

/* Slick slider Arrow */

.event-slider .slick-arrow {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  z-index: 1;
  transition: 0.3s;
}
.event-slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
  color: #D32D0B;
}
.event-slider .slick-prev {
  left: 0;
}
.event-slider .slick-next {
  right: 0;
}

.post-link {
  margin-bottom: 10px;
}
.post-heading {
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.post-meta li {
  line-height: 1;
}
.post-body p {
  line-height: 24px;
  margin: 10px 0 15px;
}
.about-slider .owl-dots {
  bottom: 20px;
}
.blog-area .post-row, .blog-area .post-row2 {
  padding: 0;
}
.service-item img{
  width: 100%;
}
.kc_single_image img, .kc_single_image{
  height: 100% !important;
}
}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .site-title {
    padding: 15px 0;
  }

  .kc_row_inner, .kc-row-container .kc-wrap-columns {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  /* Owl carousel arrow */
  .owl-dots {
      bottom: 0;
  }
  .owl-nav {
      width: 100%;
      left: 0%;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
  }
  .owl-prev,
  .owl-next {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 25px;
      line-height: 30px;
      text-align: center;
      background: #000;
  }
  .hero-slider-inner.owl-carousel .owl-item img {
    height: 100%;
    transform: translateX(-10%);
    width: auto;
  }

  /* Slick slider Arrow */

  .event-slider .slick-arrow {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    z-index: 1;
    transition: 0.3s;
  }
  .event-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    color: #D32D0B;
  }
  .event-slider .slick-prev {
    left: 0;
  }
  .event-slider .slick-next {
    right: 0;
  }

  .post-link {
    margin-bottom: 10px;
  }
  .post-heading {
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .post-meta li {
    line-height: 1;
  }
  .post-body p {
    line-height: 24px;
    margin: 10px 0 15px;
  }
  .about-slider .owl-dots {
    bottom: 20px;
  }
    
  .hero-caption-inner h1 {
    font-size: 75px;
    line-height: 80px;
    margin-bottom: 30px;
    opacity: 1;
  }
  .gallery-area .gallery-item{
    width: 50% !important;
  }
  .blog-area .row div[class*="col-"] {
    margin: 15px 0;
  }
  .footer-top-area .row {
      display: flex;
      flex-wrap: wrap;
  }
  a#scrollUp {
    bottom: 85px;
  }
  .logged-in header.header-transparent, 
  .logged-in .header-area.sticky {
    top: 46px;
  }
  .mean-nav > ul > li > a {
    border-color: #333;
    color: #fff;
    padding: 10px 30px 10px 20px;
  }
  .service-item img{
    width: 100%;
  }
  .nig-gallery-item {
    width: 50% !important;
  }
.offer-feature {
  float: none;
  overflow: hidden;
  width: 100%;
}
.offer-short {
  float: none;
  padding: 35px 15px 40px 35px;
  position: relative;
  width: 100%;
}
.offer-short::before {
  left: -10px;
  top: 14%;
}
.offer-short::after {
  left: 0;
}
.kc_single_image img, .kc_single_image{
  height: 100% !important;
}
.breadcrumbs-area {
  padding: 60px 0;
}

}

/* small mobile :320px. */
@media (max-width: 767px) {

  html.js {
      margin-top:0px!important;
  }
  html .logged-in {
      margin-top:0px!important;
  }
  .container {
      width:300px !important;
  }
  .site-title {
    padding: 15px 0;
  }

  .kc_row_inner, 
  .kc-row-container .kc-wrap-columns {
    width: -moz-available;
  }
  .hero-slider-section .kc-row-container .kc-wrap-columns {
    width: 100% !important;
  }
  .hero-slider-section .kc_row_inner, 
  .hero-slider-section .kc-row-container .kc-wrap-columns {
    width: 100% !important;
  }

  /* Owl carousel arrow */
  .owl-dots {
      bottom: 0;
  }
  .owl-nav {
      width: 100%;
      left: 0%;
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0);
  }
  .owl-prev,
  .owl-next {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      font-size: 25px;
      line-height: 30px;
      text-align: center;
      background: #000;
  }
  .hero-slider-inner.owl-carousel .owl-item img {
    height: 100%;
    transform: translateX(-10%);
    width: auto;
  }

  /* Slick slider Arrow */

  .event-slider .slick-arrow {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    z-index: 1;
    transition: 0.3s;
  }
  .event-slider .slick-arrow:hover {
    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
    color: #D32D0B;
  }
  .event-slider .slick-prev {
    left: 0;
  }
  .event-slider .slick-next {
    right: 0;
  }
  .post-link {
    margin-bottom: 10px;
  }
  .post-heading {
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .post-meta li {
    line-height: 1;
  }
  .post-body p {
    line-height: 24px;
    margin: 10px 0 15px;
  }
  .about-slider .owl-dots {
    bottom: 20px;
  }
  .hero-caption-inner h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
    opacity: 1;
  }
  .gallery-area .gallery-item{
    width: 100% !important;
  }
  .blog-area .row div[class*="col-"] {
    margin: 15px 0;
  }
  .footer-top-area .row {
      display: flex;
      flex-wrap: wrap;
  }
  a#scrollUp {
    bottom: 85px;
  }
  .logged-in header.header-transparent {
    top: 46px;
  }
  .logged-in .header-area.sticky{
    top: 0;
  }
  .mean-nav > ul > li > a {
    border-color: #333;
    color: #fff;
    padding: 10px 30px 10px 20px;
  }
  .header-area, 
  .header-area.sticky{
    background: rgba(19, 19, 19, 0.95) none repeat scroll 0 0;
    width: 100%;
  }
  .header-top-area .row div[class*="col-"], .header-social.text-right {
      text-align: center;
  }
  .copyright-text {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-social {
    float: none;
    margin: auto;
    text-align: center;
  }
  .single-footer {
    color: #fff;
    margin: 40px 0;
  }
  .single-footer.widget.widget_nightery_description_widget {
    margin-top: 100px;
  }
  .section-title {
    font-size: 25px;
  }
  .profile-info {
    margin: 25px 0;
    width: 100%;
  }
  .service-title {
    font-size: 20px;
    line-height: 18px;
  }
  .service-item p {
    line-height: 22px;
    margin-bottom: 0;
  }
  .service-item img{
  width: 100%;
}
.nig-gallery-item {
  width: 100% !important;
}
.hero-caption {
  display: block;
  padding: 0 50px 0 50px;
  top: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(-50%);
  top: 100%;
}
.hero-caption-inner {
  display: inline-block;
  height: 100%;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
}
.hero-caption-inner p {
  width: auto;
}
.hero-caption-inner h1 {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 20px;
}
.about-content {
  padding: 50px 20px;
}

.offer-feature {
  float: none;
  overflow: hidden;
  width: 100%;
}
.offer-short {
  float: none;
  padding: 35px 15px 40px 35px;
  position: relative;
  width: 100%;
}
.offer-short::before {
  left: -10px;
  top: 14%;
}
.offer-short::after {
  left: 0;
}
.kc_single_image img, .kc_single_image{
  height: 100% !important;
}
.breadcrumbs-area {
  padding: 50px 0;
}
.breadcrumbs h1.page-title {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 0;
}
.site-title img {
  width: 80%;
}

}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
      width:90% !important;
  }
  .kc-row-container.kc-container {
      width:90% !important;
  }
  .attachment-service_box_image.size-service_box_image {
    width: 100%;
  }
  .copyright-text {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer-social {
    float: none;
    margin: auto;
    text-align: center;
  }
  .footer-bottom .col-sm-6:first-child .copyright-text, 
  .footer-bottom .col-sm-6:first-child .footer-social {
    float: none;
  }
  .footer-bottom .col-sm-6:last-child .copyright-text, 
  .footer-bottom .col-sm-6:last-child .footer-copyright-menu, 
  .footer-bottom .col-sm-6:last-child .footer-social {
    float: none;
  }
  .nig-gallery-item {
    width: 50% !important;
  }
  .offer-short::before {
    top: 19%;
  }
  .breadcrumbs-area {
    padding: 60px 0;
  }
  .breadcrumbs h1.page-title {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 5px;
  }
}