/* Start the Body ---------------------------------------------------*/
body {
	height: 4000;
}
/* End the Body */
/* Start the Container */
.container {
	width: 920px;
	margin: auto;
}
.clearfix {
	clear: both;
}
/* End the Container */

/* Start the Header */
.header .slider {
	background-image:url('../image/s3.jpg');
	background-size: cover;
	height: 460px
}
.header .slider .intro {

	padding-top: 200px;
	text-align: center;
	color: #fff ;
}
.header .slider .intro h2{
	margin: 0 auto;
	font-size: 50px;
	width: 700px ;
	text-transform: uppercase;
	border-top: 4px solid #fff;
	border-bottom :4px solid #fff ;
	padding: 5px 0 ;
}
.header .slider .intro button {
	background: none ;
	color: #fff;
	margin-top: 30px;
	font-size: 20px;
	border: 2px solid #fff;
	font-weight: bold;
	padding: 10px 30px;
	}
.header .slider .intro button:hover {
	color: #ccd6ff;
	border: 2px inset #e6ffe6;
}

.header .navbar {
	background-color: #006666;
	color:#fff;
	overflow: hidden;
}
.header .navbar h2 {
	float: left;
	text-transform: uppercase;
}
.header .navbar h2 span { 
	color: #2ecc71; 
	font-size: 30px ;
	
}
	
.header .navbar ul {
	list-style: none;
	padding-left: 0;
	overflow: hidden;
	float: right;
}
.header .navbar ul li {
	float: left; 
	padding: 10px;

}
.header .navbar ul li a {
	color: #fff;
	text-decoration: none;
}
.header .navbar ul li.active a,
.header .navbar ul li a:hover {
	color: #30b576
}
/* End the Header */

/* Start the Features */
.features {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.features .feat {
	float: left;
	width: 33%;
	height: 150px;

}
.features .feat p {
	line-height: 1.7;
	color: #888;
	padding: 0 20px 0 0;
}
.features .feat h2 {
	text-transform: capitalize;
	color: #555;
}

/* End the Features */

/* Start ABOUT ME */
.about-me {
	background-color: #fff; /* the right color is #f2f2f2;  */
	overflow: hidden;
}
.about-me .image {
	float: left;
	width: 40%;
}
.about-me .image img {
	width: 100%;
}

.about-me .info {
	float: left;
	width: 60%;
}
.about-me .info h2 {
	margin: 40px 0 20px 40px;
	color: #555;

}
.about-me .info > p {
	margin: 0 0 10px 40px;
}
.about-me .info p:last-of-type {
	line-height: 1.7;
	}
	.about-me .info p {
	line-height: 1.7;
	color: #666;
	
}

.about-me .info .hobbies {
	overflow: hidden;
	margin: 20px 0 0 40px;
}
.about-me .info .hobbies .content {
	float: left;
	width: 50%;
	min-height: 100px;
	overflow: hidden;
}
.about-me .info .hobbies .content h3 {
	color: #555;
}
.about-me .info .hobbies .content .icon {
	float: left;
	width: 12%;
	margin-right: 5%;
}
.about-me .info .hobbies .content .icon i {
	margin-top: 20px;
	color: #2dcc70; 
}
.about-me .info .hobbies .content .icon i:hover {
	color: #0f0 ;
}
.about-me .info .hobbies .content .text {
	float: left;
	width: 83%;
}


/* End ABOUT ME */

/* Start My Skills */
.my-skills {
	padding-top: 30px;
	padding-bottom: 130px;
	overflow: hidden;
}
.my-skills .skills, 
.my-skills .progress {
	width: 50%;
	float: left;
}
.my-skills .skills h2 {
	margin: 40px 0 120px 40px;
	color: #555;

}
.my-skills .skills p {
	margin: 0 0 10px 40px;
	line-height: 1.7;
	color: #666;

}
.resume p:last-of-type {
	line-height: 1.7;
}

.my-skills .skills button {
	background: none ;
	color: #2dcc70;
	margin-left: 40px;
	margin-top: 20px;
	border: 2px solid #2dcc70;
	padding: 10px 30px;
	font-weight: bold;
}
.my-skills .skills button:hover {
	color: #006622;
	border: 2px inset #00e64d;
}
.my-skills .progress .technique {
		margin-left: 50px;
}
.my-skills .progress .technique h3 {
		color: #555;
}
.my-skills .progress .technique div {
	background-color: #f2f2f2;
	height: 25px;
}
.my-skills .progress .technique div span {
	background-color: #2dcc70;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: right;
	color: #fff;
	font-weight: bold;
}
.my-skills .progress .technique div span:hover {
	background-color: #00cc00;
	color: #FFF ;
}

/* End My Skills */

/* Start the Resume */
.resume  {
	background-color: #f2f2f2;
	padding-top: 40px;
	padding-bottom: 70px;
	text-align: center;
}
.resume h2 {
	font-weight: bold;
	color: #555;
}
.resume p {
	margin: 0 0 10px 40px;
	line-height: 1.7;
	color: #666;
	padding: 0 20px;
}

.resume button {
	background: none ;
	color: #2dcc70;
	margin-left: 40px;
	margin-top: 25px;
	border: 2px solid #2dcc70;
	padding: 10px 30px;
	font-weight: bold;
}
.resume button:hover {
	color: #006622;
	border: 2px inset #00e64d;
}
/* End the Resume */

/* Start My Education */ 
.my-education {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.my-education hr {
	margin: 20px 0;
	background-color: #e6e6e6 ;
	height: 1px;
	border: 0;
}
.my-education .main {
	width: 50%;
	float: left;
	margin-right: 5%;
} 

.my-education .main h2 {
	margin: 40px 0 20px 40px;
	color: #555;

}
.my-education .main p {
	margin: 0 0 10px 40px;
	line-height: 1.7;
	color: #666;

}
.my-education .main p:last-of-type {
	line-height: 1.7;
}
.my-education .exp {
	width: 45%;
	float: left;
}
.my-education .exp h3 {
	margin-top: 80px;
	margin-bottom: 10px;
}
.my-education .exp span {
	display: block;
	margin-bottom: 10px;
}
.my-education .exp span:first-of-type {
	color: #999;
}
.my-education .exp span:last-of-type {
	background-color: #2dcc70;
	color: #FFF;
	display: inline-block;
	padding: 2px 8px;
}
.my-education hr {
	margin: 20px 0;
	background-color: #e6e6e6 ;
	height: 1px;
	border: 0;
}
.my-education .exp p {
	line-height: 1.7;
	color: #666;
}
/* End My Education */


/* Start the Test Imonials */

.testimonials  {
	background-color: #f2f2f2;
	padding-top:    50px;
	padding-bottom: 50px;
	text-align: center;
	
}
.testimonials q {
	line-height: 1.8;
	color: #888;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.testimonials h2 {
	color: #666;
	margin-bottom: 30px;
}
.testimonials h4 {
	color: #666;
	margin-bottom: 30px;
}
.testimonials ul {
	list-style: none;
	padding-left: 0;
}
.testimonials li {
	width: 15px;
	height: 15px;
	border: 2px solid #2dcc70 ;
	display: inline-block;
	cursor: pointer;
}
.testimonials ul li.active,
.testimonials ul li:hover {
	background-color: #2dcc70 ;
}

/* End the Test Imonials */

/* Start the Test Portfolio */
.portfolio {
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: center;
}
.portfolio h2{
	color: #777;
}
.portfolio p {
	line-height: 1.7;
	color: #666;
	margin-bottom: 30px;
}
.portfolio .our-work {
	overflow: hidden;
}
.portfolio .our-work > div {
	float: left;
	width: 30.3%;
	margin: 10px;
}
.portfolio .our-work > div img {
	width: 92%;
	margin: 10px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 10px 10px 12px #ccc;
}

/* End the Test Portfolio */

/* Start the Contact Me */
.contact {
	background-color: #252f31;
	overflow: hidden;
	padding-top:    50px;
	padding-bottom: 70px;
}
.contact h2 {
	color: #fff;
	margin-left: 40px;
}
.contact .info {
	width: 50%;
	margin-right: 5%;
	float: left;
}
.contact p {
	color: #6a6e71;
	margin-left: 40px;
	line-height: 1.7;
}
.contact .info p strong {
	color: #999;
}


.contact .form {
	width: 45%;
	float: left;
}
.contact .form label {
	display: block;
	color: #999;
	margin:10px 0; 
}
.contact .form input[type="text"] {
	background-color: #4b5557;
	color: #FFF;
	padding: 10px;
	border: 0;
	width: 100%;
	margin-bottom: 10px;
}
.contact .form textarea {
	background-color: #4b5557;
	color: #FFF;
	padding: 10px;
	border: 0;
	width: 100%;
	margin-bottom: 10px;
	height: 200px;
}
.contact .form input[type="submit"] {
	background-color: #191e22;
	color: #FFF;
	padding: 10px 20px;
	border: 0;
	margin-top: 10px;
}
.contact .form input[type="submit"]:hover {
	background-color: #364149;
	color: #191e22;
}
/* End the Contact Me */

/* Start the Footer */
.footer {
	background-color: #191e22;
	color: #6a6e71;
	padding: 20px 0;
	text-align: center;
}
.footer ul {
	list-style: none;
	padding-left: 0;
	margin: 10px  0 0 ;
}
.footer ul li {
	display: inline-block;
}
.footer ul li i:hover {
	color: #fff;
}
/* Start the Footer */