/*
Theme Name: tiss-theme
*/


@font-face {
  font-family: 'Gothic Regular';
  src: url('../tiss-theme/assets/gothic/yu-gothic-regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gothic Bold';
  src: url('../tiss-theme/assets/gothic/yu-gothic-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}



h1,h2,h3,h4,h5,h6{
    font-family: 'Gothic Regular';
}
p, a{
   font-family: 'Gothic Regular';
    color: #000000de;  
    font-size: 16px;
    line-height: 25px;       

}
p{
  text-align: justify;
}
span{
    font-family: "Roboto", sans-serif;  
}
a:hover{
   
    text-decoration: none !important;
}


.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #bfbfbf;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a76b47;
}
  html {
    scroll-behavior: smooth;
  }


/* home page start */

.custom-container {
    padding: 0 6% !important;
}

/* header starts */

.main-header {
    width: 100%;
    background: #0000007d;
    backdrop-filter: blur(2px);
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease-in-out;
}

.main-header.scrolled-inner {
    background: #000;
    box-shadow: 0 4px 8px #00000040;
}

.main-header .row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.middle-header-logo img {
    height: 100px;
    width: fit-content;
    object-fit: contain;
    margin-right: auto;
	filter: invert(1);
}

.main-header.scrolled-inner .middle-header-logo img {
    height: 70px;
    width: fit-content;
    object-fit: contain;
    margin-right: auto;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.6;
    height: unset !important;
    padding: 0px 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #ffffffc7;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    outline: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #a76a3c;
    font-weight: 600;
    text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    color: #a76a3c;
    font-weight: 600;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #000000;
    color: #ffffff;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #a76a3c;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #a76a3c;
    font-weight: 600;
    text-decoration: none;
    border-color: #fff;
}

/* header ends */

/* banner section start */

.banner-wrap {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.banner-slide {
  height: 100vh !important;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-slide .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
}

.banner-content {
    width: 90%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    max-width: 700px;
    text-align: center;
}

.banner-content h1 {
    font-size: 70px;
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 500;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.banner-content p {
    font-size: 18px;
    margin-bottom: 25px;
    color: #ffffff99;
    font-family: 'Gothic Regular';
    text-align: center;
}

.banner-btn {
    display: inline-block;
    background: #00000033;
    color: #fff;
    border: 1px solid #0000007d;
    backdrop-filter: blur(2px);
    padding: 10px 30px;
    border-radius: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all 0.3s ease;

}

.banner-btn:hover {
    background: #a76a3c;
    color: #fff;
	border:1px solid  #a76a3c;
}

.banner-controls {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 6%;
  z-index: 10;
}

.custom-dots {
  display: flex !important;
  gap: 10px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.custom-dots li {
  list-style: none;
}

.custom-dots li button {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    background: #ffffff40;
    padding: 0;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
}

.custom-dots li button::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    transition: background 0.3s;
    z-index: 1;
}

.custom-dots li.slick-active button {
  background: transparent;
  border: 4px solid #fff;
  box-sizing: border-box;
}

.custom-dots li.slick-active button::before {
  background: #000;
  width: 16px;
  height: 16px;
}

.custom-arrows {
  display: flex;
  gap: 12px;
}

.custom-arrows button {
  background: transparent;
  border: 2px solid #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  cursor: pointer;
}

.custom-arrows button:hover {
  background: #000000;
  border-color: #000000;
}

.custom-arrows button:hover i {
  color: #fff !important;
}

.custom-arrows i {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}


/* banner section ends */

/* about-us section start */

.section-divider-anim {
  position: relative;
  overflow: hidden;
}

.section-divider-anim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: top;
  width: 100px;
  height: 100%;
  background: #ffffff20;
  transition: all 0.6s ease;
  z-index: 0;
}

.section-divider-anim.shrink::before {
  height: 10px;
  background: #ffffff;
}

.about-us-wrap {
    background: #171715;
    color: #fff;
    padding: 0px 0 80px;
}

.about-us-left {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-image: none !important;
    padding: 90px 20px 20px;
    height: 100%;
}

.about-us-mission h4 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
	  font-family: 'Gothic Regular';
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.about-us-mission p {
    color: #ffffffc4;
    line-height: 1.7;
    font-size: 16px;
}

.about-us-right {
    padding: 90px 20px 20px;
}

.about-us-right h5 {
    color: #a76a3c;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Gothic Regular';
}

.about-us-right h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.about-us-right p {
    color: #ffffff99;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
}

.about-us-stats {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-top: 50px;
}

.about-us-stat-item {
  text-align: center;
}

.about-us-counter {
    display: block;
    font-size: 58px;
    font-weight: 700;
    font-family: 'Gothic Bold';
    color: #fff;
}

.about-us-stat-item h6 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 5px;
    font-family: 'Gothic Regular';
    color: #ffffff99;
}

/* about-us section ends */

/* services section start */

.section-line-trigger {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.section-line-trigger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 10px;
    background: #b06f4a20;
    border: 1px solid #ffffff20;
    transition: all 1s ease-in-out;
    transform-origin: center;
}

.section-line-trigger.line-shrink::before {
  width: 100px; 
  background: #b0704a;
}

.services-wrap {
    background: #171715;
    color: #fff;
    padding: 80px 0 0;
}

.services-wrap .section-head {
  text-align: left;
  margin-bottom: 80px;
}

.services-wrap .section-head h5 {
    color: #a76a3c;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Gothic Regular';
}

.services-wrap .section-head h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-card-col {
    border: none;
    padding: 20px 20px 80px !important;
}

.service-card-col {
  border-top: 1px solid #a76a3c40;
}

.service-card-col:nth-child(3) {
  border-left: 1px solid #a76a3c40;
  border-right: 1px solid #a76a3c40;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #171715;
    padding: 30px;
    transition: all 0.3s ease;
    text-align: left;
    min-height: 300px;
    height: 100%;
}

.service-card .service-count {
  align-self: flex-end;
  opacity: 0;
  color: #a76a3c;
  font-weight: 600;
  font-size: 22px;
  transition: all 0.5s ease-in-out;
  margin-top: auto;
}

.service-card:hover {
    background: #20201f;
}

.service-card:hover .service-count {
  opacity: 1;
}

.service-icon img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.service-card h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.service-card h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 40px;
    height: 1px;
    background-color: #a76a3c;
    transition: width 0.4s ease;
}

.service-card:hover h4::after {
  width: 100%; /* animate underline on hover */
}

.service-card p {
    color: #ffffff99;
    line-height: 1.6;
    text-align: left;
}


/* services section ends */

/* portfolio section start */

.portfolio-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
    position: relative;
    background-image: none !important;
    background: #171715;
}

.portfolio-heading {
    text-align: left;
    margin-bottom: 80px;
}

.portfolio-heading h5{
    color: #a76a3c;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Gothic Regular';
}

.portfolio-heading h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.portfolio-slider {
  display: flex !important;
  overflow: hidden;
}

.portfolio-slide {
    height: 400px !important;
    position: relative;
    margin: 0 10px;
}

.portfolio-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.portfolio-slide-overlay {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 80px;
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 60%,
    rgba(0, 0, 0, 0.66) 100%
  );
    transition: all 0.5s ease-in-out;
}

.portfolio-slide:hover .portfolio-slide-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 60%,
    rgba(0, 0, 0, 1) 100%
  );
}

.portfolio-overlay-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
}

/* fade + lift on hover */
.portfolio-slide:hover .portfolio-overlay-content {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-overlay-content::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #ffffff60;
    transform: translateX(-50%);
    transition: width 0.5s ease;
}

.portfolio-slide:hover .portfolio-overlay-content::before {
  width: 100px;
}

.portfolio-overlay-content h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Gothic Regular';
    letter-spacing: 2px;
}

.portfolio-overlay-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: 'Gothic Bold';
}

/* arrow styling and animation */
.portfolio-overlay-content i {
  color: #fff;
  font-size: 40px;
  margin-top: 10px;
  text-decoration: none;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateX(-40px);
}

.portfolio-slide:hover .portfolio-overlay-content i {
  opacity: 1;
  transform: translateX(0);
}


.portfolio-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px 0;
}

.portfolio-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none; /* removes the ::marker bullets */
  padding: 0;
  margin-left: 10px;
}

.portfolio-dots li {
    width: 20px;
    height: 20px;
    border: 7px solid #ffffff30;
    border-radius: 50%;
    cursor: default;
    transition: all 0.3s ease;
}

.portfolio-dots li.slick-active {
  background-color: #fff;
}

.portfolio-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}

.portfolio-dots li.slick-active button {
    background: #000000;
}

.portfolio-dots li::marker {
  display: none !important;
}

.portfolio-arrows {
  display: flex;
  gap: 20px;
}

.portfolio-arrows button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.portfolio-arrows button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

/* portfolio section ends */

/* blog section start */

.blog-wrap {
    background: #171715;
    color: #fff;
    padding: 80px 0;
}

.blog-wrap .blog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 48px;
}

.blog-wrap .blog-head-left {
  display: flex;
  flex-direction: column;
}

.blog-wrap h5 {
    color: #a76a3c;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Gothic Regular';
}

.blog-wrap h2 {
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.blog-wrap .blog-head-right .blog-viewall {
    display: inline-block;
    border: 3px solid #fff;
    color: #fff;
    padding: 10px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Gothic Regular';
    transition: all 0.25s ease;
}

.blog-wrap .blog-head-right .blog-viewall:hover {
  background: #fff;
  color: #000;
  transform: translateY(-2px);
}

.blog-card-col {
    padding: 0px 25px !important;
    margin-bottom: 20px;
}

.blog-wrap .blog-card {
    background: #ffffff;
    color: #000;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-wrap .blog-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 230px;
  display: block;
  background: #111;
}

.blog-wrap .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.blog-wrap .blog-card:hover .blog-image img {
  transform: scale(1.06);
}

.blog-wrap .blog-date {
    position: absolute;
    top: -1px;
    left: -1px;
    background: rgba(0,0,0,0.95);
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    z-index: 3;
    border-radius: 2px;
    line-height: 1;
    box-shadow: 0 6px 18px rgba(0,0,0,0.45);
    min-width: 46px;
}

.blog-wrap .blog-day {
  display: block;
  font-family: 'Gothic Regular';
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
}

.blog-wrap .blog-month {
    display: block;
    font-size: 22px;
    font-family: 'Gothic Regular';
    color: #ffffff;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.blog-wrap .blog-content {
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
}

.blog-wrap .blog-category {
    margin: 0;
    color: #000000b3;
    font-size: 16px;
    font-family: 'Gothic Regular';
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.blog-wrap .blog-post-title {
    margin: 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.blog-wrap .blog-post-title a {
  color: inherit;
  text-decoration: none;
}

.blog-wrap .blog-viewall:focus,
.blog-wrap .blog-viewall:hover {
  outline: none;
  box-shadow: 0 6px 18px rgba(167,106,60,0.12);
}


/* blog section ends */

/* footer section start */

.footer {
  background: #000;
  color: #fff;
  font-family: 'Inter', sans-serif;
  position: relative;
}

.footer-top {
  background-color: #a76b47;
  padding: 10px 0;
  text-align: center;
}

.footer-top-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top i {
    font-size: 26px;
    margin-right: 10px;
}

.footer-phone, .footer-email {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #ffffff99;
    font-family: 'Gothic Regular';
    transition: all ease-in-out 0.3s;
} 


.footer-phone:hover, .footer-email:hover {
    color: #ffffff !important;
}

.footer-main {
  padding: 80px 0 40px;
}

.footer-main h4 {
    color: #fff;
    letter-spacing: 3px;
    font-size: 20px;
    margin-bottom: 40px;
    position: relative;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.footer-main h4::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  margin-left: 10px;
  vertical-align: middle;
  animation: lineSlide 1.2s ease forwards;
}


.footer-main p {
    color: #ffffff99;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.footer-address a {
    color: #ffffff99;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0;
}

.footer-address a:hover {
  color: #a76b47;
}

.footer-social a {
    color: #fff;
    margin-right: 20px;
    font-size: 22px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #a76b47;
}

.footer-bottom {
    padding: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 40%);
}

.footer-bottom .copyright {
  font-size: 16px;
  color: #ffffffb3;
  letter-spacing: 1px;
  text-align: left;
  margin: 0;
}

.footer-bottom .creater {
  font-size: 16px;
  color: #ffffffb3;
  letter-spacing: 1px;
  text-align: right;
  margin: 0;
}

.footer-bottom .creater a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom .creater a:hover {
  color: #a76b47;
}

.floating-social {
    position: absolute;
	display:none !important;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 99;
}

.floating-social .fs-line {
    width: 2px;
    height: 3px;
    background: #ffffff;
    opacity: 0.2;
    margin-bottom: 10px;
    animation: fsLineGrow 2s ease forwards;
}

/* ✅ Bottom Line (hidden initially) */
.floating-social .fs-line-bottom {
    width: 2px;
    height: 0;
    background: #ffffff;
    opacity: 0;
    transition: height 1s ease, opacity 1s ease;
}

/* ✅ Icons */
.floating-social .fs-icon {
    width: 48px;
    height: 48px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.floating-social .fs-icon:hover {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

@keyframes fsLineGrow {
    0% {
        height: 3px;
        opacity: 0.2;
        transform: translateY(20px);
    }
    100% {
        height: 60px;
        opacity: 1;
        transform: translateY(0);
    }
}

.floating-social.scroll-active .fs-line {
    height: 40px !important;
    opacity: 0.5;
}

.floating-social.scroll-active .fs-line-bottom {
    height: 40px;
    opacity: 1;
}

/* footer section ends */


/* home page ends */

/* about us page start */

/* innerpage heading section start */

.innerpage-header {
    position: relative;
    height: 50vh;
    overflow: hidden;
    margin-top: 120px;
}

.innerpage-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
    z-index: 1;
}

.innerpage-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pageheading-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    right: 0;
    max-width: 900px;
    text-align: center;
    width: 90%;
    color: #fff;
    z-index: 2;
}

.pageheading-middle h4 {
    font-size: 36px;
    line-height: 1.5;
    font-family: 'Gothic Bold';
    margin-bottom: 10px;
    color: #ffffff;
}

.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 16px;
}

.pageheading-middle a {
    color: #ffffff99;
    font-size: 16px;
    font-family: 'Gothic Regular';
    font-weight: 600;
}

.pageheading-middle a:hover {
  color: #ffffff;
}

/* innerpage heading section end */


/* inner about section start */

.inner-about-us-wrap {
    padding: 80px 0;
    background: #171715;
}

.main-img {
    width: 90%;
    height: 450px;
    object-fit: cover;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
    animation: mainEnter 1s ease-out forwards;
}

@keyframes mainEnter {
    0% {
        transform: translateX(-50%) translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* Overlay 1 Entrance */
.overlay-1 {
    position: absolute;
    top: -30px;
    left: 0px;
    padding: 10px;
    background: #171715;
    z-index: 2;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(-30px);
    animation: overlay1Enter 0.8s ease-out 0.3s forwards; /* delay for staggered effect */
}

@keyframes overlay1Enter {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.overlay-2 {
    position: absolute;
    bottom: -30px;
    right: 0px;
    padding: 10px;
    background: #171715;
    z-index: 2;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(30px);
    animation: overlay2Enter 0.8s ease-out 0.6s forwards;
}

@keyframes overlay2Enter {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.overlay-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 13px;
}

.inner-about-us-wrap .inner-about-content {
  padding-left: 40px;
}

.inner-about-us-wrap .inner-about-content .badge {
    color: #a76a3c;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Gothic Regular';
}

.inner-about-us-wrap .inner-about-content h2, .inner-about-us-wrap .inner-about-content h3, .inner-about-us-wrap .inner-about-content h4 {
    font-size: 32px;
    letter-spacing: 3px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
    position: relative;
}

.inner-about-us-wrap .inner-about-content p {
  color: #ffffff99;
  font-size: 16px;
  line-height: 1.8;
}

/* inner about section ends */

/* inner about mission section start */

.mission-wrap {
    padding: 80px 0;
    background: #171715;
}

.mission-wrap .mission-icon {
    width: 100%;
    height: 400px;
    border-radius: 25px;
    overflow: hidden;
    corner-top-left-shape: scoop;
}

.mission-wrap .mission-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mission-wrap .mission-icon img:hover {
  transform: scale(1.05);
}

.mission-wrap .mission-content h5 {
  color: #a76a3c;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.mission-wrap .mission-content h5::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #a76a3c;
  margin-left: 10px;
  vertical-align: middle;
}

.mission-wrap .mission-content h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}

.mission-wrap .mission-content p {
  color: #ffffffb3;
  font-size: 16px;
  line-height: 1.7;
}

/* inner about mission section ends */

/* inner about counter section start */

.counter-section {
    padding: 80px 0;
    background: #171715;
}

.counter-section .row {
    padding: 25px;
    border: 3px solid #a76a3c;
    border-radius: 25px;
}

.counter-section .counter-intro p {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffffb3;
    font-weight: 500;
    margin: 0;
}

.counter-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
}

.counter-item {
  flex: 1;
}

.counter-wrap {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.counter {
    font-size: 42px;
    font-weight: 700;
    font-family: 'Gothic Bold';
    color: #ffffff;
    line-height: 1;
}

.counter-item h6 {
    font-size: 18px;
    margin-top: 20px;
    color: #ffffffb3;
    text-transform: uppercase;
    font-family: 'Gothic Regular';
    font-weight: 600;
    letter-spacing: 1px;
}

.plus {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 4px;
  line-height: 1;
}


/* inner about counter section ends */

/* about us page ends */

/* single blog page start */

.single-blog-wrap {
    padding: 80px 0;
    background-color: #171715;
}

.single-blog-img {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
    margin-bottom: 25px;
}

.single-blog-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.single-blog-img:hover img {
  transform: scale(1.03);
}

.single-blog-title {
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Gothic Bold';
    margin-bottom: 15px;
    color: #ffffff;
}

.single-blog-meta {
    font-size: 16px;
    color: #ffffff99;
    letter-spacing: 0.5px;
}

.single-blog-date {
  font-style: italic;
  color: #ffffffcc;
}

.single-blog-body p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #ffffff99;
}

.single-blog-sidebar {
  padding-left: 30px;
}

.sidebar-widget {
    background: #171715;
    border-radius: 13px;
    border: 2px solid #ffffff;
    padding: 20px;
    box-shadow: 0 4px 20px rgb(0 0 0 / 19%);
}

.sidebar-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #a76a3c;
    padding-bottom: 10px;
    color: #ffffff;
}

.recent-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recent-post-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.recent-post-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px;
    width: 100%;
    padding: 10px;
    background: #ffffffd3;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.recent-post-link:hover {
    background: #ffffff; 
}

.recent-post-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.recent-post-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.recent-post-link:hover .recent-post-title {
  color: #a76a3c;
}

/* single blog page ends */

/* single services page start */

.single-service-wrap {
    padding: 80px 0;
    background-color: #171715;
}

.single-service-content {
  padding-right: 40px;
}

.single-service-img {
    width: 100%;
    height: 450px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 60px;
}

.single-service-content .single-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.single-service-content .single-service-img img:hover {
  transform: scale(1.03);
}

.single-service-content .single-service-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
/*   font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.single-service-icon {
    position: absolute;
    z-index: 2;
    background: #000000;
    top: 0;
    border-radius: 15px 0 15px 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-service-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.single-service-content .single-service-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #ffffffb3;
    margin-bottom: 20px;
}

.single-service-content .single-service-content h2,
.single-service-content .single-service-content h3,
.single-service-content .single-service-content h4{
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.single-service-content .single-service-content h5,
.single-service-content .single-service-content h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-service-content .single-service-content ul,
.single-service-content .single-service-content ol {
  padding-left: 22px;
  margin-bottom: 25px;
}

.single-service-content .single-service-content li {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff99;
    margin-bottom: 4px;
    position: relative;
}

.single-service-content ul li::marker {
    color: #ffffff;
    font-weight: bold;
}

/* single services page ends */

/* inner projects page start */

.inner-projects-wrap {
    padding: 80px 0;
    background: #171715;
}

.inner-projects-heading {
  max-width: 700px;
  margin: 0 auto 40px;
  text-align: center;
}

.inner-projects-heading h5 {
    color: #a76a3c;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Gothic Regular';
}

.inner-projects-heading h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 15px;
/*   font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.inner-projects-heading p {
  color: #ffffff99;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.inner-project-col {
    padding: 0 10px !important;
    margin-bottom: 20px;
}

.inner-project-item {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background: #fff;
  transition: transform 0.4s ease;
  height: 100%;
}

.inner-project-item:hover {
  transform: translateY(-5px);
}

.inner-project-thumb {
  position: relative;
  overflow: hidden;
}

.project-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: opacity 0.8s ease;
}

.project-img.secondary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.inner-project-item.has-hover:hover .project-img.secondary {
  opacity: 1;
}

.inner-project-item.single .project-img.secondary,
.inner-project-item.no-gallery .project-img.secondary {
  display: none;
}

.inner-project-info {
  padding: 15px;
  text-align: left;
}

.project-category {
    font-size: 12px;
    color: #000000b3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.project-title {
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.inner-project-link:hover .portfolio-view-btn .view-btn-text {
  transform: translateX(-40px);
}

.inner-project-link:hover .portfolio-view-btn .view-btn-arrow {
  transform: translateX(120px);
  background: #a76a3c;
  color: #fff;
  border-radius: 50%;
}

.inner-project-link:hover .portfolio-view-btn {
  color: #a76a3c;
}

.portfolio-view-btn {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #000;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.4s ease;
}

.portfolio-view-btn .view-btn-text,
.portfolio-view-btn .view-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.3, 1),
    background 0.4s,
    color 0.4s,
    border-radius 0.4s;
}

.portfolio-view-btn .view-btn-arrow {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  color: #000;
  flex-shrink: 0;
  will-change: transform, background, color;
}

/* inner projects page ends */

/* single projects page start */

.single-project-wrap {
    padding: 80px 0;
    background: #171715;
}

.single-project-header {
  text-align: center;
  margin-bottom: 50px;
}

.single-project-category {
    color: #a76a3c;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Gothic Regular';
}

.single-project-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1.3;
/*   font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.single-project-content p{
  font-size: 16px;
  color: #ffffff99;
  line-height: 1.7;
  margin-bottom: 10px;
}

.single-project-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.single-project-image img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.8s ease;
}

.single-project-image:hover img {
  transform: scale(1.05);
}


.single-gallery-wrap {
    padding: 80px 0;
    background: #171715;
}

.single-project-gallery-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.single-project-gallery-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.single-project-gallery-subtitle {
  color: #ffffff99;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.single-project-media-col {
  margin-bottom: 15px;
  padding: 0 10px !important;
}

.single-project-media-gcol{
  margin-bottom: 0 !important;
}

.single-project-media-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 5px solid #ffffff;
  transition: all 0.5s ease-in-out;
}

.single-project-media-wrap:hover, .single-project-gallery-item:hover {
  border: 5px solid #a76a3c;
}

.single-project-media-wrap img {
    width: 100%;
    height: 415px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.4s ease;
}

.single-project-media-wrap:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}

.single-project-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 5px solid #ffffff;
    transition: all 0.5s ease-in-out;
}

.single-project-gallery-item img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.4s ease;
}

.single-project-gallery-item:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}

.single-project-gallery-item a::after, .single-project-media-wrap a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 10px;
}

.single-project-gallery-item:hover a::after, .single-project-media-wrap:hover a::after {
  opacity: 1;
}

.single-project-gallery-item a::before, .single-project-media-wrap a::before {
    z-index: 20;
    content: "\f03e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff !important;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
}

.single-project-gallery-item:hover a::before, .single-project-media-wrap:hover a::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}


/* single projects page ends */

/* inner additional services page start */

.additional-services-wrap {
    padding: 80px 0;
    background: #171715;
}

.additional-services-heading {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: center;
}

.additional-services-heading h5 {
    color: #a76a3c;
    letter-spacing: 2px;
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-family: 'Gothic Regular';
}

.additional-services-heading h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
/*     font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.additional-services-heading p {
    color: #ffffff99;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.additional-service-col {
  padding: 0 10px !important;
  margin-bottom: 20px;
}

.additional-service-item {
    background: #f8f8f8;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    display: flex; 
    flex-direction: column;
}

.service-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.additional-service-content {
    padding: 20px;
    flex: 1;                    
    display: flex;              
    flex-direction: column;    
}

.additional-service-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.additional-service-para {
  color: #00000099;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
}

.additional-service-item:hover .additional-service-btn .view-btn-text {
  transform: translateX(-40px);
}

.additional-service-item:hover .additional-service-btn .view-btn-arrow {
  transform: translateX(120px);
  background: #a76a3c;
  color: #fff;
  border-radius: 50%;
}

.additional-service-item:hover .additional-service-btn {
  color: #a76a3c;
}

.additional-service-btn {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: #000;
    border: none;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    margin-top: auto; 
    transition: color 0.4s ease;
}

.additional-service-btn .view-btn-text,
.additional-service-btn .view-btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.3, 1),
    background 0.4s,
    color 0.4s,
    border-radius 0.4s;
}

.additional-service-btn .view-btn-arrow {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  color: #000;
  flex-shrink: 0;
  will-change: transform, background, color;
}

.service-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  background: rgba(0, 0, 0, 0.55);
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.service-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.service-popup-content {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 14px;
  padding: 20px;
  max-width: 800px;
  width: 92%;
  position: relative;
  box-shadow: 0 20px 60px #a76a3c25;
  border: 3px solid #a76a3c;

  /* animation defaults */
  transform: scale(0.85) translateY(20px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform, opacity;
}

.service-popup.active .service-popup-content {
  transform: scale(1) translateY(0px);
  opacity: 1;
}

.service-popup.closing .service-popup-content {
  transform: scale(0.75) translateY(10px);
  opacity: 0;
}

.close-popup {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 16px;
    font-weight: 200;
    color: #000000;
    border: 2px solid #000000;
    cursor: pointer;
    background: rgb(255 255 255);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.close-popup:hover {
  background: #111;
  color: #fff;
}

.popup-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #171715;
    letter-spacing: 0.5px;
}

.popup-body {
  color: #444;
  line-height: 1.7;
  font-size: 16px;
}

.popup-body ul li::marker {
    color: #a76a3c;
    font-weight: bold;
}

.popup-body li {
    font-size: 16px;
    line-height: 1.5;
    color: #000000e6;
    font-weight: 500;
    margin-bottom: 4px;
    position: relative;
    font-family: 'Gothic Regular';
}

.service-popup { 
  display: none; opacity:0; pointer-events:none; 
}
.service-popup.active { 
  display:flex; opacity:1; pointer-events:auto; 
}

.popup-body {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px; /* prevents text from hiding behind scrollbar */
}

.popup-body {
  scroll-behavior: smooth;
}


/* inner additional services page end */

/* contact us page start */

.inner-getintouch-wrap {
  padding: 80px 0;
  background: #171715;
  position: relative;
}

.inner-getintouch-wrap .custom-container {
  max-width: 1300px !important;
  margin: auto;
}

.inner-getintouch-wrap .inner-getintouch-header p {
  max-width: 700px;
  margin: 0 auto 30px;
}

.inner-getintouch-wrap .inner-getintouch-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
/*   font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.inner-getintouch-wrap .inner-getintouch-header p {
    color: #ffffff99;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}

.inner-getintouch-wrap .inner-getintouch-title {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.inner-getintouch-wrap .inner-getintouch-content {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.inner-getintouch-wrap .inner-getintouch-content:hover {
  transform: translateY(-4px);
}

.inner-getintouch-wrap .inner-getintouch-info {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.inner-getintouch-wrap .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.inner-getintouch-wrap .contact-item:hover {
  transform: translateX(5px);
}

.inner-getintouch-wrap .contact-icon i {
  font-size: 28px;
  color: #a76a3c;
  background: #fdfaf8;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.inner-getintouch-wrap .contact-detail h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    color: #000000b3;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
}

.inner-getintouch-wrap .contact-detail a:hover {
  color: #a76a3c;
}

.inner-getintouch-wrap .inner-getintouch-map iframe {
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    height: 250px;
    border: 2px solid #a76a3c !important;
}

.inner-getintouch-content p, .inner-getintouch-map p {
  margin-bottom: 0 !important;
}

.inner-getintouch-wrap label {
  font-weight: 500;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Gothic Regular';
}

.inner-getintouch-wrap input[type="text"], .inner-getintouch-wrap input[type="email"], .inner-getintouch-wrap input[type="tel"], .inner-getintouch-wrap textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    font-family: 'Gothic Regular';
    margin-bottom: 10px;
    font-weight: 600;
    color: #00000099;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.inner-getintouch-wrap input:focus,
.inner-getintouch-wrap textarea:focus {
  border-color: #a76a3c;
  box-shadow: 0 0 0 3px rgba(167,106,60,0.15);
  outline: none;
}

.inner-getintouch-wrap textarea {
  max-height: 150px;
  resize: vertical;
}

.inner-getintouch-wrap br {
  display: none !important;
}

.inner-getintouch-wrap .btn {
  background: #a76a3c;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  border: none;
  width: 100%;
  transition: background 0.3s ease, transform 0.2s ease;
}

.inner-getintouch-wrap .btn:hover {
  background: #8c5830;
  transform: translateY(-2px);
}

.inner-getintouch-wrap .wpcf7-spinner {
  display: none !important;
}


/* contact us page ends */


@media only screen and ( min-width: 300px) and (max-width: 576.5px) {

/* home page starts */

/* header section starts */

.main-header {
    background: #000000de;
}
.middle-header-logo img {
    height: 60px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #a76a3c;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 260px;
    background: #000000bd !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.6;
    height: unset !important;
    padding: 10px 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #a76a3c;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #a76a3c;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #171715;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#mega-menu-item-1971 .mega-menu-link {

    padding:  6px 15px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-left: 0px !important;
    transition: 0.3s all ease-in-out;
}

#mega-menu-item-1971 .mega-menu-link:hover {
    color: #ffffff !important;
    background: #a76a3c !important;
}

/* header section ends */

/* banner section start */

.banner-content {
    width: 90%;
    left: 20%;
    transform: translate(-20%,-50%);
}
.banner-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
}
.banner-content p {
    font-size: 14px;
    margin-bottom: 25px;
}
.banner-btn {
    border: 2px solid #ffffff;
    padding: 7px 20px;
    line-height: 1.7;
    font-size: 12px;
    font-weight: 600;
}
.scroll-down {
    right: 10px;
    font-size: 14px;
}
.scroll-text {
    font-size: 12px;
}
.scroll-arrow {
    font-size: 18px;
}
.scroll-down:hover .scroll-arrow {
    transform: translateY(150px);
    opacity: 1;
}
.custom-dots li button::before {
    width: 5px;
    height: 5px;
}
.custom-dots li button {
    width: 18px;
    height: 18px;
}
.custom-dots li.slick-active button::before {
    background: #000;
    width: 10px;
    height: 10px;
}
.custom-arrows button {
    width: 35px;
    height: 35px;
}
.custom-arrows i {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    padding: 0px 0 50px;
}
.about-us-left {
    background: none !important;
    padding: 50px 0 20px;
}
.about-us-mission h4 {
    font-size: 20px;
}
.about-us-mission p {
    font-size: 14px;
}
.about-us-right {
    padding: 20px 0 0;
}
.about-us-right h5 {
    font-size: 12px;
}
.about-us-right h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.about-us-right p {
    font-size: 14px;
}
.about-us-counter {
    font-size: 26px;
}
.about-us-stat-item h6 {
    font-size: 12px;
}
.section-divider-anim::before {
    width: 60px;
}
.section-divider-anim.shrink::before {
    height: 5px;
    background: #ffffff;
}

/* about us section ends */

/* service section start */

.services-wrap {
    padding: 50px 0 0;
}
.services-wrap .section-head {
    text-align: left;
    margin-bottom: 30px;
}
.services-wrap .section-head h5 {
    font-size: 12px;
}
.services-wrap .section-head h2 {
    font-size: 20px;
}
.section-line-trigger.line-shrink::before {
    width: 60px;
    background: #b0704a;
}
.section-line-trigger::before {
    height: 6px;
}
.service-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}
.service-card-col {
    border: none !important;
    padding: 15px 15px !important;
}
.service-card-col:last-child {
    padding-bottom: 50px !important;
}
.service-card {
    padding: 15px;
}
.service-card h4 {
    font-size: 16px;
}
.service-card p {
    font-size: 14px;
}

/* service section ends */

/* portfolio section start */

.portfolio-section {
    padding: 50px 0;
}
.portfolio-heading h5 {
    font-size: 12px;
}
.portfolio-heading h2 {
    font-size: 20px;
}
.portfolio-slide {
    height: 300px !important;
    margin: 0 5px;
}
.portfolio-overlay-content h6 {
    font-size: 10px;
}
.portfolio-overlay-content h3 {
    font-size: 20px;
}
.portfolio-overlay-content i {
    font-size: 20px;
}
.portfolio-dots li {
    width: 15px;
    height: 15px;
    border: 5px solid #ffffff30;
}
.portfolio-arrows button {
    width: 35px;
    height: 35px;
    font-size: 14px;
}

/* portfolio section ends */

/* blog section start */

.blog-wrap {
    padding: 50px 0;
}
.blog-wrap .blog-head {
    gap: 15px;
    margin-bottom: 30px;
}
.blog-wrap h5 {
    font-size: 12px;
}
.blog-wrap h2 {
    font-size: 20px;
}
.blog-wrap .blog-head-right .blog-viewall {
    border: 1px solid #fff;
    padding: 7px 15px;
    font-size: 12px;
}
.blog-card-col {
    padding: 0px 15px !important;
}
.blog-wrap .blog-date {
    padding: 15px 15px;
}
.blog-wrap .blog-month {
    font-size: 16px;
    margin-top: 5px;
}
.blog-wrap .blog-image {
    width: 100%;
    height: 200px;
}
.blog-wrap .blog-content {
    background: #fff;
    padding: 15px;
    gap: 0;
}
.blog-wrap .blog-category {
    font-size: 12px;
    margin-bottom: 10px;
}
.blog-wrap .blog-post-title {
    font-size: 16px;
}

/* blog section ends */

/* footer section start */

.footer-phone, .footer-email {
    font-size: 14px;
}
.footer-top i {
    font-size: 20px;
    margin-bottom: 6px;
    margin-right: 15px;
}
.footer-main {
    padding: 50px 0 30px;
}
.footer-about, .footer-address {
  margin-bottom: 15px;
}
.footer-main h4 {
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-main p {
    font-size: 14px;
}
.footer-address a {
    font-size: 14px;
}
.footer-social a {
    margin-right: 15px;
    font-size: 15px;
}
.footer-bottom .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom .creater, .footer-bottom .creater a {
    font-size: 14px;
    text-align: center;
}
.floating-social {
    display: none !important;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

/* innerpage header section start */

.innerpage-header {
    margin-top: 40px;
    min-height: 300px;
}
.pageheading-middle h4 {
    font-size: 20px;
}
.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 12px;
}
.pageheading-middle a {
    color: #ffffff99;
    font-size: 12px;
}

/* innerpage header section ends */

/* inner about us section start */

.inner-about-us-wrap {
    padding: 80px 0 50px;
}
.overlay-img {
    width: 120px;
    height: 120px;
}
.main-img {
    width: 90%;
    height: 300px;
}
.inner-about-us-wrap .inner-about-content {
    padding: 0px;
    margin-top: 40px;
}
.inner-about-us-wrap .inner-about-content .badge {
    font-size: 12px;
}
.inner-about-us-wrap .inner-about-content h2, .inner-about-us-wrap .inner-about-content h3, .inner-about-us-wrap .inner-about-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.inner-about-us-wrap .inner-about-content p {
    font-size: 14px;
    line-height: 1.8;
}

/* inner about us section ends */

/* inner mission section start */

.mission-wrap {
    padding: 50px 0;
}
.mission-wrap .mission-content h5 {
    font-size: 12px;
}
.mission-wrap .mission-content h2 {
    font-size: 20px;
}
.mission-wrap .mission-content p {
    font-size: 14px;
}
.mission-wrap .mission-icon {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    border-radius: 20px;
    corner-top-left-shape: round;
}

/* inner mission section ends */

/* inner counter section start */

.counter-section {
    padding: 50px 0;
}
.counter-section .row {
    border-radius: 0px;
    padding: 0px;
    border: none !important;
}
.counter-section .counter-intro p {
    font-size: 14px;
    margin-bottom: 15px;
}
.counter-intro {
  margin-bottom: 20px;
}
.counter {
    font-size: 26px;
}
.plus {
    font-size: 20px;
}
.counter-item h6 {
    font-size: 12px;
    margin-top: 20px;
}

/* inner counter section ends */

/* inner about us page ends */

/* single service page start */

.single-service-wrap {
    padding: 50px 0;
}
.single-service-img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.single-service-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px 0 10px 0;
}
.single-service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.single-service-content .single-service-title {
    font-size: 20px;
}
.single-service-content .single-service-content h5, .single-service-content .single-service-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}
.single-service-content .single-service-content li {
    font-size: 14px;
}
.sidebar-widget {
    padding: 15px;
    margin-top: 20px;
}
.recent-post-thumb img {
    width: 60px;
    height: 60px;
}
.recent-post-title {
    font-size: 14px;
}
.recent-post-link {
    gap: 10px;
    padding: 6px;
}
.single-service-content .single-service-content h2, .single-service-content .single-service-content h3, .single-service-content .single-service-content h4 {
    font-size: 16px;
}
.single-service-content .single-service-content p {
    font-size: 14px;
}

/* single service page ends */

/* inner additional services page start */

.additional-services-wrap {
    padding: 50px 0;
}
.additional-services-heading h5 {
    font-size: 12px;
}
.additional-services-heading h2 {
    font-size: 20px;
}
.additional-services-heading p {
    font-size: 14px;
}
.additional-service-item {
    border-radius: 13px;
}
.service-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.additional-service-content {
    padding: 15px;
}
.additional-service-para {
    font-size: 14px;
}
.service-popup-content {
    padding: 15px;
    width: 90%;
}
.popup-body {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}
.popup-title {
    font-size: 16px;
    width: 90%;
}
.close-popup {
    top: 10px;
    right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.popup-body ul {
    padding-left: 30px;
}
.popup-body li {
    font-size: 14px;
}

/* inner additional services page end */

/* inner projects page start */

.inner-projects-wrap {
    padding: 50px 0;
}
.inner-projects-heading h5 {
    font-size: 12px;
}
.inner-projects-heading h2 {
    font-size: 20px;
}
.inner-projects-heading p {
    font-size: 14px;
}
.project-img {
    width: 100%;
    height: 250px;
}
.project-title {
    font-size: 18px;
}

/* inner projects page ends */

/* single projects page start */

.single-project-wrap {
    padding: 50px 0;
}
.single-project-header {
    text-align: center;
    margin-bottom: 25px;
}
.single-project-category {
    font-size: 12px;
}
.single-project-title {
    font-size: 20px;
}
.single-project-content p {
    font-size: 14px;
    margin-bottom: 25px;
}
.single-project-image img {
    height: 300px;
    min-height: 300px;
}

.single-gallery-wrap {
    padding: 50px 0;
}
.single-project-gallery-title {
    font-size: 20px;
}
.single-project-gallery-subtitle {
    font-size: 14px;
}
.single-project-media-wrap img {
    width: 100%;
    height: 300px;
}
.single-project-gallery-item img {
    width: 100%;
    height: 180px;
}
.single-project-media-gcol {
    margin-bottom: 0 !important;
    padding: 0 15px !important;
}
.single-project-gallery-item a::before, .single-project-media-wrap a::before {
    font-size: 20px;
}

/* single projects page ends */

/* single blogs page start */

.single-blog-wrap {
    padding: 50px 0;
}
.single-blog-img {
    height: 300px;
    margin-bottom: 25px;
}
.single-blog-title {
    font-size: 18px;
}
.single-blog-body p {
    font-size: 14px;
}

/* single blogs page ends */

/* inner contact us page start */

.inner-getintouch-wrap {
    padding: 50px 0;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 20px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 18px;
}
.inner-getintouch-wrap .inner-getintouch-content {
    padding: 15px;
    margin-bottom: 20px;
}
.inner-getintouch-wrap textarea {
    max-height: 120px;
}
.inner-getintouch-wrap .btn {
    padding: 10px 25px;
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 15px;
}
.inner-getintouch-wrap .contact-item {
    gap: 15px;
    margin-bottom: 10px;
    transform: none !important;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 18px;
    width: 35px;
    height: 35px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 16px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 14px;
}
/* inner contact us page ends */

}


@media only screen and (min-width: 577px) and (max-width: 767.5px) {

/* home page starts */

/* header section starts */


	
.middle-header-logo img {
    height: 50px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #a76a3c;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 300px;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.6;
    height: unset !important;
    padding: 6px 15px;
    color: #00000099;
    background: rgba(0, 0, 0, 0);
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #a76a3c;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #a76a3c;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #171715;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#mega-menu-item-1971 .mega-menu-link {
    color: #00000099 !important;
    padding:  6px 15px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-left: 0px !important;
    transition: 0.3s all ease-in-out;
}

#mega-menu-item-1971 .mega-menu-link:hover {
    color: #ffffff !important;
    background: #a76a3c !important;
}

/* header section ends */

/* banner section start */

.banner-content {
    width: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-content h1 {
    font-size: 36px;
    margin-bottom: 15px;
}
.banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.banner-btn {
    border: 2px solid #ffffff;
    padding: 7px 22px;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600;
}
.scroll-down {
    right: 10px;
    font-size: 16px;
}
.scroll-text {
    font-size: 14px;
}
.scroll-arrow {
    font-size: 18px;
}
.scroll-down:hover .scroll-arrow {
    transform: translateY(160px);
    opacity: 1;
}
.custom-dots li button::before {
    width: 8px;
    height: 8px;
}
.custom-dots li button {
    width: 22px;
    height: 22px;
}
.custom-dots li.slick-active button::before {
    background: #000;
    width: 14px;
    height: 14px;
}
.custom-arrows button {
    width: 40px;
    height: 40px;
}
.custom-arrows i {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    padding: 0px 0 50px;
}
.about-us-left {
    background: none !important;
    padding: 50px 0 22px;
}
.about-us-mission h4 {
    font-size: 22px;
}
.about-us-mission p {
    font-size: 16px;
}
.about-us-right {
    padding: 22px 0 0;
}
.about-us-right h5 {
    font-size: 14px;
}
.about-us-right h2 {
    font-size: 22px;
    margin-bottom: 22px;
}
.about-us-right p {
    font-size: 16px;
}
.about-us-counter {
    font-size: 26px;
}
.about-us-stat-item h6 {
    font-size: 14px;
}
.section-divider-anim::before {
    width: 60px;
}
.section-divider-anim.shrink::before {
    height: 5px;
    background: #ffffff;
}


/* about us section ends */

/* service section start */

.services-wrap {
    padding: 50px 0 ;
}
.services-wrap .section-head {
    text-align: left;
    margin-bottom: 30px;
}
.services-wrap .section-head h5 {
    font-size: 14px;
}
.services-wrap .section-head h2 {
    font-size: 22px;
}
.section-line-trigger.line-shrink::before {
    width: 60px;
    background: #b0704a;
}
.section-line-trigger::before {
    height: 6px;
}
.service-icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.service-card-col {
    border: none !important;
    padding: 15px 15px !important;
}
.service-card {
    padding: 15px;
    border: 1px solid #a76a3c40 !important;
}
.service-card h4 {
    font-size: 18px;
}
.service-card p {
    font-size: 16px;
}

/* service section ends */

/* portfolio section start */

.portfolio-section {
    padding: 50px 0;
}
.portfolio-heading h5 {
    font-size: 14px;
}
.portfolio-heading h2 {
    font-size: 22px;
}
.portfolio-slide {
    height: 350px !important;
    margin: 0 5px;
}
.portfolio-overlay-content h6 {
    font-size: 10px;
}
.portfolio-overlay-content h3 {
    font-size: 22px;
}
.portfolio-overlay-content i {
    font-size: 22px;
}
.portfolio-dots li {
    width: 20px;
    height: 20px;
    border: 5px solid #ffffff30;
}
.portfolio-arrows button {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

/* portfolio section ends */

/* blog section start */

.blog-wrap {
    padding: 50px 0;
}
.blog-wrap .blog-head {
    gap: 15px;
    margin-bottom: 30px;
}
.blog-wrap h5 {
    font-size: 14px;
}
.blog-wrap h2 {
    font-size: 22px;
}
.blog-wrap .blog-head-right .blog-viewall {
    border: 1px solid #fff;
    padding: 7px 15px;
    font-size: 14px;
}
.blog-grid {
  justify-content: center;
}
.blog-card-col {
    padding: 0px 10px !important;
}
.blog-wrap .blog-date {
    padding: 15px 15px;
}
.blog-wrap .blog-month {
    font-size: 18px;
    margin-top: 5px;
}
.blog-wrap .blog-image {
    width: 100%;
    height: 200px;
}
.blog-wrap .blog-content {
    background: #fff;
    padding: 15px;
    gap: 0;
}
.blog-wrap .blog-category {
    font-size: 12px;
    margin-bottom: 10px;
}
.blog-wrap .blog-post-title {
    font-size: 16px;
}

/* blog section ends */

/* footer section start */

.footer-phone, .footer-email {
    font-size: 14px;
}
.footer-top i {
    font-size: 22px;
    margin-bottom: 0px;
    margin-right: 15px;
}
.footer-main {
    padding: 50px 0 30px;
}
.footer-about, .footer-address {
  margin-bottom: 15px;
}
.footer-main h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-main p {
    font-size: 16px;
}
.footer-address a {
    font-size: 16px;
}
.footer-social a {
    margin-right: 15px;
    font-size: 18px;
}
.footer-bottom .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom .creater, .footer-bottom .creater a {
    font-size: 14px;
    text-align: center;
}
.floating-social {
    display: none !important;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

/* innerpage header section start */

.innerpage-header {
    margin-top: 40px;
    min-height: 350px;
}
.pageheading-middle h4 {
    font-size: 22px;
}
.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 14px;
}
.pageheading-middle a {
    color: #ffffff99;
    font-size: 14px;
}

/* innerpage header section ends */

/* inner about us section start */

.inner-about-us-wrap {
    padding: 80px 0 50px;
}
.overlay-img {
    width: 160px;
    height: 160px;
}
.main-img {
    width: 90%;
    height: 400px;
}
.inner-about-us-wrap .inner-about-content {
    padding: 0px;
    margin-top: 40px;
}
.inner-about-us-wrap .inner-about-content .badge {
    font-size: 14px;
}
.inner-about-us-wrap .inner-about-content h2, .inner-about-us-wrap .inner-about-content h3, .inner-about-us-wrap .inner-about-content h4 {
    font-size: 22px;
    margin-bottom: 22px;
}
.inner-about-us-wrap .inner-about-content p {
    font-size: 16px;
    line-height: 1.8;
}

/* inner about us section ends */

/* inner mission section start */

.mission-wrap {
    padding: 50px 0;
}
.mission-wrap .mission-content h5 {
    font-size: 14px;
}
.mission-wrap .mission-content h2 {
    font-size: 22px;
}
.mission-wrap .mission-content p {
    font-size: 16px;
}
.mission-wrap .mission-icon {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    border-radius: 22px;
    corner-top-left-shape: round;
}

/* inner mission section ends */

/* inner counter section start */

.counter-section {
    padding: 50px 0;
}
.counter-section .row {
    border-radius: 0px;
    padding: 0px;
    border: none !important;
}
.counter-section .counter-intro p {
    font-size: 16px;
    margin-bottom: 15px;
}
.counter-intro {
  margin-bottom: 22px;
}
.counter {
    font-size: 30px;
}
.plus {
    font-size: 22px;
}
.counter-item h6 {
    font-size: 14px;
    margin-top: 22px;
}

/* inner counter section ends */

/* inner about us page ends */

/* single service page start */

.single-service-wrap {
    padding: 50px 0;
}
.single-service-img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.single-service-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px 0 10px 0;
}
.single-service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.single-service-content .single-service-title {
    font-size: 22px;
}
.single-service-content .single-service-content h5, .single-service-content .single-service-content h6 {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-service-content .single-service-content li {
    font-size: 16px;
}
.sidebar-widget {
    padding: 15px;
    margin-top: 20px;
    max-width: 500px;
}
.recent-post-thumb img {
    width: 70px;
    height: 70px;
}
.recent-post-title {
    font-size: 16px;
}
.recent-post-link {
    gap: 10px;
    padding: 6px;
}
.single-service-content .single-service-content h2, .single-service-content .single-service-content h3, .single-service-content .single-service-content h4 {
    font-size: 18px;
}
.single-service-content .single-service-content p {
    font-size: 16px;
}

/* single service page ends */

/* inner additional services page start */

.additional-services-wrap {
    padding: 50px 0;
}
.additional-services-heading h5 {
    font-size: 14px;
}
.additional-services-heading h2 {
    font-size: 22px;
}
.additional-services-heading p {
    font-size: 16px;
}
.additional-service-item {
    border-radius: 13px;
}
.service-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.additional-service-content {
    padding: 15px;
}
.additional-service-para {
    font-size: 16px;
}
.service-popup-content {
    padding: 15px;
    width: 90%;
}
.popup-body {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}
.popup-title {
    font-size: 18px;
    width: 90%;
}
.close-popup {
    top: 10px;
    right: 10px;
    font-size: 16px;
    width: 30px;
    height: 30px;
}
.popup-body ul {
    padding-left: 30px;
}
.popup-body li {
    font-size: 16px;
}

/* inner additional services page end */

/* inner projects page start */

.inner-projects-wrap {
    padding: 50px 0;
}
.inner-projects-wrap .row {
  justify-content: center;
}
.inner-projects-heading h5 {
    font-size: 14px;
}
.inner-projects-heading h2 {
    font-size: 22px;
}
.inner-projects-heading p {
    font-size: 16px;
}
.project-img {
    width: 100%;
    height: 250px;
}
.project-title {
    font-size: 18px;
}

/* inner projects page ends */

/* single projects page start */

.single-project-wrap {
    padding: 50px 0;
}
.single-project-header {
    text-align: center;
    margin-bottom: 25px;
}
.single-project-category {
    font-size: 14px;
}
.single-project-title {
    font-size: 22px;
}
.single-project-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.single-project-image img {
    height: 350px;
    min-height: 350px;
}

.single-gallery-wrap {
    padding: 50px 0;
}
.single-project-gallery-title {
    font-size: 22px;
}
.single-project-gallery-subtitle {
    font-size: 16px;
}
.single-project-media-wrap img {
    width: 100%;
    height: 350px;
}
.single-project-gallery-item img {
    width: 100%;
    height: 200px;
}
.single-project-media-gcol {
    margin-bottom: 0 !important;
    padding: 0 15px !important;
}
.single-project-gallery-item a::before, .single-project-media-wrap a::before {
    font-size: 22px;
}

/* single projects page ends */

/* single blogs page start */

.single-blog-wrap {
    padding: 50px 0;
}
.single-blog-img {
    height: 350px;
    margin-bottom: 25px;
}
.single-blog-title {
    font-size: 18px;
}
.single-blog-body p {
    font-size: 16px;
}

/* single blogs page ends */

/* inner contact us page start */

.inner-getintouch-wrap {
    padding: 50px 0;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 22px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 16px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 18px;
}
.inner-getintouch-wrap .inner-getintouch-content {
    padding: 15px;
    margin-bottom: 22px;
}
.inner-getintouch-wrap textarea {
    max-height: 122px;
}
.inner-getintouch-wrap .btn {
    padding: 10px 25px;
    font-size: 16px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 20px 15px 15px;
}
.inner-getintouch-wrap .contact-item {
    gap: 15px;
    margin-bottom: 10px;
    transform: none !important;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 18px;
    width: 35px;
    height: 35px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 18px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 16px;
}


/* inner contact us page ends */

}

@media only screen and (min-width: 768px) and (max-width: 991.5px) {

/* home page starts */

/* header section starts */


.middle-header-logo img {
    height: 60px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #a76a3c;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 260px;
    background: #000000bd  !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.6;
    height: unset !important;
    padding: 10px 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0);
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: #a76a3c;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #a76a3c;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #171715;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

#mega-menu-item-1971 .mega-menu-link {
    color: #fff !important;
    padding:  6px 15px !important;
    border: none !important;
    border-radius: 0px !important;
    margin-left: 0px !important;
    transition: 0.3s all ease-in-out;
}

#mega-menu-item-1971 .mega-menu-link:hover {
    color: #ffffff !important;
    background: #a76a3c !important;
}

/* header section ends */

/* banner section start */

.banner-content {
    width: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-content h1 {
    font-size: 42px;
    margin-bottom: 15px;
}
.banner-content p {
    font-size: 14px;
    margin-bottom: 25px;
}
.banner-btn {
    border: 2px solid #ffffff;
    padding: 7px 24px;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600;
}
.scroll-down {
    right: 10px;
    font-size: 14px;
}
.scroll-text {
    font-size: 14px;
}
.scroll-arrow {
    font-size: 18px;
}
.scroll-down:hover .scroll-arrow {
    transform: translateY(160px);
    opacity: 1;
}
.custom-dots li button::before {
    width: 8px;
    height: 8px;
}
.custom-dots li button {
    width: 22px;
    height: 22px;
}
.custom-dots li.slick-active button::before {
    background: #000;
    width: 14px;
    height: 14px;
}
.custom-arrows button {
    width: 40px;
    height: 40px;
}
.custom-arrows i {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    padding: 0px 0 50px;
}
.about-us-left {
    padding: 50px 0 20px;
    background-position: top;
}
.about-us-mission h4 {
    font-size: 24px;
}
.about-us-mission p {
    font-size: 14px;
}
.about-us-right {
    padding: 20px 0 0;
}
.about-us-right h5 {
    font-size: 14px;
}
.about-us-right h2 {
    font-size: 24px;
    margin-bottom: 24px;
}
.about-us-right p {
    font-size: 14px;
}
.about-us-counter {
    font-size: 26px;
}
.about-us-stat-item h6 {
    font-size: 12px;
}
.section-divider-anim::before {
    width: 60px;
}
.section-divider-anim.shrink::before {
    height: 5px;
    background: #ffffff;
}


/* about us section ends */

/* service section start */

.services-wrap {
    padding: 50px 0 ;
}
.services-wrap .section-head {
    text-align: left;
    margin-bottom: 30px;
}
.services-wrap .section-head h5 {
    font-size: 14px;
}
.services-wrap .section-head h2 {
    font-size: 24px;
}
.section-line-trigger.line-shrink::before {
    width: 60px;
    background: #b0704a;
}
.section-line-trigger::before {
    height: 6px;
}
.service-icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.service-card-col {
    border: none !important;
    padding: 15px 15px !important;
}
.service-card {
    padding: 15px;
    border: 1px solid #a76a3c40 !important;
}
.service-card h4 {
    font-size: 18px;
}
.service-card p {
    font-size: 14px;
}

/* service section ends */

/* portfolio section start */

.portfolio-section {
    padding: 50px 0;
}
.portfolio-heading h5 {
    font-size: 14px;
}
.portfolio-heading h2 {
    font-size: 24px;
}
.portfolio-slide {
    height: 350px !important;
    margin: 0 5px;
}
.portfolio-overlay-content h6 {
    font-size: 10px;
}
.portfolio-overlay-content h3 {
    font-size: 24px;
}
.portfolio-overlay-content i {
    font-size: 24px;
}
.portfolio-dots li {
    width: 20px;
    height: 20px;
    border: 5px solid #ffffff30;
}
.portfolio-arrows button {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

/* portfolio section ends */

/* blog section start */

.blog-wrap {
    padding: 50px 0;
}
.blog-wrap .blog-head {
    gap: 15px;
    margin-bottom: 30px;
}
.blog-wrap h5 {
    font-size: 14px;
}
.blog-wrap h2 {
    font-size: 24px;
}
.blog-wrap .blog-head-right .blog-viewall {
    border: 1px solid #fff;
    padding: 7px 15px;
    font-size: 14px;
}
.blog-grid {
  justify-content: center;
}
.blog-card-col {
    padding: 0px 10px !important;
}
.blog-wrap .blog-date {
    padding: 15px 15px;
}
.blog-wrap .blog-month {
    font-size: 18px;
    margin-top: 5px;
}
.blog-wrap .blog-content {
    background: #fff;
    padding: 15px;
    gap: 0;
}
.blog-wrap .blog-category {
    font-size: 12px;
    margin-bottom: 10px;
}
.blog-wrap .blog-post-title {
    font-size: 14px;
}

/* blog section ends */

/* footer section start */

.footer-phone, .footer-email {
    font-size: 14px;
}
.footer-top i {
    font-size: 24px;
    margin-bottom: 0px;
    margin-right: 15px;
}
.footer-main {
    padding: 50px 0 30px;
}
.footer-about, .footer-address {
  margin-bottom: 15px;
}
.footer-main h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-main p {
    font-size: 14px;
}
.footer-address a {
    font-size: 14px;
}
.footer-social a {
    margin-right: 15px;
    font-size: 18px;
}
.footer-bottom .copyright {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom .creater, .footer-bottom .creater a {
    font-size: 14px;
    text-align: center;
}
.floating-social {
    display: none !important;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

/* innerpage header section start */

.innerpage-header {
    margin-top: 40px;
    min-height: 350px;
}
.pageheading-middle h4 {
    font-size: 24px;
}
.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 14px;
}
.pageheading-middle a {
    color: #ffffff99;
    font-size: 14px;
}

/* innerpage header section ends */

/* inner about us section start */

.inner-about-us-wrap {
    padding: 80px 0 50px;
}
.main-img {
    width: 90%;
    height: 400px;
}
.inner-about-us-wrap .inner-about-content {
    padding: 0px;
    margin-top: 40px;
}
.inner-about-us-wrap .inner-about-content .badge {
    font-size: 14px;
}
.inner-about-us-wrap .inner-about-content h2, .inner-about-us-wrap .inner-about-content h3, .inner-about-us-wrap .inner-about-content h4 {
    font-size: 24px;
    margin-bottom: 24px;
}
.inner-about-us-wrap .inner-about-content p {
    font-size: 14px;
    line-height: 1.8;
}

/* inner about us section ends */

/* inner mission section start */

.mission-wrap {
    padding: 50px 0;
}
.mission-wrap .mission-content h5 {
    font-size: 14px;
}
.mission-wrap .mission-content h2 {
    font-size: 24px;
}
.mission-wrap .mission-content p {
    font-size: 14px;
}
.mission-wrap .mission-icon {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    border-radius: 24px;
    corner-top-left-shape: round;
}

/* inner mission section ends */

/* inner counter section start */

.counter-section {
    padding: 50px 0;
}
.counter-section .row {
    border-radius: 0px;
    padding: 0px;
    border: none !important;
}
.counter-section .counter-intro p {
    font-size: 14px;
    margin-bottom: 15px;
}
.counter-intro {
  margin-bottom: 24px;
}
.counter {
    font-size: 30px;
}
.plus {
    font-size: 24px;
}
.counter-item h6 {
    font-size: 14px;
    margin-top: 24px;
}

/* inner counter section ends */

/* inner about us page ends */

/* single service page start */

.single-service-wrap {
    padding: 50px 0;
}
.single-service-img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.single-service-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px 0 10px 0;
}
.single-service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.single-service-content .single-service-title {
    font-size: 24px;
}
.single-service-content .single-service-content h5, .single-service-content .single-service-content h6 {
    font-size: 14px;
    margin-bottom: 15px;
}
.single-service-content .single-service-content li {
    font-size: 14px;
}
.sidebar-widget {
    padding: 15px;
    margin-top: 20px;
    max-width: 500px;
}
.recent-post-thumb img {
    width: 70px;
    height: 70px;
}
.recent-post-title {
    font-size: 14px;
}
.recent-post-link {
    gap: 10px;
    padding: 6px;
}
.single-service-content .single-service-content h2, .single-service-content .single-service-content h3, .single-service-content .single-service-content h4 {
    font-size: 18px;
}
.single-service-content .single-service-content p {
    font-size: 14px;
}

/* single service page ends */

/* inner additional services page start */

.additional-services-wrap {
    padding: 50px 0;
}
.additional-services-heading h5 {
    font-size: 14px;
}
.additional-services-heading h2 {
    font-size: 24px;
}
.additional-services-heading p {
    font-size: 14px;
}
.additional-service-item {
    border-radius: 13px;
}
.service-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.additional-service-content {
    padding: 15px;
}
.additional-service-para {
    font-size: 14px;
}
.service-popup-content {
    padding: 15px;
    width: 90%;
}
.popup-body {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}
.popup-title {
    font-size: 18px;
    width: 90%;
}
.close-popup {
    top: 10px;
    right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.popup-body ul {
    padding-left: 30px;
}
.popup-body li {
    font-size: 14px;
}

/* inner additional services page end */

/* inner projects page start */

.inner-projects-wrap {
    padding: 50px 0;
}
.inner-projects-wrap .row {
  justify-content: center;
}
.inner-projects-heading h5 {
    font-size: 14px;
}
.inner-projects-heading h2 {
    font-size: 24px;
}
.inner-projects-heading p {
    font-size: 14px;
}
.project-img {
    width: 100%;
    height: 250px;
}
.project-title {
    font-size: 18px;
}

/* inner projects page ends */

/* single projects page start */

.single-project-wrap {
    padding: 50px 0;
}
.single-project-header {
    text-align: center;
    margin-bottom: 25px;
}
.single-project-category {
    font-size: 14px;
}
.single-project-title {
    font-size: 24px;
}
.single-project-content p {
    font-size: 14px;
    margin-bottom: 25px;
}
.single-project-image img {
    height: 100%;
    min-height: 250px;
}

.single-gallery-wrap {
    padding: 50px 0;
}
.single-project-gallery-title {
    font-size: 24px;
}
.single-project-gallery-subtitle {
    font-size: 14px;
}
.single-project-media-wrap img {
    width: 100%;
    height: 420px;
}
.single-project-gallery-item img {
    width: 100%;
    height: 200px;
}
.single-project-media-gcol {
    margin-bottom: 0 !important;
    padding: 0 15px !important;
}
.single-project-gallery-item a::before, .single-project-media-wrap a::before {
    font-size: 24px;
}

/* single projects page ends */

/* single blogs page start */

.single-blog-wrap {
    padding: 50px 0;
}
.single-blog-img {
    height: 400px;
    margin-bottom: 25px;
}
.single-blog-title {
    font-size: 18px;
}
.single-blog-body p {
    font-size: 14px;
}

/* single blogs page ends */

/* inner contact us page start */

.inner-getintouch-wrap {
    padding: 50px 0;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 22px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 16px;
    margin-bottom: 15px;
}
.inner-getintouch-wrap .inner-getintouch-content {
    padding: 15px;
    margin-bottom: 24px;
}
.inner-getintouch-wrap textarea {
    max-height: 120px;
}
.inner-getintouch-wrap input[type="text"], .inner-getintouch-wrap input[type="email"], .inner-getintouch-wrap input[type="tel"], .inner-getintouch-wrap textarea {
    padding: 8px 15px;
    font-size: 12px;
}
.inner-getintouch-wrap .btn {
    padding: 10px 25px;
    font-size: 12px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 20px 15px 15px;
}
.inner-getintouch-wrap .contact-item {
    gap: 15px;
    margin-bottom: 10px;
    transform: none !important;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 16px;
    width: 35px;
    height: 35px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 18px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-map iframe {
    height: 220px;
    border: 2px solid #a76a3c !important;
}


/* inner contact us page ends */

}

@media only screen and (min-width: 992px) and (max-width: 1300.5px) {

/* home page starts */

/* header section starts */

/* .main-header {
    background: #ffffff;
} */
.middle-header-logo img {
    height: 60px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
}

/* header section ends */

/* banner section start */

.banner-content h1 {
    font-size: 48px;
    margin-bottom: 15px;
}
.banner-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.banner-btn {
    border: 2px solid #ffffff;
    padding: 7px 28px;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 600;
}
.scroll-down {
    right: 10px;
    font-size: 14px;
}
.scroll-text {
    font-size: 14px;
}
.scroll-arrow {
    font-size: 18px;
}
.scroll-down:hover .scroll-arrow {
    transform: translateY(160px);
    opacity: 1;
}
.custom-dots li button::before {
    width: 8px;
    height: 8px;
}
.custom-dots li button {
    width: 22px;
    height: 22px;
}
.custom-dots li.slick-active button::before {
    background: #000;
    width: 14px;
    height: 14px;
}
.custom-arrows button {
    width: 40px;
    height: 40px;
}
.custom-arrows i {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

/* banner section ends */

/* about us section start */

.about-us-wrap {
    padding: 0px 0 60px;
}
.about-us-left {
    padding: 60px 0 20px;
    background-position: top;
}
.about-us-mission h4 {
    font-size: 28px;
}
.about-us-mission p {
    font-size: 16px;
}
.about-us-right {
    padding: 60px 0 0;
}
.about-us-right h2 {
    font-size: 28px;
    margin-bottom: 28px;
}
.about-us-right p {
    font-size: 16px;
}
.about-us-counter {
    font-size: 28px;
}
.about-us-stat-item h6 {
    font-size: 12px;
}
.section-divider-anim::before {
    width: 60px;
}
.section-divider-anim.shrink::before {
    height: 5px;
    background: #ffffff;
}


/* about us section ends */

/* service section start */

.services-wrap {
    padding: 60px 0 0;
}
.services-wrap .section-head {
    text-align: left;
    margin-bottom: 30px;
}
.services-wrap .section-head h2 {
    font-size: 28px;
}
.section-line-trigger.line-shrink::before {
    width: 60px;
    background: #b0704a;
}
.section-line-trigger::before {
    height: 6px;
}
.service-icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.service-card-col {
    padding: 15px 15px !important;
}
.service-card {
    padding: 15px;
}
.service-card h4 {
    font-size: 18px;
}
.service-card p {
    font-size: 16px;
}

/* service section ends */

/* portfolio section start */

.portfolio-section {
    padding: 60px 0;
}
.portfolio-heading h2 {
    font-size: 28px;
}
.portfolio-slide {
    height: 350px !important;
    margin: 0 5px;
}
.portfolio-overlay-content h6 {
    font-size: 10px;
}
.portfolio-overlay-content h3 {
    font-size: 28px;
}
.portfolio-overlay-content i {
    font-size: 28px;
}
.portfolio-dots li {
    width: 20px;
    height: 20px;
    border: 5px solid #ffffff30;
}
.portfolio-arrows button {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

/* portfolio section ends */

/* blog section start */

.blog-wrap {
    padding: 60px 0;
}
.blog-wrap .blog-head {
    gap: 15px;
    margin-bottom: 30px;
}
.blog-wrap h2 {
    font-size: 28px;
}
.blog-wrap .blog-head-right .blog-viewall {
    border: 1px solid #fff;
    padding: 7px 15px;
    font-size: 14px;
}
.blog-grid {
  justify-content: center;
}
.blog-card-col {
    padding: 0px 10px !important;
}
.blog-wrap .blog-date {
    padding: 15px 15px;
}
.blog-wrap .blog-month {
    font-size: 18px;
    margin-top: 5px;
}
.blog-wrap .blog-content {
    background: #fff;
    padding: 15px;
    gap: 0;
}
.blog-wrap .blog-category {
    font-size: 12px;
    margin-bottom: 10px;
}
.blog-wrap .blog-post-title {
    font-size: 14px;
}

/* blog section ends */

/* footer section start */

.footer-phone, .footer-email {
    font-size: 16px;
}
.footer-top i {
    font-size: 28px;
    margin-bottom: 0px;
    margin-right: 15px;
}
.footer-main {
    padding: 60px 0 30px;
}
.footer-about, .footer-address {
  margin-bottom: 15px;
}
.footer-main h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-main p {
    font-size: 16px;
}
.footer-address a {
    font-size: 16px;
}
.footer-social a {
    margin-right: 15px;
    font-size: 18px;
}
.footer-bottom .copyright {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom .creater, .footer-bottom .creater a {
    font-size: 16px;
    text-align: center;
}
.floating-social {
    position: fixed;
    left: 10px;
}
.floating-social .fs-icon {
    width: 30px;
    height: 30px;
    font-size: 18px;
}

/* footer section ends */

/* home page ends */

/* inner about us page start */

/* innerpage header section start */

.innerpage-header {
    margin-top: 40px;
    min-height: 350px;
}
.pageheading-middle h4 {
    font-size: 30px;
}
.pageheading-middle #breadcrumbs {
    color: #ffffff;
    font-size: 16px;
}
.pageheading-middle a {
    color: #ffffff99;
    font-size: 16px;
}

/* innerpage header section ends */

/* inner about us section start */

.inner-about-us-wrap {
    padding: 80px 0 50px;
}
.main-img {
    width: 90%;
    height: 400px;
}
.overlay-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 13px;
}
.inner-about-us-wrap .inner-about-content {
    padding: 0px;
    margin-top: 40px;
}
.inner-about-us-wrap .inner-about-content .badge {
    font-size: 14px;
}
.inner-about-us-wrap .inner-about-content h2, .inner-about-us-wrap .inner-about-content h3, .inner-about-us-wrap .inner-about-content h4 {
    font-size: 28px;
    margin-bottom: 28px;
}
.inner-about-us-wrap .inner-about-content p {
    font-size: 16px;
    line-height: 1.8;
}

/* inner about us section ends */

/* inner mission section start */

.mission-wrap {
    padding: 60px 0;
}
.mission-wrap .mission-content h2 {
    font-size: 28px;
}
.mission-wrap .mission-content p {
    font-size: 16px;
}
.mission-wrap .mission-icon {
    width: 100%;
    height: 350px;
    margin-top: 10px;
    border-radius: 20px;
}

/* inner mission section ends */

/* inner counter section start */

.counter-section {
    padding: 60px 0;
}
.counter-section .row {
    border-radius: 0px;
    padding: 0px;
    border: none !important;
}
.counter-section .counter-intro p {
    font-size: 16px;
    margin-bottom: 15px;
}
.counter-intro {
  margin-bottom: 28px;
}
.counter {
    font-size: 30px;
}
.plus {
    font-size: 28px;
}
.counter-item h6 {
    font-size: 14px;
    margin-top: 28px;
}

/* inner counter section ends */

/* inner about us page ends */

/* single service page start */

.single-service-wrap {
    padding: 60px 0;
}
.single-service-img {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.single-service-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px 0 10px 0;
}
.single-service-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
.single-service-content .single-service-title {
    font-size: 28px;
}
.single-service-content .single-service-content h2, .single-service-content .single-service-content h3, .single-service-content .single-service-content h4 {
    font-size: 20px;
}
.single-service-content .single-service-content h5, .single-service-content .single-service-content h6 {
    font-size: 16px;
    margin-bottom: 15px;
}
.single-service-content .single-service-content li {
    font-size: 16px;
}
.sidebar-widget {
    padding: 15px;
}
.recent-post-thumb img {
    width: 70px;
    height: 70px;
}
.recent-post-title {
    font-size: 14px;
}
.recent-post-link {
    gap: 10px;
    padding: 6px;
}
.single-service-content .single-service-content p {
    font-size: 16px;
}

/* single service page ends */

/* inner additional services page start */

.additional-services-wrap {
    padding: 60px 0;
}
.additional-services-heading h2 {
    font-size: 28px;
}
.additional-services-heading p {
    font-size: 16px;
}
.additional-service-item {
    border-radius: 13px;
}
.service-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.additional-service-content {
    padding: 15px;
}
.additional-service-para {
    font-size: 16px;
}
.service-popup-content {
    padding: 15px;
    width: 90%;
}
.popup-body {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}
.popup-title {
    font-size: 18px;
    width: 90%;
}
.close-popup {
    top: 10px;
    right: 10px;
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.popup-body ul {
    padding-left: 30px;
}
.popup-body li {
    font-size: 16px;
}

/* inner additional services page end */

/* inner projects page start */

.inner-projects-wrap {
    padding: 60px 0;
}
.inner-projects-wrap .row {
  justify-content: center;
}
.inner-projects-heading h2 {
    font-size: 28px;
}
.inner-projects-heading p {
    font-size: 16px;
}
.project-img {
    width: 100%;
    height: 250px;
}
.project-title {
    font-size: 18px;
}

/* inner projects page ends */

/* single projects page start */

.single-project-wrap {
    padding: 60px 0;
}
.single-project-header {
    text-align: center;
    margin-bottom: 25px;
}
.single-project-category {
    font-size: 14px;
}
.single-project-title {
    font-size: 28px;
}
.single-project-content p {
    font-size: 16px;
    margin-bottom: 25px;
}
.single-project-image img {
    height: 100%;
    min-height: 250px;
}

.single-gallery-wrap {
    padding: 60px 0;
}
.single-project-gallery-title {
    font-size: 28px;
}
.single-project-gallery-subtitle {
    font-size: 16px;
}
.single-project-media-wrap img {
    width: 100%;
    height: 420px;
}
.single-project-gallery-item img {
    width: 100%;
    height: 200px;
}
.single-project-media-gcol {
    margin-bottom: 0 !important;
    padding: 0 15px !important;
}
.single-project-gallery-item a::before, .single-project-media-wrap a::before {
    font-size: 28px;
}

/* single projects page ends */

/* single blogs page start */

.single-blog-wrap {
    padding: 60px 0;
}
.single-blog-img {
    height: 400px;
    margin-bottom: 25px;
}
.single-blog-title {
    font-size: 18px;
}
.single-blog-body p {
    font-size: 16px;
}

/* single blogs page ends */

/* inner contact us page start */

.inner-getintouch-wrap {
    padding: 60px 0;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 22px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 16px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 16px;
    margin-bottom: 15px;
}
.inner-getintouch-wrap .inner-getintouch-content {
    padding: 15px;
    margin-bottom: 28px;
}
.inner-getintouch-wrap textarea {
    max-height: 120px;
}
.inner-getintouch-wrap input[type="text"], .inner-getintouch-wrap input[type="email"], .inner-getintouch-wrap input[type="tel"], .inner-getintouch-wrap textarea {
    padding: 8px 15px;
    font-size: 16px;
}
.inner-getintouch-wrap .btn {
    padding: 10px 25px;
    font-size: 15px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 20px 15px 15px;
}
.inner-getintouch-wrap .contact-item {
    gap: 15px;
    margin-bottom: 10px;
    transform: none !important;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 18px;
    width: 40px;
    height: 40px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 18px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 16px;
}


/* inner contact us page ends */

}

@media only screen and (min-width: 1301px) and (max-width: 1380.5px) {

/* home page starts */

.scroll-down {
    right: 40px;
    font-size: 14px;
}
.scroll-text {
    font-size: 14px;
}
.scroll-arrow {
    font-size: 18px;
}
.scroll-down:hover .scroll-arrow {
    transform: translateY(160px);
    opacity: 1;
}

.floating-social {
    position: fixed;
    left: 15px;
}
.floating-social .fs-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
}

/* home page ends */


}