#filters{
	text-align: center;
    list-style: none;
}
.filters li{
	list-style: none;
	display: inline-block;
	font-size: 15px;
}
.filters li a.selected {
    color: #ffffff;
    background: #3c3c3c;
}
.filters li:last-child a {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    padding-right: 25px;
}
.filters li a {
    color: #7a7a7a;
    background: #e9e9e9;
}
.filters li a {
    padding: 13px 20px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.filters li a:hover {
    color: #7a7a7a;
}
.filters li a.selected:hover {
    color: #fff;
}
.filters li:first-child a {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    padding-left: 25px;
}
.work-desc h4 {
    text-transform: uppercase;
    font-size: 20px !important;
    margin: 0;
    padding-left: 0px !important;
    font-weight: 500 !important;
    font-family: 'Roboto Condensed', sans-serif;
    color: #aaaaaa !important;
    text-align: center;
}
.work-desc p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
     text-align: center;
}
.work:hover .work-img .zoom {
    top: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.work-img .zoom {
    /* left: 37%; */
    left: 50%;
    margin-left: -45px;
    top: 20%;
    opacity: 0;
}

.work-img .button {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 100px;
    position: absolute;
    text-align: center;
    padding: 11px 0 0;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.work-img .detail {
    right: 37%;
    right: 45%;
    margin-right: -45px;
    bottom: 20%;
    opacity: 0;
}
.work:hover .work-img .detail {
    bottom: 50%;
    opacity: 1;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
}
.work:hover .work-img img {
    opacity: 0.2;
}
.work:hover .mask img {
    opacity: 1;
}
/*.work-img {
    background: #000000;
    min-height: 250px;
}*/
.work-img img:nth-child(1) {
    width: 100% !important;
}
.typography img.leftAlone{
	margin-bottom: -8px !important;
}
.work-img {
    width: 100%;
    background: black;
    position: relative;
    overflow: hidden;
}
p.text-left {
    text-align: center !important;
    margin-top: 14px;
    font-size: 16px;
}
.item.work {
    padding-bottom: 20px;
}
.work-img {
    margin-bottom: 15px;
}
.work-desc p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200 !important;
    line-height: 21.4286px !important;
}
.work-desc h4 {
    font-weight: 100 !important;
    line-height: 22px !important;
}
#filters {
    margin-bottom: 70px;
}
.logo-img img {
    padding: 40px;
}
.logo-img {
    border: 1px solid #d5d5d5;
}
.ecommerce_left h2 {
    width: 60%;
    padding: 20px 0px;
}
.ecommerce_section {
    width: 60%;
    margin: 40px auto;
}
a.buynow_content.ss-broken {
    background-color: #d73450;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    border: none;
}
.ecommerce_left p {
    margin-bottom: 34px;
}
.render_service {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
}
.service_service {
    width: 60%;
    margin: 80px auto;
}
.render_service img {
    width: 100%;
}
p.e-commerce {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
p.e-commerce1 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    width: 80%;
}

.seosubpage-link-wrapper {
    height: 215px;
    width: 200px;
    position: absolute;
    pointer-events: none;
    z-index: 2;
    left: 30px;
    top: 30px;
}

.seosubpage-link-wrapper:hover {
    background: #518cff;
}

.seosubpage-seemore-link {
    position: absolute;
    top: 75%;
    left: 14%;
    font-size: 25px;
    color: #ffffff !important;
    font-weight: 600;
    pointer-events: auto;
    display: inline-block;
}

/*.case-study-gallery, .case-study-gallery-img {*/
    /*width: 400px;*/
    /*height: auto;*/
/*}*/

.case-study-gallery-ul  {
    display: flex;
    flex-wrap: wrap;
}

.case-study-gallery-li {
    height: 40vh;
    flex-grow: 1;
}

.case-study-gallery-li:last-child {
flex-grow: 10;
}

.case-study-gallery-img {
    max-height: 100%;
    min-width: 100%;
    max-width: 400px;
    object-fit: cover;
    vertical-align: bottom;
}

@media (max-aspect-ratio: 1/1) {
    .case-study-gallery-li {
        height: 30vh;
    }
}

@media (max-height: 480px) {
    .case-study-gallery-li {
        height: 80vh;
    }
}

@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
    .case-study-gallery-ul {
        flex-direction: row;
    }

    .case-study-gallery-li {
        height: auto;
        width: 100%;
    }
    .case-study-gallery-img {
        width: 100%;
        max-height: 75vh;
        min-width: 0;
    }
}

.service-hero-text > h2 {
    max-width: 100%;
}

.who-we-are-content p {
    font-weight: 400 !important;
}

.service-page .service-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.service-page .service.px-2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.service-page .carousel-description {
    flex-grow: 1;
}

#CommentForm_CommentsForm_action_doPostComment {
    display: none;
}

.contact-us form input:invalid, .contact-us form textarea:invalid {
    box-shadow: unset;
}

h1.text-left, h2.text-left, h3.text-left, h4.text-left, h5.text-left, h6.text-left {
    text-align: left !important;
}

h1.text-right, h2.text-right, h3.text-right, h4.text-right, h5.text-right, h6.text-right {
    text-align: right !important;
}

h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center, h6.text-center {
    text-align: center !important;
}
