

.content-inner h1{
	/*margin:1em;*/
	margin: 0.5em;
	font-weight: 700;
	
}




#head1{
	color:#004E4E;
}
#head1 span{
	color:#fff;
}




.sub{
	color: rgba(0, 0, 0, 0.85);
	font-weight: 400;
}
.content .sub{
	color: rgba(0, 0, 0, 0.85);
}


.skills-container{
	width: 50%;

	     position: absolute;
     
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}


 
/*
.skills-container img{
	height:100px;

		-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.skills-container img:hover{
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
*/
  


  .skills-container img {
  		height:100px;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;


	  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.skills-container img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);



	  /*border-radius: 50%;*/
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media (max-width: 767px){
	  .skills-container img {
  		height:60px;
  	}
  	.skills-container{
	width: 90%;


}


#skillsHeading{
	color:#AA3939;
 
}
.skills-container h1{
	margin:1.1em;
	font-weight: 700;
	color:#AA3939;
}


.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 




 

#container100{
	background: #fff0;
 	
	 
}

#wrap100{
 
}
#message{
	min-height: 100px;
}

textarea.input100{
	min-height: 100px;
}

@media (max-width: 576px) {
	#message{
		min-height: 20px
	}
		.wrap-contact100 {
		 
		}
		.container-contact100 {
		 

		}
	.contact100-form-title{
		padding:1px !important;
		padding-bottom: 20px !important;
		line-height: 16px;
	}
	.contact100-form-btn{
		padding:2px;
	}
	.contact100-form {
		padding:0px;
	}

}

 