@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

@font-face {
    font-family: 'Specter TRIAL';
    src: url('../fonts/SpecterTRIAL-Regular.woff2') format('woff2'),
        url('../fonts/SpecterTRIAL-Regular.woff') format('woff'),
        url('../fonts/SpecterTRIAL-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Specter TRIAL';
    src: url('../fonts/SpecterTRIAL-Medium.woff2') format('woff2'),
        url('../fonts/SpecterTRIAL-Medium.woff') format('woff'),
        url('../fonts/SpecterTRIAL-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Specter TRIAL';
    src: url('../fonts/SpecterTRIAL-Bold.woff2') format('woff2'),
        url('../fonts/SpecterTRIAL-Bold.woff') format('woff'),
        url('../fonts/SpecterTRIAL-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Specter TRIAL';
    src: url('../fonts/SpecterTRIAL-Light.woff2') format('woff2'),
        url('../fonts/SpecterTRIAL-Light.woff') format('woff'),
        url('../fonts/SpecterTRIAL-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Specter TRIAL', sans-serif;
    font-size: 16px;
    color: #575757;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.5px;
    /* background-color: #353C40; */
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #878787;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1F1F25;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.bg-color1 {
    background-color: #60e0ff;
}

.bg-color1-pastle {
    background-color: #9fdbe9;
}

.bg-green-pastle {
    background-color: #53c08d;
}

.bg-nardo-grey {
    background-color: #686A6C;
}

.bg-brand-gradient {
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    ;
}

.bg-anth-grey {
    /*background-color: #727071;*/
    background-color: #353C40;
}

.text-color1 {
    color: #60e0ff !important;
}

.text-color2 {
    color: #d4af37 !important;
}

.txt-hover:hover,
.txt-hover:focus {
    color: #a9a9a9;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.home-page .header {
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 900;
    width: 100%;
    padding-top: 0;
    background-color: transparent;
}

.header {
    background: #016575;
}

.callicon-border-list li {
    display: inline-block;
    margin-right: 10px;
}

.callicon-border-list li a {
    line-height: 1;
    min-height: 54px;
    color: #000;
    font-weight: 400;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0 12px 0 0;
    border-bottom: 1px solid #727071;
}

.callicon-border-list li a i {
    transform: translateX(0px);
    background: #353c40;
    min-height: 54px;
    color: #fff;
    transition: transform 0.4s ease;
    line-height: 54px;
    padding-left: 12px;
    padding-right: 12px;
}

.callicon-border-list li a:hover i {
    transform: translateX(0px);
    background: #727071;
}

.header-btn a {
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    border: 2px solid #fff;
    border-radius: 15px 0;
    padding: 12px 25px;
    color: #fff;
}

.header-btn a:hover,
.header-btn a:focus {
    color: #fff;
    background: #3acfe6;
}

.header_stick_nav {
    background-color: #fff;
    padding: 0;
    position: relative;
    width: 100%;
    border: 1px solid #727071;
}

.header-bottom .navigation {
    display: flex;
}

.header-bottom .navigation li {
    flex: 1 1 0;
}

.header-bottom.isStuck {
    background-color: #000;
}

.isStuck .header_stick_nav {
    background-color: #000;
}

.isStuck .navigation a {
    color: #fff;
}

.logo {
    display: inline-block;
    margin: 5px auto;
    width: 280px;
}

/* .logo .img-fluid{
	max-width: 100px;
} */
.mobile-menu {
    display: none;
}

.nav-wrapper {
    display: block;
    text-align: left;
}

.navigation {
    display: block;
    text-align: right;
}

.navigation>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: -4px;
    transition: all 0.25s ease-in-out;
}

.navigation>li:last-child {
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: transparent;
    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;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    background-color: #ffffff;
    padding: 10px 15px;
    color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation>li:first-child {
    display: none;
}

.navigation a {
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 8px 24px;
    transition: all 500ms ease 0s;
}

.navigation li.dropdown>a {
    padding-right: 35px;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    /*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
    color: #3acfe6;
}

.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: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.fs-70 {
    font-size: 70px;
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 15px 26px;
    position: relative;
}

.list1 li:before,
.list2 li:before,
.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\F133';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #3acfe7;
}

.areas-list li:before {
    content: '\F3E7';
}

.list2 li:before {
    color: #ffffff;
}

.list3 {
    margin-left: 16px;
}

.list3 li {
    list-style-type: decimal;
    padding-bottom: 18px;
}

.parallax {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto {
    position: relative;
    z-index: 1;
}

.overlap {
    position: relative;
}

.overlap:before,
.overlap1:before,
.overlap2:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.7);
}

.overlap2:before {
    /*background-color: rgb(55 57 60 / 80%);*/
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    opacity: 0.5;

}

section {
    overflow: hidden;
}

.widget-title {
    font-size: 24px;
    font-weight: 600;
    color: #018859;
    margin-bottom: 20px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footermain {
    position: relative;
}

.footermain:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;
    background-image: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 0;
}

.footermain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 81%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}

.footer-top {
    position: relative;
    z-index: 0;
}

.footer-widget .user-links li {
    position: relative;
}

.footer-widget .user-links li a:before {
    content: "\f280";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #fff;
    font-size: 13px;
    left: 0;
    /*    top: 2px;*/
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a {
    color: #fff;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    padding: 0 0 15px 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget .user-links li a:hover::before {
    opacity: 0;
}

.footer-widget .user-links li a:hover {
    color: #fff;
    /*padding-left: 18px;*/
}

.footer-widget .widget-content p {
    color: #c7c7c7;
}

.footer-logo a img {
    width: 250px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.footersocial a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    border: 1px solid #ddd;
}

.footersocial a>i {
    font-size: 18px;
}

.footersocial a:hover,
.footersocial a:focus {
    background: #000;
}

.new-inner-column {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    padding: 20px 0;
    flex-wrap: wrap;
}

.footer-widget {
    position: relative;
    z-index: 1;
}

.footer-bottom {
    background-color: #dbdbdb;
}

.footer-bottom .footer-link a {
    color: #fff;
}

.linehere {
    display: inline-block;
    position: relative;
}

.linehere:after {
    position: absolute;
    content: '';
    left: 0;
    width: 30px;
    height: 1px;
    background: #ddd;
    top: -6px;
    opacity: 0.3;
    z-index: -1;
}

.footer-middle {
    background-color: transparent;
    position: relative;
}

.phonewrap-footer .reservations .icon span {
    font-size: 30px;
    line-height: 30px;
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.phonewrap-footer .reservations .icon {
    transform: rotate(2deg);
    padding-right: 10px;
}

.footemail a {
    color: #c7c7c7;
}

.footemail a:hover,
.footemail a:active,
.footemail a:focus {
    color: #fff;
}

.copyright p span {
    color: #000;
}

.widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
    background: transparent;
    padding-right: 5px;
}

.widget-title a:hover {
    color: #a9a9a9;
}

.footer-menu li a {
    position: relative;
    padding: 2px 0 2px 20px;
    display: inline-block;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: '\F231';
    font-family: 'bootstrap-icons';
}

.footer-links {
    display: block;
    color: #000;
}

.footer-menu li a:hover,
.footer-links a:hover {
    color: #727071;
}

.reservations {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.reservations .text a {
    font-size: 27px;
    color: #4a4a4a;
    letter-spacing: -1px;
}


.reservations .icon {
    position: relative;
    /*transform: rotate(32deg);*/
    top: 3px;
}

.reservations .text {
    padding-left: 15px;
}

.reservations .text p {
    font-size: 15px;
    margin: 0;
}

.color-1 {
    color: #fff
}


.navigation li.dropdown>.dropdown-menu.child-dropdown {
    top: 0;
    left: 100%;
    padding: 15px;
}

.btn-1 {
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    color: #fff;
    padding: 15px 20px;
    min-height: 54px;
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 500;
    display: inline-block;
    transition: all 0.50s ease-in-out;
}

.btn-1 span {
    display: inline-block;
    margin-right: 10px;
}

.btn-1 svg path {
    fill: #fff;
}

.btn-1:hover {
    color: #000;
    background-color: #a39e9d;
}

.btn-1:hover svg {
    animation: arrow-jump 0.25s ease-in-out;
}

.btn-1:hover svg path {
    fill: #000;
}


.btn-2,
.btn-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 12px 30px;
    margin: 1rem auto;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.5s;
}

.btn-2:hover {
    color: #fff;
}

.btn-3 {
    border: 1px solid #9fdbe9;
    color: #000;
    transition: 0.5s ease-in-out;
}

.btn-2:before {
    border-bottom: 80px solid #1dbf72 !important;
}

.btn-2:before,
.btn-3:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #60e0ff;
    transform: translateX(-100%);
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}

.btn-3:before {
    transform: translateX(0);
    z-index: -1;
}

.btn-3:hover:before {
    color: #fff;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #4a4a4a;
    transform: translateX(-100%);
}

.btn-3:hover {
    color: #fff;
    border: 1px solid #fff;
}

#contact-form .btn-3:hover {
    background: #11b86d;
}

.btn-2:hover:before {
    transform: translateX(0);
    z-index: -1;
    color: #fff;
}

@keyframes arrow-jump {
    0% {
        transform: translate(0, 0);
        opacity: 1;
    }

    50% {
        transform: translate(10px, -10px);
        opacity: 0;
    }

    51% {
        transform: translate(-10px, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.here-botm-border {
    border-bottom: 1px solid #727071;
}

.slide-text-h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.service-item {
    position: relative;
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: flex 0.8s ease;
    overflow: hidden;
    cursor: pointer;
}

.service-item:hover {
    flex: 2.5;
}

/* Overlay text container */
.overlay-custom {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(10, 15, 29, 0.8), rgba(10, 15, 29, 0.2));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    transition: all 0.5s ease;
}

.service-item h2 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    opacity: 1;
    transition: transform 0.5s ease;
}

.service-item p {
    font-size: 16px;
    max-width: 300px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.service-item:hover .overlay-custom {
    background: rgb(0 0 0 / 39%);
}

.service-item:hover p {
    opacity: 1;
    transform: translateY(0);
}

/* Background images */
.social {
    position: absolute;
    right: 35px;
    bottom: 0;
}

.social img {
    display: block;
    width: 32px;
}

.line-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.line {
    flex: 1;
    height: 1px;
    background-color: #dccbc5;
}

.headingh2 {
    overflow: hidden;
    background-color: transparent;
    border-bottom: 1px solid #dccbc5;
    border-top: 0;
    padding: 15px 50px 15px 50px;
    position: relative;
}

.headingh2:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    background: #dccbc5;
    left: 0;
    bottom: 0;
}

.headingh2:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    background: #dccbc5;
    right: 0;
    bottom: 0;
}

.w-230-btn {
    width: auto;
}

.icon-img i {
    font-size: 55px;
    color: #fff;
    transition: color 0.4s ease;
}

.case-study-wrapper {
    position: relative;
    height: 300px;
    width: 600px;
    margin: 50px 0;
    display: flex;
    flex-direction: row;
    transition: all 200ms ease-in-out;
}

.image-wrapper {
    height: 300px;
    width: 450px;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.case-study-wrapper img {
    height: 300px;
    width: 450px;
    object-fit: cover;
    object-position: top;
    transition: all 200ms ease-in-out;
}

.book-design-image {
    object-position: center;
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 300px;
    width: 300px;
    left: 380px;
    transition: all 200ms ease-in-out;
    overflow: hidden;

}

.case-study-wrapper h3 {
    position: relative;
    bottom: 0;
    height: 300px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.case-study-wrapper:hover img {
    transform: scale(2);
    /*object-position: bottom;*/
}

.case-study-wrapper:hover h3 {
    bottom: 300px;
    transform: scale(.4);
}

.case-study-wrapper:hover .image-wrapper {
    width: 800px;
}

.case-wrap {
    position: relative;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.case-wrap .img {
    position: relative;
    display: block;
    z-index: 1;
}

.case-wrap .img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #141414;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 12%, rgba(0, 0, 0, 0) 68%);
    border-radius: 5px;
}

.case-wrap .img img {
    width: 100%;
    border-radius: 5px;
}

.case-wrap .case-wrap-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.case-wrap .case-wrap-content .arrow {
    position: relative;
    display: block;
    top: 20px;
    transform: translateY(66%);
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
}

.case-wrap .cont h3 a {
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
    text-decoration: none;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.case-wrap .cont h3 a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    /* underline color */
    transition: width 0.9s ease;
}

.case-wrap:hover .cont h3 a::after {
    width: 100%;
}

.case-wrap .details {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
}

.case-wrap .case-wrap-content .arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #e4e4e4;
    border-radius: 50%;
    font-size: 15px;
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.case-wrap:hover .case-wrap-content .arrow {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}

.case-wrap .case-wrap-content .arrow a:hover {
    background-color: #60e0ff;
    color: #fff;
}

#casestudy .owl-nav,
#servicesslide .owl-nav {
    outline: none;
    position: absolute;
    top: -50px;
    right: 0;
}

#servicesslide .owl-nav {
    top: -70px;
}

#testiCarousel .owl-nav {
    position: relative;
    bottom: 0;
    outline: none;
}

#casestudy .owl-nav span,
#testiCarousel .owl-nav span,
#servicesslide .owl-nav span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    /* border-radius: 0; */
    color: #9fdbe9;
    font-size: 35px;
    cursor: pointer;
    border: 0 solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
    border-radius: 100%;
    text-align: center;
    outline: none;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

#servicesslide .owl-nav span {
    color: #000;
}

#testiCarousel .owl-nav button {
    position: absolute;
    bottom: 0;
}

#testiCarousel .owl-nav .owl-prev {
    left: 33%;
}

#testiCarousel .owl-nav .owl-next {
    right: 33%;
}

#testiCarousel .owl-nav span {
    color: #727071;
}

#testiCarousel .owl-nav span:hover,
#testiCarousel .owl-nav button:hover {
    background-color: transparent;
    color: #37ced9;
}

#casestudy .owl-nav span:hover,
#casestudy .owl-nav button:hover,
#servicesslide .owl-nav span:hover,
#servicesslide .owl-nav button:hover {
    background-color: transparent;
    color: #fff;
}

.satisfy-section-inner {
    padding: 30px;
    /*box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;*/
}

.testimonial {
    background-color: #ebebeb;
    position: relative;
    padding: 60px 40px 40px;
    border: 1px solid #b9b9b9;
    text-align: center;
    border-radius: 0;
    margin-bottom: 75px;
    margin-top: 50px;
}

.testimonial::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #39cee5;
}

#testiCarousel .testimonial img.usertesti {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #353C40;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.banner-wrapper {
    position: relative;
    padding: 30px;
    background-color: #fff;
    border-radius: 50px 50px 50px 50px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgb(206 206 206 / 50%) -3px -3px 6px 1px inset;
}

.py-lg-custom-5 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.cirlcecenter-img {
    position: relative;
    display: contents;
}

.centerlogo-contact a {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    line-height: 35px;
}

.banner-wrapper .reservations .icon {
    margin-right: 10px;
}

.banner-wrapper .reservations .icon img {
    width: 100px;
}

.image-half {
    position: absolute;
    width: 330px;
    height: 330px;
    background: #f8f8f8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 4px;
    border-color: #35c6dd;
    border-style: double;
}

.image-half img {
    width: 290px;
    height: auto;

}

.testimonial p {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
}

.stars {
    color: #f9f9f9;
    font-size: 1.4rem;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.bottom-section {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    text-align: center;
}

.whiteborder-heading .line {
    background-color: #fff;
}

.whiteborder-heading .headingh2 {
    border-bottom: 1px solid #fff;
}

.whiteborder-heading .headingh2:before {
    background: #fff;
}

.whiteborder-heading .headingh2:after {
    background: #fff;
}

.name {
    color: #60e0ff;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}

.layout-3-over-img {
    background: rgb(19 19 19 / 83%);
    padding: 40px;
}

.blur-water {
    /*background: rgb(25 76 44 / 60%);*/
    /*rgb(42 42 42 / 50%)  --  rgba(255, 255, 255, 0.2)*/
    backdrop-filter: blur(8px);
    padding: 40px;
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
}

.lava-border {
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.lava-border a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: underline;
    background: #727071;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

.lava-border::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 0;
    background: linear-gradient(90deg, #227e08, #1dd98a, #5bc2e1, #107ab9, #9feec9);
    background-size: 300% 300%;
    animation: moveGlow 3s linear infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 0;
    pointer-events: none;
}

.addresscontact {
    position: relative;
    padding: 35px;
}

.boxshadow1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.sliderform .btn-3:before {
    z-index: 0;
}

.sliderform .btn-3 span {
    color: #000;
    position: relative;
    z-index: 1;
}

.sliderform .btn-3:hover span {
    color: #000;
}

#contact-form a:hover,
#contact-form a:focus {
    color: #000;
}

.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;
}

.rotating i {
    color: #000000;
}

.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;
}

@keyframes moveGlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 300% 50%;
    }
}

.lava-border::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    box-shadow: 0 0 25px 5px rgba(255, 90, 0, 0.6);
    z-index: -1;
}

.footer-top {
    position: relative;
    overflow: hidden;
}

.footer-top:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    right: 46%;
    background-color: #4f4f4f;
}

.footer-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 40px 60px 40px 60px;
    position: relative;
    overflow: hidden;
}

footer .overlay-custom {
    background: linear-gradient(rgb(2 2 2 / 87%), rgb(10 11 16 / 76%));
}

/*.footer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-color: #ecedee;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}*/
.footer-right .callicon-border-list li a {
    color: #fff;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-bottom {
    background: #000;
    position: relative;
}

.footerhead {
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

.footer-content p {
    font-size: 0.9rem;
    letter-spacing: 2px;
    margin-top: 10px;
}

.footer-right {
    position: relative;
    z-index: 1;
    margin-left: 60px;
}

.contact-btn {
    background-color: #0e2d28;
    color: #f4ecd8;
    border: none;
    padding: 12px 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.contact-btn:hover {
    background-color: #123c34;
    color: #fff;
}

.social-icons li {
    display: inline-block;
}

.slider-nav-item {
    position: relative;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    width: 35px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 0 5px;
    font-size: 22px;
    transition: all .4s ease;
}

.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

.social-bar a:hover i {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

@keyframes focuse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    75% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none;
    /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    color: #696969;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 15px 0 15px 0;
    width: 100%;
    font-weight: normal;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

.input--nao {
    overflow: hidden;
    padding-top: 40px;
    margin: 0;
    width: 100%;
}

.input__field--nao {
    padding: 0.5em 0em 0.25em;
    width: 100%;
    background: transparent;
    color: #9da8b2;
}

.input__label--nao {
    position: absolute;
    top: 26px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.graphic--nao {
    stroke: #92989e;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--nao:focus+.input__label--nao,
.input--filled .input__label--nao {
    color: #333;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus~.graphic--nao,
.input--filled .graphic--nao {
    stroke: #333;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

.textarea-field-custom .input,
.yoshikoform-section .input {
    max-width: 100%;
}

.footer__link li {
    position: relative;
    display: inline-block;
}

.footer__link li a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 15px;
    transition: all .5s ease;
    color: #fff;
}

.footer__link li a:hover {
    background-color: #000;
}

.slider-wrapper .carousel-inner .carousel-item img {
    -webkit-animation: zoom 25s;
    animation: zoom 25s;
    padding: 0;
    width: 100%;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
    position: relative;
    z-index: 9;
}

.sub-banner-overlay {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.parallax-window {
    height: 450px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-slide {
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.parallax-fixed {
    background-attachment: fixed;
}

.home-parallax h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif;
}

@media (min-width: 220px) and (max-width: 567px) {
    .parallax-window {
        height: 200px;
    }
}

.header-h3 {
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    color: #fff;
}

.header-h3 h3 {
    color: #fff;
    margin-bottom: 0;
}

.inner-box1 {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 100%;
}

.inner-box2 {
    background-image: url('../images/bg2.jpg');
    padding: 30px;
    color: #fff;
    background-color: #353C40;
    outline: 3px solid #fff;
    outline-offset: -10px;
    width: 100%;
}

.inner-box3 {
    padding: 30px;
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    outline: 1px solid #fff;
    outline-offset: -18px;
    width: 100%;
    color: #fff;
}

.area-box {
    padding: 15px 25px;
    background: linear-gradient(90deg, rgba(29, 191, 114, 1) 0%, rgba(58, 207, 230, 1) 50%, rgba(34, 163, 184, 1) 100%);
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.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;
}

.contact-container {
    border: 2px dotted #1dbe73;
    padding: 20px;
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
}

.contact-icon {
    text-align: center;
    border: 5px solid #3acfe7;
    background-color: #000000;
    box-sizing: border-box;
    color: #FFFFFF;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}

.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;
}

.product-box{   
    margin-bottom: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.product-content{
    padding: 20px 10px;
    text-align: center;   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-content p{
   color: #107ab9;
   font-weight: bold;
}

.product-content h5{   
   font-weight: normal;
}


.product-img{
    border-bottom: 1px solid #c9c9c9;
}


.hover-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* IMAGE */
.img-box {
  width: 100%;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.hover-card:hover img {
  transform: scale(1.1);
}

/* OVERLAY CONTENT */
.overlay-content {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

/* SHOW ON HOVER */
.hover-card:hover .overlay-content {
  opacity: 1;
  transform: translateY(0);
}

.overlay-content h3 {
  margin-bottom: 10px;
  color: #fff;
}
.project-inspiration-sec .owl-theme .owl-nav {
    position: absolute;
    bottom: auto;
    top: 45%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.project-inspiration-sec .owl-theme .owl-nav button {
    position: absolute !important;
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: #016575 !important;
    color: #fff !important;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.project-inspiration-sec .owl-theme .owl-nav button.owl-next {
    right: -40px;
}

.project-inspiration-sec .owl-theme .owl-nav button.owl-prev {
    left: -40px;
}

.project-inspiration-sec .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #3acfe7 !important;
    color: #000 !important;
}
.project-inspiration-sec .carousel-counter {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    opacity: 0.9;
}

.project-inspiration-sec .carousel-counter span {
    font-weight: 500;
}
.hr-sec hr{
    margin:40px 0 !important
}


@media (min-width: 1601px) and (max-width:1800px) {

    .navigation a {
        padding: 8px 14px;
        font-size: 17px;
    }
}

@media (min-width: 1401px) and (max-width:1600px) {

    .navigation a {
        padding: 8px 7px;
        font-size: 16px;
    }
}

/* col-xl */
@media (min-width: 1200px) and (max-width:1400px) {
    .header .btn-1 {
        font-size: 14px;
        padding: 15px 10px;
    }

    .navigation a {
        padding: 9px 10px;
        font-size: 14px;
    }

    .footermain .linehere:after {
        position: absolute;
        content: '';
        left: -6px;
        width: 20px;
        height: 1px;
        background: #ddd;
        top: -6px;
        opacity: 0.3;
        z-index: -1;
    }

    .logo {
        width: 180px;
    }
}

/* col-lg */
@media (min-width: 992px) and (max-width:1200px) {
    .header .btn-1 {
        font-size: 12px;
        padding: 15px 9px;
    }

    .navigation a {
        padding: 8px 9px;
        font-size: 13px;
    }

    .logo {
        width: 100%;
    }
}

/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px) {
    .mobile-menu {
        display: table;
        font-size: 25px;
        background: #23be75;
        padding: 8px 20px;
        color: #fff;
        cursor: pointer;
        margin: 0 0 0 auto;
        text-align: left;
    }

    .home-page .header {
        position: static;
        background: #016575;
    }

    .header {
        position: static;
        background: #016575;
    }

    .logo {
        width: 200px;
    }

    .header-bottom.isStuck {
        background-color: #727071;
    }

    .header-bottom .navigation {
        display: block;
    }

    .mobile-menu i {
        float: right;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #000;
        padding: 0;
    }

    .navigation {
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation a {
        text-align: left;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
    }

    .navigation>li:before {
        display: none;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
        text-transform: none;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background: linear-gradient(90deg, rgb(29, 191, 114) 0%, rgb(58, 207, 230) 50%, rgb(34, 163, 184) 100%);
        color: #ffffff;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .fixed-top {
        position: static;
    }

    .gallery-wrap .service-item h2 {
        font-size: 17px;
        padding: 15px 7px 0 7px;
    }

    .gallery-wrap {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
    }

    .gallery-wrap .service-item {
        position: relative;
        flex: 1 1 50%;
        height: 60vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: flex 0.8s ease;
        overflow: hidden;
        cursor: pointer;
    }

    .gallery-wrap .service-item:hover {
        flex: 1 1 50%;
    }

    .gallery-wrap .service-item p {
        opacity: 1;
    }

    .overlay-custom {
        height: 100%;
        inset: 0;
    }

    #casestudy .owl-nav {
        top: -66px;
    }

    .footer-top:before {
        display: none;
    }

    .footer-right {
        margin-left: 0;
    }

    .footer-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

    .footer-banner::before {
        display: none;
    }

    .footer-content {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .footer-widget {
        margin-bottom: 15px;
    }

    .line,
    .headingh2::before,
    .headingh2::after {
        display: none;
    }

    .headingh2 {
        border-bottom: 1px solid transparent;
    }

    .tablet-wrap {
        display: flex !important;
        flex-direction: row !important;
        width: 100%;
        height: 420px;
    }

    .tablet-wrap .service-item {
        flex: 1 1 50%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

    .tablet-wrap .service-item {
        min-height: 300px;
    }

    .service-item h2 {
        font-size: 18px;
    }

    .service-item p {
        opacity: 1;
    }

    .cirlcecenter-img {
        display: block;
    }

    .image-half {
        position: static;
        width: 200px;
        height: 200px;
        margin: 0 auto;
        background: #f8f8f8;
        border-radius: 50%;
        top: 50%;
        transform: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cirlcecenter-img,
    .content-box {
        margin-bottom: 20px;
    }

    .banner-wrapper .content-box {
        text-align: center;
    }

    .banner-wrapper .content-box .reservations {
        justify-content: center;
    }

    .py-lg-custom-5 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .jLKkbH,
    .iCcBam {
        z-index: 9 !important;
    }

    .satisfy-section-inner {
        padding: 30px 0;
    }

    .home-parallax h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .columb-revers{
        flex-direction: column-reverse;
    }
    
    .overlay-content {
        position: relative;
        background: rgb(0 0 0);
        color: #fff;
        padding: 20px;
        opacity: 1;
        transform: none;
        /* transition: all 0.5s ease; */
    }
}

/* col-md */
@media (min-width: 768px) and (max-width:991px) {}

/* for all mobile */
@media (min-width: 220px) and (max-width:767px) {

    .gallery-wrap .service-item {
        flex: 1 100%;
    }

    .case-wrap .case-wrap-content {
        position: static;
        margin-top: 15px;
        display: block;
    }

    .case-wrap .case-wrap-content .arrow {
        position: relative;
        display: block;
        top: 0;
        transform: none;
        transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
        visibility: visible;
        opacity: 1;
    }

    #casestudy .owl-nav {
        position: relative;
        top: auto;
        bottom: 0;
    }

    .testimonial {
        padding: 25px;
    }

    #testiCarousel .owl-nav .owl-prev {
        left: 0;
    }

    #testiCarousel .owl-nav .owl-next {
        right: 0;
    }

    .blur-water {
        padding: 20px;
    }

    .headingh2 {
        padding: 10px;
    }

    .gallery-wrap.single-mobile {
        flex-direction: column;
        height: 60vh;
    }

    .gallery-wrap.single-mobile .service-item {
        flex: unset;
        height: 100%;
    }

    .single-mobile-wrap .service-item {
        min-height: 400px;
    }

    .banner-wrapper .content-box .reservations {
        justify-content: center;
        display: block;
    }

    .blur-water {
        background: rgba(7, 6, 6, 0.51);
    }
}

/* col-sm  */
@media (min-width: 576px) and (max-width:767px) {
    .logo {
        width: 200px;
    }

    .middle-logo-wrap {
        text-align: center;
    }

    .callicon-border-list li a,
    .callicon-border-list li a i {
        line-height: 42px;
        min-height: 42px;
    }

    .callicon-border-list {
        text-align: center;
    }

    .callicon-border-list li {
        margin-right: 0;
    }

    .footer__link li {
        margin-bottom: 10px;
    }

    .footer-banner {
        padding: 40px 10px;
    }

    .emailid-font a {
        font-size: 12px;
    }

    .footer-link {
        text-align: center;
    }
}

/* col-xs */
@media (min-width: 220px) and (max-width:575px) {

    .logo {
        width: 70%;
    }

    .middle-logo-wrap {
        text-align: center;
    }

    .callicon-border-list li a,
    .callicon-border-list li a i {
        line-height: 42px;
        min-height: 42px;
    }

    .callicon-border-list {
        text-align: center;
    }

    .callicon-border-list li {
        margin-right: 0;
    }

    .footer__link li {
        margin-bottom: 10px;
    }

    .footer-banner {
        padding: 40px 10px;
    }

    .footer-link {
        text-align: center;
    }

    .emailid-font a {
        font-size: 14px;
    }

    .slide-text-h4 {
        font-size: 15px;
        color: #fff;
        font-weight: 500;
    }

    .bs-slider .btn-2,
    .bs-slider .btn-3 {
        padding: 5px 18px;
        font-size: 13px;
    }

    .footemail a {
        font-size: 17px;
    }

    .addresscontact {
        padding: 15px;
    }

    .home-parallax h1 {
        font-size: 24px;
        line-height: 33px;
    }

    .inner-box1 {
        padding: 15px;
    }

    .inner-box2 {
        padding: 20px;
    }

    .inner-box3 {
        padding: 20px;
        outline-offset: -8px;
    }
}

@media (min-width: 220px) and (max-width:375px) {

    .emailid-font a {
        font-size: 12px;
    }
}