/**
* Template Name: Vlava - v4.6.0
* Template URL: https://bootstrapmade.com/vlava-free-bootstrap-one-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Raleway", sans-serif;
  color: #414c64;
  font-size: 18px;
  line-height: 1.7;
}

/*--------------------------------------------------------------
# Admin Header
--------------------------------------------------------------*/

section.admin-menu {
  background-color: #886c52;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  section.admin-menu {
      background-color: #000;
      position: relative;
      top: 0;
      z-index: 9999;
      width: 100%;
      padding: 0;
      display: none;
  }
}
a {
  color: #b59d7c;
  text-decoration: none;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #00aaff;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #e72323;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
      transition-delay: 0 !important;
  }
}

.admin-menu .navbar a {
  padding: 8px;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #000000;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}
#topbar .contact-info a {
  line-height: 0;
  color: #00aaff;
  transition: 0.3s;
  margin-right: 15px;
  font-size: 15px;
}
#topbar .contact-info a:hover {
  color: #fff;
}
#topbar .contact-info i {
  color: #00a7fb;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #fff;
}
a.btn-get-quote {
  background-color: #00aaff;
  color: #fff;
  font-size: 17px;
  line-height: 40px;
  display: inline-block;
  padding: 0 15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #ffffff;
  transition: all 0.5s;
  z-index: 997;
  height: 160px;
  /* position: fixed; */
  width: 100%;
  padding: 20px 0;
  padding-bottom: 12px;
}

#header.fixed-top {
  background: #fff;
  height: 100px;
}
#header.fixed-top img.img-fluid {
  max-height: 80px;
}
#header.fixed-top .navbar a {
  padding: 38px 30px 38px 30px;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  width: 300px;
}
.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  margin-left: 5px;
}
.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
  font-size: 14px;
  color: #000000;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  background: transparent;
  color: #b59d7c;
}
.navbar .active a {
  color: #b59d7c;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #fff;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
      left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #cc1616;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
      display: block;
  }

  #home_popup .modal-dialog {
      min-width: auto !important;
  }

  .navbar ul {
      display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #cc1616;
  background: none;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #cc1616;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  background-position: center center;
}
#hero:before {
  /*content: "";
background: rgba(0, 0, 0, 0.5);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;*/
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}
#hero .btn-get-started:hover {
  background: #00aaff;
  border-color: #00aaff;
}

#hero.removals {
  background: url("../img/removals-banner.jpg") no-repeat;
  background-size: cover;
}
#hero.moving-tips {
  background: url("../img/moving-tips-banner.jpg") no-repeat;
  background-size: cover;
}
#hero.storage {
  background: url("../img/stroage-banner.jpg") no-repeat;
  background-size: cover;
}
#hero.relocating {
  background: url("../img/relocating-banner.jpg") no-repeat;
  background-size: cover;
}
#hero.contactbanner {
  background: url("../img/contact-banner.jpg") no-repeat;
  background-size: cover;
}
#hero.gallery-banner {
  background: url("../img/gallery-banner.jpg") no-repeat;
  background-size: cover;
}
#hero.review-banner {
  background: url("../img/reviews-banner.jpg") no-repeat;
  background-size: cover;
}

@media (max-width: 1024px) {
  #hero {
      height: calc(100vh - 395px);
  }
}

@media (min-width: 1024px) {
  #hero {
      background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #header {
      height: auto;
  }
  #header .logo img {
      width: 240px;
  }
  #header.fixed-top .navbar a {
      padding: 14px 30px 14px 30px;
  }
  #hero {
      text-align: center;
  }
  #hero .container {
      padding-top: 80px;
  }
  #hero h1 {
      font-size: 28px;
      line-height: 36px;
  }
  #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
  }
}

.page-banner img {
  width: 100%;
}
.photo-gallery {
}
.photo-gallerys h1 {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.photo-gallerys h4 {
  color: #666666;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.photo-gallerys p {
  color: #666666;
  font-size: 16px;
}
.photoGallery li p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 0;
}
.photo-gallerys a {
  color: #666666;
  font-size: 16px;
}
.photo-gallerys a:hover {
  color: #b59d7c;
  font-size: 16px;
}
.gallery-item {
  margin-bottom: 25px;
}
section#gallery {
  background-color: #f7f8fa;
}
.gallery ul {
  list-style: none;
  padding: 0;
}

.gallery a.btn.btn-white {
  border: 2px solid #00aaff;
  border-radius: 0;
  margin-top: 17px;
  color: #00aaff;
}
p.photogalleypagealbum-text {
  min-height: 210px;
}

@media (min-width: 991px) and (max-width: 1024px) {
  p.photogalleypagealbum-text {
      min-height: 289px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .services .photogalleypagealbum .icon-box {
      padding: 33px 15px;
  }

  p.photogalleypagealbum-text {
      min-height: 247px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 50px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin-bottom: 15px;
}
.section-title h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #666666;
  position: relative;
  z-index: 2;
  letter-spacing: 2px;
}
.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: #666666;
}
@media (max-width: 575px) {
  .section-title h2 {
      font-size: 28px;
      margin-bottom: 15px;
  }
  .section-title span {
      font-size: 38px;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h2 {
  font-size: 64px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 8px;
  margin-top: 6px;
}

.about p {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}
.about .content h3 {
  font-weight: 300;
  font-size: 32px;
  color: #000000;
  margin-bottom: 20px;
  line-height: 46px;
}
.about .content h4 {
  font-weight: 500;
  font-size: 25px;
  color: #000000;
  margin-bottom: 20px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #00aaff;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 10px;
}
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}
.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}
.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #cc1616;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}
.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}
.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  filter: none;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .clients img {
      width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
section#services {
  background-color: #f1ece6;
}
.services .container-fluid {
  padding: 0 60px;
}
.services .icon-box {
  background-color: #fff;
  text-align: left;
  padding: 33px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  padding-top: 0;
}
.services .icon-box .icon {
  /* margin-left: -20px; */
  /* margin-right: -20px; */
  margin-bottom: 45px;
  margin-top: 20px;
}
.services .icon-box a.btn {
  border: 2px solid #00aaff;
  border-radius: 0;
  margin-top: 17px;
  color: #00aaff;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}
.services .icon-box h4 a {
  color: #191919;
}
.services .icon-box p {
  line-height: 26px;
  margin-bottom: 0;
  color: #666666;
  font-size: 15px;
  font-weight: normal;
}
.why-buy h1 {
  color: #000000;
  font-size: 50px;
  margin-bottom: 20px;
  margin-top: 33px;
  margin-bottom: 30px;
}
.why-buy ul {
  padding-left: 0;
}
.why-buy li {
  background: url("../images/tik.png");
  list-style: none;
  padding-left: 0;
  color: #666666;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  padding-left: 30px;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .services .container-fluid {
      padding: 0 15px;
  }
  .home-ab2-image img.img-fluid {
      margin-left: -12px !important;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
section#testimonials {
  background: url("../images/testimonialbg.jpg") center center;
  background-size: cover;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 10px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: transparent;
  min-height: auto;
  display: flex;
  flex-direction: column;
  /* text-align: center; */
  transition: 0.3s;
  text-align: center;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials h2 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.testimonials p {
  color: #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
}
.testimonials p.text-center a {
  border: 2px solid #ffffff;
  border-radius: 0;
  margin-top: 17px;
  color: #fff;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
      opacity: 1;
  }
  .testimonials .swiper-pagination {
      margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
      opacity: 1;
  }
}

.g-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonials .testimonial-item {
      min-height: 272px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .testimonials .testimonial-item {
      min-height: 552px;
      margin: 40px 12px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box.info-box1 {
  padding-bottom: 17px;
  padding-top: 8px;
}
.contact .info-box i {
  font-size: 32px;
  color: #00aaff;
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 0;
}
.contact .info-box a {
  color: #414c64;
  font-size: 17px;
}
.contact h3 {
  color: #000000;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.contact p {
  color: #666666;
  font-size: 16px;
}
.contact a {
  color: #666666;
  font-size: 16px;
}
.contact a:hover {
  color: #b59d7c;
}
.contact .php-email-form {
  box-shadow: none;
  padding: 0;
}
.contact-us .map.d-none {
  display: block !important;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #cc1616;
}
.contact .php-email-form input {
  padding: 10px 15px;
  border: 1px solid #999999;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
  border: 1px solid #999999;
}
.contact .php-email-form button[type="submit"] {
  background-color: #333333 !important;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #e82d2d;
}
@-webkit-keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f7f7;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 0;
  padding-bottom: 25px;
}
.social {
  margin-bottom: 10px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #00aaff;
  text-align: center;
  padding: 30px 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.social a {
  font-size: 30px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.social a:hover i {
  color: #fff;
}
#footer .footer-top .social-links a:hover {
  background: #00aaff;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00aaff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #00aaff;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00aaff;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #e82d2d;
}
section#contact {
  padding: 80px 0;
  background-color: #fff;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
}
#footer .credits {
  padding-top: 11px;
  text-align: center;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}
#footer .credits a {
  color: #000;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
      margin: -20px 0 30px 0;
  }
}

.servicespage .about-top h3 {
  text-align: left;
  color: #414c64;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 17px;
}
.about-bottom {
  background-color: #f6f9fa;
  padding: 60px 0;
  margin-top: 60px;
}
.about-top li {
  list-style: none;
  color: #444444;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 30px;
}
.servicespage .cta {
  margin: 70px 0;
}
.about-top ul {
  padding-left: 0;
}
.about-top li i {
  color: #85b0be;
  margin-right: 8px;
}
.photo-gallerys {
  background-color: #f3f3f3;
  padding: 80px 0;
}
.photoGallery {
  margin-top: 30px;
}
.photoGallery li {
  list-style: none;
  margin-bottom: 45px;
}
.photoGallery li img {
  border: 3px solid #a7a7a7;
}
.photo-gallerys a.btn-get-started.scrollto {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 17px 55px;
  transition: 0.5s;
  background-color: #000000;
  color: #fff;
}
.page p {
  color: #666666;
}
p.whybuyp {
  margin-top: 30px;
}
.blog-pagination li.disabled {
  cursor: not-allowed;
}
#gallery li img {
  width: 100%;
}
.blog-pagination li {
  list-style: none;
}
.blog-pagination li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#cookie_bar {
  background-color: #0000007a;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  color: #ffffff;

  font-size: 18px;
  height: 100vh;
}

#cookie_bar a {
  color: #ffffff;
  text-decoration: underline;
}
#Cookie {
  background-color: #0993d7;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 100px;
  display: inline-block;
  text-transform: uppercase;
}
#cookie_bar a.ctcc-more-info-link {
  color: #0993d7;
  border: 1px solid #0993d7;
  text-decoration: none;
  display: inline-block;
  padding: 15px 83px;
}
.privacy-box h3 {
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #000;
}
#cookie_bar p {
  color: #000;
}
.cookie-content {
  background: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 50px 30px;
  margin: 0;
}

#cookie_bar-privacy {
  height: auto;
}
#cookie_bar-privacy .cookie-content.clearfix {
  padding: 11px 50px;
}
#cookie_bar-privacy a.ctcc-more-info-link {
  color: #6c00a1;
  border: 1px solid #6c00a1;
  text-decoration: none;
  display: inline-block;
  padding: 15px 93px;
}

@media only screen and (max-width: 991px) {
  #cookie_bar {
      padding: 0;
      z-index: 99999;
      padding-left: 0;
  }
  #cookie_bar p {
      color: #000;
      font-size: 15px;
      line-height: 22px;
  }
  #cookie_bar h3 {
      margin-top: 0;
      margin-bottom: 8px;
      font-size: 20px;
  }
  #cookie_bar .text-right {
      text-align: center;
  }
  #cookie_bar .col-md-4 p {
      display: inline-block;
  }
  #cookie_bar .btn {
      min-width: auto;
      padding: 8px 20px;
      display: inline-block;
  }
  #cookie_bar .btn.btn-primary {
      color: #fff;
  }
  #cookie_bar .btn:after {
      content: "";
      width: auto;
  }
  #cookie_bar .text-right p {
      display: inline-block;
      width: 50%;
  }
  #cookie_bar a.ctcc-more-info-link {
      text-decoration: none;
      padding: 11px 15px;
      width: 100%;
  }
  #cookie_bar .col-sm-4 p {
      display: inline-block;
      width: 47%;
      margin-right: 17px;
      text-align: center;
  }
  #Cookie {
      cursor: pointer;
      padding: 11px 17px;
      display: inline-block;
      text-transform: uppercase;
      width: 47%;
      text-align: center;
  }
  .cookie-content {
      position: fixed;
      bottom: 0;
      width: 100%;
      padding: 15px;
      margin: 0;
  }
  .cookie-content .col-sm-8,
  .cookie-content .col-sm-4 {
      width: 100%;
  }
  .services .icon-box {
      margin-bottom: 25px;
  }
}
@media only screen and (max-width: 379px) {
  #cookie_bar a.ctcc-more-info-link {
      text-decoration: none;
      padding: 11px 10px;
      width: 100%;
  }
  #cookie_bar .col-sm-4 p {
      display: inline-block;
      width: 47%;
      margin-right: 14px;
      text-align: center;
  }
}

@media only screen and (max-width: 1400px) {
  .servicespage .about-top h3 {
      font-size: 27px;
  }
  .contact .info-box a {
      color: #414c64;
      font-size: 17px;
      word-break: break-all;
      padding: 0 5px;
  }
  .contact .info-box {
      min-height: 200px;
  }
}
@media only screen and (max-width: 1000px) {
  .contact .php-email-form {
      margin-top: 50px;
  }
  .photogalleypagealbum .offset-md-2 {
      margin-left: 0;
  }
}
/*Sticky sidebar*/

.stickyicon-list {
  position: fixed;
  top: 400px;
  transform: translateY(-50%);
  z-index: 9999;
  right: 0;
}
.stickyicon-list a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.5s ease;
  color: white;
  font-size: 20px;
}
/* HOver affect on sticky social media icons */
.stickyicon-list a:hover {
  color: #000;
  /*width:10px; */
}

/* Now we have to design each icon of social media */
.facebook {
  background: #3b5998;
  color: white;
}
.twitter {
  color: white;
  background: #00acee;
}
.linkedin {
  background: #0e76a8;
  color: white;
}
.google {
  color: white;
  background: #db4a39;
}
.instagram {
  background: #3f729b;
  color: white;
}
.youtube {
  color: white;
  background: #c4302b;
}
@media only screen and (max-width: 1400px) {
  .navbar a,
  .navbar a:focus {
      padding: 20px 15px 20px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  #header .logo img {
      max-width: 290px;
      width: 290px;
  }
  .navbar a,
  .navbar a:focus {
      padding: 20px 10px 20px 10px;
  }
}

@media only screen and (max-width: 979px) {
  #header.fixed-top .navbar a {
      padding: 12px 30px 20px 30px;
  }
}
/*sticky sidebar end */

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  header#header {
      height: auto;
  }
  #header .container.d-flex.align-items-center.justify-content-between {
      display: block !important;
      text-align: center;
  }
  #header .logo {
      width: auto !important;
  }
  #header .logo img {
      max-width: 100%;
      width: 330px;
  }

  nav#navbar div#myNavbar {
      display: block !important;
      text-align: center;
  }
  nav#navbar div#myNavbar {
      display: block !important;
      text-align: center;
  }
  nav#navbar div#myNavbar ul.nav.navbar-nav {
      display: inline-flex;
  }
}

@media only screen and (max-width: 767px) {
  /*#header .logo img {
  max-height: 95px;
}*/
  .why-buy h1 {
      font-size: 35px;
  }
  .slide {
      display: none !important;
  }
  .m-slide.d-none {
      display: block !important;
  }
  .m-slide.d-none .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
}

@media only screen and (min-width: 970px) and (max-width: 1200px) {
  #header .logo {
      width: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .testimonials .testimonial-item {
      min-height: 471px;
      padding: 20px;
  }
}

.cookie {
  padding-top: 170px;
}
.cookie h1 {
  text-align: left;
  color: #414c64;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-top: 20px;
}
.cookie h2 {
  text-align: left;
  color: #414c64;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 17px;
}

/*new slide*/
.slide-text {
  position: absolute;
  top: 40%;
}
.slide-text h1 {
  margin: 0 0 10px 0;
  font-size: 60px;
  font-weight: normal;
  line-height: 54px;
  text-transform: capitalize;
  color: #fff;
  font-family: "Playfair Display", serif;
  text-shadow: 2px 2px #000000b0;
  margin-bottom: 34px;
}
.slide-text h1 span {
  font-size: 40px;
  line-height: 18px;
}
.slide-text h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}
.slide-text .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 17px 55px;
  transition: 0.5s;
  background-color: #000000;
  color: #fff;
}
.slide-text .btn-get-started:hover {
  background: #fff;
  border-color: #fff;
  color: #000 !important;
}
.home-ab2-image img.img-fluid {
  margin-left: -27px;
}
@media (max-width: 1200px) {
  .slide-text {
      position: absolute;
      top: 20%;
  }
  .slide-text h1 span {
      line-height: 48px;
  }
}

@media (max-width: 768px) {
  .slide-text {
      position: absolute;
      top: 20%;
      padding: 0 10px;
  }
  .slide-text h1 {
      font-size: 28px;
      line-height: 36px;
  }
  .slide-text h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
  }
  #topbar .contact-info i {
      display: none;
  }
  section#topbar {
      height: auto;
  }
  .contact-info.d-flex.align-items-center {
      display: block !important;
      text-align: center;
  }
  .slide .bx-viewport {
      height: 400px;
  }
  .slide .bx-wrapper img {
      height: 400px;
  }
  section {
      padding: 15px 0;
      overflow: hidden;
  }
  .about h2 {
      font-size: 40px;
  }
  .about-bottom {
      background-color: #f6f9fa;
      padding: 30px 0;
      margin-top: 60px;
  }
  .testimonials .testimonial-item {
      padding: 15px;
      margin: 40px 3px;
  }
}

.bx-wrapper .bx-controls-direction a {
  z-index: 1 !important;
}
.bx-wrapper img {
  width: 100%;
}

/*Event*/

.events {
  padding: 100px 0;
}
.events .nav-tabs {
  border: 0;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 20px #d4d4d4;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 60px;
}
.events .nav-tabs li {
  border: 0;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  float: none;
}
.events .nav-tabs li a {
  background-color: transparent;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  padding: 15px 30px;
  line-height: 50px;
}
.events .nav-tabs li a:hover {
  border: 0;
  color: #000;
}
.events.nav-tabs > li.active > a,
.events .nav-tabs > li.active > a:focus,
.events .nav-tabs > li.active > a:hover {
  border: 0;
  color: #fff;
}
.events .nav-tabs li.active a {
  background: -webkit-linear-gradient(180deg, rgba(37, 172, 225, 1) 0%, rgba(31, 109, 173, 1) 100%);
  background: -moz-linear-gradient(270deg, rgba(37, 172, 225, 1) 0%, rgba(31, 109, 173, 1) 100%);
  background: linear-gradient(270deg, rgb(0 0 0) 0%, rgb(181 157 124) 100%);
  color: #ffffff;
  margin: 0;
}
.events .tab-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.event-grid {
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  overflow: hidden;
}
.event-grid .title {
  margin-bottom: 30px;
  margin-top: 0;
}
.event-grid .cat_name {
  background-color: #548ab7;
  position: absolute;
  top: 20px;
  left: 45px;
  border-radius: 25px;
  color: #ffffff;
  padding: 0 15px;
  font-weight: 700;
  font-size: 13px;
}
.event-grid .desc {
  padding: 30px;
  font-size: 18px;
}
.event-details {
  font-size: 18px;
  padding-top: 50px;
}
.event-sidebar {
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
  padding: 40px;
  font-size: 18px;
  margin-top: 50px;
}
.event-sidebar li {
  background-image: url(../images/bullet.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 30px;
  margin-bottom: 15px;
}
.event-details .btn-submit {
  margin: 20px 0;
}
#eventRegistration h2 {
  margin-bottom: 30px;
}
#eventRegistration .btn-submit {
  margin: 0;
}
.event-details .btn.btn-primary {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 17px 55px;
  transition: 0.5s;
  background-color: #000000;
  color: #fff;
  border: 0;
}
.other-events {
  background-color: #f5f5f5;
  margin-top: 50px;
  padding: 60px 0;
}
.other-events h2 {
  margin-bottom: 30px;
  margin-top: 0;
}
.other-post {
  margin-top: 30px;
}
.other-post .row {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.other-post h4 {
  margin-top: 0;
}
.filter {
  margin-bottom: 30px;
}
.filter .form-control {
  border-radius: 5px;
  font-weight: 400;
  line-height: 39px;
}
.filter .btn {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  color: #8c8c8c;
  text-transform: none;
  font-weight: 400;
  font-size: 18px;
  padding: 12px 20px;
  background-color: #fff;
}
.event-sidebar ul {
  padding-left: 0;
  list-style: none;
}
div#eventRegistration {
  margin-top: 50px;
}
#eventForm .form-control {
  margin-bottom: 20px;
  border-radius: 0;
  line-height: 37px;
}
.news-grid h2.title-2 {
  font-size: 1.5rem;
  min-height: 61px;
}
.news-single .pull-left.col-sm-6 {
  padding-right: 15px;
}
.news-single p {
  text-align: justify;
}
.card-date {
  word-break: break-all;
}
section.page.newsevent {
  background-color: #f1ece6;
}

section.page.newsevent a.btn-get-started.scrollto {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 17px 55px;
  transition: 0.5s;
  background-color: #000000;
  color: #fff;
}
.page.newsevent p,
.page.newsevent h4 {
  color: #000000;
}
.page.newsevent h4 {
  margin-bottom: 20px;
}
section.page.newsevent h2.neweventmiddle {
  color: #000000;
  font-size: 40px;
  margin-top: 70px;
}

.price-list .page {
  background-color: #f1ece6;
}
.why-buy.price-list h4 {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.price-chart-box {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  margin-bottom: 30px;
}
.price-chart-box h2 {
  background-color: #bba587;
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: Poppins;
  padding: 20px;
  line-height: 30px;
}
.price-chart-box h4 {
  color: #000000;
  font-size: 15px;
  font-family: "Poppins";
  font-weight: normal;
  padding: 20px;
  line-height: 30px;
  padding-right: 7px;
  margin: 0;
}
.price-chart-box h4:nth-child(even) {
  background: #ffffff;
}
.price-chart-box h4:nth-child(odd) {
  background: #f6f4f2;
}
.modal-header {
  background-color: #bba587;
  color: #fff;
}
#event_popup p {
  font-size: 15px;
}

@media (max-width: 1024px) {
  section.page.newsevent p.artfinder2 img {
      width: auto;
  }
  section.page.newsevent img {
      width: 100%;
  }
}

.panoramic {
  margin: 20px auto 0;
}
.page_162 {
  background-color: #f3f3f3;
}
.page_162 p {
  margin: 0;
}
.page_162 p.desc {
  font-size: 14px;
}

.why-buy.row h1 span {
  font-size: 47px;
}

#home_popup .modal-dialog {
  min-width: 650px;
}

.why-buy a.btn-get-started.scrollto{text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 17px 55px;
    transition: 0.5s;
    background-color: #000000;
    color: #fff;
}


.panoramic a.btn-get-started.scrollto{text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 17px 55px;
    transition: 0.5s;
    background-color: #000000;
    color: #fff;
}
.price_bt_center{ text-align: center;}

.page_72.photo-gallery h2 {
    color: #000;
    font-weight: 600;
}


.services a.btn-get-started.scrollto {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 17px 55px;
    transition: 0.5s;
    background-color: #000000;
    color: #fff;
    margin-top: 25px;
}

.panoramic img {
    border: 3px solid #a7a7a7;
}
.local h1 {
    display: none;
}
    
    
    