/*--------------------------------------------------------------
# BreadCrumps
--------------------------------------------------------------*/
.breadcrumbs {
    position: relative;
    /* top: 62px; */
    height: 80px;
    margin-top: 117px;
    padding: 15px 0;
    background-color: var(--background-color);
    align-content: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
}

.breadcrumbs .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
}

.breadcrumbs .top-header h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: var(--accent-color);
}

.breadcrumbs a {
    color: var(--accent-color);
}

.breadcrumbs .top-header ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.breadcrumbs .top-header li a,
.breadcrumbs .top-header li span {
    color: var(--accent-color);
}

.breadcrumbs .top-header li a::after {
    content: "/";
    margin: 0 4px;
    color: var(--accent-color);
}

.breadcrumbs .top-header li a:hover {
    color: var(--accent-color);
}

.breadcrumbs .top-header li:last-child a::after {
    content: "";
}

@media (max-width: 992px) {
    .breadcrumbs {
        height: 60px;
        padding: 0;
    }

    .breadcrumbs .top-header {
        display: block;
        padding: 0 6px;
    }

    .breadcrumbs .top-header h2 {
        font-size: 16px;
        font-weight: 400;
    }

    .breadcrumbs .top-header ul {
        font-size: 14px;
        font-weight: 400;
        justify-content: end;
        margin-top: 4px;
    }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    margin: 0px;
}

.portfolio-details-slider {
    background-image: url('../img/back2.png');
    background-repeat: no-repeat;
    background-position: top left;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid var(--accent-color);
    border-radius: 0;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.portfolio-details .portfolio-summary {
    padding: 40px 10px;
}

.portfolio-details .portfolio-summary span,
.portfolio-details .portfolio-summary p {
    color: var(--table-color);
}

.portfolio-details .portfolio-summary a {
    background-color: #a9a292;
    color: #fffbf0;
    padding: 18px 13px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 500;
}

.portfolio-details .portfolio-summary a:hover {
    color: var(--accent-color)
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}

.pato .center img {
    width: 100%;
}

@media (max-width:992px) {
    .portfolio-details .portfolio-summary {
        padding: 40px 0px;
    }

    .portfolio-details .segment2 {
        margin-bottom: 24px;
    }

    .portfolio-details .segment2 img {
        width: 50%;
        margin-left: 25%;
    }

    .portfolio-details-slider {
        background-size: 350px 222px;
    }
}

.img-fluid {
    max-height: 500px;
}


.contact .contact-cards-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

@media (min-width: 576px) {
    .contact .contact-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact .contact-card {
    /* background-color: var(--surface-color); */
    background-color: #e8ebec91;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 90%);

    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact .contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.contact .contact-card .icon-box {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .contact-card .icon-box i {
    font-size: 22px;
    color: var(--accent-color);
}

.contact .contact-card .contact-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--heading-color);
}

.contact .contact-card .contact-text p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--default-color);
    margin-bottom: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    /* -webkit-backface-visibility: hidden; */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-img {
    background-color: var(--background-color) !important;
}


.isicam_section .wrapper>h3 {
    color: #181c3b;
    font-size: 35px;
    text-align: center;
    padding-bottom: 0
}

.isicam_section .small_wrapper {
    margin: 0px auto 0;
    display: block;
}

.isicam_section .small_wrapper .row {
    justify-content: center
}

.isicam_section .box_item {
    margin: 30px 10px 0;
    width: fit-content;
    border: 1px solid #dedede
}

.isicam_section .box_item .logo {
    border-bottom: 1px solid #dedede;
    padding: 9px
}

.isicam_section .box_item .logo img {
    width: 60%;
    margin: 0 auto;
    display: block
}

.isicam_section .box_item .details {
    padding: 18px
}

.isicam_section .box_item .details ul {
    margin: 0
}

.isicam_section .box_item .details li {
    list-style: none;
    color: #525151;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px
}

.isicam_section .box_item .details li.not {
    color: #d7d7d7 !important
}

.isicam_section .box_item .details li.not::before {
    color: #d7d7d7 !important
}

.isicam_section .box_item .details li:before {
    content: "\2714" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: -40px !important;
    position: absolute;
    color: #96c93d !important;
    font-size: 20px !important
}
