.classborderimg{
    width: 87%;
    margin-left: 11.5%;
    margin-bottom: 10px;
}

.classborder{
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, 0.12);
    width: 82%;
    margin-left: 14%;
    text-align: left
}

.hidden-row {
    display: none;
}
.project-box {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.project-box .text-container{
    text-align: left;
}

.project-box:hover {
    transform: translateY(-5px);
}
.project-image {
    width: 320px; /* width: 450px; */
    height: 300px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 5px;
    margin-bottom: 10px;
}
.project-image.loaded {
    opacity: 1;
}
@media (max-width: 767px) {
    .project-box {
        text-align: center;
    }
    .project-image {
        width: 100%;
        height: auto;
        max-width: 360px;
    }
    .text-container h5 {
        font-size: 18px;
    }
    .text-container p {
        font-size: 14px;
    }

    .slider {
        .border:1px solid #000;
        width:120%;
        margin-left:-30px;
    }
    .imgclient {
        width:650px;
        height:450px;
    }

    #googlemap {
        width: 100%;
        height: 100%;
        margin-bottom: 5%;
    }
}

.flip-container {
    perspective: 1000px;
    margin-bottom: 20px;
}
.flip-container:hover .flipper {
    transform: rotateY(360deg);
}
.flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.6s;
}
.flip-box {
    position: relative;
    width: 100%;
    height: 200px;
}
.flip-box .front, .flip-box .back {
    background-color: transparent; /* Make the background transparent */
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.flip-box .front {
    .background-color: #ffffff;
}
.flip-box .back {
    .background-color: #d2eaf1;
    transform: rotateY(180deg);
}
.flip-box img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.transparent-bg {
    background-color: transparent !important;
}

/* Centering text on mobile view */
@media (max-width: 768px) {
    .text-center-mobile {
        text-align: center;
    }
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}


.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.modal-header {

    border-bottom: none;
}
.modal-title {
    color:#000;
}
.modal-footer{
    display:none;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.my-float{
    margin-top:16px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #151948;
}

.card-header {
    font-size: 16px;
}

a:hover{color: #004085 !important}
/*li a:focus, li a:active{outline: none !important;box-shadow: none !important}
.breadcrumb>li+li:before{content: "//"!important;color: #ccc !important;}*/
/*li a{text-decoration: none !important;color: #aaa}*/
.breadcrumb{
    font-family: 'Poppins', sans-serif;
    padding-left: -20px;
    font-size: 15px;
    color: #fff !important;
    letter-spacing: 1px;
    border-radius: 8px !important
}
@media (max-width: 767px){
    .breadcrumb{font-size: 11px}
    .breadcrumb-item+.breadcrumb-item{padding-left: 0}
    .breadcrumb-item+.breadcrumb-item::before{padding: .15em !important
    }
}

.breadcrumb-item+.breadcrumb-item {
    margin-top: 2px;
}
.active-1{
    padding-top:10px;
    color: #000 !important;
    font-weight: bolder
}


.pattern-building,
.pattern-building-2,
.pattern-building-3,
.pattern-squares,
.tertiary-overlay,
.primary-overlay,
.light-overlay,
.secondary-overlay,
.dark-overlay {
    position: relative;
    z-index: 1;
}
.pattern-building::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/textures/building.png);
    background-size: cover;
    background-position: center;
}
.pattern-building-2::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/textures/building-2.png);
}
.pattern-building-3::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/textures/building-2.png);
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
}

.btn-info {
    background-color: #004085;
}