/* Root */
/* Fonts load Start*/
@font-face {
    font-family: 'GardenaHolmesScript';
    src: url('../fonts/GardenaHolmesScript.otf');
    /* url('path/to/your/font.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaNovaLTProRegular';
    src: url('../fonts/OptimaNovaLTPro-Regular.otf');
    /* url('path/to/your/font.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaNovaLTProMedium';
    src: url('../fonts/OptimaNovaLTPro-Medium.otf');
    /* url('path/to/your/font.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OptimaNovaLTProBold';
    src: url('../fonts/OptimaNovaLTPro-Bold.otf');
    /* url('path/to/your/font.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;
}
/* Font load end */
/* conatc */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* contact */
* {
    margin: 0;
    padding: 0;
    /* font-family: 'OptimaNovaLTProRegular', sans-serif !important; */
}

:root {
    --primary-color: #fff;
    --grey-color: #666;
    --dar-blue-color: hsl(223deg 57% 12%);
    --medium-font-size: 20px;
    --small-font-size: 16px;
    --gold: #fdcf8c;
    --primary-gold: #fdcf8c;
}

html,
body {
    height: 100%;
    width: 100%;
}

.font-cursive {
    font-family: 'GardenaHolmesScript', sans-serif !important;
}

.font-optima-nova-md {
    font-family: 'OptimaNovaLTProMedium', sans-serif !important;
}

.text-gold {
    color: #fdcf8c;
}

.text-gradient-gold {
    background: rgb(255, 227, 141);
    background: -moz-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: -webkit-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: -webkit-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe38d", endColorstr="#ba8859", GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-gold {
    background: rgb(255, 227, 141);
    background: -moz-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: -webkit-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe38d", endColorstr="#ba8859", GradientType=1);
    color: #231F20 !important;
    /* font-family: ; */
    font-weight: 700;
}

.btn-gradient-gold {
    background: rgb(255, 227, 141);
    background: -moz-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: -webkit-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe38d", endColorstr="#ba8859", GradientType=1);
    color: #000000;
    /* #231F20 !important; */
    font-weight: 800;
    padding: 0.3rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .7rem;
    transition: .5s;
}
.btn-gradient-gold:hover{
    color: #000000;
}
.card-img-top{
    height: 237px !important;
}
.line {
    background: #fdcf8c;
    padding: 1px;
    height: 68%;
    width: 1px;
    margin-top: 5rem;
}

@media(max-width:980px) {
    .line {
        padding: 1px;
        height: 1px;
        width: 68%;
        margin: 0 auto;
        margin-top: 3rem;
    }
}

/* Root End */

/* Header Start */
header .nav-item {
    border-right: 1px solid;
}

header .nav-item:last-child {
    border-right: none;
}

header .nav-link {
    text-transform: uppercase;
    padding: 8px 20px !important;
    font-size: .7rem;
}

/* Header End */

/* Carousel Start */

.carousel-caption {
    top: 33%;
}

.carousel-caption p {
    font-size: 2rem;
}

.carousel-caption p span {
    font-size: 4rem;
}

.carousel-item {
    position: relative;
}

.carousel-item img {
    z-index: 2;
}

.btn {
    padding: 14px 26px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-danger {
    background-color: #e34c43;
    border-color: #e34c43;
}

.background-overlay {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.2); */
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 4;
}

@media(max-width:1180px) {
    .carousel-caption h5 {
        font-size: 2.5rem !important;
        margin-bottom: 15px !important;
    }

    .carousel-caption p {
        font-size: 1.5rem !important;
        margin-bottom: 20px !important;
    }

    .carousel-caption {
        top: 25%;
    }
}

@media(max-width:980px) {
    #homeCarousel {
        margin-top: r4em;
    }

    .carousel-caption {
        top: 40%;
    }

    .carousel-caption h5 {
        font-size: 1.5rem !important;
    }

    .carousel-caption img {
        width: 80% !important;
    }

    .carousel-caption p span {
        font-size: 3rem;
    }

    .carousel-caption a {
        font-size: .7rem;
    }

    .carousel-caption .btn {
        display: none;
    }
}

/* Showcase Start*/
.showcase {
    width: 100%;
    height: 450px;
    position: relative;
    color: white;
    text-align: center;
    overflow: hidden;
}

.showcase .showcase-bg-img {
    width: 50%;
    height: auto;
    position: absolute;
    /* top: 50; */
    left: 0;
    z-index: 99
}

.showcase .overlay {
    width: 100%;
    height: 450px;
    /* background-color: rgba(0, 35, 82, 0.7); */
    background-color: #20242c;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index:999 */
}

.showcase .overlay .content {
    text-align: center;
    position: relative;
    left: 22%;
    width: 50%;
}

.showcase .overlay img {
    width: 400px;
}

.showcase h3 {
    margin-top: 2rem;
    font-size: 7em;
}

.showcase h4 {
    margin-top: -2rem;
    margin-bottom: 4rem;
    font-size: 1.5em;
}

@media(max-width:980px) {
    .showcase {
        height: 200px;
    }

    .showcase .showcase-bg-img {
        width: 70%;
    }

    .showcase h3 {
        font-size: 2.5rem;
    }

    .showcase h4 {
        margin-top: 0rem;
        margin-bottom: 2rem;
        font-size: .7em;
    }

    .showcase .overlay img {
        width: 130px;
    }
}

/* Showcase End*/

/* Gradian */
.gradian-section {
    background: rgb(46, 54, 60);
    background: -moz-linear-gradient(90deg, rgba(46, 54, 60, 1) 16%, rgba(49, 58, 64, 1) 41%, rgba(51, 60, 66, 1) 65%);
    background: -webkit-linear-gradient(90deg, rgba(46, 54, 60, 1) 16%, rgba(49, 58, 64, 1) 41%, rgba(51, 60, 66, 1) 65%);
    background: linear-gradient(90deg, rgba(46, 54, 60, 1) 16%, rgba(49, 58, 64, 1) 41%, rgba(51, 60, 66, 1) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e363c", endColorstr="#333c42", GradientType=1);
    background-size: 400% 400%;
    /* animation: gradient 15s ease infinite; */
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.gradian-section h2 {
    font-family: 'OptimaNovaLTProRegular', sans-serif !important;
    color: #fff;
    text-transform: uppercase;
}

.gradian-section p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.3rem;
}

.gradian-section a {
    text-decoration: none;
    padding: 0.3rem 2rem;
}

.gradian-section .push-down {
    margin-top: 11rem;
}

.gradian-section-img {
    height: 55rem;
}

.gradian-section-img .container {
    position: relative;
    z-index: 9;
}

@media (min-width: 768px) {
    /* Desktop */

    .gradian-section .col-md-6 {
        width: 48.5%;
    }

    .gradian-section .col-md-1 {
        width: 1px;
    }
}

@media(max-width:980px) {
    .line {
        padding: 1px;
        height: 1px;
        width: 68%;
        margin: 0 auto;
        margin-top: 3rem;
    }

    .gradian-section .push-down {
        margin-top: 2rem;
    }

    .gradian-section h2 {
        font-size: 1.5rem;
    }
}

/* Gradian */

/* Dark Section Start*/
.section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}

.section-header h2, h1 {
    padding: 0.3rem 5rem;
    font-size: 1.5rem;
    width: fit-content;
}

.section-header h3 {
    font-size: 5rem;
}

.section-header p {
    font-size: 1.2rem;
    padding: 0rem 8rem;
}
.section-header img {
    width: 25%;
}
@media(max-width:980px) {
    .section-header h2 {
        padding: 0.3rem 4rem;
        font-size: 1rem;
        margin-top: 1rem;
    }

    .section-header h3 {
        font-size: 2.5rem;
    }

    .section-header p {
        padding: 1rem 2rem;
    }
    .section-header img {
        width: 50%;
    }
}

/* Dark Section End */

/* Grid Sectino */
.grid-text-dark {
    background: #272727;
    padding: 0;
    color: #fff;
}

.grid-text-dark h3 {
    font-size: 1.3rem;
    text-align: left;
    text-transform: uppercase;
}

.grid-img {
    padding: 0;
}
@media(max-width:980px) {
    .grid-img {
       height: 250px;
    }
}
.grid-text-dark p {
    font-size: 1rem;
    text-align: left;
    margin: 0;
}

.grid-bg-img {
    position: absolute;
    top: 5rem;
    left: 18%;
    width: 64%;
    z-index: -1;
}

/* Swiper Start*/
.swiper-section-overlay {
    background-color: #20272C;
}

.swiper-container.two .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 600px !important;
    height: 400px !important;
    overflow: hidden;
    border-radius: 0;
}

.swiper-container.two.swiper-slide.swiper-slide-visible.swiper-slide-active {
    transition: all 0.3s !important;
}

.swiper-container.two .swiper-slide-visible.swiper-slide-next,
.swiper-container.two .swiper-slide-visible.swiper-slide-prev {
    transition: all 0.5s !important;
}

.swiper-container.two .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper-controller {
    position: relative;
    margin-top: 80px;
    display: flex;
    gap: 10px;
    /*   justify-content: space-between; */
    z-index: 1111;
}

.swiper-container.two .swiper-button-next {
    margin-right: 150px;
}

.swiper-container.two .swiper-button-prev {
    margin-left: 150px;
}

.swiper-container.two .slider-arrow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    background: #fff;
}

.swiper-container.two .slider-arrow::after {
    content: "";
}

.swiper-container.two .slider-arrow .icon {
    position: relative;
    z-index: 11111111111;
    color: black;
    font-size: 16px;
    font-weight: 500;
    pointer-events: all;
    cursor: pointer;
}

.swiper-container.two .swiper-pagination {
    transform: translateY(50%) !important;
}

.swiper-container.two .swiper-pagination-bullet {
    width: 10px !important;
    height: 4px !important;
    border-radius: 4px !important;
    transition: all 0.3s;
    background: #ffffff;
}

.swiper-container.two .swiper-pagination-bullet-active {
    width: 20px !important;
    background: #ffffff;
}


.swiper-container.two .swiper-pagination-bullet {
    border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
    background: #1da1f2
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container.two .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container.two .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container.two .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container.two .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    /* padding-bottom: 60px; */
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}

.two .swiper-slide {
    width: 300px;
}

.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    /* bottom: 0; */
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

@media(max-width:980px) {
    .swiper-section-overlay {
        top: -3rem;
    }
    .swiper-container{
        width: 90%;
    }
    .section-horace .swiper-container{
        width: 100%;
        margin: 0;
    }
}


.swiper-paginatio {
    background-color: transparent;
    position: relative;
    top: -214px;
    /* height: 0px; */
    z-index: -1;
    display: flex;
    justify-content: space-between;
    width: 65%;
    left: 18%;
}

.swiper-paginatio i {
    font-size: 3rem;
    color: #fdcf8c;
}

/* Swiper End */
/* Dark-lg section Start */
.dark-lg-section {
    padding-top: 15rem;
    background-color: #20272C;
    color: #ffffff;
}

/* Dark-lg section End */
/*  */
.project-card {
    text-align: left;
}

.project-card:first-child {
    padding-right: 2rem;
}

.project-card:last-child {
    padding-left: 2rem;
}

.project-card h2 {
    font-size: 1.5rem;
    margin: 1.5rem 0;
}

.project-card h3 {
    font-size: 1.5rem;
}

.project-card p {
    font-size: 1rem;
}

@media(max-width:980px) {
    .project-card {
        padding: 1rem;
    }

    .project-card:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .project-card:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

/*  showcase-lg */
.showcase-lg {
    padding-top: 1rem;
    background-color: #20272C;
}

.showcase-lg .showcase-bg-img {
    width: 90%;
    position: absolute;
    left: 5%;
}

.showcase-lg .overlay .project-handover {
    position: relative;
    left: 10%;
    top: 50%;
    width: fit-content;
    height: 30rem;
}

.showcase-lg .overlay .project-handover h3 {
    font-size: 4rem;
    /* padding: 0rem 10rem; */
    color: #ffffff;
}

.showcase-lg .overlay .days-num {
    left: 55%;
    font-size: 15rem;
    top: -169px;
    position: relative;
}

.showcase-lg .overlay .days-day {
    font-size: 4rem;
    position: relative;
    top: -169px;
    left: 55%;
    color: #fff;
}

.showcase-lg .overlay {
    padding: 0rem 10rem 3rem 10rem;
}

.showcase-lg .overlay .overlay-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.showcase-lg .overlay .overlay-header img{
        width: 25%;
}
.showcase-lg .overlay .overlay-header span {
    color: #fff;
    font-size: 3rem;
}

.showcase-lg .overlay .overlay-header span:last-child {
    font-size: 5rem;
}

.showcase-lg .overlay .overlay-header p {
    font-size: 1.2rem;
    color: #fff;
}

@media(max-width:980px) {
    .dark-lg-section {
        padding-top: 22rem;
    }

    .showcase-lg .overlay {
        padding: 1rem;
    }

    .showcase-lg .overlay .project-handover {
        left: 8%;
        height: 15rem;
    }

    .showcase-lg .overlay .project-handover h3 {
        font-size: 1.8rem;
    }
    .showcase-lg .overlay .overlay-header img{
        width: 50%;
    }

    .showcase-lg .overlay .days-num {
        font-size: 7rem;
        left: 56%;
        top: -85px;
    }

    .showcase-lg .overlay .days-day {
        left: 55%;
        font-size: 1.8rem;
        top: -85px;
    }

    .showcase-lg .overlay h3 {
        padding: 0;
        font-size: 1.8rem;
    }
}

/* End */
.grid-icon {
    padding: 1rem;

}

.grid-icon h3 {
    font-size: 1.5rem !important;
    padding: 1rem 3rem .5rem 0 !important;
    color: #fff;
    text-transform: uppercase;
}

.grid-icon .icon {
    border: 1px solid #fdcf8c;
    margin: 1rem;
    padding: 2.5rem;
    display: flex;
    justify-content: space-evenly;
}
.grid-icon .icon img{
    height: 70px;
}

.grid-icon p {
    font-size: 1rem;
    color: #ffffff;
}
.grid-icon .col-md-6 .row{
    padding: 0;
}
.grid-icon .col-md-6:first-child {
    padding-right: 2rem;
}

.grid-icon .col-md-6:last-child {
    padding-left: 2rem;
}

.grid-icon .col-4,
.col-8 {
    padding: 0;
}

/* showcase-lg End */
.grid-text-img {
    padding-bottom: 3rem;
}

.grid-text-img h2 {
    font-size: .8rem;
}

.grid-text-img h3 {
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.grid-text-img p {
    width: 75%;
}

.grid-text-img ul {
    display: flex;
    color: #ffffff;
    list-style: none;
    padding: 0;
    flex-direction: column;

}

.grid-text-img ul li {
    margin: 1rem 0;
}

.grid-text-img ul li i {
    padding: .7rem 0.5rem;
    border-radius: 100px;
}

.grid-text-img ul li i img {
    width: 25px;
}

.grid-text-img ul li span {
    margin: 0px 1rem;
}

.grid-text-img {
    padding-right: 2rem;
}

@media(max-width:980px) {

    .grid-icon .col-4,
    .col-8 {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2);
    }

    .grid-icon .icon {
        padding: 1rem;
        margin: 1rem 0;
    }

    .grid-text-img p {
        width: 100%;
    }

    .grid-text-img ul li {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .grid-text-img ul li i {
        padding: 0.3rem 0.5rem;
    }

    .grid-icon h3 {
        font-size: 1rem !important;
        padding-right: 0rem !important;
    }

    .grid-icon p {
        font-size: .6rem;
        padding-right: 0rem;
    }

    .grid-icon .col-md-6:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .grid-icon .col-md-6:last-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}

/* Footer */
.footer {
    background: #20272C;
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer .row:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
}

/*END FOOTER SOCIAL DESIGN*/
.single_footer {}

@media only screen and (max-width:768px) {
    .single_footer {
        margin-bottom: 30px;
        text-align: center;
    }
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1rem;
}

.single_footer p {
    color: #fff;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li {}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: .7rem;
    text-transform: uppercase;
    text-decoration: none;
}

.single_footer ul li a:hover {
    color: #ffffff;
}

.single_footer_address {}

.single_footer_address ul {}

.single_footer_address ul li {
    color: #fff;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: flex;
    margin-top: 15px;
    width: 85%;
}

.social {
    display: flex;
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
    color: #fff;
}

.social li {
    padding: 0.01rem 0.3rem;
    background: #000;
    margin: 0 0.3rem;
    border-radius: 10px;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 2.5rem;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 1rem;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .subscribe {
        width: 100%;
    }

    .social {
        justify-content: center;
    }

    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn {
    background-color: transparent;
    border-radius: 0 25px 25px 0;
    color: #01c7e9;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover i {
    color: #ff3666;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/

.copyright {
    margin-top: 70px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}

.copyright a {
    color: #01c7e9;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #ff3666;
}





/* Conatc */
/* -======= Contact =====- */

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--primary-color);
}

.cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
}

contact-text {
    flex-basis: 48%;
}

.contact-text p {
    font-size: 32px;
    margin-bottom: 30px;
    margin-right: 40px;
}

.contact-text h6,
.contact-text .address,
.contact-text .mail {
    font-size: var(--medium-font-size);
}

.contact-text h6 {
    color: var(--dar-blue-color);
}

.contact-form {
    flex-basis: 48%;
}

.cont .contact-form form {
    display: flex;
    flex-direction: column;
}

.cont .contact-form form label {
    font-size: var(--medium-font-size);
    padding: 10px 0;
}

.cont .contact-form form input,
.cont .contact-form form textarea {
    font-size: var(--medium-font-size);
    padding: 10px 0;
    resize: none;
    margin: 6px 0;
    border-radius: 12px;
    outline: none;
    border: 2px solid var(--grey-color);
}

.cont .contact-form form input[type="submit"] {
    margin: 16px 0;
    width: 26%;
    cursor: pointer;
    border: 2px solid var(--dar-blue-color);
    font-size: var(--medium-font-size);
    background-color: var(--dar-blue-color);
    color: var(--primary-color);
    font-weight: 500;
    transition: 0.4s;
}

.cont .contact-form form input[type="submit"]:hover {
    background-color: var(--primary-color);
    color: var(--dar-blue-color);
    font-weight: 600;
}


/* -======= Media Queriers =====- */

@media (max-width: 500px) {
    .cont {
        display: block;
        flex-direction: column;
    }

    .contact {
        padding-top: 0;
    }

    .cont .contact-form form input,
    .cont .contact-form form textarea {
        width: 100%;
    }

    .cont .contact-form form input[type="submit"] {
        width: 23%;
        font-size: var(--small-font-size);
    }

    .contact-text p {
        margin-right: 0;
    }
}

@media (min-width: 501px) and (max-width: 768px) {
    .cont {
        display: block;
        flex-direction: column;
    }

    .contact {
        padding-top: 0;
    }

    .cont .contact-form form input,
    .cont .contact-form form textarea {
        width: 100%;
    }

    .cont .contact-form form input[type="submit"] {
        width: 23%;
        font-size: var(--small-font-size);
    }

    .contact-text p {
        margin-right: 0;
    }
}


/* Services Section - Project Page
------------------------------*/
.services .service-item {
    position: relative;
    padding-top: 40px;
}

.services .service-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(33, 37, 41, 0.1);
}

.services .service-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgba(225, 181, 93, 1) 0%, rgba(195, 119, 43, 1) 29%, rgba(200, 129, 51, 1) 41%, rgba(207, 144, 63, 1) 51%, rgba(210, 151, 69, 1) 62%, rgba(202, 134, 55, 1) 78%, rgba(219, 168, 83, 1) 100%);
    border-right: 5px solid #ffffff;
}

.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 50px;
    line-height: 0;
}

.service .service-item .icon i {
    color: rgba(var(--color-default-rgb), 0.7);
    font-size: 56px;
    transition: ease-in-out var(--transition-short);
    z-index: 2;
    position: relative;
}

.services .service-item .icon:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: rgba(var(--color-primary-rgb), 0.3);
    border-radius: 50px;
    z-index: 1;
    bottom: -15px;
    right: -15px;
    transition: var(--transition-short);
}

.services .service-item .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .service-item .title a {
    color: var(--color-secondary);
}

.services .service-item .title a:hover {
    color: var(--color-primary);
}

.services .service-item .description {
    line-height: 24px;
    font-size: 14px;
}

.card {
    background-color: transparent;
}


.aboutus .heading{
    text-transform: uppercase;
}

.aboutus .heading h1{
    font-weight: lighter;
    font-size: 20px;
    font-family: sans-serif;
    color: rgb(78, 77, 77);
}

.aboutus .heading h2{
    background: linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%); 
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 200;
    font-size: 80px;
}

.aboutus .para p{
    max-width: 740px;
    margin: 0px auto;
}


.aboutus .col-md-6 img{
    max-width: 740px;
    margin: 0px auto;
}

.aboutus .vertical-line{
    background: linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    height: 100px;
    width: 2px;
}

*{
    margin: 0;
    padding: 0;
}

.owner-profile{
    margin-top: 150px;
}

.owner-image img{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgba(186, 136, 89, 1) 10%, rgba(255, 227, 141, 1) 78%);
    border-image-slice: 1;
    width: 275px; 
    height: auto;
}



.owner-profile .owner-name{
    font-weight: bold;
    font-size: 1.3rem;
    padding-top: 20px;
    margin-bottom: 0;
}

.owner-profile p{
    font-size: 0.7rem;
    text-align: center;
}

.owner .heading p{
    font-size: 1.5rem;
    letter-spacing: 3px;
}

.owner .heading h2{
    background: linear-gradient(45deg, rgba(186, 136, 89, 1) 10%, rgba(255, 227, 141, 1) 78%); 
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 300;
    font-size: 4rem;
    letter-spacing: 16px;
}

.owner .quote{
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(45deg, rgba(186, 136, 89, 1) 10%, rgba(255, 227, 141, 1) 78%);
    border-image-slice: 1;
    max-width: 600px;
    margin: 0px auto;
    padding: 10px 40px;
}

.owner .quote p{
    text-align: center;
    font-size: 1.8rem;
    color: rgb(94, 92, 92);
}



.logo{
    display: flex;
    justify-content: center;
}

.ed-logo-resonsive{
    display: none;
}


@media (max-width:992px){
.logo{
    display: none;
}
.ed-logo-resonsive{
    display: flex;
    justify-content: center;
    width: 100%;
}
.owner-profile{
    margin-top: 30px;
}

.owner-image img{
    width: 100%; 
    height: auto;
    margin: 0px 30px;
}
}

@media (max-width:430px){
    .owner .heading p{
        font-size: 1rem;
    }
    
    .owner .heading h2{
        font-size: 2.4rem;
        letter-spacing: 14px;
    }
    .owner .quote p{
        font-size: 1.2rem;
    }
    .owner .quote{
        padding: 10px 20px;
    }

}
@media (max-width:300px){
    .owner .heading p{
        font-size: 0.7rem;
    }
    
    .owner .heading h2{
        font-size: 1.5rem;
        letter-spacing: 12px;
    }
    .owner .quote p{
        font-size: 1rem;
    }
    .owner .quote{
        padding: 10px 17px;
    }
    
}
@media (max-width:235px){
    .owner .heading p{
        font-size: 0.5rem;
    }
    
    .owner .heading h2{
        font-size: 1rem;
        letter-spacing: 10px;
    }
    .owner .quote p{
        font-size: 0.8rem;
    }
    .owner .quote{
        padding: 8px 14px;
    }
}

.quote-left{
    background-color: white;
    color: #d5d6d8;
    font-size: 3rem;
    position: relative;
    right: 10%;
    bottom: 60px;
    transform: rotateX(0deg) rotateY(180deg)
}

.quote-right{
    background-color: white;
    color: #d5d6d8;
    font-size: 3rem; 
    position: relative;
    left: 98%;
    top: 45px;
}
@media (min-width:600px){
    .quote-left{
        font-size: 5rem;
    }
    
    .quote-right{
        font-size: 5rem; 
    }
}
.benefits.banner{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;

    background: rgb(255, 227, 141);
    background: -moz-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: -webkit-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);
    background: -webkit-linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%);   color:white;
    text-align: center;
}

.benefits .col {
    border-right: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.benefits .col:nth-child(odd) {
    margin-top: 50px;
}

.benefits .col:hover figure:after {
    opacity: 1;
}

.benefits .col:last-child {
    border-right: none;
}

.benefits b {
    display: block;
    font-size: 30px;
    font-weight: 800;
    opacity: 0.2;
}
.benefits.banner h4 {color: #000000;
display: block;
font-size: 32px;
font-family: 'OptimaNovaLTProRegular', sans-serif !important;
margin-bottom: 15px;
}

.benefits.banner h4 span {
    font-size: 30px;
    color: #ffff;
}

.benefits h3 {
    font-weight: 600;
    margin-bottom: 50px;
}

.benefits figure {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.benefits figure:after {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #c7954e;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
    margin-left: -35px;
}

.benefits figure img {
    height: 70px;
    position: relative;
    z-index: 2;
}
.benefits figure svg {
    height: 70px;
    position: relative;
    stroke-width: 1;
    z-index: 2;
}

.benefits h6 {
    font-weight: 600;
    font-size: 14px;
}
.benefits span {
    font-size: 12px;
}

.benefits .odometer {
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
}

.benefits .extra {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transform: translateY(10px);
}
.signup_form.submitButton button {
    border: 2px solid #c7954e;
    background-color: black;
    color: white !important;
}

.signup_form button {
    height: 54px;
    line-height: 50px;
    float: left;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    border: 2px solid #c7954e;
    padding: 0 40px;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.banner input[type=text] {
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
}
.hero {
    margin-top: 88px !important;
}
.signup_form button i {
    margin-left: 10px;
    margin-top: 18px;
}
.get-consultation .content-box {
    max-width: 100%;
    opacity: 0.6;
    display: flex;
    flex-wrap: wrap;
    box-shadow:#C79552 0px 10px 20px, rgb(0 0 0) 0px 6px 6px;
    padding: 30px;
    margin-top: 0;
    color: #fff;
    background: #c7954e;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.get-consultation b {
    width: 100%;
    display: block;
    font-size: 30px;
    font-weight: 800;
    opacity: 0.2;
}

.get-consultation h4 {
    display: block;
    font-size: 30px;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
}

.get-consultation h4 span {
    color: #010101;
}

.get-consultation h3 {
    font-weight: 600;
    margin-bottom: 30px;
}

.get-consultation p {
    display: block;
    padding-right: 20%;
    margin-bottom: 40px;
}

.get-consultation a {
    height: 60px;
    line-height: 60px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    background: #26282b;
    padding: 0 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.get-consultation a i {
    margin-left: 10px;
}

.get-consultation a:hover {
    text-decoration: none;
    background: #fff;
    color: #c7954e;
}
.hero .overlay {
    background-color: transparent !important;
    z-index: 0 !important;
}
.hero:before {
    z-index: 0 !important;
}
@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .get-consultation .content-box {
        display: none;
    } 
}
.button-jerry {
	overflow: visible;
}

.button-jerry:hover {
	border-color: transparent;
	background: transparent;
    transition: background 0.3s ease-in-out;
}

.button-jerry:hover .button-jerry-line:nth-child(1) {
	animation: move1 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(2) {
	animation: move2 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(3) {
	animation: move3 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(4) {
	animation: move4 1500ms infinite ease;
}

.ie-11 .button-jerry:hover {
	background-color: #C49  56A;
}

.button-jerry-line {
	display: block;
	position: absolute;
	border: 0 solid #000000;
}

.button-jerry-line:nth-child(1) {
	bottom: -1px;
	left: -1px;
	border-left-width: inherit;
}

.button-jerry-line:nth-child(2) {
	top: -1px;
	left: -1px;
	border-top-width: inherit;
}

.button-jerry-line:nth-child(3) {
	top: -1px;
	right: -1px;
	border-right-width: inherit;
}

.button-jerry-line:nth-child(4) {
	right: -1px;
	bottom: -1px;
	border-bottom-width: inherit;
}

@keyframes move1 {
	0% {
		height: calc(100% + 1px);
		bottom: -1px;
	}
	54% {
		height: 0;
		bottom: calc(100% + 1px);
	}
	55% {
		height: 0;
		bottom: -1px;
	}
	100% {
		height: calc(100% + 1px);
		bottom: -1px;
	}
}

@keyframes move2 {
	0% {
		width: 0;
		left: -1px;
	}
	50% {
		width: calc(100% + 1px);
		left: -1px;
	}
	100% {
		width: 0;
		left: calc(100% + 1px);
	}
}

@keyframes move3 {
	0% {
		height: calc(100% + 1px);
		top: -1px;
	}
	54% {
		height: 0;
		top: calc(100% + 1px);
	}
	55% {
		height: 0;
		top: -1px;
	}
	100% {
		height: calc(100% + 1px);
		top: -1px;
	}
}

@keyframes move4 {
	0% {
		width: 0;
		right: -1px;
	}
	55% {
		width: calc(100% + 1px);
		right: -1px;
	}
	100% {
		width: 0;
		right: calc(100% + 1px);
	}
}
.button, .fc-button {
    color: #000;
    background: linear-gradient(45deg, rgba(255, 227, 141, 1) 16%, rgba(186, 136, 89, 1) 72%) !important;
    border-color: #fdcf8c !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}
.bg-black{
    background: #282828;
    color: #ffff;
}
.bg-none{
    background: none !important;
}