.index-what-we-do-section{
    background-color: #ecedef;
}
.index-what-we-do-section .section-heading{
    font-size: 24px;
    color: #010101;
}
.index-what-we-do-section .what-we-do-content h3,
.index-what-we-do-section .managed-services-content h3{
    font-size: 18px;
    font-weight: 600;
}
.index-what-we-do-section .what-we-do-content p,
.index-what-we-do-section .managed-services-content p{
    font-size: 14px;
    line-height: 24px;
}

.index-what-we-do-section .what-we-do-content a,
.index-what-we-do-section .managed-services-content a{
    font-size: 12px;
    color: #6c6c6c;
}
.index-what-we-do-section .what-we-do-content a span,
.index-what-we-do-section .managed-services-content a span{
    font-size: 15px;
}
.index-what-we-do-section .carousel-indicators{
	right: 0;
    top: 0;
    height: 10px;
}
.index-what-we-do-section .carousel-indicators li{
    background: #b6b6b8;
}
.index-what-we-do-section .carousel-indicators .active{
    background: #4798ed;
}
/*==============style 14.11.2019 EmpID_FA0006=======================*/
.index-what-we-do-section .verticaltext{
    position: relative; 
    padding-left:50px;
}
.index-what-we-do-section .verticaltext_content{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    left: -40px;
    top: 34px;
    position: absolute;
}















/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 

}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .index-what-we-do-section .carousel-indicators li{
        width: 15px;
    }
}



