@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(238 58 0 / 25%);
}

.work_section {
    display: block;
}


.bg256 {
    background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/cream-pixels.png");
}
.work_section {
    display: block;
    background-image: url(https://www.transparenttextures.com/patterns/beige-paper.png);
    background-size: auto;
    background-repeat: repeat;
}


/* .work_section .container {} */

.work_section .icon-box .icon-box-title {
    margin-top: 15px;
}

.header-middle {
    position: relative;
    background-color: #efefef;
   
    overflow: hidden;
}



.we_do .icon-box .icon-box-title {
    margin-top: 25px;
    font-size: 18px;
}

.icon-box .icon img {
    width: 48px;
}

.we_do .icon-box.iconbox-theme-colored .icon.icon-dark {
    padding: 10px;
}

.t-shadow {
    text-shadow: 1px 1px 2px black;
}

.line-bottom.center:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}

.gallery-isotope .gallery-item .thumb {
    padding: 8px;
    background-color: #fde4c5;
    z-index: 0;
}

.gallery-isotope .gallery-item .thumb:before {
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    top: 0;
    left: 0;
    background-color: #f55723;
    border-radius: 5px 0 0 0;
    z-index: 0;
}

.gallery-isotope .gallery-item .thumb:after {
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    right: 0;
    bottom: 0;
    background-color: #f55723;
    border-radius: 5px 0 0 0;
    z-index: -1;
}

.large-icon .gallery-isotope .gallery-item .icons-holder {
    top: 0%;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.large-icon .gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
    margin: 0;
}

.work_section .icon-box {
    min-height: 180px;
}

.img-hover-shine {
    position: relative;
    overflow: hidden;
}

.img-hover-shine::before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.img-hover-shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.footer p {
    color: #FFF;
}

.h-34 {
    height: 34px !important;
}

.footer_logo {
    width: 100%;
    height: 60px;
    background-image: url(../images/logo-wide-white.png);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .header-middle .menu-bg {
        width: 96px;
    height: 96px;
    background: #bd7603;
    position: absolute;
    top: 0;
    right: -60px;
    }
    .header-middle .menu-bg::after {
        content: "";
        position: absolute;
        left: 99%;
        top: 0;
        bottom: 0;
      background-color: #bd7603;
        width: 100vw;
        z-index: 0;
    }
    .header-middle .menu-bg::before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        border-left: 0px solid transparent;
        border-right-width: 96px;
        border-right-style: solid;
        border-right-color: transparent;
        border-bottom-width: 96px;
        border-bottom-style: solid;
       border-bottom-color: #efefef;
        z-index: 0;
    }
}

@media (max-width: 991px) {
    .header-middle {
        background-color: #ffffff;
    }
}



section#about {
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/absurdity.png);
}


.bdr1 {
    border:2px solid #f55723;
    padding:5px; 
}
.marque_block {
    background: #d22127;
}

.marquee_title {
    position: relative;
    width: auto;
    font-size: 14px;
    padding: 6.5px 10px;
    text-align: center;
    background: #f55723;
    color: #fff;
   
}

.marquee_title:after {
    content: "";
    border-top: 10px solid transparent;
    border-left: 10px solid #f55723;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 12px;
    margin: auto;
    position: absolute;
    left: 100%;
    z-index: 1;
}

.marquee_content {
    width: 90%;
    color: #000;
}

.marquee_content marquee {
    padding-top: 4px;
}

.marquee_content p {
    font-size: 20px;
}

.entry-content {
    background-color: #ffe4c4;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-isotope .gallery-item .contact {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 8px;
    padding: 0 8px;
    z-index: 0;
}

.gallery-isotope .gallery-item img {
    position: relative;
}

.gallery-isotope .gallery-item .contact span {
    display: block;
    text-align: center;
    background-color: #ffe4c4;
    padding: 6px 0;
    color: #000;
}

.contact .media {
    align-items: center;
    border: 3px solid #f55723;
    border-radius: 5px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.contact .media-body strong {
    font-family: 'Domine', serif;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
    font-size: inherit;
    font-family: inherit;
}

.breadcrumb {
    justify-content: flex-end;
}

.over_auto {
    white-space: nowrap;
    overflow-x: auto;
}


.bg123 {
    background: url(../images/sd.jpg);
    background-size:cover;
}