@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

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

a {
  text-decoration: none !important;
  display: inline-block !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1440px !important;
}

img {
  width: 100%;
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000;
  /* Black */
  --c2: #fff;
  /* White */
  --c3: #F28123;
  --c4: #0A0A0A;
  --c5: #563F1B;
  --c6: #F48424;
}

::selection {
  background: var(--c5);
}

.spacing {
	margin: 100px 0px;
}

body {
	overflow-x: hidden !important;
}

/* inner-wrapper */

.inner-header {
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 250px 0px 140px 0px;
}

.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 */

/* header */

.header-socials {
  padding: 10px 0px;
}

.header-socials ul {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
}

.header-top {
  background-color: var(--c3);
  position: relative;
}

.header-socials ul li a {
  color: var(--c5);
  font-size: 16px;
  width: 29px;
  height: 29px;
  background-color: var(--c2);
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  line-height: 29px;
  border-radius: 5px;
  transition: all .5s;
}

.header-socials ul li a:hover {
  background-color: var(--c4);
  color: var(--c2);
}

.header-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: var(--c2);
  clip-path: polygon(0 0, 67% 0, 75% 100%, 0% 100%);
}

.navigations nav ul {
  display: flex;
  gap: 50px;
  justify-content: center;
}

.navigations nav ul li a {
  color: var(--c5);
  font-size: 17px;
  font-weight: 500;
  position: relative;
  transition: all .5s;
}

.navigations nav ul li a:hover {
  color: var(--c6);
}

.navigations nav ul li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: var(--c6);
  transition: all .5s;
}

.navigations nav ul li a:hover::before {
  width: 100%;
}

.header-btn {
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-btn > a {
  background-color: var(--c6);
  padding: 10px 30px;
  color: var(--c2);
  font-size: 16px;
  font-weight: 400;
  transition: all .5s;
}

.header-btn a:hover {
  background-color: var(--c5);
}

.banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: center;
}

.banner {
  position: relative;
  z-index: 2;
}

.banner-content {
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 2;
    padding: 320px 0px;
}

.banner-title h2 {
  font-size: 48px;
  color: var(--c2);
  font-weight: 600;
}

.banner-title h2 span {
  display: inline-block;
  position: relative;
  font-size: 48px;
  padding: 0px 15px;
}

.banner-title h2 span::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  padding: 10px 150px;
  background: #f5821f;
  color: #fff;
  font-weight: 700;
  clip-path: polygon(10% 0%,
      90% 0%,
      85% 50%,
      90% 100%,
      10% 100%,
      15% 50%);
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.banner-title p {
    color: var(--c2);
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0px;
    line-height: 1.5;
}

.banner-btn a {
  color: var(--c2);
  font-size: 16px;
  background-color: var(--c6);
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 10px;
  position: relative;
  transition: all .5s;
  z-index: 1;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000070;
  z-index: 0;
}

.banner-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(0);
  height: 100%;
  background-color: var(--c5);
  border-radius: 10px;
  z-index: -1;
  transition: all .5s;
}

.banner-btn a:hover::before {
  transform: scale(1);
}

.service-box {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    border-radius: 30px;
    gap: 20px;
    background-color: var(--c4);
    justify-content: space-between;
	height: 100%;
}

.service-img {
  background-color: var(--c3);
  border-radius: 50%;
  padding: 20px;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services {
  margin-top: -90px;
  position: relative;
  z-index: 999;
}

.service-content h3 {
  color: var(--c2);
}

.service-button a {
    background-color: var(--c2);
    color: var(--c4);
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.service-button a:hover {
  color: var(--c2);
}

.service-button a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(0);
  height: 100%;
  background-color: var(--c3);
  border-radius: 10px;
  z-index: -1;
  transition: all .5s;
}

.service-button a:hover::before {
  transform: scale(1);
}

.service-button {
  margin-top: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 45px;
  height: 45px;
  background: var(--c3);
  transition: all .5s;
  color: var(--c2);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next i,
.swiper-button-prev i {
  font-size: 18px;
  font-weight: bold;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.swiper-button-next {
  right: 60px;
}

.services {
  position: relative;
}

.swiper-button-prev {
  left: 60px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--c5);
}

.about-us {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px;
}

.about-img {
  width: 40%;
}

.about-images {
  position: relative;
  display: flex;
  align-items: end;
  gap: 10px;
  width: 95%;
}

.about-images .about-img:nth-of-type(3) {
  border: 8px solid #fff;
  border-radius: 30px;
  width: 60%;
  margin-bottom: -160px;
  aspect-ratio: 1.1;
}

.about-images .about-img:nth-of-type(2) {
  position: absolute;
  top: -105px;
  right: 95px;
  width: 45%;
}

.about-images .about-img:nth-of-type(3) img {
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 1.1;
}

.web-title h4 {
  color: var(--c5);
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-left: 32px;
}

.web-title h4::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  height: 2px;
  width: 20px;
  background-color: var(--c1);
}

.web-title h2 {
  color: var(--c5);
  font-size: 32px;
  font-weight: 500;
  width: 89%;
  margin: 20px 0px;
}

.web-title p {
  color: var(--c5);
  font-size: 18px;
}

.web-btn a,
.web-btn button {
  background-color: var(--c2);
  color: var(--c5);
  padding: 13px 30px;
  border-radius: 10px;
  font-weight: 500;
  transition: all .5s;
  position: relative;
  z-index: 1;
  border: none; /* for button reset */
  cursor: pointer; /* makes button behave like link hover */
}

.web-btn a:hover,
.web-btn button:hover {
  color: var(--c2);
}

.web-btn a::before,
.web-btn button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--c5);
  border-radius: 10px;
  z-index: -1;
  transform: scale(0);
  transition: all .5s;
}

.web-btn a:hover::before,
.web-btn button:hover::before {
  transform: scale(1);
}
.gallery-images {
  width: 100%;
  margin: 0 auto;
}

.gallery-title h2 {
  color: var(--c5);
  width: 100%;
}

.gallery-title p {
    color: var(--c5);
    margin-bottom: 30px;
    padding: 0 60px;
}

.gallery-content {
    padding: 60px 120px;
    background-color: #F28123D9;
    position: absolute;
    top: 55%;
    width: 45%;
    transform: translateY(-50%);
    right: 15%;
}

.gallery-teaser {
  position: relative;
}

.footer {
     padding: 70px 0px 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.footer-logo {
    width: 80%;
}
.footer-content {
    padding-right: 80px;
}
.footer-content p {
  color: var(--c2);
  margin: 30px 0px;
}

.footer-socials ul {
  display: flex;
  gap: 10px;
}

.footer-socials ul li a {
  color: var(--c3);
  background-color: var(--c2);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c3);
  transition: all .5s;
}

.footer-socials ul li a:hover {
  background-color: var(--c5);
}

.footer-links h3 {
  color: var(--c2);
  margin-bottom: 20px;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-links ul li a {
  color: var(--c2);
  transition: all .5s;
}

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

.footer-newsletter h2 {
  color: var(--c2);
}

.footer-newsletter p {
  color: var(--c2);
  margin-top: 12px;
}

.foooter-input input {
  padding: 12px 20px;
  width: 63%;
  border-radius: 5px;
  border: 0;
  outline:0;
}
.foooter-input input::placeholder{
    color:#BCBCBC;
}
.footer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85%;
    height: 10%;
    background-color: var(--c3);
    clip-path: polygon(0 0, 67% 0, 70% 100%, 0% 100%);
}

.footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  height: 2%;
  background-color: #000000a8;
  z-index: -1;
}
.copyright-text {
    position: absolute;
    bottom: 12px;
    left: 243px;
}
.copyright-text h5 {
    color: var(--c2);
    font-size: 16px;
}
.copyright-text h5 a{
	color:var(--c1);
	text-decoration:underline;
}
.header-menu {
    display: flex;
    justify-content: end;
}

.header-menu a {
    color: var(--c3);
    font-size: 24px;
    transition: all .5s;
}

.header-menu a:hover {
    color: var(--c1);
}

/* Responsive Menu */

.responsive-btn a {
  padding: 10px 26px;
  display: block !important;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c4);
  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 20px;
  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: 500;
}
.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";
}

/*grid gallery*/

.discount_offer .web-title h2 {
    width: 100%;
}

.gallery-img a {
    display: block !important;
}

.gallery-img a img {
    aspect-ratio: 1.6;
    overflow: hidden;
    transition: all .5s;
    border-radius: 20px;
    object-fit: cover;
}

.gallery-img a img:hover {
    transform: scale(1.1);
}

.gallery-img {
    overflow: hidden;
    border-radius: 20px;
}

.about-page {
    padding-bottom: 150px;
}

/*SINGLE PAGE CSS*/

.single-cont-inner {
    display: flex;
    gap: 25px;
	margin-top: 25px;
    align-items: center;

}
.single-inner-img, .single-inner-list {
    width: 50%;
}
.single-content-img img {
    height: 450px;
    object-fit: cover;
    transition: all .8s;
}
.single-content h4 {
    color: #000;
    padding: 25px 0;
    font-family: var(--f1);
    font-size: 30px;
}
.single-content-img {
    margin-bottom: 30px;
}
.single-content-main p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #383838;
    line-height: 1.6;
}
.single-content-main h3 {
    font-size: 20px;
    color: var(--c3);
    margin-bottom: 15px;
    font-weight: 700;
}
.single-inner-list ul li {
    color: var(--c2);
    margin-bottom: 15px;
    position: relative;
    padding-left: 26px;
}
.single-w-date h3 {
    color: var(--c3);
    font-weight: 700;
    margin-bottom: 8px;
}
.single-w-date {
    margin: 30px 0;
}
.single-inner-list ul li:before {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 13px;
    color: var(--c3);
    content:
    "\f00c";
    font-family: "Font Awesome 5 Pro";
}
.single-inner-img, .single-content-img {
    overflow: hidden;
	border-radius: 8px;
}
.quote-form-main {
    padding: 25px;
    background-color: #efefef;
    border-radius: 5px;
}
.quote-form-main h2 {
    font-size: 26px;
    color: var(--c1);
    margin-bottom: 22px;
    text-align: center;
    font-weight: 700;
}
.quote-form-item input {
    background: unset;
    border: 1px solid #ffecec26;
    padding: 12px 15px;
    border-radius: 4px;
    outline: 0;
    width: 100%;
    color: var(--c3);
    transition: all .5s;
    background-color: var(--c2);
}
.quote-form-item {
    margin-bottom: 15px;
}
.quote-form-item input:focus {
    border-color: var(--c1);
}
.quote-form-item input::placeholder {
    color: #00000077;
    font-size: 15px;
}
.quote-submit input {
    padding: 10px 20px;
    background-color: var(--c1);
    border: 0;
    outline: 0;
    color: var(--c2);
    font-weight: 700;
    border-radius: 4px;
    transition: all .7s;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.quote-submit input:hover {
    background-color: var(--c2);
    color: var(--c3);
}
.quote-submit {
    text-align: center;
    margin-top: 20px;
}
.side-links-main {
    margin-bottom: 30px;
}
.single-content h2 {
    color: var(--c3);
    font-size: 34px;
    margin-bottom: 10px;
    font-weight: 700;
}
.single-content h2 span{
    color:var(--c1);    
}
.single-content-img:hover img {
    transform: scale(1.1);
}
.single-sidebar {
    position: sticky;
    top: 0;
}
.single-content ul li, .single-content ol li {
    line-height: 1.6;
    color: #727272;
    font-size: 15px;
    list-style: disc;
    margin-bottom: 5px;
}
.single-content ul, .single-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}
.single-content ol li{
    list-style: auto;
}

.about-welcome {
    padding: 0;
}

.about-images.about-welcome-img {
    width: 100%;
}

.about-images.about-welcome-img .about-img {
    width: 95%;
    border-radius: 20px;
    overflow: hidden;
}

.about-images.about-welcome-img .about-img img {
    border-radius: 20px;
    transition: all .5s;
}

.about-images.about-welcome-img .about-img img:hover {
    transform: scale(1.1);
}

.discount_offer .web-title h2 {
    margin-top: 0px;
}

/* section-contact-us */

.contact-item input,
.contact-item textarea,
.contact-item select,
.contact-item option {
  background: unset;
  outline: 0;
  border: 0;
  width: 100%;
  padding: 15px 0px;
  color: var(--c1);
  border-bottom: 2px solid var(--c1);
  transition: all 0.5s;
}

.contact-item input::placeholder,
.contact-item textarea::placeholder,
.contact-item select::placeholder,
.contact-item option::placeholder {
  color: var(--c1);
}

.contact-item-main .contact-item {
  margin-bottom: 20px;
}

.contact-item input:focus,
.contact-item textarea:focus,
.contact-item select:focus,
.contact-item option:focus {
  border-color: var(--c5);
}

.contact-item textarea {
  height: 150px;
}

.contact-us .web-title {
  margin-bottom: 60px;
}

.contact-us {
  padding: 70px 0px;
  position: relative;
}

.contact-img img {
  height: 550px;
  object-fit: cover;
}

.contact-img {
  border: 1px solid var(--c1);
  padding: 40px;
  margin-left: 20px;
  border-radius: 6px;
}

.header {
    transition: all .5s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: var(--c2);
}

.footer-socials {
    margin-top: 25px;
}

.service-img img {
    width: 100px;
    height: 100px;
}

.single-content a {
    background-color: var(--c3);
    color: var(--c2);
    padding: 5px 30px;
    transition: all .5s;
    display: flex !important;
    width: 12%;
    text-align: center;
    margin: 10px 0px;
    justify-content: center;
}

.single-content a:hover {
    background-color: var(--c5);
}

.single-content .accordion {
    margin: 20px 0px;
}

.web-btn input {
    border: 0;
    background: var(--c3);
    color: var(--c2);
    padding: 20px 50px;
    transition: all .5s;
    text-transform: uppercase;
}

.web-btn input:hover {
    background-color: var(--c1);
}