p{
    color:#2b2e35;
}
.dgBtn {
    background-color: #ff8f2a;
    color:white;
}

.accessNav .dgBtn_two{
    background:  #ff8f2a;
}

.pageBanner{
    height:200px;
    position: relative;
    text-align: left;
}

.breadcrumb{
    margin:60px 0 50px 60px;
    background:transparent;
}

.breadcrumb a{
    margin:0 10px;
}


.dgitaTab {
    justify-content: center;
}

.tabSection01 {
    padding: 40px 8px;
}

.serviceItem04 .serImg img {
    max-height: unset;
    width: auto;
    height: 120px;
    object-fit: contain;
}

.__cf_email__{
    color:black;
}

.banner-title {
    font-size: 60px;
    padding:20px;
    margin-bottom:0;
}

.tabThumb {

    margin-top: 30px;
}

.index .serviceItem04 .serImg{
    position:relative;
    left: unset;
    top:unset;
    margin:20px;
}

.blog_details_banner .banner-title {
    font-size: 40px;
}

.index .serviceItem04 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:20px;
}

.index .readmore{
    color:#ff8f2a;
    font-size: 14px;
    font-weight: 600;
}

.reviewSection{
    padding:30px;
}

.index .folioItem01 img{
    height:150px;
    object-fit: contain;
}

.index .folioSlider {
    height: 260px;
    padding: 30px 0;
}

.folioSlider .slick-slide.slick-current.slick-active.slick-center{
    margin-top: 0;
}


.index .folioSection01{
    background: url(../images/bg/s20.png) no-repeat top center white;
}

.sidebar.lsb {
    padding-right: 70px;
}

.copyright {
    justify-content: center;
}

.quick-contact img {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    z-index: 9;
}
    
.singleFolioPage {
    padding: 100px 0;
}

.singleServicePage{
    padding: 100px 0;
}

.teamSection01 {
    padding:60px 30px;
    background:url("../images/bg/1.jpg")
}

.contact_info p{
    margin-bottom:10px;
}
.folioSlider:after{
    background:none;
}

.folioSlider:before {
    background: none;
}

.breadcrumb{
    background-color: unset;
}

.thank-you-container{
    margin:200px
}

.singleServicePage {
    background: unset;
    background-color: #fef8f5;
}

.error-container {
    text-align: center;
    padding: 100px 20px;
    background-color: #f5f5f5;
}

.error-container h1 {
    font-size: 72px;
    color: #ff8f2a; /* Red color */
    margin-bottom: 20px;
}

.error-container p {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.error-container a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    color: #ff8f2a;
    
    text-decoration: none;
    border-radius: 5px;
}

.error-container a:hover {
    background-color: #ff8f2a;
    color:white;
}

@media (max-width: 991px) {
    .bLayer {
        display: unset;
    }

    .bLayer img{
        width: 80%;
    }

    .heroBanner02 .row{
        flex-direction: column-reverse;
    }

    .bannerContent02 h2{
        margin-top: 40px;
    }
}