.techbox.techBoxSize h5 {
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0px;
}

.services-box i.icon {
    color: #FC6D3A;
    display: block;
    font-size: 40px;
    margin-bottom: 12px;
}


p.truncate-overflow{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.services-box.espService h2 {
   
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.section-title {
   
    margin: 1.88rem 0 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
h2 .section-title {
    font-size: 3rem;
    color: #000;
    line-height: 1.04em;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
p .paraTitle{
    font-size: 1rem;
    line-height: 1.6em;
    color: #000;
    
}
.lead.paraHeadTitle{
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3em;
    color: #000;
}

.image-fold-module .content-container {
    overflow: hidden !important;
}
.image-fold-module .content-container {
    border: .06em solid #ccc;
    background-color: #fff;
    margin-left: 1.25em;
    padding: 1.25em;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: auto;
    margin-bottom: 1.25em;
}
.bg-color-gray-lightest {
    background-color: #f2f2f2 !important;
}
.bg-color-gray-lightest a{
    color: #FC6E3A !important;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    height: 314.947px;
    border: 2px solid #f2f2f2;
}
.ml-25{
    margin-left: 25px;
}
.display-3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}
.imgArrow{
    width: 30px;
    margin-left: -28px;
    margin-top: -2px;
}
.topic-link{
    text-decoration: underline;
}
.bg-purple-down {
    background:  #FC6D3A;
    margin-top:120px;
}
.bg-green {
    background:  #FC6D3A;
    margin-top:120px;
}

.bg-dark-purple {
    background:  #FC6D3A;
    margin-top:80px;
}

.box-wrap {
    display: flex;
    align-items: center;
    max-height: 390px;
    margin-bottom: 25px;
    padding: 95px;
    justify-content: space-between;
    width: 100%;
    
    margin-bottom: 80px;
}

.casestudy-title{
    color: #000;
    font-size: 50px;
    font-weight: 700;
}
.casestudy-description{
    color: #000;
}
.services-section.serviceAppSection{
    background-color: #f2f2f2;
}
.titleApp{
    font-size: 3.5rem;
    font-weight: 700;
}

li.dropdown.language-selector {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
   
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.research-text.researchCloud{
    width:100%;
}
.research-box .research-text.researchMl .truncate-overflow {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

