/* FOOTER */
.footer {
  width: 100vw;
  background: #0d0d0d;
  display: block;
  bottom: 0 !important;
}

.inner-footer {
  width: 95%;
  margin: auto;
  padding: 30px 10px;
  padding-bottom: 0 !important;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}

.footer-items {
  width: 25%;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
}
#main-footer-logo {
  width: 15vw;
  padding-bottom: 1vh;
  border-radius: 15px;
}
#sec-foot-item {
  width: 20% !important;
}
#third-foot-item {
  width: 30% !important;
}
#first-foot-item {
  /* width: 25.3%; */
  padding: 0;
}

#con-form {
  margin-left: -1vw;
}
.footer-items p {
  font-size: 16px;
  text-align: justify;
  line-height: 25px;
  color: #fff;
}

.footer-items > h2 {
  font-weight: bolder;
  font-size: 2.5rem;
  font-family: "Oswald", sans-serif !important;
  padding-bottom: 0 !important;
}
.footer-items > h3 {
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

ul {
  list-style: none;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-left: 0;
}

ul > a {
  text-decoration: none;
  outline: none;
  color: #c2c2c2;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 30px;
}

ul > a:hover {
  color: #ffc006;
  text-decoration: none;
}

ul > li {
  /* margin: 10px 0; */
  margin-top: 1px;
  height: 25px;
  color: #c2c2c2;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  line-height: 20px;
}

li > i {
  margin-right: 20px;
}
#footer-address {
  font-size: 12px;
}
.social-media {
  width: 100%;
  color: #c2c2c2;
  font-size: 20px;
  cursor: pointer !important;
  padding-top: 2vh;
}

.social-media a {
  text-decoration: none;
}

.social-media i {
  height: 30px;
  width: 20px;
  font-size: 30px;
  margin: 20px 10px;
  padding: 4px;
  transition: 0.3s;
  cursor: pointer !important;
}

.social-media i:hover {
  font-size: 33px;
}

.footer-bottom {
  padding: 10px;
  background: #161616;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.form-control:focus {
  box-shadow: none;
}
#input-footer {
  padding: 3.7vh 1vw !important;
  border-radius: 0 !important;
  background: #262626 !important;
  border: none !important;
}

#btn_con {
  border-radius: none !important;
  padding: 1.3vh 0.87vw;
  border: 2px solid #ffc006;
  margin-top: -6px;
  background: #ffc006;
  transition: 0.3s;
}
#btn_con:hover {
  background: transparent;
  color: #fff;
}
#footer-icon {
  width: 9vw;
}
/* for tablet mode view */

@media screen and (max-width: 1100px) {
  .footer-items {
    width: 50% !important;
  }
}
@media screen and (max-width: 800px) {
  .footer-items {
    width: 50% !important;
  }
  @media screen and (max-width: 600px) {
    .footer-items {
      width: 50% !important;
    }
    #sec-foot-item {
      width: 100% !important;
    }
    #third-foot-item {
      width: 100% !important;
    }
  }
}
@media screen and (max-width: 600px) {
  .footer-items p {
    margin-bottom: 0;
  }
  #footer-icon {
    margin-top: 1vh;
    width: 30vw;
  }
  #main-footer-logo {
    margin-top: 1vh;
    width: 50vw;
  }
  .right-item-grolify {
    margin-left: 10vw !important;
  }
}
/* for mobile screen view */
