
/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html{ font-size: 100%; height: 100%; overflow-x: hidden; margin: 0px;  padding: 0px; touch-action: manipulation; }


body{ font-size: 16px; font-family: 'Poppins', serif; width: 100%; height: 100%; margin: 0; font-weight: 400;
	-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; 
	color: #333; }

h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, input, button{ margin: 0; padding: 0; }

h1,h2,h3,h4,h5,h6{ line-height: 1.5; font-weight: inherit; }

h1,h2,h3{ font-family: 'Poppins', cursive; }

p{ line-height: 1.6; font-size: 1em; font-weight: 400; color: #555; }

h1{ font-size: 4em; line-height: 1; }
h2{ font-size: 2.2em; line-height: 1.1; }
h3{ font-size: 1.8em; }
h4{ font-size: 1.3em; }
h5{ font-size: 1em; }
h6{ font-size: .9em; letter-spacing: 1px; }

a, button{ display: inline-block; text-decoration: none; color: inherit; line-height: 1; 
	-webkit-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

a:focus, a:active, a:hover,
button:focus, button:active, button:hover,
a b.light-color:hover{ text-decoration: none; color: rgb(0,158,214); }

b{ font-weight: 600; }

img{ width: 100%; }

li{ list-style: none; display: inline-block; }

span{ display: inline-block; }

button{ outline: 0; border: 0; background: none; cursor: pointer; }

.icon{ font-size: 1.1em; display: inline-block; line-height: inherit; }

[class^="icon-"]:before, [class*=" icon-"]:before{ line-height: inherit; }

b.max-bold{ font-weight: 700; }



/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.section{ padding: 100px 0 50px; border-bottom: 1px solid #ddd; }

.section .heading{ margin-bottom: 50px; }

.section .heading:before{ content:''; height: 10px; width: 50px; border-radius: 5px;
	margin-bottom: 20px; display: block; background: rgb(0,158,214); }

.lastSection{ padding: 100px 0 50px; border-bottom: 2px solid #777;
	width: 90%; margin-left: 5%;}

.lastSection .heading{ margin-bottom: 50px; }

.lastSection .heading:before{ content:''; height: 10px; width: 50px; border-radius: 5px;
	margin-bottom: 20px; display: block; background: rgb(0,158,214); }

.margin-t-10{ margin-top: 10px; }

.margin-b-30{ margin-bottom: 30px; }
.margin-b-50{ margin-bottom: 50px; }
.font-120 { font-size: 120%; color: rgb(50,50,50);}

.margin-tb-30{ margin-top: 30px; margin-bottom: 30px; }

/*.font-yellow{ color: #FFA600; }*/
.font-blue{ color: rgb(0,158,214); }

.font-semi-white{ color: #ddd; }

.font-lite-black{ color: #999; }



/* ---------------------------------
3. INTRO SECTION
--------------------------------- */

.intro-section{ padding: 50px 0; position: relative; background-size: cover; 
	z-index: 1;}

.intro-section:before{ content:''; z-index: -1; position: absolute; top: 0; bottom: 0; left: 0; 
	right: 0; background: rgba(0,0,0, .2); }

	
/* HEADER */

.heading-wrapper{line-height: 1.6; font-size: 1em; font-weight: 400; color: #444;}

.info{ margin-bottom: 10px; }

.info .icon{ float: left; font-size: 30px; }

.info .right-area{ margin-left: 45px; }


/* INTRO */

.intro{ color: #fff; }

.intro .profile-img{ max-width: 400px; border-radius: 5px; overflow: hidden; }

.intro .information > li{ display: block; margin: 5px 0; }

.social-icons > li > a{ height: 35px; line-height: 35px; width: 35px; border-radius: 20px;
	overflow: hidden; z-index: 1; position: relative; margin: 0 5px 5px; text-align: center;
	background: #887392; color: #fff; }

.social-icons > li > a:after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0;
	top: 0; z-index: -1; border-radius: 20px; background: rgb(0,158,214);
	-webkit-transition: all .2s ease; transition: all .2s ease;
	-webkit-transform: scale(0); transform: scale(0); }

.social-icons > li > a:hover:after{ -webkit-transform: scale(1); transform: scale(1); }


.intro .download-btn{ padding: 12px 25px; border-radius: 4px; float: right; margin-top: 20px;
	box-shadow: inset 0 0px 4px rgba(0,0,0,.4); background: transparent; color: #fff;
	-webkit-transition: all .2s ease; transition: all .2s ease; }

.intro .download-btn:hover{ -webkit-transform: translateY(-4px);
	transform: translateY(-4px); background: rgb(0,158,214) }


/* ---------------------------------
4. EXPERIENCE SECTION
--------------------------------- */

.list > li{ display: block; position: relative; margin-bottom: 10px; padding-left: 20px; }

.list > li:before{ content: ''; position: absolute; top: 50%; left: 0; height: 10px;
	width: 10px; margin-top: -5px; display: block; border-radius: 10px; border: 2px solid #555; }

.experience-background {
	background-color: rgb(245,245,245);
}

.technology {
	margin-left: 5%;
	margin-bottom: 5%;
}

.tech-border-left {
	border-left: 1px solid rgb(0,158,214);
	float: right;
}

.border-bottom-5 {
	border-bottom: 1px solid rgb(0,158,214);
}

.margin-b-5 {
	margin-bottom: 5%;
}

.links_text {
	/*color: #555;*/
	margin-left: 5px;
	font-weight: bold;
}
	
/* ---------------------------------
5. EDUCATION SECTION
--------------------------------- */

.education-wrapper{ position: relative; }

.education-wrapper:after{ content:''; position: absolute; top: 8px; bottom: 0; left: -51px;
	width: 2px; background: #ccc; }

.education-wrapper .education{ position: relative; }

.education-wrapper .education:after{ content:''; position: absolute; top: 8px; left: -58px; width: 16px; 
	height: 16px; border-radius: 10px; z-index: 1;
	box-shadow: 0 0 0 8px rgba(0,158,214,0.4); background: rgb(0,158,214); }
	
	
	
/* ---------------------------------
6. FOOTER
--------------------------------- */

.copyright{ text-align: center; padding: 30px 0; font-size: 90% }

/* ---------------------------------
7. PROGRESSBAR
--------------------------------- */

/* LINE PROGRESSBAR */

.line-progress{ position: relative; padding-bottom: 25px; margin-top: 5px}

.line-progress .progressbar-text{ position: absolute; bottom: 0; right: 0; font-size: 1.1em;
	font-weight: 500; color: #777!important;}

.line-progress .progress-title{ position: absolute; bottom: 0; left: 0; color: #777; }

.margin-5{ padding-left: 5%}
.margin-d-3{ margin-bottom: 0px}



/* ---------------------------------
8. PORTFOLIO SECTION
--------------------------------- */

.portfolio-section{ position: relative; }

.portfolio-section .portfolioFilter{ margin-top: 60px; color: #666; }

.portfolio-section .portfolioFilter a{ margin: 10px 10px 0 0; }

.portfolio-section .portfolioFilter a.current{ color: rgb(0,158,214); }

.portfolio-section .portfolioContainer{ margin-left: -15px; margin-right: -15px; }

.portfolio-section .p-item{ width: 25%; padding: 0 7.5px 0px; margin-top: 15px; }

.portfolio-section .p-item a{ display: inline-block; position: relative; }
