
/*
  Theme Name: Folio
  Theme URL: https://bootstrapmade.com/folio-bootstrap-portfolio-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com
*/

/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #1a7ec9;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #1a7ec9;
  color: #1a7ec9;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/
#last-modified{
    position:absolute;
    left:90%;
}
nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100vw;
  padding: 5px;
  display: block;
  transition:0.5s;
}
.opaque{
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.trans{
background: rgba(0,0,0,0);
color: white !important;
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 20px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 30px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 16px;
  color: #999999;
  font-family: 'Poppins', helvetica;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

nav ul li a:hover::after{
  position: absolute;
  content: '';
  width: 50px;
  bottom: -1rem;
  left: 0rem;
  background-color: #1a7ec9;
  z-index: 100000;
  height: 5px;
  animation: extend 0.4s ease-in-out;
}

@keyframes extend{
0% {width:0rem};
25% {width:.5rem};
50% {width:1.3rem};
75% {width:2.4rem};
100% {width:3rem};
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active{
color:#1a7ec9;
}

.active:after {
  position: absolute;
  content: '';
  width: 50px;
  bottom: -1rem;
  left: 0rem;
  background-color: #1a7ec9;
  z-index: 100000;
  height: 5px;
  animation: extend 0.4s ease-in-out;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/bg_alt.jpg") repeat scroll center center / contain;
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

#header .header-box{
position: absolute;
top:0px;
left:0px;
height:100vh;
width:100vw;
z-index:0;
background: rgba(0,0,0,0.6);
}

#header .header-content {
  height: 100vh;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index:10;
}

.header-content h1 {
  font-size: 60px;
  text-align:center;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-size: 16px;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.header-content .list-social li {
  float: none;
  display:inline;
  margin-right: auto;
  margin-left:auto;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 15px;
}

.icon-btn{
 border-radius:50%;
 text-align:center;
 height:20px;
 width:25px;
 margin-right:10px;
 background:rgba(134, 240, 238,0.5);

 transition: 0.3s;
}

.icon-btn:hover{
background:rgba(0,0,0,0.7);
}



/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

.me{
}

#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 190px;
}

#about .section-title h2:before{
    position:absolute;
    content:'';
    bottom: -14rem;
    border-bottom: 5px solid blue;
    width:100px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  transition: 0.8s;
}
/*
#about .div-img-bg:hover {
  transform: scale(1.1);
}
*/
#about .div-img-bg .about-img img {
  width: 80%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  position:relative;
  margin-top: 1%;
  margin-left: 10%;
  height: 80%;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}
#about .about-descr{
  transition: 0.8s;
}

/*#about .about-descr:hover{
transform: scale(1.1);
}
*/
#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

#about .skill-box
{
}

.progress.skill
{
width:120%;
height:5px;
position:relative;
margin-left:auto;
margin-right:auto;
}

#about .skill-box h5{
color:black;
}

#about .skill-box div.category{
color:black;
width:auto;
font-weight:10pt;
display:inline;
}

.box-shadow-full {
    padding: 3rem 1.25rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 3rem;
    z-index: 2;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 6%), 0 2px 5px 0 rgb(0 0 0 / 20%);
    transition: 0.8s;
  }

.box-shadow-full:hover{
transform: scale(1.01);
}



/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 5px;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.services-block span::after {
margin:20px;
}
.services-box{
display:flex;
flex-flow: row wrap;
width:100%;
}

.group{
/*background:rgba(192, 196, 193,0.7);*/
margin:2px;
display:flex;
flex-flow:row wrap;
}

.sm{
height:430px;
}

.xl{
height:635px;
}

.filler{
width:100%;
height:1px;
background:rgba(0,0,0,0);
}
.circular{
border-radius:2em;
}
.services-block{
    height:20vh;
    width:10vw;
    margin:8px;
    background: rgba(255,255,255,1);
    transition: 0.8s;
    text-align:center!important;
}

.services-block:hover{
    transform: scale(1.1);
}

.services-block .separator {
  margin: 0 10px;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
  margin: 0 5px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
  transition: 0.8s;
}

.portfolio-thumbnail:hover {
transform: scale(1.08);
}
.portfolio-thumbnail img {
  max-width: 100%;
  max-height:40%;
  cursor:pointer;
}

.portfolio-thumbnail span{
    position: relative;
    top: 10px;
    color: black;
    font-size:1.08rem;
    font-weight: bold;
}
.portfolio-thumbnail p{
    position:relative;
    top:-8px;
    font-size:0.8rem;
    color:black;
    font-weight:bold;
}
/*-----------------------------------------------------------------------------------*/
/*  Experience
/*-----------------------------------------------------------------------------------*/
#experience
{
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

.journal-txt{
    text-align: center;
}

.read-more{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    padding:5px;
    margin:5px;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block{
  position: relative;
}

#journal .journal-info{
  position: relative;
}

.box{
    background: #fff;
    transition:0.8s;
    box-shadow: 2px 6px 10px 0 rgba(0,0,0,0.2);
}
.box:hover{
    transform:scale(1.08);
}
.journal-block .journal-info img {
    height:20vh;
    width: 50%;
    position:relative;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: 30rem;
  width: 100%;
  background: url('../images/mac.png') repeat scroll center center / cover;
  background-attachment: fixed;
  color: black;
}

.contactcard{
    background:white;
    height:16rem;
    position:relative;
    margin-left:auto;
    margin-right: auto;
    margin-top:7rem;
    text-align:center;
}

.contact-block1{
    position:relative;
    margin-top:1rem;
    margin-bottom:auto;
}

.contact-contact h2{
    font-size: 2rem;
}

.contact-contact span{
    font-size: 1rem;
    position:relative;
    text-align:center;
}

.contact-details {
  list-style: none;
  margin: 2rem;
  padding: 0;
}

.contact-details li {
  padding-bottom: 1rem;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

.social{
    margin-top: 2rem;
}

.social a{
    font-size:2.5rem;
    padding-top:3rem;
    padding-left:3rem;
    padding-right:3rem;
}

.fa-facebook{
    color:#3b5998;
}

.fa-kaggle{
    color:#4dbbff;
}

.fa-linkedin{
    color:#0e768a;
}

.fa-twitter{
    color:#00aced;
}

.fa-instagram{
    color:#C13584;
}

.fa-google-plus-g{
    color:#dd4b39;
}

.fa-youtube{
    color:#bb0000;
}

.fa-facebook:hover,
.fa-github:hover,
.fa-kaggle:hover,
.fa-linkedin:hover,
.fa-twitter:hover,
.fa-instagram:hover,
.fa-google-plus-g:hover,
.fa-youtube:hover{
    color:#000;
}


/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}


#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#contact .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#contact .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}
/*------------------------------------------------------------------*/
/* Progress Bar */
/*------------------------------------------------------------------*/
.progress{
    width:80%;
    background: #b3d4f2;
    height: 0.8rem;
    overflow: visible;
    margin-left:2%;
}

.percentage{
    background: #1586ed;
    height: 0.8rem;
    position:relative;
    left:0px;
}

.progress h4{
  color: #000;
  font-size:0.7rem;
  position:relative;
  top:-1.2rem;
  left: 0px;
}
/*------------------------------------------------------------------*/
/* popup description */
/*------------------------------------------------------------------*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal a{
    color: blue;
    text-decoration: underline!important;
}
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
display:block;
margin-left:auto;
  font-size: 28px;
  font-weight: bold;
  background:red;
  width:2vw;
  transition:0.2s;
}

.close:hover,
.close:focus {
   transform: scale(1.2);
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*center*/
.al-center{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

.arrows path {
	stroke: #FFF;
	fill: transparent;
	stroke-width: 2px;
	animation: arrow 1.8s infinite;
	-webkit-animation: arrow 1.8s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a2 {
	animation-delay:-0.2s;
	-webkit-animation-delay:-0.2s; /* Safari 和 Chrome */
}

.arrows path.a3 {
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari 和 Chrome */
}

.cv-embed{
height:100%;
width:100%;
position:absolute;
top:0;
left:0;
}

.cv-box{
height:800px;
width:900px;
}

