/* ---- Main Section Start -----*/
@media only screen and (min-width: 2560px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 87%;
        height: 350px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 55px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2559px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 87%;
        height: 350px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 55px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2559px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 86%;
        height: 350px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 55px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 2120px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 87%;
        height: 320px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 170px;
        color: white;
        font-size: 50px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1920px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 87%;
        height: 290px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 45px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1620px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 90%;
        height: 280px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 150px;
        color: white;
        font-size: 40px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1349px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 93%;
        height: 240px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 120px;
        color: white;
        font-size: 35px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 1099px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 95%;
        height: 240px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 120px;
        color: white;
        font-size: 33px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 95%;
        height: 200px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 860px) {
    .portfolio-single-main-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 97%;
        height: 180px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 25px;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-single-main-section-container{
        padding-bottom: 10px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 100%;
        height: 180px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 23px;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title span{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 540px) {
    .portfolio-single-main-section-container{
        padding-bottom: 10px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 100%;
        height: 180px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 90px;
        color: white;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title span{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (max-width: 426px) {
    .portfolio-single-main-section-container{
        padding-bottom: 10px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 100%;
        height: 200px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title span{
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media only screen and (max-width: 371px) {
    .portfolio-single-main-section-container{
        padding-bottom: 10px;
    }
    .portfolio-single-main-section-container .portfolio-single-image-banner{
        width: 100%;
        height: 190px;
        align-self: start;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title{
        display: flex;
        justify-content: center;
        padding-top: 80px;
        color: white;
        font-size: 21px;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-main-section-container .portfolio-single-main-title span{
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* ---- Main Section End -----*/

/* ---- Second Section Start -----*/
@media only screen and (min-width: 1200px) {
    .portfolio-single-second-section-container{
        padding-bottom: 100px;
    }
    .portfolio-single-left-box{
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .portfolio-single-company-icon{
        width: 100%;
        height: auto;
        padding-top: 30px;
    }
    .portfolio-single-company-icon img{
        max-width: 25%;
        height: auto;
    }
    .portfolio-single-company-name{
        color: black;
        font-size: 30px;
        font-weight: bold;
        padding-top: 20px;
    }
    .portfolio-single-company-description{
        font-size: 17px;
        color: black;
        text-align: justify;
        padding-right: 50px;
        padding-top: 20px;
    }
    .portfolio-single-company-image{
        display: flex;
        justify-content: end;
        width: 100%;
        height: auto;
    }
    .portfolio-single-company-image img{
        max-width: 95%;
        height: auto;
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-single-second-section-container{
        padding-bottom: 100px;
    }
    .portfolio-single-left-box{
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .portfolio-single-company-icon{
        width: 100%;
        height: auto;
        padding-top: 20px;
    }
    .portfolio-single-company-icon img{
        max-width: 20%;
        height: auto;
    }
    .portfolio-single-company-name{
        color: black;
        font-size: 23px;
        font-weight: bold;
        padding-top: 15px;
    }
    .portfolio-single-company-description{
        font-size: 15px;
        color: black;
        text-align: justify;
        padding-right: 50px;
        padding-top: 15px;
    }
    .portfolio-single-company-image{
        display: flex;
        justify-content: end;
        width: 100%;
        height: auto;
    }
    .portfolio-single-company-image img{
        max-width: 95%;
        height: auto;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-single-second-section-container{
        padding-bottom: 80px;
    }
    .portfolio-single-left-box{
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .portfolio-single-company-icon{
        width: 100%;
        height: auto;
        padding-top: 15px;
    }
    .portfolio-single-company-icon img{
        max-width: 17%;
        height: auto;
    }
    .portfolio-single-company-name{
        color: black;
        font-size: 18px;
        font-weight: bold;
        padding-top: 15px;
    }
    .portfolio-single-company-description{
        font-size: 13px;
        color: black;
        text-align: justify;
        padding-right: 40px;
        padding-top: 15px;
    }
    .portfolio-single-company-image{
        display: flex;
        justify-content: end;
        width: 100%;
        height: auto;
    }
    .portfolio-single-company-image img{
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-single-second-section-container{
        padding-bottom: 70px;
    }
    .portfolio-single-left-box{
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .portfolio-single-company-icon{
        display: none;
    }
    .portfolio-single-company-icon img{
        max-width: 17%;
        height: auto;
    }
    .portfolio-single-company-name{
        color: black;
        font-size: 18px;
        font-weight: bold;
        padding-top: 10px;
    }
    .portfolio-single-company-description{
        font-size: 11px;
        color: black;
        text-align: justify;
        padding-right: 40px;
        padding-top: 10px;
    }
    .portfolio-single-company-image{
        display: flex;
        justify-content: end;
        width: 100%;
        height: auto;
    }
    .portfolio-single-company-image img{
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-single-second-section-container{
        padding-bottom: 30px;
    }
    .portfolio-single-left-box{
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .portfolio-single-company-icon{
        display: none;
    }
    .portfolio-single-company-icon img{
        max-width: 17%;
        height: auto;
    }
    .portfolio-single-company-name{
        color: black;
        font-size: 18px;
        font-weight: bold;
        padding-top: 30px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .portfolio-single-company-description{
        font-size: 12px;
        color: black;
        text-align: justify;
        text-align-last: center;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
    }
    .portfolio-single-company-image{
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-company-image img{
        max-width: 70%;
        height: auto;
    }
}
@media only screen and (max-width: 399px) {
    .portfolio-single-second-section-container{
        padding-bottom: 30px;
    }
    .portfolio-single-left-box{
        display: flex;
        justify-content: start;
        flex-direction: column;
    }
    .portfolio-single-company-icon{
        display: none;
    }
    .portfolio-single-company-icon img{
        max-width: 17%;
        height: auto;
    }
    .portfolio-single-company-name{
        color: black;
        font-size: 16px;
        font-weight: bold;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
    }
    .portfolio-single-company-description{
        font-size: 12px;
        color: black;
        text-align: justify;
        text-align-last: center;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 10px;
    }
    .portfolio-single-company-image{
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-company-image img{
        max-width: 80%;
        height: auto;
    }
}
/* ---- Second Section End -----*/


/* ---- Third Section Start -----*/
@media only screen and (min-width: 1200px) {
    .portfolio-single-third-section-container{
        padding-bottom: 100px;
    }
    .portfolio-single-third-title-container{
        padding-bottom: 20px;
    }
    .portfolio-single-third-title-container .card{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-third-title-container .portfolio-single-third-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 80px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title{
        color: black;
        font-size: 30px;
        padding-top: 40px;
        z-index: 2;
        margin-left: -48px;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title-2{
        color: #fa6f10;
        font-size: 30px;
        z-index: 2;
        margin-left: -27px;
    }
    .portfolio-single-third-description{
        font-size: 17px;
        color: black;
        text-align: justify;
        text-align-last: center;
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-single-third-section-container{
        padding-bottom: 100px;
    }
    .portfolio-single-third-title-container{
        padding-bottom: 20px;
    }
    .portfolio-single-third-title-container .card{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-third-title-container .portfolio-single-third-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 60px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title{
        color: black;
        font-size: 25px;
        padding-top: 30px;
        margin-left: -35px;
        z-index: 2;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title-2{
        color: #fa6f10;
        font-size: 25px;
        z-index: 2;
        margin-left: -23px;
    }
    .portfolio-single-third-description{
        font-size: 17px;
        color: black;
        text-align: justify;
        text-align-last: center;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-single-third-section-container{
        padding-bottom: 80px;
    }
    .portfolio-single-third-title-container{
        padding-bottom: 20px;
    }
    .portfolio-single-third-title-container .card{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
    }
     .portfolio-single-third-title-container .portfolio-single-third-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 60px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title{
        color: black;
        font-size: 25px;
        padding-top: 30px;
        margin-left: -35px;
        z-index: 2;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title-2{
        color: #fa6f10;
        font-size: 25px;
        z-index: 2;
        margin-left: -23px;
    }
    .portfolio-single-third-description{
        font-size: 13px;
        color: black;
        text-align: justify;
        text-align-last: center;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-single-third-section-container{
        padding-bottom: 70px;
    }
    .portfolio-single-third-title-container{
        padding-bottom: 10px;
    }
    .portfolio-single-third-title-container .card{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-third-title-container .portfolio-single-third-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 40px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title{
        color: black;
        font-size: 18px;
        padding-top: 20px;
        margin-left: -25px;
        z-index: 2;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title-2{
        color: #fa6f10;
        font-size: 18px;
        z-index: 2;
        margin-left: -15px;
    }
    .portfolio-single-third-description{
        font-size: 11px;
        color: black;
        text-align: justify;
        text-align-last: center;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-single-third-section-container{
        padding-bottom: 30px;
    }
    .portfolio-single-third-title-container{
        padding-bottom: 10px;
    }
    .portfolio-single-third-title-container .card{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-third-title-container .portfolio-single-third-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 40px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title{
        color: black;
        font-size: 16px;
        padding-top: 20px;
        z-index: 2;
        margin-left: -22px;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title-2{
        color: #fa6f10;
        font-size: 16px;
        z-index: 2;
        margin-left: -27px;
    }
    .portfolio-single-third-description{
        font-size: 12px;
        color: black;
        text-align: justify;
        text-align-last: center;
    }
}
@media only screen and (max-width: 399px) {
    .portfolio-single-third-section-container{
        padding-bottom: 30px;
    }
    .portfolio-single-third-title-container{
        padding-bottom: 10px;
    }
    .portfolio-single-third-title-container .card{
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-third-title-container .portfolio-single-third-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 40px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title{
        color: black;
        font-size: 16px;
        padding-top: 20px;
        z-index: 2;
        margin-left: -22px;
    }
    .portfolio-single-third-title-container .portfolio-single-third-title-2{
        color: #fa6f10;
        font-size: 16px;
        z-index: 2;
        margin-left: -27px;
    }
    .portfolio-single-third-description{
        font-size: 12px;
        color: black;
        text-align: justify;
        text-align-last: center;
    }
}
/* ---- Third Section End -----*/

/* ---- Fourth Section Start -----*/
@media only screen and (min-width: 1200px) {
    .portfolio-single-fourth-container{
        padding-bottom: 100px;
    }
    .portfolio-single-fourth-container .card{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 80px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title{
        color: black;
        font-size: 30px;
        padding-top: 40px;
        z-index: 2;
        margin-left: -48px;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title-2{
        color: #fa6f10;
        font-size: 30px;
        z-index: 2;
        margin-left: -27px;
    }
    .portfolio-single-fourth-button {
        display: flex;
        justify-content: start;
    }
    .portfolio-single-fourth-button a {
        text-decoration: none;
        background: #fa6f10;
        color: white;
        font-size: 17px;
        margin-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 10px;
    }
    .portfolio-single-fourth-button i {
        padding-right: 10px;
    
    }
    .portfolio-single-fourth-button a:hover i {
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-answer{
        color: black;
        text-align: justify;
        font-size: 17px;
        padding-top: 30px;
    }
    .portfolio-single-fourth-date-box{
        display: flex;
        flex: column;
        padding-top: 20px;
    }
    .portfolio-single-fourth-date,
    .portfolio-single-fourth-categories,
    .portfolio-single-fourth-color,
    .portfolio-single-fourth-font{
        width: 100%;
        flex: row;
    }
    .date-title,
    .categories-title,
    .color-title,
    .font-title{
        color: black;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .date-answer,
    .categories-answer,
    .font-answer{
        color: black;
        font-size: 16px;
        cursor: pointer;
    }
    .date-answer:hover,
    .categories-answer:hover,
    .font-answer:hover{
        color: #fa6f10;
    }
    .color-answer{
       display: flex;
       gap: 5px 10px;
    }
    .color-answer .color-card{
        width: 50px;
        height: 50px;
        border: 1px solid #808080;
        border-radius: 5px;
     }
}
@media only screen and (max-width: 1199px) {
    .portfolio-single-fourth-container{
        padding-bottom: 100px;
    }
    .portfolio-single-fourth-container .card{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 60px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title{
        color: black;
        font-size: 25px;
        padding-top: 35px;
        z-index: 2;
        margin-left: -43px;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title-2{
        color: #fa6f10;
        font-size: 25px;
        z-index: 2;
        margin-left: -25px;
    }
    .portfolio-single-fourth-button {
        display: flex;
        justify-content: start;
    }
    .portfolio-single-fourth-button a {
        text-decoration: none;
        background: #fa6f10;
        color: white;
        font-size: 16px;
        margin-top: 50px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 18px;
        padding-bottom: 18px;
        border-radius: 10px;
    }
    .portfolio-single-fourth-button i {
        padding-right: 10px;
    
    }
    .portfolio-single-fourth-button a:hover i {
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-answer{
        color: black;
        text-align: justify;
        font-size: 17px;
        padding-top: 30px;
    }
    .portfolio-single-fourth-date-box{
        display: flex;
        flex: column;
        padding-top: 15px;
    }
    .portfolio-single-fourth-date,
    .portfolio-single-fourth-categories,
    .portfolio-single-fourth-color,
    .portfolio-single-fourth-font{
        width: 100%;
        flex: row;
    }
    .date-title,
    .categories-title,
    .color-title,
    .font-title{
        color: black;
        font-size: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .date-answer,
    .categories-answer,
    .font-answer{
        color: black;
        font-size: 13px;
    }
    .color-answer{
       display: flex;
       gap: 5px 10px;
    }
    .color-answer .color-card{
        width: 40px;
        height: 40px;
        border: 1px solid #808080;
        border-radius: 5px;
     }
}
@media only screen and (max-width: 991px) {
    .portfolio-single-fourth-container{
        padding-bottom: 80px;
    }
    .portfolio-single-fourth-container .card{
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 60px;
        font-weight: bold;
        z-index: 1;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title{
        color: black;
        font-size: 25px;
        padding-top: 32px;
        z-index: 2;
        margin-left: -38px;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title-2{
        color: #fa6f10;
        font-size: 25px;
        z-index: 2;
        margin-left: -30px;
    }
    .portfolio-single-fourth-button {
        display: flex;
        justify-content: start;
    }
    .portfolio-single-fourth-button a {
        text-decoration: none;
        background: #fa6f10;
        color: white;
        font-size: 13px;
        margin-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
    }
    .portfolio-single-fourth-button i {
        padding-right: 10px;
    
    }
    .portfolio-single-fourth-button a:hover i {
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-answer{
        color: black;
        text-align: justify;
        font-size: 13px;
        padding-top: 30px;
    }
    .portfolio-single-fourth-date-box{
        display: flex;
        flex: column;
        padding-top: 15px;
    }
    .portfolio-single-fourth-date,
    .portfolio-single-fourth-categories,
    .portfolio-single-fourth-color,
    .portfolio-single-fourth-font{
        width: 100%;
        flex: row;
    }
    .date-title,
    .categories-title,
    .color-title,
    .font-title{
        color: black;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
    }
    .date-answer,
    .categories-answer,
    .font-answer{
        color: black;
        font-size: 12px;
    }
    .color-answer{
       display: flex;
       gap: 5px 5px;
    }
    .color-answer .color-card{
        width: 30px;
        height: 30px;
        border: 1px solid #808080;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-single-fourth-container{
        padding-bottom: 50px;
    }
    .portfolio-single-fourth-container .card{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 40px;
        font-weight: bold;
        z-index: 1;
        margin-bottom: -43px;
        margin-left: -100px;

    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title{
        color: black;
        font-size: 18px;
        padding-top: 0px;
        z-index: 2;
        margin-left: 0px;
        text-align: center;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title-2{
        color: #fa6f10;
        font-size: 18px;
        z-index: 2;
        margin-left: 0px;
    }
    .portfolio-single-fourth-button {
        display: flex;
        justify-content: center;
    }
    .portfolio-single-fourth-button a {
        text-decoration: none;
        background: #fa6f10;
        color: white;
        font-size: 11px;
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
    }
    .portfolio-single-fourth-button i {
        padding-right: 5px;
    
    }
    .portfolio-single-fourth-button a:hover i {
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-answer{
        color: black;
        text-align: justify;
        text-align-last: center;
        font-size: 11px;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .portfolio-single-fourth-date-box{
        display: flex;
        flex: column;
        padding-top: 15px;
    }
    .portfolio-single-fourth-date,
    .portfolio-single-fourth-categories,
    .portfolio-single-fourth-color,
    .portfolio-single-fourth-font{
        width: 100%;
        flex: row;
    }
    .date-title,
    .categories-title,
    .color-title,
    .font-title{
        color: black;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
    .date-answer,
    .categories-answer,
    .font-answer{
        color: black;
        font-size: 12px;
        text-align: center;
    }
    .color-answer{
       display: flex;
       justify-content: center;
       gap: 5px 5px;
    }
    .color-answer .color-card{
        width: 35px;
        height: 35px;
        border: 1px solid #808080;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 575px) {
    .portfolio-single-fourth-container{
        padding-bottom: 30px;
    }
    .portfolio-single-fourth-container .card{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 40px;
        font-weight: bold;
        z-index: 1;
        margin-bottom: -40px;
        margin-left: -110px;

    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title{
        color: black;
        font-size: 16px;
        padding-top: 0px;
        z-index: 2;
        margin-left: 0px;
        text-align: center;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title-2{
        color: #fa6f10;
        font-size: 16px;
        z-index: 2;
        margin-left: 0px;
    }
    .portfolio-single-fourth-button {
        display: flex;
        justify-content: center;
    }
    .portfolio-single-fourth-button a {
        text-decoration: none;
        background: #fa6f10;
        color: white;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
    }
    .portfolio-single-fourth-button i {
        padding-right: 5px;
    
    }
    .portfolio-single-fourth-button a:hover i {
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-answer{
        color: black;
        text-align: justify;
        text-align-last: center;
        font-size: 12px;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .portfolio-single-fourth-date-box{
        display: flex;
        flex: column;
        padding-top: 15px;
    }
    .portfolio-single-fourth-date,
    .portfolio-single-fourth-categories,
    .portfolio-single-fourth-color,
    .portfolio-single-fourth-font{
        width: 100%;
        flex: row;
    }
    .date-title,
    .categories-title,
    .color-title,
    .font-title{
        color: black;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
    .date-answer,
    .categories-answer,
    .font-answer{
        color: black;
        font-size: 12px;
        text-align: center;
    }
    .color-answer{
       display: flex;
       justify-content: center;
       gap: 5px 5px;
    }
    .color-answer .color-card{
        width: 30px;
        height: 30px;
        border: 1px solid #808080;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 399px) {
    .portfolio-single-fourth-container{
        padding-bottom: 20px;
    }
    .portfolio-single-fourth-container .card{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-number{
        color: rgba(246, 109, 16, 0.3);
        font-size: 40px;
        font-weight: bold;
        z-index: 1;
        margin-bottom: -30px;
        margin-left: -100px;

    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title{
        color: black;
        font-size: 16px;
        padding-top: 0px;
        z-index: 2;
        margin-left: -10px;
        margin-top: -10px;
        text-align: center;
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-title-2{
        color: #fa6f10;
        font-size: 16px;
        z-index: 2;
        margin-left: 0px;
    }
    .portfolio-single-fourth-button {
        display: flex;
        justify-content: center;
    }
    .portfolio-single-fourth-button a {
        text-decoration: none;
        background: #fa6f10;
        color: white;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 10px;
    }
    .portfolio-single-fourth-button i {
        padding-right: 5px;
    
    }
    .portfolio-single-fourth-button a:hover i {
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
    
        50% {
            transform: scale(1.2);
        }
    
        100% {
            transform: scale(1);
        }
    }
    .portfolio-single-fourth-container .portfolio-single-fourth-answer{
        color: black;
        text-align: justify;
        text-align-last: center;
        font-size: 12px;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .portfolio-single-fourth-date-box{
        display: flex;
        flex: column;
        padding-top: 20px;
    }
    .portfolio-single-fourth-date,
    .portfolio-single-fourth-categories,
    .portfolio-single-fourth-color,
    .portfolio-single-fourth-font{
        width: 100%;
        flex: row;
    }
    .date-title,
    .categories-title,
    .color-title,
    .font-title{
        color: black;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
    .date-answer,
    .categories-answer,
    .font-answer{
        color: black;
        font-size: 12px;
        text-align: center;
    }
    .color-answer{
       display: flex;
       justify-content: center;
       gap: 5px 5px;
    }
    .color-answer .color-card{
        width: 30px;
        height: 30px;
        border: 1px solid #808080;
        border-radius: 5px;
    }
}
/* ---- Fourth Section End -----*/


/* ---- Fifth Section Start -----*/
@media only screen and (min-width: 1200px) {
    .portfolio-single-fifth-section-container{
      padding-bottom: 100px;
    }
    .portfolio-single-fifth-section-container .feedback-box{
      padding-top: 50px;
      padding-left: 20px;
    }
    .feedback-box .feedback-title{
      text-align: start;
      font-size: 35px;
      font-weight: bold;
    }
    .feedback-box .feedback-description{
      text-align: start;
        font-size: 17px;
        color: black;
    }
    .see-more-project-box{
        display: flex;
        justify-content: center;
        padding-top: 100px;
    }
    .see-more-project-box a{
       text-decoration: none;
       color: #fa6f10;
       font-size: 24px;
       font-weight: 500;
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-single-fifth-section-container{
        padding-bottom: 100px;
    }
    .portfolio-single-fifth-section-container .feedback-box{
        padding-top: 50px;
        padding-left: 20px;
    }
    .feedback-box .feedback-title{
        text-align: start;
        font-size: 25px;
        font-weight: bold;
    }
    .feedback-box .feedback-description{
        text-align: start;
        font-size: 15px;
        color: black;
    }
    .see-more-project-box{
        display: flex;
        justify-content: center;
        padding-top: 100px;
    }
    .see-more-project-box a{
       text-decoration: none;
       color: #fa6f10;
       font-size: 21px;
       font-weight: 500;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-single-fifth-section-container{
        padding-bottom: 90px;
    }
    .portfolio-single-fifth-section-container .feedback-box{
        padding-top: 20px;
        padding-left: 20px;
    }
    .feedback-box .feedback-title{
        text-align: center;
        font-size: 21px;
        font-weight: bold;
    }
    .feedback-box .feedback-description{
        text-align: center;
        font-size: 13px;
        color: black;
    }
    .see-more-project-box{
        display: flex;
        justify-content: center;
        padding-top: 80px;
    }
    .see-more-project-box a{
       text-decoration: none;
       color: #fa6f10;
       font-size: 18px;
       font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-single-fifth-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-fifth-section-container .feedback-box{
        padding-top: 20px;
        padding-left: 20px;
    }
    .feedback-box .feedback-title{
        text-align: center;
        font-size: 21px;
        font-weight: bold;
    }
    .feedback-box .feedback-description{
        text-align: center;
        font-size: 13px;
        color: black;
    }
    .see-more-project-box{
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    .see-more-project-box a{
       text-decoration: none;
       color: #fa6f10;
       font-size: 15px;
       font-weight: 500;
    }
}
@media only screen and (max-width: 667px) {
    .portfolio-single-fifth-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-fifth-section-container .feedback-box{
        padding-top: 20px;
        padding-left: 20px;
    }
    .feedback-box .feedback-title{
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }
    .feedback-box .feedback-description{
        text-align: center;
        font-size: 12px;
        color: black;
        margin-right: 15px;
        margin-left: 15px;
    }
    .see-more-project-box{
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    .see-more-project-box a{
       text-decoration: none;
       color: #fa6f10;
       font-size: 15px;
       font-weight: 500;
    }
}
@media only screen and (max-width: 392px) {
    .portfolio-single-fifth-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-fifth-section-container .feedback-box{
        padding-top: 20px;
        padding-left: 20px;
    }
    .feedback-box .feedback-title{
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }
    .feedback-box .feedback-description{
        text-align: center;
        font-size: 10px;
        color: black;
        margin-right: 15px;
        margin-left: 15px;
    }
    .see-more-project-box{
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    .see-more-project-box a{
       text-decoration: none;
       color: #fa6f10;
       font-size: 15px;
       font-weight: 500;
    }
}
/* Slider Responsive */
@media only screen and (min-width: 1200px) { 
    .portfolio-single-fifth-section-feedback-container .card{
        padding-top: 0px;
        padding-right: 0px;
    }
    .feedback-image-box{
        width: 350px;
        height: 240px;
        aspect-ratio: 1;
        background: white;
        border-radius: 100%;
        animation: l1 20s infinite linear;
        overflow: hidden;
        z-index: 10;
        align-self: center;
    }
    @keyframes l1{
        12.5% { border-radius: 50% 63% 70% 40% / 40% 62% 38% 70%; }
        25% { border-radius: 50% 50% 70% 30% / 52% 62% 40% 48%; }
        37.5% { border-radius: 40% 67% 43% 82% / 52% 73% 40% 48%; }
        50% { border-radius: 73% 42% 38% 82% / 52% 42% 68% 48%; }
        62.5% { border-radius: 73% 37% 74% 26% / 64% 42% 68% 46%; }
        75% { border-radius: 74% 36% 35% 85% / 55% 79% 41% 45%; }
        87.5% { border-radius: 32% 78% 69% 31% / 30% 66% 34% 70%; }
    }
    .feedback-image-box img{
        max-width: 100%;
        max-height: 100%;
    }
    .feedback-quote-box{
        padding-left: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        z-index: 1;
        width: 100%;
        margin-left: -70px;
        max-height: 100%;
        background: white;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .feedback-quote-box .quote-image img{
        width: 40px;
        height: auto;
    }
    .feedback-quote-box .quote-message {
        color: black;
        font-size: 17px;
        text-align: justify;
        padding-top: 20px;
    }
    .feedback-quote-box .quote-name {
        color: #fa6f10;
        font-size: 17px;
        padding-top: 20px;
        font-weight: bold;
    }
    .feedback-quote-box .quote-position {
        color: #808080;
        font-size: 17px;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-single-fifth-section-feedback-container .card{
        padding-top: 0px;
        padding-right: 0px;
    }
    .feedback-image-box{
        width: 330px;
        height: 200px;
        aspect-ratio: 1;
        background: white;
        border-radius: 100%;
        animation: l1 20s infinite linear;
        overflow: hidden;
        z-index: 10;
        align-self: center;
    }
    @keyframes l1{
        12.5% { border-radius: 50% 63% 70% 40% / 40% 62% 38% 70%; }
        25% { border-radius: 50% 50% 70% 30% / 52% 62% 40% 48%; }
        37.5% { border-radius: 40% 67% 43% 82% / 52% 73% 40% 48%; }
        50% { border-radius: 73% 42% 38% 82% / 52% 42% 68% 48%; }
        62.5% { border-radius: 73% 37% 74% 26% / 64% 42% 68% 46%; }
        75% { border-radius: 74% 36% 35% 85% / 55% 79% 41% 45%; }
        87.5% { border-radius: 32% 78% 69% 31% / 30% 66% 34% 70%; }
    }
    .feedback-image-box img{
        max-width: 100%;
        max-height: 100%;
    }
    
    .feedback-quote-box{
        padding-left: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        z-index: 1;
        width: 100%;
        margin-left: -70px;
        max-height: 100%;
        background: white;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .feedback-quote-box .quote-image img{
        width: 25px;
        height: auto;
    }
    .feedback-quote-box .quote-message {
        color: black;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
    }
    .feedback-quote-box .quote-name {
        color: #fa6f10;
        font-size: 15px;
        padding-top: 10px;
        font-weight: bold;
    }
    .feedback-quote-box .quote-position {
        color: #808080;
        font-size: 15px;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-single-fifth-section-feedback-container .card{
        padding-top: 30px;
        padding-right: 0px;
    }
    .feedback-image-box{
        width: 250px;
        height: 180px;
        aspect-ratio: 1;
        background: white;
        border-radius: 100%;
        animation: l1 20s infinite linear;
        overflow: hidden;
        z-index: 10;
        align-self: center;
    }
    @keyframes l1{
        12.5% { border-radius: 50% 63% 70% 40% / 40% 62% 38% 70%; }
        25% { border-radius: 50% 50% 70% 30% / 52% 62% 40% 48%; }
        37.5% { border-radius: 40% 67% 43% 82% / 52% 73% 40% 48%; }
        50% { border-radius: 73% 42% 38% 82% / 52% 42% 68% 48%; }
        62.5% { border-radius: 73% 37% 74% 26% / 64% 42% 68% 46%; }
        75% { border-radius: 74% 36% 35% 85% / 55% 79% 41% 45%; }
        87.5% { border-radius: 32% 78% 69% 31% / 30% 66% 34% 70%; }
    }
    .feedback-image-box img{
        max-width: 100%;
        max-height: 100%;
    }
    .feedback-quote-box{
        padding-left: 100px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        z-index: 1;
        width: 100%;
        margin-left: -70px;
        max-height: 100%;
        background: white;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .feedback-quote-box .quote-image img{
        width: 21px;
        height: auto;
    }
    .feedback-quote-box .quote-message {
        color: black;
        font-size: 13px;
        text-align: justify;
        padding-top: 10px;
    }
    .feedback-quote-box .quote-name {
        color: #fa6f10;
        font-size: 13px;
        padding-top: 10px;
        font-weight: bold;
    }
    .feedback-quote-box .quote-position {
        color: #808080;
        font-size: 13px;
        padding-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-single-fifth-section-feedback-container .card{
        padding-top: 20px;
        padding-right: 20px;
    }
    .feedback-image-box{
        width: 100px;
        height: 10px;
        aspect-ratio: 1;
        background: white;
        border-radius: 100%;
        animation: l1 20s infinite linear;
        overflow: hidden;
        z-index: 10;
        align-self: center;
    }
    @keyframes l1{
        12.5% { border-radius: 50% 63% 70% 40% / 40% 62% 38% 70%; }
        25% { border-radius: 50% 50% 70% 30% / 52% 62% 40% 48%; }
        37.5% { border-radius: 40% 67% 43% 82% / 52% 73% 40% 48%; }
        50% { border-radius: 73% 42% 38% 82% / 52% 42% 68% 48%; }
        62.5% { border-radius: 73% 37% 74% 26% / 64% 42% 68% 46%; }
        75% { border-radius: 74% 36% 35% 85% / 55% 79% 41% 45%; }
        87.5% { border-radius: 32% 78% 69% 31% / 30% 66% 34% 70%; }
    }
    .feedback-image-box img{
        display: none;
    }

    .feedback-quote-box{
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        z-index: 1;
        width: 100%;
        margin-left: -70px;
        max-height: 100%;
        background: white;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .feedback-quote-box .quote-image {
        display: flex;
        justify-content: center;
    }
    .feedback-quote-box .quote-image img{
        width: 21px;
        height: auto;
    }
    .feedback-quote-box .quote-message {
        color: black;
        font-size: 13px;
        text-align: justify;
        text-align-last: center;
        padding-top: 10px;
    }
    .feedback-quote-box .quote-name {
        color: #fa6f10;
        font-size: 13px;
        padding-top: 10px;
        font-weight: bold;
        text-align: center;
    }
    .feedback-quote-box .quote-position {
        color: #808080;
        font-size: 13px;
        padding-top: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 667px) {
    .portfolio-single-fifth-section-feedback-container .card{
        padding-top: 20px;
        padding-right: 20px;
    }
    .feedback-image-box{
        width: 100px;
        height: 10px;
        aspect-ratio: 1;
        background: white;
        border-radius: 100%;
        animation: l1 20s infinite linear;
        overflow: hidden;
        z-index: 10;
        align-self: center;
    }
    @keyframes l1{
        12.5% { border-radius: 50% 63% 70% 40% / 40% 62% 38% 70%; }
        25% { border-radius: 50% 50% 70% 30% / 52% 62% 40% 48%; }
        37.5% { border-radius: 40% 67% 43% 82% / 52% 73% 40% 48%; }
        50% { border-radius: 73% 42% 38% 82% / 52% 42% 68% 48%; }
        62.5% { border-radius: 73% 37% 74% 26% / 64% 42% 68% 46%; }
        75% { border-radius: 74% 36% 35% 85% / 55% 79% 41% 45%; }
        87.5% { border-radius: 32% 78% 69% 31% / 30% 66% 34% 70%; }
    }
    .feedback-image-box img{
        display: none;
    }  
    .feedback-quote-box{
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        z-index: 1;
        width: 100%;
        margin-left: -70px;
        max-height: 100%;
        background: white;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .feedback-quote-box .quote-image {
        display: flex;
        justify-content: center;
    }
    .feedback-quote-box .quote-image img{
        width: 21px;
        height: auto;
    }
    .feedback-quote-box .quote-message {
        color: black;
        font-size: 12px;
        text-align: justify;
        text-align-last: center;
        padding-top: 10px;
    }
    .feedback-quote-box .quote-name {
        color: #fa6f10;
        font-size: 12px;
        padding-top: 10px;
        font-weight: bold;
        text-align: center;
    }
    .feedback-quote-box .quote-position {
        color: #808080;
        font-size: 12px;
        padding-top: 10px;
        text-align: center;
    }
}
@media only screen and (max-width: 392px) {
    .portfolio-single-fifth-section-feedback-container .card{
        padding-top: 20px;
        padding-right: 20px;
    }
    .feedback-image-box{
        width: 100px;
        height: 10px;
        aspect-ratio: 1;
        background: white;
        border-radius: 100%;
        animation: l1 20s infinite linear;
        overflow: hidden;
        z-index: 10;
        align-self: center;
    }
    @keyframes l1{
        12.5% { border-radius: 50% 63% 70% 40% / 40% 62% 38% 70%; }
        25% { border-radius: 50% 50% 70% 30% / 52% 62% 40% 48%; }
        37.5% { border-radius: 40% 67% 43% 82% / 52% 73% 40% 48%; }
        50% { border-radius: 73% 42% 38% 82% / 52% 42% 68% 48%; }
        62.5% { border-radius: 73% 37% 74% 26% / 64% 42% 68% 46%; }
        75% { border-radius: 74% 36% 35% 85% / 55% 79% 41% 45%; }
        87.5% { border-radius: 32% 78% 69% 31% / 30% 66% 34% 70%; }
    }
    .feedback-image-box img{
        display: none;
    }
    .feedback-quote-box{
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 20px;
        z-index: 1;
        width: 100%;
        margin-left: -70px;
        max-height: 100%;
        background: white;
        border-radius: 20px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .feedback-quote-box .quote-image {
        display: flex;
        justify-content: center;
    }
    .feedback-quote-box .quote-image img{
        width: 16px;
        height: auto;
    }
    .feedback-quote-box .quote-message {
        color: black;
        font-size: 10px;
        text-align: justify;
        text-align-last: center;
        padding-top: 10px;
    }
    .feedback-quote-box .quote-name {
        color: #fa6f10;
        font-size: 10px;
        padding-top: 10px;
        font-weight: bold;
        text-align: center;
    }
    .feedback-quote-box .quote-position {
        color: #808080;
        font-size: 10px;
        padding-top: 10px;
        text-align: center;
    }
}
/* ---- Fifth Section End -----*/

/* ---- Six Section Start -----*/
@media only screen and (min-width: 1400px) {
    .portfolio-single-six-section-container{
      padding-bottom: 50px;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-title{
      font-size: 50px;
      color: black;
      font-weight: bold;
      text-align: start;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-description{
      font-size: 50px;
      color: black;
      font-weight: bold;
      text-align: center;
    }
    .portfolio-single-six-section-container .free-estimate-button {
      width: 40%;
      height: 100%;
      padding-top: 50px;
    }
    .free-estimate-button button{
      width: 100%;
      height: auto;
      padding: 10px;
      font-size: 18px;
      border: none;
      background: white;
      border-radius: 30px;
      box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
          rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .free-estimate-button button img{
      width: 15px;
      height: 15px;
      margin-left: 5%;
    }
    .free-estimate-button button:hover{
      animation: pulse 1s infinite;
    }
    @keyframes pulse {
      0% {
          transform: scale(1);
      }
      50% {
          transform: scale(1.1);
      }
      100% {
          transform: scale(1);
      }
    }
}
@media only screen and (max-width: 1399px) {
    .portfolio-single-six-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-title{
        font-size: 40px;
        color: black;
        font-weight: bold;
        text-align: start;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-description{
        font-size: 40px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .free-estimate-button {
        width: 50%;
        height: 100%;
        padding-top: 20px;
    }
    .free-estimate-button button{
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 18px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .free-estimate-button button img{
        width: 15px;
        height: 15px;
        margin-left: 5%;
    }
    .free-estimate-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 1199px) {
    .portfolio-single-six-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-title{
        font-size: 35px;
        color: black;
        font-weight: bold;
        text-align: start;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-description{
        font-size: 35px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .free-estimate-button {
        width: 60%;
        height: 100%;
        padding-top: 15px;
    }
    .free-estimate-button button{
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 18px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .free-estimate-button button img{
        width: 15px;
        height: 15px;
        margin-left: 5%;
    }
    .free-estimate-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 991px) {
    .portfolio-single-six-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-title{
        font-size: 25px;
        color: black;
        font-weight: bold;
        text-align: start;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-description{
        font-size: 25px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .free-estimate-button {
        width: 60%;
        height: 100%;
        padding-top: 20px;
    }
    .free-estimate-button button{
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 13px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .free-estimate-button button img{
        width: 10px;
        height: 10px;
        margin-left: 5%;
        margin-bottom: 3px;
    }
    .free-estimate-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 767px) {
    .portfolio-single-six-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-title{
        font-size: 25px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-description{
        font-size: 25px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .free-estimate-button {
        width: 40%;
        height: 100%;
        padding-top: 30px;
    }
    .free-estimate-button button{
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 13px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .free-estimate-button button img{
        width: 10px;
        height: 10px;
        margin-left: 5%;
        margin-bottom: 3px;
    }
    .free-estimate-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 667px) {
    .portfolio-single-six-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-title{
        font-size: 21px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-description{
        font-size: 21px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .free-estimate-button {
        width: 40%;
        height: 100%;
        padding-top: 30px;
    }
    .free-estimate-button button{
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 10px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .free-estimate-button button img{
        width: 8px;
        height: 8px;
        margin-left: 5%;
        margin-bottom: 0;
    }
    .free-estimate-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
@media only screen and (max-width: 392px) {
    .portfolio-single-six-section-container{
        padding-bottom: 50px;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-title{
        font-size: 21px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .portfolio-single-six-section-description{
        font-size: 21px;
        color: black;
        font-weight: bold;
        text-align: center;
    }
    .portfolio-single-six-section-container .free-estimate-button {
        width: 40%;
        height: 100%;
        padding-top: 30px;
    }
    .free-estimate-button button{
        width: 100%;
        height: auto;
        padding: 10px;
        font-size: 10px;
        border: none;
        background: white;
        border-radius: 30px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
            rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
    .free-estimate-button button img{
        width: 8px;
        height: 8px;
        margin-left: 5%;
        margin-bottom: 0;
    }
    .free-estimate-button button:hover{
        animation: pulse 1s infinite;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
}
/* ---- Six Section Ends -----*/


/* ---- Animation Start -----*/
.portfolio-single-main-section-container{
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.portfolio-single-main-section-container.visible{
    opacity: 1;
    transform: translateY(0);
}
.portfolio-single-third-section-container,
.portfolio-fifth-section-middle{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.portfolio-single-third-section-container.visible,
.portfolio-fifth-section-middle.visible{
    opacity: 1;
    transform: translateY(0);
}
.portfolio-single-left-box,
.portfolio-single-fourth-left-box,
.portfolio-fifth-section-left,
.six-portfolio-left{
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.portfolio-single-left-box.visible,
.portfolio-single-fourth-left-box.visible,
.portfolio-fifth-section-left.visible,
.six-portfolio-left.visible{
    opacity: 1;
    transform: translateX(0);
}

.portfolio-single-right-box,
.portfolio-single-fourth-right-box,
.portfolio-fifth-section-right,
.six-portfolio-right{
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.portfolio-single-right-box.visible,
.portfolio-single-fourth-right-box.visible,
.portfolio-fifth-section-right.visible,
.six-portfolio-right.visible{
    opacity: 1;
    transform: translateX(0);
}
/* ---- Animation End -----*/