.index-blog-section .section-heading{
    font-size: 24px;
    color: #010101;
}
.index-blog-section .card-deck .card .card-sub-header p{
    font-size: 12px;
}
.index-blog-section .card-deck .card .card-header .card-title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #010101;
}
.index-blog-section .card-deck .card .card-body p{
    font-size: 14px;
    line-height: 24px;
    color: #010101;
}
.index-blog-section .card-deck .card .card-footer a{
    font-size: 12px;
    color: #6c6c6c;
}
.index-blog-section .card-deck .card .card-footer a span{
    font-size: 15px;
}



/*==============style 14.11.2019 EmpID_FA0006=======================*/
.index-blog-section .verticaltext{
    position: relative;
}
.index-blog-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: -86px;
    top: 82px;
    position: absolute;
}

/* index-blog-left-to-right-animation */
.index-blog-section .animation-element.slide-right{
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}
.index-blog-section .animation-element.slide-right.in-view{
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.index-blog-section .animation-element.bounce-up {
	opacity: 0;
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.index-blog-section .animation-element.bounce-up.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
/* index-blog-left-to-right-animation */



/* 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) { 
        
}