/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
section{
    padding: 65px 0;
}
.details-card {
/*	background: #ecf0f1;*/
}

.main {
  display: flex;
  overflow: hidden;
  height: 50vw;
  
}
.main img {
  max-width: 100%;
  vertical-align: middle;
  border: 2px solid white;
  box-sizing: border-box;
  transition: opacity .2s;
}
 
.main:hover img {
  opacity: 0.5;
}
 
.main img:hover {
  opacity: 1;
  
}
 #head3{
     top:-6.8%;
 }
.main .single-column {
 animation: var(--animation, none) 16s infinite linear;
  
}
 
.main .single-column img:hover{
animation-play-state: paused;
}
 
.main .single-column:nth-of-type(odd) {
  align-self: self-start;
  direction: 50%;
}
 
@keyframes slide {
  to {
    -webkit-transform: translateY(var(--direction, -50%));
            transform: translateY(var(--direction, -50%));
  }
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	overflow:hidden;

}

.card-content.scroll {
  
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;

}
.card-img #brain span {
	position: absolute;
    top: 8%;
    left: 44%;
    background: transparent;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
	padding: 1.25rem;
}

.card-desc h3 {
	color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
	color: #747373;
    font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Raleway', sans-serif;
}
.btn-card{
	background-color: #1ABC9C;
	color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}



.heading span {
    position: absolute;
    top: -6%;
    left: 5%;
    width:90%;
    background: orangered;
    padding: 6px;
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 4px;
  display: block;
  text-align: center;
  font-weight:bolder;
}
.heading span h4{
    font-size: 17px;
        margin:0;
        padding:12px 5px;
         line-height: 0;
         font-weight:bolder;

}

#list {
    overflow: hidden;
    padding: 0px;
}

#list span {
    display: block;
    padding: 2px 0px;;
}
#list span img{
    display: block;
    padding: 0px 0px;
    width: 100% !important;
}
.item:last-child {
    margin-bottom: 0px;
}

/* End card section */
.head1{
     /*top: -8% ;*/
    padding: 7px !important;
}

@media only screen and (min-width: 320px) and (max-width: 940px) {
  /* Your touch-specific css goes here */
  .heading span {
    position: absolute;
    top: -4%;
    left: 5%;
    width: 90%;
    background: orangered;
    padding: 6px;
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 4px;
    display: block;
    text-align: center;
    font-weight: bolder;
}
.expertise {
    margin-top: 87px !important;
}
#head1{
    top: -6% !important;
    padding: 7px !important;
}
  .heading span #head2{
    position: absolute;
    top: -4%;
    left: 5%;
    width: 90%;
    background: orangered;
    padding: 6px;
    color: #fff;
    font-size: 17px;
    -webkit-border-radius: 4px;
    display: block;
    text-align: center;
    font-weight: bolder;
}
#2img{
    top:-23% !important;
}
.main{
    height: 394px;
}
section {
    padding: 12px 0;
}
.page-header {
    background: url(../images/banner.jpg) no-repeat;
    padding: 25px 0;
    margin-top: 0px;
}
h1 {
    font-size: 22px;
}
#About{
    top:44px;
}
}

