@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);

html {
    font-size: 14px;
}

*,
::after,
::before {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

html,
body {
    -ms-content-zooming: none;
    overflow-x: hidden;
    overflow-x: none;
}

body {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #828282;
    font-family: Roboto, sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word;
    overflow-x: hidden;
}

.about-us {
    font-size: 35px;
}

#content .hidden-part {
    display: none;
}

.p-justyfy {
    text-align: justify;
}

body,
html {
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

a:focus,
a:hover {
    /* text-decoration: none; */
    outline: 0;
    outline-offset: 0;
    color: #0038e3;
}

a,
a:active,
a:focus {
    color: #828282;
}

.btn,
a {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    /* height: 450px; */
}

p {
    margin: 0 0 25px;
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

ul {
    list-style-position: outside;
    margin-bottom: 25px;
}

ul {
    margin: 0;
    padding: 0;
}

::selection {
    color: #000;
    background: #dbdbdb;
}

::-moz-selection {
    color: #a6a6a6;
    background: #dbdbdb;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.no-transition {
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
}

.container,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.container-2 {
    padding-right: 3%;
    padding-left: 3%;
}

.container-3 {
    padding-right: 4%;
    padding-left: 4%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

.wall-description-padding {
    padding: 4rem 0 0 3.5rem;
}

.text-center-2 {
    text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

.alt-font {
    font-family: Poppins, sans-serif;
}

h1,
h4,
h5,
h6 {
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -0.5px;
    font-weight: inherit;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h4 {
    font-size: 2.85rem;
    line-height: 3.4rem;
}

h5 {
    font-size: 2.3rem;
    line-height: 3rem;
}

h6 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}

.text-extra-small {
    font-size: 12px;
    line-height: 16px;
}

.text-small {
    font-size: 13px;
    line-height: 22px;
}

.text-medium {
    font-size: 14px;
    line-height: 20px;
}

.text-extra-medium {
    font-size: 16px;
    line-height: 28px;
}

.text-extra-large {
    font-size: 20px;
    line-height: 21px;
}

.text-extra-large-h {
    font-size: 20px;
    line-height: 48px;
}

.btn {
    background: transparent;
    border: none;
    color: #fff;
    text-decoration: underline;
    font-size: 20px;
}

.text-extra-large-j {
    font-size: 27px;
    line-height: 48px;
}

.title-extra-small {
    font-size: 30px;
    line-height: 32px;
}

.text-big {
    font-size: 200px;
    line-height: 200px;
}

.btn-link.text-white,
.text-white,
a.text-white-hover:hover {
    color: #fff;
}

.text-extra-dark-gray {
    color: #232323;
}

.btn-link.text-medium-gray,
.text-medium-gray {
    color: #939393;
}

.text-light-gray {
    color: #d6d5d5;
}

.text-parrot-green,
a.text-parrot-green-hover:hover {
    color: #cee002;
}

.letter-spacing-1px {
    letter-spacing: 1px;
}

.letter-spacing-minus-1px {
    letter-spacing: -1px;
}

.letter-spacing-minus-5px {
    letter-spacing: -5px;
}

.letter-spacing-minus-10px {
    letter-spacing: -10px;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-decoration-line-bottom {
    position: relative;
    white-space: nowrap;
}

.text-decoration-line-bottom:before {
    content: "";
    border-bottom: 1px solid;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}

.line-height-18px {
    line-height: 18px;
}

.line-height-24px {
    line-height: 24px;
}

.line-height-26px {
    line-height: 26px;
}

.line-height-32px {
    line-height: 32px;
}

.line-height-44px {
    line-height: 40px;
}

.line-height-60px {
    line-height: 40px;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-parrot-green {
    background-color: #ffffff;
}

.bg-extra-medium-slate-blue {
    background-color: #1f232c !important;
}

.bg-dark-slate-blue {
    background-color: #1f232c;
}

.bg-transparent-black-very-light {
    background-color: rgba(0, 0, 0, 0.12);
}

.bg-transparent-gradiant-white-black {
    background: -moz-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 0, 0, 0.18) 18%,
        rgba(0, 0, 0, 0.95) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 0, 0, 0.18) 18%,
        rgba(0, 0, 0, 0.95) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0,
        rgba(0, 0, 0, 0.18) 18%,
        rgba(0, 0, 0, 0.95) 100%
    );
}

@media (max-width: 480px) {
    .pb-20 {
        padding-bottom: 20px !important;
    }

    .pb-10 {
        padding-bottom: 10px !important;
    }

    .pb-0 {
        padding-bottom: 0 !important;
    }
}

section {
    padding: 130px 0;
    overflow: hidden;
}

section.big-section {
    padding: 160px 0;
}

section.small-section {
    padding: 60px 0;
}

section.small-section-2 {
    padding: 80px 0;
}

.padding-b {
    height: 120vh;
}

.padding-b-2 {
    height: 100vh;
}

.box-layout {
    padding: 0 90px;
}

.box-layout-2 {
    padding: 0 100px;
}

.box-layout-3 {
    padding: 0px 90px;
}

.divider-full .divider-border:after,
.divider-full .divider-border:before {
    flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    content: "";
    border-top: 1px solid #e4e4e4;
}

.divider-full .divider-border.divider-light:after,
.divider-full .divider-border.divider-light:before {
    border-color: rgba(255, 255, 255, 0.1);
}

.opacity-very-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
}

.opacity-extra-medium {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.z-index-1 {
    z-index: 1;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: Poppins, sans-serif;
    font-weight: 500;
}

.btn:active:focus,
.btn:focus {
    outline: medium none;
    outline-offset: 0;
}

.btn:active,
.btn:focus {
    box-shadow: none;
}

.btn.btn-extra-large {
    font-size: 14px;
    padding: 16px 40px;
}

.btn.btn-link {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    background-color: transparent;
}

.btn.btn-link:hover {
    opacity: 0.7;
}

.btn.btn-link.thin {
    padding: 7px 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 1px solid;
    background-color: transparent;
}

.btn.btn-link.thin:hover {
    opacity: 0.7;
}

.border-all {
    border: 1px solid !important;
}

.border-top {
    border-top: 1px solid !important;
}

.border-right {
    border-right: 3px solid !important;
}

.border-width-2px {
    border-width: 2px !important;
}

.border-color-white {
    border-color: #fff !important;
}

.border-color-white-transparent {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
}

.margin-80px-top {
    margin-top: 80px;
}

.margin-5px-bottom {
    margin-bottom: 5px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}

.margin-20px-bottom {
    margin-bottom: 20px;
}

.margin-8-rem-bottom {
    margin-bottom: 8rem;
}

.margin-9-half-rem-bottom {
    margin-bottom: 9.5rem;
}

.margin-5px-left {
    margin-left: 5px;
}

.margin-5px-lr {
    margin-left: 5px;
    margin-right: 5px;
}

.padding-3-half-rem-all {
    padding: 2.5rem 3.5rem;
}

.padding-3-half-rem-all-2 {
    padding: 1.5rem 3.5rem;
}

.blog-section-padding-3-half-rem-all {
    padding: 2.5rem 3.5rem;
}

.padding-4-rem-all {
    padding: 4rem;
}

.padding-80px-top {
    padding-top: 80px;
}

.padding-90px-bottom {
    padding-bottom: 90px;
}

.padding-10px-tb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-70px-tb {
    padding-top: 70px;
    padding-bottom: 50px;
}

.padding-70px-tb-2 {
    padding-top: 70px;
    padding-bottom: 0px;
}

.padding-3-half-rem-tb {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.padding-5-half-rem-tb {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.padding-30px-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.padding-2-rem-lr {
    padding-left: 2rem;
    padding-right: 2rem;
}

.padding-3-half-rem-lr {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}

.padding-4-rem-lr {
    padding-left: 4rem;
    padding-right: 4rem;
}

.padding-6-half-rem-lr {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.top-minus-4px {
    top: -4px;
}

.bottom-0px {
    bottom: 0;
}

.right-0px {
    right: 0;
}

.left-minus-50px {
    left: -50px;
}

.w-40px {
    width: 40px;
}

.w-90px {
    width: 90px;
}

.w-55 {
    width: 55%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.h-40px {
    height: 40px;
}

.one-half-screen {
    height: 600px;
}

[class^="ti-"] {
    display: inline-block;
}

.video-icon-box {
    z-index: 1;
}

.video-icon-box > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-direction: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-icon-box .video-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.video-icon-box .video-icon i {
    margin-left: 5px;
    line-height: normal;
}

.video-icon-large.video-icon-box .video-icon i {
    margin-left: 8px;
}

.video-icon .video-icon-sonar {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -10;
    -webkit-animation: video-icon-sonar 2s linear infinite;
    animation: video-icon-sonar 2s linear infinite;
}

.video-icon .video-icon-sonar .video-icon-sonar-bfr {
    position: absolute;
    border-radius: 50%;
    content: "";
    top: -25px;
    left: -25px;
    z-index: -100;
}

.video-icon-large .video-icon {
    width: 75px;
    height: 75px;
    font-size: 26px;
}

.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 125px;
    height: 125px;
}

.icon-extra-small {
    font-size: 18px;
}

.extra-small-icon {
    list-style: none;
    padding: 0;
}

.extra-small-icon li {
    display: inline-block;
}

.extra-small-icon li:first-child {
    margin-left: 0;
}

.extra-small-icon li:last-child {
    margin-right: 0;
}

.extra-small-icon li {
    margin: 0 2px;
}

.extra-small-icon a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

[class^="social-icon-"] ul {
    list-style: none;
}

.social-icon-style-12 li a {
    color: #232323;
    display: inline-block;
}

.social-icon-style-12 .light li a {
    color: #fff !important;
    display: inline-block;
}

.social-icon-style-12 li a:hover {
    opacity: 0.5;
}

.blog-post-image img,
.portfolio-image img {
    width: 100%;
}

.portfolio-caption {
    text-align: left;

    max-width: 400px;
}

.portfolio-caption a {
    text-decoration: none;
}
.portfolio-caption a:hover {
    color: #5e604b;
}

.grid {
    list-style: none;
}

.grid-sizer {
    padding: 0 !important;
    margin: 0 !important;
}

.grid.gutter-extra-large li {
    padding: 15px;
}

.grid.grid-4col li {
    width: 25%;
    list-style: none;
}

.portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden;
    width: 400px;
}

.portfolio-box .portfolio-image img {
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(50%);
}

.portfolio-box .portfolio-image:hover img {
    filter: brightness(100%);
    transform: scale(1.3);
}

.portfolio-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 64%;
    opacity: 0;
}

.portfolio-box:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-box .portfolio-hover .portfolio-icon {
    line-height: 17px;
    display: inline-block;
    text-align: center;
    margin: 0px 5px;
}

.portfolio-box *,
.portfolio-box:hover * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.portfolio-classic .portfolio-box:hover .portfolio-image img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    /* opacity: .15 */
}

.portfolio-classic .portfolio-box .portfolio-image > a {
    position: relative;
    height: 100%;
    z-index: 1;
}

.portfolio-classic .portfolio-icon a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    position: relative;
    z-index: 3;
}

.portfolio-classic .portfolio-box {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.portfolio-classic .portfolio-box:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.portfolio-classic .portfolio-box:hover .portfolio-image img {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}

.portfolio-classic .portfolio-icon a:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.portfolio-classic .portfolio-box .portfolio-icon a {
    opacity: 0;
    transform: translateY(15px);
    -moz-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.portfolio-classic .portfolio-box:hover .portfolio-icon a {
    opacity: 1;
    transition-delay: 0.1s;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}

.portfolio-classic .portfolio-box:hover .portfolio-icon a:last-child {
    transition-delay: 0.2s;
}

.phone-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #dcd2c4 !important;
    color: #c6bcae;
    padding: 10px;
    transition: background-color 0.3s;
}
@media (max-width: 1441px) {
    .phone-icon {
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        border: 1px solid #e7e7e7 !important;
        color: #e7e7e7 !important;
        padding: 6px;
    }
}

@media (max-width: 1200px) {
    .phone-icon {
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 30px;
        border-radius: 50%;
        border: 1px solid #e7e7e7 !important;
        color: #e7e7e7 !important;
        padding: 6px;
    }
}

.phone-wrapper {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
}

@media (max-width: 790px) {
    .phone-wrapper {
        gap: 7px;
        margin-left: -20px;
    }
}

@media (max-width: 760px) {
    .phone-wrapper {
        gap: 7px;
        margin-left: 30px;
    }
}

@media (max-width: 435px) {
    .phone-wrapper {
        gap: 7px;
        margin-left: 23px;
    }
}

.phnoe-number {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #e7e7e7 !important;
    font-size: 18px;
    font-family: "Poppins";
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
}
@media (max-width: 1440px) {
    .phnoe-number {
        color: #c6bcae;
        margin-bottom: 0;
    }
}

.blog-post {
    position: relative;
    overflow: hidden;
}

.blog-post .blog-post-image img {
    -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    -ms-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}

.blog-post .blog-post-image {
    overflow: hidden;
    position: relative;
    /* height: 100%; */
}

.blog-post:hover .blog-post-image img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.blog-metro .blog-post:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.blog-metro .blog-post:hover .blog-post-image img {
    opacity: 0.6;
}

.blog-metro .blog-post .blog-post-image .blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1f232c;
    background: linear-gradient(
        0deg,
        rgba(23, 23, 23, 0.95) 0,
        rgba(23, 23, 23, 0) 88%
    );
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.blog-metro .blog-post .post-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.blog-metro .post-details .blog-category {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 13px;
    background: rgba(20, 21, 22, 0.7);
    border-radius: 2px;
}

.blog-metro .post-details:hover .blog-category {
    background: #fff;
    color: #232323;
    box-shadow: 0 0 20px rgba(23, 23, 23, 0.2);
}

.client-logo-style-02 .client-logo {
    opacity: 0.6;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.client-logo-style-02 .client-logo:hover {
    opacity: 1;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

.interactive-banners-style-09 figure {
    position: relative;
    overflow: hidden;
}

.interactive-banners-style-09 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.interactive-banners-style-09
    .interactive-banners-content
    .interactive-banners-hover-icon {
    position: absolute;
    left: 60px;
    bottom: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.interactive-banners-style-09
    figcaption:hover
    .interactive-banners-content
    .interactive-banners-hover-icon {
    position: absolute;
    left: 60px;
    bottom: 60px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    z-index: 99;
}

.interactive-banners-style-09 .interactive-banners-hover-action {
    opacity: 0;
    position: absolute;
    bottom: -25px;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    color: #fff;
}

.interactive-banners-style-09 .interactive-banners-action-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    min-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.interactive-banners-style-09
    figcaption:hover
    .interactive-banners-hover-action {
    opacity: 1;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    color: #fff;
}

.interactive-banners-style-09 figure img {
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    -ms-transition-duration: 2s;
    transition-duration: 2s;
}

.interactive-banners-style-09 figure:hover img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
    -o-transform: scale(1.4);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
}

.fancy-text-box-style-01 .fancy-text-box {
    display: inline-block;
    position: relative;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left,
.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
    border: 10px solid #0039cc;
    height: 100%;
    width: 67px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-left {
    border-right: 0;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-box-border-right {
    border-left: 0;
    right: 0;
    left: inherit;
}

.fancy-text-box-style-01 .fancy-text-box .fancy-text-content {
    font-size: 80px;
    line-height: 72px;
    margin-bottom: 0;
    margin-right: 15px;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 7px;
}

.copyright-title {
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.9%;
    /* 27.98px */
}

footer ul li:last-child {
    margin-bottom: 0;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
    background: #fff;
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgba(23, 23, 23, 0.25);
    display: none;
    height: 34px;
    width: 34px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 1029;
    border-radius: 100%;
}

.scroll-top-arrow:hover {
    background: #fff;
    color: #828282;
    box-shadow: 0 0 30px rgba(23, 23, 23, 0.4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.architecture.fancy-text-box-style-01 .fancy-text-box:after,
.architecture.fancy-text-box-style-01 .fancy-text-box:before {
    border-color: rgba(130, 130, 130, 0.2);
}

.home-architecture-middle-text {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.grid-loading {
    overflow: hidden;
    position: relative;
    opacity: 1 !important;
    transition: all 0s ease-in-out !important;
    -moz-transition: all 0s ease-in-out !important;
    -webkit-transition: all 0s ease-in-out !important;
    -ms-transition: all 0s ease-in-out !important;
    -o-transition: all 0s ease-in-out !important;
    z-index: 99;
}

.grid-loading::after {
    background: 0 0;
    content: "" !important;
    position: absolute;
    top: 100px !important;
    left: calc(50% - 25px) !important;
    width: 50px !important;
    height: 50px !important;
    opacity: 1 !important;
    right: inherit !important;
    z-index: 9;
    text-align: center;
    border: 3px solid rgba(23, 23, 23, 0.2);
    border-top-color: rgba(23, 23, 23, 0.7);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

.grid-loading:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 1px;
    width: calc(100% - 4px);
    height: calc(100% - 2px);
    border-radius: inherit;
    z-index: 1;
}

.grid-loading .grid-item {
    visibility: hidden;
}

.grid-loading li.grid-item {
    overflow: hidden;
    opacity: 0;
}

@-webkit-keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes video-icon-sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.menu .menu-new {
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-container a {
        font-size: 14px !important;
    }

    .menu .menu-new {
        gap: 00px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

/* add new css for project */

/* add primary colors */
.primary-text-color {
    color: #5e604b;
}

.secondary-text-color {
    color: #b6a385;
}

.third-text-color {
    color: #dcd2c4;
}

.fourth-text-color {
    color: #a47c68;
}

.five-text-color {
    color: #dadad6;
}

.six-text-color {
    color: #dfdfdf;
}

.primary-bg-color {
    background-color: #5e604b;
}

.secondary-bg-color {
    background-color: #b6a385;
    margin-top: -54px;
}

.secondary-bg-color-2 {
    background-color: #b6a385;
}

.third-bg-color {
    background-color: #dcd2c4;
}

.fourth-bg-color {
    background-color: #a47c68;
}

.fifth-bg-color {
    background-color: #ffffff;
}

.six-bg-color {
    background-color: #f3ede5;
}

.start-section-border-color {
    border-color: #b6a385 !important;
}

/* Header css */

.menu-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background: #5e604b;
    color: #e7e7e7;
    padding: 15px 20px;
    z-index: 1000;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.menu-logo {
    line-height: 0;
    margin: 0 20px;
}

.menu-logo img {
    /* max-height: 40px; */
    /* max-width: 100px; */
    flex-shrink: 0;
}

.menu-container a {
    /* text-decoration: none; */
    transition: color 0.3s ease;
    color: #e7e7e7;
    font-size: 18px;
    font-family: Poppins;
    font-style: normal;
    /* font-weight: 500; */
    line-height: normal;
}

/* header top icon */

.menu-cover {
    position: relative;
    display: inline-block;
}

.active-menu {
    position: absolute;
    top: -150%;
    left: 10;
    width: 100%;
    display: none;
    color: #fff;
    transition: top 0.5s ease-in-out;
}

.menu-container a:hover .active-menu {
    display: flex;
    top: 10;
}

.active-class {
    font-weight: 600;
    color: #dcd2c4;
    text-underline-offset: 8px;
    text-decoration: underline;
}

.active-menu::after {
    content: url("../images/Logo/headericion.svg");
    position: absolute;
    top: -10px;
    /* Adjust this value to position the content properly */
    left: 10%;
    transform: translateX(-50%);
    transform: translateY(-2%);
    opacity: 0;
    animation: slideFromAbove 0.5s ease-in-out forwards;
}

@keyframes slideFromAbove {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

/* header top icon */

.menu-container input {
    display: block;
    width: 35px;
    height: 25px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/* Burger menu */
.menu-container span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.menu-container span:first-child {
    transform-origin: 0% 0%;
}

.menu-container span:nth-child(3) {
    transform-origin: 0% 100%;
}

.menu-container input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(3px, -1px);
    background: #232323;
}

.menu-container input:checked ~ span:nth-child(4) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.menu-container input:checked ~ span:nth-child(3) {
    transform: rotate(-45deg) translate(-5px, 11px);
}

.menu ul {
    list-style: none;
}

.menu li {
    padding: 10px 0;
    font-size: 20px;
}

.service-dropdown {
    position: relative;
}

.service-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 9.109px;
    background: #f3ede5;
    color: #5e604b !important;
    padding: 10px 20px;
    text-align: center;
    width: 200px;
    z-index: 9999;
}

.service-dropdown:hover .service-dropdown-content {
    display: block;
}

.service-dropdown-content img {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.service-dropdown-content a {
    display: flex;
    color: #5e604b !important;
    font-size: 15.008px;
    font-weight: 600;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #5e604b5c;
    text-align: center;
}

.service-dropdown-content a:hover {
    border-bottom: 2px solid #5e604b;
}

/* mobile styles */
@media only screen and (max-width: 767px) {
    .menu-container {
        flex-direction: column;
        align-items: flex-end;
    }

    .menu-logo {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .menu-logo img {
        max-height: 45px;
    }

    .menu {
        position: fixed;
        box-sizing: border-box;
        width: 300px;
        right: -300px;
        top: 0;
        margin: -20px;
        padding: 75px 40px 50px;
        background: #5e604b;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
        transform-origin: 0% 0%;
        transform: translateX(0%);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    .menu-container input:checked ~ .menu {
        transform: translateX(-100%);
    }

    .menu-cover {
        position: relative;
        display: block;
    }
}

/* desktop styles */
@media only screen and (min-width: 768px) {
    .menu-container {
        width: 100%;
    }

    .menu-container a {
        color: #e7e7e7;
    }

    .menu-container input {
        display: none;
    }

    /* Burger menu */
    .menu-container span {
        display: none;
    }

    .menu {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
    }

    .menu ul {
        display: flex;
        padding: 0;
        margin: 0 10px;
    }

    .menu li {
        padding: 0 7px;
        /* margin-left: 60px; */
    }

    .menu-cover {
        position: relative;
        display: block;
    }
}

.extra-small-icon2.light li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #dcd2c4 !important;
    color: #dcd2c4 !important;
    transition: background-color 0.3s;
}

.extra-small-icon2.light li {
    list-style-type: none;
    margin: 0 5px;
}

.book-appoinment-side-btn {
    z-index: 99 !important;
    position: fixed;
    top: 40%;
    bottom: 60%;
    left: 0;
}

.book-appoinment-side-btn span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
    white-space: nowrap;
    color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 900;
    background-color: #5e604b;
    padding: 10px 5px;
    border-radius: 7.256px;
    border: 0.462px solid #fff;
    opacity: 0.8;
}

.book-appoinment-side-btn:hover span {
    opacity: 1;
    background-color: #dcd2c4;
    color: #5e604b;
    border: 0.462px solid #fff;
    transition: all 0.3s ease-in-out;
}

.header-top {
    background: #d5bea8;
    color: #5e604b;
}

.header-top-p {
    padding-left: 3%;
    padding-right: 0%;
}

.left_info button {
    background: #b6a385;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}

.left_info button a {
    color: #fff;
}

.left_info button:hover {
    background: #dcd2c4;
    height: 50px;
    border: none;
    color: #5e604b;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
}

.right_info a {
    color: #5e604b;
    font-family: Poppins;
    font-size: 12.326px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.right_info ul li {
    display: inline-block;
    margin-right: 30px;
}

.right_info {
    padding: 10px 20px;
}

.left_info {
    text-align: right;
    height: 100%;
}

.right_info i.fa {
    font-size: 14px;
    margin-right: 10px;
    position: relative;
}

@media screen and (max-width: 991px) {
    nav {
        width: 100%;
    }

    .phnoe-number {
        color: #c6bcae;
        font-size: 14px;
        margin-bottom: 0;
    }
}

img {
    width: 100%;
}

/* Header css */

/* hero category css */

.hero-category {
    background: #b6a385;
    color: white;
}

/* hero category css */

.video-section-des {
    padding: 40px 20px 40px 43px;
}

.video-section-p {
    border-radius: 16.636px 0px 0px 0px;
}

.we-have-office-title {
    color: #5e604b;
    font-family: Poppins;
    font-size: 39.79px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.we-have-office-title span {
    font-weight: 800;
}

.we-have-office {
    padding: 100px 100px 100px 10px;
    border: 1px solid #645b4c !important;
}

.we-have-office-p {
    padding: 60px;
}

.we-have-office img {
    width: 700px;
}

/* add testimonial section  */

.testimonial-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #5e604b;
    color: #dcd2c4;
}

.testimonial-title span {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(-180deg);
    white-space: nowrap;
    color: #dcd2c4;
    font-family: Roboto;
    font-size: 67.072px;
    font-style: normal;
    font-weight: 900;
}

.testimonial-img-container {
    height: 100%;
    width: 100%;
}

.testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card {
    position: relative;
    padding: 30px;
    margin: 0 auto;
    /* Center the card horizontally */
}

.icon1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px;
    /* Add some space around the icon */
}

.icon2 {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
    /* Add some space around the icon */
}

.testimonial-content {
    padding: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.testimonial-content p {
    color: #272727;
    font-family: Roboto;
    font-size: 20.072px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.439px;
    /* 146.667% */
}

.testimonial-author {
    color: #5e604b;
    font-family: Roboto;
    font-size: 20.072px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.439px;
    /* 146.667% */
}

.testimonial-slider {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

/* add testimonial section  */

/* add our work section  */
.our-work-title {
    color: #5e604b;
    font-family: Roboto;
    font-size: 33.072px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.439px;
    /* 89.014% */
    letter-spacing: 0.331px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 0px 0 40px 0;
}

.our-work-description {
    color: #5e604b;
    font-family: Roboto;
    font-size: 15.072px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.439px;
    /* 89.014% */
    letter-spacing: 0.331px;
    padding-right: 15px;
    padding-left: 15px;
    padding: 50px 0 40px 0;
}

/* add our work section  */

/* add Schedule an Appointment section   */
.input-row {
    margin-bottom: 20px;
}

.schedule-appointment label {
    color: #fff;
}

.schedule-appointment input,
.schedule-appointment textarea,
.schedule-appointment select {
    padding: 10px;
    border-radius: 3.909px;
    opacity: 0.67;
    background: #f3ede5;
}

.schedule-appointment-btn {
    padding: 7px 30px;
    color: #fff;
    border-radius: 3.91px;
    background: #5e604b;
    border: none;
    float: right;
}

/* add Schedule an Appointment section   */

/* add footer section  */
.footer-title {
    color: #fff;
    text-align: left;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    margin-bottom: 20px;
}

.footer-title a {
    color: #fff;
}

.footer-sub-title {
    color: #fff;
    text-align: left;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 10px;
}

.footer-sub-title a {
    color: #fff;
}

.subscription-form {
    display: flex;
    align-items: center;
    width: 600px;
}

.subscription-input {
    padding: 10px;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #fff;
    flex: 1;
    text-decoration: none;
    width: 250px;
}

@media (max-width: 450px) {
    .subscription-input {
        width: 170px;
    }
}

.subscribe-button {
    padding: 10px 20px;
    background-color: #5e604b;
    color: #fff;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}

.footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: normal;
    align-content: normal;
}

.footer-item:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.footer-item:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 300px;
    padding-left: 50px;
    padding-right: 50px;
}

.footer-item:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 300px;
    padding-left: 0px;
    padding-right: 50px;
}

.footer-item:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    width: 300px;
}

.subscription-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: normal;
}

.subscription-item:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.subscription-item:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.followus {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.social-icon-style-12 {
    display: flex;
    align-items: center;
}

.extra-small-icon.light li {
    list-style-type: none;
    margin: 0 5px;
}

.extra-small-icon.light li a {
    display: inline-block;
    width: 30px;
    /* Adjust the size of the circular icon */
    height: 30px;
    /* Adjust the size of the circular icon */
    text-align: center;
    line-height: 30px;
    /* Align the icon vertically */
    border-radius: 50%;
    border: 1px solid #fff;
    color: #333;
    transition: background-color 0.3s;
}

.copyright {
    background: #b6a385;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 400;
    line-height: 139.9%;
}

.text-right {
    text-align: right;
}

/* add footer section  */

/* about us  */
.hero-title .card-title {
    font-family: Poppins;
    font-size: 12vw;
    font-style: normal;
    font-weight: 800;
    line-height: 75px;
    /* 42.118% */
    color: transparent;
    -webkit-text-stroke: 2px #5e604b;
    text-stroke: 2px #5e604b;
    transition: 0.3s;
}

.hero-title .card-title:hover {
    color: #f3ede5;
}

.about-us-title {
    color: #5e604b;
    font-family: Poppins;
    font-size: 18.072px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    /* 337.542% */
}

.about-us-title-2 {
    color: #292929;
    font-family: Roboto;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 81px;
    /* 137.288% */
}

.about-us-des {
    color: #272727;
    font-family: Roboto;
    font-size: 16.248px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.027px;
    /* 129.412% */
    letter-spacing: 0.162px;
    margin-top: 20px;
}

.contact-us-btn {
    margin-top: 50px;
}

.contact-us-btn a {
    background-color: #5e604b;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}

.visionmision-box p {
    color: #fff;
    font-family: Roboto;
    font-size: 19.07px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    /* 157.315% */
    margin-top: 10px;
}

.visionmision-box .vision-tag {
    background-color: #fff;
    color: #5e604b;
    font-family: Poppins;
    font-size: 19.07px;
    font-style: normal;
    text-align: center;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
}

.visionmision-box {
    position: relative;
    border: 1px solid #fff;
    padding: 50px;
    /* width: 395px; */
    height: 484px;
}

.visionmision-box:hover {
    border: 1px solid #5e604b;
}

.visionmision-box:hover .vision-tag {
    background-color: #5e604b;
    color: #fff;
}

.vision-tag {
    position: absolute;
    top: 0;
    /* Position the button at the top of the box */
    left: 50%;
    /* Center the button horizontally */
    transform: translateX(-50%);
    /* Adjust for centering */
    margin-top: -30px;
}

/* .visionmision-content {
    padding-top: 40px;

} */

.service-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: normal;
    align-content: normal;
}

.service-item:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    padding: 10px;
}

.service-item:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    padding: 10px;
}

.service-item:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    padding: 10px;
}

.service-item:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    padding: 10px;
}

.service-card {
    border-radius: 12px;
    background: #fff;
    width: 258px;
    height: 329px;
}

.service-card:hover {
    background: #5e604b;
    cursor: pointer;
}

.service-card:hover .service-card-title {
    color: #fff;
}

.service-card-title {
    color: #5e604b;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    /* 190.198% */
    text-align: center;
}

.service-title {
    color: #5e604b;
    font-family: Poppins;
    font-size: 32.072px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    /* 190.198% */
}

.service-p {
    padding: 50px 70px;
}

.Service-image,
.Service-image-white {
    padding: 60px;
}

.Service-image-white {
    display: none;
}

.service-card:hover .Service-image {
    filter: brightness(4) grayscale(100%) contrast(200%);
}

/* .service-card:hover .Service-image-white {
    display: block;
} */

.service-list-view {
    color: #dfdfdf;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.service-list-view li {
    list-style: square;
}

.service-list-view li a {
    color: #fff !important;
}

/* about us  */

/* service-walls-page  */

.walls-card {
    /* width: 20rem; */
}

.walls-card-title {
    color: #000;
    font-family: Poppins;
    font-size: 20.609px;
    font-style: normal;
    font-weight: 500;
    margin: 30px 0px;
}

.walls-card-button {
    margin: 15px 0px;
}

.walls-card-button a {
    padding: 10px 20px;
    background-color: #5e604b;
    color: #fff;
    border-radius: 8px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
}

.walls-card-button a:hover {
    padding: 10px 20px;
    background-color: #dcd2c4;
    color: #5e604b;
}

.inquiry-banner {
    padding: 40px 60px;
    background-color: #b6a385;
}

.inquiry-banner-title {
    color: #fff;
    font-family: Poppins;
    font-size: 45.609px;
    font-style: normal;
    font-weight: 700;
    line-height: 51.303px;
    /* 112.483% */
}

.inquiry-banner-button a {
    background-color: #5e604b;
    color: #fff;
    border-radius: 8px;
    padding: 10px 30px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    float: right;
}

.inquiry-banner-button a:hover {
    background-color: #ffffff;
    color: #5e604b;
}

.service-section .col-sm-4 {
    margin-bottom: 10px;
}

/* service-walls-page  */

/* Custom Wallpapers */
.custom-wallpapers-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.custom-wallpapers-item:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.custom-wallpapers-item:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.custom-wallpapers-item:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.custom-wallpapers-item:nth-child(4) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.custom-wallpapers-card {
    width: 20rem;
    margin-bottom: 60px;
}

/* Custom Wallpapers */

/* detailed blog  */
.detailed-blog-share div {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.detailed-title {
    color: #5e604b;
    font-family: Roboto;
    font-size: 74.473px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* 44.504% */
    text-align: center;
    margin-top: 120px;
    margin-bottom: 120px;
}

.blog-author {
    color: #000;
    font-family: Roboto;
    font-size: 21.473px;
    font-style: normal;
    font-weight: 500;
    line-height: 33.143px;
    /* 154.35% */
}

.detailed-des p {
    color: #000;
    font-family: Roboto;
    font-size: 21.473px;
    font-style: normal;
    font-weight: 300;
    line-height: 33.143px;
    /* 154.35% */
}

.detailed-feedback {
    border-radius: 14px;
    background: #f3ede5;
    padding: 20px 50px;
}

.testimonial-card-detailed {
    position: relative;
    padding: 1px;
    margin: 0 auto;
    /* Center the card horizontally */
}

.testimonial-content-detailed {
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.testimonial-content-detailed p {
    color: #5e604b;
    font-family: Roboto;
    font-size: 21.473px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.143px;
}

.detailed-other-section img {
    width: 70%;
    height: 100%;
}

.detailed-other-section p {
    color: #000;
    font-family: Roboto;
    font-size: 21.473px;
    font-style: normal;
    font-weight: 300;
    line-height: 33.143px;
    /* 154.35% */
}

.blog-title {
    color: #5e604b;
    font-family: Roboto;
    font-size: 21.719px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.787px;
    /* 109.524% */
    cursor: pointer;
    letter-spacing: 0.217px;
}

.blog-title:hover {
    color: #10100f;
}

.blog-published-date {
    color: #5e604b;
    font-family: Roboto;
    font-size: 15.513px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.787px;
    /* 153.333% */
    letter-spacing: 0.155px;
    margin-top: 10px;
}

/* detailed blog  */

/* add blog section  */
.blog-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: normal;
    align-content: normal;
    gap: 20px;
}

.blog-items:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.blog-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.blog-items:nth-child(3) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.checkbox-img {
    width: 23px;
    height: 23px;
    margin-right: 10px;
}

/* add blog section  */

.wall-description-padding p {
    margin: 0px;
}

/* add new css for project */

#showSlide1,
#showSlide2,
#showSlide3,
#showSlide4 {
    cursor: pointer;
}

.testimonial {
    height: 100% !important;
}

.subscription-item-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

/* Active pagination dot */
.swiper-pagination .swiper-pagination-bullet-active {
    background: red;
}

/* Inactive pagination dots */
.swiper-pagination .swiper-pagination-bullet {
    background: gray;
}

.swiper-pagination {
    bottom: 0;
}

/* Close button styles */
.close-btn {
    background-color: red;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    /* Adjust width and height as needed */
    height: 40px;
    font-size: 18px;
    /* Adjust font size */
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* Add any other necessary styles */
}

.testimonial-p {
    padding: 3rem !important;
}

/* twitter new icon  */
.fa.fa-twitter::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    content: "";
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
        no-repeat center;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>')
        no-repeat center;
    background-position: center 3px;
}

.tp-caption {
    padding-left: 15px;
}

.card-section {
    margin-top: -300px;
    z-index: 99;
}

.bg-brown {
    background: #b6a385;
}

.inquiryform {
    padding: 1.5rem 3.5rem;
}

/* .header-top-p{
    margin-top: 150px;
}

@media (max-width:1025px) {

    .header-top-p{
        margin-top: 146px;

    }
} */

/* .header-top{
    margin-top: 55px;

} */

@media (max-width: 480px) {
    .right_info a {
        font-size: 10px;
    }

    .second-sec {
        padding-top: 20px;
    }

    .padding-b-2 {
        height: 100% !important;
    }
}

@media (max-width: 769px) {
    .blog-sec {
        padding-bottom: 60px !important;
    }
}

.blog-sec {
    padding: 2.5rem 0.5rem;
}

.mt-34 {
    margin-top: -34px;
}

.mt-6 {
    margin-top: 6rem;
}
.mtt {
    margin-top: 90px;
}

@media (max-width: 480px) {
    .mtt {
        margin-top: 110px;
    }
}

@media (min-width: 769px) {
    .mt-97 {
        margin-top: 55px;
    }
}

@media (max-width: 480px) {
    .card-section {
        margin-top: 0px !important;
    }

    .mtt {
        margin-top: 54px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-fraction {
        bottom: -10px;
    }

    #wa-btn-wrapper {
        bottom: 11px !important;
        right: 11px !important;
    }
}

@media (max-width: 769px) {
    .pb-0 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .mtt {
        margin-top: 55px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-fraction {
        bottom: -10px !important;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-fraction {
    bottom: -5px;
}

.mt-977 {
    margin-top: 96px;
}
