.inine_banner_btm_grid{
	padding-right:0px;
	text-align:left;
	border-right:0px solid #CCC;
}

.serviceBox{
    padding: 0 20px;
    text-align: center;
    border: 5px solid #CCC;
    margin: 50px 32px;
    position: relative;
    transition: all 0.3s linear 0s;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    background: #CE000B;
    font-size: 30px;
    color: #fff;
    margin: -45px 0 30px;
    position: relative;
    transition: all 0.3s linear 0s;
	vertical-align:middle;
	padding-top:18px;
}
.service-icon img{
	max-width:55px;
	margin: auto;
	display: block;
	
}
.serviceBoxinv:hover{
    background: #CE000B url(../images/banner3.jpg) center bottom;
    color: #FFF;
}
.serviceBox:hover .service-icon{
    background: #D4D4D4;
    color: #ce000b;
}
.serviceBox .service-icon:after{
    content: "";
    border-top: 10px solid #ce000b;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s linear 0s;
}
.serviceBox:hover .service-icon:after{
    border-top-color: #dcdcdc;
}
.serviceBox .title{
    font-size: 1.6em;
	font-weight:bold;
    color: #000;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .title{
    color: #000;
}
.serviceBox .brieftext{
    font-size: 1em;
    color: #4d4d4d;
    line-height: 25px;
	text-align:center;
	text-transform:capitalize;
	
}
.serviceBox .description{
    font-size: 1em;
    color: #4d4d4d;
    line-height: 25px;
	text-align:center;
	text-transform:capitalize;
	min-height:200px;
	max-height:200px;
	overflow-y:auto;
}

.serviceBox .description ul li{
     list-style-type:disc;
	 padding-bottom:3px;
	 margin-left:18px;
	 font-size:1em;
}
.serviceBox .read-more{
    display: inline-block;
    padding: 0px;
    background: #fff;
    border: 1px solid #Ce000b;
    font-size: 16px;
    color: #414141;
    position: relative;
    bottom: -20px;
    transition: margin-right 0.5s ease 0s, border-color 0.3s ease 0s;
}
.serviceBox .read-more span{
    display: inline-block;
    padding: 5px 18px;
    background: #fff;
    margin: 0 -35px -12px 0;
    position: relative;
    left: 12px;
    transition: margin-right 0.5s ease 0s;
}
.serviceBox:hover .read-more span{
    color: #ce000b;
	background:#dcdcdc;
    margin-right: 0;
}
.serviceBoxinv:hover .description{
    color: #E8E8E8;
}
.serviceBox .read-more i{
    display: inline-block;
    padding: 8px 17px 8px 20px;
    background: #ce000b;
    color: #fff;
}

.serviceBox:hover .read-more{
    border-color: #ce000b;
	background-color:#dcdcdc;
}


/*
 *  STYLE 10 for scroll bar
 */

.style-10::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 50px;
}

.style-10::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.style-10::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}


.style-12::-webkit-scrollbar {
    width: 12px;
}
 
.style-12::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4); 
    border-radius: 10px;
}
 
.style-12::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
	background-color:#FFF;
}
.style-12::-webkit-scrollbar-button:vertical:decrement{
	background-image: url(../images/sarrow-up.png);
	background-repeat: no-repeat;
}
.style-12::-webkit-scrollbar-button:vertical:increment{
	background-image: url(../images/sarrow-down.png);
	background-repeat: no-repeat;
}


.serviceBoxinv:hover .style-12::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.4); 
    border-radius: 10px;
}
.serviceBoxinv:hover .style-12::-webkit-scrollbar-button:vertical:decrement{
	background-image: url(../images/sarrow-up-w.png);
	background-repeat: no-repeat;
}
.serviceBoxinv:hover .style-12::-webkit-scrollbar-button:vertical:increment{
	background-image: url(../images/sarrow-down-w.png);
	background-repeat: no-repeat;
}

/*
 *  STYLE 11 (scroll bar)
 */

.style-11::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.style-11::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

.style-11::-webkit-scrollbar-thumb
{
	background-color: #3366FF;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(0deg,
	                                          rgba(255, 255, 255, 0.5) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, 0.5) 50%,
											  rgba(255, 255, 255, 0.5) 75%,
											  transparent 75%,
											  transparent)
}


.serviceBox .service-texticon{
    display: inline-block;
    width: 80%;
    height: 90px;
    line-height: 90px;
    border-radius: 5px;
    background: #CE000B;
    font-size: 1em;
    color: #fff;
    margin: -45px 0 30px;
    position: relative;
    transition: all 0.3s linear 0s;
	vertical-align:middle;
	padding-top:30px;
}
.serviceBox .title2{
    font-size: 1.6em;
	font-weight:bold;
    color: #fff;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}
.serviceBoxinv:hover .title2{
    color: #000;
	font-weight:bold;
}
.serviceBoxinv:hover .service-texticon{
    background: #fff;
    color: #000;
	border:solid 5px #ccc;
}




@media only screen and (max-width:767px){
    .serviceBox{ margin-bottom: 80px; }
	.serviceBox .title2{
    font-size: 1.3em;
	font-weight:bold;
    color: #fff;
    margin: 0 0 12px 0;
    transition: all 0.3s ease 0s;
}
}