/**
*
* -------------------------------------------------
*
* Template : M - One Page Personal Portfolio Template
* Author   : Hamza Mensouri
* Version  : 1.0
*
* --------------------------------------------------

01.GLOBAL STYLE
02.INTRO
	-NAVBAR
	-WELCOME-AREA
03.ABOUT-AREA
04.PROJECTS-AREA
05.SERVICES-AREA
06.AVAILABLE-AREA
07.PORTFOLIO-AREA
08.TESTIMONIALS-AREA
09.INFO-AREA
10.CONTACT-AREA
11.FOOTER
* --------------------------------------------------
*
**/

/*================ 01-GLOBAL STYLE ================*/
/* Google Fonts*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto');

* {
	padding: 0;
	margin: 0;
}
html,
 body {
	margin: 0;
    padding: 0;
	height: 100%;
}

/* Text Selection color */
::selection {
	background: #fbe414;
}
::-moz-selection {
	background: #fbe414;
}
/* Preloader */
.preloader {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    background-color: #ffffff;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 30%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loading 1.8s infinite ease-in-out;
  animation: loading 1.8s infinite ease-in-out;
}
.loader {
  color: #1a1a1a;
  font-size: 4px;
  margin: 350px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* ---------- */
#about,
 #projects,
 #services,
 #available,
 #portfolio,
 #testimonials,
 #info,
 #contact{
	 width:100%;
	padding:65px 0 85px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {	
	font-family: 'Montserrat', sans-serif;
}

p {
	font-family: 'Roboto', sans-serif;
}

/*================ 02.INTRO ================*/
.intro-section {
	background-image:url(../img/cover.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:50% 0px;
	background-attachment:fixed;
	position:relative;
	height:100%;
	width: 100%;
	min-height:750px;
}
.intro-section .overlay {
	background-color:rgba(0,0,0,0.06);
	height:100%;
}
/*================ NAVBAR ================*/
.mynavbar {
	background-color:transparent;
	width:100%;
	padding: 30px 0;
	z-index: 20;
	top:0;
	position:fixed;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.nav-scroll .mynavbar {
	background-color:#0e0e0e;
	padding: 10px 0;
	border-radius: 0;
	box-shadow: 0 0 1px #0e0e0e;
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}
.navbar-default {
	border:none;
}
.navbar-default .navbar-header a {
	font-family:'Montserrat', sans-serif;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-weight: 700;
	font-size: 40px;
}
.navbar-default .navbar-header a:hover,.navbar-default .navbar-header a:focus {
	color: #ffffff;
}
.navbar-default .navbar-header a span {
	color:#fbe414;
}
.navbar-default .navbar-header a span:hover, .navbar-default .navbar-header a span:focus {
	color:#fbe414;
}
.navbar-default .nav-list li a {
	font-family:'Montserrat', sans-serif;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:0.5pt;
}
.navbar-default .nav-list li a:hover, .navbar-default .nav-list li a:focus {
	color:#cccccc;
	transition:700ms ease;
}
.navbar-default .navbar-toggle {
	border:none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color:transparent;
	border:none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color:#fbe414;
}
/*================ WELCOME-AREA ================*/
.welcome-area {
	padding: 300px 0 0;
	width:100%;
}
.welcome-area span {
	color: #62308B;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
}
.welcome-area h2 {
	color: #62308B;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
	letter-spacing: 2px;
}
.welcome-area h4 {
	color:#62308b;
	font-size:20px;
	letter-spacing:2px;
	margin-bottom:30px;
}
.welcome-area h4 span {
	color:#fbe414;
	font-size:40px;
}
.welcome-area .btn-download {
	background-color: transparent;
	font-size: 12px;
	color: #62308B;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #fbe414;
	text-transform: uppercase;
	letter-spacing: 1pt;
	padding: 14px 20px;
	border-radius: 0;
}
.welcome-area .btn-download:hover {
	background-color:#fbe414;
	color:#62308b;
	transition:700ms ease;
	letter-spacing:0.9pt;
}
.welcome-area .welcome-scroll {
	margin-top:160px;
}
.welcome-area .welcome-scroll .arrow a {
	color:#fbe414;
	font-size:18px;
	text-decoration:none;
}
.welcome-area .welcome-scroll .bounce {
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
		40% {
			-webkit-transform: translateY(-30px);
			transform: translateY(-30px);
			}
			60% {
				-webkit-transform: translateY(-15px);
				transform: translateY(-15px);
				}
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		}
		40% {
			-webkit-transform: translateY(-30px);
			transform: translateY(-30px);
			}
			60% {
				-webkit-transform: translateY(-15px);
				transform: translateY(-15px);
				}
}
.typed::after {
	content: '|';
	display: inline;
	color:#fbe414;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}
.typed-cursor{
   opacity: 0;
	display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/*================ END INTRO ================*/

/*================ 03.ABOUT-AREA ================*/
.about-section {
	background:#ffffff;
}
.about-section .section-title {
	padding:0 0 50px 0;
}
.about-section .section-title h1 {
	color:#62308b;
	font-weight:700;
	letter-spacing:0.5pt;
}
.about-section .section-picture{
	position: relative;
}
.about-section .section-picture img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}
.about-section .section-picture .overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
	width: 100%;
	height:0;
	transition: 0.5s ease;
}
.about-section .section-picture .overlay .social {
	white-space: nowrap; 
	color: #ffffff;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.about-section .section-picture .overlay .social i {
	color:#1a1a1a;
	padding:0 8px;
	-webkit-transition: 0.9s ease-out;
	-moz-transition: 0.9s ease-out;
	transition: 0.9s ease-out;
}
.about-section .section-picture .overlay .social i:hover {
	color:#62308b;
	transition:200ms ease;
	-webkit-transform: rotateZ(720deg);
	-moz-transform: rotateZ(720deg);
	transform: rotateZ(720deg);
}
.about-section .section-picture:hover .overlay {
	bottom: 0;
	height: 100%;
}
.about-section .section-content .nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	color: #62308b;
	cursor: default;
	background-color: transparent;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	border: 1px solid #62308b;
	border-bottom-color: #fff;
	border-radius:0;
	font-size:12px;
	letter-spacing:0.5pt;
}
.about-section .section-content .nav-tabs li a {
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	margin-right: 2px;
	line-height: 1.428571429;
	border: 1px solid transparent;
	color:#cccccc;
	background-color:transparent;
	font-size:12px;
	letter-spacing:0.5pt;
}
/* About Details */
.about-section .section-content .tab-content h3 {
	color:#5f5f5f;
}
.about-section .section-content .tab-content p {
	color:#666666;
	font-size:16px;
	line-height:25px;
	letter-spacing: 0.1pt;
}
/* About Skills */
.about-section .section-content .tab-content .skills-title span {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#555555;
}
.about-section .section-content .tab-content .skills-title p {
	color:#555555;
	margin-bottom:1px;
	float:right;
}
.about-section .section-content .tab-content .progress.progress-margin {
	width:100%;
	height:10px;
	border-radius:0;
	box-shadow: none;
	margin-bottom:30px;
}
.about-section .section-content .tab-content .progress {
	width:100%;
	height:10px;
	border-radius:0;
	box-shadow: none;
	margin-bottom: 0;
}
.about-section .section-content .tab-content .progress .progress-bar {
	background-color:#1bbca8;
}
.about-section .section-content .tab-content .skills-margin {
	margin-top:20px;
}
/* About Skills Effect */
@keyframes html { 
  0%  { width:0px;} 
  100%{ width:90%;}  
}
@keyframes css { 
  0%  { width:0px;} 
  100%{ width:90%;}  
}
@keyframes javascript{ 
  0%  { width:0px;} 
  100%{ width:70%;}  
}
@keyframes photoshop{ 
  0%  { width:0px;} 
  100%{ width:70%;}  
}
@keyframes illustrator{ 
  0%  { width:0px;} 
  100%{ width:40%;}  
}
/*================ 04.PROJECTS-AREA ================*/
.projects-section {
	background:#1a1a1a;
}
.projects-section #border-left1,#border-left2,#border-left3 {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.projects-section .project-single i {
	color:#ffffff;
	font-size:35px;
	margin:15px 0 10px 0;
}
.projects-section .project-single .number {
	color:#fbe414;
	font-size:22px;
}
.projects-section .project-single h5 {
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:0.8pt;
}
/*================ 05.SERVICES-AREA ================*/
.services-section {
	background-color:#f6f6f6;
}
.services-section .section-title {
	padding:0 0 50px 0;
}
.services-section .section-title h1 {
	color:#62308b;
	font-weight:700;
	letter-spacing:0.5pt;
}
.services-section .thumbnail {
	border-radius:0;
	border: 1px solid rgba(230,230,230,1);
	padding: 49px 15px;
	margin-bottom:30px;
	margin-top:3px;
	background-color:#f6f6f6;
	transition: all 0.4s ease 0s;
}
.services-section .thumbnail:hover {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 17px 0 #ddd;
	margin-top: -3px;
}
.services-section .thumbnail:hover i {
	color:#1bbca8;
	transition:700ms ease;
}
.services-section .thumbnail h3 {
	color: #222222;
	padding-top: 10px;
	font-size: 24px;
}
.services-section .thumbnail p {
	color: #777777;
	font-size: 14px;
	line-height: 25px;
}
/*================ 06.AVAILABLE-AREA ================*/
.available-section {
	background-image:url(../img/bg.jpg);/* --- background image here --- */
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	position: relative;
}
.available-section .overlay {
	background-color:rgba(0,0,0,0.3);
	height:100%;
	width: 100%;
}
.available-section h1 {
	color: #ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:40px;
	padding-top:70px;
}
.available-section .btn-contact {
	background-color:transparent;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	border:1px solid #fbe414;
	text-transform:uppercase;
	letter-spacing:1pt;
	padding:14px 70px;
	margin-bottom: 50px;
	border-radius:0;
}
.available-section .btn-contact:hover {
	background-color:#fbe414;
	color:#62308b;
	transition:700ms ease;
}
/*================ 07.PORTFOLIO-AREA ================*/
.portfolio-section {
	background:#f6f6f6;
}
.portfolio-section .section-title {
	padding:0 0 50px 0;
}
.portfolio-section .section-title h1 {
	color:#62308b;
	font-weight:700;
	letter-spacing:0.5pt;
}
.portfolio-section .portfolio-b {
	padding:10px 10px;
}
.portfolio-section .portfolio-box {
	position: relative;
	display: block;
	max-width: 650px;
	margin:0 auto;
}
.portfolio-section .portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.portfolio-section .portfolio-box:focus {
	outline: none;
}
.portfolio-section .portfolio-box .portfolio-box-caption .portfolio-box-caption-content{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.9);
	color: #1a1a1a;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 50px 30px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}
.portfolio-section .portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content{
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.portfolio-box-caption .portfolio-box-caption-content i{
	color:#62308b;
	font-size: 30px;
	margin-bottom:20px;
}
.portfolio-box-caption .portfolio-box-caption-content h5{
	font-size: 20px;
	font-weight:700;
}
.portfolio-box-caption .portfolio-box-caption-content p{
	letter-spacing:1px;
}
/*================ 08.TESTIMONIALS-AREA ================*/
.testimonials-section {
	background:#1a1a1a;
}
.testimonials-section .item p {
	color:#a5a5a5;
	font-size:16px;
	line-height: 30px;
	text-align:inherit;
	letter-spacing: 0.5px;
}
.testimonials-section .quote {
	color:#ffffff;
	margin-bottom:45px;
}
.testimonials-section .carousel-inner .item h6{
	font-weight:700;
	color:rgba(255, 255, 255, 0.8);
	letter-spacing:1px;
}
/* carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;
	text-align:center;
}
/* indicator position */
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -25px;
	margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
	background-color:#333333;
	border:none;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
	background-color:#fbe414;
	height:11px;
	width:11px;
	margin-bottom:1px;
}
#quote-carousel blockquote {
	border:none;
	padding: 20px 0 0 0;
}
#quote-carousel .carousel-inner .item .profile-circle {
	background-color:rgba(255,255,255,0.4);
	width:100px;
	height:100px;
	margin:0 auto;
	border-radius:50%;
}
#quote-carousel .carousel-inner .item .profile-circle img {
	width:100px;
	height:100px;
	margin:0 auto;
}
/*================ 09.INFO-AREA ================*/
.info-section {
	background:#ffffff;
}
.info-section .info-single i {
	color:#fbe414;
	font-size:35px;
	margin:15px 0 10px 0;
}
.info-section .info-single p{
	color:rgba(51, 51, 51, 0.7);
	font-size:14px;
}
.info-section .info-single h5 {
	color:#1a1a1a;
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0.8pt;
}
.info-section .info-single i {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}
.info-section .info-single:hover i{
    transform: scale(1.2);
}
/*================ 10.CONTACT-AREA ================*/
.contact-section {
	background-color:#1a1a1a;
}
.contact-section .section-title {
	padding:0 0 50px 0;
}
.contact-section .section-title h1 {
	color:#ffffff;
	font-weight:700;
	letter-spacing:0.5pt;
}
.contact-section .section-title p {
	color:#777777;
}
.map {
	width: 100%;
	height:250px;
	margin-bottom: 30px;
}
.contact-section .input-padding {
	padding-top:15px;
}
.contact-section form .textarea {
	font-family: 'Montserrat', sans-serif;
	height:210px;
	padding-top:15px;
	border-radius:0;
}
.contact-section form .form-input {
	font-family: 'Montserrat', sans-serif;
	height:50px;
	border-radius:0;
}
.contact-section form .button {
	background-color:transparent;
	color:#ffffff;
	font-family: 'Montserrat', sans-serif;
	border:1px solid #fbe414;
	margin:15px 0 0 0;
	text-transform:uppercase;
	letter-spacing:1pt;
	padding:14px 0;
	border-radius:0;
}
.contact-section form .button:hover, .contact-section form .button:focus {
	background-color:#fbe414;
	color:#62308b;
	transition:700ms ease;
}
/* Succes & Error Message */
.contact-section .success {
  padding: 1em;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #468847;
  transition:500ms ease;
}
.contact-section .error {
  padding: 1em;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #b94a48;
  transition:500ms ease;
}

/*================ 11.FOOTER ================*/
.footer-area {
	background-color:#ffffff;
	padding:30px 0;
}
.footer-area .footer-text p {
	color:#555555;
	font-weight:500;
}
.footer-area .footer-top i {
	color:#fbe414;
}
.footer-area .footer-social ul li {
	display:inline-block;
	padding:0 0 0 15px;
}
.footer-area .footer-social ul li a {
	color:#555555;
	text-decoration:none;
}
.footer-area .footer-social ul li a:hover {
	color:#62308b;
	transition:200ms ease;
}
