/*body {
    overflow-x: hidden;
    max-width: 100%;
}*/
/* header section */
.bg-item {
    margin-left: -7px;
    max-width: 102%;
    width: 110%;
    height: 768px;
}

.galleryheader {
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textOverlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    font-family: ;
    color: #fff;
}

.textOverlay img {
    width: 120px;
}
.dot-client {
    margin-top: -550px;
    z-index: 500;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
  }
#client-icon {
    width: 25px;
    height: 25px;
    margin-top: 18px;
    margin-left: 17px;
}

.text2 {
    font-size: 42px;
    font-weight: bold;
    transform: translateY(-10px);
    text-align: center;
    color: black;
    font-family: "Open Sans", sans-serif;
}
.text3 {
    font-size: 20px;
    transform: translateY(-450px);
}
.text4 {
    margin-top: 470px;
}


.cross-icon {
    width: 7%;
    margin-left: 400px;
    margin-top: 20px;
}
.carousel .slide {
    height: 100%;
}
.card-style {
    width: 100%;
    height:100vh;
}
#inner-bg {
    opacity: 0.2;
    width: 100%;
    height: 580px;
    margin-top: -10px;
}

/* client section */
.review-section {
    margin-top: -7px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.bg-grey {
    background-color: #f4f5f8;
}
.padding {
    padding: 100px 0;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #808287;
    font-weight: 400;
    letter-spacing: -.2px;
}
.map-pattern {
    background-image: url(assets/client/map-pattern-2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.mb-40 {
    margin-bottom: 40px;
}
.text-center {
    text-align: center!important;
}
.section-heading h3 {
    display: inline-block;
    color: #C2272D;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 55px;
    margin: 0 0 10px;
    line-height: 1.7;
    font-family: "Open Sans", sans-serif;
}
.section-heading h3:before {
    background-color: #C2272D;
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #C2272D;
    font-size: 16px;
    font-weight: 600;
}
::before {
    box-sizing: border-box;
}
.section-heading h2 {
    font-size: 46px;
    line-height: 48px;
    font-weight: 600;
    letter-spacing: -1.5px;
    display: block;
    margin: 0;
    color: #222429;
}
.section-heading h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.section-heading h2 span:before {
    background-color: #C2272D;
    content: "";
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.section-heading p {
    margin-top: 20px;
    margin-bottom: 0;
}
p {
    font-size: 17px;
    line-height: 27px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.text-center {
    text-align: center!important;
}
.review-carousel {
    overflow: hidden;
    padding-top: 20px;
    margin-top: -20px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.review-item {
    position: relative;
    padding-left: 50px;
}
.review-thumb {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.review-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #ffffff;
    box-shadow: 0 0 20px 0.5px rgb(0 0 0/20%);
}
img {
    outline: none;
    max-width: 100%;
}
.review-content {
    background-color: #fff;
    padding: 30px 30px 30px 60px;
    border-radius: 2px;
    box-shadow: 0 0 10px 0.5px rgb(0 0 0/10%);
    position: relative;
    z-index: -1;
}
.review-content:before {
    background-color: #C2272D;
    content: "";
    width: 4px;
    height: 70%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.review-content .quote {
    background-color: #C2272D;
    color: #222429;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50px;
    top: -20px;
}
.las {
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.la-quote-right:before {
    content: "\f10e";
}
li {
    text-align: -webkit-match-parent;
}
ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rattings li {
    display: inline-block;
    color: #ac0006;
    font-size: 14px;
    margin: 0 -2px;
}
.review-content p {
    font-size: 14px;
    margin-top: 10px;
}
.testi-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.testi-content h5 {
    font-family: "Open Sans", sans-serif;
    color: var(--grey-color);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.review-carousel .carousel-pagination {
    margin-top: 30px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 100%;
}
.carousel-pagination {
    text-align: center;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.carousel-pagination span.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    box-shadow: 0 0 0 3px #ff2f3686;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
}

/* FOOTER SECTION */

#footer-section{
    width: 100%;
    height: auto;
    background-color: #111;
    position: relative;
    color: #fff;
    margin-top: 3rem;
}

.mini-footer{
    width: 100%;
    height: 10.5vh;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
/* LOGO SECTION */

#logo-section-client{
    width: 100%;
    height: 30vh;
    background-color: #F0F0F0B5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}



/* RESPONSIVE SECTION */

@media (max-width: 1440px) {
    /* header section */
    .social-media {
        transform: translateY(-162px);
    }
    #nav-item {
        width: 123%;
        transform: translateX(-7px);
    }
}
@media (max-width: 1366px) {}

@media (max-width: 1024px) {
   
    /* header section */
    .bg-item {
        max-width: 130%;
        width: 131%;
    }
    .logo {
        margin-top: 33px;
        width: 100%;
    }
    #nav-item {
        max-width: 200%;
        width: 450%;
        transform: translateX(274px);
        height: 40px;
    }
    .social-media {
        width: 10%;
        transform: translate(-45px, -159px)
    }
    .top-details {
        transform: translateX(530px);
    }
    .menu {
        font-size: 14px;
        gap: 4rem;
    }
   .textOverlay {
    transform: translateX(145px);
   }
	.client-box
	{
		display:none !important;
	}
	.container {
    max-width: 590px !important;
   }
}
@media (max-width: 992px) { 
    /* header section */
    .bg-item {
        width: 133%;
        max-width: 133%;
    }
    #nav-item {
        max-width: 204%;
        width: 453%;
        transform: translateX(286px);
    }
}
  @media (min-width: 768px) {
    .button-two {
      padding: 10px 30px;
    }
  }
@media (max-width: 475px) { 
   .review-content p {
    font-size: 12px;
    width: 185px;
    margin-top: 10px;
}

.container {
    max-width: 315px !important;
}
}