@charset "utf-8";
/* CSS Document */

/* 

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design
	
*/

/* Medium Devices, Desktops */
@media (max-width: 991px) {
  .sticky-wrapper {
    height: auto !important;
  }
  .sticky-wrapper .header-lover {
    position: relative !important;
  }
  .header-location {
    text-align: center;
    margin-bottom: 20px;
  }
  .header-top-right {
    justify-content: center !important;
  }
  .header-lover .navbar-nav {
    background-color: #fff;
    z-index: 99;
    position: relative;
  }
  .header-lover .navbar .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-lover .navbar .nav-item .nav-link {
    padding: 14px 16px;
    color: #333;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    text-align: left;
  }
  .header-lover .navbar-collapse {
    z-index: 11;
    width: 296px;
    position: absolute;
    position: absolute;
    top: 80px;
    right: 0px;
	border-top:1px solid #EDEDED;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .is-sticky .header-lover .navbar .nav-item .nav-link {
    color: #333;
  }
  .header-lover .dropdown-menu {
    margin: 0px 15px 15px 15px;
    padding: 0px;
    border: 0px;
    background-color: #ef800d;
    position: relative;
  }
  .header-lover .dropdown-menu:before {
    background-color: #f4f6f8;
  }
  .header-lover .dropdown-menu .dropdown-item:hover {
    color: #000;
  }
  .slider .carousel-item {
    height: 600px;
  }
  .call-to-action-center {
    text-align: center;
  }
  .newsletter-form {
    padding: 30px;
    width: 100%;
  }
}

/* Small Devices, Tablets */
@media (max-width: 767px) {
  .slider .carousel-item {
    height: 400px;
  }
  .slider .carousel-caption h5 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
  }
  .slider .carousel-caption h5 span {
    -webkit-text-stroke: 1px #ef800d;
  }
  .comment-single-block .comment-single-block {
    padding-left: 0px;
  }
}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {
  .header-top-right {
    display: inline-block !important;
    width: 100%;
  }
  .header-social {
    text-align: center;
    margin-bottom: 16px;
  }
  .header-top-right ul.header-top-menu {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .header-top-right ul.header-top-menu:before {
    display: none;
  }
  .header-location li a {
    margin-bottom: 10px;
    display: inline-block;
  }
  .header-location {
    margin-bottom: 10px;
  }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    display: none;
  }
  .map-box iframe {
    height: 250px;
  }
}
