#social-modal .modal-header {
  padding: 1rem 2rem !important;
}
#social-modal .modal-header button {
  margin: 0 0 0 auto !important;
}
#social-modal .modal-dialog {
  max-width: 16% !important;
  margin: 0 0 auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}
#social-modal .modal-dialog .modal-body {
  padding: 40px 40px !important;
}
#social-modal .modal-dialog .modal-body .contact-us-modal {
  text-align: justify !important;
}
#social-modal .modal-dialog .modal-body .contact-us-modal ul {
  padding: 0 !important;
  list-style: none !important;
  color: #000 !important;
  text-decoration: none !important;
}
#social-modal
  .modal-dialog
  .modal-body
  .contact-us-modal
  .global-footer__locations-item {
  padding: 10px 0 !important;
  color: #000 !important;
  margin-bottom: 0 !important;
}
#social-modal
  .modal-dialog
  .modal-body
  .contact-us-modal
  .global-footer__locations-item
  a {
  color: #000 !important;
  text-decoration: none !important;
}
#social-modal
  .modal-dialog
  .modal-body
  .contact-us-modal
  .global-footer__social-item {
  padding: 10px 0 !important;
  margin-right: 12px !important;
}
#social-modal
  .modal-dialog
  .modal-body
  .contact-us-modal
  .global-footer__social-item
  a {
  color: #000 !important;
  text-decoration: none !important;
}
#social-modal .show .modal-dialog {
  transform: translateX(0);
}
#social-modal .page-heading {
  z-index: 5 !important;
  overflow: hidden !important;
  max-width: 900px !important;
  line-height: 26px !important;
  position: relative !important;
  text-align: left !important;
  color: #000 !important;
}
#social-modal .page-heading .heading {
  position: relative !important;
  margin: 0 auto 20px !important;
}
#social-modal .page-heading .heading:after {
  bottom: -10px !important;
  left: 0 !important;
  /* Set to 0 for full left */
  margin: 0 0 0 -40px !important;
  width: 100px !important;
  height: 4px !important;
  background-color: #077 !important;
  content: "" !important;
  position: absolute !important;
}
#social-modal .page-heading .lime {
  color: #000 !important;
}

.comment-form__input-box input[type="file"]:before {
  content: "Upload a Design";
  background-color: #077;
  color: #fff;
  padding: 18px 28px !important;
  position: absolute;
  top: 0px;
  width: 103%;
  text-align: left;
  left: -3px;
  z-index: 99;
  bottom: 0;
  height: 68px;
  text-transform: capitalize;
  font-weight: 700;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.7em !important;
}

.wpcf7-list-item label {
  height: 50px;

  background-color: #fff;
  color: #000;
  padding-left: 8px !important;
  padding-top: 14px;
  padding-right: 4px !important;
}

.heading-form {
  padding-left: 20px !important;
}

.product-custom-layout {
  padding: 50px 0 50px 0;
  position: relative;
}
@media (max-width: 991px) {
  .product-custom-layout {
    padding: 30px 0;
  }
}
.product-custom-layout a {
  color: #fff;
  text-decoration: none;
}
.product-custom-layout .nav-tabs {
  border: none;
  margin-bottom: 40px;
}
.product-custom-layout .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1aaba0 !important;
  padding: 19px 38px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.6s all;
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-custom-layout .nav-tabs .nav-link.active {
    margin-right: 10px;
    padding: 14px 24px;
    font-size: 14px;
  }
}
.product-custom-layout .nav-tabs .custom-link {
  margin-right: 20px;
  color: #000;
  background-color: #dfdfdf;
  padding: 19px 38px;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.6s all;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .product-custom-layout .nav-tabs .custom-link {
    margin-right: 10px;
    padding: 14px 24px;
    font-size: 14px;
  }
}
.product-custom-layout .inner .message {
  border: 1px solid #dfdfdf;
  padding: 2em;
  font-size: 1.7vw;
  box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
}
@supports (display: grid) {
  .product-custom-layout .inner .message {
    display: none;
  }
}
.product-custom-layout .inner .section {
  display: none;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .product-custom-layout .inner .section {
    padding: 4rem;
  }
}
@supports (display: grid) {
  .product-custom-layout .inner .section {
    display: block;
  }
}
.product-custom-layout .inner h1 {
  font-size: 2rem;
  margin: 0 0 1.5em;
}
.product-custom-layout .inner .grid {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-gap: 30px;
  grid-auto-rows: 150px;
  grid-auto-flow: row dense;
}
.product-custom-layout .inner .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-sizing: border-box;
  color: #fff;
  grid-column-start: auto;
  grid-row-start: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border: 1px solid #ccc;
}
.product-custom-layout .inner .item:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2 !important;
}
.product-custom-layout .inner .item:nth-child(even) {
  grid-row: span 2;
  /* This will span two rows for even items */
}
.product-custom-layout .inner .item:nth-child(odd) {
  grid-row: span 2;
  /* This will span one row for odd items */
}
.product-custom-layout .inner .item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
}
.product-custom-layout .inner .item:hover {
  transform: scale(1.05);
}
.product-custom-layout .inner .item:hover:after {
  opacity: 0;
}
.product-custom-layout .inner .item:nth-child(even) {
  grid-row-end: span 4;
}
.product-custom-layout .inner .item:nth-child(odd) {
  grid-row-end: span 6;
}
.product-custom-layout .inner .item--full {
  grid-column-end: auto;
}
@media screen and (min-width: 768px) {
  .product-custom-layout .inner .item--full {
    grid-column: 1/-1;
    grid-row-end: span 2;
  }
}
.product-custom-layout .inner .item__details {
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 15px;
  color: #ffffff;
  text-transform: capitalize;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: #1aaba0 !important;
}
@media (max-width: 991px) {
  .product-custom-layout .inner .item__details {
    background-color: #1aaba0 !important;
    color: #fff;
  }
}
.product-custom-layout img {
  position: absolute;
  left: -16%;
  bottom: 20%;
  z-index: -1;
}

.wsk-cp-product {
  margin-top: 50px !important;
  min-width: 300px;
  margin: 40px 20px;
  border: none;
  position: relative;
  display: block;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
  border-radius: 14px;
  transition: transform 0.3s ease-in-out;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: 0.3s ease-in-out all;
}

.wsk-cp-product p {
  text-align: justify;
  margin-bottom: 4px;
}

.wsk-cp-product:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.wsk-cp-product .card-body {
  padding: 25px 25px 10px;
}

.wsk-cp-product .card-body .nav {
  padding: 7px 0 7px 0;
}

.wsk-cp-product .card-body h5 {
  text-align: left;
  padding-top: 4px;
}

.custom-sitemap {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.custom-sitemap .sitemap-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.custom-sitemap .sitemap-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.custom-sitemap .sitemap-content .sitemap-category {
  flex-basis: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
}
.custom-sitemap .sitemap-content .sitemap-category .category-name {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 10px;
}
.custom-sitemap .sitemap-content .sitemap-category .subcategory-wrapper {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
}
.custom-sitemap
  .sitemap-content
  .sitemap-category
  .subcategory-wrapper
  .subcategory {
  flex: 1;
  margin: 10px;
  padding: 20px;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
}
.custom-sitemap
  .sitemap-content
  .sitemap-category
  .subcategory-wrapper
  .subcategory
  .subcategory-name {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
.custom-sitemap .sitemap-content .product-list {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
.custom-sitemap .sitemap-content .product-list .product-item {
  margin-bottom: 5px;
  list-style: disc;
  margin-left: 30px;
}
.custom-sitemap .sitemap-content .product-list .product-item .product-link {
  color: #333;
  text-decoration: none;
}
.custom-sitemap
  .sitemap-content
  .product-list
  .product-item
  .product-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .custom-sitemap .sitemap-content .sitemap-category {
    flex-basis: 100%;
  }
  .custom-sitemap .sitemap-content .subcategory-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-sitemap .sitemap-content .product-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .custom-sitemap .sitemap-category {
    flex-basis: 100%;
  }
  .custom-sitemap .product-item {
    margin-left: 20px;
  }
  .custom-sitemap .product-link {
    margin-left: 0;
  }
}

/*  */

.detail-section {
  padding: 100px 0;
  background-color: #fbfbfb;
}

@media (max-width: 768px) {
  .detail-section {
    padding: 50px 0;
  }
}

.detail-section .detail-area .nav {
  /* justify-content: space-evenly; */
  border-bottom: none;
  margin-bottom: 30px;
  justify-content: center;
}

.detail-section .detail-area .nav .nav-link {
  border: none;
  position: relative;
  color: #000;
  font-weight: 600;
  transition: all 200ms ease-in;
}
.detail-section .detail-area .nav .nav-item {
  border-radius: 0 !important;
}

.detail-section .detail-area .nav .nav-link:hover {
  color: #077;
}

.detail-section .detail-area .nav .nav-link.active {
  color: #fff;
  background-color: #077;
}

.detail-section .detail-area .nav .nav-link {
  border: 1px solid #077;
  margin-right: 14px;
  margin-bottom: 20px;
}

.detail-section .detail-area .blog-cards {
  position: relative;
  display: block;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 25px 25px 10px;
  transition: transform 0.3s ease-in-out;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
}
.detail-section .detail-area .blog-btn {
  margin-top: 10px;
  padding: 12px 20px;
  color: #fff;
  background-color: #1aaba0 !important;
  border-radius: 40px;
  text-decoration: none;
  transition: 0.6s all;
  font-weight: 600;
  width: 100%;
  font-size: 14px;
}


.blog-section {
  overflow: hidden;
  padding: 50px 0;
}
.blog-cards {
  position: relative;
  display: block;
  z-index: 1;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 25px 25px 10px;
  transition: transform .3s ease-in-out;
  border: 1px solid #ccc;
  overflow: hidden;
}
.blog-cards .blog-cards-body {
  padding: 1em 0;
}
.blog-cards .blog-cards-body .blog-detail {
  padding-top: 10px !important;
}

.blog-cards .inner a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #153661;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
}
.blog-cards .blog-cards-body h3 {
  font-size: 22px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  padding-bottom: 14px;
}


.about h2{
	text-align: left !important ;
}

@media (max-width: 991px) {
    .banner {
        height: 230px !important;
    }
	.featured-style1-area .single-featured-style1 .img-holder .title-featured-style1{
		padding: 10px 0 !important;
	}
}
@media(max-width:768px){
	.featured-style1-area .single-featured-style1 .img-holder .title-featured-style1 h3{
		font-size:16px !important;
		line-height: normal !important;
	}
}

@media (max-width: 768px) {
    .product-custom-layout .inner .grid {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-auto-rows: 100px !important;
    }
}


.brand-three img {
  width: 85% !important;
  margin: 20px 0;
  cursor: grab;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  object-fit: cover;
  object-position: center;
}
.divider-size-5{
display: none;
}

@media (max-width:768px){

.product-custom-layout .inner .item:nth-child(1){
  grid-column: 1/span 1 !important;
}
}


.product-banner{
padding: 70px 0 !important;
}
.item--medium{
background-size: contain !important;
}

.text-left{
text-align: left !important;
}

.services-one .card-feature{
padding: 14px 10px 14px;
}
.services-one .card-feature .text{
padding: 20px 10px 0 10px !important;
}
.font-medium{
font-weight: 700;
}
.reviews-card h5{
font-size: 16px;
}

.banner{
 background: #b2d7d6
}
.b{
 background: #b2d7d6

}


.single-service-style1 a{ 
color: #FFF ;

}

.single-service-style1:hover a{ 
color: #000; 

}

.top-bar {
background-color: #077;
padding: 10px 0;
}
@media (max-width: 991.9px) {
.top-bar {
  display: none;
}
}
.top-bar .icon-nav li {
padding-right: 20px;
}
.top-bar .icon-nav a {
color: #fff;
text-decoration: none;
font-size: 14px;
padding-bottom: 0;
}
.top-bar .icon-nav a span {
padding-left: 10px;
}
.top-bar .icon-nav-social {
display: inline-flex;
flex-direction: row;
float: right;
align-items: center;
}
.top-bar .icon-nav-social a {
text-align: end;
}
.top-bar .icon-nav-social a i {
padding-top: 5px;
}
.top-bar .icon-nav-social .btn-quote {
background-color: #fff;
color: #000;
padding: 4px 20px;
}


.theme-main-menu{
top: 0;
}