body{
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
	overflow-x: hidden;
}
.banner-collab{
    width:100%;
	float:left;
	margin-bottom: 2em;
}
.banner-collab img{
     width:100%;
	 height:auto;
}
.about-collbr .coll-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #b80101;
    letter-spacing: 1px;
}
.about-collbr .coll-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    z-index: -1;
}
.about-collbr .coll-title span {
    background: #fff;
    padding-right: 20px;
}
.about-collbr .collbrt-heading {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #b80101;
    letter-spacing: 1px;
}
.about-collbr .collbrt-heading span {
    padding-right: 20px;
    color: #3a3737;
    width: auto;
    display: block;
    font-size: 40px;
}
.about-collbr .coll-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    z-index: -1;
}
.about-confr{
    border: 1px solid #ece9eb;
    padding: 1em;
}

.serviceBox{
    border: 1px solid #ece9eb;
    /* padding: 1em; */
    background: #b80101;
    /*height: 178px;*/
}
.serviceBox--title{
    font-size: 17px;
    background: #b80101;
    color: #fff;
    padding: 10px 0px;
    letter-spacing: 0.5px;
    margin: 0px;
}
.serviceBox--icon img{
    width:8px;
}
.serviceBox--description{
    padding: 10px 10px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 0px;
}
.highlite-bttn{
    background: #343535;
    width: 100px;
    margin: auto;
    padding: 5px 6px;
    border-radius: 5px;
    text-align: center;
    margin-bottom:5px;
}
.highlite-bttn a{
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
.assoctn-collbr{
    border: 1px solid #ece9eb;
    padding: 1em;
    background: #fff;
}
.assoctn-collbr ul li img{
    width:100%;
	height:auto;
	margin-top: 30px;
}
.more-info-bttn .view-more {
    background: transparent;
    border: 1px solid #b80101;
    padding: 5px 15px;
    border-radius: 9px;
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    text-transform: lowercase;
    letter-spacing: 0.8px;
    color: #006e9f;
	margin-top: 30px;
    transition: all linear 0.5s;
}
.more-info-bttn .view-more:hover {
    background: #153351;
    color: #fff;
}
.highlite{
    border: 1px solid #b80101;
    padding: 1em;
    float: left;
    margin-top: 2em;
}
.highlite-content {
    background: #b80101;
    margin-top: 2em;
	float:left;
}
/* ---highlite code --- */

.events .counterBox {
    color: #fff;
}
.events .counterBox .counterBox--largeNumber {
    font-size: 75px;
    line-height: 1;
    text-align: center;
    margin-top: 100px;
}

.events .counterBox div {
    overflow: hidden;
}
.events .counterBox .counterBox--largeNumber-title {
    font-size: 22px;
    text-align: center;
	margin-top:2em;
}
.counterBox--topStat-title{
    font-size: 17px;
    padding: 3px 0px;
    letter-spacing: 1px;
}
.events .counterBox div {
    overflow: hidden;
}
.events .counterBox div {
    overflow: hidden;
}
.events .counterBox .counterBox--seperator {
    height: 1px;
    background-color: #fff;
    width: 100%;
}
.image-conf{
    width:100%;
	float:left;
	margin:1em 0em;
}
.hightl-image{
    padding-left:0px !important;
}
.hightl-image img{
    width:100%;
}
.hightl-image2{
    padding-right:0px !important;
}
.hightl-image2 img{
    width:100%;
}

/*--- thumb conference start ---*/
.thumb-highlite a img{
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.6), 0 0 1px 0px rgba(255, 255, 255, 0.5);
	height:293px;
}
.thumb-read-more{
    background: #b80101;
    width: 120px;
    margin: auto;
    padding: 7px 10px;
    border-radius: 5px;
    text-align: center;
    margin-top: 1em;
}
.thumb-read-more a{
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}
.thumb-read-more a i{
	padding-right:5px;
}