.navbar-brand img {
    width: 6rem;
}

.footer .navbar-brand img {
    width: 4rem;
}

.border-black {
    border-color: #000000 !important;
}

.text-black {
    color: #000 !important;
}

.bg-top-ban {
    background: #00000000;
    color: #ffffff;
    border: 1px solid #ffffff !important;
    font-size: 19px;
    padding: 10px 20px !important;
    font-family: "Barlow", sans-serif;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-family: "DM Sans", system-ui, sans-serif;
    animation-duration: .3s;
    text-transform: uppercase;
    font-size: .875rem;
    padding: .75rem 2rem;
    letter-spacing: .05em;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 5px 0;
    font-family: "Barlow", sans-serif;
    font-size: 18px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 0;
    outline: none;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
    font-family: "Jost", system-ui, sans-serif;
}


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        background-color: #ffffff !important;
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/

.hero-header1 {
    background: url(../img/hero-bg.jpg) top center no-repeat !important;
    height: 100vh;
}

.hero-header {
    margin-top: -154px;
    padding-top: 150px;
    background: url(../img/hero-bg1.jpg) top center no-repeat;
    background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.header-carousel {
    position: relative;
    padding: 45px 90px 45px 0;
}

.header-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.header-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 2px solid #000000;
    transition: .5s;
}

.header-carousel .owl-dot.active {
    height: 30px;
    background: #000;
}


/*** About ***/
.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/bg-about-img.png) top left no-repeat;
    background-size: contain;
}


/*** Project ***/
.project-item img {
    transition: .5s;
}

.project-item:hover img {
    transform: scale(1.2);
}

.project-overlay {
    position: absolute;
    padding: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 0px;
    transition: .5s;
    /* border: 4px solid #fff; */
}

/* .service-item.bg-primary:hover {
    background: var(--bs-light) !important;
}

.service-item.bg-primary p {
    color: var(--bs-light);
    transition: .5s;
}

.service-item.bg-primary:hover p {
    color: var(--bs-secondary);
}

.service-item.bg-light:hover {
    background: var(--bs-primary) !important;
}

.service-item.bg-light p {
    color: var(--bs-secondary);
    transition: .5s;
}

.service-item.bg-light:hover p {
    color: var(--bs-light);
} */

.subtitle-of-head {
    font-size: .875rem;
    font-weight: 500;
    color: #828282;
    font-family: "DM Sans", system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: .3em;
    margin-top: 1rem !important;
}

.abt-head-spn {
    color: #c6aa5c;
}

p {
    line-height: 1.625;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
}

.hero-header .display-1 {
    color: #fff !important;
    font-family: "Jost", system-ui, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.p-hero-header {
    color: #fff9 !important;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 1.125rem !important;
    letter-spacing: 0px !important;
}

.service-item .service-img h3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px 7px 0;
}

.service-item.bg-primary .service-img h3 {
    background: #00000099;
    color: var(--bs-white);
    transition: .5s;
}

.hero-header-top h1 {
    font-size: 3.75rem !important;
    font-weight: 600 !important;
}

.footer a {
    background-color: #f0f8ff00 !important;
    font-size: 15px;
}

.hero-header a {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #000;
}

.hero-header p {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
}

/* 
.service-item.bg-primary:hover .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
} */

.service-item.bg-light .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
    transition: .5s;
}

.service-item h3 {
    color: #ffffff;
    font-size: 1.25rem;
    position: absolute;
    font-weight: 400;
    bottom: 16px;
    line-height: 23px;
    margin-left: 25px;
    letter-spacing: 0px;
    font-family: "Jost", system-ui, sans-serif;
}

.service-item p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 100;
    line-height: 22px;
}


.border-l-2 {
    padding-left: 1.5rem;
    border-left: 2px solid #c6aa5c;
}

.border-l-2 .font-heading {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "Jost", system-ui, sans-serif;
    color: #b2b2b2;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 1.8rem;
    margin-top: 2.5rem;
}


/* .service-item.bg-light:hover .service-img h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
} */


/*** Our Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}

.team-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-text h5 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 3rem;
}

.testimonial-text h6 {
    font-size: 14px;
    font-weight: 400;
    color: #c6aa5c;
    margin-top: 4px;
}

.testimonial-item {
    background: #ffffff;
    margin: 12px;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 4px;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    height: 17px;
    bottom: 0;
    right: 0;
    left: auto;
    visibility: hidden;

}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: var(--bs-white);
    border: 2px solid var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-dots {
        left: 0;
        right: auto;
    }

    .testimonial-carousel .owl-dot {
        margin-right: 10px;
        margin-left: 0;
    }
}


/*** Newsletter ***/
.newsletter {
    background: url(../img/hero-bg-2.jpg) bottom right no-repeat;
    background-size: cover;
    height: 34rem;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    transition: .3s;
    text-transform: math-auto;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0px;
}

/* .footer .btn.btn-link:hover {
    color: var(--bs-white);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
} */

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgb(186 186 186 / 28%);
    color: #bdbdbd;
}

.footer .copyright a {
    color: #bdbdbd !important;
}

.footer .copyright a {
    color: #ffffff;
}

.footer .copyright a:hover {
    color: var(--bs-white);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(206, 206, 206, 0.448);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .btn {
    color: #ffffff !important;
    border: none;
}

.container-feature .fa {
    color: #000000 !important;
    font-size: 44px;
}

.container-feature .div-con1 {
    border: 1px solid #c9c9c9;
    padding: 28px;
    height: 14rem;
    margin: 0PX;
    background: #f3f3f3;
    border-radius: 5px;
}

.div-con1 h4 {
    text-align: left;
}

.div-con1 p {
    text-align: left;
}


.container-feature .div-con2 {
    border: 1px solid #c9c9c9;
    padding: 32px 10px;
    height: 9rem;
    margin: 0PX;
}

.cont-contact label {
    position: relative;
    padding: 6px 6px;
    margin-bottom: 0px;
}

.cont-contact label i {
    margin-right: 10px;
}

.nav-link:hover {
    color: #e1aa57 !important;
}

.cont-contact label span {
    font-size: 20px;
    margin-left: 30px;

}

.footer {
    border-top: 1px solid #4b4b4b;
}

.footer .btn {
    color: #a3a3a3 !important;
    border: none;
    box-shadow: none;
}

.footer .btn:hover {
    color: #c6aa5c !important;
    background: #a3a3a300 !important;
    border: none;
    box-shadow: none;
}

.footer p {
    color: #a3a3a3 !important;
}

.footer h5 {
    color: #e7e7e7 !important;
}

.lbl-mobile-no {
    font-size: 28px;
    font-family: "Jost", system-ui, sans-serif;
    font-weight: 300;

}

.cont-projects img {
    padding: 5px 10px 8px 4px;
}

.div-con2 h4 {
    font-weight: 500;
    font-size: 20px;
}

.frm-contact {}

.frm-contact .form-floating {
    text-align: center;
    padding: 2rem;
    border-radius: .25rem;
    background: #ffffff17;
    border: 1px solid #2d2d2d;
}

.frm-contact .form-floating i {
    color: #e1e1e1;
    font-size: 20px;
    margin-bottom: 12px;
}

.frm-contact .form-floating svg {
    color: #e1e1e1;
    font-size: 20px;
    margin-bottom: 12px;
    height: 24px;
}

.frm-contact .form-floating b {
    font-family: "DM Sans", system-ui, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 400;
}

.frm-contact .form-floating h6 {
    font-family: "DM Sans", system-ui, sans-serif;
    color: #e1e1e1;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 0px;
}

.cont-contact .lh-base {
    color: #ffffffd9 !important;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 1.125rem !important;
    letter-spacing: 0px !important;
    font-weight: 400;
    margin-bottom: 4rem !important;
}


@media (max-width: 992px) {
    .mobile-mg-top {
        margin-top: 0px !important;
    }

    .navbar-brand img {
        width: 4rem;
    }

    .dropdown-item {
        color: #ffffff;
    }

    .cont-contact label span {
        font-size: 16px;
        margin-left: 0px;
    }

    .bg-top-ban {
        font-size: 14px;
    }

    .subtitle-of-head {
        margin-top: 0px !important;
    }

    .mobile-mg-botom-20 {
        margin-bottom: 44px;
    }

    .lbl-mobile-no {
        font-size: 22px;
        letter-spacing: -1px;
    }

    .sticky-top {
        top: 0px;
        position: absolute;
        transition: .5s;
        background: #1a1a1a;
    }

    .hero-header {
        margin-top: 0px;
    }
}







body.revealviewer {
    overflow: hidden;
}

#fullscreencanvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    background: white;
    z-index: 9000;
    pointer-events: none;
    display: block;
    transition: opacity .3s, visibility 0s .3s;
}

body.revealviewer #fullscreencanvas {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: opacity .5s, visibility 0s .0s;
}

#fullscreenimagearea {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fullscreencanvas img {
    position: relative;
    cursor: pointer;
    transition: all .5s;
}

div#closeviewer {
    /* Large x close button  */
    width: 35px;
    height: 35px;
    overflow: hidden;
    display: block;
    position: fixed;
    cursor: pointer;
    text-indent: -1000px;
    z-index: 100000;
    top: 10px;
    right: 10px;
}

div#closeviewer::before,
div#closeviewer::after {
    /* render large cross inside close button */
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: black;
    top: 50%;
    opacity: 0;
    margin-top: -3px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform .5s, opacity .5s;
}

body.revealviewer div#closeviewer::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}

body.revealviewer div#closeviewer::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 1;
}

/* Loading DIV CSS */
#fullimageloadingdiv,
#zoomioloadingdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    pointer-events: none;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    background: white;
}

#fullimageloadingdiv .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* zoomio */
#zoomiocontainer {
    /* container containing enlarged image (native sized image) */
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background: white;
    visibility: visible;
}

#zoomiocontainer img {
    /* image inside zoom container */
    width: auto;
    height: auto !important;
    position: absolute !important;
    display: block !important;
    cursor: move;
}

.disablepointer {
    pointer-events: none;
}

#zoomiocontainer.mobileclass {
    /* CSS class added to zoom container on mobile OS */
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

#zoomioloadingdiv .spinner {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* opsional */
.thumbnails {
    cursor: zoom-in;
}













.wrapper {
    margin: 40px auto;
    width: 930px;
    height: 500px;

    &::before,
    &::after {
        content: "";
        display: table;
        clear: both;
    }

    .panel {
        position: relative;
        margin: 50px 20px;
        padding: 0 20px 20px;
        overflow: hidden;
        float: left;
        width: 270px;
        height: 450px;
        text-align: center;
        background: #F1F1F1;
        border: 1px solid darken(#39cc62, 5%);
        box-sizing: border-box;
        transition: border 200ms ease;
        cursor: pointer;

        img {
            display: block;
            margin: 20px auto;
            text-align: center;
        }

        h3 {
            display: block;
            margin-bottom: 15px;
            color: darken(#39cc62, 5%);
            font-size: 18px;
            font-weight: 700;
            text-align: center;
            text-shadow: 0 2px 1px #FFF;
        }

        p {
            font-size: 14px;
            text-shadow: 0 1px 1px #FFF;
        }

        .slide {
            position: absolute;
            bottom: -450px;
            left: 0;
            z-index: 100;
            padding: 20px;
            height: 100%;
            width: 100%;
            text-align: left;
            background: rgba(1, 61, 71, 0.95);
            box-sizing: border-box;
            transition: all 300ms 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);

            h4 {
                margin-bottom: 20px;
                text-align: left;
                text-shadow: none;
                font-size: 18px;
                font-weight: 600;
                color: #39cc62;
            }

            ul {
                li {
                    padding: 5px 5px 5px 8px;
                    line-height: 24px;
                    font-size: 13px;
                    color: #F0F0F0;
                    border-bottom: 1px solid #3e737b;

                    &:last-child {
                        border: 0;
                    }

                    .fa {
                        padding-right: 5px;
                        color: #39cc62;
                    }
                }
            }
        }
    }
}

.panel:hover {
    border: 1px solid darken(#39cc62, 5%);

    .slide {
        bottom: 0;
        cursor: pointer;
    }
}

.animated {
    animation-duration: 100ms;
    animation-fill-mode: both;
    animation-delay: 0.1s;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

p.title {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    height: 36px;
    width: 890px;
    background: #013d47;
    border: 1px solid darken(#39cc62, 10%);
    color: #FFF;
    text-align: center;
    border-radius: 5px;

}

.partner-carousel img {}


.projectFactsWrap .count-div {
    display: flex;
    justify-content: center;
}

.projectFactsWrap .count-div h5 {
    font-size: 3.75rem;
    margin-top: 17px;
    color: #c6aa5c;
    margin-left: -6px;
}



.sectionClass {
    /* padding: 50px 0px; */
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}


.projectFactsWrap {
    display: flex;
    margin-top: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    background: #191919;
    padding: 3rem 0rem;
    border-bottom: 1px solid #393939
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 33.33%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item p.number {
    /* font-size: 40px;
  padding: 0;
  font-weight: bold; */
}

.projectFactsWrap .item p {
    color: #c6aa5c;
    font-size: 3.75rem;
    font-weight: 600;
    margin: 0;
    padding: 10px;
    font-family: "Jost", system-ui, sans-serif;
}

.projectFactsWrap h4 {
font-family: 'Jost';
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1rem;
}

.projectFactsWrap h6 {
    font-family: "DM Sans", system-ui, sans-serif;
    color: #ffffffd1;
    letter-spacing: 0px;
    text-transform: math-auto;
    font-size: 18px;
    line-height: normal;
    margin-top: 21px;
    font-weight: 400;
    padding: 0px 72px;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {}

.projectFactsWrap .item:hover span {}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

.services-row {
    background: #ffffff17;
    border: 1px solid #2d2d2d;
    padding: 16px 22px 23px 40px;
    border-radius: 20px;
}

.product-details-con {
    width: 94%;
}

.partner-logo {
    width: 16rem;
    background: #ffffff;
    padding: 14px 28px;
    border-radius: 26px;
    margin-top: 10px;

}


.float{
    position: fixed;
    width: 56px;
    height: 56px;
    bottom: 36px;
    left: 20px;
    background-color: rgb(194 166 87);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
        padding-top: 6px;
}

.my-float{
	margin-top:25%;
}
.tooltip {
  position: fixed;
  bottom:80px;
	left:60px;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: show;
  font-size:15px;
  width: 140px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-left:20px;
  padding: 5px 0;

  /* Position the tooltip */
  position: fixed;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.lbl-abt-sub{
        font-size: 30px;
    font-weight: 800;
}