@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

body{
	font-family: 'Lato', sans-serif;
	font-size:13px;
}


a{
	-webkit-transition: ease-in-out 0.2s;
-moz-transition: ease-in-out 0.2s;
-o-transition: ease-in-out 0.2s;
transition: ease-in-out 0.2s;
}


img{
	max-width: 100%;
	vertical-align: top;
height: auto;
}


i.fa{
	margin-right: 4px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*
	font-family: 'Lato', sans-serif;*/
font-family: 'Oswald', sans-serif;
}


/*******top-bar-start*****/

.topbar{
background-color: #ee6723;

color: #fff;

padding: 5px 0;

float: left;

width: 100%;
}

.topbar a{
	color: #fff;
}



/*******top-bar-close*****/


/*******header-start*****/

.navbar-brand {
	height: auto;
    padding: 5px 15px;

}

.navbar-default {
background-color: transparent;
border: none;
clear: both;
margin-bottom: 0;
}

 .navbar-default #navbar li.active a,
 .navbar-default #navbar li a:hover,
 .navbar-default #navbar li a:focus{
	background-color: #ee6723;
	color: #fff;

}


 .navbar-default #navbar li a{
 	padding: 21px 10px;
 }


.slider-bg{
background-image: url("../images/slide-img-3.jpg");
width: 100%;
float: left;
min-height: 350px;
text-align: center;
position: relative;
overflow: hidden;
}

.slider-bg:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
background-color: rgba(0, 0, 0, 0.3);
	content: "";
	color: #fff;
	height: 100%;
}

.slider-bg .container{
	overflow: hidden;
}


span.orange{
	color: #ee6723;
}


.slider-bg h1{
text-align: center;

letter-spacing: 1px;

line-height: 1em;

margin: 24px 0;
}


.slider-bg h1 a{
color: #fff;
font-weight: 700;
font-size: 40px;
text-decoration: none;
text-transform: capitalize;
}


.event-link{
padding-top:30px;
color:#fff;
position: relative;
font-weight: 400;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 4px;
}

.event-link-last{
	padding-top: 0;
}

.event-link-last i{
font-size: 22px;
margin-right: 0;
color: #ee6723;

}

.slider-info{
	padding: 50px 10px;
}


.slider-bg .logo-sample{
  position: relative;
}

.slider-bg .logo-sample img{
  width: 100px;
border-radius: 100%;
border: 2px #fff solid;
}

.slider-bg .logo-sample .dcm-logo img{
  border-width: 5px;
}

/*******header-close*****/

/*******midd-start****/

section{
	float: left;
	width: 100%;
	padding: 30px 0;
}



section.block{
	background-color: #eee;
}


section.block .row{
	margin-bottom: 10px;
}

.hover-block img{
	width: 100%;
}



.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.hover-block:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
color: #fff;

font-weight: 500;

letter-spacing: 0.15em;

margin-bottom: 0.5em;

text-transform: uppercase;

font-size: 18px;
}

.content-details p{
color: #fff;
font-size: 13px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}


.hover-block .content-overlay {

    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
     width: calc(100% - 30px);
    left: 15px;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;

}


.hover-block:hover .content-overlay {
 opacity: 1;
}

.hover-block:hover .content-details {
  top: 50%;
    left: 50%;
    opacity: 1;

}



.marquee-block-image {

    background-color: #fff;
    clear: both;
    padding: 10px 0;
    overflow: hidden;
    height: 170px;

}


.marquee-block-image li {

    border: 10px solid #ededed;
    -moz-box-shadow: 2px 4px 12px 1px rgba(214, 207, 214, 1);
    -webkit-box-shadow: 2px 4px 12px 1px rgba(214, 207, 214, 1);
    box-shadow: 2px 4px 12px 1px rgba(214, 207, 214, 1);
    display: inline-block;
    list-style: outside none none;
/*    margin-right: 25px;*/
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}


.marquee-block-image li a {

    display: inline-block;

}

.marquee-block-image li img {
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    max-width: 220px;
    animation: slideshow 10s linear infinite;

}



h2.block-title{
color: #ee6723;
font-size: 20px;
margin: 10px 0;
font-family: 'Lato', sans-serif;
}

.subheading{
color: #333;
font-size: 16px;
font-weight: 600;
margin: 10px 0;
float: left;
width: 100%;
 }

.content{
	text-align: justify;
}

img.member-img{
float: left;
padding: 3px;
border: 4px #e6dfa6 solid;
margin-right: 10px;
max-width: 80px;
-moz-box-shadow: 2px 2px 2px 1px rgba(214, 207, 214, 1);
-webkit-box-shadow: 2px 2px 2px 1px rgba(214, 207, 214, 1);
box-shadow: 2px 2px 2px 1px rgba(214, 207, 214, 1);
}



.hover-block{
min-height: 210px;
color: #fff;
padding-bottom: 10px;
}

.hover-block h3{
font-size: 16px;
display: inline-block;
}


.bg-orange{
background-color: #ee6723;
}

.bg-dark{
background-color: #555;
}


section.block.front-content .row{
  margin-bottom: 0;
}

section.block.front-content .container{
background-color: #fff;
padding-bottom: 20px;
}


.info-list li{
  list-style: none;
}

h1.page-title{
text-align: center;
font-size: 26px;
}


section.block.front-content .viwe-field-body img{
float: left;
border: 5px #ddd solid;
margin-right: 10px;
margin-bottom: 3px;
}

section.block.front-content .viwe-field-body span{
  display: block;
font-size: 18px;
font-weight: 600;
margin: 10px 0 5px;
}


.info-list-block{
background-color: #4b5f87;
padding: 10px;
margin: 10px 0;
color: #fff;
}


.info-list-block{
background-color: #4b5f87;
padding: 10px;
margin: 10px 0;
color: #fff;
float: left;
width: 100%;
}

.info-list-block span {
    display: block;
   font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;

}

.info-list-block img{
width: 80px;
height: 80px;
border: 4px solid #fff;
margin-right: 5px;
float: left;
}

.info-list.info-list-colum{
float: left;
width: 49%;
background-color: #fff;
padding: 10px;
-moz-box-shadow: 2px 4px 12px 1px rgba(214, 207, 214, 1);
-webkit-box-shadow: 2px 4px 12px 1px rgba(214, 207, 214, 1);
box-shadow: 2px 4px 12px 1px rgba(214, 207, 214, 1);
min-height: 185px;
margin: 10px 2% 10px 0;
}

.info-list.info-list-colum:nth-of-type(2n+2){
  margin-right: 0;
}


.info-list.info-list-colum ul{
  padding-left: 0;

}


.lessmorconfld,
.lessmorconfld-1 {
display: none;
}


.readmorconfld p i,
.readmorconfld-1 p i {
    color: blue;
    font-weight: bold;
    cursor: pointer;

}

.lessmorconfld p i,
.lessmorconfld-1 span {
    color: blue;
    font-weight: bold;
    cursor: pointer;

}

.shriram-innovation{
position: relative;
margin-top: 40px;
}

.shriram-innovation a{
display: inline-block;
background-color: #ee6723;
color: #fff;
font-size: 17px;
}


.shriram-innovation a:hover,
.shriram-innovation a:focus{
  color: #eee;
}

/*******midd-close****/




/*******footer-start****/

.copyright{
background: #232933;
padding: 10px 0px 10px 0;
float: left;
width: 100%;
color: #fff;
font-size: 14px;
}

.copyright a{
color: #fff;
}



/*******footer-close****/


@media only screen and (max-width: 767px){
  .info-list.info-list-colum{
    width: 100%;
    margin-right: 0;
    min-height: inherit;
  }
}


@media only screen and (max-width: 370px){
  .copyright{
    text-align: center;
  }

  .copyright .pull-right{
    float: none !important;
  }

}