body {
            min-height: 100vh;
            background: #282828;
            color: #fff;
            font-family: 'Poppins', sans-serif;
            overflow: hidden;
        }

        ul{
    margin: 0;
    padding: 0;
} 
li{
    list-style: none;
}
a{
    text-decoration: none;
    transition: all .5s ease;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
.container-fluid{
    padding: 0px 40px;
}
        .social-icons i {
            font-size: 1.3rem;
            color: #fff;
            margin: 0 10px;
            padding: 8px 12px;
            border-radius: 50%;
            border: 2px solid #fff;
            transition: 0.3s;
        }


        .email-box input {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            padding: 12px;
            color: #fff;
        }

        .email-box input::placeholder {
            color: #e5e5e5;
        }

        .email-box button {
            background: rgba(255, 255, 255, 0.3);
            border: none;
            color: #fff;
            font-weight: 600;
        }

        .tagline {
            font-size: 14px;
            letter-spacing: 2px;
            margin-bottom: 20px;
        }

        .div-flx-numb {
  display: flex;
  gap: 10px;
  margin-left: 15px;
}

.cont-cent-cent {
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-icon {
  background: #fa9a00;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 5px 9px;
}
.call-head {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.main-header-full{
    background-color: #fff;
}
.double-call p{
    color: #000;
}
.navbar-right-content{
    display: flex;
    gap: 10px;
}
.imagec-cs img{
    width: 510px;
}
.main-boxxyy{
    text-align: center;
}
.para-p{
    font-size: 20px ;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-top: 16px;
}
.social-icons a img {
  color: #fff;
  margin: 0 10px;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  transition: 0.3s;
  width: 50px;
  height: 50px;
}
.brd-wdi{
    width: 100%;
    height: 1px ;
    background-color: #3f3f3f;
    margin: 10px 0;
}
.main-sec-heading{
    text-align: center;
}
.top-txt h5{
    font-size: 18px;
    letter-spacing: 4px;
    font-weight: 400;
    color: #fa9a00;
}
.btm-secmn{
    padding: 20px 0;
}
footer{
    position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #181818;
  text-align: center;
  padding: 10px 0;
}
footer p{
    font-weight: 300;
    color: #999;
    font-size: 14px;
}
.call-head-2{
    font-size: 14px;
}
.clr-ylw{
    color: #fa9a00;
}


@media only screen and (min-width: 0px) and (max-width: 991px){
    .container-fluid {
  padding: 0px 10px;
}
.navbar-right-content {
  display: block;
}
.div-flx-numb{
    margin-left: 0;
}
.singnumb-d{
    margin-bottom: 5px;
}
.call-head-2 {
  font-size: 14px;
}
.imagec-cs img {
  width: 100%;
}
.main-sec-heading {
  margin-bottom: 20px;
}
.brd-wdi {
  margin: 5px 0;
}
.para-p {
  margin-top: 5px;
}
.social-icons{
    margin: 0px 0 !important;
}
body {
            min-height: 100% !important;
            height: 100%;
        overflow: visible;
        }
        footer {
    bottom: unset;
}
        
}