@charset "UTF-8";
@font-face {
  font-family: "Belleson";
  src: url("/fonts/Belleson.eot");
  src: url("/fonts/Belleson.eot");
  src: url("/fonts/Belleson.eot?#iefix") format("embedded-opentype"), url("/fonts/Belleson.woff2") format("woff2"), url("/fonts/Belleson.woff") format("woff"), url("/fonts/Belleson.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}
.power_by
{
color:#f6d4d2;
}
.eyet{
color:#FFF ! important;
}

body {
  width: 100%;
  font-family: "Lato", sans-serif;
}

header,
section,
footer {
  width: 100%;
}

.container {
  max-width: 1300px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 10px;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.homeheader {
  width: 100%;
  position: relative;
}
.homeheader::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/11.png) no-repeat;
  bottom: 0;
  width: 100%;
  height: 74px;
  z-index: 10;
}
.homeheader .subpaheheader {
  width: 100%;
  height: 400px;
  background: url(../images/banner-bg.jpg) top fixed;
  position: relative;
}
.homeheader .subpaheheader::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/10.png) no-repeat;
  bottom: 0;
  width: 100%;
  height: 74px;
  z-index: 100;
}

.subpagetop {
  width: 100%;
  padding-top: 50px;
  line-height: 30px;
}
.subpagetop h2 {
  font-size: 20px;
  text-align: center;
}

/* -------------------------------------- Menu -------------------------- */
/*Collapse Transition */
.top {
  position: fixed !important;
  top: 0;
  background-color: transparent;
  height: 80px;
  width: 100%;
  transition: background-color 0s;
  z-index: 999;
}

.top--scrolling {
  background-color: rgba(22, 22, 22, 0.85);
  transition: background-color 0.4s;
}

.top--open {
  background-color: rgba(22, 22, 22, 0.85);
  transition: background-color 0.4s;
}

/*--------------------
  Tablet & Desktop
  --------------------*/
.navigation {
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.brand {
  position: absolute;
  float: left;
  padding-top: 10px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

.nav-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li.active {
  background: #b33f3f;
  color: #ffffff;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #b33f3f;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  background: rgba(22, 22, 22, 0.85);
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }
  nav {
    padding-top: 65px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
  }
  nav ul {
    display: none;
    background-color: #262626;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.top--scrolling .logo {
  width: 40px;
  display: flex;
  align-items: start;
}
.top--scrolling .logo img {
  max-width: 40px;
}

.caption {
  width: 100%;
  background: #ebc6c1;
  position: relative;
  padding: 50px 0 100px 0;
}
.caption::after {
  content: "";
  position: absolute;
  bottom: 0;
  background: url(../images/12.png) no-repeat;
  bottom: 0;
  width: 100%;
  height: 74px;
  z-index: 10;
  left: 0;
}
.caption .caption-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caption .caption-text h1 {
  color: #9b2626;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  width: 80%;
}

.top-content {
  width: 100%;
  position: relative;
}
.top-content::after {
  content: "";
  width: 155px;
  height: 268px;
  background: url(../images/leaf-left.png) no-repeat right top;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-content::before {
  content: "";
  width: 155px;
  height: 268px;
  background: url(../images/leaf-right.png) no-repeat left top;
  position: absolute;
  right: 0;
  top: 0;
}
.top-content .top-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 56px;
  flex-wrap: wrap;
  padding: 90px 0;
}
.top-content .top-section .box {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-content .top-section .box .img-box {
  padding: 30px;
  background: url(../images/img-bg.png);
}
.top-content .top-section .box .img-box span {
  width: 180px;
  height: 180px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.15);
  display: block;
}
.top-content .top-section .box .box-text {
  width: calc(100% - 180px);
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.top-content .top-section .box .box-text h3 {
  color: #b33f3f;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 800;
}
.top-content .top-section .box .box-text p {
  color: #525252;
  font-size: 15px;
  margin-top: 8px;
  line-height: 22px;
}

.about-section {
  width: 100%;
  position: relative;
  background: url(../images/aboutbg.png) left top no-repeat;
  padding: 100px 0 70px 0;
  background-size: contain;
}
.about-section .about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-section .about .about-left {
  width: 50%;
  padding-right: 50px;
}
.about-section .about .about-left .img1 {
  width: 80%;
}
.about-section .about .about-right {
  width: 50%;
}
.about-section .about .about-right h2 {
  color: #b33f3f;
  font-size: 28px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  line-height: 28px;
}
.about-section .about .about-right h2 span {
  font-family: "Belleson";
}
.about-section .about .about-right p {
  color: #525252;
  font-size: 17px;
  line-height: 26px;
  margin-top: 15px;
}
.about-section .about .about-right .learnmore {
  background: #fff;
  box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.75);
  padding: 6px 20px 6px 10px;
  border-radius: 40px;
  color: #525252;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.about-section .about .about-right .learnmore span {
  background: #dfb7b1;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.service-section {
  width: 100%;
  position: relative;
  background: #ebc6c1;
  padding: 70px 0 130px 0;
}
.service-section::before {
  position: absolute;
  content: "";
  background: url(../images/10.png) top center no-repeat;
  height: 70px;
  width: 100%;
  bottom: 0;
}
.service-section .service {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.service-section .service h3 {
  color: #b33f3f;
  font-size: 40px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 100%;
}
.service-section .service h3 span {
  font-family: "Belleson";
}
.service-section .service p {
  color: #525252;
  font-size: 17px;
  line-height: 26px;
  margin-top: 15px;
  text-align: center;
}
.service-section .service .servicelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 50px;
}
.service-section .service .servicelist li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.service-section .service .servicelist li a img {
  border-radius: 5px;
  border: 5px solid white;
  width: 200px;
}
.service-section .service .servicelist li a h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
  margin-top: 8px;
}

.exclusive-section {
  width: 100%;
  position: relative;
  background: #ebc6c1;
  padding: 120px 0 120px 0;
}
.exclusive-section::after {
  position: absolute;
  content: "";
  background: url(../images/9.png) top center no-repeat;
  height: 70px;
  width: 100%;
  top: 0;
}
.exclusive-section::before {
  position: absolute;
  content: "";
  background: url(../images/10.png) top center no-repeat;
  height: 70px;
  width: 100%;
  bottom: 0;
}
.exclusive-section .service {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.exclusive-section .service h3 {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.exclusive-section .service h3 span {
  font-family: "Belleson";
}
.exclusive-section .service .servicelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
}
.exclusive-section .service .servicelist li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.exclusive-section .service .servicelist li a img {
  border-radius: 5px;
  border: 5px solid #f3dad7;
  max-width: 100%;
}
.exclusive-section .service .servicelist li a h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
  margin-top: 8px;
}

.servpage-section {
  width: 100%;
  position: relative;
  background: #fff;
  padding: 0px 0 70px 0;
}
.servpage-section .service {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.servpage-section .service .servicelist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 0px;
}
.servpage-section .service .servicelist li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.servpage-section .service .servicelist li a img {
  border-radius: 5px;
  border: 5px solid #f3dad7;
  max-width: 100%;
}
.servpage-section .service .servicelist li a h4 {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
  margin-top: 8px;
}

.testimonials-section {
  width: 100%;
  padding: 100px 0;
}
.testimonials-section .testimonials-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
.testimonials-section .testim {
  width: 100%;
}
.testimonials-section .testim h3 {
  color: #000;
  font-size: 30px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.testimonials-section .testim h3 span {
  font-family: "Belleson";
}
.testimonials-section .testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px 0px 20px;
  margin: auto;
}
.testimonials-section .testim .arrow {
  display: block;
  position: absolute;
  color: #eee;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}
.testimonials-section .testim .arrow:before {
  cursor: pointer;
}
.testimonials-section .testim .arrow:hover {
  color: #ea830e;
}
.testimonials-section .testim .arrow.left {
  left: 10px;
}
.testimonials-section .testim .arrow.right {
  right: 10px;
}
.testimonials-section .testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}
.testimonials-section .testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.testimonials-section .testim .dots .dot.active,
.testimonials-section .testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}
.testimonials-section .testim .dots .dot.active {
  -webkit-animation: testim-scale 0.5s ease-in-out forwards;
  animation: testim-scale 0.5s ease-in-out forwards;
}
.testimonials-section .testim .cont {
  position: relative;
  overflow: hidden;
}
.testimonials-section .testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.testimonials-section .testim .cont > div.inactive {
  opacity: 1;
}
.testimonials-section .testim .cont > div.active {
  position: relative;
  opacity: 1;
}
.testimonials-section .testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}
.testimonials-section .testim .cont div h2 {
  color: #ea830e;
  font-size: 22px;
  margin: 15px 0;
  color: #000;
  font-weight: 600;
}
.testimonials-section .testim .cont div p {
  font-size: 20px;
  line-height: 28px;
  color: #525252;
  width: 80%;
  margin: auto;
}
.testimonials-section .testim .cont div.active .img img {
  -webkit-animation: testim-show 0.5s ease-in-out forwards;
  animation: testim-show 0.5s ease-in-out forwards;
}
.testimonials-section .testim .cont div.active h2 {
  -webkit-animation: testim-content-in 0.4s ease-in-out forwards;
  animation: testim-content-in 0.4s ease-in-out forwards;
}
.testimonials-section .testim .cont div.active p {
  -webkit-animation: testim-content-in 0.5s ease-in-out forwards;
  animation: testim-content-in 0.5s ease-in-out forwards;
}
.testimonials-section .testim .cont div.inactive .img img {
  -webkit-animation: testim-hide 0.5s ease-in-out forwards;
  animation: testim-hide 0.5s ease-in-out forwards;
}
.testimonials-section .testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out 0.4s ease-in-out forwards;
  animation: testim-content-out 0.4s ease-in-out forwards;
}
.testimonials-section .testim .cont div.inactive p {
  -webkit-animation: testim-content-out 0.5s ease-in-out forwards;
  animation: testim-content-out 0.5s ease-in-out forwards;
}
@-webkit-keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@keyframes testim-scale {
  0% {
    box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
    box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
    box-shadow: 0px 0px 10px 5px #ea830e;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #ea830e;
  }
}
@-webkit-keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes testim-content-in {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes testim-content-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@-webkit-keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes testim-show {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes testim-hide {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
@media all and (max-width: 500px) {
  .testimonials-section .testim .arrow {
    font-size: 1.5em;
  }
  .testimonials-section .testim .cont div p {
    line-height: 25px;
  }
}

.location_map {
  width: 100%;
  position: relative;
  padding: 130px 0;
  background: url(../images/map.png) fixed no-repeat bottom;
}
.location_map::after {
  position: absolute;
  content: "";
  background: url(../images/9.png) top center no-repeat;
  height: 70px;
  width: 100%;
  top: 0;
}
.location_map::before {
  position: absolute;
  content: "";
  background: url(../images/10.png) top center no-repeat;
  height: 70px;
  width: 100%;
  bottom: 0;
}
.location_map .locationrow {
  width: 100%;
}
.location_map .locationrow .location {
  display: flex;
  border-radius: 30px;
  padding: 30px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.location_map .locationrow .location li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  background: #ebc6c1;
  padding: 30px;
  border-radius: 10px;
  width: calc(50% - 30px);
}
.location_map .locationrow .location li:last-child {
  border-bottom: 0;
}
.location_map .locationrow .location li a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 22px;
  color: #000;
}
.location_map .locationrow .location li a span {
  padding-right: 10px;
}
.location_map .locationrow .location li a h5 {
  font-size: 18px;
  color: #000;
  padding-bottom: 8px;
}
.location_map .locationrow .location li a p {
  font-size: 17px;
  color: #000;
  line-height: 22px;
  padding-bottom: 7px;
}
.location_map .locationrow .location li a.callnow {
  background: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  margin-top: 8px;
  color: #b33f3f;
  font-size: 13px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.location_map .locationrow .location li a.callnow:hover {
  background: #b33f3f;
  color: #fff;
}

.footer-section {
  width: 100%;
  background: url(../images/footer-bg.jpg) center top no-repeat;
  position: relative;
}
.footer-section::after {
  content: "";
  position: absolute;
  top: 0;
  background: url(../images/9.png) no-repeat;
  bottom: 0;
  width: 100%;
  height: 74px;
  z-index: 10;
}
.footer-section .footer-top .footer-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.footer-section .footer-top .footer-row .logo {
  width: 100%;
  text-align: center;
}
.footer-section .footer-top .footer-row .footer-nav ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #745c5b;
  border-bottom: 1px solid #745c5b;
  margin-top: 20px;
  flex-wrap: wrap;
}
.footer-section .footer-top .footer-row .footer-nav ul li a {
  color: #f6d4d2;
  text-transform: uppercase;
  font-size: 18px;
}
.footer-section .footer-top .footer-row .footer-nav ul li a:hover {
  color: #fff;
}
.footer-section .footer-top .footer-row .socialmedia ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-top: 40px;
}
.footer-section .footer-top .footer-row .socialmedia ul li a {
  color: #f6d4d2;
  text-transform: uppercase;
  font-size: 18px;
}
.footer-section .footer-bottom {
  width: 100%;
  margin-top: 40px;
  border-top: 1px solid #745c5b;
}
.footer-section .footer-bottom .btm-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
  flex-wrap: wrap;
}
.footer-section .footer-bottom .btm-footer p {
  font-size: 16px;
  color: #f6d4d2;
}
.footer-section .footer-bottom .btm-footer .footlink p {
  color: #f6d4d2;
  font-size: 18px;
}
.footer-section .footer-bottom .btm-footer .footlink ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.footer-section .footer-bottom .btm-footer .footlink ul li a {
  color: #f6d4d2;
  font-size: 18px;
}
.footer-section .footer-bottom .btm-footer .footlink ul li a:hover {
  color: #fff;
}

.gallery_row {
  width: 100%;
}
.gallery_row section.res__gallery {
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto;
}
.gallery_row section.res__gallery ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.gallery_row section.res__gallery ul li {
  list-style: none;
  padding: 12px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.gallery_row .product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
  gap: 30px;
  width: 100%;
}
.gallery_row .product .itembox {
  position: relative;
  width: calc(33% - 30px);
  height: 300px;
  margin: 5px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.gallery_row .product .itembox:hover .fancybox img {
  opacity: 0.5;
}
.gallery_row .product .itembox .details {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding: 10px;
}
.gallery_row .product .itembox .details h2 {
  margin: 10px 0 0;
  text-align: center;
}
.gallery_row .product .itembox .details h2 span {
  color: #8f8f8f;
  font-size: 16px;
}
.gallery_row .product .itembox:hover .fancybox {
  transform: translateY(-100px);
}
.gallery_row .product .itembox.hide {
  display: none;
}
.gallery_row .product .itembox {
  transition: 0.5s;
}
.gallery_row .product .itembox img {
  transition: 0.5s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_row a[data-fancybox] img {
  cursor: zoom-in;
}

.listing-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 60px 0;
}

.product-box {
  width: 23%;
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 10px;
}
.product-box .text-box {
  padding-top: 15px;
}
.product-box .text-box h2 {
  font-size: 17px;
  padding-bottom: 5px;
}
.product-box .text-box h3 {
  font-size: 15px;
  padding-bottom: 5px;
}
.product-box .text-box p {
  font-size: 14px;
  padding-bottom: 5px;
}
.product-box .text-box ul {
  padding-left: 25px;
  padding-top: 5px;
}
.product-box .text-box ul li {
  list-style: circle;
}

.product-box:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.17);
}

.product-ser {
  width: 31%;
  border: 1px solid #e5e5e5;
  padding: 15px;
  border-radius: 10px;
}
.product-ser .text-box {
  padding-top: 15px;
}
.product-ser .text-box h2 {
  font-size: 17px;
  padding-bottom: 5px;
  color: #000;
}
.product-ser .text-box h3 {
  font-size: 15px;
  padding-bottom: 5px;
  color: #000;
}
.product-ser .text-box p {
  font-size: 14px;
  padding-bottom: 5px;
  color: #000;
}
.product-ser .text-box ul {
  padding-left: 25px;
  padding-top: 5px;
}
.product-ser .text-box ul li {
  list-style: circle;
  padding: 4px 0;
  color: #000;
}

.image-box {
  width: 100%;
  overflow: hidden;
  border-radius: 2% 2% 0 0;
}

.images {
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  border-radius: 2% 2% 0 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}

.images:hover {
  transform: scale(1.2);
  overflow: hidden;
  border-radius: 2%;
}

.images-ser {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  border-radius: 2% 2% 0 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  height: 200px;
}
.images-ser img {
  height: auto;
  max-width: 100%;
}

.images-ser:hover {
  transform: scale(1.2);
  overflow: hidden;
  border-radius: 2%;
}

#image-1 {
  background: url(../images/prd-1.jpg);
}

#image-2 {
  background: url(../images/prd-2.jpg);
}

#image-3 {
  background: url(../images/prd-3.jpg);
}

#image-4 {
  background: url(../images/prd-4.jpg);
}

#image-5 {
  background: url(../images/prd-5.jpg);
}

#image-6 {
  background: url(../images/prd-6.jpg);
}

#image-7 {
  background: url(../images/prd-7.jpg);
}

#image-8 {
  background: url(../images/prd-8.jpg);
}

#image-9 {
  background: url(../images/prd-12.png);
}

#image-10 {
  background: url(../images/prd-10.png);
}

#image-11 {
  background: url(../images/prd-14.png);
}

#image-12 {
  background: url(../images/prd-15.png);
}

.bookapoinment-sec {
  padding: 50px 0;
}
.bookapoinment-sec .appoinment-center {
  display: flex;
  justify-content: center;
}
.bookapoinment-sec .appoinment-center .bookapoinment {
  border: 1px solid #ccc;
  padding: 50px;
  border-radius: 10px;
  width: 80%;
}
.bookapoinment-sec .appoinment-center .bookapoinment h2 {
  background: #ebc6c1;
  display: inline-block;
  padding: 12px 20px;
  text-transform: uppercase;
  color: #9b2626;
  font-size: 18px;
}
.bookapoinment-sec .appoinment-center .bookapoinment ul {
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-top: 30px;
}
.bookapoinment-sec .appoinment-center .bookapoinment ul li {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.bookapoinment-sec .appoinment-center .bookapoinment ul li label {
  font-size: 14px;
  padding-bottom: 5px;
}
.bookapoinment-sec .appoinment-center .bookapoinment ul li .fieldstyle {
  border: 1px solid #ccc;
  padding: 15px 20px;
  outline: none;
  border-radius: 5px;
}
.bookapoinment-sec .appoinment-center .bookapoinment ul li .buttonstyle {
  background: #9b2626;
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
}
.bookapoinment-sec .appoinment-center .addrssection {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.bookapoinment-sec .appoinment-center .addrssection h4 {
  display: inline-block;
  padding: 12px 20px;
  color: #9b2626;
  font-size: 22px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}
.bookapoinment-sec .appoinment-center .addrssection .address_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  flex-wrap: wrap;
  gap: 50px;
}
.bookapoinment-sec .appoinment-center .addrssection .address_row .address_box {
  width: calc(50% - 50px);
  flex-direction: column;
  display: flex;
}
.bookapoinment-sec .appoinment-center .addrssection .address_row .address_box .adrs-img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.bookapoinment-sec .appoinment-center .addrssection .address_row .address_box .adrs-img img {
  border-radius: 10px;
}
.bookapoinment-sec .appoinment-center .addrssection .address_row .address_box .addrstext {
  width: 100%;
  padding-top: 15px;
  text-align: center;
}
.bookapoinment-sec .appoinment-center .addrssection .address_row .address_box .addrstext h3 {
  display: inline-block;
  color: #9b2626;
  font-size: 18px;
}
.bookapoinment-sec .appoinment-center .addrssection .address_row .address_box .addrstext p {
  font-size: 18px;
  color: #525252;
  padding-top: 15px;
}

.about_row {
  width: 100%;
  padding: 50px 0;
}
.about_row .about-content {
  width: 100%;
}
.about_row .about-content .img-srv-box {
  width: 100%;
}
.about_row .about-content .img-srv-box img {
  border-radius: 15px;
}
.about_row .about-content .servicelist {
  display: flex;
  gap: 10px;
  padding-left: 0;
  flex-wrap: wrap;
  margin: 20px 0;
}
.about_row .about-content .servicelist li {
  list-style: none;
  padding: 10px 25px;
  border: 1px solid #e1b9b3;
  background-color: #f5d4cf;
  border-radius: 4px;
  color: #782525;
}
.about_row .about-content p {
  color: #525252;
  font-size: 17px;
  line-height: 26px;
  margin-top: 15px;
}
.about_row .about-content h2 {
  color: #b33f3f;
  font-size: 28px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  margin-top: 15px;
}
.about_row .about-content ul {
  padding: 8px 0 0px 40px;
}
.about_row .about-content ul li {
  color: #525252;
  font-size: 17px;
  margin-top: 6px;
  list-style: circle;
}

form {
  max-width: 600px;
  margin: 10px auto;
  padding: 50px;
  background: #f4f7f8;
  border-radius: 8px;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
textarea,
select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: auto;
  outline: 0;
  padding: 14px 8px;
  width: 100%;
  background-color: #e8eeef;
  color: black;
  border-radius: 5px;
  margin-bottom: 30px;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 4px 8px 0;
}

select {
  padding: 14px 8px;
  height: 46px;
  border-radius: 5px;
}

button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #b33f3f;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #952f2f;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
  cursor: pointer;
}
button:hover {
  background-color: #952f2f;
}

fieldset {
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 25px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #b33f3f;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}

form {
  width: 100%;
}

.owl-wrapper {
  display: flex !important;
}

#news-slider {
  position: relative;
  overflow: hidden;
  display: flex;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 22px -9px #bbcbd8;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.post-slide .post-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 15px;
  width: 100%;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #ebc6c1;
  color: #000;
  box-shadow: 0px 10px 20px -10px #ebc6c1;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #b33f3f;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 60px;
  height: 60px;
  background: #ebc6c1;
  cursor: pointer;
  position: relative;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 60px;
  height: 60px;
  background: #ebc6c1;
  cursor: pointer;
  position: relative;
}

.owl-controls .owl-buttons .owl-prev::after {
  content: "";
  background: url(../images/left.png);
  width: 32px;
  height: 32px;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  position: absolute;
}

.owl-controls .owl-buttons .owl-next::after {
  content: "";
  background: url(../images/right.png);
  width: 32px;
  height: 32px;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  position: absolute;
}

.owl-controls .owl-buttons .owl-prev:hover,
.owl-controls .owl-buttons .owl-next:hover {
  background: #b33f3f;
}

.offer-popup {
  max-width: 500px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
}
.offer-popup .left {
  width: 30%;
  text-align: center;
  padding: 26px;
}
.offer-popup .right {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.offer-popup .right h2 {
  font-weight: 400;
  font-size: 20px;
}
.offer-popup .right h3 {
  font-weight: 800;
  font-size: 40px;
}
.offer-popup .right h3 span {
  color: #f00;
}
.offer-popup .right .promocode {
  border: 1px dashed green;
  padding: 6px 10px;
  border-radius: 5px;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: green;
}
.offer-popup .right p {
  font-size: 14px;
}

@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}
@media screen and (max-width: 990px) {
  .caption {
    padding: 20px 0 60px 0;
  }
  .caption .caption-text h1 {
    font-size: 20px;
  }
  .top-content .top-section {
    padding: 50px 0;
    row-gap: 5px;
  }
  .top-content .top-section .box {
    width: 100%;
  }
  .about-section .about {
    flex-direction: column;
  }
  .about-section .about .about-left {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
  }
  .about-section .about .about-right {
    width: 100%;
    padding-top: 30px;
  }
  .location_map .locationrow .location {
    width: 100%;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .location_map .locationrow .location li {
    padding: 30px 20px;
  }
  .service-section .service .servicelist {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
  .location_map .locationrow .location {
    flex-wrap: wrap;
    gap: 30px;
  }
  .location_map .locationrow .location li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .product-ser {
    width: 46%;
  }
}
@media screen and (max-width: 800px) {
  .product .itembox {
    width: calc(50% - 30px) !important;
  }
  .bookapoinment-sec .appoinment-center .bookapoinment ul li {
    width: 100%;
  }
  .product-box {
    width: 47%;
  }
  .location_map {
    padding: 60px 0;
  }
  .location_map .locationrow .location {
    width: 100%;
    row-gap: 25px;
    flex-direction: column;
  }
  .location_map .locationrow .location li {
    padding: 30px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .testimonials-section {
    padding: 60px 0;
  }
  .testimonials-section .testim .cont div p {
    width: 100%;
  }
  .location_map .locationrow .location {
    width: 100%;
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding: 0;
  }
  .location_map .locationrow .location li {
    padding: 30px 20px;
  }
  .footer-section .footer-bottom .btm-footer {
    flex-direction: column;
    row-gap: 20px;
  }
  .service-section .service {
    text-align: center;
    align-items: center;
  }
  .service-section .service .servicelist {
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
  }
  .service-section .service .servicelist li a img {
    width: auto;
  }
  .about-section {
    padding: 30px 0 80px 0;
  }
  .bookapoinment-sec .appoinment-center .addrssection .address_row {
    flex-direction: column;
  }
  .bookapoinment-sec .appoinment-center .addrssection .address_row .address_box {
    width: 100%;
    padding-bottom: 50px;
  }
  .bookapoinment-sec .appoinment-center .addrssection .address_row .address_box .addrstext p {
    font-size: 17px;
  }
  .exclusive-section .service .servicelist {
    flex-wrap: wrap;
  }
  .exclusive-section .service .servicelist li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .top-content .top-section .box {
    width: 100%;
    flex-direction: column;
  }
  .top-content .top-section .box .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top-content .top-section .box .box-text {
    align-items: center;
    padding-left: 0;
    padding-top: 0px;
    width: 100%;
  }
  .top-content .top-section .box .box-text h3 {
    font-size: 16px;
  }
  .top-content .top-section .box .box-text p {
    text-align: center;
  }
  .product-box {
    width: 100%;
  }
  .footer-section .footer-top .footer-row {
    padding-top: 50px;
  }
  .footer-section .footer-top .footer-row .socialmedia ul {
    margin-top: 20px;
  }
  .footer-section .footer-bottom {
    margin-top: 20px;
  }
  .footer-section .footer-bottom .btm-footer p {
    text-align: center;
  }
  .exclusive-section .service .servicelist {
    flex-wrap: wrap;
  }
  .exclusive-section .service .servicelist li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product .itembox {
    width: 100% !important;
    margin: 0 !important;
  }
  .product-ser {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */