
body{font-family: "Montserrat", sans-serif;}
.headertop{padding:0px;}
.container{max-width:1200px; margin: 0 auto;}
h1, h2, h3, h4, h5, h6{ font-family: "Syne", sans-serif;}

  .navbar .logo a{
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  
 
  .search-box .input-box input{
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
  }
  .navbar .nav-links .sidebar-logo{
    display: none;
  }
  .navbar .bx-menu{
    display: none;
  }
  @media (max-width:920px) {
    nav .navbar{
      max-width: 100%;
      padding: 0 25px;
    }
  
    nav .navbar .logo a{
      font-size: 27px;
    }
    nav .navbar .links li{
      padding: 0 10px;
      white-space: nowrap;
    }
    nav .navbar .links li a{
      font-size: 15px;
    }
  }
  @media (max-width:800px){
    nav{
      /* position: relative; */
    }
    .navbar .bx-menu{
      display: block;
    }
    nav .navbar .nav-links{
      position: fixed;
      top: 0;
      left: -100%;
      display: block;
      max-width: 270px;
      width: 100%;
      background-color:#1f404b;
      line-height: 40px;
      padding: 20px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      transition: all 0.5s ease;
      z-index: 1000;
    }
    .navbar .nav-links .sidebar-logo{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .sidebar-logo .logo-name{
      font-size: 25px;
      color: #fff;
    }
      .sidebar-logo  i,
      .navbar .bx-menu{
        font-size: 25px;
        color: #fff;
      }
    nav .navbar .links{
      display: block;
      margin-top: 20px;
    }
    nav .navbar .links li .arrow{
      line-height: 40px;
    }
  nav .navbar .links li{
      display: block;
    }
  nav .navbar .links li .sub-menu{
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li{
    border-bottom: none;
  
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow{
    transform: rotate(0deg);
    }
    .navbar .links li .sub-menu .more-sub-menu{
      display: none;
    }
    .navbar .links li .sub-menu .more span{
      /* background: red; */
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
    }
  
    .links li .sub-menu .more:hover .more-sub-menu{
      display: none;
    }
    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .js-sub-menu{
      display: none;
    }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .js-sub-menu,
    .navbar .nav-links.show2 .links .more .more-sub-menu{
        display: block;
      }
      .navbar .nav-links.show1 .links .htmlcss-arrow,
      .navbar .nav-links.show3 .links .js-arrow{
          transform: rotate(180deg);
  }
      .navbar .nav-links.show2 .links .more-arrow{
        transform: rotate(90deg);
      }
  }
  @media screen and (max-width:640px){
    nav .navbar .nav-links{
    max-width: 100%; 
  } 

  }
  
  i.fa-menu{display: none !important;}
  .search-box2 ul{margin-top: 20px;}
  .search-box2 ul li{ display: inline-block; margin: 0px 10px;}






  .slide {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .slide {
    overflow: hidden;
  }
  .slide::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    z-index: 10;
  }
  .slide .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slide .image-data {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 100;
  }
  .image-data span.text {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  .image-data h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
  }
  a.button {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    color: #333;
    background: #fff;
    text-decoration: none;
    margin-top: 25px;
    transition: all 0.3s ease;
  }
  a.button:hover {
    color: #fff;
    background-color: #c87e4f;
  }
  /* swiper button css */
  .nav-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
  }
  .nav-btn:hover {
    background: rgba(255, 255, 255, 0.4);
  }
  .swiper-button-next {
    right: 50px;
  }
  .swiper-button-prev {
    left: 50px;
  }
  .nav-btn::before,
  .nav-btn::after {
    font-size: 25px;
    color: #fff;
  }
  .swiper-pagination-bullet {
    opacity: 1;
    height: 12px;
    width: 12px;
    background-color: #fff;
    visibility: hidden;
  }
  .swiper-pagination-bullet-active {
    border: 2px solid #fff;
    background-color: #c87e4f;
  }
  @media screen and (max-width: 768px) {
    .nav-btn {
      visibility: hidden;
    }
    .swiper-pagination-bullet {
      visibility: visible;
    }
  }
  .navbar { padding-top:0px !important;}
  .banerhalf{width:58%; float: left;}
  .textbaner{ float: left; padding-top: 140px; padding-left: 100px; width:30%; z-index: 9999;
    position: relative;}
  .bannersec{ background: #F4F0ED; width:100%; position: relative; overflow: hidden;}
  .bannersec::after{content: "";
    background: #2e4535;
    width: 100%; padding-top: 50px;
    display: block; height:100vh;
    top: 75px;
    position: absolute;}
    .textbaner{ z-index: 9999;}
    .textbaner h3{ color:#fff; font-size: 36px; margin-top: 20px; font-weight: 600;}
    .textbaner span{ color:#fff; font-size: 16px; text-transform: uppercase; font-weight: 600; margin-bottom: 20px;}
    .textbaner p{ color:#fff; font-size: 14px; margin-bottom: 30px;}
  .swiper { margin-left: 0px !important; margin-right: 0px !important;}
  .arrow2{position: absolute; left: 100px;}
  .swiper-button-prev { position: relative !important; left: 40px;}

  .swiper-button-next, .swiper-button-prev {position: relative !important; width: 40px !important;
    height: 40px !important; border: 1px solid #ccc; background-color: transparent; color: #000; margin: 0px 20px;}

    .swiper-button-next::after, .swiper-button-prev::after {
        content: 'next';
        font-size: 20px !important; 
      }

      .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,30px);
  left: 40px !important;
  top: 17px !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left:-20px !important;
    right: auto;
  }

  .fourboxsection{ padding:50px 0px;}
  .fourboxsection h4{font-size:20px; color: #333; text-transform: uppercase; font-weight:600; margin-top: 20px; margin-bottom: 15px; letter-spacing: 1px;}
  .borderline{border-left: 1px solid #e4e4e4;}

  img{max-width:100%;}

  .crafting{padding-left: 40px; padding-top: 30px;}
  .crafting span{ color:#000; font-size: 16px; text-transform: uppercase; font-weight: 600; margin-bottom: 20px;}
  .crafting h5{ color:#000; font-size: 30px; margin-top: 20px; font-weight: 600; margin-bottom: 30px;}

  .craftingbox{margin-bottom:50px;}
  .craftingbox h3{font-size: 60px; color: #000; font-weight:600; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom:20px;}
  .craftingbox h6{font-size:23px; color: #000; font-weight:600;}

  .footer{padding: 20px 0px; padding-right: 0px !important;}

  .footerbx {padding-right: 30px !important;}
  .footerbx img{margin-bottom: 20px;}
  ul.social{margin-top: 35px;}
  ul.social {padding-left: 0px; margin: 0px;}
  ul.social li{ list-style: none; margin-right: 20px; display: inline-block;}
  ul.social li i{ color: #333;} 
  ul.list{padding-left: 0px; margin: 0px;}
  ul.list li{ list-style: none;  margin-bottom: 8px;}
  ul.list li a{ font-size:15px; color: #666; font-weight:600; text-decoration: none;}
  .footer h4{text-transform: uppercase; font-size: 18px; font-weight:600; margin-bottom: 20px;}
  a.textdecoration{text-decoration: underline; color: #666;}


  .footer input{
    background-color: #02010100;
    color: #000000;
    font-family: "Euclid Circular B", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.5px;
    padding: 015px 18px 015px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #555555;
    border-radius: 0px 0px 0px 0px !important;
  }
  .arrowright{position: absolute; right: 50px; top:60px;}
  ul.htmlCss-sub-menu{ padding-left: 0px;}
  .more-sub-menu{padding-left: 0px;}
  ul.sub-menu{padding-left: 0px;}

  .navbar {padding-bottom: 0px;}
 

img.close{ position: relative; top:20px; left: 20px;}
  
aside, main {
    height: 100vh;
    min-height: 580px; }
  
  aside {
    width: 380px; top: 0px;
    right: 0;
    z-index: 999999;
    position: fixed;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    color: #fff;
    background-color: #E3E3E3;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1); }
    .show-sidebar aside {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    aside .toggle {
      padding-right: 30px;
      padding-top: 30px;
      position: absolute;
      left: 0;
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
      .show-sidebar aside .toggle .burger:before, .show-sidebar aside .toggle .burger span, .show-sidebar aside .toggle .burger:after {
        background: #fff; }
    .show-sidebar aside {
      -webkit-box-shadow: -10px 0 30px 0 rgba(0, 0, 0, 0.5);
      box-shadow: -10px 0 30px 0 rgba(0, 0, 0, 0.5); }
    aside .side-inner {
      padding: 20px 0;
      height: 100vh;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
      aside .side-inner .share {
        padding: 50px; }
        aside .side-inner .share h2 {
          font-size: 3rem;
          font-weight: 700;
          margin-bottom: 30px; }
        aside .side-inner .share p {
          color: #fff;
          line-height: 1.8;
          margin-bottom: 30px; }
        aside .side-inner .share form .form-control {
          background: none;
          border-radius: 0;
          height: 56px;
          margin-bottom: 20px;
          color: #fff;
          border-color: rgba(255, 255, 255, 0.2); }
          aside .side-inner .share form .form-control:active, aside .side-inner .share form .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-color: #fff; }
          aside .side-inner .share form .form-control::-webkit-input-placeholder {
            /* Edge */
            color: #fff; }
          aside .side-inner .share form .form-control:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #fff; }
          aside .side-inner .share form .form-control::-ms-input-placeholder {
            color: #fff; }
          aside .side-inner .share form .form-control::placeholder {
            color: #fff; }
        aside .side-inner .share form textarea {
          height: auto !important; }
        aside .side-inner .share form .btn {
          border-color: transparent;
          height: 56px;
          border-radius: 0;
          display: block;
          background: #fff;
          color: #000;
          font-weight: bold;
          text-transform: uppercase;
          font-size: 14px;
          letter-spacing: .2rem; }
  
  main {
    width: calc(100%); }
    main .post-entry {
      margin-bottom: 30px; }
      main .post-entry .custom-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        margin-right: 30px; }
    main .post-content h3 {
      font-size: 18px; }
    main .post-content .post-meta {
      font-size: 15px;
      color: #ccc; }
  
  /* Toggle */
  .menu-toggle span {
    color: #ccc;
    font-size: 2rem; }
  
  .menu-toggle:hover span, .menu-toggle:focus span {
    color: #000; }
  
  .menu-toggle.active span {
    color: #fff; }
  



@media screen and (max-width:640px){
    aside {
        width: 300px;}
    .logo{width: 30%;}
    .banerhalf {
        width: 100%;
        float: left;
      }
      .textbaner {
        float: left;
        padding-top:50px;
        padding-left: 30px;
        width:100%; padding-right: 30px;
        z-index: 9999;
        position: relative;
      }

      .fourboxsection .px-5{padding: 20px !important;}
      .fourboxsection h4 {
        font-size: 15px;}

        .fourboxsection p{ font-size: 13px;}
   
        .crafting {
            padding-left: 20px;
            padding-top: 20px;
          }

          .craftingbox h3 {
            font-size: 45px;}

            .craftingbox h6 {
                font-size: 17px;}

                .footer {
                    padding: 50px 20px;}

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


.page-title{
  background-color: #2e4535;
  /* background-image: url('../images/banner-image.jpg'); */
}

.page-title h1{ text-align: center; padding: 100px 0px; text-transform: uppercase; color: #fff;}

.isotope-gallery{
	float:left;
	width:100%;
	height:auto;
	padding-top:60px;
	margin-bottom:60px;
}

.isotope-button-group .button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  text-transform:uppercase;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.isotope-button-group .link{
  display: inline-block;
  padding: 5px 10px;
  background: none;
  border: 1px solid #ccc;
  text-transform:uppercase;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-size: 0.9rem;
}

.isotope-button-group .button:hover {
  background-color: #f3645a;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.isotope-button-group .link:hover{
	color:#000;
  background-color: #6fcdbd;;
}

.isotope-button-group .button:active,
.isotope-button-group .button.is-checked {
  background-color: #f44336;
}

.isotope-button-group .link:active,
.isotope-button-group .link.is-checked{
	color:#000;
  background-color: #6fcdbd;
}

.isotope-button-group .button.is-checked {
  color: #fff;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.isotope-button-group .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.isotope-button-group {
  margin: 10px auto;
  width: 100%; 
  text-align: center;
  margin-bottom: 20px;
}

.isotope-button-group:after {
  content: '';
  display: block;
  clear: both;
}

.isotope-button-group .button {
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.isotope-button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.isotope-button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }



/* ---- isotope ---- */

.isotope-grid {
  margin: 0 auto;
  width: 100%; 
  font-family: 'Roboto', sans-serif;
}

.isotope-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.isotope-grid p, .isotope-grid h2, .isotope-grid h3, .isotope-grid h4{
	clear:both;
	margin:0px;
	padding:0px;
}

.isotope-grid img{
	position:center;
	border:1px solid #eee;
}

.isotope-grid a, .isotope-grid a:hover{
	color:#f44336;
	text-decoration:none;
}

.isotope-grid .isotope-grid-item {
  display:block;
  overflow:hidden;
  height:auto;
  padding:5px;
  color: #444;
}

.isotope-grid .isotope-item{
	float:left;
	width:100%;
	height:100%;
	background:#fff;
	box-shadow:0px 0px 2px 1px #ccc;
	padding:10px;
	overflow:hidden;
}

.isotope-button-title{
	padding:5px;
	margin:0px;
	text-align:center;
	font-size:20px;
	font-weight:500px;
	color:#f44336;
}

.isotope-gallery hr{
	margin:5px auto;
	width:20%;
	display:block;
	height:0px;
	border-top:2px double #f44336;
}


.isotope-grid figure.isotope-image-gallery-1 {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height:100%;
  background: #6fcdbd;
  text-align: center;
}

.isotope-grid figure.isotope-image-gallery-1 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.isotope-grid figure.isotope-image-gallery-1 img {
  opacity: 1;
  width: 100%;
  height:100%;
}

.isotope-grid figure.isotope-image-gallery-1 figcaption {
  top: 50%;
  left: 10px;
  right: 10px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  overflow: hidden;
  max-height:100%;
}

.isotope-grid figure.isotope-image-gallery-1 figcaption h2 {
  position: relative;
  font-size:20px;
  font-weight: 400;
  text-shadow:0px 0px 5px #000;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  padding:10px;
}

.isotope-grid figure.isotope-image-gallery-1 figcaption h2 span {
  font-weight: 800;
}

.isotope-grid figure.isotope-image-gallery-1 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
  padding:0px 10px 10px 10px;
  text-align:justify;
}

.isotope-grid figure.isotope-image-gallery-1:before,
.isotope-grid figure.isotope-image-gallery-1:after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
  overflow:hidden !important;
}

.isotope-grid figure.isotope-image-gallery-1:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.isotope-grid figure.isotope-image-gallery-1:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.isotope-grid figure.isotope-image-gallery-1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.isotope-grid figure.isotope-image-gallery-1:hover img,
.isotope-grid figure.isotope-image-gallery-1.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.isotope-grid figure.isotope-image-gallery-1:hover figcaption h2,
.isotope-grid figure.isotope-image-gallery-1.hover figcaption h2,
.isotope-grid figure.isotope-image-gallery-1:hover figcaption p,
.isotope-grid figure.isotope-image-gallery-1.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow:hidden;
}

.isotope-grid figure.isotope-image-gallery-1:hover figcaption p,
.isotope-grid figure.isotope-image-gallery-1.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.isotope-grid figure.isotope-image-gallery-1:hover:before,
.isotope-grid figure.isotope-image-gallery-1.hover:before,
.isotope-grid figure.isotope-image-gallery-1:hover:after,
.isotope-grid figure.isotope-image-gallery-1.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-wrapper{ height: 600px !important;}

.top-contact{
  background-color: #2e4535;
  margin-bottom: 1rem;
}

.top-text{ margin-top: 1rem; font-size: 18px; color: #fff;} 
.top-text a{ color: #fff; text-decoration: none;}
.text-right{ text-align: right;}
nav{ margin-bottom: 1rem;}

.mobile-c{ display: none;}
.mob-menu-logo-holder{ margin-top: 10px !important;}

@media screen and (max-width: 700px) {
  .mobile-c {
    display: block !important;
  }
  
  .mobile-c .top-text {
    font-size: 20px !important;
    text-align: center;
  }
  .bannersec{ background: #2e4535 !important;}
  .page-title h1{ padding: 20px 0px !important;}
  .imgbox{ margin-bottom: 20px !important; text-align: center;}
}