/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #ffffff;
  color: #898989;
  font-family: "Poppins", helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-kerning: auto;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

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

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

h2 portfolio-details {
  color: #292929;
  font-weight: 600;
  margin-top: 100px;
  margin-bottom: 30px;
}

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

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

a:hover {
  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: #b8a07e;
  color: #fff;
}

.btn {
  background: rgb(216,84,79);
  background: linear-gradient(170deg, rgba(216,84,79,1) 21%, rgba(40,40,53,1) 100%);
  border: medium none;
  border-radius: 1;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.08em;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
	-webkit-filter: drop-shadow(0px 5px 3px #CECECE);
  filter: drop-shadow(0px 5px 3px #CECECE);
	margin-right: 8px;
}

.btn:hover,
.btn:focus {
	background-color: #fff;
	border: 2px solid;
	border-color: #EBEBEB;
	border-radius: 1;
  	color: #333;
}

.padDiv {
  padding: 30px 20px;
}

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

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

.form-control {
  background-color: transparent;
  border: 1px solid #E1E1E1;
  border-radius: 3;
  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;
}

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

.main-content {
  padding-top: 140px;
}

#white-fade {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient(rgba(255, 255, 255, 0), white 100%);
  background: linear-gradient(to top, rgba(255,255,255,0.57), rgba(255, 255, 255, 0));
  z-index: 1; /* Ensure it's above other elements */
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #282835;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #D8544F;
  color: #D8544F;
}

.back-to-top.active {
  visibility: visible;
  opacity: 0.9;
  filter: drop-shadow 0 -5 0.2rem rgba(0,0,0,50);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px 0;
  background-color: #fff;
  top: -100%;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled,
#header.header-inner-pages {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
}

#header .logo a {
  color: #898989;
}

#header .logo img {
  max-height: 44px;
  -webkit-filter: drop-shadow(-1px 3px 1px #989898);
  filter: drop-shadow(-1px 2px 1px #c4c4c4);
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #7e7d7d;
  white-space: nowrap;
  transition: 0.4s;
  text-transform: uppercase;
	letter-spacing: 0.08rem;
	
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #D8544F;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #b8a07e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #4b4a4a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(49, 49, 49, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #4b4a4a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #D8544F;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #b8a07e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero {
  position: relative;
  height: 100vh;
  overflow: hidden; /* Ensure the video covers the whole screen */
}

#hero video {
  object-fit: cover;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#hero .hero-content {
  position: relative;
  z-index: 4; /* Ensure the content appears above the video */
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-shadow: 0px 3px 6px rgba(32,32,32,0.82);
}

.overlay-video {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Adjust as needed */
}

.video-container {
  position: relative;
  z-index: 4;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  opacity: 0.8;
}


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

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

.hero-content .list-social li {
  float: left;
  margin-right: 20px;
}

.hero-content .list-social li svg {
  color: #fff;
  text-shadow: 0px 3px 6px rgba(32,32,32,0.62);
}

#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 24.1% 68.8%, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 99.4%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3; 
}

.loading-content {
  text-align: center;
  color: #fff; /* White text color */
}

.loading-content h2 {
  font-size: 24px;
  font-kerning: auto;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(32,32,32,0.9);
}

.loading-bar {
  width: 200px;
  height: 8px;
  background-color: #fff; /* White loading bar */
  margin: 20px auto;
  animation: loading 3s ease-in;
  border-radius: 4px;
  text-shadow: 0px 3px 6px rgba(32,32,32,0.9);
}

@keyframes loading {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.max-logo_hero img {
	z-index: 1;
	-webkit-filter: drop-shadow(0px 18px 15px #252525);
  	filter: drop-shadow(0px 20px 2px #545454);
}

@keyframes pulse-rotate-hero {
  0% {
	  transform: scale(1) translateY(0px) rotateY(0deg);
      filter: drop-shadow(0 0 18px rgba(255,86,86,0.1));  
  }
	
	/*25% {
	  transform: perspective(700px) scale(1);
  }*/
	
   50% {
	  transform: scale(1.0) translateY(-10px) rotateY(180deg);
	   filter: drop-shadow(0 0 18px rgba(102,85,255,0.1)); 
  } 
	
   /* 75% {
		 transform: perspective(700px) scale(1.0) translateY(10px);
    filter: drop-shadow(0 5 20px rgba(255,152,65,1.00)); 
  }*/
	
  100% {
	  transform: scale(1.0) translateY(0px) rotateY(0deg);
    filter: drop-shadow(0 0 18px rgba(255,86,86,0.1));
  }
}

.max-logo_hero img {
 	 animation: pulse-rotate-hero 7s linear infinite;
  transform-style: inherit; /* Preserve 3D transformations */
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 120px 0 0 0;
  background-color: white;
  min-height: 40px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  padding-top: 120px;
}

#about .div-img-bg {
	padding-top: 50px;
    padding-bottom: 30px;
    border: 10px solid #E8E8E8;
	background: rgb(224,217,202);
    background: linear-gradient(22deg, rgba(228,223,215,1.00) 1%, rgba(162,142,127,1.00) 67%, rgba(68,58,50,1.00) 100%);
	border-radius: 8;
	box-shadow: inset rgba(60, 70, 85, 0.4) 0px 0px 20px 0px, inset rgba(60, 70, 85, 0.4) 0px 0px 20px 0px, inset rgba(0, 0, 0, 1) 0px 0px 36px -24px;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 10px 8px 15px 0.1px rgba(0, 0, 0, 0.1);
  margin-top: -60px;
  margin-left: 50px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 37px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

.utility-o-f-hidden {
	overflow-x: hidden;
}


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

#portfolio #portfolio-flters {
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #b8a07e;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item-inner {
  overflow: hidden;
  border-radius: 8px;
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  border-radius: 4px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #666;
  font-weight: 600;
  margin-bottom: 10px;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #999;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 35px;
  top: calc(50% - 18px);
  color: #D8544F;
}

#portfolio .portfolio-item .portfolio-info .preview-link {
  margin-right: 10px; /* Adjust the margin to increase or decrease the gap */
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cab89f;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.bx-icon-scrolltxt {
	text-align: center;
	font-size: 14px;
	font-kerning: auto;
	color: #CBCBCB;
	letter-spacing: 0.07em;
	margin-bottom: 20px;
}

.portfolio-caption {
	width: 100%;
	text-align: center;
	text-style: italic;
	margin-bottom: 20px;
	margin-top: 10px;
}

.youtube-frame {
    margin: 30px auto;
    max-width: 560px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 100px; /* Add this line for extra space */
}
	

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 60px;
	padding-bottom: 10px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #D2D2D2;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #E1E1E1;
}

.portfolio-details .portfolio-info {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 0 30px rgba(75, 74, 74, 0.08);
}

.portfolio-info-secondary {
  padding: 30px;
  object-position: inherit;
  object-fit: cover;
  box-shadow: 0px 0 30px rgba(75, 74, 74, 0.08);
}

.portfolio-info-secondary-img {
  object-position: inherit;
  object-fit: cover;
}


.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.tools-list-txt {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.tool-svg {
	-webkit-filter: drop-shadow(0px 3px 1px #CECECE);
  filter: drop-shadow(0px 3px 1px #CECECE);
	margin-right: 8px;
}


.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 15px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.credits-con {
	max-width: 1200px; /* Set your desired maximum width for the container */
    margin: 20px auto; /* Center the container on the page with some top and bottom margin */
    padding: 5px; /* Set your desired padding for the container */
	background-color: #ffffff;
	border-radius: 6px;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
	overflow: auto;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 60px;
}

.creditstitle {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .06rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}

.credit-team-members p {
	font-size: 10px;
	font-weight: 200;
	text-align: center;
}

.creditlisttable {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;
}

ul#horizontal-credit-list {
	min-width: auto;
	list-style: none;
	padding-top: 5px;
	margin-bottom: 30px;
}

ul#horizontal-credit-list li {
    display: inline-block;
	margin-bottom: 10px; /* Add spacing between list items */
	margin-right: 10px;
	padding-top: 8px; /* Set your desired padding for the container */
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
    border: 2px solid #EFEFEF; /* Set your desired border properties */
	border-radius: 3px;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
	}

.scrollframe {
    width: auto; /* Set your desired width */
    height: 500px; /* Set your desired height */
    overflow-y: scroll; /* Enable vertical scrolling */
    border: 1px dotted #ccc; /* Add a border for visual clarity */
}

.scrollframe img {
    display: block; /* Ensure the image takes up the full width of its container */
    width: 100%; /* Ensure the image takes up the full width of its container */
}

.potfolio-autoplay-square {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Adjust as needed */
}

    
.portfolio-square-inlinevideo {
    max-width: 100%; /* Control the width of the video */
    height: auto;
}





/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#contact {
  height: auto;
  width: 100%;
}

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

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

#contact input,
#contact textarea {
  width: 100%;
  margin-bottom: 5px;
}

#contact textarea {
  min-height: 160px;
}

.php-email-form {
	overflow: hidden;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*-----------------------------------------------------------------------------------*/
/*  /* Single page */
/*-----------------------------------------------------------------------------------*/
#journal-blog {
  padding-top: 140px;
}

/* main content */
.main-content {
  background: #f7f7f7;
}

.main-content .container-main {
  display: inline-block;
  width: 100%;
}

.main-content .container-main .block-main {
  margin-bottom: 30px;
  overflow: hidden;
}

.container-main .block-main .content-main {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}

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

.journal-txt h4 a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

.post-meta ul li {
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  text-transform: capitalize;
  display: inline-block;
  float: none;
}

.content-main .post-meta a {
  color: #a2a2a2;
  margin-left: 5px;
}

/* Commonts */
.comments {
  background: #fff;
}

.entry-comments h6 {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.entry-comments-item {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.entry-comments-avatar {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.entry-comments-body {
  padding-left: 86px;
}

.entry-comments-author {
  margin-right: 10px;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.rep {
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: capitalize;
}

.entry-comments span a {
  font-size: 13px;
  color: #999;
}

.entry-comments-reply {
  padding-left: 10%;
}

/* Commonts form */
.cmt {
  background: #fff;
}

blockquote {
  padding: 40px;
  background-color: #f2f2f2;
  margin: 30px 0;
  border: none;
  border-left: 4px solid #b8a07e;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #23232F;
  background-image: none;
  background-size: cover;
  border-bottom: 50px solid #1F1F29;
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  z-index: 2;
}

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

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

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

#footer .socials-media ul li a {
  font-size: 24px;
  color: #5A5A85;
  letter-spacing: 0.2em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #D8544F;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 8px;
  text-transform: uppercase;
  color: #5A5A85;
	transition: all 0.5s ease-in-out 0s;
}


.logo-circle {
  position: relative;
  width: 85px; 
  height: 85px; 
  margin: 0 auto; 
  background-color: #282835;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1; 
  -webkit-filter: drop-shadow(0px 0px 8px #191922);
  filter: drop-shadow(0px 0px 8px #1D1D28);
}


.max-logo_footer img {
	z-index: 2;
	-webkit-filter: drop-shadow(0px 3px 5px #1D1D1D);
  	filter: drop-shadow(0px 3px 5px #1E1E1E);
	position: relative;
}

@keyframes pulse-rotate {
  0% {
	  transform: perspective(700px) rotateY(0deg) scale(1);
      filter: drop-shadow(0 0 20px rgba(255,86,86,0.4));  
  }
	
	25% {
	  transform: perspective(700px) skew(0deg,0deg) translateX(0px);
  }
	
  50% {
	  transform: perspective(700px) skew(-7deg,0deg)translateX(-20px);
  }
	
  60% {
		 transform: perspective(700px) scale(1.3) skew(0deg,0deg);
    filter: drop-shadow(0 5 20px rgba(255,152,65,1.00));
  }
	
 85% {
		 transform: perspective(700px) scale(1.3) skew(9deg,0deg) translateX(20px);
	 filter: drop-shadow(0 0 20px rgba(47,105,255,0.80));
	}
	
  100% {
	  transform: perspective(700px) rotateY(180deg) skew(0deg,0deg) scale(1);
    filter: drop-shadow(0 0 20px rgba(255,86,86,0.4));
  }
}

.max-logo_footer img {
 	 animation: pulse-rotate 4s ease-in-out infinite;
  transform-style: preserve-3d; 
	opacity: 1; 
}

#site-seal {
	margin-top: 125px;
}

/* Additional Styles */
.credits {
  font-size: 13px;
}


/* JS Event listener class to initiate CSS animations */

.animate-on-scroll {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.animate-on-scroll.show {
  opacity: 1;
}


/** Width between 1200x to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 992px to 1199px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 768px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 768px) and (max-width: 991px) {

  /* Navbar */
  nav {
    padding: 10px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content .cmaster h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 767px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 600px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 10px;
    display: inline-block;
  }

  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 320px) {

  /* Navbar */
  nav {
    padding: 20px 15px;
  }

  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }

  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }

  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }

  #about .div-img-bg {
    padding: 0;
  }

  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }

  #about .about-descr .p-heading {
    font-size: 20px;
  }

  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }

  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }

  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }

  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }

  /* Single page */
  .entry-comments-body span {
    display: inline-block;
    margin-right: 0;
  }
}