@media only screen and (min-width: 992px) and (max-width: 1190px) {

}
@media only screen and (min-width: 768px) and (max-width: 1190px) {


}
@media only screen and (min-width: 1025px) and (max-width: 1190px) {
    .bluesidebg {
        top: -3%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .bluesidebg{ top: -7%;
  width: 62px;}
	.orangsidebg{width: 63px;}
    .banner-item .side-img {
        margin-right: 0;
    }
    .banner-item .side-content {
        width: 52%;
        padding-top: 10%;
    }
    .banner-item .shrtdsc .shrtpara {
        font-size: 19px;
        line-height: 22PX;
        margin-bottom: 30px;
        position: relative;
    }
    .customr-soltonlist {
        margin-bottom: 14px;
        margin-top: 30px;
    }
    .customr-soltonlist .item {
        width: 32%;
    }
    .customr-soltonlist .item .imgwrp .title {
        font-size: 19px;
    }
    .solutionsection .topwrap {
        padding-left: 50px;
    }
    .footertppnl .colum:first-child{width:78%;}
    .solutionsection .mid-title {
        font-size: 32px; line-height: normal;
    }
    .customersection .side-content .mid-title {
        font-size: 30px;
        line-height: normal;
    }
    .customersection .side-img {
        left: -15px;
        position: relative;
    }
    .customersection .side-content .top-title {
        margin-bottom: 20px;
    }
    .solutionsection .top-title {
        margin-bottom: 20px;
    }
	.post br{display: none;}
	.officelist li:nth-child(2n){padding-top: 21px;}
	.footer{font-size: 13px;}
}
@media only screen and (min-width: 991px) {
    .mobmenuicon{ display: none; }
}
@media only screen and (max-width: 991px) {
   
    .navigetion{ display: none;}
    .wrapper {
        padding-top: 54px;
    }
      .header {
        position: fixed;
        top: 0; height: 54px; z-index:1;
    }
    .mm-menu {
        margin-top: 54px;
        height: calc(100% - 54px);
    }
    .mobmenuicon {
        width: 28px;
        display: inline-block;
        text-align: right;
        margin: auto;
        height: 100%;
        vertical-align: top; overflow: hidden;
    }
    .mobmenuicon a {
        width: 100%;
        display: flex;
        justify-content: right;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
        height: 30px;
    }
    .mobmenuicon span {
        width: 100%;
        height: 2px;
        background: #fff;
        font-size: 0px;
        display: inline-block;
        vertical-align: top;
        border-radius: 5px;
        transition: all 0.3s ease-in-out;
    }
    .mobmenuicon span:nth-child(2) {
        width: 70%;
    }

    .mm-wrapper_opened .mobmenuicon span:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
        width:100%;
      }
      
      .mm-wrapper_opened .mobmenuicon span:nth-child(2) {
        transform: translateX(-100vw);
        opacity: 0;
        width: 100%;
      }
      
      .mm-wrapper_opened .mobmenuicon span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
        width: 100%;
      }
      .sidemenubg { display: block;}

   


}

@media only screen and (max-width: 767px) {
    .bluesidebg {
    display: none;
  }
    .banner-item {
        padding-top: 78px;
    }
    .banner-item .shrtdsc .post br {
        display: none;
    }
    .banner-item .side-content {
        width: 100%;
        padding-top: 0;
    }
    .banner-item .side-img {
        width: 100%;
        margin-right: 0;
    }
    .banner-item .shrtdsc .shrtpara {
        font-size: 20px;
        line-height: 26PX;
    }

    .solutionsection .topwrap {
        padding-left: 0;
    }
    .solutionsection .mid-title {
        font-size: 28px;
        line-height: 38px;
    }
    .customr-soltonlist {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .customr-soltonlist .item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 34px;
    }

    .customersection{
        padding-top: 40px;
    }
    .orangsidebg {
        top: -4%;
        width: 55px;
    }
    .customersection .side-content {
        width: 100%;
        order: inherit;
    }
    .customersection .side-img {
        width: 100%;
        left: -15px;
        position: relative;
    }
    .customersection .side-content .mid-title {
        font-size: 28px; line-height: 38px;
    }
    .customersection .side-content .mid-title span{ display: none;}
    .customersection .side-content .shrtdsc {
        width: 100%;
    }

    .footertppnl .colum:first-child {
        width: 100%;
    }
    .footertppnl .colum {
        width: 100%;
        margin-bottom: 34px;
    }
    .footertppnl .colum:last-child{ margin-bottom:0;}
    .officelist li {
        width: 100%;
        padding-right: 0;
    }
    .footer .copyrightWrp .rightpnl, .footer .copyrightWrp .leftpnl {
        width: 100%; text-align: center;
    }
    .footer .copyrightWrp .leftpnl {
        border-top: solid 1px var(--light-gary);
        margin-top: 25px;
        padding-top: 25px;
    }
	.officelist li p{padding-bottom: 15px;}
	.soclist li {width: 38px;height: 38px;}
	
}
@media only screen and (min-width: 481px) and (max-width: 991px) {

}