.pageheader {
    margin-bottom: 100px;
}

.pageheader span {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #595959;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.pageheader h2 {
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 14px;
    text-transform: lowercase;
}

.blog_search {
    display: inline-block;
    width: 352px;
    height: 60px;
}

.portfoliolist {
    background-color: #FFE6DA;
    border-radius: 18px;
    margin-bottom: 160px;
}

.portfoliolist:last-child {
    margin-bottom: 0;
}

.portfoliolist {
    display: flex;
    flex-direction: row-reverse;
}

.portfoliolist figure {
    width: 847px;
    height: 600px;
}

.portfoliolist picture {
    flex: 0 0 54%;
    max-width: 54%;
    height:438px;
    border-radius: 65px;
    margin: -50px 50px 50px 0;
    overflow: hidden;
}

.portfoliolist figure img,
.portfoliolist picture img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}

.desc {
   height:100%;
}

.descinfo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 666px);
    padding-left: 60px;
    flex-direction: column;
    padding-right: 62px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.descinfo h3 {
    display: block;
    font-weight: 600;
    color: #323232;
    line-height: 36px;
    margin-bottom: 16px;
}

.descinfo h4 {
    display: block;
    font-weight: 400;
    line-height: 36px;
}

.descinfo h4 p {
    display: block;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}

.descinfo p {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 27px;
    color: #323232;
    margin-top: 16px;
}

.descinfo .location {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    color: #323232;
    margin-top: 10px;
}

.rightarrow {
    margin-bottom: 30px;
    background-color: #FFFFFF;
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 5px;
    cursor: pointer;
}

.rightarrow img {
    width: 100%;
    height: 100%;
}

.blog {
    padding: 100px 0 0 0;
}

.directionBtn {
    display: flex;
    justify-content: end;
    width: 100%;
}

.blog_listing {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.blog_listing li {
    padding: 15px;
    width: 33.33%;
}

.blog_listing li picture {
    display: inline-block;
    width: 100%;
}

.blog_listing li a picture {
    display: inline-block;
    width: 100%;
    margin-bottom: 28px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    padding-top: 60.5%;
}

.blog_listing li a picture img,
.blog_listing li a picture source {
    display: inline-block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog_listing li figcaption {
    display: block;
    color: #1A2032;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    height: 65px;
    overflow: hidden;
    padding: 15px 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.blog_listing li a:hover picture img,
.blog_listing li a:hover picture source {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.blog_filter {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}

.blog_search {
    display: inline-block;
    width: 352px;
    height: 60px;
}

.blog_search input {
    background-color: #FFFBFA;
    border-radius: 12px;
    color: rgba(50, 50, 50, 0.7);
    font-family: 'Poppins';
    height: 100%;
    width: 100%;
    padding: 15px 15px 15px 65px;
    background-image: url("/images/search-icon.svg");
    background-repeat: no-repeat;
    background-position: 30px center;
    font-weight: 500;
}

.blog_select [class^="css-"] [class$="-container"] {
    border: 1px solid #E0E0E0;
    width: 185px;
}

.blog_select [class^="css-"][class$="-ValueContainer"] {
    padding: 7px 0 8px 20px;
}

.blog_select [class^="css-"][class$="-control"] {
    background-color: transparent;
    color: #1A2032;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    -webkit-border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border: none !important;
    box-shadow: none !important;
    height: 60px;
    width: 215px;
}

.blog_select [class^="css-"][class$="-singleValue"] {
    color: 000000;
}

.blog_select [class^="css-"][class$="-indicatorSeparator"] {
    display: none;
}

.blog_select [class^="css-"][class$="-indicatorContainer"] {
    margin-right: 10px;
}

.blog_select [class^="css-"][class$="-option"] {
    background-color: #fff;
    color: #1A2032;
    cursor: pointer;
}

.blog_select [class^="css-"][class$="-menu"] {
    border: 0;
    box-shadow: none !important;
    -webkit-border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.blog_pagination {
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_pagination_listing {
    width: 100%;
    display: flex;
    justify-content: center;
}

.blog_pagination_listing li {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    border-radius: 3px;
}

.blog_pagination_listing li.active {
    background-color: #FFFBFA;
}
/*
.active {
    background: #fff6f3 !important;
    color: 000000 !important;
}

.active a {
    color: #e95444 !important;
}*/

.portfolio_box {
    display: block;
    width: 100%;
}

:global .category-slect {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

:global .category-slect svg {
    fill: 000000;
}

.caseInnerbox .top_Title {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #595959;
    text-transform: uppercase;
    margin-bottom:10px;
}

.caseInnerbox:not(:last-child) {
    margin-bottom: 25px;
}

.caseInnerbox {
    font-size: 18px;
    font-weight: 500;
}
.SubTitle {
    font-weight: 500;
    color:#000;
    font-size: 17px;
}

.tech-images figure{
  width:80px !important ;
  height:80px !important ;
  display:inline-block;
}

.tech-images figure img{
 object-fit:cover;
}

@media (max-width:1199px) {
    .portfoliolist picture {
        flex: 0 0 50%;
        max-width: 50%;
        height: 100%;
    	border-radius: 0;
    }

    .pageheader {
        margin-bottom: 50px;
    }

    .portfoliolist figure {
        width: 500px;
        height: 100%;
    }

    .portfoliolist figure {
        width: 500px;
        height: 100%;
    }

    .portfoliolist .descinfo {
        width: calc(100% - 500px);
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
    }

    .portfoliolist .descinfo h3 {
        font-size: 28px;
        margin-bottom: 14px;
    }

    .portfoliolist .descinfo h4 {
        font-size: 22px;
        line-height: 34px;
    }

    .portfoliolist .descinfo h4 p {
        font-size: 22px;
        line-height: 34px;
    }

    .portfoliolist .descinfo p {
        font-size: 17px;
        line-height: 25px;
        margin-top: 15px;
    }

    .portfoliolist .descinfo .location {
        font-size: 16px;
        margin-top: 8px;
    }

    .portfoliolist .rightarrow {
        margin-left: 10px;
        background-color: #FFFFFF;
        min-width: 60px;
        max-width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        cursor: pointer;
    }
    	
    
    
}

@media only screen and (max-width: 1024px) {
    .blog {
        padding: 50px 0;
    }

    .blog_wrap {
        margin-bottom: 40px;
    }

    .blog_listing li picture a {
        margin-bottom: 10px;
    }

    .blog_listing li picture figcaption {
        font-size: 18px;
    }
    .portfoliolist{
    	flex-wrap:wrap;
        margin-bottom:60px;
    }
    .portfoliolist picture {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 30px auto 0;
    }
    .portfoliolist .descinfo {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
}

@media (max-width:991px) {
    

    .portfoliolist figure {
        width: 100%;
    }

    .portfoliolist figure img {
        border-radius: 18px;
    }

    .portfoliolist .descinfo h3 {
        font-size: 26px;
    }

    .portfoliolist .descinfo h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .portfoliolist .descinfo h4 p {
        font-size: 20px;
        line-height: 30px;
    }

    .portfoliolist .descinfo p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }

    .desc {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .blog {
        padding: 30px 0;
    }

    .blog_wrap {
        margin-bottom: 30px;
    }

    .blog_listing li {
        width: 100%;
    }

    .blog_filter {
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    .blog_search {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }

    .blog_select {
        width: 100%;
    }

    .blog_select [class^="css-"][class$="-control"] {
        height: 50px;
        width: 100%;
    }

    .blog_pagination {
        margin-top: 15px;
    }

    .blog_listing li figcaption {
        height: auto;
        display: block;
    }

    .pageheader {
        margin-bottom: 30px;
    }

    .portfoliolist {
        padding: 0px 20px 0px 0px;
        margin-bottom: 20px;
    }

    .portfoliolist .rightarrow {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        padding: 3px;
    }

    .portfoliolist .descinfo {
        padding: 25px;
    }

    .portfoliolist .descinfo h3 {
        font-size: 24px;
    }

    .portfoliolist .descinfo h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .portfoliolist .descinfo h4 p {
        font-size: 18px;
        line-height: 25px;
    }

    .portfoliolist .descinfo p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 10px;
    }

    .desc {
        width: 100%;
        margin-bottom: 20px;
    }

    .caseInnerbox {
        font-size: 16px;
    }

    .caseInnerbox:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .portfoliolist picture {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pageheader {
        margin-bottom: 20px;
    }

    .pageheader span {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .pageheader h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .pageheader p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog_filter {
        margin-bottom: 30px;
    }

    .portfoliolist {
        padding: 0;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .portfoliolist figure img {
        border-radius: 16px 16px 0px 0px;
    }

    .portfoliolist .descinfo {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .portfoliolist .descinfo h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .portfoliolist .descinfo h4 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0px;
    }

    .portfoliolist .descinfo h4 p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .portfoliolist .rightarrow {
        margin-left: 0;
        height: 44px;
        min-width: 44px;
        max-width: 44px;
    }

    .desc {
        width: 100%;
        margin-bottom: 0px;
    }

    .directionBtn {
        width: 44px;
        margin-left: auto;
    }
}