body{
 font-family: 'Roboto Condensed', sans-serif;
 font-weight: 400;
 color: #666;
}

a{
  text-decoration: none;
}

/* Header css */

.hero .info h2{
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: 0.8;
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: #fff;
  opacity: 0.8 !important;
}

.hero .info h2 span{
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: 0.8;
  color: #fff;
}

.hero .info .btn-get-started {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
  display: inline-block;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 1px solid #fff;
}

.hero .info .btn-get-started:hover {
  background: #fff;
  color: #333;
}

/* Sections css */

section{
  padding: 140px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  position: relative;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #111;
    margin: 0 0 70px;
}

.section-header h2:before,
.section-header h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
}

.section-header h2:before {
  margin: 0 15px 10px 0;
}

.section-header h2:after {
  margin: 0 0 10px 15px;
}

.section-header p {
  margin: 0 auto 0 auto;
  text-align: center;
    font-size: 16px;
    color: #111;
    margin-bottom: 70px;
    font-style: italic;
    font-family: 'Volkhov', serif;
}

/* Services section */
.services .service-item {
  padding: 40px;
  background: #fff;
  /* height: 100%; */
  text-align: center;
  min-height: 350px;
}

.services .service-item .icon {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.services .service-item .icon i {
  line-height: 1.2;
font-size: 42px;
color: #111;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item h3 {
  text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
font-size: 14px;
color: #111;
margin: 16px 0 15px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.accordion{
  border: none !important;
}

.accordion-item{
  border: none !important;
}

.accordion-button:focus{
  border: none !important;
  box-shadow: none;
}

.accordion-button:not(.collapsed){
  border: none !important;
  background: none !important;
  color: #666 !important;
  box-shadow: none;
}

.accordion-collapse .collapse .show{
  border: none !important;
  background: none !important;
  color: #666 !important;
}

.accordion-header button{
  line-height: 10px;
  font-size: 14px;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  height: 30px;
}

.hero .carousel-item::before{
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
}

.hero .carousel-item{
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Gallery css */
.img-fluid {
  height: 250px;
  width: 100%;
}

.gslide-description{
  display: none !important;
}

/* Recent blogg css */
.post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  border-radius: 15px;
}

.post-item .post-img img {
  transition: 0.5s;
  border-radius: 25px;
}

.post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.post-item .post-content {
  padding: 30px;
}

.post-item .post-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 1px;
  padding-bottom: 8px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
  font-weight: 700;
  transition: 0.3s;
  font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
 }

.post-item p {
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #666;
    font-style: italic;
}

.post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.post-item hr {
  color: #888;
  margin: 15px 0;
}

.post-item .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  padding-top: 15px;
  line-height: 1;
  transition: 0.3s;
  color: var(--color-primary);
}

.post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.postCategoryHref{
  padding-top: 5px;
}

.post-item:hover .post-img img {
  transform: scale(1.1);
}

.img-details{
  height: 600px;
}

.youtubeContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtubeContainer iframe, .youtubeContainer object, .youtubeContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  /* width: 560px; */
}


/* Comments css */
.commentsDiv{
  max-height: 500px;
  overflow-y: scroll;
  margin-top: -10px !important;
}

#blog h4{
  padding-top: 20px;
}

/* Testtimonials css */
.swiper-slide{
  cursor: pointer;
}

.testimonialsFormBtn{
  text-align: center;
}

.file { position: relative; height: 30px; width: 100px; }
.file > input[type="file"] { position: absoulte; opacity: 0; top: 0; left: 0; right: 0; bottom: 0 }
.file > label { position: absolute; top: 0; right: 0; left: 0; bottom: 0; background-color: #666; color: #fff; line-height: 30px; text-align: center; cursor: pointer; }


/* Fotter css */
.footer-info a{
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.footer-info span{
  font-family: 'Labrada', serif;
  font-style: italic;
  padding-left: 4px;
  text-transform: none;
}

/* Gallery css */
.portfolio-content {
  position: relative;
}

.portfolio-content:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

/* Sign up form css */
#mc_embed_signup_scroll{
  color: black;
}
#mc_embed_signup_scroll h2{
  padding-top: 15px !important;
}

#mc_embed_signup{
  max-width: 400px;
}

.pt-3{
  cursor: pointer !important;
}

@media (max-width: 800px) {
  #mc_embed_signup{
    width: 330px !important;
  }
}

/* @media (max-width: 720px) {
  .youtubeContainer iframe, .youtubeContainer object, .youtubeContainer embed {
    width: 100% !important;
  }
}  */
