*{
    margin: 0;
    padding: 0;
    font-family: "Lato", serif;
    
    color: #fff;
}
ul{
    margin: 0;
    padding: 0;
}
a:hover{
    color: #FFD540;
    text-transform: none;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Teko", serif;
}
body{
    background-color: #232323;
}
header{
    border-bottom: 5px solid #FFD540;
}
.menuu{
    background: #232323;
    padding: 20px 0px;
}
.social ul{
    margin-bottom: 0;
}
.social ul li{
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #fff;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 43px;
}
.social ul li a{
    color: #fff;
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(0.3);
  }
  .slider-data {
    position: absolute;
    bottom: 30%;
    width: 70%;
    left: 0;
    display: inline-block;
    padding: 50px;
    text-align: center;
    right: 0;
    margin: auto;
}
  .slider-data h3 {
    text-align: center;
    font-size: calc(14px + 2vw);
    color: #ffffff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
}
.slider-data p {
    text-align: center;
    font-size: 21px;
    color: #ffffff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
    font-weight: 600;
    line-height: 30px;
}
.ptb{
    padding: 30px 0px;
}
.btngrpp{
    margin-top: 20px;
}
.cust-btn{
    border: 1px solid #fff;
    padding: 7px 20px;
    color: #fff;
}
.blogimg img{
    width: 100%;
}
.blogbox{
    border: 1px solid #575757;
    padding: 20px;
    box-shadow: 0px 0px 6px 6px #484848;
}
.blogtext{
    color: #fff;
    padding: 10px 0px;
}
.blogtext h3 a{
    color: #fff;
    font-family: "Teko", serif;
}
section:nth-child(odd){
    background: #000;
}
.adbox{
    border: 1px solid #575757;
    padding: 20px;
}
.adbox i{
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 49px;
    font-size: 20px;
    margin-bottom: 10px;
}
footer{
    padding-top: 50px;
    background: #111;
}
footer ul li{
    list-style: none;
}
footer ul li a{
    color: #fff;
}
.emailbox{
    background: #FFD540;
    color: #111 !important;
    padding: 20px 50px;
}
.middiv{
    padding: 50px 0px;
}
.abt img {
    width: 450px;
    float: left;
    margin-right: 30px;
}
.bread{
    background: #070707;
    padding: 5px 0px;
  }
  .bread ul li{
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 13px;
  }
  .bread ul li:after{
    position: absolute;
    content: '/';
    margin-right: 10px;
    width: 5px;
    padding: 0px 5px;
    display: inline-block;
  }
  .bread ul li:nth-last-child(1):after{
    content: '';
  }
  .postcat{
    border: 1px solid #575757;
    margin-bottom: 20px;
  }
  .posttext{
    padding: 10px;
  }
  .posttext h4 a{
    font-family: "Teko", serif;
    color: #fff;
  }
  .blogdebox{
    padding: 20px;
    border: 1px solid #575757;
  }
  .blogdeboximg img {
    width: 100%;
    margin-bottom: 20px;
  }
  .latestblogs{
    padding: 20px;
    border: 1px solid #575757;
  }
  .post-box {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    
}
.p-img img {
    width: 100px;
    margin-right: 10px;
    height: 100px;
    border-radius: 0;
}
.conform{
    padding: 20px;
    border: 1px solid #575757;
}
.conform input{
    border: 1;
    background: transparent;
    border-radius: 0;
}
.conform textarea{
    background: transparent;
    border-radius: 0;
}
.blogdeboxtext h3,.blogdeboxtext h2, .blogdeboxtext h4, .blogdeboxtext h5, .blogdeboxtext h5,.blogdeboxtext p,.blogdeboxtext strong, .blogdeboxtext li,.blogdeboxtext h1{color: #fff !important;}