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

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

body {
  background: #1d1d1d;
  color: #ffffff;
  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: #dfdfdf;
  font-weight: 600;
}

h3 {
  color: #969696;
  font-size: 20px;
  font-weight: 500;
}

h4 {
  color: #d8a661;
  font-size: 25px;
  font-weight: 600;
}

a {
  color: #dfdfdf;
  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: #d8a661;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #dfdfdf;
  letter-spacing: 0.1em;
  font-weight: 500;
  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: #d8a661;
  color: #fff;
}

::selection {
  background: #d8a661;
  color: #fff;
}

.btn {
  background: #484f4f;
  border: medium solid #fff ;
  border-radius: 10;
  color: #fff;
  font-size: 14px;
  width: 250px;
  height: 50px;
  line-height: 50px;
  padding: 0px 0px 50px;
  text-transform: uppercase;
}

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

.btn_tns {
  background-color: transparent;
  border: medium solid #fff ;
  border-radius: 10;
  color: #fff;
  font-size: 14px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  padding: 0px 0px 50px;
  text-transform: uppercase;
}

.padDiv {
  padding: 30px 20px;
}

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

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #dfdfdf;
  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;
  color: #d8a661;
  border-radius: 10;
  background-color: transparent;
}

.paddsection {
  padding-top: 40px;
  padding-bottom: 0px;
}

.paddsectionquestion {
  padding-top: 0px;
  padding-bottom: 40px;
}

.paddsectionsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #1d1d1d;
  z-index: 1000;
  width: 100%;
  padding: 5px;
  display: none;
  /* -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); */
}

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

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

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

.logo {
  float: left;
}

.logo img {
  width: 120px;
  height: 40px;
}

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

.active {
  color: #afafaf;
}

/*----------------------------------------------------------------------------------*/
/*  Headers
/*-----------------------------------------------------------------------------------*/

/*#header {
  background: url("../images/personal/header-me.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
}
*/

#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

/* @media (max-width: 750px) {
  #header .background-video { display: none; }
  #header 
  {
    background: url("../images/portfolio/Landscapes/DSC_2213.jpg") no-repeat;
    background-size: cover;
  }
} */

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

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

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

.header-content .list-social li {
  float: left;
  margin-right: 35px;
}

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

  cursor: pointer;
  -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;
}

.header-content .list-social li i:hover, .header-content .nav li i.filter-active {
  color: #d8a661;
  -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;
}


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

#services {
  width: 100%;
  height: auto;
  background: #1d1d1d;
  padding-top: 60px;
  padding-bottom: 40px;
}

#services-blog {
  background: #1d1d1d;
  padding-bottom: 60px;
  padding-top: 140px;
}

#services .services-block {
  display: inline-block;
  height: 90%;
  width: 100%;
}

#services .services-block .services-info {
  position: relative;
}

.services-block .services-info img {
  max-width: 100%;

  
  transition: .5s ease;
  backface-visibility: hidden;

  /* transition: all 0.5s ease-in-out 0s; */
}

.services-block .services-info:hover img {
  opacity: 0.3;
}

.services-block .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.services-block .container:hover .overlay {
  opacity: 1;
}

/* .services-block .services-info img:hover {
  color: #dfdfdf;
  max-width: 100%;
  transition: all 0.5s ease-in-out 0s;
} */


.services-block .services-info .services-txt {
  padding: 5px 0px;
  position: relative;
}

.services-block .services-info .services-txt h4 a {
  display: block;
  transition: all 0.5s ease-in-out 0s;
  color: #d8a661;
  font-size: 25px;
  font-weight: 600;
}

.services-block .services-info .services-txt h4 a:hover {
  color: #dfdfdf;
  transition: all 0.5s ease-in-out 0s;
}

.services-block .services-info .services-txt p {
  margin: 0;
  color: #dfdfdf;
  font-size: 14px;
  line-height: 24px;
}

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

#photography {
  position: relative;
  padding-bottom: 0px;
  padding-top: 60px;
}

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

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

#photography .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;
}

#photography .portfolio-list .nav li:hover, #photography .portfolio-list .nav li.filter-active  {
  color: #d8a661;
  -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;
}

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

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
  pointer-events: none;
}

.portfolio-thumbnail img {
  max-width: 100%;
  pointer-events: none;
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  background: #1d1d1d;
  padding-top: 60px;
  padding-bottom: 80px;
}
/* 
#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #d8a661;
} */

#about .div-img-bg .about-img img {
  width: 100%;
  /* box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14); */
  margin-left: 0px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  text-align: left;
  color: #d8a661;
}

#about .about-descr .separator {
  max-width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size: 20px;
  color: #c0c0c0;
}


/* -----------------------------------------------------------------------------------
/*  Journal
/*-----------------------------------------------------------------------------------*/
/*
#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  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 .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.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: #d8a661;
  -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: auto;
  width: 100%;
  padding-top: 25px;
}

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

.contact-details li {
  padding-bottom: 0px;
}

#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: 5px;
}

#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;
} */

/*-----------------------------------------------------------------------------------*/
/*  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 0px 0;
}

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

#footer .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: #d8a661;
  -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;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}
