@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Montserrat', sans-serif !important;
    color: #684823;
    font-size: 16px;
}

h1 {
    color: #684823;
    font-size: 40px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 60px;
    text-align: center;
}

h2 {
    color: #684823;
    font-size: 26px;
    font-weight: 400;
}

header {
    margin-bottom: 34px;
}

header, #contact {
    background: #fff;
    padding: 30px 0;
}

.navbar {
    background: #fff;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    border-top: 5px solid #684823;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}

.nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #684823;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:visited {
    background-color: transparent;
}

.nav > li > a.btn.btn-success {
    color: #fff;
    padding: 15px;
    margin: 10px 5px;
    background: #294a3e;
    border-color: #294a3e;
}

.navbar-default .navbar-toggle {
    border-color: #684823;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #684823;
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-brand {
    display: inline-block;
    padding:  0;
}

.navbar-brand > img {
    margin: 0 15px;
    width: auto;
    max-width: 360px;
}

@media only screen and (max-width: 420px) {
    .navbar-brand > img {
        max-width: 100%;
    }

    .navbar-brand{
        max-width: 70%;
    }
}


@media (max-width: 1023px) {

   

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}

    .dropdown:hover .dropdown-menu {
        display: block;
      }
}

@media (max-width: 1300px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-brand > img {
        height: 50px;
    }
}

.pagination{
    font-size: 16px;
}

.date{
    font-size: 14px;
}


#scrollUp {
    background-image: url('../images/top.png');
    bottom: 20px;
    right: 80px;
    width: 38px; /* Width of image */
    height: 38px; /* Height of image */
}

#box-wrapper, #home-content {
    padding: 60px 0;
}

#home-content {
    background: #f7f7f7;
    text-align: center;
    font-size: 18px;
}

#home-content h1 {
    margin: 0 0 60px 0;
}

.hovereffect {
    width: 100%;
    padding-bottom: 56.5%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #000;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 0;
}

.hovereffect img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.hovereffect:hover img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 20px;
    background: rgba(0, 0, 0, 0.7);
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hovereffect a.info {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50px;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    background-color: transparent;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect .lead {
    color: #FFF;
    font-size: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect .lead {
    padding: 0 20px;
}

.hovereffect:hover a.info, .hovereffect:hover .lead {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a.more, a.more:hover {
    color: #684823;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #684823;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 20px;
}

.inner_content {
    padding: 40px 0 60px 0;
}

.list-wrapper, .gallery-wrapper {
    margin-top: 80px;
}

.module-list {
    margin-bottom: 40px;
}

.list-image {
    position: relative;
    width: 100%;
    padding-bottom: 70%;
    overflow: hidden;
}

.list-image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

.module-list h3 {
    margin-bottom: 20px;
}

.module-list .btn {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.module-list .btn.btn-success {
    background: #e07126;
    border-color: #e07126;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #6c8720;
    border-color: #6c8720;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > a, .pagination > li > span {
    color: #6c8720;
}

.boxitem-wrapper {
    margin-bottom: 30px;
}

#images {
    margin-top: 80px;
}

.hovereffect-gallery {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect-gallery .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.hovereffect-gallery:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect-gallery img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect-gallery:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
}

.hovereffect-gallery h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.hovereffect-gallery a, .hovereffect-gallery p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.hovereffect-gallery a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}

.hovereffect-gallery:hover a, .hovereffect-gallery:hover p, .hovereffect-gallery:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#contact {
    position: relative;
    background-size: cover;
    background: url('../images/1.jpg') fixed center center;
    color: #fff;
    padding: 80px 0;
}

#contact .btn.btn-success, #box-wrapper .btn.btn-success {
    background: #294a3e;
    border-color: #294a3e;
    text-transform: uppercase;
    font-size: 18px;
}

#contact img {
    display: block;
    margin: 0 auto 40px auto;
}

#contact a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}

#contact .dark {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.contact_data {
    margin-top: 40px;
}

@media only screen and (max-width: 992px) {
    #contact {
        padding-bottom: 40%;
    }
}

@media only screen and (max-width: 599px) {
    #contact {
        padding-bottom: 56.5%;
    }
}

#contact .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

#contact span {
    font-weight: bold;
}

footer {
    background: #333;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 599px) {
    .carousel-caption h3{
        font-size: 16px;
    }
}