@font-face {
  font-family: montserratbold;
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
  font-family: montserratregular;
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
  font-family: montserratextrabold;
  src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
}

@font-face {
  font-family: montserratextrabolditalic;
  src: url('../fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf');
}

h1, h2, h3, h4, h5, h6, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: montserratextrabold;
}

footer h3 {
    font-family: montserratregular;
}

body p, body a {
    font-family: montserratregular;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-family: 'montserratbold';
}

.navbar-nav {
    font-family: montserratregular;
}

h1.h1 {
  font-family: montserratextrabolditalic;
  text-transform: uppercase;
  color: #000;
}

h1.h1-green {
  font-family: montserratextrabold;
  text-transform: uppercase;
  color: #1c4525;
}

h3.h3 {
  font-family: montserratregular;
}

.carousel-caption h3 {
  font-family: montserratextrabold;
}

@media (min-width: 1200px) {
.h1, h1 {
    font-size: 3.5rem;
}
}

#contact-wrapper {
  background: url(../images/contact.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
  min-height: 780px; 
  /* height: 89vh; */
}

.navbar {
    /* position: relative; */
    height: 16vh;
    background: #f4f5f5;
    min-height: 155px;
}

/* @media (min-width: 768px) { */

    .navbar-brand {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -50px !important;  /* 50% of your logo width */
        display: block;
        z-index: 100;
    }
/* } */

body {
    background: #fff;
}

.header-mid {
    position: absolute;
    left: 50%;
    margin-left: -120px !important;
    max-width: 242px;
    top: -18px;
}

@media (max-width: 768px) {
    .carousel-caption h3 {
        text-transform: uppercase;
        font-size: 2.3rem !important;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        top: 105px;
        background: #fff;
        padding: 15px 33px;
    }  

    .follow-us {
        margin-top: 35px;
    }  
}

@media (min-width: 768px) {
    .navbar-nav {
        z-index: 99;
        height: 35px;
    }

    .navbar-nav.items-a {
        margin-right: 300px;
    }

    .underline {
      display: inline;
      position: relative;
      overflow: hidden;
    }
    .underline:after {
      content: "";
      position: absolute;
      z-index: -1;
      right: 0;
      width: 0;
      bottom: -6px;
      background: #4acc5f;
      height: 3px;
      transition-property: width;
      transition-duration: 0.2s;
      transition-timing-function: ease-out;
    }
    .underline:hover:after,
    .underline:focus:after,
    .underline:active:after {
      left: 0;
      right: auto;
      width: 100%;
    }

    li.active span {
        display: block;
        border-bottom: 3px solid #4acc5f;
        height: 3px;
        margin-top: 8px;
    }    

}

footer {
    min-height: 220px;
}

input {
    font-size: 11px;
}

.form-control {
    border-radius: 0;
    font-size: 0.89rem;
}

.form-control:focus {
    border-radius: 0;
    box-shadow: none;
}

.btn-success {
    border-radius: 0;
    background: #4acc5f;
    border-color: #4acc5f;
    color: #000;
    padding: 10px 34px !important;
    font-size: 15px;
    font-weight: 600;
}

.carousel-caption h3 {
    text-transform: uppercase;
    font-size: 3.45rem;
}

.carousel-caption {
    position: absolute;
    right: 50%;
    bottom: 7.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    z-index: 99;
}

ul.navbar-nav li {
    /* margin: 0 77px; */
    font-weight: bold;
    text-transform: uppercase;
}



.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 30px;
    height: auto !important;
    width: auto !important;
}

.carousel-indicators li {
    background-color: #4acc5f;
}

.carousel-inner .item {
    display: none;
}

.carousel-inner .carousel-item img {
    object-fit: cover;
    height: calc(100vh - 155px);
    min-width: 1000px;
    min-height: 500px;
}

.carousel-inner .item.active {
    display: block;
}

.post-item {
    position: relative;
}

.post-details {
    position: absolute;
    color: #fff;
    bottom: 28px;
    left: 40px;    
}

.btn.read-more {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.left.carousel-control, .right.carousel-control {
    display: none;
}

.carousel-indicators li {
    width: 60px;
    margin-right: 14px;
}

.carousel-indicators li {
    opacity: 1;
    background-color: #fff;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #4acc5f;
    height: 6px;
}

a.footer-link {
    color: #4acc5f;
    text-decoration: underline;
    font-size: 41px;
    margin-right: 10px;
}

a.first {
    margin-left: 0;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}

footer a.active {
    color: #4acc5f;
}

.input-subscribe {
    opacity: 1 !important;
    font-style: italic;
    font-weight: 500;
    border: none !important;
}

#ansh_up_page_button {
    background-color: #4acc5f;
    opacity: 1;
    padding: 15px !important;
}

#blog-back {
    right: 2%;
    top: 1.5rem;
    font-size: 18px;
    font-weight: normal;
}

#blog-back a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase !important;
    font-size: 20px;
}


@media (max-width: 768px) {
    .sm-width-100 {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .lg-width-50 {
        width: 50% !important;
    }
}

#vektar-gallery {
    margin-top: -58px;
}

#vektar-gallery h5 {
    display: none;
}

#vektar-gallery .content {
    display: none !important;
}

#vektar-gallery .gallery {
    max-width: 1700px !important;
}

@media (max-width: 768px) {

}

@media (min-width: 768px) {
    .thingamajing {
        padding: 0 50px 0 15%;
    }

    .thingamajing2 {
        padding: 0 50px 0 7.5%;
    }
}

#scf-form-contactForm .form-group {
    margin-bottom: 35px;
}

#scf-form-contactForm .form-control {
    padding: 20px 22px;
}

#contactForm-Message {
    min-height: 300px;
    /* height: 40vh; */
}

#contact-wrapper input, #contact-wrapper textarea {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

#contact-wrapper input::-webkit-input-placeholder, #contact-wrapper textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.carousel-indicators [data-bs-target] {
    width: 60px !important;
    height: 4px !important;
    margin-right: 12px;
    border-radius: 3px;
}

p {
    margin-bottom: 1.54rem !important;
}


/* Safari 10.1+ */

/* @media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .underline:after {
        content: "";
        position: absolute;
        z-index: -1;
        right: 0;
        width: 0;
        bottom: -15px;
    }
}} */

.post-date, .post-introductory {
    padding-right: 10px;
}