* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*    font-family: "Libre Baskerville",  serif !important;*/
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Libre Baskerville", serif !important;
}
.container-fluid {
  width: 100%;
  height: 100%;
  background: #fff;
}
.scratch {
  margin-top: 5px;
  color: #c5754a;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Libre Baskerville", serif;
  line-height: 30px;
}

/**************icons******* */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

.con-i {
  display: inline-flex;
  margin-right: 20px;
}
.con-i .icon span i {
  color: #fff;
}
.con-i .icon {
  margin: 0 7px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.con-i .icon span {
  display: block;
  height: 35px;
  width: 35px;

  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.con-i .icon span i {
  line-height: 35px;
  font-size: 18px;
}
.con-i .icon:hover span {
  color: #fff;
}
.con-i .mail span {
  background-color: red;
}
.con-i .icon:hover span {
  color: #fff;
  transform: scale(1.1);
}

.con-i .phone span {
  background-color: #818a91;
}
.con-i .icon:hover span i {
  color: #fff;
}

.con-i .whatsapp span {
  background-color: #25d366;
}
.con-i .icon:hover span i {
  color: #fff;
}
/* *********************Nav Bar */
nav {
  float: right;
  height: 100px;
  width: 100%;
  border-bottom: 1.5px solid #cccccc;
  border-top: 1.5px solid #cccccc;
  margin-bottom: 10px;
}
.active {
  border-bottom: 3px solid #8e431a;
  border-radius: 2px;
}
nav img {
  height: 80px;
  border: 1px solid #8e431a;
  border-radius: 50% 50% 50% 50%;
  margin-left: 7px;
}
.nav-item .nav-link {
  color: #8e431a !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-family: Libre Baskerville, Sans-serif !important;

  font-weight: 600;
  font-size: 14px;
}
.nav-link:hover {
  border-bottom: 3px solid #8e431a;
  opacity: 0.4;
}
.holy img {
  margin-top: -10px;
}

/***********************End Nav*************/
/* *************************************************/
.map h4 {
  color: #8e431a !important;
  font-weight: 600;
  font-family: "Libre Baskerville", serif;
}
.map h4 a {
  color: #9e3d45;
  font-size: 19px;
}
.map h4 a:hover {
  text-decoration: underline;
}
.map button {
  background-color: #8e431a !important;
  border: 1px #000000;
  border-radius: 26px;
}
.areas a {
  text-decoration: none !important;
  font-size: 15px;
  color: red !important;
}
.download a {
  text-decoration: none;
  color: #9e3d45;
}

.map span {
  color: #594b4b;
  font-weight: 700;
}
.note1 {
  color: #594b4b;
  font-size: 18px;
  font-weight: 500;
}
.navcontainer {
  background-color: #f9f9f9;
}
/*****************Footer*/

footer div h5 {
  color: #8e431a !important;
  font-weight: 550;
}

div .spirit {
  color: #8e431a !important;
}
/* .ftr a {
  color: #8e431a !important;
  text-decoration: none; */

.footertouch p {
  margin-bottom: 0 !important;
}
footer {
  font-family: "Poppins", sans-serif !important;
}
/* *****************************JCON******************** */
.jcon {
  position: fixed;
  bottom: 28px;
  right: 18px;
  z-index: 1;
}
.jcon a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-color: #eee;
  border-radius: 50px;
  margin: 20px;
  box-shadow: 3px 3px 10px #aeaeae;
  text-align: center;
  line-height: 50px;
  font-size: 32px;
  border: 3px solid #eee;
  color: #333;
}
.jcon a i {
  color: red;
}

/* ------- */
.to-top {
  background: #7a7a7a;
  position: fixed;
  bottom: 100px;
  right: 45px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff !important;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.fa-chevron-up {
  font-size: 21px;
}
.to-top.activee {
  bottom: 110px;
  pointer-events: auto;
  opacity: 0.5;
}

/**************Foter end*/
@media only screen and (max-width: 700px) {
  .holy img {
    width: 100%;
    height: 90px;
  }
  .to-top.activee {
    bottom: 105px;
    z-index: 100;
    right: 41px;
  }

  .fttr {
    text-align: justify;
  }
  .con-i {
    display: none;
  }
  .navbar-collapse {
    background-color: white;
    position: absolute;
    left: 0px;
    z-index: 1;
    background-color: white;
    width: 100%;
    top: 63px;
  }

  .navbar-toggler {
    position: absolute;
    right: 0;
    z-index: 1;
  }

  nav img {
    height: 50px;
    border: 1px solid #8e431a;
    border-radius: 50% 50% 50% 50%;
    margin-top: -7px;
    margin-left: -8px;
  }
  nav {
    height: 65px;
  }
  .navbar-nav {
    width: 335px;
  }
  .scratch {
    font-size: 14px;
    width: 92%;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rowone {
    width: 95% !important;
    margin-left: 10px !important;
  }
  .lsttxt {
    font-size: 11px;
    margin-top: 5px;
  }
  .footeruseful {
    text-align: justify !important;
  }
  .footertouch {
    text-align: justify !important;
    line-height: 10px;
  }
  .footertouch h5 {
    margin-top: 25px;
  }
  .footertouch p {
    margin-top: 10px;
  }
  .navbar-light .navbar-toggler {
    border-color: #f8f9fa !important;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-toggler-icon {
    font-size: 29px !important;
  }
}
/*  */
#tv {
  position: relative;

  height: 190px;
  background: white;
  border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
  color: white;
  border: 1px solid rgb(142, 67, 26) !important;
  /* box-shadow: 20px 20px rgba(0, 0, 0, 0.15); */
  transition: all 0.4s ease;
}
#tv:hover {
  /* border-radius: 0% 0% 50% 50% / 0% 0% 5% 5%; */
  box-shadow: 10px 10px rgba(0, 0, 0, 0.25);
}
#tv .card-body h5 {
  color: #8e431a;
}
