/* Typography */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

img {
  width: 80%;
  border: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* wrapper */
.wrapper {
  max-width: 1040px;
  margin: auto;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

/* navigation */
.navigation {
  background-color: #fff;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  border-top: 1px solid #ddd;
}

.navigation ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.navigation ul li {
  width: 25%;
}

.navigation ul li a {
  color: #888;
  text-align: center;
  display: block;
  font-size: 24px;
}

.navigation ul li a:hover {
  color: #333;
}

.navigation ul li.active a {
  color: #333;
}

/* header-section */
.header-section {
  background-image: url('images/banner.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
}
.header-sectionme {
 /* background-image: url('images/banner.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
}

.header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 200px 0;
}

.header-section h1 {
  font-size: 48px;
  font-family: Papyrus;
  line-height: 48px;
  color: #fff;
  text-transform: capitalize;
  display: block;
}

.header-section a.see_btn {
  background-color: #222;
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
  color: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  border: 1px solid #222;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-section a.see_btn:hover {
  background-color: transparent;
  border-color: #fff;
}

/* main-content-wraper */
.main-gallery {
  padding: 10px 0;
  overflow: hidden;
  margin-bottom: 80px;
  min-height: 100vh;

}

/*COLUMNS*/
.column {
  width: 25%;
  padding: 4px;
}

.single-item{
  width: 100%;
  overflow: hidden;
  clear: both;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  border: 4px solid #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.single-item:hover {
  -moz-transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

/* mobile-btn */
.mobile-show {
  display: none;
}

.overlay {
  position: absolute;
  right: 10px;
  top: -200px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transition: all 0.3s;
  text-align: center;
}

.overlay a {
  color: #fff;
  font-size: 15px;
  padding: 3px;
  display: block;
  border-radius: 3px;
}

.overlay a:hover {
  background-color: #444;
}

.single-item:hover .overlay {
  top: 10px;
}

/* show-more */
.show-more {
  text-align: center;
  overflow: hidden;
  margin-top: 20px;
}

.show-more a {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}

.page-heading {
  text-align: center;
  padding: 20px 0;
}

.page-heading h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222;
  letter-spacing: 2px;
}

/* share page */
.center-area {
  max-width: 480px;
  width: 90%;
  margin: auto auto 100px auto;
}

.share-profile-box {
  text-align: center;
  margin: 40px 0 40px 0;
}

.share-profile-box img {
  width: 140px;
  margin: 0 auto;
  border-radius: 5px;
}

.share-social-profile {
  box-shadow: 3px 2px 10px rgba(0, 0, 0, 0.2);
}

.share-social-profile ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 30px;
}

.share-social-profile ul li a {
  color: #555;
  font-size: 15px;
  display: block;
}

.share-social-profile ul li a i {
  margin-right: 15px;
  font-size: 16px;
}

/* contact-page-info */
.contact-page-info {
  padding-top: 30px;
  text-align: center;
}

.contact-page-info h1.logo {
  font-size: 32px;
  color: #222;
  margin-top: 10px;
  margin-bottom: 10px;

  width: 100%;
   
}

.contact-page-info h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500px;
  margin-bottom: 30px;
}

.contact-page-info span {
  display: block;
  font-size: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 30px;
}
