@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
   color: var(--c2);
   padding: 0;
   margin: 0;
   line-height: 30px;
   font-family:var(--f1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
	font-family:var(--f2);
	text-transform:uppercase;
	color:var(--c2);
}

.rapper {
    position: relative;
    overflow: hidden;
}


:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #000; /* background color */
  --c4: #d01723; /* Sec background color*/
  --f1: "Poppins", sans-serif;
  --f2:"Marcellus SC", serif;
}
::selection {
  background: var(--c4);
	color: var(--c1);
}

/* inner-wrapper */

.inner-header {
  height: 600px;
  background-position: bottom !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}



/* end inner-wrapper */

/* Responsive Menu */

.responsive-btn a {
  display: block !important;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 30px;
  position: relative;
}
.responsive-logo {
  width: 100%;
  margin-bottom: 30px;
}
.responsive-links ul li a {
  color: var(--c2);
  padding: 10px 0px;
  display: block !important;
  font-weight: 600;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c2);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 18px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}

body {
 background: var(--c1);
}
.spacing {
	padding: 100px 0px;
}
.main-title{
    text-align: center;
    padding-bottom: 30px;
}
a.main-btn {
    background: var(--c4);
    color: var(--c2);
    font-family: var(--f2);
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
}
/* hide wp top bar */
 html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}
             /*/////////////////// GOLOBLE CSS /////////////////*/
              
/**** HEADER ****/
.header {
    background: var(--c1);
    padding: 20px 0px;
}
.navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
.navigation ul li ul li a {
    display: block !important;
    padding: 10px 20px;
    width: 100%;
    color: var(--c2);
    margin: 0;
}
.navigation ul li ul li {
    width: 100%;
}
.navigation ul li ul li a:hover {
    background: var(--c2);
    color: var(--c4);
}
.navigation ul li {
    position: relative;
}
.navigation ul li:hover ul {
    transform: scaleY(1);
}

.navigation ul li ul {
    position: absolute;
    flex-direction: column;
    gap: 0px;
    background-color: var(--c4);
    z-index: 9999;
    width: 200px;
    transform: scaleY(0);
    transition: all 0.5s;
    transform-origin: top;
    left: 0px;
    top: 100%;
    overflow: hidden;
}
.logo-hader {
    position: absolute;
    top: 0;
    background: var(--c2);
    border-radius: 0px 0px 46% 46%;
    width: 188px;
    /* padding: 0px 25px; */
    box-shadow: 0px 0px 10px #ffffff7f;
    padding-bottom: 10px;
    text-align: center;
    z-index: 1;
}

.logo-hader img {
    /* position: absolute; */
    top: 0px;
    width: 110px;
    /* box-shadow: 0px 0px 5px white; */
    margin: 0 auto;
    height: 160px;
    object-fit: contain;
}
.navigation ul li a {
    text-transform: uppercase;
    color: var(--c2);
    transition: all .5s;
    font-weight: 500;
}
.item-header {
    display: flex
;
    gap: 30px;
	align-items:center;
}
.item-header i {
    font-size: 19px;
    color: var(--c2);
}

.item-header i:hover {
    color: var(--c4);
}
.navigation {
    height: 100%;
}

/******** Banner *********/
/* .banner-content {
    display: flex;
    align-items: center;
    height: inherit;
} */

.banner-title h4 {
    font-size: 32px;
}

.banner-title h2 {
    font-size: 84px;
}
.banner-video video {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
    display: block;
}

.banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

section.main-home {
    position: relative;
}

section.main-home:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, black, transparent);
}
.banner-title span {
    font-size: 65px;
    display: block;
    font-family: var(--f2);
    padding-top: 0px;
}
.banner-title p {padding: 30px 0px;}
.banner-title a {
}



/******* ABOUT US  ********/
.about-us-logo img {
}


section.about-us {
    position: relative;
}
.about-us-image {
    border-right: 25px solid var(--c2);
    position: relative;
    height: 100%;
}
.about-us-image img {
    height: 100%;
    object-fit: cover;
}
.about-us-image a {
    color: var(--c4);
    font-family: var(--f2);
    background: var(--c2);
    padding: 22px 40px;
    position: absolute;
    right: 0;
    bottom: 0px;
    font-weight: 700;
}
.about-us-content {
    padding-top: 30px;
    padding-left: 50px;
}

.about-us-content h1 {
	font-size: 52px;
	padding-bottom: 10px;
	padding-top: 20px;
	font-weight: 900;
}

.about-us-content p {
    padding-right: 185px;
    padding-bottom: 90px;
}
.about-us-content img {
    object-fit: cover;
    height: 411px;
}

.about-us-image i {
    border: 1px solid;
    font-size: 22px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    margin-left: 20px;
}

/******* SERVICES ******/


.main-title p {
}
.our-service-title img {
    width: 86px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
}
section.our-service {
    background: var(--c3);
}
.service-slider-item img {
}
/* .service-slider {
    display: flex
;
    gap: 60px;
} */
.our-service-content {
    padding: 0px 10px;
}
.service-btn {
    text-align: center;
    margin-top: 40px;
}

.service-slider .slick-current.slick-center {
  transform: scale(1.2);
  position: relative;
  z-index: 99;
}
.service-slider .slick-list.draggable {
  padding: 60px 0px !important;
}
.service-slider .slick-slide {
  transition: all 0.3s linear;
}

/***** OUR TEAM  ******/
.our-team-title {
}
.our-team-image {
}
.team-image-content {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}
.team-image-content h5 {
    font-size: 35px;
}
.team-image-content h6 {
    font-size: 17px;
    font-weight: 200;
}
.our-team-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.our-team-image img {
   mix-blend-mode: luminosity;
   transition: all 1.5s ease-in;
   height: 750px;
   object-fit: cover;
}

.our-team-image img:hover {
/*     mix-blend-mode: difference; */
    transform: scale(1.1);
}

.popular-content-main {
    background: #1a1a1a;
    padding: 26px 40px;
    position: relative;
}
.popular-content h2 {
    font-size: 71px;
    padding-bottom: 20px;
}

.popular-content p {
    padding-bottom: 20px;
    padding-right: 40px;
}
.popular-content .popular-btn {
    margin-top: 20px;
}
.popular-image img {
	transition: all .4s ease-in;
	height: 630px;
	object-fit: cover;
	box-shadow: 10px 10px 5px #d0172345;
}

.popular-image {
    position: absolute;
    top: -60px;
    transition: all .5s ease-in;
    width: 100%;
}
.popular-image img:hover {
    transform: translate(-10px, -10px);
}
section.popular-service {
    padding-bottom: 130px;
    padding-top: 70px;
}


/******* OUR WORKS ******/

.our-work-images-main {
    display: flex;
    flex-wrap: wrap;
}

.our-work-image img {object-fit: cover;height: 450px;}
.our-work {
	background:var(--c3);
}
.our-work-image a {
    display: block !important;
}

.our-work-content h4 {
    font-size: 18px;
    padding-bottom: 30px;
}
.our-work-content h2 {
    font-size: 66px;
    padding: 0px 70px;
}

.our-work-content p {
}
.our-work-content {
}
.our-work-btn {
    padding-top: 30px;
}
.our-work-image {
  position: relative;
  overflow: hidden;
  width: 33.33%;
}
.our-work-image::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
	display:none;
    height: 100%;
    background: #00000094;
    opacity: 1;
    transition: all 0.6s ease-in-out;
    pointer-events: none;
    transform: translateY(510px);
}

.our-work-image:hover::before {
    opacity: 1;
	display:none;
	 transform: translateY(0px);
}
/******* REVIEWS  *****/
.review-content-main {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}
.review-item {
    width: 32%;
    border: 1px solid var(--c4);
    padding: 40px 30px;
    border-radius: 37px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.93, 0.3, 1, 1);
}


.review-item-image.review-item {
    padding: 0;
    border: none;
}
.review-item .icon-review-item i {
    color: var(--c4);
    margin: 0px 2px;
}
.review-item p {
  height: 160px;
  overflow-y: auto;
}

.review-item p::-webkit-scrollbar {
  width: 3px;
}

.review-item p::-webkit-scrollbar-track {
  background: var(--c2);
}

.review-item p::-webkit-scrollbar-thumb {
  background: var(--c4);
}

.review-item p {
    font-weight: 200;
    padding: 0px 15px;
    font-size: 15px;
    padding-top: 21px;
    padding-bottom: 30px;
    line-height: 34px;
}
.review-profile img {
    width: 70px;
    margin: 0 auto;
    border-radius: 50%;
}

.review-profile h2 {
    text-align: center;
    font-size: 23px;
    padding-top: 10px;
}
.review-profile {
    text-align: center;
    margin-top: 10px;
}
.review-btn {
    text-align: center;
    margin-top: 40px;
}
.review-item:hover {
    transform: translate(-8px, -12px);
    box-shadow: 10px 10px 5px #d0172345;
}






/******** FOLLOW US *******/
.main-title h2 {
    font-size: 54px;
    padding-bottom: 10px;
    font-weight: 900;
}
section.follow-us {
}


/***** FOOTER  ******/
footer.footer {
    background: var(--c3);
    padding-top: 20px;
}
.f-logo a {
    width: 190px;
    margin: 0 auto;
    display: block !important;
}

.navigation-f ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 110px;
}
.navigation-f {
    border-top: 1px solid #ffffff9c;
    border-bottom: 1px solid #ffffff9c;
    padding: 13px 0px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.navigation-f ul li a {
    color: white;
    font-family: var(--f1);
    text-transform: uppercase;
    font-weight: 200;
    font-size: 17px;
}
.f-icons i {
    border: 1px solid white;
    color: white;
    width: 55px;
    height: 55px;
    text-align: center;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
}
.f-icons {
    display: flex
;
    justify-content: center;
    gap: 21px;
    margin-top: 20px;
}
.f-info p {
    font-size: 17px;
    font-weight: 200;
    color: #ffffffcf;
    padding-bottom: 6px;
}

.f-info {
    text-align: end;
}
.f-about p {
    font-weight: 100;
    color: #ffffff;
}
.f-about h3 {
    color: var(--c4);
    font-size: 33px;
    padding-bottom: 10px;
}
.f-about a {
    text-decoration: underline !important;
    color: white;
}
.f-bar {
    text-align: center;
    background: var(--c4);
    padding: 5px 0px;
    margin-top: 20px;
}

.f-bar p {
    color: var(--c2);
}
.f-bar a {
    color: var(--c1);
}


/*** FORM CSS ****/
section.booking {
    background: var(--c3);
}
.booking-image {overflow: hidden;height: 683px;}
.booking-image img {
    object-fit: cover;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.booking-image img:hover {
  transform:scale(1.1);
}
.booking-content {
    \: var(--c4);
    \: 130px 30px;
}

.booking-content h4 {
    color: var(--c2);
    font-size: 20px;
}

.booking-content h2 {
    color: var(--c2);
    font-size: 69px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.form-input label {
    color: var(--c2);
    font-family: var(
    --f2);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 10px;
    padding-left: 6px;
}
.form-select:focus {
    border-color: unset;
    outline: none;
    box-shadow: unset;
}
.form-input select {
    background: black;
    border-radius: 0px;
    color: #fffffff2;
    font-family: var(--f2);
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 11px;
    letter-spacing: 1px;
}
.form-control:focus {
    color: white;
    background-color: black;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.form-input input {
    background: var(--c3);
    color: var(--c2);
    font-family: var(--f2);
	border-radius:0px;
}
.form-input-form button {
    background: var(--c4);
    font-family: var(--f2);
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    padding: 9px 19px;
    letter-spacing: 1px;
    border:1px solid transparent;
    margin-top: 10px;
    color:white;
    transition:all .4s ease-in-out;
    width: 100%;
}
.form-input-form button:hover {
    background: var(--c4);
    border-color: var(--c1);
    color: var(--c1);
}
.form-input {
    margin: 10px 0px;
}
.booking-content {
    background: var(--c3);
    padding: 100px 30px;
}
 /************************************/
/***       Button Animation 	  ***/
/************************************/ 
.dswipe {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
	border:2px solid transparent;
}
.dswipe::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--c1) ; 
  transform: translateX(-100%);
 transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1); 
  z-index: -1; 
}
.dswipe:hover {
  color:var(--c4);
  transform: scale(1.05);
   box-shadow: 0 0 3px var(--c3);
	border-color:var(--c4);
}
.dswipe:hover::before {
  transform: translateX(0);
} 
.service-slider-item img {
    height: 340px;
    object-fit: cover;
    border-radius: 50%;
    width: 340px;
    margin: 0 auto;
}
.popular-service-title.main-title {
    padding-bottom: 60px;
}
.our-team-title.main-title h4 {
    padding-bottom: 0px;
}

.our-team-title.main-title h2 {
    /* padding-bottom: 24px; */
}

.our-team-title.main-title p {width: 70%;margin: 0 auto;padding-bottom: 20px;}
.our-team-title {
}
.our-work-content {text-align: center;height: 100%;display: flex;flex-direction: column;justify-content: center;}

section.price-guide{
    padding-top: 70px;
}


/************************************/
/***       Loader         	  ***/
/************************************/ 

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--c3);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid var(--c1);
  border-color: var(--c4) var(--c4) transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid;
  box-sizing: border-box;
}
.loader::after {
  width: 58px;
  height: 58px;
  border-color: transparent transparent var(--c2) var(--c2);
  animation: rotationBack 0.5s linear infinite;
}
.loader::before {
  width: 48px;
  height: 48px;
  border-color: var(--c4) var(--c4) transparent transparent;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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

/*  Arrow Css */
  

/* Make sure the arrows are positioned correctly */
.slick-prev, .slick-next {
    position: absolute;
    background: transparent;
    color: white;
    width: 70px;
    height: 70px;
    z-index: 10;
    border-radius: 50%;
    border: 2px solid var(--c2);
}

/* Optional: Add hover effect */
.slick-prev:hover,
.slick-next:hover {
  background: none
}
/* Previous arrow on the left */
.slick-prev {
}

/* Next arrow on the right */
.slick-next {
}

.slick-prev::before, .slick-next::before {
    color: var(--c2);
    padding: 10px 10px;
    border-radius: 6px;
    font-size: 23px;
    transition: color 0.3s, background 0.3s;
    line-height:10px;
}
.slick-prev:hover::before,
.slick-next:hover::before {
  cursor:pointer;
}
.slick-prev::before {
  content: '<'; /* or '\2190' */
}

.slick-next::before {
  content: '>'; /* or '\2192' */
}

.slick-prev,
.slick-next {
  font-size: 0;
}
.slick-prev {
    left: 370px;
    top: 40%;
}
.slick-next {
    right: 370px;
    top: 40%;
}
.slick-prev:hover, .slick-next:hover {
    background: transparent;
}


/* Blog */

section.booking {
    margin-bottom: 100px;
}
.blog-item-start img {
    height: 320px;
    object-fit: cover;
    width: 440px;
}

.blog-item-content h5 {
    margin-top: 20px;
}

.blog-item-content a {
    margin: 10px 0px 20px 0px;
    color: var(--c2);
}
.blog-main-btn {
    text-align: center;
    margin-top: 40px;
}
.blog-btn a {
    color: var(--c4);
    text-decoration: underline !important;
    font-size: 16px;
}

/* Blogs Single */

.recent-title h4 {
  position: relative;
  margin-bottom: 40px;
}
.recent-title h4:after {
  position: absolute;
  content: "";
  background: var(--c4);
  width: 135px;
  height: 4px;
  left: 0px;
  top: 34px;
}


.blog-user-info ul {
  display: flex;
  margin-top: 40px;
  gap: 40px;
  color: var(--c3);
}

.blog-user-info ul li i {
  margin-right: 10px;
}
.recent-image img {
  width: 100px;
  height: 80px;
  object-fit: cover;
}
.recent-main {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 10px 0;
}
.recent-content a {
  color: var(--c2);
  font-weight: 600;
  transition: all 0.5s;
}
.recent-content a:hover {
  color: var(--c4);
}
.blog-single-wrap h2 {
    color: var(--c4);
    font-weight: 600;
    margin: 20px 0px;
}

.the-date span {
    color: var(--c4);
}

	

/* Contact Us */

.help-title {
  text-align: center;
  margin-bottom: 60px;
}

.contact-help-content h5 {
  margin: 20px 0px 6px 0px;
  color: var(--c4);
  letter-spacing: 1px;
}

.contact-help .section-title {
  text-align: center;
  margin-bottom: 70px;
}

.contact-help .section-title h2,
.contact-help .section-title p {
  color: #000;
}
.contact-help-item:hover {
  border: 0;
  box-shadow: 0 8px 30px rgb(255 20 20 / 10%);
}
.contact-help-item {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 35px 38px;
  text-align: center;
  height: 240px;
  overflow: hidden;
}

.contact-help-icon i {
  width: 50px;
  color: var(--c2);
  font-size: 24px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  background: var(--c4);
}

.contact-help-icon {
  transition: all 0.5s;
}

.contact-help-content h4 {
  font-weight: 500;
  color: #232323;
  margin-top: 8px;
  font-size: 17px;
}

.contact-help-content a {
  color: var(--c2);
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
  opacity: 0;
}

.contact-help-content a:before {
  position: absolute;
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  left: -47px;
  top: 1px;
  transition: all 0.5s;
}

.contact-help-content a:hover:before {
  left: -21px;
}

.contact-help-item:hover .contact-help-item-inner {
  margin-top: -57px;
}

.contact-help-item:hover .contact-help-icon {
  opacity: 0;
}

.contact-help-item-inner {
  transition: all 0.5s;
}

.contact-help-item .contact-help-content a {
  transition: all 0.5s;
}

.contact-help-item:hover .contact-help-content a {
  opacity: 1;
}


.our-gallery .our-work-image {
    width: 31.33%;
    padding: 10px;
    margin: 10px;
    transition: all .5s;
    box-shadow: 10px -10px 10px -2px #d0172387;
}
.our-gallery .our-work-image:hover img {
    transform: scale(1.1);
}
.our-gallery .our-work-image img {
    transition: all .5s;
}


/* Service Single Page */

.side-links-main ul li .active {
  background: var(--c3);
}
.side-links-main ul li a {
  padding: 15px 15px;
  width: 100%;
  background-color: var(--c4);
  font-size: 15px;
  display: flex !important;
  color: var(--c2);
  justify-content: space-between;
  transition: all 0.5s;
  font-weight: 600;
  align-items: center;
}

.side-links-main ul li a:hover {
  background-color: var(--c3);
}

.side-links-main ul li {
  margin-bottom: 15px;
}

.single-content-img img {
  object-fit: cover;
}
.postid-113 .single-content-img img {
  object-position: top;
}
.single-content-img {
  margin-bottom: 30px;
}

.single-content-main h2 , .single-content-main h4 {
  margin-bottom: 15px;
  color: var(--c4);
  font-size: 32px;
  font-weight: 900;
}

.single-content-main p {
  margin-bottom: 15px;
}

.single-content-main h3 {
  font-size: 32px;
  color: var(--c4);
  margin-bottom: 15px;
  font-weight: 700;
}

.single-content-img img {
  transition: all 0.5s;
  object-position: bottom;
}

.single-inner-img:hover img,
.single-content-img:hover img {
  transform: scale(1.1);
}

.single-content-img {
  overflow: hidden;
  border-radius: 8px;
}

.side-links-main h2 {
  margin-bottom: 20px;
}

.single-inner-img {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 10px 10px 10px -4px var(--c4);
  padding: 10px;
}

.single-inner-img img {
  object-fit: cover;
  transition: all 0.5s;
}

.single-inner-img,
.single-inner-list {
  margin-top: 50px;
}

.single-inner-list ul li {
  color: var(--c3);
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  font-weight: 600;
}

.single-inner-list ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 13px;
  color: var(--c4);
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
}

/* SECTION FAQS */

.faq-main-item .accordion-button {
  background-color: unset;
  box-shadow: unset;
  font-size: 22px;
  color: var(--c2);
  transform: unset !important;
}

.faq-title {
  margin-bottom: 40px;
  text-align: center;
}

.faq-main-item .accordion-item {
  margin-bottom: 20px;
  border-radius: 6px;
  border: 0;
  background: var(--c4);
}

.faq-main-item .accordion-button span {
  color: var(--c1);
  font-size: 16px;
  margin-right: 10px;
}

.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.faq-main-item .accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  width: 30px;
  height: 30px;
  background-color: var(--c2);
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  border-radius: 50%;
  background-image: unset;
  transform: unset;
  color: var(--c3);
}

.faq-main-item .accordion-body {
  color: var(--c2);
  font-weight: 400;
  line-height: 1.8;
  padding-top: 0;
}

.faq-main-item .accordion-item:last-child {
  margin: 0px;
}
.service-slider-item a {
    width: 100%;
    text-align: center;
    color: var(--c4);
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Marcellus SC';
    text-transform: uppercase;
    font-weight: 700;
}

.about-us-box {
    position: relative;
    border: 1px solid var(--c4);
    padding: 20px;
}
.about-us-title p {
    margin-top: 20px;
}

.about-us-title {
    margin-left: 20px;
}
.about-us-box:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: -20px;
    width: 100%;
    height: 85%;
    background-color: var(--c4);
    z-index: -1;
}


.page-id-116 .about-us-content p {
    padding-right: 100px;
    padding-bottom: 30px;
}
section.owner .about-us-title p {
    padding-right: 50px;
}
.draggable {
    padding: 40px 0px;
}
.review-item {
    margin: 0 0 0 20px;
}

.about-us-box img {
    height: 570px;
    object-fit: cover;
}

.review-title {
    padding-bottom: 0px;
    text-align: start;
}