.site-footer {
  position: relative;
  display: block;
  background-color: var(--cleanin-black);
  padding: 80px 0 0;
  overflow: hidden;
  z-index: 1
}

.site-footer .shape1 {
  position: absolute;
  top: 30px;
  left: 0;
  opacity: .5;
  z-index: -1
}

.site-footer .shape2 {
  position: absolute;
  top: 30px;
  right: 20px;
  opacity: .15;
  z-index: -1
}

.site-footer .shape3 {
  position: absolute;
  bottom: 90px;
  right: 140px;
  opacity: .15;
  z-index: -1
}

.site-footer__top {
  position: relative;
  display: block;
  margin-bottom: 112px
}

.footer-widget__about {
  position: relative;
  display: block;
  z-index: 1
}

.footer-widget__about::before {
  position: absolute;
  top: -120px;
  left: -99999px;
  bottom: -999999px;
  right: -40px;
  background: rgba(var(--cleanin-white-rgb), .05);
  content: "";
  z-index: -1
}

.site-footer__logo {
  position: relative;
  display: block
}

.site-footer__logo a {
  position: relative;
  display: inline-block
}

.site-footer__logo a img {
  width: 100%;
  background:#ffffff;
  padding:10px 20px;
}

.footer-widget__about-text {
  position: relative;
  display: block;
  margin-top: 30px
}

.footer-widget__about-text p {
  color: #ffffff;
}

.footer-widget__about-social-links {
  position: relative;
  display: block;
  margin-top: 27px
}

.footer-widget__about-social-links {
  position: relative;
  display: block
}

.footer-widget__about-social-links ul {
  position: relative;
  display: flex;
  align-items: center
}

.footer-widget__about-social-links ul li {
  position: relative;
  display: block
}

.footer-widget__about-social-links ul li+li {
  margin-left: 10px
}

.footer-widget__about-social-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--cleanin-white);
  color: var(--cleanin-black);
  border-radius: 50%;
  overflow: hidden
}

.footer-widget__about-social-links ul li a:hover {
  color: var(--cleanin-white);
  background-color: var(--cleanin-primary)
}

.footer-widget__about-social-links ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--cleanin-base);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 50%;
  z-index: -1
}

.footer-widget__about-social-links ul li a:hover::before {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.footer-widget__about-social-links ul li a span {
  position: relative;
  display: inline-block;
  font-size: 15px
}

.footer-widget__single {
  position: relative;
  display: block
}

.footer-widget__single .title-box {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 29px
}

.footer-widget__single .title-box h2 {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 6px
}

.footer-widget__single .title-box .line {
  position: relative;
  display: block;
  height: 2px;
  width: 105px;
  background: var(--cleanin-black)
}

.footer-widget__single .title-box .line::before {
  position: absolute;
  top: 0;
  right: -25px;
  width: 20px;
  height: 2px;
  background: var(--cleanin-black);
  content: ""
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: 75px
}

.footer-widget__services-list {
  position: relative;
  display: block
}

.footer-widget__services-list li {
  position: relative;
  display: block;
  margin-bottom: 11px
}

.footer-widget__services-list li:last-child {
  margin-bottom: 0
}

.footer-widget__services-list li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400
}

.footer-widget__services-list li a:hover {
  color: var(--cleanin-base)
}

.footer-widget__services-list li a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  top: 1px
}

.footer-widget__contact {
  position: relative;
  display: block
}

.footer-widget__contact-list {
  position: relative;
  display: block
}

.footer-widget__contact-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 21px
}

.footer-widget__contact-list li:last-child {
  margin-bottom: 0
}

.footer-widget__contact-list li .icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #009ed5;
  border-radius: 6px;
  top: 6px
}

.footer-widget__contact-list li .icon-box span {
  position: relative;
  display: inline-block;
  color: var(--cleanin-white);
  font-size: 15px;
  line-height: 15px
}

.footer-widget__contact-list li .text-box {
  position: relative;
  display: block;
  margin-left: 12px
}

.footer-widget__contact-list li .text-box p {
  color: #ffffff;
}

.footer-widget__contact-list li .text-box p a {
  color:  #ffffff;
}

.footer-widget__contact-list li .text-box p a:hover {
  color:  #ffffff;
}

.footer-widget__newsletter {
  position: relative;
  display: block
}

.footer-widget__newsletter-text {
  position: relative;
  display: block
}

.footer-widget__newsletter-text p {
  color: var(--cleanin-white)
}

.footer-one__subscribe-form {
  position: relative;
  display: block;
  margin-top: 22px
}

.footer-one__subscribe-form .subscribe-form {
  position: relative;
  display: block
}

.footer-one__subscribe-form .subscribe-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: rgb(255 255 255);
  border: none;
  color: var(--cleanin-gray);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  border-radius: 5px;
  transition: all 500ms ease;
  font-family: var(--cleanin-font);
  text-transform: none;
  outline: none
}

.footer-one__subscribe-form .subscribe-form input::-webkit-input-placeholder {
  color: var(--cleanin-gray)
}

.footer-one__subscribe-form .subscribe-form input:-moz-placeholder {
  color: var(--cleanin-gray)
}

.footer-one__subscribe-form .subscribe-form input::-moz-placeholder {
  color: var(--cleanin-gray)
}

.footer-one__subscribe-form .subscribe-form input:-ms-input-placeholder {
  color: var(--cleanin-gray)
}

.footer-one__subscribe-form .subscribe-form button {
  position: relative;
  margin-top: 15px
}

.footer-one__subscribe-form .subscribe-form button.thm-btn .hover-btn {
  background-color: var(--cleanin-white)
}

.footer-one__subscribe-form .subscribe-form button.thm-btn:hover {
  color: var(--cleanin-black)
}

.site-footer__bottom {
  position: relative;
  display: block;
  background: #041d31;
  z-index: 5
}

.site-footer__bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 22px
}

.site-footer__copyright {
  position: relative;
  display: block
}

.site-footer__copyright p {
  color: var(--cleanin-white)
}

.site-footer__copyright p a {
  color: var(--cleanin-base)
}

.site-footer__copyright p a:hover {
  color: var(--cleanin-white)
}

.site-footer__bottom-menu {
  position: relative;
  display: flex;
  align-items: center
}

.site-footer__bottom-menu li {
  position: relative;
  display: block;
  padding-left: 25px;
  padding-right: 30px
}

.site-footer__bottom-menu li:first-child {
  padding-left: 0
}

.site-footer__bottom-menu li:last-child {
  padding-right: 0
}

.site-footer__bottom-menu li::before {
  position: absolute;
  top: 9px;
  right: 0;
  width: 5px;
  height: 5px;
  background: var(--cleanin-white);
  border-radius: 50%;
  content: ""
}

.site-footer__bottom-menu li:last-child::before {
  display: none
}

.site-footer__bottom-menu li a {
  color: var(--cleanin-white);
  font-size: 16px;
  line-height: 26px
}

.site-footer__bottom-menu li a:hover {
  color: var(--cleanin-white)
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto
  }
}

@media (max-width:768px) {
  .form_mobile_styling {
    display: none
  }
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 26px;
  text-decoration: none;
  border-radius: 50%;
  z-index: 9999
}

@media (max-width:770px) {
  .btn-whatsapp-pulse {
    width: 50% !important;
    bottom: 0px !important;
    border-radius: 0;
    padding: 23px 80px 23px 80px
  }

  .btn-whatsapp-pulse-border::before {
    display: none
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(37 211 102 / .5)
  }

  80% {
    box-shadow: 0 0 0 14px #fff0
  }
}

.btn-whatsapp-pulse-border {
  bottom: 121px;
  right: 0;
  animation-play-state: paused
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: .75
  }

  75% {
    padding: 50px;
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.call-float {
  background: #428bca;
  color: #fff;
  position: fixed;
  bottom: 176px;
  right: 0;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 55px;
  padding: 10px;
  text-decoration: none;
  border-radius: 50%;
  z-index: 9999
}

@media (max-width:770px) {
  .call-float {
    width: 50%;
    height: 47px;
    bottom: -1px;
    border-radius: 0;
    left: 0;
    font-size: 23px;
    animation: none
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(66 139 202 / .5)
  }

  80% {
    box-shadow: 0 0 0 14px #fff0
  }
}

.call-float i {
  position: relative;
  z-index: 1
}

.call-float i.fa-phone {
  position: relative;
  top: 2px;
  transform: rotate(0deg)
}

.call-float:hover {
  background: #128c7e
}

.img-float {
  font-weight: 500;
  font-size: 13px;
  position: fixed;
  left: -58px;
  bottom: 40%;
  transform: translateY(-50%) rotate(-90deg);
  width: 155px;
  z-index: 1000;
  color: #fff;
  line-height: 18px;
  padding: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #195c15
}

.call-float i.fa-phone {
  position: relative;
  top: 2px;
  transform: rotate(0deg)
}

.call-float:hover {
  background: #128c7e
}

.img-float {
  font-weight: 500;
  font-size: 13px;
  position: fixed;
  left: -58px;
  bottom: 40%;
  transform: translateY(-50%) rotate(-90deg);
  width: 155px;
  z-index: 1000;
  color: #fff;
  line-height: 18px;
  padding: 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #195c15
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.contact-form {
  padding: 0px !important
}

select,
.form-control,
.form-select,
textarea,
input {
  border: 1px solid #6666662e !important;
}

form .form-control {
  height: 50px !important;
  margin-bottom: 0;
  border-radius: 6px !important;
  font-size: 13px;
}

textarea.form-control,
textarea {
  min-height: 154px;
  padding-top: 16px;
  padding-bottom: 17px;
}

select,
.form-control,
.form-select,
textarea,
input {
  border: 1px solid #afaaaac2 !important;
}