
body{
background-color: #1a1b1c;	
  color:#fff;
    font-family: 'Roboto';
	font-size: 16px;
	overflow:hidden;

}

body p{
	text-align: justify;
}


.emerald{
	
  color: #00c483	
}
.emerald-bg{
	
  background: #00c483!important	
}


h1{
font-size: 35px;
font-weight: 900
}

h2{
font-size: 35px
}

h3{
font-size: 36px;
font-weight: 600
}

h4{
	font-size: 25px;
}

.case-study h4{
	
	  color: #00c483
}

h5{
	font-size: 19px;
}

h6{
	font-size: 15px;
}

nav{
color:#fff;
}

span{
display: inline-block;
}

hr{
background-color: #fff;
margin-bottom: 40px;
}

button:focus {outline:0!important}

.mtb15{
margin:15px 0	
	
}



.frame {
 /* position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;*/
  height: 50px;
 /* margin-top: -200px;
  margin-left: -200px;*/
  border-radius: 2px;

	overflow: hidden;
  background: #fff;
  color: #333;
 /*width:100%*/

}




.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.boxes {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.boxes .box {
  position: relative;
  flex: 1 1 auto;
  width: 28%;
  transition: all .5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  display: flex;
    background: #00764f;

}
.boxes .box .menu-caption {
  position: absolute;
  top: 50%;
  left: calc(50% + 10px);
  transform: translate(-50%, -50%) scale(0.5);
  font-size: 20px;
  color: transparent;
  transition: all .5s ease-in-out;
}

/*Nav*/

.w100 {
	width: 100%!important;
}


/*.show-text .menu-icon{
	position:static!important;
	padding-left: 12px!important;
	
}*/

.show-text .menu-caption{
	color: #fff!important;
	transform: translate(-50%, -50%) scale(1)!important
}


.boxes .box:hover {
  width: 100%;
   background: #00c483;
}

.boxes .box:hover .menu-caption{
 
	   
		color: #fff;
		transform: translate(-50%, -50%) scale(1);

	
}

/*.boxes .box:hover .menu-icon{
 
	   
		position:static!important;
	padding-left: 12px!important;
		

	
}*/

.box .menu-icon {
	color: white;
	align-self: center;
	font-size: 20px;
	position:static!important;
	padding-left: 12px!important;
	/*position: absolute;
    left: calc(50% - 10px);*/
}




.hide{
display:none;	
}


.gap{
 height:15px;
}

.offset { /* fontawesome offset*/ 
    margin-right: 8px;
}

.show-sm, .show-dl-caption{
	display:none;
}


/*nav bar*/

.tab-content{
    width: 100%;
    margin: 0px 20px 0 0px;
    height: calc(80vh - 80px);
    overflow-x: hidden;
}


.tab-pane{
    margin: 20px 20px 0 20px;
}





.main-container{

margin: 40px 0;

height: 100%;
}


.download-cv-btn{
	display:flex
}

.download-cv{
	border: 1px solid #00c483;
	display: block;
    height:50px;
	line-height: 50px;
	text-align:center;
	font-size: 20px;
}

.download-cv:hover{
	background-color: transparent;
}

.nav-item{
	margin:5px 2px;
}



.main-block{background-color: #1a1b1c;/* margin: 20px 0 20px 0; */height: 100%;}

.profile-pic{
	height: 120%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/photo_1.jpg);
	
}

.profile-pic-sm{
	height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/photo-sm_1.jpg);
    margin: 30px auto;
}

.person-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.person-name {
    font-weight: 900;
    line-height: 1.17;
    color: #fff;
    text-align: center;
	margin: 0 15px;
}

.person-position {
    font-size: 25px;
    font-weight: bold;
    color: #00c483;
    text-align: center;
    margin-top: 10px;
    line-height: normal;
}

.person-socials-list {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    list-style: none;
	font-size: 30px;
    margin: 15px 0 30px;
}

.person-socials-list-sm {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    list-style: none;
	font-size: 30px;
    margin: 0;
}



.right-block{
	
 height: calc(100vh - 80px);
	
}



.left-block{
	height: calc(100vh - 80px);
	overflow: hidden;
}



.image-block{
width: 100%;
}

.content-block{
	 background: #1c1e1f
}

/*  Button    */
.download-btn{
	
 text-align:center;
 margin: 30px 0;
	
}

.back-btn{
margin-bottom:20px	
}


.btn-custom {
    color: #fff;
    /* background-color: #00C483; */
    border: 2px solid #00C483;
    border-radius: 3px;
	padding: 10px 30px;
}

.btn-custom:hover {
    color: #fff;
    background-color: #00ab72;
    border-color: #00ab72
}

.btn-custom.focus,.btn-custom:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

/* About me block*/
.subtitle {
    list-style: none;
    padding: 0;
	
}

.subtitle > li {
    display: inline;
	font-size:20px;
}

.list-sep > li:not(:last-child)::after {
    content: "|";
	color: #fff
}




.timeline {
  position: relative;
  /* max-width: 1200px; */
  margin: 40px 0 40px 15px;
  border-left: 2px solid #00c483;
}


.timeline::after {
  /* content: ''; */
  position: absolute;
  width: 2px;
  background-color: #00c483;
  top: 0;
  bottom: 0;
  left: 3.5%;
  /* margin-left: 3.7%; */
}

.exp-block {
  padding: 0 0px 0 10px;
  position: relative;
  background-color: inherit;
}

.exp-content::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  left: -20px;
  background-color: #1a1b1c;
  border: 2px solid #00c483;
  top: 7px;
  border-radius: 50%;
  z-index: 1;
}

.shift-left {
  left: 0;
}



.shift-right::before {
  left: -18px;
}

.exp-content {
  padding: 0 0 0 10px;
  position: relative;
}


@media screen and (max-width: 600px) {
  .timeline::after {
    left: 24px;
  }

.exp-block {
    width: 100%;
  
}


  .exp-block::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }


  .shift-left::before, .shift-right::before {
    left: 15px;
  }

}



/* WORK EXPERIENCE*/

.company-details{margin-top: 20px;margin-bottom: 20px;}


.job-title{
	border-bottom: 2px dotted #fff;
    display: inline-block;
}

.date span{
background-color: #00c483;
    padding: 5px 10px;
    border-radius: 5px;
}


.exp-details{
 margin: 30px 0;
}

.exp-details p{
  font-size:18px
}

.exp-details ul {
padding: 0 0 0 5px;
}

.exp-details ul li{
	list-style-type: none;
    font-size: 16px;
    font-style: italic;
    padding: 5px;
    line-height: 1.3;
	 
}

/*  EDUCATION  */


.ed-section{
	
margin: 0 0 40px 0;	
}


.ed-date{
text-align:right;	
	color: #00c483;
}



  
.ed-school span{
	 
    border: 1px solid #00c483;
    padding: 5px;
}


.ed-block{
 margin: 20px 0 0 0;
}


.ed-subtitle, .ed-desc{
margin-top: 15px;
margin-bottom: 15px;
}
  
.awards-content, .award-desc{

margin: 20px 0

}

 
/*SKILLS*/

.skills-block{
	margin: 30px 0;
}

.bar-style{
	
height: 10px;
	
margin: 0 0 10px 0;
}

.other-skills ul{
    padding: 8px 0 6px 60px !important;
}	

.other-skills ul li{
	
padding: 10px 10px;	
margin: 0px 8px 10px 10px;	
color: #fff !important;	
font-family: Helvetica,sans-serif;	
font-size: 13px;	
display: inline-block;	
vertical-align: middle;	
border-radius: 5px;	
border: 2px solid #00c483;
}

.languages, .IT, .IT-software{
  position: relative;
}



.other-skills-icon:before{
 /* color: #00c483; */
 font-family: "Font Awesome 5 Free";
 font-size: 35px;
 /* margin-right: 10px; */
 font-weight: 600;
 display: inline-block;
 /* bottom: 2px; */
 left: 0;
 top: 2px;
 position: absolute;
}

.section-title-icon{
margin-left: 3px;
margin-bottom: 20px;
}

.section-title-icon:before{
    color: #00c483;
    font-family: "Font Awesome 5 Free";
    font-size: 32px;
    margin-right: 10px;
	font-weight: 600;
}



/*  Interests   */ 

.interests-holder {
  margin-top:30px;
  text-align: center;
}
.interests-row {
  text-align: center;
}
.interests-row.big li {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}
.interests-row.big li span {
  font-size: 16px;
  width: 100%;
  height: 16px;
  line-height: 16px;
}
.interests-row.big li i {
  bottom:22px;
  font-size: 30px;
  /* width: 30px; */
  height: 25px;
  line-height: 20px;
}
.interests-row.medium li {
  width: 70px;
  height: 70px;
  margin: 0 5px;
}
.interests-row.medium li span {
  font-size: 12px;
  width: 100%;
  height: 12px;
  line-height: 12px;
}
.interests-row.medium li i {
  top: -15%;
  font-size: 25px;
  width: 25px;
  height: 30px;
  line-height: 15px;
}

.interests-row ul {
  list-style: none;
  /* margin: 0; */
  padding: 0;
}

 .interests-row ul li {
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    border-radius: 400px;
    height: 100px;
    border: 2px solid #ffffff;
    /* background-color: #d8cdbb;*/
  
}


.interests-row ul li i,
.interests-row ul li span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.interests-row ul li:hover {
     border-color: #00c483;
    /* background-color: #00c483; */
    color: #00c483;
}
.interests-row ul li:hover i {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
 
}
.interests-row ul li:hover span {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.interests-row ul li span {
  text-transform: capitalize;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  top: 30%;
}
.interests-row ul li i {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.interests-row ul li i:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}



.interests-row ul li .des{
  visibility: hidden;
  position: absolute;
  width: 460px;
  top: 250px;
  bottom: 0;
  color: black;
  font-size: 18px;
}

.interest-descriptor{
  margin:15px;
  font-size:18px;
  height: 40px;
}


.icon-bg{
	background-repeat:no-repeat;
	background-position:0 0px;
}

.badminton{ 
	background-image:url("../img/badminton-w.png");
	background-size: 25px 25px;
	}
	
.badminton:hover{ 
	background-image:url("../img/badminton.png");
	background-size: 25px 25px;
	}





/* Portfolio */ 

.gallery{
margin-bottom: 30px;	
	
}


.filter-button
{
    font-size: 18px;
    border: 1px solid #00c483;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    margin: 3px 0;
    background-color: transparent;
}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #00c483;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #00c483;
}
.filter-button.active 
{
    background-color: #00c483;
 
}

.port-image
{
    width: 100%;
}

.gallery_product
{
 padding: 10px;
	
}

.gallery_product img
{
   width: 100%
	
}

.gallery_product { 
cursor: pointer; 
}

.gallery_product a:after {
    content: attr(des);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0.5em 20px;
    width: calc(100% - 10px);
    background-color: rgba(0,0,0,1);
    text-decoration: none !important;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    font-size: 1em;
    text-align: center;
    line-height: 1;
  }
  .gallery_product a:hover:after {
    opacity: 0.90;
  }


.case-study-icon{
    background-size: 20px 20px;
    position: absolute;
    left: 0;
	background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

i.materials {

    background-image: url(../img/case_study/icon/materials.png);

}

i.technologies {

    background-image: url(../img/case_study/icon/technology.png);

}

i.techniques {

    background-image: url(../img/case_study/icon/techniques.png);
 
}

i.website {

    background-image: url(../img/case_study/icon/internet.png);

}

.offset-icon{
	padding-right: 10px
}

.business-keyw{
	padding:0;
	font-size: 20px
}

.case-keyw{
	position:relative;
	padding-left: 30px;
	margin-top:30px;
}

.case-keyw li, .business-keyw li{

list-style-type: none;

}

.keyw-title{
font-style: italic;
font-size: 18px;
padding-right:5px;	
	
}

.w-80{
width:80%;

}

.figure{
    margin: 0 auto;
	display:block;
}

.figure img{
width: 100%
}
	
/* custom scrollbar */

/* width */
::-webkit-scrollbar {
    width: 5px;
}
 
/* button */
::-webkit-scrollbar-button {
    background: #313131;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #3e3e3e;
}
 
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}
 
/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}
 
/* Corner */
::-webkit-scrollbar-corner {
    background: #999;
}
 
/* Resizer */
::-webkit-resizer {
    background: #111;
}


/* MOBILE RULES */


@media (max-width: 991px){

.sm-mt-15p{
	margin-top:15px
}

.sm-font{

font-size: 12px!important;
	
}

}



@media (max-width: 768px){





.hide-sm{
	display:none;
}

.show-dl-caption{
display:inline-block;

}

.show-dl-caption:hover{

text-decoration: underline;
}

.show-sm{
	display:block;
}

.text-center-sm{
text-align: center;
}

/*.tab-content{
  
    height: calc(80vh - 10px);
   
}*/

.tab-pane {
    
    margin-bottom: 80px;
}


.right-block{
	height: calc(100vh - 10px)
	
;}

.main-container{
margin:0;
}

.ed-school, .ed-date{
font-size: 14px;	
}

}

