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

body{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #1b1525;
  margin: 0;
}
.read_btn {
  display: inline-block;
  width: 129px;
  height: 42px;
  background-color: #dd484b;
  text-align: center;
  line-height: 42px;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.section-title h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/01-progress.gif') 50% 50% no-repeat rgb(255, 255, 255);
  background-size: 80px;
}
.align-items-center {
  align-items: center!important;
}
.justify-content-between {
  justify-content: space-between!important;
}
.d-flex {
  display: flex!important;
}

/* Header */
.main-header nav.navbar {
  margin: 0;
  padding: 0;
}
.main-header nav.navbar .navbar-brand {
  padding: 20px 0px;
  height: 110px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header ul.navbar-nav li a:hover {
  background-color: #fff;
  color: #000;
}
.main-header ul.navbar-nav li {
  padding: 0px 2px;
  position: relative;
}
.main-header ul.navbar-nav li a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
  padding: 13px 18px !important;
  border-left: 2px solid #801819;
  border-radius: 10px;
}
.main-header {
  background-color: #fff;
  width: 100%;
  background: #5e0708;
  background: -moz-linear-gradient(top, #5e0708 0%, #5e0708 50%, #380606 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e0708), color-stop(50%,#5e0708), color-stop(100%,#380606));
  background: -webkit-linear-gradient(top, #5e0708 0%,#5e0708 50%,#380606 100%);
  background: -o-linear-gradient(top, #5e0708 0%,#5e0708 50%,#380606 100%);
  background: -ms-linear-gradient(top, #5e0708 0%,#5e0708 50%,#380606 100%);
  background: linear-gradient(to bottom, #5e0708 0%,#5e0708 50%,#380606 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e0708', endColorstr='#380606',GradientType=0 );
  border-bottom: 2px solid #810000;
  -webkit-box-shadow: 0px 3px 19px 0px rgb(50 50 50 / 30%);
  -moz-box-shadow: 0px 3px 19px 0px rgba(50, 50, 50, .3);
  box-shadow: 0px 3px 19px 0px rgb(50 50 50 / 30%);
}
/* END HEADER */

/* Banner  */
#slideshow {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 120px 0px 60px 0px;
  height: 500px;
}
#slideshow .item {
  position: absolute;
}
#slideshow .title-description {
  z-index: 1;
}
#slideshow h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  color: #fff;
  border-bottom: 1px solid #c15040;
  padding: 10px;
  text-shadow: 0px 0px 6px rgb(0 0 0);
}
#slideshow h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0 0 0;
  line-height: 28px;
  padding: 10px;
  text-indent: 50px;
  color: #fff;
  text-shadow: 0px 0px 6px rgb(0 0 0);
}
#slideshow .button a {
  margin-top: 20px;
  display: block;
  max-width: 300px;
  padding: 15px 0px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 0px solid #590000;
  background: #5a0709;
  background: -moz-linear-gradient(top, #9e090a 0%, #5a0709 57%, #5a0709 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e090a), color-stop(57%,#5a0709), color-stop(100%,#5a0709));
  background: -webkit-linear-gradient(top, #9e090a 0%,#5a0709 57%,#5a0709 100%);
  background: -o-linear-gradient(top, #9e090a 0%,#5a0709 57%,#5a0709 100%);
  background: -ms-linear-gradient(top, #9e090a 0%,#5a0709 57%,#5a0709 100%);
  background: linear-gradient(to bottom, #9e090a 0%,#5a0709 57%,#5a0709 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e090a', endColorstr='#5a0709',GradientType=0 );
  z-index: 1;
  -webkit-box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .4);
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
}

.banner-wrapper {
  background-attachment: fixed;
  border-bottom: 3px solid #810000;
  background-size: cover;
  background-position: center;
  padding: 15px 0px;
}
.inner-page{
  height: 300px;
  background-position: center -150px;
}
.banner-social ul {
  padding: 0;
  text-align: right;
}
.banner-social ul li {
  list-style: none;
  display: inline-block;
  padding: 0px 15px;
  color: #bfbfbf;
}
.banner-social ul li a {
  color: #fff;
  font-size: 16px;
}
.banner-social ul li a i {
  font-size: 20px;
  color: #ac0004;
}
.homebanner .bannner-add p {
  color: #fff;
  margin: 0;
  font-size: 16px;
}
.icon-facebook{
  margin-top: -5px;
  color: #ad0004;
  font-size: 28px;
}
.icon-facebook:before {
  content: "f";
}
/* END Banner  */

/* Feature */
.content-wrapper {
  padding: 60px 0px;
}
.content-section {
  position: relative;
}
.content-section h2 {
  padding: 0 0 4px 0;
  margin: 10px 0 16px 10px;
  border-bottom: 2px solid #ad0004;
  font-size: 24px;
}
.content-section h4 {
  position: absolute;
  display: block;
  width: 120px;
  top: -2px;
  right: 0;
}
.content-section h4 a {
  display: block;
  width: 120px;
  color: #fff;
  padding: 10px 0 8px 0;
  font-size: 14px;
  text-align: center;
  background: #ad0004;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.content-section p {
  padding: 20px 25px 0 25px;
  font-size: 16px;
  text-indent: 35px;
}

/* END Feature */

/* Gallery */

.gallery-details {
  padding: 80px 0px;
}
/* END Gallery */



/* Contact */
.contact-page {
  position: relative;
  display: block;
  padding: 0px 0 120px;
}
.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.section-title {
  position: relative;
  display: block;
  margin-top: -10px;
  margin-bottom: 49px;
}
.comment-form__input-box input[type="text"], .comment-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  background-color: #f0f0f0;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: #777181;
  display: block;
  box-shadow: 0px 0px;
}
.contact-page .container {
  max-width: 770px;
  width: 100%;
}

/* END Contact */

.section-gap .section-title {
  margin: 0 auto;
  max-width: 600px;
  margin-bottom: 70px;
}
.section-gap .section-title .sTitle-head {
  text-transform: capitalize;
  font-size: 38px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 15px;
}






/* Contact */
.contact-details {
  padding: 80px 0px;
}
.section-title__tagline-box {
  position: relative;
  display: inline-block;
}
.section-title__tagline {
  position: relative;
  display: inline-block;
  color: #dd484b;
  font-size: 16px;
  font-weight: 700;
}
.section-title__title {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.contact-details__text {
  font-size: 16px;
  line-height: 30px;
}
.contact-details__info {
  position: relative;
  display: block;
  margin-top: 41px;
}
.contact-details__info li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-details__info li .icon {
  height: 80px;
  width: 80px;
  background-color: #f7f7f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li .icon span {
  color: #dd484b;
  font-size: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px;
}
.contact-details__info li .text a {
  font-size: 18px;
  color: #1b1525;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-details__info li:hover .icon {
  background-color: #dd484b;
}
.contact-details__info li:hover .icon span {
  color: #fff;
}
.contact-details__img {
  position: relative;
  display: block;
  margin-right: 100px;
}
.contact-details__info li + li {
  margin-top: 19px;
}
.google-map__two-box {
  position: relative;
  display: block;
  border: none;
  height: 415px;
  width: 100%;
}
.google-map-two {
  position: relative;
  display: block;
  background-color: #f7f7f9;
}
.comment-form__btn-box .thm-btn.comment-form__btn {
  border: 0;
  font-size: 14px;
  padding: 0px 20px;
  width: auto;
}
.comment-form__input-box textarea {
  font-size: 14px;
  color: #777181;
  height: 188px;
  width: 100%;
  background-color: #f7f7f9;
  padding: 18px 30px 30px;
  border: none;
  border-radius: 0px;
  outline: none;
  margin-bottom: 0px;
  box-shadow: 0px 0px;
}
/* END Contact */

.climate-details {
  padding: 80px 0px;
}
.climate-details .widget {
  box-shadow: 0px 0px 10px 0px #ccc;
  text-align: center;
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 35px;
}
.climate-details .widget .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.climate-details .widget .text p {
  margin: 0;
}
.climate-details .widget .img {
  min-height: 95px;
}



/* Footer */
.main-footer {
  position: relative;
  display: block;
  z-index: 1;
  padding: 15px 0px;
}
.main-footer .row {
  border-top: 2px solid #810000;
}

.footer-widget__links-list {
  position: relative;
  display: flex;
  margin: 0px;
  flex-wrap: wrap;
  padding: 10px 0px;
}
.footer-widget__links-list li {
  line-height: 30px;
}
.footer-widget__links-list li a {
  position: relative;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 0px 20px;
}
/* END Footer */
