.siteLoaded {
  display: none
}

.siteLoading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.fromPrice {
  font-size: 1rem !important;
}

.servicetitle {
  font-size: 1.5rem !important;
  text-align: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #dee2e6;
}

.megamenulink {
  color: white !important;
  font-size: 15px;
  font-weight: 600;
}

.headerSearch {
  border-color: #4D90FE !important;
  background-color: #4D90FE !important;
}

.megamenu-items-val {
  font-size: 16px;
  font-weight: 600;
  color: #29398d;
  padding: 5px 20px;
}

.img-thumbnail {
  width: 100%;
}

.menuImage {
  border-radius: 50px;
  border: none;
  padding: 20px;
}

.header-top-bar {
  padding-top: 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.form-control:focus {
  box-shadow: none;
}

.header-top-bar .social-icon {
  margin: 0 1rem 0 0;
}

.header-top-bar .social-icon.fa-facebook {
  color: #3b5999;
}

.header-top-bar .social-icon.fa-twitter {
  color: #55acee;
}

.header-top-bar .social-icon.fa-instagram {
  color: #e4405f;
}

.header-top-bar .social-icon.fa-pinterest {
  color: #bd081c;
}

.header-top-bar .social-icon.fa-linkedin {
  color: #0077b5;
}

.app {
  padding-bottom: 0px;
}

/*
---------------------------------------------
banner
---------------------------------------------
*/

.main-banner {
  border-bottom: 2px dotted #eee;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42, 42, 42, .97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-banner .right-content .right-first-image .thumb .hover-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.categoryImg {
  opacity: 1.0;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
}
.categoryImg:hover {
  opacity: 0.7;
  transition: opacity .55s ease-in-out;
  -moz-transition: opacity .55s ease-in-out;
  -webkit-transition: opacity .55s ease-in-out;
}