
/* reset CSS */
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}
body{
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color: #777;
    line-height:1.6;
}
.loader{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1000;
	background-color:#fff;
	display: flex;
	align-items:center;
	justify-content: center;
}

.animation
{
	opacity: 0;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

p{
    line-height:2;
}
a:hover
{
	text-decoration: none;
}
a, a:hover
{
	color: #fff;
}

h1,h2,h3,h4,h5,h6{
    color:#333;
    font-weight:bold;
}

h3 {
    font-size:36px;
}

h5 {
    font-size:22px;
}

.section-padding {
    padding: 100px 0;
}

.full-width{
    width:100%;
}

.container-fluid {
	padding-left:15%;
	padding-right:15%}
/** HEADER **/
header {
    position:fixed;
    width:100%;
    z-index:100;
}

a.navbar-brand {
    font-size:22px;
    font-weight:bold;
}
.navbar {
    padding:25px 0;
}




nav a, nav a:hover{
    color:#fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding:0;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  


li.nav-item {
    margin:0 15px;
}

li.nav-item::last-child{
    margin-right:0;
}
li.nav-item a.nav-link {
    position:relative;
    display:inline-block;
}

li.nav-item a.nav-link::after {
    position:absolute;
    left:0;
    bottom:-5px;
    width:0%;
    height: 2px;
    background-color: #fff;
    content:'';
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

li.nav-item.active a.nav-link::after {
    width:100%;
}

li.nav-item a.nav-link:hover::after {
    width:100%;
}



.nav-overlay {
    background-color: rgba(0,0,0,0.8);
}

button:focus
{
    outline: none;
}

/** MAIN **/
.main
{
	width: 100%;
	height: 100vh;
	background:url(../img/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	position: relative;
}
.main::before
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.main-content
{
	z-index: 1;
}

.main-content .welcome
{
	font-weight: bold;
	font-size: 22px;
}

.main-content .type-animation
{
	font-size: 60px;
	margin-top: 20px;
}

.main-content .social-icons
{
	margin-top: 20px;
}

.main-content .social-icons a
{
	padding: 0 10px;
	color: #fff;
}

.main-content .social-icons a:hover
{
	color: #fff;
}

.main-btn-row
{
    margin-left: 15px;
	margin-right: 15px;
	padding: 10px 60px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	transition:all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-portfolio
{
	border: 1px solid #e84118;
}

.btn-portfolio::before
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e84118;
	content:'';
	z-index: -1;
	transition:all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.btn-portfolio:hover
{
	border-color: #fff;
}

.btn-portfolio:hover::before
{
	left: 100%;
}

.btn-contact
{
	border: 1px solid #fff;

}

.btn-contact::after
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	content: '';
	background-color: #e84118;
	transition:all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: -1;
}

.btn-contact:hover::after
{
	left: 0;
}

.btn-contact:hover
{
	border-color: #e84118;
}

canvas{
    display:block;
}

#particles-js {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}

.type-animation .i-am-text{
    font-weight: bold;
}


/** about section **/

.about img
{

	height:100%
}
.about-contact::after h3
{
	position: relative;
	display: inline-block;
}
.about p
{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #333;
}
.about .section-header{
	z-index:2;
}

.about h3
{
	margin-bottom: 15px;
}


.about p a
{
	color: #e84118;
	text-decoration: none;
}
.about p a:hover
{
	color: #333;
	text-decoration: underline;
}

.about-social-icons
{
	margin-top: 35px;
}

.about-social-icons a
{
	color: #333;
	margin:0 10px;
}

.about-contact
{
	padding: 10px 60px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	color: #333;
	border: 1px solid #333;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.about-contact::after
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -100%;
	content: '';
	background-color:#e84118;
	transition:all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	z-index: -1;
}
.about-contact:hover{
	text-decoration: none;
	color:#fff;
}
.about-contact:hover::after
{
	left: 0;
}

/** experience section **/
.education-skills
{
	background:url(../img/about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	color: #ddd;
}

.education-skills::before
{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(48,109,109,0.9);
}

.education-skills .section-header
{
	width: 100%;
	position: relative;
	margin-top:20px;

}


.education-skills .section-header::before
{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 3px;
	background-color: #fff;
}


.education-skills h3,.education-skills h5
{
	color: #fff;
}

.education-skills h3
{
	position: relative;
	display: inline-block;
}

.education-skills h3::before
{
	position: absolute;
	content: '';
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -5px;
	background-color: #e84118;
}

.education-skills h5
{
	margin-top: 30px;
}

.education-skills ul
{
	list-style: none;
}

.education-skills h6
{
	color: #fff;
}

.skills h5
{
	margin-top: 30px;
}

.skills ul
{
	list-style: none;
}

/** PORTFOLIO **/
.portfolio {
	background: url(../img/portfolio.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
}
.portfolio::before
{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(243,156,18,0.7);
}
.portfolio .section-header{
	z-index:2;
}

.portfolio h3 {
	color:#fff;
}

.portfolio ul.filter {
	z-index:2;
}

.portfolio ul.filter li {
      margin-top:5px;   
}

.item-content{
	width:100%;
	position:relative;
	border: 3px solid #fff;
	overflow: hidden;

}
.item-content img{
	width:100%;
	transition:all 0.5s ease;
	transform:scale(1)rotate(0deg)


}

.portfolio-item {
	margin:5px 0;
	overflow:hidden;
}

.portfolio-item .col-md-3 img{
	height:200px;
}

.portfolio-item .col-md-6 img{
	height:400px;
}
.portfolio-item .info .item-icon
{
	color: #fff;
	opacity: 0;
	bottom: -20px;
	position: relative;
	transition:all 0.5s ease;
}

.img-overlay {
	position:absolute;
	top:5px;
	left: 5px;
	right:5px;
	bottom: 5px;

}

.img-overlay::before{
	position:absolute;
	height:50%;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	content:'';
	left:-110%;
	top:0%;
	transition: all 0.5s ease;
}

.img-overlay::after{
	position:absolute;
	height:50%;
	width:100%;
	background-color: rgba(232,65,24,0.8);
	content:'';
	right:-110%;
	bottom:0%;
	transition: all 0.5s ease;
}

.portfolio-item .info {
	position:relative;
	z-index:2;
	font-weight: bold;
}

.portfolio-item .info .description {
	color:#e84118;
	opacity:0;
	top: -20px;
	position:relative;
	transition: all 0.5s ease;

}
.portfolio-item .info .item-icon{
	color:#fff;
	opacity:0;
	bottom:-20px;
	position:relative;
	transition: all 0.5s ease;
}



.portfolio-item:hover .img-overlay::before{
	left:0;
}

.portfolio-item:hover .img-overlay::after{
	right:0;
}

.portfolio-item:hover .info .item-icon{
	opacity:1;
	bottom:-5px;
}

.portfolio-item:hover .info .description{
	opacity:1;
	top:-5px;
}

.portfolio-item:hover .item-content img{
transform:scale(1.3);

}

ul.filter {
	list-style: none;
	margin: 60px 0;
}

ul.filter li
{
	display: inline-block;
	padding:5px 20px;
	color: #fff;
	background-color: #333;
	font-size: 15px;
	font-weight: bold;
	margin:0 8px;
	cursor: pointer;
}

ul.filter li.filter-active {
	background-color: #e84118;
}

/** CONTACT FORM **/
.contact{
	background-color: #fff;
}
.contact-form {
	margin-top:60px;
}

input, textarea {
	width:100%;
	color: #ddd;
	border: 1px solid #333;
	margin-bottom:40px;
}

input:not([type="submit"]) {
	height:40px;
	line-height:40px;
	padding-left: 20px;
}

textarea{
	padding-top:10px;
	padding-left:20px;
}

#submit
{
	width: auto;
	max-width: 50%;
	padding: 8px 60px;
	border: none;
	color: #fff;
	background-color: #e84118;
	cursor: pointer;
}
.g-captcha {
	display:inline-block;
}

footer
{
	height: 40px;
	line-height: 40px;
	width: 100%;
	color: #fff;
	background-color: #333;
}

.bottom
{
	width: 100%;
	height: 200px;
	background:url(../img/main.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	text-align: center;
	position: relative;
}

.bottom::before
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

/** SVG SHAPE **/
.svg-bottom
{
	position: absolute;
	width: 100%;
	bottom: -1px;
	left: 0;
	z-index: 2;
}
.svg-top
{
	position: absolute;
	width: 100%;
	top: -1px;
	left: 0;
	z-index: 2;
}