body {
  color: #ffffff;
  background-color: rgb(2, 12, 24);

}
body img {
  max-width: 100%;
}

.hero {
  background: url("../images/media3.jpg") rgb(2, 12, 24) no-repeat 0 20%;
  background-size: 100% auto;
  background-position: center top;
  padding: 80px 0 200px 0;
  text-align: center;
  color :"ffffff";
}


.hero h1 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: -1px;
  margin-top: 10px;
  font-weight: 200;
}
.hero-intro {
	position: absolute;
	top: 499px;
	z-index: 10;
}
.hero-pencil {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-art {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-top: -120px;
}




@media only screen and (max-width: 767px)
	 
	 {
	
.hero {

  background-size: 150% auto;
  text-align: center;
  color:"fff";
} 

.hero-intro {
  position: absolute;
  top: 280px;
  z-index:10;
  
}
	 }

.section {
  position: relative;
  padding: 180px 0;
}
.section h2 {
  font-size: 40px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 10px;
}
.process h3 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: 400;
}



 @media only screen and (max-width: 767px)
     
     
.section {
  position: relative;
  padding: 140px 0;
}
	 
	 {
.timeline:after {
  content: '';
  position: absolute;
  z-index: 3;
  /*width: 4px;
  /*background: rgba(255, 255, 255, 0.2);*/
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -2px;
}

	 }

.experience {
  z-index: 2;
  background: #724391;
  color: #fff;
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 92%);
}

.experience h2 {
  color: rgba(255, 255, 255, 0.35);
}

.experience-cbsi {
  position: relative;
  z-index: 10;
  text-align: left;
  
}

.experience-cbsi img {
    position: relative;
    z-index: 10;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    width: 1000;
    height: auto;
}

@media only screen and (max-width: 767px)
	 
.experience {
  z-index: 2;
  background: #724391;
  color: #fff;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 92%);
}
.experience-cbsi {
  position: relative;
  z-index: 10;
  text-align: left;
}
		 
.experience-cbsi img {
  position: relative;
  z-index: 10;
}
	 }



.who-intro {
  text-align: center;
}


.who {
    
background-co: rgb(2, 12, 24);
}


.who img {
  position: relative;
  z-index: 10;
  max-width:80%;
  margin-left:10%;
  margin-right:10%; 
}

.who H2 {
   color: rgba(255, 255, 255, 0.45); 
}


.strong {
	font-weight:800;
}


li {
    list-style: none;
    list-style-image: url(../images/icn_star.png);
    margin: 0 5px 0 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}

a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration:none; }

a:hover {
  color: #f9d50d; 
  font-weight: bold;
}

.zoom {
 /* padding: 50px;
  background-color: green; */
  transition: transform .2s; /* Animation */
  width: auto: ;
  /*height: 100px;*/
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.35); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
