.bg-light-2 {
    background-color: lavender;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.full-view-on-laptop {
    padding: 100px 10px !important;
}

.full-view-on-laptop .color-dark-blue {
    color: #08146b !important;
    font-weight: bold;
}

.full-view-on-laptop .blue-line {
    border-top: 4px solid #08146b !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dark-blue-bold {
    font-weight: bold;
    color: #08146b !important;
    margin-bottom: 5px;
    line-height: 1;
}

.dark-blue {
    color: #08146b !important;
    margin-bottom: 5px;
    line-height: 1;
}

.light-blue {
    font-weight: bold;
    /* color: #00968e !important; */
    color: #15abd0 !important;
    margin-bottom: 15px;
}

.light-blue-bold {
    font-weight: bold;
    /* color: #00968e !important; */
    color: #15abd0 !important;
    margin-bottom: 15px;
}

.icon-box img {
    max-width: 100%;
}

.icon-box {
    margin-bottom: 35px;
}

.icon-box h5 {
    color: #2d6094;
    font-weight: bold;
}

.icon-box .orange-line {
    width: 100px;
    border-top: 4px solid #fabf19;
    margin-bottom: 10px;
    margin-top: 5px;
}

.icon-box p {
    font-weight: 600;
    font-size: 15px !important;
    line-height: 20px;
}

.counter-box i {
    font-size: 60px;
    line-height: 90px;
    color: white;
}

.counter-box h5 {
    font-weight: bold;
    color: #15abd0 !important;
    margin-bottom: 2px;
    font-size: 40px;
    line-height: 1;
}

.counter-box p {
    line-height: 1.2;
    font-weight: bold;
    color: #575859 !important;
    margin-bottom: 10px;
}

.counter-box p.blue-text {
    font-size: 16px !important;
    line-height: 1.2;
    /* font-weight: bold; */
    color: #020f55 !important;
    font-family: sans-serif;
}

.counter-box .ico-box {
    height: 90px;
    width: 90px;
    text-align: center;
    background-color: #051f67;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.bg-transparent-blue {
    background: #04163ce0;
    padding: 30px 15px;
}

.white-text-box p,
.white-text-box p strong {
    /* color: white !important; */
    font-weight: bold;
    color: #ffab08 !important;
    margin-bottom: 15px;
    margin-top: 15px;
}

.white-text-box ol {
    color: white !important;
    /* list-style-type: decimal-leading-zero; */
    margin-left: 10px;
    font-size: 16px;
    font-family: sans-serif;
}

.white-text-box ol li a {
    color: white !important;
    font-size: 16px;
    font-family: sans-serif;
    text-decoration: none;
}

.grey-bold {
    color: #4f4d4d !important;
    font-weight: bold;
}


/* case study */

.case-study.blog {
    background-color: #edebeb !important;
}

.case-study .blog-text {
    background-color: #edebeb !important;
    padding: 10px 10px 20px 10px;
}

.case-study .blog-text a p {
    color: #2b046c !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
	transition : all 0.3s;
}
.case-study .blog-text a:hover p {
    color: black!important;
	transition : all 0.3s;
}


/* app version */

.sec_erp_ver {
    padding: 0;
}

.sec_erp_ver .ver-content {
    display: inline-block;
    width: 100%;
    padding: 60px 20px;
    background-color: #000000d6;
}

.sec_erp_ver .ver-content .main-title {
    font-size: 50px;
    margin-bottom: 30px;
    color: white;
    font-weight: 600;
}

.sec_erp_ver .ver-content .title-second {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    color: #ff7c2e;
    font-weight: 600;
}

.sec_erp_ver .ver-content .title-second span {
    font-size: 28px;
    line-height: 28px;
    color: yellow;
    font-weight: normal;
}

.sec_erp_ver .ver-content .call-us {
    color: white;
}


/* new case study */

.sec-case-study-new {
    padding: 0;
}

.sec-case-study-new .case-study-panel {
    padding: 50px 10px;
    background-color: black;
    height: 100%;
}

.sec-case-study-new .case-study-panel .case-study-title {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
}

.sec-case-study-new .case-study-panel .case-panel-sec {
    color: white;
}

.case-study-side {
    padding-top: 30px;
    padding-bottom: 30px;
}

.case-study-con {
    display: inline-block;
    width: 100%;
    background-color: aliceblue;
    padding: 0;
    border: 2px solid #1d076b;
    margin-bottom: 20px;
}

.case-study-con .case-study-cover {
    display: inline-block;
    width: 35%;
    float: left;
    /* border-right: 5px solid #0000006b; */
    border-right: 2px solid #1d076b;
}

.case-study-con .case-study-cover img {
    width: 100%;
}

.case-study-con .case-study-text {
    display: inline-block;
    width: 64%;
    float: right;
    padding: 10px 5px;
}

.case-study-con .case-study-text .case-study-title h4 {
    font-size: 23px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    transition: all 0.3s;
}

.case-study-con .case-study-text .case-study-title:hover h4 {
    color: rgb(33, 33, 33);
    transition: all 0.3s;
}


/* .case-study-con .case-study-text .case-study-tags {
    background-color: #020f55;
    color: white;
    padding: 2px 5px;
    text-align: center;
} */

.case-study-con .case-study-text .case-study-tags {
    background-color: #1940b0;
    color: white;
    padding: 2px 5px;
    text-align: center;
    font-size: 12px;
}


/* steps css */

.production-management ol {
    margin: 0;
    list-style: none;
    padding: 0;
    --hue: 1;
    --unit: 1rem;
}

.production-management h1 {
    text-align: center;
}

.production-management p {
    line-height: 1.3;
    font-family: sans-serif;
}

.production-management .event-date {
    margin: 0 0 0.25rem;
    font-weight: bold;
    color: #14046a;
}

.production-management .event-description {
    margin: 0;
    color: #262626;
}

.production-management li img {
    display: block;
    max-height: 80px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.production-management li {
    --height: 7rem;
    position: relative;
    display: block;
    background-color: hsl(calc(var(--hue)*360/20), 90%, 65%);
    border-color: hsl(calc(var(--hue)*360/20), 90%, 65%);
    padding: 1rem;
    margin: 2rem 0;
}

.production-management li::before {
    content: "";
    background-color: inherit;
    position: absolute;
    display: block;
    width: var(--unit);
    height: var(--unit);
    top: 100%;
    left: calc(50% - (var(--unit)/2));
}

.production-management li::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(100% + var(--unit));
    left: calc(50% - (var(--unit)));
    border: var(--unit) solid transparent;
    border-top-color: inherit;
}

.production-management li:last-child::before,
.production-management li:last-child::after {
    content: none;
}

.production-management li:nth-child(20n+1) {
    --hue: 1;
}

.production-management li:nth-child(20n+2) {
    --hue: 2;
}

.production-management li:nth-child(20n+3) {
    --hue: 3;
}

.production-management li:nth-child(20n+4) {
    --hue: 4;
}

.production-management li:nth-child(20n+5) {
    --hue: 5;
}

.production-management li:nth-child(20n+6) {
    --hue: 6;
}

.production-management li:nth-child(20n+7) {
    /* --hue: 7; */
    --hue: 32;
}

.production-management li:nth-child(20n+8) {
    --hue: 8;
}

.production-management li:nth-child(20n+9) {
    --hue: 9;
}

.production-management li:nth-child(20n+10) {
    --hue: 10;
}

.production-management li:nth-child(20n+11) {
    --hue: 11;
}

.production-management li:nth-child(20n+12) {
    --hue: 12;
}

.production-management li:nth-child(20n+13) {
    --hue: 13;
}

.production-management li:nth-child(20n+14) {
    --hue: 14;
}

.production-management li:nth-child(20n+15) {
    --hue: 15;
}

.production-management li:nth-child(20n+16) {
    --hue: 16;
}

.production-management li:nth-child(20n+17) {
    --hue: 17;
}

.production-management li:nth-child(20n+18) {
    --hue: 18;
}

.production-management li:nth-child(20n+19) {
    --hue: 19;
}

.production-management li:nth-child(20n+20) {
    --hue: 20;
}
.downloads-box{
	display : inline-block;
	width : 100%;
	margin-bottom : 20px;
}
.downloads-box .down-cover{
	display : block;
	width : 100%; 
	background : white;
	border : 2px solid #f2f2f2;
	border-bottom : none;
}
.downloads-box .down-cover img{
	display :  block;
	width : auto;
	max-width : 99%;
	margin-left : auto;
	margin-right : auto;
}
.downloads-box .down-cont{
	display : inline-block;
	width : 100%; 
	background : #f2f2f2;
	padding : 8px 5px;
	border : 1px solid #f2f2f2;
	min-height: 300px;
}
.downloads-box .down-cont h4{
	font-size : 18px;
	font-weight : 600;
	line-height : 1.3;
	margin-bottom : 8px;
}

@media (min-width: 550px) and (max-width: 899px) {
    .production-management li {
        margin: 1rem;
        width: calc(50% - 4rem);
        float: left;
        min-height: var(--height);
    }
    .production-management li:nth-child(4n+3),
    .production-management li:nth-child(4n+4) {
        float: right;
    }
    .production-management li:nth-child(4n+1)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    .production-management li:nth-child(4n+1)::after {
        top: calc(var(--height)/2);
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .production-management li:nth-child(4n+3)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }
    .production-managementli:nth-child(4n+3)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .production-management li {
        margin: 1rem;
        width: calc(33.33% - 2rem);
        float: left;
        min-height: 260px;
    }
    .production-management li:nth-child(6n+4),
    .production-management li:nth-child(6n+5),
    .production-management li:nth-child(6n+6) {
        float: right;
    }
    .production-management li:nth-child(6n+1)::before,
    .production-management li:nth-child(6n+2)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: 100%;
    }
    .production-management li:nth-child(6n+1)::after,
    .production-management li:nth-child(6n+2)::after {
        top: 3.5rem;
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .production-management li:nth-child(6n+4)::before,
    .production-management li:nth-child(6n+5)::before {
        top: calc(var(--height)/2 + var(--unit)/2);
        left: -1rem;
    }
    .production-management li:nth-child(6n+4)::after,
    .production-management li:nth-child(6n+5)::after {
        top: calc(var(--height)/2);
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}

@media (min-width: 1200px) {
    .production-management ol {
        max-width: 1600px;
        margin: 0 auto;
    }
    .production-management li {
        margin: 1rem;
        width: calc(33.33% - 2rem);
        float: left;
        min-height: 270px;
    }
    .production-management li:nth-child(6n+4),
    .production-management li:nth-child(6n+5),
    .production-management li:nth-child(6n+6) {
        float: right;
    }
    .production-management li:nth-child(6n+1)::before,
    .production-management li:nth-child(6n+2)::before {
        /* top: calc(var(--height)/2 + var(--unit)/2); */
        top: 48%;
        left: 100%;
    }
    .production-management li:nth-child(6n+1)::after,
    .production-management li:nth-child(6n+2)::after {
        /* top: 3.5rem; */
        top: 45.5%;
        left: calc(100% + (var(--unit)));
        border: var(--unit) solid transparent;
        border-left-color: inherit;
    }
    .production-management li:nth-child(6n+4)::before,
    .production-management li:nth-child(6n+5)::before {
        top: 48%;
        left: -1rem;
    }
    .production-management li:nth-child(6n+4)::after,
    .production-management li:nth-child(6n+5)::after {
        top: 45%;
        left: -3rem;
        border: var(--unit) solid transparent;
        border-right-color: inherit;
    }
}


/* steps css end */

.non-production .blog {
    height: 250px;
    margin-top: 50px;
}

.non-production .blog .blog-text .icon {
    margin-top: -70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
    height: 90px;
    padding: 10px 5px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 15px 5px rgb(14 16 47);
    background: #0e102f;
}

.non-production .blog .blog-text .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65px;
    height: 65px;
}

@media (min-width: 250px) and (max-width: 767px) {
    .case-study-con {
        border: 2px solid #0000006b;
    }
    .case-study-con .case-study-cover {
        display: inline-block;
        width: 100%;
        float: none;
        border-right: none;
        border-bottom: 2px solid #0000006b;
    }
    .case-study-con .case-study-cover img {
        width: 100%;
    }
    .case-study-con .case-study-text {
        display: inline-block;
        width: 100%;
        float: right;
        padding: 15px 10px;
    }
    .case-study-con .case-study-text p {
        max-height: 200px;
        overflow: hidden;
    }
}
/* newsroom style */
.newsroom-container{
    display: inline-block;
    width: 100%;
    margin-bottom : 20px;
    border : 1px solid #f2f2f2;
}
.newsroom-container .news-date{
    float: left;
    width: 10%;
    margin-right: 1%;
    margin-bottom : 20px; 
}
.newsroom-container .news-date .date{
    text-align: center;
    line-height: 75px;
    margin-bottom: 0;
    border : 1px solid #a2c5e3;
    background: aliceblue;
    color: #436684
}
.newsroom-container .news-date .month{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    background: #6a91b3;
    color: white;
}
.newsroom-container .news-date .year{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    background: #436684;
    color: white;
}
.newsroom-container .news-cover{
    float: left;
    width: 25%;
    height: 220px;
    overflow: hidden;
    margin-right: 1%; 
}
.newsroom-container .news-cover img{
    width: 100%;
	height : 100%
}
.newsroom-container .news-content{
    float: left;
    width: 63%;
    background : aliceblue;
    padding: 5px 8px;
    height: 220px;
    overflow : hidden;
    margin-bottom : 0
}
.newsroom-container .news-content .case-study-title h4{
    font-size: 20px;
}
.newsroom-container .news-content ul{
    margin-bottom : 0
}
.newsroom-container .news-content ul li{
    font-size : 12px
}
.newsroom-container .news-content p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    font-family: sans-serif;
}
/* alternate */
.newsroom-container{
    display: inline-block;
    width: 100%;
    margin-bottom : 20px;
    border : none;
} 
.newsroom-container:nth-child(even) .news-date .date{ 
    background: #f2f2f2;
    color: #5b5c5e; 
    border: 1px solid #d9d7d4;
}
.newsroom-container:nth-child(even) .news-date .month{ 
    background: #949597;
    color: white; 
}
.newsroom-container:nth-child(even) .news-date .year{ 
    background: #636466;
    color: white;
} 
.newsroom-container:nth-child(even) .news-content{ 
    background : #f2f2f2; 
}
@media (min-width: 250px) and (max-width: 767px) {
    .newsroom-container{
        position: relative;
    }
    .newsroom-container .news-date {
        float: left;
        width: 50px;
        margin-right: 0;
        margin-bottom: 0;
        position: absolute;
    }
    .newsroom-container .news-date .date {
        text-align: center;
        line-height: 26px;
        margin-bottom: 0;
        font-size: 16px;
    }
    .newsroom-container .news-date .month,.newsroom-container .news-date .year { 
        font-size: 12px;
        line-height: 18px; 
    }
    .newsroom-container .news-cover {
            float: left;
            width: 100%;
            background: #bebebe;
            margin-right: 0;
        }
        .newsroom-container  .news-cover img { 
            width: auto;
            max-height: 100%;
            display: block;  
            max-width: 99%;
            margin-left: auto;
            margin-right: auto;
        }
    .newsroom-container .news-content{
        width: 100%;
    }
}