/*
Theme Name:Personal vCard & Resume/CV HTML  
Theme URI: http://themexriver.com/personal-resume/
Author: themeworld
Description: Resume html theme
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1	header
#2	navigation
#3	about
#4	work-experience
#5	previous-projects
#6	education
#7	technical-skill
#8	some-of-my-work
#9	pricing
#10	testimonial
#11	contact
#12	footer
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

ul {
	padding-left: 0;
	list-style: none;
}

button:focus {
	outline: none;
}

input:focus {
	outline: none;
}

section {
	position: relative;
}

.section-icon {
	text-align: center;
	background-color: #eac683;
	height: 60px;
	position: relative;
}

.section-icon span  {
	background-color: #fff;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 70px;
	border: 10px solid #382e22;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 25px;

	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-o-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.section-icon span i {
	color: #eac683;
	font-size: 35px !important;
}

.section-heading {
	padding-top: 100px;
	text-align: center;
}

.section-heading h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #63201c;
	margin: 0;
}

.section-heading h2 span {
	color: #eac683;
}

.section-heading p {
	margin-top: 15px;
	margin-bottom: 45px;
	text-transform: uppercase;
}

.smaller {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

header .bg-overlay {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/*--------------------------------------------------------------
#1	header
--------------------------------------------------------------*/
header {
	background: url(../images/banar.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

header .row {
	position: relative;
	z-index: 2;
}

header .col {
	padding-right: 40%;
	position: relative;
}

header h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 77px;
}

header h1 > span {
	display: block;
}

header h1 span span {
	color: #eac683;
}

header p {
	font-size: 20px;
	font-weight: 600;
	margin: 25px auto 35px;
}

header a {
	background-color: #eac683;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 15px 36px 15px 78px;
	border: 3px solid #fff;
	border-radius: 40px;
	position: relative;
}

header a i {
	position: absolute;
	left: 30px;
	color: #63201c;
	font-size: 26px !important;
}

header .my-img {
	background: url(../images/me.png) no-repeat right bottom;
	width: 581px;	
	height: 657px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*hover*/
header a:hover {
	color: #fff;
	background-color: transparent;
}

header a:hover i {
	color: #fff;
}


/*--------------------------------------------------------------
#2	navigation
--------------------------------------------------------------*/
.navbar {
	background-image: -webkit-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -moz-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -o-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -ms-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: linear-gradient(left, #eac683, #382e22, #eac683);
	border-radius: 0;
	margin-bottom: 0;
}

.navbar ul li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.navbar ul li a:focus {
	background: none !important;
}

.navbar ul li a:hover,
.navbar ul li.active a {
	background: none !important;
	color: #63201c;
}



/*--------------------------------------------------------------
#3	about
--------------------------------------------------------------*/
.about {
	background-color: #382e22;
	color: #fff;
}


/*top-info*/
.about .top-info {
	background: url(../images/background.png) repeat 0 0;
	text-align: center;
	padding-bottom: 59px;
}

.about .section-heading {
	padding-top: 60px;
}

.about .section-heading h2 {
	font-size: 60px;
	margin: 0;
	color: #fff;
}

.about .section-heading h2 + p {
	font-size: 36px;
	margin: 30px 0 40px;
}

.about .top-info a {
	background-color: #eac683;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 17px 36px 17px 78px;
	border: 3px solid #fff;
	border-radius: 40px;
	position: relative;
	margin-right: 60px;
}

.about .top-info a i {
	position: absolute;
	left: 30px;
	color: #63201c;
	font-size: 26px !important;
}

/*bottom-info*/
.bottom-info {
	background: url(../images/about-me-banar.png) no-repeat;
	position: relative;
}

.bottom-info .row .col:first-child {
	padding: 40px 0;
}

.bottom-info .row .col:first-child div:first-child p {
	font-size: 28px;
	font-weight: lighter;
	line-height: 53px;
	margin-bottom: 100px;
}

.bottom-info .row .col:first-child div:last-child p {
	font-size: 20px;
	font-weight: normal;
}

.bottom-info .row .col:first-child div:last-child p span {
	text-transform: uppercase;
	color: #63201c;
}

.bottom-info .row .col:last-child img {
	display: block;
}

/*hover*/
.about .top-info a:hover {
	color: #fff;
	background-color: transparent;
}

.about .top-info a:hover i {
	color: #fff;
}


/*--------------------------------------------------------------
#4	work-experience
--------------------------------------------------------------*/
.work-experience {
	padding-bottom: 100px;
}

.work-experience .section-icon {
	background-image: -webkit-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -moz-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -o-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -ms-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: linear-gradient(left, #eac683, #382e22, #eac683);
}

.work-experience ul {
	position: relative;
}

.work-experience ul li {
	overflow: hidden;
}

.work-experience ul:before {
	content: "";
	display: block;
	width: 1px;
	height: 88%;
	background-color: #382e22;
	position: absolute;
	left: 49%;
	top: 28px;

}
.work-experience .work-list .thumbnail {
	width: 95%;
	padding: 10px 15px;
	text-align: right;
	border: 1px solid #382e22;
	border-radius: 10px;
	padding-top: 0;
}

.work-experience .work-list h3 {
	background-color: #382e22;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: -16px;
	padding: 10px 16px;
	text-transform: none;
	position: relative;
}

.work-experience .work-list h3 i {
	background-color: #382e22;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	right: -83px;
	top: 0;
}

.work-experience .right h3 i  {
	left: -80px;
	top: 0;
}


.work-experience .work-list h3:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left: 20px solid #382e22;
	position: absolute;
	right: -40px;
	top: 0;
}

.work-experience ul li .right  h3:after {
	border-right: 20px solid #382e22;
	border-left: 0; 
	left: -20px;
}

.work-experience ul li .left {
	padding-right: 50px;
}

.work-experience ul li .right {
	padding-left: 50px;
}

.work-experience ul li .right .thumbnail {
	text-align: left;
}


.work-experience ul li .right .thumbnail h3 {
	margin-left: -15px;
	padding-left: 15px;
}

.work-experience .work-list p {
	font-size: 14px;
	color: #382e22;
}

.work-experience .work-list .title {
	color: #382e22;
}

.work-experience .work-list .year {
	font-size: 18px;
	color: #eac683;
	font-weight: bold;
}

.work-experience .work-list .year + p {
	line-height: 25px;
}

/*hover*/
.work-experience ul li:hover .thumbnail {
	border-color: #eac683;
}

.work-experience ul li:hover h3 {
	background-color: #eac683;
}

.work-experience ul li:hover h3 i {
	background-color: #eac683;
}

.work-experience ul li:hover:hover h3:after {
	border-left-color: #eac683;
}

.work-experience ul li:hover .right h3:after {
	border-right-color: #eac683;
}


/*--------------------------------------------------------------
#5	previous-projects
--------------------------------------------------------------*/
.previous-projects {
	background: url(../images/background.png);
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	padding-bottom: 50px;
	z-index: 2;
}

.previous-projects .section-icon {
	background-color: transparent;
}

.previous-projects .section-icon span {
	top: -38px;
	border-color: #63201c;
}


.previous-projects .section-icon i {
	margin-left: -5px;
    margin-top: -12px;
}

.previous-projects .icon {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.previous-projects i {
	color: #fff;
	width: 70px;
	height: 70px;
	line-height: 85px;
	text-align: center;
	font-size: 70px;
}

.previous-projects .icon + p {
	font-size: 40px;
	margin-top: -15px;
}

.previous-projects h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
}



/*--------------------------------------------------------------
#6	education
--------------------------------------------------------------*/
.education {
	margin-top: -10px;
	padding-bottom: 100px;
}

.education .row {
	margin-bottom: 60px;
}

.education .section-icon {
	height: 85px;
}

.education .section-icon span {
	top: 45px;
	border-color: #63201c;
}

.education .row .col:first-child {
	padding-right: 90px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}

.education .row .col:first-child p {
	line-height: 59px;
	position: absolute;
	right: 150px;
}

.education .row .col:first-child p,
.education .row .col:first-child span {
	display: inline-block;
}

.education .row .col:first-child p {
	font-size: 18px;
	color: #63201c;
	padding-right: 55px;
}

.education .row .col:first-child p + span {
	text-align: right;
	float: right;
	width: 59px;
	height: 59px;
	line-height: 56px;
	text-align: center;
	border: 1px solid #dbdbdb;
	border-radius: 50%;
}

.education .row .col:first-child p + span button {
	background-color: #63201c;
	width: 45px;
	height: 45px;
	color: #fff;
	border: 0;
	border-radius: 50%;
}


/*right side*/
.education .details {
	height: 80px;
	padding: 15px 68px;
	border: 1px solid #bababa;
	border-radius: 10px;
	overflow: hidden;
}

.autoHeight {
	height: auto !important;
}

.education .row .col:last-child h3 {
	margin: 0;
	font-size: 18px;
	color: #63201c;
}

.education .row .col:last-child h3 + span {
	display: inline-block;
	margin: 0 0 42px;
	color: #909090;
}

.education .row .col:last-child p {
	font-size: 14px;
	font-weight: lighter;
	line-height: 23px;
}

/*dotted-border*/
.education .row .col-sm-7:before {
	content: "";
	width: 106px;
	height: 1px;
	background-color: #d7d7d7;
	position: absolute;
	left: -90px;
	top: 45px;
}

.education .row-wrapper {
	position: relative;
}

.education .dotted-border {
	width: 1px;
	border: 1px dashed #898989;
	position: absolute;
	left: 31%;
	top: 25px;
}



/*--------------------------------------------------------------
#7	technical-skill
--------------------------------------------------------------*/
.technical-skill .section-heading span {
	color: #fff;
}

.technical-skill {
	background-color: #eac683;
	text-align: center;
	color: #fff;
	padding-bottom: 45px;
}

.technical-skill .section-icon {
	background-color: #fff;
}

.technical-skill .first {
	margin-bottom: 50px;
}

.technical-skill h3 {
	font-size: 18px;
}

.technical-skill .row .col {
	position: relative;
}

.technical-skill .row span {
	background-color: #f1f3f4; 
	color: #382e22;
	font-size: 18px;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 37%;
	top: 20%;
	z-index: 10;
	box-shadow: 2px 0 0 2px #909090;
}

.technical-skill .row span:after {
	content: "";
	position: absolute;
}

.technical-skill .kata {
	background-color: transparent;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: absolute;
	left: 37%;
	top: 20%;
}

.technical-skill .kata-before {
	  width: 0;
	  height: 0;
	  border-left: 7px solid transparent;
	  border-right: 7px solid transparent;
	  border-top: 70px solid #909090;
	  position: absolute;
	  left: 0;
	  top: 0;

	  -webkit-transform: rotate(90deg);
	  -moz-transform: rotate(90deg);
	  -o-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  transform: rotate(90deg);
}

.technical-skill .section-icon span {
	border-color: #63201c;
}

/*--------------------------------------------------------------
#8	some-of-my-work
--------------------------------------------------------------*/
.some-of-my-work {
	margin-top: -17px;
}

.some-of-my-work .section-icon {
	background: url(../images/section-icon-bg.png);
	height: 76px;
}

.some-of-my-work .section-icon span {
	top: 38px;
	border-color: #63201c;
}

.some-of-my-work .col {
	padding: 0;
}

.some-of-my-work .all-tabs {
	overflow: hidden;
}

.some-of-my-work .all-tabs ul {
	border: 0;
	margin-bottom: 60px;
	position: absolute;
	left: 50%;

	-webkit-transform: translate(-50%);;
	-moz-transform: translate(-50%);;
	-o-transform: translate(-50%);;
	-ms-transform: translate(-50%);;
	transform: translate(-50%);;
}

.some-of-my-work .all-tabs ul li a {
	color: #382e22;	
	font-size: 16px;
}

.some-of-my-work .all-tabs ul li.active a {
	color: #63201c;	
}


.some-of-my-work .tab-content {
	position: relative;
	top: 70px;
	padding-bottom: 70px;
}

.some-of-my-work .tabpanel .col {
	position: relative;
}

.some-of-my-work .tab-content {
	overflow: hidden;
}


/*for hover effect */
.some-of-my-work .tab-content .col {
	overflow: hidden;
	position: relative;
}

.some-of-my-work .tab-content .col img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.some-of-my-work .tab-content .col a {
	display: inline-block;
	background-color: rgba(0,0,0, .9);
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	z-index: 100;
	position: absolute;
	left: -50%;
	top: -50%;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.some-of-my-work .tab-content .col .before {
	background-color: rgba(99,32,28, .8);
	width: 150%;
	height: 60%;
	position: absolute;
	left: -50px;
	top: -250px;
	opacity: 0;

	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.some-of-my-work .tab-content .col .after {
	background-color: rgba(234,198,131, .8);
	width: 150%;
	height: 60%;
	position: absolute;
	left: -50px;
	bottom: -280px;
	opacity: 0;

	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.some-of-my-work .tab-content .col:hover .before {
	opacity: 1;
	top: -50px;
	z-index: 100;
}

.some-of-my-work .tab-content .col:hover .after {
	opacity: 1;
	bottom: -83px;
}

.some-of-my-work .tab-content .col:hover img {
	-webkit-transform: scale(1.5, 1.5);
}

.some-of-my-work .tab-content .col:hover a {
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.some-of-my-work .last-row {
	text-align: center;
	padding-top: 90px;
	color: #eac683 !important; 
}


/*last row*/
.some-of-my-work .last-row h3 {
	font-size: 21px;
}

.some-of-my-work .last-row i {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.some-of-my-work .last-row {
	font-size: 14px;
	color: #909090;
	line-height: 23px;
}

.some-of-my-work .last-row .col {
	padding: 0 10px 0 0;
}

.some-of-my-work .last-row .col h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 50px;
}

.some-of-my-work .last-row .col:hover i {
	background-color: #63201c;
	color: #fff;
	border: 1px solid #63201c;
	box-shadow: 0 0 0 10px #63201c;
}



/*--------------------------------------------------------------
#9	pricing
--------------------------------------------------------------*/
.pricing {
	background: #fff url(../images/pricing-bg.png) repeat-x;
	padding-bottom: 35px;
	z-index: 2;
}

.pricing .section-icon {
	background-color: #fff;
}

.pricing .section-icon span {
	border-color: #63201c;
}

.pricing .section-heading {
	color: #fff;
}

.pricing .section-heading h2 {
	color: #fff;
}

.pricing .thumbnail {
	text-align: center;
	padding: 0;
	border: 0;
	border-radius: 0;
}

.pricing .thumbnail h3 {
	background: url(../images/pricing-title-bg.png) repeat-x left bottom;
	text-transform: uppercase;
	background-color: #eac683;
	margin: 0;
	color: #fff;
	padding: 18px 0;
}

.pricing .price p {
	font-size: 16px;
	color: #161313;
	margin: 0;
	padding: 20px 0;
}

.pricing .price p span {
	font-size: 44px;
	color: #63201c;
	font-weight: bold;
}

.pricing .thumbnail ul {
	background-color: #e7ebed;
	text-align: left;
	list-style: square;
	list-style-position: inside;
	margin: 0;
}

.pricing .thumbnail ul li {
	padding: 12px 0 12px 35px;
	border-bottom: 2px solid #fff;
}

.pricing .thumbnail ul li:last-child {
	border-bottom: 0;
}

.pricing .thumbnail ul + div {
	padding: 15px 0;
}

.pricing .thumbnail ul + div a {
	background-color: #eac683;
	display: block;
	width: 80%;
	padding: 9px 0;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

/*hover*/
.pricing .thumbnail:hover h3 {
	background-image: none;
}

.pricing .thumbnail:hover .price p {
	background-color: #eac683;
	color: #fff;
}

.pricing .thumbnail:hover ul li {
	border-color: #eac683;
}

.pricing .thumbnail:hover ul + div  {
	background-color: #eac683;
}

.pricing .thumbnail:hover ul + div a {
	background-color: #fff;
	color: #eac683;
}



/*--------------------------------------------------------------
#10	testimonial
--------------------------------------------------------------*/
.testimonial {
	background-color: #eac683;
	color: #fff;
	text-align: center;
	padding-bottom: 80px;
}

.testimonial .section-icon {
	background-image: -webkit-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -moz-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -o-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: -ms-linear-gradient(left, #eac683, #382e22, #eac683);
	background-image: linear-gradient(left, #eac683, #382e22, #eac683);
}

.testimonial .section-heading {
	padding-bottom: 50px;
}

.testimonial .section-heading span {
	color: #fff;
}

.testimonial .col img {
	display: block;
	margin: 0 auto 60px;
}

.testimonial .col img + p {
	text-align: justify;
	padding: 0 15%;
}

.testimonial .person {
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
}

.testimonial .section-icon span {
	border-color: #63201c;
}

/*--------------------------------------------------------------
#11	contact
--------------------------------------------------------------*/
.contact {
	background-color: #382e22;
	color: #fff;
	padding-bottom: 20px;
}

.contact .section-icon {
	background: url(../images/section-icon-bg.png);
	height: 76px;
	position: relative;
	top: -15px;
}

.contact .section-heading span {
	color: #fff;
}

.contact .row .col:first-child span {
	text-transform: uppercase;	
	color: #eac683;
}

.contact ul {
	overflow: hidden;
}

.contact ul li {
	margin-bottom: 25px;
	border: 1px solid #fff;
	border-radius: 50px;
}

.contact ul li textarea {
	height: 190px;
	padding-top: 30px;
}

.contact ul li:nth-child(4) {
	border-radius: 20px;
}

.contact ul li:first-child,
.contact ul li:nth-child(2)  {
	width: 48%;
	display: inline-block;
}

.contact ul li:nth-child(2) {
	float: right;
}

.contact ul li input,
.contact ul li textarea {
	width: 100%;
	background: none;
	padding: 12px 10px 12px 20px;
	border: none;
}

.contact ul li input:focus,
.contact ul li textarea:focus {
	outline: none;
}

.contact ul li input[type="submit"] {
	text-transform: uppercase;
}

.contact .section-icon span {
	border-color: #63201c;
}


/*--------------------------------------------------------------
#12	footer
--------------------------------------------------------------*/
footer {
	background-color: #eac683;
	padding: 35px 0;
	color: #fff;
	overflow: hidden;
}

footer ul {
	float: left;
}

footer ul li {
	display: inline-block;
	margin-right: 60px;
}

footer ul li:last-child {
	margin-right: 0;
}

footer ul li a {
	display: block;
	width: 67px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}

footer ul li a:hover {
	background-color: #63201c;
	color: #fff;
	border-color: #63201c;
}

footer p {
	font-size: 12px;
	float: right;
	margin-top: 25px;
}