@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Black.woff') format('woff2'),
        url('../fonts/AktivGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-BlackItalic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-Hairline';
    src: url('../fonts/AktivGrotesk-Hairline.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-Hairline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-BoldItalic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-HairlineItalic';
    src: url('../fonts/AktivGrotesk-HairlineItalic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-HairlineItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Italic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-LightItalic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Light.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-MediumItalic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-XBold';
    src: url('../fonts/AktivGrotesk-XBold.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-XBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk-XBoldItalic';
    src: url('../fonts/AktivGrotesk-XBoldItalic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-XBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-Thin.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/AktivGrotesk-ThinItalic.woff2') format('woff2'),
        url('../fonts/AktivGrotesk-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}


:root {
    scroll-behavior: smooth;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    /*font-size: 17px;*/
    font-size: clamp(15px, 1.5vw, 17px);
    color: #707070;
    line-height: 1.6;
    font-weight: 300;
    font-family: "AktivGrotesk";
    font-style: normal;
    letter-spacing: 0.5px;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

b,
strong {
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2b3031;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    /* font-family: 'Playfair Display', serif; */
    font-weight: 500;
    margin-bottom: 15px;
    color: rgb(41 144 204);
}

.h3,
h3 {
    font-size: 1.6rem;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

select.form {
    width: 100%;
    /* font-family: 'Lato', serif; */
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .25ch;
    color: #555 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/

}

.mar-top {
    margin-top: 80px !important;
}

textarea {
    height: 200px;
    letter-spacing: .25ch;

}

textarea.form-control {
    font-size: 14px;
}

p,
.list2 li {
    /* font-family: 'Lato', serif; */
}

.font-style1 {
    font-size: clamp(2.4rem, 4vw, 2.4rem);
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.font-style2 {
    font-weight: 300;
    margin: 0 0 1.6rem;
    font-size: 32px;
    letter-spacing: .25ch;
    line-height: 1.2;
    text-transform: uppercase;
}

.discover p {
    font-size: 14px;
    color: #000;
}

.bg-color1 {
    background-color: #000000;
}

.bg-color2 {
    background-color: #2da5dd;
}

.text-color2 {
    color: #8d8d8d;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.h-500 {
    height: 500px;
}

#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000000;
}

.isStuck {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.header-right {
    text-align: right;
}

.header {
    position: relative;
    /*background-color: #000000;*/
}

.home-page .header {
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    z-index: 999;
}

.home-page .isStuck .header {
    position: relative;
}

.logo,
.brand-logo {
    display: table;
    margin: 10px auto 5px auto;
    width: 75%;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.isStuck .logo {
    display: none;
    opacity: 0;
}

.brand-logo img {
    width: 300px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.isStuck .brand-logo img {
    width: 240px;
}

.brand-logo {
    /*display: none;*/
    position: relative;
    text-align: center;
}


/*.isStuck .brand-logo{
    display: block;
}*/
.social-icons,
.social-icons li {
    display: inline-block;
    vertical-align: middle;
}

.social-icons li {
    margin-right: 15px;
}

.social-icons li a {
    font-size: 20px;
    color: #fff;
}

.social-icons.footer-icons {
    margin-top: 0;
}

.footer-icons li a {
    font-size: 18px;
}

.footer-icons li {
    margin-right: 15px;
}

li.footer-icons1 a:hover {
    color: rgb(41 144 204);
}

li.footer-icons2 a:hover {
    color: #4267b2;
}

li.footer-icons3 a:hover {
    color: #e60023;
}

.mobile-menu {
    font-size: 3em;
    color: #fff;
    cursor: pointer;
    display: none;
}

.navigation {
    padding: 15px 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.navigation>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-right: 12px;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 1;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #ffffff;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
    text-align: left;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    padding: 10px 18px;
    color: #000;
    white-space: normal;
    border-radius: 0;
    border: 0;
}

.navigation>li:first-child {
    display: block;
}

.navigation a {
    overflow: hidden;
    position: relative;
    display: block;
    color: #fff;
    padding: 0px 20px;
    transition: all 500ms ease 0s;
}

.navigation li.dropdown {
    padding-right: 20px;
}

.navigation li.dropdown a {
    padding-right: 24px;
}

.navigation>li.dropdown>a:after {
    font-family: bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: 50%;
    right: 0;
    /*font-size: 14px;*/
    transition: all 500ms ease 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navigation li:hover>a,
.navigation li:focus>a,
.navigation li.active>a {
    /*border-color: #00bdd5;*/
    color: #fff;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: #000;
    border: 0;
    border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    display: block;
}

.social-icons,
.contact-list {
    margin-top: 26px;
}

.contact-list li {
    padding: 0 10px;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    /* font-family: 'Lato', serif; */
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: 0.2ch; */
}

.contact-list li:first-child {
    padding-left: 0;
}

.contact-list li:last-child {
    padding-left: 0;
}

.contact-list li i {
    margin-right: 5px;
    vertical-align: middle;
}

.contact-list li:last-child {
    padding-right: 0;
}

.contact-list li a:hover,
.contact-list li a:focus {
    color: #fff;
}

.contact li a {
    color: #000;
}

.btn1 {
    border: 1px solid #2da5dd;
    padding: 0.6rem 1.2rem;
    background-color: #2da5dd;
    color: #fff;
    transition: 0.5s;
    font-weight: 500;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .3ch;
    /* font-family: 'Lato', serif; */
    display: inline-block;
}

.btn1:hover,
.btn1:active,
.btn1:focus,
.btn:focus-visible {
    background-color: transparent;
    color: #2da5dd;
    outline: none;
    box-shadow: none;
    border-color: #2da5dd;

}

.btn2 {
    background-color: #000;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.4px;
    padding: 8px 9px;
    text-transform: uppercase;
    width: 100%;
}

.btn2:hover,
.btn2:focus {
    color: #7e7e7e;
}

input::placeholder {
    font-size: 14px;
    color: #282828;
    /* font-family: 'Lato', serif; */
    letter-spacing: .2ch;
}

#metro-touch-slider .carousel-caption {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 120px;
}

.sub-title1 {
    color: #fff;
    font-size: 28px;
    letter-spacing: .35ch;
    line-height: 1.2;
    text-transform: uppercase;
}

#metro-touch-slider .carousel-caption h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-img-box {
    position: relative;
}

.home-img-style1:before,
.home-img-style2:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: -12px;
    background-color: #cdcdcd;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.home-img-style2:before {
    left: auto;
    right: -27px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.style-box1 {
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin: 15px 0;
    display: block;
}

.style-box1 span {
    display: inline;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #30373e;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.style-box1:hover {
    background-color: #000000;
    color: #fff;
}

.style-box1:hover span {
    color: #fff;
    -webkit-text-stroke-width: unset;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl {
    position: relative;
    z-index: 1;
}

.overlap:before,
.overlap2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0) 100%);
}

.overlap2:before {
    background-color: rgba(0, 0, 0, 0.90);
}

.latest-service {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
}

.overlay {
    background: rgba(0, 0, 0, .4);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.overlay-invisible {
    opacity: 0;
}

.latest-service:hover .overlay {
    opacity: 1
}

.boxshadow1 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.overlay-p-15 {
    padding: 15px;
}

/*.overlay-border {
    height: 100%;
    width: 100%;
}*/
.latest-service-content {
    position: absolute;
    top: 50%;
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.latest-service-inner {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.latest-service:hover .latest-service-inner {
    opacity: 1
}

.latest-service img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

/*.latest-service:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}*/
.latest-service-inner h3 {
    font-weight: 300;
    margin: 0 0 1.6rem;
    font-size: 32px;
    color: #fff;
    letter-spacing: .25ch;
    line-height: 1.2;
    text-transform: uppercase;
}

.latest-service-inner h3 a:hover {
    color: #fff
}

.latest-service-inner h6 {
    color: #f4b11d;
}

.latest-service-inner p {
    color: #fff;
}

#project-carousel .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #D6D6D6;
    border-radius: 100%;
    margin: 5px;
}

#project-carousel .owl-dots .owl-dot.active span,
#project-carousel .owl-dots .owl-dot:hover span {
    background-color: #000000;
    border-color: #000000;
}

.project-overlap {
    position: relative;
    overflow: hidden;
}

.project-box .project-overlap {
    padding: 30px 15px;
    position: absolute;
    bottom: -58px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .85) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .85) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .85) 90%);
}

#project-carousel .item .project-box .project-overlap .img-fluid {
    width: 100px;
    display: inline-block;
}

.sub-title {
    color: #555;
}

.project-box:hover .project-overlap {
    bottom: 0;
}

.project-box .project-overlap .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 0 auto 30px;
}

.project-box:hover .project-overlap .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}

.project-box .project-overlap a {
    font-size: 22px;
    color: #fff;
}

.footer-widget {
    padding: 20px 0 20px 0;
}

.footer-widget a:hover,
.footer-widget a:active,
.footer-widget a:focus {
    color: #5c5c5c;
}

.widget-title {
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e !important;
    margin-bottom: 20px;
    letter-spacing: .2ch;
    /* font-family: 'Lato', serif; */
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 0px;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
}

/*.footer-menu li a:before{
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family:'bootstrap-icons';
}*/
.footer-links {
    display: block;
    color: #585858;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 14px;
    /*letter-spacing: .2ch;*/
    /* font-family: 'Lato', serif; */
}

.footer-links a {
    padding: 0 10px;
}

.footer-links a:first-child {
    padding-left: 0;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #ddd;
}

.address-box {
    margin-bottom: 15px;
}

.address-box .address-icon-holder {
    float: left;
    margin-right: 15px;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
}

/*.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #ff1a27 transparent transparent transparent;
    content: '';
    left: 10px;
}*/
.address-box .address-content {
    position: relative;
    overflow: hidden;
}

.address-box .address-content strong {
    color: #ffffff;
}

.address-box .address-content {
    color: #ffffff;
}

.address-box .address-content p {
    color: #fff;
}

.address-box .address-content p a:hover {
    color: #ddd;
}

.w-80 {
    width: 80%;
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.rotating i {
    color: rgb(41 144 204);
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #ffffff;
}

.progress-wrap:after {
    position: absolute;
    font-family: "bootstrap-icons";
    content: '\F286';
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    font-weight: normal;
    color: #4e4e4e;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #4e4e4e;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.progress-wrap:after {
    color: rgb(41 144 204);
}

.progress-wrap svg.progress-circle path {
    stroke: rgb(41 144 204);
}

.card-img {
    position: relative;
    cursor: pointer;
}

.overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #000000a1;
    border-radius: 5px;
}

.card-img:hover .overlay1 {
    opacity: 1;
}

.card-img:hover .overlay1 i.bi.bi-search {
    display: block;
}

.icon {
    color: white;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

i.bi.bi-search {
    display: none;
}

.card-img:hover i.bi.bi-search {
    display: block;
}

.mid-overlay .icon:hover {
    color: #fff;
}

.mid-overlay .icon:focus {
    color: #fff;
}

.project-wrap h5.card-title a {
    border: 1px solid #dfdfdf;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    /* font-family: aktiv-grotesk-std, sans-serif; */
    padding: 15px;
    /*background: #91919133;*/
    font-size: 17px;
}

.project-wrap h5.card-title a:hover {
    background: #00000061;
}

.project-wrap .card-body {
    padding: 127px 0;
}

.project-wrap h5.card-title {
    margin-bottom: 0;
}

.card.project-wrap {
    padding: 150px 0;
    border-radius: 0px;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 20px;
}

.card.project-wrap:before {
    background-color: rgb(0 0 0 / 31%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
}

.padding-rooms {
    padding: 10% 10%;
}

.border_bottom {
    border-bottom: 4px solid #2b3031;
    ;
    width: 20%;
}

.who_we_areimg1 {
    background-image: url(../images/who-we-are-img1.html);
    background-size: cover;
    background-repeat: no-repeat;
}

.who_we_areimg2 {
    background-image: url(../images/who-we-are-img2.html);
    background-size: cover;
    background-repeat: no-repeat;
}

.utilityroom_img1 {
    border-bottom-left-radius: 100px;
}

.bootroom_img {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.wardrobes_img {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.pantries_img {
    border-top-right-radius: 100px;
}

.home-img-box {
    position: relative;
}

.border_right {
    border-bottom-right-radius: 100px;
}

.border_left {
    border-top-left-radius: 100px;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.list1 li,
.areas-list li,
.list2 li {
    position: relative;
    padding: 5px 0 5px 20px;
}

.list1 li:before,
.areas-list li:before,
.list2 li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: '\F285';
    font-family: "bootstrap-icons";
}

.areas-list li:before {
    content: '\F3E7';
}

.areas-list li:hover a,
.areas-list li:hover:before {
    color: #000;
}

#project-slider .slick-arrow {
    z-index: 9;
}

#project-slider .slick-prev {
    left: 0;
}

#project-slider .slick-next {
    right: 12px;
}

#project-slider .image-box {
    margin: 0 3px;
    position: relative;
    overflow: hidden;
    height: 90vh;
}

#project-slider .image-box:before {
    content: "";
    position: absolute;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f4f4f4bd;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#project-slider .slick-current.slick-active .image-box:before {
    display: none;
}

#project-slider .slick-prev,
#project-slider .slick-next {
    font-size: 50px;
    color: #000435;
}

#project-slider .slick-prev:before,
#project-slider .slick-next:before {
    display: none;
}

.title2.button {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #000;
    padding: 13px 14px;
}

.title2.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
}

.title.button {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #000000;
    padding: 13px 30px;
}

.title.button h4 {
    color: #fff !important;
    margin-bottom: 0px;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: 400;
}


#project-slider .slick-arrow i.fa-solid.fa-chevron-left {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    right: 7%;
    background: #000;
    padding: 15px 25px;
    border-radius: 10px 0px 0px 10px;
    color: #fff;
    cursor: pointer;
}

#project-slider .slick-arrow i.fa-solid.fa-chevron-right {
    z-index: 11;
    position: absolute;
    bottom: 20px;
    right: 3%;
    background: #000;
    padding: 15px 25px;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    cursor: pointer;
}


.page-banner {
    height: 550px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-banner .page-banner-img {
    object-fit: fill;
    height: 100%;
}

.mini-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    content: '';
    z-index: 1;
    transform: translate(-50%, -50%);
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before,
.parallax.overlap2:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
}

.parallax.overlap1:before {
    background-color: rgba(0, 0, 0, 0.85);
}

.parallax.overlap2:before {
    background-color: rgba(0, 0, 0, 0.521);
}

.areas-list li {
    padding: 0 0 10px 25px;
    position: relative;
    color: #000;
}

.areas-list li:before {
    top: 1px;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.contact-main-sec {
    background: #f7f9ff;
}

/* .contact-detail ul li a:hover {
    color: red;
} */

/* .contact-icon {
    margin-right: 20px;
    padding-bottom: 7px;
}


.contact-box .contact-icon figure i {
    font-size: 40px;
    color: #7a7d7e;
}

.contact-box::before {
    content: "";
    border-right: 3px solid #666666;
    height: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}

.contact-box::after {
    content: "";
    border-right: 3px solid #000;
    height: 0;
    width: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-box:hover::before {
    height: 0;
    transition-duration: .5s;
}

.contact-box:hover::after {
    height: 100%;
    transition-duration: .5s;
} */

/* .contact-box {
    padding: 34px 26px 30px 28px;
    background: #fff;
    margin-bottom: 24px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    align-items: center;
} */

/* .contact-box:nth-child(3),
.contact-box:last-child {
    padding: 34px 26px 14px 28px;
}

.contact-box:last-child .contact-icon {
    padding-top: 0;
} */

.contact-us-form .form-control {
    height: 50px
}

.contact-us-form .btn2 {
    padding: 17px 9px;
    font-size: unset;
}

.contact-us-form textarea {
    height: 150px !important;
}

.form-control {
    height: 50px;
}

textarea.form-control {
    height: 150px;
}

.submit-icon {
    display: none;
}

.submit-btn {
    margin-bottom: 10px;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    transform: translateY(-30px);
    transition: all 0.3s ease;
}

.modal.show .modal-dialog {
    transform: translateY(0);
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}


.form-btn {
    background: #3498db;
    border: none;
    padding: 15px 35px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.form-btn:hover,
.form-btn:focus {
    background: #737373;
    color: #fff;
}

.brand-section {
    background: #f9f9f9;
}

.brand-slider .brand-item {
    padding: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.brand-slider img {
    max-height: 60px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.brand-slider img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.brand-slider .brand-item {
    padding: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100px;
    /* fixed height for all */
}

.brand-slider .brand-item img {
    max-width: 190px;
    /* control width */
    max-height: 80px;
    /* control height */
    width: auto;
    height: auto;
    object-fit: contain;
    /* VERY IMPORTANT */

    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.brand-slider .slick-slide {
    margin: 0 10px;
}

.brand-slider .slick-list {
    margin: 0 -10px;
}

.contact-form-sec .form-control {
    height: 50px;
}

.contact-form-sec .captcha-row {
    align-items: center;
}

.contact-form-sec .captcha-img-wrap {
    line-height: 0;
}

.contact-form-sec .captcha-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 54px;
    display: block;
    border: 1px solid #ced4da;
    background: #fff;
    padding: 4px;
    box-sizing: border-box;
}

.contact-form-sec textarea.form-control {
    height: 150px;
}

.contact-form-sec .submit-icon {
    display: none;
}

.contact-form-sec .submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

.info-box {
    position: relative;
    padding: 30px;
    border: 3px double #000;
}

.info-box:before {
    content: '';
    position: absolute;
    left: -14px;
    top: 12px;
    right: -14px;
    bottom: 12px;
    border: 3px double #2da5dd;
    z-index: -1;
}


@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.contact-form-sec .rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.contact-form-secv .contact-form-sec {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact-form-sec .form-btn {
    background: #000000;
    border: none;
    padding: 8px 9px;
    margin: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    letter-spacing: 1.4px;
}

.contact-form-sec .form-btn:hover,
.contact-form-sec .form-btn:focus {
    background: #000000;
    color: #7e7e7e !important;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.service-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    /* smooth */
    will-change: transform;
    /* GPU acceleration */
}

/* Hover effect */
.service-box:hover img {
    transform: scale(1.08);
}

/* Black label */
.service-label {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 10px 20px 10px 30px;
    font-size: 18px;
    font-weight: 500;
    /* slanted effect */
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.4s ease;
}

.faq-sec {
    padding: 40px 30px;
    background: #000000;
}

.faq-sec .accordion-button:not(.collapsed) {
    background-color: #2da5dd;
    color: #fff;
}

.faq-sec .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.faq-sec .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-sec .accordion-body {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

.faq-sec.accordion-button:not(.collapsed) {
    background-color: #0d6efd;
    color: #fff !important;
    /* White text */
}

.faq-sec .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.contact-box .contact-title h3 {
    padding: 15px 0 15px 25px;
    background-color: #000;
    margin-bottom: 0;
    color: #fff;
}

.contact-box .contact-info {
    box-shadow: 0 5px 15px 0 rgba(41, 42, 46, 0.5);
    padding: 15px 10px 15px 20px;
    display: flex;
    align-items: center;
}

.contact-box .contact-info .icon1 {
    border: 5px solid #2da5dd70;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-box .contact-info .icon1 i {
    font-size: 24px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box {
    position: relative;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-8px);
}

.contact-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 60px;
    width: 60px;
    background-color: #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.contact-box::after {
    content: '';
    position: absolute;
    top: -0;
    left: 50%;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.single-service-item {
    margin: 20px 0;
}

.box-style1 {
    padding: 20px;
    background-color: #f8f8f8;
    min-height: 300px;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.title-box {
    text-align: center;
    padding: 20px 15px;
    background-color: #000;
}

.title-box h5 {
    color: #fff;
    margin-bottom: 0;
}

.inner-box {
    padding: 30px;
    border: 1px solid #0d6efd;
    width: 100%;
}

@media(min-width:993px) and (max-width:1600px) {
    #project-slider .slick-arrow i.fa-solid.fa-chevron-left {
        right: 120px;
    }
}

@media(min-width:992px) and (max-width:1300px) {
    #project-slider .image-box {
        height: auto;
    }
}

@media(min-width:220px) and (max-width:991px) {

    .social-icons,
    .contact-list {
        margin-top: 9px;
    }

    .header-right .social-icons {
        display: none;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .style-box1 {
        border: 1px solid #dfdfdf;
        padding: 20px;
        margin: 15px 0;
        display: none;
    }

    .mobile-menu {
        display: inline-block;
        font-size: 20px;
        background: transparent;
        padding: 5px;
        color: #fff;
        cursor: pointer;
        margin: 10px auto 10px auto;
        border: 1px solid #fff;
        line-height: 33px;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -575px;
        width: 450px;
        overflow: hidden;
        overflow-y: scroll;
        background-color: #000;
        height: 100%;
        z-index: 99999 !important;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 20px;
    }

    .navigation {
        text-align: left;
        display: block;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
        text-align: left;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #fff;
        color: #000;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static !important;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown {
        padding-right: 0;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .home-page .header {
        position: static;
        background-color: #000000;
    }

    #metro-touch-slider .carousel-caption {
        padding-top: 0;
        right: 10%;
        left: 10%;
    }

    .flexbox {
        display: block;
    }

    .width-30,
    .width-40,
    .width-50,
    .width-60,
    .width-70,
    .width-20,
    .width-25,
    .width-33 {
        width: 100%;
    }

    .address-box {
        padding: 20px;
        border-right: 0;
        border-bottom: 1px solid #272727;
    }

    .address-box.last-child {
        border-bottom: 0;
    }

    .latest-service .latest-service-inner,
    .latest-service:hover .latest-service-inner,
    .latest-service .overlay,
    .latest-service:hover .overlay {
        opacity: 1;
    }

    .project-box:hover .project-overlap,
    .project-box .project-overlap {
        bottom: 0;
    }

    #project-slider .image-box {
        height: auto;
    }

    .social-icons li a {
        color: #ffffff;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .mobile-menu {
        display: table;
        font-size: 20px;
        background: transparent;
        padding: 8px 14px;
        color: #fff;
        cursor: pointer;
        margin: 0;
        border: 1px solid #fff;
        float: right;
    }

    .logo,
    .brand-logo {
        width: 100%;
        text-align: center;
    }

    .home-page .header {
        padding: 1rem !important;
    }

    .contact-list {
        text-align: left;
    }

    .header-right {
        text-align: right;
    }

    #project-slider .slick-arrow i.fa-solid.fa-chevron-left {
        right: 12%;
    }

    .social-icons {
        margin-bottom: 20px;
    }

    .contact-list li a {
        width: 45px;
        height: 45px;
        line-height: 42px;
        text-align: center;
        border: 0;
        color: #000;
        display: block;
        background: #fff;
    }

    .contact-list li i {
        margin-right: 0;
    }

    .isStuck .logo {
        display: table;
        opacity: 1;
    }

    .isStuck .logo .img-fluid {
        width: 250px;
    }

    .page-banner {
        height: 400px;
    }

    .home-img-style2 img {
        width: 100%;
    }

    .brand-slider .brand-item {
        height: 80px;
        padding: 10px;
    }

    .brand-slider .brand-item img {
        max-width: 150px;
        max-height: 50px;
    }

    .latest-product .row .col-lg-4:nth-child(5) .latest-service,
    .latest-product .row .col-lg-4:nth-child(6) .latest-service {
        margin-bottom: 0;
    }
}

@media(min-width:220px) and (max-width:767px) {
    .title.button h4 {
        color: #fff !important;
        margin-bottom: 0px;
        font-size: 15px !important;
    }

    .social-icons,
    .contact-list {
        margin-top: 0;
    }

    .isStuck .logo {
        display: table;
        opacity: 1;
    }

    .isStuck .logo .img-fluid {
        width: 200px;
    }

    .title2.button {
        z-index: 11;
        position: absolute;
        top: -2px !important;
        right: 0px !important;
        background: #000000;
        padding: 10px 23px !important;
    }

    .title.button {
        z-index: 11;
        position: absolute;
        bottom: 0px !important;
        left: -1px !important;
        background: #000000;
        padding: 12px 13px !important;
    }

    .slide-btn {
        z-index: 11;
        position: absolute;
        bottom: 10px !important;
        right: -9px !important;
        /* background: #ffffff94; */
        padding: 0px 0px;
    }

    .next,
    .prev {
        background: #000;
        color: #fff;
        padding: 5px 10px !important;
        border: none;
    }

    .logo,
    .brand-logo {
        margin: 10px auto;
        width: 30%;
    }

    .header-right {
        text-align: right;
    }

    #project-slider .slick-arrow i.fa-solid.fa-chevron-left {
        bottom: -10px;
        right: 220%;
        padding: 7px 10px;
    }

    #project-slider .slick-arrow i.fa-solid.fa-chevron-right {
        bottom: -10px;
        right: 50%;
        padding: 7px 10px;
    }

    .next,
    .prev {
        background: none !important;
        color: #fff;
        padding: 5px 10px !important;
        border: none;
    }

    .logo,
    .brand-logo {
        margin: 10px auto;
        width: 100%;
        text-align: center;
    }

    .logo img {
        width: 300px;
    }

    .latest-product .row .col-lg-4:nth-child(6) .latest-service {
        margin-bottom: 0;
    }
}

@media(min-width:576px) and (max-width:767px) {
    #metro-touch-slider .carousel-caption h5 {
        font-size: 30px;
    }

    .sub-title1 {
        font-size: 22px;
    }

    .page-banner {
        height: 350px;
    }
}

@media(min-width:220px) and (max-width:575px) {
    #metro-touch-slider .carousel-caption h5 {
        font-size: 18px;
    }

    .latest-service-inner h3 {
        font-size: 22px;
        margin-bottom: 0.8rem;
    }

    .isStuck {
        position: relative !important;
    }

    .pseudoStickyBlock {
        display: none !important;
    }

    .sub-title1 {
        font-size: 14px;
    }

    .btn1 {
        padding: 0.4rem 1.4rem;
    }

    .font-style1 {
        font-size: 26px;
    }

    .p-5 {
        padding: 1.3rem !important;
    }

    .nav-wrapper {
        width: 100%;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .home-img-style1:before,
    .home-img-style2:before {
        bottom: -15px;
        left: -15px;
        width: 150px;
        height: 150px;
    }

    .home-img-style2:before {
        right: -15px;
    }

    /* .padding-rooms{
        padding: 20% 10%;
    } */

    .other_roomsec {
        flex-direction: column-reverse;
    }

    .font-style2 {
        font-size: 26px;
    }

    .contact-box {
        display: block !important;
    }

    .page-banner {
        height: 300px;
    }

    .brand-slider .brand-item {
        height: 80px;
        padding: 10px;
    }

    .brand-slider .brand-item img {
        max-width: 150px;
        max-height: 50px;
    }

    .faq-sec {
        padding: 15px
    }

    .contact-box .contact-info .icon1 i {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }

    .contact-box .contact-info {
        padding: 10px;
    }

    .contact-box .contact-info .icon1 {
        margin-right: 4px;
    }

    .contact-box .contact-title h3 {
        font-size: 20px;
    }

    .contact-box::before {
        height: 50px;
        width: 50px;
    }

    .inner-box {
        padding: 15px;       
    }
}