/* ------------------------------------ slider ---------------------------------------- */

#slider {
  max-width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
}
#slider img {
  width: 100%;
  z-index: 9;
  position: relative;
}
#slider .carousel-caption {
  top: 0;
  bottom: inherit;
  text-align: left;
  left: 0;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  bottom: 0;
  /* background: #000;
  opacity: 0.7; */
}
.slider-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
#slider h2 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Lora";
  font-weight: 400;
  text-align: center;
}
#slider h4 {
  font-size: 110px;
  letter-spacing: 3px;
  line-height: 130px;
  color: #fff;
  font-family: "Cookie";
  font-weight: 400;
  text-align: left;
  width: 75%;
}
#slider p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Lora";
  font-weight: 400;
  text-align: left;
  line-height: 27px;
  width: 80%;
  padding-bottom: 20px;
}
.banner-btn-box {
  margin-top: 27px;
}
.slider-btn-one a {
    border-radius: 7px;
    font-family: "lora";
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 400;
    background: #DA521F;
    color: #fff;
}
.slider-btn-two a {
  border-radius: 7px;
  font-family: "lora";
  padding: 16px 21px;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #DA521F;
  color: #DA521F;
}
.banner-btn-box{
  display: flex;
  gap: 20px;
}

#slider {
  background: #1C130C;
  height: 800px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
}
.right-banner{
  position: relative !important;
}

.leaf-one {
  position: absolute;
  bottom: -13%;
  left: 53%;
  z-index: 0;
}
.leaf-two{
  position: absolute;
  bottom: -15%;
  right: -8%;
}

.leaf-three {
  position: absolute;
  bottom: 25%;
  right: -8%;
}

.leaf-four {
  position: absolute;
  top: -15%;
  right: -8%;
}
.leaf-five {
  position: absolute;
  top: -12%;
  right: 41%;
}
.leaf-six {
  position: absolute;
  top: -15%;
  right: 40%;
}
.leaf-seven {
  position: absolute;
  top: 16%;
  right: 42%;
  z-index: 10;
}


/* ------------------------------------ Activity ---------------------------------------- */
.project_heading h3{
  font-size: 40px;
  line-height: 34px;
  color: #353535;
  font-family: "Pacifico";
  font-weight: 400;
  text-align: center;
}
.project_heading {
  margin: 0 auto;
}
.project_heading h3:after {
    content: "";
    width: 82px;
    height: 1px;
    background-color: #f5cd8b;
    display: block;
    margin: 17px auto;
  }
#project .content1 h5 {
  font-size: 25px;
  line-height: 32px;
  color: #9abb21;
  font-family: "Pacifico";
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}
#project .content1 p {
  font-size: 14px;
  line-height: 22px;
  color: #636363;
  font-family: "Poppins";
  font-weight: 400;
  text-align: center;
}
#project .content2 {
 margin-top: 10%;
}

/* ------------------------------------ Gallery ---------------------------------------- */

#gallery h3{
  font-size: 40px;
  line-height: 34px;
  color: #353535;
  font-family: "Pacifico";
  font-weight: 400;
  text-align: center;
}
#gallery {
  margin: 0 auto;
}
#gallery h3:after {
    content: "";
    width: 82px;
    height: 1px;
    background-color: #f5cd8b;
    display: block;
    margin: 17px auto;
}
#gallery img {
    border: 3px solid #fff;
    border-radius: 10px;
}
#gallery img:hover {
    opacity: 0.6;
    border: 3px solid #91b706;
}
/* ------------------------------------ Call Now ---------------------------------------- */

#callnow {
  height: 400px;
}
.callnow h3 {
  font-size: 40px;
  line-height: 34px;
  color: #353535;
  font-family: "Pacifico";
  font-weight: 400;
  text-align: center;
}
.callnow h3:after {
    content: "";
    width: 82px;
    height: 1px;
    background-color: #f5cd8b;
    display: block;
    margin: 17px auto;
}
.callnow p {
  font-size: 16px;
  line-height: 22px;
  color: #636363;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
}
.callnow h6 {
  font-size: 16px;
  line-height: 22px;
  color: #636363;
  font-family: "Poppins";
  font-weight: 500;
  text-align: center;
}
.callnow i {
  color: #9abb22;
}
.callnow {
    width: 476px;
    position: relative;
    top: 58px;
    left: 34%;
}



/* ------------------------ Latets Post --------------------------------- */
#latest{
  background: #F0EBE5;
}
#latest .latest_heading h3 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #DA521F;
  font-family: "Cookie";
  font-weight: 400;
  text-align: center;
}
#latest .pad {
  padding-right: 0;
}
#latest .post-slide{
  margin-top: 25px;
}
#latest .post-slide .post-date {
  width: 58px;
  height: 60px;
  background: #f2f2f2;
  border-left: 3px solid #DA521F;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 2px;
}
#latest .post-slide:hover .post-date{
  background:#DA521F;
}
#latest .post-slide:hover .date{
  color: #fff;
}
#latest .post-slide:hover .month{
  color: #fff;
}
#latest .post-slide .date{
  font-size:24px;
  color:#000;
  display: block;
  text-align:center;
  font-weight: 900;
  font-family: "lato";
}
#latest .post-slide .month {
  font-size: 14px;
  color: #000;
  display: block;
  text-align: center;
  font-family: "Lato";
  font-weight: 900;
  position: absolute;
  top: 30px;
  left: 13px;
  text-transform: uppercase;
}
#latest .post-slide .post-content img{
  width: 100%;
  height: auto;
}
#latest .post-slide .post-title {
  font-size: 20px;
  color: #1C130C;
  line-height: 30px;
  font-family: "Lora";
  font-weight: 600;
  margin-top: 20px;
  transition: all 0.3s ease 0s;
}
#latest h3.post-title {
  text-align: left;
  margin-bottom: 0;
}
#latest .post-slide .post-title a:hover {
  color:#cb75b7;
  text-decoration: none;
}
#latest .post-slide .post-description {
  font-size: 16px;
  line-height: 25px;
  color: #1C130CCC;
  font-family: 'Lora';
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
}

/* ------------------------ Category--------------------------------- */

#category {
  background-size: cover;
  background-repeat: no-repeat;
}
#category .title_img {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 15px;
}
#category .category_heading h3 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #fff;
  font-family: "Cookie";
  font-weight: 400;
  text-align: center;
}

#category .tab{ text-align: center; }
#category .tab .nav-tabs{
  display: inline-block;
  border-bottom: none;
  position: relative;
}
#category .tab .nav-tabs li{
  width: 150px;
}
#category .nav-tabs>li {
  float: left;
}
#category .tab .nav-tabs li a{
  display: block;
  padding: 20px;
  border: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-right: 0;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease 0s;
  font-family: "Lora";
}
#category .tab .nav-tabs li a.cat-name {
  display: block;
  padding: 8px 10px 12px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Lora", serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s;
}
#category .tab .nav-tabs li a.cat-name:hover {
  color: #c0522a;
  text-decoration: underline;
}
#category .tab .nav-tabs li.active a{
color: #cb75b7;
}
#category .tab .nav-tabs li a i{
  display: block;
  font-size: 40px;
  color: #ccc;
  margin-bottom: 15px;
}
#category .tab .nav-tabs li.active a,
#category .tab .nav-tabs li a:hover{
  border: none;
  background: transparent;
}
#category .tab .tab-content{
  padding: 20px;
  margin-top: -5px;
  border-radius: 0 0 5px 5px;
  font-size: 15px;
  color: #757575;
  line-height: 30px;
}
#category .tab .tab-content .tb-content h3 {
  font-size: 32px;
  margin-top: 0;
  letter-spacing: 1px;
  line-height: 30px;
  color: #DA521F;
  font-family: 'Cookie';
  font-weight: 400;
  text-align: left;
}
#category .tab .tab-content .tb-content p {
  font-size: 18px;
  line-height: 20px;
  color: #1C130CCC;
  font-family: 'Lora';
  font-weight: 400;
  margin-bottom: 0;
  text-align: left;
}
#category .tb-cont {
  padding: 25px 15px;
}
#category .tab .tab-content .tb-content p span {
  font-size: 32px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1C130C;
  font-family: "Lora";
  font-weight: 400;
}
#category .bckgrd {
  background: #F0EBE5;
  padding: 30px 50px 10px;
}
.tb-content {
  background: #fff;
}
h3.cat-head {
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #DA521F;
  font-weight: 400;
  font-family: "Cookie";
  text-align: left;
}
p.cat_text {
  font-size: 18px;
  line-height: 20px;
  color: #1C130CCC;
  font-family: "Lato";
  font-weight: 400;
  text-align: left;
  padding-left: 6px;
}
.bckgrd hr {
  border-color: #fff;
  width: 100%;
  margin-left: 6px;
}
#category button.owl-prev {
  position: absolute;
  right: -49px;
  top: 37%;
  border: none;
  padding: 2px 10px;
  background-color: #fff;
  color: #968f8f;
}
#category button.owl-next {
  position: absolute;
  right: -49px;
  top: 46%;
  border: none;
  padding: 2px 10px;
  background-color: #fff;
  color: #968f8f;
}



/* ------------------------ Join Our Newsletter --------------------------------- */
#newsletter::before {
  content: '';
  background: #1C130C99;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#newsletter {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#newsletter h3 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Cookie";
  font-weight: 400;
  text-align: center;
}
#newsletter p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Lora";
  font-weight: 400;
  text-align: center;
}
#newsletter input[type="email"] {
  width: 60%;
  font-size: 16px;
  border-radius: unset;
  margin: 0;
  padding: 14px 10px;
  background-color: white;
  color: black;
}
#newsletter input[type="submit"] {
  font-size: 21px;
  color: #fff;
  font-family: "Lora";
  font-weight: 400;
  text-align: center;
  background-color: #DA521F;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  padding: 11px 10px;
}
#newsletter .top_social {
  text-align: center;
  margin-top: 25px;
}
#newsletter .top_social a i {
  background: #663A1E;
  width: 45px;
  height: 45px;
  border-radius: unset;
  margin: 0px;
  padding-top: 15px;
}

