

/*	gallery */

.gallery-title{
    font-size: 36px;
    color: #3F6184;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.filter-button{
    font-size: 18px;
    border: 2px solid #3F6184;
	padding:8px 10px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
	background:transparent;
	min-width: fit-content;
	height: auto;
}
.filter-button:hover,
.filter-button:focus,
.filter-button.active{
    color: #ffffff;
    background-color:#3F6184;
	outline:none;
}
.gallery_product{
    margin: 0px;
	padding:0;
	position:relative;
	outline: 13px solid rgba(0, 0, 0, .4);
    outline-offset: -11px;
}
.gallery_product .img-info{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
	overflow:hidden;
	color:#fff;
	top:0;
	display:none;
	   -webkit-transition: 2s;
    transition: 2s;
}

.gallery_product:hover .img-info{
	display:block;
   -webkit-transition: 2s;
    transition: 2s;
}

/*	end gallery */







.orange{
	color: #ff8c00;
}

.navbarBG{
   background-color: rgba(0,0,0,0.7);
}
.aboutBG{
	background-image: url(../images/profile-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
}
.aboutText{
    padding-top: 30px;
    margin-right: 50px;
}
.whatIdoIcon{
    margin-left: 20px;
	margin-top: 6px;
	font-size: 40px;
}
	
.whatIdo{
	line-height: 1.5;
    font-size: 34px
}


@media screen and (min-width:991px){
	.navbar-brand{
		width: 5%;
	}
	.aboutText{
		float: right;
	}
	.whatIdo{
	    font-size: 24px
	}
	.logos1{
		margin-left: 22% !important;
	}
	.logos2{
		margin-left: 22% !important;
		margin-top: 21px;
	}
	.box{
	    margin-left: 122px;
	}
}

@media screen and (max-width:990px){

	.mediaMenu{
		text-align:center; 
	}
	.navbar-brand{
	width: 6%;
	}
	.whatIdo{
	    font-size: 24px
	}
	.logos1{
		margin-left: 5% !important;
	}	
	.logos2{
		margin-left: 5% !important;
	}
	.box{
	    margin-left: 87px;
	}
}

@media screen and (max-width:441px){
	.navbar-brand{
	width: 10% ;
	}
	.logos1{
		margin-left: 5% !important;
	}	
	.logos2{
		margin-left: 5% !important;
	}
	.box{
	    margin-left: 24px;
	}
}

.carousel-item {
  height: 65vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fix-im {
    position: relative;
    bottom:11rem;
}
@media screen and (max-width:768px){
.flex-100 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.fix-im {bottom: 0rem;}
}
.ugali {
    background: black;
    padding: 6px;
}

.btn-warning{
	background-color: #ff8c00;
    border-color: #ff8c00;
}

/*Parallax*/

.parallax-one {
	padding-top: 20px; 
	padding-bottom: 20px; 
	width: 100%; 
	background-image: url("../images/img_parallaxblue.jpg"); 
	background-attachment: fixed; 
	background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top center;
	text-align: center;
}
.parallax-two {
	padding-top: 20px; 
	padding-bottom: 20px; 
	width: 100%; 
	background-image: url("../images/img_parallax3.jpg"); 
	background-attachment: fixed; 
	background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top center;
	text-align: center;
}
.parallax-three {
	padding-top: 20px; 
	padding-bottom: 20px; 
	width: 100%; 
	background-image: url("../images/img_parallax4.jpg"); 
	background-attachment: fixed; 
	background-size: cover; 
	-moz-background-size: cover; 
	-webkit-background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top center;
	text-align: center;
}

.box{
	width: 100px;
    float: left;

}

/*skills*/
.container .skills {
    background:rgba(0,0,0,0.5);
	
}
.container .skills h3 {
    margin:0;
    padding:0;
    color:#fff;
    float:left;
}
.container .skills .percent {
    float:right;
    color:#fff;
}
.container .skills .bar {
    position: relative;
    width: 100%;
    background: #262626;
    margin: 5px 0 10px;
}
.container .skills .bar .progress {
    position: absolute;
    top:0;
    left:0;
    width:87%;
    background:linear-gradient(to right, #ff8c00, #af6000);
}
.container .skills .bar .progress:before {
    content:'';
    position: absolute;
    top: -5px;
    right: 0;
    width: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow:0 0 25px rgba(41,123,247,1);
    
}

.skillsBG{
	background-color: #1f0e01;
    background-image: url(../images/skills-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 800px;
    position: relative;
    padding: 5rem 0 9.6rem;
    color: rgba(255, 255, 255, 0.3);
}
.contactBG{
	background-color: #1f0e01;
    background-image: url(../images/skills-cntct.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 800px;
    position: relative;
    padding: 5rem 0 9.6rem;
    color: #ffffff;
}
.portfolioBG{
	background-color: #1f0e01;
    background-image: url(../images/portfolio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    min-height: 800px;
    position: relative;
    padding: 5rem 0 9.6rem;
    color: #FFFFFF;
}

/* Timeline */
#prototype {
  background-color: #f4f4f4;
  color: #717171;
}

.prototype {
  width: 50%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

.prototype img {
  width: 30px;
}

.prototype.right {
  float: right;
  text-align: left;
  padding-left: 120px;
  border-left: 4px solid #ededed;
}

.prototype.left {
  float: left;
  margin-left: 4px;
  text-align: right;
  padding-right: 120px;
  border-right: 4px solid #ededed;
}

.prototype.right img {
  position: absolute;
  top: 7%;
  left: -17px;
}

.prototype.left img {
  position: absolute;
  top: 7%;
  right: -16px;
}

.protoype-marges {
  height: 130px;
}

.prototype.left span:after {
  display: block;
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background: #e4e4e4;
  right: 30px;
}

.prototype.right span:after {
  display: block;
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background: #e4e4e4;
  left: 30px;
}

#prototype span {
  font-size: 38px;
  line-height: 0.66;
  letter-spacing: 2.5px;
  color: #303030;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

:-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

::-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

@media screen and (max-width: 767px) {
  #prototype span {
    font-size: 20px;
  }

  .prototype {
    font-size: 15px;
  }

  .prototype {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .prototype img {
    width: 24px;
  }

  .prototype.right {
    float: right;
    text-align: left;
    padding-left: 120px;
    border-left: 4px solid #ededed;
  }

  .prototype.left {
    float: right;
    text-align: left;
    padding-left: 120px;
    border-left: 4px solid #ededed;
    border-right: 0;
  }

  .prototype.right img {
    position: absolute;
    top: 27%;
    left: -14px;
  }

  .prototype.left img {
    position: absolute;
    top: 27%;
    left: -14px;
    right: inherit;
  }

  .prototype.left span:after {
    display: block;
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #e4e4e4;
    left: 30px;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.6);
  box-shadow: 0 0 1px rgba(255,255,255,.6);
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

@media only screen and (max-width : 767px) {
  .protoype-marges {
    height: 40px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}

@media only screen and (max-width : 480px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
hr{
	display: inline-block;
    height: 1px;
    width: 240px;
    background-color: #dedede;
    text-align: center;
}
/*  BURGER MENU
========================================== */
.menu {
	width: 100%;    
    position: fixed;
    z-index: 21;
    background-color: rgba(0,0,0,0.5);
    right: 0;
}
.menu span {
	position: absolute;
	margin-bottom: 9px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	top: 50%;
	left: 80%;
	margin-left: -15px;
	margin-top: -1.5px;
	
}
.menu span, .menu span::before, .menu span::after {
	display: block;
	width: 26px;
	right: 0;
	height: 3px;
	background-color: #ff8c00;
	outline: 1px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	
}
.menu span::before, .menu span::after {
	position: absolute;
	content: "";
}
.menu span::before {
	top: -9px;
	 width:20px
}
.menu span::after {
	top: 9px;width: 33px;

}
.menu.clicked span {
	background-color: transparent;
}
.menu.clicked span::before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-moz-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	-o-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);    width: 33px;
}
.menu.clicked span::after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-moz-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	-o-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.menu.clicked span:before, .menu.clicked span:after {
	background-color: #ffffff;
}
.menu:hover {
	cursor: pointer;
}
/*  NAV
========================================== */

#nav {
	background: rgba(0,0,0,0.7);
	position: fixed;
	z-index: 20;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	padding: 100px 40px 60px 40px;
	overflow-y: auto;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#nav.show {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#nav.show ul.main li {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}
.menu.clicked {
    position: fixed;
    z-index: 99;
}
#nav.show ul.main li:nth-child(1) {
	transition-delay: 0.15s;
}
#nav.show ul.main li:nth-child(2) {
	transition-delay: 0.3s;
}
#nav.show ul.main li:nth-child(3) {
	transition-delay: 0.45s;
}
#nav.show ul.main li:nth-child(4) {
	transition-delay: 0.6s;
}
#nav.show ul.main li:nth-child(5) {
	transition-delay: 0.75s;
}
#nav.show ul.main li:nth-child(6) {
	transition-delay: 0.9s;
}
#nav.show ul.main li:nth-child(7) {
	transition-delay: 1.05s;
}
#nav.show ul.main li:nth-child(8) {
	transition-delay: 1.2s;
}
#nav.show ul.main li:nth-child(9) {
	transition-delay: 1.35s;
}
#nav.show .about, #nav.show .social, #nav.show ul.sub {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	transition-delay: .85s;
}

@media (min-width: 667px) {
#nav {
	padding: 120px 30px 70px 39px;
}
}
#nav ul.main {
	list-style-type: none;
}
#nav ul.main li {
	-webkit-transform: translateX(40px);
	-moz-transform: translateX(40px);
	-ms-transform: translateX(40px);
	-o-transform: translateX(40px);
	transform: translateX(40px);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: none;
	    list-style: circle;
    color: #fff
}
#nav ul.main li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.main li a {
	color: #ffffff;
	
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1rem;
	display: block;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.main li a span {
	color: #fd7e14;
}
#nav ul.main li a:hover {
	color: #fd7e14;
}
#nav ul.sub {
	list-style-type: none;
	margin-top: 40px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav ul.sub li {
	margin-bottom: 10px;
}
#nav ul.sub li:last-of-type {
	margin-bottom: 0px;
}
#nav ul.sub li a {
	color: #ffffff;
	font-family: "Raleway", sans-serif;
	letter-spacing: 1px;
	font-size: 0.9rem;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul.sub li a:hover {
	color: #b7ac7f;
}
.menu:hover span{}

/*  OVERLAY
========================================== */
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 7;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color: #603e82;
	opacity: 0;
	visibility: hidden;
}
.overlay.show {
	opacity: 0.8;
	visibility: visible;
}

#nav .header-social-list {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 2.3rem;
}

.header-social-list li{
	float: left;
}
.header-social-list a{
	color: #fff;
}
.header-social-list a:hover{
	color: #fd7e14;
}


ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 45px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fd7e14;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
	margin-top: 3px;
}

.container{
	max-width: 90% !important;
}

.row{
	margin-right: 0px !important;
}

  
/*===================
   Mobile navigation
  ===================*/
@media (min-width: 300px) {
p{
	font-size:  3.6vw !important;
	}
h1 {
	font-size: 7.9vw !important;
	}
h2 {
	font-size: 5.9vw !important;
	}
h3 {
	font-size: 4.7vw !important;
	
	} 
h4{
	font-size: 4vw !important;
	}
h5{
	font-size: 4vw !important;
	}

.whatIdoIcon {
    font-size: 12vw !important;
}    
.skills-label span{
	font-size: 4.7vw !important;
} 
.btn-lg, .btn-group-lg > .btn {
	font-size: 4.7vw !important;	
	}
#burger h3{
	padding-top: 5px;
}
.container .skills .bar .progress {
	height: 15px;
	}
.container .skills .bar .progress:before {
	height: 24px;
	}
.container .skills .bar {
	height: 15px;
	}
#Career a {
	font-size: 3vw !important;
}
.menu {
    max-width: 400px;
    height: 75px;
}
#nav{
	max-width: 400px;
}	
#nav ul.main li a {
    font-size: 4.5vw;
	padding-top: 60px;
}
#nav .header-social-list {
    font-size: 5rem;
}		
.header-social-list li {
     padding-left: 63px;
}	
#career p{
    padding-top: 50px !important;
}	
#Portfolio p {
    padding-left: 25px;
}
.container .skills {
	padding: 0px;
	}
.contactCard{
	background-color: rgba(0, 0, 0, 0.6);
    padding: 7px;
	text-align: center;
	}	
}
.contactCard a{
	color: #ff8c00;
}


/*===================
   Desktop navigation
  ===================*/
@media (min-width: 991px) {
p {
	font-size: 1.2vw !important;
	}
h1 {
	font-size: 4.9vw !important;
	}
h2 {
	font-size: 1.9vw !important;
	}
h3 {
	font-size: 1.7vw !important;
	} 
h4{
	font-size: 1.4vw !important;
	}
h5{
	font-size: 2vw !important;
	}
h5{
	font-size: 2vw !important;
	}


.whatIdoIcon {
    font-size: 3vw !important;
}
.skills-label span{
    font-size: 1.7vw !important;
}       
.btn-lg, .btn-group-lg > .btn {
	font-size: 1.7vw !important;	
	}
#burger h3{
	padding-top: 9px;
}
.container .skills .bar {
height: 5px;
}
.container .skills .bar .progress {
height: 100%;
}
.container .skills .bar .progress:before {
height: 12px;
}
#Career a {
    font-size: 1vw !important;
}
.menu {
    max-width: 250px;
	height: 56px;
	}
#nav{
	max-width: 250px;
	}	
#nav ul.main li a {
    font-size: 1vw;
	padding-top: 0px;
}	
#nav .header-social-list {
    font-size: 2.3rem;
}	
.header-social-list li {
     padding-left: 25px;
}
#career p{
	 padding-top: 0px;
}	
#Portfolio p {
    padding-left: 0px;
}	
.container .skills {
	padding: 15px;
}
.contactCard{
	background-color: rgba(0, 0, 0, 0.6);
    padding: 7px;
	text-align: center;
	}
	
}


