/* footer-section */

.footer-section {



  padding: 50px 10px 0px 10px;



  background-image: url(../images/home/footer.webp);



  background-size: cover;



  background-position: center;



  background-repeat: repeat;



}

.logo-footer {
  display: flex;
}

.logo-footer a img {
  width: 70%;
}

.logo-footer a {
  display: flex;
  justify-content: center;
}

.location {
  text-align: center;
  margin: 3rem 0rem;
}

.location h4 {
  color: #ffffff7a;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1rem;
}

.location p {
  color: white;
  font-size: 18px;
}

.address-footer .address-footer1 {
  text-align: center;
}

.address-footer .address-footer1 p span i {
  color: red;
}

.address-footer .address-footer1 p a {
  color: white;
  text-decoration: none;
  font-size: 19px;
}

.address-footer-row {
  margin-top: 2rem;
  padding-bottom: 2rem;
}

.address-footer-row .address2 {
  margin: 2rem 0rem;
}

.address-footer-row .address2 h4 {
  color: white;
  font-weight: 600;
  font-size: 21px;
  transition: 0.4s;
  padding-bottom: 2px;
}

.address-footer-row .address2:hover .underline {
  background: white;
  margin-left: 20px;
}

.address-footer-row .address2 .underline {
  height: 3px;
  background: red;
  width: 50%;
  margin-bottom: 1rem;
  transition: 0.4s;
}

.address-footer-row .address2:hover h4 {
  margin-left: 8px;
}

.address-footer-row .address2 ul li {
  list-style: none;
  margin: 10px 0px;
}

.address-footer-row .address2 ul li a {
  color: #ffffffcf;
  text-decoration: none;
  transition: 0.4s;
}

.address-footer-row .address2 ul li:hover a {
  color: white;
  margin-left: 10px;
}

.address-footer-row .address2 ul li:hover a i {
  color: white;
}

.address-footer-row .address2 ul li a i {
  color: red;
  margin-right: 4px;
  transition: 0.4s;
}

.address-footer-row .address2 p {
  color: #ffffffcf;
  transition: 0.4s;
}

.address-footer-row .address2 p span {
  color: red;
  margin-right: 4px;
  transition: 0.4s;
}

.address-footer-row .address2 p span i {
  transition: 0.4s;
}

.address-footer-row .address2 p a {
  color: #ffffffcf;
  text-decoration: none;
  transition: 0.4s;
}

.address-footer-row .address2 p:hover {
  margin-left: 10px;
}

.address-footer-row .address2 p:hover a {
  color: white;

}

.address-footer-row .address2 p:hover span i {
  color: white;
}

.address-footer {
  padding-bottom: 3rem;
}

.footer-social-icon {
  margin-top: 2rem;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
  transition: 0.4s;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.youtube-bg {
  background: red;
}

.google-bg {
  background: #DD4B39;
}

@media(max-width:998px) {
  .logo-footer a img {
    width: 90%;
  }

  .address-footer-row .address2 {
    width: 50%;
  }
}

@media(max-width:768px) {
  .footer-social-icon {
    text-align: start;
  }
}

@media(max-width:500px) {
  .address-footer-row .address2 {
    width: 100%;
  }
}








.copyright-area {



  background: #202020;



  padding: 25px 0;



}



.copyright-text p {



  margin: 0;



  font-size: 14px;



  color: #ffffffbd;



  transition: 0.4s;



}



.copyright-text p a {



  color: #f4001a;



  text-decoration: none;



  font-weight: 800;



  transition: 0.4s;



}



.copyright-text p:hover a {



  color: #ffffff;



}



.footer-menu li {



  display: inline-block;



  margin-left: 20px;



}



.footer-menu li:hover a {



  color: #f4001a;



}



.footer-menu li a {



  font-size: 14px;



  color: #ffffffbd;



}



.footer-widget ul li a i {



  color: #f4001a;



  margin-right: 5px;



  transition: 0.4s;



}



.footer-widget ul li a:hover i {



  color: #ffffff;



}







@media (max-width:997px) {



  .respon {



    margin-top: 2rem;



  }



}



@media (max-width:768px) {



  .respon {



    margin-top: 3rem;



  }



  .footer-social-icon {



    text-align: center;



    margin: 22p 0px;



    padding-top: 10px;



  }



  .footer-social-icon i {



    height: 50px;



    width: 50px;



    line-height: 50px;



  }



  .footer-social-icon a {



    font-size: 25px;



    margin-right: 30px;



  }



}









/* Modal Form */

.modal-color {

  background: #00000085;

  border: 1px solid #ffffffa6;

}

.modal-color .modal-header {

  border-bottom: 1px solid #7c7c7c;

}

.modal-color h2 {

  color: white;

  font-weight: 700;

}

.modal-color .btn-close-new {

  background-size: contain;

  --bs-btn-close-bg: url(../images/home/close.png);

  --bs-btn-close-opacity: 1.5;

  width: 2em;

}

.form-user .login {

  padding: 20px 30px 20px 30px;

}

.form-user .login h2 {

  text-align: center;

  font-weight: 700;

  color: white;

}

.form-user .login h2 span {

  color: red;

}

.form-user .login p {

  text-align: center;

  color: white;

}



.form-user .login input {

  width: 100%;

  padding: 10px;

  margin: 3px 0px;

  background: #00000061;

  border: 1px solid #ffffffba;

  color: white;

}

.form-user .login hr {

  opacity: 1.25;

  color: #838383 !important;

}

.form-user .login ::placeholder {

  color: white;

}

.form-user .login .links .register-left {

  float: right;

}

.form-user .login .links a {

  color: white;

  text-decoration: none;

}



.error {

  color: white;

  font-size: 13px;

}



.form-user .login textarea {

  width: 100%;

  padding: 10px;

  margin: 3px 0px;

  background: #00000061;

  border: 1px solid #ffffffba;

  color: white;

}

.form-user .login select {

  width: 100%;

  padding: 10px;

  margin: 3px 0px;

  background: #ffffff00;

  border: 1px solid #ffffffba;

  color: white;

  font-size: 14px;

  border-radius: 0px;

}

.form-user .login select option {

  color: black;

}